@import url(//fonts.googleapis.com/css?family=Droid+Serif:400,700|Source+Sans+Pro:300,400,600,700|Grand+Hotel);@charset "UTF-8";

/*!
 *  Font Awesome 4.6.3 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("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .menu-item__link:after, .post-img-preview--carousel:after, .post-list--carousel__nav, .newsletter-modal__heading:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

.fa.fa-pull-left, .fa-pull-left.menu-item__link:after, .fa-pull-left.post-img-preview--carousel:after, .fa-pull-left.post-list--carousel__nav, .fa-pull-left.newsletter-modal__heading:before {
  margin-right: .3em;
}
.fa.fa-pull-right, .fa-pull-right.menu-item__link:after, .fa-pull-right.post-img-preview--carousel:after, .fa-pull-right.post-list--carousel__nav, .fa-pull-right.newsletter-modal__heading:before {
  margin-left: .3em;
}

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

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.menu-item__link:after, .pull-left.post-img-preview--carousel:after, .pull-left.post-list--carousel__nav, .pull-left.newsletter-modal__heading:before {
  margin-right: .3em;
}
.fa.pull-right, .pull-right.menu-item__link:after, .pull-right.post-img-preview--carousel:after, .pull-right.post-list--carousel__nav, .pull-right.newsletter-modal__heading:before {
  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);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1);
}

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-angle-left:before, .post-list--carousel__nav--previous:before {
  content: "";
}

.fa-angle-right:before, .post-list--carousel__nav--next:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-content, .post-list__item__excerpt, .next-post__excerpt {
  font-family: "Droid Serif", serif;
}

h1 small,
h1 + small, .table-responsive, .media-source, .in-article-image__copyright, .in-content, .article-share, .article-share__youtube-subscribe i:after, .advert-under-posts-row, .breadcrumbs, .btn, .featured-author, .featured-author-tag, .by-line, .newsletter__sub-heading, .post-list__item--stacked-desktop-mobile .post-list__item__category, .post-list__item--stacked-desktop-mobile .post-list__item__excerpt, .post-list__item--col-sm-6 .post-list__item__author, .post-list__item--img-left .post-list__item__category, .post-list__item--img-left .post-list__item__excerpt, .post-list__item--img-right .post-list__item__excerpt, .post-list__item--hub .post-list__item__author, .post-list__item--hub--featured .post-list__item__excerpt, .post-list--card .post-list__item__author, .sponsored-by {
  font-family: "Source Sans Pro", sans-serif;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon, nav .nav-pills > li > a:after, .mobile-back:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #4A4A4A;
  background-color: #fff;
}

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

a {
  color: #21a0df;
  text-decoration: none;
}
a:hover, a:focus {
  color: #47b7e2;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .post-list__item--stacked-desktop-mobile .media-left img, .post-list__item--col-sm-6 .post-img-preview img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #e6ebf0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #c0cdd8;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 41px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

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

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #c0cdd8;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #e6ebf0;
}

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

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #c0cdd8;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #e6ebf0;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #c0cdd8;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e6ebf0;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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, .post-list--row .post-list__item:nth-child(n), .post-list--carousel .post-list__item, .post-list--with-no-advert .post-list__item:nth-child(n+2), .col-lg-3, .page-section--with-300x250-advert .post-list__dfp-advert, .col-xs-4, .col-sm-4, .post-list--row .post-list__item:nth-child(n), .post-list--carousel .post-list__item, .post-list--with-no-advert .post-list__item:nth-child(n+2), .col-md-4, .post-list__item, .post-list--with-no-advert .post-list__item:nth-child(1), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4), .post-list--with-300x250-advert .post-list__item:nth-child(1), .post-list--with-300x250-advert .post-list__item:nth-child(3), .post-list--with-300x250-advert .post-list__item:nth-child(4), .post-list--with-300x250-advert .post-list__item:nth-child(5), .post-list--with-widget-advert .post-list__item:nth-child(1), .post-list--with-widget-advert .post-list__item:nth-child(3), .page-section--with-300x250-advert .post-list__dfp-advert, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .post-list__item, .post-list--row-small .post-list__item:nth-child(n), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3), .post-list--with-300x250-advert .post-list__item:nth-child(3), .post-list--with-widget-advert .post-list__item:nth-child(1), .post-list--with-widget-advert .post-list__item:nth-child(3), .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, .post-list--row-small .post-list__item:nth-child(n), .col-sm-12, .post-list--with-no-advert .post-list__item:nth-child(1), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1), .post-list--with-300x250-advert .post-list__item:nth-child(1), .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.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-list--row-small .post-list__item:nth-child(n) {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12, .post-list--row-small .post-list__item:nth-child(n) {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .post-list--row .post-list__item:nth-child(n), .post-list--carousel .post-list__item, .post-list--with-no-advert .post-list__item:nth-child(n+2), .col-sm-5, .col-sm-6, .post-list__item, .post-list--row-small .post-list__item:nth-child(n), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3), .post-list--with-300x250-advert .post-list__item:nth-child(3), .post-list--with-widget-advert .post-list__item:nth-child(1), .post-list--with-widget-advert .post-list__item:nth-child(3), .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .post-list--with-no-advert .post-list__item:nth-child(1), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1), .post-list--with-300x250-advert .post-list__item:nth-child(1) {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4, .post-list--row .post-list__item:nth-child(n), .post-list--carousel .post-list__item, .post-list--with-no-advert .post-list__item:nth-child(n+2) {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6, .post-list__item, .post-list--row-small .post-list__item:nth-child(n), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3), .post-list--with-300x250-advert .post-list__item:nth-child(3), .post-list--with-widget-advert .post-list__item:nth-child(1), .post-list--with-widget-advert .post-list__item:nth-child(3) {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12, .post-list--with-no-advert .post-list__item:nth-child(1), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1), .post-list--with-300x250-advert .post-list__item:nth-child(1) {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .post-list--row .post-list__item:nth-child(n), .post-list--carousel .post-list__item, .post-list--with-no-advert .post-list__item:nth-child(n+2), .col-md-4, .post-list__item, .post-list--with-no-advert .post-list__item:nth-child(1), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4), .post-list--with-300x250-advert .post-list__item:nth-child(1), .post-list--with-300x250-advert .post-list__item:nth-child(3), .post-list--with-300x250-advert .post-list__item:nth-child(4), .post-list--with-300x250-advert .post-list__item:nth-child(5), .post-list--with-widget-advert .post-list__item:nth-child(1), .post-list--with-widget-advert .post-list__item:nth-child(3), .page-section--with-300x250-advert .post-list__dfp-advert, .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;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3, .post-list--row .post-list__item:nth-child(n), .post-list--carousel .post-list__item, .post-list--with-no-advert .post-list__item:nth-child(n+2) {
    width: 25%;
  }

  .col-md-4, .post-list__item, .post-list--with-no-advert .post-list__item:nth-child(1), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4), .post-list--with-300x250-advert .post-list__item:nth-child(1), .post-list--with-300x250-advert .post-list__item:nth-child(3), .post-list--with-300x250-advert .post-list__item:nth-child(4), .post-list--with-300x250-advert .post-list__item:nth-child(5), .post-list--with-widget-advert .post-list__item:nth-child(1), .post-list--with-widget-advert .post-list__item:nth-child(3), .page-section--with-300x250-advert .post-list__dfp-advert {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .page-section--with-300x250-advert .post-list__dfp-advert, .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;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3, .page-section--with-300x250-advert .post-list__dfp-advert {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #c0cdd8;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

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

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #4A4A4A;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #959da3;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #959da3;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #e6ebf0;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.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);
}
.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;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.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);
}
.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;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.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);
}
.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;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8a8a8a;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .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);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #21a0df;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #47b7e2;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #c0cdd8;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #959da3;
  text-align: center;
  background-color: #e6ebf0;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.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: 16px;
  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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #4A4A4A;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #3d3d3d;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #c0cdd8;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #c0cdd8;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0.15em 0.6em;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #e6ebf0;
}
.nav > li.disabled > a {
  color: #c0cdd8;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #c0cdd8;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #e6ebf0;
  border-color: #21a0df;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e6ebf0 #e6ebf0 #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #959da3;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #FFF;
  background-color: #20964f;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 30px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 0.15em;
  padding-left: 0.15em;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: none;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -0.15em;
  margin-left: -0.15em;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 0.15em 0.15em;
  font-size: 20px;
  line-height: 22px;
  height: 30px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -0.15em;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0.15em;
  padding: 9px 10px;
  margin-top: -2px;
  margin-bottom: -2px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 0.075em -0.15em;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 0.15em;
    padding-bottom: 0.15em;
  }
}

.navbar-form {
  margin-left: -0.15em;
  margin-right: -0.15em;
  padding: 10px 0.15em;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -3px;
  margin-bottom: -3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: -3px;
  margin-bottom: -3px;
}
.navbar-btn.btn-sm {
  margin-top: -1.5px;
  margin-bottom: -1.5px;
}
.navbar-btn.btn-xs {
  margin-top: 4px;
  margin-bottom: 4px;
}

.navbar-text {
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 0.15em;
    margin-right: 0.15em;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -0.15em;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #FFF;
  border-color: #c0cdd8;
}
.navbar-default .navbar-brand {
  color: #4A4A4A;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #313131;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #4A4A4A;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #4A4A4A;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #4A4A4A;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #20964f;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #c0cdd8;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #4A4A4A;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #4A4A4A;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #4A4A4A;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #4A4A4A;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #4A4A4A;
}
.navbar-default .navbar-link:hover {
  color: #4A4A4A;
}
.navbar-default .btn-link {
  color: #4A4A4A;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #4A4A4A;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #eff3f5;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #eff3f5;
}
.navbar-inverse .navbar-nav > li > a {
  color: #eff3f5;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #eff3f5;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #eff3f5;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #eff3f5;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.close {
  float: right;
  font-size: 24px;
  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;
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: 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%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-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:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm, .post-list--row .post-list__item:nth-child(n+4), .post-list--with-no-advert .post-list__item:nth-child(n+5) {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 991px) {
  body {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  body.home, body.category {
    padding-top: 75px;
  }
}

.video-container iframe {
  width: 100%;
}

img[src*="analytics.kapost.com/track"] {
  display: none;
}

.bg--gray-lightest {
  background-color: #f4f5f7;
}
.bg--blue-lighter {
  background-color: #81abb5;
  color: #fff;
}
.bg--white, .post-list--card .media, .post-list--carousel .post-list__item .media {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
}
.bg--green {
  background-color: #20964f;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blur {
  -webkit-filter: blur(0.5em);
          filter: blur(0.5em);
}

.mt-0 {
  margin-top: 0em;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.mb-0 {
  margin-bottom: 0em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}

h1 {
  color: #20964f;
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: .75em;
  margin-top: 0;
  text-align: center;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.333em;
    font-weight: 900;
    line-height: 1.275em;
    text-align: left;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2em;
  }
}
.single h1 {
  color: #4A4A4A;
}
h1 small,
h1 + small {
  color: #4A4A4A;
  display: block;
  font-size: 1.1rem;
  font-style: italic;
  text-transform: none;
}
@media (min-width: 768px) {
  h1 small,
  h1 + small {
    margin: 0.6rem 8.3333333333%;
  }
}
@media (max-width: 767px) {
  h1 small,
  h1 + small {
    font-size: .8em;
    line-height: 1.25em;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 small,
  h1 + small {
    font-size: 1.1em;
    line-height: 1.35em;
  }
}
h1.page-title--black {
  color: #4a4a4a;
  font-size: 1.85em;
}

h2,
h3 {
  margin-bottom: 0.5em;
  margin-top: 0;
}

h2 {
  color: #4A4A4A;
  font-size: 1.425em;
  font-weight: 700;
}
article h2 {
  margin-bottom: 1em;
  margin-top: 1.5em;
}

h3 {
  color: #81abb5;
  font-size: 1.2em;
}
article h3 {
  margin-top: 2em;
}
@media (max-width: 767px) {
  article h3 {
    margin-top: 1em;
  }
}

h4 {
  font-size: .875em;
}

.page-content {
  color: #4A4A4A;
  font-size: 1.125em;
  line-height: 1.66667;
}
.page-content .row {
  position: relative;
}

.table-responsive {
  font-size: .8em;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

article header {
  margin-bottom: .5rem;
}
article header p,
article header a {
  color: #81abb5;
}
article header p {
  font-size: .875em;
}
article h1 {
  margin-bottom: .12em;
}
@media (max-width: 1199px) {
  article h1 {
    font-size: 1.35em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  article h1 {
    font-size: 1.67em;
    line-height: 1.25em;
  }
}
article .content-body {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  article .content-body {
    overflow: hidden;
  }
}
article .content-body--read-more {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  article .content-body--read-more {
    margin-bottom: 0;
  }
}
article .content-body--read-more p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.1em;
}
article .content-body__title {
  margin-bottom: .5em;
  color: #4a4a4a;
  font-weight: 700;
  text-align: left;
}
article .content-body__category {
  color: #959da3;
  font-size: 1rem;
  font-weight: 400;
}
article .content-body img {
  max-width: 100%;
  height: auto;
}
article .table-responsive--unextended table {
  display: table;
}
@media (min-width: 768px) {
  article .table-responsive--unextended {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  article .table-responsive--unextended {
    margin-left: 0;
    margin-right: 0;
  }
}

.article-media {
  position: relative;
  margin-bottom: 1.3125rem;
}
@media (min-width: 768px) {
  .article-media {
    margin-bottom: 4em;
  }
}
.article-media__img {
  max-height: 50rem;
}
.article-media__img--sm {
  width: 750px;
}
.article-media__img--lg {
  max-width: 100%;
  padding: 0;
}
.article-media__img--infographic {
  max-height: 64rem;
}
.article-media figcaption {
  width: 100%;
}
@media (min-width: 768px) {
  .article-media figcaption {
    position: absolute;
    bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.article-media figcaption.has-caption {
  background-color: rgba(74, 74, 74, 0.5);
}
@media (max-width: 767px) {
  .article-media figcaption.has-caption {
    display: none;
  }
}
.article-media figcaption .container {
  position: relative;
}
@media (max-width: 767px) {
  .article-media__caption {
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .article-media__caption {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .article-media .media-source, .article-media .in-article-image__copyright {
    position: absolute;
    bottom: -3.5rem;
    right: 0;
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-media .media-source, .article-media .in-article-image__copyright {
    right: 3rem;
  }
}
@media (min-width: 1200px) {
  .article-media .media-source, .article-media .in-article-image__copyright {
    right: 9.2rem;
  }
}

.media-source, .in-article-image__copyright {
  color: #81abb5;
  display: block;
  padding-top: .25rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-style: italic;
}

.in-content {
  margin-bottom: 2rem;
  color: #5e666c;
  font-size: .77778em;
}
@media (max-width: 767px) {
  .in-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .in-content {
    max-width: 40%;
  }
}
p + .in-content {
  margin-top: 0;
}
.in-content h2, h3 + .in-content {
  margin-top: 2rem;
}
.in-content img {
  margin-bottom: .33em;
}
@media (max-width: 767px) {
  .in-content img {
    width: 100%;
    max-width: 8.5rem;
    margin-right: .875rem;
  }
}

main object {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.institution-disclaimers-content {
  font-style: italic;
  font-size: 87%;
}

footer {
  padding-top: 1em;
  color: #81abb5;
  font-size: .875rem;
  background: #FFF;
}
footer .social-icons {
  margin-bottom: 0;
}
footer .social-icons__follow {
  margin-top: -.5em;
  color: #81abb5;
  vertical-align: middle;
}
@media (max-width: 767px) {
  footer nav.col-xs-12, footer .post-list--row-small nav.post-list__item:nth-child(n), .post-list--row-small footer nav.post-list__item:nth-child(n) {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-top {
  margin-bottom: 1.5rem;
}
.footer-top .row {
  margin-bottom: 1em;
}

.footer-bottom {
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  color: #fff;
  background-color: #81abb5;
}

.footer-nav li {
  border-left: 1px solid #81abb5;
}
.footer-nav li:first-child {
  border-left: 0;
}
@media (max-width: 767px) {
  .footer-nav li {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-nav li a {
  color: #81abb5;
}
.footer-nav li a:hover {
  color: #21a0df;
}
@media (max-width: 767px) {
  .footer-nav li a:hover {
    color: #81abb5;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .footer-nav li a {
    display: block;
    padding: .5em;
    background-color: #e6ebf0;
    margin-bottom: 2px;
  }
}

@media (max-width: 767px) {
  .copyright {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .navbar-fixed-top .container, .search-form .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .browser-scrolled nav .nav-pills, nav .browser-scrolled .nav-pills, .browser-scrolled .navbar-nav, .browser-scrolled .social-links-list {
    display: none;
  }
}

.menu-expanded-first-level {
  overflow: hidden;
  position: fixed;
}

.navbar-fixed-top {
  font-size: 0.875em;
  padding-top: .8em;
  padding-bottom: .8em;
}
@media (min-width: 992px) {
  .navbar-fixed-top {
    position: relative;
  }
}
@media (min-width: 992px) {
  .browser-scrolled .navbar-fixed-top {
    background: rgba(255, 255, 255, 0.85);
    position: fixed;
  }
}
@media (max-width: 991px) {
  .menu-expanded-second-level .navbar-fixed-top .navbar-brand {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-fixed-top .navbar-brand {
    padding-top: 0;
    margin-right: .5em;
  }
}
.navbar-fixed-top .navbar-brand > img {
  width: 8.125em;
}

@media (max-width: 767px) {
  .mobile-nav-container {
    width: 100vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav-container {
    padding-left: 0;
    margin-left: -23px;
  }
}
@media (max-width: 991px) {
  .mobile-nav-container {
    background: #FFF;
  }
}
.navbar-fixed-top .mobile-nav-container {
  max-height: none;
  height: 100vh;
}
@media (max-width: 767px) {
  .navbar-fixed-top .mobile-nav-container {
    margin-left: -15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-fixed-top .mobile-nav-container {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    margin-left: -25px;
    width: 100vw;
  }
}

.navbar-toggle {
  border: 0;
}
.navbar-toggle .icon-bar {
  display: none;
}
.modal-open .navbar-toggle {
  display: none;
}
.navbar-toggle:before {
  color: #20964f;
  content: "\d7";
  font-size: 2.5em;
  font-weight: 600;
  margin-bottom: -.5em;
  display: inline-block;
  margin-top: -.5em;
}
.navbar-toggle.collapsed {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.navbar-toggle.collapsed .icon-bar {
  display: block;
}
.navbar-toggle.collapsed:before {
  display: none;
}

@media (max-width: 991px) {
  nav .nav-pills {
    padding-top: .5em;
  }
}
@media (max-width: 767px) {
  nav .nav-pills {
    background: #e6ebf0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav .nav-pills {
    font-size: .85em;
    margin-top: .25em;
  }
}
@media (max-width: 991px) {
  nav .nav-pills > li {
    float: none;
  }
}
nav .nav-pills > li.active > a:hover {
  background-color: #167A3E;
}
nav .nav-pills > li > a {
  font-weight: 600;
  padding-left: .75em;
  padding-right: .75em;
  margin-right: .75em;
}
@media (max-width: 991px) {
  nav .nav-pills > li > a {
    margin: 0 0 .5em 0;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  nav .nav-pills > li > a {
    margin: 0 .5em .5em .5em;
  }
}
@media (max-width: 767px) {
  nav .nav-pills > li > a:after {
    content: "\e258";
    float: right;
  }
}
nav .nav-pills > li > a:hover {
  background-color: #167A3E;
}
nav .nav-pills > li + li {
  margin-left: 0;
}

@media (max-width: 767px) {
  .navbar-nav {
    margin-bottom: 8em;
  }
}
@media (max-width: 991px) {
  .menu-expanded-second-level .navbar-nav {
    position: relative;
    margin-top: -11em;
  }
}

@media (max-width: 991px) {
  .menu-item {
    display: block;
    float: left;
    width: 50%;
    border-top: 1px #c0cdd8 solid;
    border-left: 1px #c0cdd8 solid;
  }
  .menu-item:nth-child(even) {
    border-right: 1px #c0cdd8 solid;
  }
  .menu-item:nth-child(5), .menu-item:nth-child(6) {
    border-bottom: 1px #c0cdd8 solid;
  }
}
@media (max-width: 991px) {
  .menu-expanded-second-level .menu-item {
    border: 0;
  }
}
@media (min-width: 992px) {
  .menu-item {
    padding-bottom: 1.25em;
    margin-bottom: -1.5em;
    cursor: pointer;
  }
}
.menu-item:hover .menu-item__link {
  color: #20964f;
  font-weight: 600;
}
.menu-item:hover .menu-item__link:hover {
  color: #20964f;
}
@media (min-width: 992px) {
  .menu-item:hover > .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .menu-item:hover:before {
    border-color: transparent transparent #20964f transparent;
    border-width: .5em;
    border-style: solid;
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: .2em;
    left: calc(50% - .5em);
  }
}
@media (min-width: 992px) {
  .menu-item--video:hover:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .menu-expanded-second-level .menu-item {
    position: absolute !important;
    width: 100%;
    top: 0;
  }
  .menu-expanded-second-level .menu-item.open {
    z-index: 999;
  }
}
.menu-item.open:before {
  display: block;
  position: absolute;
  z-index: 9999;
  padding-left: .85em;
  padding-top: .5em;
  font-size: 1.8em;
  font-weight: bolder;
}
@media (max-width: 991px) {
  .menu-expanded-second-level .menu-item.open:before {
    content: attr(data-menu-name);
  }
}
.menu-item__link {
  cursor: pointer;
}
@media (max-width: 991px) {
  .menu-item__link {
    background: #FFF;
    padding-top: 2em !important;
    height: 9em;
    text-align: center;
  }
  .menu-item__link:after {
    content: "\f105";
    padding-left: .5em;
    display: inline-block;
    margin-top: .35em;
    font-size: .8em;
  }
  .menu-item__link:before {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
  }
  .menu-item__link--banking:before {
    background-image: url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/img/nav/banking-icon.svg");
  }
  .menu-item__link--investing:before {
    background-image: url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/img/nav/investing-icon.svg");
  }
  .menu-item__link--retirement:before {
    background-image: url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/img/nav/retirement-icon.svg");
  }
  .menu-item__link--credit-cards:before {
    background-image: url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/img/nav/credit-cards-icon.svg");
  }
  .menu-item__link--live-richer:before {
    background-image: url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/img/nav/live-richer-icon.svg");
  }
  .menu-item__link--video:before {
    background-image: url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/img/nav/video-icon.svg");
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-item__link {
    padding-top: 5em !important;
    height: 16em;
  }
}
.menu-item__link--video:after {
  content: "\f144";
  padding-left: .45em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-item__link {
    padding: .15em .5em !important;
    font-size: .8em;
  }
}
@media (max-width: 991px) {
  .menu-expanded-second-level .menu-item__sub-nav-container {
    background-color: #FFF !important;
    position: absolute !important;
    width: 100% !important;
    padding-left: 1.5em;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 999;
    top: 0;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media (max-width: 767px) {
  .menu-expanded-second-level .menu-item__sub-nav-container {
    font-size: 1.214em;
  }
}
@media (min-width: 992px) {
  .menu-item__sub-nav-container {
    border-top: #20964f solid 0.5em;
    margin-top: -.2em !important;
    font-size: 1em;
    max-height: 23.929em;
  }
}
@media (min-width: 992px) {
  .menu-item__sub-nav-container--2-col {
    width: 31em;
    margin-left: -15.5em;
  }
}
@media (min-width: 992px) {
  .menu-item__sub-nav-container--2-col--with-image {
    width: 55.25em;
    margin-left: -30.625em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-item__sub-nav-container--2-col--with-image {
    font-size: .8em;
  }
}
@media (min-width: 1200px) {
  .menu-item__sub-nav-container--2-col--with-image {
    width: 51.25em;
    margin-left: -27.625em;
  }
}
@media (min-width: 992px) {
  .menu-item__sub-nav-container--3-col {
    width: 42.75em;
    margin-left: -21.375em;
  }
}
@media (min-width: 992px) {
  .menu-item__sub-nav-container--3-col--with-image {
    width: 67em;
    margin-left: -36.5em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-item__sub-nav-container--3-col--with-image {
    font-size: .8em;
  }
}
@media (min-width: 1200px) {
  .menu-item__sub-nav-container--3-col--with-image {
    width: 63em;
    margin-left: -33.5em;
  }
}
@media (min-width: 992px) {
  .menu-item__sub-nav-container--4-col {
    width: 54.5em;
    margin-left: -27.25em;
  }
}
@media (min-width: 992px) {
  .menu-item__sub-nav-container--4-col--with-image {
    width: 78.75em;
    margin-left: -42.375em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-item__sub-nav-container--4-col--with-image {
    font-size: .8em;
  }
}
@media (min-width: 1200px) {
  .menu-item__sub-nav-container--4-col--with-image {
    width: 74.75em;
    margin-left: -39.375em;
  }
}
@media (min-width: 992px) {
  .menu-item__sub-nav-container--5-col {
    width: 66.25em;
    margin-left: -33.125em;
  }
}
@media (min-width: 992px) {
  .menu-item__sub-nav-container--5-col--with-image {
    width: 90.5em;
    margin-left: -48.25em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-item__sub-nav-container--5-col--with-image {
    font-size: .8em;
  }
}
@media (min-width: 1200px) {
  .menu-item__sub-nav-container--5-col--with-image {
    width: 86.5em;
    margin-left: -45.25em;
  }
}

@media (min-width: 992px) {
  .sub-menu-item {
    padding: 0 0.75em;
    margin-top: 1em;
    margin-bottom: 1.75em;
    float: left;
  }
}
.sub-menu-item:before {
  border-bottom: 1px solid #c0cdd8;
  display: block;
  margin-left: 0;
  margin-right: 1.5em;
  padding-bottom: .5em;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}
@media (min-width: 992px) {
  .sub-menu-item:before {
    border-bottom: 0;
    font-size: 1.2em;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .sub-menu-item:last-child .sub-menu-item__list {
    padding-bottom: 9em !important;
  }
}
@media (min-width: 992px) {
  .sub-menu-item--learn {
    border-right: 1px solid #c0cdd8;
  }
}
.sub-menu-item--learn:before {
  content: "Learn";
}
.sub-menu-item--get-started:before {
  content: "Get Started";
}
.sub-menu-item__list {
  list-style: none;
  padding-left: .7em;
}
@media (max-width: 991px) {
  .sub-menu-item__list {
    padding-bottom: 2em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-menu-item__list {
    padding-left: 3em;
  }
}
@media (min-width: 992px) {
  .sub-menu-item__list {
    padding-left: 0;
    width: 11.75em;
  }
}
@media (min-width: 992px) {
  .sub-menu-item__list--2-cols {
    -webkit-column-count: 2;
            column-count: 2;
    width: 23.5em;
  }
}
.sub-menu-item__list__item {
  display: inline-block;
  width: 100%;
}
.sub-menu-item__list__item__link {
  color: #4A4A4A;
  display: block;
  padding: .5em .5em .5em 0;
  text-decoration: none;
}
.sub-menu-item__list__item__link:hover {
  color: #20964f;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .sub-menu-item__list__item__link {
    padding: .45em .5em .45em 0;
  }
}
.sub-menu-item--image {
  float: left;
  margin: -.35em 0 0 0;
  padding: 0;
  height: 327px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sub-menu-item--image:before {
  content: attr(data-text);
}
@media (max-width: 991px) {
  .sub-menu-item--image:before {
    width: 87vw;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sub-menu-item--image {
    height: 260px;
  }
}
@media (min-width: 992px) {
  .sub-menu-item--image {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sub-menu-item--image a {
  display: block;
  width: 300px;
  height: 250px;
  margin-left: .5em;
}
@media (max-width: 767px) {
  .sub-menu-item--image a {
    margin-top: 1em;
  }
}
@media (min-width: 768px) {
  .sub-menu-item--image a {
    margin-top: .5em;
    margin-left: 3em;
  }
}
@media (min-width: 992px) {
  .sub-menu-item--image a {
    margin-left: 0;
  }
}
.sub-menu-item--image a:hover {
  background-color: transparent !important;
}

.social-links-list {
  padding-top: .25em;
}
@media (max-width: 991px) {
  .menu-expanded-second-level .social-links-list {
    display: none;
  }
}
@media (max-width: 991px) {
  .social-links-list {
    position: absolute !important;
    bottom: 0;
    margin-top: 0 !important;
    margin-bottom: 3em;
    background: #FFF;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3em;
    z-index: 999;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .social-links-list {
    margin-left: -30px;
    font-size: 2em;
    width: 100%;
    bottom: 2em;
  }
}
@media (min-width: 992px) {
  .social-links-list {
    margin-right: 5.5em;
    bottom: 3.5em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-links-list {
    margin-right: 3em;
  }
}
@media (min-width: 1200px) {
  .social-links-list {
    font-size: 1.286em;
  }
}
@media (max-width: 991px) {
  .social-links-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .social-links-list__item {
    border: 1px solid #c0cdd8;
    border-left: 0;
  }
  .social-links-list__item:last-child {
    border-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .social-links-list__item__link {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
}
.navbar-fixed-top .social-links-list__item__link {
  padding: 0;
}
@media (max-width: 767px) {
  .navbar-fixed-top .social-links-list__item__link {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.social-links-list__item__link i {
  color: #20964f;
}

.social-share-top-nav.addthis_toolbox {
  display: none;
}
.social-share-top-nav.addthis_toolbox .at-icon-wrapper {
  width: 100% !important;
  height: auto !important;
  padding-top: .5em;
  padding-bottom: .5em;
}
.social-share-top-nav.addthis_toolbox .at-icon {
  width: 1.5em !important;
  height: 1.5em !important;
}
.social-share-top-nav.addthis_toolbox .at-icon-wrapper:after {
  vertical-align: super;
}
.browser-scrolled .social-share-top-nav.addthis_toolbox {
  display: block;
  float: right;
  margin-right: 6.75em;
  margin-bottom: -.5em;
}
.browser-scrolled .social-share-top-nav.addthis_toolbox li:first-child {
  margin-right: 1.5em;
}
@media (min-width: 768px) {
  .browser-scrolled .social-share-top-nav.addthis_toolbox .addthis_button_facebook {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
.browser-scrolled .social-share-top-nav.addthis_toolbox .addthis_button_facebook .at-icon {
  background-color: transparent;
}
.browser-scrolled .social-share-top-nav.addthis_toolbox .addthis_button_facebook .at-icon path {
  fill: #3B5998;
}
.browser-scrolled .social-share-top-nav.addthis_toolbox .addthis_button_facebook .at-icon-wrapper {
  background-color: transparent !important;
}
.browser-scrolled .social-share-top-nav.addthis_toolbox .addthis_button_facebook .at-icon-wrapper:after {
  content: "share";
  color: #3B5998;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  margin-left: .25em;
}
.browser-scrolled .social-share-top-nav.addthis_toolbox .addthis_button_facebook .at-icon-wrapper:hover {
  background-color: #FFF !important;
}
.browser-scrolled .social-share-top-nav.addthis_toolbox .addthis_button_facebook .at-icon-wrapper:hover .at-icon {
  background-color: #FFF !important;
}
@media (min-width: 768px) {
  .browser-scrolled .social-share-top-nav.addthis_toolbox .addthis_button_twitter {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
.browser-scrolled .social-share-top-nav.addthis_toolbox .addthis_button_twitter .at-icon {
  background-color: transparent;
}
.browser-scrolled .social-share-top-nav.addthis_toolbox .addthis_button_twitter .at-icon path {
  fill: #1DA1F2;
}
.browser-scrolled .social-share-top-nav.addthis_toolbox .addthis_button_twitter .at-icon-wrapper {
  background-color: transparent !important;
}
.browser-scrolled .social-share-top-nav.addthis_toolbox .addthis_button_twitter .at-icon-wrapper:after {
  content: "tweet";
  color: #1DA1F2;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  margin-left: .25em;
}
.browser-scrolled .social-share-top-nav.addthis_toolbox .addthis_button_twitter .at-icon-wrapper:hover {
  background-color: #FFF !important;
}
.browser-scrolled .social-share-top-nav.addthis_toolbox .addthis_button_twitter .at-icon-wrapper:hover .at-icon {
  background-color: #FFF !important;
}

.top-nav-search {
  border-radius: 4px;
  float: right;
  margin-right: 4em;
  margin-top: -30px;
  border: 0;
  font-weight: 700;
}
@media (max-width: 991px) {
  .menu-expanded-second-level .top-nav-search {
    display: none;
  }
}
@media (max-width: 991px) {
  .top-nav-search {
    color: #20964f;
    background: none;
    font-size: 1.5em;
    margin-right: 0;
    position: absolute;
    top: 1.85em;
    right: 3em;
    z-index: 999;
  }
  .modal-open .top-nav-search {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-nav-search {
    right: 3.2em;
  }
}
@media (min-width: 992px) {
  .top-nav-search {
    background: #20964f;
    color: #FFF;
    margin-right: 0;
    font-size: 1em;
    padding: .25em .5em;
    text-transform: capitalize;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-nav-search {
    position: relative;
    top: 0;
    right: 0;
  }
}

.search-modal-container__dialog {
  width: 100%;
}
@media (max-width: 991px) {
  .search-modal-container__dialog {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-modal-container__dialog {
    height: 100vh;
    margin-top: 55px;
  }
}
@media (min-width: 992px) {
  .search-modal-container__dialog {
    margin-top: 55px;
  }
}
.search-modal-container__content {
  background: #FFF;
  width: 100vw;
  border: 0;
  border-radius: 0;
}
@media (max-width: 991px) {
  .search-modal-container__content {
    margin-top: 43px;
  }
}

.search-form {
  background: #FFF;
  width: 100%;
  font-size: 1.8em;
}
@media (max-width: 991px) {
  .search-form {
    top: 60px;
  }
}
.search-form__container {
  padding-top: 5em;
  padding-bottom: 6em;
}
@media (min-width: 992px) {
  .search-form__container {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.search-form__button {
  color: #c0cdd8;
  position: absolute;
  left: 0.5em;
  top: .4em;
  font-size: .8em;
}
.search-form__button:hover {
  color: #4A4A4A;
}
@media (min-width: 992px) {
  .search-form__button {
    top: .1em;
    left: 0;
    font-size: 1.2em;
  }
}
.search-form__input {
  border: 1px solid #c0cdd8;
  height: 2.3em;
  padding: .5em .5em .5em 2em;
  width: 100%;
  outline: 0;
  font-size: .8em;
}
@media (min-width: 992px) {
  .search-form__input {
    border: 0;
    padding: .5em .5em .5em 1.5em;
    border-bottom: 1px solid #c0cdd8;
    font-size: 1em;
  }
}
.search-form__close {
  color: #4A4A4A;
  position: absolute;
  top: -2.75em;
  right: .5em;
  font-size: 1.7em;
  font-weight: 600;
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-form__close {
    top: -2em;
    right: -1.5em;
  }
}
@media (min-width: 992px) {
  .search-form__close {
    top: .25em;
  }
}

.mobile-back {
  color: #20964f;
  border-color: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  font-size: .9em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: .25em;
  display: none;
}
@media (max-width: 991px) {
  .menu-expanded-second-level .mobile-back {
    display: block;
    float: left;
  }
}
.mobile-back:before {
  content: "\e257";
  display: inline-block;
  margin-right: .75em;
  font-size: .8em;
}

@media (min-width: 1200px) {
  .nav-disclosure {
    width: 100%;
  }
}
.nav-disclosure__button__link {
  color: #4A4A4A;
  background: #FFF;
  border-radius: 4px;
  font-weight: 700;
  font-size: .75em;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-disclosure__button__link:hover, .nav-disclosure__button__link:focus {
  color: #4A4A4A;
  text-decoration: none;
}
@media (max-width: 991px) {
  .home .nav-disclosure__button__link, .category .nav-disclosure__button__link {
    z-index: 999;
    position: absolute;
    top: -2em;
    right: 1em;
    padding: .35em 1em;
    opacity: .8;
    font-size: .7em;
    background: transparent;
  }
}

.in-article-image {
  position: relative;
  display: inline-block;
}
.in-article-image img {
  margin: 0;
}
.in-article-image figcaption {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}
.in-article-image figcaption a {
  text-decoration: none;
}
.in-article-image__caption {
  text-align: left;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .in-article-image.alignright {
    float: right;
    margin-left: 2rem;
    margin-right: -10.5%;
  }
}
@media (min-width: 1200px) {
  .in-article-image.alignright {
    margin-right: -12.875%;
  }
}
@media (min-width: 768px) {
  .in-article-image.alignleft {
    float: left;
    margin-right: 2rem;
    margin-left: -10.5%;
  }
}
@media (min-width: 1200px) {
  .in-article-image.alignleft {
    margin-left: -12.875%;
  }
}
.in-article-image.aligncenter {
  width: 100%;
  text-align: center;
}
.in-article-image.aligncenter img {
  display: inline;
}
.in-article-image.aligncenter figcaption {
  text-align: center;
}

.article-share {
  margin-bottom: 0.5rem;
}
.article-share p {
  color: #81abb5;
  font-size: .925em;
  margin: 0;
}
.article-share--top {
  display: inline-block;
}
@media (min-width: 768px) {
  .article-share--top {
    margin-left: 1em;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-share--side {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-share--side {
    padding-left: 1em;
  }
}
@media (min-width: 1200px) {
  .article-share--side {
    padding-left: 2em;
  }
}
.single-format-gallery .article-share--side, .article-type--gallery .article-share--side {
  position: absolute;
  left: 30px;
  top: 340px;
  z-index: 9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-format-gallery .article-share--side, .article-type--gallery .article-share--side {
    top: 450px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-format-gallery .article-share--side, .article-type--gallery .article-share--side {
    top: 458px;
    left: 115px;
  }
}
@media (min-width: 1200px) {
  .single-format-gallery .article-share--side, .article-type--gallery .article-share--side {
    top: 540px;
  }
}
.single-format-gallery__view-all .article-share--side {
  left: 0;
}
.article-share--video {
  margin-bottom: 0;
}
.article-share__youtube-subscribe {
  background: #ff0000;
  text-align: center;
  color: white;
  text-decoration: none;
  margin-bottom: 0 !important;
}
.article-share__youtube-subscribe:hover {
  color: #FFF;
  text-decoration: none;
}
.article-share__youtube-subscribe i {
  margin: auto;
}
@media (min-width: 992px) {
  .article-share__youtube-subscribe i:after {
    content: "Subscribe";
    padding-left: 1.8em;
    font-size: 0.9em;
  }
}
.article-share__youtube-subscribe--video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .article-share__youtube-subscribe--video {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}

.addthis_toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: initial !important;
}
@media (max-width: 767px) {
  .addthis_toolbox {
    margin-right: 0;
    padding-right: 0;
    margin-left: -15px;
  }
}
.addthis_toolbox--w75 {
  width: 75%;
}
.article-share--side .addthis_toolbox {
  display: block;
}
.addthis_toolbox.collapse.in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addthis_toolbox.collapse {
  display: none;
}
@media (max-width: 767px) {
  .addthis_toolbox.affix {
    position: fixed !important;
    bottom: -0.5em;
    width: calc(100% + 15px);
    z-index: 100;
  }
  .addthis_toolbox.affix.collapse.in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .addthis_toolbox.affix-bottom {
    position: initial !important;
  }
}
.addthis_toolbox .at-icon {
  width: 1.5em !important;
  height: 1.5em !important;
}
.article-share--top .addthis_toolbox .at-icon, .article-share--side .addthis_toolbox .at-icon {
  border-radius: 50%;
  padding: .2em;
}
.article-share--side .addthis_toolbox .at-icon {
  width: 2.5em !important;
  height: 2.5em !important;
  padding: .5em;
}
.addthis_toolbox .at-icon-wrapper {
  width: 100% !important;
  height: auto !important;
  padding-top: .5em;
  padding-bottom: .5em;
}
.article-share--top .addthis_toolbox .at-icon-wrapper, .article-share--side .addthis_toolbox .at-icon-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.addthis_toolbox .at-icon-wrapper:after {
  color: #fff;
  line-height: 0;
  text-transform: capitalize;
  vertical-align: super;
}
.article-share--top .addthis_toolbox .at-icon-wrapper:after, .article-share--video .addthis_toolbox .at-icon-wrapper:after {
  padding-right: .5em;
  padding-left: .15em;
  font-size: 1rem;
}
.addthis_toolbox__hide {
  display: block;
  float: right;
  height: 2.9em;
  width: 2.5em;
  padding: 0;
  background: #383838;
  border: none;
  text-align: center;
  color: white;
  font-weight: bolder;
  border-radius: 0;
}

[class*="addthis_button"] {
  height: 41px;
  margin-bottom: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.article-share--top [class*="addthis_button"], .article-share--side [class*="addthis_button"] {
  height: 28px;
}
.article-share--video [class*="addthis_button"] {
  height: auto;
}

@media (min-width: 768px) {
  .addthis_button_facebook {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
.article-share--video .addthis_button_facebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background-color: #3B5998;
}
.article-share--video .addthis_button_facebook:hover {
  background-color: #344e86;
  text-decoration: none;
}
.addthis_button_facebook .at-icon {
  background-color: #3B5998;
}
.addthis_button_facebook .at-icon path {
  fill: #FFF;
}
.addthis_button_facebook .at-icon-wrapper {
  background-color: #3B5998 !important;
}
.article-share--top .addthis_button_facebook .at-icon-wrapper, .article-share--side .addthis_button_facebook .at-icon-wrapper, .article-share--video .addthis_button_facebook .at-icon-wrapper {
  background-color: transparent !important;
  margin-top: 0;
}
.addthis_button_facebook .at-icon-wrapper:after {
  content: "share";
}
.article-share--side .addthis_button_facebook .at-icon-wrapper:after {
  display: none;
}
.article-share--video .addthis_button_facebook .at-icon-wrapper:after {
  margin-left: 2em;
}
@media (max-width: 991px) {
  .article-share--video .addthis_button_facebook .at-icon-wrapper:after {
    display: none;
  }
}
.article-share--top .addthis_button_facebook .at-icon-wrapper:after, .article-share--side .addthis_button_facebook .at-icon-wrapper:after {
  color: #3B5998 !important;
}
.addthis_button_facebook .at-icon-wrapper:hover {
  background-color: #344e86 !important;
}
.article-share--top .addthis_button_facebook .at-icon-wrapper:hover, .article-share--side .addthis_button_facebook .at-icon-wrapper:hover, .article-share--video .addthis_button_facebook .at-icon-wrapper:hover {
  background-color: transparent !important;
}
.addthis_button_facebook .at-icon-wrapper:hover .at-icon {
  background-color: #344e86 !important;
}
.addthis_button_facebook .at-icon-wrapper:hover .at-icon .article-share--video {
  background-color: transparent !important;
}
@media (min-width: 768px) {
  .addthis_button_twitter {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
.article-share--video .addthis_button_twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background-color: #1DA1F2;
}
.article-share--video .addthis_button_twitter:hover {
  background-color: #0d95e8;
  text-decoration: none;
}
.addthis_button_twitter .at-icon {
  background-color: #1DA1F2;
}
.addthis_button_twitter .at-icon path {
  fill: #FFF;
}
.addthis_button_twitter .at-icon-wrapper {
  background-color: #1DA1F2 !important;
}
.article-share--top .addthis_button_twitter .at-icon-wrapper, .article-share--side .addthis_button_twitter .at-icon-wrapper, .article-share--video .addthis_button_twitter .at-icon-wrapper {
  background-color: transparent !important;
  margin-top: 0;
}
.addthis_button_twitter .at-icon-wrapper:after {
  content: "tweet";
}
.article-share--side .addthis_button_twitter .at-icon-wrapper:after {
  display: none;
}
.article-share--video .addthis_button_twitter .at-icon-wrapper:after {
  margin-left: 2em;
}
@media (max-width: 991px) {
  .article-share--video .addthis_button_twitter .at-icon-wrapper:after {
    display: none;
  }
}
.article-share--top .addthis_button_twitter .at-icon-wrapper:after, .article-share--side .addthis_button_twitter .at-icon-wrapper:after {
  color: #1DA1F2 !important;
}
.addthis_button_twitter .at-icon-wrapper:hover {
  background-color: #0d95e8 !important;
}
.article-share--top .addthis_button_twitter .at-icon-wrapper:hover, .article-share--side .addthis_button_twitter .at-icon-wrapper:hover, .article-share--video .addthis_button_twitter .at-icon-wrapper:hover {
  background-color: transparent !important;
}
.addthis_button_twitter .at-icon-wrapper:hover .at-icon {
  background-color: #0d95e8 !important;
}
.addthis_button_twitter .at-icon-wrapper:hover .at-icon .article-share--video {
  background-color: transparent !important;
}
@media (min-width: 768px) {
  .addthis_button_pinterest_share {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
.article-share--video .addthis_button_pinterest_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background-color: #cb2027;
}
.article-share--video .addthis_button_pinterest_share:hover {
  background-color: #b51d23;
  text-decoration: none;
}
.addthis_button_pinterest_share .at-icon {
  background-color: #cb2027;
}
.addthis_button_pinterest_share .at-icon path {
  fill: #FFF;
}
.addthis_button_pinterest_share .at-icon-wrapper {
  background-color: #cb2027 !important;
}
.article-share--top .addthis_button_pinterest_share .at-icon-wrapper, .article-share--side .addthis_button_pinterest_share .at-icon-wrapper, .article-share--video .addthis_button_pinterest_share .at-icon-wrapper {
  background-color: transparent !important;
  margin-top: 0;
}
.addthis_button_pinterest_share .at-icon-wrapper:after {
  content: "save";
}
.article-share--side .addthis_button_pinterest_share .at-icon-wrapper:after {
  display: none;
}
.article-share--video .addthis_button_pinterest_share .at-icon-wrapper:after {
  margin-left: 2em;
}
@media (max-width: 991px) {
  .article-share--video .addthis_button_pinterest_share .at-icon-wrapper:after {
    display: none;
  }
}
.article-share--top .addthis_button_pinterest_share .at-icon-wrapper:after, .article-share--side .addthis_button_pinterest_share .at-icon-wrapper:after {
  color: #cb2027 !important;
}
.addthis_button_pinterest_share .at-icon-wrapper:hover {
  background-color: #b51d23 !important;
}
.article-share--top .addthis_button_pinterest_share .at-icon-wrapper:hover, .article-share--side .addthis_button_pinterest_share .at-icon-wrapper:hover, .article-share--video .addthis_button_pinterest_share .at-icon-wrapper:hover {
  background-color: transparent !important;
}
.addthis_button_pinterest_share .at-icon-wrapper:hover .at-icon {
  background-color: #b51d23 !important;
}
.addthis_button_pinterest_share .at-icon-wrapper:hover .at-icon .article-share--video {
  background-color: transparent !important;
}
@media (min-width: 768px) {
  .addthis_button_linkedin {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
.article-share--video .addthis_button_linkedin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background-color: #0077B5;
}
.article-share--video .addthis_button_linkedin:hover {
  background-color: #00669c;
  text-decoration: none;
}
.addthis_button_linkedin .at-icon {
  background-color: #0077B5;
}
.addthis_button_linkedin .at-icon path {
  fill: #FFF;
}
.addthis_button_linkedin .at-icon-wrapper {
  background-color: #0077B5 !important;
}
.article-share--top .addthis_button_linkedin .at-icon-wrapper, .article-share--side .addthis_button_linkedin .at-icon-wrapper, .article-share--video .addthis_button_linkedin .at-icon-wrapper {
  background-color: transparent !important;
  margin-top: 0;
}
.addthis_button_linkedin .at-icon-wrapper:after {
  content: "share";
}
.article-share--side .addthis_button_linkedin .at-icon-wrapper:after {
  display: none;
}
.article-share--video .addthis_button_linkedin .at-icon-wrapper:after {
  margin-left: 2em;
}
@media (max-width: 991px) {
  .article-share--video .addthis_button_linkedin .at-icon-wrapper:after {
    display: none;
  }
}
.article-share--top .addthis_button_linkedin .at-icon-wrapper:after, .article-share--side .addthis_button_linkedin .at-icon-wrapper:after {
  color: #0077B5 !important;
}
.addthis_button_linkedin .at-icon-wrapper:hover {
  background-color: #00669c !important;
}
.article-share--top .addthis_button_linkedin .at-icon-wrapper:hover, .article-share--side .addthis_button_linkedin .at-icon-wrapper:hover, .article-share--video .addthis_button_linkedin .at-icon-wrapper:hover {
  background-color: transparent !important;
}
.addthis_button_linkedin .at-icon-wrapper:hover .at-icon {
  background-color: #00669c !important;
}
.addthis_button_linkedin .at-icon-wrapper:hover .at-icon .article-share--video {
  background-color: transparent !important;
}
@media (min-width: 768px) {
  .addthis_button_email {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
.article-share--video .addthis_button_email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background-color: #f9a746;
}
.article-share--video .addthis_button_email:hover {
  background-color: #f89b2d;
  text-decoration: none;
}
.addthis_button_email .at-icon {
  background-color: #f9a746;
}
.addthis_button_email .at-icon path {
  fill: #FFF;
}
.addthis_button_email .at-icon-wrapper {
  background-color: #f9a746 !important;
}
.article-share--top .addthis_button_email .at-icon-wrapper, .article-share--side .addthis_button_email .at-icon-wrapper, .article-share--video .addthis_button_email .at-icon-wrapper {
  background-color: transparent !important;
  margin-top: 0;
}
.addthis_button_email .at-icon-wrapper:after {
  content: "email";
}
.article-share--side .addthis_button_email .at-icon-wrapper:after {
  display: none;
}
.article-share--video .addthis_button_email .at-icon-wrapper:after {
  margin-left: 2em;
}
@media (max-width: 991px) {
  .article-share--video .addthis_button_email .at-icon-wrapper:after {
    display: none;
  }
}
.article-share--top .addthis_button_email .at-icon-wrapper:after, .article-share--side .addthis_button_email .at-icon-wrapper:after {
  color: #f9a746 !important;
}
.addthis_button_email .at-icon-wrapper:hover {
  background-color: #f89b2d !important;
}
.article-share--top .addthis_button_email .at-icon-wrapper:hover, .article-share--side .addthis_button_email .at-icon-wrapper:hover, .article-share--video .addthis_button_email .at-icon-wrapper:hover {
  background-color: transparent !important;
}
.addthis_button_email .at-icon-wrapper:hover .at-icon {
  background-color: #f89b2d !important;
}
.addthis_button_email .at-icon-wrapper:hover .at-icon .article-share--video {
  background-color: transparent !important;
}
.addthis_button_compact .at-icon-wrapper {
  background-color: #959da3 !important;
}
.addthis_button_compact .at-icon-wrapper:hover {
  background-color: #c0cdd8 !important;
}

.mobile-share {
  border: none;
  width: 47%;
  color: #fff;
}
.mobile-share--facebook {
  background-color: #3B5998;
}
.mobile-share--facebook:hover {
  background-color: #344e86;
}

#at15s #at_hover a {
  display: inline-block;
}
#at15s #at_hover a:hover {
  background: transparent;
}
#at15s #at_hover a:hover path {
  fill: #21a0df !important;
}
#at15s .at-icon-wrapper {
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
}
#at15s .at-icon-wrapper path {
  fill: #959da3 !important;
}
#at15s .at-icon {
  width: 2.5em !important;
  height: 2.5em !important;
}
#at15s .at-label {
  display: none;
}
#at15s .atm-f {
  display: none;
}

.at4-share-outer {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.at4-share-outer.visible {
  opacity: 1;
}

.at-image-sharing-tool {
  padding-top: 50px !important;
  padding-left: 20px !important;
}

.article-share--side .affix-top {
  position: static;
  margin-top: 10px;
}
.article-share--side .affix-bottom {
  position: relative;
}
.article-share--side .affix {
  position: fixed;
  top: 80px;
}

.advert {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .advert {
    z-index: 99;
  }
}
.advert iframe {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.content-body .advert {
  margin-top: 0;
  margin-bottom: 2rem;
}
.article-type--video .content-body .advert {
  margin-top: .85rem;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .article-type--video .content-body .advert {
    text-align: right;
  }
}
.content-body .advert h3 {
  color: #219378;
  font-size: 1rem;
  letter-spacing: .075em;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .content-body .advert h3 {
    font-size: 1.25rem;
  }
}
.advert--top {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.category .advert--top {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single .advert--top {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
}
@media (min-width: 768px) {
  .advert--article-footer {
    margin-top: 1.5em;
  }
}

.dfp-advert--full-width iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .dfp-advert--full-width iframe {
    width: 85vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dfp-advert--full-width iframe {
    width: 76vw;
  }
  .home-advert--top .dfp-advert--full-width iframe, .advert-under-posts-row .dfp-advert--full-width iframe {
    width: 100%;
  }
  body.touch .home-advert--top .dfp-advert--full-width iframe, body.touch .advert-under-posts-row .dfp-advert--full-width iframe {
    width: 43vw;
  }
}
@media (min-width: 768px) {
  .dfp-advert--alignright {
    float: right;
    margin-left: 2rem;
    margin-right: -10.5%;
  }
}
@media (min-width: 1200px) {
  .dfp-advert--alignright {
    margin-right: -12.875%;
  }
}
@media (min-width: 768px) {
  .dfp-advert--alignleft {
    float: left;
    margin-right: 2rem;
    margin-left: -10.5%;
  }
}
@media (min-width: 1200px) {
  .dfp-advert--alignleft {
    margin-left: -12.875%;
  }
}

@media (min-width: 768px) {
  .advert-under-posts-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .advert-under-posts-row__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .advert-under-posts-row__right {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .advert-under-posts-row__right__advert {
    margin-top: 2em;
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .advert-under-posts-row__right__advert {
    width: 300px;
  }
}
.advert-under-posts-row__right h3 {
  color: #4A4A4A;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: left;
}
.advert-under-posts-row__right h3 a {
  color: #4A4A4A;
}

.advert-category-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .advert-category-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #c0cdd8;
    border-bottom: 1px solid #c0cdd8;
  }
}

aside {
  overflow: hidden;
}

.breadcrumbs {
  line-height: 1.428571429;
  font-size: .875rem;
  padding: 8px 0 0 0;
  margin-bottom: 0px;
  /*20px;*/
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  color: #9B9B9B;
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs {
    font-size: .75rem;
  }
}
.breadcrumbs a {
  color: #9B9B9B;
  font-size: .875rem;
}
.breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
  color: #20964f;
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs a {
    font-size: .75rem;
  }
}
.breadcrumbs__home {
  position: relative;
}
.breadcrumbs__home a {
  display: inline-block;
  text-indent: -1000px;
  padding-right: 15px;
  width: 16px;
}
.breadcrumbs__home a:before {
  content: "";
  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;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  text-indent: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs__home a:before {
    font-size: .75rem;
  }
}
.breadcrumbs span {
  margin-right: .5em;
  margin-left: .5em;
}
@media (min-width: 992px) {
  .breadcrumbs span {
    margin-right: 1em;
    margin-left: 1em;
  }
}
.breadcrumbs span:first-child {
  margin-left: 0;
}
.breadcrumbs span:last-child a {
  font-weight: 600;
}
.breadcrumbs--page {
  margin-bottom: 1.75em;
  color: #4a4a4a;
  text-transform: uppercase;
}
.breadcrumbs--page span {
  display: inline-block;
  margin-right: 1em;
}
.breadcrumbs--page span:nth-child(2n) {
  margin-left: 1em;
}
.breadcrumbs--page a {
  color: #4a4a4a;
}

