/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('app/components/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('app/components/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('app/components/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('app/components/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('app/components/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('app/components/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.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 {
  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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal {
  padding: 0 !important;
}
.modal .modal-header {
  padding: 10px;
  text-align: right;
}
.modal .modal-header .close {
  float: none;
  font-size: 28px;
  height: auto;
  text-align: right;
  margin-bottom: 0;
}
.modal .modal-dialog {
  margin: 20px auto;
  width: 90%;
}
.journey2050-search-resources-modal *,
.journey2050-search-container *,
.journey2050-search-filter-bar *,
.journey2050-search-resources *,
.journey2050-search-resources-widget .journey2050-widget *,
.mobile-breakpoints *,
.post-links * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.journey2050-search-resources-modal *:before,
.journey2050-search-container *:before,
.journey2050-search-filter-bar *:before,
.journey2050-search-resources *:before,
.journey2050-search-resources-widget .journey2050-widget *:before,
.mobile-breakpoints *:before,
.post-links *:before,
.journey2050-search-resources-modal *:after,
.journey2050-search-container *:after,
.journey2050-search-filter-bar *:after,
.journey2050-search-resources *:after,
.journey2050-search-resources-widget .journey2050-widget *:after,
.mobile-breakpoints *:after,
.post-links *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.journey2050-search-resources-modal html,
.journey2050-search-container html,
.journey2050-search-filter-bar html,
.journey2050-search-resources html,
.journey2050-search-resources-widget .journey2050-widget html,
.mobile-breakpoints html,
.post-links html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.journey2050-search-resources-modal body,
.journey2050-search-container body,
.journey2050-search-filter-bar body,
.journey2050-search-resources body,
.journey2050-search-resources-widget .journey2050-widget body,
.mobile-breakpoints body,
.post-links body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
.journey2050-search-resources-modal input,
.journey2050-search-container input,
.journey2050-search-filter-bar input,
.journey2050-search-resources input,
.journey2050-search-resources-widget .journey2050-widget input,
.mobile-breakpoints input,
.post-links input,
.journey2050-search-resources-modal button,
.journey2050-search-container button,
.journey2050-search-filter-bar button,
.journey2050-search-resources button,
.journey2050-search-resources-widget .journey2050-widget button,
.mobile-breakpoints button,
.post-links button,
.journey2050-search-resources-modal select,
.journey2050-search-container select,
.journey2050-search-filter-bar select,
.journey2050-search-resources select,
.journey2050-search-resources-widget .journey2050-widget select,
.mobile-breakpoints select,
.post-links select,
.journey2050-search-resources-modal textarea,
.journey2050-search-container textarea,
.journey2050-search-filter-bar textarea,
.journey2050-search-resources textarea,
.journey2050-search-resources-widget .journey2050-widget textarea,
.mobile-breakpoints textarea,
.post-links textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.journey2050-search-resources-modal a,
.journey2050-search-container a,
.journey2050-search-filter-bar a,
.journey2050-search-resources a,
.journey2050-search-resources-widget .journey2050-widget a,
.mobile-breakpoints a,
.post-links a {
  color: #337ab7;
  text-decoration: none;
}
.journey2050-search-resources-modal a:hover,
.journey2050-search-container a:hover,
.journey2050-search-filter-bar a:hover,
.journey2050-search-resources a:hover,
.journey2050-search-resources-widget .journey2050-widget a:hover,
.mobile-breakpoints a:hover,
.post-links a:hover,
.journey2050-search-resources-modal a:focus,
.journey2050-search-container a:focus,
.journey2050-search-filter-bar a:focus,
.journey2050-search-resources a:focus,
.journey2050-search-resources-widget .journey2050-widget a:focus,
.mobile-breakpoints a:focus,
.post-links a:focus {
  color: #23527c;
  text-decoration: underline;
}
.journey2050-search-resources-modal a:focus,
.journey2050-search-container a:focus,
.journey2050-search-filter-bar a:focus,
.journey2050-search-resources a:focus,
.journey2050-search-resources-widget .journey2050-widget a:focus,
.mobile-breakpoints a:focus,
.post-links a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.journey2050-search-resources-modal figure,
.journey2050-search-container figure,
.journey2050-search-filter-bar figure,
.journey2050-search-resources figure,
.journey2050-search-resources-widget .journey2050-widget figure,
.mobile-breakpoints figure,
.post-links figure {
  margin: 0;
}
.journey2050-search-resources-modal img,
.journey2050-search-container img,
.journey2050-search-filter-bar img,
.journey2050-search-resources img,
.journey2050-search-resources-widget .journey2050-widget img,
.mobile-breakpoints img,
.post-links img {
  vertical-align: middle;
}
.journey2050-search-resources-modal .img-responsive,
.journey2050-search-container .img-responsive,
.journey2050-search-filter-bar .img-responsive,
.journey2050-search-resources .img-responsive,
.journey2050-search-resources-widget .journey2050-widget .img-responsive,
.mobile-breakpoints .img-responsive,
.post-links .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.journey2050-search-resources-modal .img-rounded,
.journey2050-search-container .img-rounded,
.journey2050-search-filter-bar .img-rounded,
.journey2050-search-resources .img-rounded,
.journey2050-search-resources-widget .journey2050-widget .img-rounded,
.mobile-breakpoints .img-rounded,
.post-links .img-rounded {
  border-radius: 6px;
}
.journey2050-search-resources-modal .img-thumbnail,
.journey2050-search-container .img-thumbnail,
.journey2050-search-filter-bar .img-thumbnail,
.journey2050-search-resources .img-thumbnail,
.journey2050-search-resources-widget .journey2050-widget .img-thumbnail,
.mobile-breakpoints .img-thumbnail,
.post-links .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.journey2050-search-resources-modal .img-circle,
.journey2050-search-container .img-circle,
.journey2050-search-filter-bar .img-circle,
.journey2050-search-resources .img-circle,
.journey2050-search-resources-widget .journey2050-widget .img-circle,
.mobile-breakpoints .img-circle,
.post-links .img-circle {
  border-radius: 50%;
}
.journey2050-search-resources-modal hr,
.journey2050-search-container hr,
.journey2050-search-filter-bar hr,
.journey2050-search-resources hr,
.journey2050-search-resources-widget .journey2050-widget hr,
.mobile-breakpoints hr,
.post-links hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.journey2050-search-resources-modal .sr-only,
.journey2050-search-container .sr-only,
.journey2050-search-filter-bar .sr-only,
.journey2050-search-resources .sr-only,
.journey2050-search-resources-widget .journey2050-widget .sr-only,
.mobile-breakpoints .sr-only,
.post-links .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.journey2050-search-resources-modal .sr-only-focusable:active,
.journey2050-search-container .sr-only-focusable:active,
.journey2050-search-filter-bar .sr-only-focusable:active,
.journey2050-search-resources .sr-only-focusable:active,
.journey2050-search-resources-widget .journey2050-widget .sr-only-focusable:active,
.mobile-breakpoints .sr-only-focusable:active,
.post-links .sr-only-focusable:active,
.journey2050-search-resources-modal .sr-only-focusable:focus,
.journey2050-search-container .sr-only-focusable:focus,
.journey2050-search-filter-bar .sr-only-focusable:focus,
.journey2050-search-resources .sr-only-focusable:focus,
.journey2050-search-resources-widget .journey2050-widget .sr-only-focusable:focus,
.mobile-breakpoints .sr-only-focusable:focus,
.post-links .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.journey2050-search-resources-modal [role="button"],
.journey2050-search-container [role="button"],
.journey2050-search-filter-bar [role="button"],
.journey2050-search-resources [role="button"],
.journey2050-search-resources-widget .journey2050-widget [role="button"],
.mobile-breakpoints [role="button"],
.post-links [role="button"] {
  cursor: pointer;
}
.journey2050-search-resources-modal h1,
.journey2050-search-container h1,
.journey2050-search-filter-bar h1,
.journey2050-search-resources h1,
.journey2050-search-resources-widget .journey2050-widget h1,
.mobile-breakpoints h1,
.post-links h1,
.journey2050-search-resources-modal h2,
.journey2050-search-container h2,
.journey2050-search-filter-bar h2,
.journey2050-search-resources h2,
.journey2050-search-resources-widget .journey2050-widget h2,
.mobile-breakpoints h2,
.post-links h2,
.journey2050-search-resources-modal h3,
.journey2050-search-container h3,
.journey2050-search-filter-bar h3,
.journey2050-search-resources h3,
.journey2050-search-resources-widget .journey2050-widget h3,
.mobile-breakpoints h3,
.post-links h3,
.journey2050-search-resources-modal h4,
.journey2050-search-container h4,
.journey2050-search-filter-bar h4,
.journey2050-search-resources h4,
.journey2050-search-resources-widget .journey2050-widget h4,
.mobile-breakpoints h4,
.post-links h4,
.journey2050-search-resources-modal h5,
.journey2050-search-container h5,
.journey2050-search-filter-bar h5,
.journey2050-search-resources h5,
.journey2050-search-resources-widget .journey2050-widget h5,
.mobile-breakpoints h5,
.post-links h5,
.journey2050-search-resources-modal h6,
.journey2050-search-container h6,
.journey2050-search-filter-bar h6,
.journey2050-search-resources h6,
.journey2050-search-resources-widget .journey2050-widget h6,
.mobile-breakpoints h6,
.post-links h6,
.journey2050-search-resources-modal .h1,
.journey2050-search-container .h1,
.journey2050-search-filter-bar .h1,
.journey2050-search-resources .h1,
.journey2050-search-resources-widget .journey2050-widget .h1,
.mobile-breakpoints .h1,
.post-links .h1,
.journey2050-search-resources-modal .h2,
.journey2050-search-container .h2,
.journey2050-search-filter-bar .h2,
.journey2050-search-resources .h2,
.journey2050-search-resources-widget .journey2050-widget .h2,
.mobile-breakpoints .h2,
.post-links .h2,
.journey2050-search-resources-modal .h3,
.journey2050-search-container .h3,
.journey2050-search-filter-bar .h3,
.journey2050-search-resources .h3,
.journey2050-search-resources-widget .journey2050-widget .h3,
.mobile-breakpoints .h3,
.post-links .h3,
.journey2050-search-resources-modal .h4,
.journey2050-search-container .h4,
.journey2050-search-filter-bar .h4,
.journey2050-search-resources .h4,
.journey2050-search-resources-widget .journey2050-widget .h4,
.mobile-breakpoints .h4,
.post-links .h4,
.journey2050-search-resources-modal .h5,
.journey2050-search-container .h5,
.journey2050-search-filter-bar .h5,
.journey2050-search-resources .h5,
.journey2050-search-resources-widget .journey2050-widget .h5,
.mobile-breakpoints .h5,
.post-links .h5,
.journey2050-search-resources-modal .h6,
.journey2050-search-container .h6,
.journey2050-search-filter-bar .h6,
.journey2050-search-resources .h6,
.journey2050-search-resources-widget .journey2050-widget .h6,
.mobile-breakpoints .h6,
.post-links .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.journey2050-search-resources-modal h1 small,
.journey2050-search-container h1 small,
.journey2050-search-filter-bar h1 small,
.journey2050-search-resources h1 small,
.journey2050-search-resources-widget .journey2050-widget h1 small,
.mobile-breakpoints h1 small,
.post-links h1 small,
.journey2050-search-resources-modal h2 small,
.journey2050-search-container h2 small,
.journey2050-search-filter-bar h2 small,
.journey2050-search-resources h2 small,
.journey2050-search-resources-widget .journey2050-widget h2 small,
.mobile-breakpoints h2 small,
.post-links h2 small,
.journey2050-search-resources-modal h3 small,
.journey2050-search-container h3 small,
.journey2050-search-filter-bar h3 small,
.journey2050-search-resources h3 small,
.journey2050-search-resources-widget .journey2050-widget h3 small,
.mobile-breakpoints h3 small,
.post-links h3 small,
.journey2050-search-resources-modal h4 small,
.journey2050-search-container h4 small,
.journey2050-search-filter-bar h4 small,
.journey2050-search-resources h4 small,
.journey2050-search-resources-widget .journey2050-widget h4 small,
.mobile-breakpoints h4 small,
.post-links h4 small,
.journey2050-search-resources-modal h5 small,
.journey2050-search-container h5 small,
.journey2050-search-filter-bar h5 small,
.journey2050-search-resources h5 small,
.journey2050-search-resources-widget .journey2050-widget h5 small,
.mobile-breakpoints h5 small,
.post-links h5 small,
.journey2050-search-resources-modal h6 small,
.journey2050-search-container h6 small,
.journey2050-search-filter-bar h6 small,
.journey2050-search-resources h6 small,
.journey2050-search-resources-widget .journey2050-widget h6 small,
.mobile-breakpoints h6 small,
.post-links h6 small,
.journey2050-search-resources-modal .h1 small,
.journey2050-search-container .h1 small,
.journey2050-search-filter-bar .h1 small,
.journey2050-search-resources .h1 small,
.journey2050-search-resources-widget .journey2050-widget .h1 small,
.mobile-breakpoints .h1 small,
.post-links .h1 small,
.journey2050-search-resources-modal .h2 small,
.journey2050-search-container .h2 small,
.journey2050-search-filter-bar .h2 small,
.journey2050-search-resources .h2 small,
.journey2050-search-resources-widget .journey2050-widget .h2 small,
.mobile-breakpoints .h2 small,
.post-links .h2 small,
.journey2050-search-resources-modal .h3 small,
.journey2050-search-container .h3 small,
.journey2050-search-filter-bar .h3 small,
.journey2050-search-resources .h3 small,
.journey2050-search-resources-widget .journey2050-widget .h3 small,
.mobile-breakpoints .h3 small,
.post-links .h3 small,
.journey2050-search-resources-modal .h4 small,
.journey2050-search-container .h4 small,
.journey2050-search-filter-bar .h4 small,
.journey2050-search-resources .h4 small,
.journey2050-search-resources-widget .journey2050-widget .h4 small,
.mobile-breakpoints .h4 small,
.post-links .h4 small,
.journey2050-search-resources-modal .h5 small,
.journey2050-search-container .h5 small,
.journey2050-search-filter-bar .h5 small,
.journey2050-search-resources .h5 small,
.journey2050-search-resources-widget .journey2050-widget .h5 small,
.mobile-breakpoints .h5 small,
.post-links .h5 small,
.journey2050-search-resources-modal .h6 small,
.journey2050-search-container .h6 small,
.journey2050-search-filter-bar .h6 small,
.journey2050-search-resources .h6 small,
.journey2050-search-resources-widget .journey2050-widget .h6 small,
.mobile-breakpoints .h6 small,
.post-links .h6 small,
.journey2050-search-resources-modal h1 .small,
.journey2050-search-container h1 .small,
.journey2050-search-filter-bar h1 .small,
.journey2050-search-resources h1 .small,
.journey2050-search-resources-widget .journey2050-widget h1 .small,
.mobile-breakpoints h1 .small,
.post-links h1 .small,
.journey2050-search-resources-modal h2 .small,
.journey2050-search-container h2 .small,
.journey2050-search-filter-bar h2 .small,
.journey2050-search-resources h2 .small,
.journey2050-search-resources-widget .journey2050-widget h2 .small,
.mobile-breakpoints h2 .small,
.post-links h2 .small,
.journey2050-search-resources-modal h3 .small,
.journey2050-search-container h3 .small,
.journey2050-search-filter-bar h3 .small,
.journey2050-search-resources h3 .small,
.journey2050-search-resources-widget .journey2050-widget h3 .small,
.mobile-breakpoints h3 .small,
.post-links h3 .small,
.journey2050-search-resources-modal h4 .small,
.journey2050-search-container h4 .small,
.journey2050-search-filter-bar h4 .small,
.journey2050-search-resources h4 .small,
.journey2050-search-resources-widget .journey2050-widget h4 .small,
.mobile-breakpoints h4 .small,
.post-links h4 .small,
.journey2050-search-resources-modal h5 .small,
.journey2050-search-container h5 .small,
.journey2050-search-filter-bar h5 .small,
.journey2050-search-resources h5 .small,
.journey2050-search-resources-widget .journey2050-widget h5 .small,
.mobile-breakpoints h5 .small,
.post-links h5 .small,
.journey2050-search-resources-modal h6 .small,
.journey2050-search-container h6 .small,
.journey2050-search-filter-bar h6 .small,
.journey2050-search-resources h6 .small,
.journey2050-search-resources-widget .journey2050-widget h6 .small,
.mobile-breakpoints h6 .small,
.post-links h6 .small,
.journey2050-search-resources-modal .h1 .small,
.journey2050-search-container .h1 .small,
.journey2050-search-filter-bar .h1 .small,
.journey2050-search-resources .h1 .small,
.journey2050-search-resources-widget .journey2050-widget .h1 .small,
.mobile-breakpoints .h1 .small,
.post-links .h1 .small,
.journey2050-search-resources-modal .h2 .small,
.journey2050-search-container .h2 .small,
.journey2050-search-filter-bar .h2 .small,
.journey2050-search-resources .h2 .small,
.journey2050-search-resources-widget .journey2050-widget .h2 .small,
.mobile-breakpoints .h2 .small,
.post-links .h2 .small,
.journey2050-search-resources-modal .h3 .small,
.journey2050-search-container .h3 .small,
.journey2050-search-filter-bar .h3 .small,
.journey2050-search-resources .h3 .small,
.journey2050-search-resources-widget .journey2050-widget .h3 .small,
.mobile-breakpoints .h3 .small,
.post-links .h3 .small,
.journey2050-search-resources-modal .h4 .small,
.journey2050-search-container .h4 .small,
.journey2050-search-filter-bar .h4 .small,
.journey2050-search-resources .h4 .small,
.journey2050-search-resources-widget .journey2050-widget .h4 .small,
.mobile-breakpoints .h4 .small,
.post-links .h4 .small,
.journey2050-search-resources-modal .h5 .small,
.journey2050-search-container .h5 .small,
.journey2050-search-filter-bar .h5 .small,
.journey2050-search-resources .h5 .small,
.journey2050-search-resources-widget .journey2050-widget .h5 .small,
.mobile-breakpoints .h5 .small,
.post-links .h5 .small,
.journey2050-search-resources-modal .h6 .small,
.journey2050-search-container .h6 .small,
.journey2050-search-filter-bar .h6 .small,
.journey2050-search-resources .h6 .small,
.journey2050-search-resources-widget .journey2050-widget .h6 .small,
.mobile-breakpoints .h6 .small,
.post-links .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.journey2050-search-resources-modal h1,
.journey2050-search-container h1,
.journey2050-search-filter-bar h1,
.journey2050-search-resources h1,
.journey2050-search-resources-widget .journey2050-widget h1,
.mobile-breakpoints h1,
.post-links h1,
.journey2050-search-resources-modal .h1,
.journey2050-search-container .h1,
.journey2050-search-filter-bar .h1,
.journey2050-search-resources .h1,
.journey2050-search-resources-widget .journey2050-widget .h1,
.mobile-breakpoints .h1,
.post-links .h1,
.journey2050-search-resources-modal h2,
.journey2050-search-container h2,
.journey2050-search-filter-bar h2,
.journey2050-search-resources h2,
.journey2050-search-resources-widget .journey2050-widget h2,
.mobile-breakpoints h2,
.post-links h2,
.journey2050-search-resources-modal .h2,
.journey2050-search-container .h2,
.journey2050-search-filter-bar .h2,
.journey2050-search-resources .h2,
.journey2050-search-resources-widget .journey2050-widget .h2,
.mobile-breakpoints .h2,
.post-links .h2,
.journey2050-search-resources-modal h3,
.journey2050-search-container h3,
.journey2050-search-filter-bar h3,
.journey2050-search-resources h3,
.journey2050-search-resources-widget .journey2050-widget h3,
.mobile-breakpoints h3,
.post-links h3,
.journey2050-search-resources-modal .h3,
.journey2050-search-container .h3,
.journey2050-search-filter-bar .h3,
.journey2050-search-resources .h3,
.journey2050-search-resources-widget .journey2050-widget .h3,
.mobile-breakpoints .h3,
.post-links .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.journey2050-search-resources-modal h1 small,
.journey2050-search-container h1 small,
.journey2050-search-filter-bar h1 small,
.journey2050-search-resources h1 small,
.journey2050-search-resources-widget .journey2050-widget h1 small,
.mobile-breakpoints h1 small,
.post-links h1 small,
.journey2050-search-resources-modal .h1 small,
.journey2050-search-container .h1 small,
.journey2050-search-filter-bar .h1 small,
.journey2050-search-resources .h1 small,
.journey2050-search-resources-widget .journey2050-widget .h1 small,
.mobile-breakpoints .h1 small,
.post-links .h1 small,
.journey2050-search-resources-modal h2 small,
.journey2050-search-container h2 small,
.journey2050-search-filter-bar h2 small,
.journey2050-search-resources h2 small,
.journey2050-search-resources-widget .journey2050-widget h2 small,
.mobile-breakpoints h2 small,
.post-links h2 small,
.journey2050-search-resources-modal .h2 small,
.journey2050-search-container .h2 small,
.journey2050-search-filter-bar .h2 small,
.journey2050-search-resources .h2 small,
.journey2050-search-resources-widget .journey2050-widget .h2 small,
.mobile-breakpoints .h2 small,
.post-links .h2 small,
.journey2050-search-resources-modal h3 small,
.journey2050-search-container h3 small,
.journey2050-search-filter-bar h3 small,
.journey2050-search-resources h3 small,
.journey2050-search-resources-widget .journey2050-widget h3 small,
.mobile-breakpoints h3 small,
.post-links h3 small,
.journey2050-search-resources-modal .h3 small,
.journey2050-search-container .h3 small,
.journey2050-search-filter-bar .h3 small,
.journey2050-search-resources .h3 small,
.journey2050-search-resources-widget .journey2050-widget .h3 small,
.mobile-breakpoints .h3 small,
.post-links .h3 small,
.journey2050-search-resources-modal h1 .small,
.journey2050-search-container h1 .small,
.journey2050-search-filter-bar h1 .small,
.journey2050-search-resources h1 .small,
.journey2050-search-resources-widget .journey2050-widget h1 .small,
.mobile-breakpoints h1 .small,
.post-links h1 .small,
.journey2050-search-resources-modal .h1 .small,
.journey2050-search-container .h1 .small,
.journey2050-search-filter-bar .h1 .small,
.journey2050-search-resources .h1 .small,
.journey2050-search-resources-widget .journey2050-widget .h1 .small,
.mobile-breakpoints .h1 .small,
.post-links .h1 .small,
.journey2050-search-resources-modal h2 .small,
.journey2050-search-container h2 .small,
.journey2050-search-filter-bar h2 .small,
.journey2050-search-resources h2 .small,
.journey2050-search-resources-widget .journey2050-widget h2 .small,
.mobile-breakpoints h2 .small,
.post-links h2 .small,
.journey2050-search-resources-modal .h2 .small,
.journey2050-search-container .h2 .small,
.journey2050-search-filter-bar .h2 .small,
.journey2050-search-resources .h2 .small,
.journey2050-search-resources-widget .journey2050-widget .h2 .small,
.mobile-breakpoints .h2 .small,
.post-links .h2 .small,
.journey2050-search-resources-modal h3 .small,
.journey2050-search-container h3 .small,
.journey2050-search-filter-bar h3 .small,
.journey2050-search-resources h3 .small,
.journey2050-search-resources-widget .journey2050-widget h3 .small,
.mobile-breakpoints h3 .small,
.post-links h3 .small,
.journey2050-search-resources-modal .h3 .small,
.journey2050-search-container .h3 .small,
.journey2050-search-filter-bar .h3 .small,
.journey2050-search-resources .h3 .small,
.journey2050-search-resources-widget .journey2050-widget .h3 .small,
.mobile-breakpoints .h3 .small,
.post-links .h3 .small {
  font-size: 65%;
}
.journey2050-search-resources-modal h4,
.journey2050-search-container h4,
.journey2050-search-filter-bar h4,
.journey2050-search-resources h4,
.journey2050-search-resources-widget .journey2050-widget h4,
.mobile-breakpoints h4,
.post-links h4,
.journey2050-search-resources-modal .h4,
.journey2050-search-container .h4,
.journey2050-search-filter-bar .h4,
.journey2050-search-resources .h4,
.journey2050-search-resources-widget .journey2050-widget .h4,
.mobile-breakpoints .h4,
.post-links .h4,
.journey2050-search-resources-modal h5,
.journey2050-search-container h5,
.journey2050-search-filter-bar h5,
.journey2050-search-resources h5,
.journey2050-search-resources-widget .journey2050-widget h5,
.mobile-breakpoints h5,
.post-links h5,
.journey2050-search-resources-modal .h5,
.journey2050-search-container .h5,
.journey2050-search-filter-bar .h5,
.journey2050-search-resources .h5,
.journey2050-search-resources-widget .journey2050-widget .h5,
.mobile-breakpoints .h5,
.post-links .h5,
.journey2050-search-resources-modal h6,
.journey2050-search-container h6,
.journey2050-search-filter-bar h6,
.journey2050-search-resources h6,
.journey2050-search-resources-widget .journey2050-widget h6,
.mobile-breakpoints h6,
.post-links h6,
.journey2050-search-resources-modal .h6,
.journey2050-search-container .h6,
.journey2050-search-filter-bar .h6,
.journey2050-search-resources .h6,
.journey2050-search-resources-widget .journey2050-widget .h6,
.mobile-breakpoints .h6,
.post-links .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.journey2050-search-resources-modal h4 small,
.journey2050-search-container h4 small,
.journey2050-search-filter-bar h4 small,
.journey2050-search-resources h4 small,
.journey2050-search-resources-widget .journey2050-widget h4 small,
.mobile-breakpoints h4 small,
.post-links h4 small,
.journey2050-search-resources-modal .h4 small,
.journey2050-search-container .h4 small,
.journey2050-search-filter-bar .h4 small,
.journey2050-search-resources .h4 small,
.journey2050-search-resources-widget .journey2050-widget .h4 small,
.mobile-breakpoints .h4 small,
.post-links .h4 small,
.journey2050-search-resources-modal h5 small,
.journey2050-search-container h5 small,
.journey2050-search-filter-bar h5 small,
.journey2050-search-resources h5 small,
.journey2050-search-resources-widget .journey2050-widget h5 small,
.mobile-breakpoints h5 small,
.post-links h5 small,
.journey2050-search-resources-modal .h5 small,
.journey2050-search-container .h5 small,
.journey2050-search-filter-bar .h5 small,
.journey2050-search-resources .h5 small,
.journey2050-search-resources-widget .journey2050-widget .h5 small,
.mobile-breakpoints .h5 small,
.post-links .h5 small,
.journey2050-search-resources-modal h6 small,
.journey2050-search-container h6 small,
.journey2050-search-filter-bar h6 small,
.journey2050-search-resources h6 small,
.journey2050-search-resources-widget .journey2050-widget h6 small,
.mobile-breakpoints h6 small,
.post-links h6 small,
.journey2050-search-resources-modal .h6 small,
.journey2050-search-container .h6 small,
.journey2050-search-filter-bar .h6 small,
.journey2050-search-resources .h6 small,
.journey2050-search-resources-widget .journey2050-widget .h6 small,
.mobile-breakpoints .h6 small,
.post-links .h6 small,
.journey2050-search-resources-modal h4 .small,
.journey2050-search-container h4 .small,
.journey2050-search-filter-bar h4 .small,
.journey2050-search-resources h4 .small,
.journey2050-search-resources-widget .journey2050-widget h4 .small,
.mobile-breakpoints h4 .small,
.post-links h4 .small,
.journey2050-search-resources-modal .h4 .small,
.journey2050-search-container .h4 .small,
.journey2050-search-filter-bar .h4 .small,
.journey2050-search-resources .h4 .small,
.journey2050-search-resources-widget .journey2050-widget .h4 .small,
.mobile-breakpoints .h4 .small,
.post-links .h4 .small,
.journey2050-search-resources-modal h5 .small,
.journey2050-search-container h5 .small,
.journey2050-search-filter-bar h5 .small,
.journey2050-search-resources h5 .small,
.journey2050-search-resources-widget .journey2050-widget h5 .small,
.mobile-breakpoints h5 .small,
.post-links h5 .small,
.journey2050-search-resources-modal .h5 .small,
.journey2050-search-container .h5 .small,
.journey2050-search-filter-bar .h5 .small,
.journey2050-search-resources .h5 .small,
.journey2050-search-resources-widget .journey2050-widget .h5 .small,
.mobile-breakpoints .h5 .small,
.post-links .h5 .small,
.journey2050-search-resources-modal h6 .small,
.journey2050-search-container h6 .small,
.journey2050-search-filter-bar h6 .small,
.journey2050-search-resources h6 .small,
.journey2050-search-resources-widget .journey2050-widget h6 .small,
.mobile-breakpoints h6 .small,
.post-links h6 .small,
.journey2050-search-resources-modal .h6 .small,
.journey2050-search-container .h6 .small,
.journey2050-search-filter-bar .h6 .small,
.journey2050-search-resources .h6 .small,
.journey2050-search-resources-widget .journey2050-widget .h6 .small,
.mobile-breakpoints .h6 .small,
.post-links .h6 .small {
  font-size: 75%;
}
.journey2050-search-resources-modal h1,
.journey2050-search-container h1,
.journey2050-search-filter-bar h1,
.journey2050-search-resources h1,
.journey2050-search-resources-widget .journey2050-widget h1,
.mobile-breakpoints h1,
.post-links h1,
.journey2050-search-resources-modal .h1,
.journey2050-search-container .h1,
.journey2050-search-filter-bar .h1,
.journey2050-search-resources .h1,
.journey2050-search-resources-widget .journey2050-widget .h1,
.mobile-breakpoints .h1,
.post-links .h1 {
  font-size: 36px;
}
.journey2050-search-resources-modal h2,
.journey2050-search-container h2,
.journey2050-search-filter-bar h2,
.journey2050-search-resources h2,
.journey2050-search-resources-widget .journey2050-widget h2,
.mobile-breakpoints h2,
.post-links h2,
.journey2050-search-resources-modal .h2,
.journey2050-search-container .h2,
.journey2050-search-filter-bar .h2,
.journey2050-search-resources .h2,
.journey2050-search-resources-widget .journey2050-widget .h2,
.mobile-breakpoints .h2,
.post-links .h2 {
  font-size: 30px;
}
.journey2050-search-resources-modal h3,
.journey2050-search-container h3,
.journey2050-search-filter-bar h3,
.journey2050-search-resources h3,
.journey2050-search-resources-widget .journey2050-widget h3,
.mobile-breakpoints h3,
.post-links h3,
.journey2050-search-resources-modal .h3,
.journey2050-search-container .h3,
.journey2050-search-filter-bar .h3,
.journey2050-search-resources .h3,
.journey2050-search-resources-widget .journey2050-widget .h3,
.mobile-breakpoints .h3,
.post-links .h3 {
  font-size: 24px;
}
.journey2050-search-resources-modal h4,
.journey2050-search-container h4,
.journey2050-search-filter-bar h4,
.journey2050-search-resources h4,
.journey2050-search-resources-widget .journey2050-widget h4,
.mobile-breakpoints h4,
.post-links h4,
.journey2050-search-resources-modal .h4,
.journey2050-search-container .h4,
.journey2050-search-filter-bar .h4,
.journey2050-search-resources .h4,
.journey2050-search-resources-widget .journey2050-widget .h4,
.mobile-breakpoints .h4,
.post-links .h4 {
  font-size: 18px;
}
.journey2050-search-resources-modal h5,
.journey2050-search-container h5,
.journey2050-search-filter-bar h5,
.journey2050-search-resources h5,
.journey2050-search-resources-widget .journey2050-widget h5,
.mobile-breakpoints h5,
.post-links h5,
.journey2050-search-resources-modal .h5,
.journey2050-search-container .h5,
.journey2050-search-filter-bar .h5,
.journey2050-search-resources .h5,
.journey2050-search-resources-widget .journey2050-widget .h5,
.mobile-breakpoints .h5,
.post-links .h5 {
  font-size: 14px;
}
.journey2050-search-resources-modal h6,
.journey2050-search-container h6,
.journey2050-search-filter-bar h6,
.journey2050-search-resources h6,
.journey2050-search-resources-widget .journey2050-widget h6,
.mobile-breakpoints h6,
.post-links h6,
.journey2050-search-resources-modal .h6,
.journey2050-search-container .h6,
.journey2050-search-filter-bar .h6,
.journey2050-search-resources .h6,
.journey2050-search-resources-widget .journey2050-widget .h6,
.mobile-breakpoints .h6,
.post-links .h6 {
  font-size: 12px;
}
.journey2050-search-resources-modal p,
.journey2050-search-container p,
.journey2050-search-filter-bar p,
.journey2050-search-resources p,
.journey2050-search-resources-widget .journey2050-widget p,
.mobile-breakpoints p,
.post-links p {
  margin: 0 0 10px;
}
.journey2050-search-resources-modal .lead,
.journey2050-search-container .lead,
.journey2050-search-filter-bar .lead,
.journey2050-search-resources .lead,
.journey2050-search-resources-widget .journey2050-widget .lead,
.mobile-breakpoints .lead,
.post-links .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .journey2050-search-resources-modal .lead,
  .journey2050-search-container .lead,
  .journey2050-search-filter-bar .lead,
  .journey2050-search-resources .lead,
  .journey2050-search-resources-widget .journey2050-widget .lead,
  .mobile-breakpoints .lead,
  .post-links .lead {
    font-size: 21px;
  }
}
.journey2050-search-resources-modal small,
.journey2050-search-container small,
.journey2050-search-filter-bar small,
.journey2050-search-resources small,
.journey2050-search-resources-widget .journey2050-widget small,
.mobile-breakpoints small,
.post-links small,
.journey2050-search-resources-modal .small,
.journey2050-search-container .small,
.journey2050-search-filter-bar .small,
.journey2050-search-resources .small,
.journey2050-search-resources-widget .journey2050-widget .small,
.mobile-breakpoints .small,
.post-links .small {
  font-size: 85%;
}
.journey2050-search-resources-modal mark,
.journey2050-search-container mark,
.journey2050-search-filter-bar mark,
.journey2050-search-resources mark,
.journey2050-search-resources-widget .journey2050-widget mark,
.mobile-breakpoints mark,
.post-links mark,
.journey2050-search-resources-modal .mark,
.journey2050-search-container .mark,
.journey2050-search-filter-bar .mark,
.journey2050-search-resources .mark,
.journey2050-search-resources-widget .journey2050-widget .mark,
.mobile-breakpoints .mark,
.post-links .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.journey2050-search-resources-modal .text-left,
.journey2050-search-container .text-left,
.journey2050-search-filter-bar .text-left,
.journey2050-search-resources .text-left,
.journey2050-search-resources-widget .journey2050-widget .text-left,
.mobile-breakpoints .text-left,
.post-links .text-left {
  text-align: left;
}
.journey2050-search-resources-modal .text-right,
.journey2050-search-container .text-right,
.journey2050-search-filter-bar .text-right,
.journey2050-search-resources .text-right,
.journey2050-search-resources-widget .journey2050-widget .text-right,
.mobile-breakpoints .text-right,
.post-links .text-right {
  text-align: right;
}
.journey2050-search-resources-modal .text-center,
.journey2050-search-container .text-center,
.journey2050-search-filter-bar .text-center,
.journey2050-search-resources .text-center,
.journey2050-search-resources-widget .journey2050-widget .text-center,
.mobile-breakpoints .text-center,
.post-links .text-center {
  text-align: center;
}
.journey2050-search-resources-modal .text-justify,
.journey2050-search-container .text-justify,
.journey2050-search-filter-bar .text-justify,
.journey2050-search-resources .text-justify,
.journey2050-search-resources-widget .journey2050-widget .text-justify,
.mobile-breakpoints .text-justify,
.post-links .text-justify {
  text-align: justify;
}
.journey2050-search-resources-modal .text-nowrap,
.journey2050-search-container .text-nowrap,
.journey2050-search-filter-bar .text-nowrap,
.journey2050-search-resources .text-nowrap,
.journey2050-search-resources-widget .journey2050-widget .text-nowrap,
.mobile-breakpoints .text-nowrap,
.post-links .text-nowrap {
  white-space: nowrap;
}
.journey2050-search-resources-modal .text-lowercase,
.journey2050-search-container .text-lowercase,
.journey2050-search-filter-bar .text-lowercase,
.journey2050-search-resources .text-lowercase,
.journey2050-search-resources-widget .journey2050-widget .text-lowercase,
.mobile-breakpoints .text-lowercase,
.post-links .text-lowercase {
  text-transform: lowercase;
}
.journey2050-search-resources-modal .text-uppercase,
.journey2050-search-container .text-uppercase,
.journey2050-search-filter-bar .text-uppercase,
.journey2050-search-resources .text-uppercase,
.journey2050-search-resources-widget .journey2050-widget .text-uppercase,
.mobile-breakpoints .text-uppercase,
.post-links .text-uppercase {
  text-transform: uppercase;
}
.journey2050-search-resources-modal .text-capitalize,
.journey2050-search-container .text-capitalize,
.journey2050-search-filter-bar .text-capitalize,
.journey2050-search-resources .text-capitalize,
.journey2050-search-resources-widget .journey2050-widget .text-capitalize,
.mobile-breakpoints .text-capitalize,
.post-links .text-capitalize {
  text-transform: capitalize;
}
.journey2050-search-resources-modal .text-muted,
.journey2050-search-container .text-muted,
.journey2050-search-filter-bar .text-muted,
.journey2050-search-resources .text-muted,
.journey2050-search-resources-widget .journey2050-widget .text-muted,
.mobile-breakpoints .text-muted,
.post-links .text-muted {
  color: #777777;
}
.journey2050-search-resources-modal .text-primary,
.journey2050-search-container .text-primary,
.journey2050-search-filter-bar .text-primary,
.journey2050-search-resources .text-primary,
.journey2050-search-resources-widget .journey2050-widget .text-primary,
.mobile-breakpoints .text-primary,
.post-links .text-primary {
  color: #337ab7;
}
a.journey2050-search-resources-modal .text-primary:hover,
a.journey2050-search-container .text-primary:hover,
a.journey2050-search-filter-bar .text-primary:hover,
a.journey2050-search-resources .text-primary:hover,
a.journey2050-search-resources-widget .journey2050-widget .text-primary:hover,
a.mobile-breakpoints .text-primary:hover,
a.post-links .text-primary:hover,
a.journey2050-search-resources-modal .text-primary:focus,
a.journey2050-search-container .text-primary:focus,
a.journey2050-search-filter-bar .text-primary:focus,
a.journey2050-search-resources .text-primary:focus,
a.journey2050-search-resources-widget .journey2050-widget .text-primary:focus,
a.mobile-breakpoints .text-primary:focus,
a.post-links .text-primary:focus {
  color: #286090;
}
.journey2050-search-resources-modal .text-success,
.journey2050-search-container .text-success,
.journey2050-search-filter-bar .text-success,
.journey2050-search-resources .text-success,
.journey2050-search-resources-widget .journey2050-widget .text-success,
.mobile-breakpoints .text-success,
.post-links .text-success {
  color: #3c763d;
}
a.journey2050-search-resources-modal .text-success:hover,
a.journey2050-search-container .text-success:hover,
a.journey2050-search-filter-bar .text-success:hover,
a.journey2050-search-resources .text-success:hover,
a.journey2050-search-resources-widget .journey2050-widget .text-success:hover,
a.mobile-breakpoints .text-success:hover,
a.post-links .text-success:hover,
a.journey2050-search-resources-modal .text-success:focus,
a.journey2050-search-container .text-success:focus,
a.journey2050-search-filter-bar .text-success:focus,
a.journey2050-search-resources .text-success:focus,
a.journey2050-search-resources-widget .journey2050-widget .text-success:focus,
a.mobile-breakpoints .text-success:focus,
a.post-links .text-success:focus {
  color: #2b542c;
}
.journey2050-search-resources-modal .text-info,
.journey2050-search-container .text-info,
.journey2050-search-filter-bar .text-info,
.journey2050-search-resources .text-info,
.journey2050-search-resources-widget .journey2050-widget .text-info,
.mobile-breakpoints .text-info,
.post-links .text-info {
  color: #31708f;
}
a.journey2050-search-resources-modal .text-info:hover,
a.journey2050-search-container .text-info:hover,
a.journey2050-search-filter-bar .text-info:hover,
a.journey2050-search-resources .text-info:hover,
a.journey2050-search-resources-widget .journey2050-widget .text-info:hover,
a.mobile-breakpoints .text-info:hover,
a.post-links .text-info:hover,
a.journey2050-search-resources-modal .text-info:focus,
a.journey2050-search-container .text-info:focus,
a.journey2050-search-filter-bar .text-info:focus,
a.journey2050-search-resources .text-info:focus,
a.journey2050-search-resources-widget .journey2050-widget .text-info:focus,
a.mobile-breakpoints .text-info:focus,
a.post-links .text-info:focus {
  color: #245269;
}
.journey2050-search-resources-modal .text-warning,
.journey2050-search-container .text-warning,
.journey2050-search-filter-bar .text-warning,
.journey2050-search-resources .text-warning,
.journey2050-search-resources-widget .journey2050-widget .text-warning,
.mobile-breakpoints .text-warning,
.post-links .text-warning {
  color: #8a6d3b;
}
a.journey2050-search-resources-modal .text-warning:hover,
a.journey2050-search-container .text-warning:hover,
a.journey2050-search-filter-bar .text-warning:hover,
a.journey2050-search-resources .text-warning:hover,
a.journey2050-search-resources-widget .journey2050-widget .text-warning:hover,
a.mobile-breakpoints .text-warning:hover,
a.post-links .text-warning:hover,
a.journey2050-search-resources-modal .text-warning:focus,
a.journey2050-search-container .text-warning:focus,
a.journey2050-search-filter-bar .text-warning:focus,
a.journey2050-search-resources .text-warning:focus,
a.journey2050-search-resources-widget .journey2050-widget .text-warning:focus,
a.mobile-breakpoints .text-warning:focus,
a.post-links .text-warning:focus {
  color: #66512c;
}
.journey2050-search-resources-modal .text-danger,
.journey2050-search-container .text-danger,
.journey2050-search-filter-bar .text-danger,
.journey2050-search-resources .text-danger,
.journey2050-search-resources-widget .journey2050-widget .text-danger,
.mobile-breakpoints .text-danger,
.post-links .text-danger {
  color: #a94442;
}
a.journey2050-search-resources-modal .text-danger:hover,
a.journey2050-search-container .text-danger:hover,
a.journey2050-search-filter-bar .text-danger:hover,
a.journey2050-search-resources .text-danger:hover,
a.journey2050-search-resources-widget .journey2050-widget .text-danger:hover,
a.mobile-breakpoints .text-danger:hover,
a.post-links .text-danger:hover,
a.journey2050-search-resources-modal .text-danger:focus,
a.journey2050-search-container .text-danger:focus,
a.journey2050-search-filter-bar .text-danger:focus,
a.journey2050-search-resources .text-danger:focus,
a.journey2050-search-resources-widget .journey2050-widget .text-danger:focus,
a.mobile-breakpoints .text-danger:focus,
a.post-links .text-danger:focus {
  color: #843534;
}
.journey2050-search-resources-modal .bg-primary,
.journey2050-search-container .bg-primary,
.journey2050-search-filter-bar .bg-primary,
.journey2050-search-resources .bg-primary,
.journey2050-search-resources-widget .journey2050-widget .bg-primary,
.mobile-breakpoints .bg-primary,
.post-links .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.journey2050-search-resources-modal .bg-primary:hover,
a.journey2050-search-container .bg-primary:hover,
a.journey2050-search-filter-bar .bg-primary:hover,
a.journey2050-search-resources .bg-primary:hover,
a.journey2050-search-resources-widget .journey2050-widget .bg-primary:hover,
a.mobile-breakpoints .bg-primary:hover,
a.post-links .bg-primary:hover,
a.journey2050-search-resources-modal .bg-primary:focus,
a.journey2050-search-container .bg-primary:focus,
a.journey2050-search-filter-bar .bg-primary:focus,
a.journey2050-search-resources .bg-primary:focus,
a.journey2050-search-resources-widget .journey2050-widget .bg-primary:focus,
a.mobile-breakpoints .bg-primary:focus,
a.post-links .bg-primary:focus {
  background-color: #286090;
}
.journey2050-search-resources-modal .bg-success,
.journey2050-search-container .bg-success,
.journey2050-search-filter-bar .bg-success,
.journey2050-search-resources .bg-success,
.journey2050-search-resources-widget .journey2050-widget .bg-success,
.mobile-breakpoints .bg-success,
.post-links .bg-success {
  background-color: #dff0d8;
}
a.journey2050-search-resources-modal .bg-success:hover,
a.journey2050-search-container .bg-success:hover,
a.journey2050-search-filter-bar .bg-success:hover,
a.journey2050-search-resources .bg-success:hover,
a.journey2050-search-resources-widget .journey2050-widget .bg-success:hover,
a.mobile-breakpoints .bg-success:hover,
a.post-links .bg-success:hover,
a.journey2050-search-resources-modal .bg-success:focus,
a.journey2050-search-container .bg-success:focus,
a.journey2050-search-filter-bar .bg-success:focus,
a.journey2050-search-resources .bg-success:focus,
a.journey2050-search-resources-widget .journey2050-widget .bg-success:focus,
a.mobile-breakpoints .bg-success:focus,
a.post-links .bg-success:focus {
  background-color: #c1e2b3;
}
.journey2050-search-resources-modal .bg-info,
.journey2050-search-container .bg-info,
.journey2050-search-filter-bar .bg-info,
.journey2050-search-resources .bg-info,
.journey2050-search-resources-widget .journey2050-widget .bg-info,
.mobile-breakpoints .bg-info,
.post-links .bg-info {
  background-color: #d9edf7;
}
a.journey2050-search-resources-modal .bg-info:hover,
a.journey2050-search-container .bg-info:hover,
a.journey2050-search-filter-bar .bg-info:hover,
a.journey2050-search-resources .bg-info:hover,
a.journey2050-search-resources-widget .journey2050-widget .bg-info:hover,
a.mobile-breakpoints .bg-info:hover,
a.post-links .bg-info:hover,
a.journey2050-search-resources-modal .bg-info:focus,
a.journey2050-search-container .bg-info:focus,
a.journey2050-search-filter-bar .bg-info:focus,
a.journey2050-search-resources .bg-info:focus,
a.journey2050-search-resources-widget .journey2050-widget .bg-info:focus,
a.mobile-breakpoints .bg-info:focus,
a.post-links .bg-info:focus {
  background-color: #afd9ee;
}
.journey2050-search-resources-modal .bg-warning,
.journey2050-search-container .bg-warning,
.journey2050-search-filter-bar .bg-warning,
.journey2050-search-resources .bg-warning,
.journey2050-search-resources-widget .journey2050-widget .bg-warning,
.mobile-breakpoints .bg-warning,
.post-links .bg-warning {
  background-color: #fcf8e3;
}
a.journey2050-search-resources-modal .bg-warning:hover,
a.journey2050-search-container .bg-warning:hover,
a.journey2050-search-filter-bar .bg-warning:hover,
a.journey2050-search-resources .bg-warning:hover,
a.journey2050-search-resources-widget .journey2050-widget .bg-warning:hover,
a.mobile-breakpoints .bg-warning:hover,
a.post-links .bg-warning:hover,
a.journey2050-search-resources-modal .bg-warning:focus,
a.journey2050-search-container .bg-warning:focus,
a.journey2050-search-filter-bar .bg-warning:focus,
a.journey2050-search-resources .bg-warning:focus,
a.journey2050-search-resources-widget .journey2050-widget .bg-warning:focus,
a.mobile-breakpoints .bg-warning:focus,
a.post-links .bg-warning:focus {
  background-color: #f7ecb5;
}
.journey2050-search-resources-modal .bg-danger,
.journey2050-search-container .bg-danger,
.journey2050-search-filter-bar .bg-danger,
.journey2050-search-resources .bg-danger,
.journey2050-search-resources-widget .journey2050-widget .bg-danger,
.mobile-breakpoints .bg-danger,
.post-links .bg-danger {
  background-color: #f2dede;
}
a.journey2050-search-resources-modal .bg-danger:hover,
a.journey2050-search-container .bg-danger:hover,
a.journey2050-search-filter-bar .bg-danger:hover,
a.journey2050-search-resources .bg-danger:hover,
a.journey2050-search-resources-widget .journey2050-widget .bg-danger:hover,
a.mobile-breakpoints .bg-danger:hover,
a.post-links .bg-danger:hover,
a.journey2050-search-resources-modal .bg-danger:focus,
a.journey2050-search-container .bg-danger:focus,
a.journey2050-search-filter-bar .bg-danger:focus,
a.journey2050-search-resources .bg-danger:focus,
a.journey2050-search-resources-widget .journey2050-widget .bg-danger:focus,
a.mobile-breakpoints .bg-danger:focus,
a.post-links .bg-danger:focus {
  background-color: #e4b9b9;
}
.journey2050-search-resources-modal .page-header,
.journey2050-search-container .page-header,
.journey2050-search-filter-bar .page-header,
.journey2050-search-resources .page-header,
.journey2050-search-resources-widget .journey2050-widget .page-header,
.mobile-breakpoints .page-header,
.post-links .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.journey2050-search-resources-modal ul,
.journey2050-search-container ul,
.journey2050-search-filter-bar ul,
.journey2050-search-resources ul,
.journey2050-search-resources-widget .journey2050-widget ul,
.mobile-breakpoints ul,
.post-links ul,
.journey2050-search-resources-modal ol,
.journey2050-search-container ol,
.journey2050-search-filter-bar ol,
.journey2050-search-resources ol,
.journey2050-search-resources-widget .journey2050-widget ol,
.mobile-breakpoints ol,
.post-links ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.journey2050-search-resources-modal ul ul,
.journey2050-search-container ul ul,
.journey2050-search-filter-bar ul ul,
.journey2050-search-resources ul ul,
.journey2050-search-resources-widget .journey2050-widget ul ul,
.mobile-breakpoints ul ul,
.post-links ul ul,
.journey2050-search-resources-modal ol ul,
.journey2050-search-container ol ul,
.journey2050-search-filter-bar ol ul,
.journey2050-search-resources ol ul,
.journey2050-search-resources-widget .journey2050-widget ol ul,
.mobile-breakpoints ol ul,
.post-links ol ul,
.journey2050-search-resources-modal ul ol,
.journey2050-search-container ul ol,
.journey2050-search-filter-bar ul ol,
.journey2050-search-resources ul ol,
.journey2050-search-resources-widget .journey2050-widget ul ol,
.mobile-breakpoints ul ol,
.post-links ul ol,
.journey2050-search-resources-modal ol ol,
.journey2050-search-container ol ol,
.journey2050-search-filter-bar ol ol,
.journey2050-search-resources ol ol,
.journey2050-search-resources-widget .journey2050-widget ol ol,
.mobile-breakpoints ol ol,
.post-links ol ol {
  margin-bottom: 0;
}
.journey2050-search-resources-modal .list-unstyled,
.journey2050-search-container .list-unstyled,
.journey2050-search-filter-bar .list-unstyled,
.journey2050-search-resources .list-unstyled,
.journey2050-search-resources-widget .journey2050-widget .list-unstyled,
.mobile-breakpoints .list-unstyled,
.post-links .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.journey2050-search-resources-modal .list-inline,
.journey2050-search-container .list-inline,
.journey2050-search-filter-bar .list-inline,
.journey2050-search-resources .list-inline,
.journey2050-search-resources-widget .journey2050-widget .list-inline,
.mobile-breakpoints .list-inline,
.post-links .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.journey2050-search-resources-modal .list-inline > li,
.journey2050-search-container .list-inline > li,
.journey2050-search-filter-bar .list-inline > li,
.journey2050-search-resources .list-inline > li,
.journey2050-search-resources-widget .journey2050-widget .list-inline > li,
.mobile-breakpoints .list-inline > li,
.post-links .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.journey2050-search-resources-modal dl,
.journey2050-search-container dl,
.journey2050-search-filter-bar dl,
.journey2050-search-resources dl,
.journey2050-search-resources-widget .journey2050-widget dl,
.mobile-breakpoints dl,
.post-links dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.journey2050-search-resources-modal dt,
.journey2050-search-container dt,
.journey2050-search-filter-bar dt,
.journey2050-search-resources dt,
.journey2050-search-resources-widget .journey2050-widget dt,
.mobile-breakpoints dt,
.post-links dt,
.journey2050-search-resources-modal dd,
.journey2050-search-container dd,
.journey2050-search-filter-bar dd,
.journey2050-search-resources dd,
.journey2050-search-resources-widget .journey2050-widget dd,
.mobile-breakpoints dd,
.post-links dd {
  line-height: 1.42857143;
}
.journey2050-search-resources-modal dt,
.journey2050-search-container dt,
.journey2050-search-filter-bar dt,
.journey2050-search-resources dt,
.journey2050-search-resources-widget .journey2050-widget dt,
.mobile-breakpoints dt,
.post-links dt {
  font-weight: bold;
}
.journey2050-search-resources-modal dd,
.journey2050-search-container dd,
.journey2050-search-filter-bar dd,
.journey2050-search-resources dd,
.journey2050-search-resources-widget .journey2050-widget dd,
.mobile-breakpoints dd,
.post-links dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .journey2050-search-resources-modal .dl-horizontal dt,
  .journey2050-search-container .dl-horizontal dt,
  .journey2050-search-filter-bar .dl-horizontal dt,
  .journey2050-search-resources .dl-horizontal dt,
  .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dt,
  .mobile-breakpoints .dl-horizontal dt,
  .post-links .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .journey2050-search-resources-modal .dl-horizontal dd,
  .journey2050-search-container .dl-horizontal dd,
  .journey2050-search-filter-bar .dl-horizontal dd,
  .journey2050-search-resources .dl-horizontal dd,
  .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd,
  .mobile-breakpoints .dl-horizontal dd,
  .post-links .dl-horizontal dd {
    margin-left: 180px;
  }
}
.journey2050-search-resources-modal abbr[title],
.journey2050-search-container abbr[title],
.journey2050-search-filter-bar abbr[title],
.journey2050-search-resources abbr[title],
.journey2050-search-resources-widget .journey2050-widget abbr[title],
.mobile-breakpoints abbr[title],
.post-links abbr[title],
.journey2050-search-resources-modal abbr[data-original-title],
.journey2050-search-container abbr[data-original-title],
.journey2050-search-filter-bar abbr[data-original-title],
.journey2050-search-resources abbr[data-original-title],
.journey2050-search-resources-widget .journey2050-widget abbr[data-original-title],
.mobile-breakpoints abbr[data-original-title],
.post-links abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.journey2050-search-resources-modal .initialism,
.journey2050-search-container .initialism,
.journey2050-search-filter-bar .initialism,
.journey2050-search-resources .initialism,
.journey2050-search-resources-widget .journey2050-widget .initialism,
.mobile-breakpoints .initialism,
.post-links .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.journey2050-search-resources-modal blockquote,
.journey2050-search-container blockquote,
.journey2050-search-filter-bar blockquote,
.journey2050-search-resources blockquote,
.journey2050-search-resources-widget .journey2050-widget blockquote,
.mobile-breakpoints blockquote,
.post-links blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.journey2050-search-resources-modal blockquote p:last-child,
.journey2050-search-container blockquote p:last-child,
.journey2050-search-filter-bar blockquote p:last-child,
.journey2050-search-resources blockquote p:last-child,
.journey2050-search-resources-widget .journey2050-widget blockquote p:last-child,
.mobile-breakpoints blockquote p:last-child,
.post-links blockquote p:last-child,
.journey2050-search-resources-modal blockquote ul:last-child,
.journey2050-search-container blockquote ul:last-child,
.journey2050-search-filter-bar blockquote ul:last-child,
.journey2050-search-resources blockquote ul:last-child,
.journey2050-search-resources-widget .journey2050-widget blockquote ul:last-child,
.mobile-breakpoints blockquote ul:last-child,
.post-links blockquote ul:last-child,
.journey2050-search-resources-modal blockquote ol:last-child,
.journey2050-search-container blockquote ol:last-child,
.journey2050-search-filter-bar blockquote ol:last-child,
.journey2050-search-resources blockquote ol:last-child,
.journey2050-search-resources-widget .journey2050-widget blockquote ol:last-child,
.mobile-breakpoints blockquote ol:last-child,
.post-links blockquote ol:last-child {
  margin-bottom: 0;
}
.journey2050-search-resources-modal blockquote footer,
.journey2050-search-container blockquote footer,
.journey2050-search-filter-bar blockquote footer,
.journey2050-search-resources blockquote footer,
.journey2050-search-resources-widget .journey2050-widget blockquote footer,
.mobile-breakpoints blockquote footer,
.post-links blockquote footer,
.journey2050-search-resources-modal blockquote small,
.journey2050-search-container blockquote small,
.journey2050-search-filter-bar blockquote small,
.journey2050-search-resources blockquote small,
.journey2050-search-resources-widget .journey2050-widget blockquote small,
.mobile-breakpoints blockquote small,
.post-links blockquote small,
.journey2050-search-resources-modal blockquote .small,
.journey2050-search-container blockquote .small,
.journey2050-search-filter-bar blockquote .small,
.journey2050-search-resources blockquote .small,
.journey2050-search-resources-widget .journey2050-widget blockquote .small,
.mobile-breakpoints blockquote .small,
.post-links blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.journey2050-search-resources-modal blockquote footer:before,
.journey2050-search-container blockquote footer:before,
.journey2050-search-filter-bar blockquote footer:before,
.journey2050-search-resources blockquote footer:before,
.journey2050-search-resources-widget .journey2050-widget blockquote footer:before,
.mobile-breakpoints blockquote footer:before,
.post-links blockquote footer:before,
.journey2050-search-resources-modal blockquote small:before,
.journey2050-search-container blockquote small:before,
.journey2050-search-filter-bar blockquote small:before,
.journey2050-search-resources blockquote small:before,
.journey2050-search-resources-widget .journey2050-widget blockquote small:before,
.mobile-breakpoints blockquote small:before,
.post-links blockquote small:before,
.journey2050-search-resources-modal blockquote .small:before,
.journey2050-search-container blockquote .small:before,
.journey2050-search-filter-bar blockquote .small:before,
.journey2050-search-resources blockquote .small:before,
.journey2050-search-resources-widget .journey2050-widget blockquote .small:before,
.mobile-breakpoints blockquote .small:before,
.post-links blockquote .small:before {
  content: '\2014 \00A0';
}
.journey2050-search-resources-modal .blockquote-reverse,
.journey2050-search-container .blockquote-reverse,
.journey2050-search-filter-bar .blockquote-reverse,
.journey2050-search-resources .blockquote-reverse,
.journey2050-search-resources-widget .journey2050-widget .blockquote-reverse,
.mobile-breakpoints .blockquote-reverse,
.post-links .blockquote-reverse,
.journey2050-search-resources-modal blockquote.pull-right,
.journey2050-search-container blockquote.pull-right,
.journey2050-search-filter-bar blockquote.pull-right,
.journey2050-search-resources blockquote.pull-right,
.journey2050-search-resources-widget .journey2050-widget blockquote.pull-right,
.mobile-breakpoints blockquote.pull-right,
.post-links blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.journey2050-search-resources-modal .blockquote-reverse footer:before,
.journey2050-search-container .blockquote-reverse footer:before,
.journey2050-search-filter-bar .blockquote-reverse footer:before,
.journey2050-search-resources .blockquote-reverse footer:before,
.journey2050-search-resources-widget .journey2050-widget .blockquote-reverse footer:before,
.mobile-breakpoints .blockquote-reverse footer:before,
.post-links .blockquote-reverse footer:before,
.journey2050-search-resources-modal blockquote.pull-right footer:before,
.journey2050-search-container blockquote.pull-right footer:before,
.journey2050-search-filter-bar blockquote.pull-right footer:before,
.journey2050-search-resources blockquote.pull-right footer:before,
.journey2050-search-resources-widget .journey2050-widget blockquote.pull-right footer:before,
.mobile-breakpoints blockquote.pull-right footer:before,
.post-links blockquote.pull-right footer:before,
.journey2050-search-resources-modal .blockquote-reverse small:before,
.journey2050-search-container .blockquote-reverse small:before,
.journey2050-search-filter-bar .blockquote-reverse small:before,
.journey2050-search-resources .blockquote-reverse small:before,
.journey2050-search-resources-widget .journey2050-widget .blockquote-reverse small:before,
.mobile-breakpoints .blockquote-reverse small:before,
.post-links .blockquote-reverse small:before,
.journey2050-search-resources-modal blockquote.pull-right small:before,
.journey2050-search-container blockquote.pull-right small:before,
.journey2050-search-filter-bar blockquote.pull-right small:before,
.journey2050-search-resources blockquote.pull-right small:before,
.journey2050-search-resources-widget .journey2050-widget blockquote.pull-right small:before,
.mobile-breakpoints blockquote.pull-right small:before,
.post-links blockquote.pull-right small:before,
.journey2050-search-resources-modal .blockquote-reverse .small:before,
.journey2050-search-container .blockquote-reverse .small:before,
.journey2050-search-filter-bar .blockquote-reverse .small:before,
.journey2050-search-resources .blockquote-reverse .small:before,
.journey2050-search-resources-widget .journey2050-widget .blockquote-reverse .small:before,
.mobile-breakpoints .blockquote-reverse .small:before,
.post-links .blockquote-reverse .small:before,
.journey2050-search-resources-modal blockquote.pull-right .small:before,
.journey2050-search-container blockquote.pull-right .small:before,
.journey2050-search-filter-bar blockquote.pull-right .small:before,
.journey2050-search-resources blockquote.pull-right .small:before,
.journey2050-search-resources-widget .journey2050-widget blockquote.pull-right .small:before,
.mobile-breakpoints blockquote.pull-right .small:before,
.post-links blockquote.pull-right .small:before {
  content: '';
}
.journey2050-search-resources-modal .blockquote-reverse footer:after,
.journey2050-search-container .blockquote-reverse footer:after,
.journey2050-search-filter-bar .blockquote-reverse footer:after,
.journey2050-search-resources .blockquote-reverse footer:after,
.journey2050-search-resources-widget .journey2050-widget .blockquote-reverse footer:after,
.mobile-breakpoints .blockquote-reverse footer:after,
.post-links .blockquote-reverse footer:after,
.journey2050-search-resources-modal blockquote.pull-right footer:after,
.journey2050-search-container blockquote.pull-right footer:after,
.journey2050-search-filter-bar blockquote.pull-right footer:after,
.journey2050-search-resources blockquote.pull-right footer:after,
.journey2050-search-resources-widget .journey2050-widget blockquote.pull-right footer:after,
.mobile-breakpoints blockquote.pull-right footer:after,
.post-links blockquote.pull-right footer:after,
.journey2050-search-resources-modal .blockquote-reverse small:after,
.journey2050-search-container .blockquote-reverse small:after,
.journey2050-search-filter-bar .blockquote-reverse small:after,
.journey2050-search-resources .blockquote-reverse small:after,
.journey2050-search-resources-widget .journey2050-widget .blockquote-reverse small:after,
.mobile-breakpoints .blockquote-reverse small:after,
.post-links .blockquote-reverse small:after,
.journey2050-search-resources-modal blockquote.pull-right small:after,
.journey2050-search-container blockquote.pull-right small:after,
.journey2050-search-filter-bar blockquote.pull-right small:after,
.journey2050-search-resources blockquote.pull-right small:after,
.journey2050-search-resources-widget .journey2050-widget blockquote.pull-right small:after,
.mobile-breakpoints blockquote.pull-right small:after,
.post-links blockquote.pull-right small:after,
.journey2050-search-resources-modal .blockquote-reverse .small:after,
.journey2050-search-container .blockquote-reverse .small:after,
.journey2050-search-filter-bar .blockquote-reverse .small:after,
.journey2050-search-resources .blockquote-reverse .small:after,
.journey2050-search-resources-widget .journey2050-widget .blockquote-reverse .small:after,
.mobile-breakpoints .blockquote-reverse .small:after,
.post-links .blockquote-reverse .small:after,
.journey2050-search-resources-modal blockquote.pull-right .small:after,
.journey2050-search-container blockquote.pull-right .small:after,
.journey2050-search-filter-bar blockquote.pull-right .small:after,
.journey2050-search-resources blockquote.pull-right .small:after,
.journey2050-search-resources-widget .journey2050-widget blockquote.pull-right .small:after,
.mobile-breakpoints blockquote.pull-right .small:after,
.post-links blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.journey2050-search-resources-modal address,
.journey2050-search-container address,
.journey2050-search-filter-bar address,
.journey2050-search-resources address,
.journey2050-search-resources-widget .journey2050-widget address,
.mobile-breakpoints address,
.post-links address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.journey2050-search-resources-modal .container,
.journey2050-search-container .container,
.journey2050-search-filter-bar .container,
.journey2050-search-resources .container,
.journey2050-search-resources-widget .journey2050-widget .container,
.mobile-breakpoints .container,
.post-links .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .journey2050-search-resources-modal .container,
  .journey2050-search-container .container,
  .journey2050-search-filter-bar .container,
  .journey2050-search-resources .container,
  .journey2050-search-resources-widget .journey2050-widget .container,
  .mobile-breakpoints .container,
  .post-links .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .journey2050-search-resources-modal .container,
  .journey2050-search-container .container,
  .journey2050-search-filter-bar .container,
  .journey2050-search-resources .container,
  .journey2050-search-resources-widget .journey2050-widget .container,
  .mobile-breakpoints .container,
  .post-links .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .journey2050-search-resources-modal .container,
  .journey2050-search-container .container,
  .journey2050-search-filter-bar .container,
  .journey2050-search-resources .container,
  .journey2050-search-resources-widget .journey2050-widget .container,
  .mobile-breakpoints .container,
  .post-links .container {
    width: 1170px;
  }
}
.journey2050-search-resources-modal .container-fluid,
.journey2050-search-container .container-fluid,
.journey2050-search-filter-bar .container-fluid,
.journey2050-search-resources .container-fluid,
.journey2050-search-resources-widget .journey2050-widget .container-fluid,
.mobile-breakpoints .container-fluid,
.post-links .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.journey2050-search-resources-modal .row,
.journey2050-search-container .row,
.journey2050-search-filter-bar .row,
.journey2050-search-resources .row,
.journey2050-search-resources-widget .journey2050-widget .row,
.mobile-breakpoints .row,
.post-links .row {
  margin-left: -15px;
  margin-right: -15px;
}
.journey2050-search-resources-modal .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
.journey2050-search-container .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
.journey2050-search-filter-bar .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
.journey2050-search-resources .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
.journey2050-search-resources-widget .journey2050-widget .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
.mobile-breakpoints .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
.post-links .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.journey2050-search-resources-modal .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.journey2050-search-container .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.journey2050-search-filter-bar .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.journey2050-search-resources .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.journey2050-search-resources-widget .journey2050-widget .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.mobile-breakpoints .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.post-links .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.journey2050-search-resources-modal .col-xs-12,
.journey2050-search-container .col-xs-12,
.journey2050-search-filter-bar .col-xs-12,
.journey2050-search-resources .col-xs-12,
.journey2050-search-resources-widget .journey2050-widget .col-xs-12,
.mobile-breakpoints .col-xs-12,
.post-links .col-xs-12 {
  width: 100%;
}
.journey2050-search-resources-modal .col-xs-11,
.journey2050-search-container .col-xs-11,
.journey2050-search-filter-bar .col-xs-11,
.journey2050-search-resources .col-xs-11,
.journey2050-search-resources-widget .journey2050-widget .col-xs-11,
.mobile-breakpoints .col-xs-11,
.post-links .col-xs-11 {
  width: 91.66666667%;
}
.journey2050-search-resources-modal .col-xs-10,
.journey2050-search-container .col-xs-10,
.journey2050-search-filter-bar .col-xs-10,
.journey2050-search-resources .col-xs-10,
.journey2050-search-resources-widget .journey2050-widget .col-xs-10,
.mobile-breakpoints .col-xs-10,
.post-links .col-xs-10 {
  width: 83.33333333%;
}
.journey2050-search-resources-modal .col-xs-9,
.journey2050-search-container .col-xs-9,
.journey2050-search-filter-bar .col-xs-9,
.journey2050-search-resources .col-xs-9,
.journey2050-search-resources-widget .journey2050-widget .col-xs-9,
.mobile-breakpoints .col-xs-9,
.post-links .col-xs-9 {
  width: 75%;
}
.journey2050-search-resources-modal .col-xs-8,
.journey2050-search-container .col-xs-8,
.journey2050-search-filter-bar .col-xs-8,
.journey2050-search-resources .col-xs-8,
.journey2050-search-resources-widget .journey2050-widget .col-xs-8,
.mobile-breakpoints .col-xs-8,
.post-links .col-xs-8 {
  width: 66.66666667%;
}
.journey2050-search-resources-modal .col-xs-7,
.journey2050-search-container .col-xs-7,
.journey2050-search-filter-bar .col-xs-7,
.journey2050-search-resources .col-xs-7,
.journey2050-search-resources-widget .journey2050-widget .col-xs-7,
.mobile-breakpoints .col-xs-7,
.post-links .col-xs-7 {
  width: 58.33333333%;
}
.journey2050-search-resources-modal .col-xs-6,
.journey2050-search-container .col-xs-6,
.journey2050-search-filter-bar .col-xs-6,
.journey2050-search-resources .col-xs-6,
.journey2050-search-resources-widget .journey2050-widget .col-xs-6,
.mobile-breakpoints .col-xs-6,
.post-links .col-xs-6 {
  width: 50%;
}
.journey2050-search-resources-modal .col-xs-5,
.journey2050-search-container .col-xs-5,
.journey2050-search-filter-bar .col-xs-5,
.journey2050-search-resources .col-xs-5,
.journey2050-search-resources-widget .journey2050-widget .col-xs-5,
.mobile-breakpoints .col-xs-5,
.post-links .col-xs-5 {
  width: 41.66666667%;
}
.journey2050-search-resources-modal .col-xs-4,
.journey2050-search-container .col-xs-4,
.journey2050-search-filter-bar .col-xs-4,
.journey2050-search-resources .col-xs-4,
.journey2050-search-resources-widget .journey2050-widget .col-xs-4,
.mobile-breakpoints .col-xs-4,
.post-links .col-xs-4 {
  width: 33.33333333%;
}
.journey2050-search-resources-modal .col-xs-3,
.journey2050-search-container .col-xs-3,
.journey2050-search-filter-bar .col-xs-3,
.journey2050-search-resources .col-xs-3,
.journey2050-search-resources-widget .journey2050-widget .col-xs-3,
.mobile-breakpoints .col-xs-3,
.post-links .col-xs-3 {
  width: 25%;
}
.journey2050-search-resources-modal .col-xs-2,
.journey2050-search-container .col-xs-2,
.journey2050-search-filter-bar .col-xs-2,
.journey2050-search-resources .col-xs-2,
.journey2050-search-resources-widget .journey2050-widget .col-xs-2,
.mobile-breakpoints .col-xs-2,
.post-links .col-xs-2 {
  width: 16.66666667%;
}
.journey2050-search-resources-modal .col-xs-1,
.journey2050-search-container .col-xs-1,
.journey2050-search-filter-bar .col-xs-1,
.journey2050-search-resources .col-xs-1,
.journey2050-search-resources-widget .journey2050-widget .col-xs-1,
.mobile-breakpoints .col-xs-1,
.post-links .col-xs-1 {
  width: 8.33333333%;
}
.journey2050-search-resources-modal .col-xs-pull-12,
.journey2050-search-container .col-xs-pull-12,
.journey2050-search-filter-bar .col-xs-pull-12,
.journey2050-search-resources .col-xs-pull-12,
.journey2050-search-resources-widget .journey2050-widget .col-xs-pull-12,
.mobile-breakpoints .col-xs-pull-12,
.post-links .col-xs-pull-12 {
  right: 100%;
}
.journey2050-search-resources-modal .col-xs-pull-11,
.journey2050-search-container .col-xs-pull-11,
.journey2050-search-filter-bar .col-xs-pull-11,
.journey2050-search-resources .col-xs-pull-11,
.journey2050-search-resources-widget .journey2050-widget .col-xs-pull-11,
.mobile-breakpoints .col-xs-pull-11,
.post-links .col-xs-pull-11 {
  right: 91.66666667%;
}
.journey2050-search-resources-modal .col-xs-pull-10,
.journey2050-search-container .col-xs-pull-10,
.journey2050-search-filter-bar .col-xs-pull-10,
.journey2050-search-resources .col-xs-pull-10,
.journey2050-search-resources-widget .journey2050-widget .col-xs-pull-10,
.mobile-breakpoints .col-xs-pull-10,
.post-links .col-xs-pull-10 {
  right: 83.33333333%;
}
.journey2050-search-resources-modal .col-xs-pull-9,
.journey2050-search-container .col-xs-pull-9,
.journey2050-search-filter-bar .col-xs-pull-9,
.journey2050-search-resources .col-xs-pull-9,
.journey2050-search-resources-widget .journey2050-widget .col-xs-pull-9,
.mobile-breakpoints .col-xs-pull-9,
.post-links .col-xs-pull-9 {
  right: 75%;
}
.journey2050-search-resources-modal .col-xs-pull-8,
.journey2050-search-container .col-xs-pull-8,
.journey2050-search-filter-bar .col-xs-pull-8,
.journey2050-search-resources .col-xs-pull-8,
.journey2050-search-resources-widget .journey2050-widget .col-xs-pull-8,
.mobile-breakpoints .col-xs-pull-8,
.post-links .col-xs-pull-8 {
  right: 66.66666667%;
}
.journey2050-search-resources-modal .col-xs-pull-7,
.journey2050-search-container .col-xs-pull-7,
.journey2050-search-filter-bar .col-xs-pull-7,
.journey2050-search-resources .col-xs-pull-7,
.journey2050-search-resources-widget .journey2050-widget .col-xs-pull-7,
.mobile-breakpoints .col-xs-pull-7,
.post-links .col-xs-pull-7 {
  right: 58.33333333%;
}
.journey2050-search-resources-modal .col-xs-pull-6,
.journey2050-search-container .col-xs-pull-6,
.journey2050-search-filter-bar .col-xs-pull-6,
.journey2050-search-resources .col-xs-pull-6,
.journey2050-search-resources-widget .journey2050-widget .col-xs-pull-6,
.mobile-breakpoints .col-xs-pull-6,
.post-links .col-xs-pull-6 {
  right: 50%;
}
.journey2050-search-resources-modal .col-xs-pull-5,
.journey2050-search-container .col-xs-pull-5,
.journey2050-search-filter-bar .col-xs-pull-5,
.journey2050-search-resources .col-xs-pull-5,
.journey2050-search-resources-widget .journey2050-widget .col-xs-pull-5,
.mobile-breakpoints .col-xs-pull-5,
.post-links .col-xs-pull-5 {
  right: 41.66666667%;
}
.journey2050-search-resources-modal .col-xs-pull-4,
.journey2050-search-container .col-xs-pull-4,
.journey2050-search-filter-bar .col-xs-pull-4,
.journey2050-search-resources .col-xs-pull-4,
.journey2050-search-resources-widget .journey2050-widget .col-xs-pull-4,
.mobile-breakpoints .col-xs-pull-4,
.post-links .col-xs-pull-4 {
  right: 33.33333333%;
}
.journey2050-search-resources-modal .col-xs-pull-3,
.journey2050-search-container .col-xs-pull-3,
.journey2050-search-filter-bar .col-xs-pull-3,
.journey2050-search-resources .col-xs-pull-3,
.journey2050-search-resources-widget .journey2050-widget .col-xs-pull-3,
.mobile-breakpoints .col-xs-pull-3,
.post-links .col-xs-pull-3 {
  right: 25%;
}
.journey2050-search-resources-modal .col-xs-pull-2,
.journey2050-search-container .col-xs-pull-2,
.journey2050-search-filter-bar .col-xs-pull-2,
.journey2050-search-resources .col-xs-pull-2,
.journey2050-search-resources-widget .journey2050-widget .col-xs-pull-2,
.mobile-breakpoints .col-xs-pull-2,
.post-links .col-xs-pull-2 {
  right: 16.66666667%;
}
.journey2050-search-resources-modal .col-xs-pull-1,
.journey2050-search-container .col-xs-pull-1,
.journey2050-search-filter-bar .col-xs-pull-1,
.journey2050-search-resources .col-xs-pull-1,
.journey2050-search-resources-widget .journey2050-widget .col-xs-pull-1,
.mobile-breakpoints .col-xs-pull-1,
.post-links .col-xs-pull-1 {
  right: 8.33333333%;
}
.journey2050-search-resources-modal .col-xs-pull-0,
.journey2050-search-container .col-xs-pull-0,
.journey2050-search-filter-bar .col-xs-pull-0,
.journey2050-search-resources .col-xs-pull-0,
.journey2050-search-resources-widget .journey2050-widget .col-xs-pull-0,
.mobile-breakpoints .col-xs-pull-0,
.post-links .col-xs-pull-0 {
  right: auto;
}
.journey2050-search-resources-modal .col-xs-push-12,
.journey2050-search-container .col-xs-push-12,
.journey2050-search-filter-bar .col-xs-push-12,
.journey2050-search-resources .col-xs-push-12,
.journey2050-search-resources-widget .journey2050-widget .col-xs-push-12,
.mobile-breakpoints .col-xs-push-12,
.post-links .col-xs-push-12 {
  left: 100%;
}
.journey2050-search-resources-modal .col-xs-push-11,
.journey2050-search-container .col-xs-push-11,
.journey2050-search-filter-bar .col-xs-push-11,
.journey2050-search-resources .col-xs-push-11,
.journey2050-search-resources-widget .journey2050-widget .col-xs-push-11,
.mobile-breakpoints .col-xs-push-11,
.post-links .col-xs-push-11 {
  left: 91.66666667%;
}
.journey2050-search-resources-modal .col-xs-push-10,
.journey2050-search-container .col-xs-push-10,
.journey2050-search-filter-bar .col-xs-push-10,
.journey2050-search-resources .col-xs-push-10,
.journey2050-search-resources-widget .journey2050-widget .col-xs-push-10,
.mobile-breakpoints .col-xs-push-10,
.post-links .col-xs-push-10 {
  left: 83.33333333%;
}
.journey2050-search-resources-modal .col-xs-push-9,
.journey2050-search-container .col-xs-push-9,
.journey2050-search-filter-bar .col-xs-push-9,
.journey2050-search-resources .col-xs-push-9,
.journey2050-search-resources-widget .journey2050-widget .col-xs-push-9,
.mobile-breakpoints .col-xs-push-9,
.post-links .col-xs-push-9 {
  left: 75%;
}
.journey2050-search-resources-modal .col-xs-push-8,
.journey2050-search-container .col-xs-push-8,
.journey2050-search-filter-bar .col-xs-push-8,
.journey2050-search-resources .col-xs-push-8,
.journey2050-search-resources-widget .journey2050-widget .col-xs-push-8,
.mobile-breakpoints .col-xs-push-8,
.post-links .col-xs-push-8 {
  left: 66.66666667%;
}
.journey2050-search-resources-modal .col-xs-push-7,
.journey2050-search-container .col-xs-push-7,
.journey2050-search-filter-bar .col-xs-push-7,
.journey2050-search-resources .col-xs-push-7,
.journey2050-search-resources-widget .journey2050-widget .col-xs-push-7,
.mobile-breakpoints .col-xs-push-7,
.post-links .col-xs-push-7 {
  left: 58.33333333%;
}
.journey2050-search-resources-modal .col-xs-push-6,
.journey2050-search-container .col-xs-push-6,
.journey2050-search-filter-bar .col-xs-push-6,
.journey2050-search-resources .col-xs-push-6,
.journey2050-search-resources-widget .journey2050-widget .col-xs-push-6,
.mobile-breakpoints .col-xs-push-6,
.post-links .col-xs-push-6 {
  left: 50%;
}
.journey2050-search-resources-modal .col-xs-push-5,
.journey2050-search-container .col-xs-push-5,
.journey2050-search-filter-bar .col-xs-push-5,
.journey2050-search-resources .col-xs-push-5,
.journey2050-search-resources-widget .journey2050-widget .col-xs-push-5,
.mobile-breakpoints .col-xs-push-5,
.post-links .col-xs-push-5 {
  left: 41.66666667%;
}
.journey2050-search-resources-modal .col-xs-push-4,
.journey2050-search-container .col-xs-push-4,
.journey2050-search-filter-bar .col-xs-push-4,
.journey2050-search-resources .col-xs-push-4,
.journey2050-search-resources-widget .journey2050-widget .col-xs-push-4,
.mobile-breakpoints .col-xs-push-4,
.post-links .col-xs-push-4 {
  left: 33.33333333%;
}
.journey2050-search-resources-modal .col-xs-push-3,
.journey2050-search-container .col-xs-push-3,
.journey2050-search-filter-bar .col-xs-push-3,
.journey2050-search-resources .col-xs-push-3,
.journey2050-search-resources-widget .journey2050-widget .col-xs-push-3,
.mobile-breakpoints .col-xs-push-3,
.post-links .col-xs-push-3 {
  left: 25%;
}
.journey2050-search-resources-modal .col-xs-push-2,
.journey2050-search-container .col-xs-push-2,
.journey2050-search-filter-bar .col-xs-push-2,
.journey2050-search-resources .col-xs-push-2,
.journey2050-search-resources-widget .journey2050-widget .col-xs-push-2,
.mobile-breakpoints .col-xs-push-2,
.post-links .col-xs-push-2 {
  left: 16.66666667%;
}
.journey2050-search-resources-modal .col-xs-push-1,
.journey2050-search-container .col-xs-push-1,
.journey2050-search-filter-bar .col-xs-push-1,
.journey2050-search-resources .col-xs-push-1,
.journey2050-search-resources-widget .journey2050-widget .col-xs-push-1,
.mobile-breakpoints .col-xs-push-1,
.post-links .col-xs-push-1 {
  left: 8.33333333%;
}
.journey2050-search-resources-modal .col-xs-push-0,
.journey2050-search-container .col-xs-push-0,
.journey2050-search-filter-bar .col-xs-push-0,
.journey2050-search-resources .col-xs-push-0,
.journey2050-search-resources-widget .journey2050-widget .col-xs-push-0,
.mobile-breakpoints .col-xs-push-0,
.post-links .col-xs-push-0 {
  left: auto;
}
.journey2050-search-resources-modal .col-xs-offset-12,
.journey2050-search-container .col-xs-offset-12,
.journey2050-search-filter-bar .col-xs-offset-12,
.journey2050-search-resources .col-xs-offset-12,
.journey2050-search-resources-widget .journey2050-widget .col-xs-offset-12,
.mobile-breakpoints .col-xs-offset-12,
.post-links .col-xs-offset-12 {
  margin-left: 100%;
}
.journey2050-search-resources-modal .col-xs-offset-11,
.journey2050-search-container .col-xs-offset-11,
.journey2050-search-filter-bar .col-xs-offset-11,
.journey2050-search-resources .col-xs-offset-11,
.journey2050-search-resources-widget .journey2050-widget .col-xs-offset-11,
.mobile-breakpoints .col-xs-offset-11,
.post-links .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.journey2050-search-resources-modal .col-xs-offset-10,
.journey2050-search-container .col-xs-offset-10,
.journey2050-search-filter-bar .col-xs-offset-10,
.journey2050-search-resources .col-xs-offset-10,
.journey2050-search-resources-widget .journey2050-widget .col-xs-offset-10,
.mobile-breakpoints .col-xs-offset-10,
.post-links .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.journey2050-search-resources-modal .col-xs-offset-9,
.journey2050-search-container .col-xs-offset-9,
.journey2050-search-filter-bar .col-xs-offset-9,
.journey2050-search-resources .col-xs-offset-9,
.journey2050-search-resources-widget .journey2050-widget .col-xs-offset-9,
.mobile-breakpoints .col-xs-offset-9,
.post-links .col-xs-offset-9 {
  margin-left: 75%;
}
.journey2050-search-resources-modal .col-xs-offset-8,
.journey2050-search-container .col-xs-offset-8,
.journey2050-search-filter-bar .col-xs-offset-8,
.journey2050-search-resources .col-xs-offset-8,
.journey2050-search-resources-widget .journey2050-widget .col-xs-offset-8,
.mobile-breakpoints .col-xs-offset-8,
.post-links .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.journey2050-search-resources-modal .col-xs-offset-7,
.journey2050-search-container .col-xs-offset-7,
.journey2050-search-filter-bar .col-xs-offset-7,
.journey2050-search-resources .col-xs-offset-7,
.journey2050-search-resources-widget .journey2050-widget .col-xs-offset-7,
.mobile-breakpoints .col-xs-offset-7,
.post-links .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.journey2050-search-resources-modal .col-xs-offset-6,
.journey2050-search-container .col-xs-offset-6,
.journey2050-search-filter-bar .col-xs-offset-6,
.journey2050-search-resources .col-xs-offset-6,
.journey2050-search-resources-widget .journey2050-widget .col-xs-offset-6,
.mobile-breakpoints .col-xs-offset-6,
.post-links .col-xs-offset-6 {
  margin-left: 50%;
}
.journey2050-search-resources-modal .col-xs-offset-5,
.journey2050-search-container .col-xs-offset-5,
.journey2050-search-filter-bar .col-xs-offset-5,
.journey2050-search-resources .col-xs-offset-5,
.journey2050-search-resources-widget .journey2050-widget .col-xs-offset-5,
.mobile-breakpoints .col-xs-offset-5,
.post-links .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.journey2050-search-resources-modal .col-xs-offset-4,
.journey2050-search-container .col-xs-offset-4,
.journey2050-search-filter-bar .col-xs-offset-4,
.journey2050-search-resources .col-xs-offset-4,
.journey2050-search-resources-widget .journey2050-widget .col-xs-offset-4,
.mobile-breakpoints .col-xs-offset-4,
.post-links .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.journey2050-search-resources-modal .col-xs-offset-3,
.journey2050-search-container .col-xs-offset-3,
.journey2050-search-filter-bar .col-xs-offset-3,
.journey2050-search-resources .col-xs-offset-3,
.journey2050-search-resources-widget .journey2050-widget .col-xs-offset-3,
.mobile-breakpoints .col-xs-offset-3,
.post-links .col-xs-offset-3 {
  margin-left: 25%;
}
.journey2050-search-resources-modal .col-xs-offset-2,
.journey2050-search-container .col-xs-offset-2,
.journey2050-search-filter-bar .col-xs-offset-2,
.journey2050-search-resources .col-xs-offset-2,
.journey2050-search-resources-widget .journey2050-widget .col-xs-offset-2,
.mobile-breakpoints .col-xs-offset-2,
.post-links .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.journey2050-search-resources-modal .col-xs-offset-1,
.journey2050-search-container .col-xs-offset-1,
.journey2050-search-filter-bar .col-xs-offset-1,
.journey2050-search-resources .col-xs-offset-1,
.journey2050-search-resources-widget .journey2050-widget .col-xs-offset-1,
.mobile-breakpoints .col-xs-offset-1,
.post-links .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.journey2050-search-resources-modal .col-xs-offset-0,
.journey2050-search-container .col-xs-offset-0,
.journey2050-search-filter-bar .col-xs-offset-0,
.journey2050-search-resources .col-xs-offset-0,
.journey2050-search-resources-widget .journey2050-widget .col-xs-offset-0,
.mobile-breakpoints .col-xs-offset-0,
.post-links .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .journey2050-search-resources-modal .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,
  .journey2050-search-container .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,
  .journey2050-search-filter-bar .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,
  .journey2050-search-resources .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,
  .journey2050-search-resources-widget .journey2050-widget .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,
  .mobile-breakpoints .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,
  .post-links .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 {
    float: left;
  }
  .journey2050-search-resources-modal .col-sm-12,
  .journey2050-search-container .col-sm-12,
  .journey2050-search-filter-bar .col-sm-12,
  .journey2050-search-resources .col-sm-12,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-12,
  .mobile-breakpoints .col-sm-12,
  .post-links .col-sm-12 {
    width: 100%;
  }
  .journey2050-search-resources-modal .col-sm-11,
  .journey2050-search-container .col-sm-11,
  .journey2050-search-filter-bar .col-sm-11,
  .journey2050-search-resources .col-sm-11,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-11,
  .mobile-breakpoints .col-sm-11,
  .post-links .col-sm-11 {
    width: 91.66666667%;
  }
  .journey2050-search-resources-modal .col-sm-10,
  .journey2050-search-container .col-sm-10,
  .journey2050-search-filter-bar .col-sm-10,
  .journey2050-search-resources .col-sm-10,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-10,
  .mobile-breakpoints .col-sm-10,
  .post-links .col-sm-10 {
    width: 83.33333333%;
  }
  .journey2050-search-resources-modal .col-sm-9,
  .journey2050-search-container .col-sm-9,
  .journey2050-search-filter-bar .col-sm-9,
  .journey2050-search-resources .col-sm-9,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-9,
  .mobile-breakpoints .col-sm-9,
  .post-links .col-sm-9 {
    width: 75%;
  }
  .journey2050-search-resources-modal .col-sm-8,
  .journey2050-search-container .col-sm-8,
  .journey2050-search-filter-bar .col-sm-8,
  .journey2050-search-resources .col-sm-8,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-8,
  .mobile-breakpoints .col-sm-8,
  .post-links .col-sm-8 {
    width: 66.66666667%;
  }
  .journey2050-search-resources-modal .col-sm-7,
  .journey2050-search-container .col-sm-7,
  .journey2050-search-filter-bar .col-sm-7,
  .journey2050-search-resources .col-sm-7,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-7,
  .mobile-breakpoints .col-sm-7,
  .post-links .col-sm-7 {
    width: 58.33333333%;
  }
  .journey2050-search-resources-modal .col-sm-6,
  .journey2050-search-container .col-sm-6,
  .journey2050-search-filter-bar .col-sm-6,
  .journey2050-search-resources .col-sm-6,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-6,
  .mobile-breakpoints .col-sm-6,
  .post-links .col-sm-6 {
    width: 50%;
  }
  .journey2050-search-resources-modal .col-sm-5,
  .journey2050-search-container .col-sm-5,
  .journey2050-search-filter-bar .col-sm-5,
  .journey2050-search-resources .col-sm-5,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-5,
  .mobile-breakpoints .col-sm-5,
  .post-links .col-sm-5 {
    width: 41.66666667%;
  }
  .journey2050-search-resources-modal .col-sm-4,
  .journey2050-search-container .col-sm-4,
  .journey2050-search-filter-bar .col-sm-4,
  .journey2050-search-resources .col-sm-4,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-4,
  .mobile-breakpoints .col-sm-4,
  .post-links .col-sm-4 {
    width: 33.33333333%;
  }
  .journey2050-search-resources-modal .col-sm-3,
  .journey2050-search-container .col-sm-3,
  .journey2050-search-filter-bar .col-sm-3,
  .journey2050-search-resources .col-sm-3,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-3,
  .mobile-breakpoints .col-sm-3,
  .post-links .col-sm-3 {
    width: 25%;
  }
  .journey2050-search-resources-modal .col-sm-2,
  .journey2050-search-container .col-sm-2,
  .journey2050-search-filter-bar .col-sm-2,
  .journey2050-search-resources .col-sm-2,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-2,
  .mobile-breakpoints .col-sm-2,
  .post-links .col-sm-2 {
    width: 16.66666667%;
  }
  .journey2050-search-resources-modal .col-sm-1,
  .journey2050-search-container .col-sm-1,
  .journey2050-search-filter-bar .col-sm-1,
  .journey2050-search-resources .col-sm-1,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-1,
  .mobile-breakpoints .col-sm-1,
  .post-links .col-sm-1 {
    width: 8.33333333%;
  }
  .journey2050-search-resources-modal .col-sm-pull-12,
  .journey2050-search-container .col-sm-pull-12,
  .journey2050-search-filter-bar .col-sm-pull-12,
  .journey2050-search-resources .col-sm-pull-12,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-pull-12,
  .mobile-breakpoints .col-sm-pull-12,
  .post-links .col-sm-pull-12 {
    right: 100%;
  }
  .journey2050-search-resources-modal .col-sm-pull-11,
  .journey2050-search-container .col-sm-pull-11,
  .journey2050-search-filter-bar .col-sm-pull-11,
  .journey2050-search-resources .col-sm-pull-11,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-pull-11,
  .mobile-breakpoints .col-sm-pull-11,
  .post-links .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .journey2050-search-resources-modal .col-sm-pull-10,
  .journey2050-search-container .col-sm-pull-10,
  .journey2050-search-filter-bar .col-sm-pull-10,
  .journey2050-search-resources .col-sm-pull-10,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-pull-10,
  .mobile-breakpoints .col-sm-pull-10,
  .post-links .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .journey2050-search-resources-modal .col-sm-pull-9,
  .journey2050-search-container .col-sm-pull-9,
  .journey2050-search-filter-bar .col-sm-pull-9,
  .journey2050-search-resources .col-sm-pull-9,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-pull-9,
  .mobile-breakpoints .col-sm-pull-9,
  .post-links .col-sm-pull-9 {
    right: 75%;
  }
  .journey2050-search-resources-modal .col-sm-pull-8,
  .journey2050-search-container .col-sm-pull-8,
  .journey2050-search-filter-bar .col-sm-pull-8,
  .journey2050-search-resources .col-sm-pull-8,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-pull-8,
  .mobile-breakpoints .col-sm-pull-8,
  .post-links .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .journey2050-search-resources-modal .col-sm-pull-7,
  .journey2050-search-container .col-sm-pull-7,
  .journey2050-search-filter-bar .col-sm-pull-7,
  .journey2050-search-resources .col-sm-pull-7,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-pull-7,
  .mobile-breakpoints .col-sm-pull-7,
  .post-links .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .journey2050-search-resources-modal .col-sm-pull-6,
  .journey2050-search-container .col-sm-pull-6,
  .journey2050-search-filter-bar .col-sm-pull-6,
  .journey2050-search-resources .col-sm-pull-6,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-pull-6,
  .mobile-breakpoints .col-sm-pull-6,
  .post-links .col-sm-pull-6 {
    right: 50%;
  }
  .journey2050-search-resources-modal .col-sm-pull-5,
  .journey2050-search-container .col-sm-pull-5,
  .journey2050-search-filter-bar .col-sm-pull-5,
  .journey2050-search-resources .col-sm-pull-5,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-pull-5,
  .mobile-breakpoints .col-sm-pull-5,
  .post-links .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .journey2050-search-resources-modal .col-sm-pull-4,
  .journey2050-search-container .col-sm-pull-4,
  .journey2050-search-filter-bar .col-sm-pull-4,
  .journey2050-search-resources .col-sm-pull-4,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-pull-4,
  .mobile-breakpoints .col-sm-pull-4,
  .post-links .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .journey2050-search-resources-modal .col-sm-pull-3,
  .journey2050-search-container .col-sm-pull-3,
  .journey2050-search-filter-bar .col-sm-pull-3,
  .journey2050-search-resources .col-sm-pull-3,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-pull-3,
  .mobile-breakpoints .col-sm-pull-3,
  .post-links .col-sm-pull-3 {
    right: 25%;
  }
  .journey2050-search-resources-modal .col-sm-pull-2,
  .journey2050-search-container .col-sm-pull-2,
  .journey2050-search-filter-bar .col-sm-pull-2,
  .journey2050-search-resources .col-sm-pull-2,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-pull-2,
  .mobile-breakpoints .col-sm-pull-2,
  .post-links .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .journey2050-search-resources-modal .col-sm-pull-1,
  .journey2050-search-container .col-sm-pull-1,
  .journey2050-search-filter-bar .col-sm-pull-1,
  .journey2050-search-resources .col-sm-pull-1,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-pull-1,
  .mobile-breakpoints .col-sm-pull-1,
  .post-links .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .journey2050-search-resources-modal .col-sm-pull-0,
  .journey2050-search-container .col-sm-pull-0,
  .journey2050-search-filter-bar .col-sm-pull-0,
  .journey2050-search-resources .col-sm-pull-0,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-pull-0,
  .mobile-breakpoints .col-sm-pull-0,
  .post-links .col-sm-pull-0 {
    right: auto;
  }
  .journey2050-search-resources-modal .col-sm-push-12,
  .journey2050-search-container .col-sm-push-12,
  .journey2050-search-filter-bar .col-sm-push-12,
  .journey2050-search-resources .col-sm-push-12,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-push-12,
  .mobile-breakpoints .col-sm-push-12,
  .post-links .col-sm-push-12 {
    left: 100%;
  }
  .journey2050-search-resources-modal .col-sm-push-11,
  .journey2050-search-container .col-sm-push-11,
  .journey2050-search-filter-bar .col-sm-push-11,
  .journey2050-search-resources .col-sm-push-11,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-push-11,
  .mobile-breakpoints .col-sm-push-11,
  .post-links .col-sm-push-11 {
    left: 91.66666667%;
  }
  .journey2050-search-resources-modal .col-sm-push-10,
  .journey2050-search-container .col-sm-push-10,
  .journey2050-search-filter-bar .col-sm-push-10,
  .journey2050-search-resources .col-sm-push-10,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-push-10,
  .mobile-breakpoints .col-sm-push-10,
  .post-links .col-sm-push-10 {
    left: 83.33333333%;
  }
  .journey2050-search-resources-modal .col-sm-push-9,
  .journey2050-search-container .col-sm-push-9,
  .journey2050-search-filter-bar .col-sm-push-9,
  .journey2050-search-resources .col-sm-push-9,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-push-9,
  .mobile-breakpoints .col-sm-push-9,
  .post-links .col-sm-push-9 {
    left: 75%;
  }
  .journey2050-search-resources-modal .col-sm-push-8,
  .journey2050-search-container .col-sm-push-8,
  .journey2050-search-filter-bar .col-sm-push-8,
  .journey2050-search-resources .col-sm-push-8,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-push-8,
  .mobile-breakpoints .col-sm-push-8,
  .post-links .col-sm-push-8 {
    left: 66.66666667%;
  }
  .journey2050-search-resources-modal .col-sm-push-7,
  .journey2050-search-container .col-sm-push-7,
  .journey2050-search-filter-bar .col-sm-push-7,
  .journey2050-search-resources .col-sm-push-7,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-push-7,
  .mobile-breakpoints .col-sm-push-7,
  .post-links .col-sm-push-7 {
    left: 58.33333333%;
  }
  .journey2050-search-resources-modal .col-sm-push-6,
  .journey2050-search-container .col-sm-push-6,
  .journey2050-search-filter-bar .col-sm-push-6,
  .journey2050-search-resources .col-sm-push-6,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-push-6,
  .mobile-breakpoints .col-sm-push-6,
  .post-links .col-sm-push-6 {
    left: 50%;
  }
  .journey2050-search-resources-modal .col-sm-push-5,
  .journey2050-search-container .col-sm-push-5,
  .journey2050-search-filter-bar .col-sm-push-5,
  .journey2050-search-resources .col-sm-push-5,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-push-5,
  .mobile-breakpoints .col-sm-push-5,
  .post-links .col-sm-push-5 {
    left: 41.66666667%;
  }
  .journey2050-search-resources-modal .col-sm-push-4,
  .journey2050-search-container .col-sm-push-4,
  .journey2050-search-filter-bar .col-sm-push-4,
  .journey2050-search-resources .col-sm-push-4,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-push-4,
  .mobile-breakpoints .col-sm-push-4,
  .post-links .col-sm-push-4 {
    left: 33.33333333%;
  }
  .journey2050-search-resources-modal .col-sm-push-3,
  .journey2050-search-container .col-sm-push-3,
  .journey2050-search-filter-bar .col-sm-push-3,
  .journey2050-search-resources .col-sm-push-3,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-push-3,
  .mobile-breakpoints .col-sm-push-3,
  .post-links .col-sm-push-3 {
    left: 25%;
  }
  .journey2050-search-resources-modal .col-sm-push-2,
  .journey2050-search-container .col-sm-push-2,
  .journey2050-search-filter-bar .col-sm-push-2,
  .journey2050-search-resources .col-sm-push-2,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-push-2,
  .mobile-breakpoints .col-sm-push-2,
  .post-links .col-sm-push-2 {
    left: 16.66666667%;
  }
  .journey2050-search-resources-modal .col-sm-push-1,
  .journey2050-search-container .col-sm-push-1,
  .journey2050-search-filter-bar .col-sm-push-1,
  .journey2050-search-resources .col-sm-push-1,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-push-1,
  .mobile-breakpoints .col-sm-push-1,
  .post-links .col-sm-push-1 {
    left: 8.33333333%;
  }
  .journey2050-search-resources-modal .col-sm-push-0,
  .journey2050-search-container .col-sm-push-0,
  .journey2050-search-filter-bar .col-sm-push-0,
  .journey2050-search-resources .col-sm-push-0,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-push-0,
  .mobile-breakpoints .col-sm-push-0,
  .post-links .col-sm-push-0 {
    left: auto;
  }
  .journey2050-search-resources-modal .col-sm-offset-12,
  .journey2050-search-container .col-sm-offset-12,
  .journey2050-search-filter-bar .col-sm-offset-12,
  .journey2050-search-resources .col-sm-offset-12,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-offset-12,
  .mobile-breakpoints .col-sm-offset-12,
  .post-links .col-sm-offset-12 {
    margin-left: 100%;
  }
  .journey2050-search-resources-modal .col-sm-offset-11,
  .journey2050-search-container .col-sm-offset-11,
  .journey2050-search-filter-bar .col-sm-offset-11,
  .journey2050-search-resources .col-sm-offset-11,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-offset-11,
  .mobile-breakpoints .col-sm-offset-11,
  .post-links .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .journey2050-search-resources-modal .col-sm-offset-10,
  .journey2050-search-container .col-sm-offset-10,
  .journey2050-search-filter-bar .col-sm-offset-10,
  .journey2050-search-resources .col-sm-offset-10,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-offset-10,
  .mobile-breakpoints .col-sm-offset-10,
  .post-links .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .journey2050-search-resources-modal .col-sm-offset-9,
  .journey2050-search-container .col-sm-offset-9,
  .journey2050-search-filter-bar .col-sm-offset-9,
  .journey2050-search-resources .col-sm-offset-9,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-offset-9,
  .mobile-breakpoints .col-sm-offset-9,
  .post-links .col-sm-offset-9 {
    margin-left: 75%;
  }
  .journey2050-search-resources-modal .col-sm-offset-8,
  .journey2050-search-container .col-sm-offset-8,
  .journey2050-search-filter-bar .col-sm-offset-8,
  .journey2050-search-resources .col-sm-offset-8,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-offset-8,
  .mobile-breakpoints .col-sm-offset-8,
  .post-links .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .journey2050-search-resources-modal .col-sm-offset-7,
  .journey2050-search-container .col-sm-offset-7,
  .journey2050-search-filter-bar .col-sm-offset-7,
  .journey2050-search-resources .col-sm-offset-7,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-offset-7,
  .mobile-breakpoints .col-sm-offset-7,
  .post-links .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .journey2050-search-resources-modal .col-sm-offset-6,
  .journey2050-search-container .col-sm-offset-6,
  .journey2050-search-filter-bar .col-sm-offset-6,
  .journey2050-search-resources .col-sm-offset-6,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-offset-6,
  .mobile-breakpoints .col-sm-offset-6,
  .post-links .col-sm-offset-6 {
    margin-left: 50%;
  }
  .journey2050-search-resources-modal .col-sm-offset-5,
  .journey2050-search-container .col-sm-offset-5,
  .journey2050-search-filter-bar .col-sm-offset-5,
  .journey2050-search-resources .col-sm-offset-5,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-offset-5,
  .mobile-breakpoints .col-sm-offset-5,
  .post-links .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .journey2050-search-resources-modal .col-sm-offset-4,
  .journey2050-search-container .col-sm-offset-4,
  .journey2050-search-filter-bar .col-sm-offset-4,
  .journey2050-search-resources .col-sm-offset-4,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-offset-4,
  .mobile-breakpoints .col-sm-offset-4,
  .post-links .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .journey2050-search-resources-modal .col-sm-offset-3,
  .journey2050-search-container .col-sm-offset-3,
  .journey2050-search-filter-bar .col-sm-offset-3,
  .journey2050-search-resources .col-sm-offset-3,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-offset-3,
  .mobile-breakpoints .col-sm-offset-3,
  .post-links .col-sm-offset-3 {
    margin-left: 25%;
  }
  .journey2050-search-resources-modal .col-sm-offset-2,
  .journey2050-search-container .col-sm-offset-2,
  .journey2050-search-filter-bar .col-sm-offset-2,
  .journey2050-search-resources .col-sm-offset-2,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-offset-2,
  .mobile-breakpoints .col-sm-offset-2,
  .post-links .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .journey2050-search-resources-modal .col-sm-offset-1,
  .journey2050-search-container .col-sm-offset-1,
  .journey2050-search-filter-bar .col-sm-offset-1,
  .journey2050-search-resources .col-sm-offset-1,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-offset-1,
  .mobile-breakpoints .col-sm-offset-1,
  .post-links .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .journey2050-search-resources-modal .col-sm-offset-0,
  .journey2050-search-container .col-sm-offset-0,
  .journey2050-search-filter-bar .col-sm-offset-0,
  .journey2050-search-resources .col-sm-offset-0,
  .journey2050-search-resources-widget .journey2050-widget .col-sm-offset-0,
  .mobile-breakpoints .col-sm-offset-0,
  .post-links .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .journey2050-search-resources-modal .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,
  .journey2050-search-container .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,
  .journey2050-search-filter-bar .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,
  .journey2050-search-resources .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,
  .journey2050-search-resources-widget .journey2050-widget .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,
  .mobile-breakpoints .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,
  .post-links .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 {
    float: left;
  }
  .journey2050-search-resources-modal .col-md-12,
  .journey2050-search-container .col-md-12,
  .journey2050-search-filter-bar .col-md-12,
  .journey2050-search-resources .col-md-12,
  .journey2050-search-resources-widget .journey2050-widget .col-md-12,
  .mobile-breakpoints .col-md-12,
  .post-links .col-md-12 {
    width: 100%;
  }
  .journey2050-search-resources-modal .col-md-11,
  .journey2050-search-container .col-md-11,
  .journey2050-search-filter-bar .col-md-11,
  .journey2050-search-resources .col-md-11,
  .journey2050-search-resources-widget .journey2050-widget .col-md-11,
  .mobile-breakpoints .col-md-11,
  .post-links .col-md-11 {
    width: 91.66666667%;
  }
  .journey2050-search-resources-modal .col-md-10,
  .journey2050-search-container .col-md-10,
  .journey2050-search-filter-bar .col-md-10,
  .journey2050-search-resources .col-md-10,
  .journey2050-search-resources-widget .journey2050-widget .col-md-10,
  .mobile-breakpoints .col-md-10,
  .post-links .col-md-10 {
    width: 83.33333333%;
  }
  .journey2050-search-resources-modal .col-md-9,
  .journey2050-search-container .col-md-9,
  .journey2050-search-filter-bar .col-md-9,
  .journey2050-search-resources .col-md-9,
  .journey2050-search-resources-widget .journey2050-widget .col-md-9,
  .mobile-breakpoints .col-md-9,
  .post-links .col-md-9 {
    width: 75%;
  }
  .journey2050-search-resources-modal .col-md-8,
  .journey2050-search-container .col-md-8,
  .journey2050-search-filter-bar .col-md-8,
  .journey2050-search-resources .col-md-8,
  .journey2050-search-resources-widget .journey2050-widget .col-md-8,
  .mobile-breakpoints .col-md-8,
  .post-links .col-md-8 {
    width: 66.66666667%;
  }
  .journey2050-search-resources-modal .col-md-7,
  .journey2050-search-container .col-md-7,
  .journey2050-search-filter-bar .col-md-7,
  .journey2050-search-resources .col-md-7,
  .journey2050-search-resources-widget .journey2050-widget .col-md-7,
  .mobile-breakpoints .col-md-7,
  .post-links .col-md-7 {
    width: 58.33333333%;
  }
  .journey2050-search-resources-modal .col-md-6,
  .journey2050-search-container .col-md-6,
  .journey2050-search-filter-bar .col-md-6,
  .journey2050-search-resources .col-md-6,
  .journey2050-search-resources-widget .journey2050-widget .col-md-6,
  .mobile-breakpoints .col-md-6,
  .post-links .col-md-6 {
    width: 50%;
  }
  .journey2050-search-resources-modal .col-md-5,
  .journey2050-search-container .col-md-5,
  .journey2050-search-filter-bar .col-md-5,
  .journey2050-search-resources .col-md-5,
  .journey2050-search-resources-widget .journey2050-widget .col-md-5,
  .mobile-breakpoints .col-md-5,
  .post-links .col-md-5 {
    width: 41.66666667%;
  }
  .journey2050-search-resources-modal .col-md-4,
  .journey2050-search-container .col-md-4,
  .journey2050-search-filter-bar .col-md-4,
  .journey2050-search-resources .col-md-4,
  .journey2050-search-resources-widget .journey2050-widget .col-md-4,
  .mobile-breakpoints .col-md-4,
  .post-links .col-md-4 {
    width: 33.33333333%;
  }
  .journey2050-search-resources-modal .col-md-3,
  .journey2050-search-container .col-md-3,
  .journey2050-search-filter-bar .col-md-3,
  .journey2050-search-resources .col-md-3,
  .journey2050-search-resources-widget .journey2050-widget .col-md-3,
  .mobile-breakpoints .col-md-3,
  .post-links .col-md-3 {
    width: 25%;
  }
  .journey2050-search-resources-modal .col-md-2,
  .journey2050-search-container .col-md-2,
  .journey2050-search-filter-bar .col-md-2,
  .journey2050-search-resources .col-md-2,
  .journey2050-search-resources-widget .journey2050-widget .col-md-2,
  .mobile-breakpoints .col-md-2,
  .post-links .col-md-2 {
    width: 16.66666667%;
  }
  .journey2050-search-resources-modal .col-md-1,
  .journey2050-search-container .col-md-1,
  .journey2050-search-filter-bar .col-md-1,
  .journey2050-search-resources .col-md-1,
  .journey2050-search-resources-widget .journey2050-widget .col-md-1,
  .mobile-breakpoints .col-md-1,
  .post-links .col-md-1 {
    width: 8.33333333%;
  }
  .journey2050-search-resources-modal .col-md-pull-12,
  .journey2050-search-container .col-md-pull-12,
  .journey2050-search-filter-bar .col-md-pull-12,
  .journey2050-search-resources .col-md-pull-12,
  .journey2050-search-resources-widget .journey2050-widget .col-md-pull-12,
  .mobile-breakpoints .col-md-pull-12,
  .post-links .col-md-pull-12 {
    right: 100%;
  }
  .journey2050-search-resources-modal .col-md-pull-11,
  .journey2050-search-container .col-md-pull-11,
  .journey2050-search-filter-bar .col-md-pull-11,
  .journey2050-search-resources .col-md-pull-11,
  .journey2050-search-resources-widget .journey2050-widget .col-md-pull-11,
  .mobile-breakpoints .col-md-pull-11,
  .post-links .col-md-pull-11 {
    right: 91.66666667%;
  }
  .journey2050-search-resources-modal .col-md-pull-10,
  .journey2050-search-container .col-md-pull-10,
  .journey2050-search-filter-bar .col-md-pull-10,
  .journey2050-search-resources .col-md-pull-10,
  .journey2050-search-resources-widget .journey2050-widget .col-md-pull-10,
  .mobile-breakpoints .col-md-pull-10,
  .post-links .col-md-pull-10 {
    right: 83.33333333%;
  }
  .journey2050-search-resources-modal .col-md-pull-9,
  .journey2050-search-container .col-md-pull-9,
  .journey2050-search-filter-bar .col-md-pull-9,
  .journey2050-search-resources .col-md-pull-9,
  .journey2050-search-resources-widget .journey2050-widget .col-md-pull-9,
  .mobile-breakpoints .col-md-pull-9,
  .post-links .col-md-pull-9 {
    right: 75%;
  }
  .journey2050-search-resources-modal .col-md-pull-8,
  .journey2050-search-container .col-md-pull-8,
  .journey2050-search-filter-bar .col-md-pull-8,
  .journey2050-search-resources .col-md-pull-8,
  .journey2050-search-resources-widget .journey2050-widget .col-md-pull-8,
  .mobile-breakpoints .col-md-pull-8,
  .post-links .col-md-pull-8 {
    right: 66.66666667%;
  }
  .journey2050-search-resources-modal .col-md-pull-7,
  .journey2050-search-container .col-md-pull-7,
  .journey2050-search-filter-bar .col-md-pull-7,
  .journey2050-search-resources .col-md-pull-7,
  .journey2050-search-resources-widget .journey2050-widget .col-md-pull-7,
  .mobile-breakpoints .col-md-pull-7,
  .post-links .col-md-pull-7 {
    right: 58.33333333%;
  }
  .journey2050-search-resources-modal .col-md-pull-6,
  .journey2050-search-container .col-md-pull-6,
  .journey2050-search-filter-bar .col-md-pull-6,
  .journey2050-search-resources .col-md-pull-6,
  .journey2050-search-resources-widget .journey2050-widget .col-md-pull-6,
  .mobile-breakpoints .col-md-pull-6,
  .post-links .col-md-pull-6 {
    right: 50%;
  }
  .journey2050-search-resources-modal .col-md-pull-5,
  .journey2050-search-container .col-md-pull-5,
  .journey2050-search-filter-bar .col-md-pull-5,
  .journey2050-search-resources .col-md-pull-5,
  .journey2050-search-resources-widget .journey2050-widget .col-md-pull-5,
  .mobile-breakpoints .col-md-pull-5,
  .post-links .col-md-pull-5 {
    right: 41.66666667%;
  }
  .journey2050-search-resources-modal .col-md-pull-4,
  .journey2050-search-container .col-md-pull-4,
  .journey2050-search-filter-bar .col-md-pull-4,
  .journey2050-search-resources .col-md-pull-4,
  .journey2050-search-resources-widget .journey2050-widget .col-md-pull-4,
  .mobile-breakpoints .col-md-pull-4,
  .post-links .col-md-pull-4 {
    right: 33.33333333%;
  }
  .journey2050-search-resources-modal .col-md-pull-3,
  .journey2050-search-container .col-md-pull-3,
  .journey2050-search-filter-bar .col-md-pull-3,
  .journey2050-search-resources .col-md-pull-3,
  .journey2050-search-resources-widget .journey2050-widget .col-md-pull-3,
  .mobile-breakpoints .col-md-pull-3,
  .post-links .col-md-pull-3 {
    right: 25%;
  }
  .journey2050-search-resources-modal .col-md-pull-2,
  .journey2050-search-container .col-md-pull-2,
  .journey2050-search-filter-bar .col-md-pull-2,
  .journey2050-search-resources .col-md-pull-2,
  .journey2050-search-resources-widget .journey2050-widget .col-md-pull-2,
  .mobile-breakpoints .col-md-pull-2,
  .post-links .col-md-pull-2 {
    right: 16.66666667%;
  }
  .journey2050-search-resources-modal .col-md-pull-1,
  .journey2050-search-container .col-md-pull-1,
  .journey2050-search-filter-bar .col-md-pull-1,
  .journey2050-search-resources .col-md-pull-1,
  .journey2050-search-resources-widget .journey2050-widget .col-md-pull-1,
  .mobile-breakpoints .col-md-pull-1,
  .post-links .col-md-pull-1 {
    right: 8.33333333%;
  }
  .journey2050-search-resources-modal .col-md-pull-0,
  .journey2050-search-container .col-md-pull-0,
  .journey2050-search-filter-bar .col-md-pull-0,
  .journey2050-search-resources .col-md-pull-0,
  .journey2050-search-resources-widget .journey2050-widget .col-md-pull-0,
  .mobile-breakpoints .col-md-pull-0,
  .post-links .col-md-pull-0 {
    right: auto;
  }
  .journey2050-search-resources-modal .col-md-push-12,
  .journey2050-search-container .col-md-push-12,
  .journey2050-search-filter-bar .col-md-push-12,
  .journey2050-search-resources .col-md-push-12,
  .journey2050-search-resources-widget .journey2050-widget .col-md-push-12,
  .mobile-breakpoints .col-md-push-12,
  .post-links .col-md-push-12 {
    left: 100%;
  }
  .journey2050-search-resources-modal .col-md-push-11,
  .journey2050-search-container .col-md-push-11,
  .journey2050-search-filter-bar .col-md-push-11,
  .journey2050-search-resources .col-md-push-11,
  .journey2050-search-resources-widget .journey2050-widget .col-md-push-11,
  .mobile-breakpoints .col-md-push-11,
  .post-links .col-md-push-11 {
    left: 91.66666667%;
  }
  .journey2050-search-resources-modal .col-md-push-10,
  .journey2050-search-container .col-md-push-10,
  .journey2050-search-filter-bar .col-md-push-10,
  .journey2050-search-resources .col-md-push-10,
  .journey2050-search-resources-widget .journey2050-widget .col-md-push-10,
  .mobile-breakpoints .col-md-push-10,
  .post-links .col-md-push-10 {
    left: 83.33333333%;
  }
  .journey2050-search-resources-modal .col-md-push-9,
  .journey2050-search-container .col-md-push-9,
  .journey2050-search-filter-bar .col-md-push-9,
  .journey2050-search-resources .col-md-push-9,
  .journey2050-search-resources-widget .journey2050-widget .col-md-push-9,
  .mobile-breakpoints .col-md-push-9,
  .post-links .col-md-push-9 {
    left: 75%;
  }
  .journey2050-search-resources-modal .col-md-push-8,
  .journey2050-search-container .col-md-push-8,
  .journey2050-search-filter-bar .col-md-push-8,
  .journey2050-search-resources .col-md-push-8,
  .journey2050-search-resources-widget .journey2050-widget .col-md-push-8,
  .mobile-breakpoints .col-md-push-8,
  .post-links .col-md-push-8 {
    left: 66.66666667%;
  }
  .journey2050-search-resources-modal .col-md-push-7,
  .journey2050-search-container .col-md-push-7,
  .journey2050-search-filter-bar .col-md-push-7,
  .journey2050-search-resources .col-md-push-7,
  .journey2050-search-resources-widget .journey2050-widget .col-md-push-7,
  .mobile-breakpoints .col-md-push-7,
  .post-links .col-md-push-7 {
    left: 58.33333333%;
  }
  .journey2050-search-resources-modal .col-md-push-6,
  .journey2050-search-container .col-md-push-6,
  .journey2050-search-filter-bar .col-md-push-6,
  .journey2050-search-resources .col-md-push-6,
  .journey2050-search-resources-widget .journey2050-widget .col-md-push-6,
  .mobile-breakpoints .col-md-push-6,
  .post-links .col-md-push-6 {
    left: 50%;
  }
  .journey2050-search-resources-modal .col-md-push-5,
  .journey2050-search-container .col-md-push-5,
  .journey2050-search-filter-bar .col-md-push-5,
  .journey2050-search-resources .col-md-push-5,
  .journey2050-search-resources-widget .journey2050-widget .col-md-push-5,
  .mobile-breakpoints .col-md-push-5,
  .post-links .col-md-push-5 {
    left: 41.66666667%;
  }
  .journey2050-search-resources-modal .col-md-push-4,
  .journey2050-search-container .col-md-push-4,
  .journey2050-search-filter-bar .col-md-push-4,
  .journey2050-search-resources .col-md-push-4,
  .journey2050-search-resources-widget .journey2050-widget .col-md-push-4,
  .mobile-breakpoints .col-md-push-4,
  .post-links .col-md-push-4 {
    left: 33.33333333%;
  }
  .journey2050-search-resources-modal .col-md-push-3,
  .journey2050-search-container .col-md-push-3,
  .journey2050-search-filter-bar .col-md-push-3,
  .journey2050-search-resources .col-md-push-3,
  .journey2050-search-resources-widget .journey2050-widget .col-md-push-3,
  .mobile-breakpoints .col-md-push-3,
  .post-links .col-md-push-3 {
    left: 25%;
  }
  .journey2050-search-resources-modal .col-md-push-2,
  .journey2050-search-container .col-md-push-2,
  .journey2050-search-filter-bar .col-md-push-2,
  .journey2050-search-resources .col-md-push-2,
  .journey2050-search-resources-widget .journey2050-widget .col-md-push-2,
  .mobile-breakpoints .col-md-push-2,
  .post-links .col-md-push-2 {
    left: 16.66666667%;
  }
  .journey2050-search-resources-modal .col-md-push-1,
  .journey2050-search-container .col-md-push-1,
  .journey2050-search-filter-bar .col-md-push-1,
  .journey2050-search-resources .col-md-push-1,
  .journey2050-search-resources-widget .journey2050-widget .col-md-push-1,
  .mobile-breakpoints .col-md-push-1,
  .post-links .col-md-push-1 {
    left: 8.33333333%;
  }
  .journey2050-search-resources-modal .col-md-push-0,
  .journey2050-search-container .col-md-push-0,
  .journey2050-search-filter-bar .col-md-push-0,
  .journey2050-search-resources .col-md-push-0,
  .journey2050-search-resources-widget .journey2050-widget .col-md-push-0,
  .mobile-breakpoints .col-md-push-0,
  .post-links .col-md-push-0 {
    left: auto;
  }
  .journey2050-search-resources-modal .col-md-offset-12,
  .journey2050-search-container .col-md-offset-12,
  .journey2050-search-filter-bar .col-md-offset-12,
  .journey2050-search-resources .col-md-offset-12,
  .journey2050-search-resources-widget .journey2050-widget .col-md-offset-12,
  .mobile-breakpoints .col-md-offset-12,
  .post-links .col-md-offset-12 {
    margin-left: 100%;
  }
  .journey2050-search-resources-modal .col-md-offset-11,
  .journey2050-search-container .col-md-offset-11,
  .journey2050-search-filter-bar .col-md-offset-11,
  .journey2050-search-resources .col-md-offset-11,
  .journey2050-search-resources-widget .journey2050-widget .col-md-offset-11,
  .mobile-breakpoints .col-md-offset-11,
  .post-links .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .journey2050-search-resources-modal .col-md-offset-10,
  .journey2050-search-container .col-md-offset-10,
  .journey2050-search-filter-bar .col-md-offset-10,
  .journey2050-search-resources .col-md-offset-10,
  .journey2050-search-resources-widget .journey2050-widget .col-md-offset-10,
  .mobile-breakpoints .col-md-offset-10,
  .post-links .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .journey2050-search-resources-modal .col-md-offset-9,
  .journey2050-search-container .col-md-offset-9,
  .journey2050-search-filter-bar .col-md-offset-9,
  .journey2050-search-resources .col-md-offset-9,
  .journey2050-search-resources-widget .journey2050-widget .col-md-offset-9,
  .mobile-breakpoints .col-md-offset-9,
  .post-links .col-md-offset-9 {
    margin-left: 75%;
  }
  .journey2050-search-resources-modal .col-md-offset-8,
  .journey2050-search-container .col-md-offset-8,
  .journey2050-search-filter-bar .col-md-offset-8,
  .journey2050-search-resources .col-md-offset-8,
  .journey2050-search-resources-widget .journey2050-widget .col-md-offset-8,
  .mobile-breakpoints .col-md-offset-8,
  .post-links .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .journey2050-search-resources-modal .col-md-offset-7,
  .journey2050-search-container .col-md-offset-7,
  .journey2050-search-filter-bar .col-md-offset-7,
  .journey2050-search-resources .col-md-offset-7,
  .journey2050-search-resources-widget .journey2050-widget .col-md-offset-7,
  .mobile-breakpoints .col-md-offset-7,
  .post-links .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .journey2050-search-resources-modal .col-md-offset-6,
  .journey2050-search-container .col-md-offset-6,
  .journey2050-search-filter-bar .col-md-offset-6,
  .journey2050-search-resources .col-md-offset-6,
  .journey2050-search-resources-widget .journey2050-widget .col-md-offset-6,
  .mobile-breakpoints .col-md-offset-6,
  .post-links .col-md-offset-6 {
    margin-left: 50%;
  }
  .journey2050-search-resources-modal .col-md-offset-5,
  .journey2050-search-container .col-md-offset-5,
  .journey2050-search-filter-bar .col-md-offset-5,
  .journey2050-search-resources .col-md-offset-5,
  .journey2050-search-resources-widget .journey2050-widget .col-md-offset-5,
  .mobile-breakpoints .col-md-offset-5,
  .post-links .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .journey2050-search-resources-modal .col-md-offset-4,
  .journey2050-search-container .col-md-offset-4,
  .journey2050-search-filter-bar .col-md-offset-4,
  .journey2050-search-resources .col-md-offset-4,
  .journey2050-search-resources-widget .journey2050-widget .col-md-offset-4,
  .mobile-breakpoints .col-md-offset-4,
  .post-links .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .journey2050-search-resources-modal .col-md-offset-3,
  .journey2050-search-container .col-md-offset-3,
  .journey2050-search-filter-bar .col-md-offset-3,
  .journey2050-search-resources .col-md-offset-3,
  .journey2050-search-resources-widget .journey2050-widget .col-md-offset-3,
  .mobile-breakpoints .col-md-offset-3,
  .post-links .col-md-offset-3 {
    margin-left: 25%;
  }
  .journey2050-search-resources-modal .col-md-offset-2,
  .journey2050-search-container .col-md-offset-2,
  .journey2050-search-filter-bar .col-md-offset-2,
  .journey2050-search-resources .col-md-offset-2,
  .journey2050-search-resources-widget .journey2050-widget .col-md-offset-2,
  .mobile-breakpoints .col-md-offset-2,
  .post-links .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .journey2050-search-resources-modal .col-md-offset-1,
  .journey2050-search-container .col-md-offset-1,
  .journey2050-search-filter-bar .col-md-offset-1,
  .journey2050-search-resources .col-md-offset-1,
  .journey2050-search-resources-widget .journey2050-widget .col-md-offset-1,
  .mobile-breakpoints .col-md-offset-1,
  .post-links .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .journey2050-search-resources-modal .col-md-offset-0,
  .journey2050-search-container .col-md-offset-0,
  .journey2050-search-filter-bar .col-md-offset-0,
  .journey2050-search-resources .col-md-offset-0,
  .journey2050-search-resources-widget .journey2050-widget .col-md-offset-0,
  .mobile-breakpoints .col-md-offset-0,
  .post-links .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .journey2050-search-resources-modal .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,
  .journey2050-search-container .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,
  .journey2050-search-filter-bar .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,
  .journey2050-search-resources .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,
  .journey2050-search-resources-widget .journey2050-widget .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,
  .mobile-breakpoints .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,
  .post-links .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 {
    float: left;
  }
  .journey2050-search-resources-modal .col-lg-12,
  .journey2050-search-container .col-lg-12,
  .journey2050-search-filter-bar .col-lg-12,
  .journey2050-search-resources .col-lg-12,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-12,
  .mobile-breakpoints .col-lg-12,
  .post-links .col-lg-12 {
    width: 100%;
  }
  .journey2050-search-resources-modal .col-lg-11,
  .journey2050-search-container .col-lg-11,
  .journey2050-search-filter-bar .col-lg-11,
  .journey2050-search-resources .col-lg-11,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-11,
  .mobile-breakpoints .col-lg-11,
  .post-links .col-lg-11 {
    width: 91.66666667%;
  }
  .journey2050-search-resources-modal .col-lg-10,
  .journey2050-search-container .col-lg-10,
  .journey2050-search-filter-bar .col-lg-10,
  .journey2050-search-resources .col-lg-10,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-10,
  .mobile-breakpoints .col-lg-10,
  .post-links .col-lg-10 {
    width: 83.33333333%;
  }
  .journey2050-search-resources-modal .col-lg-9,
  .journey2050-search-container .col-lg-9,
  .journey2050-search-filter-bar .col-lg-9,
  .journey2050-search-resources .col-lg-9,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-9,
  .mobile-breakpoints .col-lg-9,
  .post-links .col-lg-9 {
    width: 75%;
  }
  .journey2050-search-resources-modal .col-lg-8,
  .journey2050-search-container .col-lg-8,
  .journey2050-search-filter-bar .col-lg-8,
  .journey2050-search-resources .col-lg-8,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-8,
  .mobile-breakpoints .col-lg-8,
  .post-links .col-lg-8 {
    width: 66.66666667%;
  }
  .journey2050-search-resources-modal .col-lg-7,
  .journey2050-search-container .col-lg-7,
  .journey2050-search-filter-bar .col-lg-7,
  .journey2050-search-resources .col-lg-7,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-7,
  .mobile-breakpoints .col-lg-7,
  .post-links .col-lg-7 {
    width: 58.33333333%;
  }
  .journey2050-search-resources-modal .col-lg-6,
  .journey2050-search-container .col-lg-6,
  .journey2050-search-filter-bar .col-lg-6,
  .journey2050-search-resources .col-lg-6,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-6,
  .mobile-breakpoints .col-lg-6,
  .post-links .col-lg-6 {
    width: 50%;
  }
  .journey2050-search-resources-modal .col-lg-5,
  .journey2050-search-container .col-lg-5,
  .journey2050-search-filter-bar .col-lg-5,
  .journey2050-search-resources .col-lg-5,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-5,
  .mobile-breakpoints .col-lg-5,
  .post-links .col-lg-5 {
    width: 41.66666667%;
  }
  .journey2050-search-resources-modal .col-lg-4,
  .journey2050-search-container .col-lg-4,
  .journey2050-search-filter-bar .col-lg-4,
  .journey2050-search-resources .col-lg-4,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-4,
  .mobile-breakpoints .col-lg-4,
  .post-links .col-lg-4 {
    width: 33.33333333%;
  }
  .journey2050-search-resources-modal .col-lg-3,
  .journey2050-search-container .col-lg-3,
  .journey2050-search-filter-bar .col-lg-3,
  .journey2050-search-resources .col-lg-3,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-3,
  .mobile-breakpoints .col-lg-3,
  .post-links .col-lg-3 {
    width: 25%;
  }
  .journey2050-search-resources-modal .col-lg-2,
  .journey2050-search-container .col-lg-2,
  .journey2050-search-filter-bar .col-lg-2,
  .journey2050-search-resources .col-lg-2,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-2,
  .mobile-breakpoints .col-lg-2,
  .post-links .col-lg-2 {
    width: 16.66666667%;
  }
  .journey2050-search-resources-modal .col-lg-1,
  .journey2050-search-container .col-lg-1,
  .journey2050-search-filter-bar .col-lg-1,
  .journey2050-search-resources .col-lg-1,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-1,
  .mobile-breakpoints .col-lg-1,
  .post-links .col-lg-1 {
    width: 8.33333333%;
  }
  .journey2050-search-resources-modal .col-lg-pull-12,
  .journey2050-search-container .col-lg-pull-12,
  .journey2050-search-filter-bar .col-lg-pull-12,
  .journey2050-search-resources .col-lg-pull-12,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-pull-12,
  .mobile-breakpoints .col-lg-pull-12,
  .post-links .col-lg-pull-12 {
    right: 100%;
  }
  .journey2050-search-resources-modal .col-lg-pull-11,
  .journey2050-search-container .col-lg-pull-11,
  .journey2050-search-filter-bar .col-lg-pull-11,
  .journey2050-search-resources .col-lg-pull-11,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-pull-11,
  .mobile-breakpoints .col-lg-pull-11,
  .post-links .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .journey2050-search-resources-modal .col-lg-pull-10,
  .journey2050-search-container .col-lg-pull-10,
  .journey2050-search-filter-bar .col-lg-pull-10,
  .journey2050-search-resources .col-lg-pull-10,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-pull-10,
  .mobile-breakpoints .col-lg-pull-10,
  .post-links .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .journey2050-search-resources-modal .col-lg-pull-9,
  .journey2050-search-container .col-lg-pull-9,
  .journey2050-search-filter-bar .col-lg-pull-9,
  .journey2050-search-resources .col-lg-pull-9,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-pull-9,
  .mobile-breakpoints .col-lg-pull-9,
  .post-links .col-lg-pull-9 {
    right: 75%;
  }
  .journey2050-search-resources-modal .col-lg-pull-8,
  .journey2050-search-container .col-lg-pull-8,
  .journey2050-search-filter-bar .col-lg-pull-8,
  .journey2050-search-resources .col-lg-pull-8,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-pull-8,
  .mobile-breakpoints .col-lg-pull-8,
  .post-links .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .journey2050-search-resources-modal .col-lg-pull-7,
  .journey2050-search-container .col-lg-pull-7,
  .journey2050-search-filter-bar .col-lg-pull-7,
  .journey2050-search-resources .col-lg-pull-7,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-pull-7,
  .mobile-breakpoints .col-lg-pull-7,
  .post-links .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .journey2050-search-resources-modal .col-lg-pull-6,
  .journey2050-search-container .col-lg-pull-6,
  .journey2050-search-filter-bar .col-lg-pull-6,
  .journey2050-search-resources .col-lg-pull-6,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-pull-6,
  .mobile-breakpoints .col-lg-pull-6,
  .post-links .col-lg-pull-6 {
    right: 50%;
  }
  .journey2050-search-resources-modal .col-lg-pull-5,
  .journey2050-search-container .col-lg-pull-5,
  .journey2050-search-filter-bar .col-lg-pull-5,
  .journey2050-search-resources .col-lg-pull-5,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-pull-5,
  .mobile-breakpoints .col-lg-pull-5,
  .post-links .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .journey2050-search-resources-modal .col-lg-pull-4,
  .journey2050-search-container .col-lg-pull-4,
  .journey2050-search-filter-bar .col-lg-pull-4,
  .journey2050-search-resources .col-lg-pull-4,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-pull-4,
  .mobile-breakpoints .col-lg-pull-4,
  .post-links .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .journey2050-search-resources-modal .col-lg-pull-3,
  .journey2050-search-container .col-lg-pull-3,
  .journey2050-search-filter-bar .col-lg-pull-3,
  .journey2050-search-resources .col-lg-pull-3,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-pull-3,
  .mobile-breakpoints .col-lg-pull-3,
  .post-links .col-lg-pull-3 {
    right: 25%;
  }
  .journey2050-search-resources-modal .col-lg-pull-2,
  .journey2050-search-container .col-lg-pull-2,
  .journey2050-search-filter-bar .col-lg-pull-2,
  .journey2050-search-resources .col-lg-pull-2,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-pull-2,
  .mobile-breakpoints .col-lg-pull-2,
  .post-links .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .journey2050-search-resources-modal .col-lg-pull-1,
  .journey2050-search-container .col-lg-pull-1,
  .journey2050-search-filter-bar .col-lg-pull-1,
  .journey2050-search-resources .col-lg-pull-1,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-pull-1,
  .mobile-breakpoints .col-lg-pull-1,
  .post-links .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .journey2050-search-resources-modal .col-lg-pull-0,
  .journey2050-search-container .col-lg-pull-0,
  .journey2050-search-filter-bar .col-lg-pull-0,
  .journey2050-search-resources .col-lg-pull-0,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-pull-0,
  .mobile-breakpoints .col-lg-pull-0,
  .post-links .col-lg-pull-0 {
    right: auto;
  }
  .journey2050-search-resources-modal .col-lg-push-12,
  .journey2050-search-container .col-lg-push-12,
  .journey2050-search-filter-bar .col-lg-push-12,
  .journey2050-search-resources .col-lg-push-12,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-push-12,
  .mobile-breakpoints .col-lg-push-12,
  .post-links .col-lg-push-12 {
    left: 100%;
  }
  .journey2050-search-resources-modal .col-lg-push-11,
  .journey2050-search-container .col-lg-push-11,
  .journey2050-search-filter-bar .col-lg-push-11,
  .journey2050-search-resources .col-lg-push-11,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-push-11,
  .mobile-breakpoints .col-lg-push-11,
  .post-links .col-lg-push-11 {
    left: 91.66666667%;
  }
  .journey2050-search-resources-modal .col-lg-push-10,
  .journey2050-search-container .col-lg-push-10,
  .journey2050-search-filter-bar .col-lg-push-10,
  .journey2050-search-resources .col-lg-push-10,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-push-10,
  .mobile-breakpoints .col-lg-push-10,
  .post-links .col-lg-push-10 {
    left: 83.33333333%;
  }
  .journey2050-search-resources-modal .col-lg-push-9,
  .journey2050-search-container .col-lg-push-9,
  .journey2050-search-filter-bar .col-lg-push-9,
  .journey2050-search-resources .col-lg-push-9,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-push-9,
  .mobile-breakpoints .col-lg-push-9,
  .post-links .col-lg-push-9 {
    left: 75%;
  }
  .journey2050-search-resources-modal .col-lg-push-8,
  .journey2050-search-container .col-lg-push-8,
  .journey2050-search-filter-bar .col-lg-push-8,
  .journey2050-search-resources .col-lg-push-8,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-push-8,
  .mobile-breakpoints .col-lg-push-8,
  .post-links .col-lg-push-8 {
    left: 66.66666667%;
  }
  .journey2050-search-resources-modal .col-lg-push-7,
  .journey2050-search-container .col-lg-push-7,
  .journey2050-search-filter-bar .col-lg-push-7,
  .journey2050-search-resources .col-lg-push-7,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-push-7,
  .mobile-breakpoints .col-lg-push-7,
  .post-links .col-lg-push-7 {
    left: 58.33333333%;
  }
  .journey2050-search-resources-modal .col-lg-push-6,
  .journey2050-search-container .col-lg-push-6,
  .journey2050-search-filter-bar .col-lg-push-6,
  .journey2050-search-resources .col-lg-push-6,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-push-6,
  .mobile-breakpoints .col-lg-push-6,
  .post-links .col-lg-push-6 {
    left: 50%;
  }
  .journey2050-search-resources-modal .col-lg-push-5,
  .journey2050-search-container .col-lg-push-5,
  .journey2050-search-filter-bar .col-lg-push-5,
  .journey2050-search-resources .col-lg-push-5,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-push-5,
  .mobile-breakpoints .col-lg-push-5,
  .post-links .col-lg-push-5 {
    left: 41.66666667%;
  }
  .journey2050-search-resources-modal .col-lg-push-4,
  .journey2050-search-container .col-lg-push-4,
  .journey2050-search-filter-bar .col-lg-push-4,
  .journey2050-search-resources .col-lg-push-4,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-push-4,
  .mobile-breakpoints .col-lg-push-4,
  .post-links .col-lg-push-4 {
    left: 33.33333333%;
  }
  .journey2050-search-resources-modal .col-lg-push-3,
  .journey2050-search-container .col-lg-push-3,
  .journey2050-search-filter-bar .col-lg-push-3,
  .journey2050-search-resources .col-lg-push-3,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-push-3,
  .mobile-breakpoints .col-lg-push-3,
  .post-links .col-lg-push-3 {
    left: 25%;
  }
  .journey2050-search-resources-modal .col-lg-push-2,
  .journey2050-search-container .col-lg-push-2,
  .journey2050-search-filter-bar .col-lg-push-2,
  .journey2050-search-resources .col-lg-push-2,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-push-2,
  .mobile-breakpoints .col-lg-push-2,
  .post-links .col-lg-push-2 {
    left: 16.66666667%;
  }
  .journey2050-search-resources-modal .col-lg-push-1,
  .journey2050-search-container .col-lg-push-1,
  .journey2050-search-filter-bar .col-lg-push-1,
  .journey2050-search-resources .col-lg-push-1,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-push-1,
  .mobile-breakpoints .col-lg-push-1,
  .post-links .col-lg-push-1 {
    left: 8.33333333%;
  }
  .journey2050-search-resources-modal .col-lg-push-0,
  .journey2050-search-container .col-lg-push-0,
  .journey2050-search-filter-bar .col-lg-push-0,
  .journey2050-search-resources .col-lg-push-0,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-push-0,
  .mobile-breakpoints .col-lg-push-0,
  .post-links .col-lg-push-0 {
    left: auto;
  }
  .journey2050-search-resources-modal .col-lg-offset-12,
  .journey2050-search-container .col-lg-offset-12,
  .journey2050-search-filter-bar .col-lg-offset-12,
  .journey2050-search-resources .col-lg-offset-12,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-offset-12,
  .mobile-breakpoints .col-lg-offset-12,
  .post-links .col-lg-offset-12 {
    margin-left: 100%;
  }
  .journey2050-search-resources-modal .col-lg-offset-11,
  .journey2050-search-container .col-lg-offset-11,
  .journey2050-search-filter-bar .col-lg-offset-11,
  .journey2050-search-resources .col-lg-offset-11,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-offset-11,
  .mobile-breakpoints .col-lg-offset-11,
  .post-links .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .journey2050-search-resources-modal .col-lg-offset-10,
  .journey2050-search-container .col-lg-offset-10,
  .journey2050-search-filter-bar .col-lg-offset-10,
  .journey2050-search-resources .col-lg-offset-10,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-offset-10,
  .mobile-breakpoints .col-lg-offset-10,
  .post-links .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .journey2050-search-resources-modal .col-lg-offset-9,
  .journey2050-search-container .col-lg-offset-9,
  .journey2050-search-filter-bar .col-lg-offset-9,
  .journey2050-search-resources .col-lg-offset-9,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-offset-9,
  .mobile-breakpoints .col-lg-offset-9,
  .post-links .col-lg-offset-9 {
    margin-left: 75%;
  }
  .journey2050-search-resources-modal .col-lg-offset-8,
  .journey2050-search-container .col-lg-offset-8,
  .journey2050-search-filter-bar .col-lg-offset-8,
  .journey2050-search-resources .col-lg-offset-8,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-offset-8,
  .mobile-breakpoints .col-lg-offset-8,
  .post-links .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .journey2050-search-resources-modal .col-lg-offset-7,
  .journey2050-search-container .col-lg-offset-7,
  .journey2050-search-filter-bar .col-lg-offset-7,
  .journey2050-search-resources .col-lg-offset-7,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-offset-7,
  .mobile-breakpoints .col-lg-offset-7,
  .post-links .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .journey2050-search-resources-modal .col-lg-offset-6,
  .journey2050-search-container .col-lg-offset-6,
  .journey2050-search-filter-bar .col-lg-offset-6,
  .journey2050-search-resources .col-lg-offset-6,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-offset-6,
  .mobile-breakpoints .col-lg-offset-6,
  .post-links .col-lg-offset-6 {
    margin-left: 50%;
  }
  .journey2050-search-resources-modal .col-lg-offset-5,
  .journey2050-search-container .col-lg-offset-5,
  .journey2050-search-filter-bar .col-lg-offset-5,
  .journey2050-search-resources .col-lg-offset-5,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-offset-5,
  .mobile-breakpoints .col-lg-offset-5,
  .post-links .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .journey2050-search-resources-modal .col-lg-offset-4,
  .journey2050-search-container .col-lg-offset-4,
  .journey2050-search-filter-bar .col-lg-offset-4,
  .journey2050-search-resources .col-lg-offset-4,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-offset-4,
  .mobile-breakpoints .col-lg-offset-4,
  .post-links .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .journey2050-search-resources-modal .col-lg-offset-3,
  .journey2050-search-container .col-lg-offset-3,
  .journey2050-search-filter-bar .col-lg-offset-3,
  .journey2050-search-resources .col-lg-offset-3,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-offset-3,
  .mobile-breakpoints .col-lg-offset-3,
  .post-links .col-lg-offset-3 {
    margin-left: 25%;
  }
  .journey2050-search-resources-modal .col-lg-offset-2,
  .journey2050-search-container .col-lg-offset-2,
  .journey2050-search-filter-bar .col-lg-offset-2,
  .journey2050-search-resources .col-lg-offset-2,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-offset-2,
  .mobile-breakpoints .col-lg-offset-2,
  .post-links .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .journey2050-search-resources-modal .col-lg-offset-1,
  .journey2050-search-container .col-lg-offset-1,
  .journey2050-search-filter-bar .col-lg-offset-1,
  .journey2050-search-resources .col-lg-offset-1,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-offset-1,
  .mobile-breakpoints .col-lg-offset-1,
  .post-links .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .journey2050-search-resources-modal .col-lg-offset-0,
  .journey2050-search-container .col-lg-offset-0,
  .journey2050-search-filter-bar .col-lg-offset-0,
  .journey2050-search-resources .col-lg-offset-0,
  .journey2050-search-resources-widget .journey2050-widget .col-lg-offset-0,
  .mobile-breakpoints .col-lg-offset-0,
  .post-links .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.journey2050-search-resources-modal fieldset,
.journey2050-search-container fieldset,
.journey2050-search-filter-bar fieldset,
.journey2050-search-resources fieldset,
.journey2050-search-resources-widget .journey2050-widget fieldset,
.mobile-breakpoints fieldset,
.post-links fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.journey2050-search-resources-modal legend,
.journey2050-search-container legend,
.journey2050-search-filter-bar legend,
.journey2050-search-resources legend,
.journey2050-search-resources-widget .journey2050-widget legend,
.mobile-breakpoints legend,
.post-links legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.journey2050-search-resources-modal label,
.journey2050-search-container label,
.journey2050-search-filter-bar label,
.journey2050-search-resources label,
.journey2050-search-resources-widget .journey2050-widget label,
.mobile-breakpoints label,
.post-links label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.journey2050-search-resources-modal input[type="search"],
.journey2050-search-container input[type="search"],
.journey2050-search-filter-bar input[type="search"],
.journey2050-search-resources input[type="search"],
.journey2050-search-resources-widget .journey2050-widget input[type="search"],
.mobile-breakpoints input[type="search"],
.post-links input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.journey2050-search-resources-modal input[type="radio"],
.journey2050-search-container input[type="radio"],
.journey2050-search-filter-bar input[type="radio"],
.journey2050-search-resources input[type="radio"],
.journey2050-search-resources-widget .journey2050-widget input[type="radio"],
.mobile-breakpoints input[type="radio"],
.post-links input[type="radio"],
.journey2050-search-resources-modal input[type="checkbox"],
.journey2050-search-container input[type="checkbox"],
.journey2050-search-filter-bar input[type="checkbox"],
.journey2050-search-resources input[type="checkbox"],
.journey2050-search-resources-widget .journey2050-widget input[type="checkbox"],
.mobile-breakpoints input[type="checkbox"],
.post-links input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.journey2050-search-resources-modal input[type="file"],
.journey2050-search-container input[type="file"],
.journey2050-search-filter-bar input[type="file"],
.journey2050-search-resources input[type="file"],
.journey2050-search-resources-widget .journey2050-widget input[type="file"],
.mobile-breakpoints input[type="file"],
.post-links input[type="file"] {
  display: block;
}
.journey2050-search-resources-modal input[type="range"],
.journey2050-search-container input[type="range"],
.journey2050-search-filter-bar input[type="range"],
.journey2050-search-resources input[type="range"],
.journey2050-search-resources-widget .journey2050-widget input[type="range"],
.mobile-breakpoints input[type="range"],
.post-links input[type="range"] {
  display: block;
  width: 100%;
}
.journey2050-search-resources-modal select[multiple],
.journey2050-search-container select[multiple],
.journey2050-search-filter-bar select[multiple],
.journey2050-search-resources select[multiple],
.journey2050-search-resources-widget .journey2050-widget select[multiple],
.mobile-breakpoints select[multiple],
.post-links select[multiple],
.journey2050-search-resources-modal select[size],
.journey2050-search-container select[size],
.journey2050-search-filter-bar select[size],
.journey2050-search-resources select[size],
.journey2050-search-resources-widget .journey2050-widget select[size],
.mobile-breakpoints select[size],
.post-links select[size] {
  height: auto;
}
.journey2050-search-resources-modal input[type="file"]:focus,
.journey2050-search-container input[type="file"]:focus,
.journey2050-search-filter-bar input[type="file"]:focus,
.journey2050-search-resources input[type="file"]:focus,
.journey2050-search-resources-widget .journey2050-widget input[type="file"]:focus,
.mobile-breakpoints input[type="file"]:focus,
.post-links input[type="file"]:focus,
.journey2050-search-resources-modal input[type="radio"]:focus,
.journey2050-search-container input[type="radio"]:focus,
.journey2050-search-filter-bar input[type="radio"]:focus,
.journey2050-search-resources input[type="radio"]:focus,
.journey2050-search-resources-widget .journey2050-widget input[type="radio"]:focus,
.mobile-breakpoints input[type="radio"]:focus,
.post-links input[type="radio"]:focus,
.journey2050-search-resources-modal input[type="checkbox"]:focus,
.journey2050-search-container input[type="checkbox"]:focus,
.journey2050-search-filter-bar input[type="checkbox"]:focus,
.journey2050-search-resources input[type="checkbox"]:focus,
.journey2050-search-resources-widget .journey2050-widget input[type="checkbox"]:focus,
.mobile-breakpoints input[type="checkbox"]:focus,
.post-links input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.journey2050-search-resources-modal output,
.journey2050-search-container output,
.journey2050-search-filter-bar output,
.journey2050-search-resources output,
.journey2050-search-resources-widget .journey2050-widget output,
.mobile-breakpoints output,
.post-links output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.journey2050-search-resources-modal .form-control,
.journey2050-search-container .form-control,
.journey2050-search-filter-bar .form-control,
.journey2050-search-resources .form-control,
.journey2050-search-resources-widget .journey2050-widget .form-control,
.mobile-breakpoints .form-control,
.post-links .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.journey2050-search-resources-modal .form-control:focus,
.journey2050-search-container .form-control:focus,
.journey2050-search-filter-bar .form-control:focus,
.journey2050-search-resources .form-control:focus,
.journey2050-search-resources-widget .journey2050-widget .form-control:focus,
.mobile-breakpoints .form-control:focus,
.post-links .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.journey2050-search-resources-modal .form-control::-moz-placeholder,
.journey2050-search-container .form-control::-moz-placeholder,
.journey2050-search-filter-bar .form-control::-moz-placeholder,
.journey2050-search-resources .form-control::-moz-placeholder,
.journey2050-search-resources-widget .journey2050-widget .form-control::-moz-placeholder,
.mobile-breakpoints .form-control::-moz-placeholder,
.post-links .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.journey2050-search-resources-modal .form-control:-ms-input-placeholder,
.journey2050-search-container .form-control:-ms-input-placeholder,
.journey2050-search-filter-bar .form-control:-ms-input-placeholder,
.journey2050-search-resources .form-control:-ms-input-placeholder,
.journey2050-search-resources-widget .journey2050-widget .form-control:-ms-input-placeholder,
.mobile-breakpoints .form-control:-ms-input-placeholder,
.post-links .form-control:-ms-input-placeholder {
  color: #999;
}
.journey2050-search-resources-modal .form-control::-webkit-input-placeholder,
.journey2050-search-container .form-control::-webkit-input-placeholder,
.journey2050-search-filter-bar .form-control::-webkit-input-placeholder,
.journey2050-search-resources .form-control::-webkit-input-placeholder,
.journey2050-search-resources-widget .journey2050-widget .form-control::-webkit-input-placeholder,
.mobile-breakpoints .form-control::-webkit-input-placeholder,
.post-links .form-control::-webkit-input-placeholder {
  color: #999;
}
.journey2050-search-resources-modal .form-control::-ms-expand,
.journey2050-search-container .form-control::-ms-expand,
.journey2050-search-filter-bar .form-control::-ms-expand,
.journey2050-search-resources .form-control::-ms-expand,
.journey2050-search-resources-widget .journey2050-widget .form-control::-ms-expand,
.mobile-breakpoints .form-control::-ms-expand,
.post-links .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.journey2050-search-resources-modal .form-control[disabled],
.journey2050-search-container .form-control[disabled],
.journey2050-search-filter-bar .form-control[disabled],
.journey2050-search-resources .form-control[disabled],
.journey2050-search-resources-widget .journey2050-widget .form-control[disabled],
.mobile-breakpoints .form-control[disabled],
.post-links .form-control[disabled],
.journey2050-search-resources-modal .form-control[readonly],
.journey2050-search-container .form-control[readonly],
.journey2050-search-filter-bar .form-control[readonly],
.journey2050-search-resources .form-control[readonly],
.journey2050-search-resources-widget .journey2050-widget .form-control[readonly],
.mobile-breakpoints .form-control[readonly],
.post-links .form-control[readonly],
fieldset[disabled] .journey2050-search-resources-modal .form-control,
fieldset[disabled] .journey2050-search-container .form-control,
fieldset[disabled] .journey2050-search-filter-bar .form-control,
fieldset[disabled] .journey2050-search-resources .form-control,
fieldset[disabled] .journey2050-search-resources-widget .journey2050-widget .form-control,
fieldset[disabled] .mobile-breakpoints .form-control,
fieldset[disabled] .post-links .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.journey2050-search-resources-modal .form-control[disabled],
.journey2050-search-container .form-control[disabled],
.journey2050-search-filter-bar .form-control[disabled],
.journey2050-search-resources .form-control[disabled],
.journey2050-search-resources-widget .journey2050-widget .form-control[disabled],
.mobile-breakpoints .form-control[disabled],
.post-links .form-control[disabled],
fieldset[disabled] .journey2050-search-resources-modal .form-control,
fieldset[disabled] .journey2050-search-container .form-control,
fieldset[disabled] .journey2050-search-filter-bar .form-control,
fieldset[disabled] .journey2050-search-resources .form-control,
fieldset[disabled] .journey2050-search-resources-widget .journey2050-widget .form-control,
fieldset[disabled] .mobile-breakpoints .form-control,
fieldset[disabled] .post-links .form-control {
  cursor: not-allowed;
}
textarea.journey2050-search-resources-modal .form-control,
textarea.journey2050-search-container .form-control,
textarea.journey2050-search-filter-bar .form-control,
textarea.journey2050-search-resources .form-control,
textarea.journey2050-search-resources-widget .journey2050-widget .form-control,
textarea.mobile-breakpoints .form-control,
textarea.post-links .form-control {
  height: auto;
}
.journey2050-search-resources-modal input[type="search"],
.journey2050-search-container input[type="search"],
.journey2050-search-filter-bar input[type="search"],
.journey2050-search-resources input[type="search"],
.journey2050-search-resources-widget .journey2050-widget input[type="search"],
.mobile-breakpoints input[type="search"],
.post-links input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .journey2050-search-resources-modal input[type="date"].form-control,
  .journey2050-search-container input[type="date"].form-control,
  .journey2050-search-filter-bar input[type="date"].form-control,
  .journey2050-search-resources input[type="date"].form-control,
  .journey2050-search-resources-widget .journey2050-widget input[type="date"].form-control,
  .mobile-breakpoints input[type="date"].form-control,
  .post-links input[type="date"].form-control,
  .journey2050-search-resources-modal input[type="time"].form-control,
  .journey2050-search-container input[type="time"].form-control,
  .journey2050-search-filter-bar input[type="time"].form-control,
  .journey2050-search-resources input[type="time"].form-control,
  .journey2050-search-resources-widget .journey2050-widget input[type="time"].form-control,
  .mobile-breakpoints input[type="time"].form-control,
  .post-links input[type="time"].form-control,
  .journey2050-search-resources-modal input[type="datetime-local"].form-control,
  .journey2050-search-container input[type="datetime-local"].form-control,
  .journey2050-search-filter-bar input[type="datetime-local"].form-control,
  .journey2050-search-resources input[type="datetime-local"].form-control,
  .journey2050-search-resources-widget .journey2050-widget input[type="datetime-local"].form-control,
  .mobile-breakpoints input[type="datetime-local"].form-control,
  .post-links input[type="datetime-local"].form-control,
  .journey2050-search-resources-modal input[type="month"].form-control,
  .journey2050-search-container input[type="month"].form-control,
  .journey2050-search-filter-bar input[type="month"].form-control,
  .journey2050-search-resources input[type="month"].form-control,
  .journey2050-search-resources-widget .journey2050-widget input[type="month"].form-control,
  .mobile-breakpoints input[type="month"].form-control,
  .post-links input[type="month"].form-control {
    line-height: 34px;
  }
  .journey2050-search-resources-modal input[type="date"].input-sm,
  .journey2050-search-container input[type="date"].input-sm,
  .journey2050-search-filter-bar input[type="date"].input-sm,
  .journey2050-search-resources input[type="date"].input-sm,
  .journey2050-search-resources-widget .journey2050-widget input[type="date"].input-sm,
  .mobile-breakpoints input[type="date"].input-sm,
  .post-links input[type="date"].input-sm,
  .journey2050-search-resources-modal input[type="time"].input-sm,
  .journey2050-search-container input[type="time"].input-sm,
  .journey2050-search-filter-bar input[type="time"].input-sm,
  .journey2050-search-resources input[type="time"].input-sm,
  .journey2050-search-resources-widget .journey2050-widget input[type="time"].input-sm,
  .mobile-breakpoints input[type="time"].input-sm,
  .post-links input[type="time"].input-sm,
  .journey2050-search-resources-modal input[type="datetime-local"].input-sm,
  .journey2050-search-container input[type="datetime-local"].input-sm,
  .journey2050-search-filter-bar input[type="datetime-local"].input-sm,
  .journey2050-search-resources input[type="datetime-local"].input-sm,
  .journey2050-search-resources-widget .journey2050-widget input[type="datetime-local"].input-sm,
  .mobile-breakpoints input[type="datetime-local"].input-sm,
  .post-links input[type="datetime-local"].input-sm,
  .journey2050-search-resources-modal input[type="month"].input-sm,
  .journey2050-search-container input[type="month"].input-sm,
  .journey2050-search-filter-bar input[type="month"].input-sm,
  .journey2050-search-resources input[type="month"].input-sm,
  .journey2050-search-resources-widget .journey2050-widget input[type="month"].input-sm,
  .mobile-breakpoints input[type="month"].input-sm,
  .post-links input[type="month"].input-sm,
  .input-group-sm .journey2050-search-resources-modal input[type="date"],
  .input-group-sm .journey2050-search-container input[type="date"],
  .input-group-sm .journey2050-search-filter-bar input[type="date"],
  .input-group-sm .journey2050-search-resources input[type="date"],
  .input-group-sm .journey2050-search-resources-widget .journey2050-widget input[type="date"],
  .input-group-sm .mobile-breakpoints input[type="date"],
  .input-group-sm .post-links input[type="date"],
  .input-group-sm .journey2050-search-resources-modal input[type="time"],
  .input-group-sm .journey2050-search-container input[type="time"],
  .input-group-sm .journey2050-search-filter-bar input[type="time"],
  .input-group-sm .journey2050-search-resources input[type="time"],
  .input-group-sm .journey2050-search-resources-widget .journey2050-widget input[type="time"],
  .input-group-sm .mobile-breakpoints input[type="time"],
  .input-group-sm .post-links input[type="time"],
  .input-group-sm .journey2050-search-resources-modal input[type="datetime-local"],
  .input-group-sm .journey2050-search-container input[type="datetime-local"],
  .input-group-sm .journey2050-search-filter-bar input[type="datetime-local"],
  .input-group-sm .journey2050-search-resources input[type="datetime-local"],
  .input-group-sm .journey2050-search-resources-widget .journey2050-widget input[type="datetime-local"],
  .input-group-sm .mobile-breakpoints input[type="datetime-local"],
  .input-group-sm .post-links input[type="datetime-local"],
  .input-group-sm .journey2050-search-resources-modal input[type="month"],
  .input-group-sm .journey2050-search-container input[type="month"],
  .input-group-sm .journey2050-search-filter-bar input[type="month"],
  .input-group-sm .journey2050-search-resources input[type="month"],
  .input-group-sm .journey2050-search-resources-widget .journey2050-widget input[type="month"],
  .input-group-sm .mobile-breakpoints input[type="month"],
  .input-group-sm .post-links input[type="month"] {
    line-height: 30px;
  }
  .journey2050-search-resources-modal input[type="date"].input-lg,
  .journey2050-search-container input[type="date"].input-lg,
  .journey2050-search-filter-bar input[type="date"].input-lg,
  .journey2050-search-resources input[type="date"].input-lg,
  .journey2050-search-resources-widget .journey2050-widget input[type="date"].input-lg,
  .mobile-breakpoints input[type="date"].input-lg,
  .post-links input[type="date"].input-lg,
  .journey2050-search-resources-modal input[type="time"].input-lg,
  .journey2050-search-container input[type="time"].input-lg,
  .journey2050-search-filter-bar input[type="time"].input-lg,
  .journey2050-search-resources input[type="time"].input-lg,
  .journey2050-search-resources-widget .journey2050-widget input[type="time"].input-lg,
  .mobile-breakpoints input[type="time"].input-lg,
  .post-links input[type="time"].input-lg,
  .journey2050-search-resources-modal input[type="datetime-local"].input-lg,
  .journey2050-search-container input[type="datetime-local"].input-lg,
  .journey2050-search-filter-bar input[type="datetime-local"].input-lg,
  .journey2050-search-resources input[type="datetime-local"].input-lg,
  .journey2050-search-resources-widget .journey2050-widget input[type="datetime-local"].input-lg,
  .mobile-breakpoints input[type="datetime-local"].input-lg,
  .post-links input[type="datetime-local"].input-lg,
  .journey2050-search-resources-modal input[type="month"].input-lg,
  .journey2050-search-container input[type="month"].input-lg,
  .journey2050-search-filter-bar input[type="month"].input-lg,
  .journey2050-search-resources input[type="month"].input-lg,
  .journey2050-search-resources-widget .journey2050-widget input[type="month"].input-lg,
  .mobile-breakpoints input[type="month"].input-lg,
  .post-links input[type="month"].input-lg,
  .input-group-lg .journey2050-search-resources-modal input[type="date"],
  .input-group-lg .journey2050-search-container input[type="date"],
  .input-group-lg .journey2050-search-filter-bar input[type="date"],
  .input-group-lg .journey2050-search-resources input[type="date"],
  .input-group-lg .journey2050-search-resources-widget .journey2050-widget input[type="date"],
  .input-group-lg .mobile-breakpoints input[type="date"],
  .input-group-lg .post-links input[type="date"],
  .input-group-lg .journey2050-search-resources-modal input[type="time"],
  .input-group-lg .journey2050-search-container input[type="time"],
  .input-group-lg .journey2050-search-filter-bar input[type="time"],
  .input-group-lg .journey2050-search-resources input[type="time"],
  .input-group-lg .journey2050-search-resources-widget .journey2050-widget input[type="time"],
  .input-group-lg .mobile-breakpoints input[type="time"],
  .input-group-lg .post-links input[type="time"],
  .input-group-lg .journey2050-search-resources-modal input[type="datetime-local"],
  .input-group-lg .journey2050-search-container input[type="datetime-local"],
  .input-group-lg .journey2050-search-filter-bar input[type="datetime-local"],
  .input-group-lg .journey2050-search-resources input[type="datetime-local"],
  .input-group-lg .journey2050-search-resources-widget .journey2050-widget input[type="datetime-local"],
  .input-group-lg .mobile-breakpoints input[type="datetime-local"],
  .input-group-lg .post-links input[type="datetime-local"],
  .input-group-lg .journey2050-search-resources-modal input[type="month"],
  .input-group-lg .journey2050-search-container input[type="month"],
  .input-group-lg .journey2050-search-filter-bar input[type="month"],
  .input-group-lg .journey2050-search-resources input[type="month"],
  .input-group-lg .journey2050-search-resources-widget .journey2050-widget input[type="month"],
  .input-group-lg .mobile-breakpoints input[type="month"],
  .input-group-lg .post-links input[type="month"] {
    line-height: 46px;
  }
}
.journey2050-search-resources-modal .form-group,
.journey2050-search-container .form-group,
.journey2050-search-filter-bar .form-group,
.journey2050-search-resources .form-group,
.journey2050-search-resources-widget .journey2050-widget .form-group,
.mobile-breakpoints .form-group,
.post-links .form-group {
  margin-bottom: 15px;
}
.journey2050-search-resources-modal .radio,
.journey2050-search-container .radio,
.journey2050-search-filter-bar .radio,
.journey2050-search-resources .radio,
.journey2050-search-resources-widget .journey2050-widget .radio,
.mobile-breakpoints .radio,
.post-links .radio,
.journey2050-search-resources-modal .checkbox,
.journey2050-search-container .checkbox,
.journey2050-search-filter-bar .checkbox,
.journey2050-search-resources .checkbox,
.journey2050-search-resources-widget .journey2050-widget .checkbox,
.mobile-breakpoints .checkbox,
.post-links .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.journey2050-search-resources-modal .radio label,
.journey2050-search-container .radio label,
.journey2050-search-filter-bar .radio label,
.journey2050-search-resources .radio label,
.journey2050-search-resources-widget .journey2050-widget .radio label,
.mobile-breakpoints .radio label,
.post-links .radio label,
.journey2050-search-resources-modal .checkbox label,
.journey2050-search-container .checkbox label,
.journey2050-search-filter-bar .checkbox label,
.journey2050-search-resources .checkbox label,
.journey2050-search-resources-widget .journey2050-widget .checkbox label,
.mobile-breakpoints .checkbox label,
.post-links .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.journey2050-search-resources-modal .radio input[type="radio"],
.journey2050-search-container .radio input[type="radio"],
.journey2050-search-filter-bar .radio input[type="radio"],
.journey2050-search-resources .radio input[type="radio"],
.journey2050-search-resources-widget .journey2050-widget .radio input[type="radio"],
.mobile-breakpoints .radio input[type="radio"],
.post-links .radio input[type="radio"],
.journey2050-search-resources-modal .radio-inline input[type="radio"],
.journey2050-search-container .radio-inline input[type="radio"],
.journey2050-search-filter-bar .radio-inline input[type="radio"],
.journey2050-search-resources .radio-inline input[type="radio"],
.journey2050-search-resources-widget .journey2050-widget .radio-inline input[type="radio"],
.mobile-breakpoints .radio-inline input[type="radio"],
.post-links .radio-inline input[type="radio"],
.journey2050-search-resources-modal .checkbox input[type="checkbox"],
.journey2050-search-container .checkbox input[type="checkbox"],
.journey2050-search-filter-bar .checkbox input[type="checkbox"],
.journey2050-search-resources .checkbox input[type="checkbox"],
.journey2050-search-resources-widget .journey2050-widget .checkbox input[type="checkbox"],
.mobile-breakpoints .checkbox input[type="checkbox"],
.post-links .checkbox input[type="checkbox"],
.journey2050-search-resources-modal .checkbox-inline input[type="checkbox"],
.journey2050-search-container .checkbox-inline input[type="checkbox"],
.journey2050-search-filter-bar .checkbox-inline input[type="checkbox"],
.journey2050-search-resources .checkbox-inline input[type="checkbox"],
.journey2050-search-resources-widget .journey2050-widget .checkbox-inline input[type="checkbox"],
.mobile-breakpoints .checkbox-inline input[type="checkbox"],
.post-links .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.journey2050-search-resources-modal .radio + .radio,
.journey2050-search-container .radio + .radio,
.journey2050-search-filter-bar .radio + .radio,
.journey2050-search-resources .radio + .radio,
.journey2050-search-resources-widget .journey2050-widget .radio + .radio,
.mobile-breakpoints .radio + .radio,
.post-links .radio + .radio,
.journey2050-search-resources-modal .checkbox + .checkbox,
.journey2050-search-container .checkbox + .checkbox,
.journey2050-search-filter-bar .checkbox + .checkbox,
.journey2050-search-resources .checkbox + .checkbox,
.journey2050-search-resources-widget .journey2050-widget .checkbox + .checkbox,
.mobile-breakpoints .checkbox + .checkbox,
.post-links .checkbox + .checkbox {
  margin-top: -5px;
}
.journey2050-search-resources-modal .radio-inline,
.journey2050-search-container .radio-inline,
.journey2050-search-filter-bar .radio-inline,
.journey2050-search-resources .radio-inline,
.journey2050-search-resources-widget .journey2050-widget .radio-inline,
.mobile-breakpoints .radio-inline,
.post-links .radio-inline,
.journey2050-search-resources-modal .checkbox-inline,
.journey2050-search-container .checkbox-inline,
.journey2050-search-filter-bar .checkbox-inline,
.journey2050-search-resources .checkbox-inline,
.journey2050-search-resources-widget .journey2050-widget .checkbox-inline,
.mobile-breakpoints .checkbox-inline,
.post-links .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.journey2050-search-resources-modal .radio-inline + .radio-inline,
.journey2050-search-container .radio-inline + .radio-inline,
.journey2050-search-filter-bar .radio-inline + .radio-inline,
.journey2050-search-resources .radio-inline + .radio-inline,
.journey2050-search-resources-widget .journey2050-widget .radio-inline + .radio-inline,
.mobile-breakpoints .radio-inline + .radio-inline,
.post-links .radio-inline + .radio-inline,
.journey2050-search-resources-modal .checkbox-inline + .checkbox-inline,
.journey2050-search-container .checkbox-inline + .checkbox-inline,
.journey2050-search-filter-bar .checkbox-inline + .checkbox-inline,
.journey2050-search-resources .checkbox-inline + .checkbox-inline,
.journey2050-search-resources-widget .journey2050-widget .checkbox-inline + .checkbox-inline,
.mobile-breakpoints .checkbox-inline + .checkbox-inline,
.post-links .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.journey2050-search-resources-modal input[type="radio"][disabled],
.journey2050-search-container input[type="radio"][disabled],
.journey2050-search-filter-bar input[type="radio"][disabled],
.journey2050-search-resources input[type="radio"][disabled],
.journey2050-search-resources-widget .journey2050-widget input[type="radio"][disabled],
.mobile-breakpoints input[type="radio"][disabled],
.post-links input[type="radio"][disabled],
.journey2050-search-resources-modal input[type="checkbox"][disabled],
.journey2050-search-container input[type="checkbox"][disabled],
.journey2050-search-filter-bar input[type="checkbox"][disabled],
.journey2050-search-resources input[type="checkbox"][disabled],
.journey2050-search-resources-widget .journey2050-widget input[type="checkbox"][disabled],
.mobile-breakpoints input[type="checkbox"][disabled],
.post-links input[type="checkbox"][disabled],
.journey2050-search-resources-modal input[type="radio"].disabled,
.journey2050-search-container input[type="radio"].disabled,
.journey2050-search-filter-bar input[type="radio"].disabled,
.journey2050-search-resources input[type="radio"].disabled,
.journey2050-search-resources-widget .journey2050-widget input[type="radio"].disabled,
.mobile-breakpoints input[type="radio"].disabled,
.post-links input[type="radio"].disabled,
.journey2050-search-resources-modal input[type="checkbox"].disabled,
.journey2050-search-container input[type="checkbox"].disabled,
.journey2050-search-filter-bar input[type="checkbox"].disabled,
.journey2050-search-resources input[type="checkbox"].disabled,
.journey2050-search-resources-widget .journey2050-widget input[type="checkbox"].disabled,
.mobile-breakpoints input[type="checkbox"].disabled,
.post-links input[type="checkbox"].disabled,
fieldset[disabled] .journey2050-search-resources-modal input[type="radio"],
fieldset[disabled] .journey2050-search-container input[type="radio"],
fieldset[disabled] .journey2050-search-filter-bar input[type="radio"],
fieldset[disabled] .journey2050-search-resources input[type="radio"],
fieldset[disabled] .journey2050-search-resources-widget .journey2050-widget input[type="radio"],
fieldset[disabled] .mobile-breakpoints input[type="radio"],
fieldset[disabled] .post-links input[type="radio"],
fieldset[disabled] .journey2050-search-resources-modal input[type="checkbox"],
fieldset[disabled] .journey2050-search-container input[type="checkbox"],
fieldset[disabled] .journey2050-search-filter-bar input[type="checkbox"],
fieldset[disabled] .journey2050-search-resources input[type="checkbox"],
fieldset[disabled] .journey2050-search-resources-widget .journey2050-widget input[type="checkbox"],
fieldset[disabled] .mobile-breakpoints input[type="checkbox"],
fieldset[disabled] .post-links input[type="checkbox"] {
  cursor: not-allowed;
}
.journey2050-search-resources-modal .radio-inline.disabled,
.journey2050-search-container .radio-inline.disabled,
.journey2050-search-filter-bar .radio-inline.disabled,
.journey2050-search-resources .radio-inline.disabled,
.journey2050-search-resources-widget .journey2050-widget .radio-inline.disabled,
.mobile-breakpoints .radio-inline.disabled,
.post-links .radio-inline.disabled,
.journey2050-search-resources-modal .checkbox-inline.disabled,
.journey2050-search-container .checkbox-inline.disabled,
.journey2050-search-filter-bar .checkbox-inline.disabled,
.journey2050-search-resources .checkbox-inline.disabled,
.journey2050-search-resources-widget .journey2050-widget .checkbox-inline.disabled,
.mobile-breakpoints .checkbox-inline.disabled,
.post-links .checkbox-inline.disabled,
fieldset[disabled] .journey2050-search-resources-modal .radio-inline,
fieldset[disabled] .journey2050-search-container .radio-inline,
fieldset[disabled] .journey2050-search-filter-bar .radio-inline,
fieldset[disabled] .journey2050-search-resources .radio-inline,
fieldset[disabled] .journey2050-search-resources-widget .journey2050-widget .radio-inline,
fieldset[disabled] .mobile-breakpoints .radio-inline,
fieldset[disabled] .post-links .radio-inline,
fieldset[disabled] .journey2050-search-resources-modal .checkbox-inline,
fieldset[disabled] .journey2050-search-container .checkbox-inline,
fieldset[disabled] .journey2050-search-filter-bar .checkbox-inline,
fieldset[disabled] .journey2050-search-resources .checkbox-inline,
fieldset[disabled] .journey2050-search-resources-widget .journey2050-widget .checkbox-inline,
fieldset[disabled] .mobile-breakpoints .checkbox-inline,
fieldset[disabled] .post-links .checkbox-inline {
  cursor: not-allowed;
}
.journey2050-search-resources-modal .radio.disabled label,
.journey2050-search-container .radio.disabled label,
.journey2050-search-filter-bar .radio.disabled label,
.journey2050-search-resources .radio.disabled label,
.journey2050-search-resources-widget .journey2050-widget .radio.disabled label,
.mobile-breakpoints .radio.disabled label,
.post-links .radio.disabled label,
.journey2050-search-resources-modal .checkbox.disabled label,
.journey2050-search-container .checkbox.disabled label,
.journey2050-search-filter-bar .checkbox.disabled label,
.journey2050-search-resources .checkbox.disabled label,
.journey2050-search-resources-widget .journey2050-widget .checkbox.disabled label,
.mobile-breakpoints .checkbox.disabled label,
.post-links .checkbox.disabled label,
fieldset[disabled] .journey2050-search-resources-modal .radio label,
fieldset[disabled] .journey2050-search-container .radio label,
fieldset[disabled] .journey2050-search-filter-bar .radio label,
fieldset[disabled] .journey2050-search-resources .radio label,
fieldset[disabled] .journey2050-search-resources-widget .journey2050-widget .radio label,
fieldset[disabled] .mobile-breakpoints .radio label,
fieldset[disabled] .post-links .radio label,
fieldset[disabled] .journey2050-search-resources-modal .checkbox label,
fieldset[disabled] .journey2050-search-container .checkbox label,
fieldset[disabled] .journey2050-search-filter-bar .checkbox label,
fieldset[disabled] .journey2050-search-resources .checkbox label,
fieldset[disabled] .journey2050-search-resources-widget .journey2050-widget .checkbox label,
fieldset[disabled] .mobile-breakpoints .checkbox label,
fieldset[disabled] .post-links .checkbox label {
  cursor: not-allowed;
}
.journey2050-search-resources-modal .form-control-static,
.journey2050-search-container .form-control-static,
.journey2050-search-filter-bar .form-control-static,
.journey2050-search-resources .form-control-static,
.journey2050-search-resources-widget .journey2050-widget .form-control-static,
.mobile-breakpoints .form-control-static,
.post-links .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.journey2050-search-resources-modal .form-control-static.input-lg,
.journey2050-search-container .form-control-static.input-lg,
.journey2050-search-filter-bar .form-control-static.input-lg,
.journey2050-search-resources .form-control-static.input-lg,
.journey2050-search-resources-widget .journey2050-widget .form-control-static.input-lg,
.mobile-breakpoints .form-control-static.input-lg,
.post-links .form-control-static.input-lg,
.journey2050-search-resources-modal .form-control-static.input-sm,
.journey2050-search-container .form-control-static.input-sm,
.journey2050-search-filter-bar .form-control-static.input-sm,
.journey2050-search-resources .form-control-static.input-sm,
.journey2050-search-resources-widget .journey2050-widget .form-control-static.input-sm,
.mobile-breakpoints .form-control-static.input-sm,
.post-links .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.journey2050-search-resources-modal .input-sm,
.journey2050-search-container .input-sm,
.journey2050-search-filter-bar .input-sm,
.journey2050-search-resources .input-sm,
.journey2050-search-resources-widget .journey2050-widget .input-sm,
.mobile-breakpoints .input-sm,
.post-links .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.journey2050-search-resources-modal .input-sm,
select.journey2050-search-container .input-sm,
select.journey2050-search-filter-bar .input-sm,
select.journey2050-search-resources .input-sm,
select.journey2050-search-resources-widget .journey2050-widget .input-sm,
select.mobile-breakpoints .input-sm,
select.post-links .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.journey2050-search-resources-modal .input-sm,
textarea.journey2050-search-container .input-sm,
textarea.journey2050-search-filter-bar .input-sm,
textarea.journey2050-search-resources .input-sm,
textarea.journey2050-search-resources-widget .journey2050-widget .input-sm,
textarea.mobile-breakpoints .input-sm,
textarea.post-links .input-sm,
select[multiple].journey2050-search-resources-modal .input-sm,
select[multiple].journey2050-search-container .input-sm,
select[multiple].journey2050-search-filter-bar .input-sm,
select[multiple].journey2050-search-resources .input-sm,
select[multiple].journey2050-search-resources-widget .journey2050-widget .input-sm,
select[multiple].mobile-breakpoints .input-sm,
select[multiple].post-links .input-sm {
  height: auto;
}
.journey2050-search-resources-modal .form-group-sm .form-control,
.journey2050-search-container .form-group-sm .form-control,
.journey2050-search-filter-bar .form-group-sm .form-control,
.journey2050-search-resources .form-group-sm .form-control,
.journey2050-search-resources-widget .journey2050-widget .form-group-sm .form-control,
.mobile-breakpoints .form-group-sm .form-control,
.post-links .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.journey2050-search-resources-modal .form-group-sm select.form-control,
.journey2050-search-container .form-group-sm select.form-control,
.journey2050-search-filter-bar .form-group-sm select.form-control,
.journey2050-search-resources .form-group-sm select.form-control,
.journey2050-search-resources-widget .journey2050-widget .form-group-sm select.form-control,
.mobile-breakpoints .form-group-sm select.form-control,
.post-links .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.journey2050-search-resources-modal .form-group-sm textarea.form-control,
.journey2050-search-container .form-group-sm textarea.form-control,
.journey2050-search-filter-bar .form-group-sm textarea.form-control,
.journey2050-search-resources .form-group-sm textarea.form-control,
.journey2050-search-resources-widget .journey2050-widget .form-group-sm textarea.form-control,
.mobile-breakpoints .form-group-sm textarea.form-control,
.post-links .form-group-sm textarea.form-control,
.journey2050-search-resources-modal .form-group-sm select[multiple].form-control,
.journey2050-search-container .form-group-sm select[multiple].form-control,
.journey2050-search-filter-bar .form-group-sm select[multiple].form-control,
.journey2050-search-resources .form-group-sm select[multiple].form-control,
.journey2050-search-resources-widget .journey2050-widget .form-group-sm select[multiple].form-control,
.mobile-breakpoints .form-group-sm select[multiple].form-control,
.post-links .form-group-sm select[multiple].form-control {
  height: auto;
}
.journey2050-search-resources-modal .form-group-sm .form-control-static,
.journey2050-search-container .form-group-sm .form-control-static,
.journey2050-search-filter-bar .form-group-sm .form-control-static,
.journey2050-search-resources .form-group-sm .form-control-static,
.journey2050-search-resources-widget .journey2050-widget .form-group-sm .form-control-static,
.mobile-breakpoints .form-group-sm .form-control-static,
.post-links .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.journey2050-search-resources-modal .input-lg,
.journey2050-search-container .input-lg,
.journey2050-search-filter-bar .input-lg,
.journey2050-search-resources .input-lg,
.journey2050-search-resources-widget .journey2050-widget .input-lg,
.mobile-breakpoints .input-lg,
.post-links .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.journey2050-search-resources-modal .input-lg,
select.journey2050-search-container .input-lg,
select.journey2050-search-filter-bar .input-lg,
select.journey2050-search-resources .input-lg,
select.journey2050-search-resources-widget .journey2050-widget .input-lg,
select.mobile-breakpoints .input-lg,
select.post-links .input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.journey2050-search-resources-modal .input-lg,
textarea.journey2050-search-container .input-lg,
textarea.journey2050-search-filter-bar .input-lg,
textarea.journey2050-search-resources .input-lg,
textarea.journey2050-search-resources-widget .journey2050-widget .input-lg,
textarea.mobile-breakpoints .input-lg,
textarea.post-links .input-lg,
select[multiple].journey2050-search-resources-modal .input-lg,
select[multiple].journey2050-search-container .input-lg,
select[multiple].journey2050-search-filter-bar .input-lg,
select[multiple].journey2050-search-resources .input-lg,
select[multiple].journey2050-search-resources-widget .journey2050-widget .input-lg,
select[multiple].mobile-breakpoints .input-lg,
select[multiple].post-links .input-lg {
  height: auto;
}
.journey2050-search-resources-modal .form-group-lg .form-control,
.journey2050-search-container .form-group-lg .form-control,
.journey2050-search-filter-bar .form-group-lg .form-control,
.journey2050-search-resources .form-group-lg .form-control,
.journey2050-search-resources-widget .journey2050-widget .form-group-lg .form-control,
.mobile-breakpoints .form-group-lg .form-control,
.post-links .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.journey2050-search-resources-modal .form-group-lg select.form-control,
.journey2050-search-container .form-group-lg select.form-control,
.journey2050-search-filter-bar .form-group-lg select.form-control,
.journey2050-search-resources .form-group-lg select.form-control,
.journey2050-search-resources-widget .journey2050-widget .form-group-lg select.form-control,
.mobile-breakpoints .form-group-lg select.form-control,
.post-links .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.journey2050-search-resources-modal .form-group-lg textarea.form-control,
.journey2050-search-container .form-group-lg textarea.form-control,
.journey2050-search-filter-bar .form-group-lg textarea.form-control,
.journey2050-search-resources .form-group-lg textarea.form-control,
.journey2050-search-resources-widget .journey2050-widget .form-group-lg textarea.form-control,
.mobile-breakpoints .form-group-lg textarea.form-control,
.post-links .form-group-lg textarea.form-control,
.journey2050-search-resources-modal .form-group-lg select[multiple].form-control,
.journey2050-search-container .form-group-lg select[multiple].form-control,
.journey2050-search-filter-bar .form-group-lg select[multiple].form-control,
.journey2050-search-resources .form-group-lg select[multiple].form-control,
.journey2050-search-resources-widget .journey2050-widget .form-group-lg select[multiple].form-control,
.mobile-breakpoints .form-group-lg select[multiple].form-control,
.post-links .form-group-lg select[multiple].form-control {
  height: auto;
}
.journey2050-search-resources-modal .form-group-lg .form-control-static,
.journey2050-search-container .form-group-lg .form-control-static,
.journey2050-search-filter-bar .form-group-lg .form-control-static,
.journey2050-search-resources .form-group-lg .form-control-static,
.journey2050-search-resources-widget .journey2050-widget .form-group-lg .form-control-static,
.mobile-breakpoints .form-group-lg .form-control-static,
.post-links .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.journey2050-search-resources-modal .has-feedback,
.journey2050-search-container .has-feedback,
.journey2050-search-filter-bar .has-feedback,
.journey2050-search-resources .has-feedback,
.journey2050-search-resources-widget .journey2050-widget .has-feedback,
.mobile-breakpoints .has-feedback,
.post-links .has-feedback {
  position: relative;
}
.journey2050-search-resources-modal .has-feedback .form-control,
.journey2050-search-container .has-feedback .form-control,
.journey2050-search-filter-bar .has-feedback .form-control,
.journey2050-search-resources .has-feedback .form-control,
.journey2050-search-resources-widget .journey2050-widget .has-feedback .form-control,
.mobile-breakpoints .has-feedback .form-control,
.post-links .has-feedback .form-control {
  padding-right: 42.5px;
}
.journey2050-search-resources-modal .form-control-feedback,
.journey2050-search-container .form-control-feedback,
.journey2050-search-filter-bar .form-control-feedback,
.journey2050-search-resources .form-control-feedback,
.journey2050-search-resources-widget .journey2050-widget .form-control-feedback,
.mobile-breakpoints .form-control-feedback,
.post-links .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.journey2050-search-resources-modal .input-lg + .form-control-feedback,
.journey2050-search-container .input-lg + .form-control-feedback,
.journey2050-search-filter-bar .input-lg + .form-control-feedback,
.journey2050-search-resources .input-lg + .form-control-feedback,
.journey2050-search-resources-widget .journey2050-widget .input-lg + .form-control-feedback,
.mobile-breakpoints .input-lg + .form-control-feedback,
.post-links .input-lg + .form-control-feedback,
.journey2050-search-resources-modal .input-group-lg + .form-control-feedback,
.journey2050-search-container .input-group-lg + .form-control-feedback,
.journey2050-search-filter-bar .input-group-lg + .form-control-feedback,
.journey2050-search-resources .input-group-lg + .form-control-feedback,
.journey2050-search-resources-widget .journey2050-widget .input-group-lg + .form-control-feedback,
.mobile-breakpoints .input-group-lg + .form-control-feedback,
.post-links .input-group-lg + .form-control-feedback,
.journey2050-search-resources-modal .form-group-lg .form-control + .form-control-feedback,
.journey2050-search-container .form-group-lg .form-control + .form-control-feedback,
.journey2050-search-filter-bar .form-group-lg .form-control + .form-control-feedback,
.journey2050-search-resources .form-group-lg .form-control + .form-control-feedback,
.journey2050-search-resources-widget .journey2050-widget .form-group-lg .form-control + .form-control-feedback,
.mobile-breakpoints .form-group-lg .form-control + .form-control-feedback,
.post-links .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.journey2050-search-resources-modal .input-sm + .form-control-feedback,
.journey2050-search-container .input-sm + .form-control-feedback,
.journey2050-search-filter-bar .input-sm + .form-control-feedback,
.journey2050-search-resources .input-sm + .form-control-feedback,
.journey2050-search-resources-widget .journey2050-widget .input-sm + .form-control-feedback,
.mobile-breakpoints .input-sm + .form-control-feedback,
.post-links .input-sm + .form-control-feedback,
.journey2050-search-resources-modal .input-group-sm + .form-control-feedback,
.journey2050-search-container .input-group-sm + .form-control-feedback,
.journey2050-search-filter-bar .input-group-sm + .form-control-feedback,
.journey2050-search-resources .input-group-sm + .form-control-feedback,
.journey2050-search-resources-widget .journey2050-widget .input-group-sm + .form-control-feedback,
.mobile-breakpoints .input-group-sm + .form-control-feedback,
.post-links .input-group-sm + .form-control-feedback,
.journey2050-search-resources-modal .form-group-sm .form-control + .form-control-feedback,
.journey2050-search-container .form-group-sm .form-control + .form-control-feedback,
.journey2050-search-filter-bar .form-group-sm .form-control + .form-control-feedback,
.journey2050-search-resources .form-group-sm .form-control + .form-control-feedback,
.journey2050-search-resources-widget .journey2050-widget .form-group-sm .form-control + .form-control-feedback,
.mobile-breakpoints .form-group-sm .form-control + .form-control-feedback,
.post-links .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.journey2050-search-resources-modal .has-success .help-block,
.journey2050-search-container .has-success .help-block,
.journey2050-search-filter-bar .has-success .help-block,
.journey2050-search-resources .has-success .help-block,
.journey2050-search-resources-widget .journey2050-widget .has-success .help-block,
.mobile-breakpoints .has-success .help-block,
.post-links .has-success .help-block,
.journey2050-search-resources-modal .has-success .control-label,
.journey2050-search-container .has-success .control-label,
.journey2050-search-filter-bar .has-success .control-label,
.journey2050-search-resources .has-success .control-label,
.journey2050-search-resources-widget .journey2050-widget .has-success .control-label,
.mobile-breakpoints .has-success .control-label,
.post-links .has-success .control-label,
.journey2050-search-resources-modal .has-success .radio,
.journey2050-search-container .has-success .radio,
.journey2050-search-filter-bar .has-success .radio,
.journey2050-search-resources .has-success .radio,
.journey2050-search-resources-widget .journey2050-widget .has-success .radio,
.mobile-breakpoints .has-success .radio,
.post-links .has-success .radio,
.journey2050-search-resources-modal .has-success .checkbox,
.journey2050-search-container .has-success .checkbox,
.journey2050-search-filter-bar .has-success .checkbox,
.journey2050-search-resources .has-success .checkbox,
.journey2050-search-resources-widget .journey2050-widget .has-success .checkbox,
.mobile-breakpoints .has-success .checkbox,
.post-links .has-success .checkbox,
.journey2050-search-resources-modal .has-success .radio-inline,
.journey2050-search-container .has-success .radio-inline,
.journey2050-search-filter-bar .has-success .radio-inline,
.journey2050-search-resources .has-success .radio-inline,
.journey2050-search-resources-widget .journey2050-widget .has-success .radio-inline,
.mobile-breakpoints .has-success .radio-inline,
.post-links .has-success .radio-inline,
.journey2050-search-resources-modal .has-success .checkbox-inline,
.journey2050-search-container .has-success .checkbox-inline,
.journey2050-search-filter-bar .has-success .checkbox-inline,
.journey2050-search-resources .has-success .checkbox-inline,
.journey2050-search-resources-widget .journey2050-widget .has-success .checkbox-inline,
.mobile-breakpoints .has-success .checkbox-inline,
.post-links .has-success .checkbox-inline,
.journey2050-search-resources-modal .has-success.radio label,
.journey2050-search-container .has-success.radio label,
.journey2050-search-filter-bar .has-success.radio label,
.journey2050-search-resources .has-success.radio label,
.journey2050-search-resources-widget .journey2050-widget .has-success.radio label,
.mobile-breakpoints .has-success.radio label,
.post-links .has-success.radio label,
.journey2050-search-resources-modal .has-success.checkbox label,
.journey2050-search-container .has-success.checkbox label,
.journey2050-search-filter-bar .has-success.checkbox label,
.journey2050-search-resources .has-success.checkbox label,
.journey2050-search-resources-widget .journey2050-widget .has-success.checkbox label,
.mobile-breakpoints .has-success.checkbox label,
.post-links .has-success.checkbox label,
.journey2050-search-resources-modal .has-success.radio-inline label,
.journey2050-search-container .has-success.radio-inline label,
.journey2050-search-filter-bar .has-success.radio-inline label,
.journey2050-search-resources .has-success.radio-inline label,
.journey2050-search-resources-widget .journey2050-widget .has-success.radio-inline label,
.mobile-breakpoints .has-success.radio-inline label,
.post-links .has-success.radio-inline label,
.journey2050-search-resources-modal .has-success.checkbox-inline label,
.journey2050-search-container .has-success.checkbox-inline label,
.journey2050-search-filter-bar .has-success.checkbox-inline label,
.journey2050-search-resources .has-success.checkbox-inline label,
.journey2050-search-resources-widget .journey2050-widget .has-success.checkbox-inline label,
.mobile-breakpoints .has-success.checkbox-inline label,
.post-links .has-success.checkbox-inline label {
  color: #3c763d;
}
.journey2050-search-resources-modal .has-success .form-control,
.journey2050-search-container .has-success .form-control,
.journey2050-search-filter-bar .has-success .form-control,
.journey2050-search-resources .has-success .form-control,
.journey2050-search-resources-widget .journey2050-widget .has-success .form-control,
.mobile-breakpoints .has-success .form-control,
.post-links .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.journey2050-search-resources-modal .has-success .form-control:focus,
.journey2050-search-container .has-success .form-control:focus,
.journey2050-search-filter-bar .has-success .form-control:focus,
.journey2050-search-resources .has-success .form-control:focus,
.journey2050-search-resources-widget .journey2050-widget .has-success .form-control:focus,
.mobile-breakpoints .has-success .form-control:focus,
.post-links .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.journey2050-search-resources-modal .has-success .input-group-addon,
.journey2050-search-container .has-success .input-group-addon,
.journey2050-search-filter-bar .has-success .input-group-addon,
.journey2050-search-resources .has-success .input-group-addon,
.journey2050-search-resources-widget .journey2050-widget .has-success .input-group-addon,
.mobile-breakpoints .has-success .input-group-addon,
.post-links .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.journey2050-search-resources-modal .has-success .form-control-feedback,
.journey2050-search-container .has-success .form-control-feedback,
.journey2050-search-filter-bar .has-success .form-control-feedback,
.journey2050-search-resources .has-success .form-control-feedback,
.journey2050-search-resources-widget .journey2050-widget .has-success .form-control-feedback,
.mobile-breakpoints .has-success .form-control-feedback,
.post-links .has-success .form-control-feedback {
  color: #3c763d;
}
.journey2050-search-resources-modal .has-warning .help-block,
.journey2050-search-container .has-warning .help-block,
.journey2050-search-filter-bar .has-warning .help-block,
.journey2050-search-resources .has-warning .help-block,
.journey2050-search-resources-widget .journey2050-widget .has-warning .help-block,
.mobile-breakpoints .has-warning .help-block,
.post-links .has-warning .help-block,
.journey2050-search-resources-modal .has-warning .control-label,
.journey2050-search-container .has-warning .control-label,
.journey2050-search-filter-bar .has-warning .control-label,
.journey2050-search-resources .has-warning .control-label,
.journey2050-search-resources-widget .journey2050-widget .has-warning .control-label,
.mobile-breakpoints .has-warning .control-label,
.post-links .has-warning .control-label,
.journey2050-search-resources-modal .has-warning .radio,
.journey2050-search-container .has-warning .radio,
.journey2050-search-filter-bar .has-warning .radio,
.journey2050-search-resources .has-warning .radio,
.journey2050-search-resources-widget .journey2050-widget .has-warning .radio,
.mobile-breakpoints .has-warning .radio,
.post-links .has-warning .radio,
.journey2050-search-resources-modal .has-warning .checkbox,
.journey2050-search-container .has-warning .checkbox,
.journey2050-search-filter-bar .has-warning .checkbox,
.journey2050-search-resources .has-warning .checkbox,
.journey2050-search-resources-widget .journey2050-widget .has-warning .checkbox,
.mobile-breakpoints .has-warning .checkbox,
.post-links .has-warning .checkbox,
.journey2050-search-resources-modal .has-warning .radio-inline,
.journey2050-search-container .has-warning .radio-inline,
.journey2050-search-filter-bar .has-warning .radio-inline,
.journey2050-search-resources .has-warning .radio-inline,
.journey2050-search-resources-widget .journey2050-widget .has-warning .radio-inline,
.mobile-breakpoints .has-warning .radio-inline,
.post-links .has-warning .radio-inline,
.journey2050-search-resources-modal .has-warning .checkbox-inline,
.journey2050-search-container .has-warning .checkbox-inline,
.journey2050-search-filter-bar .has-warning .checkbox-inline,
.journey2050-search-resources .has-warning .checkbox-inline,
.journey2050-search-resources-widget .journey2050-widget .has-warning .checkbox-inline,
.mobile-breakpoints .has-warning .checkbox-inline,
.post-links .has-warning .checkbox-inline,
.journey2050-search-resources-modal .has-warning.radio label,
.journey2050-search-container .has-warning.radio label,
.journey2050-search-filter-bar .has-warning.radio label,
.journey2050-search-resources .has-warning.radio label,
.journey2050-search-resources-widget .journey2050-widget .has-warning.radio label,
.mobile-breakpoints .has-warning.radio label,
.post-links .has-warning.radio label,
.journey2050-search-resources-modal .has-warning.checkbox label,
.journey2050-search-container .has-warning.checkbox label,
.journey2050-search-filter-bar .has-warning.checkbox label,
.journey2050-search-resources .has-warning.checkbox label,
.journey2050-search-resources-widget .journey2050-widget .has-warning.checkbox label,
.mobile-breakpoints .has-warning.checkbox label,
.post-links .has-warning.checkbox label,
.journey2050-search-resources-modal .has-warning.radio-inline label,
.journey2050-search-container .has-warning.radio-inline label,
.journey2050-search-filter-bar .has-warning.radio-inline label,
.journey2050-search-resources .has-warning.radio-inline label,
.journey2050-search-resources-widget .journey2050-widget .has-warning.radio-inline label,
.mobile-breakpoints .has-warning.radio-inline label,
.post-links .has-warning.radio-inline label,
.journey2050-search-resources-modal .has-warning.checkbox-inline label,
.journey2050-search-container .has-warning.checkbox-inline label,
.journey2050-search-filter-bar .has-warning.checkbox-inline label,
.journey2050-search-resources .has-warning.checkbox-inline label,
.journey2050-search-resources-widget .journey2050-widget .has-warning.checkbox-inline label,
.mobile-breakpoints .has-warning.checkbox-inline label,
.post-links .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.journey2050-search-resources-modal .has-warning .form-control,
.journey2050-search-container .has-warning .form-control,
.journey2050-search-filter-bar .has-warning .form-control,
.journey2050-search-resources .has-warning .form-control,
.journey2050-search-resources-widget .journey2050-widget .has-warning .form-control,
.mobile-breakpoints .has-warning .form-control,
.post-links .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.journey2050-search-resources-modal .has-warning .form-control:focus,
.journey2050-search-container .has-warning .form-control:focus,
.journey2050-search-filter-bar .has-warning .form-control:focus,
.journey2050-search-resources .has-warning .form-control:focus,
.journey2050-search-resources-widget .journey2050-widget .has-warning .form-control:focus,
.mobile-breakpoints .has-warning .form-control:focus,
.post-links .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.journey2050-search-resources-modal .has-warning .input-group-addon,
.journey2050-search-container .has-warning .input-group-addon,
.journey2050-search-filter-bar .has-warning .input-group-addon,
.journey2050-search-resources .has-warning .input-group-addon,
.journey2050-search-resources-widget .journey2050-widget .has-warning .input-group-addon,
.mobile-breakpoints .has-warning .input-group-addon,
.post-links .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.journey2050-search-resources-modal .has-warning .form-control-feedback,
.journey2050-search-container .has-warning .form-control-feedback,
.journey2050-search-filter-bar .has-warning .form-control-feedback,
.journey2050-search-resources .has-warning .form-control-feedback,
.journey2050-search-resources-widget .journey2050-widget .has-warning .form-control-feedback,
.mobile-breakpoints .has-warning .form-control-feedback,
.post-links .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.journey2050-search-resources-modal .has-error .help-block,
.journey2050-search-container .has-error .help-block,
.journey2050-search-filter-bar .has-error .help-block,
.journey2050-search-resources .has-error .help-block,
.journey2050-search-resources-widget .journey2050-widget .has-error .help-block,
.mobile-breakpoints .has-error .help-block,
.post-links .has-error .help-block,
.journey2050-search-resources-modal .has-error .control-label,
.journey2050-search-container .has-error .control-label,
.journey2050-search-filter-bar .has-error .control-label,
.journey2050-search-resources .has-error .control-label,
.journey2050-search-resources-widget .journey2050-widget .has-error .control-label,
.mobile-breakpoints .has-error .control-label,
.post-links .has-error .control-label,
.journey2050-search-resources-modal .has-error .radio,
.journey2050-search-container .has-error .radio,
.journey2050-search-filter-bar .has-error .radio,
.journey2050-search-resources .has-error .radio,
.journey2050-search-resources-widget .journey2050-widget .has-error .radio,
.mobile-breakpoints .has-error .radio,
.post-links .has-error .radio,
.journey2050-search-resources-modal .has-error .checkbox,
.journey2050-search-container .has-error .checkbox,
.journey2050-search-filter-bar .has-error .checkbox,
.journey2050-search-resources .has-error .checkbox,
.journey2050-search-resources-widget .journey2050-widget .has-error .checkbox,
.mobile-breakpoints .has-error .checkbox,
.post-links .has-error .checkbox,
.journey2050-search-resources-modal .has-error .radio-inline,
.journey2050-search-container .has-error .radio-inline,
.journey2050-search-filter-bar .has-error .radio-inline,
.journey2050-search-resources .has-error .radio-inline,
.journey2050-search-resources-widget .journey2050-widget .has-error .radio-inline,
.mobile-breakpoints .has-error .radio-inline,
.post-links .has-error .radio-inline,
.journey2050-search-resources-modal .has-error .checkbox-inline,
.journey2050-search-container .has-error .checkbox-inline,
.journey2050-search-filter-bar .has-error .checkbox-inline,
.journey2050-search-resources .has-error .checkbox-inline,
.journey2050-search-resources-widget .journey2050-widget .has-error .checkbox-inline,
.mobile-breakpoints .has-error .checkbox-inline,
.post-links .has-error .checkbox-inline,
.journey2050-search-resources-modal .has-error.radio label,
.journey2050-search-container .has-error.radio label,
.journey2050-search-filter-bar .has-error.radio label,
.journey2050-search-resources .has-error.radio label,
.journey2050-search-resources-widget .journey2050-widget .has-error.radio label,
.mobile-breakpoints .has-error.radio label,
.post-links .has-error.radio label,
.journey2050-search-resources-modal .has-error.checkbox label,
.journey2050-search-container .has-error.checkbox label,
.journey2050-search-filter-bar .has-error.checkbox label,
.journey2050-search-resources .has-error.checkbox label,
.journey2050-search-resources-widget .journey2050-widget .has-error.checkbox label,
.mobile-breakpoints .has-error.checkbox label,
.post-links .has-error.checkbox label,
.journey2050-search-resources-modal .has-error.radio-inline label,
.journey2050-search-container .has-error.radio-inline label,
.journey2050-search-filter-bar .has-error.radio-inline label,
.journey2050-search-resources .has-error.radio-inline label,
.journey2050-search-resources-widget .journey2050-widget .has-error.radio-inline label,
.mobile-breakpoints .has-error.radio-inline label,
.post-links .has-error.radio-inline label,
.journey2050-search-resources-modal .has-error.checkbox-inline label,
.journey2050-search-container .has-error.checkbox-inline label,
.journey2050-search-filter-bar .has-error.checkbox-inline label,
.journey2050-search-resources .has-error.checkbox-inline label,
.journey2050-search-resources-widget .journey2050-widget .has-error.checkbox-inline label,
.mobile-breakpoints .has-error.checkbox-inline label,
.post-links .has-error.checkbox-inline label {
  color: #a94442;
}
.journey2050-search-resources-modal .has-error .form-control,
.journey2050-search-container .has-error .form-control,
.journey2050-search-filter-bar .has-error .form-control,
.journey2050-search-resources .has-error .form-control,
.journey2050-search-resources-widget .journey2050-widget .has-error .form-control,
.mobile-breakpoints .has-error .form-control,
.post-links .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.journey2050-search-resources-modal .has-error .form-control:focus,
.journey2050-search-container .has-error .form-control:focus,
.journey2050-search-filter-bar .has-error .form-control:focus,
.journey2050-search-resources .has-error .form-control:focus,
.journey2050-search-resources-widget .journey2050-widget .has-error .form-control:focus,
.mobile-breakpoints .has-error .form-control:focus,
.post-links .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.journey2050-search-resources-modal .has-error .input-group-addon,
.journey2050-search-container .has-error .input-group-addon,
.journey2050-search-filter-bar .has-error .input-group-addon,
.journey2050-search-resources .has-error .input-group-addon,
.journey2050-search-resources-widget .journey2050-widget .has-error .input-group-addon,
.mobile-breakpoints .has-error .input-group-addon,
.post-links .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.journey2050-search-resources-modal .has-error .form-control-feedback,
.journey2050-search-container .has-error .form-control-feedback,
.journey2050-search-filter-bar .has-error .form-control-feedback,
.journey2050-search-resources .has-error .form-control-feedback,
.journey2050-search-resources-widget .journey2050-widget .has-error .form-control-feedback,
.mobile-breakpoints .has-error .form-control-feedback,
.post-links .has-error .form-control-feedback {
  color: #a94442;
}
.journey2050-search-resources-modal .has-feedback label ~ .form-control-feedback,
.journey2050-search-container .has-feedback label ~ .form-control-feedback,
.journey2050-search-filter-bar .has-feedback label ~ .form-control-feedback,
.journey2050-search-resources .has-feedback label ~ .form-control-feedback,
.journey2050-search-resources-widget .journey2050-widget .has-feedback label ~ .form-control-feedback,
.mobile-breakpoints .has-feedback label ~ .form-control-feedback,
.post-links .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.journey2050-search-resources-modal .has-feedback label.sr-only ~ .form-control-feedback,
.journey2050-search-container .has-feedback label.sr-only ~ .form-control-feedback,
.journey2050-search-filter-bar .has-feedback label.sr-only ~ .form-control-feedback,
.journey2050-search-resources .has-feedback label.sr-only ~ .form-control-feedback,
.journey2050-search-resources-widget .journey2050-widget .has-feedback label.sr-only ~ .form-control-feedback,
.mobile-breakpoints .has-feedback label.sr-only ~ .form-control-feedback,
.post-links .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.journey2050-search-resources-modal .help-block,
.journey2050-search-container .help-block,
.journey2050-search-filter-bar .help-block,
.journey2050-search-resources .help-block,
.journey2050-search-resources-widget .journey2050-widget .help-block,
.mobile-breakpoints .help-block,
.post-links .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .journey2050-search-resources-modal .form-inline .form-group,
  .journey2050-search-container .form-inline .form-group,
  .journey2050-search-filter-bar .form-inline .form-group,
  .journey2050-search-resources .form-inline .form-group,
  .journey2050-search-resources-widget .journey2050-widget .form-inline .form-group,
  .mobile-breakpoints .form-inline .form-group,
  .post-links .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .journey2050-search-resources-modal .form-inline .form-control,
  .journey2050-search-container .form-inline .form-control,
  .journey2050-search-filter-bar .form-inline .form-control,
  .journey2050-search-resources .form-inline .form-control,
  .journey2050-search-resources-widget .journey2050-widget .form-inline .form-control,
  .mobile-breakpoints .form-inline .form-control,
  .post-links .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .journey2050-search-resources-modal .form-inline .form-control-static,
  .journey2050-search-container .form-inline .form-control-static,
  .journey2050-search-filter-bar .form-inline .form-control-static,
  .journey2050-search-resources .form-inline .form-control-static,
  .journey2050-search-resources-widget .journey2050-widget .form-inline .form-control-static,
  .mobile-breakpoints .form-inline .form-control-static,
  .post-links .form-inline .form-control-static {
    display: inline-block;
  }
  .journey2050-search-resources-modal .form-inline .input-group,
  .journey2050-search-container .form-inline .input-group,
  .journey2050-search-filter-bar .form-inline .input-group,
  .journey2050-search-resources .form-inline .input-group,
  .journey2050-search-resources-widget .journey2050-widget .form-inline .input-group,
  .mobile-breakpoints .form-inline .input-group,
  .post-links .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .journey2050-search-resources-modal .form-inline .input-group .input-group-addon,
  .journey2050-search-container .form-inline .input-group .input-group-addon,
  .journey2050-search-filter-bar .form-inline .input-group .input-group-addon,
  .journey2050-search-resources .form-inline .input-group .input-group-addon,
  .journey2050-search-resources-widget .journey2050-widget .form-inline .input-group .input-group-addon,
  .mobile-breakpoints .form-inline .input-group .input-group-addon,
  .post-links .form-inline .input-group .input-group-addon,
  .journey2050-search-resources-modal .form-inline .input-group .input-group-btn,
  .journey2050-search-container .form-inline .input-group .input-group-btn,
  .journey2050-search-filter-bar .form-inline .input-group .input-group-btn,
  .journey2050-search-resources .form-inline .input-group .input-group-btn,
  .journey2050-search-resources-widget .journey2050-widget .form-inline .input-group .input-group-btn,
  .mobile-breakpoints .form-inline .input-group .input-group-btn,
  .post-links .form-inline .input-group .input-group-btn,
  .journey2050-search-resources-modal .form-inline .input-group .form-control,
  .journey2050-search-container .form-inline .input-group .form-control,
  .journey2050-search-filter-bar .form-inline .input-group .form-control,
  .journey2050-search-resources .form-inline .input-group .form-control,
  .journey2050-search-resources-widget .journey2050-widget .form-inline .input-group .form-control,
  .mobile-breakpoints .form-inline .input-group .form-control,
  .post-links .form-inline .input-group .form-control {
    width: auto;
  }
  .journey2050-search-resources-modal .form-inline .input-group > .form-control,
  .journey2050-search-container .form-inline .input-group > .form-control,
  .journey2050-search-filter-bar .form-inline .input-group > .form-control,
  .journey2050-search-resources .form-inline .input-group > .form-control,
  .journey2050-search-resources-widget .journey2050-widget .form-inline .input-group > .form-control,
  .mobile-breakpoints .form-inline .input-group > .form-control,
  .post-links .form-inline .input-group > .form-control {
    width: 100%;
  }
  .journey2050-search-resources-modal .form-inline .control-label,
  .journey2050-search-container .form-inline .control-label,
  .journey2050-search-filter-bar .form-inline .control-label,
  .journey2050-search-resources .form-inline .control-label,
  .journey2050-search-resources-widget .journey2050-widget .form-inline .control-label,
  .mobile-breakpoints .form-inline .control-label,
  .post-links .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .journey2050-search-resources-modal .form-inline .radio,
  .journey2050-search-container .form-inline .radio,
  .journey2050-search-filter-bar .form-inline .radio,
  .journey2050-search-resources .form-inline .radio,
  .journey2050-search-resources-widget .journey2050-widget .form-inline .radio,
  .mobile-breakpoints .form-inline .radio,
  .post-links .form-inline .radio,
  .journey2050-search-resources-modal .form-inline .checkbox,
  .journey2050-search-container .form-inline .checkbox,
  .journey2050-search-filter-bar .form-inline .checkbox,
  .journey2050-search-resources .form-inline .checkbox,
  .journey2050-search-resources-widget .journey2050-widget .form-inline .checkbox,
  .mobile-breakpoints .form-inline .checkbox,
  .post-links .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .journey2050-search-resources-modal .form-inline .radio label,
  .journey2050-search-container .form-inline .radio label,
  .journey2050-search-filter-bar .form-inline .radio label,
  .journey2050-search-resources .form-inline .radio label,
  .journey2050-search-resources-widget .journey2050-widget .form-inline .radio label,
  .mobile-breakpoints .form-inline .radio label,
  .post-links .form-inline .radio label,
  .journey2050-search-resources-modal .form-inline .checkbox label,
  .journey2050-search-container .form-inline .checkbox label,
  .journey2050-search-filter-bar .form-inline .checkbox label,
  .journey2050-search-resources .form-inline .checkbox label,
  .journey2050-search-resources-widget .journey2050-widget .form-inline .checkbox label,
  .mobile-breakpoints .form-inline .checkbox label,
  .post-links .form-inline .checkbox label {
    padding-left: 0;
  }
  .journey2050-search-resources-modal .form-inline .radio input[type="radio"],
  .journey2050-search-container .form-inline .radio input[type="radio"],
  .journey2050-search-filter-bar .form-inline .radio input[type="radio"],
  .journey2050-search-resources .form-inline .radio input[type="radio"],
  .journey2050-search-resources-widget .journey2050-widget .form-inline .radio input[type="radio"],
  .mobile-breakpoints .form-inline .radio input[type="radio"],
  .post-links .form-inline .radio input[type="radio"],
  .journey2050-search-resources-modal .form-inline .checkbox input[type="checkbox"],
  .journey2050-search-container .form-inline .checkbox input[type="checkbox"],
  .journey2050-search-filter-bar .form-inline .checkbox input[type="checkbox"],
  .journey2050-search-resources .form-inline .checkbox input[type="checkbox"],
  .journey2050-search-resources-widget .journey2050-widget .form-inline .checkbox input[type="checkbox"],
  .mobile-breakpoints .form-inline .checkbox input[type="checkbox"],
  .post-links .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .journey2050-search-resources-modal .form-inline .has-feedback .form-control-feedback,
  .journey2050-search-container .form-inline .has-feedback .form-control-feedback,
  .journey2050-search-filter-bar .form-inline .has-feedback .form-control-feedback,
  .journey2050-search-resources .form-inline .has-feedback .form-control-feedback,
  .journey2050-search-resources-widget .journey2050-widget .form-inline .has-feedback .form-control-feedback,
  .mobile-breakpoints .form-inline .has-feedback .form-control-feedback,
  .post-links .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.journey2050-search-resources-modal .form-horizontal .radio,
.journey2050-search-container .form-horizontal .radio,
.journey2050-search-filter-bar .form-horizontal .radio,
.journey2050-search-resources .form-horizontal .radio,
.journey2050-search-resources-widget .journey2050-widget .form-horizontal .radio,
.mobile-breakpoints .form-horizontal .radio,
.post-links .form-horizontal .radio,
.journey2050-search-resources-modal .form-horizontal .checkbox,
.journey2050-search-container .form-horizontal .checkbox,
.journey2050-search-filter-bar .form-horizontal .checkbox,
.journey2050-search-resources .form-horizontal .checkbox,
.journey2050-search-resources-widget .journey2050-widget .form-horizontal .checkbox,
.mobile-breakpoints .form-horizontal .checkbox,
.post-links .form-horizontal .checkbox,
.journey2050-search-resources-modal .form-horizontal .radio-inline,
.journey2050-search-container .form-horizontal .radio-inline,
.journey2050-search-filter-bar .form-horizontal .radio-inline,
.journey2050-search-resources .form-horizontal .radio-inline,
.journey2050-search-resources-widget .journey2050-widget .form-horizontal .radio-inline,
.mobile-breakpoints .form-horizontal .radio-inline,
.post-links .form-horizontal .radio-inline,
.journey2050-search-resources-modal .form-horizontal .checkbox-inline,
.journey2050-search-container .form-horizontal .checkbox-inline,
.journey2050-search-filter-bar .form-horizontal .checkbox-inline,
.journey2050-search-resources .form-horizontal .checkbox-inline,
.journey2050-search-resources-widget .journey2050-widget .form-horizontal .checkbox-inline,
.mobile-breakpoints .form-horizontal .checkbox-inline,
.post-links .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.journey2050-search-resources-modal .form-horizontal .radio,
.journey2050-search-container .form-horizontal .radio,
.journey2050-search-filter-bar .form-horizontal .radio,
.journey2050-search-resources .form-horizontal .radio,
.journey2050-search-resources-widget .journey2050-widget .form-horizontal .radio,
.mobile-breakpoints .form-horizontal .radio,
.post-links .form-horizontal .radio,
.journey2050-search-resources-modal .form-horizontal .checkbox,
.journey2050-search-container .form-horizontal .checkbox,
.journey2050-search-filter-bar .form-horizontal .checkbox,
.journey2050-search-resources .form-horizontal .checkbox,
.journey2050-search-resources-widget .journey2050-widget .form-horizontal .checkbox,
.mobile-breakpoints .form-horizontal .checkbox,
.post-links .form-horizontal .checkbox {
  min-height: 27px;
}
.journey2050-search-resources-modal .form-horizontal .form-group,
.journey2050-search-container .form-horizontal .form-group,
.journey2050-search-filter-bar .form-horizontal .form-group,
.journey2050-search-resources .form-horizontal .form-group,
.journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group,
.mobile-breakpoints .form-horizontal .form-group,
.post-links .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .journey2050-search-resources-modal .form-horizontal .control-label,
  .journey2050-search-container .form-horizontal .control-label,
  .journey2050-search-filter-bar .form-horizontal .control-label,
  .journey2050-search-resources .form-horizontal .control-label,
  .journey2050-search-resources-widget .journey2050-widget .form-horizontal .control-label,
  .mobile-breakpoints .form-horizontal .control-label,
  .post-links .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.journey2050-search-resources-modal .form-horizontal .has-feedback .form-control-feedback,
.journey2050-search-container .form-horizontal .has-feedback .form-control-feedback,
.journey2050-search-filter-bar .form-horizontal .has-feedback .form-control-feedback,
.journey2050-search-resources .form-horizontal .has-feedback .form-control-feedback,
.journey2050-search-resources-widget .journey2050-widget .form-horizontal .has-feedback .form-control-feedback,
.mobile-breakpoints .form-horizontal .has-feedback .form-control-feedback,
.post-links .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .journey2050-search-resources-modal .form-horizontal .form-group-lg .control-label,
  .journey2050-search-container .form-horizontal .form-group-lg .control-label,
  .journey2050-search-filter-bar .form-horizontal .form-group-lg .control-label,
  .journey2050-search-resources .form-horizontal .form-group-lg .control-label,
  .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group-lg .control-label,
  .mobile-breakpoints .form-horizontal .form-group-lg .control-label,
  .post-links .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .journey2050-search-resources-modal .form-horizontal .form-group-sm .control-label,
  .journey2050-search-container .form-horizontal .form-group-sm .control-label,
  .journey2050-search-filter-bar .form-horizontal .form-group-sm .control-label,
  .journey2050-search-resources .form-horizontal .form-group-sm .control-label,
  .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group-sm .control-label,
  .mobile-breakpoints .form-horizontal .form-group-sm .control-label,
  .post-links .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.journey2050-search-resources-modal .caret,
.journey2050-search-container .caret,
.journey2050-search-filter-bar .caret,
.journey2050-search-resources .caret,
.journey2050-search-resources-widget .journey2050-widget .caret,
.mobile-breakpoints .caret,
.post-links .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.journey2050-search-resources-modal .dropup,
.journey2050-search-container .dropup,
.journey2050-search-filter-bar .dropup,
.journey2050-search-resources .dropup,
.journey2050-search-resources-widget .journey2050-widget .dropup,
.mobile-breakpoints .dropup,
.post-links .dropup,
.journey2050-search-resources-modal .dropdown,
.journey2050-search-container .dropdown,
.journey2050-search-filter-bar .dropdown,
.journey2050-search-resources .dropdown,
.journey2050-search-resources-widget .journey2050-widget .dropdown,
.mobile-breakpoints .dropdown,
.post-links .dropdown {
  position: relative;
}
.journey2050-search-resources-modal .dropdown-toggle:focus,
.journey2050-search-container .dropdown-toggle:focus,
.journey2050-search-filter-bar .dropdown-toggle:focus,
.journey2050-search-resources .dropdown-toggle:focus,
.journey2050-search-resources-widget .journey2050-widget .dropdown-toggle:focus,
.mobile-breakpoints .dropdown-toggle:focus,
.post-links .dropdown-toggle:focus {
  outline: 0;
}
.journey2050-search-resources-modal .dropdown-menu,
.journey2050-search-container .dropdown-menu,
.journey2050-search-filter-bar .dropdown-menu,
.journey2050-search-resources .dropdown-menu,
.journey2050-search-resources-widget .journey2050-widget .dropdown-menu,
.mobile-breakpoints .dropdown-menu,
.post-links .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.journey2050-search-resources-modal .dropdown-menu.pull-right,
.journey2050-search-container .dropdown-menu.pull-right,
.journey2050-search-filter-bar .dropdown-menu.pull-right,
.journey2050-search-resources .dropdown-menu.pull-right,
.journey2050-search-resources-widget .journey2050-widget .dropdown-menu.pull-right,
.mobile-breakpoints .dropdown-menu.pull-right,
.post-links .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.journey2050-search-resources-modal .dropdown-menu .divider,
.journey2050-search-container .dropdown-menu .divider,
.journey2050-search-filter-bar .dropdown-menu .divider,
.journey2050-search-resources .dropdown-menu .divider,
.journey2050-search-resources-widget .journey2050-widget .dropdown-menu .divider,
.mobile-breakpoints .dropdown-menu .divider,
.post-links .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.journey2050-search-resources-modal .dropdown-menu > li > a,
.journey2050-search-container .dropdown-menu > li > a,
.journey2050-search-filter-bar .dropdown-menu > li > a,
.journey2050-search-resources .dropdown-menu > li > a,
.journey2050-search-resources-widget .journey2050-widget .dropdown-menu > li > a,
.mobile-breakpoints .dropdown-menu > li > a,
.post-links .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.journey2050-search-resources-modal .dropdown-menu > li > a:hover,
.journey2050-search-container .dropdown-menu > li > a:hover,
.journey2050-search-filter-bar .dropdown-menu > li > a:hover,
.journey2050-search-resources .dropdown-menu > li > a:hover,
.journey2050-search-resources-widget .journey2050-widget .dropdown-menu > li > a:hover,
.mobile-breakpoints .dropdown-menu > li > a:hover,
.post-links .dropdown-menu > li > a:hover,
.journey2050-search-resources-modal .dropdown-menu > li > a:focus,
.journey2050-search-container .dropdown-menu > li > a:focus,
.journey2050-search-filter-bar .dropdown-menu > li > a:focus,
.journey2050-search-resources .dropdown-menu > li > a:focus,
.journey2050-search-resources-widget .journey2050-widget .dropdown-menu > li > a:focus,
.mobile-breakpoints .dropdown-menu > li > a:focus,
.post-links .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.journey2050-search-resources-modal .dropdown-menu > .active > a,
.journey2050-search-container .dropdown-menu > .active > a,
.journey2050-search-filter-bar .dropdown-menu > .active > a,
.journey2050-search-resources .dropdown-menu > .active > a,
.journey2050-search-resources-widget .journey2050-widget .dropdown-menu > .active > a,
.mobile-breakpoints .dropdown-menu > .active > a,
.post-links .dropdown-menu > .active > a,
.journey2050-search-resources-modal .dropdown-menu > .active > a:hover,
.journey2050-search-container .dropdown-menu > .active > a:hover,
.journey2050-search-filter-bar .dropdown-menu > .active > a:hover,
.journey2050-search-resources .dropdown-menu > .active > a:hover,
.journey2050-search-resources-widget .journey2050-widget .dropdown-menu > .active > a:hover,
.mobile-breakpoints .dropdown-menu > .active > a:hover,
.post-links .dropdown-menu > .active > a:hover,
.journey2050-search-resources-modal .dropdown-menu > .active > a:focus,
.journey2050-search-container .dropdown-menu > .active > a:focus,
.journey2050-search-filter-bar .dropdown-menu > .active > a:focus,
.journey2050-search-resources .dropdown-menu > .active > a:focus,
.journey2050-search-resources-widget .journey2050-widget .dropdown-menu > .active > a:focus,
.mobile-breakpoints .dropdown-menu > .active > a:focus,
.post-links .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.journey2050-search-resources-modal .dropdown-menu > .disabled > a,
.journey2050-search-container .dropdown-menu > .disabled > a,
.journey2050-search-filter-bar .dropdown-menu > .disabled > a,
.journey2050-search-resources .dropdown-menu > .disabled > a,
.journey2050-search-resources-widget .journey2050-widget .dropdown-menu > .disabled > a,
.mobile-breakpoints .dropdown-menu > .disabled > a,
.post-links .dropdown-menu > .disabled > a,
.journey2050-search-resources-modal .dropdown-menu > .disabled > a:hover,
.journey2050-search-container .dropdown-menu > .disabled > a:hover,
.journey2050-search-filter-bar .dropdown-menu > .disabled > a:hover,
.journey2050-search-resources .dropdown-menu > .disabled > a:hover,
.journey2050-search-resources-widget .journey2050-widget .dropdown-menu > .disabled > a:hover,
.mobile-breakpoints .dropdown-menu > .disabled > a:hover,
.post-links .dropdown-menu > .disabled > a:hover,
.journey2050-search-resources-modal .dropdown-menu > .disabled > a:focus,
.journey2050-search-container .dropdown-menu > .disabled > a:focus,
.journey2050-search-filter-bar .dropdown-menu > .disabled > a:focus,
.journey2050-search-resources .dropdown-menu > .disabled > a:focus,
.journey2050-search-resources-widget .journey2050-widget .dropdown-menu > .disabled > a:focus,
.mobile-breakpoints .dropdown-menu > .disabled > a:focus,
.post-links .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.journey2050-search-resources-modal .dropdown-menu > .disabled > a:hover,
.journey2050-search-container .dropdown-menu > .disabled > a:hover,
.journey2050-search-filter-bar .dropdown-menu > .disabled > a:hover,
.journey2050-search-resources .dropdown-menu > .disabled > a:hover,
.journey2050-search-resources-widget .journey2050-widget .dropdown-menu > .disabled > a:hover,
.mobile-breakpoints .dropdown-menu > .disabled > a:hover,
.post-links .dropdown-menu > .disabled > a:hover,
.journey2050-search-resources-modal .dropdown-menu > .disabled > a:focus,
.journey2050-search-container .dropdown-menu > .disabled > a:focus,
.journey2050-search-filter-bar .dropdown-menu > .disabled > a:focus,
.journey2050-search-resources .dropdown-menu > .disabled > a:focus,
.journey2050-search-resources-widget .journey2050-widget .dropdown-menu > .disabled > a:focus,
.mobile-breakpoints .dropdown-menu > .disabled > a:focus,
.post-links .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.journey2050-search-resources-modal .open > .dropdown-menu,
.journey2050-search-container .open > .dropdown-menu,
.journey2050-search-filter-bar .open > .dropdown-menu,
.journey2050-search-resources .open > .dropdown-menu,
.journey2050-search-resources-widget .journey2050-widget .open > .dropdown-menu,
.mobile-breakpoints .open > .dropdown-menu,
.post-links .open > .dropdown-menu {
  display: block;
}
.journey2050-search-resources-modal .open > a,
.journey2050-search-container .open > a,
.journey2050-search-filter-bar .open > a,
.journey2050-search-resources .open > a,
.journey2050-search-resources-widget .journey2050-widget .open > a,
.mobile-breakpoints .open > a,
.post-links .open > a {
  outline: 0;
}
.journey2050-search-resources-modal .dropdown-menu-right,
.journey2050-search-container .dropdown-menu-right,
.journey2050-search-filter-bar .dropdown-menu-right,
.journey2050-search-resources .dropdown-menu-right,
.journey2050-search-resources-widget .journey2050-widget .dropdown-menu-right,
.mobile-breakpoints .dropdown-menu-right,
.post-links .dropdown-menu-right {
  left: auto;
  right: 0;
}
.journey2050-search-resources-modal .dropdown-menu-left,
.journey2050-search-container .dropdown-menu-left,
.journey2050-search-filter-bar .dropdown-menu-left,
.journey2050-search-resources .dropdown-menu-left,
.journey2050-search-resources-widget .journey2050-widget .dropdown-menu-left,
.mobile-breakpoints .dropdown-menu-left,
.post-links .dropdown-menu-left {
  left: 0;
  right: auto;
}
.journey2050-search-resources-modal .dropdown-header,
.journey2050-search-container .dropdown-header,
.journey2050-search-filter-bar .dropdown-header,
.journey2050-search-resources .dropdown-header,
.journey2050-search-resources-widget .journey2050-widget .dropdown-header,
.mobile-breakpoints .dropdown-header,
.post-links .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.journey2050-search-resources-modal .dropdown-backdrop,
.journey2050-search-container .dropdown-backdrop,
.journey2050-search-filter-bar .dropdown-backdrop,
.journey2050-search-resources .dropdown-backdrop,
.journey2050-search-resources-widget .journey2050-widget .dropdown-backdrop,
.mobile-breakpoints .dropdown-backdrop,
.post-links .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.journey2050-search-resources-modal .pull-right > .dropdown-menu,
.journey2050-search-container .pull-right > .dropdown-menu,
.journey2050-search-filter-bar .pull-right > .dropdown-menu,
.journey2050-search-resources .pull-right > .dropdown-menu,
.journey2050-search-resources-widget .journey2050-widget .pull-right > .dropdown-menu,
.mobile-breakpoints .pull-right > .dropdown-menu,
.post-links .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.journey2050-search-resources-modal .dropup .caret,
.journey2050-search-container .dropup .caret,
.journey2050-search-filter-bar .dropup .caret,
.journey2050-search-resources .dropup .caret,
.journey2050-search-resources-widget .journey2050-widget .dropup .caret,
.mobile-breakpoints .dropup .caret,
.post-links .dropup .caret,
.journey2050-search-resources-modal .navbar-fixed-bottom .dropdown .caret,
.journey2050-search-container .navbar-fixed-bottom .dropdown .caret,
.journey2050-search-filter-bar .navbar-fixed-bottom .dropdown .caret,
.journey2050-search-resources .navbar-fixed-bottom .dropdown .caret,
.journey2050-search-resources-widget .journey2050-widget .navbar-fixed-bottom .dropdown .caret,
.mobile-breakpoints .navbar-fixed-bottom .dropdown .caret,
.post-links .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.journey2050-search-resources-modal .dropup .dropdown-menu,
.journey2050-search-container .dropup .dropdown-menu,
.journey2050-search-filter-bar .dropup .dropdown-menu,
.journey2050-search-resources .dropup .dropdown-menu,
.journey2050-search-resources-widget .journey2050-widget .dropup .dropdown-menu,
.mobile-breakpoints .dropup .dropdown-menu,
.post-links .dropup .dropdown-menu,
.journey2050-search-resources-modal .navbar-fixed-bottom .dropdown .dropdown-menu,
.journey2050-search-container .navbar-fixed-bottom .dropdown .dropdown-menu,
.journey2050-search-filter-bar .navbar-fixed-bottom .dropdown .dropdown-menu,
.journey2050-search-resources .navbar-fixed-bottom .dropdown .dropdown-menu,
.journey2050-search-resources-widget .journey2050-widget .navbar-fixed-bottom .dropdown .dropdown-menu,
.mobile-breakpoints .navbar-fixed-bottom .dropdown .dropdown-menu,
.post-links .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .journey2050-search-resources-modal .navbar-right .dropdown-menu,
  .journey2050-search-container .navbar-right .dropdown-menu,
  .journey2050-search-filter-bar .navbar-right .dropdown-menu,
  .journey2050-search-resources .navbar-right .dropdown-menu,
  .journey2050-search-resources-widget .journey2050-widget .navbar-right .dropdown-menu,
  .mobile-breakpoints .navbar-right .dropdown-menu,
  .post-links .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .journey2050-search-resources-modal .navbar-right .dropdown-menu-left,
  .journey2050-search-container .navbar-right .dropdown-menu-left,
  .journey2050-search-filter-bar .navbar-right .dropdown-menu-left,
  .journey2050-search-resources .navbar-right .dropdown-menu-left,
  .journey2050-search-resources-widget .journey2050-widget .navbar-right .dropdown-menu-left,
  .mobile-breakpoints .navbar-right .dropdown-menu-left,
  .post-links .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.journey2050-search-resources-modal .btn-group,
.journey2050-search-container .btn-group,
.journey2050-search-filter-bar .btn-group,
.journey2050-search-resources .btn-group,
.journey2050-search-resources-widget .journey2050-widget .btn-group,
.mobile-breakpoints .btn-group,
.post-links .btn-group,
.journey2050-search-resources-modal .btn-group-vertical,
.journey2050-search-container .btn-group-vertical,
.journey2050-search-filter-bar .btn-group-vertical,
.journey2050-search-resources .btn-group-vertical,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical,
.mobile-breakpoints .btn-group-vertical,
.post-links .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.journey2050-search-resources-modal .btn-group > .btn,
.journey2050-search-container .btn-group > .btn,
.journey2050-search-filter-bar .btn-group > .btn,
.journey2050-search-resources .btn-group > .btn,
.journey2050-search-resources-widget .journey2050-widget .btn-group > .btn,
.mobile-breakpoints .btn-group > .btn,
.post-links .btn-group > .btn,
.journey2050-search-resources-modal .btn-group-vertical > .btn,
.journey2050-search-container .btn-group-vertical > .btn,
.journey2050-search-filter-bar .btn-group-vertical > .btn,
.journey2050-search-resources .btn-group-vertical > .btn,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn,
.mobile-breakpoints .btn-group-vertical > .btn,
.post-links .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.journey2050-search-resources-modal .btn-group > .btn:hover,
.journey2050-search-container .btn-group > .btn:hover,
.journey2050-search-filter-bar .btn-group > .btn:hover,
.journey2050-search-resources .btn-group > .btn:hover,
.journey2050-search-resources-widget .journey2050-widget .btn-group > .btn:hover,
.mobile-breakpoints .btn-group > .btn:hover,
.post-links .btn-group > .btn:hover,
.journey2050-search-resources-modal .btn-group-vertical > .btn:hover,
.journey2050-search-container .btn-group-vertical > .btn:hover,
.journey2050-search-filter-bar .btn-group-vertical > .btn:hover,
.journey2050-search-resources .btn-group-vertical > .btn:hover,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn:hover,
.mobile-breakpoints .btn-group-vertical > .btn:hover,
.post-links .btn-group-vertical > .btn:hover,
.journey2050-search-resources-modal .btn-group > .btn:focus,
.journey2050-search-container .btn-group > .btn:focus,
.journey2050-search-filter-bar .btn-group > .btn:focus,
.journey2050-search-resources .btn-group > .btn:focus,
.journey2050-search-resources-widget .journey2050-widget .btn-group > .btn:focus,
.mobile-breakpoints .btn-group > .btn:focus,
.post-links .btn-group > .btn:focus,
.journey2050-search-resources-modal .btn-group-vertical > .btn:focus,
.journey2050-search-container .btn-group-vertical > .btn:focus,
.journey2050-search-filter-bar .btn-group-vertical > .btn:focus,
.journey2050-search-resources .btn-group-vertical > .btn:focus,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn:focus,
.mobile-breakpoints .btn-group-vertical > .btn:focus,
.post-links .btn-group-vertical > .btn:focus,
.journey2050-search-resources-modal .btn-group > .btn:active,
.journey2050-search-container .btn-group > .btn:active,
.journey2050-search-filter-bar .btn-group > .btn:active,
.journey2050-search-resources .btn-group > .btn:active,
.journey2050-search-resources-widget .journey2050-widget .btn-group > .btn:active,
.mobile-breakpoints .btn-group > .btn:active,
.post-links .btn-group > .btn:active,
.journey2050-search-resources-modal .btn-group-vertical > .btn:active,
.journey2050-search-container .btn-group-vertical > .btn:active,
.journey2050-search-filter-bar .btn-group-vertical > .btn:active,
.journey2050-search-resources .btn-group-vertical > .btn:active,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn:active,
.mobile-breakpoints .btn-group-vertical > .btn:active,
.post-links .btn-group-vertical > .btn:active,
.journey2050-search-resources-modal .btn-group > .btn.active,
.journey2050-search-container .btn-group > .btn.active,
.journey2050-search-filter-bar .btn-group > .btn.active,
.journey2050-search-resources .btn-group > .btn.active,
.journey2050-search-resources-widget .journey2050-widget .btn-group > .btn.active,
.mobile-breakpoints .btn-group > .btn.active,
.post-links .btn-group > .btn.active,
.journey2050-search-resources-modal .btn-group-vertical > .btn.active,
.journey2050-search-container .btn-group-vertical > .btn.active,
.journey2050-search-filter-bar .btn-group-vertical > .btn.active,
.journey2050-search-resources .btn-group-vertical > .btn.active,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn.active,
.mobile-breakpoints .btn-group-vertical > .btn.active,
.post-links .btn-group-vertical > .btn.active {
  z-index: 2;
}
.journey2050-search-resources-modal .btn-group .btn + .btn,
.journey2050-search-container .btn-group .btn + .btn,
.journey2050-search-filter-bar .btn-group .btn + .btn,
.journey2050-search-resources .btn-group .btn + .btn,
.journey2050-search-resources-widget .journey2050-widget .btn-group .btn + .btn,
.mobile-breakpoints .btn-group .btn + .btn,
.post-links .btn-group .btn + .btn,
.journey2050-search-resources-modal .btn-group .btn + .btn-group,
.journey2050-search-container .btn-group .btn + .btn-group,
.journey2050-search-filter-bar .btn-group .btn + .btn-group,
.journey2050-search-resources .btn-group .btn + .btn-group,
.journey2050-search-resources-widget .journey2050-widget .btn-group .btn + .btn-group,
.mobile-breakpoints .btn-group .btn + .btn-group,
.post-links .btn-group .btn + .btn-group,
.journey2050-search-resources-modal .btn-group .btn-group + .btn,
.journey2050-search-container .btn-group .btn-group + .btn,
.journey2050-search-filter-bar .btn-group .btn-group + .btn,
.journey2050-search-resources .btn-group .btn-group + .btn,
.journey2050-search-resources-widget .journey2050-widget .btn-group .btn-group + .btn,
.mobile-breakpoints .btn-group .btn-group + .btn,
.post-links .btn-group .btn-group + .btn,
.journey2050-search-resources-modal .btn-group .btn-group + .btn-group,
.journey2050-search-container .btn-group .btn-group + .btn-group,
.journey2050-search-filter-bar .btn-group .btn-group + .btn-group,
.journey2050-search-resources .btn-group .btn-group + .btn-group,
.journey2050-search-resources-widget .journey2050-widget .btn-group .btn-group + .btn-group,
.mobile-breakpoints .btn-group .btn-group + .btn-group,
.post-links .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.journey2050-search-resources-modal .btn-toolbar,
.journey2050-search-container .btn-toolbar,
.journey2050-search-filter-bar .btn-toolbar,
.journey2050-search-resources .btn-toolbar,
.journey2050-search-resources-widget .journey2050-widget .btn-toolbar,
.mobile-breakpoints .btn-toolbar,
.post-links .btn-toolbar {
  margin-left: -5px;
}
.journey2050-search-resources-modal .btn-toolbar .btn,
.journey2050-search-container .btn-toolbar .btn,
.journey2050-search-filter-bar .btn-toolbar .btn,
.journey2050-search-resources .btn-toolbar .btn,
.journey2050-search-resources-widget .journey2050-widget .btn-toolbar .btn,
.mobile-breakpoints .btn-toolbar .btn,
.post-links .btn-toolbar .btn,
.journey2050-search-resources-modal .btn-toolbar .btn-group,
.journey2050-search-container .btn-toolbar .btn-group,
.journey2050-search-filter-bar .btn-toolbar .btn-group,
.journey2050-search-resources .btn-toolbar .btn-group,
.journey2050-search-resources-widget .journey2050-widget .btn-toolbar .btn-group,
.mobile-breakpoints .btn-toolbar .btn-group,
.post-links .btn-toolbar .btn-group,
.journey2050-search-resources-modal .btn-toolbar .input-group,
.journey2050-search-container .btn-toolbar .input-group,
.journey2050-search-filter-bar .btn-toolbar .input-group,
.journey2050-search-resources .btn-toolbar .input-group,
.journey2050-search-resources-widget .journey2050-widget .btn-toolbar .input-group,
.mobile-breakpoints .btn-toolbar .input-group,
.post-links .btn-toolbar .input-group {
  float: left;
}
.journey2050-search-resources-modal .btn-toolbar > .btn,
.journey2050-search-container .btn-toolbar > .btn,
.journey2050-search-filter-bar .btn-toolbar > .btn,
.journey2050-search-resources .btn-toolbar > .btn,
.journey2050-search-resources-widget .journey2050-widget .btn-toolbar > .btn,
.mobile-breakpoints .btn-toolbar > .btn,
.post-links .btn-toolbar > .btn,
.journey2050-search-resources-modal .btn-toolbar > .btn-group,
.journey2050-search-container .btn-toolbar > .btn-group,
.journey2050-search-filter-bar .btn-toolbar > .btn-group,
.journey2050-search-resources .btn-toolbar > .btn-group,
.journey2050-search-resources-widget .journey2050-widget .btn-toolbar > .btn-group,
.mobile-breakpoints .btn-toolbar > .btn-group,
.post-links .btn-toolbar > .btn-group,
.journey2050-search-resources-modal .btn-toolbar > .input-group,
.journey2050-search-container .btn-toolbar > .input-group,
.journey2050-search-filter-bar .btn-toolbar > .input-group,
.journey2050-search-resources .btn-toolbar > .input-group,
.journey2050-search-resources-widget .journey2050-widget .btn-toolbar > .input-group,
.mobile-breakpoints .btn-toolbar > .input-group,
.post-links .btn-toolbar > .input-group {
  margin-left: 5px;
}
.journey2050-search-resources-modal .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.journey2050-search-container .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.journey2050-search-filter-bar .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.journey2050-search-resources .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.journey2050-search-resources-widget .journey2050-widget .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.mobile-breakpoints .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.post-links .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.journey2050-search-resources-modal .btn-group > .btn:first-child,
.journey2050-search-container .btn-group > .btn:first-child,
.journey2050-search-filter-bar .btn-group > .btn:first-child,
.journey2050-search-resources .btn-group > .btn:first-child,
.journey2050-search-resources-widget .journey2050-widget .btn-group > .btn:first-child,
.mobile-breakpoints .btn-group > .btn:first-child,
.post-links .btn-group > .btn:first-child {
  margin-left: 0;
}
.journey2050-search-resources-modal .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.journey2050-search-container .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.journey2050-search-filter-bar .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.journey2050-search-resources .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.journey2050-search-resources-widget .journey2050-widget .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.mobile-breakpoints .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.post-links .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.journey2050-search-resources-modal .btn-group > .btn:last-child:not(:first-child),
.journey2050-search-container .btn-group > .btn:last-child:not(:first-child),
.journey2050-search-filter-bar .btn-group > .btn:last-child:not(:first-child),
.journey2050-search-resources .btn-group > .btn:last-child:not(:first-child),
.journey2050-search-resources-widget .journey2050-widget .btn-group > .btn:last-child:not(:first-child),
.mobile-breakpoints .btn-group > .btn:last-child:not(:first-child),
.post-links .btn-group > .btn:last-child:not(:first-child),
.journey2050-search-resources-modal .btn-group > .dropdown-toggle:not(:first-child),
.journey2050-search-container .btn-group > .dropdown-toggle:not(:first-child),
.journey2050-search-filter-bar .btn-group > .dropdown-toggle:not(:first-child),
.journey2050-search-resources .btn-group > .dropdown-toggle:not(:first-child),
.journey2050-search-resources-widget .journey2050-widget .btn-group > .dropdown-toggle:not(:first-child),
.mobile-breakpoints .btn-group > .dropdown-toggle:not(:first-child),
.post-links .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.journey2050-search-resources-modal .btn-group > .btn-group,
.journey2050-search-container .btn-group > .btn-group,
.journey2050-search-filter-bar .btn-group > .btn-group,
.journey2050-search-resources .btn-group > .btn-group,
.journey2050-search-resources-widget .journey2050-widget .btn-group > .btn-group,
.mobile-breakpoints .btn-group > .btn-group,
.post-links .btn-group > .btn-group {
  float: left;
}
.journey2050-search-resources-modal .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.journey2050-search-container .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.journey2050-search-filter-bar .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.journey2050-search-resources .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.journey2050-search-resources-widget .journey2050-widget .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.mobile-breakpoints .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.post-links .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.journey2050-search-resources-modal .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.journey2050-search-container .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.journey2050-search-filter-bar .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.journey2050-search-resources .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.journey2050-search-resources-widget .journey2050-widget .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.mobile-breakpoints .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.post-links .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.journey2050-search-resources-modal .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.journey2050-search-container .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.journey2050-search-filter-bar .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.journey2050-search-resources .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.journey2050-search-resources-widget .journey2050-widget .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.mobile-breakpoints .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.post-links .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.journey2050-search-resources-modal .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.journey2050-search-container .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.journey2050-search-filter-bar .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.journey2050-search-resources .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.journey2050-search-resources-widget .journey2050-widget .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.mobile-breakpoints .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.post-links .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.journey2050-search-resources-modal .btn-group .dropdown-toggle:active,
.journey2050-search-container .btn-group .dropdown-toggle:active,
.journey2050-search-filter-bar .btn-group .dropdown-toggle:active,
.journey2050-search-resources .btn-group .dropdown-toggle:active,
.journey2050-search-resources-widget .journey2050-widget .btn-group .dropdown-toggle:active,
.mobile-breakpoints .btn-group .dropdown-toggle:active,
.post-links .btn-group .dropdown-toggle:active,
.journey2050-search-resources-modal .btn-group.open .dropdown-toggle,
.journey2050-search-container .btn-group.open .dropdown-toggle,
.journey2050-search-filter-bar .btn-group.open .dropdown-toggle,
.journey2050-search-resources .btn-group.open .dropdown-toggle,
.journey2050-search-resources-widget .journey2050-widget .btn-group.open .dropdown-toggle,
.mobile-breakpoints .btn-group.open .dropdown-toggle,
.post-links .btn-group.open .dropdown-toggle {
  outline: 0;
}
.journey2050-search-resources-modal .btn-group > .btn + .dropdown-toggle,
.journey2050-search-container .btn-group > .btn + .dropdown-toggle,
.journey2050-search-filter-bar .btn-group > .btn + .dropdown-toggle,
.journey2050-search-resources .btn-group > .btn + .dropdown-toggle,
.journey2050-search-resources-widget .journey2050-widget .btn-group > .btn + .dropdown-toggle,
.mobile-breakpoints .btn-group > .btn + .dropdown-toggle,
.post-links .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.journey2050-search-resources-modal .btn-group > .btn-lg + .dropdown-toggle,
.journey2050-search-container .btn-group > .btn-lg + .dropdown-toggle,
.journey2050-search-filter-bar .btn-group > .btn-lg + .dropdown-toggle,
.journey2050-search-resources .btn-group > .btn-lg + .dropdown-toggle,
.journey2050-search-resources-widget .journey2050-widget .btn-group > .btn-lg + .dropdown-toggle,
.mobile-breakpoints .btn-group > .btn-lg + .dropdown-toggle,
.post-links .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.journey2050-search-resources-modal .btn-group.open .dropdown-toggle,
.journey2050-search-container .btn-group.open .dropdown-toggle,
.journey2050-search-filter-bar .btn-group.open .dropdown-toggle,
.journey2050-search-resources .btn-group.open .dropdown-toggle,
.journey2050-search-resources-widget .journey2050-widget .btn-group.open .dropdown-toggle,
.mobile-breakpoints .btn-group.open .dropdown-toggle,
.post-links .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.journey2050-search-resources-modal .btn-group.open .dropdown-toggle.btn-link,
.journey2050-search-container .btn-group.open .dropdown-toggle.btn-link,
.journey2050-search-filter-bar .btn-group.open .dropdown-toggle.btn-link,
.journey2050-search-resources .btn-group.open .dropdown-toggle.btn-link,
.journey2050-search-resources-widget .journey2050-widget .btn-group.open .dropdown-toggle.btn-link,
.mobile-breakpoints .btn-group.open .dropdown-toggle.btn-link,
.post-links .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.journey2050-search-resources-modal .btn .caret,
.journey2050-search-container .btn .caret,
.journey2050-search-filter-bar .btn .caret,
.journey2050-search-resources .btn .caret,
.journey2050-search-resources-widget .journey2050-widget .btn .caret,
.mobile-breakpoints .btn .caret,
.post-links .btn .caret {
  margin-left: 0;
}
.journey2050-search-resources-modal .btn-lg .caret,
.journey2050-search-container .btn-lg .caret,
.journey2050-search-filter-bar .btn-lg .caret,
.journey2050-search-resources .btn-lg .caret,
.journey2050-search-resources-widget .journey2050-widget .btn-lg .caret,
.mobile-breakpoints .btn-lg .caret,
.post-links .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.journey2050-search-resources-modal .dropup .btn-lg .caret,
.journey2050-search-container .dropup .btn-lg .caret,
.journey2050-search-filter-bar .dropup .btn-lg .caret,
.journey2050-search-resources .dropup .btn-lg .caret,
.journey2050-search-resources-widget .journey2050-widget .dropup .btn-lg .caret,
.mobile-breakpoints .dropup .btn-lg .caret,
.post-links .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.journey2050-search-resources-modal .btn-group-vertical > .btn,
.journey2050-search-container .btn-group-vertical > .btn,
.journey2050-search-filter-bar .btn-group-vertical > .btn,
.journey2050-search-resources .btn-group-vertical > .btn,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn,
.mobile-breakpoints .btn-group-vertical > .btn,
.post-links .btn-group-vertical > .btn,
.journey2050-search-resources-modal .btn-group-vertical > .btn-group,
.journey2050-search-container .btn-group-vertical > .btn-group,
.journey2050-search-filter-bar .btn-group-vertical > .btn-group,
.journey2050-search-resources .btn-group-vertical > .btn-group,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group,
.mobile-breakpoints .btn-group-vertical > .btn-group,
.post-links .btn-group-vertical > .btn-group,
.journey2050-search-resources-modal .btn-group-vertical > .btn-group > .btn,
.journey2050-search-container .btn-group-vertical > .btn-group > .btn,
.journey2050-search-filter-bar .btn-group-vertical > .btn-group > .btn,
.journey2050-search-resources .btn-group-vertical > .btn-group > .btn,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group > .btn,
.mobile-breakpoints .btn-group-vertical > .btn-group > .btn,
.post-links .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.journey2050-search-resources-modal .btn-group-vertical > .btn-group > .btn,
.journey2050-search-container .btn-group-vertical > .btn-group > .btn,
.journey2050-search-filter-bar .btn-group-vertical > .btn-group > .btn,
.journey2050-search-resources .btn-group-vertical > .btn-group > .btn,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group > .btn,
.mobile-breakpoints .btn-group-vertical > .btn-group > .btn,
.post-links .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.journey2050-search-resources-modal .btn-group-vertical > .btn + .btn,
.journey2050-search-container .btn-group-vertical > .btn + .btn,
.journey2050-search-filter-bar .btn-group-vertical > .btn + .btn,
.journey2050-search-resources .btn-group-vertical > .btn + .btn,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn + .btn,
.mobile-breakpoints .btn-group-vertical > .btn + .btn,
.post-links .btn-group-vertical > .btn + .btn,
.journey2050-search-resources-modal .btn-group-vertical > .btn + .btn-group,
.journey2050-search-container .btn-group-vertical > .btn + .btn-group,
.journey2050-search-filter-bar .btn-group-vertical > .btn + .btn-group,
.journey2050-search-resources .btn-group-vertical > .btn + .btn-group,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn + .btn-group,
.mobile-breakpoints .btn-group-vertical > .btn + .btn-group,
.post-links .btn-group-vertical > .btn + .btn-group,
.journey2050-search-resources-modal .btn-group-vertical > .btn-group + .btn,
.journey2050-search-container .btn-group-vertical > .btn-group + .btn,
.journey2050-search-filter-bar .btn-group-vertical > .btn-group + .btn,
.journey2050-search-resources .btn-group-vertical > .btn-group + .btn,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group + .btn,
.mobile-breakpoints .btn-group-vertical > .btn-group + .btn,
.post-links .btn-group-vertical > .btn-group + .btn,
.journey2050-search-resources-modal .btn-group-vertical > .btn-group + .btn-group,
.journey2050-search-container .btn-group-vertical > .btn-group + .btn-group,
.journey2050-search-filter-bar .btn-group-vertical > .btn-group + .btn-group,
.journey2050-search-resources .btn-group-vertical > .btn-group + .btn-group,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group + .btn-group,
.mobile-breakpoints .btn-group-vertical > .btn-group + .btn-group,
.post-links .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.journey2050-search-resources-modal .btn-group-vertical > .btn:not(:first-child):not(:last-child),
.journey2050-search-container .btn-group-vertical > .btn:not(:first-child):not(:last-child),
.journey2050-search-filter-bar .btn-group-vertical > .btn:not(:first-child):not(:last-child),
.journey2050-search-resources .btn-group-vertical > .btn:not(:first-child):not(:last-child),
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn:not(:first-child):not(:last-child),
.mobile-breakpoints .btn-group-vertical > .btn:not(:first-child):not(:last-child),
.post-links .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.journey2050-search-resources-modal .btn-group-vertical > .btn:first-child:not(:last-child),
.journey2050-search-container .btn-group-vertical > .btn:first-child:not(:last-child),
.journey2050-search-filter-bar .btn-group-vertical > .btn:first-child:not(:last-child),
.journey2050-search-resources .btn-group-vertical > .btn:first-child:not(:last-child),
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn:first-child:not(:last-child),
.mobile-breakpoints .btn-group-vertical > .btn:first-child:not(:last-child),
.post-links .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.journey2050-search-resources-modal .btn-group-vertical > .btn:last-child:not(:first-child),
.journey2050-search-container .btn-group-vertical > .btn:last-child:not(:first-child),
.journey2050-search-filter-bar .btn-group-vertical > .btn:last-child:not(:first-child),
.journey2050-search-resources .btn-group-vertical > .btn:last-child:not(:first-child),
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn:last-child:not(:first-child),
.mobile-breakpoints .btn-group-vertical > .btn:last-child:not(:first-child),
.post-links .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.journey2050-search-resources-modal .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.journey2050-search-container .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.journey2050-search-filter-bar .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.journey2050-search-resources .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.mobile-breakpoints .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.post-links .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.journey2050-search-resources-modal .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.journey2050-search-container .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.journey2050-search-filter-bar .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.journey2050-search-resources .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.mobile-breakpoints .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.post-links .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.journey2050-search-resources-modal .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.journey2050-search-container .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.journey2050-search-filter-bar .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.journey2050-search-resources .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.mobile-breakpoints .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.post-links .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.journey2050-search-resources-modal .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.journey2050-search-container .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.journey2050-search-filter-bar .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.journey2050-search-resources .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.mobile-breakpoints .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.post-links .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.journey2050-search-resources-modal .btn-group-justified,
.journey2050-search-container .btn-group-justified,
.journey2050-search-filter-bar .btn-group-justified,
.journey2050-search-resources .btn-group-justified,
.journey2050-search-resources-widget .journey2050-widget .btn-group-justified,
.mobile-breakpoints .btn-group-justified,
.post-links .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.journey2050-search-resources-modal .btn-group-justified > .btn,
.journey2050-search-container .btn-group-justified > .btn,
.journey2050-search-filter-bar .btn-group-justified > .btn,
.journey2050-search-resources .btn-group-justified > .btn,
.journey2050-search-resources-widget .journey2050-widget .btn-group-justified > .btn,
.mobile-breakpoints .btn-group-justified > .btn,
.post-links .btn-group-justified > .btn,
.journey2050-search-resources-modal .btn-group-justified > .btn-group,
.journey2050-search-container .btn-group-justified > .btn-group,
.journey2050-search-filter-bar .btn-group-justified > .btn-group,
.journey2050-search-resources .btn-group-justified > .btn-group,
.journey2050-search-resources-widget .journey2050-widget .btn-group-justified > .btn-group,
.mobile-breakpoints .btn-group-justified > .btn-group,
.post-links .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.journey2050-search-resources-modal .btn-group-justified > .btn-group .btn,
.journey2050-search-container .btn-group-justified > .btn-group .btn,
.journey2050-search-filter-bar .btn-group-justified > .btn-group .btn,
.journey2050-search-resources .btn-group-justified > .btn-group .btn,
.journey2050-search-resources-widget .journey2050-widget .btn-group-justified > .btn-group .btn,
.mobile-breakpoints .btn-group-justified > .btn-group .btn,
.post-links .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.journey2050-search-resources-modal .btn-group-justified > .btn-group .dropdown-menu,
.journey2050-search-container .btn-group-justified > .btn-group .dropdown-menu,
.journey2050-search-filter-bar .btn-group-justified > .btn-group .dropdown-menu,
.journey2050-search-resources .btn-group-justified > .btn-group .dropdown-menu,
.journey2050-search-resources-widget .journey2050-widget .btn-group-justified > .btn-group .dropdown-menu,
.mobile-breakpoints .btn-group-justified > .btn-group .dropdown-menu,
.post-links .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.journey2050-search-resources-modal [data-toggle="buttons"] > .btn input[type="radio"],
.journey2050-search-container [data-toggle="buttons"] > .btn input[type="radio"],
.journey2050-search-filter-bar [data-toggle="buttons"] > .btn input[type="radio"],
.journey2050-search-resources [data-toggle="buttons"] > .btn input[type="radio"],
.journey2050-search-resources-widget .journey2050-widget [data-toggle="buttons"] > .btn input[type="radio"],
.mobile-breakpoints [data-toggle="buttons"] > .btn input[type="radio"],
.post-links [data-toggle="buttons"] > .btn input[type="radio"],
.journey2050-search-resources-modal [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.journey2050-search-container [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.journey2050-search-filter-bar [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.journey2050-search-resources [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.journey2050-search-resources-widget .journey2050-widget [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.mobile-breakpoints [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.post-links [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.journey2050-search-resources-modal [data-toggle="buttons"] > .btn input[type="checkbox"],
.journey2050-search-container [data-toggle="buttons"] > .btn input[type="checkbox"],
.journey2050-search-filter-bar [data-toggle="buttons"] > .btn input[type="checkbox"],
.journey2050-search-resources [data-toggle="buttons"] > .btn input[type="checkbox"],
.journey2050-search-resources-widget .journey2050-widget [data-toggle="buttons"] > .btn input[type="checkbox"],
.mobile-breakpoints [data-toggle="buttons"] > .btn input[type="checkbox"],
.post-links [data-toggle="buttons"] > .btn input[type="checkbox"],
.journey2050-search-resources-modal [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.journey2050-search-container [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.journey2050-search-filter-bar [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.journey2050-search-resources [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.journey2050-search-resources-widget .journey2050-widget [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.mobile-breakpoints [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.post-links [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.journey2050-search-resources-modal .input-group,
.journey2050-search-container .input-group,
.journey2050-search-filter-bar .input-group,
.journey2050-search-resources .input-group,
.journey2050-search-resources-widget .journey2050-widget .input-group,
.mobile-breakpoints .input-group,
.post-links .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.journey2050-search-resources-modal .input-group[class*="col-"],
.journey2050-search-container .input-group[class*="col-"],
.journey2050-search-filter-bar .input-group[class*="col-"],
.journey2050-search-resources .input-group[class*="col-"],
.journey2050-search-resources-widget .journey2050-widget .input-group[class*="col-"],
.mobile-breakpoints .input-group[class*="col-"],
.post-links .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.journey2050-search-resources-modal .input-group .form-control,
.journey2050-search-container .input-group .form-control,
.journey2050-search-filter-bar .input-group .form-control,
.journey2050-search-resources .input-group .form-control,
.journey2050-search-resources-widget .journey2050-widget .input-group .form-control,
.mobile-breakpoints .input-group .form-control,
.post-links .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.journey2050-search-resources-modal .input-group .form-control:focus,
.journey2050-search-container .input-group .form-control:focus,
.journey2050-search-filter-bar .input-group .form-control:focus,
.journey2050-search-resources .input-group .form-control:focus,
.journey2050-search-resources-widget .journey2050-widget .input-group .form-control:focus,
.mobile-breakpoints .input-group .form-control:focus,
.post-links .input-group .form-control:focus {
  z-index: 3;
}
.journey2050-search-resources-modal .input-group-lg > .form-control,
.journey2050-search-container .input-group-lg > .form-control,
.journey2050-search-filter-bar .input-group-lg > .form-control,
.journey2050-search-resources .input-group-lg > .form-control,
.journey2050-search-resources-widget .journey2050-widget .input-group-lg > .form-control,
.mobile-breakpoints .input-group-lg > .form-control,
.post-links .input-group-lg > .form-control,
.journey2050-search-resources-modal .input-group-lg > .input-group-addon,
.journey2050-search-container .input-group-lg > .input-group-addon,
.journey2050-search-filter-bar .input-group-lg > .input-group-addon,
.journey2050-search-resources .input-group-lg > .input-group-addon,
.journey2050-search-resources-widget .journey2050-widget .input-group-lg > .input-group-addon,
.mobile-breakpoints .input-group-lg > .input-group-addon,
.post-links .input-group-lg > .input-group-addon,
.journey2050-search-resources-modal .input-group-lg > .input-group-btn > .btn,
.journey2050-search-container .input-group-lg > .input-group-btn > .btn,
.journey2050-search-filter-bar .input-group-lg > .input-group-btn > .btn,
.journey2050-search-resources .input-group-lg > .input-group-btn > .btn,
.journey2050-search-resources-widget .journey2050-widget .input-group-lg > .input-group-btn > .btn,
.mobile-breakpoints .input-group-lg > .input-group-btn > .btn,
.post-links .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.journey2050-search-resources-modal .input-group-lg > .form-control,
select.journey2050-search-container .input-group-lg > .form-control,
select.journey2050-search-filter-bar .input-group-lg > .form-control,
select.journey2050-search-resources .input-group-lg > .form-control,
select.journey2050-search-resources-widget .journey2050-widget .input-group-lg > .form-control,
select.mobile-breakpoints .input-group-lg > .form-control,
select.post-links .input-group-lg > .form-control,
select.journey2050-search-resources-modal .input-group-lg > .input-group-addon,
select.journey2050-search-container .input-group-lg > .input-group-addon,
select.journey2050-search-filter-bar .input-group-lg > .input-group-addon,
select.journey2050-search-resources .input-group-lg > .input-group-addon,
select.journey2050-search-resources-widget .journey2050-widget .input-group-lg > .input-group-addon,
select.mobile-breakpoints .input-group-lg > .input-group-addon,
select.post-links .input-group-lg > .input-group-addon,
select.journey2050-search-resources-modal .input-group-lg > .input-group-btn > .btn,
select.journey2050-search-container .input-group-lg > .input-group-btn > .btn,
select.journey2050-search-filter-bar .input-group-lg > .input-group-btn > .btn,
select.journey2050-search-resources .input-group-lg > .input-group-btn > .btn,
select.journey2050-search-resources-widget .journey2050-widget .input-group-lg > .input-group-btn > .btn,
select.mobile-breakpoints .input-group-lg > .input-group-btn > .btn,
select.post-links .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.journey2050-search-resources-modal .input-group-lg > .form-control,
textarea.journey2050-search-container .input-group-lg > .form-control,
textarea.journey2050-search-filter-bar .input-group-lg > .form-control,
textarea.journey2050-search-resources .input-group-lg > .form-control,
textarea.journey2050-search-resources-widget .journey2050-widget .input-group-lg > .form-control,
textarea.mobile-breakpoints .input-group-lg > .form-control,
textarea.post-links .input-group-lg > .form-control,
textarea.journey2050-search-resources-modal .input-group-lg > .input-group-addon,
textarea.journey2050-search-container .input-group-lg > .input-group-addon,
textarea.journey2050-search-filter-bar .input-group-lg > .input-group-addon,
textarea.journey2050-search-resources .input-group-lg > .input-group-addon,
textarea.journey2050-search-resources-widget .journey2050-widget .input-group-lg > .input-group-addon,
textarea.mobile-breakpoints .input-group-lg > .input-group-addon,
textarea.post-links .input-group-lg > .input-group-addon,
textarea.journey2050-search-resources-modal .input-group-lg > .input-group-btn > .btn,
textarea.journey2050-search-container .input-group-lg > .input-group-btn > .btn,
textarea.journey2050-search-filter-bar .input-group-lg > .input-group-btn > .btn,
textarea.journey2050-search-resources .input-group-lg > .input-group-btn > .btn,
textarea.journey2050-search-resources-widget .journey2050-widget .input-group-lg > .input-group-btn > .btn,
textarea.mobile-breakpoints .input-group-lg > .input-group-btn > .btn,
textarea.post-links .input-group-lg > .input-group-btn > .btn,
select[multiple].journey2050-search-resources-modal .input-group-lg > .form-control,
select[multiple].journey2050-search-container .input-group-lg > .form-control,
select[multiple].journey2050-search-filter-bar .input-group-lg > .form-control,
select[multiple].journey2050-search-resources .input-group-lg > .form-control,
select[multiple].journey2050-search-resources-widget .journey2050-widget .input-group-lg > .form-control,
select[multiple].mobile-breakpoints .input-group-lg > .form-control,
select[multiple].post-links .input-group-lg > .form-control,
select[multiple].journey2050-search-resources-modal .input-group-lg > .input-group-addon,
select[multiple].journey2050-search-container .input-group-lg > .input-group-addon,
select[multiple].journey2050-search-filter-bar .input-group-lg > .input-group-addon,
select[multiple].journey2050-search-resources .input-group-lg > .input-group-addon,
select[multiple].journey2050-search-resources-widget .journey2050-widget .input-group-lg > .input-group-addon,
select[multiple].mobile-breakpoints .input-group-lg > .input-group-addon,
select[multiple].post-links .input-group-lg > .input-group-addon,
select[multiple].journey2050-search-resources-modal .input-group-lg > .input-group-btn > .btn,
select[multiple].journey2050-search-container .input-group-lg > .input-group-btn > .btn,
select[multiple].journey2050-search-filter-bar .input-group-lg > .input-group-btn > .btn,
select[multiple].journey2050-search-resources .input-group-lg > .input-group-btn > .btn,
select[multiple].journey2050-search-resources-widget .journey2050-widget .input-group-lg > .input-group-btn > .btn,
select[multiple].mobile-breakpoints .input-group-lg > .input-group-btn > .btn,
select[multiple].post-links .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.journey2050-search-resources-modal .input-group-sm > .form-control,
.journey2050-search-container .input-group-sm > .form-control,
.journey2050-search-filter-bar .input-group-sm > .form-control,
.journey2050-search-resources .input-group-sm > .form-control,
.journey2050-search-resources-widget .journey2050-widget .input-group-sm > .form-control,
.mobile-breakpoints .input-group-sm > .form-control,
.post-links .input-group-sm > .form-control,
.journey2050-search-resources-modal .input-group-sm > .input-group-addon,
.journey2050-search-container .input-group-sm > .input-group-addon,
.journey2050-search-filter-bar .input-group-sm > .input-group-addon,
.journey2050-search-resources .input-group-sm > .input-group-addon,
.journey2050-search-resources-widget .journey2050-widget .input-group-sm > .input-group-addon,
.mobile-breakpoints .input-group-sm > .input-group-addon,
.post-links .input-group-sm > .input-group-addon,
.journey2050-search-resources-modal .input-group-sm > .input-group-btn > .btn,
.journey2050-search-container .input-group-sm > .input-group-btn > .btn,
.journey2050-search-filter-bar .input-group-sm > .input-group-btn > .btn,
.journey2050-search-resources .input-group-sm > .input-group-btn > .btn,
.journey2050-search-resources-widget .journey2050-widget .input-group-sm > .input-group-btn > .btn,
.mobile-breakpoints .input-group-sm > .input-group-btn > .btn,
.post-links .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.journey2050-search-resources-modal .input-group-sm > .form-control,
select.journey2050-search-container .input-group-sm > .form-control,
select.journey2050-search-filter-bar .input-group-sm > .form-control,
select.journey2050-search-resources .input-group-sm > .form-control,
select.journey2050-search-resources-widget .journey2050-widget .input-group-sm > .form-control,
select.mobile-breakpoints .input-group-sm > .form-control,
select.post-links .input-group-sm > .form-control,
select.journey2050-search-resources-modal .input-group-sm > .input-group-addon,
select.journey2050-search-container .input-group-sm > .input-group-addon,
select.journey2050-search-filter-bar .input-group-sm > .input-group-addon,
select.journey2050-search-resources .input-group-sm > .input-group-addon,
select.journey2050-search-resources-widget .journey2050-widget .input-group-sm > .input-group-addon,
select.mobile-breakpoints .input-group-sm > .input-group-addon,
select.post-links .input-group-sm > .input-group-addon,
select.journey2050-search-resources-modal .input-group-sm > .input-group-btn > .btn,
select.journey2050-search-container .input-group-sm > .input-group-btn > .btn,
select.journey2050-search-filter-bar .input-group-sm > .input-group-btn > .btn,
select.journey2050-search-resources .input-group-sm > .input-group-btn > .btn,
select.journey2050-search-resources-widget .journey2050-widget .input-group-sm > .input-group-btn > .btn,
select.mobile-breakpoints .input-group-sm > .input-group-btn > .btn,
select.post-links .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.journey2050-search-resources-modal .input-group-sm > .form-control,
textarea.journey2050-search-container .input-group-sm > .form-control,
textarea.journey2050-search-filter-bar .input-group-sm > .form-control,
textarea.journey2050-search-resources .input-group-sm > .form-control,
textarea.journey2050-search-resources-widget .journey2050-widget .input-group-sm > .form-control,
textarea.mobile-breakpoints .input-group-sm > .form-control,
textarea.post-links .input-group-sm > .form-control,
textarea.journey2050-search-resources-modal .input-group-sm > .input-group-addon,
textarea.journey2050-search-container .input-group-sm > .input-group-addon,
textarea.journey2050-search-filter-bar .input-group-sm > .input-group-addon,
textarea.journey2050-search-resources .input-group-sm > .input-group-addon,
textarea.journey2050-search-resources-widget .journey2050-widget .input-group-sm > .input-group-addon,
textarea.mobile-breakpoints .input-group-sm > .input-group-addon,
textarea.post-links .input-group-sm > .input-group-addon,
textarea.journey2050-search-resources-modal .input-group-sm > .input-group-btn > .btn,
textarea.journey2050-search-container .input-group-sm > .input-group-btn > .btn,
textarea.journey2050-search-filter-bar .input-group-sm > .input-group-btn > .btn,
textarea.journey2050-search-resources .input-group-sm > .input-group-btn > .btn,
textarea.journey2050-search-resources-widget .journey2050-widget .input-group-sm > .input-group-btn > .btn,
textarea.mobile-breakpoints .input-group-sm > .input-group-btn > .btn,
textarea.post-links .input-group-sm > .input-group-btn > .btn,
select[multiple].journey2050-search-resources-modal .input-group-sm > .form-control,
select[multiple].journey2050-search-container .input-group-sm > .form-control,
select[multiple].journey2050-search-filter-bar .input-group-sm > .form-control,
select[multiple].journey2050-search-resources .input-group-sm > .form-control,
select[multiple].journey2050-search-resources-widget .journey2050-widget .input-group-sm > .form-control,
select[multiple].mobile-breakpoints .input-group-sm > .form-control,
select[multiple].post-links .input-group-sm > .form-control,
select[multiple].journey2050-search-resources-modal .input-group-sm > .input-group-addon,
select[multiple].journey2050-search-container .input-group-sm > .input-group-addon,
select[multiple].journey2050-search-filter-bar .input-group-sm > .input-group-addon,
select[multiple].journey2050-search-resources .input-group-sm > .input-group-addon,
select[multiple].journey2050-search-resources-widget .journey2050-widget .input-group-sm > .input-group-addon,
select[multiple].mobile-breakpoints .input-group-sm > .input-group-addon,
select[multiple].post-links .input-group-sm > .input-group-addon,
select[multiple].journey2050-search-resources-modal .input-group-sm > .input-group-btn > .btn,
select[multiple].journey2050-search-container .input-group-sm > .input-group-btn > .btn,
select[multiple].journey2050-search-filter-bar .input-group-sm > .input-group-btn > .btn,
select[multiple].journey2050-search-resources .input-group-sm > .input-group-btn > .btn,
select[multiple].journey2050-search-resources-widget .journey2050-widget .input-group-sm > .input-group-btn > .btn,
select[multiple].mobile-breakpoints .input-group-sm > .input-group-btn > .btn,
select[multiple].post-links .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.journey2050-search-resources-modal .input-group-addon,
.journey2050-search-container .input-group-addon,
.journey2050-search-filter-bar .input-group-addon,
.journey2050-search-resources .input-group-addon,
.journey2050-search-resources-widget .journey2050-widget .input-group-addon,
.mobile-breakpoints .input-group-addon,
.post-links .input-group-addon,
.journey2050-search-resources-modal .input-group-btn,
.journey2050-search-container .input-group-btn,
.journey2050-search-filter-bar .input-group-btn,
.journey2050-search-resources .input-group-btn,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn,
.mobile-breakpoints .input-group-btn,
.post-links .input-group-btn,
.journey2050-search-resources-modal .input-group .form-control,
.journey2050-search-container .input-group .form-control,
.journey2050-search-filter-bar .input-group .form-control,
.journey2050-search-resources .input-group .form-control,
.journey2050-search-resources-widget .journey2050-widget .input-group .form-control,
.mobile-breakpoints .input-group .form-control,
.post-links .input-group .form-control {
  display: table-cell;
}
.journey2050-search-resources-modal .input-group-addon:not(:first-child):not(:last-child),
.journey2050-search-container .input-group-addon:not(:first-child):not(:last-child),
.journey2050-search-filter-bar .input-group-addon:not(:first-child):not(:last-child),
.journey2050-search-resources .input-group-addon:not(:first-child):not(:last-child),
.journey2050-search-resources-widget .journey2050-widget .input-group-addon:not(:first-child):not(:last-child),
.mobile-breakpoints .input-group-addon:not(:first-child):not(:last-child),
.post-links .input-group-addon:not(:first-child):not(:last-child),
.journey2050-search-resources-modal .input-group-btn:not(:first-child):not(:last-child),
.journey2050-search-container .input-group-btn:not(:first-child):not(:last-child),
.journey2050-search-filter-bar .input-group-btn:not(:first-child):not(:last-child),
.journey2050-search-resources .input-group-btn:not(:first-child):not(:last-child),
.journey2050-search-resources-widget .journey2050-widget .input-group-btn:not(:first-child):not(:last-child),
.mobile-breakpoints .input-group-btn:not(:first-child):not(:last-child),
.post-links .input-group-btn:not(:first-child):not(:last-child),
.journey2050-search-resources-modal .input-group .form-control:not(:first-child):not(:last-child),
.journey2050-search-container .input-group .form-control:not(:first-child):not(:last-child),
.journey2050-search-filter-bar .input-group .form-control:not(:first-child):not(:last-child),
.journey2050-search-resources .input-group .form-control:not(:first-child):not(:last-child),
.journey2050-search-resources-widget .journey2050-widget .input-group .form-control:not(:first-child):not(:last-child),
.mobile-breakpoints .input-group .form-control:not(:first-child):not(:last-child),
.post-links .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.journey2050-search-resources-modal .input-group-addon,
.journey2050-search-container .input-group-addon,
.journey2050-search-filter-bar .input-group-addon,
.journey2050-search-resources .input-group-addon,
.journey2050-search-resources-widget .journey2050-widget .input-group-addon,
.mobile-breakpoints .input-group-addon,
.post-links .input-group-addon,
.journey2050-search-resources-modal .input-group-btn,
.journey2050-search-container .input-group-btn,
.journey2050-search-filter-bar .input-group-btn,
.journey2050-search-resources .input-group-btn,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn,
.mobile-breakpoints .input-group-btn,
.post-links .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.journey2050-search-resources-modal .input-group-addon,
.journey2050-search-container .input-group-addon,
.journey2050-search-filter-bar .input-group-addon,
.journey2050-search-resources .input-group-addon,
.journey2050-search-resources-widget .journey2050-widget .input-group-addon,
.mobile-breakpoints .input-group-addon,
.post-links .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.journey2050-search-resources-modal .input-group-addon.input-sm,
.journey2050-search-container .input-group-addon.input-sm,
.journey2050-search-filter-bar .input-group-addon.input-sm,
.journey2050-search-resources .input-group-addon.input-sm,
.journey2050-search-resources-widget .journey2050-widget .input-group-addon.input-sm,
.mobile-breakpoints .input-group-addon.input-sm,
.post-links .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.journey2050-search-resources-modal .input-group-addon.input-lg,
.journey2050-search-container .input-group-addon.input-lg,
.journey2050-search-filter-bar .input-group-addon.input-lg,
.journey2050-search-resources .input-group-addon.input-lg,
.journey2050-search-resources-widget .journey2050-widget .input-group-addon.input-lg,
.mobile-breakpoints .input-group-addon.input-lg,
.post-links .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.journey2050-search-resources-modal .input-group-addon input[type="radio"],
.journey2050-search-container .input-group-addon input[type="radio"],
.journey2050-search-filter-bar .input-group-addon input[type="radio"],
.journey2050-search-resources .input-group-addon input[type="radio"],
.journey2050-search-resources-widget .journey2050-widget .input-group-addon input[type="radio"],
.mobile-breakpoints .input-group-addon input[type="radio"],
.post-links .input-group-addon input[type="radio"],
.journey2050-search-resources-modal .input-group-addon input[type="checkbox"],
.journey2050-search-container .input-group-addon input[type="checkbox"],
.journey2050-search-filter-bar .input-group-addon input[type="checkbox"],
.journey2050-search-resources .input-group-addon input[type="checkbox"],
.journey2050-search-resources-widget .journey2050-widget .input-group-addon input[type="checkbox"],
.mobile-breakpoints .input-group-addon input[type="checkbox"],
.post-links .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.journey2050-search-resources-modal .input-group .form-control:first-child,
.journey2050-search-container .input-group .form-control:first-child,
.journey2050-search-filter-bar .input-group .form-control:first-child,
.journey2050-search-resources .input-group .form-control:first-child,
.journey2050-search-resources-widget .journey2050-widget .input-group .form-control:first-child,
.mobile-breakpoints .input-group .form-control:first-child,
.post-links .input-group .form-control:first-child,
.journey2050-search-resources-modal .input-group-addon:first-child,
.journey2050-search-container .input-group-addon:first-child,
.journey2050-search-filter-bar .input-group-addon:first-child,
.journey2050-search-resources .input-group-addon:first-child,
.journey2050-search-resources-widget .journey2050-widget .input-group-addon:first-child,
.mobile-breakpoints .input-group-addon:first-child,
.post-links .input-group-addon:first-child,
.journey2050-search-resources-modal .input-group-btn:first-child > .btn,
.journey2050-search-container .input-group-btn:first-child > .btn,
.journey2050-search-filter-bar .input-group-btn:first-child > .btn,
.journey2050-search-resources .input-group-btn:first-child > .btn,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn:first-child > .btn,
.mobile-breakpoints .input-group-btn:first-child > .btn,
.post-links .input-group-btn:first-child > .btn,
.journey2050-search-resources-modal .input-group-btn:first-child > .btn-group > .btn,
.journey2050-search-container .input-group-btn:first-child > .btn-group > .btn,
.journey2050-search-filter-bar .input-group-btn:first-child > .btn-group > .btn,
.journey2050-search-resources .input-group-btn:first-child > .btn-group > .btn,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn:first-child > .btn-group > .btn,
.mobile-breakpoints .input-group-btn:first-child > .btn-group > .btn,
.post-links .input-group-btn:first-child > .btn-group > .btn,
.journey2050-search-resources-modal .input-group-btn:first-child > .dropdown-toggle,
.journey2050-search-container .input-group-btn:first-child > .dropdown-toggle,
.journey2050-search-filter-bar .input-group-btn:first-child > .dropdown-toggle,
.journey2050-search-resources .input-group-btn:first-child > .dropdown-toggle,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn:first-child > .dropdown-toggle,
.mobile-breakpoints .input-group-btn:first-child > .dropdown-toggle,
.post-links .input-group-btn:first-child > .dropdown-toggle,
.journey2050-search-resources-modal .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.journey2050-search-container .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.journey2050-search-filter-bar .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.journey2050-search-resources .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.journey2050-search-resources-widget .journey2050-widget .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.mobile-breakpoints .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.post-links .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.journey2050-search-resources-modal .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.journey2050-search-container .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.journey2050-search-filter-bar .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.journey2050-search-resources .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.mobile-breakpoints .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.post-links .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.journey2050-search-resources-modal .input-group-addon:first-child,
.journey2050-search-container .input-group-addon:first-child,
.journey2050-search-filter-bar .input-group-addon:first-child,
.journey2050-search-resources .input-group-addon:first-child,
.journey2050-search-resources-widget .journey2050-widget .input-group-addon:first-child,
.mobile-breakpoints .input-group-addon:first-child,
.post-links .input-group-addon:first-child {
  border-right: 0;
}
.journey2050-search-resources-modal .input-group .form-control:last-child,
.journey2050-search-container .input-group .form-control:last-child,
.journey2050-search-filter-bar .input-group .form-control:last-child,
.journey2050-search-resources .input-group .form-control:last-child,
.journey2050-search-resources-widget .journey2050-widget .input-group .form-control:last-child,
.mobile-breakpoints .input-group .form-control:last-child,
.post-links .input-group .form-control:last-child,
.journey2050-search-resources-modal .input-group-addon:last-child,
.journey2050-search-container .input-group-addon:last-child,
.journey2050-search-filter-bar .input-group-addon:last-child,
.journey2050-search-resources .input-group-addon:last-child,
.journey2050-search-resources-widget .journey2050-widget .input-group-addon:last-child,
.mobile-breakpoints .input-group-addon:last-child,
.post-links .input-group-addon:last-child,
.journey2050-search-resources-modal .input-group-btn:last-child > .btn,
.journey2050-search-container .input-group-btn:last-child > .btn,
.journey2050-search-filter-bar .input-group-btn:last-child > .btn,
.journey2050-search-resources .input-group-btn:last-child > .btn,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn:last-child > .btn,
.mobile-breakpoints .input-group-btn:last-child > .btn,
.post-links .input-group-btn:last-child > .btn,
.journey2050-search-resources-modal .input-group-btn:last-child > .btn-group > .btn,
.journey2050-search-container .input-group-btn:last-child > .btn-group > .btn,
.journey2050-search-filter-bar .input-group-btn:last-child > .btn-group > .btn,
.journey2050-search-resources .input-group-btn:last-child > .btn-group > .btn,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn:last-child > .btn-group > .btn,
.mobile-breakpoints .input-group-btn:last-child > .btn-group > .btn,
.post-links .input-group-btn:last-child > .btn-group > .btn,
.journey2050-search-resources-modal .input-group-btn:last-child > .dropdown-toggle,
.journey2050-search-container .input-group-btn:last-child > .dropdown-toggle,
.journey2050-search-filter-bar .input-group-btn:last-child > .dropdown-toggle,
.journey2050-search-resources .input-group-btn:last-child > .dropdown-toggle,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn:last-child > .dropdown-toggle,
.mobile-breakpoints .input-group-btn:last-child > .dropdown-toggle,
.post-links .input-group-btn:last-child > .dropdown-toggle,
.journey2050-search-resources-modal .input-group-btn:first-child > .btn:not(:first-child),
.journey2050-search-container .input-group-btn:first-child > .btn:not(:first-child),
.journey2050-search-filter-bar .input-group-btn:first-child > .btn:not(:first-child),
.journey2050-search-resources .input-group-btn:first-child > .btn:not(:first-child),
.journey2050-search-resources-widget .journey2050-widget .input-group-btn:first-child > .btn:not(:first-child),
.mobile-breakpoints .input-group-btn:first-child > .btn:not(:first-child),
.post-links .input-group-btn:first-child > .btn:not(:first-child),
.journey2050-search-resources-modal .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.journey2050-search-container .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.journey2050-search-filter-bar .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.journey2050-search-resources .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.mobile-breakpoints .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.post-links .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.journey2050-search-resources-modal .input-group-addon:last-child,
.journey2050-search-container .input-group-addon:last-child,
.journey2050-search-filter-bar .input-group-addon:last-child,
.journey2050-search-resources .input-group-addon:last-child,
.journey2050-search-resources-widget .journey2050-widget .input-group-addon:last-child,
.mobile-breakpoints .input-group-addon:last-child,
.post-links .input-group-addon:last-child {
  border-left: 0;
}
.journey2050-search-resources-modal .input-group-btn,
.journey2050-search-container .input-group-btn,
.journey2050-search-filter-bar .input-group-btn,
.journey2050-search-resources .input-group-btn,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn,
.mobile-breakpoints .input-group-btn,
.post-links .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.journey2050-search-resources-modal .input-group-btn > .btn,
.journey2050-search-container .input-group-btn > .btn,
.journey2050-search-filter-bar .input-group-btn > .btn,
.journey2050-search-resources .input-group-btn > .btn,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn > .btn,
.mobile-breakpoints .input-group-btn > .btn,
.post-links .input-group-btn > .btn {
  position: relative;
}
.journey2050-search-resources-modal .input-group-btn > .btn + .btn,
.journey2050-search-container .input-group-btn > .btn + .btn,
.journey2050-search-filter-bar .input-group-btn > .btn + .btn,
.journey2050-search-resources .input-group-btn > .btn + .btn,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn > .btn + .btn,
.mobile-breakpoints .input-group-btn > .btn + .btn,
.post-links .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.journey2050-search-resources-modal .input-group-btn > .btn:hover,
.journey2050-search-container .input-group-btn > .btn:hover,
.journey2050-search-filter-bar .input-group-btn > .btn:hover,
.journey2050-search-resources .input-group-btn > .btn:hover,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn > .btn:hover,
.mobile-breakpoints .input-group-btn > .btn:hover,
.post-links .input-group-btn > .btn:hover,
.journey2050-search-resources-modal .input-group-btn > .btn:focus,
.journey2050-search-container .input-group-btn > .btn:focus,
.journey2050-search-filter-bar .input-group-btn > .btn:focus,
.journey2050-search-resources .input-group-btn > .btn:focus,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn > .btn:focus,
.mobile-breakpoints .input-group-btn > .btn:focus,
.post-links .input-group-btn > .btn:focus,
.journey2050-search-resources-modal .input-group-btn > .btn:active,
.journey2050-search-container .input-group-btn > .btn:active,
.journey2050-search-filter-bar .input-group-btn > .btn:active,
.journey2050-search-resources .input-group-btn > .btn:active,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn > .btn:active,
.mobile-breakpoints .input-group-btn > .btn:active,
.post-links .input-group-btn > .btn:active {
  z-index: 2;
}
.journey2050-search-resources-modal .input-group-btn:first-child > .btn,
.journey2050-search-container .input-group-btn:first-child > .btn,
.journey2050-search-filter-bar .input-group-btn:first-child > .btn,
.journey2050-search-resources .input-group-btn:first-child > .btn,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn:first-child > .btn,
.mobile-breakpoints .input-group-btn:first-child > .btn,
.post-links .input-group-btn:first-child > .btn,
.journey2050-search-resources-modal .input-group-btn:first-child > .btn-group,
.journey2050-search-container .input-group-btn:first-child > .btn-group,
.journey2050-search-filter-bar .input-group-btn:first-child > .btn-group,
.journey2050-search-resources .input-group-btn:first-child > .btn-group,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn:first-child > .btn-group,
.mobile-breakpoints .input-group-btn:first-child > .btn-group,
.post-links .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.journey2050-search-resources-modal .input-group-btn:last-child > .btn,
.journey2050-search-container .input-group-btn:last-child > .btn,
.journey2050-search-filter-bar .input-group-btn:last-child > .btn,
.journey2050-search-resources .input-group-btn:last-child > .btn,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn:last-child > .btn,
.mobile-breakpoints .input-group-btn:last-child > .btn,
.post-links .input-group-btn:last-child > .btn,
.journey2050-search-resources-modal .input-group-btn:last-child > .btn-group,
.journey2050-search-container .input-group-btn:last-child > .btn-group,
.journey2050-search-filter-bar .input-group-btn:last-child > .btn-group,
.journey2050-search-resources .input-group-btn:last-child > .btn-group,
.journey2050-search-resources-widget .journey2050-widget .input-group-btn:last-child > .btn-group,
.mobile-breakpoints .input-group-btn:last-child > .btn-group,
.post-links .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.journey2050-search-resources-modal .clearfix:before,
.journey2050-search-container .clearfix:before,
.journey2050-search-filter-bar .clearfix:before,
.journey2050-search-resources .clearfix:before,
.journey2050-search-resources-widget .journey2050-widget .clearfix:before,
.mobile-breakpoints .clearfix:before,
.post-links .clearfix:before,
.journey2050-search-resources-modal .clearfix:after,
.journey2050-search-container .clearfix:after,
.journey2050-search-filter-bar .clearfix:after,
.journey2050-search-resources .clearfix:after,
.journey2050-search-resources-widget .journey2050-widget .clearfix:after,
.mobile-breakpoints .clearfix:after,
.post-links .clearfix:after,
.journey2050-search-resources-modal .modal-header:before,
.journey2050-search-container .modal-header:before,
.journey2050-search-filter-bar .modal-header:before,
.journey2050-search-resources .modal-header:before,
.journey2050-search-resources-widget .journey2050-widget .modal-header:before,
.mobile-breakpoints .modal-header:before,
.post-links .modal-header:before,
.journey2050-search-resources-modal .modal-header:after,
.journey2050-search-container .modal-header:after,
.journey2050-search-filter-bar .modal-header:after,
.journey2050-search-resources .modal-header:after,
.journey2050-search-resources-widget .journey2050-widget .modal-header:after,
.mobile-breakpoints .modal-header:after,
.post-links .modal-header:after,
.journey2050-search-resources-modal .modal-footer:before,
.journey2050-search-container .modal-footer:before,
.journey2050-search-filter-bar .modal-footer:before,
.journey2050-search-resources .modal-footer:before,
.journey2050-search-resources-widget .journey2050-widget .modal-footer:before,
.mobile-breakpoints .modal-footer:before,
.post-links .modal-footer:before,
.journey2050-search-resources-modal .modal-footer:after,
.journey2050-search-container .modal-footer:after,
.journey2050-search-filter-bar .modal-footer:after,
.journey2050-search-resources .modal-footer:after,
.journey2050-search-resources-widget .journey2050-widget .modal-footer:after,
.mobile-breakpoints .modal-footer:after,
.post-links .modal-footer:after,
.journey2050-search-resources-modal .journey2050-search-resources-modal .dl-horizontal dd:before,
.journey2050-search-container .journey2050-search-resources-modal .dl-horizontal dd:before,
.journey2050-search-filter-bar .journey2050-search-resources-modal .dl-horizontal dd:before,
.journey2050-search-resources .journey2050-search-resources-modal .dl-horizontal dd:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .dl-horizontal dd:before,
.mobile-breakpoints .journey2050-search-resources-modal .dl-horizontal dd:before,
.post-links .journey2050-search-resources-modal .dl-horizontal dd:before,
.journey2050-search-resources-modal .journey2050-search-resources-modal .dl-horizontal dd:after,
.journey2050-search-container .journey2050-search-resources-modal .dl-horizontal dd:after,
.journey2050-search-filter-bar .journey2050-search-resources-modal .dl-horizontal dd:after,
.journey2050-search-resources .journey2050-search-resources-modal .dl-horizontal dd:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .dl-horizontal dd:after,
.mobile-breakpoints .journey2050-search-resources-modal .dl-horizontal dd:after,
.post-links .journey2050-search-resources-modal .dl-horizontal dd:after,
.journey2050-search-resources-modal .journey2050-search-container .dl-horizontal dd:before,
.journey2050-search-container .journey2050-search-container .dl-horizontal dd:before,
.journey2050-search-filter-bar .journey2050-search-container .dl-horizontal dd:before,
.journey2050-search-resources .journey2050-search-container .dl-horizontal dd:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .dl-horizontal dd:before,
.mobile-breakpoints .journey2050-search-container .dl-horizontal dd:before,
.post-links .journey2050-search-container .dl-horizontal dd:before,
.journey2050-search-resources-modal .journey2050-search-container .dl-horizontal dd:after,
.journey2050-search-container .journey2050-search-container .dl-horizontal dd:after,
.journey2050-search-filter-bar .journey2050-search-container .dl-horizontal dd:after,
.journey2050-search-resources .journey2050-search-container .dl-horizontal dd:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .dl-horizontal dd:after,
.mobile-breakpoints .journey2050-search-container .dl-horizontal dd:after,
.post-links .journey2050-search-container .dl-horizontal dd:after,
.journey2050-search-resources-modal .journey2050-search-filter-bar .dl-horizontal dd:before,
.journey2050-search-container .journey2050-search-filter-bar .dl-horizontal dd:before,
.journey2050-search-filter-bar .journey2050-search-filter-bar .dl-horizontal dd:before,
.journey2050-search-resources .journey2050-search-filter-bar .dl-horizontal dd:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .dl-horizontal dd:before,
.mobile-breakpoints .journey2050-search-filter-bar .dl-horizontal dd:before,
.post-links .journey2050-search-filter-bar .dl-horizontal dd:before,
.journey2050-search-resources-modal .journey2050-search-filter-bar .dl-horizontal dd:after,
.journey2050-search-container .journey2050-search-filter-bar .dl-horizontal dd:after,
.journey2050-search-filter-bar .journey2050-search-filter-bar .dl-horizontal dd:after,
.journey2050-search-resources .journey2050-search-filter-bar .dl-horizontal dd:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .dl-horizontal dd:after,
.mobile-breakpoints .journey2050-search-filter-bar .dl-horizontal dd:after,
.post-links .journey2050-search-filter-bar .dl-horizontal dd:after,
.journey2050-search-resources-modal .journey2050-search-resources .dl-horizontal dd:before,
.journey2050-search-container .journey2050-search-resources .dl-horizontal dd:before,
.journey2050-search-filter-bar .journey2050-search-resources .dl-horizontal dd:before,
.journey2050-search-resources .journey2050-search-resources .dl-horizontal dd:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .dl-horizontal dd:before,
.mobile-breakpoints .journey2050-search-resources .dl-horizontal dd:before,
.post-links .journey2050-search-resources .dl-horizontal dd:before,
.journey2050-search-resources-modal .journey2050-search-resources .dl-horizontal dd:after,
.journey2050-search-container .journey2050-search-resources .dl-horizontal dd:after,
.journey2050-search-filter-bar .journey2050-search-resources .dl-horizontal dd:after,
.journey2050-search-resources .journey2050-search-resources .dl-horizontal dd:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .dl-horizontal dd:after,
.mobile-breakpoints .journey2050-search-resources .dl-horizontal dd:after,
.post-links .journey2050-search-resources .dl-horizontal dd:after,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:before,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:before,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:before,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:before,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:before,
.post-links .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:before,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:after,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:after,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:after,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:after,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:after,
.post-links .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:after,
.journey2050-search-resources-modal .mobile-breakpoints .dl-horizontal dd:before,
.journey2050-search-container .mobile-breakpoints .dl-horizontal dd:before,
.journey2050-search-filter-bar .mobile-breakpoints .dl-horizontal dd:before,
.journey2050-search-resources .mobile-breakpoints .dl-horizontal dd:before,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .dl-horizontal dd:before,
.mobile-breakpoints .mobile-breakpoints .dl-horizontal dd:before,
.post-links .mobile-breakpoints .dl-horizontal dd:before,
.journey2050-search-resources-modal .mobile-breakpoints .dl-horizontal dd:after,
.journey2050-search-container .mobile-breakpoints .dl-horizontal dd:after,
.journey2050-search-filter-bar .mobile-breakpoints .dl-horizontal dd:after,
.journey2050-search-resources .mobile-breakpoints .dl-horizontal dd:after,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .dl-horizontal dd:after,
.mobile-breakpoints .mobile-breakpoints .dl-horizontal dd:after,
.post-links .mobile-breakpoints .dl-horizontal dd:after,
.journey2050-search-resources-modal .post-links .dl-horizontal dd:before,
.journey2050-search-container .post-links .dl-horizontal dd:before,
.journey2050-search-filter-bar .post-links .dl-horizontal dd:before,
.journey2050-search-resources .post-links .dl-horizontal dd:before,
.journey2050-search-resources-widget .journey2050-widget .post-links .dl-horizontal dd:before,
.mobile-breakpoints .post-links .dl-horizontal dd:before,
.post-links .post-links .dl-horizontal dd:before,
.journey2050-search-resources-modal .post-links .dl-horizontal dd:after,
.journey2050-search-container .post-links .dl-horizontal dd:after,
.journey2050-search-filter-bar .post-links .dl-horizontal dd:after,
.journey2050-search-resources .post-links .dl-horizontal dd:after,
.journey2050-search-resources-widget .journey2050-widget .post-links .dl-horizontal dd:after,
.mobile-breakpoints .post-links .dl-horizontal dd:after,
.post-links .post-links .dl-horizontal dd:after,
.journey2050-search-resources-modal .journey2050-search-resources-modal .container:before,
.journey2050-search-container .journey2050-search-resources-modal .container:before,
.journey2050-search-filter-bar .journey2050-search-resources-modal .container:before,
.journey2050-search-resources .journey2050-search-resources-modal .container:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .container:before,
.mobile-breakpoints .journey2050-search-resources-modal .container:before,
.post-links .journey2050-search-resources-modal .container:before,
.journey2050-search-resources-modal .journey2050-search-resources-modal .container:after,
.journey2050-search-container .journey2050-search-resources-modal .container:after,
.journey2050-search-filter-bar .journey2050-search-resources-modal .container:after,
.journey2050-search-resources .journey2050-search-resources-modal .container:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .container:after,
.mobile-breakpoints .journey2050-search-resources-modal .container:after,
.post-links .journey2050-search-resources-modal .container:after,
.journey2050-search-resources-modal .journey2050-search-container .container:before,
.journey2050-search-container .journey2050-search-container .container:before,
.journey2050-search-filter-bar .journey2050-search-container .container:before,
.journey2050-search-resources .journey2050-search-container .container:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .container:before,
.mobile-breakpoints .journey2050-search-container .container:before,
.post-links .journey2050-search-container .container:before,
.journey2050-search-resources-modal .journey2050-search-container .container:after,
.journey2050-search-container .journey2050-search-container .container:after,
.journey2050-search-filter-bar .journey2050-search-container .container:after,
.journey2050-search-resources .journey2050-search-container .container:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .container:after,
.mobile-breakpoints .journey2050-search-container .container:after,
.post-links .journey2050-search-container .container:after,
.journey2050-search-resources-modal .journey2050-search-filter-bar .container:before,
.journey2050-search-container .journey2050-search-filter-bar .container:before,
.journey2050-search-filter-bar .journey2050-search-filter-bar .container:before,
.journey2050-search-resources .journey2050-search-filter-bar .container:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .container:before,
.mobile-breakpoints .journey2050-search-filter-bar .container:before,
.post-links .journey2050-search-filter-bar .container:before,
.journey2050-search-resources-modal .journey2050-search-filter-bar .container:after,
.journey2050-search-container .journey2050-search-filter-bar .container:after,
.journey2050-search-filter-bar .journey2050-search-filter-bar .container:after,
.journey2050-search-resources .journey2050-search-filter-bar .container:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .container:after,
.mobile-breakpoints .journey2050-search-filter-bar .container:after,
.post-links .journey2050-search-filter-bar .container:after,
.journey2050-search-resources-modal .journey2050-search-resources .container:before,
.journey2050-search-container .journey2050-search-resources .container:before,
.journey2050-search-filter-bar .journey2050-search-resources .container:before,
.journey2050-search-resources .journey2050-search-resources .container:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .container:before,
.mobile-breakpoints .journey2050-search-resources .container:before,
.post-links .journey2050-search-resources .container:before,
.journey2050-search-resources-modal .journey2050-search-resources .container:after,
.journey2050-search-container .journey2050-search-resources .container:after,
.journey2050-search-filter-bar .journey2050-search-resources .container:after,
.journey2050-search-resources .journey2050-search-resources .container:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .container:after,
.mobile-breakpoints .journey2050-search-resources .container:after,
.post-links .journey2050-search-resources .container:after,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .container:before,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .container:before,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .container:before,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .container:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .container:before,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .container:before,
.post-links .journey2050-search-resources-widget .journey2050-widget .container:before,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .container:after,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .container:after,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .container:after,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .container:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .container:after,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .container:after,
.post-links .journey2050-search-resources-widget .journey2050-widget .container:after,
.journey2050-search-resources-modal .mobile-breakpoints .container:before,
.journey2050-search-container .mobile-breakpoints .container:before,
.journey2050-search-filter-bar .mobile-breakpoints .container:before,
.journey2050-search-resources .mobile-breakpoints .container:before,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .container:before,
.mobile-breakpoints .mobile-breakpoints .container:before,
.post-links .mobile-breakpoints .container:before,
.journey2050-search-resources-modal .mobile-breakpoints .container:after,
.journey2050-search-container .mobile-breakpoints .container:after,
.journey2050-search-filter-bar .mobile-breakpoints .container:after,
.journey2050-search-resources .mobile-breakpoints .container:after,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .container:after,
.mobile-breakpoints .mobile-breakpoints .container:after,
.post-links .mobile-breakpoints .container:after,
.journey2050-search-resources-modal .post-links .container:before,
.journey2050-search-container .post-links .container:before,
.journey2050-search-filter-bar .post-links .container:before,
.journey2050-search-resources .post-links .container:before,
.journey2050-search-resources-widget .journey2050-widget .post-links .container:before,
.mobile-breakpoints .post-links .container:before,
.post-links .post-links .container:before,
.journey2050-search-resources-modal .post-links .container:after,
.journey2050-search-container .post-links .container:after,
.journey2050-search-filter-bar .post-links .container:after,
.journey2050-search-resources .post-links .container:after,
.journey2050-search-resources-widget .journey2050-widget .post-links .container:after,
.mobile-breakpoints .post-links .container:after,
.post-links .post-links .container:after,
.journey2050-search-resources-modal .journey2050-search-resources-modal .container-fluid:before,
.journey2050-search-container .journey2050-search-resources-modal .container-fluid:before,
.journey2050-search-filter-bar .journey2050-search-resources-modal .container-fluid:before,
.journey2050-search-resources .journey2050-search-resources-modal .container-fluid:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .container-fluid:before,
.mobile-breakpoints .journey2050-search-resources-modal .container-fluid:before,
.post-links .journey2050-search-resources-modal .container-fluid:before,
.journey2050-search-resources-modal .journey2050-search-resources-modal .container-fluid:after,
.journey2050-search-container .journey2050-search-resources-modal .container-fluid:after,
.journey2050-search-filter-bar .journey2050-search-resources-modal .container-fluid:after,
.journey2050-search-resources .journey2050-search-resources-modal .container-fluid:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .container-fluid:after,
.mobile-breakpoints .journey2050-search-resources-modal .container-fluid:after,
.post-links .journey2050-search-resources-modal .container-fluid:after,
.journey2050-search-resources-modal .journey2050-search-container .container-fluid:before,
.journey2050-search-container .journey2050-search-container .container-fluid:before,
.journey2050-search-filter-bar .journey2050-search-container .container-fluid:before,
.journey2050-search-resources .journey2050-search-container .container-fluid:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .container-fluid:before,
.mobile-breakpoints .journey2050-search-container .container-fluid:before,
.post-links .journey2050-search-container .container-fluid:before,
.journey2050-search-resources-modal .journey2050-search-container .container-fluid:after,
.journey2050-search-container .journey2050-search-container .container-fluid:after,
.journey2050-search-filter-bar .journey2050-search-container .container-fluid:after,
.journey2050-search-resources .journey2050-search-container .container-fluid:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .container-fluid:after,
.mobile-breakpoints .journey2050-search-container .container-fluid:after,
.post-links .journey2050-search-container .container-fluid:after,
.journey2050-search-resources-modal .journey2050-search-filter-bar .container-fluid:before,
.journey2050-search-container .journey2050-search-filter-bar .container-fluid:before,
.journey2050-search-filter-bar .journey2050-search-filter-bar .container-fluid:before,
.journey2050-search-resources .journey2050-search-filter-bar .container-fluid:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .container-fluid:before,
.mobile-breakpoints .journey2050-search-filter-bar .container-fluid:before,
.post-links .journey2050-search-filter-bar .container-fluid:before,
.journey2050-search-resources-modal .journey2050-search-filter-bar .container-fluid:after,
.journey2050-search-container .journey2050-search-filter-bar .container-fluid:after,
.journey2050-search-filter-bar .journey2050-search-filter-bar .container-fluid:after,
.journey2050-search-resources .journey2050-search-filter-bar .container-fluid:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .container-fluid:after,
.mobile-breakpoints .journey2050-search-filter-bar .container-fluid:after,
.post-links .journey2050-search-filter-bar .container-fluid:after,
.journey2050-search-resources-modal .journey2050-search-resources .container-fluid:before,
.journey2050-search-container .journey2050-search-resources .container-fluid:before,
.journey2050-search-filter-bar .journey2050-search-resources .container-fluid:before,
.journey2050-search-resources .journey2050-search-resources .container-fluid:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .container-fluid:before,
.mobile-breakpoints .journey2050-search-resources .container-fluid:before,
.post-links .journey2050-search-resources .container-fluid:before,
.journey2050-search-resources-modal .journey2050-search-resources .container-fluid:after,
.journey2050-search-container .journey2050-search-resources .container-fluid:after,
.journey2050-search-filter-bar .journey2050-search-resources .container-fluid:after,
.journey2050-search-resources .journey2050-search-resources .container-fluid:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .container-fluid:after,
.mobile-breakpoints .journey2050-search-resources .container-fluid:after,
.post-links .journey2050-search-resources .container-fluid:after,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .container-fluid:before,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .container-fluid:before,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .container-fluid:before,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .container-fluid:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .container-fluid:before,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .container-fluid:before,
.post-links .journey2050-search-resources-widget .journey2050-widget .container-fluid:before,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .container-fluid:after,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .container-fluid:after,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .container-fluid:after,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .container-fluid:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .container-fluid:after,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .container-fluid:after,
.post-links .journey2050-search-resources-widget .journey2050-widget .container-fluid:after,
.journey2050-search-resources-modal .mobile-breakpoints .container-fluid:before,
.journey2050-search-container .mobile-breakpoints .container-fluid:before,
.journey2050-search-filter-bar .mobile-breakpoints .container-fluid:before,
.journey2050-search-resources .mobile-breakpoints .container-fluid:before,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .container-fluid:before,
.mobile-breakpoints .mobile-breakpoints .container-fluid:before,
.post-links .mobile-breakpoints .container-fluid:before,
.journey2050-search-resources-modal .mobile-breakpoints .container-fluid:after,
.journey2050-search-container .mobile-breakpoints .container-fluid:after,
.journey2050-search-filter-bar .mobile-breakpoints .container-fluid:after,
.journey2050-search-resources .mobile-breakpoints .container-fluid:after,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .container-fluid:after,
.mobile-breakpoints .mobile-breakpoints .container-fluid:after,
.post-links .mobile-breakpoints .container-fluid:after,
.journey2050-search-resources-modal .post-links .container-fluid:before,
.journey2050-search-container .post-links .container-fluid:before,
.journey2050-search-filter-bar .post-links .container-fluid:before,
.journey2050-search-resources .post-links .container-fluid:before,
.journey2050-search-resources-widget .journey2050-widget .post-links .container-fluid:before,
.mobile-breakpoints .post-links .container-fluid:before,
.post-links .post-links .container-fluid:before,
.journey2050-search-resources-modal .post-links .container-fluid:after,
.journey2050-search-container .post-links .container-fluid:after,
.journey2050-search-filter-bar .post-links .container-fluid:after,
.journey2050-search-resources .post-links .container-fluid:after,
.journey2050-search-resources-widget .journey2050-widget .post-links .container-fluid:after,
.mobile-breakpoints .post-links .container-fluid:after,
.post-links .post-links .container-fluid:after,
.journey2050-search-resources-modal .journey2050-search-resources-modal .row:before,
.journey2050-search-container .journey2050-search-resources-modal .row:before,
.journey2050-search-filter-bar .journey2050-search-resources-modal .row:before,
.journey2050-search-resources .journey2050-search-resources-modal .row:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .row:before,
.mobile-breakpoints .journey2050-search-resources-modal .row:before,
.post-links .journey2050-search-resources-modal .row:before,
.journey2050-search-resources-modal .journey2050-search-resources-modal .row:after,
.journey2050-search-container .journey2050-search-resources-modal .row:after,
.journey2050-search-filter-bar .journey2050-search-resources-modal .row:after,
.journey2050-search-resources .journey2050-search-resources-modal .row:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .row:after,
.mobile-breakpoints .journey2050-search-resources-modal .row:after,
.post-links .journey2050-search-resources-modal .row:after,
.journey2050-search-resources-modal .journey2050-search-container .row:before,
.journey2050-search-container .journey2050-search-container .row:before,
.journey2050-search-filter-bar .journey2050-search-container .row:before,
.journey2050-search-resources .journey2050-search-container .row:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .row:before,
.mobile-breakpoints .journey2050-search-container .row:before,
.post-links .journey2050-search-container .row:before,
.journey2050-search-resources-modal .journey2050-search-container .row:after,
.journey2050-search-container .journey2050-search-container .row:after,
.journey2050-search-filter-bar .journey2050-search-container .row:after,
.journey2050-search-resources .journey2050-search-container .row:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .row:after,
.mobile-breakpoints .journey2050-search-container .row:after,
.post-links .journey2050-search-container .row:after,
.journey2050-search-resources-modal .journey2050-search-filter-bar .row:before,
.journey2050-search-container .journey2050-search-filter-bar .row:before,
.journey2050-search-filter-bar .journey2050-search-filter-bar .row:before,
.journey2050-search-resources .journey2050-search-filter-bar .row:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .row:before,
.mobile-breakpoints .journey2050-search-filter-bar .row:before,
.post-links .journey2050-search-filter-bar .row:before,
.journey2050-search-resources-modal .journey2050-search-filter-bar .row:after,
.journey2050-search-container .journey2050-search-filter-bar .row:after,
.journey2050-search-filter-bar .journey2050-search-filter-bar .row:after,
.journey2050-search-resources .journey2050-search-filter-bar .row:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .row:after,
.mobile-breakpoints .journey2050-search-filter-bar .row:after,
.post-links .journey2050-search-filter-bar .row:after,
.journey2050-search-resources-modal .journey2050-search-resources .row:before,
.journey2050-search-container .journey2050-search-resources .row:before,
.journey2050-search-filter-bar .journey2050-search-resources .row:before,
.journey2050-search-resources .journey2050-search-resources .row:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .row:before,
.mobile-breakpoints .journey2050-search-resources .row:before,
.post-links .journey2050-search-resources .row:before,
.journey2050-search-resources-modal .journey2050-search-resources .row:after,
.journey2050-search-container .journey2050-search-resources .row:after,
.journey2050-search-filter-bar .journey2050-search-resources .row:after,
.journey2050-search-resources .journey2050-search-resources .row:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .row:after,
.mobile-breakpoints .journey2050-search-resources .row:after,
.post-links .journey2050-search-resources .row:after,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .row:before,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .row:before,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .row:before,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .row:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .row:before,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .row:before,
.post-links .journey2050-search-resources-widget .journey2050-widget .row:before,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .row:after,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .row:after,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .row:after,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .row:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .row:after,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .row:after,
.post-links .journey2050-search-resources-widget .journey2050-widget .row:after,
.journey2050-search-resources-modal .mobile-breakpoints .row:before,
.journey2050-search-container .mobile-breakpoints .row:before,
.journey2050-search-filter-bar .mobile-breakpoints .row:before,
.journey2050-search-resources .mobile-breakpoints .row:before,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .row:before,
.mobile-breakpoints .mobile-breakpoints .row:before,
.post-links .mobile-breakpoints .row:before,
.journey2050-search-resources-modal .mobile-breakpoints .row:after,
.journey2050-search-container .mobile-breakpoints .row:after,
.journey2050-search-filter-bar .mobile-breakpoints .row:after,
.journey2050-search-resources .mobile-breakpoints .row:after,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .row:after,
.mobile-breakpoints .mobile-breakpoints .row:after,
.post-links .mobile-breakpoints .row:after,
.journey2050-search-resources-modal .post-links .row:before,
.journey2050-search-container .post-links .row:before,
.journey2050-search-filter-bar .post-links .row:before,
.journey2050-search-resources .post-links .row:before,
.journey2050-search-resources-widget .journey2050-widget .post-links .row:before,
.mobile-breakpoints .post-links .row:before,
.post-links .post-links .row:before,
.journey2050-search-resources-modal .post-links .row:after,
.journey2050-search-container .post-links .row:after,
.journey2050-search-filter-bar .post-links .row:after,
.journey2050-search-resources .post-links .row:after,
.journey2050-search-resources-widget .journey2050-widget .post-links .row:after,
.mobile-breakpoints .post-links .row:after,
.post-links .post-links .row:after,
.journey2050-search-resources-modal .journey2050-search-resources-modal .form-horizontal .form-group:before,
.journey2050-search-container .journey2050-search-resources-modal .form-horizontal .form-group:before,
.journey2050-search-filter-bar .journey2050-search-resources-modal .form-horizontal .form-group:before,
.journey2050-search-resources .journey2050-search-resources-modal .form-horizontal .form-group:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .form-horizontal .form-group:before,
.mobile-breakpoints .journey2050-search-resources-modal .form-horizontal .form-group:before,
.post-links .journey2050-search-resources-modal .form-horizontal .form-group:before,
.journey2050-search-resources-modal .journey2050-search-resources-modal .form-horizontal .form-group:after,
.journey2050-search-container .journey2050-search-resources-modal .form-horizontal .form-group:after,
.journey2050-search-filter-bar .journey2050-search-resources-modal .form-horizontal .form-group:after,
.journey2050-search-resources .journey2050-search-resources-modal .form-horizontal .form-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .form-horizontal .form-group:after,
.mobile-breakpoints .journey2050-search-resources-modal .form-horizontal .form-group:after,
.post-links .journey2050-search-resources-modal .form-horizontal .form-group:after,
.journey2050-search-resources-modal .journey2050-search-container .form-horizontal .form-group:before,
.journey2050-search-container .journey2050-search-container .form-horizontal .form-group:before,
.journey2050-search-filter-bar .journey2050-search-container .form-horizontal .form-group:before,
.journey2050-search-resources .journey2050-search-container .form-horizontal .form-group:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .form-horizontal .form-group:before,
.mobile-breakpoints .journey2050-search-container .form-horizontal .form-group:before,
.post-links .journey2050-search-container .form-horizontal .form-group:before,
.journey2050-search-resources-modal .journey2050-search-container .form-horizontal .form-group:after,
.journey2050-search-container .journey2050-search-container .form-horizontal .form-group:after,
.journey2050-search-filter-bar .journey2050-search-container .form-horizontal .form-group:after,
.journey2050-search-resources .journey2050-search-container .form-horizontal .form-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .form-horizontal .form-group:after,
.mobile-breakpoints .journey2050-search-container .form-horizontal .form-group:after,
.post-links .journey2050-search-container .form-horizontal .form-group:after,
.journey2050-search-resources-modal .journey2050-search-filter-bar .form-horizontal .form-group:before,
.journey2050-search-container .journey2050-search-filter-bar .form-horizontal .form-group:before,
.journey2050-search-filter-bar .journey2050-search-filter-bar .form-horizontal .form-group:before,
.journey2050-search-resources .journey2050-search-filter-bar .form-horizontal .form-group:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .form-horizontal .form-group:before,
.mobile-breakpoints .journey2050-search-filter-bar .form-horizontal .form-group:before,
.post-links .journey2050-search-filter-bar .form-horizontal .form-group:before,
.journey2050-search-resources-modal .journey2050-search-filter-bar .form-horizontal .form-group:after,
.journey2050-search-container .journey2050-search-filter-bar .form-horizontal .form-group:after,
.journey2050-search-filter-bar .journey2050-search-filter-bar .form-horizontal .form-group:after,
.journey2050-search-resources .journey2050-search-filter-bar .form-horizontal .form-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .form-horizontal .form-group:after,
.mobile-breakpoints .journey2050-search-filter-bar .form-horizontal .form-group:after,
.post-links .journey2050-search-filter-bar .form-horizontal .form-group:after,
.journey2050-search-resources-modal .journey2050-search-resources .form-horizontal .form-group:before,
.journey2050-search-container .journey2050-search-resources .form-horizontal .form-group:before,
.journey2050-search-filter-bar .journey2050-search-resources .form-horizontal .form-group:before,
.journey2050-search-resources .journey2050-search-resources .form-horizontal .form-group:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .form-horizontal .form-group:before,
.mobile-breakpoints .journey2050-search-resources .form-horizontal .form-group:before,
.post-links .journey2050-search-resources .form-horizontal .form-group:before,
.journey2050-search-resources-modal .journey2050-search-resources .form-horizontal .form-group:after,
.journey2050-search-container .journey2050-search-resources .form-horizontal .form-group:after,
.journey2050-search-filter-bar .journey2050-search-resources .form-horizontal .form-group:after,
.journey2050-search-resources .journey2050-search-resources .form-horizontal .form-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .form-horizontal .form-group:after,
.mobile-breakpoints .journey2050-search-resources .form-horizontal .form-group:after,
.post-links .journey2050-search-resources .form-horizontal .form-group:after,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:before,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:before,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:before,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:before,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:before,
.post-links .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:before,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:after,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:after,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:after,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:after,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:after,
.post-links .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:after,
.journey2050-search-resources-modal .mobile-breakpoints .form-horizontal .form-group:before,
.journey2050-search-container .mobile-breakpoints .form-horizontal .form-group:before,
.journey2050-search-filter-bar .mobile-breakpoints .form-horizontal .form-group:before,
.journey2050-search-resources .mobile-breakpoints .form-horizontal .form-group:before,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .form-horizontal .form-group:before,
.mobile-breakpoints .mobile-breakpoints .form-horizontal .form-group:before,
.post-links .mobile-breakpoints .form-horizontal .form-group:before,
.journey2050-search-resources-modal .mobile-breakpoints .form-horizontal .form-group:after,
.journey2050-search-container .mobile-breakpoints .form-horizontal .form-group:after,
.journey2050-search-filter-bar .mobile-breakpoints .form-horizontal .form-group:after,
.journey2050-search-resources .mobile-breakpoints .form-horizontal .form-group:after,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .form-horizontal .form-group:after,
.mobile-breakpoints .mobile-breakpoints .form-horizontal .form-group:after,
.post-links .mobile-breakpoints .form-horizontal .form-group:after,
.journey2050-search-resources-modal .post-links .form-horizontal .form-group:before,
.journey2050-search-container .post-links .form-horizontal .form-group:before,
.journey2050-search-filter-bar .post-links .form-horizontal .form-group:before,
.journey2050-search-resources .post-links .form-horizontal .form-group:before,
.journey2050-search-resources-widget .journey2050-widget .post-links .form-horizontal .form-group:before,
.mobile-breakpoints .post-links .form-horizontal .form-group:before,
.post-links .post-links .form-horizontal .form-group:before,
.journey2050-search-resources-modal .post-links .form-horizontal .form-group:after,
.journey2050-search-container .post-links .form-horizontal .form-group:after,
.journey2050-search-filter-bar .post-links .form-horizontal .form-group:after,
.journey2050-search-resources .post-links .form-horizontal .form-group:after,
.journey2050-search-resources-widget .journey2050-widget .post-links .form-horizontal .form-group:after,
.mobile-breakpoints .post-links .form-horizontal .form-group:after,
.post-links .post-links .form-horizontal .form-group:after,
.journey2050-search-resources-modal .journey2050-search-resources-modal .btn-toolbar:before,
.journey2050-search-container .journey2050-search-resources-modal .btn-toolbar:before,
.journey2050-search-filter-bar .journey2050-search-resources-modal .btn-toolbar:before,
.journey2050-search-resources .journey2050-search-resources-modal .btn-toolbar:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .btn-toolbar:before,
.mobile-breakpoints .journey2050-search-resources-modal .btn-toolbar:before,
.post-links .journey2050-search-resources-modal .btn-toolbar:before,
.journey2050-search-resources-modal .journey2050-search-resources-modal .btn-toolbar:after,
.journey2050-search-container .journey2050-search-resources-modal .btn-toolbar:after,
.journey2050-search-filter-bar .journey2050-search-resources-modal .btn-toolbar:after,
.journey2050-search-resources .journey2050-search-resources-modal .btn-toolbar:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .btn-toolbar:after,
.mobile-breakpoints .journey2050-search-resources-modal .btn-toolbar:after,
.post-links .journey2050-search-resources-modal .btn-toolbar:after,
.journey2050-search-resources-modal .journey2050-search-container .btn-toolbar:before,
.journey2050-search-container .journey2050-search-container .btn-toolbar:before,
.journey2050-search-filter-bar .journey2050-search-container .btn-toolbar:before,
.journey2050-search-resources .journey2050-search-container .btn-toolbar:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .btn-toolbar:before,
.mobile-breakpoints .journey2050-search-container .btn-toolbar:before,
.post-links .journey2050-search-container .btn-toolbar:before,
.journey2050-search-resources-modal .journey2050-search-container .btn-toolbar:after,
.journey2050-search-container .journey2050-search-container .btn-toolbar:after,
.journey2050-search-filter-bar .journey2050-search-container .btn-toolbar:after,
.journey2050-search-resources .journey2050-search-container .btn-toolbar:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .btn-toolbar:after,
.mobile-breakpoints .journey2050-search-container .btn-toolbar:after,
.post-links .journey2050-search-container .btn-toolbar:after,
.journey2050-search-resources-modal .journey2050-search-filter-bar .btn-toolbar:before,
.journey2050-search-container .journey2050-search-filter-bar .btn-toolbar:before,
.journey2050-search-filter-bar .journey2050-search-filter-bar .btn-toolbar:before,
.journey2050-search-resources .journey2050-search-filter-bar .btn-toolbar:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .btn-toolbar:before,
.mobile-breakpoints .journey2050-search-filter-bar .btn-toolbar:before,
.post-links .journey2050-search-filter-bar .btn-toolbar:before,
.journey2050-search-resources-modal .journey2050-search-filter-bar .btn-toolbar:after,
.journey2050-search-container .journey2050-search-filter-bar .btn-toolbar:after,
.journey2050-search-filter-bar .journey2050-search-filter-bar .btn-toolbar:after,
.journey2050-search-resources .journey2050-search-filter-bar .btn-toolbar:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .btn-toolbar:after,
.mobile-breakpoints .journey2050-search-filter-bar .btn-toolbar:after,
.post-links .journey2050-search-filter-bar .btn-toolbar:after,
.journey2050-search-resources-modal .journey2050-search-resources .btn-toolbar:before,
.journey2050-search-container .journey2050-search-resources .btn-toolbar:before,
.journey2050-search-filter-bar .journey2050-search-resources .btn-toolbar:before,
.journey2050-search-resources .journey2050-search-resources .btn-toolbar:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .btn-toolbar:before,
.mobile-breakpoints .journey2050-search-resources .btn-toolbar:before,
.post-links .journey2050-search-resources .btn-toolbar:before,
.journey2050-search-resources-modal .journey2050-search-resources .btn-toolbar:after,
.journey2050-search-container .journey2050-search-resources .btn-toolbar:after,
.journey2050-search-filter-bar .journey2050-search-resources .btn-toolbar:after,
.journey2050-search-resources .journey2050-search-resources .btn-toolbar:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .btn-toolbar:after,
.mobile-breakpoints .journey2050-search-resources .btn-toolbar:after,
.post-links .journey2050-search-resources .btn-toolbar:after,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:before,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:before,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:before,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:before,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:before,
.post-links .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:before,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:after,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:after,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:after,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:after,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:after,
.post-links .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:after,
.journey2050-search-resources-modal .mobile-breakpoints .btn-toolbar:before,
.journey2050-search-container .mobile-breakpoints .btn-toolbar:before,
.journey2050-search-filter-bar .mobile-breakpoints .btn-toolbar:before,
.journey2050-search-resources .mobile-breakpoints .btn-toolbar:before,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .btn-toolbar:before,
.mobile-breakpoints .mobile-breakpoints .btn-toolbar:before,
.post-links .mobile-breakpoints .btn-toolbar:before,
.journey2050-search-resources-modal .mobile-breakpoints .btn-toolbar:after,
.journey2050-search-container .mobile-breakpoints .btn-toolbar:after,
.journey2050-search-filter-bar .mobile-breakpoints .btn-toolbar:after,
.journey2050-search-resources .mobile-breakpoints .btn-toolbar:after,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .btn-toolbar:after,
.mobile-breakpoints .mobile-breakpoints .btn-toolbar:after,
.post-links .mobile-breakpoints .btn-toolbar:after,
.journey2050-search-resources-modal .post-links .btn-toolbar:before,
.journey2050-search-container .post-links .btn-toolbar:before,
.journey2050-search-filter-bar .post-links .btn-toolbar:before,
.journey2050-search-resources .post-links .btn-toolbar:before,
.journey2050-search-resources-widget .journey2050-widget .post-links .btn-toolbar:before,
.mobile-breakpoints .post-links .btn-toolbar:before,
.post-links .post-links .btn-toolbar:before,
.journey2050-search-resources-modal .post-links .btn-toolbar:after,
.journey2050-search-container .post-links .btn-toolbar:after,
.journey2050-search-filter-bar .post-links .btn-toolbar:after,
.journey2050-search-resources .post-links .btn-toolbar:after,
.journey2050-search-resources-widget .journey2050-widget .post-links .btn-toolbar:after,
.mobile-breakpoints .post-links .btn-toolbar:after,
.post-links .post-links .btn-toolbar:after,
.journey2050-search-resources-modal .journey2050-search-resources-modal .btn-group-vertical > .btn-group:before,
.journey2050-search-container .journey2050-search-resources-modal .btn-group-vertical > .btn-group:before,
.journey2050-search-filter-bar .journey2050-search-resources-modal .btn-group-vertical > .btn-group:before,
.journey2050-search-resources .journey2050-search-resources-modal .btn-group-vertical > .btn-group:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .btn-group-vertical > .btn-group:before,
.mobile-breakpoints .journey2050-search-resources-modal .btn-group-vertical > .btn-group:before,
.post-links .journey2050-search-resources-modal .btn-group-vertical > .btn-group:before,
.journey2050-search-resources-modal .journey2050-search-resources-modal .btn-group-vertical > .btn-group:after,
.journey2050-search-container .journey2050-search-resources-modal .btn-group-vertical > .btn-group:after,
.journey2050-search-filter-bar .journey2050-search-resources-modal .btn-group-vertical > .btn-group:after,
.journey2050-search-resources .journey2050-search-resources-modal .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .btn-group-vertical > .btn-group:after,
.mobile-breakpoints .journey2050-search-resources-modal .btn-group-vertical > .btn-group:after,
.post-links .journey2050-search-resources-modal .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-modal .journey2050-search-container .btn-group-vertical > .btn-group:before,
.journey2050-search-container .journey2050-search-container .btn-group-vertical > .btn-group:before,
.journey2050-search-filter-bar .journey2050-search-container .btn-group-vertical > .btn-group:before,
.journey2050-search-resources .journey2050-search-container .btn-group-vertical > .btn-group:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .btn-group-vertical > .btn-group:before,
.mobile-breakpoints .journey2050-search-container .btn-group-vertical > .btn-group:before,
.post-links .journey2050-search-container .btn-group-vertical > .btn-group:before,
.journey2050-search-resources-modal .journey2050-search-container .btn-group-vertical > .btn-group:after,
.journey2050-search-container .journey2050-search-container .btn-group-vertical > .btn-group:after,
.journey2050-search-filter-bar .journey2050-search-container .btn-group-vertical > .btn-group:after,
.journey2050-search-resources .journey2050-search-container .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .btn-group-vertical > .btn-group:after,
.mobile-breakpoints .journey2050-search-container .btn-group-vertical > .btn-group:after,
.post-links .journey2050-search-container .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-modal .journey2050-search-filter-bar .btn-group-vertical > .btn-group:before,
.journey2050-search-container .journey2050-search-filter-bar .btn-group-vertical > .btn-group:before,
.journey2050-search-filter-bar .journey2050-search-filter-bar .btn-group-vertical > .btn-group:before,
.journey2050-search-resources .journey2050-search-filter-bar .btn-group-vertical > .btn-group:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .btn-group-vertical > .btn-group:before,
.mobile-breakpoints .journey2050-search-filter-bar .btn-group-vertical > .btn-group:before,
.post-links .journey2050-search-filter-bar .btn-group-vertical > .btn-group:before,
.journey2050-search-resources-modal .journey2050-search-filter-bar .btn-group-vertical > .btn-group:after,
.journey2050-search-container .journey2050-search-filter-bar .btn-group-vertical > .btn-group:after,
.journey2050-search-filter-bar .journey2050-search-filter-bar .btn-group-vertical > .btn-group:after,
.journey2050-search-resources .journey2050-search-filter-bar .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .btn-group-vertical > .btn-group:after,
.mobile-breakpoints .journey2050-search-filter-bar .btn-group-vertical > .btn-group:after,
.post-links .journey2050-search-filter-bar .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-modal .journey2050-search-resources .btn-group-vertical > .btn-group:before,
.journey2050-search-container .journey2050-search-resources .btn-group-vertical > .btn-group:before,
.journey2050-search-filter-bar .journey2050-search-resources .btn-group-vertical > .btn-group:before,
.journey2050-search-resources .journey2050-search-resources .btn-group-vertical > .btn-group:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .btn-group-vertical > .btn-group:before,
.mobile-breakpoints .journey2050-search-resources .btn-group-vertical > .btn-group:before,
.post-links .journey2050-search-resources .btn-group-vertical > .btn-group:before,
.journey2050-search-resources-modal .journey2050-search-resources .btn-group-vertical > .btn-group:after,
.journey2050-search-container .journey2050-search-resources .btn-group-vertical > .btn-group:after,
.journey2050-search-filter-bar .journey2050-search-resources .btn-group-vertical > .btn-group:after,
.journey2050-search-resources .journey2050-search-resources .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .btn-group-vertical > .btn-group:after,
.mobile-breakpoints .journey2050-search-resources .btn-group-vertical > .btn-group:after,
.post-links .journey2050-search-resources .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:before,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:before,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:before,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:before,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:before,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:before,
.post-links .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:before,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:after,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:after,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:after,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:after,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:after,
.post-links .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-modal .mobile-breakpoints .btn-group-vertical > .btn-group:before,
.journey2050-search-container .mobile-breakpoints .btn-group-vertical > .btn-group:before,
.journey2050-search-filter-bar .mobile-breakpoints .btn-group-vertical > .btn-group:before,
.journey2050-search-resources .mobile-breakpoints .btn-group-vertical > .btn-group:before,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .btn-group-vertical > .btn-group:before,
.mobile-breakpoints .mobile-breakpoints .btn-group-vertical > .btn-group:before,
.post-links .mobile-breakpoints .btn-group-vertical > .btn-group:before,
.journey2050-search-resources-modal .mobile-breakpoints .btn-group-vertical > .btn-group:after,
.journey2050-search-container .mobile-breakpoints .btn-group-vertical > .btn-group:after,
.journey2050-search-filter-bar .mobile-breakpoints .btn-group-vertical > .btn-group:after,
.journey2050-search-resources .mobile-breakpoints .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .btn-group-vertical > .btn-group:after,
.mobile-breakpoints .mobile-breakpoints .btn-group-vertical > .btn-group:after,
.post-links .mobile-breakpoints .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-modal .post-links .btn-group-vertical > .btn-group:before,
.journey2050-search-container .post-links .btn-group-vertical > .btn-group:before,
.journey2050-search-filter-bar .post-links .btn-group-vertical > .btn-group:before,
.journey2050-search-resources .post-links .btn-group-vertical > .btn-group:before,
.journey2050-search-resources-widget .journey2050-widget .post-links .btn-group-vertical > .btn-group:before,
.mobile-breakpoints .post-links .btn-group-vertical > .btn-group:before,
.post-links .post-links .btn-group-vertical > .btn-group:before,
.journey2050-search-resources-modal .post-links .btn-group-vertical > .btn-group:after,
.journey2050-search-container .post-links .btn-group-vertical > .btn-group:after,
.journey2050-search-filter-bar .post-links .btn-group-vertical > .btn-group:after,
.journey2050-search-resources .post-links .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-widget .journey2050-widget .post-links .btn-group-vertical > .btn-group:after,
.mobile-breakpoints .post-links .btn-group-vertical > .btn-group:after,
.post-links .post-links .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.journey2050-search-resources-modal .clearfix:after,
.journey2050-search-container .clearfix:after,
.journey2050-search-filter-bar .clearfix:after,
.journey2050-search-resources .clearfix:after,
.journey2050-search-resources-widget .journey2050-widget .clearfix:after,
.mobile-breakpoints .clearfix:after,
.post-links .clearfix:after,
.journey2050-search-resources-modal .modal-header:after,
.journey2050-search-container .modal-header:after,
.journey2050-search-filter-bar .modal-header:after,
.journey2050-search-resources .modal-header:after,
.journey2050-search-resources-widget .journey2050-widget .modal-header:after,
.mobile-breakpoints .modal-header:after,
.post-links .modal-header:after,
.journey2050-search-resources-modal .modal-footer:after,
.journey2050-search-container .modal-footer:after,
.journey2050-search-filter-bar .modal-footer:after,
.journey2050-search-resources .modal-footer:after,
.journey2050-search-resources-widget .journey2050-widget .modal-footer:after,
.mobile-breakpoints .modal-footer:after,
.post-links .modal-footer:after,
.journey2050-search-resources-modal .journey2050-search-resources-modal .dl-horizontal dd:after,
.journey2050-search-container .journey2050-search-resources-modal .dl-horizontal dd:after,
.journey2050-search-filter-bar .journey2050-search-resources-modal .dl-horizontal dd:after,
.journey2050-search-resources .journey2050-search-resources-modal .dl-horizontal dd:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .dl-horizontal dd:after,
.mobile-breakpoints .journey2050-search-resources-modal .dl-horizontal dd:after,
.post-links .journey2050-search-resources-modal .dl-horizontal dd:after,
.journey2050-search-resources-modal .journey2050-search-container .dl-horizontal dd:after,
.journey2050-search-container .journey2050-search-container .dl-horizontal dd:after,
.journey2050-search-filter-bar .journey2050-search-container .dl-horizontal dd:after,
.journey2050-search-resources .journey2050-search-container .dl-horizontal dd:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .dl-horizontal dd:after,
.mobile-breakpoints .journey2050-search-container .dl-horizontal dd:after,
.post-links .journey2050-search-container .dl-horizontal dd:after,
.journey2050-search-resources-modal .journey2050-search-filter-bar .dl-horizontal dd:after,
.journey2050-search-container .journey2050-search-filter-bar .dl-horizontal dd:after,
.journey2050-search-filter-bar .journey2050-search-filter-bar .dl-horizontal dd:after,
.journey2050-search-resources .journey2050-search-filter-bar .dl-horizontal dd:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .dl-horizontal dd:after,
.mobile-breakpoints .journey2050-search-filter-bar .dl-horizontal dd:after,
.post-links .journey2050-search-filter-bar .dl-horizontal dd:after,
.journey2050-search-resources-modal .journey2050-search-resources .dl-horizontal dd:after,
.journey2050-search-container .journey2050-search-resources .dl-horizontal dd:after,
.journey2050-search-filter-bar .journey2050-search-resources .dl-horizontal dd:after,
.journey2050-search-resources .journey2050-search-resources .dl-horizontal dd:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .dl-horizontal dd:after,
.mobile-breakpoints .journey2050-search-resources .dl-horizontal dd:after,
.post-links .journey2050-search-resources .dl-horizontal dd:after,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:after,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:after,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:after,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:after,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:after,
.post-links .journey2050-search-resources-widget .journey2050-widget .dl-horizontal dd:after,
.journey2050-search-resources-modal .mobile-breakpoints .dl-horizontal dd:after,
.journey2050-search-container .mobile-breakpoints .dl-horizontal dd:after,
.journey2050-search-filter-bar .mobile-breakpoints .dl-horizontal dd:after,
.journey2050-search-resources .mobile-breakpoints .dl-horizontal dd:after,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .dl-horizontal dd:after,
.mobile-breakpoints .mobile-breakpoints .dl-horizontal dd:after,
.post-links .mobile-breakpoints .dl-horizontal dd:after,
.journey2050-search-resources-modal .post-links .dl-horizontal dd:after,
.journey2050-search-container .post-links .dl-horizontal dd:after,
.journey2050-search-filter-bar .post-links .dl-horizontal dd:after,
.journey2050-search-resources .post-links .dl-horizontal dd:after,
.journey2050-search-resources-widget .journey2050-widget .post-links .dl-horizontal dd:after,
.mobile-breakpoints .post-links .dl-horizontal dd:after,
.post-links .post-links .dl-horizontal dd:after,
.journey2050-search-resources-modal .journey2050-search-resources-modal .container:after,
.journey2050-search-container .journey2050-search-resources-modal .container:after,
.journey2050-search-filter-bar .journey2050-search-resources-modal .container:after,
.journey2050-search-resources .journey2050-search-resources-modal .container:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .container:after,
.mobile-breakpoints .journey2050-search-resources-modal .container:after,
.post-links .journey2050-search-resources-modal .container:after,
.journey2050-search-resources-modal .journey2050-search-container .container:after,
.journey2050-search-container .journey2050-search-container .container:after,
.journey2050-search-filter-bar .journey2050-search-container .container:after,
.journey2050-search-resources .journey2050-search-container .container:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .container:after,
.mobile-breakpoints .journey2050-search-container .container:after,
.post-links .journey2050-search-container .container:after,
.journey2050-search-resources-modal .journey2050-search-filter-bar .container:after,
.journey2050-search-container .journey2050-search-filter-bar .container:after,
.journey2050-search-filter-bar .journey2050-search-filter-bar .container:after,
.journey2050-search-resources .journey2050-search-filter-bar .container:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .container:after,
.mobile-breakpoints .journey2050-search-filter-bar .container:after,
.post-links .journey2050-search-filter-bar .container:after,
.journey2050-search-resources-modal .journey2050-search-resources .container:after,
.journey2050-search-container .journey2050-search-resources .container:after,
.journey2050-search-filter-bar .journey2050-search-resources .container:after,
.journey2050-search-resources .journey2050-search-resources .container:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .container:after,
.mobile-breakpoints .journey2050-search-resources .container:after,
.post-links .journey2050-search-resources .container:after,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .container:after,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .container:after,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .container:after,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .container:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .container:after,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .container:after,
.post-links .journey2050-search-resources-widget .journey2050-widget .container:after,
.journey2050-search-resources-modal .mobile-breakpoints .container:after,
.journey2050-search-container .mobile-breakpoints .container:after,
.journey2050-search-filter-bar .mobile-breakpoints .container:after,
.journey2050-search-resources .mobile-breakpoints .container:after,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .container:after,
.mobile-breakpoints .mobile-breakpoints .container:after,
.post-links .mobile-breakpoints .container:after,
.journey2050-search-resources-modal .post-links .container:after,
.journey2050-search-container .post-links .container:after,
.journey2050-search-filter-bar .post-links .container:after,
.journey2050-search-resources .post-links .container:after,
.journey2050-search-resources-widget .journey2050-widget .post-links .container:after,
.mobile-breakpoints .post-links .container:after,
.post-links .post-links .container:after,
.journey2050-search-resources-modal .journey2050-search-resources-modal .container-fluid:after,
.journey2050-search-container .journey2050-search-resources-modal .container-fluid:after,
.journey2050-search-filter-bar .journey2050-search-resources-modal .container-fluid:after,
.journey2050-search-resources .journey2050-search-resources-modal .container-fluid:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .container-fluid:after,
.mobile-breakpoints .journey2050-search-resources-modal .container-fluid:after,
.post-links .journey2050-search-resources-modal .container-fluid:after,
.journey2050-search-resources-modal .journey2050-search-container .container-fluid:after,
.journey2050-search-container .journey2050-search-container .container-fluid:after,
.journey2050-search-filter-bar .journey2050-search-container .container-fluid:after,
.journey2050-search-resources .journey2050-search-container .container-fluid:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .container-fluid:after,
.mobile-breakpoints .journey2050-search-container .container-fluid:after,
.post-links .journey2050-search-container .container-fluid:after,
.journey2050-search-resources-modal .journey2050-search-filter-bar .container-fluid:after,
.journey2050-search-container .journey2050-search-filter-bar .container-fluid:after,
.journey2050-search-filter-bar .journey2050-search-filter-bar .container-fluid:after,
.journey2050-search-resources .journey2050-search-filter-bar .container-fluid:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .container-fluid:after,
.mobile-breakpoints .journey2050-search-filter-bar .container-fluid:after,
.post-links .journey2050-search-filter-bar .container-fluid:after,
.journey2050-search-resources-modal .journey2050-search-resources .container-fluid:after,
.journey2050-search-container .journey2050-search-resources .container-fluid:after,
.journey2050-search-filter-bar .journey2050-search-resources .container-fluid:after,
.journey2050-search-resources .journey2050-search-resources .container-fluid:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .container-fluid:after,
.mobile-breakpoints .journey2050-search-resources .container-fluid:after,
.post-links .journey2050-search-resources .container-fluid:after,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .container-fluid:after,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .container-fluid:after,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .container-fluid:after,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .container-fluid:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .container-fluid:after,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .container-fluid:after,
.post-links .journey2050-search-resources-widget .journey2050-widget .container-fluid:after,
.journey2050-search-resources-modal .mobile-breakpoints .container-fluid:after,
.journey2050-search-container .mobile-breakpoints .container-fluid:after,
.journey2050-search-filter-bar .mobile-breakpoints .container-fluid:after,
.journey2050-search-resources .mobile-breakpoints .container-fluid:after,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .container-fluid:after,
.mobile-breakpoints .mobile-breakpoints .container-fluid:after,
.post-links .mobile-breakpoints .container-fluid:after,
.journey2050-search-resources-modal .post-links .container-fluid:after,
.journey2050-search-container .post-links .container-fluid:after,
.journey2050-search-filter-bar .post-links .container-fluid:after,
.journey2050-search-resources .post-links .container-fluid:after,
.journey2050-search-resources-widget .journey2050-widget .post-links .container-fluid:after,
.mobile-breakpoints .post-links .container-fluid:after,
.post-links .post-links .container-fluid:after,
.journey2050-search-resources-modal .journey2050-search-resources-modal .row:after,
.journey2050-search-container .journey2050-search-resources-modal .row:after,
.journey2050-search-filter-bar .journey2050-search-resources-modal .row:after,
.journey2050-search-resources .journey2050-search-resources-modal .row:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .row:after,
.mobile-breakpoints .journey2050-search-resources-modal .row:after,
.post-links .journey2050-search-resources-modal .row:after,
.journey2050-search-resources-modal .journey2050-search-container .row:after,
.journey2050-search-container .journey2050-search-container .row:after,
.journey2050-search-filter-bar .journey2050-search-container .row:after,
.journey2050-search-resources .journey2050-search-container .row:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .row:after,
.mobile-breakpoints .journey2050-search-container .row:after,
.post-links .journey2050-search-container .row:after,
.journey2050-search-resources-modal .journey2050-search-filter-bar .row:after,
.journey2050-search-container .journey2050-search-filter-bar .row:after,
.journey2050-search-filter-bar .journey2050-search-filter-bar .row:after,
.journey2050-search-resources .journey2050-search-filter-bar .row:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .row:after,
.mobile-breakpoints .journey2050-search-filter-bar .row:after,
.post-links .journey2050-search-filter-bar .row:after,
.journey2050-search-resources-modal .journey2050-search-resources .row:after,
.journey2050-search-container .journey2050-search-resources .row:after,
.journey2050-search-filter-bar .journey2050-search-resources .row:after,
.journey2050-search-resources .journey2050-search-resources .row:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .row:after,
.mobile-breakpoints .journey2050-search-resources .row:after,
.post-links .journey2050-search-resources .row:after,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .row:after,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .row:after,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .row:after,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .row:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .row:after,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .row:after,
.post-links .journey2050-search-resources-widget .journey2050-widget .row:after,
.journey2050-search-resources-modal .mobile-breakpoints .row:after,
.journey2050-search-container .mobile-breakpoints .row:after,
.journey2050-search-filter-bar .mobile-breakpoints .row:after,
.journey2050-search-resources .mobile-breakpoints .row:after,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .row:after,
.mobile-breakpoints .mobile-breakpoints .row:after,
.post-links .mobile-breakpoints .row:after,
.journey2050-search-resources-modal .post-links .row:after,
.journey2050-search-container .post-links .row:after,
.journey2050-search-filter-bar .post-links .row:after,
.journey2050-search-resources .post-links .row:after,
.journey2050-search-resources-widget .journey2050-widget .post-links .row:after,
.mobile-breakpoints .post-links .row:after,
.post-links .post-links .row:after,
.journey2050-search-resources-modal .journey2050-search-resources-modal .form-horizontal .form-group:after,
.journey2050-search-container .journey2050-search-resources-modal .form-horizontal .form-group:after,
.journey2050-search-filter-bar .journey2050-search-resources-modal .form-horizontal .form-group:after,
.journey2050-search-resources .journey2050-search-resources-modal .form-horizontal .form-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .form-horizontal .form-group:after,
.mobile-breakpoints .journey2050-search-resources-modal .form-horizontal .form-group:after,
.post-links .journey2050-search-resources-modal .form-horizontal .form-group:after,
.journey2050-search-resources-modal .journey2050-search-container .form-horizontal .form-group:after,
.journey2050-search-container .journey2050-search-container .form-horizontal .form-group:after,
.journey2050-search-filter-bar .journey2050-search-container .form-horizontal .form-group:after,
.journey2050-search-resources .journey2050-search-container .form-horizontal .form-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .form-horizontal .form-group:after,
.mobile-breakpoints .journey2050-search-container .form-horizontal .form-group:after,
.post-links .journey2050-search-container .form-horizontal .form-group:after,
.journey2050-search-resources-modal .journey2050-search-filter-bar .form-horizontal .form-group:after,
.journey2050-search-container .journey2050-search-filter-bar .form-horizontal .form-group:after,
.journey2050-search-filter-bar .journey2050-search-filter-bar .form-horizontal .form-group:after,
.journey2050-search-resources .journey2050-search-filter-bar .form-horizontal .form-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .form-horizontal .form-group:after,
.mobile-breakpoints .journey2050-search-filter-bar .form-horizontal .form-group:after,
.post-links .journey2050-search-filter-bar .form-horizontal .form-group:after,
.journey2050-search-resources-modal .journey2050-search-resources .form-horizontal .form-group:after,
.journey2050-search-container .journey2050-search-resources .form-horizontal .form-group:after,
.journey2050-search-filter-bar .journey2050-search-resources .form-horizontal .form-group:after,
.journey2050-search-resources .journey2050-search-resources .form-horizontal .form-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .form-horizontal .form-group:after,
.mobile-breakpoints .journey2050-search-resources .form-horizontal .form-group:after,
.post-links .journey2050-search-resources .form-horizontal .form-group:after,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:after,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:after,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:after,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:after,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:after,
.post-links .journey2050-search-resources-widget .journey2050-widget .form-horizontal .form-group:after,
.journey2050-search-resources-modal .mobile-breakpoints .form-horizontal .form-group:after,
.journey2050-search-container .mobile-breakpoints .form-horizontal .form-group:after,
.journey2050-search-filter-bar .mobile-breakpoints .form-horizontal .form-group:after,
.journey2050-search-resources .mobile-breakpoints .form-horizontal .form-group:after,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .form-horizontal .form-group:after,
.mobile-breakpoints .mobile-breakpoints .form-horizontal .form-group:after,
.post-links .mobile-breakpoints .form-horizontal .form-group:after,
.journey2050-search-resources-modal .post-links .form-horizontal .form-group:after,
.journey2050-search-container .post-links .form-horizontal .form-group:after,
.journey2050-search-filter-bar .post-links .form-horizontal .form-group:after,
.journey2050-search-resources .post-links .form-horizontal .form-group:after,
.journey2050-search-resources-widget .journey2050-widget .post-links .form-horizontal .form-group:after,
.mobile-breakpoints .post-links .form-horizontal .form-group:after,
.post-links .post-links .form-horizontal .form-group:after,
.journey2050-search-resources-modal .journey2050-search-resources-modal .btn-toolbar:after,
.journey2050-search-container .journey2050-search-resources-modal .btn-toolbar:after,
.journey2050-search-filter-bar .journey2050-search-resources-modal .btn-toolbar:after,
.journey2050-search-resources .journey2050-search-resources-modal .btn-toolbar:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .btn-toolbar:after,
.mobile-breakpoints .journey2050-search-resources-modal .btn-toolbar:after,
.post-links .journey2050-search-resources-modal .btn-toolbar:after,
.journey2050-search-resources-modal .journey2050-search-container .btn-toolbar:after,
.journey2050-search-container .journey2050-search-container .btn-toolbar:after,
.journey2050-search-filter-bar .journey2050-search-container .btn-toolbar:after,
.journey2050-search-resources .journey2050-search-container .btn-toolbar:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .btn-toolbar:after,
.mobile-breakpoints .journey2050-search-container .btn-toolbar:after,
.post-links .journey2050-search-container .btn-toolbar:after,
.journey2050-search-resources-modal .journey2050-search-filter-bar .btn-toolbar:after,
.journey2050-search-container .journey2050-search-filter-bar .btn-toolbar:after,
.journey2050-search-filter-bar .journey2050-search-filter-bar .btn-toolbar:after,
.journey2050-search-resources .journey2050-search-filter-bar .btn-toolbar:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .btn-toolbar:after,
.mobile-breakpoints .journey2050-search-filter-bar .btn-toolbar:after,
.post-links .journey2050-search-filter-bar .btn-toolbar:after,
.journey2050-search-resources-modal .journey2050-search-resources .btn-toolbar:after,
.journey2050-search-container .journey2050-search-resources .btn-toolbar:after,
.journey2050-search-filter-bar .journey2050-search-resources .btn-toolbar:after,
.journey2050-search-resources .journey2050-search-resources .btn-toolbar:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .btn-toolbar:after,
.mobile-breakpoints .journey2050-search-resources .btn-toolbar:after,
.post-links .journey2050-search-resources .btn-toolbar:after,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:after,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:after,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:after,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:after,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:after,
.post-links .journey2050-search-resources-widget .journey2050-widget .btn-toolbar:after,
.journey2050-search-resources-modal .mobile-breakpoints .btn-toolbar:after,
.journey2050-search-container .mobile-breakpoints .btn-toolbar:after,
.journey2050-search-filter-bar .mobile-breakpoints .btn-toolbar:after,
.journey2050-search-resources .mobile-breakpoints .btn-toolbar:after,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .btn-toolbar:after,
.mobile-breakpoints .mobile-breakpoints .btn-toolbar:after,
.post-links .mobile-breakpoints .btn-toolbar:after,
.journey2050-search-resources-modal .post-links .btn-toolbar:after,
.journey2050-search-container .post-links .btn-toolbar:after,
.journey2050-search-filter-bar .post-links .btn-toolbar:after,
.journey2050-search-resources .post-links .btn-toolbar:after,
.journey2050-search-resources-widget .journey2050-widget .post-links .btn-toolbar:after,
.mobile-breakpoints .post-links .btn-toolbar:after,
.post-links .post-links .btn-toolbar:after,
.journey2050-search-resources-modal .journey2050-search-resources-modal .btn-group-vertical > .btn-group:after,
.journey2050-search-container .journey2050-search-resources-modal .btn-group-vertical > .btn-group:after,
.journey2050-search-filter-bar .journey2050-search-resources-modal .btn-group-vertical > .btn-group:after,
.journey2050-search-resources .journey2050-search-resources-modal .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-modal .btn-group-vertical > .btn-group:after,
.mobile-breakpoints .journey2050-search-resources-modal .btn-group-vertical > .btn-group:after,
.post-links .journey2050-search-resources-modal .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-modal .journey2050-search-container .btn-group-vertical > .btn-group:after,
.journey2050-search-container .journey2050-search-container .btn-group-vertical > .btn-group:after,
.journey2050-search-filter-bar .journey2050-search-container .btn-group-vertical > .btn-group:after,
.journey2050-search-resources .journey2050-search-container .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-container .btn-group-vertical > .btn-group:after,
.mobile-breakpoints .journey2050-search-container .btn-group-vertical > .btn-group:after,
.post-links .journey2050-search-container .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-modal .journey2050-search-filter-bar .btn-group-vertical > .btn-group:after,
.journey2050-search-container .journey2050-search-filter-bar .btn-group-vertical > .btn-group:after,
.journey2050-search-filter-bar .journey2050-search-filter-bar .btn-group-vertical > .btn-group:after,
.journey2050-search-resources .journey2050-search-filter-bar .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-filter-bar .btn-group-vertical > .btn-group:after,
.mobile-breakpoints .journey2050-search-filter-bar .btn-group-vertical > .btn-group:after,
.post-links .journey2050-search-filter-bar .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-modal .journey2050-search-resources .btn-group-vertical > .btn-group:after,
.journey2050-search-container .journey2050-search-resources .btn-group-vertical > .btn-group:after,
.journey2050-search-filter-bar .journey2050-search-resources .btn-group-vertical > .btn-group:after,
.journey2050-search-resources .journey2050-search-resources .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources .btn-group-vertical > .btn-group:after,
.mobile-breakpoints .journey2050-search-resources .btn-group-vertical > .btn-group:after,
.post-links .journey2050-search-resources .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-modal .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:after,
.journey2050-search-container .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:after,
.journey2050-search-filter-bar .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:after,
.journey2050-search-resources .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-widget .journey2050-widget .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:after,
.mobile-breakpoints .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:after,
.post-links .journey2050-search-resources-widget .journey2050-widget .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-modal .mobile-breakpoints .btn-group-vertical > .btn-group:after,
.journey2050-search-container .mobile-breakpoints .btn-group-vertical > .btn-group:after,
.journey2050-search-filter-bar .mobile-breakpoints .btn-group-vertical > .btn-group:after,
.journey2050-search-resources .mobile-breakpoints .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-widget .journey2050-widget .mobile-breakpoints .btn-group-vertical > .btn-group:after,
.mobile-breakpoints .mobile-breakpoints .btn-group-vertical > .btn-group:after,
.post-links .mobile-breakpoints .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-modal .post-links .btn-group-vertical > .btn-group:after,
.journey2050-search-container .post-links .btn-group-vertical > .btn-group:after,
.journey2050-search-filter-bar .post-links .btn-group-vertical > .btn-group:after,
.journey2050-search-resources .post-links .btn-group-vertical > .btn-group:after,
.journey2050-search-resources-widget .journey2050-widget .post-links .btn-group-vertical > .btn-group:after,
.mobile-breakpoints .post-links .btn-group-vertical > .btn-group:after,
.post-links .post-links .btn-group-vertical > .btn-group:after {
  clear: both;
}
.journey2050-search-resources-modal .center-block,
.journey2050-search-container .center-block,
.journey2050-search-filter-bar .center-block,
.journey2050-search-resources .center-block,
.journey2050-search-resources-widget .journey2050-widget .center-block,
.mobile-breakpoints .center-block,
.post-links .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.journey2050-search-resources-modal .pull-right,
.journey2050-search-container .pull-right,
.journey2050-search-filter-bar .pull-right,
.journey2050-search-resources .pull-right,
.journey2050-search-resources-widget .journey2050-widget .pull-right,
.mobile-breakpoints .pull-right,
.post-links .pull-right {
  float: right !important;
}
.journey2050-search-resources-modal .pull-left,
.journey2050-search-container .pull-left,
.journey2050-search-filter-bar .pull-left,
.journey2050-search-resources .pull-left,
.journey2050-search-resources-widget .journey2050-widget .pull-left,
.mobile-breakpoints .pull-left,
.post-links .pull-left {
  float: left !important;
}
.journey2050-search-resources-modal .hide,
.journey2050-search-container .hide,
.journey2050-search-filter-bar .hide,
.journey2050-search-resources .hide,
.journey2050-search-resources-widget .journey2050-widget .hide,
.mobile-breakpoints .hide,
.post-links .hide {
  display: none !important;
}
.journey2050-search-resources-modal .show,
.journey2050-search-container .show,
.journey2050-search-filter-bar .show,
.journey2050-search-resources .show,
.journey2050-search-resources-widget .journey2050-widget .show,
.mobile-breakpoints .show,
.post-links .show {
  display: block !important;
}
.journey2050-search-resources-modal .invisible,
.journey2050-search-container .invisible,
.journey2050-search-filter-bar .invisible,
.journey2050-search-resources .invisible,
.journey2050-search-resources-widget .journey2050-widget .invisible,
.mobile-breakpoints .invisible,
.post-links .invisible {
  visibility: hidden;
}
.journey2050-search-resources-modal .text-hide,
.journey2050-search-container .text-hide,
.journey2050-search-filter-bar .text-hide,
.journey2050-search-resources .text-hide,
.journey2050-search-resources-widget .journey2050-widget .text-hide,
.mobile-breakpoints .text-hide,
.post-links .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.journey2050-search-resources-modal .hidden,
.journey2050-search-container .hidden,
.journey2050-search-filter-bar .hidden,
.journey2050-search-resources .hidden,
.journey2050-search-resources-widget .journey2050-widget .hidden,
.mobile-breakpoints .hidden,
.post-links .hidden {
  display: none !important;
}
.journey2050-search-resources-modal .affix,
.journey2050-search-container .affix,
.journey2050-search-filter-bar .affix,
.journey2050-search-resources .affix,
.journey2050-search-resources-widget .journey2050-widget .affix,
.mobile-breakpoints .affix,
.post-links .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.journey2050-search-resources-modal .visible-xs,
.journey2050-search-container .visible-xs,
.journey2050-search-filter-bar .visible-xs,
.journey2050-search-resources .visible-xs,
.journey2050-search-resources-widget .journey2050-widget .visible-xs,
.mobile-breakpoints .visible-xs,
.post-links .visible-xs,
.journey2050-search-resources-modal .visible-sm,
.journey2050-search-container .visible-sm,
.journey2050-search-filter-bar .visible-sm,
.journey2050-search-resources .visible-sm,
.journey2050-search-resources-widget .journey2050-widget .visible-sm,
.mobile-breakpoints .visible-sm,
.post-links .visible-sm,
.journey2050-search-resources-modal .visible-md,
.journey2050-search-container .visible-md,
.journey2050-search-filter-bar .visible-md,
.journey2050-search-resources .visible-md,
.journey2050-search-resources-widget .journey2050-widget .visible-md,
.mobile-breakpoints .visible-md,
.post-links .visible-md,
.journey2050-search-resources-modal .visible-lg,
.journey2050-search-container .visible-lg,
.journey2050-search-filter-bar .visible-lg,
.journey2050-search-resources .visible-lg,
.journey2050-search-resources-widget .journey2050-widget .visible-lg,
.mobile-breakpoints .visible-lg,
.post-links .visible-lg {
  display: none !important;
}
.journey2050-search-resources-modal .visible-xs-block,
.journey2050-search-container .visible-xs-block,
.journey2050-search-filter-bar .visible-xs-block,
.journey2050-search-resources .visible-xs-block,
.journey2050-search-resources-widget .journey2050-widget .visible-xs-block,
.mobile-breakpoints .visible-xs-block,
.post-links .visible-xs-block,
.journey2050-search-resources-modal .visible-xs-inline,
.journey2050-search-container .visible-xs-inline,
.journey2050-search-filter-bar .visible-xs-inline,
.journey2050-search-resources .visible-xs-inline,
.journey2050-search-resources-widget .journey2050-widget .visible-xs-inline,
.mobile-breakpoints .visible-xs-inline,
.post-links .visible-xs-inline,
.journey2050-search-resources-modal .visible-xs-inline-block,
.journey2050-search-container .visible-xs-inline-block,
.journey2050-search-filter-bar .visible-xs-inline-block,
.journey2050-search-resources .visible-xs-inline-block,
.journey2050-search-resources-widget .journey2050-widget .visible-xs-inline-block,
.mobile-breakpoints .visible-xs-inline-block,
.post-links .visible-xs-inline-block,
.journey2050-search-resources-modal .visible-sm-block,
.journey2050-search-container .visible-sm-block,
.journey2050-search-filter-bar .visible-sm-block,
.journey2050-search-resources .visible-sm-block,
.journey2050-search-resources-widget .journey2050-widget .visible-sm-block,
.mobile-breakpoints .visible-sm-block,
.post-links .visible-sm-block,
.journey2050-search-resources-modal .visible-sm-inline,
.journey2050-search-container .visible-sm-inline,
.journey2050-search-filter-bar .visible-sm-inline,
.journey2050-search-resources .visible-sm-inline,
.journey2050-search-resources-widget .journey2050-widget .visible-sm-inline,
.mobile-breakpoints .visible-sm-inline,
.post-links .visible-sm-inline,
.journey2050-search-resources-modal .visible-sm-inline-block,
.journey2050-search-container .visible-sm-inline-block,
.journey2050-search-filter-bar .visible-sm-inline-block,
.journey2050-search-resources .visible-sm-inline-block,
.journey2050-search-resources-widget .journey2050-widget .visible-sm-inline-block,
.mobile-breakpoints .visible-sm-inline-block,
.post-links .visible-sm-inline-block,
.journey2050-search-resources-modal .visible-md-block,
.journey2050-search-container .visible-md-block,
.journey2050-search-filter-bar .visible-md-block,
.journey2050-search-resources .visible-md-block,
.journey2050-search-resources-widget .journey2050-widget .visible-md-block,
.mobile-breakpoints .visible-md-block,
.post-links .visible-md-block,
.journey2050-search-resources-modal .visible-md-inline,
.journey2050-search-container .visible-md-inline,
.journey2050-search-filter-bar .visible-md-inline,
.journey2050-search-resources .visible-md-inline,
.journey2050-search-resources-widget .journey2050-widget .visible-md-inline,
.mobile-breakpoints .visible-md-inline,
.post-links .visible-md-inline,
.journey2050-search-resources-modal .visible-md-inline-block,
.journey2050-search-container .visible-md-inline-block,
.journey2050-search-filter-bar .visible-md-inline-block,
.journey2050-search-resources .visible-md-inline-block,
.journey2050-search-resources-widget .journey2050-widget .visible-md-inline-block,
.mobile-breakpoints .visible-md-inline-block,
.post-links .visible-md-inline-block,
.journey2050-search-resources-modal .visible-lg-block,
.journey2050-search-container .visible-lg-block,
.journey2050-search-filter-bar .visible-lg-block,
.journey2050-search-resources .visible-lg-block,
.journey2050-search-resources-widget .journey2050-widget .visible-lg-block,
.mobile-breakpoints .visible-lg-block,
.post-links .visible-lg-block,
.journey2050-search-resources-modal .visible-lg-inline,
.journey2050-search-container .visible-lg-inline,
.journey2050-search-filter-bar .visible-lg-inline,
.journey2050-search-resources .visible-lg-inline,
.journey2050-search-resources-widget .journey2050-widget .visible-lg-inline,
.mobile-breakpoints .visible-lg-inline,
.post-links .visible-lg-inline,
.journey2050-search-resources-modal .visible-lg-inline-block,
.journey2050-search-container .visible-lg-inline-block,
.journey2050-search-filter-bar .visible-lg-inline-block,
.journey2050-search-resources .visible-lg-inline-block,
.journey2050-search-resources-widget .journey2050-widget .visible-lg-inline-block,
.mobile-breakpoints .visible-lg-inline-block,
.post-links .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .journey2050-search-resources-modal .visible-xs,
  .journey2050-search-container .visible-xs,
  .journey2050-search-filter-bar .visible-xs,
  .journey2050-search-resources .visible-xs,
  .journey2050-search-resources-widget .journey2050-widget .visible-xs,
  .mobile-breakpoints .visible-xs,
  .post-links .visible-xs {
    display: block !important;
  }
  table.journey2050-search-resources-modal .visible-xs,
  table.journey2050-search-container .visible-xs,
  table.journey2050-search-filter-bar .visible-xs,
  table.journey2050-search-resources .visible-xs,
  table.journey2050-search-resources-widget .journey2050-widget .visible-xs,
  table.mobile-breakpoints .visible-xs,
  table.post-links .visible-xs {
    display: table !important;
  }
  tr.journey2050-search-resources-modal .visible-xs,
  tr.journey2050-search-container .visible-xs,
  tr.journey2050-search-filter-bar .visible-xs,
  tr.journey2050-search-resources .visible-xs,
  tr.journey2050-search-resources-widget .journey2050-widget .visible-xs,
  tr.mobile-breakpoints .visible-xs,
  tr.post-links .visible-xs {
    display: table-row !important;
  }
  th.journey2050-search-resources-modal .visible-xs,
  th.journey2050-search-container .visible-xs,
  th.journey2050-search-filter-bar .visible-xs,
  th.journey2050-search-resources .visible-xs,
  th.journey2050-search-resources-widget .journey2050-widget .visible-xs,
  th.mobile-breakpoints .visible-xs,
  th.post-links .visible-xs,
  td.journey2050-search-resources-modal .visible-xs,
  td.journey2050-search-container .visible-xs,
  td.journey2050-search-filter-bar .visible-xs,
  td.journey2050-search-resources .visible-xs,
  td.journey2050-search-resources-widget .journey2050-widget .visible-xs,
  td.mobile-breakpoints .visible-xs,
  td.post-links .visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .journey2050-search-resources-modal .visible-xs-block,
  .journey2050-search-container .visible-xs-block,
  .journey2050-search-filter-bar .visible-xs-block,
  .journey2050-search-resources .visible-xs-block,
  .journey2050-search-resources-widget .journey2050-widget .visible-xs-block,
  .mobile-breakpoints .visible-xs-block,
  .post-links .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .journey2050-search-resources-modal .visible-xs-inline,
  .journey2050-search-container .visible-xs-inline,
  .journey2050-search-filter-bar .visible-xs-inline,
  .journey2050-search-resources .visible-xs-inline,
  .journey2050-search-resources-widget .journey2050-widget .visible-xs-inline,
  .mobile-breakpoints .visible-xs-inline,
  .post-links .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .journey2050-search-resources-modal .visible-xs-inline-block,
  .journey2050-search-container .visible-xs-inline-block,
  .journey2050-search-filter-bar .visible-xs-inline-block,
  .journey2050-search-resources .visible-xs-inline-block,
  .journey2050-search-resources-widget .journey2050-widget .visible-xs-inline-block,
  .mobile-breakpoints .visible-xs-inline-block,
  .post-links .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .journey2050-search-resources-modal .visible-sm,
  .journey2050-search-container .visible-sm,
  .journey2050-search-filter-bar .visible-sm,
  .journey2050-search-resources .visible-sm,
  .journey2050-search-resources-widget .journey2050-widget .visible-sm,
  .mobile-breakpoints .visible-sm,
  .post-links .visible-sm {
    display: block !important;
  }
  table.journey2050-search-resources-modal .visible-sm,
  table.journey2050-search-container .visible-sm,
  table.journey2050-search-filter-bar .visible-sm,
  table.journey2050-search-resources .visible-sm,
  table.journey2050-search-resources-widget .journey2050-widget .visible-sm,
  table.mobile-breakpoints .visible-sm,
  table.post-links .visible-sm {
    display: table !important;
  }
  tr.journey2050-search-resources-modal .visible-sm,
  tr.journey2050-search-container .visible-sm,
  tr.journey2050-search-filter-bar .visible-sm,
  tr.journey2050-search-resources .visible-sm,
  tr.journey2050-search-resources-widget .journey2050-widget .visible-sm,
  tr.mobile-breakpoints .visible-sm,
  tr.post-links .visible-sm {
    display: table-row !important;
  }
  th.journey2050-search-resources-modal .visible-sm,
  th.journey2050-search-container .visible-sm,
  th.journey2050-search-filter-bar .visible-sm,
  th.journey2050-search-resources .visible-sm,
  th.journey2050-search-resources-widget .journey2050-widget .visible-sm,
  th.mobile-breakpoints .visible-sm,
  th.post-links .visible-sm,
  td.journey2050-search-resources-modal .visible-sm,
  td.journey2050-search-container .visible-sm,
  td.journey2050-search-filter-bar .visible-sm,
  td.journey2050-search-resources .visible-sm,
  td.journey2050-search-resources-widget .journey2050-widget .visible-sm,
  td.mobile-breakpoints .visible-sm,
  td.post-links .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .journey2050-search-resources-modal .visible-sm-block,
  .journey2050-search-container .visible-sm-block,
  .journey2050-search-filter-bar .visible-sm-block,
  .journey2050-search-resources .visible-sm-block,
  .journey2050-search-resources-widget .journey2050-widget .visible-sm-block,
  .mobile-breakpoints .visible-sm-block,
  .post-links .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .journey2050-search-resources-modal .visible-sm-inline,
  .journey2050-search-container .visible-sm-inline,
  .journey2050-search-filter-bar .visible-sm-inline,
  .journey2050-search-resources .visible-sm-inline,
  .journey2050-search-resources-widget .journey2050-widget .visible-sm-inline,
  .mobile-breakpoints .visible-sm-inline,
  .post-links .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .journey2050-search-resources-modal .visible-sm-inline-block,
  .journey2050-search-container .visible-sm-inline-block,
  .journey2050-search-filter-bar .visible-sm-inline-block,
  .journey2050-search-resources .visible-sm-inline-block,
  .journey2050-search-resources-widget .journey2050-widget .visible-sm-inline-block,
  .mobile-breakpoints .visible-sm-inline-block,
  .post-links .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .journey2050-search-resources-modal .visible-md,
  .journey2050-search-container .visible-md,
  .journey2050-search-filter-bar .visible-md,
  .journey2050-search-resources .visible-md,
  .journey2050-search-resources-widget .journey2050-widget .visible-md,
  .mobile-breakpoints .visible-md,
  .post-links .visible-md {
    display: block !important;
  }
  table.journey2050-search-resources-modal .visible-md,
  table.journey2050-search-container .visible-md,
  table.journey2050-search-filter-bar .visible-md,
  table.journey2050-search-resources .visible-md,
  table.journey2050-search-resources-widget .journey2050-widget .visible-md,
  table.mobile-breakpoints .visible-md,
  table.post-links .visible-md {
    display: table !important;
  }
  tr.journey2050-search-resources-modal .visible-md,
  tr.journey2050-search-container .visible-md,
  tr.journey2050-search-filter-bar .visible-md,
  tr.journey2050-search-resources .visible-md,
  tr.journey2050-search-resources-widget .journey2050-widget .visible-md,
  tr.mobile-breakpoints .visible-md,
  tr.post-links .visible-md {
    display: table-row !important;
  }
  th.journey2050-search-resources-modal .visible-md,
  th.journey2050-search-container .visible-md,
  th.journey2050-search-filter-bar .visible-md,
  th.journey2050-search-resources .visible-md,
  th.journey2050-search-resources-widget .journey2050-widget .visible-md,
  th.mobile-breakpoints .visible-md,
  th.post-links .visible-md,
  td.journey2050-search-resources-modal .visible-md,
  td.journey2050-search-container .visible-md,
  td.journey2050-search-filter-bar .visible-md,
  td.journey2050-search-resources .visible-md,
  td.journey2050-search-resources-widget .journey2050-widget .visible-md,
  td.mobile-breakpoints .visible-md,
  td.post-links .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .journey2050-search-resources-modal .visible-md-block,
  .journey2050-search-container .visible-md-block,
  .journey2050-search-filter-bar .visible-md-block,
  .journey2050-search-resources .visible-md-block,
  .journey2050-search-resources-widget .journey2050-widget .visible-md-block,
  .mobile-breakpoints .visible-md-block,
  .post-links .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .journey2050-search-resources-modal .visible-md-inline,
  .journey2050-search-container .visible-md-inline,
  .journey2050-search-filter-bar .visible-md-inline,
  .journey2050-search-resources .visible-md-inline,
  .journey2050-search-resources-widget .journey2050-widget .visible-md-inline,
  .mobile-breakpoints .visible-md-inline,
  .post-links .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .journey2050-search-resources-modal .visible-md-inline-block,
  .journey2050-search-container .visible-md-inline-block,
  .journey2050-search-filter-bar .visible-md-inline-block,
  .journey2050-search-resources .visible-md-inline-block,
  .journey2050-search-resources-widget .journey2050-widget .visible-md-inline-block,
  .mobile-breakpoints .visible-md-inline-block,
  .post-links .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .journey2050-search-resources-modal .visible-lg,
  .journey2050-search-container .visible-lg,
  .journey2050-search-filter-bar .visible-lg,
  .journey2050-search-resources .visible-lg,
  .journey2050-search-resources-widget .journey2050-widget .visible-lg,
  .mobile-breakpoints .visible-lg,
  .post-links .visible-lg {
    display: block !important;
  }
  table.journey2050-search-resources-modal .visible-lg,
  table.journey2050-search-container .visible-lg,
  table.journey2050-search-filter-bar .visible-lg,
  table.journey2050-search-resources .visible-lg,
  table.journey2050-search-resources-widget .journey2050-widget .visible-lg,
  table.mobile-breakpoints .visible-lg,
  table.post-links .visible-lg {
    display: table !important;
  }
  tr.journey2050-search-resources-modal .visible-lg,
  tr.journey2050-search-container .visible-lg,
  tr.journey2050-search-filter-bar .visible-lg,
  tr.journey2050-search-resources .visible-lg,
  tr.journey2050-search-resources-widget .journey2050-widget .visible-lg,
  tr.mobile-breakpoints .visible-lg,
  tr.post-links .visible-lg {
    display: table-row !important;
  }
  th.journey2050-search-resources-modal .visible-lg,
  th.journey2050-search-container .visible-lg,
  th.journey2050-search-filter-bar .visible-lg,
  th.journey2050-search-resources .visible-lg,
  th.journey2050-search-resources-widget .journey2050-widget .visible-lg,
  th.mobile-breakpoints .visible-lg,
  th.post-links .visible-lg,
  td.journey2050-search-resources-modal .visible-lg,
  td.journey2050-search-container .visible-lg,
  td.journey2050-search-filter-bar .visible-lg,
  td.journey2050-search-resources .visible-lg,
  td.journey2050-search-resources-widget .journey2050-widget .visible-lg,
  td.mobile-breakpoints .visible-lg,
  td.post-links .visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .journey2050-search-resources-modal .visible-lg-block,
  .journey2050-search-container .visible-lg-block,
  .journey2050-search-filter-bar .visible-lg-block,
  .journey2050-search-resources .visible-lg-block,
  .journey2050-search-resources-widget .journey2050-widget .visible-lg-block,
  .mobile-breakpoints .visible-lg-block,
  .post-links .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .journey2050-search-resources-modal .visible-lg-inline,
  .journey2050-search-container .visible-lg-inline,
  .journey2050-search-filter-bar .visible-lg-inline,
  .journey2050-search-resources .visible-lg-inline,
  .journey2050-search-resources-widget .journey2050-widget .visible-lg-inline,
  .mobile-breakpoints .visible-lg-inline,
  .post-links .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .journey2050-search-resources-modal .visible-lg-inline-block,
  .journey2050-search-container .visible-lg-inline-block,
  .journey2050-search-filter-bar .visible-lg-inline-block,
  .journey2050-search-resources .visible-lg-inline-block,
  .journey2050-search-resources-widget .journey2050-widget .visible-lg-inline-block,
  .mobile-breakpoints .visible-lg-inline-block,
  .post-links .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .journey2050-search-resources-modal .hidden-xs,
  .journey2050-search-container .hidden-xs,
  .journey2050-search-filter-bar .hidden-xs,
  .journey2050-search-resources .hidden-xs,
  .journey2050-search-resources-widget .journey2050-widget .hidden-xs,
  .mobile-breakpoints .hidden-xs,
  .post-links .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .journey2050-search-resources-modal .hidden-sm,
  .journey2050-search-container .hidden-sm,
  .journey2050-search-filter-bar .hidden-sm,
  .journey2050-search-resources .hidden-sm,
  .journey2050-search-resources-widget .journey2050-widget .hidden-sm,
  .mobile-breakpoints .hidden-sm,
  .post-links .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .journey2050-search-resources-modal .hidden-md,
  .journey2050-search-container .hidden-md,
  .journey2050-search-filter-bar .hidden-md,
  .journey2050-search-resources .hidden-md,
  .journey2050-search-resources-widget .journey2050-widget .hidden-md,
  .mobile-breakpoints .hidden-md,
  .post-links .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .journey2050-search-resources-modal .hidden-lg,
  .journey2050-search-container .hidden-lg,
  .journey2050-search-filter-bar .hidden-lg,
  .journey2050-search-resources .hidden-lg,
  .journey2050-search-resources-widget .journey2050-widget .hidden-lg,
  .mobile-breakpoints .hidden-lg,
  .post-links .hidden-lg {
    display: none !important;
  }
}
.journey2050-search-resources-modal .visible-print,
.journey2050-search-container .visible-print,
.journey2050-search-filter-bar .visible-print,
.journey2050-search-resources .visible-print,
.journey2050-search-resources-widget .journey2050-widget .visible-print,
.mobile-breakpoints .visible-print,
.post-links .visible-print {
  display: none !important;
}
@media print {
  .journey2050-search-resources-modal .visible-print,
  .journey2050-search-container .visible-print,
  .journey2050-search-filter-bar .visible-print,
  .journey2050-search-resources .visible-print,
  .journey2050-search-resources-widget .journey2050-widget .visible-print,
  .mobile-breakpoints .visible-print,
  .post-links .visible-print {
    display: block !important;
  }
  table.journey2050-search-resources-modal .visible-print,
  table.journey2050-search-container .visible-print,
  table.journey2050-search-filter-bar .visible-print,
  table.journey2050-search-resources .visible-print,
  table.journey2050-search-resources-widget .journey2050-widget .visible-print,
  table.mobile-breakpoints .visible-print,
  table.post-links .visible-print {
    display: table !important;
  }
  tr.journey2050-search-resources-modal .visible-print,
  tr.journey2050-search-container .visible-print,
  tr.journey2050-search-filter-bar .visible-print,
  tr.journey2050-search-resources .visible-print,
  tr.journey2050-search-resources-widget .journey2050-widget .visible-print,
  tr.mobile-breakpoints .visible-print,
  tr.post-links .visible-print {
    display: table-row !important;
  }
  th.journey2050-search-resources-modal .visible-print,
  th.journey2050-search-container .visible-print,
  th.journey2050-search-filter-bar .visible-print,
  th.journey2050-search-resources .visible-print,
  th.journey2050-search-resources-widget .journey2050-widget .visible-print,
  th.mobile-breakpoints .visible-print,
  th.post-links .visible-print,
  td.journey2050-search-resources-modal .visible-print,
  td.journey2050-search-container .visible-print,
  td.journey2050-search-filter-bar .visible-print,
  td.journey2050-search-resources .visible-print,
  td.journey2050-search-resources-widget .journey2050-widget .visible-print,
  td.mobile-breakpoints .visible-print,
  td.post-links .visible-print {
    display: table-cell !important;
  }
}
.journey2050-search-resources-modal .visible-print-block,
.journey2050-search-container .visible-print-block,
.journey2050-search-filter-bar .visible-print-block,
.journey2050-search-resources .visible-print-block,
.journey2050-search-resources-widget .journey2050-widget .visible-print-block,
.mobile-breakpoints .visible-print-block,
.post-links .visible-print-block {
  display: none !important;
}
@media print {
  .journey2050-search-resources-modal .visible-print-block,
  .journey2050-search-container .visible-print-block,
  .journey2050-search-filter-bar .visible-print-block,
  .journey2050-search-resources .visible-print-block,
  .journey2050-search-resources-widget .journey2050-widget .visible-print-block,
  .mobile-breakpoints .visible-print-block,
  .post-links .visible-print-block {
    display: block !important;
  }
}
.journey2050-search-resources-modal .visible-print-inline,
.journey2050-search-container .visible-print-inline,
.journey2050-search-filter-bar .visible-print-inline,
.journey2050-search-resources .visible-print-inline,
.journey2050-search-resources-widget .journey2050-widget .visible-print-inline,
.mobile-breakpoints .visible-print-inline,
.post-links .visible-print-inline {
  display: none !important;
}
@media print {
  .journey2050-search-resources-modal .visible-print-inline,
  .journey2050-search-container .visible-print-inline,
  .journey2050-search-filter-bar .visible-print-inline,
  .journey2050-search-resources .visible-print-inline,
  .journey2050-search-resources-widget .journey2050-widget .visible-print-inline,
  .mobile-breakpoints .visible-print-inline,
  .post-links .visible-print-inline {
    display: inline !important;
  }
}
.journey2050-search-resources-modal .visible-print-inline-block,
.journey2050-search-container .visible-print-inline-block,
.journey2050-search-filter-bar .visible-print-inline-block,
.journey2050-search-resources .visible-print-inline-block,
.journey2050-search-resources-widget .journey2050-widget .visible-print-inline-block,
.mobile-breakpoints .visible-print-inline-block,
.post-links .visible-print-inline-block {
  display: none !important;
}
@media print {
  .journey2050-search-resources-modal .visible-print-inline-block,
  .journey2050-search-container .visible-print-inline-block,
  .journey2050-search-filter-bar .visible-print-inline-block,
  .journey2050-search-resources .visible-print-inline-block,
  .journey2050-search-resources-widget .journey2050-widget .visible-print-inline-block,
  .mobile-breakpoints .visible-print-inline-block,
  .post-links .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .journey2050-search-resources-modal .hidden-print,
  .journey2050-search-container .hidden-print,
  .journey2050-search-filter-bar .hidden-print,
  .journey2050-search-resources .hidden-print,
  .journey2050-search-resources-widget .journey2050-widget .hidden-print,
  .mobile-breakpoints .hidden-print,
  .post-links .hidden-print {
    display: none !important;
  }
}
.mobile-breakpoints {
  background-color: white;
  border: 1px solid blue;
  bottom: 0;
  color: blue;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 4px;
  position: fixed;
  right: 0;
  z-index: 999999999999999;
}
.mobile-breakpoints .visible-xs-block:after {
  content: "Xtra Small: 480px - 767px";
}
.mobile-breakpoints .visible-sm-block:after {
  content: "Small: 768px - 991px";
}
.mobile-breakpoints .visible-md-block:after {
  content: "Medium: 992px - 1199px";
}
.mobile-breakpoints .visible-lg-block:after {
  content: "Large: 1200px - Infinity";
}
body.single-post .featured-content {
  height: 119px;
}
body.single-post .featured-content .substrate {
  height: 119px;
}
body.single-post .main-content {
  padding-top: 2em;
}
body.single-post .main-content .fullwidth-section {
  margin-bottom: 221px;
}
body.single-post .main-content .post-content .post-image {
  text-align: center;
  margin-bottom: 10px;
}
body.single-post .main-content .post-content .post-image img {
  border: 1px solid #c5c5c5;
  background-color: white;
  max-width: 421px;
  padding: 6px;
}
body.single-post .main-content .post-content .post-body {
  margin-bottom: 149px;
}
body.single-post .main-content .post-content .post-body ul {
  text-indent: 1em !important;
}
body.single-post .main-content .post-links .post-links-container {
  border-bottom: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
}
body.single-post .main-content .post-links .row {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
body.single-post .main-content .post-links .post-link-column {
  padding-left: 0;
  padding-right: 0;
}
body.single-post .main-content .post-links a {
  color: #34b233;
  display: block;
  font-size: 17px;
  font-family: 'Droid Sans', sans-serif;
  width: 100%;
}
body.single-post .main-content .post-links a .fa {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
}
body.single-post .main-content .post-links a span {
  padding-top: 20px;
  padding-bottom: 20px;
}
body.single-post .main-content .post-links a.post-link-prev {
  border-right: 1px solid #c5c5c5;
  text-align: right;
  padding-right: 31px;
}
body.single-post .main-content .post-links a.post-link-prev span {
  max-width: 300px;
  display: block;
  float: right;
}
body.single-post .main-content .post-links a.post-link-prev .fa {
  float: left;
}
body.single-post .main-content .post-links a.post-link-next {
  border-left: 1px solid #c5c5c5;
  text-align: left;
  padding-left: 31px;
}
body.single-post .main-content .post-links a.post-link-next span {
  max-width: 300px;
  display: block;
  float: left;
}
body.single-post .main-content .post-links a.post-link-next .fa {
  float: right;
}
body.page.home .cloud-statements {
  margin-top: 63px;
}
body.page.home .cloud-statements .mission-statement {
  padding-left: 12%;
}
body.page.home .cloud-statements .mission-statement .cloud {
  padding-left: 42px;
}
body.page.home .cloud-statements .mission-statement em {
  font-size: 25px;
  line-height: 33px;
}
body.page.home .cloud-statements .mission-statement em img {
  float: left;
  padding-right: 8px;
}
body.page.home .cloud-statements .did-you-know {
  padding-left: 5%;
}
body.page-id-2 .featured-content {
  height: 119px;
}
body.page-id-2 .featured-content .substrate {
  height: 119px;
}
body.page-id-2 h1 {
  letter-spacing: -0.02em;
}
body.page-id-2 .widget-6c61a21162c12fa4bdd2ea8707f7009d {
  border: 0 none;
  background: 0 transparent;
  padding: 0;
}
body.page-id-2 .widget-6c61a21162c12fa4bdd2ea8707f7009d ul li {
  margin: 0;
  padding: 0;
  padding-left: 23px;
  border: 0 none;
}
body.page-id-2 .posts-listing .post {
  border-bottom: 1px solid #c8d9ec;
  margin-top: 3em;
  padding-bottom: 36px;
}
body.page-id-2 .posts-listing .post .post-image img,
body.page-id-2 .posts-listing .post .ngg-gallery-singlepic-image img {
  max-width: 188px;
}
body.page-id-2 .posts-listing .post .ngg-gallery-singlepic-image {
  margin: 0;
}
body.page-id-2 .posts-listing .post .post-title {
  margin-top: 8px;
  margin-bottom: 16px;
}
body.page-id-2 .posts-listing .post .post-title a {
  color: #34b233;
  font-size: 22px;
}
body.page-id-2 .posts-listing .post .post-read-content p {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}
body.page-id-2 .posts-listing .post .post-read-more {
  margin-top: 7px;
}
body.page-id-2 .posts-listing .post .post-read-more a {
  color: #34b233;
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}
body.page-id-2 .posts-listing .post .post-read-more a .fa {
  padding-right: 4px;
}
body.page-id-2 .theme-blog-pagination-box {
  text-align: center;
  padding-top: 16px;
  margin-bottom: 202px;
}
body.page-id-2 .theme-blog-pagination-box .theme-blog-pagination .page-numbers {
  border-bottom: 1px solid #e8e8e8;
  color: #0083be;
  font-family: 'Droid Sans', sans-serif;
  font-size: 17px;
  padding: 13px 21px;
  margin-right: 2px;
  line-height: 50px;
}
body.page-id-2 .theme-blog-pagination-box .theme-blog-pagination .page-numbers.current {
  color: white;
  background-color: #34b233;
}
body.page-id-2 .theme-blog-pagination-box .theme-blog-pagination .page-numbers.dots {
  background-color: #e8e8e8;
  padding: 13px 17px;
  font-weight: bold;
}
body.page-id-2 .theme-blog-pagination-box .theme-blog-pagination .page-numbers.next,
body.page-id-2 .theme-blog-pagination-box .theme-blog-pagination .page-numbers.prev {
  font-weight: bold;
  letter-spacing: 0.04em;
}
.journey2050-search-container {
  border: 1px solid #185874;
  background-color: #197097;
  height: 56px;
  font-size: 15px;
  position: relative;
  z-index: 98;
  opacity: 0.83;
  filter: alpha(opacity=83);
}
.journey2050-search-container .row {
  margin-left: auto;
  margin-right: auto;
}
.journey2050-search-resources {
  background-color: #197097;
  color: #fff;
  font-family: 'Droid Sans', sans-serif;
  font-weight: normal;
  font-size: 15px;
  padding: 0px 10px;
  margin-top: 1px;
}
.journey2050-search-resources form {
  margin-bottom: 0;
  margin-left: 133px;
  width: 100%;
}
.journey2050-search-resources form .form-group:last-child {
  padding-right: 0;
}
.journey2050-search-resources form .form-dropdown {
  padding-top: 7px;
}
.journey2050-search-resources form .form-dropdown .fa {
  color: #fff;
  padding-right: 3px;
  width: auto;
}
.journey2050-search-resources form .form-dropdown ul.dropdown-menu {
  background-color: #197097;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  left: -7px;
  min-width: 140px;
  padding: 11px 21px 6px 21px;
  white-space: nowrap;
}
.journey2050-search-resources form .form-dropdown ul.dropdown-menu li {
  background: 0 transparent;
  font-size: 16px;
  margin-bottom: -1px;
  padding-left: 0px;
}
.journey2050-search-resources form .form-dropdown ul.dropdown-menu li.dropdown-li-column {
  width: 100%;
  float: left;
}
.journey2050-search-resources form .form-dropdown ul.dropdown-menu li .fa-stack {
  width: 22px;
}
.journey2050-search-resources form .form-dropdown ul.dropdown-menu li .fa-stack .fa-square-o {
  font-size: 22px;
}
.journey2050-search-resources form .form-dropdown ul.dropdown-menu li .fa-stack .fa-check {
  color: #a9ff51;
  font-size: 17px;
  margin-top: -1px;
}
.journey2050-search-resources form .form-control {
  background: 0 transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.journey2050-search-resources form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.journey2050-search-resources form .form-control:-ms-input-placeholder {
  color: #fff;
}
.journey2050-search-resources form .form-control::-webkit-input-placeholder {
  color: #fff;
}
.journey2050-search-resources form .form-control.form-query {
  border-bottom: 1px solid #ffffff;
  padding-left: 5px;
  letter-spacing: 0.05em;
  width: 100%;
}
.journey2050-search-resources form .form-control.form-query:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.journey2050-search-resources form .btn {
  color: #fff;
  font-family: 'Droid Sans', sans-serif;
  font-weight: normal;
  font-size: 15px;
  height: 27px;
}
.journey2050-search-resources form .btn.dropdown-toggle {
  background: 0 transparent;
  border-bottom: 1px solid #ffffff;
  text-align: left;
  padding: 0px 2px;
  margin-bottom: 0;
  height: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.journey2050-search-resources form .btn.btn-reset {
  background: 0 transparent;
  height: 56px;
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 12px;
  padding-right: 14px;
  padding-top: 15px;
}
.journey2050-search-resources form .btn.btn-search {
  background-color: #329bcb;
  height: 56px;
  padding: 0px 21px;
  margin-left: 4px;
  margin-bottom: 0;
}
.journey2050-search-resources form .btn.btn-search:hover,
.journey2050-search-resources form .btn.btn-search:active {
  background-color: #3cb3ea;
}
.journey2050-search-resources form .btn.btn-search .fa {
  font-size: 30px;
}
.journey2050-search-resources-modal {
  font-size: 14px;
  padding: 15px 30px;
}
.journey2050-search-resources-modal .btn-search {
  background-color: #197097;
  padding: 2px 12px;
  height: inherit;
}
.journey2050-search-resources-modal .btn-search .fa {
  color: white;
  font-size: 14px;
  line-height: inherit;
  width: inherit;
  padding: 3px 0px 6px 0px;
}
.journey2050-search-resources-modal .form-dropdown .control-label {
  display: block;
  font-size: 16px;
  text-align: left;
}
.journey2050-search-resources-modal .form-dropdown ul {
  padding-top: 10px;
}
.journey2050-search-resources-modal .form-dropdown ul > li {
  background-color: transparent;
  background-image: none;
  border: 1px solid #197097;
  cursor: pointer;
  display: inline-block;
  padding: 5px 8px;
  padding-left: 10px;
  text-indent: 0em;
}
.journey2050-search-resources-modal .form-dropdown ul > li.is-checked {
  color: white;
  background-color: #197097;
}
.journey2050-search-resources-modal .form-dropdown ul > li .fa-stack {
  display: none;
}
.journey2050-search-resources-widget {
  border-right: 1px solid #c8d9ec;
}
.journey2050-search-resources-widget .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.journey2050-search-resources-widget .btn:focus,
.journey2050-search-resources-widget .btn:active:focus,
.journey2050-search-resources-widget .btn.active:focus,
.journey2050-search-resources-widget .btn.focus,
.journey2050-search-resources-widget .btn:active.focus,
.journey2050-search-resources-widget .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.journey2050-search-resources-widget .btn:hover,
.journey2050-search-resources-widget .btn:focus,
.journey2050-search-resources-widget .btn.focus {
  color: #333;
  text-decoration: none;
}
.journey2050-search-resources-widget .btn:active,
.journey2050-search-resources-widget .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.journey2050-search-resources-widget .btn.disabled,
.journey2050-search-resources-widget .btn[disabled],
fieldset[disabled] .journey2050-search-resources-widget .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.journey2050-search-resources-widget .btn.disabled,
fieldset[disabled] a.journey2050-search-resources-widget .btn {
  pointer-events: none;
}
.journey2050-search-resources-widget .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.journey2050-search-resources-widget .btn-default:focus,
.journey2050-search-resources-widget .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.journey2050-search-resources-widget .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.journey2050-search-resources-widget .btn-default:active,
.journey2050-search-resources-widget .btn-default.active,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.journey2050-search-resources-widget .btn-default:active:hover,
.journey2050-search-resources-widget .btn-default.active:hover,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-default:hover,
.journey2050-search-resources-widget .btn-default:active:focus,
.journey2050-search-resources-widget .btn-default.active:focus,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-default:focus,
.journey2050-search-resources-widget .btn-default:active.focus,
.journey2050-search-resources-widget .btn-default.active.focus,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.journey2050-search-resources-widget .btn-default:active,
.journey2050-search-resources-widget .btn-default.active,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-default {
  background-image: none;
}
.journey2050-search-resources-widget .btn-default.disabled:hover,
.journey2050-search-resources-widget .btn-default[disabled]:hover,
fieldset[disabled] .journey2050-search-resources-widget .btn-default:hover,
.journey2050-search-resources-widget .btn-default.disabled:focus,
.journey2050-search-resources-widget .btn-default[disabled]:focus,
fieldset[disabled] .journey2050-search-resources-widget .btn-default:focus,
.journey2050-search-resources-widget .btn-default.disabled.focus,
.journey2050-search-resources-widget .btn-default[disabled].focus,
fieldset[disabled] .journey2050-search-resources-widget .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.journey2050-search-resources-widget .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.journey2050-search-resources-widget .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.journey2050-search-resources-widget .btn-primary:focus,
.journey2050-search-resources-widget .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.journey2050-search-resources-widget .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.journey2050-search-resources-widget .btn-primary:active,
.journey2050-search-resources-widget .btn-primary.active,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.journey2050-search-resources-widget .btn-primary:active:hover,
.journey2050-search-resources-widget .btn-primary.active:hover,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-primary:hover,
.journey2050-search-resources-widget .btn-primary:active:focus,
.journey2050-search-resources-widget .btn-primary.active:focus,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-primary:focus,
.journey2050-search-resources-widget .btn-primary:active.focus,
.journey2050-search-resources-widget .btn-primary.active.focus,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.journey2050-search-resources-widget .btn-primary:active,
.journey2050-search-resources-widget .btn-primary.active,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-primary {
  background-image: none;
}
.journey2050-search-resources-widget .btn-primary.disabled:hover,
.journey2050-search-resources-widget .btn-primary[disabled]:hover,
fieldset[disabled] .journey2050-search-resources-widget .btn-primary:hover,
.journey2050-search-resources-widget .btn-primary.disabled:focus,
.journey2050-search-resources-widget .btn-primary[disabled]:focus,
fieldset[disabled] .journey2050-search-resources-widget .btn-primary:focus,
.journey2050-search-resources-widget .btn-primary.disabled.focus,
.journey2050-search-resources-widget .btn-primary[disabled].focus,
fieldset[disabled] .journey2050-search-resources-widget .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.journey2050-search-resources-widget .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.journey2050-search-resources-widget .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.journey2050-search-resources-widget .btn-success:focus,
.journey2050-search-resources-widget .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.journey2050-search-resources-widget .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.journey2050-search-resources-widget .btn-success:active,
.journey2050-search-resources-widget .btn-success.active,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.journey2050-search-resources-widget .btn-success:active:hover,
.journey2050-search-resources-widget .btn-success.active:hover,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-success:hover,
.journey2050-search-resources-widget .btn-success:active:focus,
.journey2050-search-resources-widget .btn-success.active:focus,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-success:focus,
.journey2050-search-resources-widget .btn-success:active.focus,
.journey2050-search-resources-widget .btn-success.active.focus,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.journey2050-search-resources-widget .btn-success:active,
.journey2050-search-resources-widget .btn-success.active,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-success {
  background-image: none;
}
.journey2050-search-resources-widget .btn-success.disabled:hover,
.journey2050-search-resources-widget .btn-success[disabled]:hover,
fieldset[disabled] .journey2050-search-resources-widget .btn-success:hover,
.journey2050-search-resources-widget .btn-success.disabled:focus,
.journey2050-search-resources-widget .btn-success[disabled]:focus,
fieldset[disabled] .journey2050-search-resources-widget .btn-success:focus,
.journey2050-search-resources-widget .btn-success.disabled.focus,
.journey2050-search-resources-widget .btn-success[disabled].focus,
fieldset[disabled] .journey2050-search-resources-widget .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.journey2050-search-resources-widget .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.journey2050-search-resources-widget .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.journey2050-search-resources-widget .btn-info:focus,
.journey2050-search-resources-widget .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.journey2050-search-resources-widget .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.journey2050-search-resources-widget .btn-info:active,
.journey2050-search-resources-widget .btn-info.active,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.journey2050-search-resources-widget .btn-info:active:hover,
.journey2050-search-resources-widget .btn-info.active:hover,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-info:hover,
.journey2050-search-resources-widget .btn-info:active:focus,
.journey2050-search-resources-widget .btn-info.active:focus,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-info:focus,
.journey2050-search-resources-widget .btn-info:active.focus,
.journey2050-search-resources-widget .btn-info.active.focus,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.journey2050-search-resources-widget .btn-info:active,
.journey2050-search-resources-widget .btn-info.active,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-info {
  background-image: none;
}
.journey2050-search-resources-widget .btn-info.disabled:hover,
.journey2050-search-resources-widget .btn-info[disabled]:hover,
fieldset[disabled] .journey2050-search-resources-widget .btn-info:hover,
.journey2050-search-resources-widget .btn-info.disabled:focus,
.journey2050-search-resources-widget .btn-info[disabled]:focus,
fieldset[disabled] .journey2050-search-resources-widget .btn-info:focus,
.journey2050-search-resources-widget .btn-info.disabled.focus,
.journey2050-search-resources-widget .btn-info[disabled].focus,
fieldset[disabled] .journey2050-search-resources-widget .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.journey2050-search-resources-widget .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.journey2050-search-resources-widget .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.journey2050-search-resources-widget .btn-warning:focus,
.journey2050-search-resources-widget .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.journey2050-search-resources-widget .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.journey2050-search-resources-widget .btn-warning:active,
.journey2050-search-resources-widget .btn-warning.active,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.journey2050-search-resources-widget .btn-warning:active:hover,
.journey2050-search-resources-widget .btn-warning.active:hover,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-warning:hover,
.journey2050-search-resources-widget .btn-warning:active:focus,
.journey2050-search-resources-widget .btn-warning.active:focus,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-warning:focus,
.journey2050-search-resources-widget .btn-warning:active.focus,
.journey2050-search-resources-widget .btn-warning.active.focus,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.journey2050-search-resources-widget .btn-warning:active,
.journey2050-search-resources-widget .btn-warning.active,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-warning {
  background-image: none;
}
.journey2050-search-resources-widget .btn-warning.disabled:hover,
.journey2050-search-resources-widget .btn-warning[disabled]:hover,
fieldset[disabled] .journey2050-search-resources-widget .btn-warning:hover,
.journey2050-search-resources-widget .btn-warning.disabled:focus,
.journey2050-search-resources-widget .btn-warning[disabled]:focus,
fieldset[disabled] .journey2050-search-resources-widget .btn-warning:focus,
.journey2050-search-resources-widget .btn-warning.disabled.focus,
.journey2050-search-resources-widget .btn-warning[disabled].focus,
fieldset[disabled] .journey2050-search-resources-widget .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.journey2050-search-resources-widget .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.journey2050-search-resources-widget .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.journey2050-search-resources-widget .btn-danger:focus,
.journey2050-search-resources-widget .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.journey2050-search-resources-widget .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.journey2050-search-resources-widget .btn-danger:active,
.journey2050-search-resources-widget .btn-danger.active,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.journey2050-search-resources-widget .btn-danger:active:hover,
.journey2050-search-resources-widget .btn-danger.active:hover,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-danger:hover,
.journey2050-search-resources-widget .btn-danger:active:focus,
.journey2050-search-resources-widget .btn-danger.active:focus,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-danger:focus,
.journey2050-search-resources-widget .btn-danger:active.focus,
.journey2050-search-resources-widget .btn-danger.active.focus,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.journey2050-search-resources-widget .btn-danger:active,
.journey2050-search-resources-widget .btn-danger.active,
.open > .dropdown-toggle.journey2050-search-resources-widget .btn-danger {
  background-image: none;
}
.journey2050-search-resources-widget .btn-danger.disabled:hover,
.journey2050-search-resources-widget .btn-danger[disabled]:hover,
fieldset[disabled] .journey2050-search-resources-widget .btn-danger:hover,
.journey2050-search-resources-widget .btn-danger.disabled:focus,
.journey2050-search-resources-widget .btn-danger[disabled]:focus,
fieldset[disabled] .journey2050-search-resources-widget .btn-danger:focus,
.journey2050-search-resources-widget .btn-danger.disabled.focus,
.journey2050-search-resources-widget .btn-danger[disabled].focus,
fieldset[disabled] .journey2050-search-resources-widget .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.journey2050-search-resources-widget .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.journey2050-search-resources-widget .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.journey2050-search-resources-widget .btn-link,
.journey2050-search-resources-widget .btn-link:active,
.journey2050-search-resources-widget .btn-link.active,
.journey2050-search-resources-widget .btn-link[disabled],
fieldset[disabled] .journey2050-search-resources-widget .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.journey2050-search-resources-widget .btn-link,
.journey2050-search-resources-widget .btn-link:hover,
.journey2050-search-resources-widget .btn-link:focus,
.journey2050-search-resources-widget .btn-link:active {
  border-color: transparent;
}
.journey2050-search-resources-widget .btn-link:hover,
.journey2050-search-resources-widget .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.journey2050-search-resources-widget .btn-link[disabled]:hover,
fieldset[disabled] .journey2050-search-resources-widget .btn-link:hover,
.journey2050-search-resources-widget .btn-link[disabled]:focus,
fieldset[disabled] .journey2050-search-resources-widget .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.journey2050-search-resources-widget .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.journey2050-search-resources-widget .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.journey2050-search-resources-widget .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.journey2050-search-resources-widget .btn-block {
  display: block;
  width: 100%;
}
.journey2050-search-resources-widget .btn-block + .btn-block {
  margin-top: 5px;
}
.journey2050-search-resources-widget input[type="submit"].btn-block,
.journey2050-search-resources-widget input[type="reset"].btn-block,
.journey2050-search-resources-widget input[type="button"].btn-block {
  width: 100%;
}
.journey2050-search-resources-widget form .form-group:first-child {
  margin-top: 0;
}
.journey2050-search-resources-widget form .btn {
  background-color: transparent;
  border-radius: 0;
  border: 0 none;
  color: #0083be;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-align: left;
  width: 100%;
}
.journey2050-search-resources-widget form .btn:hover {
  color: #e37222;
}
.journey2050-search-resources-widget form .btn .fa {
  width: 17px;
  float: right;
}
.journey2050-search-resources-widget form .btn .fa .fa-minus {
  line-height: 23px;
}
.journey2050-search-resources-widget form ul {
  padding-bottom: 10px;
}
.journey2050-search-resources-widget form ul li {
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background: 0 transparent;
  padding-left: 40px;
  margin-bottom: 0;
}
.journey2050-search-resources-widget form ul li.li-grades {
  width: 18%;
  display: inline-block;
}
.journey2050-search-resources-widget form ul li .fa {
  width: auto;
}
.journey2050-search-resources-widget form ul li .fa-stack {
  width: 16px;
}
.journey2050-search-resources-widget form ul li .fa-stack.fa-stack-checked {
  color: #34b223;
}
.journey2050-search-resources-widget form ul li .fa-stack .fa-square-o {
  font-size: 20px;
}
.journey2050-search-resources-widget form ul li .fa-stack .fa-check {
  color: #34b223;
  font-size: 15px;
}
.journey2050-search-filter-bar {
  color: #0083be;
  background-color: #c8d9ec;
  padding: 10px 0px 10px 15px;
  margin-bottom: 25px;
  margin-top: 0px;
}
.journey2050-search-filter-bar .journey2050-search-filter {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding-right: 8px;
}
.journey2050-search-filter-bar .journey2050-search-filter .fa {
  padding-right: 5px;
  width: inherit;
}
@media (min-width: 0) and (max-width: 767px) {
  .page .main-content iframe,
  .single-post .main-content iframe {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0 none !important;
  }
  .journey2050-search-resources-widget {
    border: 0 none;
  }
  body.single-post .main-content .post-content .post-image img {
    max-width: 100%;
  }
  body.page.home .cloud-statements .mission-statement {
    padding-left: 0;
  }
  body.page.home .cloud-statements .did-you-know {
    padding-left: 0;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .journey2050-search-container .row {
    margin-left: inherit;
    margin-right: inherit;
    width: 100%;
  }
  .journey2050-search-resources {
    padding: 0;
  }
  .journey2050-search-resources form {
    margin-left: 0;
  }
}
@media (min-width: 0) and (max-width: 992px) {
  body.single-post .main-content .post-links .post-links-container {
    border: 0;
  }
  body.single-post .main-content .post-links .post-link-column {
    border-bottom: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    margin-bottom: -1px;
  }
  .journey2050-search-resources form .form-group {
    padding-top: 12px;
    padding-right: 0;
  }
  .journey2050-search-resources form .form-group.form-dropdown,
  .journey2050-search-resources form .form-group.form-button {
    display: none;
  }
  .journey2050-search-resources form .form-group.form-search {
    width: 100%;
  }
  .journey2050-search-resources form .form-control.form-query {
    width: 100%;
  }
  .journey2050-search-resources form .form-button {
    display: none;
  }
  .journey2050-search-resources form .form-query-is-mobile {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .journey2050-search-container .row {
    margin-left: inherit;
    margin-right: inherit;
    width: 100%;
  }
  .journey2050-search-resources form {
    margin-left: 0;
  }
  .journey2050-search-resources form .form-control.form-query {
    min-width: 450px;
  }
}
@media (min-width: 992px) {
  .journey2050-search-resources form .form-group {
    padding-top: inherit;
    padding-right: 13px;
  }
  .journey2050-search-resources form .form-control.form-query {
    height: 31px;
  }
  .journey2050-search-resources form .form-dropdown {
    max-width: 16%;
    height: 31px;
  }
  .journey2050-search-resources form .form-button {
    display: block;
  }
  .journey2050-search-resources form .form-query-is-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .journey2050-search-resources form .form-search {
    width: 461px;
  }
  .journey2050-search-resources form .form-dropdown {
    width: 167px;
  }
  .journey2050-search-resources form .form-dropdown .dropdown-toggle {
    width: 100%;
  }
}
a.btn.btn-download,
a.btn.btn-print {
  background-color: white;
  border: 1px solid #0083be;
  display: inline-block;
  color: #0083be;
  font-family: 'Droid Sans';
  font-size: 16px;
  font-style: normal;
  padding: 7px 19px;
}
a.btn.btn-download:hover,
a.btn.btn-print:hover,
a.btn.btn-download:active,
a.btn.btn-print:active {
  color: white;
  background-color: #0083be;
}
a.btn.btn-print {
  border-left: 0 none;
  padding: 7px 37px;
}
