@charset "UTF-8";

/* FONT PATH -------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/

/*@import url('https://pro.fontawesome.com/releases/v5.14.0/css/all.css');*/


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left { float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse { color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Bootstrap v4.4.1 (https://getbootstrap.com/) Copyright 2011-2019 The Bootstrap Authors Copyright 2011-2019 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
:root { --blue: #062172; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #43d596; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #062172; --secondary: #6c757d; --success: #43d596; --info: #17a2b8; --warning: #ffc107; --danger: #dc3545; --light: #f8f9fa; --dark: #343a40; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: font-family: 'Poppins', Arial, sans-serif; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }

body { margin: 0; font-family: font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 400; line-height: 1.5; color: #222; text-align: left; background-color: #eef1f4; }

[tabindex="-1"]:focus:not(:focus-visible) { outline: 0 !important; }

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

p, h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 30px; }

abbr[title], abbr[data-original-title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; border-bottom: 0; text-decoration-skip-ink: none; }

address { margin-bottom: 18px; font-style: normal; line-height: inherit; }

ol, ul, dl { margin-top: 0; margin-bottom: 18px; }

ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; }

dt { font-weight: 700; }

dd { margin-bottom: 9px; margin-left: 0; }

blockquote { margin: 0 0 18px; }

b, strong { font-weight: 700; }

small { font-size: 80%; }

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

sub { bottom: -.25em; }

sup { top: -.5em; }

a { color: #062172; text-decoration: none; background-color: transparent; }

a:hover { color: #1e304a; text-decoration: underline; }

a:not([href]) { color: inherit; text-decoration: none; }

a:not([href]):hover { color: inherit; text-decoration: none; }

pre, code, kbd, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }

pre { margin-top: 0; margin-bottom: 18px; overflow: auto; }

figure { margin: 0 0 18px; }

img { vertical-align: middle; border-style: none; }

svg { overflow: hidden; vertical-align: middle; }

table { border-collapse: collapse; }

caption { padding-top: 14px; padding-bottom: 14px; color: #6c757d; text-align: left; caption-side: bottom; }

th { text-align: inherit; }

label { display: inline-block; margin-bottom: 10px; }

button { border-radius: 0; }

button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }

input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }

button, input { overflow: visible; }

button, select { text-transform: none; }

select { word-wrap: normal; }

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

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; }

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

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

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { -webkit-appearance: listbox; }

textarea { overflow: auto; resize: vertical; }

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

legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: 9px; font-size: 30px; line-height: inherit; color: inherit; white-space: normal; }

progress { vertical-align: baseline; }

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

[type="search"] { outline-offset: -2px; -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

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

output { display: inline-block; }

summary { display: list-item; cursor: pointer; }

template { display: none; }

[hidden] { display: none !important; }

/*
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 10px; font-weight: 500; line-height: 1.2; }
h1, .h1 { font-size: 45px; }
h2, .h2 { font-size: 36px; }
h3, .h3 { font-size: 32px; }
h4, .h4 { font-size: 30px; }
h5, .h5 { font-size: 24px; }
h6, .h6 { font-size: 18px; }
*/

.lead { font-size: 24px; font-weight: 300; }

.display-1 { font-size: 108px; font-weight: 300; line-height: 1.2; }

.display-2 { font-size: 100px; font-weight: 300; line-height: 1.2; }

.display-3 { font-size: 80px; font-weight: 300; line-height: 1.2; }

.display-4 { font-size: 64px; font-weight: 300; line-height: 1.2; }

hr { margin-top: 18px; margin-bottom: 18px; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); }

small, .small { font-size: 80%; font-weight: 400; }

mark, .mark { padding: 0.2em; background-color: #fcf8e3; }

.list-unstyled { padding-left: 0; list-style: none; }

.list-inline { padding-left: 0; list-style: none; }

.list-inline-item { display: inline-block; }

.list-inline-item:not(:last-child) { margin-right: 10px; }

.initialism { font-size: 90%; text-transform: uppercase; }

.blockquote { margin-bottom: 18px; font-size: 24px; }

.blockquote-footer { display: block; font-size: 80%; color: #6c757d; }

.blockquote-footer::before { content: "\2014\00A0"; }

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

.img-thumbnail { padding: 5px; background-color: #fff; border: 1px solid #dee2e6; border-radius: 4px; max-width: 100%; height: auto; }

.figure { display: inline-block; }

.figure-img { margin-bottom: 10px; line-height: 1; }

.figure-caption { font-size: 90%; color: #6c757d; }

code { font-size: 87.5%; color: #e83e8c; word-wrap: break-word; }

a > code { color: inherit; }

kbd { padding: 4px 7px; font-size: 87.5%; color: #fff; background-color: #212529; border-radius: 4px; }

kbd kbd { padding: 0; font-size: 100%; font-weight: 700; }

pre { display: block; font-size: 87.5%; color: #212529; }

pre code { font-size: inherit; color: inherit; word-break: normal; }

.pre-scrollable { max-height: 340px; overflow-y: scroll; }

.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

@media (min-width: 576px) { .container { max-width: 540px; } }

@media (min-width: 768px) { .container { max-width: 720px; } }

@media (min-width: 992px) { .container { max-width: 960px; } }

@media (min-width: 1200px) { .container { max-width: 1200px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

@media (min-width: 576px) { .container, .container-sm { max-width: 540px; } }

@media (min-width: 768px) { .container, .container-sm, .container-md { max-width: 720px; } }

@media (min-width: 992px) { .container, .container-sm, .container-md, .container-lg { max-width: 960px; } }

@media (min-width: 1200px) { .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1200px; } }

.row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }

.no-gutters { margin-right: 0; margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }

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

.row-cols-1 > * { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.row-cols-2 > * { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.row-cols-3 > * { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }

.row-cols-4 > * { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.row-cols-5 > * { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }

.row-cols-6 > * { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }

.col-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }

.col-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }

.col-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }

.col-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }

.col-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }

.col-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.col-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }

.col-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }

.col-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }

.col-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }

.col-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }

.col-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.order-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }

.order-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13; }

.order-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }

.order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }

.order-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }

.order-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }

.order-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }

.order-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7; }

.order-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8; }

.order-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9; }

.order-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10; }

.order-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11; }

.order-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .row-cols-sm-1 > * { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .row-cols-sm-2 > * { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .row-cols-sm-3 > * { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .row-cols-sm-4 > * { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .row-cols-sm-5 > * { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .row-cols-sm-6 > * { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-sm-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-sm-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-sm-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-sm-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-sm-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-sm-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-sm-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-sm-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-sm-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-sm-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-sm-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
  .order-sm-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13; }
  .order-sm-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }
  .order-sm-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .order-sm-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .order-sm-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .order-sm-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  .order-sm-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  .order-sm-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
  .order-sm-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7; }
  .order-sm-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8; }
  .order-sm-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9; }
  .order-sm-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10; }
  .order-sm-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11; }
  .order-sm-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12; }
  .offset-sm-0 { margin-left: 0; }
  .offset-sm-1 { margin-left: 8.33333%; }
  .offset-sm-2 { margin-left: 16.66667%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-4 { margin-left: 33.33333%; }
  .offset-sm-5 { margin-left: 41.66667%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-7 { margin-left: 58.33333%; }
  .offset-sm-8 { margin-left: 66.66667%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.33333%; }
  .offset-sm-11 { margin-left: 91.66667%; } }

@media (min-width: 768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .row-cols-md-1 > * { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .row-cols-md-2 > * { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .row-cols-md-3 > * { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .row-cols-md-4 > * { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .row-cols-md-5 > * { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .row-cols-md-6 > * { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-md-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-md-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-md-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-md-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-md-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-md-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-md-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-md-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-md-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-md-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-md-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
  .order-md-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13; }
  .order-md-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }
  .order-md-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .order-md-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .order-md-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .order-md-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  .order-md-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  .order-md-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
  .order-md-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7; }
  .order-md-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8; }
  .order-md-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9; }
  .order-md-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10; }
  .order-md-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11; }
  .order-md-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12; }
  .offset-md-0 { margin-left: 0; }
  .offset-md-1 { margin-left: 8.33333%; }
  .offset-md-2 { margin-left: 16.66667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.33333%; }
  .offset-md-5 { margin-left: 41.66667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.33333%; }
  .offset-md-8 { margin-left: 66.66667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.33333%; }
  .offset-md-11 { margin-left: 91.66667%; } }

@media (min-width: 992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .row-cols-lg-1 > * { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .row-cols-lg-2 > * { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .row-cols-lg-3 > * { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .row-cols-lg-4 > * { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .row-cols-lg-5 > * { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .row-cols-lg-6 > * { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-lg-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-lg-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-lg-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-lg-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-lg-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-lg-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-lg-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-lg-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-lg-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-lg-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-lg-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
  .order-lg-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13; }
  .order-lg-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }
  .order-lg-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .order-lg-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .order-lg-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .order-lg-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  .order-lg-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  .order-lg-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
  .order-lg-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7; }
  .order-lg-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8; }
  .order-lg-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9; }
  .order-lg-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10; }
  .order-lg-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11; }
  .order-lg-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12; }
  .offset-lg-0 { margin-left: 0; }
  .offset-lg-1 { margin-left: 8.33333%; }
  .offset-lg-2 { margin-left: 16.66667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.33333%; }
  .offset-lg-5 { margin-left: 41.66667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.33333%; }
  .offset-lg-8 { margin-left: 66.66667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.33333%; }
  .offset-lg-11 { margin-left: 91.66667%; } }

@media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .row-cols-xl-1 > * { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .row-cols-xl-2 > * { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .row-cols-xl-3 > * { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .row-cols-xl-4 > * { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .row-cols-xl-5 > * { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .row-cols-xl-6 > * { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-xl-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-xl-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-xl-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-xl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-xl-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-xl-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-xl-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-xl-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-xl-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-xl-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-xl-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
  .order-xl-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13; }
  .order-xl-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }
  .order-xl-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .order-xl-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .order-xl-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .order-xl-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  .order-xl-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  .order-xl-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
  .order-xl-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7; }
  .order-xl-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8; }
  .order-xl-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9; }
  .order-xl-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10; }
  .order-xl-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11; }
  .order-xl-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12; }
  .offset-xl-0 { margin-left: 0; }
  .offset-xl-1 { margin-left: 8.33333%; }
  .offset-xl-2 { margin-left: 16.66667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.33333%; }
  .offset-xl-5 { margin-left: 41.66667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.33333%; }
  .offset-xl-8 { margin-left: 66.66667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.33333%; }
  .offset-xl-11 { margin-left: 91.66667%; } }