.btn {
  text-transform: uppercase;
}
.btn--default {
  color: #20964f;
  background-color: #fff;
  border-color: #20964f;
  font-weight: 600;
}
.btn--default:focus, .btn--default.focus {
  color: #20964f;
  background-color: #e6e6e6;
  border-color: #0a2d18;
}
.btn--default:hover {
  color: #20964f;
  background-color: #e6e6e6;
  border-color: #156434;
}
.btn--default:active, .btn--default.active, .open > .btn--default.dropdown-toggle {
  color: #20964f;
  background-color: #e6e6e6;
  border-color: #156434;
}
.btn--default:active:hover, .btn--default:active:focus, .btn--default:active.focus, .btn--default.active:hover, .btn--default.active:focus, .btn--default.active.focus, .open > .btn--default.dropdown-toggle:hover, .open > .btn--default.dropdown-toggle:focus, .open > .btn--default.dropdown-toggle.focus {
  color: #20964f;
  background-color: #d4d4d4;
  border-color: #0a2d18;
}
.btn--default:active, .btn--default.active, .open > .btn--default.dropdown-toggle {
  background-image: none;
}
.btn--default.disabled:hover, .btn--default.disabled:focus, .btn--default.disabled.focus, .btn--default[disabled]:hover, .btn--default[disabled]:focus, .btn--default[disabled].focus, fieldset[disabled] .btn--default:hover, fieldset[disabled] .btn--default:focus, fieldset[disabled] .btn--default.focus {
  background-color: #fff;
  border-color: #20964f;
}
.btn--default .badge {
  color: #fff;
  background-color: #20964f;
}
.btn--default:hover, .btn--default:active, .btn--default:focus {
  color: #49b776;
  border-color: #49b776;
}
.btn--blue {
  color: #fff;
  background-color: #21a0df;
  border-color: #21a0df;
  font-weight: 600;
  text-transform: uppercase;
}
.btn--blue:focus, .btn--blue.focus {
  color: #fff;
  background-color: #1a80b3;
  border-color: #105070;
}
.btn--blue:hover {
  color: #fff;
  background-color: #1a80b3;
  border-color: #197aaa;
}
.btn--blue:active, .btn--blue.active, .open > .btn--blue.dropdown-toggle {
  color: #fff;
  background-color: #1a80b3;
  border-color: #197aaa;
}
.btn--blue:active:hover, .btn--blue:active:focus, .btn--blue:active.focus, .btn--blue.active:hover, .btn--blue.active:focus, .btn--blue.active.focus, .open > .btn--blue.dropdown-toggle:hover, .open > .btn--blue.dropdown-toggle:focus, .open > .btn--blue.dropdown-toggle.focus {
  color: #fff;
  background-color: #156a94;
  border-color: #105070;
}
.btn--blue:active, .btn--blue.active, .open > .btn--blue.dropdown-toggle {
  background-image: none;
}
.btn--blue.disabled:hover, .btn--blue.disabled:focus, .btn--blue.disabled.focus, .btn--blue[disabled]:hover, .btn--blue[disabled]:focus, .btn--blue[disabled].focus, fieldset[disabled] .btn--blue:hover, fieldset[disabled] .btn--blue:focus, fieldset[disabled] .btn--blue.focus {
  background-color: #21a0df;
  border-color: #21a0df;
}
.btn--blue .badge {
  color: #21a0df;
  background-color: #fff;
}
.btn--blue:hover, .btn--blue:active, .btn--blue:focus {
  border-color: #47b7e2;
  background: #47b7e2;
}
.btn--green {
  color: #fff;
  background-color: #20964f;
  border-color: #20964f;
  font-weight: 600;
}
.btn--green:focus, .btn--green.focus {
  color: #fff;
  background-color: #176c39;
  border-color: #0a2d18;
}
.btn--green:hover {
  color: #fff;
  background-color: #176c39;
  border-color: #156434;
}
.btn--green:active, .btn--green.active, .open > .btn--green.dropdown-toggle {
  color: #fff;
  background-color: #176c39;
  border-color: #156434;
}
.btn--green:active:hover, .btn--green:active:focus, .btn--green:active.focus, .btn--green.active:hover, .btn--green.active:focus, .btn--green.active.focus, .open > .btn--green.dropdown-toggle:hover, .open > .btn--green.dropdown-toggle:focus, .open > .btn--green.dropdown-toggle.focus {
  color: #fff;
  background-color: #114f29;
  border-color: #0a2d18;
}
.btn--green:active, .btn--green.active, .open > .btn--green.dropdown-toggle {
  background-image: none;
}
.btn--green.disabled:hover, .btn--green.disabled:focus, .btn--green.disabled.focus, .btn--green[disabled]:hover, .btn--green[disabled]:focus, .btn--green[disabled].focus, fieldset[disabled] .btn--green:hover, fieldset[disabled] .btn--green:focus, fieldset[disabled] .btn--green.focus {
  background-color: #20964f;
  border-color: #20964f;
}
.btn--green .badge {
  color: #20964f;
  background-color: #fff;
}
.btn--green:hover, .btn--green:active, .btn--green:focus {
  border-color: #49b776;
  background: #49b776;
}
.btn--orange {
  color: #fff;
  background-color: #ef5e29;
  border-color: #ef5e29;
  font-weight: 600;
  border-bottom: 0.2rem solid #c0cdd8;
}
.btn--orange:focus, .btn--orange.focus {
  color: #fff;
  background-color: #d54510;
  border-color: #8e2e0b;
}
.btn--orange:hover {
  color: #fff;
  background-color: #d54510;
  border-color: #cc420f;
}
.btn--orange:active, .btn--orange.active, .open > .btn--orange.dropdown-toggle {
  color: #fff;
  background-color: #d54510;
  border-color: #cc420f;
}
.btn--orange:active:hover, .btn--orange:active:focus, .btn--orange:active.focus, .btn--orange.active:hover, .btn--orange.active:focus, .btn--orange.active.focus, .open > .btn--orange.dropdown-toggle:hover, .open > .btn--orange.dropdown-toggle:focus, .open > .btn--orange.dropdown-toggle.focus {
  color: #fff;
  background-color: #b43a0d;
  border-color: #8e2e0b;
}
.btn--orange:active, .btn--orange.active, .open > .btn--orange.dropdown-toggle {
  background-image: none;
}
.btn--orange.disabled:hover, .btn--orange.disabled:focus, .btn--orange.disabled.focus, .btn--orange[disabled]:hover, .btn--orange[disabled]:focus, .btn--orange[disabled].focus, fieldset[disabled] .btn--orange:hover, fieldset[disabled] .btn--orange:focus, fieldset[disabled] .btn--orange.focus {
  background-color: #ef5e29;
  border-color: #ef5e29;
}
.btn--orange .badge {
  color: #ef5e29;
  background-color: #fff;
}
.btn--orange:hover, .btn--orange:active, .btn--orange:focus {
  border-color: #CA4321;
  background: #CA4321;
}
.btn--orange--no-border-bottom {
  border-bottom: 0;
  text-transform: capitalize;
}
.btn--back-to-top {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  color: #81abb5;
  font-size: .875rem;
  font-weight: 700;
  border-top: 1px solid #e6ebf0;
}
.btn--back-to-top:hover, .btn--back-to-top:active, .btn--back-to-top:focus {
  color: #21a0df;
  border-top: 1px solid #e6ebf0;
}
.btn--load-more {
  color: #fff;
  background-color: #20964f;
  border-color: #20964f;
  font-size: .9em;
  font-weight: 700;
  text-transform: none;
}
.btn--load-more:focus, .btn--load-more.focus {
  color: #fff;
  background-color: #176c39;
  border-color: #0a2d18;
}
.btn--load-more:hover {
  color: #fff;
  background-color: #176c39;
  border-color: #156434;
}
.btn--load-more:active, .btn--load-more.active, .open > .btn--load-more.dropdown-toggle {
  color: #fff;
  background-color: #176c39;
  border-color: #156434;
}
.btn--load-more:active:hover, .btn--load-more:active:focus, .btn--load-more:active.focus, .btn--load-more.active:hover, .btn--load-more.active:focus, .btn--load-more.active.focus, .open > .btn--load-more.dropdown-toggle:hover, .open > .btn--load-more.dropdown-toggle:focus, .open > .btn--load-more.dropdown-toggle.focus {
  color: #fff;
  background-color: #114f29;
  border-color: #0a2d18;
}
.btn--load-more:active, .btn--load-more.active, .open > .btn--load-more.dropdown-toggle {
  background-image: none;
}
.btn--load-more.disabled:hover, .btn--load-more.disabled:focus, .btn--load-more.disabled.focus, .btn--load-more[disabled]:hover, .btn--load-more[disabled]:focus, .btn--load-more[disabled].focus, fieldset[disabled] .btn--load-more:hover, fieldset[disabled] .btn--load-more:focus, fieldset[disabled] .btn--load-more.focus {
  background-color: #20964f;
  border-color: #20964f;
}
.btn--load-more .badge {
  color: #20964f;
  background-color: #fff;
}
@media (max-width: 767px) {
  .btn--load-more {
    white-space: normal;
  }
}
.btn--outline {
  background: #FFF;
  border: 1px solid #ef5e29;
  color: #ef5e29;
}
.btn--outline:hover, .btn--outline:active, .btn--outline:focus {
  color: #ef5e29;
  border: 1px solid #ef5e29;
}

.featured-author {
  font-size: .8125rem;
  width: 16.5em;
}
@media (max-width: 767px) {
  .featured-author {
    padding-left: 1em;
  }
}
@media (min-width: 768px) {
  .featured-author {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media (max-width: 767px) {
  .featured-author.media {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.featured-author .media-heading {
  margin-top: .3em;
  margin-bottom: -.3em;
  color: #20964f;
  font-size: 1.3125em;
  font-weight: 600;
}
.featured-author .media-heading a,
.featured-author .media-heading a:hover {
  color: #20964f;
  font-weight: 600;
  text-decoration: none;
}
.featured-author .media-object {
  width: 40px;
  height: 40px;
}
.featured-author .media-body {
  text-align: left;
}
.featured-author a {
  color: #81abb5;
}
.featured-author a:hover, .featured-author a:focus {
  color: #81abb5;
  text-decoration: none;
}
.featured-author__tag-line {
  font-style: italic;
  color: #4a4a4a;
}
.featured-author__date {
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .featured-author__date {
    padding-left: 1em;
  }
}

.featured-author-tag {
  background: #D5EADC;
  color: #20964f;
  font-style: italic;
  padding: .25em 1em;
  display: inline-block;
  margin-bottom: 1em;
  font-size: .9rem;
  font-weight: bold;
}
.featured-author-tag a,
.featured-author-tag a:hover {
  text-decoration: none;
  color: #20964f;
}

.page-footer {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-footer {
    margin-bottom: 2em;
  }
}
.page-footer .post-list-area .post-list-section-title {
  margin-bottom: 0;
  font-size: 1.2em;
}
.page-footer .post-list-area ul {
  margin-top: .5em;
}
.page-footer section {
  margin-bottom: 2.375em;
}
.page-footer section .single {
  margin-bottom: 1em;
}
.page-footer section a:hover, .page-footer section a:focus {
  color: #21a0df;
  text-decoration: none;
}

@media (min-width: 768px) {
  .bottom-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
  }
}

.by-line {
  color: #1d1d1b;
  display: block;
}
@media (max-width: 767px) {
  .by-line {
    font-size: .95em;
    line-height: 1em;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .by-line {
    margin-top: 0;
    font-size: .889em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .by-line {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .by-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.1rem;
  }
}
@media (min-width: 768px) {
  .single-format-gallery__view-all .by-line {
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 768px) {
  .by-line .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .by-line__wrapper {
    text-align: left;
  }
}
.by-line__author-link {
  color: #1d1d1b;
  font-weight: bold;
}
@media (max-width: 767px) {
  .by-line__author-link:after {
    content: '';
    display: block;
    clear: both;
  }
}
.by-line__text {
  display: inline-block;
  font-size: .9em;
  vertical-align: middle;
}
.by-line time {
  position: relative;
  padding-right: .25em;
}
@media (min-width: 768px) {
  .by-line time {
    padding-right: 2em;
    padding-left: 2em;
  }
}
@media (min-width: 768px) {
  .by-line time:after, .by-line time:before {
    content: '';
    margin-right: 5px;
    margin-left: 5px;
    background: #c0cdd8;
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    right: .5em;
    top: 0;
  }
}
@media (min-width: 768px) {
  .by-line time:before {
    left: .5em;
  }
}
@media (max-width: 767px) {
  .by-line time:after {
    content: "in";
    padding-left: .5em;
  }
}
.by-line__cornerstone-link, .by-line__cornerstone-link:hover {
  color: #ef5e29;
  font-weight: bold;
}
.by-line__featured-container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .by-line__featured-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .5em;
  }
}

.snippet-in-content {
  display: block;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}
.snippet-in-content .dfp-advert {
  display: block;
  width: 100%;
}
.snippet-in-content .dfp-advert:not(.dfp-advert--full-width) iframe {
  width: 100%;
}
.snippet-in-content + * {
  clear: both;
}
.single .snippet-in-content + * {
  display: block;
  width: 100%;
}
.snippet-in-content + .listicle-item,
.snippet-in-content + .table-responsive {
  float: none;
}
@media (max-width: 767px) {
  .snippet-in-content--floating .dfp-advert iframe {
    width: auto;
    margin: auto;
    display: block;
  }
}
@media (min-width: 768px) {
  .snippet-in-content--floating {
    width: auto;
    margin-top: 0;
  }
  .snippet-in-content--floating + * {
    clear: none !important;
    float: none !important;
  }
}
@media (min-width: 768px) {
  .snippet-in-content--floating--right {
    float: right;
    margin-left: 2rem;
    margin-right: -10.5%;
  }
}
@media (min-width: 1200px) {
  .snippet-in-content--floating--right {
    margin-right: -12.875%;
  }
}
@media (min-width: 768px) {
  .snippet-in-content--floating--left {
    float: left;
    margin-right: 2rem;
    margin-left: -10.5%;
  }
}
@media (min-width: 1200px) {
  .snippet-in-content--floating--left {
    margin-left: -12.875%;
  }
}

.snippet--sponsored-bottom iframe {
  width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-media--video .video-container:not(.sticky-area) iframe {
    height: 94%;
  }
}
@media (min-width: 768px) {
  .article-media--video .video-container:not(.sticky-area) iframe {
    height: 95%;
  }
}

.twitter-tweet-rendered {
  margin-left: auto;
  margin-right: auto;
}

iframe.instagram-media-rendered {
  margin-left: auto !important;
  margin-right: auto !important;
}

.post-img-preview {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .post-img-preview {
    overflow: hidden;
  }
}
.post-img-preview--video {
  font-size: 0;
}
.post-img-preview--video:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.2) 5%, rgba(0, 0, 0, 0) 30%);
}
@media (max-width: 767px) {
  .post-img-preview--video:before {
    z-index: 0;
  }
}
.post-img-preview--video:after {
  content: "";
  background-image: url("https://cdn.gobankingrates.com/wp-content/themes/gbr-v2/img/video-play-icon.svg.gzip");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: 3%;
  right: 2%;
  width: 14%;
  height: 20%;
  z-index: 99;
}
@media (max-width: 767px) {
  .post-img-preview--video:after {
    z-index: 0;
  }
  .featured-articles__list .post-list__item:nth-child(n + 2) .post-img-preview--video:after, .post-list .post-list__item:nth-child(n + 2) .post-img-preview--video:after {
    bottom: 5%;
    right: 4%;
    width: 19%;
    height: 15%;
  }
}
.dropdown-menu .post-img-preview--video:after {
  top: .1em;
}
.post-img-preview--carousel:after {
  display: block;
  position: absolute;
  bottom: 3%;
  right: 2%;
  color: #fff;
  font-size: 1.6875rem;
  content: '\f144';
  z-index: 99;
}
.post-img-preview--carousel:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .post-img-preview img {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
}
@media (min-width: 768px) {
  .post-img-preview:hover img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  nav .post-img-preview:hover img, .featured-articles .post-img-preview:hover img {
    -webkit-transform: inherit;
            transform: inherit;
  }
}

.newsletter label {
  font-weight: 400;
}
.newsletter .form-control {
  font-size: 1em;
}
.newsletter--in-content {
  display: block;
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2em;
}
.newsletter__inline-form {
  background: #219378;
  padding: 1.5em 0;
}
.newsletter__inline-form label {
  color: #fff;
  font-weight: bolder;
}
@media (max-width: 767px) {
  .newsletter__inline-form input {
    text-align: center;
  }
}
.newsletter__inline-form .form-control {
  border-radius: 0;
}
.newsletter__inline-form .btn--orange {
  border-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  letter-spacing: .1em;
}
@media (max-width: 767px) {
  .newsletter__inline-form .btn--orange {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: .5em;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .newsletter__inline-form .input-group {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .newsletter__inline-form .input-group-btn {
    display: inline-block;
    width: auto;
  }
}
.newsletter__sub-heading {
  color: #81abb5;
  text-align: center;
  letter-spacing: .1em;
}

.pulse-animate {
  -webkit-animation: flickerAnimation 1s infinite;
          animation: flickerAnimation 1s infinite;
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes flickerAnimation {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
  }
}
.logged-in .strong-link {
  color: #dd7016;
  font-weight: bolder;
  background-color: #FAFAD2;
}

.rate-table-header {
  font-weight: 600;
}
@media (max-width: 767px) {
  .rate-table-header {
    font-size: 0.65em !important;
  }
}

section.post-list-area {
  position: relative;
}

.post-list-section-title {
  color: #4A4A4A;
  text-align: center;
  border-bottom: 1px solid #c0cdd8;
  margin: 1em 0 .5em 0;
  padding: .5em 0;
  font-weight: 400;
}
.post-list-section-title--small, .single .page-footer .post-list-section-title {
  font-size: 1.2em;
}

@media (min-width: 768px) {
  .post-list--row .post-list__item:nth-child(n) .media-left, .post-list--carousel .post-list__item .media-left, .post-list--with-no-advert .post-list__item:nth-child(1) .media-left, .post-list--with-no-advert .post-list__item:nth-child(n+2) .media-left, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) .media-left, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3) .media-left, .post-list--with-300x250-advert .post-list__item:nth-child(1) .media-left, .post-list--with-300x250-advert .post-list__item:nth-child(3) .media-left, .post-list--with-widget-advert .post-list__item:nth-child(1) .media-left, .post-list--with-widget-advert .post-list__item:nth-child(3) .media-left {
    position: relative;
    display: block;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .post-list--row .post-list__item:nth-child(n) .media-left, .post-list--carousel .post-list__item .media-left, .post-list--with-no-advert .post-list__item:nth-child(1) .media-left, .post-list--with-no-advert .post-list__item:nth-child(n+2) .media-left, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) .media-left, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3) .media-left, .post-list--with-300x250-advert .post-list__item:nth-child(1) .media-left, .post-list--with-300x250-advert .post-list__item:nth-child(3) .media-left, .post-list--with-widget-advert .post-list__item:nth-child(1) .media-left, .post-list--with-widget-advert .post-list__item:nth-child(3) .media-left {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .post-list--row .post-list__item:nth-child(n) img, .post-list--carousel .post-list__item img, .post-list--with-no-advert .post-list__item:nth-child(1) img, .post-list--with-no-advert .post-list__item:nth-child(n+2) img, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) img, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3) img, .post-list--with-300x250-advert .post-list__item:nth-child(1) img, .post-list--with-300x250-advert .post-list__item:nth-child(3) img, .post-list--with-widget-advert .post-list__item:nth-child(1) img, .post-list--with-widget-advert .post-list__item:nth-child(3) img {
    max-width: 100%;
  }
  .post-list--row .post-list__item:nth-child(n) h4, .post-list--carousel .post-list__item h4, .post-list--with-no-advert .post-list__item:nth-child(1) h4, .post-list--with-no-advert .post-list__item:nth-child(n+2) h4, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h4, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3) h4, .post-list--with-300x250-advert .post-list__item:nth-child(1) h4, .post-list--with-300x250-advert .post-list__item:nth-child(3) h4, .post-list--with-widget-advert .post-list__item:nth-child(1) h4, .post-list--with-widget-advert .post-list__item:nth-child(3) h4 {
    display: block;
    margin: 0;
    padding: 0;
  }
  .post-list--row .post-list__item:nth-child(n) h4 a, .post-list--carousel .post-list__item h4 a, .post-list--with-no-advert .post-list__item:nth-child(1) h4 a, .post-list--with-no-advert .post-list__item:nth-child(n+2) h4 a, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h4 a, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3) h4 a, .post-list--with-300x250-advert .post-list__item:nth-child(1) h4 a, .post-list--with-300x250-advert .post-list__item:nth-child(3) h4 a, .post-list--with-widget-advert .post-list__item:nth-child(1) h4 a, .post-list--with-widget-advert .post-list__item:nth-child(3) h4 a {
    display: block;
    color: #20964f;
    font-weight: bolder;
    margin: 1em 0 0 0;
  }
  .post-list--row .post-list__item:nth-child(n) h4 a:hover, .post-list--carousel .post-list__item h4 a:hover, .post-list--with-no-advert .post-list__item:nth-child(1) h4 a:hover, .post-list--with-no-advert .post-list__item:nth-child(n+2) h4 a:hover, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h4 a:hover, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3) h4 a:hover, .post-list--with-300x250-advert .post-list__item:nth-child(1) h4 a:hover, .post-list--with-300x250-advert .post-list__item:nth-child(3) h4 a:hover, .post-list--with-widget-advert .post-list__item:nth-child(1) h4 a:hover, .post-list--with-widget-advert .post-list__item:nth-child(3) h4 a:hover {
    text-decoration: none;
  }
  .post-list--row .post-list__item:nth-child(n) h4.post-list__item__category--sponsored a, .post-list--carousel .post-list__item h4.post-list__item__category--sponsored a, .post-list--with-no-advert .post-list__item:nth-child(1) h4.post-list__item__category--sponsored a, .post-list--with-no-advert .post-list__item:nth-child(n+2) h4.post-list__item__category--sponsored a, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h4.post-list__item__category--sponsored a, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3) h4.post-list__item__category--sponsored a, .post-list--with-300x250-advert .post-list__item:nth-child(1) h4.post-list__item__category--sponsored a, .post-list--with-300x250-advert .post-list__item:nth-child(3) h4.post-list__item__category--sponsored a, .post-list--with-widget-advert .post-list__item:nth-child(1) h4.post-list__item__category--sponsored a, .post-list--with-widget-advert .post-list__item:nth-child(3) h4.post-list__item__category--sponsored a {
    color: #ef5e29;
  }
  .post-list--row .post-list__item:nth-child(n) h3, .post-list--carousel .post-list__item h3, .post-list--with-no-advert .post-list__item:nth-child(1) h3, .post-list--with-no-advert .post-list__item:nth-child(n+2) h3, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h3, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3) h3, .post-list--with-300x250-advert .post-list__item:nth-child(1) h3, .post-list--with-300x250-advert .post-list__item:nth-child(3) h3, .post-list--with-widget-advert .post-list__item:nth-child(1) h3, .post-list--with-widget-advert .post-list__item:nth-child(3) h3 {
    font-size: 1rem;
    padding-top: .5em;
    line-height: 1.25rem;
  }
  .post-list--row .post-list__item:nth-child(n) h3 a, .post-list--carousel .post-list__item h3 a, .post-list--with-no-advert .post-list__item:nth-child(1) h3 a, .post-list--with-no-advert .post-list__item:nth-child(n+2) h3 a, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h3 a, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3) h3 a, .post-list--with-300x250-advert .post-list__item:nth-child(1) h3 a, .post-list--with-300x250-advert .post-list__item:nth-child(3) h3 a, .post-list--with-widget-advert .post-list__item:nth-child(1) h3 a, .post-list--with-widget-advert .post-list__item:nth-child(3) h3 a {
    color: #4A4A4A;
    font-weight: 900;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .post-list--row .post-list__item:nth-child(n) h3, .post-list--carousel .post-list__item h3, .post-list--with-no-advert .post-list__item:nth-child(1) h3, .post-list--with-no-advert .post-list__item:nth-child(n+2) h3, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h3, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3) h3, .post-list--with-300x250-advert .post-list__item:nth-child(1) h3, .post-list--with-300x250-advert .post-list__item:nth-child(3) h3, .post-list--with-widget-advert .post-list__item:nth-child(1) h3, .post-list--with-widget-advert .post-list__item:nth-child(3) h3 {
    font-size: 1.125em;
    line-height: 1.375em;
    max-height: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .post-list--row .post-list__item:nth-child(n) h3, .post-list--carousel .post-list__item h3, .post-list--with-no-advert .post-list__item:nth-child(1) h3, .post-list--with-no-advert .post-list__item:nth-child(n+2) h3, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h3, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3) h3, .post-list--with-300x250-advert .post-list__item:nth-child(1) h3, .post-list--with-300x250-advert .post-list__item:nth-child(3) h3, .post-list--with-widget-advert .post-list__item:nth-child(1) h3, .post-list--with-widget-advert .post-list__item:nth-child(3) h3 {
    max-height: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .post-list--row .post-list__item:nth-child(n) h3, .post-list--carousel .post-list__item h3, .post-list--with-no-advert .post-list__item:nth-child(1) h3, .post-list--with-no-advert .post-list__item:nth-child(n+2) h3, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h3, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3) h3, .post-list--with-300x250-advert .post-list__item:nth-child(1) h3, .post-list--with-300x250-advert .post-list__item:nth-child(3) h3, .post-list--with-widget-advert .post-list__item:nth-child(1) h3, .post-list--with-widget-advert .post-list__item:nth-child(3) h3 {
    font-size: 1rem;
    line-height: 1.3rem;
    max-height: 3rem;
  }
}
@media (min-width: 768px) {
  .post-list--row .post-list__item:nth-child(n) .post-list__item__author, .post-list--carousel .post-list__item .post-list__item__author, .post-list--with-no-advert .post-list__item:nth-child(1) .post-list__item__author, .post-list--with-no-advert .post-list__item:nth-child(n+2) .post-list__item__author, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) .post-list__item__author, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3) .post-list__item__author, .post-list--with-300x250-advert .post-list__item:nth-child(1) .post-list__item__author, .post-list--with-300x250-advert .post-list__item:nth-child(3) .post-list__item__author, .post-list--with-widget-advert .post-list__item:nth-child(1) .post-list__item__author, .post-list--with-widget-advert .post-list__item:nth-child(3) .post-list__item__author {
    display: block;
  }
  .post-list--row .post-list__item:nth-child(n):after, .post-list--carousel .post-list__item:after, .post-list--with-no-advert .post-list__item:nth-child(1):after, .post-list--with-no-advert .post-list__item:nth-child(n+2):after, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1):after, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3):after, .post-list--with-300x250-advert .post-list__item:nth-child(1):after, .post-list--with-300x250-advert .post-list__item:nth-child(3):after, .post-list--with-widget-advert .post-list__item:nth-child(1):after, .post-list--with-widget-advert .post-list__item:nth-child(3):after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4) img, .post-list--with-300x250-advert .post-list__item:nth-child(4) img, .post-list--with-300x250-advert .post-list__item:nth-child(5) img {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4) .media-left, .post-list--with-300x250-advert .post-list__item:nth-child(4) .media-left, .post-list--with-300x250-advert .post-list__item:nth-child(5) .media-left {
    position: relative;
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4) .media-left, .post-list--with-300x250-advert .post-list__item:nth-child(4) .media-left, .post-list--with-300x250-advert .post-list__item:nth-child(5) .media-left {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4) img, .post-list--with-300x250-advert .post-list__item:nth-child(4) img, .post-list--with-300x250-advert .post-list__item:nth-child(5) img {
    max-width: 100%;
  }
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4) h4, .post-list--with-300x250-advert .post-list__item:nth-child(4) h4, .post-list--with-300x250-advert .post-list__item:nth-child(5) h4 {
    display: block;
    margin: 0;
    padding: 0;
  }
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4) h4 a, .post-list--with-300x250-advert .post-list__item:nth-child(4) h4 a, .post-list--with-300x250-advert .post-list__item:nth-child(5) h4 a {
    display: block;
    color: #20964f;
    font-weight: bolder;
    margin: 1em 0 0 0;
  }
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4) h4 a:hover, .post-list--with-300x250-advert .post-list__item:nth-child(4) h4 a:hover, .post-list--with-300x250-advert .post-list__item:nth-child(5) h4 a:hover {
    text-decoration: none;
  }
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4) h4.post-list__item__category--sponsored a, .post-list--with-300x250-advert .post-list__item:nth-child(4) h4.post-list__item__category--sponsored a, .post-list--with-300x250-advert .post-list__item:nth-child(5) h4.post-list__item__category--sponsored a {
    color: #ef5e29;
  }
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4) h3, .post-list--with-300x250-advert .post-list__item:nth-child(4) h3, .post-list--with-300x250-advert .post-list__item:nth-child(5) h3 {
    font-size: 1rem;
    padding-top: .5em;
    line-height: 1.25rem;
  }
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4) h3 a, .post-list--with-300x250-advert .post-list__item:nth-child(4) h3 a, .post-list--with-300x250-advert .post-list__item:nth-child(5) h3 a {
    color: #4A4A4A;
    font-weight: 900;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4) h3, .post-list--with-300x250-advert .post-list__item:nth-child(4) h3, .post-list--with-300x250-advert .post-list__item:nth-child(5) h3 {
    font-size: 1.125em;
    line-height: 1.375em;
    max-height: none;
  }
}
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991px) {
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4) h3, .post-list--with-300x250-advert .post-list__item:nth-child(4) h3, .post-list--with-300x250-advert .post-list__item:nth-child(5) h3 {
    max-height: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4) h3, .post-list--with-300x250-advert .post-list__item:nth-child(4) h3, .post-list--with-300x250-advert .post-list__item:nth-child(5) h3 {
    font-size: 1rem;
    line-height: 1.3rem;
    max-height: 3rem;
  }
}
@media (min-width: 992px) {
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4) .post-list__item__author, .post-list--with-300x250-advert .post-list__item:nth-child(4) .post-list__item__author, .post-list--with-300x250-advert .post-list__item:nth-child(5) .post-list__item__author {
    display: block;
  }
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4):after, .post-list--with-300x250-advert .post-list__item:nth-child(4):after, .post-list--with-300x250-advert .post-list__item:nth-child(5):after {
    display: none;
  }
}