.table { width: 100%; margin-bottom: 18px; color: #212529; }

.table th, .table td { padding: 14px; vertical-align: top; border-top: 1px solid #dee2e6; }

.table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }

.table tbody + tbody { border-top: 2px solid #dee2e6; }

.table-sm th, .table-sm td { padding: 5px; }

.table-bordered { border: 1px solid #dee2e6; }

.table-bordered th, .table-bordered td { border: 1px solid #dee2e6; }

.table-bordered thead th, .table-bordered thead td { border-bottom-width: 2px; }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody { border: 0; }

.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover { color: #212529; background-color: rgba(0, 0, 0, 0.075); }

.table-primary, .table-primary > th, .table-primary > td { background-color: #c6cfdc; }

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody { border-color: #95a6bd; }

.table-hover .table-primary:hover { background-color: #b6c2d2; }

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { background-color: #b6c2d2; }

.table-secondary, .table-secondary > th, .table-secondary > td { background-color: #d6d8db; }

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody { border-color: #b3b7bb; }

.table-hover .table-secondary:hover { background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th { background-color: #c8cbcf; }

.table-success, .table-success > th, .table-success > td { background-color: #c4e7e1; }

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody { border-color: #92d2c8; }

.table-hover .table-success:hover { background-color: #b2e0d8; }

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th { background-color: #b2e0d8; }

.table-info, .table-info > th, .table-info > td { background-color: #bee5eb; }

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody { border-color: #86cfda; }

.table-hover .table-info:hover { background-color: #abdde5; }

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th { background-color: #abdde5; }

.table-warning, .table-warning > th, .table-warning > td { background-color: #ffeeba; }

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody { border-color: #ffdf7e; }

.table-hover .table-warning:hover { background-color: #ffe8a1; }

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { background-color: #ffe8a1; }

.table-danger, .table-danger > th, .table-danger > td { background-color: #f5c6cb; }

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody { border-color: #ed969e; }

.table-hover .table-danger:hover { background-color: #f1b0b7; }

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { background-color: #f1b0b7; }

.table-light, .table-light > th, .table-light > td { background-color: #fdfdfe; }

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody { border-color: #fbfcfc; }

.table-hover .table-light:hover { background-color: #ececf6; }

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th { background-color: #ececf6; }

.table-dark, .table-dark > th, .table-dark > td { background-color: #c6c8ca; }

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody { border-color: #95999c; }

.table-hover .table-dark:hover { background-color: #b9bbbe; }

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { background-color: #b9bbbe; }

.table-active, .table-active > th, .table-active > td { background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover { background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th { color: #fff; background-color: #343a40; border-color: #454d55; }

.table .thead-light th { color: #495057; background-color: #e9ecef; border-color: #dee2e6; }

.table-dark { color: #fff; background-color: #343a40; }

.table-dark th, .table-dark td, .table-dark thead th { border-color: #454d55; }

.table-dark.table-bordered { border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover { color: #fff; background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) { .table-responsive-sm { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-responsive-sm > .table-bordered { border: 0; } }

@media (max-width: 767.98px) { .table-responsive-md { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-responsive-md > .table-bordered { border: 0; } }

@media (max-width: 991.98px) { .table-responsive-lg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-responsive-lg > .table-bordered { border: 0; } }

@media (max-width: 1199.98px) { .table-responsive-xl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-responsive-xl > .table-bordered { border: 0; } }

.table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered { border: 0; }

.form-control {
  background-color: #fff;
  display: block;
  width: 100%;
  height: calc(1.5em + 12px + 2px);
  padding: 6px 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-clip: padding-box;
  border: 1px solid #d8d9dc;
  border-radius: 3px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) { .form-control { -webkit-transition: none; -o-transition: none; transition: none; } }

.form-control::-ms-expand { background-color: transparent; border: 0; }

.form-control:-moz-focusring { color: transparent; text-shadow: 0 0 0 #0a0a0a; }

.form-control:focus { color: #0a0a0a; background-color: none; border-color: none; outline: 0; -webkit-box-shadow: none; box-shadow: none; }

.form-control::-webkit-input-placeholder { color: #575757; opacity: 1; }

.form-control::-moz-placeholder { color: #575757; opacity: 1; }

.form-control::-ms-input-placeholder { color: #575757; opacity: 1; }

.form-control::placeholder { color: #575757; opacity: 1; }

.form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1; }

select.form-control:focus::-ms-value { color: #0a0a0a; background-color: #eef1f4; }

.form-control-file, .form-control-range { display: block; width: 100%; }

.col-form-label { padding-top: calc(6px + 1px); padding-bottom: calc(6px + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; }

.col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 24px; line-height: 1.5; }

.col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; line-height: 1.5; }

.form-control-plaintext { display: block; width: 100%; padding: 6px 0; margin-bottom: 0; font-size: 18px; line-height: 1.5; color: #999; background-color: transparent; border: solid transparent; border-width: 1px 0; }

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; }

.form-control-sm { height: calc(1.5em + 10px + 2px); padding: 5px 10px; font-size: 0.875rem; line-height: 1.5; border-radius: 4px; }

.form-control-lg { height: calc(1.5em + 18px + 2px); padding: 10px 18px; font-size: 24px; line-height: 1.5; border-radius: 5px; }

select.form-control[size], select.form-control[multiple] { height: auto; }

textarea.form-control { height: auto; }

.form-group { margin-bottom: 18px; }

.form-text { display: block; margin-top: 5px; }

.form-row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; }

.form-row > .col, .form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; }

.form-check { position: relative; display: block; padding-left: 24px; }

.form-check-input { position: absolute; margin-top: 5px; margin-left: -1.25rem; }

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { color: #6c757d; }

.form-check-label { margin-bottom: 0; }

.form-check-inline { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 0; margin-right: 14px; }

.form-check-inline .form-check-input { position: static; margin-top: 0; margin-right: 0.3125rem; margin-left: 0; }

.valid-feedback { display: none; width: 100%; margin-top: 5px; font-size: 80%; color: #43d596; }

.valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 5px 10px; margin-top: .1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(45, 169, 149, 0.9); border-radius: 4px; }

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip { display: block; }

.was-validated .form-control:valid, .form-control.is-valid { border-color: #43d596; padding-right: calc(1.5em + 12px); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232da995' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1665rem) center; background-size: calc(0.75em + 6px) calc(0.75em + 6px); }

.was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: #43d596; -webkit-box-shadow: 0 0 0 4px rgba(45, 169, 149, 0.25); box-shadow: 0 0 0 4px rgba(45, 169, 149, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: calc(1.5em + 12px); background-position: top calc(0.375em + 0.1665rem) right calc(0.375em + 0.1665rem); }

.was-validated .custom-select:valid, .custom-select.is-valid { border-color: #43d596; padding-right: calc(0.75em + 2.1655rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 12px center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232da995' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #eef1f4 no-repeat center right 1.666rem/calc(0.75em + 6px) calc(0.75em + 6px); }

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { border-color: #43d596; -webkit-box-shadow: 0 0 0 4px rgba(45, 169, 149, 0.25); box-shadow: 0 0 0 4px rgba(45, 169, 149, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: #43d596; }

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip { display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { color: #43d596; }

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { border-color: #43d596; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { border-color: #3ecbb5; background-color: #3ecbb5; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { -webkit-box-shadow: 0 0 0 4px rgba(45, 169, 149, 0.25); box-shadow: 0 0 0 4px rgba(45, 169, 149, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { border-color: #43d596; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { border-color: #43d596; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { border-color: #43d596; -webkit-box-shadow: 0 0 0 4px rgba(45, 169, 149, 0.25); box-shadow: 0 0 0 4px rgba(45, 169, 149, 0.25); }

.invalid-feedback { display: none; width: 100%; margin-top: 5px; font-size: 80%; color: #dc3545; }

.invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 5px 10px; margin-top: .1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(220, 53, 69, 0.9); border-radius: 4px; }

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid { border-color: #dc3545; padding-right: calc(1.5em + 12px); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1665rem) center; background-size: calc(0.75em + 6px) calc(0.75em + 6px); }

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #dc3545; -webkit-box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25); box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: calc(1.5em + 12px); background-position: top calc(0.375em + 0.1665rem) right calc(0.375em + 0.1665rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid { border-color: #dc3545; padding-right: calc(0.75em + 2.1655rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 12px center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #eef1f4 no-repeat center right 1.666rem/calc(0.75em + 6px) calc(0.75em + 6px); }

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { border-color: #dc3545; -webkit-box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25); box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { border-color: #e4606d; background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { -webkit-box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25); box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before { border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { border-color: #dc3545; -webkit-box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25); box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25); }

.form-inline { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.form-inline .form-check { width: 100%; }

@media (min-width: 576px) { .form-inline label { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 0; }
  .form-inline .form-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0; }
  .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-plaintext { display: inline-block; }
  .form-inline .input-group, .form-inline .custom-select { width: auto; }
  .form-inline .form-check { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: auto; padding-left: 0; }
  .form-inline .form-check-input { position: relative; -ms-flex-negative: 0; flex-shrink: 0; margin-top: 0; margin-right: 5px; margin-left: 0; }
  .form-inline .custom-control { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .form-inline .custom-control-label { margin-bottom: 0; } }

.btn, .big-blue-button a {
  display: inline-block;
  font-weight: 700;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 15px 30px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 4px;
  letter-spacing: 1px;
}
.map-button .btn, .big-blue-button a { white-space: nowrap; }

@media (prefers-reduced-motion: reduce) { .btn, .big-blue-button a { -webkit-transition: none; -o-transition: none; transition: none; } }

.btn:hover, .big-blue-button a:hover { color: #212529; text-decoration: none; }

.btn:focus, .big-blue-button a:focus, .btn.focus, .big-blue-button a.focus { outline: 0; -webkit-box-shadow: 0 0 0 4px rgba(52, 83, 129, 0.25); box-shadow: 0 0 0 4px rgba(52, 83, 129, 0.25); }

.btn.disabled, .big-blue-button a.disabled, .btn:disabled, .big-blue-button a:disabled { opacity: 0.65; }

a.btn.disabled, .big-blue-button a.disabled, fieldset:disabled a.btn, fieldset:disabled .big-blue-button a, .big-blue-button fieldset:disabled a { pointer-events: none; }

.btn-primary, .big-blue-button a, .tree li a, .tree li li a { color: #fff; background-color: #062172; border-color: #062172; }

.btn-primary:hover, .big-blue-button a:hover { color: #fff; }

.btn-primary:focus, .big-blue-button a:focus, .btn-primary.focus, .big-blue-button a.focus { color: #fff; }

.btn-primary.disabled, .big-blue-button a.disabled, .btn-primary:disabled, .big-blue-button a:disabled { color: #fff; background-color: #062172; border-color: #062172; }

.btn-primary:not(:disabled):not(.disabled):active, .big-blue-button a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .big-blue-button a:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .big-blue-button .show > a.dropdown-toggle { color: #fff; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .big-blue-button a:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .big-blue-button a:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .big-blue-button .show > a.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 4px rgba(82, 109, 148, 0.5); box-shadow: 0 0 0 4px rgba(82, 109, 148, 0.5); }

/*
.btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; }

.btn-secondary:hover { color: #fff; background-color: #5a6268; border-color: #545b62; }

.btn-secondary:focus, .btn-secondary.focus { color: #fff; background-color: #5a6268; border-color: #545b62; -webkit-box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5); box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #6c757d; border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #545b62; border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5); box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5); }
*/

.btn-success { color: #fff; background-color: #43d596; border-color: #43d596; }

.btn-success:hover { color: #fff; background-color: #258b7a; border-color: #228171; }

.btn-success:focus, .btn-success.focus { color: #fff; background-color: #258b7a; border-color: #228171; -webkit-box-shadow: 0 0 0 4px rgba(77, 182, 165, 0.5); box-shadow: 0 0 0 4px rgba(77, 182, 165, 0.5); }

.btn-success.disabled, .btn-success:disabled { color: #fff; background-color: #43d596; border-color: #43d596; }

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { color: #fff; background-color: #228171; border-color: #207769; }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 4px rgba(77, 182, 165, 0.5); box-shadow: 0 0 0 4px rgba(77, 182, 165, 0.5); }

.btn-info { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-info:hover { color: #fff; background-color: #138496; border-color: #117a8b; }

.btn-info:focus, .btn-info.focus { color: #fff; background-color: #138496; border-color: #117a8b; -webkit-box-shadow: 0 0 0 4px rgba(58, 176, 195, 0.5); box-shadow: 0 0 0 4px rgba(58, 176, 195, 0.5); }

.btn-info.disabled, .btn-info:disabled { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { color: #fff; background-color: #117a8b; border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 4px rgba(58, 176, 195, 0.5); box-shadow: 0 0 0 4px rgba(58, 176, 195, 0.5); }

.btn-warning { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-warning:hover { color: #212529; background-color: #e0a800; border-color: #d39e00; }

.btn-warning:focus, .btn-warning.focus { color: #212529; background-color: #e0a800; border-color: #d39e00; -webkit-box-shadow: 0 0 0 4px rgba(222, 170, 12, 0.5); box-shadow: 0 0 0 4px rgba(222, 170, 12, 0.5); }

.btn-warning.disabled, .btn-warning:disabled { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { color: #212529; background-color: #d39e00; border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 4px rgba(222, 170, 12, 0.5); box-shadow: 0 0 0 4px rgba(222, 170, 12, 0.5); }

.btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; }

.btn-danger:hover { color: #fff; background-color: #c82333; border-color: #bd2130; }

.btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c82333; border-color: #bd2130; -webkit-box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5); box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5); }

.btn-danger.disabled, .btn-danger:disabled { color: #fff; background-color: #dc3545; border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { color: #fff; background-color: #bd2130; border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5); box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5); }

.btn-light { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }

.btn-light:hover { color: #212529; background-color: #e2e6ea; border-color: #dae0e5; }

.btn-light:focus, .btn-light.focus { color: #212529; background-color: #e2e6ea; border-color: #dae0e5; -webkit-box-shadow: 0 0 0 4px rgba(216, 217, 219, 0.5); box-shadow: 0 0 0 4px rgba(216, 217, 219, 0.5); }

.btn-light.disabled, .btn-light:disabled { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: #212529; background-color: #dae0e5; border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 4px rgba(216, 217, 219, 0.5); box-shadow: 0 0 0 4px rgba(216, 217, 219, 0.5); }

.btn-dark { color: #fff; background-color: #343a40; border-color: #343a40; }

.btn-dark:hover { color: #fff; background-color: #23272b; border-color: #1d2124; }

.btn-dark:focus, .btn-dark.focus { color: #fff; background-color: #23272b; border-color: #1d2124; -webkit-box-shadow: 0 0 0 4px rgba(82, 88, 93, 0.5); box-shadow: 0 0 0 4px rgba(82, 88, 93, 0.5); }

.btn-dark.disabled, .btn-dark:disabled { color: #fff; background-color: #343a40; border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #1d2124; border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 4px rgba(82, 88, 93, 0.5); box-shadow: 0 0 0 4px rgba(82, 88, 93, 0.5); }

.btn-outline-primary { color: #062172; border-color: #062172; }

.btn-outline-primary:hover { color: #fff; background-color: #062172; border-color: #062172; }

.btn-outline-primary:focus, .btn-outline-primary.focus { -webkit-box-shadow: 0 0 0 4px rgba(52, 83, 129, 0.5); box-shadow: 0 0 0 4px rgba(52, 83, 129, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #062172; background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #062172; border-color: #062172; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 4px rgba(52, 83, 129, 0.5); box-shadow: 0 0 0 4px rgba(52, 83, 129, 0.5); }

.btn-outline-secondary { color: #6c757d; border-color: #6c757d; }

.btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; }

.btn-outline-secondary:focus, .btn-outline-secondary.focus { -webkit-box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.5); box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #6c757d; background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #6c757d; border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.5); box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.5); }

.btn-outline-success { color: #43d596; border-color: #43d596; }

.btn-outline-success:hover { color: #fff; background-color: #43d596; border-color: #43d596; }

.btn-outline-success:focus, .btn-outline-success.focus { -webkit-box-shadow: 0 0 0 4px rgba(45, 169, 149, 0.5); box-shadow: 0 0 0 4px rgba(45, 169, 149, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled { color: #43d596; background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #43d596; border-color: #43d596; }

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 4px rgba(45, 169, 149, 0.5); box-shadow: 0 0 0 4px rgba(45, 169, 149, 0.5); }

.btn-outline-info { color: #17a2b8; border-color: #17a2b8; }

.btn-outline-info:hover { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-outline-info:focus, .btn-outline-info.focus { -webkit-box-shadow: 0 0 0 4px rgba(23, 162, 184, 0.5); box-shadow: 0 0 0 4px rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled { color: #17a2b8; background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 4px rgba(23, 162, 184, 0.5); box-shadow: 0 0 0 4px rgba(23, 162, 184, 0.5); }

.btn-outline-warning { color: #ffc107; border-color: #ffc107; }

.btn-outline-warning:hover { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-outline-warning:focus, .btn-outline-warning.focus { -webkit-box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.5); box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #ffc107; background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.5); box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.5); }

.btn-outline-danger { color: #dc3545; border-color: #dc3545; }

.btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; }

.btn-outline-danger:focus, .btn-outline-danger.focus { -webkit-box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.5); box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #dc3545; background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #dc3545; border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.5); box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.5); }

.btn-outline-light { color: #f8f9fa; border-color: #f8f9fa; }

.btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }

.btn-outline-light:focus, .btn-outline-light.focus { -webkit-box-shadow: 0 0 0 4px rgba(248, 249, 250, 0.5); box-shadow: 0 0 0 4px rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled { color: #f8f9fa; background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 4px rgba(248, 249, 250, 0.5); box-shadow: 0 0 0 4px rgba(248, 249, 250, 0.5); }

.btn-outline-dark { color: #343a40; border-color: #343a40; }

.btn-outline-dark:hover { color: #fff; background-color: #343a40; border-color: #343a40; }

.btn-outline-dark:focus, .btn-outline-dark.focus { -webkit-box-shadow: 0 0 0 4px rgba(52, 58, 64, 0.5); box-shadow: 0 0 0 4px rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #343a40; background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #343a40; border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 4px rgba(52, 58, 64, 0.5); box-shadow: 0 0 0 4px rgba(52, 58, 64, 0.5); }

.btn-link { font-weight: 400; color: #062172; text-decoration: none; }

.btn-link:hover { color: #1e304a; text-decoration: underline; }

.btn-link:focus, .btn-link.focus { text-decoration: underline; -webkit-box-shadow: none; box-shadow: none; }

.btn-link:disabled, .btn-link.disabled { color: #6c757d; pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .big-blue-button .btn-group-lg > a { padding: 10px 18px; font-size: 24px; line-height: 1.5; border-radius: 5px; }

.btn-sm, .btn-group-sm > .btn, .big-blue-button .btn-group-sm > a { padding: 5px 10px; font-size: 0.875rem; line-height: 1.5; border-radius: 4px; }

.btn-block { display: block; width: 100%; }

.btn-block + .btn-block { margin-top: 10px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

.fade { -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) { .fade { -webkit-transition: none; -o-transition: none; transition: none; } }

.fade:not(.show) { opacity: 0; }

.collapse:not(.show) { display: none; }

.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; -o-transition: height 0.35s ease; transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) { .collapsing { -webkit-transition: none; -o-transition: none; transition: none; } }

.dropup, .dropright, .dropdown, .dropleft { position: relative; }

.dropdown-toggle { white-space: nowrap; }

.dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after { margin-left: 0; }

.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 180px; padding: 10px 0; margin: 0.125rem 0 0; font-size: 18px; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; }

.dropdown-menu-left { right: auto; left: 0; }

.dropdown-menu-right { right: 0; left: auto; }

@media (min-width: 576px) { .dropdown-menu-sm-left { right: auto; left: 0; }
  .dropdown-menu-sm-right { right: 0; left: auto; } }

@media (min-width: 768px) { .dropdown-menu-md-left { right: auto; left: 0; }
  .dropdown-menu-md-right { right: 0; left: auto; } }

@media (min-width: 992px) { .dropdown-menu-lg-left { right: auto; left: 0; }
  .dropdown-menu-lg-right { right: 0; left: auto; } }

@media (min-width: 1200px) { .dropdown-menu-xl-left { right: auto; left: 0; }
  .dropdown-menu-xl-right { right: 0; left: auto; } }

.dropup .dropdown-menu { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after { margin-left: 0; }

.dropright .dropdown-menu { top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem; }

.dropright .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0; border-bottom: 0.3em solid transparent; border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after { margin-left: 0; }

.dropright .dropdown-toggle::after { vertical-align: 0; }

.dropleft .dropdown-menu { top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; }

.dropleft .dropdown-toggle::after { display: none; }

.dropleft .dropdown-toggle::before { display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after { margin-left: 0; }

.dropleft .dropdown-toggle::before { vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] { right: auto; bottom: auto; }

.dropdown-divider { height: 0; margin: 10px 0; overflow: hidden; border-top: 1px solid #e9ecef; }

.dropdown-item { display: block; width: 100%; padding: 5px 30px; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; }

.dropdown-item:hover, .dropdown-item:focus { color: #16181b; text-decoration: none; background-color: #f8f9fa; }

.dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #062172; }

.dropdown-item.disabled, .dropdown-item:disabled { color: #6c757d; pointer-events: none; background-color: transparent; }

.dropdown-menu.show { display: block; }

.dropdown-header { display: block; padding: 10px 30px; margin-bottom: 0; font-size: 0.875rem; color: #6c757d; white-space: nowrap; }

.dropdown-item-text { display: block; padding: 5px 30px; color: #212529; }

.btn-group, .btn-group-vertical { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle; }

.btn-group > .btn, .big-blue-button .btn-group > a, .btn-group-vertical > .btn, .big-blue-button .btn-group-vertical > a { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.btn-group > .btn:hover, .big-blue-button .btn-group > a:hover, .btn-group-vertical > .btn:hover, .big-blue-button .btn-group-vertical > a:hover { z-index: 1; }

.btn-group > .btn:focus, .big-blue-button .btn-group > a:focus, .btn-group > .btn:active, .big-blue-button .btn-group > a:active, .btn-group > .btn.active, .big-blue-button .btn-group > a.active, .btn-group-vertical > .btn:focus, .big-blue-button .btn-group-vertical > a:focus, .btn-group-vertical > .btn:active, .big-blue-button .btn-group-vertical > a:active, .btn-group-vertical > .btn.active, .big-blue-button .btn-group-vertical > a.active { z-index: 1; }

.btn-toolbar { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.btn-toolbar .input-group { width: auto; }

.btn-group > .btn:not(:first-child), .big-blue-button .btn-group > a:not(:first-child), .btn-group > .btn-group:not(:first-child) { margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .big-blue-button .btn-group > a:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn, .big-blue-button .btn-group > .btn-group:not(:last-child) > a { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .big-blue-button .btn-group > a:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn, .big-blue-button .btn-group > .btn-group:not(:first-child) > a { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.dropdown-toggle-split { padding-right: 0.9375rem; padding-left: 0.9375rem; }

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after { margin-left: 0; }

.dropleft .dropdown-toggle-split::before { margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .big-blue-button .btn-group-sm > a + .dropdown-toggle-split { padding-right: 7px; padding-left: 7px; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .big-blue-button .btn-group-lg > a + .dropdown-toggle-split { padding-right: 14px; padding-left: 14px; }

.btn-group-vertical { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.btn-group-vertical > .btn, .big-blue-button .btn-group-vertical > a, .btn-group-vertical > .btn-group { width: 100%; }

.btn-group-vertical > .btn:not(:first-child), .big-blue-button .btn-group-vertical > a:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) { margin-top: -1px; }

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .big-blue-button .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .big-blue-button .btn-group-vertical > .btn-group:not(:last-child) > a { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:not(:first-child), .big-blue-button .btn-group-vertical > a:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn, .big-blue-button .btn-group-vertical > .btn-group:not(:first-child) > a { border-top-left-radius: 0; border-top-right-radius: 0; }

.btn-group-toggle > .btn, .big-blue-button .btn-group-toggle > a, .btn-group-toggle > .btn-group > .btn, .big-blue-button .btn-group-toggle > .btn-group > a { margin-bottom: 0; }

.btn-group-toggle > .btn input[type="radio"], .big-blue-button .btn-group-toggle > a input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .big-blue-button .btn-group-toggle > a input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .big-blue-button .btn-group-toggle > .btn-group > a input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .big-blue-button .btn-group-toggle > .btn-group > a input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; }

.input-group { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100%; }

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 0%; flex: 1 1 0%; min-width: 0; margin-bottom: 0; }

.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file { margin-left: -1px; }

.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label { z-index: 3; }

.input-group > .custom-file .custom-file-input:focus { z-index: 4; }

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.input-group > .custom-file { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.input-group-prepend, .input-group-append { display: -webkit-box; display: -ms-flexbox; display: flex; }

.input-group-prepend .btn, .input-group-prepend .big-blue-button a, .big-blue-button .input-group-prepend a, .input-group-append .btn, .input-group-append .big-blue-button a, .big-blue-button .input-group-append a { position: relative; z-index: 2; }

.input-group-prepend .btn:focus, .input-group-prepend .big-blue-button a:focus, .big-blue-button .input-group-prepend a:focus, .input-group-append .btn:focus, .input-group-append .big-blue-button a:focus, .big-blue-button .input-group-append a:focus { z-index: 3; }

.input-group-prepend .btn + .btn, .input-group-prepend .big-blue-button a + .btn, .big-blue-button .input-group-prepend a + .btn, .input-group-prepend .big-blue-button .btn + a, .big-blue-button .input-group-prepend .btn + a, .input-group-prepend .big-blue-button a + a, .big-blue-button .input-group-prepend a + a, .input-group-prepend .btn + .input-group-text, .input-group-prepend .big-blue-button a + .input-group-text, .big-blue-button .input-group-prepend a + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .big-blue-button .input-group-text + a, .big-blue-button .input-group-prepend .input-group-text + a, .input-group-append .btn + .btn, .input-group-append .big-blue-button a + .btn, .big-blue-button .input-group-append a + .btn, .input-group-append .big-blue-button .btn + a, .big-blue-button .input-group-append .btn + a, .input-group-append .big-blue-button a + a, .big-blue-button .input-group-append a + a, .input-group-append .btn + .input-group-text, .input-group-append .big-blue-button a + .input-group-text, .big-blue-button .input-group-append a + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .big-blue-button .input-group-text + a, .big-blue-button .input-group-append .input-group-text + a { margin-left: -1px; }

.input-group-prepend { margin-right: -1px; }

.input-group-append { margin-left: -1px; }

.input-group-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 6px 12px; margin-bottom: 0; font-size: 18px; font-weight: 400; line-height: 1.5; color: #0a0a0a; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #dadada; border-radius: 3px; }

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] { margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select { height: calc(1.5em + 18px + 2px); }

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .big-blue-button .input-group-lg > .input-group-prepend > a, .input-group-lg > .input-group-append > .btn, .big-blue-button .input-group-lg > .input-group-append > a { padding: 10px 18px; font-size: 24px; line-height: 1.5; border-radius: 5px; }

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select { height: calc(1.5em + 10px + 2px); }

.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .big-blue-button .input-group-sm > .input-group-prepend > a, .input-group-sm > .input-group-append > .btn, .big-blue-button .input-group-sm > .input-group-append > a { padding: 5px 10px; font-size: 0.875rem; line-height: 1.5; border-radius: 4px; }

.input-group-lg > .custom-select, .input-group-sm > .custom-select { padding-right: 1.666rem; }

.input-group > .input-group-prepend > .btn, .big-blue-button .input-group > .input-group-prepend > a, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .big-blue-button .input-group > .input-group-append:not(:last-child) > a, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .big-blue-button .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .big-blue-button .input-group > .input-group-append > a, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .big-blue-button .input-group > .input-group-prepend:not(:first-child) > a, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .big-blue-button .input-group > .input-group-prepend:first-child > a:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }

.custom-control { position: relative; display: block; min-height: 30px; padding-left: 30px; }

.custom-control-inline { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-right: 18px; }

.custom-control-input { position: absolute; left: 0; z-index: -1; width: 18px; height: 24px; opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #062172; background-color: #062172; }

.custom-control-input:focus ~ .custom-control-label::before { -webkit-box-shadow: none; box-shadow: none; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before { border-color: none; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before { color: #fff; background-color: #94aed4; border-color: #94aed4; }

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label { color: #6c757d; }

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before { background-color: #e9ecef; }

.custom-control-label { position: relative; margin-bottom: 0; vertical-align: top; }

.custom-control-label::before { position: absolute; top: 5px; left: -1.5rem; display: block; width: 18px; height: 18px; pointer-events: none; content: ""; background-color: #eef1f4; border: #adb5bd solid 1px; }

.custom-control-label::after { position: absolute; top: 5px; left: -1.5rem; display: block; width: 18px; height: 18px; content: ""; background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before { border-radius: 4px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { border-color: #062172; background-color: #062172; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(52, 83, 129, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { background-color: rgba(52, 83, 129, 0.5); }

.custom-radio .custom-control-label::before { border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(52, 83, 129, 0.5); }

.custom-switch { padding-left: 40px; }

.custom-switch .custom-control-label::before { left: -2.25rem; width: 32px; pointer-events: all; border-radius: 10px; }

.custom-switch .custom-control-label::after { top: calc(0.25rem + 2px); left: calc(-2.25rem + 2px); width: calc(1rem - 4px); height: calc(1rem - 4px); background-color: #adb5bd; border-radius: 10px; -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .custom-switch .custom-control-label::after { -webkit-transition: none; -o-transition: none; transition: none; } }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after { background-color: #eef1f4; -webkit-transform: translateX(0.75rem); -ms-transform: translateX(0.75rem); transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(52, 83, 129, 0.5); }

.custom-select { display: inline-block; width: 100%; height: calc(1.5em + 12px + 2px); padding: 6px 1.666rem 6px 12px; font-size: 18px; font-weight: 400; line-height: 1.5; color: #0a0a0a; vertical-align: middle; background: #eef1f4 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 12px center/8px 10px; border: 1px solid #dadada; border-radius: 4px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.custom-select:focus { border-color: none; outline: 0; -webkit-box-shadow: 0 0 0 4px rgba(52, 83, 129, 0.25); box-shadow: 0 0 0 4px rgba(52, 83, 129, 0.25); }

.custom-select:focus::-ms-value { color: #0a0a0a; background-color: #eef1f4; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) { height: auto; padding-right: 12px; background-image: none; }

.custom-select:disabled { color: #6c757d; background-color: #e9ecef; }

.custom-select::-ms-expand { display: none; }

.custom-select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #0a0a0a; }

.custom-select-sm { height: calc(1.5em + 10px + 2px); padding-top: 5px; padding-bottom: 5px; padding-left: 10px; font-size: 0.875rem; }

.custom-select-lg { height: calc(1.5em + 18px + 2px); padding-top: 10px; padding-bottom: 10px; padding-left: 18px; font-size: 24px; }

.custom-file { position: relative; display: inline-block; width: 100%; height: calc(1.5em + 12px + 2px); margin-bottom: 0; }

.custom-file-input { position: relative; z-index: 2; width: 100%; height: calc(1.5em + 12px + 2px); margin: 0; opacity: 0; }

.custom-file-input:focus ~ .custom-file-label { border-color: none; -webkit-box-shadow: none; box-shadow: none; }

.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label { background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after { content: "Browse"; }

.custom-file-input ~ .custom-file-label[data-browse]::after { content: attr(data-browse); }

.custom-file-label { position: absolute; top: 0; right: 0; left: 0; z-index: 1; height: calc(1.5em + 12px + 2px); padding: 6px 12px; font-weight: 400; line-height: 1.5; color: #0a0a0a; background-color: #eef1f4; border: 1px solid #dadada; border-radius: 3px; }

.custom-file-label::after { position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; display: block; height: calc(1.5em + 12px); padding: 6px 12px; line-height: 1.5; color: #0a0a0a; content: "Browse"; background-color: #e9ecef; border-left: inherit; border-radius: 0 3px 3px 0; }

.custom-range { width: 100%; height: 25px; padding: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.custom-range:focus { outline: none; }

.custom-range:focus::-webkit-slider-thumb { -webkit-box-shadow: 0 0 0 1px #fff, none; box-shadow: 0 0 0 1px #fff, none; }

.custom-range:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff, none; }

.custom-range:focus::-ms-thumb { box-shadow: 0 0 0 1px #fff, none; }

.custom-range::-moz-focus-outer { border: 0; }

.custom-range::-webkit-slider-thumb { width: 18px; height: 18px; margin-top: -0.25rem; background-color: #062172; border: 0; border-radius: 18px; -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -webkit-appearance: none; appearance: none; }

@media (prefers-reduced-motion: reduce) { .custom-range::-webkit-slider-thumb { -webkit-transition: none; -o-transition: none; transition: none; } }

.custom-range::-webkit-slider-thumb:active { background-color: #94aed4; }

.custom-range::-webkit-slider-runnable-track { width: 100%; height: 10px; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 18px; }

.custom-range::-moz-range-thumb { width: 18px; height: 18px; background-color: #062172; border: 0; border-radius: 18px; -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -moz-appearance: none; appearance: none; }

@media (prefers-reduced-motion: reduce) { .custom-range::-moz-range-thumb { -webkit-transition: none; -o-transition: none; transition: none; } }

.custom-range::-moz-range-thumb:active { background-color: #94aed4; }

.custom-range::-moz-range-track { width: 100%; height: 10px; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 18px; }

.custom-range::-ms-thumb { width: 18px; height: 18px; margin-top: 0; margin-right: 4px; margin-left: 4px; background-color: #062172; border: 0; border-radius: 18px; -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; appearance: none; }

@media (prefers-reduced-motion: reduce) { .custom-range::-ms-thumb { -webkit-transition: none; -o-transition: none; transition: none; } }

.custom-range::-ms-thumb:active { background-color: #94aed4; }

.custom-range::-ms-track { width: 100%; height: 10px; color: transparent; cursor: pointer; background-color: transparent; border-color: transparent; border-width: 10px; }

.custom-range::-ms-fill-lower { background-color: #dee2e6; border-radius: 18px; }

.custom-range::-ms-fill-upper { margin-right: 15px; background-color: #dee2e6; border-radius: 18px; }

.custom-range:disabled::-webkit-slider-thumb { background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track { cursor: default; }

.custom-range:disabled::-moz-range-thumb { background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track { cursor: default; }

.custom-range:disabled::-ms-thumb { background-color: #adb5bd; }

.custom-control-label::before, .custom-file-label, .custom-select { -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .custom-control-label::before, .custom-file-label, .custom-select { -webkit-transition: none; -o-transition: none; transition: none; } }

.nav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }

.nav-link { display: block; padding: 10px 18px; }

.nav-link:hover, .nav-link:focus { text-decoration: none; }

.nav-link.disabled { color: #062172; /*color: #6c757d;*/ pointer-events: none; cursor: default; }

.nav-tabs { border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item { margin-bottom: -1px; }

.nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 4px; border-top-right-radius: 4px; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled { /*color: #6c757d;*/ background-color: transparent; border-color: transparent; }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; }

.nav-pills .nav-link { border-radius: 4px; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #062172; }

.nav-fill .nav-item { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: center; }

.nav-justified .nav-item { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; text-align: center; }

.tab-content > .tab-pane { display: none; }

.tab-content > .active { display: block; }

.navbar { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 10px 18px; }

.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.navbar-brand { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 18px; font-size: 24px; line-height: inherit; white-space: nowrap; }

.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }

.navbar-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; }

.navbar-nav .nav-link { padding-right: 0; padding-left: 0; }

.navbar-nav .dropdown-menu { position: static; float: none; }

.navbar-text { display: inline-block; padding-top: 10px; padding-bottom: 10px; }

.navbar-collapse { -ms-flex-preferred-size: 100%; flex-basis: 100%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.navbar-toggler { padding: 5px 14px; font-size: 24px; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 4px; }

.navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; }

.navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100%; }

@media (max-width: 575.98px) { .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl { padding-right: 0; padding-left: 0; } }

@media (min-width: 576px) { .navbar-expand-sm { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link { padding-right: 10px; padding-left: 10px; }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler { display: none; } }

@media (max-width: 767.98px) { .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl { padding-right: 0; padding-left: 0; } }

@media (min-width: 768px) { .navbar-expand-md { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .navbar-expand-md .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link { padding-right: 10px; padding-left: 10px; }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }
  .navbar-expand-md .navbar-toggler { display: none; } }

@media (max-width: 991.98px) { .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl { padding-right: 0; padding-left: 0; } }

@media (min-width: 992px) { .navbar-expand-lg { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link { padding-right: 10px; padding-left: 10px; }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler { display: none; } }

@media (max-width: 1199.98px) { .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl { padding-right: 0; padding-left: 0; } }

@media (min-width: 1200px) { .navbar-expand-xl { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link { padding-right: 10px; padding-left: 10px; }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler { display: none; } }

.navbar-expand { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl { padding-right: 0; padding-left: 0; }

.navbar-expand .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu { position: absolute; }

.navbar-expand .navbar-nav .nav-link { padding-right: 10px; padding-left: 10px; }

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.navbar-expand .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }

.navbar-expand .navbar-toggler { display: none; }

.navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand { color: #fff; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; }

.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #fff; }

.navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a { color: #fff; }

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; }

.card { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 4px; }

.card > hr { margin-right: 0; margin-left: 0; }

.card > .list-group:first-child .list-group-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; }

.card > .list-group:last-child .list-group-item:last-child { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }

.card-body { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; min-height: 1px; padding: 24px; }

.card-title { margin-bottom: 14px; }

.card-subtitle { margin-top: -0.375rem; margin-bottom: 0; }

.card-text:last-child { margin-bottom: 0; }

.card-link:hover { text-decoration: none; }

.card-link + .card-link { margin-left: 24px; }

.card-header { padding: 14px 24px; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child { border-radius: calc(0.2rem - 1px) calc(0.2rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child { border-top: 0; }

.card-footer { padding: 14px 24px; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child { border-radius: 0 0 calc(0.2rem - 1px) calc(0.2rem - 1px); }

.card-header-tabs { margin-right: -0.625rem; margin-bottom: -0.75rem; margin-left: -0.625rem; border-bottom: 0; }

.card-header-pills { margin-right: -0.625rem; margin-left: -0.625rem; }

.card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 24px; }

.card-img, .card-img-top, .card-img-bottom { -ms-flex-negative: 0; flex-shrink: 0; width: 100%; }

.card-img, .card-img-top { border-top-left-radius: calc(0.2rem - 1px); border-top-right-radius: calc(0.2rem - 1px); }

.card-img, .card-img-bottom { border-bottom-right-radius: calc(0.2rem - 1px); border-bottom-left-radius: calc(0.2rem - 1px); }

.card-deck .card { margin-bottom: 15px; }

@media (min-width: 576px) { .card-deck { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-right: -15px; margin-left: -15px; }
  .card-deck .card { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; margin-right: 15px; margin-bottom: 0; margin-left: 15px; } }

.card-group > .card { margin-bottom: 15px; }

@media (min-width: 576px) { .card-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
  .card-group > .card { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; margin-bottom: 0; }
  .card-group > .card + .card { margin-left: 0; border-left: 0; }
  .card-group > .card:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; }
  .card-group > .card:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } }

.card-columns .card { margin-bottom: 14px; }

@media (min-width: 576px) { .card-columns { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 24px; -moz-column-gap: 24px; column-gap: 24px; orphans: 1; widows: 1; }
  .card-columns .card { display: inline-block; width: 100%; } }

.accordion > .card { overflow: hidden; }

.accordion > .card:not(:last-of-type) { border-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.accordion > .card:not(:first-of-type) { border-top-left-radius: 0; border-top-right-radius: 0; }

.accordion > .card > .card-header { border-radius: 0; margin-bottom: -1px; }

.breadcrumb { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 14px 18px; margin-bottom: 18px; list-style: none; background-color: #e9ecef; border-radius: 4px; }

.breadcrumb-item + .breadcrumb-item { padding-left: 10px; }

.breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: 10px; color: #6c757d; content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: none; }

.breadcrumb-item.active { color: #6c757d; }

.pagination { display: -webkit-box; display: -ms-flexbox; display: flex; padding-left: 0; list-style: none; border-radius: 4px; }

.page-link { position: relative; display: block; padding: 10px 14px; margin-left: -1px; line-height: 1.25; color: #062172; background-color: #fff; border: 1px solid #dee2e6; }

.page-link:hover { z-index: 2; color: #1e304a; text-decoration: none; background-color: #e9ecef; border-color: #dee2e6; }

.page-link:focus { z-index: 3; outline: 0; -webkit-box-shadow: 0 0 0 4px rgba(52, 83, 129, 0.25); box-shadow: 0 0 0 4px rgba(52, 83, 129, 0.25); }

.page-item:first-child .page-link { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }

.page-item:last-child .page-link { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }

.page-item.active .page-link { z-index: 3; color: #fff; background-color: #062172; border-color: #062172; }

.page-item.disabled .page-link { color: #6c757d; pointer-events: none; cursor: auto; background-color: #fff; border-color: #dee2e6; }

.pagination-lg .page-link { padding: 14px 30px; font-size: 24px; line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }

.pagination-lg .page-item:last-child .page-link { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }

.pagination-sm .page-link { padding: 5px 10px; font-size: 0.875rem; line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }

.pagination-sm .page-item:last-child .page-link { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }

.badge { display: inline-block; padding: 0.25em 0.4em; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 4px; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .badge { -webkit-transition: none; -o-transition: none; transition: none; } }

a.badge:hover, a.badge:focus { text-decoration: none; }

.badge:empty { display: none; }

.btn .badge, .big-blue-button a .badge { position: relative; top: -1px; }

.badge-pill { padding-right: 0.6em; padding-left: 0.6em; border-radius: 180px; }

.badge-primary { color: #fff; background-color: #062172; }

a.badge-primary:hover, a.badge-primary:focus { color: #fff; }

a.badge-primary:focus, a.badge-primary.focus { outline: 0; -webkit-box-shadow: 0 0 0 4px rgba(52, 83, 129, 0.5); box-shadow: 0 0 0 4px rgba(52, 83, 129, 0.5); }

.badge-secondary { color: #fff; background-color: #6c757d; }

a.badge-secondary:hover, a.badge-secondary:focus { color: #fff; background-color: #545b62; }

a.badge-secondary:focus, a.badge-secondary.focus { outline: 0; -webkit-box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.5); box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.5); }

.badge-success { color: #fff; background-color: #43d596; }

a.badge-success:hover, a.badge-success:focus { color: #fff; background-color: #228171; }

a.badge-success:focus, a.badge-success.focus { outline: 0; -webkit-box-shadow: 0 0 0 4px rgba(45, 169, 149, 0.5); box-shadow: 0 0 0 4px rgba(45, 169, 149, 0.5); }

.badge-info { color: #fff; background-color: #17a2b8; }

a.badge-info:hover, a.badge-info:focus { color: #fff; background-color: #117a8b; }

a.badge-info:focus, a.badge-info.focus { outline: 0; -webkit-box-shadow: 0 0 0 4px rgba(23, 162, 184, 0.5); box-shadow: 0 0 0 4px rgba(23, 162, 184, 0.5); }

.badge-warning { color: #212529; background-color: #ffc107; }

a.badge-warning:hover, a.badge-warning:focus { color: #212529; background-color: #d39e00; }

a.badge-warning:focus, a.badge-warning.focus { outline: 0; -webkit-box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.5); box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.5); }

.badge-danger { color: #fff; background-color: #dc3545; }

a.badge-danger:hover, a.badge-danger:focus { color: #fff; background-color: #bd2130; }

a.badge-danger:focus, a.badge-danger.focus { outline: 0; -webkit-box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.5); box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.5); }

.badge-light { color: #212529; background-color: #f8f9fa; }

a.badge-light:hover, a.badge-light:focus { color: #212529; background-color: #dae0e5; }

a.badge-light:focus, a.badge-light.focus { outline: 0; -webkit-box-shadow: 0 0 0 4px rgba(248, 249, 250, 0.5); box-shadow: 0 0 0 4px rgba(248, 249, 250, 0.5); }

.badge-dark { color: #fff; background-color: #343a40; }

a.badge-dark:hover, a.badge-dark:focus { color: #fff; background-color: #1d2124; }

a.badge-dark:focus, a.badge-dark.focus { outline: 0; -webkit-box-shadow: 0 0 0 4px rgba(52, 58, 64, 0.5); box-shadow: 0 0 0 4px rgba(52, 58, 64, 0.5); }

.jumbotron { padding: 36px 18px; margin-bottom: 36px; background-color: #e9ecef; border-radius: 5px; }

@media (min-width: 576px) { .jumbotron { padding: 72px 36px; } }

.jumbotron-fluid { padding-right: 0; padding-left: 0; border-radius: 0; }

.alert { position: relative; padding: 14px 24px; margin-bottom: 18px; border: 1px solid transparent; border-radius: 4px; }

.alert-heading { color: inherit; }

.alert-link { font-weight: 700; }

.alert-dismissible { padding-right: 72px; }

.alert-dismissible .close { position: absolute; top: 0; right: 0; padding: 14px 24px; color: inherit; }

.alert-primary { color: #1b2b43; background-color: #d6dde6; border-color: #c6cfdc; }

.alert-primary hr { border-top-color: #b6c2d2; }

.alert-primary .alert-link { color: #0c141f; }

.alert-secondary { color: #383d41; background-color: #e2e3e5; border-color: #d6d8db; }

.alert-secondary hr { border-top-color: #c8cbcf; }

.alert-secondary .alert-link { color: #202326; }

.alert-success { color: #17584d; background-color: #d5eeea; border-color: #c4e7e1; }

.alert-success hr { border-top-color: #b2e0d8; }

.alert-success .alert-link { color: #0c302a; }

.alert-info { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; }

.alert-info hr { border-top-color: #abdde5; }

.alert-info .alert-link { color: #062c33; }

.alert-warning { color: #856404; background-color: #fff3cd; border-color: #ffeeba; }

.alert-warning hr { border-top-color: #ffe8a1; }

.alert-warning .alert-link { color: #533f03; }

.alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; }

.alert-danger hr { border-top-color: #f1b0b7; }

.alert-danger .alert-link { color: #491217; }

.alert-light { color: #818182; background-color: #fefefe; border-color: #fdfdfe; }

.alert-light hr { border-top-color: #ececf6; }

.alert-light .alert-link { color: #686868; }

.alert-dark { color: #1b1e21; background-color: #d6d8d9; border-color: #c6c8ca; }

.alert-dark hr { border-top-color: #b9bbbe; }

.alert-dark .alert-link { color: #040505; }

@-webkit-keyframes progress-bar-stripes { from { background-position: 18px 0; }
  to { background-position: 0 0; } }

@keyframes progress-bar-stripes { from { background-position: 18px 0; }
  to { background-position: 0 0; } }

.progress { display: -webkit-box; display: -ms-flexbox; display: flex; height: 18px; overflow: hidden; font-size: 14px; background-color: #e9ecef; border-radius: 4px; }

.progress-bar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow: hidden; color: #fff; text-align: center; white-space: nowrap; background-color: #062172; -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; }

@media (prefers-reduced-motion: reduce) { .progress-bar { -webkit-transition: none; -o-transition: none; transition: none; } }

.progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 18px 18px; }

.progress-bar-animated { -webkit-animation: progress-bar-stripes 1s linear infinite; animation: progress-bar-stripes 1s linear infinite; }

@media (prefers-reduced-motion: reduce) { .progress-bar-animated { -webkit-animation: none; animation: none; } }

.media { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.media-body { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.list-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; }

.list-group-item-action { width: 100%; color: #495057; text-align: inherit; }

.list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; color: #495057; text-decoration: none; background-color: #f8f9fa; }

.list-group-item-action:active { color: #212529; background-color: #e9ecef; }

.list-group-item { position: relative; display: block; padding: 14px 24px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; }

.list-group-item:last-child { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }

.list-group-item.disabled, .list-group-item:disabled { color: #6c757d; pointer-events: none; background-color: #fff; }

.list-group-item.active { z-index: 2; color: #fff; background-color: #062172; border-color: #062172; }

.list-group-item + .list-group-item { border-top-width: 0; }

.list-group-item + .list-group-item.active { margin-top: -1px; border-top-width: 1px; }

.list-group-horizontal { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.list-group-horizontal .list-group-item:first-child { border-bottom-left-radius: 4px; border-top-right-radius: 0; }

.list-group-horizontal .list-group-item:last-child { border-top-right-radius: 4px; border-bottom-left-radius: 0; }

.list-group-horizontal .list-group-item.active { margin-top: 0; }

.list-group-horizontal .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; }

.list-group-horizontal .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; }

@media (min-width: 576px) { .list-group-horizontal-sm { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .list-group-horizontal-sm .list-group-item:first-child { border-bottom-left-radius: 4px; border-top-right-radius: 0; }
  .list-group-horizontal-sm .list-group-item:last-child { border-top-right-radius: 4px; border-bottom-left-radius: 0; }
  .list-group-horizontal-sm .list-group-item.active { margin-top: 0; }
  .list-group-horizontal-sm .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } }

@media (min-width: 768px) { .list-group-horizontal-md { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .list-group-horizontal-md .list-group-item:first-child { border-bottom-left-radius: 4px; border-top-right-radius: 0; }
  .list-group-horizontal-md .list-group-item:last-child { border-top-right-radius: 4px; border-bottom-left-radius: 0; }
  .list-group-horizontal-md .list-group-item.active { margin-top: 0; }
  .list-group-horizontal-md .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; }
  .list-group-horizontal-md .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } }

@media (min-width: 992px) { .list-group-horizontal-lg { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .list-group-horizontal-lg .list-group-item:first-child { border-bottom-left-radius: 4px; border-top-right-radius: 0; }
  .list-group-horizontal-lg .list-group-item:last-child { border-top-right-radius: 4px; border-bottom-left-radius: 0; }
  .list-group-horizontal-lg .list-group-item.active { margin-top: 0; }
  .list-group-horizontal-lg .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } }

@media (min-width: 1200px) { .list-group-horizontal-xl { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .list-group-horizontal-xl .list-group-item:first-child { border-bottom-left-radius: 4px; border-top-right-radius: 0; }
  .list-group-horizontal-xl .list-group-item:last-child { border-top-right-radius: 4px; border-bottom-left-radius: 0; }
  .list-group-horizontal-xl .list-group-item.active { margin-top: 0; }
  .list-group-horizontal-xl .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } }

.list-group-flush .list-group-item { border-right-width: 0; border-left-width: 0; border-radius: 0; }

.list-group-flush .list-group-item:first-child { border-top-width: 0; }

.list-group-flush:last-child .list-group-item:last-child { border-bottom-width: 0; }

.list-group-item-primary { color: #1b2b43; background-color: #c6cfdc; }

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #1b2b43; background-color: #b6c2d2; }

.list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #1b2b43; border-color: #1b2b43; }

.list-group-item-secondary { color: #383d41; background-color: #d6d8db; }

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #383d41; background-color: #c8cbcf; }

.list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #383d41; border-color: #383d41; }

.list-group-item-success { color: #17584d; background-color: #c4e7e1; }

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #17584d; background-color: #b2e0d8; }

.list-group-item-success.list-group-item-action.active { color: #fff; background-color: #17584d; border-color: #17584d; }

.list-group-item-info { color: #0c5460; background-color: #bee5eb; }

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #0c5460; background-color: #abdde5; }

.list-group-item-info.list-group-item-action.active { color: #fff; background-color: #0c5460; border-color: #0c5460; }

.list-group-item-warning { color: #856404; background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #856404; background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #856404; border-color: #856404; }

.list-group-item-danger { color: #721c24; background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #721c24; background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #721c24; border-color: #721c24; }

.list-group-item-light { color: #818182; background-color: #fdfdfe; }

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #818182; background-color: #ececf6; }

.list-group-item-light.list-group-item-action.active { color: #fff; background-color: #818182; border-color: #818182; }

.list-group-item-dark { color: #1b1e21; background-color: #c6c8ca; }

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #1b1e21; background-color: #b9bbbe; }

.list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #1b1e21; border-color: #1b1e21; }

.close { float: right; font-size: 30px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; }

.close:hover { color: #000; text-decoration: none; }

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { opacity: .75; }

button.close { padding: 0; background-color: transparent; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

a.close.disabled { pointer-events: none; }

.toast { max-width: 350px; overflow: hidden; font-size: 0.875rem; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); opacity: 0; border-radius: 5px; }

.toast:not(:last-child) { margin-bottom: 14px; }

.toast.showing { opacity: 1; }

.toast.show { display: block; opacity: 1; }

.toast.hide { display: none; }

.toast-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 5px 14px; color: #6c757d; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body { padding: 14px; }

.modal-open { overflow: hidden; }

.modal-open .modal { overflow-x: hidden; overflow-y: auto; }

.modal { position: fixed; top: 0; left: 0; z-index: 1050; display: none; width: 100%; height: 100%; overflow: hidden; outline: 0; }

.modal-dialog { position: relative; width: auto; margin: 10px; pointer-events: none; }

.modal.fade .modal-dialog { -webkit-transition: -webkit-transform 0.3s ease-out; transition: -webkit-transform 0.3s ease-out; -o-transition: transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; -webkit-transform: translate(0, -50px); -ms-transform: translate(0, -50px); transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog { -webkit-transition: none; -o-transition: none; transition: none; } }

.modal.show .modal-dialog { -webkit-transform: none; -ms-transform: none; transform: none; }

.modal.modal-static .modal-dialog { -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); }

.modal-dialog-scrollable { display: -webkit-box; display: -ms-flexbox; display: flex; max-height: calc(100% - 18px); }

.modal-dialog-scrollable .modal-content { max-height: calc(100vh - 18px); overflow: hidden; }

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer { -ms-flex-negative: 0; flex-shrink: 0; }

.modal-dialog-scrollable .modal-body { overflow-y: auto; }

.modal-dialog-centered { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: calc(100% - 18px); }

.modal-dialog-centered::before { display: block; height: calc(100vh - 18px); content: ""; }

.modal-dialog-centered.modal-dialog-scrollable { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content { max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before { content: none; }

.modal-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 5px; outline: 0; }

.modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; }

.modal-backdrop.fade { opacity: 0; }

.modal-backdrop.show { opacity: 0.5; }

.modal-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 18px 18px; border-bottom: 1px solid #dee2e6; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); }

.modal-header .close { padding: 18px 18px; margin: -1rem -1rem -1rem auto; }

.modal-title { margin-bottom: 0; line-height: 1.5; }

.modal-body { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 18px; }

.modal-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 14px; border-top: 1px solid #dee2e6; border-bottom-right-radius: calc(0.3rem - 1px); border-bottom-left-radius: calc(0.3rem - 1px); }

.modal-footer > * { margin: 5px; }

.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

@media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 32px auto; }
  .modal-dialog-scrollable { max-height: calc(100% - 64px); }
  .modal-dialog-scrollable .modal-content { max-height: calc(100vh - 64px); }
  .modal-dialog-centered { min-height: calc(100% - 64px); }
  .modal-dialog-centered::before { height: calc(100vh - 64px); }
  .modal-sm { max-width: 300px; } }

@media (min-width: 992px) { .modal-lg, .modal-xl { max-width: 800px; } }

@media (min-width: 1200px) { .modal-xl { max-width: 1140px; } }

.tooltip { position: absolute; z-index: 1070; display: block; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Poppins, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; }

.tooltip.show { opacity: 0.9; }

.tooltip .arrow { position: absolute; display: block; width: 14px; height: 7px; }

.tooltip .arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { padding: 7px 0; }

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow { bottom: 0; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { top: 0; border-width: 7px 7px 0; border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { padding: 0 7px; }

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow { left: 0; width: 7px; height: 14px; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { right: 0; border-width: 7px 7px 7px 0; border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { padding: 7px 0; }

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow { top: 0; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { bottom: 0; border-width: 0 7px 7px; border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { padding: 0 7px; }

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow { right: 0; width: 7px; height: 14px; }

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { left: 0; border-width: 7px 0 7px 7px; border-left-color: #000; }

.tooltip-inner { max-width: 200px; padding: 5px 10px; color: #fff; text-align: center; background-color: #000; border-radius: 4px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 5px;
}


.popover .arrow { position: absolute; display: block; width: 18px; height: 10px; margin: 0 5px; }

.popover .arrow::before, .popover .arrow::after { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] { margin-bottom: 10px; }

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow { bottom: calc(-0.5rem - 1px); }

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before { bottom: 0; border-width: 10px 10px 0; border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after { bottom: 1px; border-width: 10px 10px 0; border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] { margin-left: 10px; }

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow { left: calc(-0.5rem - 1px); width: 10px; height: 18px; margin: 5px 0; }

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before { left: 0; border-width: 10px 10px 10px 0; border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after { left: 1px; border-width: 10px 10px 10px 0; border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] { margin-top: 10px; }

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow { top: calc(-0.5rem - 1px); }

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before { top: 0; border-width: 0 10px 10px 10px; border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after { top: 1px; border-width: 0 10px 10px 10px; border-bottom-color: #fff; }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before { position: absolute; top: 0; left: 50%; display: block; width: 18px; margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] { margin-right: 10px; }

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow { right: calc(-0.5rem - 1px); width: 10px; height: 18px; margin: 5px 0; }

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before { right: 0; border-width: 10px 0 10px 10px; border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after { right: 1px; border-width: 10px 0 10px 10px; border-left-color: #fff; }

.popover-header { padding: 10px 14px; margin-bottom: 0; font-size: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); }

.popover-header:empty { display: none; }

.popover-body { padding: 10px 14px; color: #212529; }

.carousel { position: relative; }

.carousel.pointer-event { -ms-touch-action: pan-y; touch-action: pan-y; }

.carousel-inner { position: relative; width: 100%; overflow: hidden; }

.carousel-inner::after { display: block; clear: both; content: ""; }

.carousel-item { position: relative; display: none; float: left; width: 100%; margin-right: -100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.6s ease-in-out; transition: -webkit-transform 0.6s ease-in-out; -o-transition: transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .carousel-item { -webkit-transition: none; -o-transition: none; transition: none; } }

.carousel-item.active, .carousel-item-next, .carousel-item-prev { display: block; }

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); }

.carousel-fade .carousel-item { opacity: 0; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transform: none; -ms-transform: none; transform: none; }

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right { z-index: 1; opacity: 1; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { z-index: 0; opacity: 0; -webkit-transition: opacity 0s 0.6s; -o-transition: opacity 0s 0.6s; transition: opacity 0s 0.6s; }

@media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { -webkit-transition: none; -o-transition: none; transition: none; } }

.carousel-control-prev, .carousel-control-next { position: absolute; top: 0; bottom: 0; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 15%; color: #fff; text-align: center; opacity: 0.5; -webkit-transition: opacity 0.15s ease; -o-transition: opacity 0.15s ease; transition: opacity 0.15s ease; }

@media (prefers-reduced-motion: reduce) { .carousel-control-prev, .carousel-control-next { -webkit-transition: none; -o-transition: none; transition: none; } }

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; text-decoration: none; outline: 0; opacity: 0.9; }

.carousel-control-prev { left: 0; }

.carousel-control-next { right: 0; }

.carousel-control-prev-icon, .carousel-control-next-icon { display: inline-block; width: 20px; height: 20px; background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators { position: absolute; right: 0; bottom: 0; left: 0; z-index: 15; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; list-style: none; }

.carousel-indicators li { -webkit-box-sizing: content-box; box-sizing: content-box; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: #fff; background-clip: padding-box; border-top: 10px solid transparent; border-bottom: 10px solid transparent; opacity: .5; -webkit-transition: opacity 0.6s ease; -o-transition: opacity 0.6s ease; transition: opacity 0.6s ease; }

@media (prefers-reduced-motion: reduce) { .carousel-indicators li { -webkit-transition: none; -o-transition: none; transition: none; } }

.carousel-indicators .active { opacity: 1; }

.carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; }

@-webkit-keyframes spinner-border { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes spinner-border { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.spinner-border { display: inline-block; width: 36px; height: 36px; vertical-align: text-bottom; border: 0.25em solid currentColor; border-right-color: transparent; border-radius: 50%; -webkit-animation: spinner-border .75s linear infinite; animation: spinner-border .75s linear infinite; }

.spinner-border-sm { width: 18px; height: 18px; border-width: 0.2em; }

@-webkit-keyframes spinner-grow { 0% { -webkit-transform: scale(0); transform: scale(0); }
  50% { opacity: 1; } }

@keyframes spinner-grow { 0% { -webkit-transform: scale(0); transform: scale(0); }
  50% { opacity: 1; } }

.spinner-grow { display: inline-block; width: 36px; height: 36px; vertical-align: text-bottom; background-color: currentColor; border-radius: 50%; opacity: 0; -webkit-animation: spinner-grow .75s linear infinite; animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm { width: 18px; height: 18px; }

.align-baseline { vertical-align: baseline !important; }

.align-top { vertical-align: top !important; }

.align-middle { vertical-align: middle !important; }

.align-bottom { vertical-align: bottom !important; }

.align-text-bottom { vertical-align: text-bottom !important; }

.align-text-top { vertical-align: text-top !important; }

.bg-primary { background-color: #062172 !important; }

.bg-secondary { background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus { background-color: #545b62 !important; }

.bg-success { background-color: #43d596 !important; }

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus { background-color: #228171 !important; }

.bg-info { background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus { background-color: #117a8b !important; }

.bg-warning { background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus { background-color: #d39e00 !important; }

.bg-danger { background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus { background-color: #bd2130 !important; }

.bg-light { background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus { background-color: #dae0e5 !important; }

.bg-dark { background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus { background-color: #1d2124 !important; }

.bg-white { background-color: #fff !important; }

.bg-transparent { background-color: transparent !important; }

.border { border: 1px solid #dee2e6 !important; }

.border-top { border-top: 1px solid #dee2e6 !important; }

.border-right { border-right: 1px solid #dee2e6 !important; }

.border-bottom { border-bottom: 1px solid #dee2e6 !important; }

.border-left { border-left: 1px solid #dee2e6 !important; }

.border-0 { border: 0 !important; }

.border-top-0 { border-top: 0 !important; }

.border-right-0 { border-right: 0 !important; }

.border-bottom-0 { border-bottom: 0 !important; }

.border-left-0 { border-left: 0 !important; }

.border-primary { border-color: #062172 !important; }

.border-secondary { border-color: #6c757d !important; }

.border-success { border-color: #43d596 !important; }

.border-info { border-color: #17a2b8 !important; }

.border-warning { border-color: #ffc107 !important; }

.border-danger { border-color: #dc3545 !important; }

.border-light { border-color: #f8f9fa !important; }

.border-dark { border-color: #343a40 !important; }

.border-white { border-color: #fff !important; }

.rounded-sm { border-radius: 4px !important; }

.rounded { border-radius: 4px !important; }

.rounded-top { border-top-left-radius: 4px !important; border-top-right-radius: 4px !important; }

.rounded-right { border-top-right-radius: 4px !important; border-bottom-right-radius: 4px !important; }

.rounded-bottom { border-bottom-right-radius: 4px !important; border-bottom-left-radius: 4px !important; }

.rounded-left { border-top-left-radius: 4px !important; border-bottom-left-radius: 4px !important; }

.rounded-lg { border-radius: 5px !important; }

.rounded-circle { border-radius: 50% !important; }

.rounded-pill { border-radius: 50rem !important; }

.rounded-0 { border-radius: 0 !important; }

.clearfix::after { display: block; clear: both; content: ""; }

.d-none { display: none !important; }

.d-inline { display: inline !important; }

.d-inline-block { display: inline-block !important; }

.d-block { display: block !important; }

.d-table { display: table !important; }

.d-table-row { display: table-row !important; }

.d-table-cell { display: table-cell !important; }

.d-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }

.d-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; }

@media (min-width: 576px) { .d-sm-none { display: none !important; }
  .d-sm-inline { display: inline !important; }
  .d-sm-inline-block { display: inline-block !important; }
  .d-sm-block { display: block !important; }
  .d-sm-table { display: table !important; }
  .d-sm-table-row { display: table-row !important; }
  .d-sm-table-cell { display: table-cell !important; }
  .d-sm-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-sm-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media (min-width: 768px) { .d-md-none { display: none !important; }
  .d-md-inline { display: inline !important; }
  .d-md-inline-block { display: inline-block !important; }
  .d-md-block { display: block !important; }
  .d-md-table { display: table !important; }
  .d-md-table-row { display: table-row !important; }
  .d-md-table-cell { display: table-cell !important; }
  .d-md-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-md-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media (min-width: 992px) { .d-lg-none { display: none !important; }
  .d-lg-inline { display: inline !important; }
  .d-lg-inline-block { display: inline-block !important; }
  .d-lg-block { display: block !important; }
  .d-lg-table { display: table !important; }
  .d-lg-table-row { display: table-row !important; }
  .d-lg-table-cell { display: table-cell !important; }
  .d-lg-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-lg-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media (min-width: 1200px) { .d-xl-none { display: none !important; }
  .d-xl-inline { display: inline !important; }
  .d-xl-inline-block { display: inline-block !important; }
  .d-xl-block { display: block !important; }
  .d-xl-table { display: table !important; }
  .d-xl-table-row { display: table-row !important; }
  .d-xl-table-cell { display: table-cell !important; }
  .d-xl-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-xl-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media print { .d-print-none { display: none !important; }
  .d-print-inline { display: inline !important; }
  .d-print-inline-block { display: inline-block !important; }
  .d-print-block { display: block !important; }
  .d-print-table { display: table !important; }
  .d-print-table-row { display: table-row !important; }
  .d-print-table-cell { display: table-cell !important; }
  .d-print-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-print-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } }

.embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; }

.embed-responsive::before { display: block; content: ""; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }

.embed-responsive-21by9::before { padding-top: 42.85714%; }

.embed-responsive-16by9::before { padding-top: 56.25%; }

.embed-responsive-4by3::before { padding-top: 75%; }

.embed-responsive-1by1::before { padding-top: 100%; }

.flex-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; }

.flex-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; }

.flex-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }

.flex-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }

.flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }

.flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }

.flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }

.flex-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }

.flex-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; }

.flex-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; }

.flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }

.flex-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }

.justify-content-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }

.justify-content-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }

.justify-content-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }

.justify-content-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }

.justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }

.align-items-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; }

.align-items-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; }

.align-items-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }

.align-items-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }

.align-items-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }

.align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }

.align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }

.align-content-center { -ms-flex-line-pack: center !important; align-content: center !important; }

.align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }

.align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }

.align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }

.align-self-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }

.align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }

.align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }

.align-self-center { -ms-flex-item-align: center !important; align-self: center !important; }

.align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }

.align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; }

@media (min-width: 576px) { .flex-sm-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-sm-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-sm-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-sm-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-sm-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-sm-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-sm-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-sm-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-sm-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-sm-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-sm-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-sm-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-sm-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-sm-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-sm-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-sm-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-sm-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-sm-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-sm-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }
  .align-items-sm-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-sm-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-sm-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-sm-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-sm-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-sm-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-sm-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-sm-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-sm-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
  .align-self-sm-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-sm-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-sm-center { -ms-flex-item-align: center !important; align-self: center !important; }
  .align-self-sm-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-sm-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } }

@media (min-width: 768px) { .flex-md-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-md-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-md-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-md-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-md-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-md-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-md-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-md-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-md-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-md-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-md-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-md-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-md-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-md-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-md-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-md-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }
  .align-items-md-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-md-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-md-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
  .align-self-md-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-md-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-md-center { -ms-flex-item-align: center !important; align-self: center !important; }
  .align-self-md-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-md-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } }

@media (min-width: 992px) { .flex-lg-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-lg-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-lg-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-lg-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-lg-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-lg-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-lg-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-lg-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-lg-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-lg-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-lg-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-lg-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-lg-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-lg-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-lg-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-lg-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-lg-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-lg-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }
  .align-items-lg-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-lg-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-lg-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-lg-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-lg-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-lg-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-lg-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-lg-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-lg-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
  .align-self-lg-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-lg-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-lg-center { -ms-flex-item-align: center !important; align-self: center !important; }
  .align-self-lg-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-lg-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } }

@media (min-width: 1200px) { .flex-xl-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-xl-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-xl-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-xl-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-xl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-xl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-xl-fill { -webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-xl-grow-0 { -webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-xl-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-xl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-xl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }
  .justify-content-xl-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-xl-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-xl-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-xl-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-xl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
  .align-items-xl-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-xl-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-xl-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }
  .align-items-xl-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-xl-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }
  .align-content-xl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-xl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-xl-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-xl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-xl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-xl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
  .align-self-xl-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
  .align-self-xl-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-xl-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-xl-center { -ms-flex-item-align: center !important; align-self: center !important; }
  .align-self-xl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-xl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) { .float-sm-left { float: left !important; }
  .float-sm-right { float: right !important; }
  .float-sm-none { float: none !important; } }

@media (min-width: 768px) { .float-md-left { float: left !important; }
  .float-md-right { float: right !important; }
  .float-md-none { float: none !important; } }

@media (min-width: 992px) { .float-lg-left { float: left !important; }
  .float-lg-right { float: right !important; }
  .float-lg-none { float: none !important; } }

@media (min-width: 1200px) { .float-xl-left { float: left !important; }
  .float-xl-right { float: right !important; }
  .float-xl-none { float: none !important; } }

.overflow-auto { overflow: auto !important; }

.overflow-hidden { overflow: hidden !important; }

.position-static { position: static !important; }

.position-relative { position: relative !important; }

.position-absolute { position: absolute !important; }

.position-fixed { position: fixed !important; }

.position-sticky { position: -webkit-sticky !important; position: sticky !important; }

.fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }

.fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) { .sticky-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020; } }

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

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

.shadow-sm { -webkit-box-shadow: 0 0.125rem 5px rgba(0, 0, 0, 0.075) !important; box-shadow: 0 0.125rem 5px rgba(0, 0, 0, 0.075) !important; }

.shadow { -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15) !important; box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15) !important; }

.shadow-lg { -webkit-box-shadow: 0 18px 54px rgba(0, 0, 0, 0.175) !important; box-shadow: 0 18px 54px rgba(0, 0, 0, 0.175) !important; }

.shadow-none { -webkit-box-shadow: none !important; box-shadow: none !important; }

.w-25 { width: 25% !important; }

.w-50 { width: 50% !important; }

.w-75 { width: 75% !important; }

.w-100 { width: 100% !important; }

.w-auto { width: auto !important; }

.h-25 { height: 25% !important; }

.h-50 { height: 50% !important; }

.h-75 { height: 75% !important; }

.h-100 { height: 100% !important; }

.h-auto { height: auto !important; }

.mw-100 { max-width: 100% !important; }

.mh-100 { max-height: 100% !important; }

.min-vw-100 { min-width: 100vw !important; }

.min-vh-100 { min-height: 100vh !important; }

.vw-100 { width: 100vw !important; }

.vh-100 { height: 100vh !important; }

.stretched-link::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; pointer-events: auto; content: ""; background-color: rgba(0, 0, 0, 0); }

.m-0 { margin: 0 !important; }

.mt-0, .my-0 { margin-top: 0 !important; }

.mr-0, .mx-0 { margin-right: 0 !important; }

.mb-0, .my-0 { margin-bottom: 0 !important; }

.ml-0, .mx-0 { margin-left: 0 !important; }

.m-1 { margin: 5px !important; }

.mt-1, .my-1 { margin-top: 5px !important; }

.mr-1, .mx-1 { margin-right: 5px !important; }

.mb-1, .my-1 { margin-bottom: 5px !important; }

.ml-1, .mx-1 { margin-left: 5px !important; }

.m-2 { margin: 10px !important; }

.mt-2, .my-2 { margin-top: 10px !important; }

.mr-2, .mx-2 { margin-right: 10px !important; }

.mb-2, .my-2 { margin-bottom: 10px !important; }

.ml-2, .mx-2 { margin-left: 10px !important; }

.m-3 { margin: 18px !important; }

.mt-3, .my-3 { margin-top: 18px !important; }

.mr-3, .mx-3 { margin-right: 18px !important; }

.mb-3, .my-3 { margin-bottom: 18px !important; }

.ml-3, .mx-3 { margin-left: 18px !important; }

.m-4 { margin: 30px !important; }

.mt-4, .my-4 { margin-top: 30px !important; }

.mr-4, .mx-4 { margin-right: 30px !important; }

.mb-4, .my-4 { margin-bottom: 30px !important; }

.ml-4, .mx-4 { margin-left: 30px !important; }

.m-5 { margin: 54px !important; }

.mt-5, .my-5 { margin-top: 54px !important; }

.mr-5, .mx-5 { margin-right: 54px !important; }

.mb-5, .my-5 { margin-bottom: 54px !important; }

.ml-5, .mx-5 { margin-left: 54px !important; }

.m-gw { margin: 15px !important; }

.mt-gw, .my-gw { margin-top: 15px !important; }

.mr-gw, .mx-gw { margin-right: 15px !important; }

.mb-gw, .my-gw { margin-bottom: 15px !important; }

.ml-gw, .mx-gw { margin-left: 15px !important; }

.m-15 { margin: 15px !important; }

.mt-15, .my-15 { margin-top: 15px !important; }

.mr-15, .mx-15 { margin-right: 15px !important; }

.mb-15, .my-15 { margin-bottom: 15px !important; }

.ml-15, .mx-15 { margin-left: 15px !important; }

.m-20 { margin: 20px !important; }

.mt-20, .my-20 { margin-top: 20px !important; }

.mr-20, .mx-20 { margin-right: 20px !important; }

.mb-20, .my-20 { margin-bottom: 20px !important; }

.ml-20, .mx-20 { margin-left: 20px !important; }

.m-30 { margin: 30px !important; }

.mt-30, .my-30 { margin-top: 30px !important; }

.mr-30, .mx-30 { margin-right: 30px !important; }

.mb-30, .my-30 { margin-bottom: 30px !important; }

.ml-30, .mx-30 { margin-left: 30px !important; }

.m-35 { margin: 35px !important; }

.mt-35, .my-35 { margin-top: 35px !important; }

.mr-35, .mx-35 { margin-right: 35px !important; }

.mb-35, .my-35 { margin-bottom: 35px !important; }

.ml-35, .mx-35 { margin-left: 35px !important; }

.m-40 { margin: 40px !important; }

.mt-40, .my-40 { margin-top: 40px !important; }

.mr-40, .mx-40 { margin-right: 40px !important; }

.mb-40, .my-40 { margin-bottom: 40px !important; }

.ml-40, .mx-40 { margin-left: 40px !important; }

.m-50 { margin: 50px !important; }

.mt-50, .my-50 { margin-top: 50px !important; }

.mr-50, .mx-50 { margin-right: 50px !important; }

.mb-50, .my-50 { margin-bottom: 50px !important; }

.ml-50, .mx-50 { margin-left: 50px !important; }

.m-60 { margin: 60px !important; }

.mt-60, .my-60 { margin-top: 60px !important; }

.mr-60, .mx-60 { margin-right: 60px !important; }

.mb-60, .my-60 { margin-bottom: 60px !important; }

.ml-60, .mx-60 { margin-left: 60px !important; }

.m-70 { margin: 70px !important; }

.mt-70, .my-70 { margin-top: 70px !important; }

.mr-70, .mx-70 { margin-right: 70px !important; }

.mb-70, .my-70 { margin-bottom: 70px !important; }

.ml-70, .mx-70 { margin-left: 70px !important; }

.m-80 { margin: 80px !important; }

.mt-80, .my-80 { margin-top: 80px !important; }

.mr-80, .mx-80 { margin-right: 80px !important; }

.mb-80, .my-80 { margin-bottom: 80px !important; }

.ml-80, .mx-80 { margin-left: 80px !important; }

.m-90 { margin: 90px !important; }

.mt-90, .my-90 { margin-top: 90px !important; }

.mr-90, .mx-90 { margin-right: 90px !important; }

.mb-90, .my-90 { margin-bottom: 90px !important; }

.ml-90, .mx-90 { margin-left: 90px !important; }

.m-100 { margin: 100px !important; }

.mt-100, .my-100 { margin-top: 100px !important; }

.mr-100, .mx-100 { margin-right: 100px !important; }

.mb-100, .my-100 { margin-bottom: 100px !important; }

.ml-100, .mx-100 { margin-left: 100px !important; }

.m-110 { margin: 110px !important; }

.mt-110, .my-110 { margin-top: 110px !important; }

.mr-110, .mx-110 { margin-right: 110px !important; }

.mb-110, .my-110 { margin-bottom: 110px !important; }

.ml-110, .mx-110 { margin-left: 110px !important; }

.m-120 { margin: 120px !important; }

.mt-120, .my-120 { margin-top: 120px !important; }

.mr-120, .mx-120 { margin-right: 120px !important; }

.mb-120, .my-120 { margin-bottom: 120px !important; }

.ml-120, .mx-120 { margin-left: 120px !important; }

.m-150 { margin: 150px !important; }

.mt-150, .my-150 { margin-top: 150px !important; }

.mr-150, .mx-150 { margin-right: 150px !important; }

.mb-150, .my-150 { margin-bottom: 150px !important; }

.ml-150, .mx-150 { margin-left: 150px !important; }

.p-0 { padding: 0 !important; }

.pt-0, .py-0 { padding-top: 0 !important; }

.pr-0, .px-0 { padding-right: 0 !important; }

.pb-0, .py-0 { padding-bottom: 0 !important; }

.pl-0, .px-0 { padding-left: 0 !important; }

.p-1 { padding: 5px !important; }

.pt-1, .py-1 { padding-top: 5px !important; }

.pr-1, .px-1 { padding-right: 5px !important; }

.pb-1, .py-1 { padding-bottom: 5px !important; }

.pl-1, .px-1 { padding-left: 5px !important; }

.p-2 { padding: 10px !important; }

.pt-2, .py-2 { padding-top: 10px !important; }

.pr-2, .px-2 { padding-right: 10px !important; }

.pb-2, .py-2 { padding-bottom: 10px !important; }

.pl-2, .px-2 { padding-left: 10px !important; }

.p-3 { padding: 18px !important; }

.pt-3, .py-3 { padding-top: 18px !important; }

.pr-3, .px-3 { padding-right: 18px !important; }

.pb-3, .py-3 { padding-bottom: 18px !important; }

.pl-3, .px-3 { padding-left: 18px !important; }

.p-4 { padding: 30px !important; }

.pt-4, .py-4 { padding-top: 30px !important; }

.pr-4, .px-4 { padding-right: 30px !important; }

.pb-4, .py-4 { padding-bottom: 30px !important; }

.pl-4, .px-4 { padding-left: 30px !important; }

.p-5 { padding: 54px !important; }

.pt-5, .py-5 { padding-top: 54px !important; }

.pr-5, .px-5 { padding-right: 54px !important; }

.pb-5, .py-5 { padding-bottom: 54px !important; }

.pl-5, .px-5 { padding-left: 54px !important; }

.p-gw { padding: 15px !important; }

.pt-gw, .py-gw { padding-top: 15px !important; }

.pr-gw, .px-gw { padding-right: 15px !important; }

.pb-gw, .py-gw { padding-bottom: 15px !important; }

.pl-gw, .px-gw { padding-left: 15px !important; }

.p-15 { padding: 15px !important; }

.pt-15, .py-15 { padding-top: 15px !important; }

.pr-15, .px-15 { padding-right: 15px !important; }

.pb-15, .py-15 { padding-bottom: 15px !important; }

.pl-15, .px-15 { padding-left: 15px !important; }

.p-20 { padding: 20px !important; }

.pt-20, .py-20 { padding-top: 20px !important; }

.pr-20, .px-20 { padding-right: 20px !important; }

.pb-20, .py-20 { padding-bottom: 20px !important; }

.pl-20, .px-20 { padding-left: 20px !important; }

.p-30 { padding: 30px !important; }

.pt-30, .py-30 { padding-top: 30px !important; }

.pr-30, .px-30 { padding-right: 30px !important; }

.pb-30, .py-30 { padding-bottom: 30px !important; }

.pl-30, .px-30 { padding-left: 30px !important; }

.p-35 { padding: 35px !important; }

.pt-35, .py-35 { padding-top: 35px !important; }

.pr-35, .px-35 { padding-right: 35px !important; }

.pb-35, .py-35 { padding-bottom: 35px !important; }

.pl-35, .px-35 { padding-left: 35px !important; }

.p-40 { padding: 40px !important; }

.pt-40, .py-40 { padding-top: 40px !important; }

.pr-40, .px-40 { padding-right: 40px !important; }

.pb-40, .py-40 { padding-bottom: 40px !important; }

.pl-40, .px-40 { padding-left: 40px !important; }

.p-50 { padding: 50px !important; }

.pt-50, .py-50 { padding-top: 50px !important; }

.pr-50, .px-50 { padding-right: 50px !important; }

.pb-50, .py-50 { padding-bottom: 50px !important; }

.pl-50, .px-50 { padding-left: 50px !important; }

.p-60 { padding: 60px !important; }

.pt-60, .py-60 { padding-top: 60px !important; }

.pr-60, .px-60 { padding-right: 60px !important; }

.pb-60, .py-60 { padding-bottom: 60px !important; }

.pl-60, .px-60 { padding-left: 60px !important; }

.p-70 { padding: 70px !important; }

.pt-70, .py-70 { padding-top: 70px !important; }

.pr-70, .px-70 { padding-right: 70px !important; }

.pb-70, .py-70 { padding-bottom: 70px !important; }

.pl-70, .px-70 { padding-left: 70px !important; }

.p-80 { padding: 80px !important; }

.pt-80, .py-80 { padding-top: 80px !important; }

.pr-80, .px-80 { padding-right: 80px !important; }

.pb-80, .py-80 { padding-bottom: 80px !important; }

.pl-80, .px-80 { padding-left: 80px !important; }

.p-90 { padding: 90px !important; }

.pt-90, .py-90 { padding-top: 90px !important; }

.pr-90, .px-90 { padding-right: 90px !important; }

.pb-90, .py-90 { padding-bottom: 90px !important; }

.pl-90, .px-90 { padding-left: 90px !important; }

.p-100 { padding: 100px !important; }

.pt-100, .py-100 { padding-top: 100px !important; }

.pr-100, .px-100 { padding-right: 100px !important; }

.pb-100, .py-100 { padding-bottom: 100px !important; }

.pl-100, .px-100 { padding-left: 100px !important; }

.p-110 { padding: 110px !important; }

.pt-110, .py-110 { padding-top: 110px !important; }

.pr-110, .px-110 { padding-right: 110px !important; }

.pb-110, .py-110 { padding-bottom: 110px !important; }

.pl-110, .px-110 { padding-left: 110px !important; }

.p-120 { padding: 120px !important; }

.pt-120, .py-120 { padding-top: 120px !important; }

.pr-120, .px-120 { padding-right: 120px !important; }

.pb-120, .py-120 { padding-bottom: 120px !important; }

.pl-120, .px-120 { padding-left: 120px !important; }

.p-150 { padding: 150px !important; }

.pt-150, .py-150 { padding-top: 150px !important; }

.pr-150, .px-150 { padding-right: 150px !important; }

.pb-150, .py-150 { padding-bottom: 150px !important; }

.pl-150, .px-150 { padding-left: 150px !important; }

.m-n1 { margin: -0.25rem !important; }

.mt-n1, .my-n1 { margin-top: -0.25rem !important; }

.mr-n1, .mx-n1 { margin-right: -0.25rem !important; }

.mb-n1, .my-n1 { margin-bottom: -0.25rem !important; }

.ml-n1, .mx-n1 { margin-left: -0.25rem !important; }

.m-n2 { margin: -0.5rem !important; }

.mt-n2, .my-n2 { margin-top: -0.5rem !important; }

.mr-n2, .mx-n2 { margin-right: -0.5rem !important; }

.mb-n2, .my-n2 { margin-bottom: -0.5rem !important; }

.ml-n2, .mx-n2 { margin-left: -0.5rem !important; }

.m-n3 { margin: -1rem !important; }

.mt-n3, .my-n3 { margin-top: -1rem !important; }

.mr-n3, .mx-n3 { margin-right: -1rem !important; }

.mb-n3, .my-n3 { margin-bottom: -1rem !important; }

.ml-n3, .mx-n3 { margin-left: -1rem !important; }

.m-n4 { margin: -1.5rem !important; }

.mt-n4, .my-n4 { margin-top: -1.5rem !important; }

.mr-n4, .mx-n4 { margin-right: -1.5rem !important; }

.mb-n4, .my-n4 { margin-bottom: -1.5rem !important; }

.ml-n4, .mx-n4 { margin-left: -1.5rem !important; }

.m-n5 { margin: -54px !important; }

.mt-n5, .my-n5 { margin-top: -54px !important; }

.mr-n5, .mx-n5 { margin-right: -54px !important; }

.mb-n5, .my-n5 { margin-bottom: -54px !important; }

.ml-n5, .mx-n5 { margin-left: -54px !important; }

.m-ngw { margin: -15px !important; }

.mt-ngw, .my-ngw { margin-top: -15px !important; }

.mr-ngw, .mx-ngw { margin-right: -15px !important; }

.mb-ngw, .my-ngw { margin-bottom: -15px !important; }

.ml-ngw, .mx-ngw { margin-left: -15px !important; }

.m-n15 { margin: -15px !important; }

.mt-n15, .my-n15 { margin-top: -15px !important; }

.mr-n15, .mx-n15 { margin-right: -15px !important; }

.mb-n15, .my-n15 { margin-bottom: -15px !important; }

.ml-n15, .mx-n15 { margin-left: -15px !important; }

.m-n20 { margin: -20px !important; }

.mt-n20, .my-n20 { margin-top: -20px !important; }

.mr-n20, .mx-n20 { margin-right: -20px !important; }

.mb-n20, .my-n20 { margin-bottom: -20px !important; }

.ml-n20, .mx-n20 { margin-left: -20px !important; }

.m-n30 { margin: -30px !important; }

.mt-n30, .my-n30 { margin-top: -30px !important; }

.mr-n30, .mx-n30 { margin-right: -30px !important; }

.mb-n30, .my-n30 { margin-bottom: -30px !important; }

.ml-n30, .mx-n30 { margin-left: -30px !important; }

.m-n35 { margin: -35px !important; }

.mt-n35, .my-n35 { margin-top: -35px !important; }

.mr-n35, .mx-n35 { margin-right: -35px !important; }

.mb-n35, .my-n35 { margin-bottom: -35px !important; }

.ml-n35, .mx-n35 { margin-left: -35px !important; }

.m-n40 { margin: -40px !important; }

.mt-n40, .my-n40 { margin-top: -40px !important; }

.mr-n40, .mx-n40 { margin-right: -40px !important; }

.mb-n40, .my-n40 { margin-bottom: -40px !important; }

.ml-n40, .mx-n40 { margin-left: -40px !important; }

.m-n50 { margin: -50px !important; }

.mt-n50, .my-n50 { margin-top: -50px !important; }

.mr-n50, .mx-n50 { margin-right: -50px !important; }

.mb-n50, .my-n50 { margin-bottom: -50px !important; }

.ml-n50, .mx-n50 { margin-left: -50px !important; }

.m-n60 { margin: -60px !important; }

.mt-n60, .my-n60 { margin-top: -60px !important; }

.mr-n60, .mx-n60 { margin-right: -60px !important; }

.mb-n60, .my-n60 { margin-bottom: -60px !important; }

.ml-n60, .mx-n60 { margin-left: -60px !important; }

.m-n70 { margin: -70px !important; }

.mt-n70, .my-n70 { margin-top: -70px !important; }

.mr-n70, .mx-n70 { margin-right: -70px !important; }

.mb-n70, .my-n70 { margin-bottom: -70px !important; }

.ml-n70, .mx-n70 { margin-left: -70px !important; }

.m-n80 { margin: -80px !important; }

.mt-n80, .my-n80 { margin-top: -80px !important; }

.mr-n80, .mx-n80 { margin-right: -80px !important; }

.mb-n80, .my-n80 { margin-bottom: -80px !important; }

.ml-n80, .mx-n80 { margin-left: -80px !important; }

.m-n90 { margin: -90px !important; }

.mt-n90, .my-n90 { margin-top: -90px !important; }

.mr-n90, .mx-n90 { margin-right: -90px !important; }

.mb-n90, .my-n90 { margin-bottom: -90px !important; }

.ml-n90, .mx-n90 { margin-left: -90px !important; }

.m-n100 { margin: -100px !important; }

.mt-n100, .my-n100 { margin-top: -100px !important; }

.mr-n100, .mx-n100 { margin-right: -100px !important; }

.mb-n100, .my-n100 { margin-bottom: -100px !important; }

.ml-n100, .mx-n100 { margin-left: -100px !important; }

.m-n110 { margin: -110px !important; }

.mt-n110, .my-n110 { margin-top: -110px !important; }

.mr-n110, .mx-n110 { margin-right: -110px !important; }

.mb-n110, .my-n110 { margin-bottom: -110px !important; }

.ml-n110, .mx-n110 { margin-left: -110px !important; }

.m-n120 { margin: -120px !important; }

.mt-n120, .my-n120 { margin-top: -120px !important; }

.mr-n120, .mx-n120 { margin-right: -120px !important; }

.mb-n120, .my-n120 { margin-bottom: -120px !important; }

.ml-n120, .mx-n120 { margin-left: -120px !important; }

.m-n150 { margin: -150px !important; }

.mt-n150, .my-n150 { margin-top: -150px !important; }

.mr-n150, .mx-n150 { margin-right: -150px !important; }

.mb-n150, .my-n150 { margin-bottom: -150px !important; }

.ml-n150, .mx-n150 { margin-left: -150px !important; }

.m-auto { margin: auto !important; }

.mt-auto, .my-auto { margin-top: auto !important; }

.mr-auto, .mx-auto { margin-right: auto !important; }

.mb-auto, .my-auto { margin-bottom: auto !important; }

.ml-auto, .mx-auto { margin-left: auto !important; }

@media (min-width: 576px) { .m-sm-0 { margin: 0 !important; }
  .mt-sm-0, .my-sm-0 { margin-top: 0 !important; }
  .mr-sm-0, .mx-sm-0 { margin-right: 0 !important; }
  .mb-sm-0, .my-sm-0 { margin-bottom: 0 !important; }
  .ml-sm-0, .mx-sm-0 { margin-left: 0 !important; }
  .m-sm-1 { margin: 5px !important; }
  .mt-sm-1, .my-sm-1 { margin-top: 5px !important; }
  .mr-sm-1, .mx-sm-1 { margin-right: 5px !important; }
  .mb-sm-1, .my-sm-1 { margin-bottom: 5px !important; }
  .ml-sm-1, .mx-sm-1 { margin-left: 5px !important; }
  .m-sm-2 { margin: 10px !important; }
  .mt-sm-2, .my-sm-2 { margin-top: 10px !important; }
  .mr-sm-2, .mx-sm-2 { margin-right: 10px !important; }
  .mb-sm-2, .my-sm-2 { margin-bottom: 10px !important; }
  .ml-sm-2, .mx-sm-2 { margin-left: 10px !important; }
  .m-sm-3 { margin: 18px !important; }
  .mt-sm-3, .my-sm-3 { margin-top: 18px !important; }
  .mr-sm-3, .mx-sm-3 { margin-right: 18px !important; }
  .mb-sm-3, .my-sm-3 { margin-bottom: 18px !important; }
  .ml-sm-3, .mx-sm-3 { margin-left: 18px !important; }
  .m-sm-4 { margin: 30px !important; }
  .mt-sm-4, .my-sm-4 { margin-top: 30px !important; }
  .mr-sm-4, .mx-sm-4 { margin-right: 30px !important; }
  .mb-sm-4, .my-sm-4 { margin-bottom: 30px !important; }
  .ml-sm-4, .mx-sm-4 { margin-left: 30px !important; }
  .m-sm-5 { margin: 54px !important; }
  .mt-sm-5, .my-sm-5 { margin-top: 54px !important; }
  .mr-sm-5, .mx-sm-5 { margin-right: 54px !important; }
  .mb-sm-5, .my-sm-5 { margin-bottom: 54px !important; }
  .ml-sm-5, .mx-sm-5 { margin-left: 54px !important; }
  .m-sm-gw { margin: 15px !important; }
  .mt-sm-gw, .my-sm-gw { margin-top: 15px !important; }
  .mr-sm-gw, .mx-sm-gw { margin-right: 15px !important; }
  .mb-sm-gw, .my-sm-gw { margin-bottom: 15px !important; }
  .ml-sm-gw, .mx-sm-gw { margin-left: 15px !important; }
  .m-sm-15 { margin: 15px !important; }
  .mt-sm-15, .my-sm-15 { margin-top: 15px !important; }
  .mr-sm-15, .mx-sm-15 { margin-right: 15px !important; }
  .mb-sm-15, .my-sm-15 { margin-bottom: 15px !important; }
  .ml-sm-15, .mx-sm-15 { margin-left: 15px !important; }
  .m-sm-20 { margin: 20px !important; }
  .mt-sm-20, .my-sm-20 { margin-top: 20px !important; }
  .mr-sm-20, .mx-sm-20 { margin-right: 20px !important; }
  .mb-sm-20, .my-sm-20 { margin-bottom: 20px !important; }
  .ml-sm-20, .mx-sm-20 { margin-left: 20px !important; }
  .m-sm-30 { margin: 30px !important; }
  .mt-sm-30, .my-sm-30 { margin-top: 30px !important; }
  .mr-sm-30, .mx-sm-30 { margin-right: 30px !important; }
  .mb-sm-30, .my-sm-30 { margin-bottom: 30px !important; }
  .ml-sm-30, .mx-sm-30 { margin-left: 30px !important; }
  .m-sm-35 { margin: 35px !important; }
  .mt-sm-35, .my-sm-35 { margin-top: 35px !important; }
  .mr-sm-35, .mx-sm-35 { margin-right: 35px !important; }
  .mb-sm-35, .my-sm-35 { margin-bottom: 35px !important; }
  .ml-sm-35, .mx-sm-35 { margin-left: 35px !important; }
  .m-sm-40 { margin: 40px !important; }
  .mt-sm-40, .my-sm-40 { margin-top: 40px !important; }
  .mr-sm-40, .mx-sm-40 { margin-right: 40px !important; }
  .mb-sm-40, .my-sm-40 { margin-bottom: 40px !important; }
  .ml-sm-40, .mx-sm-40 { margin-left: 40px !important; }
  .m-sm-50 { margin: 50px !important; }
  .mt-sm-50, .my-sm-50 { margin-top: 50px !important; }
  .mr-sm-50, .mx-sm-50 { margin-right: 50px !important; }
  .mb-sm-50, .my-sm-50 { margin-bottom: 50px !important; }
  .ml-sm-50, .mx-sm-50 { margin-left: 50px !important; }
  .m-sm-60 { margin: 60px !important; }
  .mt-sm-60, .my-sm-60 { margin-top: 60px !important; }
  .mr-sm-60, .mx-sm-60 { margin-right: 60px !important; }
  .mb-sm-60, .my-sm-60 { margin-bottom: 60px !important; }
  .ml-sm-60, .mx-sm-60 { margin-left: 60px !important; }
  .m-sm-70 { margin: 70px !important; }
  .mt-sm-70, .my-sm-70 { margin-top: 70px !important; }
  .mr-sm-70, .mx-sm-70 { margin-right: 70px !important; }
  .mb-sm-70, .my-sm-70 { margin-bottom: 70px !important; }
  .ml-sm-70, .mx-sm-70 { margin-left: 70px !important; }
  .m-sm-80 { margin: 80px !important; }
  .mt-sm-80, .my-sm-80 { margin-top: 80px !important; }
  .mr-sm-80, .mx-sm-80 { margin-right: 80px !important; }
  .mb-sm-80, .my-sm-80 { margin-bottom: 80px !important; }
  .ml-sm-80, .mx-sm-80 { margin-left: 80px !important; }
  .m-sm-90 { margin: 90px !important; }
  .mt-sm-90, .my-sm-90 { margin-top: 90px !important; }
  .mr-sm-90, .mx-sm-90 { margin-right: 90px !important; }
  .mb-sm-90, .my-sm-90 { margin-bottom: 90px !important; }
  .ml-sm-90, .mx-sm-90 { margin-left: 90px !important; }
  .m-sm-100 { margin: 100px !important; }
  .mt-sm-100, .my-sm-100 { margin-top: 100px !important; }
  .mr-sm-100, .mx-sm-100 { margin-right: 100px !important; }
  .mb-sm-100, .my-sm-100 { margin-bottom: 100px !important; }
  .ml-sm-100, .mx-sm-100 { margin-left: 100px !important; }
  .m-sm-110 { margin: 110px !important; }
  .mt-sm-110, .my-sm-110 { margin-top: 110px !important; }
  .mr-sm-110, .mx-sm-110 { margin-right: 110px !important; }
  .mb-sm-110, .my-sm-110 { margin-bottom: 110px !important; }
  .ml-sm-110, .mx-sm-110 { margin-left: 110px !important; }
  .m-sm-120 { margin: 120px !important; }
  .mt-sm-120, .my-sm-120 { margin-top: 120px !important; }
  .mr-sm-120, .mx-sm-120 { margin-right: 120px !important; }
  .mb-sm-120, .my-sm-120 { margin-bottom: 120px !important; }
  .ml-sm-120, .mx-sm-120 { margin-left: 120px !important; }
  .m-sm-150 { margin: 150px !important; }
  .mt-sm-150, .my-sm-150 { margin-top: 150px !important; }
  .mr-sm-150, .mx-sm-150 { margin-right: 150px !important; }
  .mb-sm-150, .my-sm-150 { margin-bottom: 150px !important; }
  .ml-sm-150, .mx-sm-150 { margin-left: 150px !important; }
  .p-sm-0 { padding: 0 !important; }
  .pt-sm-0, .py-sm-0 { padding-top: 0 !important; }
  .pr-sm-0, .px-sm-0 { padding-right: 0 !important; }
  .pb-sm-0, .py-sm-0 { padding-bottom: 0 !important; }
  .pl-sm-0, .px-sm-0 { padding-left: 0 !important; }
  .p-sm-1 { padding: 5px !important; }
  .pt-sm-1, .py-sm-1 { padding-top: 5px !important; }
  .pr-sm-1, .px-sm-1 { padding-right: 5px !important; }
  .pb-sm-1, .py-sm-1 { padding-bottom: 5px !important; }
  .pl-sm-1, .px-sm-1 { padding-left: 5px !important; }
  .p-sm-2 { padding: 10px !important; }
  .pt-sm-2, .py-sm-2 { padding-top: 10px !important; }
  .pr-sm-2, .px-sm-2 { padding-right: 10px !important; }
  .pb-sm-2, .py-sm-2 { padding-bottom: 10px !important; }
  .pl-sm-2, .px-sm-2 { padding-left: 10px !important; }
  .p-sm-3 { padding: 18px !important; }
  .pt-sm-3, .py-sm-3 { padding-top: 18px !important; }
  .pr-sm-3, .px-sm-3 { padding-right: 18px !important; }
  .pb-sm-3, .py-sm-3 { padding-bottom: 18px !important; }
  .pl-sm-3, .px-sm-3 { padding-left: 18px !important; }
  .p-sm-4 { padding: 30px !important; }
  .pt-sm-4, .py-sm-4 { padding-top: 30px !important; }
  .pr-sm-4, .px-sm-4 { padding-right: 30px !important; }
  .pb-sm-4, .py-sm-4 { padding-bottom: 30px !important; }
  .pl-sm-4, .px-sm-4 { padding-left: 30px !important; }
  .p-sm-5 { padding: 54px !important; }
  .pt-sm-5, .py-sm-5 { padding-top: 54px !important; }
  .pr-sm-5, .px-sm-5 { padding-right: 54px !important; }
  .pb-sm-5, .py-sm-5 { padding-bottom: 54px !important; }
  .pl-sm-5, .px-sm-5 { padding-left: 54px !important; }
  .p-sm-gw { padding: 15px !important; }
  .pt-sm-gw, .py-sm-gw { padding-top: 15px !important; }
  .pr-sm-gw, .px-sm-gw { padding-right: 15px !important; }
  .pb-sm-gw, .py-sm-gw { padding-bottom: 15px !important; }
  .pl-sm-gw, .px-sm-gw { padding-left: 15px !important; }
  .p-sm-15 { padding: 15px !important; }
  .pt-sm-15, .py-sm-15 { padding-top: 15px !important; }
  .pr-sm-15, .px-sm-15 { padding-right: 15px !important; }
  .pb-sm-15, .py-sm-15 { padding-bottom: 15px !important; }
  .pl-sm-15, .px-sm-15 { padding-left: 15px !important; }
  .p-sm-20 { padding: 20px !important; }
  .pt-sm-20, .py-sm-20 { padding-top: 20px !important; }
  .pr-sm-20, .px-sm-20 { padding-right: 20px !important; }
  .pb-sm-20, .py-sm-20 { padding-bottom: 20px !important; }
  .pl-sm-20, .px-sm-20 { padding-left: 20px !important; }
  .p-sm-30 { padding: 30px !important; }
  .pt-sm-30, .py-sm-30 { padding-top: 30px !important; }
  .pr-sm-30, .px-sm-30 { padding-right: 30px !important; }
  .pb-sm-30, .py-sm-30 { padding-bottom: 30px !important; }
  .pl-sm-30, .px-sm-30 { padding-left: 30px !important; }
  .p-sm-35 { padding: 35px !important; }
  .pt-sm-35, .py-sm-35 { padding-top: 35px !important; }
  .pr-sm-35, .px-sm-35 { padding-right: 35px !important; }
  .pb-sm-35, .py-sm-35 { padding-bottom: 35px !important; }
  .pl-sm-35, .px-sm-35 { padding-left: 35px !important; }
  .p-sm-40 { padding: 40px !important; }
  .pt-sm-40, .py-sm-40 { padding-top: 40px !important; }
  .pr-sm-40, .px-sm-40 { padding-right: 40px !important; }
  .pb-sm-40, .py-sm-40 { padding-bottom: 40px !important; }
  .pl-sm-40, .px-sm-40 { padding-left: 40px !important; }
  .p-sm-50 { padding: 50px !important; }
  .pt-sm-50, .py-sm-50 { padding-top: 50px !important; }
  .pr-sm-50, .px-sm-50 { padding-right: 50px !important; }
  .pb-sm-50, .py-sm-50 { padding-bottom: 50px !important; }
  .pl-sm-50, .px-sm-50 { padding-left: 50px !important; }
  .p-sm-60 { padding: 60px !important; }
  .pt-sm-60, .py-sm-60 { padding-top: 60px !important; }
  .pr-sm-60, .px-sm-60 { padding-right: 60px !important; }
  .pb-sm-60, .py-sm-60 { padding-bottom: 60px !important; }
  .pl-sm-60, .px-sm-60 { padding-left: 60px !important; }
  .p-sm-70 { padding: 70px !important; }
  .pt-sm-70, .py-sm-70 { padding-top: 70px !important; }
  .pr-sm-70, .px-sm-70 { padding-right: 70px !important; }
  .pb-sm-70, .py-sm-70 { padding-bottom: 70px !important; }
  .pl-sm-70, .px-sm-70 { padding-left: 70px !important; }
  .p-sm-80 { padding: 80px !important; }
  .pt-sm-80, .py-sm-80 { padding-top: 80px !important; }
  .pr-sm-80, .px-sm-80 { padding-right: 80px !important; }
  .pb-sm-80, .py-sm-80 { padding-bottom: 80px !important; }
  .pl-sm-80, .px-sm-80 { padding-left: 80px !important; }
  .p-sm-90 { padding: 90px !important; }
  .pt-sm-90, .py-sm-90 { padding-top: 90px !important; }
  .pr-sm-90, .px-sm-90 { padding-right: 90px !important; }
  .pb-sm-90, .py-sm-90 { padding-bottom: 90px !important; }
  .pl-sm-90, .px-sm-90 { padding-left: 90px !important; }
  .p-sm-100 { padding: 100px !important; }
  .pt-sm-100, .py-sm-100 { padding-top: 100px !important; }
  .pr-sm-100, .px-sm-100 { padding-right: 100px !important; }
  .pb-sm-100, .py-sm-100 { padding-bottom: 100px !important; }
  .pl-sm-100, .px-sm-100 { padding-left: 100px !important; }
  .p-sm-110 { padding: 110px !important; }
  .pt-sm-110, .py-sm-110 { padding-top: 110px !important; }
  .pr-sm-110, .px-sm-110 { padding-right: 110px !important; }
  .pb-sm-110, .py-sm-110 { padding-bottom: 110px !important; }
  .pl-sm-110, .px-sm-110 { padding-left: 110px !important; }
  .p-sm-120 { padding: 120px !important; }
  .pt-sm-120, .py-sm-120 { padding-top: 120px !important; }
  .pr-sm-120, .px-sm-120 { padding-right: 120px !important; }
  .pb-sm-120, .py-sm-120 { padding-bottom: 120px !important; }
  .pl-sm-120, .px-sm-120 { padding-left: 120px !important; }
  .p-sm-150 { padding: 150px !important; }
  .pt-sm-150, .py-sm-150 { padding-top: 150px !important; }
  .pr-sm-150, .px-sm-150 { padding-right: 150px !important; }
  .pb-sm-150, .py-sm-150 { padding-bottom: 150px !important; }
  .pl-sm-150, .px-sm-150 { padding-left: 150px !important; }
  .m-sm-n1 { margin: -0.25rem !important; }
  .mt-sm-n1, .my-sm-n1 { margin-top: -0.25rem !important; }
  .mr-sm-n1, .mx-sm-n1 { margin-right: -0.25rem !important; }
  .mb-sm-n1, .my-sm-n1 { margin-bottom: -0.25rem !important; }
  .ml-sm-n1, .mx-sm-n1 { margin-left: -0.25rem !important; }
  .m-sm-n2 { margin: -0.5rem !important; }
  .mt-sm-n2, .my-sm-n2 { margin-top: -0.5rem !important; }
  .mr-sm-n2, .mx-sm-n2 { margin-right: -0.5rem !important; }
  .mb-sm-n2, .my-sm-n2 { margin-bottom: -0.5rem !important; }
  .ml-sm-n2, .mx-sm-n2 { margin-left: -0.5rem !important; }
  .m-sm-n3 { margin: -1rem !important; }
  .mt-sm-n3, .my-sm-n3 { margin-top: -1rem !important; }
  .mr-sm-n3, .mx-sm-n3 { margin-right: -1rem !important; }
  .mb-sm-n3, .my-sm-n3 { margin-bottom: -1rem !important; }
  .ml-sm-n3, .mx-sm-n3 { margin-left: -1rem !important; }
  .m-sm-n4 { margin: -1.5rem !important; }
  .mt-sm-n4, .my-sm-n4 { margin-top: -1.5rem !important; }
  .mr-sm-n4, .mx-sm-n4 { margin-right: -1.5rem !important; }
  .mb-sm-n4, .my-sm-n4 { margin-bottom: -1.5rem !important; }
  .ml-sm-n4, .mx-sm-n4 { margin-left: -1.5rem !important; }
  .m-sm-n5 { margin: -54px !important; }
  .mt-sm-n5, .my-sm-n5 { margin-top: -54px !important; }
  .mr-sm-n5, .mx-sm-n5 { margin-right: -54px !important; }
  .mb-sm-n5, .my-sm-n5 { margin-bottom: -54px !important; }
  .ml-sm-n5, .mx-sm-n5 { margin-left: -54px !important; }
  .m-sm-ngw { margin: -15px !important; }
  .mt-sm-ngw, .my-sm-ngw { margin-top: -15px !important; }
  .mr-sm-ngw, .mx-sm-ngw { margin-right: -15px !important; }
  .mb-sm-ngw, .my-sm-ngw { margin-bottom: -15px !important; }
  .ml-sm-ngw, .mx-sm-ngw { margin-left: -15px !important; }
  .m-sm-n15 { margin: -15px !important; }
  .mt-sm-n15, .my-sm-n15 { margin-top: -15px !important; }
  .mr-sm-n15, .mx-sm-n15 { margin-right: -15px !important; }
  .mb-sm-n15, .my-sm-n15 { margin-bottom: -15px !important; }
  .ml-sm-n15, .mx-sm-n15 { margin-left: -15px !important; }
  .m-sm-n20 { margin: -20px !important; }
  .mt-sm-n20, .my-sm-n20 { margin-top: -20px !important; }
  .mr-sm-n20, .mx-sm-n20 { margin-right: -20px !important; }
  .mb-sm-n20, .my-sm-n20 { margin-bottom: -20px !important; }
  .ml-sm-n20, .mx-sm-n20 { margin-left: -20px !important; }
  .m-sm-n30 { margin: -30px !important; }
  .mt-sm-n30, .my-sm-n30 { margin-top: -30px !important; }
  .mr-sm-n30, .mx-sm-n30 { margin-right: -30px !important; }
  .mb-sm-n30, .my-sm-n30 { margin-bottom: -30px !important; }
  .ml-sm-n30, .mx-sm-n30 { margin-left: -30px !important; }
  .m-sm-n35 { margin: -35px !important; }
  .mt-sm-n35, .my-sm-n35 { margin-top: -35px !important; }
  .mr-sm-n35, .mx-sm-n35 { margin-right: -35px !important; }
  .mb-sm-n35, .my-sm-n35 { margin-bottom: -35px !important; }
  .ml-sm-n35, .mx-sm-n35 { margin-left: -35px !important; }
  .m-sm-n40 { margin: -40px !important; }
  .mt-sm-n40, .my-sm-n40 { margin-top: -40px !important; }
  .mr-sm-n40, .mx-sm-n40 { margin-right: -40px !important; }
  .mb-sm-n40, .my-sm-n40 { margin-bottom: -40px !important; }
  .ml-sm-n40, .mx-sm-n40 { margin-left: -40px !important; }
  .m-sm-n50 { margin: -50px !important; }
  .mt-sm-n50, .my-sm-n50 { margin-top: -50px !important; }
  .mr-sm-n50, .mx-sm-n50 { margin-right: -50px !important; }
  .mb-sm-n50, .my-sm-n50 { margin-bottom: -50px !important; }
  .ml-sm-n50, .mx-sm-n50 { margin-left: -50px !important; }
  .m-sm-n60 { margin: -60px !important; }
  .mt-sm-n60, .my-sm-n60 { margin-top: -60px !important; }
  .mr-sm-n60, .mx-sm-n60 { margin-right: -60px !important; }
  .mb-sm-n60, .my-sm-n60 { margin-bottom: -60px !important; }
  .ml-sm-n60, .mx-sm-n60 { margin-left: -60px !important; }
  .m-sm-n70 { margin: -70px !important; }
  .mt-sm-n70, .my-sm-n70 { margin-top: -70px !important; }
  .mr-sm-n70, .mx-sm-n70 { margin-right: -70px !important; }
  .mb-sm-n70, .my-sm-n70 { margin-bottom: -70px !important; }
  .ml-sm-n70, .mx-sm-n70 { margin-left: -70px !important; }
  .m-sm-n80 { margin: -80px !important; }
  .mt-sm-n80, .my-sm-n80 { margin-top: -80px !important; }
  .mr-sm-n80, .mx-sm-n80 { margin-right: -80px !important; }
  .mb-sm-n80, .my-sm-n80 { margin-bottom: -80px !important; }
  .ml-sm-n80, .mx-sm-n80 { margin-left: -80px !important; }
  .m-sm-n90 { margin: -90px !important; }
  .mt-sm-n90, .my-sm-n90 { margin-top: -90px !important; }
  .mr-sm-n90, .mx-sm-n90 { margin-right: -90px !important; }
  .mb-sm-n90, .my-sm-n90 { margin-bottom: -90px !important; }
  .ml-sm-n90, .mx-sm-n90 { margin-left: -90px !important; }
  .m-sm-n100 { margin: -100px !important; }
  .mt-sm-n100, .my-sm-n100 { margin-top: -100px !important; }
  .mr-sm-n100, .mx-sm-n100 { margin-right: -100px !important; }
  .mb-sm-n100, .my-sm-n100 { margin-bottom: -100px !important; }
  .ml-sm-n100, .mx-sm-n100 { margin-left: -100px !important; }
  .m-sm-n110 { margin: -110px !important; }
  .mt-sm-n110, .my-sm-n110 { margin-top: -110px !important; }
  .mr-sm-n110, .mx-sm-n110 { margin-right: -110px !important; }
  .mb-sm-n110, .my-sm-n110 { margin-bottom: -110px !important; }
  .ml-sm-n110, .mx-sm-n110 { margin-left: -110px !important; }
  .m-sm-n120 { margin: -120px !important; }
  .mt-sm-n120, .my-sm-n120 { margin-top: -120px !important; }
  .mr-sm-n120, .mx-sm-n120 { margin-right: -120px !important; }
  .mb-sm-n120, .my-sm-n120 { margin-bottom: -120px !important; }
  .ml-sm-n120, .mx-sm-n120 { margin-left: -120px !important; }
  .m-sm-n150 { margin: -150px !important; }
  .mt-sm-n150, .my-sm-n150 { margin-top: -150px !important; }
  .mr-sm-n150, .mx-sm-n150 { margin-right: -150px !important; }
  .mb-sm-n150, .my-sm-n150 { margin-bottom: -150px !important; }
  .ml-sm-n150, .mx-sm-n150 { margin-left: -150px !important; }
  .m-sm-auto { margin: auto !important; }
  .mt-sm-auto, .my-sm-auto { margin-top: auto !important; }
  .mr-sm-auto, .mx-sm-auto { margin-right: auto !important; }
  .mb-sm-auto, .my-sm-auto { margin-bottom: auto !important; }
  .ml-sm-auto, .mx-sm-auto { margin-left: auto !important; } }

@media (min-width: 768px) { .m-md-0 { margin: 0 !important; }
  .mt-md-0, .my-md-0 { margin-top: 0 !important; }
  .mr-md-0, .mx-md-0 { margin-right: 0 !important; }
  .mb-md-0, .my-md-0 { margin-bottom: 0 !important; }
  .ml-md-0, .mx-md-0 { margin-left: 0 !important; }
  .m-md-1 { margin: 5px !important; }
  .mt-md-1, .my-md-1 { margin-top: 5px !important; }
  .mr-md-1, .mx-md-1 { margin-right: 5px !important; }
  .mb-md-1, .my-md-1 { margin-bottom: 5px !important; }
  .ml-md-1, .mx-md-1 { margin-left: 5px !important; }
  .m-md-2 { margin: 10px !important; }
  .mt-md-2, .my-md-2 { margin-top: 10px !important; }
  .mr-md-2, .mx-md-2 { margin-right: 10px !important; }
  .mb-md-2, .my-md-2 { margin-bottom: 10px !important; }
  .ml-md-2, .mx-md-2 { margin-left: 10px !important; }
  .m-md-3 { margin: 18px !important; }
  .mt-md-3, .my-md-3 { margin-top: 18px !important; }
  .mr-md-3, .mx-md-3 { margin-right: 18px !important; }
  .mb-md-3, .my-md-3 { margin-bottom: 18px !important; }
  .ml-md-3, .mx-md-3 { margin-left: 18px !important; }
  .m-md-4 { margin: 30px !important; }
  .mt-md-4, .my-md-4 { margin-top: 30px !important; }
  .mr-md-4, .mx-md-4 { margin-right: 30px !important; }
  .mb-md-4, .my-md-4 { margin-bottom: 30px !important; }
  .ml-md-4, .mx-md-4 { margin-left: 30px !important; }
  .m-md-5 { margin: 54px !important; }
  .mt-md-5, .my-md-5 { margin-top: 54px !important; }
  .mr-md-5, .mx-md-5 { margin-right: 54px !important; }
  .mb-md-5, .my-md-5 { margin-bottom: 54px !important; }
  .ml-md-5, .mx-md-5 { margin-left: 54px !important; }
  .m-md-gw { margin: 15px !important; }
  .mt-md-gw, .my-md-gw { margin-top: 15px !important; }
  .mr-md-gw, .mx-md-gw { margin-right: 15px !important; }
  .mb-md-gw, .my-md-gw { margin-bottom: 15px !important; }
  .ml-md-gw, .mx-md-gw { margin-left: 15px !important; }
  .m-md-15 { margin: 15px !important; }
  .mt-md-15, .my-md-15 { margin-top: 15px !important; }
  .mr-md-15, .mx-md-15 { margin-right: 15px !important; }
  .mb-md-15, .my-md-15 { margin-bottom: 15px !important; }
  .ml-md-15, .mx-md-15 { margin-left: 15px !important; }
  .m-md-20 { margin: 20px !important; }
  .mt-md-20, .my-md-20 { margin-top: 20px !important; }
  .mr-md-20, .mx-md-20 { margin-right: 20px !important; }
  .mb-md-20, .my-md-20 { margin-bottom: 20px !important; }
  .ml-md-20, .mx-md-20 { margin-left: 20px !important; }
  .m-md-30 { margin: 30px !important; }
  .mt-md-30, .my-md-30 { margin-top: 30px !important; }
  .mr-md-30, .mx-md-30 { margin-right: 30px !important; }
  .mb-md-30, .my-md-30 { margin-bottom: 30px !important; }
  .ml-md-30, .mx-md-30 { margin-left: 30px !important; }
  .m-md-35 { margin: 35px !important; }
  .mt-md-35, .my-md-35 { margin-top: 35px !important; }
  .mr-md-35, .mx-md-35 { margin-right: 35px !important; }
  .mb-md-35, .my-md-35 { margin-bottom: 35px !important; }
  .ml-md-35, .mx-md-35 { margin-left: 35px !important; }
  .m-md-40 { margin: 40px !important; }
  .mt-md-40, .my-md-40 { margin-top: 40px !important; }
  .mr-md-40, .mx-md-40 { margin-right: 40px !important; }
  .mb-md-40, .my-md-40 { margin-bottom: 40px !important; }
  .ml-md-40, .mx-md-40 { margin-left: 40px !important; }
  .m-md-50 { margin: 50px !important; }
  .mt-md-50, .my-md-50 { margin-top: 50px !important; }
  .mr-md-50, .mx-md-50 { margin-right: 50px !important; }
  .mb-md-50, .my-md-50 { margin-bottom: 50px !important; }
  .ml-md-50, .mx-md-50 { margin-left: 50px !important; }
  .m-md-60 { margin: 60px !important; }
  .mt-md-60, .my-md-60 { margin-top: 60px !important; }
  .mr-md-60, .mx-md-60 { margin-right: 60px !important; }
  .mb-md-60, .my-md-60 { margin-bottom: 60px !important; }
  .ml-md-60, .mx-md-60 { margin-left: 60px !important; }
  .m-md-70 { margin: 70px !important; }
  .mt-md-70, .my-md-70 { margin-top: 70px !important; }
  .mr-md-70, .mx-md-70 { margin-right: 70px !important; }
  .mb-md-70, .my-md-70 { margin-bottom: 70px !important; }
  .ml-md-70, .mx-md-70 { margin-left: 70px !important; }
  .m-md-80 { margin: 80px !important; }
  .mt-md-80, .my-md-80 { margin-top: 80px !important; }
  .mr-md-80, .mx-md-80 { margin-right: 80px !important; }
  .mb-md-80, .my-md-80 { margin-bottom: 80px !important; }
  .ml-md-80, .mx-md-80 { margin-left: 80px !important; }
  .m-md-90 { margin: 90px !important; }
  .mt-md-90, .my-md-90 { margin-top: 90px !important; }
  .mr-md-90, .mx-md-90 { margin-right: 90px !important; }
  .mb-md-90, .my-md-90 { margin-bottom: 90px !important; }
  .ml-md-90, .mx-md-90 { margin-left: 90px !important; }
  .m-md-100 { margin: 100px !important; }
  .mt-md-100, .my-md-100 { margin-top: 100px !important; }
  .mr-md-100, .mx-md-100 { margin-right: 100px !important; }
  .mb-md-100, .my-md-100 { margin-bottom: 100px !important; }
  .ml-md-100, .mx-md-100 { margin-left: 100px !important; }
  .m-md-110 { margin: 110px !important; }
  .mt-md-110, .my-md-110 { margin-top: 110px !important; }
  .mr-md-110, .mx-md-110 { margin-right: 110px !important; }
  .mb-md-110, .my-md-110 { margin-bottom: 110px !important; }
  .ml-md-110, .mx-md-110 { margin-left: 110px !important; }
  .m-md-120 { margin: 120px !important; }
  .mt-md-120, .my-md-120 { margin-top: 120px !important; }
  .mr-md-120, .mx-md-120 { margin-right: 120px !important; }
  .mb-md-120, .my-md-120 { margin-bottom: 120px !important; }
  .ml-md-120, .mx-md-120 { margin-left: 120px !important; }
  .m-md-150 { margin: 150px !important; }
  .mt-md-150, .my-md-150 { margin-top: 150px !important; }
  .mr-md-150, .mx-md-150 { margin-right: 150px !important; }
  .mb-md-150, .my-md-150 { margin-bottom: 150px !important; }
  .ml-md-150, .mx-md-150 { margin-left: 150px !important; }
  .p-md-0 { padding: 0 !important; }
  .pt-md-0, .py-md-0 { padding-top: 0 !important; }
  .pr-md-0, .px-md-0 { padding-right: 0 !important; }
  .pb-md-0, .py-md-0 { padding-bottom: 0 !important; }
  .pl-md-0, .px-md-0 { padding-left: 0 !important; }
  .p-md-1 { padding: 5px !important; }
  .pt-md-1, .py-md-1 { padding-top: 5px !important; }
  .pr-md-1, .px-md-1 { padding-right: 5px !important; }
  .pb-md-1, .py-md-1 { padding-bottom: 5px !important; }
  .pl-md-1, .px-md-1 { padding-left: 5px !important; }
  .p-md-2 { padding: 10px !important; }
  .pt-md-2, .py-md-2 { padding-top: 10px !important; }
  .pr-md-2, .px-md-2 { padding-right: 10px !important; }
  .pb-md-2, .py-md-2 { padding-bottom: 10px !important; }
  .pl-md-2, .px-md-2 { padding-left: 10px !important; }
  .p-md-3 { padding: 18px !important; }
  .pt-md-3, .py-md-3 { padding-top: 18px !important; }
  .pr-md-3, .px-md-3 { padding-right: 18px !important; }
  .pb-md-3, .py-md-3 { padding-bottom: 18px !important; }
  .pl-md-3, .px-md-3 { padding-left: 18px !important; }
  .p-md-4 { padding: 30px !important; }
  .pt-md-4, .py-md-4 { padding-top: 30px !important; }
  .pr-md-4, .px-md-4 { padding-right: 30px !important; }
  .pb-md-4, .py-md-4 { padding-bottom: 30px !important; }
  .pl-md-4, .px-md-4 { padding-left: 30px !important; }
  .p-md-5 { padding: 54px !important; }
  .pt-md-5, .py-md-5 { padding-top: 54px !important; }
  .pr-md-5, .px-md-5 { padding-right: 54px !important; }
  .pb-md-5, .py-md-5 { padding-bottom: 54px !important; }
  .pl-md-5, .px-md-5 { padding-left: 54px !important; }
  .p-md-gw { padding: 15px !important; }
  .pt-md-gw, .py-md-gw { padding-top: 15px !important; }
  .pr-md-gw, .px-md-gw { padding-right: 15px !important; }
  .pb-md-gw, .py-md-gw { padding-bottom: 15px !important; }
  .pl-md-gw, .px-md-gw { padding-left: 15px !important; }
  .p-md-15 { padding: 15px !important; }
  .pt-md-15, .py-md-15 { padding-top: 15px !important; }
  .pr-md-15, .px-md-15 { padding-right: 15px !important; }
  .pb-md-15, .py-md-15 { padding-bottom: 15px !important; }
  .pl-md-15, .px-md-15 { padding-left: 15px !important; }
  .p-md-20 { padding: 20px !important; }
  .pt-md-20, .py-md-20 { padding-top: 20px !important; }
  .pr-md-20, .px-md-20 { padding-right: 20px !important; }
  .pb-md-20, .py-md-20 { padding-bottom: 20px !important; }
  .pl-md-20, .px-md-20 { padding-left: 20px !important; }
  .p-md-30 { padding: 30px !important; }
  .pt-md-30, .py-md-30 { padding-top: 30px !important; }
  .pr-md-30, .px-md-30 { padding-right: 30px !important; }
  .pb-md-30, .py-md-30 { padding-bottom: 30px !important; }
  .pl-md-30, .px-md-30 { padding-left: 30px !important; }
  .p-md-35 { padding: 35px !important; }
  .pt-md-35, .py-md-35 { padding-top: 35px !important; }
  .pr-md-35, .px-md-35 { padding-right: 35px !important; }
  .pb-md-35, .py-md-35 { padding-bottom: 35px !important; }
  .pl-md-35, .px-md-35 { padding-left: 35px !important; }
  .p-md-40 { padding: 40px !important; }
  .pt-md-40, .py-md-40 { padding-top: 40px !important; }
  .pr-md-40, .px-md-40 { padding-right: 40px !important; }
  .pb-md-40, .py-md-40 { padding-bottom: 40px !important; }
  .pl-md-40, .px-md-40 { padding-left: 40px !important; }
  .p-md-50 { padding: 50px !important; }
  .pt-md-50, .py-md-50 { padding-top: 50px !important; }
  .pr-md-50, .px-md-50 { padding-right: 50px !important; }
  .pb-md-50, .py-md-50 { padding-bottom: 50px !important; }
  .pl-md-50, .px-md-50 { padding-left: 50px !important; }
  .p-md-60 { padding: 60px !important; }
  .pt-md-60, .py-md-60 { padding-top: 60px !important; }
  .pr-md-60, .px-md-60 { padding-right: 60px !important; }
  .pb-md-60, .py-md-60 { padding-bottom: 60px !important; }
  .pl-md-60, .px-md-60 { padding-left: 60px !important; }
  .p-md-70 { padding: 70px !important; }
  .pt-md-70, .py-md-70 { padding-top: 70px !important; }
  .pr-md-70, .px-md-70 { padding-right: 70px !important; }
  .pb-md-70, .py-md-70 { padding-bottom: 70px !important; }
  .pl-md-70, .px-md-70 { padding-left: 70px !important; }
  .p-md-80 { padding: 80px !important; }
  .pt-md-80, .py-md-80 { padding-top: 80px !important; }
  .pr-md-80, .px-md-80 { padding-right: 80px !important; }
  .pb-md-80, .py-md-80 { padding-bottom: 80px !important; }
  .pl-md-80, .px-md-80 { padding-left: 80px !important; }
  .p-md-90 { padding: 90px !important; }
  .pt-md-90, .py-md-90 { padding-top: 90px !important; }
  .pr-md-90, .px-md-90 { padding-right: 90px !important; }
  .pb-md-90, .py-md-90 { padding-bottom: 90px !important; }
  .pl-md-90, .px-md-90 { padding-left: 90px !important; }
  .p-md-100 { padding: 100px !important; }
  .pt-md-100, .py-md-100 { padding-top: 100px !important; }
  .pr-md-100, .px-md-100 { padding-right: 100px !important; }
  .pb-md-100, .py-md-100 { padding-bottom: 100px !important; }
  .pl-md-100, .px-md-100 { padding-left: 100px !important; }
  .p-md-110 { padding: 110px !important; }
  .pt-md-110, .py-md-110 { padding-top: 110px !important; }
  .pr-md-110, .px-md-110 { padding-right: 110px !important; }
  .pb-md-110, .py-md-110 { padding-bottom: 110px !important; }
  .pl-md-110, .px-md-110 { padding-left: 110px !important; }
  .p-md-120 { padding: 120px !important; }
  .pt-md-120, .py-md-120 { padding-top: 120px !important; }
  .pr-md-120, .px-md-120 { padding-right: 120px !important; }
  .pb-md-120, .py-md-120 { padding-bottom: 120px !important; }
  .pl-md-120, .px-md-120 { padding-left: 120px !important; }
  .p-md-150 { padding: 150px !important; }
  .pt-md-150, .py-md-150 { padding-top: 150px !important; }
  .pr-md-150, .px-md-150 { padding-right: 150px !important; }
  .pb-md-150, .py-md-150 { padding-bottom: 150px !important; }
  .pl-md-150, .px-md-150 { padding-left: 150px !important; }
  .m-md-n1 { margin: -0.25rem !important; }
  .mt-md-n1, .my-md-n1 { margin-top: -0.25rem !important; }
  .mr-md-n1, .mx-md-n1 { margin-right: -0.25rem !important; }
  .mb-md-n1, .my-md-n1 { margin-bottom: -0.25rem !important; }
  .ml-md-n1, .mx-md-n1 { margin-left: -0.25rem !important; }
  .m-md-n2 { margin: -0.5rem !important; }
  .mt-md-n2, .my-md-n2 { margin-top: -0.5rem !important; }
  .mr-md-n2, .mx-md-n2 { margin-right: -0.5rem !important; }
  .mb-md-n2, .my-md-n2 { margin-bottom: -0.5rem !important; }
  .ml-md-n2, .mx-md-n2 { margin-left: -0.5rem !important; }
  .m-md-n3 { margin: -1rem !important; }
  .mt-md-n3, .my-md-n3 { margin-top: -1rem !important; }
  .mr-md-n3, .mx-md-n3 { margin-right: -1rem !important; }
  .mb-md-n3, .my-md-n3 { margin-bottom: -1rem !important; }
  .ml-md-n3, .mx-md-n3 { margin-left: -1rem !important; }
  .m-md-n4 { margin: -1.5rem !important; }
  .mt-md-n4, .my-md-n4 { margin-top: -1.5rem !important; }
  .mr-md-n4, .mx-md-n4 { margin-right: -1.5rem !important; }
  .mb-md-n4, .my-md-n4 { margin-bottom: -1.5rem !important; }
  .ml-md-n4, .mx-md-n4 { margin-left: -1.5rem !important; }
  .m-md-n5 { margin: -54px !important; }
  .mt-md-n5, .my-md-n5 { margin-top: -54px !important; }
  .mr-md-n5, .mx-md-n5 { margin-right: -54px !important; }
  .mb-md-n5, .my-md-n5 { margin-bottom: -54px !important; }
  .ml-md-n5, .mx-md-n5 { margin-left: -54px !important; }
  .m-md-ngw { margin: -15px !important; }
  .mt-md-ngw, .my-md-ngw { margin-top: -15px !important; }
  .mr-md-ngw, .mx-md-ngw { margin-right: -15px !important; }
  .mb-md-ngw, .my-md-ngw { margin-bottom: -15px !important; }
  .ml-md-ngw, .mx-md-ngw { margin-left: -15px !important; }
  .m-md-n15 { margin: -15px !important; }
  .mt-md-n15, .my-md-n15 { margin-top: -15px !important; }
  .mr-md-n15, .mx-md-n15 { margin-right: -15px !important; }
  .mb-md-n15, .my-md-n15 { margin-bottom: -15px !important; }
  .ml-md-n15, .mx-md-n15 { margin-left: -15px !important; }
  .m-md-n20 { margin: -20px !important; }
  .mt-md-n20, .my-md-n20 { margin-top: -20px !important; }
  .mr-md-n20, .mx-md-n20 { margin-right: -20px !important; }
  .mb-md-n20, .my-md-n20 { margin-bottom: -20px !important; }
  .ml-md-n20, .mx-md-n20 { margin-left: -20px !important; }
  .m-md-n30 { margin: -30px !important; }
  .mt-md-n30, .my-md-n30 { margin-top: -30px !important; }
  .mr-md-n30, .mx-md-n30 { margin-right: -30px !important; }
  .mb-md-n30, .my-md-n30 { margin-bottom: -30px !important; }
  .ml-md-n30, .mx-md-n30 { margin-left: -30px !important; }
  .m-md-n35 { margin: -35px !important; }
  .mt-md-n35, .my-md-n35 { margin-top: -35px !important; }
  .mr-md-n35, .mx-md-n35 { margin-right: -35px !important; }
  .mb-md-n35, .my-md-n35 { margin-bottom: -35px !important; }
  .ml-md-n35, .mx-md-n35 { margin-left: -35px !important; }
  .m-md-n40 { margin: -40px !important; }
  .mt-md-n40, .my-md-n40 { margin-top: -40px !important; }
  .mr-md-n40, .mx-md-n40 { margin-right: -40px !important; }
  .mb-md-n40, .my-md-n40 { margin-bottom: -40px !important; }
  .ml-md-n40, .mx-md-n40 { margin-left: -40px !important; }
  .m-md-n50 { margin: -50px !important; }
  .mt-md-n50, .my-md-n50 { margin-top: -50px !important; }
  .mr-md-n50, .mx-md-n50 { margin-right: -50px !important; }
  .mb-md-n50, .my-md-n50 { margin-bottom: -50px !important; }
  .ml-md-n50, .mx-md-n50 { margin-left: -50px !important; }
  .m-md-n60 { margin: -60px !important; }
  .mt-md-n60, .my-md-n60 { margin-top: -60px !important; }
  .mr-md-n60, .mx-md-n60 { margin-right: -60px !important; }
  .mb-md-n60, .my-md-n60 { margin-bottom: -60px !important; }
  .ml-md-n60, .mx-md-n60 { margin-left: -60px !important; }
  .m-md-n70 { margin: -70px !important; }
  .mt-md-n70, .my-md-n70 { margin-top: -70px !important; }
  .mr-md-n70, .mx-md-n70 { margin-right: -70px !important; }
  .mb-md-n70, .my-md-n70 { margin-bottom: -70px !important; }
  .ml-md-n70, .mx-md-n70 { margin-left: -70px !important; }
  .m-md-n80 { margin: -80px !important; }
  .mt-md-n80, .my-md-n80 { margin-top: -80px !important; }
  .mr-md-n80, .mx-md-n80 { margin-right: -80px !important; }
  .mb-md-n80, .my-md-n80 { margin-bottom: -80px !important; }
  .ml-md-n80, .mx-md-n80 { margin-left: -80px !important; }
  .m-md-n90 { margin: -90px !important; }
  .mt-md-n90, .my-md-n90 { margin-top: -90px !important; }
  .mr-md-n90, .mx-md-n90 { margin-right: -90px !important; }
  .mb-md-n90, .my-md-n90 { margin-bottom: -90px !important; }
  .ml-md-n90, .mx-md-n90 { margin-left: -90px !important; }
  .m-md-n100 { margin: -100px !important; }
  .mt-md-n100, .my-md-n100 { margin-top: -100px !important; }
  .mr-md-n100, .mx-md-n100 { margin-right: -100px !important; }
  .mb-md-n100, .my-md-n100 { margin-bottom: -100px !important; }
  .ml-md-n100, .mx-md-n100 { margin-left: -100px !important; }
  .m-md-n110 { margin: -110px !important; }
  .mt-md-n110, .my-md-n110 { margin-top: -110px !important; }
  .mr-md-n110, .mx-md-n110 { margin-right: -110px !important; }
  .mb-md-n110, .my-md-n110 { margin-bottom: -110px !important; }
  .ml-md-n110, .mx-md-n110 { margin-left: -110px !important; }
  .m-md-n120 { margin: -120px !important; }
  .mt-md-n120, .my-md-n120 { margin-top: -120px !important; }
  .mr-md-n120, .mx-md-n120 { margin-right: -120px !important; }
  .mb-md-n120, .my-md-n120 { margin-bottom: -120px !important; }
  .ml-md-n120, .mx-md-n120 { margin-left: -120px !important; }
  .m-md-n150 { margin: -150px !important; }
  .mt-md-n150, .my-md-n150 { margin-top: -150px !important; }
  .mr-md-n150, .mx-md-n150 { margin-right: -150px !important; }
  .mb-md-n150, .my-md-n150 { margin-bottom: -150px !important; }
  .ml-md-n150, .mx-md-n150 { margin-left: -150px !important; }
  .m-md-auto { margin: auto !important; }
  .mt-md-auto, .my-md-auto { margin-top: auto !important; }
  .mr-md-auto, .mx-md-auto { margin-right: auto !important; }
  .mb-md-auto, .my-md-auto { margin-bottom: auto !important; }
  .ml-md-auto, .mx-md-auto { margin-left: auto !important; } }

@media (min-width: 992px) { .m-lg-0 { margin: 0 !important; }
  .mt-lg-0, .my-lg-0 { margin-top: 0 !important; }
  .mr-lg-0, .mx-lg-0 { margin-right: 0 !important; }
  .mb-lg-0, .my-lg-0 { margin-bottom: 0 !important; }
  .ml-lg-0, .mx-lg-0 { margin-left: 0 !important; }
  .m-lg-1 { margin: 5px !important; }
  .mt-lg-1, .my-lg-1 { margin-top: 5px !important; }
  .mr-lg-1, .mx-lg-1 { margin-right: 5px !important; }
  .mb-lg-1, .my-lg-1 { margin-bottom: 5px !important; }
  .ml-lg-1, .mx-lg-1 { margin-left: 5px !important; }
  .m-lg-2 { margin: 10px !important; }
  .mt-lg-2, .my-lg-2 { margin-top: 10px !important; }
  .mr-lg-2, .mx-lg-2 { margin-right: 10px !important; }
  .mb-lg-2, .my-lg-2 { margin-bottom: 10px !important; }
  .ml-lg-2, .mx-lg-2 { margin-left: 10px !important; }
  .m-lg-3 { margin: 18px !important; }
  .mt-lg-3, .my-lg-3 { margin-top: 18px !important; }
  .mr-lg-3, .mx-lg-3 { margin-right: 18px !important; }
  .mb-lg-3, .my-lg-3 { margin-bottom: 18px !important; }
  .ml-lg-3, .mx-lg-3 { margin-left: 18px !important; }
  .m-lg-4 { margin: 30px !important; }
  .mt-lg-4, .my-lg-4 { margin-top: 30px !important; }
  .mr-lg-4, .mx-lg-4 { margin-right: 30px !important; }
  .mb-lg-4, .my-lg-4 { margin-bottom: 30px !important; }
  .ml-lg-4, .mx-lg-4 { margin-left: 30px !important; }
  .m-lg-5 { margin: 54px !important; }
  .mt-lg-5, .my-lg-5 { margin-top: 54px !important; }
  .mr-lg-5, .mx-lg-5 { margin-right: 54px !important; }
  .mb-lg-5, .my-lg-5 { margin-bottom: 54px !important; }
  .ml-lg-5, .mx-lg-5 { margin-left: 54px !important; }
  .m-lg-gw { margin: 15px !important; }
  .mt-lg-gw, .my-lg-gw { margin-top: 15px !important; }
  .mr-lg-gw, .mx-lg-gw { margin-right: 15px !important; }
  .mb-lg-gw, .my-lg-gw { margin-bottom: 15px !important; }
  .ml-lg-gw, .mx-lg-gw { margin-left: 15px !important; }
  .m-lg-15 { margin: 15px !important; }
  .mt-lg-15, .my-lg-15 { margin-top: 15px !important; }
  .mr-lg-15, .mx-lg-15 { margin-right: 15px !important; }
  .mb-lg-15, .my-lg-15 { margin-bottom: 15px !important; }
  .ml-lg-15, .mx-lg-15 { margin-left: 15px !important; }
  .m-lg-20 { margin: 20px !important; }
  .mt-lg-20, .my-lg-20 { margin-top: 20px !important; }
  .mr-lg-20, .mx-lg-20 { margin-right: 20px !important; }
  .mb-lg-20, .my-lg-20 { margin-bottom: 20px !important; }
  .ml-lg-20, .mx-lg-20 { margin-left: 20px !important; }
  .m-lg-30 { margin: 30px !important; }
  .mt-lg-30, .my-lg-30 { margin-top: 30px !important; }
  .mr-lg-30, .mx-lg-30 { margin-right: 30px !important; }
  .mb-lg-30, .my-lg-30 { margin-bottom: 30px !important; }
  .ml-lg-30, .mx-lg-30 { margin-left: 30px !important; }
  .m-lg-35 { margin: 35px !important; }
  .mt-lg-35, .my-lg-35 { margin-top: 35px !important; }
  .mr-lg-35, .mx-lg-35 { margin-right: 35px !important; }
  .mb-lg-35, .my-lg-35 { margin-bottom: 35px !important; }
  .ml-lg-35, .mx-lg-35 { margin-left: 35px !important; }
  .m-lg-40 { margin: 40px !important; }
  .mt-lg-40, .my-lg-40 { margin-top: 40px !important; }
  .mr-lg-40, .mx-lg-40 { margin-right: 40px !important; }
  .mb-lg-40, .my-lg-40 { margin-bottom: 40px !important; }
  .ml-lg-40, .mx-lg-40 { margin-left: 40px !important; }
  .m-lg-50 { margin: 50px !important; }
  .mt-lg-50, .my-lg-50 { margin-top: 50px !important; }
  .mr-lg-50, .mx-lg-50 { margin-right: 50px !important; }
  .mb-lg-50, .my-lg-50 { margin-bottom: 50px !important; }
  .ml-lg-50, .mx-lg-50 { margin-left: 50px !important; }
  .m-lg-60 { margin: 60px !important; }
  .mt-lg-60, .my-lg-60 { margin-top: 60px !important; }
  .mr-lg-60, .mx-lg-60 { margin-right: 60px !important; }
  .mb-lg-60, .my-lg-60 { margin-bottom: 60px !important; }
  .ml-lg-60, .mx-lg-60 { margin-left: 60px !important; }
  .m-lg-70 { margin: 70px !important; }
  .mt-lg-70, .my-lg-70 { margin-top: 70px !important; }
  .mr-lg-70, .mx-lg-70 { margin-right: 70px !important; }
  .mb-lg-70, .my-lg-70 { margin-bottom: 70px !important; }
  .ml-lg-70, .mx-lg-70 { margin-left: 70px !important; }
  .m-lg-80 { margin: 80px !important; }
  .mt-lg-80, .my-lg-80 { margin-top: 80px !important; }
  .mr-lg-80, .mx-lg-80 { margin-right: 80px !important; }
  .mb-lg-80, .my-lg-80 { margin-bottom: 80px !important; }
  .ml-lg-80, .mx-lg-80 { margin-left: 80px !important; }
  .m-lg-90 { margin: 90px !important; }
  .mt-lg-90, .my-lg-90 { margin-top: 90px !important; }
  .mr-lg-90, .mx-lg-90 { margin-right: 90px !important; }
  .mb-lg-90, .my-lg-90 { margin-bottom: 90px !important; }
  .ml-lg-90, .mx-lg-90 { margin-left: 90px !important; }
  .m-lg-100 { margin: 100px !important; }
  .mt-lg-100, .my-lg-100 { margin-top: 100px !important; }
  .mr-lg-100, .mx-lg-100 { margin-right: 100px !important; }
  .mb-lg-100, .my-lg-100 { margin-bottom: 100px !important; }
  .ml-lg-100, .mx-lg-100 { margin-left: 100px !important; }
  .m-lg-110 { margin: 110px !important; }
  .mt-lg-110, .my-lg-110 { margin-top: 110px !important; }
  .mr-lg-110, .mx-lg-110 { margin-right: 110px !important; }
  .mb-lg-110, .my-lg-110 { margin-bottom: 110px !important; }
  .ml-lg-110, .mx-lg-110 { margin-left: 110px !important; }
  .m-lg-120 { margin: 120px !important; }
  .mt-lg-120, .my-lg-120 { margin-top: 120px !important; }
  .mr-lg-120, .mx-lg-120 { margin-right: 120px !important; }
  .mb-lg-120, .my-lg-120 { margin-bottom: 120px !important; }
  .ml-lg-120, .mx-lg-120 { margin-left: 120px !important; }
  .m-lg-150 { margin: 150px !important; }
  .mt-lg-150, .my-lg-150 { margin-top: 150px !important; }
  .mr-lg-150, .mx-lg-150 { margin-right: 150px !important; }
  .mb-lg-150, .my-lg-150 { margin-bottom: 150px !important; }
  .ml-lg-150, .mx-lg-150 { margin-left: 150px !important; }
  .p-lg-0 { padding: 0 !important; }
  .pt-lg-0, .py-lg-0 { padding-top: 0 !important; }
  .pr-lg-0, .px-lg-0 { padding-right: 0 !important; }
  .pb-lg-0, .py-lg-0 { padding-bottom: 0 !important; }
  .pl-lg-0, .px-lg-0 { padding-left: 0 !important; }
  .p-lg-1 { padding: 5px !important; }
  .pt-lg-1, .py-lg-1 { padding-top: 5px !important; }
  .pr-lg-1, .px-lg-1 { padding-right: 5px !important; }
  .pb-lg-1, .py-lg-1 { padding-bottom: 5px !important; }
  .pl-lg-1, .px-lg-1 { padding-left: 5px !important; }
  .p-lg-2 { padding: 10px !important; }
  .pt-lg-2, .py-lg-2 { padding-top: 10px !important; }
  .pr-lg-2, .px-lg-2 { padding-right: 10px !important; }
  .pb-lg-2, .py-lg-2 { padding-bottom: 10px !important; }
  .pl-lg-2, .px-lg-2 { padding-left: 10px !important; }
  .p-lg-3 { padding: 18px !important; }
  .pt-lg-3, .py-lg-3 { padding-top: 18px !important; }
  .pr-lg-3, .px-lg-3 { padding-right: 18px !important; }
  .pb-lg-3, .py-lg-3 { padding-bottom: 18px !important; }
  .pl-lg-3, .px-lg-3 { padding-left: 18px !important; }
  .p-lg-4 { padding: 30px !important; }
  .pt-lg-4, .py-lg-4 { padding-top: 30px !important; }
  .pr-lg-4, .px-lg-4 { padding-right: 30px !important; }
  .pb-lg-4, .py-lg-4 { padding-bottom: 30px !important; }
  .pl-lg-4, .px-lg-4 { padding-left: 30px !important; }
  .p-lg-5 { padding: 54px !important; }
  .pt-lg-5, .py-lg-5 { padding-top: 54px !important; }
  .pr-lg-5, .px-lg-5 { padding-right: 54px !important; }
  .pb-lg-5, .py-lg-5 { padding-bottom: 54px !important; }
  .pl-lg-5, .px-lg-5 { padding-left: 54px !important; }
  .p-lg-gw { padding: 15px !important; }
  .pt-lg-gw, .py-lg-gw { padding-top: 15px !important; }
  .pr-lg-gw, .px-lg-gw { padding-right: 15px !important; }
  .pb-lg-gw, .py-lg-gw { padding-bottom: 15px !important; }
  .pl-lg-gw, .px-lg-gw { padding-left: 15px !important; }
  .p-lg-15 { padding: 15px !important; }
  .pt-lg-15, .py-lg-15 { padding-top: 15px !important; }
  .pr-lg-15, .px-lg-15 { padding-right: 15px !important; }
  .pb-lg-15, .py-lg-15 { padding-bottom: 15px !important; }
  .pl-lg-15, .px-lg-15 { padding-left: 15px !important; }
  .p-lg-20 { padding: 20px !important; }
  .pt-lg-20, .py-lg-20 { padding-top: 20px !important; }
  .pr-lg-20, .px-lg-20 { padding-right: 20px !important; }
  .pb-lg-20, .py-lg-20 { padding-bottom: 20px !important; }
  .pl-lg-20, .px-lg-20 { padding-left: 20px !important; }
  .p-lg-30 { padding: 30px !important; }
  .pt-lg-30, .py-lg-30 { padding-top: 30px !important; }
  .pr-lg-30, .px-lg-30 { padding-right: 30px !important; }
  .pb-lg-30, .py-lg-30 { padding-bottom: 30px !important; }
  .pl-lg-30, .px-lg-30 { padding-left: 30px !important; }
  .p-lg-35 { padding: 35px !important; }
  .pt-lg-35, .py-lg-35 { padding-top: 35px !important; }
  .pr-lg-35, .px-lg-35 { padding-right: 35px !important; }
  .pb-lg-35, .py-lg-35 { padding-bottom: 35px !important; }
  .pl-lg-35, .px-lg-35 { padding-left: 35px !important; }
  .p-lg-40 { padding: 40px !important; }
  .pt-lg-40, .py-lg-40 { padding-top: 40px !important; }
  .pr-lg-40, .px-lg-40 { padding-right: 40px !important; }
  .pb-lg-40, .py-lg-40 { padding-bottom: 40px !important; }
  .pl-lg-40, .px-lg-40 { padding-left: 40px !important; }
  .p-lg-50 { padding: 50px !important; }
  .pt-lg-50, .py-lg-50 { padding-top: 50px !important; }
  .pr-lg-50, .px-lg-50 { padding-right: 50px !important; }
  .pb-lg-50, .py-lg-50 { padding-bottom: 50px !important; }
  .pl-lg-50, .px-lg-50 { padding-left: 50px !important; }
  .p-lg-60 { padding: 60px !important; }
  .pt-lg-60, .py-lg-60 { padding-top: 60px !important; }
  .pr-lg-60, .px-lg-60 { padding-right: 60px !important; }
  .pb-lg-60, .py-lg-60 { padding-bottom: 60px !important; }
  .pl-lg-60, .px-lg-60 { padding-left: 60px !important; }
  .p-lg-70 { padding: 70px !important; }
  .pt-lg-70, .py-lg-70 { padding-top: 70px !important; }
  .pr-lg-70, .px-lg-70 { padding-right: 70px !important; }
  .pb-lg-70, .py-lg-70 { padding-bottom: 70px !important; }
  .pl-lg-70, .px-lg-70 { padding-left: 70px !important; }
  .p-lg-80 { padding: 80px !important; }
  .pt-lg-80, .py-lg-80 { padding-top: 80px !important; }
  .pr-lg-80, .px-lg-80 { padding-right: 80px !important; }
  .pb-lg-80, .py-lg-80 { padding-bottom: 80px !important; }
  .pl-lg-80, .px-lg-80 { padding-left: 80px !important; }
  .p-lg-90 { padding: 90px !important; }
  .pt-lg-90, .py-lg-90 { padding-top: 90px !important; }
  .pr-lg-90, .px-lg-90 { padding-right: 90px !important; }
  .pb-lg-90, .py-lg-90 { padding-bottom: 90px !important; }
  .pl-lg-90, .px-lg-90 { padding-left: 90px !important; }
  .p-lg-100 { padding: 100px !important; }
  .pt-lg-100, .py-lg-100 { padding-top: 100px !important; }
  .pr-lg-100, .px-lg-100 { padding-right: 100px !important; }
  .pb-lg-100, .py-lg-100 { padding-bottom: 100px !important; }
  .pl-lg-100, .px-lg-100 { padding-left: 100px !important; }
  .p-lg-110 { padding: 110px !important; }
  .pt-lg-110, .py-lg-110 { padding-top: 110px !important; }
  .pr-lg-110, .px-lg-110 { padding-right: 110px !important; }
  .pb-lg-110, .py-lg-110 { padding-bottom: 110px !important; }
  .pl-lg-110, .px-lg-110 { padding-left: 110px !important; }
  .p-lg-120 { padding: 120px !important; }
  .pt-lg-120, .py-lg-120 { padding-top: 120px !important; }
  .pr-lg-120, .px-lg-120 { padding-right: 120px !important; }
  .pb-lg-120, .py-lg-120 { padding-bottom: 120px !important; }
  .pl-lg-120, .px-lg-120 { padding-left: 120px !important; }
  .p-lg-150 { padding: 150px !important; }
  .pt-lg-150, .py-lg-150 { padding-top: 150px !important; }
  .pr-lg-150, .px-lg-150 { padding-right: 150px !important; }
  .pb-lg-150, .py-lg-150 { padding-bottom: 150px !important; }
  .pl-lg-150, .px-lg-150 { padding-left: 150px !important; }
  .m-lg-n1 { margin: -0.25rem !important; }
  .mt-lg-n1, .my-lg-n1 { margin-top: -0.25rem !important; }
  .mr-lg-n1, .mx-lg-n1 { margin-right: -0.25rem !important; }
  .mb-lg-n1, .my-lg-n1 { margin-bottom: -0.25rem !important; }
  .ml-lg-n1, .mx-lg-n1 { margin-left: -0.25rem !important; }
  .m-lg-n2 { margin: -0.5rem !important; }
  .mt-lg-n2, .my-lg-n2 { margin-top: -0.5rem !important; }
  .mr-lg-n2, .mx-lg-n2 { margin-right: -0.5rem !important; }
  .mb-lg-n2, .my-lg-n2 { margin-bottom: -0.5rem !important; }
  .ml-lg-n2, .mx-lg-n2 { margin-left: -0.5rem !important; }
  .m-lg-n3 { margin: -1rem !important; }
  .mt-lg-n3, .my-lg-n3 { margin-top: -1rem !important; }
  .mr-lg-n3, .mx-lg-n3 { margin-right: -1rem !important; }
  .mb-lg-n3, .my-lg-n3 { margin-bottom: -1rem !important; }
  .ml-lg-n3, .mx-lg-n3 { margin-left: -1rem !important; }
  .m-lg-n4 { margin: -1.5rem !important; }
  .mt-lg-n4, .my-lg-n4 { margin-top: -1.5rem !important; }
  .mr-lg-n4, .mx-lg-n4 { margin-right: -1.5rem !important; }
  .mb-lg-n4, .my-lg-n4 { margin-bottom: -1.5rem !important; }
  .ml-lg-n4, .mx-lg-n4 { margin-left: -1.5rem !important; }
  .m-lg-n5 { margin: -54px !important; }
  .mt-lg-n5, .my-lg-n5 { margin-top: -54px !important; }
  .mr-lg-n5, .mx-lg-n5 { margin-right: -54px !important; }
  .mb-lg-n5, .my-lg-n5 { margin-bottom: -54px !important; }
  .ml-lg-n5, .mx-lg-n5 { margin-left: -54px !important; }
  .m-lg-ngw { margin: -15px !important; }
  .mt-lg-ngw, .my-lg-ngw { margin-top: -15px !important; }
  .mr-lg-ngw, .mx-lg-ngw { margin-right: -15px !important; }
  .mb-lg-ngw, .my-lg-ngw { margin-bottom: -15px !important; }
  .ml-lg-ngw, .mx-lg-ngw { margin-left: -15px !important; }
  .m-lg-n15 { margin: -15px !important; }
  .mt-lg-n15, .my-lg-n15 { margin-top: -15px !important; }
  .mr-lg-n15, .mx-lg-n15 { margin-right: -15px !important; }
  .mb-lg-n15, .my-lg-n15 { margin-bottom: -15px !important; }
  .ml-lg-n15, .mx-lg-n15 { margin-left: -15px !important; }
  .m-lg-n20 { margin: -20px !important; }
  .mt-lg-n20, .my-lg-n20 { margin-top: -20px !important; }
  .mr-lg-n20, .mx-lg-n20 { margin-right: -20px !important; }
  .mb-lg-n20, .my-lg-n20 { margin-bottom: -20px !important; }
  .ml-lg-n20, .mx-lg-n20 { margin-left: -20px !important; }
  .m-lg-n30 { margin: -30px !important; }
  .mt-lg-n30, .my-lg-n30 { margin-top: -30px !important; }
  .mr-lg-n30, .mx-lg-n30 { margin-right: -30px !important; }
  .mb-lg-n30, .my-lg-n30 { margin-bottom: -30px !important; }
  .ml-lg-n30, .mx-lg-n30 { margin-left: -30px !important; }
  .m-lg-n35 { margin: -35px !important; }
  .mt-lg-n35, .my-lg-n35 { margin-top: -35px !important; }
  .mr-lg-n35, .mx-lg-n35 { margin-right: -35px !important; }
  .mb-lg-n35, .my-lg-n35 { margin-bottom: -35px !important; }
  .ml-lg-n35, .mx-lg-n35 { margin-left: -35px !important; }
  .m-lg-n40 { margin: -40px !important; }
  .mt-lg-n40, .my-lg-n40 { margin-top: -40px !important; }
  .mr-lg-n40, .mx-lg-n40 { margin-right: -40px !important; }
  .mb-lg-n40, .my-lg-n40 { margin-bottom: -40px !important; }
  .ml-lg-n40, .mx-lg-n40 { margin-left: -40px !important; }
  .m-lg-n50 { margin: -50px !important; }
  .mt-lg-n50, .my-lg-n50 { margin-top: -50px !important; }
  .mr-lg-n50, .mx-lg-n50 { margin-right: -50px !important; }
  .mb-lg-n50, .my-lg-n50 { margin-bottom: -50px !important; }
  .ml-lg-n50, .mx-lg-n50 { margin-left: -50px !important; }
  .m-lg-n60 { margin: -60px !important; }
  .mt-lg-n60, .my-lg-n60 { margin-top: -60px !important; }
  .mr-lg-n60, .mx-lg-n60 { margin-right: -60px !important; }
  .mb-lg-n60, .my-lg-n60 { margin-bottom: -60px !important; }
  .ml-lg-n60, .mx-lg-n60 { margin-left: -60px !important; }
  .m-lg-n70 { margin: -70px !important; }
  .mt-lg-n70, .my-lg-n70 { margin-top: -70px !important; }
  .mr-lg-n70, .mx-lg-n70 { margin-right: -70px !important; }
  .mb-lg-n70, .my-lg-n70 { margin-bottom: -70px !important; }
  .ml-lg-n70, .mx-lg-n70 { margin-left: -70px !important; }
  .m-lg-n80 { margin: -80px !important; }
  .mt-lg-n80, .my-lg-n80 { margin-top: -80px !important; }
  .mr-lg-n80, .mx-lg-n80 { margin-right: -80px !important; }
  .mb-lg-n80, .my-lg-n80 { margin-bottom: -80px !important; }
  .ml-lg-n80, .mx-lg-n80 { margin-left: -80px !important; }
  .m-lg-n90 { margin: -90px !important; }
  .mt-lg-n90, .my-lg-n90 { margin-top: -90px !important; }
  .mr-lg-n90, .mx-lg-n90 { margin-right: -90px !important; }
  .mb-lg-n90, .my-lg-n90 { margin-bottom: -90px !important; }
  .ml-lg-n90, .mx-lg-n90 { margin-left: -90px !important; }
  .m-lg-n100 { margin: -100px !important; }
  .mt-lg-n100, .my-lg-n100 { margin-top: -100px !important; }
  .mr-lg-n100, .mx-lg-n100 { margin-right: -100px !important; }
  .mb-lg-n100, .my-lg-n100 { margin-bottom: -100px !important; }
  .ml-lg-n100, .mx-lg-n100 { margin-left: -100px !important; }
  .m-lg-n110 { margin: -110px !important; }
  .mt-lg-n110, .my-lg-n110 { margin-top: -110px !important; }
  .mr-lg-n110, .mx-lg-n110 { margin-right: -110px !important; }
  .mb-lg-n110, .my-lg-n110 { margin-bottom: -110px !important; }
  .ml-lg-n110, .mx-lg-n110 { margin-left: -110px !important; }
  .m-lg-n120 { margin: -120px !important; }
  .mt-lg-n120, .my-lg-n120 { margin-top: -120px !important; }
  .mr-lg-n120, .mx-lg-n120 { margin-right: -120px !important; }
  .mb-lg-n120, .my-lg-n120 { margin-bottom: -120px !important; }
  .ml-lg-n120, .mx-lg-n120 { margin-left: -120px !important; }
  .m-lg-n150 { margin: -150px !important; }
  .mt-lg-n150, .my-lg-n150 { margin-top: -150px !important; }
  .mr-lg-n150, .mx-lg-n150 { margin-right: -150px !important; }
  .mb-lg-n150, .my-lg-n150 { margin-bottom: -150px !important; }
  .ml-lg-n150, .mx-lg-n150 { margin-left: -150px !important; }
  .m-lg-auto { margin: auto !important; }
  .mt-lg-auto, .my-lg-auto { margin-top: auto !important; }
  .mr-lg-auto, .mx-lg-auto { margin-right: auto !important; }
  .mb-lg-auto, .my-lg-auto { margin-bottom: auto !important; }
  .ml-lg-auto, .mx-lg-auto { margin-left: auto !important; } }

@media (min-width: 1200px) { .m-xl-0 { margin: 0 !important; }
  .mt-xl-0, .my-xl-0 { margin-top: 0 !important; }
  .mr-xl-0, .mx-xl-0 { margin-right: 0 !important; }
  .mb-xl-0, .my-xl-0 { margin-bottom: 0 !important; }
  .ml-xl-0, .mx-xl-0 { margin-left: 0 !important; }
  .m-xl-1 { margin: 5px !important; }
  .mt-xl-1, .my-xl-1 { margin-top: 5px !important; }
  .mr-xl-1, .mx-xl-1 { margin-right: 5px !important; }
  .mb-xl-1, .my-xl-1 { margin-bottom: 5px !important; }
  .ml-xl-1, .mx-xl-1 { margin-left: 5px !important; }
  .m-xl-2 { margin: 10px !important; }
  .mt-xl-2, .my-xl-2 { margin-top: 10px !important; }
  .mr-xl-2, .mx-xl-2 { margin-right: 10px !important; }
  .mb-xl-2, .my-xl-2 { margin-bottom: 10px !important; }
  .ml-xl-2, .mx-xl-2 { margin-left: 10px !important; }
  .m-xl-3 { margin: 18px !important; }
  .mt-xl-3, .my-xl-3 { margin-top: 18px !important; }
  .mr-xl-3, .mx-xl-3 { margin-right: 18px !important; }
  .mb-xl-3, .my-xl-3 { margin-bottom: 18px !important; }
  .ml-xl-3, .mx-xl-3 { margin-left: 18px !important; }
  .m-xl-4 { margin: 30px !important; }
  .mt-xl-4, .my-xl-4 { margin-top: 30px !important; }
  .mr-xl-4, .mx-xl-4 { margin-right: 30px !important; }
  .mb-xl-4, .my-xl-4 { margin-bottom: 30px !important; }
  .ml-xl-4, .mx-xl-4 { margin-left: 30px !important; }
  .m-xl-5 { margin: 54px !important; }
  .mt-xl-5, .my-xl-5 { margin-top: 54px !important; }
  .mr-xl-5, .mx-xl-5 { margin-right: 54px !important; }
  .mb-xl-5, .my-xl-5 { margin-bottom: 54px !important; }
  .ml-xl-5, .mx-xl-5 { margin-left: 54px !important; }
  .m-xl-gw { margin: 15px !important; }
  .mt-xl-gw, .my-xl-gw { margin-top: 15px !important; }
  .mr-xl-gw, .mx-xl-gw { margin-right: 15px !important; }
  .mb-xl-gw, .my-xl-gw { margin-bottom: 15px !important; }
  .ml-xl-gw, .mx-xl-gw { margin-left: 15px !important; }
  .m-xl-15 { margin: 15px !important; }
  .mt-xl-15, .my-xl-15 { margin-top: 15px !important; }
  .mr-xl-15, .mx-xl-15 { margin-right: 15px !important; }
  .mb-xl-15, .my-xl-15 { margin-bottom: 15px !important; }
  .ml-xl-15, .mx-xl-15 { margin-left: 15px !important; }
  .m-xl-20 { margin: 20px !important; }
  .mt-xl-20, .my-xl-20 { margin-top: 20px !important; }
  .mr-xl-20, .mx-xl-20 { margin-right: 20px !important; }
  .mb-xl-20, .my-xl-20 { margin-bottom: 20px !important; }
  .ml-xl-20, .mx-xl-20 { margin-left: 20px !important; }
  .m-xl-30 { margin: 30px !important; }
  .mt-xl-30, .my-xl-30 { margin-top: 30px !important; }
  .mr-xl-30, .mx-xl-30 { margin-right: 30px !important; }
  .mb-xl-30, .my-xl-30 { margin-bottom: 30px !important; }
  .ml-xl-30, .mx-xl-30 { margin-left: 30px !important; }
  .m-xl-35 { margin: 35px !important; }
  .mt-xl-35, .my-xl-35 { margin-top: 35px !important; }
  .mr-xl-35, .mx-xl-35 { margin-right: 35px !important; }
  .mb-xl-35, .my-xl-35 { margin-bottom: 35px !important; }
  .ml-xl-35, .mx-xl-35 { margin-left: 35px !important; }
  .m-xl-40 { margin: 40px !important; }
  .mt-xl-40, .my-xl-40 { margin-top: 40px !important; }
  .mr-xl-40, .mx-xl-40 { margin-right: 40px !important; }
  .mb-xl-40, .my-xl-40 { margin-bottom: 40px !important; }
  .ml-xl-40, .mx-xl-40 { margin-left: 40px !important; }
  .m-xl-50 { margin: 50px !important; }
  .mt-xl-50, .my-xl-50 { margin-top: 50px !important; }
  .mr-xl-50, .mx-xl-50 { margin-right: 50px !important; }
  .mb-xl-50, .my-xl-50 { margin-bottom: 50px !important; }
  .ml-xl-50, .mx-xl-50 { margin-left: 50px !important; }
  .m-xl-60 { margin: 60px !important; }
  .mt-xl-60, .my-xl-60 { margin-top: 60px !important; }
  .mr-xl-60, .mx-xl-60 { margin-right: 60px !important; }
  .mb-xl-60, .my-xl-60 { margin-bottom: 60px !important; }
  .ml-xl-60, .mx-xl-60 { margin-left: 60px !important; }
  .m-xl-70 { margin: 70px !important; }
  .mt-xl-70, .my-xl-70 { margin-top: 70px !important; }
  .mr-xl-70, .mx-xl-70 { margin-right: 70px !important; }
  .mb-xl-70, .my-xl-70 { margin-bottom: 70px !important; }
  .ml-xl-70, .mx-xl-70 { margin-left: 70px !important; }
  .m-xl-80 { margin: 80px !important; }
  .mt-xl-80, .my-xl-80 { margin-top: 80px !important; }
  .mr-xl-80, .mx-xl-80 { margin-right: 80px !important; }
  .mb-xl-80, .my-xl-80 { margin-bottom: 80px !important; }
  .ml-xl-80, .mx-xl-80 { margin-left: 80px !important; }
  .m-xl-90 { margin: 90px !important; }
  .mt-xl-90, .my-xl-90 { margin-top: 90px !important; }
  .mr-xl-90, .mx-xl-90 { margin-right: 90px !important; }
  .mb-xl-90, .my-xl-90 { margin-bottom: 90px !important; }
  .ml-xl-90, .mx-xl-90 { margin-left: 90px !important; }
  .m-xl-100 { margin: 100px !important; }
  .mt-xl-100, .my-xl-100 { margin-top: 100px !important; }
  .mr-xl-100, .mx-xl-100 { margin-right: 100px !important; }
  .mb-xl-100, .my-xl-100 { margin-bottom: 100px !important; }
  .ml-xl-100, .mx-xl-100 { margin-left: 100px !important; }
  .m-xl-110 { margin: 110px !important; }
  .mt-xl-110, .my-xl-110 { margin-top: 110px !important; }
  .mr-xl-110, .mx-xl-110 { margin-right: 110px !important; }
  .mb-xl-110, .my-xl-110 { margin-bottom: 110px !important; }
  .ml-xl-110, .mx-xl-110 { margin-left: 110px !important; }
  .m-xl-120 { margin: 120px !important; }
  .mt-xl-120, .my-xl-120 { margin-top: 120px !important; }
  .mr-xl-120, .mx-xl-120 { margin-right: 120px !important; }
  .mb-xl-120, .my-xl-120 { margin-bottom: 120px !important; }
  .ml-xl-120, .mx-xl-120 { margin-left: 120px !important; }
  .m-xl-150 { margin: 150px !important; }
  .mt-xl-150, .my-xl-150 { margin-top: 150px !important; }
  .mr-xl-150, .mx-xl-150 { margin-right: 150px !important; }
  .mb-xl-150, .my-xl-150 { margin-bottom: 150px !important; }
  .ml-xl-150, .mx-xl-150 { margin-left: 150px !important; }
  .p-xl-0 { padding: 0 !important; }
  .pt-xl-0, .py-xl-0 { padding-top: 0 !important; }
  .pr-xl-0, .px-xl-0 { padding-right: 0 !important; }
  .pb-xl-0, .py-xl-0 { padding-bottom: 0 !important; }
  .pl-xl-0, .px-xl-0 { padding-left: 0 !important; }
  .p-xl-1 { padding: 5px !important; }
  .pt-xl-1, .py-xl-1 { padding-top: 5px !important; }
  .pr-xl-1, .px-xl-1 { padding-right: 5px !important; }
  .pb-xl-1, .py-xl-1 { padding-bottom: 5px !important; }
  .pl-xl-1, .px-xl-1 { padding-left: 5px !important; }
  .p-xl-2 { padding: 10px !important; }
  .pt-xl-2, .py-xl-2 { padding-top: 10px !important; }
  .pr-xl-2, .px-xl-2 { padding-right: 10px !important; }
  .pb-xl-2, .py-xl-2 { padding-bottom: 10px !important; }
  .pl-xl-2, .px-xl-2 { padding-left: 10px !important; }
  .p-xl-3 { padding: 18px !important; }
  .pt-xl-3, .py-xl-3 { padding-top: 18px !important; }
  .pr-xl-3, .px-xl-3 { padding-right: 18px !important; }
  .pb-xl-3, .py-xl-3 { padding-bottom: 18px !important; }
  .pl-xl-3, .px-xl-3 { padding-left: 18px !important; }
  .p-xl-4 { padding: 30px !important; }
  .pt-xl-4, .py-xl-4 { padding-top: 30px !important; }
  .pr-xl-4, .px-xl-4 { padding-right: 30px !important; }
  .pb-xl-4, .py-xl-4 { padding-bottom: 30px !important; }
  .pl-xl-4, .px-xl-4 { padding-left: 30px !important; }
  .p-xl-5 { padding: 54px !important; }
  .pt-xl-5, .py-xl-5 { padding-top: 54px !important; }
  .pr-xl-5, .px-xl-5 { padding-right: 54px !important; }
  .pb-xl-5, .py-xl-5 { padding-bottom: 54px !important; }
  .pl-xl-5, .px-xl-5 { padding-left: 54px !important; }
  .p-xl-gw { padding: 15px !important; }
  .pt-xl-gw, .py-xl-gw { padding-top: 15px !important; }
  .pr-xl-gw, .px-xl-gw { padding-right: 15px !important; }
  .pb-xl-gw, .py-xl-gw { padding-bottom: 15px !important; }
  .pl-xl-gw, .px-xl-gw { padding-left: 15px !important; }
  .p-xl-15 { padding: 15px !important; }
  .pt-xl-15, .py-xl-15 { padding-top: 15px !important; }
  .pr-xl-15, .px-xl-15 { padding-right: 15px !important; }
  .pb-xl-15, .py-xl-15 { padding-bottom: 15px !important; }
  .pl-xl-15, .px-xl-15 { padding-left: 15px !important; }
  .p-xl-20 { padding: 20px !important; }
  .pt-xl-20, .py-xl-20 { padding-top: 20px !important; }
  .pr-xl-20, .px-xl-20 { padding-right: 20px !important; }
  .pb-xl-20, .py-xl-20 { padding-bottom: 20px !important; }
  .pl-xl-20, .px-xl-20 { padding-left: 20px !important; }
  .p-xl-30 { padding: 30px !important; }
  .pt-xl-30, .py-xl-30 { padding-top: 30px !important; }
  .pr-xl-30, .px-xl-30 { padding-right: 30px !important; }
  .pb-xl-30, .py-xl-30 { padding-bottom: 30px !important; }
  .pl-xl-30, .px-xl-30 { padding-left: 30px !important; }
  .p-xl-35 { padding: 35px !important; }
  .pt-xl-35, .py-xl-35 { padding-top: 35px !important; }
  .pr-xl-35, .px-xl-35 { padding-right: 35px !important; }
  .pb-xl-35, .py-xl-35 { padding-bottom: 35px !important; }
  .pl-xl-35, .px-xl-35 { padding-left: 35px !important; }
  .p-xl-40 { padding: 40px !important; }
  .pt-xl-40, .py-xl-40 { padding-top: 40px !important; }
  .pr-xl-40, .px-xl-40 { padding-right: 40px !important; }
  .pb-xl-40, .py-xl-40 { padding-bottom: 40px !important; }
  .pl-xl-40, .px-xl-40 { padding-left: 40px !important; }
  .p-xl-50 { padding: 50px !important; }
  .pt-xl-50, .py-xl-50 { padding-top: 50px !important; }
  .pr-xl-50, .px-xl-50 { padding-right: 50px !important; }
  .pb-xl-50, .py-xl-50 { padding-bottom: 50px !important; }
  .pl-xl-50, .px-xl-50 { padding-left: 50px !important; }
  .p-xl-60 { padding: 60px !important; }
  .pt-xl-60, .py-xl-60 { padding-top: 60px !important; }
  .pr-xl-60, .px-xl-60 { padding-right: 60px !important; }
  .pb-xl-60, .py-xl-60 { padding-bottom: 60px !important; }
  .pl-xl-60, .px-xl-60 { padding-left: 60px !important; }
  .p-xl-70 { padding: 70px !important; }
  .pt-xl-70, .py-xl-70 { padding-top: 70px !important; }
  .pr-xl-70, .px-xl-70 { padding-right: 70px !important; }
  .pb-xl-70, .py-xl-70 { padding-bottom: 70px !important; }
  .pl-xl-70, .px-xl-70 { padding-left: 70px !important; }
  .p-xl-80 { padding: 80px !important; }
  .pt-xl-80, .py-xl-80 { padding-top: 80px !important; }
  .pr-xl-80, .px-xl-80 { padding-right: 80px !important; }
  .pb-xl-80, .py-xl-80 { padding-bottom: 80px !important; }
  .pl-xl-80, .px-xl-80 { padding-left: 80px !important; }
  .p-xl-90 { padding: 90px !important; }
  .pt-xl-90, .py-xl-90 { padding-top: 90px !important; }
  .pr-xl-90, .px-xl-90 { padding-right: 90px !important; }
  .pb-xl-90, .py-xl-90 { padding-bottom: 90px !important; }
  .pl-xl-90, .px-xl-90 { padding-left: 90px !important; }
  .p-xl-100 { padding: 100px !important; }
  .pt-xl-100, .py-xl-100 { padding-top: 100px !important; }
  .pr-xl-100, .px-xl-100 { padding-right: 100px !important; }
  .pb-xl-100, .py-xl-100 { padding-bottom: 100px !important; }
  .pl-xl-100, .px-xl-100 { padding-left: 100px !important; }
  .p-xl-110 { padding: 110px !important; }
  .pt-xl-110, .py-xl-110 { padding-top: 110px !important; }
  .pr-xl-110, .px-xl-110 { padding-right: 110px !important; }
  .pb-xl-110, .py-xl-110 { padding-bottom: 110px !important; }
  .pl-xl-110, .px-xl-110 { padding-left: 110px !important; }
  .p-xl-120 { padding: 120px !important; }
  .pt-xl-120, .py-xl-120 { padding-top: 120px !important; }
  .pr-xl-120, .px-xl-120 { padding-right: 120px !important; }
  .pb-xl-120, .py-xl-120 { padding-bottom: 120px !important; }
  .pl-xl-120, .px-xl-120 { padding-left: 120px !important; }
  .p-xl-150 { padding: 150px !important; }
  .pt-xl-150, .py-xl-150 { padding-top: 150px !important; }
  .pr-xl-150, .px-xl-150 { padding-right: 150px !important; }
  .pb-xl-150, .py-xl-150 { padding-bottom: 150px !important; }
  .pl-xl-150, .px-xl-150 { padding-left: 150px !important; }
  .m-xl-n1 { margin: -0.25rem !important; }
  .mt-xl-n1, .my-xl-n1 { margin-top: -0.25rem !important; }
  .mr-xl-n1, .mx-xl-n1 { margin-right: -0.25rem !important; }
  .mb-xl-n1, .my-xl-n1 { margin-bottom: -0.25rem !important; }
  .ml-xl-n1, .mx-xl-n1 { margin-left: -0.25rem !important; }
  .m-xl-n2 { margin: -0.5rem !important; }
  .mt-xl-n2, .my-xl-n2 { margin-top: -0.5rem !important; }
  .mr-xl-n2, .mx-xl-n2 { margin-right: -0.5rem !important; }
  .mb-xl-n2, .my-xl-n2 { margin-bottom: -0.5rem !important; }
  .ml-xl-n2, .mx-xl-n2 { margin-left: -0.5rem !important; }
  .m-xl-n3 { margin: -1rem !important; }
  .mt-xl-n3, .my-xl-n3 { margin-top: -1rem !important; }
  .mr-xl-n3, .mx-xl-n3 { margin-right: -1rem !important; }
  .mb-xl-n3, .my-xl-n3 { margin-bottom: -1rem !important; }
  .ml-xl-n3, .mx-xl-n3 { margin-left: -1rem !important; }
  .m-xl-n4 { margin: -1.5rem !important; }
  .mt-xl-n4, .my-xl-n4 { margin-top: -1.5rem !important; }
  .mr-xl-n4, .mx-xl-n4 { margin-right: -1.5rem !important; }
  .mb-xl-n4, .my-xl-n4 { margin-bottom: -1.5rem !important; }
  .ml-xl-n4, .mx-xl-n4 { margin-left: -1.5rem !important; }
  .m-xl-n5 { margin: -54px !important; }
  .mt-xl-n5, .my-xl-n5 { margin-top: -54px !important; }
  .mr-xl-n5, .mx-xl-n5 { margin-right: -54px !important; }
  .mb-xl-n5, .my-xl-n5 { margin-bottom: -54px !important; }
  .ml-xl-n5, .mx-xl-n5 { margin-left: -54px !important; }
  .m-xl-ngw { margin: -15px !important; }
  .mt-xl-ngw, .my-xl-ngw { margin-top: -15px !important; }
  .mr-xl-ngw, .mx-xl-ngw { margin-right: -15px !important; }
  .mb-xl-ngw, .my-xl-ngw { margin-bottom: -15px !important; }
  .ml-xl-ngw, .mx-xl-ngw { margin-left: -15px !important; }
  .m-xl-n15 { margin: -15px !important; }
  .mt-xl-n15, .my-xl-n15 { margin-top: -15px !important; }
  .mr-xl-n15, .mx-xl-n15 { margin-right: -15px !important; }
  .mb-xl-n15, .my-xl-n15 { margin-bottom: -15px !important; }
  .ml-xl-n15, .mx-xl-n15 { margin-left: -15px !important; }
  .m-xl-n20 { margin: -20px !important; }
  .mt-xl-n20, .my-xl-n20 { margin-top: -20px !important; }
  .mr-xl-n20, .mx-xl-n20 { margin-right: -20px !important; }
  .mb-xl-n20, .my-xl-n20 { margin-bottom: -20px !important; }
  .ml-xl-n20, .mx-xl-n20 { margin-left: -20px !important; }
  .m-xl-n30 { margin: -30px !important; }
  .mt-xl-n30, .my-xl-n30 { margin-top: -30px !important; }
  .mr-xl-n30, .mx-xl-n30 { margin-right: -30px !important; }
  .mb-xl-n30, .my-xl-n30 { margin-bottom: -30px !important; }
  .ml-xl-n30, .mx-xl-n30 { margin-left: -30px !important; }
  .m-xl-n35 { margin: -35px !important; }
  .mt-xl-n35, .my-xl-n35 { margin-top: -35px !important; }
  .mr-xl-n35, .mx-xl-n35 { margin-right: -35px !important; }
  .mb-xl-n35, .my-xl-n35 { margin-bottom: -35px !important; }
  .ml-xl-n35, .mx-xl-n35 { margin-left: -35px !important; }
  .m-xl-n40 { margin: -40px !important; }
  .mt-xl-n40, .my-xl-n40 { margin-top: -40px !important; }
  .mr-xl-n40, .mx-xl-n40 { margin-right: -40px !important; }
  .mb-xl-n40, .my-xl-n40 { margin-bottom: -40px !important; }
  .ml-xl-n40, .mx-xl-n40 { margin-left: -40px !important; }
  .m-xl-n50 { margin: -50px !important; }
  .mt-xl-n50, .my-xl-n50 { margin-top: -50px !important; }
  .mr-xl-n50, .mx-xl-n50 { margin-right: -50px !important; }
  .mb-xl-n50, .my-xl-n50 { margin-bottom: -50px !important; }
  .ml-xl-n50, .mx-xl-n50 { margin-left: -50px !important; }
  .m-xl-n60 { margin: -60px !important; }
  .mt-xl-n60, .my-xl-n60 { margin-top: -60px !important; }
  .mr-xl-n60, .mx-xl-n60 { margin-right: -60px !important; }
  .mb-xl-n60, .my-xl-n60 { margin-bottom: -60px !important; }
  .ml-xl-n60, .mx-xl-n60 { margin-left: -60px !important; }
  .m-xl-n70 { margin: -70px !important; }
  .mt-xl-n70, .my-xl-n70 { margin-top: -70px !important; }
  .mr-xl-n70, .mx-xl-n70 { margin-right: -70px !important; }
  .mb-xl-n70, .my-xl-n70 { margin-bottom: -70px !important; }
  .ml-xl-n70, .mx-xl-n70 { margin-left: -70px !important; }
  .m-xl-n80 { margin: -80px !important; }
  .mt-xl-n80, .my-xl-n80 { margin-top: -80px !important; }
  .mr-xl-n80, .mx-xl-n80 { margin-right: -80px !important; }
  .mb-xl-n80, .my-xl-n80 { margin-bottom: -80px !important; }
  .ml-xl-n80, .mx-xl-n80 { margin-left: -80px !important; }
  .m-xl-n90 { margin: -90px !important; }
  .mt-xl-n90, .my-xl-n90 { margin-top: -90px !important; }
  .mr-xl-n90, .mx-xl-n90 { margin-right: -90px !important; }
  .mb-xl-n90, .my-xl-n90 { margin-bottom: -90px !important; }
  .ml-xl-n90, .mx-xl-n90 { margin-left: -90px !important; }
  .m-xl-n100 { margin: -100px !important; }
  .mt-xl-n100, .my-xl-n100 { margin-top: -100px !important; }
  .mr-xl-n100, .mx-xl-n100 { margin-right: -100px !important; }
  .mb-xl-n100, .my-xl-n100 { margin-bottom: -100px !important; }
  .ml-xl-n100, .mx-xl-n100 { margin-left: -100px !important; }
  .m-xl-n110 { margin: -110px !important; }
  .mt-xl-n110, .my-xl-n110 { margin-top: -110px !important; }
  .mr-xl-n110, .mx-xl-n110 { margin-right: -110px !important; }
  .mb-xl-n110, .my-xl-n110 { margin-bottom: -110px !important; }
  .ml-xl-n110, .mx-xl-n110 { margin-left: -110px !important; }
  .m-xl-n120 { margin: -120px !important; }
  .mt-xl-n120, .my-xl-n120 { margin-top: -120px !important; }
  .mr-xl-n120, .mx-xl-n120 { margin-right: -120px !important; }
  .mb-xl-n120, .my-xl-n120 { margin-bottom: -120px !important; }
  .ml-xl-n120, .mx-xl-n120 { margin-left: -120px !important; }
  .m-xl-n150 { margin: -150px !important; }
  .mt-xl-n150, .my-xl-n150 { margin-top: -150px !important; }
  .mr-xl-n150, .mx-xl-n150 { margin-right: -150px !important; }
  .mb-xl-n150, .my-xl-n150 { margin-bottom: -150px !important; }
  .ml-xl-n150, .mx-xl-n150 { margin-left: -150px !important; }
  .m-xl-auto { margin: auto !important; }
  .mt-xl-auto, .my-xl-auto { margin-top: auto !important; }
  .mr-xl-auto, .mx-xl-auto { margin-right: auto !important; }
  .mb-xl-auto, .my-xl-auto { margin-bottom: auto !important; }
  .ml-xl-auto, .mx-xl-auto { margin-left: auto !important; } }

.text-monospace { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap { white-space: normal !important; }

.text-nowrap { white-space: nowrap !important; }

.text-truncate { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

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

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

.text-center, .carousel-slider-4-items .carousel-item a { text-align: center !important; }

@media (min-width: 576px) { .text-sm-left { text-align: left !important; }
  .text-sm-right { text-align: right !important; }
  .text-sm-center { text-align: center !important; } }

@media (min-width: 768px) { .text-md-left { text-align: left !important; }
  .text-md-right { text-align: right !important; }
  .text-md-center { text-align: center !important; } }

@media (min-width: 992px) { .text-lg-left { text-align: left !important; }
  .text-lg-right { text-align: right !important; }
  .text-lg-center { text-align: center !important; } }

@media (min-width: 1200px) { .text-xl-left { text-align: left !important; }
  .text-xl-right { text-align: right !important; }
  .text-xl-center { text-align: center !important; } }

.text-lowercase { text-transform: lowercase !important; }

.text-uppercase { text-transform: uppercase !important; }

.text-capitalize { text-transform: capitalize !important; }

.font-weight-light { font-weight: 300 !important; }

.font-weight-lighter { font-weight: lighter !important; }

.font-weight-normal { font-weight: 400 !important; }

.font-weight-bold { font-weight: 700 !important; }

.font-weight-bolder { font-weight: 700 !important; }

.font-italic { font-style: italic !important; }

.text-white { color: #fff !important; }

.text-primary { color: #062172 !important; }

a.text-primary:hover, a.text-primary:focus { color: #1e304a !important; }

.text-secondary { color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus { color: #494f54 !important; }

.text-success { color: #43d596 !important; }

a.text-success:hover, a.text-success:focus { color: #1d6d60 !important; }

.text-info { color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus { color: #0f6674 !important; }

.text-warning { color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus { color: #ba8b00 !important; }

.text-danger { color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus { color: #a71d2a !important; }

.text-light { color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus { color: #cbd3da !important; }

.text-dark { color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus { color: #121416 !important; }

.text-body { color: #212529 !important; }

.text-muted { color: #6c757d !important; }

.text-black-50 { color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 { color: rgba(255, 255, 255, 0.5) !important; }

.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

.text-decoration-none { text-decoration: none !important; }

.text-break { word-break: break-word !important; overflow-wrap: break-word !important; }

.text-reset { color: inherit !important; }

.visible { visibility: visible !important; }

.invisible { visibility: hidden !important; }

@media print { *, *::before, *::after { text-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; }
  a:not(.btn) { text-decoration: underline; }
  abbr[title]::after { content: " (" attr(title) ")"; }
  pre { white-space: pre-wrap !important; }
  pre, blockquote { border: 1px solid #adb5bd; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  @page { size: a3; }
  body { min-width: 992px !important; }
  .container { min-width: 992px !important; }
  .navbar { display: none; }
  .badge { border: 1px solid #000; }
  .table { border-collapse: collapse !important; }
  .table td, .table th { background-color: #fff !important; }
  .table-bordered th, .table-bordered td { border: 1px solid #dee2e6 !important; }
  .table-dark { color: inherit; }
  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody { border-color: #dee2e6; }
  .table .thead-dark th { color: inherit; border-color: #dee2e6; } }

/* Links */
/* ======================== */

a, .news-media-categories .media-categories-block .views-field-title, .news-media-filtered-events .new-news-media-title,
.std-post-comment-wrapper .share-this-detail-page .addthis_button_facebook, .std-post-comment-wrapper .share-this-detail-page .addthis_button_twitter, .std-post-comment-wrapper .share-this-detail-page .addthis_button_linkedin, .std-post-comment-wrapper .share-this-detail-page .addthis_button_email, .std-post-comment-wrapper .share-this-detail-page .addthis_button_compact, .std-post-comment-wrapper .postcomment-txt, .std-post-comment-wrapper .close-cmnt, .landing-detail-container .addtocal, .landing-detail-container .addtocal a { color: #092fa3; }

.paragraph .text-center a, .big-blue-button a, .post--title a { text-decoration: none; }

a:hover, .node--view-mode-infographics-multimedia .new-news-media-title:hover,
.std-post-comment-wrapper .postcomment-txt:hover, .std-post-comment-wrapper .postcomment-txt:active, .std-post-comment-wrapper .postcomment-txt:focus, .std-post-comment-wrapper .close-cmnt:hover, .std-post-comment-wrapper .close-cmnt:active, .std-post-comment-wrapper .close-cmnt:focus,
.std-post-comment-wrapper .share-this-detail-page .addthis_button_facebook:hover, .std-post-comment-wrapper .share-this-detail-page .addthis_button_twitter:hover, .std-post-comment-wrapper .share-this-detail-page .addthis_button_linkedin:hover, .std-post-comment-wrapper .share-this-detail-page .addthis_button_email:hover, .std-post-comment-wrapper .share-this-detail-page .addthis_button_compact:hover, .landing-detail-container .addtocal:hover, .landing-detail-container .addtocal a:hover,
.site-map-menu a:hover, .site-map-menu a:focus { color: #43d596; }

/*
.std-post-comment-wrapper .share-this-detail-page .addthis_button_facebook:after { content: "\f082"; }
.std-post-comment-wrapper .share-this-detail-page .addthis_button_twitter:after { content: "\f081"; }
.std-post-comment-wrapper .share-this-detail-page .addthis_button_linkedin:after { content: "\f08c"; }
.std-post-comment-wrapper .share-this-detail-page .addthis_button_email:after { content: "\f199"; }
.std-post-comment-wrapper .share-this-detail-page .addthis_button_compact:after { content: "\f0fe"; }
*/

.big-blue-button a:hover, .big-blue-button a:focus, .big-blue-button a:active, .btn-primary:hover, .big-blue-button a:hover, .btn-primary:focus, .big-blue-button a:focus, .btn-primary:active, .big-blue-button a:active, .tree li a:hover {
  background-color: #43d596;
  border-color: #43d596;
}

body { background-color: #eef1f4; }

img { border-radius: 3px; }

.link-full-content { position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 1; }

.dropdown-menu.show { display: block !important; }

.inline { padding-left: 0; list-style: none; }

.inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; }

#blog-comment-section .form-actions, .comment-content-comment-form .form-actions { margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

#blog-comment-section .form-actions .btn, #blog-comment-section .form-actions .big-blue-button a, .big-blue-button #blog-comment-section .form-actions a, .comment-content-comment-form .form-actions .btn, .comment-content-comment-form .form-actions .big-blue-button a, .big-blue-button .comment-content-comment-form .form-actions a { margin: 0; width: auto; padding: 15px 24px; height: auto; }

#blog-comment-section .form-actions .btn:focus, #blog-comment-section .form-actions .big-blue-button a:focus, .big-blue-button #blog-comment-section .form-actions a:focus, .comment-content-comment-form .form-actions .btn:focus, .comment-content-comment-form .form-actions .big-blue-button a:focus, .big-blue-button .comment-content-comment-form .form-actions a:focus { -webkit-box-shadow: none; box-shadow: none; border-color: #ccc; }

#blog-comment-section label, .comment-content-comment-form label { display: none; }

#blog-comment-section .form-type-textfield, #blog-comment-section .form-item-mail, .comment-content-comment-form .form-type-textfield, .comment-content-comment-form .form-item-mail { margin-bottom: 15px; }

#blog-comment-section .comment-wrapper #edit-mail--description, .comment-content-comment-form .comment-wrapper #edit-mail--description { display: none; }

#blog-comment-section .comment-wrapper #edit-comment-body-0-format, .comment-content-comment-form .comment-wrapper #edit-comment-body-0-format { display: none; }

#blog-comment-section .comment-wrapper .indented, .comment-content-comment-form .comment-wrapper .indented { padding-left: 25px; border-left: 10px solid #ececec; }

#blog-comment-section .comment-wrapper .comment-title, .comment-content-comment-form .comment-wrapper .comment-title { margin-bottom: 38px; font-size: 50px; }

#blog-comment-section .comment-wrapper .comment-title.comment-form, .comment-content-comment-form .comment-wrapper .comment-title.comment-form { margin-bottom: 15px; }

#blog-comment-section .comment-wrapper .list-inline, .comment-content-comment-form .comment-wrapper .list-inline { margin: 0; padding: 0; }

#blog-comment-section .comment-wrapper .list-inline li:first-child, .comment-content-comment-form .comment-wrapper .list-inline li:first-child { padding: 0; }

#blog-comment-section .comment-wrapper .list-inline li, .comment-content-comment-form .comment-wrapper .list-inline li { background: none; margin: inherit; list-style-type: none; }

.main-404 { background-color: #fff; }

.main-404 .container-404 { max-width: 990px; margin: 0 auto; }

.main-404 .container-404 .block > h2 { display: none; }

.main-404 .container-404 .block .not-found-col-right h3 { font-size: 24px; font-weight: 700; margin: 0 0 30px 0; }

.header-view-results { padding-top: 10px; color: #222; font-size: 16px; font-style: italic; line-height: 15px; margin-bottom: 32px; }

.path-subscribe .region-content main { margin: 50px 0; padding: 0; }

.path-subscribe .mc-whole-categories .input-group { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

#carousel_full_width { width: 100%; }

#carousel_full_width .carousel-control-prev, #carousel_full_width .carousel-control-next { width: 6%; }

@media (max-width: 1199.98px) { #carousel_full_width .carousel-control-prev, #carousel_full_width .carousel-control-next { width: 15%; } }

#carousel_full_width .carousel-control-icon-next:before { content: "\f054"; font-family: 'Font Awesome 5 Pro'; color: #faa615; font-size: 60px; -webkit-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1); }

#carousel_full_width .carousel-control-icon-prev:before { content: "\f053"; font-family: 'Font Awesome 5 Pro'; color: #faa615; font-size: 60px; -webkit-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1); }

#carousel_full_width .carousel-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

#carousel_full_width .carousel-item { margin-right: 0px; }

#carousel_full_width .carousel-item:first-child .slick-prev_top:before { color: #ccc; cursor: default; }

#carousel_full_width .carousel-item:last-child .slick-next_top:before { cursor: default; color: #ccc; }

#carousel_full_width .carousel-item img { max-width: 1400px; height: 100%; }

@media (max-width: 1199.98px) { #carousel_full_width .carousel-item img { width: 100%; height: auto; } }

#carousel_full_width .slick-content.slick-captions { background: rgba(0, 0, 0, 0.05); padding: 17px; }

#carousel_full_width .img_slider_full { height: 780px; text-align: center; background: #000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 1199.98px) { #carousel_full_width .img_slider_full { margin: auto; } }

@media (max-width: 767.98px) { #carousel_full_width .img_slider_full { height: 580px; } }

@media (max-width: 575.98px) { #carousel_full_width .img_slider_full { height: 400px; } }

#carousel_full_width .slick-content { font-size: 16px; }

#carousel_full_width .slick-content h2 { color: #222; font-size: 16px; font-weight: 700; text-align: left; display: inline; margin-bottom: 0; margin-right: 8px; }

#carousel_full_width .slick-content p.content-desc { font-weight: 400; color: #222; font-size: 16px; padding: 0 5px; margin: 0; display: inline; }

#carousel_full_width .slick-captions p.credits { color: #666666; font-size: 11px; font-weight: 700; }

@media (min-width: 768px) and (max-width: 991px) { .carousel-slider-4-items .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item { display: block !important; right: 0 !important; z-index: 1 !important; } }

@media (min-width: 992px) and (max-width: 1200px) { .carousel-slider-4-items .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item { display: block !important; right: 0 !important; z-index: 1 !important; } }

.carousel-slider-4-items { width: 100%; margin: 0 auto; /* MD */ /* LG */ }

.carousel-slider-4-items .carousel-wrap { position: relative; }

.carousel-slider-4-items .carousel-item a > *:last-child { font-weight: 700; line-height: 1.2; margin-top: 18px; background-color: transparent; }

.carousel-slider-4-items .carousel-item .image-style-publication-thumbnail { width: 100%; height: auto; background-color: white; }

@media (max-width: 767.98px) { .carousel-slider-4-items .carousel-item .image-style-publication-thumbnail { width: 80%; } }

.carousel-slider-4-items .carousel-control-prev, .carousel-slider-4-items .carousel-control-next { width: 3%; top: -20%; }

@media (max-width: 1440px) { .carousel-slider-4-items .carousel-control-prev, .carousel-slider-4-items .carousel-control-next { width: 10%; } }

@media (max-width: 1280px) { .carousel-slider-4-items .carousel-control-prev, .carousel-slider-4-items .carousel-control-next { width: 20%; } }

@media (max-width: 1199px) { .carousel-slider-4-items .carousel-control-prev, .carousel-slider-4-items .carousel-control-next { width: 10%; } }

@media (min-width: 576px) { .carousel-slider-4-items .carousel-control-prev { left: -8%; } }

@media (min-width: 576px) { .carousel-slider-4-items .carousel-control-next { right: -8%; } }

.carousel-slider-4-items .carousel-control-icon-prev:before, .carousel-slider-4-items .carousel-control-icon-next:before { font-family: 'Font Awesome 5 Pro'; font-size: 60px; color: #808183; -webkit-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1); }

.carousel-slider-4-items .carousel-control-icon-prev:before { content: "\f053"; }

.carousel-slider-4-items .carousel-control-icon-next:before { content: "\f054"; }

@media (min-width: 768px) and (max-width: 1199.98px) { .carousel-slider-4-items { /* Show 4th slide on md if col-md-4*/ }
  .carousel-slider-4-items .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item { position: absolute; top: 0; right: -33.3333%; /*change this with javascript in the future*/ z-index: -1; display: block; visibility: visible; } }

@media (min-width: 576px) and (max-width: 991.98px) { .carousel-slider-4-items { /* Show 3rd slide on sm if col-sm-6*/ }
  .carousel-slider-4-items .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item { position: absolute; top: 0; right: -50%; /*change this with javascript in the future*/ z-index: -1; display: block; visibility: visible; } }

@media (min-width: 576px) { .carousel-slider-4-items { /* show 2 items */ /* left or forward direction */ /* farthest right hidden item must be also positioned for animations */ /* right or prev direction */ }
  .carousel-slider-4-items .carousel-item { margin-right: 0; }
  .carousel-slider-4-items .carousel-inner .active + .carousel-item { display: block; }
  .carousel-slider-4-items .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .carousel-slider-4-items .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item { -webkit-transition: none; -o-transition: none; transition: none; }
  .carousel-slider-4-items .carousel-inner .carousel-item-next { position: relative; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  .carousel-slider-4-items .active.carousel-item-left + .carousel-item-next.carousel-item-left, .carousel-slider-4-items .carousel-item-next.carousel-item-left + .carousel-item, .carousel-slider-4-items .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item { position: relative; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; }
  .carousel-slider-4-items .carousel-inner .carousel-item-prev.carousel-item-right { position: absolute; top: 0; left: 0; z-index: -1; display: block; visibility: visible; }
  .carousel-slider-4-items .active.carousel-item-right + .carousel-item-prev.carousel-item-right, .carousel-slider-4-items .carousel-item-prev.carousel-item-right + .carousel-item, .carousel-slider-4-items .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item { position: relative; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; display: block; } }

@media (min-width: 768px) { .carousel-slider-4-items { /* show 3rd of 3 item slide */ /* left or forward direction */ /* right or prev direction */ }
  .carousel-slider-4-items .carousel-inner .active + .carousel-item + .carousel-item { display: block; }
  .carousel-slider-4-items .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item { -webkit-transition: none; -o-transition: none; transition: none; }
  .carousel-slider-4-items .carousel-inner .carousel-item-next { position: relative; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  .carousel-slider-4-items .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item { position: relative; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; }
  .carousel-slider-4-items .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item { position: relative; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); display: block; visibility: visible; } }

@media (min-width: 992px) { .carousel-slider-4-items { /* show 4th item */ /* Show 5th slide on lg if col-lg-3 */ /* left or forward direction */ /* right or prev direction //t - previous slide direction last item animation fix */ }
  .carousel-slider-4-items .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item { display: block; }
  .carousel-slider-4-items .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item { -webkit-transition: none; -o-transition: none; transition: none; }
  .carousel-slider-4-items .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item { position: absolute; top: 0; right: -25%; /*change this with javascript in the future*/ z-index: -1; display: block; visibility: visible; }
  .carousel-slider-4-items .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item { position: relative; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; }
  .carousel-slider-4-items .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item { position: relative; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); display: block; visibility: visible; } }

.no-paddings { padding: 0 !important; }

.no-margins { margin: 0 !important; }

.path-subscribe #mc_embed_signup .mc-field-group { padding-bottom: 0; }

.path-subscribe #mc_embed_signup .mc-field-group .agreement-validation { margin: 0; margin-top: 10px; padding: 5px 10px; }

.html #hero-video .text-white .aos-animate { opacity: 1 !important; }

.row.row-padding { margin-top: -10px; margin-bottom: -10px; }

.row.row-padding > .col, .row.row-padding > [class*="col-"] { margin-top: 10px; margin-bottom: 10px; }

.assyst-mailchimp-configs-form .btn, .assyst-mailchimp-configs-form .big-blue-button a, .big-blue-button .assyst-mailchimp-configs-form a { background-color: #062172; color: #fff; padding: 4px 14px; margin-left: 5px; outline: none; border: none; max-width: 42px; }

.assyst-mailchimp-configs-form .btn:focus, .assyst-mailchimp-configs-form .big-blue-button a:focus, .big-blue-button .assyst-mailchimp-configs-form a:focus { outline: none; border: none; }

.assyst-mailchimp-configs-form .btn:focus, .assyst-mailchimp-configs-form .big-blue-button a:focus, .big-blue-button .assyst-mailchimp-configs-form a:focus, .assyst-mailchimp-configs-form .btn:hover, .assyst-mailchimp-configs-form .big-blue-button a:hover, .big-blue-button .assyst-mailchimp-configs-form a:hover { background-color: #062172; border-color: #062172; }

.webform-submission-subscribe-form-form { padding: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; max-width: 306px; }
footer .webform-submission-subscribe-form-form { margin-left: 50px; }

@media (max-width: 991.98px) { .webform-submission-subscribe-form-form { margin: auto; } }

.webform-submission-subscribe-form-form .form-group { margin: 0; padding: 0; }

.webform-submission-subscribe-form-form .form-email { background-color: #fff; outline: none; border: 1px solid #d8d9dc; height: 43px; width: 285px; font-size: 14px; line-height: 1; color: #0a0a0a; -webkit-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }

@media (max-width: 767.98px) { .webform-submission-subscribe-form-form .form-email { width: 100%; } }

.webform-submission-subscribe-form-form .form-email:hover, .webform-submission-subscribe-form-form .form-email:focus { background-color: #fff; }

.webform-submission-subscribe-form-form .form-email:hover { border-color: #eaeaea; }

.webform-submission-subscribe-form-form .form-email:focus { border-color: #ccc; -webkit-box-shadow: none; box-shadow: none; }

.webform-submission-subscribe-form-form .form-actions { position: relative; z-index: 1; }

.webform-submission-subscribe-form-form .form-group { display: table; }
.webform-submission-subscribe-form-form .form-group .form-type-email, .webform-submission-subscribe-form-form .form-group .webform-submission-subscribe-form-form .form-actions { display: table-cell; vertical-align: top; }

.webform-submission-subscribe-form-form .form-actions .btn, .webform-submission-subscribe-form-form .form-actions .big-blue-button a, .big-blue-button .webform-submission-subscribe-form-form .form-actions a {
  background-color: #062172;
  color: #fff;
  padding: 4px 14px;
  margin-left: 5px;
  outline: none;
  border: none;
  width: 42px;
  height: 42px;
}
.webform-submission-subscribe-form-form .form-actions .btn:hover { background-color: #43d596; }
footer .webform-submission-subscribe-form-form .form-actions .btn { background-color: #fff; color: #062172; }
footer .webform-submission-subscribe-form-form .form-actions .btn:hover { background-color: #43d596; color: #fffn; }


.webform-submission-subscribe-form-form .form-actions .btn:focus, .webform-submission-subscribe-form-form .form-actions .big-blue-button a:focus, .big-blue-button .webform-submission-subscribe-form-form .form-actions a:focus { outline: none; border: none; }

.webform-submission-subscribe-form-form .form-actions .btn:focus, .webform-submission-subscribe-form-form .form-actions .big-blue-button a:focus, .big-blue-button .webform-submission-subscribe-form-form .form-actions a:focus, .webform-submission-subscribe-form-form .form-actions .big-blue-button a:hover, .big-blue-button .webform-submission-subscribe-form-form .form-actions a:hover { background-color: #062172; border-color: #062172; }

.vef--filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background: #062172;
  padding: 18px 20px;
  border-radius: 3px;
}

.search-filter-block .filter-wrapper .filter-items .filter-title { color: #222; }
.search-filter-block .filter-wrapper .filter-items:hover .filter-title { color: #666; }

@media (max-width: 991.98px) { .vef--filters { -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 20px; } }

.vef--filters .form-group { margin-bottom: 0; }

.vef--filters .filter-title { background: #fff !important; border-color: #fff !important; }

.vef--filters .filter-title:hover { background: #fff !important; border-color: #fff !important; }

.vef--filters .vef--filters--title { white-space: nowrap; color: #fff; font-size: 13px; font-weight: 700; margin: 0 5px 0 0; }

@media (max-width: 991.98px) { .vef--filters .vef--filters--title { min-width: 100%; margin: 0 5px; } }

.vef--filters input { max-height: 33px; margin-top: 0; }

.vef--filters label { margin-bottom: 0; }

.vef--filters .area-wrapper.show .filter-title { border-color: #fff; border-radius: 3px 3px 0 0; }

.vef--filters .area-wrapper.show .filter-title:after { content: ''; position: absolute; bottom: -9px; height: 11px; left: -1px; right: -1px; background: #fff; border-left: 1px solid #fff; border-right: 1px solid #fff; z-index: 98; }

@media (min-width: 768px) { .search-filter-block .filter-wrapper .filter-items:nth-last-child(2) { padding-right: 0; }
  .block-views-blockcalendar-allevents .search-filter-block .filter-wrapper .filter-items:nth-last-child(1), .block-views-blockresults-stories-all-results-stories .search-filter-block .filter-wrapper .filter-items:nth-last-child(1), .page-library .search-filter-block .filter-wrapper .filter-items:nth-last-child(1) { padding-right: 0; }
  .block-views-blockcalendar-allevents .search-filter-block .filter-wrapper .filter-items:nth-last-child(2), .block-views-blockresults-stories-all-results-stories .search-filter-block .filter-wrapper .filter-items:nth-last-child(2), .page-library .search-filter-block .filter-wrapper .filter-items:nth-last-child(2) { padding-right: 15px; } }

@media (max-width: 991.98px) { .block-views-blockcalendar-allevents .search-filter-block .filter-wrapper .filter-items, .block-views-blockresults-stories-all-results-stories .search-filter-block .filter-wrapper .filter-items, .page-library .search-filter-block .filter-wrapper .filter-items, .search-filter-block .filter-wrapper .filter-items { margin: 5px; padding: 0; }
  .block-views-blockcalendar-allevents .search-filter-block .filter-wrapper .filter-items:nth-last-child(1), .block-views-blockresults-stories-all-results-stories .search-filter-block .filter-wrapper .filter-items:nth-last-child(1), .page-library .search-filter-block .filter-wrapper .filter-items:nth-last-child(1), .search-filter-block .filter-wrapper .filter-items:nth-last-child(1) { padding-right: 0; }
  .block-views-blockcalendar-allevents .search-filter-block .filter-wrapper .filter-items:nth-last-child(2), .block-views-blockresults-stories-all-results-stories .search-filter-block .filter-wrapper .filter-items:nth-last-child(2), .page-library .search-filter-block .filter-wrapper .filter-items:nth-last-child(2), .search-filter-block .filter-wrapper .filter-items:nth-last-child(2) { padding-right: 0; } }

.search-filter-block .filter-wrapper .filter-items { width: 100%; }

@media (max-width: 991.98px) { .search-filter-block .filter-wrapper .filter-items { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; } }

@media (max-width: 767.98px) { .search-filter-block .filter-wrapper .filter-items { -webkit-box-flex: 1; -ms-flex: 1 auto; flex: 1 auto; margin-bottom: 20px; }
  .search-filter-block .filter-wrapper .filter-items:last-child { margin-bottom: 0; } }

.search-filter-block .filter-wrapper .filter-items > .filter-title ~ div.details-wrapper { width: auto; z-index: 97; border: 1px solid #fff; margin-top: 7px; border-radius: 0 0 3px 3px; padding: 0; -webkit-box-shadow: none; box-shadow: none; min-width: 100%; }

.search-filter-block .filter-wrapper .filter-items > .filter-title ~ div.details-wrapper > div { max-height: 200px; overflow-y: auto; padding: 0; }

.search-filter-block .filter-wrapper .filter-items > .filter-title ~ div.details-wrapper label { white-space: nowrap; }

.vef--filters-selected { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 767.98px) { .vef--filters-selected { display: block; } }

.vef--filters-selected .custom-control { margin: 10px 10px 10px 0; }

.vef--filters-selected .custom-checkbox-close { color: #222222; font-size: 13px; font-weight: 400; padding: 0; }

.vef--filters-selected .custom-checkbox-close .custom-control-input:checked ~ .custom-control-label { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 18px; }

.vef--filters-selected .custom-checkbox-close .custom-control-input:checked ~ .custom-control-label::before, .vef--filters-selected .custom-checkbox-close .custom-control-input:checked ~ .custom-control-label::after { left: 0; top: 0; }

.vef--filters-selected .custom-checkbox-close .custom-control-input:checked ~ .custom-control-label::before { color: transparent; border-color: transparent; background-color: transparent; }

.vef--filters-selected .custom-checkbox-close .custom-control-input:checked ~ .custom-control-label::after { content: "\f00d"; color: #f26f31; display: inline-block; font-family: 'Font Awesome 5 Pro'; font-weight: 400; font-size: 18px; line-height: 16px; cursor: pointer; }

.view-filters .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: none; }

.bef-two-row .top-region { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-bottom: 18px; }

.bef-two-row .top-region .form-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.bef-two-row .top-region .form-item label { white-space: nowrap; color: #222222; font-size: 13px; font-weight: 700; margin: 0 5px 0 0; }

.bef-two-row .top-region .form-item input { margin-top: 0; background-color: #ffffff; outline: none; border: 1px solid #dadada; height: 2.30rem; width: 265px; font-size: 14px; line-height: 1; color: #0a0a0a; -webkit-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }

@media (max-width: 767.98px) { .bef-two-row .top-region .form-item input { width: 100%; } }

.bef-two-row .top-region .form-item input:hover { border-color: #eaeaea; background-color: #fff; }

.bef-two-row .top-region .form-item input:focus { border-color: #ccc; -webkit-box-shadow: none; box-shadow: none; background-color: #fff; }

.bef-two-row .top-region .button.form-control { margin: 0; margin-left: .2rem; padding: 0 9px; line-height: 18px; height: 40px; width: 42px; }

.bef-two-row .top-region .button.form-control:before { content: '\f002' !important; font-family: 'Font Awesome 5 Pro'; font-size: 26px; display: inline-block; color: #fff; }

.user-login-form .description { display: none; }

.user-login-form .form-item { margin-bottom: 15px; }

.user-login-form .form-item label { display: inline-block; margin-bottom: 5px; font-weight: 700; font-size: 15px; }

.user-login-form .button.form-control {
  background-color: #062172;
  border-color: #062172;
  color: #fff;
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 30px;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  line-height: 1;
}
.user-login-form .button.form-control:hover {
  background-color: #43d596;
  border-color: #43d596;
}

.webform-submission-unsubscribe-form { margin-top: 40px; margin-bottom: 40px; }

.webform-submission-unsubscribe-form .webform-radios-other--wrapper { padding: 0; }

.webform-submission-unsubscribe-form #edit-actions-submit { height: auto; width: auto; padding: 10px 25px; color: #fff; }

.webform-submission-unsubscribe-form .form-type-radio { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 10px; }

.webform-submission-unsubscribe-form .form-type-radio .option { margin: 0; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 22px; }

.webform-submission-unsubscribe-form .form-type-radio .option:before { content: "\f111"; height: 18px; width: 18px; min-width: 18px; background: #fff; border: 1px solid #a7a7a7; border-radius: 9px; visibility: visible; color: #fff; font-family: 'Font Awesome 5 Pro'; font-size: 9px; margin-right: 8px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.webform-submission-unsubscribe-form .form-type-radio .form-control { width: auto; margin-right: 15px; position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.webform-submission-unsubscribe-form .form-type-radio .form-control:checked ~ .option:before { color: #f26f31; }

.webform-submission-unsubscribe-form .form-textarea { background: #fff; text-indent: 1%; padding: 8px 0; border-radius: 3px; line-height: 1.1; font-size: 15px; color: #222; }

#page_form_subscribe { margin: 20px auto 40px auto; display: block; float: none; }

#page_form_subscribe .chosen-single { height: 35px; }

#page_form_subscribe #mc_embed_signup { /*padding-left: 20px;*/ }

@media (max-width: 991.98px) { #page_form_subscribe #mc_embed_signup { padding: 0; } }

#page_form_subscribe #mc_embed_signup h2 { margin-bottom: 10px; margin-top: 30px; }

#page_form_subscribe .form-item-gpe-donor-country-list, #page_form_subscribe .form-item-gpe-developing-country-list, #page_form_subscribe .form-item-focus-areas-select { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 10px; }

#page_form_subscribe .form-item-gpe-donor-country-list select, #page_form_subscribe .form-item-gpe-developing-country-list select, #page_form_subscribe .form-item-focus-areas-select select { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; outline: none; }

#page_form_subscribe .form-item-gpe-donor-country-list .description, #page_form_subscribe .form-item-gpe-developing-country-list .description, #page_form_subscribe .form-item-focus-areas-select .description { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

#page_form_subscribe .form-item-gpe-donor-country-list label, #page_form_subscribe .form-item-gpe-developing-country-list label, #page_form_subscribe .form-item-focus-areas-select label { font-size: 18px; font-weight: 700; color: #222; margin-bottom: 0; }

#page_form_subscribe #edit-global-education-buzz, #page_form_subscribe #edit-gpe-media-coverage, #page_form_subscribe #edit-board-decisions-documents, #page_form_subscribe #edit-publications, #page_form_subscribe #edit-events, #page_form_subscribe #edit-multimedia, #page_form_subscribe #edit-blogs, #page_form_subscribe #edit-news, #page_form_subscribe #edit-select-all, #page_form_subscribe #edit-gpe-developing-country-checkbox, #page_form_subscribe #edit-gpe-donor-country-checkbox, #page_form_subscribe #edit-newsletter, #page_form_subscribe #edit-focus-areas-checkbox, #page_form_subscribe #edit-jobs-gpe, #page_form_subscribe .form-item-privacy-notice { padding: 5px 24px; }

#page_form_subscribe #edit-global-education-buzz .form-item, #page_form_subscribe #edit-gpe-media-coverage .form-item, #page_form_subscribe #edit-board-decisions-documents .form-item, #page_form_subscribe #edit-publications .form-item, #page_form_subscribe #edit-events .form-item, #page_form_subscribe #edit-multimedia .form-item, #page_form_subscribe #edit-blogs .form-item, #page_form_subscribe #edit-news .form-item, #page_form_subscribe #edit-select-all .form-item, #page_form_subscribe #edit-gpe-developing-country-checkbox .form-item, #page_form_subscribe #edit-gpe-donor-country-checkbox .form-item, #page_form_subscribe #edit-newsletter .form-item, #page_form_subscribe #edit-focus-areas-checkbox .form-item, #page_form_subscribe #edit-jobs-gpe .form-item, #page_form_subscribe .form-item-privacy-notice .form-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#page_form_subscribe #edit-global-education-buzz input, #page_form_subscribe #edit-gpe-media-coverage input, #page_form_subscribe #edit-board-decisions-documents input, #page_form_subscribe #edit-publications input, #page_form_subscribe #edit-events input, #page_form_subscribe #edit-multimedia input, #page_form_subscribe #edit-blogs input, #page_form_subscribe #edit-news input, #page_form_subscribe #edit-select-all input, #page_form_subscribe #edit-gpe-developing-country-checkbox input, #page_form_subscribe #edit-gpe-donor-country-checkbox input, #page_form_subscribe #edit-newsletter input, #page_form_subscribe #edit-focus-areas-checkbox input, #page_form_subscribe #edit-jobs-gpe input, #page_form_subscribe .form-item-privacy-notice input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

#page_form_subscribe #edit-global-education-buzz input:checked + label:before, #page_form_subscribe #edit-gpe-media-coverage input:checked + label:before, #page_form_subscribe #edit-board-decisions-documents input:checked + label:before, #page_form_subscribe #edit-publications input:checked + label:before, #page_form_subscribe #edit-events input:checked + label:before, #page_form_subscribe #edit-multimedia input:checked + label:before, #page_form_subscribe #edit-blogs input:checked + label:before, #page_form_subscribe #edit-news input:checked + label:before, #page_form_subscribe #edit-select-all input:checked + label:before, #page_form_subscribe #edit-gpe-developing-country-checkbox input:checked + label:before, #page_form_subscribe #edit-gpe-donor-country-checkbox input:checked + label:before, #page_form_subscribe #edit-newsletter input:checked + label:before, #page_form_subscribe #edit-focus-areas-checkbox input:checked + label:before, #page_form_subscribe #edit-jobs-gpe input:checked + label:before, #page_form_subscribe .form-item-privacy-notice input:checked + label:before { color: #f36f32; }

#page_form_subscribe #edit-global-education-buzz label, #page_form_subscribe #edit-gpe-media-coverage label, #page_form_subscribe #edit-board-decisions-documents label, #page_form_subscribe #edit-publications label, #page_form_subscribe #edit-events label, #page_form_subscribe #edit-multimedia label, #page_form_subscribe #edit-blogs label, #page_form_subscribe #edit-news label, #page_form_subscribe #edit-select-all label, #page_form_subscribe #edit-gpe-developing-country-checkbox label, #page_form_subscribe #edit-gpe-donor-country-checkbox label, #page_form_subscribe #edit-newsletter label, #page_form_subscribe #edit-focus-areas-checkbox label, #page_form_subscribe #edit-jobs-gpe label, #page_form_subscribe .form-item-privacy-notice label { height: auto; margin-bottom: 0; margin-left: 8px; }

#page_form_subscribe #edit-global-education-buzz label:before, #page_form_subscribe #edit-gpe-media-coverage label:before, #page_form_subscribe #edit-board-decisions-documents label:before, #page_form_subscribe #edit-publications label:before, #page_form_subscribe #edit-events label:before, #page_form_subscribe #edit-multimedia label:before, #page_form_subscribe #edit-blogs label:before, #page_form_subscribe #edit-news label:before, #page_form_subscribe #edit-select-all label:before, #page_form_subscribe #edit-gpe-developing-country-checkbox label:before, #page_form_subscribe #edit-gpe-donor-country-checkbox label:before, #page_form_subscribe #edit-newsletter label:before, #page_form_subscribe #edit-focus-areas-checkbox label:before, #page_form_subscribe #edit-jobs-gpe label:before, #page_form_subscribe .form-item-privacy-notice label:before { height: 14px; width: 14px; background: #fff; border: 1px solid #a7a7a7; border-radius: 3px; visibility: visible; content: "\f00c"; color: #fff; font-family: 'Font Awesome 5 Pro'; font-size: 17px; margin-right: 8px; }

#page_form_subscribe .form-item-privacy-notice { padding: 0; }

#page_form_subscribe .form-item-privacy-notice label { margin-left: 0; }

#page_form_subscribe .fs_news_blog, #page_form_subscribe .fs_media_events, #page_form_subscribe .fs_publications_documents, #page_form_subscribe .fs_media-cov_education-buz, #page_form_subscribe .fs_newsletter-focus_areas, #page_form_subscribe .fs_jobs, #page_form_subscribe .fs_developing-donor_country { padding-bottom: 5px; }

#page_form_subscribe .fs_news_blog select, #page_form_subscribe .fs_media_events select, #page_form_subscribe .fs_publications_documents select, #page_form_subscribe .fs_media-cov_education-buz select, #page_form_subscribe .fs_newsletter-focus_areas select, #page_form_subscribe .fs_jobs select, #page_form_subscribe .fs_developing-donor_country select { margin: 5px 0; }

#page_form_subscribe .fs_news_blog .fieldset-wrapper, #page_form_subscribe .fs_media_events .fieldset-wrapper, #page_form_subscribe .fs_publications_documents .fieldset-wrapper, #page_form_subscribe .fs_media-cov_education-buz .fieldset-wrapper, #page_form_subscribe .fs_newsletter-focus_areas .fieldset-wrapper, #page_form_subscribe .fs_jobs .fieldset-wrapper, #page_form_subscribe .fs_developing-donor_country .fieldset-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

#page_form_subscribe .fs_news_blog .fieldset-wrapper i, #page_form_subscribe .fs_media_events .fieldset-wrapper i, #page_form_subscribe .fs_publications_documents .fieldset-wrapper i, #page_form_subscribe .fs_media-cov_education-buz .fieldset-wrapper i, #page_form_subscribe .fs_newsletter-focus_areas .fieldset-wrapper i, #page_form_subscribe .fs_jobs .fieldset-wrapper i, #page_form_subscribe .fs_developing-donor_country .fieldset-wrapper i { font-size: 16px; color: #222; }

#page_form_subscribe .fs_news_blog fieldset, #page_form_subscribe .fs_media_events fieldset, #page_form_subscribe .fs_publications_documents fieldset, #page_form_subscribe .fs_media-cov_education-buz fieldset, #page_form_subscribe .fs_newsletter-focus_areas fieldset, #page_form_subscribe .fs_jobs fieldset, #page_form_subscribe .fs_developing-donor_country fieldset { padding: 0; margin-bottom: 0; }

#page_form_subscribe .fs_news_blog legend, #page_form_subscribe .fs_media_events legend, #page_form_subscribe .fs_publications_documents legend, #page_form_subscribe .fs_media-cov_education-buz legend, #page_form_subscribe .fs_newsletter-focus_areas legend, #page_form_subscribe .fs_jobs legend, #page_form_subscribe .fs_developing-donor_country legend { margin-bottom: 0; }

#page_form_subscribe .fs_news_blog legend span, #page_form_subscribe .fs_media_events legend span, #page_form_subscribe .fs_publications_documents legend span, #page_form_subscribe .fs_media-cov_education-buz legend span, #page_form_subscribe .fs_newsletter-focus_areas legend span, #page_form_subscribe .fs_jobs legend span, #page_form_subscribe .fs_developing-donor_country legend span { font-weight: 700; font-size: 18px; color: #222; }

#page_form_subscribe .fs_your_information label { font-size: 16px; font-weight: 700; margin-bottom: 0; }

#page_form_subscribe .fs_your_information label .asterisk { content: '*'; color: #e85c41; font-size: 150%; font-weight: normal; top: 5px; left: 2px; position: relative; }

#page_form_subscribe .fs_your_information input { text-indent: 1%; padding: 8px 0; border-radius: 3px; line-height: 1.1; font-size: 15px; color: #222; }

#page_form_subscribe .fs_your_information #edit-privacy-notice { width: auto; }

#page_form_subscribe .fs_your_information .form-item { margin-bottom: 25px; }

#page_form_subscribe .fs_your_information .form-item-privacy-notice { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#page_form_subscribe .fs_your_information .form-item-privacy-notice label { font-weight: normal; }

#page_form_subscribe .fs_your_information select { display: block; width: 100%; height: 35px; text-indent: 1%; margin-bottom: 10px; }

#page_form_subscribe #edit-submit-button { height: auto; width: auto; padding: 10px 25px; color: #fff; }

#page_form_subscribe .form-control:focus { outline: none; -webkit-box-shadow: none; box-shadow: none; }

.wrap-input-bg-white input:not(.btn) { background: #fff; }

.bef-sort-region { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 28px; }

.bef-sort-region .bef-sort-region--title { font-size: 14px; font-weight: 700; color: #222; }

.bef-sort-region .form-group { margin-bottom: 0; }

.bef-sort-region .form-group label {
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
  color: #062172;
  line-height: 1;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bef-sort-region .form-group label:hover { color: #43d596; }

.bef-sort-region fieldset legend { display: none; }

.bef-sort-region div.radio { display: -webkit-box; display: -ms-flexbox; display: flex; }

.bef-sort-region .form-item:first-child { display: none; }

.bef-sort-region .form-item input { display: none; }

.bef-sort-region .form-item input:checked + label { background: #fff; border-radius: 3px; padding: 10px; color: #222; line-height: 1; cursor: default; }

.bef-sort-region .form-item input:checked + label:after { color: #222; }

.bef-sort-region .form-item label:after { font-family: 'Font Awesome 5 Pro'; margin-left: 4px; position: relative; top: 0; left: 0; color: transparent; }

.bef-sort-region .form-item:nth-child(2) { margin-right: 24px; }

.bef-sort-region .form-item:nth-child(2) label:after { content: "\f062"; }

.bef-sort-region .form-item:nth-child(3) label:after { content: "\f063"; }

.dropdown-menu { border-radius: 0 0 3px 3px; }

.region-navigation.navbar { padding: 18px 0 1px 0; top: 1px; }

#header-main nav.navbar { margin: auto 5px; }

/* HOMEPAGE */
.block-views-blockfocus-areas-focus-area-homepage-block { padding: 60px 36px; }

.home-impact-content { background-image: url(/sites/default/files/homepage/background-impact.png); background-color: #eb9526; background-size: cover; background-position: center; padding: 60px 10px; margin: 0 auto 30px auto; }

.latest-blogs .view-from-the-blog { padding-left: 0; padding-right: 0; }

/* Country Main map Block */
.map-banner {
  background-image: url(https://www.globalpartnership.org/docs/img/map-background-02-semi.png) !important;
  background-color: rgba(238,241,244,0.3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding-bottom: 50px;
}

.map-banner .map-content-post { max-width: 1140px; }

.map-banner .map-content-post .featured-main-block { height: 520px; }

.map-banner .map-content-post .featured-main-block .date-line { margin-bottom: 0; padding-top: 10px; border-radius: 3px; }

.map-banner .map-content-post .featured-main-block .date-line .views-field.views-field-created { display: none; }

.map-banner .map-content-post .featured-main-block .date-line .views-field.views-field-views-conditional { color: #fff; font-size: 14px; font-weight: 400; line-height: 16px; max-height: 0; opacity: 0; overflow: hidden; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; padding-right: 15px; }

.map-banner .map-content-post .featured-main-block:hover .views-field.views-field-views-conditional { max-height: 70px; opacity: 1; }

.map-banner .map-content-post .map-banner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0;
}

.map-banner .map-content-post .map-banner-title div#fullpage-banner-title h1 {
  font-size: 64px;
  color: #222;
}
#fullpage-banner-text li, #fullpage-banner-links li {
  font-weight: 700;
}

@media (max-width: 767.98px) {

  .map-banner .map-content-post .map-banner-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

}

@media (max-width: 991.98px) { .map-banner .map-content-post .map-banner-title div#fullpage-banner-title h1 { font-size: 40px; } }

.map-banner .map-content-post .map-banner-title .country-dropdown {
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 250px;
  padding: 10px 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.map-banner .map-content-post .map-banner-title .country-dropdown, .country-dropdown .dropdown li a {
  font-size: 14px;
  font-weight: 500;
  color: #062172;
}
.map-banner .map-content-post .map-banner-title .country-dropdown, .country-dropdown .dropdown {
  background: #fff;
  border: 1px solid #d8d9dc;
}
.country-dropdown .dropdown li { padding: 0; margin: 0;}
.country-dropdown .dropdown li a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  padding: 10px;
  border-bottom: 1px solid #d8d9dc;
}
.country-dropdown .dropdown li:last-of-type a { border: none; }
.country-dropdown .dropdown li i {
  margin-right: 5px;
  color: inherit;
  vertical-align: middle;
}
.country-dropdown .dropdown li:hover a {
  background: #fff;
  color: #43d596;
}
.country-dropdown.active {
  background: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: none;
  border-bottom: none;
}
.country-dropdown.active:after { border-color: #fff transparent; }
.country-dropdown.active .dropdown {
  border-bottom: 1px solid #999a9d;
  max-height: 320px;
}

@media (max-width: 767.98px) { .map-banner .map-content-post .map-banner-title .country-dropdown { width: 100%; } }

.map-banner .map-content-post .map-banner-title .country-dropdown ul { padding: 0; margin-top: 0px; width: 100%; margin-left: 0px; }

.map-banner .map-content-post .map-banner-title .country-dropdown.active:after { border-color: #e6e7ea transparent !important; }

.map-banner .map-content-post .country-details { padding: 15px; background: rgba(255, 255, 255, 0.7); }

@media (max-width: 991.98px) { .map-banner .map-content-post .country-details { min-height: auto; } }

.map-banner .map-content-post .country-details #fullpage-banner-text { display: block; min-width: 100%; color: #222; font-size: 16px; font-weight: 400; line-height: 24px; padding: 0; }

.map-banner .map-content-post .country-details #fullpage-banner-text ul { padding: 0; margin: 0; }

.map-banner .map-content-post .country-details #fullpage-banner-text ul li { list-style: none; margin: 0 0 10px 0; padding: 0; font-size: 16px; margin-bottom: 23px; }

.map-banner .map-content-post .country-details #fullpage-banner-text ul li a { color: #062172; text-decoration: none; font-size: 16px; }

.map-banner .map-content-post .country-details #fullpage-banner-links { display: block; min-width: 100%; color: #222; font-size: 16px; font-weight: 400; line-height: 24px; padding: 0; }

.map-banner .map-content-post .country-details #fullpage-banner-links ul { padding: 0; margin: 0; }

.map-banner .map-content-post .country-details #fullpage-banner-links ul li { list-style: none; margin: 0 0 10px 0; padding: 0; font-size: 16px; margin-bottom: 23px; }

.map-banner .map-content-post .country-details #fullpage-banner-links ul li a { color: #062172; text-decoration: none; font-size: 16px; }

.map-banner .map-content-post .country-details .country-details-value { font-weight: 400; }

/* Grant Section */
.grant-full-detail .grant-media iframe { border-radius: 3px; }

.grant-full-detail .grant-media .grant-image { border-top-right-radius: 3px; border-top-left-radius: 3px; }

.grant-full-detail .grant-media .image-caption-credit { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }

.grant-full-detail .image-caption-credit { background: rgba(0, 0, 0, 0.05); overflow: hidden; }

.grant-full-detail .image-caption-credit .content-captions { margin: 8px 0 0 17px; }

.grant-full-detail .image-caption-credit .content-captions .content-desc { font-size: 16px; font-weight: 400; color: #222; line-height: 20px; margin-bottom: 0px; }

.grant-full-detail .image-caption-credit .credits { color: #666; font-size: 11px; font-weight: 700; line-height: 26px; margin: 0 0 8px 17px; }

.grant-full-detail .grant-detail { padding: 23px 29px; background: rgba(0, 0, 0, 0.05); color: #222; font-size: 16px; line-height: 26px; border-radius: 3px; }

@media (max-width: 991.98px) { .grant-full-detail .grant-detail { margin-top: 20px; padding-bottom: 0; } }

.grant-full-detail .grant-detail .grant-detail-row { padding-bottom: 20px; }

.grant-full-detail .grant-detail .grant-detail-row ul { list-style: none; margin: 0px; padding-left: 0px; }

.grant-full-detail .grant-detail .grant-detail-row ul li { margin: 0 0 15px 0; }

.grant-full-detail .grant-detail .grant-detail-row ul li a { color: #062172; text-decoration: none; }

.grant-full-detail .grant-detail .grant-detail-row .grant-value { font-weight: 600; padding-bottom: 20px; }

.block-views-blockfeatured-content-blog-featured-1-big-attachment, .block-views-blockfeatured-content-news-featured-1-big-attachment { margin-top: 27px; margin-bottom: 45px; padding-right: 15px; padding-left: 15px; }

.block-views-blockfeatured-content-blog-featured-1-big-attachment .views-field-title a, .block-views-blockfeatured-content-news-featured-1-big-attachment .views-field-title a { -webkit-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }

.block-views-blockfeatured-content-blog-featured-1-big-attachment .view-display-id-blog_attachment_2_teasers .views-field-title a, .block-views-blockfeatured-content-blog-featured-1-big-attachment .view-display-id-news_attachment_2_teasers .views-field-title a, .block-views-blockfeatured-content-news-featured-1-big-attachment .view-display-id-blog_attachment_2_teasers .views-field-title a, .block-views-blockfeatured-content-news-featured-1-big-attachment .view-display-id-news_attachment_2_teasers .views-field-title a { font-size: 26px; line-height: 1.2; }

.block-views-blockfeatured-content-blog-featured-1-big-attachment .views-field-summary, .block-views-blockfeatured-content-news-featured-1-big-attachment .views-field-summary { margin: 20px 0 0 0; }

.block-views-blockfeatured-content-blog-featured-1-big-attachment .link-full-content, .block-views-blockfeatured-content-news-featured-1-big-attachment .link-full-content { z-index: 2; }

@media (min-width: 992px) { .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .views-field-title a:hover, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .views-field-title a:hover, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .views-field-title a:hover, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .views-field-title a:hover { opacity: 1; }

.block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .row-1, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .row-1, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .row-1, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .row-1 { margin-bottom: 30px; }

@media (max-width: 991.98px) { .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .row-1, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .row-1, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .row-1, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .row-1 { margin-top: 30px; } }

.block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-attached, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-featured, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-attached, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-featured, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-attached, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-featured, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-attached, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-featured { border-radius: 3px; height: 100%; min-height: 260px; overflow: hidden; background-repeat: no-repeat; background-size: cover; }

.block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-attached:hover:after, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-featured:hover:after, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-attached:hover:after, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-featured:hover:after, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-attached:hover:after, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-featured:hover:after, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-attached:hover:after, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-featured:hover:after { opacity: 0.2; }

.block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-attached:after, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-featured:after, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-attached:after, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-featured:after, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-attached:after, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-featured:after, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-attached:after, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-featured:after { background-color: #0f1826; -webkit-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; content: ''; height: 100%; width: 100%; position: absolute; opacity: 0.1; z-index: 1; }

@media (max-width: 991.98px) { .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-attached, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-featured, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-attached, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-featured, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-attached, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-featured, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-attached, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-featured { min-height: 350px; } }

@media (min-width: 768px) { .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-attached .field--name-title, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-featured .field--name-title, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-attached .field--name-title, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-featured .field--name-title, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-attached .field--name-title, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-featured .field--name-title, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-attached .field--name-title, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-featured .field--name-title { font-size: 26px; font-weight: 700; line-height: 1.2; } }

.block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-attached .featured-date, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-featured .featured-date, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-attached .featured-date, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-featured .featured-date, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-attached .featured-date, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-featured .featured-date, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-attached .featured-date, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-featured .featured-date { font-size: 14px; }

.block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-attached .text-summary, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-featured .text-summary, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-attached .text-summary, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-featured .text-summary, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-attached .text-summary, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-featured .text-summary, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-attached .text-summary, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-featured .text-summary { font-size: 22px; line-height: 1.3; }

.block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-attached .text-summary p, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-featured .text-summary p, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-attached .text-summary p, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-featured .text-summary p, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-attached .text-summary p, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .node--view-mode-featured .text-summary p, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-attached .text-summary p, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .node--view-mode-featured .text-summary p { font-size: 22px; line-height: 1.3; margin-bottom: 20px; }

.block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .attachment .field--name-title, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .attachment .field--name-title, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .attachment .field--name-title, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .attachment .field--name-title { font-size: 30px; }

.block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .attachment .text-summary, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .attachment .text-summary, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .attachment .text-summary, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .attachment .text-summary { font-size: 18px; }

.block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments__main-container .attachment .text-summary p, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments__main-container .attachment .text-summary p, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments__main-container .attachment .text-summary p, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments__main-container .attachment .text-summary p { font-size: 18px; }

.block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__blog--attachments .more-link, .block-views-blockfeatured-content-blog-featured-1-big-attachment .featured__news--attachments .more-link, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__blog--attachments .more-link, .block-views-blockfeatured-content-news-featured-1-big-attachment .featured__news--attachments .more-link { margin-top: 64px; }

@media (max-width: 991.98px) { .block-views-blockfeatured-content-blog-featured-1-big-attachment, .block-views-blockfeatured-content-news-featured-1-big-attachment { padding: 0 15px; } }

.block-views-blockfeatured-content-blog-featured-1-big-attachment { padding-right: 0; padding-left: 0; }

@media (max-width: 991.98px) { .block-views-blockfeatured-content-blog-featured-1-big-attachment { padding: 0; } }

/* Upcoming Events */
.view-id-calendar.view-display-id-calendar_block .eventsummary { display: none; }

.view-id-calendar.view-display-id-calendar_block .more-link { margin-top: 0; }

.view-id-calendar.view-display-id-allevents .date-item { margin-bottom: 30px; }

.view-id-calendar.view-display-id-allevents .date-item ul { margin: 9px 0; }

.view-id-calendar.view-display-id-allevents .date-item .eventsummary { margin-top: 10px; }

@media (max-width: 991.98px) { .node--view-mode-featured.featured-regular-block .text-summary { opacity: 0; max-height: 0; }
  .node--view-mode-featured.featured-regular-block .views-field-title a { font-size: 30px; line-height: normal; } }

@media (max-width: 991.98px) { #block-views-block-documents-library { padding: 0 0 40px; }
  #block-views-block-documents-library .pagination { margin: 0; } }

@media (max-width: 991.98px) { .block-views-blockblogs-allblogs .view-from-the-blog { padding: 0 20px 40px 20px; }
  .block-views-blockblogs-allblogs .pagination { margin: 0; } }

.block-system-breadcrumb-block { position: relative; }

@media (max-width: 767.98px) { .block-system-breadcrumb-block { display: none; } }

.featured-regular-block:hover .date-line .views-field-summary { max-height: 200px; opacity: 1; margin-bottom: 20px; }

@media (max-width: 767.98px) { #country-select { margin-top: 15px; margin-bottom: 15px; width: 100%; padding-bottom: 10px; } }

#block-gpe-page-title, #block-gpe-page-title2 { border-radius: 3px; }

@media (max-width: 767.98px) { #block-gpe-page-title, #block-gpe-page-title2 { padding: 15px; } }

.block-page-title-semi-trans #block-gpe-page-title, .block-page-title-semi-trans #block-gpe-page-title2 { background-color: rgba(255, 255, 255, 0.8); }

@media (max-width: 1199.98px) { #block-copyrighten .field--type-text-long, #block-copyrightfr .field--type-text-long { margin: 0 auto; text-align: center; } }

@media (max-width: 1199.98px) { .block-views-blockblogs-blogs-homepage h2 { margin-top: 45px; } }

.facet-inactive, .facet-active { padding: 0; }

.facet-inactive li.facet-item, .facet-active li.facet-item { list-style: none; }

.sidebar--search { margin-bottom: 30px; height: 35px; }

.sidebar--search .fa-search:before { content: "\f054"; }

.sidebar--search #top-search { position: relative; top: initial; }

.sidebar--search #top-search .btn, .sidebar--search #top-search .big-blue-button a, .big-blue-button .sidebar--search #top-search a { background-color: #062172; color: #fff; padding: 4px 16px; margin-left: 5px; outline: none; border: none; max-width: 42px; }

.title--filter__by { font-size: 18px; font-weight: 700; margin-bottom: 10px; }

.facet-item--sidebar input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.facet-item--sidebar input:checked + label:before { color: #f36f32; }

.facet-item--sidebar label::before { height: 14px; width: 14px; background: #fff; border: 1px solid #a7a7a7; border-radius: 3px; visibility: visible; content: "\f00c"; color: #fff; font-family: 'Font Awesome 5 Pro'; font-size: 17px; margin-right: 8px; }

.facet-item--sidebar .filter-title { cursor: pointer; border: 0; margin-bottom: 14px; font-size: 15px; color: #333; }

.facet-item--sidebar .filter-title:before { content: "\f067"; color: #999; font-family: 'Font Awesome 5 Pro'; margin-right: 9px; font-size: 15px; left: 0; line-height: inherit; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.facet-item--sidebar ul.item-list__checkbox { display: none; }

.facet-item--sidebar .facet-item { line-height: 1; display: -webkit-box; display: -ms-flexbox; display: flex; }

.facet-item--sidebar .facet-item label { margin: 0; font-size: 13px; color: #666; vertical-align: top; text-decoration: none; }

.facet-item--sidebar.show-items ul.item-list__checkbox { display: block; }

.facet-item--sidebar.show-items .filter-title:before { content: "\f068"; color: #999; font-family: 'Font Awesome 5 Pro'; margin-right: 9px; font-size: 15px; left: 0; line-height: inherit; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.path-node { background-color: #eef1f4; }

.path-node.node--type-news, .path-node.node--type-event, .path-node.node--type-developing-country, .path-node.node--type-multimedia, .path-node.node--type-blog, .path-node.node--type-document { background: #fff; }

.path-user { background: #fff; }

.path-search .dwnld-link a.document-dwnld-file { font-size: 12px; }

@media (min-width: 1200px) { .node-28881 .view-multimedia, .node-28881 .view-calendar { padding: 0 15px; } }

.node--type-general-pages { background-color: #eef1f4; }

.node--type-general-pages section.paragraph--type--colored-box { padding: 30px 30px 30px 30px !important; margin-bottom: 50px; }

.node--type-general-pages section.paragraph--type--colored-box a { color: inherit; text-decoration: underline; }

.featured-regular-block .home-main-image a { height: 400px; }

@media (max-width: 767.98px) { .node--type-blog .landing-detail-region-type-container { margin: 0 15px; } }

.node--type-blog .latest-blogs .view-from-the-blog .view-content .views-row { padding-right: 15px; padding-left: 15px; }

.node--type-blog .latest-blogs h1 { display: inline-block; margin-right: 20px; color: #666666; font-size: 30px; font-weight: 400; line-height: 22px; }

.node--type-blog .latest-blogs .blog_more a { font-size: 14px; text-decoration: none; }

.node--type-blog span.links a { font-size: 14px; }

.node--type-blog section.paragraph--type--colored-box { padding: 30px 30px 30px 30px !important; margin-bottom: 50px; }

.node--type-blog section.paragraph--type--colored-box a { color: inherit; text-decoration: underline; }

.node--type-donor-country .highlight-content .sign-up, .node--type-developing-country .highlight-content .sign-up, .node--type-general-pages .highlight-content .sign-up { margin-top: 50px; }

.node--type-developing-country #progress { background-position: right top; background-repeat: no-repeat; background-size: auto !important; }

@media (max-width: 767.98px) { .node--type-developing-country .field--name-title { font-size: 40px; }
  .node--type-developing-country .map-banner { padding: 0; }
  .node--type-developing-country .highlight-content article { margin-bottom: 15px; }
  .node--type-developing-country section .container, .node--type-developing-country section .container-narrow { padding: 0; } }

.node--type-developing-country .developing-country__latest-grant .grant-image { height: 517px; overflow: hidden; }

.node--type-developing-country .developing-country__latest-grant .grant-image img { width: 100%; }

@media (max-width: 767.98px) { .node--type-developing-country .developing-country__latest-grant .grant-image { height: auto; } }

.node--type-developing-country .developing-country__latest-grant .grant-media .video-embed-field-provider-youtube { height: 100%; }

@media (max-width: 767.98px) { .node--type-developing-country .developing-country__latest-grant .grant-media { margin-bottom: 15px; } }

.node--type-developing-country .developing-country__latest-grant .grant-detail { min-height: 100%; }

.node--type-developing-country .developing-country__latest-grant img { min-height: 100%; }

@media (max-width: 767.98px) { .node--type-developing-country .developing-country__latest-grant img { min-height: auto; } }

.node--type-developing-country .field--name-field-add-sections .field__item:last-child .paragraph--type--other-sections { background-size: auto !important; background-position: right top; background-repeat: no-repeat; }

.node--type-blog.node--view-mode-full .standard-wide-img-section { margin-bottom: 0; }

.node--type-blog.node--view-mode-full .standard-wide-img-section img { border-radius: 0; }

.node--type-blog.node--view-mode-full .standard-wide-img-section figure { border-radius: 3px; overflow: hidden; }

.node--type-blog.node--view-mode-full section { padding-bottom: 50px; }

@media (max-width: 767.98px) { .node--type-blog.node--view-mode-full section { padding-bottom: 40px; } }

.node--type-blog.node--view-mode-full section.story-wide-img-section { padding-bottom: 0; }

.node--type-blog.node--view-mode-full section.blog_aligned_right { padding-bottom: 0; }

@media (max-width: 767.98px) { .node--type-blog.node--view-mode-full section.blog_aligned_right { width: auto; padding-bottom: 50px; } }

.node--type-blog.node--view-mode-full section.padding-none { padding-bottom: 50px; }

.node--type-blog.node--view-mode-full section .container { padding: 0; }

.node--type-blog.node--view-mode-full .blog-field-region-countries-wrapper .region-country-group { font-size: 15px; }

.node--type-blog.node--view-mode-full .blog-field-region-countries-wrapper .region-country-group span a { font-size: 15px; }

.node--type-donor-country.node--view-mode-full .paragraphs_photo_spacer, .node--type-developing-country.node--view-mode-full .paragraphs_photo_spacer, .node--type-general-pages.node--view-mode-full .paragraphs_photo_spacer { padding: 50px 0; }

.node--type-donor-country.node--view-mode-full .field__item, .node--type-developing-country.node--view-mode-full .field__item, .node--type-general-pages.node--view-mode-full .field__item { position: relative; }

.node--type-donor-country.node--view-mode-full .field__item > section, .node--type-developing-country.node--view-mode-full .field__item > section, .node--type-general-pages.node--view-mode-full .field__item > section { padding: 50px 0; }

@media (max-width: 1199.98px) { .node--type-donor-country.node--view-mode-full .field__item > section, .node--type-developing-country.node--view-mode-full .field__item > section, .node--type-general-pages.node--view-mode-full .field__item > section { padding: 40px 20px; } }

.node--type-donor-country.node--view-mode-full .field__item > section .container, .node--type-donor-country.node--view-mode-full .field__item > section .container-narrow, .node--type-developing-country.node--view-mode-full .field__item > section .container, .node--type-developing-country.node--view-mode-full .field__item > section .container-narrow, .node--type-general-pages.node--view-mode-full .field__item > section .container, .node--type-general-pages.node--view-mode-full .field__item > section .container-narrow { padding: 0; }

.node--type-general-pages.node--view-mode-full figure { margin-bottom: 60px; }

.node--type-general-pages.node--view-mode-full .field__item .paragraph--type--subscribe { padding: 0; }

.node--type-general-pages.node--view-mode-full .field__item .paragraph--view-mode--default { padding: 0; }

.node--type-general-pages.node--view-mode-full:first-child .sidebar__item section { padding: 0; }

@media (max-width: 767.98px) { .node--type-general-pages .paragraph--type--other-sections .results-boxes { padding: 0; } }

@media (max-width: 420px) { .view-secretariat-staffs .views-row { margin-bottom: 25px; } }

.view-secretariat-staffs .staff-photo { margin: 0 15px 60px 0; float: left; }

@media (max-width: 420px) { .view-secretariat-staffs .staff-photo { margin: 0 0 10px 0; float: none; height: auto; } }

.view-secretariat-staffs .staff-content { font-size: 14px; }

.view-secretariat-staffs .staff-content .staff-title { font-size: 16px; font-weight: 700; }

.node--type-multimedia { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.node--type-multimedia .post--title { font-size: 20px; font-weight: 700; line-height: 1.3; }

.node--type-multimedia .field--name-field-summary { font-size: 13px; font-weight: 400; line-height: 18px; }

.node--view-mode-teaser-medium, .node--view-mode-teaser { height: 100%; }

.node--view-mode-teaser-medium > div, .node--view-mode-teaser-medium .view-content, .node--view-mode-teaser-medium .views-row, .node--view-mode-teaser-medium .views-field-nothing-1, .node--view-mode-teaser-medium > .views-field, .node--view-mode-teaser > div, .node--view-mode-teaser .view-content, .node--view-mode-teaser .views-row, .node--view-mode-teaser .views-field-nothing-1, .node--view-mode-teaser > .views-field { position: relative; height: 100%; }

.node--view-mode-teaser-medium .field-content, .node--view-mode-teaser .field-content { position: relative; height: 100%; }

.node--view-mode-teaser-medium .full-content-wrapper, .node--view-mode-teaser .full-content-wrapper { height: 100%; overflow: hidden; }

.node--view-mode-teaser-medium .full-content-description, .node--view-mode-teaser .full-content-description { height: 100%; }

.node--view-mode-teaser-medium .new-download-library, .node--view-mode-teaser-medium .library-related, .node--view-mode-teaser .new-download-library, .node--view-mode-teaser .library-related { font-size: 14px; color: #999; }

.global--teaser { height: 100%; overflow: hidden; border-radius: 3px; }

.global--teaser .content--image a { display: block; border-top-left-radius: 3px; border-top-right-radius: 3px; padding-top: 66.66%; background-size: cover; background-repeat: no-repeat; -webkit-filter: brightness(1.001); filter: brightness(1.001); }

.global--teaser .content--image a:hover { -webkit-filter: brightness(1.05); filter: brightness(1.05); }

.global--teaser .content--description { padding: 15px 20px; height: 100%; }

@media (max-width: 767.98px) { .global--teaser .content--description { height: auto; } }

.global--teaser .data-created { font-size: 16px; color: #666; margin-bottom: 20px; }

.global--teaser .post--title { text-transform: none; text-decoration: none; font-size: 22px; line-height: 1.2; font-weight: 700; margin-bottom: 20px; }

.global--teaser .body--desciption { color: #111; font-size: 18px; font-weight: 400; line-height: 1.5; }

.node--view-mode-featured.global--teaser .body--desciption { font-size: 18px; }

.node--view-mode-featured.global--teaser .new-download-library, .node--view-mode-featured.global--teaser .library-related { font-size: 16px; }

.list-group { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; font-weight: 700; border-bottom: 1px solid #ddd; margin-bottom: 30px; }

.list-group .list-group-item { margin-right: 2px; line-height: 1.5; border-radius: 4px 4px 0 0; border: 1px solid transparent; color: #062172; background: transparent; padding: 10px 15px; width: auto; }

.list-group .list-group-item:hover { background: #eee; border-color: #eee; text-decoration: none; }

.list-group .list-group-item:last-child { margin-bottom: -1px; }

.list-group .list-group-item.active { background: #fff; cursor: default; color: #555; border: 1px solid #ddd; border-bottom-color: #fff; }

.featured-main-block .featured--img img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; }

.featured-main-block .date-line a { position: relative; text-decoration: none; color: #fff; font-size: 40px; font-weight: 700; line-height: 42px; padding: 5px 0; display: block; margin-left: -1px; }

.featured-main-block .date-line .field-summary { font-size: 14px; font-weight: 400; line-height: 16px; max-height: 0; opacity: 0; overflow: hidden; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; padding-right: 15px; }

.featured-main-block:hover .date-line .field-summary { opacity: 1; max-height: 70px; }

.node--view-mode-infographics-multimedia .new-news-media-image { margin-bottom: 15px; }

.node--view-mode-infographics-multimedia .new-news-media-image img { border: 1px solid #dedede; border-radius: 3px; }

.node--view-mode-infographics-multimedia .new-news-media-title { font-size: 16px; font-weight: 700; line-height: 1.2; text-align: center; }

/* NEWS */
.node--type-news .landing-detail-highlight .highlight h1 { display: inline-block; margin-right: 20px; color: #666666; font-size: 30px; font-weight: 400; line-height: 22px; }

.node--type-news .landing-detail-highlight .latest-blogs .blog_more a { font-size: 14px; text-decoration: none; }

.developing-country__latest-grant { margin-bottom: 60px; }

.developing-country__latest-grant .slide__description { padding-right: 10px; }

.developing-country__latest-grant .view-content.row { margin: 0; }

section .latest-blogs .container { padding: 0; }

/* DOCUMENT LIBRARY DETAIL */
.node--type-document .dwnld-title { font-size: 16px; font-weight: 700; color: #666; }

.node--type-document .light { color: #666; font-size: 12px; }

.node--type-document .filesize { color: rgba(255,255,255,0.8); font-size: 12px; font-weight: 500; }
.btn.btn-primary:hover .filesize { color: rgba(255,255,255,1.0); }

.node--type-document .card--board-decision .accordionheader { cursor: pointer; display: block; }

.node--type-document .card--board-decision .accordionheader:before { width: 7px; display: inline-block; content: "\f107"; font: normal normal normal 19px/1 'Font Awesome 5 Pro'; margin-right: 8px; }

.node--type-document .card--board-decision .accordionheader.collapsed:before { content: "\f105"; }

.node--type-document .landing-list .pagination { margin-left: 0; margin-right: 0; }

.node--type-document .document-field-image .field--name-field-image { background-color: #fff; }

.node--type-document.node--view-mode-teaser .documentimg img { border: 1px solid #ddd; border-radius: 3px; }

.node--type-event.node--view-mode-full, .node--type-news.node--view-mode-full, .node--type-blog.node--view-mode-full, .node--type-multimedia.node--view-mode-full, .node--type-document.node--view-mode-full { margin-top: 30px; }

.node--type-event.node--view-mode-full .field-document-description a:hover, .node--type-news.node--view-mode-full .field-document-description a:hover, .node--type-blog.node--view-mode-full .field-document-description a:hover, .node--type-multimedia.node--view-mode-full .field-document-description a:hover, .node--type-document.node--view-mode-full .field-document-description a:hover { text-decoration: none; }

.node--type-event.node--view-mode-full .field-document-description button, .node--type-news.node--view-mode-full .field-document-description button, .node--type-blog.node--view-mode-full .field-document-description button, .node--type-multimedia.node--view-mode-full .field-document-description button, .node--type-document.node--view-mode-full .field-document-description button { color: #fff; background-color: #062172; border-color: #062172; border-radius: 4px; }

.node--type-event.node--view-mode-full .field-document-description button:hover, .node--type-event.node--view-mode-full .field-document-description button:focus, .node--type-event.node--view-mode-full .field-document-description button:active, .node--type-news.node--view-mode-full .field-document-description button:hover, .node--type-news.node--view-mode-full .field-document-description button:focus, .node--type-news.node--view-mode-full .field-document-description button:active, .node--type-blog.node--view-mode-full .field-document-description button:hover, .node--type-blog.node--view-mode-full .field-document-description button:focus, .node--type-blog.node--view-mode-full .field-document-description button:active, .node--type-multimedia.node--view-mode-full .field-document-description button:hover, .node--type-multimedia.node--view-mode-full .field-document-description button:focus, .node--type-multimedia.node--view-mode-full .field-document-description button:active, .node--type-document.node--view-mode-full .field-document-description button:hover, .node--type-document.node--view-mode-full .field-document-description button:focus, .node--type-document.node--view-mode-full .field-document-description button:active { outline: 0; background-color: #062172 !important; border-color: #062172; }

.node--type-event.node--view-mode-full.story, .node--type-news.node--view-mode-full.story, .node--type-blog.node--view-mode-full.story, .node--type-multimedia.node--view-mode-full.story, .node--type-document.node--view-mode-full.story { margin-top: 0; }

@media (min-width: 768px) { .node--type-blog.node--view-mode-full .field--name-field-image, .node--type-multimedia.node--view-mode-full .field--name-field-image, .node--type-document.node--view-mode-full .field--name-field-image { margin: 0 0 30px 30px; } }

@media (max-width: 767.98px) { .cc-theme-edgeless.cc-window { z-index: 1004000; }
  img { height: auto; } }

.node-type-blog .landing-detail-region-type-container label { margin-right: 0; font-size: 14px; }

.node-type-blog .comment-container .comment-wrapper { padding-bottom: 64px; margin: 0; }

@media (max-width: 767.98px) { .node-type-blog .comment-container .comment-wrapper { padding: 40px 0; } }

section.last-updated-section .country-last-updated-date { margin: 0 auto; padding-bottom: 50px; font-size: 13px; opacity: .5; padding-top: 0; }

@media (max-width: 991.98px) { .country-related-wrapper .country-related-post img { width: 100%; } }

@media (max-width: 767.98px) { .country-related-wrapper .country-related-post img { height: auto; } }

.view-display-id-featured_related_document .view-content { margin: 0; }

.donor-pledge-value { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.donor-pledge-value span.divider { padding-right: 5px; color: #000; }

/* EVENT DETAIL */
.node--type-event .card--board-decision .accordionheader { cursor: pointer; display: block; }

.node--type-event .card--board-decision .accordionheader:before { width: 7px; display: inline-block; content: "\f107"; font: normal normal normal 19px/1 'Font Awesome 5 Pro'; margin-right: 8px; }

.node--type-event .card--board-decision .accordionheader.collapsed:before { content: "\f105"; }

.node--type-event .card--board-decision .views-row { border-bottom: 1px solid #ececec; padding: 5px 0; margin-bottom: 0px; }

.node--type-event .card--board-decision .views-row:last-child { border-bottom: none; }

body.path-search { background-color: #fff; }

body.path-search #block-gpe-page-title { border: none; -webkit-box-shadow: none; box-shadow: none; padding: 30px 6.5rem; }

body.path-search #block-gpe-page-title .title { text-align: left !important; text-transform: lowercase; }

body.path-search #block-gpe-page-title .title:first-letter { text-transform: uppercase; }

.country-details { border-radius: 3px; }

.country-related-post img { border-radius: 3px; }

.country-related-post .date-line { padding-bottom: 0; }

.country-related-post .date-line a { font-size: 36px; font-weight: 700; line-height: 1.2; -webkit-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }

.country-related-post .date-line .field-summary { font-size: 22px; line-height: 1.3; font-weight: 400; margin-top: 20px; max-height: 0; opacity: 0; overflow: hidden; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; padding-right: 15px; }

.country-related-post .featured-main-block:hover .field-summary { max-height: 400px; opacity: 1; margin-bottom: 20px; }

.latest-blogs .sectionTitle { color: #222; }

.node--type-multimedia img { border-radius: 3px; }

article.comment .landing-new-comment { margin-bottom: 30px; }

article.comment .links { font-size: 14px; margin-right: 0; margin-left: 0; }

article.comment .links li { margin-bottom: 0; }

.path-frontpage.trans-header #top-search input.input-search, .path-frontpage.trans-header #top-search input[type=search] { background-color: rgba(255, 255, 255, 0.8); }

@media (max-width: 767.98px) { .node-type-blog .comment-container { margin: 0 15px; }
  .node-type-blog .comment-container .form-actions { padding-top: 20px; }
  .node-type-blog .std-post-comment-wrapper.width-560 { margin-bottom: 0; padding-top: 0; }
  .node-type-news .latest-blogs { padding: 0; } }

.tweetabletext { background-color: #e8faff; color: #062172; }

.tweetabletext:hover { color: #062172; text-decoration: none; }

.tweetabletext svg { margin-left: 5px; margin-right: 5px; }

.accordion { max-width: 684px; }

.paragraphs_subscribe .dynamic-subscription-box .email-form .form-type-textfield .form-text { margin-top: 0; }

.paragraphs_subscribe .webform-submission-subscribe-form-form .form-email { width: 200px; }

.anchor-links { position: absolute; top: -2px; }

@media (min-width: 768px) { .wrapp--on-this-page + .paragraph .container-narrow { padding-right: 45px !important; } }

@media (max-width: 767.98px) { .wrapp--on-this-page { padding-right: 0; padding-left: 0; } }

@media (max-width: 991.98px) { .paragraph--7735 h2 { margin-bottom: 10px !important; } }

.paragraph--7915 hr { margin-top: 50px; margin-bottom: 50px; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.2); }

.node--type-blog.node--view-mode-full .field__item section.paragraph--type--video { padding-left: 0; padding-right: 0; }

@media (min-width: 992px) and (max-width: 1199px) { .node--type-general-pages .region.region-content .node__content div:first-child .field__item:first-child .wrapp--on-this-page { width: 15rem; margin: 0; margin-top: 40px; float: right; margin-left: 20px; margin-right: 53px; } }

@media (min-width: 1200px) and (max-width: 1250px) { .node--type-general-pages .region.region-content .node__content div:first-child .field__item:first-child .wrapp--on-this-page .wrapp--sidebar { right: 20px; }
  .node--type-general-pages .region.region-content .node__content div:first-child .field__item:first-child .sidebar__item section { padding: 0; } }

.paragraph--type--video.centered_large_1170_video { max-width: 1170px; margin: auto; height: 660px; }

@media (max-width: 767.98px) { .paragraph--type--video.centered_large_1170_video { height: auto; padding-left: 15px; padding-right: 15px; } }

.paragraph--type--video.small_560_video { max-width: 560px; margin: auto; height: 315px; }

@media (max-width: 767.98px) { .paragraph--type--video.small_560_video { height: auto; padding-left: 15px; padding-right: 15px; } }

.paragraph--type--video.centered_medium_860_video { max-width: 860px; margin: auto; height: 480px; }

@media (max-width: 767.98px) { .paragraph--type--video.centered_medium_860_video { height: auto; padding-left: 15px; padding-right: 15px; } }

.paragraph--type--video.full_width_video iframe { border-radius: 0; }

.embed-container { height: 100%; }

.embed-container iframe { border-radius: 3px; }

.padding-none { padding: 0; }

.quote-bar img { border-radius: 3px; }

.paragraphs-photo-wrapper { border-radius: 3px; overflow: hidden; }

.paragraphs-photo-wrapper img { border-radius: 0; }

.paragraph--type--sidebar-content .content.featured { padding: 270px 0 40px; color: white; text-align: center; font-weight: 700; background-size: cover; }

.paragraph--type--sidebar-content .content.featured a { color: white; text-decoration: none; }

.paragraph--type--sidebar-content .content.featured a:hover { text-decoration: underline; }

.paragraph--type--sidebar-content .content.featured .content-btn { margin-top: 10px; }

.paragraph--type--sidebar-content .content.featured .content-btn .far { color: white; font-size: 25px; }

.paragraph--type--sidebar-content .content.simple { padding: 20px; text-align: left; }

.paragraph--type--sidebar-content .content.simple a { padding: 0; font-weight: 700; }

.paragraph--type--sidebar-content .content.simple img { border-radius: 0; }

@media (max-width: 991.98px) { .sidebar__item .field--name-field-sidebar-content { display: none; } }

.paragraph--type--result-boxes .color-boxes {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) { .paragraph--type--result-boxes .color-boxes .box-link { margin-top: 25px; } }

.paragraph--type--result-boxes .paragraph--type--box .link { display: block; height: 100%; }

.paragraph--type--result-boxes .paragraph--type--box .link:hover { text-decoration: none; color: inherit; }

.paragraph--type--result-boxes .paragraph--type--box .color-box-content { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (min-width: 992px) { .paragraph--type--result-boxes .paragraph--type--box .middle-feed-item { height: 100%; min-height: 280px; } }

/* -------------- DROPDOWN by -------------- */
@media (min-width: 768px) { .region-navigation .navbar-nav .nav-link { padding: 10px 18px; } }

.region-navigation .dropdown-menu-center { right: auto; left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }

.region-navigation .dropdown-menu { background-color: #062172; padding: 10px; margin: 0; font-size: 16px; color: #fff; border: none; min-width: 250px; }

.region-navigation .dropdown-menu.dropdown-multicol2 { min-width: 477px; }

.region-navigation .dropdown-menu.dropdown-multicol2 .submenu_container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.region-navigation .dropdown-menu a { margin: 0; padding: 10px 18px; text-transform: none; font-size: 15px; font-weight: 400; line-height: 1.3; color: #d9e0eb; text-shadow: 1px 1px 0px #283e60; border-left: 2px solid rgba(255, 255, 255, 0); }

.region-navigation .dropdown-menu a:hover { background-color: rgba(255, 255, 255, 0.07); color: white; }


.table-responsive { padding-right: 1px; }

.grants-table-container { margin: 0 0 72px 0; border-collapse: collapse; }

.grants-table-container .grants-table { width: 99%; }

.grants-table-container .grants-table td { color: #333; padding: 15px; width: 20%; font-size: 16px; }

@media screen and (max-width: 992px) { .grants-table-container .grants-table td { width: 100%; min-height: 55px; } }

.grants-table-container .grants-table thead td { background: #fff; font-size: 18px; font-weight: 700; white-space: nowrap; text-align: right; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; }

.grants-table-container .grants-table thead td:first-child { text-align: left; }

.grants-table-container .grants-table tbody th { background: #f2f2f2; text-align: left; font-weight: 700; white-space: nowrap; padding: 15px; color: #333; }

@media screen and (max-width: 768px) { .grants-table-container .grants-table tbody th { white-space: normal; } }

.grants-table-container .grants-table tbody td { background: #ececec; border-top: 1px solid #e1e1e1; border-right: 0; border-bottom: 0; border-left: 0; text-align: right; white-space: nowrap; }

.grants-table-container .grants-table tbody .grants-total td { text-align: right; font-weight: 700; background: white; }

@media screen and (max-width: 992px) { .grants-table-container .grants-table tbody .grants-total td.total-cell { text-align: left; } }

.grants-table-container .grants-table tbody .grants-total td.empty-cell { background: transparent !important; }

@media screen and (max-width: 992px) { .grants-table-container .grants-table tbody .grants-total td.empty-cell { display: none; } }

.country-grants-table-content .grants-table-block { background-color: #062172; color: #ffffff; }

.country-grants-table-content .grants-table-block .grants-table tr.first-of-group th, .country-grants-table-content .grants-table-block .grants-table tr.first-of-group td { border-top: 1px solid #cccccc; }

.country-grants-table-content .grants-table-block .grants-table tr.last-of-group th, .country-grants-table-content .grants-table-block .grants-table tr.last-of-group td { border-bottom: 1px solid #cccccc; }

.country-grants-table-content .grants-table-block .grants-table .td-grant-agent { white-space: normal; }

.country-grants-table-content .grants-table-block .grants-table tbody th.cell-region { font-weight: 700 !important; background: #f8f8f8 !important; font-size: 18px !important; border-bottom: 2px solid #e1e1e1 !important; border-top: 2px solid #e1e1e1 !important; text-align: center !important; }

.country-grants-table-content .last-update { padding-bottom: 15px; font-size: 13px; opacity: .9; font-style: italic; }

.view-board-decisions tr:nth-child(even) { background: #f2f2f2; }

.view-board-decisions td { color: #222; padding: 8px 10px; font-size: 14px; border: 1px solid #ccc; }

@media screen and (max-width: 576px) { .view-board-decisions td { padding: 5px 8px; font-size: 12px; } }

.view-board-decisions td:nth-child(1), .view-board-decisions td:nth-child(2) { width: 13.33%; }

.view-board-decisions td:nth-child(3) { width: 16.33%; }

.view-board-decisions td:nth-child(4) { width: 28%; }

.view-board-decisions td a { color: #2a6496; }

.view-board-decisions thead th { padding: 10px; background: #ddd; font-size: 18px; }

@media screen and (max-width: 576px) { .view-board-decisions thead th { padding: 5px 8px; font-size: 16px; } }

main ul.pagination { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

main ul.pagination li a { border: none; }

main ul.pagination li.active { border: 1px solid #ddd; border-radius: 0; color: #999; background: transparent; }

.block-views-blockjobs-gpejobs, .block-views-blockjobs-otherjobs { /*width: 35rem;*/ }

@media screen and (max-width: 767px) { .block-views-blockjobs-gpejobs, .block-views-blockjobs-otherjobs { margin: 0 15px; } }

.block-views-blockjobs-gpejobs .view-header, .block-views-blockjobs-otherjobs .view-header { font-size: 16px; font-weight: 700; background: #e0e0e0; padding: 10px 15px; }

.block-views-blockjobs-gpejobs .view-header table, .block-views-blockjobs-otherjobs .view-header table { width: 100%; }

.block-views-blockjobs-gpejobs .view-header table tr, .block-views-blockjobs-otherjobs .view-header table tr { background-color: inherit; }

.block-views-blockjobs-gpejobs .tableresponsive-toggle-columns, .block-views-blockjobs-otherjobs .tableresponsive-toggle-columns { display: none; }

.block-views-blockjobs-gpejobs table thead, .block-views-blockjobs-otherjobs table thead { display: none; }

.block-views-blockjobs-gpejobs table tr, .block-views-blockjobs-otherjobs table tr { background: white; }

.block-views-blockjobs-gpejobs table td, .block-views-blockjobs-otherjobs table td { padding: 10px 15px; font-size: 14px; }

.block-views-blockjobs-gpejobs table td:nth-child(2), .block-views-blockjobs-otherjobs table td:nth-child(2) { width: 25%; }

.block-views-blockjobs-gpejobs table td a, .block-views-blockjobs-otherjobs table td a { font-weight: 700; }

.block-views-blockjobs-gpejobs table td p, .block-views-blockjobs-otherjobs table td p { margin-bottom: 0; }

.vocabulary-topic.taxonomy-term--view-mode-teaser-short { text-align: center; line-height: 1.2; }

.vocabulary-topic.taxonomy-term--view-mode-teaser-short a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.vocabulary-topic.taxonomy-term--view-mode-teaser-short a:hover { text-decoration: none; }

.vocabulary-topic.taxonomy-term--view-mode-teaser-short img { margin: 0 auto; padding-bottom: 10px; max-width: 80px; display: block; -webkit-filter: brightness(1.001); filter: brightness(1.001); }

.js-header-view-results { display: none; }

.more-link { margin-top: 54px; }

.hm-focus-area-block .home-page--focus-area > .view-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; max-width: 950px; margin-top: 60px; }

@media (max-width: 991.98px) { .view ul.pagination li a { margin: 0 4px; } }

@media (max-width: 374.98px) { .view ul.pagination li a { margin: 0 2px; } }

.view ul.pagination .page-link:focus { -webkit-box-shadow: none; box-shadow: none; }

.view ul.pagination li:not(.pager-ellipsis) a { border: 1px solid #ddd; }

@media (max-width: 991.98px) { .view ul.pagination li:not(.pager-ellipsis) a { padding: 10px 18px; } }

@media (max-width: 374.98px) { .view ul.pagination li:not(.pager-ellipsis) a { padding: 10px 16px; } }

.view ul.pagination li.pager-ellipsis { line-height: 2; }

.view .view-filters { margin-top: 27px; }

.view-filters .custom-control-label { cursor: pointer; }

.view-display-id-board_decisions .header-view-results { line-height: 1.5; }

.view-display-id-allevents { margin-top: 50px; margin-bottom: 50px; }

@media (min-width: 768px) { .view-display-id-allevents .view-header .btn, .view-display-id-allevents .view-header .big-blue-button a, .big-blue-button .view-display-id-allevents .view-header a { margin: 0; }
  .view-display-id-allevents .view-header .header-view-results { margin: 0; line-height: 1; padding: 15px 0; } }

@media (max-width: 991.98px) { .view-display-id-allevents { margin-top: 35px; } }

.view-from-the-blog .view-content.row,
.view-display-id-allnews .view-content { margin-top: 27px; }

.view-display-id-infographic_block .view-content { margin-top: 27px; }

@media (max-width: 991.98px) { .view-display-id-infogrphic_news .views-row, .view-display-id-latest_results_stories .views-row { margin-bottom: 30px; }
  .view-display-id-infogrphic_news .views-row:last-child, .view-display-id-latest_results_stories .views-row:last-child { margin-bottom: initial; }
  .view-display-id-infogrphic_news .views-row { text-align: center; } }

.no-result-search .btn.btn-primary, .no-result-search .big-blue-button a, .big-blue-button .no-result-search a { height: 43px; padding: 10px 15px; outline: none; -webkit-box-shadow: none; box-shadow: none; }

.no-result-search input.form-text { background-color: #eef1f4; outline: none; border: 1px solid #dadada; height: 43px; width: 265px; font-size: 16px; line-height: 1; color: #0a0a0a; }

.no-result-search input.form-text:hover, .no-result-search input.form-text:focus { background-color: #fff; }

.no-result-search input.form-text:hover { border-color: #eaeaea; }

.no-result-search input.form-text:focus { border-color: #ccc; -webkit-box-shadow: none; box-shadow: none; }

.view-empty em { display: none; }

.no-result--global-search li { color: #222; margin: 0; font-size: 15px; line-height: 1.4; }

.view-display-id-calendar_page button:focus { outline: none; }

.view-display-id-calendar_page .fullcalendar-bottom-btn, .view-display-id-calendar_page .fc-right, .view-display-id-calendar_page .fc-today-button { display: none; }

.view-display-id-calendar_page .fc-view-container { border-radius: 6px; background: #fff; overflow: hidden; margin-bottom: 72px; }

.view-display-id-calendar_page .fc-head { background: #222; color: #fff; }

.view-display-id-calendar_page .fc th { border: none; padding: 10px; }

.view-display-id-calendar_page .fc-day-grid-event .fc-time { display: none; }

.view-display-id-calendar_page .fc-day-grid-event .fc-content { white-space: normal; overflow: visible; }

.view-display-id-calendar_page .fc-day-grid-event { padding: 10px; }

.view-display-id-calendar_page .fc-day-grid-event:hover { background: #062172; }

.view-display-id-calendar_page .fc-unthemed td.fc-today { background: #fffdd0; }

.view-display-id-calendar_page .fc-past { background: #f8f8f8; }

@media (max-width: 767.98px) { .view-display-id-calendar_page { margin-bottom: 0; }
  .view-display-id-calendar_page .fc-toolbar.fc-header-toolbar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .view-display-id-calendar_page .fc-toolbar.fc-header-toolbar .fc-button-group, .view-display-id-calendar_page .fc-toolbar.fc-header-toolbar .fc-left { float: none; }
  .view-display-id-calendar_page .fc-toolbar.fc-header-toolbar .fc-center { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .view-display-id-calendar_page #calendar h2 { margin-bottom: 0; padding: 15px 0; } }

@media (min-width: 768px) { .view-display-id-calendar_page .fc-center { margin-left: -100px; } }

@media (min-width: 576px) { .new-library-list-header .categories { font-size: 22px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

@media (max-width: 767.98px) { .all-documents { padding-left: 10px; }
  .view-display-id-allevents .bef-sort-region { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .view-display-id-allevents .bef-sort-region .form-item:nth-child(2) { margin-right: 0px; }
  .view-display-id-allevents .bef-sort-region .fieldset-wrapper .form-item:nth-child(2) { margin-right: 10px; } }

/*
@media screen and (max-width: 1400px) { section#hero { margin-bottom: -27px; } }
section#hero { margin-bottom: 0; }
*/

@media screen and (max-width: 992px) { .map-banner .map-content-post .featured-main-block img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; }
  .map-banner .map-content-post .featured-main-block { background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%, rgba(0, 0, 0, 0.85) 100%); background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%, rgba(0, 0, 0, 0.85) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%, rgba(0, 0, 0, 0.85) 100%); }
  .map-banner .map-content-post .featured-main-block .views-field.views-field-views-conditional { max-height: 70px !important; opacity: 1 !important; }
  .map-banner { padding-left: 30px; padding-right: 30px; } }

@media (max-width: 767.98px) { .country-details { margin-bottom: 30px; min-height: auto !important; } }

@media (max-width: 1199.98px) { .trans-header #secondary-nav .lang-link a { background-color: #fff; color: #222; } }

@media (max-width: 991.98px) { section#hero { margin-bottom: 0; height: 450px; } }

@media (max-width: 767.98px) { section#hero { margin-bottom: 0; height: 300px; } }

@media (max-width: 575.98px) { section#hero { margin-bottom: 0; height: 250px; } }

@media (max-width: 450px) { section#hero { margin-bottom: 0; height: 200px; } }

.slick .slide__media { border-top-left-radius: 3px; border-top-right-radius: 3px; }

.slick .slide__caption { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }

.slick--view--slideshow .slide__caption { padding: 17px; overflow: hidden; background: rgba(0, 0, 0, 0.05); font-size: 16px; font-weight: 400; color: #222; }

.quote-slideshow-wrapper .quote-au-name .author-title { color: #43d596; }

.quote-slideshow-wrapper .quote-au-contents:after, .quote-slideshow-wrapper .quote-au-contents:before {
  color: #43d596;
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 700;
}

.slick--view--slideshow .slide__caption .views-field-field-slide-item-photo-credit { color: #666666; font-size: 11px; font-weight: 700; text-align: left; padding-top: 10px; }

.slick--view--slideshow .slick__arrow { top: 35%; }

.slick-next { right: 20px; }

.slick-next:before { content: "\f054"; }

.slick-prev { left: 20px; }

.slick-prev:before { content: "\f053"; }

.slick-prev:before, .slick-next:before { font-family: 'Font Awesome 5 Pro'; color: #808183; font-size: 60px; -webkit-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1); }

.slick-prev:hover:before, .slick-next:hover:before { color: #808183; }

.view-display-id-embed .media--slick.media--image { padding: 0 !important; height: auto; }

.view-display-id-embed .slide__media { background: #000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-top-left-radius: 3px; border-top-right-radius: 3px; }

.view-display-id-embed .slide__caption { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }

.paragraph--type--slideshow img { border-radius: 0; }

.paragraph--type--slideshow.width-560 .slide__media { height: 375px; }

@media (max-width: 767.98px) { .paragraph--type--slideshow.width-560 .slide__media { height: 100%; } }

.paragraph--type--slideshow.width-560 .media--ratio .media__element { position: relative; width: initial; }

@media (max-width: 767.98px) { .paragraph--type--slideshow.width-560 .media--ratio .media__element { height: auto; } }

.paragraph--type--slideshow.width-560 .slick__arrow { top: 50%; }

.paragraph--type--slideshow.width-560 .media--slick.media--image { height: 100%; }

.paragraph--type--slideshow.slide_centered_medium_860 { max-width: 860px; margin: auto; }

@media (max-width: 767.98px) { .paragraph--type--slideshow.slide_centered_medium_860 { height: 100%; } }

.paragraph--type--slideshow.slide_centered_medium_860 .media--ratio .media__element { position: relative; width: initial; height: auto; }

@media (max-width: 767.98px) { .paragraph--type--slideshow.slide_centered_medium_860 .media--ratio .media__element { height: auto; } }

.paragraph--type--slideshow.slide_centered_medium_860 .slick__arrow { top: 50%; }

.paragraph--type--slideshow.slide_centered_medium_860 .slide__media { height: 575px; }

@media (max-width: 767.98px) { .paragraph--type--slideshow.slide_centered_medium_860 .slide__media { height: 100%; } }

.paragraph--type--slideshow.slide-container-large { max-width: 1170px; margin: auto; }

.paragraph--type--slideshow.slide-container-large .slide__media { height: 780px; }

@media (max-width: 767.98px) { .paragraph--type--slideshow.slide-container-large .slide__media { height: 100%; } }

.paragraph--type--slideshow.slide-container-large .slick__arrow { top: 50%; }

.paragraph--type--slideshow.slide-container-large .media--ratio .media__element { position: relative; width: initial; }

@media (max-width: 767.98px) { .paragraph--type--slideshow.slide-container-large .media--ratio .media__element { height: auto; } }

.view-display-id-developing_country .slick__arrow { top: 40%; }

.slide_index { z-index: 2; line-height: 1.3; color: #666; font-size: 14px; font-weight: 700; }

.slide_index a:hover { text-decoration: none; }

.slide_index .slick-prev_top:before { content: "\f053"; font-family: 'Font Awesome 5 Pro'; color: #666; padding-left: 5px; }

.slide_index .slick-prev_top:before:hover { text-decoration: none; }

.slide_index .slick-next_top:before { content: "\f054"; font-family: 'Font Awesome 5 Pro'; color: #666; padding-left: 5px; }

.slide_index .slick-next_top:before:hover { text-decoration: none; }

.slick--optionset--slideshow.slick--thumbnail button { height: auto; width: auto; }

.slick--optionset--slideshow.slick--thumbnail .slick__arrow { position: relative; top: -12px; }

.slick--optionset--slideshow.slick--thumbnail .slick-list { height: 0; }

.slick--optionset--slideshow.slick--thumbnail .slick-prev { right: 20px !important; left: initial; }

.slick--optionset--slideshow.slick--thumbnail .slick-prev:before { font-size: 18px; content: "\f053"; font-family: 'Font Awesome 5 Pro'; color: #666; padding-left: 5px; }

.slick--optionset--slideshow.slick--thumbnail .slick-next { right: 0; }

.slick--optionset--slideshow.slick--thumbnail .slick-next:before { font-size: 18px; content: "\f054"; font-family: 'Font Awesome 5 Pro'; color: #666; padding-left: 5px; }

.node-type-blog ul.custom_paging, .node--type-developing-country ul.custom_paging { padding: 0; margin: 0; list-style: none; position: absolute; top: -25px; right: 50px; color: #999999; font-size: 14px; font-weight: 700; text-align: right; line-height: 1; list-style: none; }

.node-type-blog ul.custom_paging li, .node--type-developing-country ul.custom_paging li { background: none; color: #666; }

.node-type-blog .col-md-9 ul.custom_paging, .node-type-blog .col-md-8 ul.custom_paging, .node--type-developing-country .col-md-9 ul.custom_paging, .node--type-developing-country .col-md-8 ul.custom_paging { top: -25px; margin: 0; }

.node-type-blog ul.custom_paging, .node--type-developing-country ul.custom_paging { top: -25px; }

@media all and (-ms-high-contrast: none) { .node-type-blog, .node--type-developing-country { /* IE10 */ /* IE11 */ }
  .node-type-blog ul.custom_paging, .node--type-developing-country ul.custom_paging { top: -25px; }
  .node-type-blog *::-ms-backdrop, .node-type-blog ul.custom_paging, .node--type-developing-country *::-ms-backdrop, .node--type-developing-country ul.custom_paging { top: -25px; } }

.node-type-blog .slick-carousel ul.custom_paging li, .node--type-developing-country .slick-carousel ul.custom_paging li { font-size: 14px; background: none !important; color: #666 !important; }

.node-type-blog ul.custom_paging .slick-active, .node--type-developing-country ul.custom_paging .slick-active { display: block; }

.node-type-blog ul.custom_paging li, .node--type-developing-country ul.custom_paging li { display: none; }

.node-type-blog .slick--thumbnail .custom_paging, .node--type-developing-country .slick--thumbnail .custom_paging { display: none; }

.slick--thumbnail .slick__slider { display: none; }

.view-slideshow .slick-wrapper { margin-bottom: 0; }

.quote-bar img { border-radius: 3px; }

.atcb-link em { font-style: normal; }

ul.atcb-list { background: #efefef; border-radius: 4px; border: 1px solid #cdcdcd; padding: 5px 10px; min-width: 150px; z-index: 50; }

ul.atcb-list .atcb-item { background: transparent; padding: 3px 0; }

@media (max-width: 767.98px) { .search-filter-block .filter-wrapper .filter-items { padding: 0; margin: 5px; }
  .bef-two-row .top-region { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: start; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
  .bef-two-row .top-region .form-item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: start; }
  .bef-two-row .top-region .form-item label { margin-bottom: 10px; } }

.ui-autocomplete { background-color: #fff; padding: .6em; margin-bottom: 1.2em; max-height: 400px; overflow-y: scroll; }

.ui-autocomplete .ui-menu-item-wrapper { font-size: 14px; }

.ui-autocomplete .ui-menu-item-wrapper.ui-state-active { margin: 0; }

.ui-autocomplete .ui-menu-item { line-height: 0.9; margin-bottom: 10px; }

.ui-autocomplete .ui-menu-item a { padding: 0 !important; }

.js input.form-autocomplete { background-repeat: no-repeat !important; }

.bef-two-row .top-region .form-item input.form-autocomplete.ui-autocomplete-loading { background-image: url("/core/themes/stable/images/quickedit/icon-throbber.gif"); background-position: 98% center; }

.bef-two-row .top-region .form-item input.form-autocomplete { -webkit-transition: none; -o-transition: all 0ms ease-in; -o-transition: none; transition: none; }

h1, .h1 { font-family: 'Bebas Neue', sans-serif; font-size: 64px; font-weight: 400; color: #222; }

h1 span, .h1 span { font-family: 'Bebas Neue', sans-serif; }

@media (max-width: 991.98px) { h1, .h1 { font-size: 45px; } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 400; }

h3 { font-size: 22px; font-weight: 700; margin-bottom: 32px; }

@media (max-width: 767.98px) { .txt-medium { font-size: 18px; }
  .view-calendar h3 { font-size: 18px; } }

p { line-height: 1.5; }

main ul.pagination li.active { color: inherit; border: none; }

.page-item.active span.page-link { margin-right: 5px; background: #fff; font-size: 16px; font-weight: 700; padding: 6px 11px 2px 12px; border: 1px solid #ddd; border-radius: 0; color: #999; }

/*# sourceMappingURL=css/maps/style.css.map */