.post-list--row .post-list__item:nth-child(1):after, .post-list--with-no-advert .post-list__item:nth-child(1):after, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1):after, .post-list--with-300x250-advert .post-list__item:nth-child(1):after {
  display: none;
}
@media (max-width: 767px) {
  .post-list--row .post-list__item:nth-child(1) .media-left, .post-list--with-no-advert .post-list__item:nth-child(1) .media-left, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) .media-left, .post-list--with-300x250-advert .post-list__item:nth-child(1) .media-left {
    position: relative;
    display: block;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .post-list--row .post-list__item:nth-child(1) .media-left, .post-list--with-no-advert .post-list__item:nth-child(1) .media-left, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) .media-left, .post-list--with-300x250-advert .post-list__item:nth-child(1) .media-left {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .post-list--row .post-list__item:nth-child(1) img, .post-list--with-no-advert .post-list__item:nth-child(1) img, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) img, .post-list--with-300x250-advert .post-list__item:nth-child(1) img {
    max-width: 100%;
  }
  .post-list--row .post-list__item:nth-child(1) h4, .post-list--with-no-advert .post-list__item:nth-child(1) h4, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h4, .post-list--with-300x250-advert .post-list__item:nth-child(1) h4 {
    display: block;
    margin: 0;
    padding: 0;
  }
  .post-list--row .post-list__item:nth-child(1) h4 a, .post-list--with-no-advert .post-list__item:nth-child(1) h4 a, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h4 a, .post-list--with-300x250-advert .post-list__item:nth-child(1) h4 a {
    display: block;
    color: #20964f;
    font-weight: bolder;
    margin: 1em 0 0 0;
  }
  .post-list--row .post-list__item:nth-child(1) h4 a:hover, .post-list--with-no-advert .post-list__item:nth-child(1) h4 a:hover, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h4 a:hover, .post-list--with-300x250-advert .post-list__item:nth-child(1) h4 a:hover {
    text-decoration: none;
  }
  .post-list--row .post-list__item:nth-child(1) h4.post-list__item__category--sponsored a, .post-list--with-no-advert .post-list__item:nth-child(1) h4.post-list__item__category--sponsored a, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h4.post-list__item__category--sponsored a, .post-list--with-300x250-advert .post-list__item:nth-child(1) h4.post-list__item__category--sponsored a {
    color: #ef5e29;
  }
  .post-list--row .post-list__item:nth-child(1) h3, .post-list--with-no-advert .post-list__item:nth-child(1) h3, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h3, .post-list--with-300x250-advert .post-list__item:nth-child(1) h3 {
    font-size: 1rem;
    padding-top: .5em;
    line-height: 1.25rem;
  }
  .post-list--row .post-list__item:nth-child(1) h3 a, .post-list--with-no-advert .post-list__item:nth-child(1) h3 a, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h3 a, .post-list--with-300x250-advert .post-list__item:nth-child(1) h3 a {
    color: #4A4A4A;
    font-weight: 900;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .post-list--row .post-list__item:nth-child(1) h3, .post-list--with-no-advert .post-list__item:nth-child(1) h3, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h3, .post-list--with-300x250-advert .post-list__item:nth-child(1) h3 {
    font-size: 1.125em;
    line-height: 1.375em;
    max-height: none;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .post-list--row .post-list__item:nth-child(1) h3, .post-list--with-no-advert .post-list__item:nth-child(1) h3, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h3, .post-list--with-300x250-advert .post-list__item:nth-child(1) h3 {
    max-height: 2rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .post-list--row .post-list__item:nth-child(1) h3, .post-list--with-no-advert .post-list__item:nth-child(1) h3, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h3, .post-list--with-300x250-advert .post-list__item:nth-child(1) h3 {
    font-size: 1rem;
    line-height: 1.3rem;
    max-height: 3rem;
  }
}
@media (max-width: 767px) {
  .post-list--row .post-list__item:nth-child(1) .post-list__item__author, .post-list--with-no-advert .post-list__item:nth-child(1) .post-list__item__author, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) .post-list__item__author, .post-list--with-300x250-advert .post-list__item:nth-child(1) .post-list__item__author {
    display: block;
  }
  .post-list--row .post-list__item:nth-child(1):after, .post-list--with-no-advert .post-list__item:nth-child(1):after, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1):after, .post-list--with-300x250-advert .post-list__item:nth-child(1):after {
    display: none;
  }
  .post-list--row .post-list__item:nth-child(1) .media-left, .post-list--with-no-advert .post-list__item:nth-child(1) .media-left, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) .media-left, .post-list--with-300x250-advert .post-list__item:nth-child(1) .media-left {
    width: 100%;
    padding-right: 0;
  }
  .post-list--row .post-list__item:nth-child(1) .post-list__item__title, .post-list--with-no-advert .post-list__item:nth-child(1) .post-list__item__title, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) .post-list__item__title, .post-list--with-300x250-advert .post-list__item:nth-child(1) .post-list__item__title {
    font-size: 1.125em !important;
    line-height: 1.375em !important;
    max-height: none !important;
  }
}
@media (min-width: 768px) {
  .post-list--row .post-list__item:nth-child(1) h3, .post-list--with-no-advert .post-list__item:nth-child(1) h3, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h3, .post-list--with-300x250-advert .post-list__item:nth-child(1) h3 {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
@media (min-width: 992px) {
  .post-list--row .post-list__item:nth-child(1) p.post-list__item__excerpt, .post-list--with-no-advert .post-list__item:nth-child(1) p.post-list__item__excerpt, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) p.post-list__item__excerpt, .post-list--with-300x250-advert .post-list__item:nth-child(1) p.post-list__item__excerpt {
    display: block;
  }
  .post-list--row .post-list__item:nth-child(1) .media-body, .post-list--with-no-advert .post-list__item:nth-child(1) .media-body, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) .media-body, .post-list--with-300x250-advert .post-list__item:nth-child(1) .media-body {
    padding-left: 1em;
    padding-right: 1em;
  }
  .post-list--row .post-list__item:nth-child(1) h3, .post-list--with-no-advert .post-list__item:nth-child(1) h3, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h3, .post-list--with-300x250-advert .post-list__item:nth-child(1) h3 {
    font-size: 1.8rem;
    line-height: 2.25rem;
    max-height: none;
  }
}

@media (min-width: 768px) {
  .post-list--with-no-advert .post-list__item:nth-child(1), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1), .post-list--with-300x250-advert .post-list__item:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .post-list--with-no-advert .post-list__item:nth-child(1), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1), .post-list--with-300x250-advert .post-list__item:nth-child(1) {
    padding-bottom: 0;
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .post-list--with-no-advert .post-list__item:nth-child(1):before, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1):before, .post-list--with-300x250-advert .post-list__item:nth-child(1):before {
    background-color: #f4f5f7;
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
  }
  .post-list--with-no-advert .post-list__item:nth-child(1) .media-left, .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) .media-left, .post-list--with-300x250-advert .post-list__item:nth-child(1) .media-left {
    width: 50%;
    display: table-cell;
  }
}

.post-list__item {
  margin-bottom: .5em;
  padding-bottom: .5em;
}
.post-list__item:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #c0cdd8;
  margin-top: .5em;
  margin-bottom: -.5em;
}
@media (max-width: 767px) {
  .post-list__item .media-left {
    width: 30%;
  }
}
.post-list__item img {
  height: auto;
}
@media (max-width: 767px) {
  .post-list__item img:not(.sponsor-logo) {
    width: 100%;
  }
}
.post-list__item p {
  display: none;
}
.post-list__item a:hover {
  text-decoration: none;
}
.post-list__item__author {
  color: #81abb5;
}
.post-list__item__author a {
  color: #81abb5;
}
.post-list__item__excerpt {
  margin-top: .5em;
  color: #959da3;
}
@media (max-width: 991px) {
  .post-list__item__excerpt {
    display: none;
  }
}
.post-list__item__excerpt a {
  color: #000;
}
.post-list__item__category {
  text-transform: uppercase;
  font-size: .75rem;
  margin: .5em 0 .5em 0;
  display: inline-block;
}
.post-list__item__category a {
  color: #20964f;
}
@media (max-width: 767px) {
  .post-list__item__category.post-list__item__category--sponsored a {
    color: #ef5e29;
  }
}
@media (min-width: 768px) {
  .post-list__item__category.post-list__item__category--sponsored a {
    color: #ef5e29;
  }
}
.post-list__item__category.post-list__item__category--sponsored a img {
  max-height: 1.2em;
  width: auto;
  margin-left: .5em;
}
.post-list__item__title {
  font-size: 0.8125rem;
}
@media (max-width: 767px) {
  .post-list__item__title {
    font-size: .875rem;
    line-height: 1.27em;
    max-height: none;
    font-weight: 900;
  }
}
@media (min-width: 768px) {
  .post-list__item__title {
    max-height: 2.5875rem;
    overflow: hidden;
  }
}
.post-list__item__title a {
  color: #4A4A4A;
}
.post-list__item--single {
  width: 100% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list__item--single img {
    max-width: 100%;
  }
}
.post-list__item--stacked .media-right,
.post-list__item--stacked .media-left {
  display: block;
  width: 100%;
  padding: 0;
}
.post-list__item--stacked .post-list__item__title {
  font-size: 1.3em;
}
.post-list__item--stacked .post-list__item__author {
  font-size: .7em;
}
@media (max-width: 767px) {
  .post-list__item--stacked-mobile .media-right,
  .post-list__item--stacked-mobile .media-left {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .post-list__item--stacked-desktop-mobile .media-right,
  .post-list__item--stacked-desktop-mobile .media-left {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .post-list__item--stacked-desktop-mobile .media-right,
  .post-list__item--stacked-desktop-mobile .media-left {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.post-list__item--stacked-desktop-mobile a {
  color: #4a4a4a;
}
.post-list__item--stacked-desktop-mobile .media {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list__item--stacked-desktop-mobile .media-left {
    width: 60%;
  }
}
.post-list__item--stacked-desktop-mobile .media-body {
  padding: 1em;
}
@media (min-width: 992px) {
  .post-list__item--stacked-desktop-mobile .media-body {
    padding: 1.5em;
  }
}
.post-list__item--stacked-desktop-mobile .post-img-preview:after {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .post-list__item--stacked-desktop-mobile .post-img-preview:after {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .post-list__item--stacked-desktop-mobile .post-img-preview:after {
    font-size: 3.65rem;
  }
}
.post-list__item--stacked-desktop-mobile .post-list__item__category {
  display: block;
  margin-bottom: .3em;
  font-size: .72em;
  text-transform: none;
}
@media (min-width: 768px) {
  .post-list__item--stacked-desktop-mobile .post-list__item__category {
    font-size: .83em;
  }
}
@media (min-width: 992px) {
  .post-list__item--stacked-desktop-mobile .post-list__item__category {
    font-size: .83em;
  }
}
.post-list__item--stacked-desktop-mobile .post-list__item__category a {
  color: #959da3;
}
.post-list__item--stacked-desktop-mobile .post-list__item__category a:hover {
  text-decoration: none;
}
.post-list__item--stacked-desktop-mobile .post-list__item__title {
  margin-bottom: .3em;
  font-size: .94em;
}
@media (min-width: 768px) {
  .post-list__item--stacked-desktop-mobile .post-list__item__title {
    max-height: none;
    font-size: 1.17em;
  }
}
@media (min-width: 992px) {
  .post-list__item--stacked-desktop-mobile .post-list__item__title {
    max-height: 2.25em;
    font-size: 1.65em;
  }
}
.post-list__item--stacked-desktop-mobile .post-list__item__excerpt {
  display: block;
  font-size: .89em;
  line-height: 1.25;
}
.post-list__item--stacked-desktop-mobile .post-list__item__excerpt a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .post-list__item--col-sm-6 {
    width: 50%;
  }
  .post-list__item--col-sm-6 .media-right,
  .post-list__item--col-sm-6 .media-left {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .post-list__item--col-sm-6 .media-body {
    height: 5.5em;
  }
}
@media (min-width: 768px) {
  .post-list__item--col-sm-6 .post-img-preview {
    max-height: 11.5rem;
  }
}
@media (min-width: 768px) {
  .post-list__item--col-sm-6 .post-list__item__title {
    max-height: 2.375em;
    font-size: 1em;
    line-height: 1.25;
  }
}
.post-list__item--col-sm-6 .post-list__item__author {
  display: block;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .post-list__item--col-sm-6 .post-list__item__author {
    font-size: .725em;
  }
}
@media (max-width: 767px) {
  .post-list__item--col-sm-6:not(.post-list__item--with-300x250-advert) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .post-list__item--col-sm-6.post-list__item--with-300x250-advert {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list__item--col-sm-6.post-list__item--with-300x250-advert {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-list__item--col-sm-6.post-list__item--with-300x250-advert aside {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .post-list__item--col-md-6 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .post-list__item--col-md-6 .media-body {
    height: 7.25em;
  }
}
@media (min-width: 992px) {
  .post-list__item--col-md-6 .post-img-preview {
    max-height: 20rem;
  }
}
@media (min-width: 992px) {
  .post-list__item--col-md-6 .post-list__item__title {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .post-list__item--col-md-6 .post-list__item__author {
    font-size: .825em;
  }
}
@media (min-width: 992px) {
  .post-list__item--col-md-4 {
    width: 33.33%;
    min-height: 18em;
  }
}
@media (min-width: 992px) {
  .post-list__item--col-md-4 .media-body {
    height: 6em;
  }
}
@media (min-width: 992px) {
  .post-list__item--col-md-4 .post-img-preview {
    max-height: 13rem;
  }
}
@media (min-width: 992px) {
  .post-list__item--col-md-4 .post-list__item__title {
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
  .post-list__item--col-md-4 .post-list__item__author {
    font-size: .77em;
  }
}
@media (min-width: 768px) {
  .post-list__item--img-left .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.post-list__item--img-left .post-list__item__category {
  display: block;
  margin-bottom: .3em;
  font-size: .725em;
  text-transform: none;
}
@media (min-width: 992px) {
  .post-list__item--img-left .post-list__item__category {
    font-size: .825em;
  }
}
.post-list__item--img-left .post-list__item__category a {
  color: #959da3;
}
.post-list__item--img-left .post-list__item__excerpt {
  display: block;
  font-size: .9em;
}
@media (min-width: 768px) {
  .post-list__item--img-left.post-list__item--single .media-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
    max-width: 60%;
  }
}
.post-list__item--img-left.post-list__item--single .post-list__item__title {
  font-size: .9em;
}
@media (min-width: 768px) {
  .post-list__item--img-left.post-list__item--single .post-list__item__title {
    max-height: 3.375em;
    font-size: 1.25em;
  }
}
@media (min-width: 992px) {
  .post-list__item--img-left.post-list__item--single .post-list__item__title {
    font-size: 1.7em;
  }
}
.post-list__item--img-left--sm {
  width: 100% !important;
}
@media (min-width: 768px) {
  .post-list__item--img-left--sm .media-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
  }
}
@media (min-width: 1200px) {
  .post-list__item--img-left--sm .media-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 40%;
  }
}
@media (min-width: 768px) {
  .post-list__item--img-left--sm .media-left img {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .post-list__item--img-left--sm .media-left img {
    max-width: 305px;
  }
}
.post-list__item--img-left--sm .post-list__item__author--featured {
  color: #4a4a4a;
  font-size: .7em;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .post-list__item--img-left--sm .post-list__item__author--featured {
    font-size: .8em;
  }
}
@media (min-width: 768px) {
  .post-list__item--img-left--sm .post-list__item__title {
    max-height: 2.25em;
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  .post-list__item--img-left--sm .post-list__item__excerpt {
    max-height: 3.25em;
    font-size: .825em;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .post-list__item--img-right .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.post-list__item--img-right .media-left {
  padding: 0;
}
@media (max-width: 767px) {
  .post-list__item--img-right .media-left {
    width: 100%;
    display: block;
  }
}
@media (min-width: 768px) {
  .post-list__item--img-right .media-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 70%;
            flex: 1 0 70%;
    max-width: 70%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 768px) {
  .post-list__item--img-right .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-list__item--img-right .post-list__item__title {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .post-list__item--img-right .post-list__item__title {
    max-height: 5.2em;
    font-size: 1.1em;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .post-list__item--img-right .post-list__item__title {
    font-size: 1.85em;
  }
}
.post-list__item--img-right .post-list__item__author {
  font-size: .725em;
}
@media (min-width: 768px) {
  .post-list__item--img-right .post-list__item__author {
    margin-top: auto;
  }
}
.post-list__item--img-right .post-list__item__excerpt {
  display: block;
  font-size: .9em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list__item--hub .media {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list__item--hub.post-list__item--col-sm-6 .post-img-preview {
    position: absolute;
    top: 1em;
    left: 1em;
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list__item--hub.post-list__item--col-sm-6 .post-img-preview img {
    max-width: 80px;
  }
}
.post-list__item--hub.post-list__item--col-sm-6 .post-img-preview--video {
  font-size: initial;
}
.post-list__item--hub.post-list__item--col-sm-6 .post-list__item__title {
  line-height: 1.4rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list__item--hub.post-list__item--col-sm-6 .post-list__item__title {
    height: 5.5rem;
    max-height: none;
    padding-left: 6rem;
    font-size: 1em;
    line-height: 1.3em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list__item--hub.post-list__item--col-sm-6 .post-list__item__category {
    font-size: 0.625em;
  }
}
@media (max-width: 767px) {
  .post-list__item--hub.post-list__item--col-sm-6 .post-list__item__author img {
    display: none;
  }
}
@media (min-width: 992px) {
  .post-list__item--hub.post-list__item--col-md-4 .post-img-preview {
    max-height: 13.75em;
  }
}
@media (min-width: 992px) {
  .post-list__item--hub.post-list__item--col-md-4 .post-img-preview img {
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .post-list__item--hub.post-list__item--col-md-4 .post-list__item__title {
    min-height: 4.2em;
    font-size: 1.3em;
    line-height: 1.4em;
  }
}
@media (min-width: 992px) {
  .post-list__item--hub.post-list__item--col-md-4 .post-list__item__category {
    font-size: .8rem;
  }
}
.post-list__item--hub .post-list__item__category--sponsored {
  background: none;
}
.post-list__item--hub .post-list__item__category--sponsored a {
  padding: 0;
  color: #ef5e29;
  background: none;
}
.post-list__item--hub .post-list__item__author {
  font-size: .75em;
  display: block;
  padding-top: .5em;
}
@media (min-width: 768px) {
  .post-list__item--hub .post-list__item__author {
    border-top: 1px solid #e6ebf0;
    padding-top: 1em;
  }
}
.post-list__item--hub .post-list__item__author img {
  border-radius: 50%;
  width: 1.8em;
  margin: 0 .5em 0 0;
}
.post-list__item--hub .post-list__item__author a {
  color: #4a4a4a;
}
@media (min-width: 992px) {
  .post-list__item--hub--featured .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 30em;
  }
}
@media (min-width: 992px) {
  .post-list__item--hub--featured .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .post-list__item--hub--featured .post-list__item__title {
    font-size: 1.25em;
    max-height: 4.2em;
  }
}
.post-list__item--hub--featured .post-list__item__excerpt {
  display: block;
  margin-bottom: auto;
  font-size: .9em;
  line-height: 1.3em;
}
@media (max-width: 991px) {
  .post-list__item--hub--featured .post-list__item__excerpt {
    display: none;
  }
}
.post-list__item--hub--featured .post-list__item__excerpt a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .post-list__item--jwplayer:not(:first-of-type) picture {
    display: block;
    overflow: hidden;
    background: red;
  }
}
@media (max-width: 767px) {
  .post-list__item--jwplayer:not(:first-of-type) picture img {
    margin-left: -39%;
    width: 178%;
  }
}
.post-list__item--sponsored .sponsor-logo--white {
  display: none;
}
.post-list--row {
  margin-top: 2em;
}
@media (min-width: 992px) {
  .post-list--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .home .post-list--row .post-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-width: 992px) {
  @supports (-webkit-appearance: none) {
    .post-list--row .post-list__item:nth-child(n) {
      width: 24.95%;
    }
  }
}
.post-list--row .post-list__item:nth-child(n) p.post-list__item__excerpt {
  display: none;
}
.post-list--row .post-list__item:nth-child(n) .post-list__item__title {
  font-size: .875rem;
}
@media (min-width: 768px) {
  .post-list--row .post-list__item:nth-child(n) .post-list__item__title {
    font-size: .938em;
    line-height: 1.25em;
  }
}
.post-list--row .post-list__item:nth-child(1) h3 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .post-list--row .post-list__item:nth-child(1) h3 {
    font-size: 1rem;
    line-height: 1.3rem;
    max-height: 3.9rem;
  }
}
@media (min-width: 768px) {
  .post-list--row .post-list__item:nth-child(1) .media-body {
    padding-left: 0;
    padding-right: 0;
  }
}
.post-list--row-small {
  margin-top: 0;
}
.post-list--row-small .post-list__item:after {
  background: #e6ebf0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list--row-small .post-list__item__title {
    font-size: .813em;
    line-height: 1.3em;
    max-height: 3.9em;
  }
}
@media (min-width: 992px) {
  .post-list--row-small .post-list__item__title {
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 2.7em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list--row-small .post-list__item__category {
    font-size: 0.625em;
  }
}
@media (min-width: 992px) {
  .post-list--row-small .post-list__item__category {
    font-size: .8rem;
  }
}
.post-list--row-small .post-list__item__category--sponsored {
  background: none;
}
.post-list--row-small .post-list__item__category--sponsored a {
  background: none;
  color: #ef5e29;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list--row-small .post-list__item img {
    max-width: 160px;
  }
}
.post-list--row-small .post-list__item:nth-child(n) p.post-list__item__excerpt {
  display: none;
}
@media (max-width: 767px) {
  .post-list--row-small .post-list__item:nth-child(1) .media-left {
    position: relative;
    display: block;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .post-list--row-small .post-list__item:nth-child(1) .media-left {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .post-list--row-small .post-list__item:nth-child(1) img {
    max-width: 100%;
  }
  .post-list--row-small .post-list__item:nth-child(1) h4 {
    display: block;
    margin: 0;
    padding: 0;
  }
  .post-list--row-small .post-list__item:nth-child(1) h4 a {
    display: block;
    color: #20964f;
    font-weight: bolder;
    margin: 1em 0 0 0;
  }
  .post-list--row-small .post-list__item:nth-child(1) h4 a:hover {
    text-decoration: none;
  }
  .post-list--row-small .post-list__item:nth-child(1) h4.post-list__item__category--sponsored a {
    color: #ef5e29;
  }
  .post-list--row-small .post-list__item:nth-child(1) h3 {
    font-size: 1rem;
    padding-top: .5em;
    line-height: 1.25rem;
  }
  .post-list--row-small .post-list__item:nth-child(1) h3 a {
    color: #4A4A4A;
    font-weight: 900;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .post-list--row-small .post-list__item:nth-child(1) h3 {
    font-size: 1.125em;
    line-height: 1.375em;
    max-height: none;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .post-list--row-small .post-list__item:nth-child(1) h3 {
    max-height: 2rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .post-list--row-small .post-list__item:nth-child(1) h3 {
    font-size: 1rem;
    line-height: 1.3rem;
    max-height: 3rem;
  }
}
@media (max-width: 767px) {
  .post-list--row-small .post-list__item:nth-child(1) .post-list__item__author {
    display: block;
  }
  .post-list--row-small .post-list__item:nth-child(1):after {
    display: none;
  }
  .post-list--row-small .post-list__item:nth-child(1) .media-left {
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .post-list--row-small .post-list__item:nth-child(1) img {
    max-width: 200px;
  }
}
.post-list--row-small + label {
  display: none !important;
}
.post-list--card {
  margin-top: 0;
}
.post-list--card .post-list__item:after {
  display: none;
}
.post-list--card .post-list__item__category {
  color: #959da3;
}
.post-list--card .post-list__item__title {
  font-weight: 700;
  color: #4a4a4a;
}
.post-list--card .post-list__item__excerpt {
  color: #4a4a4a;
}
.post-list--card .post-list__item__excerpt a:hover {
  text-decoration: none;
}
.post-list--card .post-list__item__author {
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .post-list--card .post-list__item:not(.post-list__item--stacked-mobile):not(.post-list__item--stacked-desktop-mobile):not(.post-list__item--stacked) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .post-list--card .post-list__item:not(.post-list__item--stacked-mobile):not(.post-list__item--stacked-desktop-mobile):not(.post-list__item--stacked) .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .post-list--card .post-list__item:not(.post-list__item--stacked-mobile):not(.post-list__item--stacked-desktop-mobile):not(.post-list__item--stacked) .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .post-list--card .post-list__item:not(.post-list__item--stacked-mobile):not(.post-list__item--stacked-desktop-mobile):not(.post-list__item--stacked) .media-left {
    width: auto;
    padding: 1em 0 1em 1em;
  }
}
@media (max-width: 767px) {
  .post-list--card .post-list__item:not(.post-list__item--stacked-mobile):not(.post-list__item--stacked-desktop-mobile):not(.post-list__item--stacked) .post-img-preview {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .post-list--card .post-list__item:not(.post-list__item--stacked-mobile):not(.post-list__item--stacked-desktop-mobile):not(.post-list__item--stacked) .post-img-preview img {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .post-list--card .post-list__item:not(.post-list__item--stacked-mobile):not(.post-list__item--stacked-desktop-mobile):not(.post-list__item--stacked) .post-list__item__title {
    max-height: 2.65em;
    font-size: .9em;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .post-list--card .post-list__item:not(.post-list__item--stacked-mobile):not(.post-list__item--stacked-desktop-mobile):not(.post-list__item--stacked) .post-list__item__excerpt {
    display: none;
  }
}
@media (max-width: 767px) {
  .post-list--card .post-list__item:not(.post-list__item--stacked-mobile):not(.post-list__item--stacked-desktop-mobile):not(.post-list__item--stacked) .post-list__item__author {
    display: block;
    margin-top: auto;
    margin-bottom: 0;
    font-size: .7em;
  }
}
.post-list--card .media-left {
  padding: 0;
}
.post-list--card .media-body {
  padding: 1em;
}
@media (max-width: 991px) {
  .post-list--card--with-300x250-advert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.post-list--card--no-shadow .media {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.post-list--carousel {
  margin-bottom: 1.75rem;
}
@media (max-width: 991px) {
  .post-list--carousel {
    padding: 0;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .post-list--carousel {
    padding-left: 1.9em;
    padding-right: 1.9em;
  }
}
.post-list--carousel .post-list__item {
  padding: 0.5rem 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .post-list--carousel .post-list__item .media-left {
    position: relative;
    display: block;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .post-list--carousel .post-list__item .media-left {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .post-list--carousel .post-list__item img {
    max-width: 100%;
  }
  .post-list--carousel .post-list__item h4 {
    display: block;
    margin: 0;
    padding: 0;
  }
  .post-list--carousel .post-list__item h4 a {
    display: block;
    color: #20964f;
    font-weight: bolder;
    margin: 1em 0 0 0;
  }
  .post-list--carousel .post-list__item h4 a:hover {
    text-decoration: none;
  }
  .post-list--carousel .post-list__item h4.post-list__item__category--sponsored a {
    color: #ef5e29;
  }
  .post-list--carousel .post-list__item h3 {
    font-size: 1rem;
    padding-top: .5em;
    line-height: 1.25rem;
  }
  .post-list--carousel .post-list__item h3 a {
    color: #4A4A4A;
    font-weight: 900;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .post-list--carousel .post-list__item h3 {
    font-size: 1.125em;
    line-height: 1.375em;
    max-height: none;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .post-list--carousel .post-list__item h3 {
    max-height: 2rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .post-list--carousel .post-list__item h3 {
    font-size: 1rem;
    line-height: 1.3rem;
    max-height: 3rem;
  }
}
@media (max-width: 767px) {
  .post-list--carousel .post-list__item .post-list__item__author {
    display: block;
  }
  .post-list--carousel .post-list__item:after {
    display: none;
  }
}
.post-list--carousel .post-list__item img {
  width: 100%;
}
.post-list--carousel .post-list__item .media {
  height: 220px;
}
@media (min-width: 768px) {
  .post-list--carousel .post-list__item .media {
    height: 250px;
  }
}
.post-list--carousel .post-list__item .media-left {
  width: 100%;
  height: 125px;
  padding-right: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .post-list--carousel .post-list__item .media-left {
    height: 155px;
  }
}
.post-list--carousel .post-list__item .media-left a {
  max-height: 125px;
}
@media (min-width: 768px) {
  .post-list--carousel .post-list__item .media-left a {
    max-height: 155px;
  }
}
.post-list--carousel .post-list__item .media-body {
  height: 70px;
  max-height: 70px;
  padding: 0 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .post-list--carousel .post-list__item .media-body {
    max-height: 95px;
  }
}
.post-list--carousel .post-list__item__category {
  display: block;
  margin-bottom: 0;
  font-size: .66em;
  text-transform: none;
  color: #959da3;
}
.post-list--carousel .post-list__item__category:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .post-list--carousel .post-list__item__category {
    font-size: .72em;
  }
}
.post-list--carousel .post-list__item h3 {
  color: #4A4A4A;
  font-size: .78em;
}
@media (min-width: 768px) {
  .post-list--carousel .post-list__item h3 {
    font-size: .83em;
  }
}
@media (min-width: 992px) {
  .post-list--carousel .post-list__item h3 {
    font-size: .88em;
  }
}
.post-list--carousel__nav {
  position: absolute;
  top: .5rem;
  width: .725em;
  height: calc(100% - 1rem);
  color: #FFF;
  font-size: 2.7em;
  background: #20964f;
  cursor: pointer;
  -webkit-transition: all .25s;
  transition: all .25s;
  z-index: 99;
}
.post-list--carousel__nav.slick-disabled {
  cursor: default;
  background: #e6ebf0;
}
.post-list--carousel__nav--previous:before, .post-list--carousel__nav--next:before {
  position: absolute;
  top: calc(50% - .5em);
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .post-list--carousel__nav--previous {
    left: 0;
  }
}
@media (min-width: 768px) {
  .post-list--carousel__nav--next {
    right: 0;
  }
}
@media (min-width: 992px) {
  .post-list--with-no-advert .post-list__item:nth-child(1) .media-left {
    width: 66%;
  }
}
@media (min-width: 992px) {
  .post-list--with-no-advert .post-list__item:nth-child(1) .post-list__item__excerpt {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .post-list--with-no-advert .post-list__item:nth-child(1) .post-list__item__title {
    font-size: 2.5rem;
    line-height: 2.75rem;
    max-height: none;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(1) h3 {
    padding-bottom: 0.5rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 992px) {
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(5), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(2n+5) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(3), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(4), .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(n+4) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(n+4) {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(n+4):after {
    margin-top: 1em;
    margin-bottom: -1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list--with-300x600-highlight-first-advert .post-list__item:nth-child(n+7) {
    display: none;
  }
}
@media (min-width: 992px) {
  .post-list--with-300x250-advert .post-list__item:nth-child(6), .post-list--with-300x250-advert .post-list__item:nth-child(2n+6) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list--with-300x250-advert .post-list__item:nth-child(3), .post-list--with-300x250-advert .post-list__item:nth-child(4), .post-list--with-300x250-advert .post-list__item:nth-child(2n+4) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .post-list--with-300x250-advert .post-list__item:nth-child(n+4) {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .post-list--with-300x250-advert .post-list__item:nth-child(n+4):after {
    margin-top: 1em;
    margin-bottom: -1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list--with-300x250-advert .post-list__item:nth-child(n+10) {
    display: none;
  }
}
@media (max-width: 767px) {
  .post-list--with-widget-advert .post-list__item:nth-child(1) .media-left {
    position: relative;
    display: block;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .post-list--with-widget-advert .post-list__item:nth-child(1) .media-left {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .post-list--with-widget-advert .post-list__item:nth-child(1) img {
    max-width: 100%;
  }
  .post-list--with-widget-advert .post-list__item:nth-child(1) h4 {
    display: block;
    margin: 0;
    padding: 0;
  }
  .post-list--with-widget-advert .post-list__item:nth-child(1) h4 a {
    display: block;
    color: #20964f;
    font-weight: bolder;
    margin: 1em 0 0 0;
  }
  .post-list--with-widget-advert .post-list__item:nth-child(1) h4 a:hover {
    text-decoration: none;
  }
  .post-list--with-widget-advert .post-list__item:nth-child(1) h4.post-list__item__category--sponsored a {
    color: #ef5e29;
  }
  .post-list--with-widget-advert .post-list__item:nth-child(1) h3 {
    font-size: 1rem;
    padding-top: .5em;
    line-height: 1.25rem;
  }
  .post-list--with-widget-advert .post-list__item:nth-child(1) h3 a {
    color: #4A4A4A;
    font-weight: 900;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .post-list--with-widget-advert .post-list__item:nth-child(1) h3 {
    font-size: 1.125em;
    line-height: 1.375em;
    max-height: none;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .post-list--with-widget-advert .post-list__item:nth-child(1) h3 {
    max-height: 2rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .post-list--with-widget-advert .post-list__item:nth-child(1) h3 {
    font-size: 1rem;
    line-height: 1.3rem;
    max-height: 3rem;
  }
}
@media (max-width: 767px) {
  .post-list--with-widget-advert .post-list__item:nth-child(1) .post-list__item__author {
    display: block;
  }
  .post-list--with-widget-advert .post-list__item:nth-child(1):after {
    display: none;
  }
  .post-list--with-widget-advert .post-list__item:nth-child(1) .media-left {
    width: 100%;
    padding-right: 0;
  }
}
.post-list--with-widget-advert .post-list__item:nth-child(1) p.post-list__item__excerpt {
  display: none !important;
}
@media (min-width: 992px) {
  .post-list--with-widget-advert .post-list__item:nth-child(4), .post-list--with-widget-advert .post-list__item:nth-child(2n+4) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list--with-widget-advert .post-list__item:nth-child(4), .post-list--with-widget-advert .post-list__item:nth-child(n+4) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .post-list--with-widget-advert .post-list__item:nth-child(n+4) {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .post-list--with-widget-advert .post-list__item:nth-child(n+4):after {
    margin-top: 1em;
    margin-bottom: -1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list--with-widget-advert .post-list__item:nth-child(n+9) {
    display: none;
  }
}
@media (min-width: 768px) {
  .post-list__dfp-advert {
    position: absolute;
    z-index: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-list--with-300x600-highlight-first-advert .post-list__dfp-advert {
    right: 3.5em;
    top: 31.9em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-list--with-300x600-highlight-first-advert .post-list__dfp-advert {
    right: 1.5em;
    top: 20.25em;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) and (-ms-high-contrast: none), (min-width: 992px) and (max-width: 1199px) and (-ms-high-contrast: active) {
  .post-list--with-300x600-highlight-first-advert .post-list__dfp-advert {
    top: 34.75em;
  }
}

@media (min-width: 1200px) {
  .post-list--with-300x600-highlight-first-advert .post-list__dfp-advert {
    right: 3em;
    top: 23.5em;
  }
}
@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  .post-list--with-300x600-highlight-first-advert .post-list__dfp-advert {
    top: 34em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .post-list--with-300x250-advert .post-list__dfp-advert {
    right: 2.5em;
    top: 31.9em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-list--with-300x250-advert .post-list__dfp-advert {
    right: 1.5em;
    top: 41.25em;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) and (-ms-high-contrast: none), (min-width: 992px) and (max-width: 1199px) and (-ms-high-contrast: active) {
  .post-list--with-300x250-advert .post-list__dfp-advert {
    top: 53.75em;
  }
}

@media (min-width: 1200px) {
  .post-list--with-300x250-advert .post-list__dfp-advert {
    right: 3.5em;
    top: 44.5em;
  }
}
@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  .post-list--with-300x250-advert .post-list__dfp-advert {
    top: 53em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .post-list--with-widget-advert .post-list__dfp-advert {
    right: 2.5em;
    top: 17.7em;
  }
}
@media (min-width: 768px) {
  .post-list--with-widget-advert .post-list__dfp-advert {
    width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-list--with-widget-advert .post-list__dfp-advert {
    right: 1.5em;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .post-list--with-widget-advert .post-list__dfp-advert {
    right: 3.5em;
    top: 0;
  }
}
.page-section--with-300x250-advert .post-list__dfp-advert {
  position: relative;
}

.show-more-posts {
  display: none;
}
@media (max-width: 767px) {
  .show-more-posts:checked ~ .col-xs-12 ul li:nth-child(n+7), .post-list--row-small .show-more-posts:checked ~ .post-list__item:nth-child(n) ul li:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 767px) {
  .show-more-posts:checked ~ .col-xs-12 .show-more-button, .post-list--row-small .show-more-posts:checked ~ .post-list__item:nth-child(n) .show-more-button {
    display: block;
  }
}

.show-more-button {
  display: none;
  border-radius: 0;
  text-transform: capitalize;
  font-size: .9em;
  padding: 1.5em;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .show-more-button {
    margin-bottom: 3em;
  }
}

.footer-logos {
  background-color: #e6ebf0;
  padding-top: 1em;
  padding-bottom: 1em;
}
.category .footer-logos {
  margin-top: 0;
}
.footer-logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer-logos ul:before {
  content: "Featured In:";
  color: #4A4A4A;
  text-transform: uppercase;
  font-size: 1.0rem;
  max-height: 2.7rem;
  overflow: hidden;
  width: 100%;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .footer-logos ul:before {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-logos ul:before {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .footer-logos ul:before {
    width: 14.2857142857%;
  }
}
.footer-logos li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .footer-logos li {
    width: 50%;
    margin-top: .5em;
    margin-bottom: .5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-logos li {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .footer-logos li {
    width: 14.2857142857%;
  }
}
.footer-logos li img {
  margin: auto;
}

.jw-reset.jw-featured {
  display: none;
}

@media (min-width: 768px) {
  .jwplayer.jwplayer--sticky {
    position: fixed;
    bottom: 15px;
    right: 15px;
    max-width: 320px;
    max-height: 180px;
    width: 320px;
    height: 180px;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 768px) {
  .sticky-area {
    position: fixed;
    bottom: 15px;
    right: 15px;
    max-width: 320px;
    max-height: 180px;
    width: 320px;
    height: 180px;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
    padding-bottom: 0;
  }
}

.pre-roll-text {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.5);
  padding: .25em .5em;
  font-size: .6em;
  font-family: sans-serif;
}
.pre-roll-text a {
  color: #333;
}

@media (min-width: 768px) {
  .next-post-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  .next-post {
    background: #e6ebf0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .next-post__img {
    padding-left: 0;
    padding-right: 0;
  }
}
.next-post__text a {
  color: #4A4A4A;
}
.next-post__title {
  font-size: 1.625em;
}
@media (max-width: 991px) {
  .next-post__title {
    font-size: 1.13em;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .next-post__title {
    max-height: 4.4318181818em;
    overflow: hidden;
  }
}

.social-links--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -5.5em;
  margin-right: -3em;
  float: right;
}
@media (max-width: 767px) {
  .social-links--header {
    display: none;
  }
}
@media (min-width: 768px) {
  .social-links--footer {
    text-align: right;
  }
}
.social-links__list {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}
.social-links__list-item {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}
.social-links__background {
  color: #20964f;
}
.social-links__foreground {
  color: #FFF;
}
.social-links__icon {
  font-size: 1.2em;
}

.newsletter-modal {
  text-align: center;
  color: #000;
}
.newsletter-modal .modal-content {
  border-radius: 0;
}
.newsletter-modal .modal-body {
  position: relative;
}
@media (min-width: 768px) {
  .newsletter-modal .modal-body {
    padding: 4em;
  }
}
.newsletter-modal button.close {
  color: #ef5e29;
  position: absolute;
  top: .5em;
  right: 1em;
  opacity: 1;
}
.newsletter-modal__heading {
  font-size: 1.7em;
}
.newsletter-modal__heading:before {
  color: #20964f;
  border: 0.15em solid #20964f;
  border-radius: 50%;
  content: "\f00c";
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.3em;
  margin: 0 auto .75em auto;
}
.newsletter-modal__content {
  margin-top: .5em;
  margin-bottom: .5em;
}
.newsletter-modal__content__link, .newsletter-modal__content__link:hover {
  color: #ef5e29;
  text-decoration: none;
}
.newsletter-modal__content span, .newsletter-modal__content__email, .newsletter-modal__content__email:hover {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.sponsored-by {
  color: #4A4A4A;
  margin-top: .5em;
}
@media (max-width: 767px) {
  .sponsored-by {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .sponsored-by {
    font-size: .75em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sponsored-by {
    font-size: .75em;
  }
}
@media (min-width: 1200px) {
  .sponsored-by {
    font-size: .85em;
  }
}
.sponsored-by a {
  color: #4A4A4A;
  text-decoration: none;
}
.sponsored-by img {
  margin-left: .25rem;
  width: auto;
  max-height: 25px;
}
@media (min-width: 992px) {
  .sponsored-by img {
    max-height: 50px;
  }
}
@media (min-width: 992px) {
  .sponsored-by--category {
    margin-top: 0;
    letter-spacing: .15em;
  }
}

/*# sourceMappingURL=single.css.map */:root{--banner-height:4em}@media (max-width:767px){:root{--banner-height:6em}}.question-banner{text-align:center}.question-banner__container{height:var(--banner-height);background:#20964f;color:#fff;padding:1em;font-size:1.8em;font-weight:700}@media (max-width:767px){.question-banner__thumbs{margin-top:.5em}}.question-banner__thumb{color:#ef5e29;background:#fff;border-radius:50%;padding:.5em;width:2em;height:2em;text-align:center;line-height:1em;cursor:pointer;margin:0 .25em}.question-banner__thumb:hover{color:#fff;background:#ef5e29}.question-banner__thumb.fa-thumbs-o-up:hover:before{content:"\f164"}.question-banner__thumb.fa-thumbs-o-down:hover:before{content:"\f165"}.question-banner__answer,.question-banner__question{height:var(--banner-height);position:absolute;top:0;left:0;width:100%;-webkit-transition:all 1s;transition:all 1s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:767px){.question-banner__answer,.question-banner__question{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.question-banner__question{z-index:99;opacity:1}.question-banner__clicked .question-banner__question{opacity:0;z-index:0}.question-banner__answer{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg);opacity:0}.question-banner__clicked .question-banner__answer{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1;z-index:99}.question-banner__answer__text{font-size:.7em;text-align:left}.question-banner__btn,.question-banner__input{border-radius:0;height:3em}@media (max-width:767px){.question-banner__btn,.question-banner__input{margin-top:.5em}}.question-banner__input{font-weight:400}.question-banner__btn{color:#fff;background-color:#ef5e29;border-color:#ef5e29;font-weight:600;text-transform:capitalize}.question-banner__btn.focus,.question-banner__btn:focus{color:#fff;background-color:#d54510;border-color:#8e2e0b}.question-banner__btn:hover{color:#fff;background-color:#d54510;border-color:#cc420f}.open>.question-banner__btn.dropdown-toggle,.question-banner__btn.active,.question-banner__btn:active{color:#fff;background-color:#d54510;border-color:#cc420f}.open>.question-banner__btn.dropdown-toggle.focus,.open>.question-banner__btn.dropdown-toggle:focus,.open>.question-banner__btn.dropdown-toggle:hover,.question-banner__btn.active.focus,.question-banner__btn.active:focus,.question-banner__btn.active:hover,.question-banner__btn:active.focus,.question-banner__btn:active:focus,.question-banner__btn:active:hover{color:#fff;background-color:#b43a0d;border-color:#8e2e0b}.open>.question-banner__btn.dropdown-toggle,.question-banner__btn.active,.question-banner__btn:active{background-image:none}.question-banner__btn.disabled.focus,.question-banner__btn.disabled:focus,.question-banner__btn.disabled:hover,.question-banner__btn[disabled].focus,.question-banner__btn[disabled]:focus,.question-banner__btn[disabled]:hover,fieldset[disabled] .question-banner__btn.focus,fieldset[disabled] .question-banner__btn:focus,fieldset[disabled] .question-banner__btn:hover{background-color:#ef5e29;border-color:#ef5e29}.question-banner__btn .badge{color:#ef5e29;background-color:#fff}.question-banner__btn:active,.question-banner__btn:focus,.question-banner__btn:hover{border-color:#ca4321;background:#ca4321}.sponsors-of-gbr{float:left;padding-left:.75em;font-size:.7em;text-align:left}@media (max-width:767px){.sponsors-of-gbr{width:85vw;padding-left:1.5em}}.sponsors-of-gbr__logo{height:1.4em;padding-left:.15em}.sponsors-of-gbr__logo--gray path{fill:gray}