@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .fivestar-cchdaily div.fivestar-widget-static .star span,
.fivestar-cchdaily div.fivestar-widget a {
  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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

.fa.fa-pull-left, .fivestar-cchdaily div.fivestar-widget-static .star span.fa-pull-left,
.fivestar-cchdaily div.fivestar-widget a.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right, .fivestar-cchdaily div.fivestar-widget-static .star span.fa-pull-right,
.fivestar-cchdaily div.fivestar-widget a.fa-pull-right {
  margin-left: 0.3em;
}

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

.pull-left {
  float: left;
}

.fa.pull-left, .fivestar-cchdaily div.fivestar-widget-static .star span.pull-left,
.fivestar-cchdaily div.fivestar-widget a.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right, .fivestar-cchdaily div.fivestar-widget-static .star span.pull-right,
.fivestar-cchdaily div.fivestar-widget a.pull-right {
  margin-left: 0.3em;
}

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

.fa-star:before, .fivestar-cchdaily div.fivestar-widget-static .star span.on:before,
.fivestar-cchdaily div.fivestar-widget div.star.on a:before,
.fivestar-cchdaily div.fivestar-widget div.star.hover a:before {
  content: "";
}

.fa-star-o:before, .fivestar-cchdaily div.fivestar-widget-static .star span.off:before,
.fivestar-cchdaily div.fivestar-widget div.star a: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, .fivestar-cchdaily div.fivestar-widget div.cancel a:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Typography */
/* Colors */
/* Misc */
* {
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

body {
  background: #f8f8f8;
  color: #394753;
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 320px;
}

h1 {
  margin-bottom: 20px;
}

a {
  color: #0072CE;
}

.field-name-body ol, .field-name-body ul {
  margin: 0 20px;
}
.field-name-body ol li, .field-name-body ul li {
  line-height: 1.5;
  margin: 20px;
}
.node-type-article .field-name-body ol li, .node-type-article .field-name-body ul li {
  margin: 20px 0;
}

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

ul li {
  list-style-type: disc;
}
ul.contextual-links li {
  font-size: 11px;
}
ul li.leaf {
  list-style-image: none;
  list-style-type: none;
}

@font-face {
  font-family: "minion_pro";
  src: url("../fonts/minion_pro/minion_pro.woff2") format("woff2"), url("../fonts/minion_pro/minion_pro.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "minion_pro_bold";
  src: url("../fonts/minion_pro/minion_pro_bold.woff2") format("woff2"), url("../fonts/minion_pro/minion_pro_bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
body {
  font: 16px Arial, Helvetica, sans-serif;
}

h1, h4 {
  font-family: "minion_pro", Georgia, "Times New Roman", Times, serif;
}
h1 strong, h4 strong {
  font-family: "minion_pro_bold", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

h1 {
  font-size: 28px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2,
h3,
.grid ~ h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 28px;
}
h2.underline, .view-latest-news ~ div h2, .view-latest-news ~ h2, .group-back-issues h2,
h3.underline,
.view-latest-news ~ div h3,
.view-latest-news ~ h3,
.group-back-issues h3,
.grid ~ h4.underline,
.view-latest-news ~ div .grid ~ h4,
.view-latest-news ~ .grid ~ h4,
.group-back-issues .grid ~ h4 {
  margin: 15px 0 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
}
h2:empty,
h3:empty,
.grid ~ h4:empty {
  display: none;
}

h4 {
  font-size: 28px;
  line-height: 1.2;
}
.image-top h4, .image-padded h4 {
  font-size: 24px;
}
.border-top h4, .small-teaser h4 {
  font-size: 22px;
}
.title-padded h4, .title-padded.box h4 {
  font-size: 35px;
  text-align: center;
  margin: 0;
  padding: 1.3em 0;
}
h4 .fa, h4 .fivestar-cchdaily div.fivestar-widget-static .star span, .fivestar-cchdaily div.fivestar-widget-static .star h4 span,
h4 .fivestar-cchdaily div.fivestar-widget a,
.fivestar-cchdaily div.fivestar-widget h4 a {
  font-size: 0.7em;
  margin-left: 0.5em;
}
h4.toggle {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-shadow: none;
  margin: 0;
}
h4.toggle .icon i {
  font-size: 25px;
  margin-left: 20px;
  position: relative;
  top: 0.1em;
  font-weight: 900;
}

p {
  line-height: 1.5;
}

hr {
  background: #c9c9c9;
  height: 1px;
  border: none;
}

.center {
  text-align: center;
}

.fa-calendar {
  margin-right: 0.4em;
}

/* Section */
section {
  margin: 20px;
}

/* Footer */
footer h2,
footer h2 + p {
  font-size: 14px;
  line-height: 1.5;
}
footer h2 {
  font-weight: bold;
}
footer p,
footer li {
  font-size: 12px;
}
footer a {
  text-decoration: underline;
}

header .ad,
.news-eod-ad {
  display: none;
}

.alerts h4 {
  font-size: 22px;
  line-height: 26px;
}
.alerts .image-left {
  align-items: center;
}
.alerts .node-alerts .group-alerts-body {
  margin: auto 0;
}
.alerts .block .content > h2 {
  margin: 15px 0 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
}

.view-magazine-back-issues-page .view-content {
  margin-top: -15px;
}
.view-magazine-back-issues-page .view-content > * {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .view-magazine-back-issues-page .view-content > * {
    margin: 0 15px 30px;
    width: calc(25% - 30px);
  }
}
.view-magazine-back-issues-page .view-content .view-magazine-row {
  border-top: 3px solid #394753;
  text-align: center;
  padding: 15px 40px 20px;
}
.view-magazine-back-issues-page .view-content .view-magazine-row:first-of-type {
  text-align: left;
  width: 100%;
  padding: 30px 30px;
}
.view-magazine-back-issues-page .view-content .view-magazine-row:first-of-type .field-type-image {
  margin: 0 20px 0 0;
  float: left;
}
.view-magazine-back-issues-page .view-content .view-magazine-row:first-of-type .fa-calendar {
  display: none;
}
.view-magazine-back-issues-page .view-content .view-magazine-row:first-of-type .date-display-single {
  font-size: 1em;
  color: #0072CE;
}
.view-magazine-back-issues-page .view-content .view-magazine-row .field-type-image {
  font-size: 0;
  margin-bottom: 15px;
}
.view-magazine-back-issues-page .view-content .view-magazine-row h4 {
  font-size: 24px;
}
.view-magazine-back-issues-page .view-content .view-magazine-row h4 a {
  font-size: 1em;
}
.view-magazine-back-issues-page .view-content .view-magazine-row .archive-body {
  margin: 15px 20px 20px;
}
.view-magazine-back-issues-page .view-content .view-magazine-row button {
  margin: 20px 0;
}
.view-magazine-back-issues-page .view-content .view-magazine-row .fa-calendar,
.view-magazine-back-issues-page .view-content .view-magazine-row .date-display-single {
  font-size: 14px;
  color: #707070;
}

.node-type-magazine-edition .box.group-edition {
  padding: 30px;
}
.node-type-magazine-edition .box.group-edition .field-type-image {
  font-size: 0;
  width: 100%;
  max-width: 200px;
  margin: 0 20px 0 0;
  float: left;
}
.node-type-magazine-edition .box.group-edition h4 {
  font-size: 24px;
  color: #0072CE;
  margin: 0;
}
.node-type-magazine-edition .box.group-edition .clearfix::after {
  display: none;
}
.node-type-magazine-edition .box.group-edition .field-name-body {
  margin: 15px 20px 20px;
  box-shadow: none;
}
.node-type-magazine-edition .box.group-listing {
  margin-top: 30px;
  padding: 40px 30px;
}
.node-type-magazine-edition .box.group-listing h3 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
}
.node-type-magazine-edition .box.group-listing h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin: 25px 0 15px;
}
.node-type-magazine-edition .box.group-listing ul li {
  list-style-type: none;
  margin: 10px 0;
}
.node-type-magazine-edition .group-back-issues {
  margin: 40px 0 0;
}
.node-type-magazine-edition .group-back-issues li {
  border-top: 3px solid #394753;
  text-align: center;
  padding: 30px;
}
.node-type-magazine-edition .group-back-issues li .views-field-field-issue-date {
  font-size: 14px;
  color: #707070;
  margin: 20px 0 0;
}
.node-type-magazine-edition .group-back-issues button {
  display: none;
}

@media (min-width: 768px) {
  .byline {
    display: flex;
    align-items: center;
  }
}
.byline > div {
  flex-grow: 1;
  margin: 15px 15px 0;
}
@media (min-width: 768px) {
  .byline > div {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .byline > div:first-child:not(:only-child) {
    max-width: 67%;
  }
}
@media (min-width: 768px) {
  .byline > div ~ div {
    text-align: right;
  }
}
.byline .field-name-field-short-bio span {
  font: inherit !important;
  color: inherit !important;
}

.article .image {
  margin: 15px;
}
.article p {
  line-height: 1.5;
  text-align: justify;
  margin: 3px 0 0;
}
.article .tags {
  margin: -5px 0 -10px;
}
.article .tags:first-child, .article .tags:last-child {
  margin-bottom: -25px;
}
.article .stars i {
  cursor: pointer;
}
.article .stars i ~ i {
  margin-left: 5px;
}

#block-sytem-main > .content h2,
#block-sytem-main > .content h3,
#block-sytem-main > .content h4 {
  margin: 20px;
}
#block-sytem-main > .content p {
  margin: 15px 20px;
}

.view .grid .post-date {
  font-size: 14px;
  line-height: 22px;
}
.view .grid article.hide-standfirst .field-name-field-standfirst {
  display: none;
}
.view .grid article.hide-image .field-name-field-image {
  display: none;
}
.view .grid-three .grid-row-one .group-article-body h4 {
  font-size: 24px;
}

.path-surveys .field-name-post-date {
  display: none;
}

.node-type-article .group-article-top .date,
.node-type-live-news .group-article-top .date {
  margin: 5px 0 0 0;
}
.node-type-article .group-article-top .field-name-title,
.node-type-article .group-article-top .field-name-title *,
.node-type-article .group-article-top .field-name-field-short-bio,
.node-type-article .group-article-top .field-name-field-short-bio *,
.node-type-live-news .group-article-top .field-name-title,
.node-type-live-news .group-article-top .field-name-title *,
.node-type-live-news .group-article-top .field-name-field-short-bio,
.node-type-live-news .group-article-top .field-name-field-short-bio * {
  display: inline;
}
.node-type-article .group-article-top .field-name-field-short-bio,
.node-type-live-news .group-article-top .field-name-field-short-bio {
  margin-left: 3px;
}
.node-type-article .group-article-top .date,
.node-type-article .group-article-top .field-name-title,
.node-type-article .group-article-top .field-name-field-short-bio,
.node-type-live-news .group-article-top .date,
.node-type-live-news .group-article-top .field-name-title,
.node-type-live-news .group-article-top .field-name-field-short-bio {
  font-size: 14px;
  line-height: 22px;
}
.node-type-article .group-article-body,
.node-type-live-news .group-article-body {
  margin: 30px 0;
  padding: 20px 20px 15px;
}
.node-type-article .group-article-body .field-name-field-image > div,
.node-type-live-news .group-article-body .field-name-field-image > div {
  text-align: center;
}
.node-type-article .group-article-body .field-name-field-image > div img,
.node-type-live-news .group-article-body .field-name-field-image > div img {
  max-height: 500px;
}
.node-type-article .group-article-body .standfirst,
.node-type-article .group-article-body .field-name-field-image,
.node-type-live-news .group-article-body .standfirst,
.node-type-live-news .group-article-body .field-name-field-image {
  margin-bottom: 20px;
}
.node-type-article .group-article-body .field-name-body h3,
.node-type-article .group-article-body .field-name-body h4,
.node-type-article .group-article-body .field-name-body p,
.node-type-live-news .group-article-body .field-name-body h3,
.node-type-live-news .group-article-body .field-name-body h4,
.node-type-live-news .group-article-body .field-name-body p {
  margin-right: 0;
  margin-left: 0;
}
.node-type-article .group-article-body .field-name-body p:first-child,
.node-type-live-news .group-article-body .field-name-body p:first-child {
  margin-top: 0;
}
.node-type-article .group-article-body .field-name-body p:last-child,
.node-type-live-news .group-article-body .field-name-body p:last-child {
  margin-bottom: 0;
}
.node-type-article .field-name-field-related-article,
.node-type-live-news .field-name-field-related-article {
  margin-bottom: 30px;
}
.node-type-article .field-name-field-related-article .label-above,
.node-type-live-news .field-name-field-related-article .label-above {
  border-bottom: 1px #c9c9c9 solid;
  padding-bottom: 15px;
  font-size: 20px;
  margin-bottom: 30px;
}
.node-type-article .group-article-body-survey .field-name-body div > p:not(:first-child),
.node-type-live-news .group-article-body-survey .field-name-body div > p:not(:first-child) {
  display: none;
}

.node-type-article form#cchdaily-cpd-tracker-form,
.node-type-live-news form#cchdaily-cpd-tracker-form {
  display: inline-block;
  margin: 0;
}
.node-type-article form#cchdaily-cpd-tracker-form .form-submit,
.node-type-live-news form#cchdaily-cpd-tracker-form .form-submit {
  background-color: #0072CE;
  font-family: Arial, Helvetica, sans-serif;
}

section.survey-section {
  margin: 0;
}

section.survey-embeded {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  section.survey-embeded {
    margin: 30px 0 0;
  }
}
section.survey-embeded article {
  padding: 20px;
}
section.survey-embeded article h2 {
  margin: 25px 0px 20px 0px;
  font-size: 20px;
  line-height: 1.2;
}
section.survey-embeded article div.link-wrapper {
  padding: 25px;
}
section.survey-embeded article input[type=submit], section.survey-embeded article a.blue {
  background-color: #0072CE;
  width: fit-content;
}
section.survey-embeded article i {
  font-family: "FontAwesome";
}
section.survey-embeded article .error {
  width: 100%;
  box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.16);
}
section.survey-embeded article p {
  margin-left: 0;
  margin-right: 0;
}

.list-area-0 {
  margin: 20px 0;
}
.list-area-0 .list-p-hanging1 {
  display: flex;
  align-items: baseline;
}
.list-area-0 .list-p-hanging1 span {
  margin-right: 9px;
}

aside.right {
  display: none;
}
@media (min-width: 768px) {
  aside.right {
    display: block;
  }
}
aside section {
  margin: 20px;
}
@media (min-width: 768px) {
  aside section {
    margin: 30px 0;
  }
}
aside section:first-child {
  margin-top: 0;
}
aside section iframe {
  opacity: 0;
  transition: opacity 0.5s ease;
}
aside section.iframe {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 992px) {
  aside section.iframe {
    height: 177px;
  }
}
aside section.iframe iframe {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 992px) {
  aside section.iframe iframe {
    -webkit-transform: scale(0.71);
    -moz-transform: scale(0.71);
    -ms-transform: scale(0.71);
    -o-transform: scale(0.71);
    transform: scale(0.71);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
aside .accordion {
  margin: 10px 20px;
}
@media (min-width: 768px) {
  aside .accordion {
    margin: 10px 0;
  }
}
aside .accordion.expanded > div div + div {
  display: block;
}
aside .box a {
  color: inherit;
  display: block;
}
aside h3 {
  color: #fff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}
aside h3.toggle {
  cursor: pointer;
}
aside h3.toggle ~ div.content {
  height: 0;
  min-width: 100%;
}
aside h3.toggle ~ div.content .entity-bean ol li,
aside h3.toggle ~ div.content .view ol li {
  margin: 15px 20px;
}
aside h3.toggle ~ div.content .entity-bean ol li:not(:last-child),
aside h3.toggle ~ div.content .view ol li:not(:last-child) {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 15px;
}
aside h3.toggle ~ div.content .entity-bean ol li > *,
aside h3.toggle ~ div.content .view ol li > * {
  line-height: 1.5;
}
aside h3 + div {
  overflow: hidden;
}
aside h3 .fa-plus:before,
aside h3 .fa-minus:before {
  -webkit-text-stroke: 2px #642F6C;
}
aside li {
  list-style-type: none;
}
aside #block-bean-ad-for-register-page,
aside #block-bean-ad-for-register-page > a,
aside #block-bean-ad-for-register-page span {
  display: block;
}
aside #block-bean-editor-picks div a,
aside #block-views-aclive-hot-topics-popular-block div a,
aside #block-views-aclive-hot-topics-latest-block div a {
  display: inline;
  margin-right: 5px;
}
aside #block-bean-editor-picks div a {
  margin-right: 9px;
}

.page-author-atoz .tabs {
  display: flex;
  padding: 0;
  margin: 0 0 1em 0;
  border: none;
}
.page-author-atoz .tabs li {
  width: 33.33%;
}
.page-author-atoz .tabs li a {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: inherit;
  height: 100%;
  margin: 0;
  padding: 0.75em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none;
  background-color: #fff;
  white-space: normal;
}
.page-author-atoz .tabs li a::after:first-child {
  right: 0;
}
.page-author-atoz .tabs li a::after:last-child {
  left: 0;
}
.page-author-atoz .tabs li a span {
  position: relative;
  z-index: 5;
}
.page-author-atoz .tabs li:nth-child(2) {
  border: 0 solid #f8f8f8;
  border-width: 0 2px;
}
.page-author-atoz .tabs .active {
  font-weight: bold;
  color: #fff;
  background: #642F6C;
  border: none;
}
.page-author-atoz .legend {
  text-align: center;
  margin: 14px 20px 20px;
  padding: 0;
  border-bottom: 1px solid #c5c5c5;
}
@media (min-width: 768px) {
  .page-author-atoz .legend {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .page-author-atoz .legend {
    margin-top: 20px;
  }
}
.page-author-atoz .legend .view-content {
  display: flex;
  flex-wrap: wrap;
}
.page-author-atoz .legend .view-content span.alpha-inactive {
  color: #bac2c6;
}
.page-author-atoz .legend .view-content span.alpha-selected {
  color: #0072CE;
  border-bottom: 3px solid #0072CE !important;
}
.page-author-atoz .legend .view-content span.alpha {
  font-weight: bold;
  font-size: 24px;
  flex-grow: 1;
  min-width: 1em;
  margin: 6px 0 0;
  padding: 0 0 4px;
  border-bottom: 3px solid #fff;
  display: inline-block;
  flex-basis: 10%;
}
.page-author-atoz .legend .view-content span.alpha:first-child {
  margin-right: 0.4em;
  flex-basis: auto;
}
@media (min-width: 768px) {
  .page-author-atoz .legend .view-content span.alpha {
    min-width: 1.2em;
    flex-basis: auto;
  }
}
@media (min-width: 992px) {
  .page-author-atoz .legend .view-content span.alpha {
    min-width: auto;
    margin: 0;
    padding-bottom: 8px;
  }
}
.page-author-atoz .legend .view-content span.alpha a {
  color: inherit;
}
.page-author-atoz .listing {
  margin-bottom: 0;
  padding: 20px;
  column-count: 2;
}
@media (min-width: 1200px) {
  .page-author-atoz .listing {
    column-count: 3;
  }
}
.page-author-atoz .listing li {
  line-height: 1.5;
  list-style-type: none;
  margin: 0 0 20px 0;
}
.page-author-atoz .listing li * {
  line-height: inherit;
}

@media (min-width: 768px) {
  .image-left.first .image {
    width: 30%;
  }
}
.image-left.first .image .img-responsive {
  height: auto;
}
.image-left .vocabulary-authors {
  display: flex;
}
.image-left .vocabulary-authors .legend {
  padding: 0 10px;
}

.header-blurb {
  display: flex;
}
.header-blurb .field-name-field-block-body {
  margin: 20px;
}

section.view-authors-a-to-z {
  margin: 0;
}
section.view-authors-a-to-z .pager-show-more {
  margin: 15px;
}
section.view-authors-a-to-z .pager-show-more li {
  margin: 0;
  padding: 0;
}
section.view-authors-a-to-z .pager-show-more li a {
  background-color: #394753;
  margin-top: -15px;
  display: block;
}

.node-type-article section.author {
  padding: 0 20px;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .node-type-article section.author {
    display: flex;
  }
}
@media (min-width: 768px) {
  .node-type-article section.author {
    margin: 30px 0;
  }
}
.node-type-article section.author .image {
  margin-right: 0;
  flex: 0 0 100px;
  margin: 20px 20px 20px 0;
}
@media (max-width: 992px) {
  .node-type-article section.author .image {
    float: left;
  }
}
@media (max-width: 992px) {
  .node-type-article section.author .image img {
    max-width: 100px;
    max-height: 100px;
  }
}
.node-type-article section.author .author-text {
  flex: 1 1;
}
.node-type-article section.author .author-text h4,
.node-type-article section.author .author-text p {
  margin-left: 0;
}
@media (max-width: 768px) {
  .node-type-article section.author .author-text:not(.no-image) h4 {
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .node-type-article section.author .author-text h4 {
    margin-bottom: 0;
  }
}
.node-type-article section.author h4 {
  margin: 20px 20px 0;
  font-size: 22px;
  line-height: 1.2;
}
.node-type-article section.author h4 span.pipe {
  font-size: 22px;
  margin: 0 0.4em;
}
@media (max-width: 992px) {
  .node-type-article section.author h4 span.pipe {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .node-type-article section.author h4 span.pipe {
    display: inline;
  }
}
.node-type-article section.author h4 p {
  line-height: inherit;
}

.bean-header-blurb img {
  height: auto !important;
}

.view-display-id-author_page .pager {
  display: none;
}

.author.well,
.view-mode-author_teaser_small {
  margin-bottom: 0 !important;
}

.view-mode-author_teaser_small .field-name-field-short-bio p {
  margin: 0;
}

.box.border {
  border: 1px solid #ccc;
}
.box.border-top {
  border-top: 3px solid #0072CE;
}
.box.border-top-gray {
  border-top: 3px solid #394753;
}
.box.border-top-red {
  border-top: 3px solid #BF0D3E;
}
.box .image {
  font-size: 0;
  position: relative;
}
.box h4 {
  margin: 20px;
}
.box h4 + div {
  margin: 20px;
}
.box h4 + div div div {
  line-height: 1.5;
}
#block-system-main .box h4 + div p {
  margin: 0;
}
.box .field-name-post-date,
.box .field-name-field-content-category {
  margin: 20px;
}
.front .box .field-name-post-date {
  display: none;
}
.box img {
  width: 100%;
}
.box hr {
  width: auto;
  margin: 5px 20px;
}
.box p {
  margin: 15px 20px;
}
.box.small-teaser .group-article-body {
  align-self: center;
}

.image-left {
  display: flex;
  align-items: stretch;
}
.image-left.image-padded {
  align-items: start;
}
.image-left.image-padded .image {
  width: 20%;
  margin-right: 0;
}
.image-left.has-triangle, .image-left.first {
  display: block;
}
@media (min-width: 768px) {
  .image-left.has-triangle, .image-left.first {
    display: flex;
  }
}
.image-left.has-triangle .image, .image-left.first .image {
  width: 100%;
}
@media (min-width: 768px) {
  .image-left.has-triangle .image, .image-left.first .image {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .image-left.has-triangle .triangle, .image-left.first .triangle {
    width: 20%;
    height: 100%;
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
  }
}
.image-left .image {
  width: 30%;
  flex-shrink: 0;
}
.image-left .image img {
  height: 100%;
}
.image-left .triangle {
  width: 25%;
  height: 100%;
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
}
.image-left .triangle .right {
  display: none;
}
@media (min-width: 768px) {
  .image-left .triangle .right {
    display: block;
  }
}
@media (min-width: 768px) {
  .image-left .triangle .bottom {
    display: none;
  }
}
@media (max-width: 768px) {
  .image-left.has-triangle .triangle, .image-left.first .triangle {
    width: 100%;
    height: 15%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
}

.front .has-triangle:not(.small-teaser) .triangle,
.front .first .triangle {
  display: none;
}
@media (min-width: 768px) {
  .front .has-triangle:not(.small-teaser) .triangle,
.front .first .triangle {
    display: block;
  }
}

@media (max-width: 768px) {
  .front .has-triangle.small-teaser .triangle {
    width: 20%;
    height: 100%;
    left: auto;
    right: 0;
  }
}

.image-padded {
  padding: 0;
}
.image-padded.last .image {
  width: 15%;
}
.image-padded .image {
  margin: 20px;
  padding: 0;
}
.image-padded .image ~ div {
  margin: 0;
  flex-grow: 1;
}

.image-top h4 {
  margin-top: 15px;
}

.triangle {
  width: 100%;
  height: 15%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.title-padded h4 {
  color: #fff;
}

.bg-gray {
  background: #394753;
}

.bg-red {
  background: #BF0D3E;
}

.bg-blue, .view-cpd-tracker .feed-icon a {
  background: #0072CE;
}

.bg-darkblue {
  background: #00558C;
}

.bg-purple {
  background: #642F6C;
}

button,
.button,
.view-cpd-tracker .feed-icon a,
div[about="/register-accountancy-daily-free"] .paywall-form-body .form-actions .hide-submit-text,
section.view-authors-a-to-z .pager-show-more li a,
.form-submit {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  padding: 1em 2em;
  border: none;
  cursor: pointer;
}
button.more,
.button.more,
.view-cpd-tracker .feed-icon a.more,
div[about="/register-accountancy-daily-free"] .paywall-form-body .form-actions .more.hide-submit-text,
section.view-authors-a-to-z .pager-show-more li a.more,
.form-submit.more {
  font-size: 16px;
  width: 100%;
  margin: 0;
  padding: 0.75em;
}
button.center,
.button.center,
.view-cpd-tracker .feed-icon a.center,
div[about="/register-accountancy-daily-free"] .paywall-form-body .form-actions .center.hide-submit-text,
section.view-authors-a-to-z .pager-show-more li a.center,
.form-submit.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
button .dim,
.button .dim,
.view-cpd-tracker .feed-icon a .dim,
div[about="/register-accountancy-daily-free"] .paywall-form-body .form-actions .hide-submit-text .dim,
section.view-authors-a-to-z .pager-show-more li a .dim,
.form-submit .dim {
  opacity: 0.5;
}

.form-submit {
  background-color: #BF0D3E;
  border-radius: 0;
}

button {
  margin: 20px;
}
button + button {
  margin-left: 0;
}

section > button:first-child:last-child, section > .button:first-child:last-child, .view-cpd-tracker .feed-icon section > a:first-child:last-child, div[about="/register-accountancy-daily-free"] .paywall-form-body .form-actions section > .hide-submit-text:first-child:last-child, section.view-authors-a-to-z .pager-show-more li section > a:first-child:last-child {
  margin: 0;
}

* + button,
* + .button,
.view-cpd-tracker .feed-icon * + a,
div[about="/register-accountancy-daily-free"] .paywall-form-body .form-actions * + .hide-submit-text,
section.view-authors-a-to-z .pager-show-more li * + a {
  margin-top: 0;
}

.rounded, .view-cpd-tracker .feed-icon a, div[about="/register-accountancy-daily-free"] .paywall-form-body .form-actions input,
div[about="/register-accountancy-daily-free"] .paywall-form-body .form-actions .hide-submit-text {
  border-radius: 2em;
}

.table ~ button[alt] {
  margin-right: 0;
  outline: none;
}
.table ~ button[alt] + button[alt] {
  margin-left: 20px;
}

.btn .spinner {
  margin-right: 0.4em;
  display: none;
}
.btn[disabled] .spinner {
  display: inline-block;
}

.carousel {
  width: 100%;
  padding: 0 30px;
  position: relative;
  margin: 0;
}
.carousel button {
  font-size: 40px;
  background: none;
  color: #c5c5c5;
  width: 20px;
  height: 40px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel .prev {
  text-align: left;
  left: 0;
}
.carousel .next {
  text-align: right;
  right: 0;
}
.carousel article {
  height: 95%;
  margin-top: 0;
  overflow: hidden;
}

.slick-slider {
  display: block;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-slide li {
  margin: 0;
}

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

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

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

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

.view-aclive-solr-more-like-this .carousel .slick-slide li {
  height: 100%;
}
.view-aclive-solr-more-like-this .carousel .slick-slide li > div {
  height: inherit;
}

.checklist {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
}
.checklist li {
  list-style-type: none;
  margin: 25px 20px;
  display: flex;
  align-items: center;
}
.checklist li:before {
  font-size: 12px;
  line-height: 19px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  flex: 0 0 18px;
}
.checklist:not(.grid) li ~ li {
  margin-top: 15px;
}

.checkmark {
  font-size: 19px;
  line-height: 34px;
  background: #16D85D;
  color: #fff;
  width: 32px;
  height: 32px;
  margin: 0;
  border-radius: 100%;
  display: inline-block;
  vertical-align: text-bottom;
}
h2 .checkmark {
  font-size: 26px;
  line-height: 42px;
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
  display: block;
}
@media (min-width: 768px) {
  h2 .checkmark {
    margin: 0 15px 0 0;
    display: inline-block;
  }
}

main {
  flex-grow: 1;
}
@media (min-width: 768px) {
  main {
    flex: 1;
    min-width: 0;
  }
}

aside {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  aside {
    width: 30%;
  }
  aside.left {
    margin-right: 30px;
  }
  aside.right {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  aside {
    width: 300px;
  }
}

.container {
  margin: 0 auto;
}
body > .container {
  margin: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 707px;
  }
  body > .container {
    margin: 0 auto;
  }
  header + .container {
    margin-top: 40px;
    display: flex;
  }
}
@media (min-width: 992px) {
  .container {
    width: 932px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

#ui-datepicker-div {
  z-index: 100 !important;
}
#ui-datepicker-div .ui-datepicker-calendar {
  min-width: 100%;
}

.ellip,
.ellip-line {
  line-height: inherit;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.ellip {
  height: 100%;
  display: block;
}

.ellip-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: inline-block;
}

.flash-fact,
blockquote,
.field-name-body > .blockquote-footer {
  border: 0 solid #642F6C;
  border-width: 1px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .flash-fact,
blockquote,
.field-name-body > .blockquote-footer {
    width: 45%;
    margin: 5px 20px 20px !important;
    float: right;
  }
}

.flash-fact {
  text-align: justify;
  line-height: 1.5;
  padding: 15px 0 13px;
}
@media (min-width: 1200px) {
  .flash-fact {
    width: 25%;
  }
}
.flash-fact strong {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 32px;
  display: block;
}
.flash-fact strong::before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAwCAMAAABtwnnyAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAY9QTFRFAAAAZgBmZxVnZxRnYhRiZxVnZxRnaBRoaBVoaBRoZxRnaBVoaBRoZhRmAAAAaBRocQBxaBNoZxRnaBVoahVqaBNoaBVoaBRoXQBdZxJnaBVoZxRnaBRoaRJpaRVpZxRnbQBtaBRoaBRoZxRngACAYQxhZxRnaBVoZxVnaQ9paRRpZxRnaBVoZxRnZhJmaBVoZxVnVQBVZxVnaBVoaw1raBRoZxVnahVqaBRoaBVoZxRnaBNoZxRnZxRnaBVoYABgZgBmaBNoZxVnaBRoZhRmZhFmZxVnaBRoZxVnZxVngACAZxVnZxRnZxVnZxRnZxRnaBVobRJtZhRmZxRnaxBraBNoaBVoaQ9paBVoaBRoZxRnZBJkZxRnZxRnahVqZxVnZxNnZxNnZxRnaBNoZxVnaBRoZxRnZxVnaRRpZxRnZxRnaBNoaBVoaBRoZxVnaBNoaBRoZhRmZhVmZxVnZxRnZxRnaBRoaBRoaBVoZhVmaBJoaBVoaBRoahJqZxRnZxRnaBVoZxRnZxRnaRFpZhRmhad0OgAAAIV0Uk5TAAptTRqI78AxpPr/7hkBvwlp2Z8YhOziCyqg+f04SbwHZdbNBBWB6vciJ5z4aEa4uQZh0xN96CSY9plCtP7dCAVdz/syD3nllPUCPrD0WctiDnWyH5HzEayp/ByL8AzcT2qjhdJn17o/5n5g0bOVeORaPK2P8qJx31VTxPEdNKbH2r4uQWv9/swAAAGiSURBVHicndZlV8IxFAbwCfZFLBBRsQBBsECwGzGwFRu7E7tbP7hDjyhj23/zef87Zy/uc+8Qkk+CSi2PEpOSU6RRalo6aDLkjFadCThyT8zKzokgyJVBOn3eFwJDvjgyFhR+IygyCaPiEohGL2hKy8p/EZgtQshaYfuDwF4pghzOKohJtQCqqQUidYrG5a4nEdisCsjjbYhDADV81NjUTEHQwkWtbe00BB2dbNPV3UM1AL5eJvL39TMQgJeFKgcGmQjMAToaGi5iIxihjodldIxjcMYpaGLSwEcwFY+C0zMKCGyzJDLNKRmgjYdpfuE/DKHF0JLiI6kzvKxaUXCMxmhXU/huje7wvl1P5zC7g+WQbiOP7TZdTIeytraZLsRmOMU7DNa+y3XI6LRT3V7cqBDx7NM2CW0wibgODinOrejwSjmKWyn00pFpPCbbzqo4EX/4JNZVCDFc+9OY2ktct7PzP9WSuaXBi8uouxJneNtc3/y4WxmHAnf33+zhUcoh9PTsi7gXraTDHycNdmFZhr9pa6+8I8KOVv3GO1mcvH98AhhEULMiqXd5AAAAAElFTkSuQmCC");
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

blockquote,
.field-name-body > .blockquote-footer {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAmCAMAAABqHZIsAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAI1QTFRFAAAAZRVlaBRoaBRoZxVnaBVoZRBlZhJmZxNnZhVmYBBgZxVnaBVoZRVlZxVnZhNmZxRnZhBmZhNmaBVoZxVnaBRoaBRoaBBoZxVnZxRnZxNnaBVoZxRnZhNmaBNoaBRoaBNoaBRoZhRmZBJkZxNnZxJnZxVnbRJtWwBbZhRmZgpmaBRoahVqaBNoYAtgAsC0CAAAAC90Uk5TADB/v8//MH+/zxBv32/fUO9Q75+fwIAg0LCwoPDwYODgQHBwkJD/Dg4ZGfsY+xjbSnQCAAAAxElEQVR4nO3Q2Q6CMBCF4aIMSl0QFRBw3/f3fzwToQ2dHkzkmrn88reUEaLhOJ2uS2S71+v7hsvBkL7DQjkacw8mRKgNp9zljAi1cm65dAm20rc9ItwCjwm3wJMKLNJYp4ZnMftSnlR/DLg+vgyMbWlfhdpyZWtzs8g3JUVmKra2O+r4zkw94Hv1WnbtQb22YsfSUtaeSs/AZmLWIv+npZoWeZNWzw9v27Zt2p75XIrW8is4f6u59y7Eg8+zaF983uKP+QBfpiJPDxocKwAAAABJRU5ErkJggg==") 0 20px no-repeat;
  min-height: 5em;
  padding: 15px 0 17px 55px;
}
@media (min-width: 1200px) {
  blockquote,
.field-name-body > .blockquote-footer {
    width: 50%;
  }
}
blockquote p,
.field-name-body > .blockquote-footer p {
  margin-top: 0 !important;
}

footer {
  background: #394753;
  color: #fff;
  margin-top: 40px;
  overflow: auto;
}
.node-type-article footer {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .node-type-article footer {
    padding-bottom: 0;
  }
}
footer section,
footer .region-footer-menus .block {
  width: 49.5%;
  margin: 30px 0 0;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  footer section,
footer .region-footer-menus .block {
    width: auto;
    margin: 0 30px 0 0;
    padding: 0;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  footer .region-footer-menus {
    display: flex;
    flex: 1;
  }
}
footer .container:first-of-type {
  margin-top: 10px;
}
@media (min-width: 768px) {
  footer .container:first-of-type {
    margin-top: 0;
  }
}
footer .container h2 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  footer .container {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
}
footer .container ~ .container section {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  footer .container:first-of-type section,
footer .container:first-of-type .region-footer-menus .block {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  footer .container:nth-of-type(2) p {
    line-height: 1;
    margin: 0;
  }
}
@media (min-width: 992px) {
  footer .container:nth-of-type(2) p {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  footer .container:nth-of-type(2) {
    align-items: flex-end;
  }
  footer .container:nth-of-type(2) section {
    width: auto;
    order: 0;
  }
  footer .container:nth-of-type(2) .right {
    order: 1;
  }
}
footer .container:nth-of-type(2) section:nth-of-type(2) {
  margin-top: 0;
}
footer .container:last-of-type {
  text-align: center;
}
@media (min-width: 768px) {
  footer .container:last-of-type {
    text-align: left;
    align-items: center;
  }
  footer .container:last-of-type section {
    margin-bottom: 30px;
    width: auto;
  }
}
footer .container:last-of-type section:last-of-type {
  margin-bottom: 40px;
}
footer .right {
  width: auto;
}
@media (min-width: 768px) {
  footer .right {
    margin-right: 0;
    flex-grow: 0;
  }
}
footer h2 {
  margin: 0;
}
footer p {
  margin: 15px 0;
}
footer a {
  color: #fff;
}
footer a.active {
  color: inherit;
}
footer ul,
footer .menu {
  margin: 0;
  padding: 0;
}
footer ul li,
footer .menu li {
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
footer ul li ~ li,
footer .menu li ~ li {
  margin-top: 5px;
}
footer hr {
  width: auto;
  margin: 0 20px;
}
@media (min-width: 768px) {
  footer hr {
    width: 100%;
    margin: 20px 0;
  }
}
footer .gradient {
  background: repeating-linear-gradient(90deg, #BF0D3E, #0072CE, #833177, #833177, #F1B434);
  height: 4px;
  margin: 0;
}
@media (min-width: 768px) {
  footer .gradient {
    background: repeating-linear-gradient(90deg, #BF0D3E, #0072CE, #833177, #833177, #F1B434, #BF0D3E);
    background-size: 125% 100%;
    animation: gradation 15s infinite linear;
  }
}
footer input {
  font-size: 14px;
  line-height: 34px;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 15px;
  display: block;
}
@media (min-width: 768px) {
  footer input {
    display: none;
  }
}
footer input::placeholder {
  color: #a2a2a2;
}
footer button {
  margin: 5px 0 0;
  border: none;
  outline: none;
}
footer button::after {
  content: "Sign up";
}
@media (min-width: 768px) {
  footer button::after {
    content: "Register";
  }
}
.logged-in footer .register {
  visibility: hidden;
  display: none;
}
@media (min-width: 768px) {
  .logged-in footer .register {
    display: block;
  }
}

@keyframes gradation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -500% 0;
  }
}
form {
  margin: 25px 20px;
}
.not-logged-in form#cchdaily-cpd-tracker-form {
  display: none;
}
* + form {
  margin-top: 20px;
}
form .fieldset ~ .fieldset {
  padding-top: 15px;
}
@media (min-width: 992px) {
  form .fieldset ~ .fieldset {
    padding-top: 0;
  }
}
form label {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
form label input {
  width: 70%;
}
form input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 34px;
  color: inherit;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #bbb;
  border-radius: 4px;
}
form input::placeholder, form input.text::placeholder {
  color: #c1c1c1;
}
form .left {
  text-align: left;
}
form.webform-client-form:not(.paywall-form-body) {
  margin: 0;
}
@media (min-width: 768px) {
  form.webform-client-form:not(.paywall-form-body) div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  form.webform-client-form:not(.paywall-form-body) div .form-item {
    width: calc(50% - 12.5px);
  }
  form.webform-client-form:not(.paywall-form-body) div .form-actions:first-of-type, form.webform-client-form:not(.paywall-form-body) div .form-actions:last-of-type {
    width: 100%;
  }
}

.date label {
  position: relative;
}
.date label input {
  line-height: 29px;
  padding: 0 40px 0 10px;
}
.date label i {
  transform: translateX(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
}

@media (max-width: 992px) {
  #aclive-search-datepicker-form form {
    margin: 25px 20px 15px;
  }
}
#aclive-search-datepicker-form .form-type-textfield .description,
#aclive-search-datepicker-form .form-type-textfield label {
  display: none;
}
#aclive-search-datepicker-form .form-type-date-popup {
  display: flex;
}
@media (max-width: 992px) {
  #aclive-search-datepicker-form .form-type-date-popup {
    display: inline-block;
  }
}
#aclive-search-datepicker-form .form-type-date-popup,
#aclive-search-datepicker-form .form-type-date-popup input {
  margin-right: 0;
}
#aclive-search-datepicker-form .form-type-date-popup input {
  padding-left: 10px;
}
#aclive-search-datepicker-form .form-type-date-popup input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #394753;
}
#aclive-search-datepicker-form .form-type-date-popup input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #394753;
}
#aclive-search-datepicker-form .form-type-date-popup input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #394753;
}
#aclive-search-datepicker-form .form-type-date-popup > label {
  font-weight: normal;
}
#aclive-search-datepicker-form .form-type-date-popup > label,
#aclive-search-datepicker-form .form-type-date-popup > div {
  flex: 50%;
}
#aclive-search-datepicker-form .form-type-date-popup > div {
  padding: 0 0 5px 5px;
}
@media (max-width: 992px) {
  #aclive-search-datepicker-form .form-type-date-popup > div {
    padding-left: 0;
    margin-top: 10px;
  }
}
#aclive-search-datepicker-form .form-type-date-popup .form-item {
  position: relative;
}
#aclive-search-datepicker-form .form-type-date-popup .form-item .calender-icon {
  position: absolute;
  right: 15px;
  top: 9px;
}
#aclive-search-datepicker-form .date-label {
  margin-bottom: 20px;
}

.grid > * {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .grid > * {
    margin: 0 15px 30px;
    width: 100%;
    margin-top: 0;
  }
}
.grid.grid-two > * {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .grid.grid-two > * {
    margin: 0 15px 30px;
    width: calc(50% - 30px);
  }
}
.grid.grid-three > * {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .grid.grid-three > * {
    margin: 0 15px 30px;
    width: calc(33.33% - 30px);
  }
}
.grid.grid-four > * {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .grid.grid-four > * {
    margin: 0 15px 30px;
    width: calc(25% - 30px);
  }
}

header {
  background: #fff;
  border-bottom: 1px solid #bac2c6;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  header {
    border-bottom: none;
  }
}
header nav .suppress-link.search {
  display: none;
}
@media (min-width: 768px) {
  header nav .suppress-link.search {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
  }
}
header nav li ul li.expanded > a:hover::after {
  color: #0072CE;
}
@media (min-width: 768px) {
  header nav li ul li.expanded > a::after {
    content: "";
    font-size: 0.9em;
  }
}
header nav .container > ul > li {
  padding-right: 0;
}
header > .container {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  header > .container {
    margin: 0 auto;
    padding-left: 0;
    justify-content: unset;
    align-items: flex-end;
  }
}
header > .container .nav,
header > .container .search {
  color: #686868;
  display: block;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
@media (min-width: 768px) {
  header > .container .nav,
header > .container .search {
    display: none;
  }
}
header > .container .nav {
  font-size: 30px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  left: 20px;
}
header > .container .search {
  font-size: 26px;
  right: 0;
}
header > .container .right {
  margin-top: 20px;
  display: none;
}
@media (min-width: 768px) {
  header > .container .right {
    width: auto;
    margin-top: 0;
    transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
  }
}
header .right img {
  max-width: 33.33vw;
}
header a {
  display: inline-block;
}
header img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  header .logo-desktop {
    max-width: 160px;
  }
}
header .header-current-date-desktop {
  font-weight: bold;
  width: 35%;
  display: none;
  font-size: 20px;
}
@media (min-width: 768px) {
  header .header-current-date-desktop {
    display: block;
  }
}
header .header-current-date-mobile {
  font-weight: bold;
  text-align: center;
  background-color: #bac2c6;
  padding: 8px 0;
}
@media (min-width: 768px) {
  header .header-current-date-mobile {
    display: none;
  }
}

article.image-left .ds-1col.node-article, article.image-left .alerts .ds-1col.node-alerts, .alerts article.image-left .ds-1col.node-alerts, article.image-top .ds-1col.node-article, article.image-top .alerts .ds-1col.node-alerts, .alerts article.image-top .ds-1col.node-alerts, article.image-padded .ds-1col.node-article, article.image-padded .alerts .ds-1col.node-alerts, .alerts article.image-padded .ds-1col.node-alerts {
  display: flex;
}
article.image-top .ds-1col.node-article, article.image-top .alerts .ds-1col.node-alerts, .alerts article.image-top .ds-1col.node-alerts {
  flex-direction: column;
}
@media (max-width: 768px) {
  article.image-left .ds-1col.node-article.view-mode-teaser, article.image-left .alerts .ds-1col.view-mode-teaser.node-alerts, .alerts article.image-left .ds-1col.view-mode-teaser.node-alerts {
    display: block;
  }
}
@media (max-width: 768px) {
  article.image-left.small-teaser .image {
    width: 30%;
  }
}

.field-name-field-image .background-image-formatter {
  height: 100%;
}

.page-home .view-id-latest_news.view-display-id-block_2 .field-name-field-content-category {
  display: none;
}
@media (max-width: 768px) {
  .page-home .view-id-latest_news.view-display-id-block_2 .image {
    max-height: 90px;
  }
}

img {
  background: center center no-repeat #ededed;
  background-size: cover;
  max-width: 100%;
  height: auto;
}
header img, footer img {
  background: none;
}
img.file-icon {
  font-size: 1em;
  background: none;
  width: 1em;
  margin-right: 0.2em;
  image-rendering: pixelated;
}

.cpd-modules .top-text {
  margin-bottom: 30px;
}

.modules article.module ul {
  margin: 0 20px;
}
.modules .grid-two article .image span {
  left: auto;
  right: 20px;
}
@media (min-width: 768px) {
  .modules .first-module .image {
    width: 47.5%;
  }
}

.cpd-modules .container.page main .region-content .content .node-page .field-name-body {
  background: none;
  box-shadow: none;
}
.cpd-modules .container.page main .region-content .content .node-page .field-name-body p {
  margin-left: 0;
  margin-right: 0;
}
.cpd-modules .container.page main .region-content .content .node-page .field-name-body p:first-child {
  margin-top: 0;
}
.cpd-modules .container.page main .region-content .view-content .grid article.image-left .ds-1col.node-cpd-module.view-mode-teaser {
  display: flex;
}
@media (max-width: 768px) {
  .cpd-modules .container.page main .region-content .view-content .grid article.image-left .ds-1col.node-cpd-module.view-mode-teaser {
    display: block;
  }
}
.cpd-modules .container.page main .region-content .view-content .grid article.image-left .ds-1col.node-cpd-module.view-mode-teaser::after {
  display: none;
}
.cpd-modules .container.page main .region-content .view-content .grid article .group-article-top {
  position: relative;
  min-height: 70px;
}
.cpd-modules .container.page main .region-content .view-content .grid article .group-content-category {
  font-size: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.cpd-modules .container.page main .region-content .view-content .grid article .group-content-category .field-name-field-content-category + .field-name-field-content-category {
  margin-left: 0;
}
.cpd-modules .container.page main .region-content .view-content .grid article .field-name-title {
  font-size: 26px;
}
.cpd-modules .container.page main .region-content .view-content .grid article .field-name-body {
  box-shadow: none;
  margin: 15px 20px;
}
.cpd-modules .container.page main .region-content .view-content .grid article .field-name-body p {
  margin: 0 0 15px;
}
.cpd-modules .container.page main .region-content .view-content .grid article .field-name-body.trimmed > p:last-child:after {
  content: "...";
}
.cpd-modules .container.page main .region-content .view-content .grid article .field-name-body ul {
  padding: 0 20px 0 20px;
}
.cpd-modules .container.page main .region-content .view-content .grid article .field-name-body ul,
.cpd-modules .container.page main .region-content .view-content .grid article .field-name-body ul li {
  list-style-type: disc;
}
.cpd-modules .container.page main .region-content .view-content .grid article .field-name-body > div > div > p:first-child {
  margin-top: 0;
}
.cpd-modules .container.page main .region-content .view-content .grid article .field-name-field-cpd-module-cid button {
  margin-top: 0;
  background: #0072CE;
}
.cpd-modules .container.page main .region-content .view-content .grid article .field-name-field-cpd-module-cid button,
.cpd-modules .container.page main .region-content .view-content .grid article .field-name-field-cpd-module-cid button a {
  color: #fff;
}
@media (min-width: 992px) {
  .cpd-modules .container.page main .region-content .view-content .grid article.first-module .group-article-top {
    flex-shrink: 0;
    width: calc(50% - 15px);
  }
  .cpd-modules .container.page main .region-content .view-content .grid article.first-module .field-name-field-image {
    width: 100%;
    flex-shrink: unset;
    height: 100%;
  }
}
.cpd-modules .container.page main .region-content .view-content .grid-two article .group-content-category {
  text-align: right;
}

.node-type-cpd-module .content .field-name-body p {
  margin-left: 20px !important;
}

nav {
  background: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  /* Mobile nav expanded */
}
@media (min-width: 768px) {
  nav.navbar > div.close {
    display: none;
  }
}
@media (min-width: 768px) {
  nav {
    background: #394753;
    border-bottom: 1px solid #f8f8f8;
    display: block;
    position: static;
  }
}
@media (max-width: 768px) {
  nav.expanded {
    background: none;
    display: flex;
    align-items: stretch;
    z-index: 100;
  }
  nav.expanded ul ul {
    width: 100%;
    padding: 0 10px 10px;
    border: none;
    position: static;
  }
  nav.expanded ul ul li.hover {
    background: #fff;
  }
  nav.expanded ul ul li.hover a {
    color: #394753;
  }
  nav.expanded ul ul a {
    line-height: 36px;
    padding-right: 10px;
  }
  nav.expanded ul li.search {
    display: none;
  }
  nav.expanded ul li.search.hover {
    background: none;
  }
  nav.expanded ul li.search ~ li {
    border-top: 1px solid #c9c9c9;
  }
  nav.expanded ul li.search a {
    font-size: 22px;
    display: block;
  }
  nav.expanded ul li.hover {
    background: #394753;
  }
  nav.expanded ul li.hover > a {
    color: #fff;
  }
  nav.expanded ul li.hover > ul {
    display: block;
  }
  nav.expanded ul li a {
    padding: 0 20px;
  }
  nav.expanded ul.navbar-nav > li {
    border-top: 1px solid #c9c9c9;
  }
  nav.expanded .logo {
    text-align: center;
    background: #f8f8f8;
    padding: 25px 30px;
    flex-grow: 0;
  }
  nav.expanded .logo img {
    max-width: 200px;
    mix-blend-mode: multiply;
  }
  nav.expanded > div:first-child {
    background: #fff;
    display: flex;
    flex-grow: 1;
    flex-flow: column;
  }
  nav.expanded .container {
    margin: 0;
    flex-grow: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  nav.expanded .container::-webkit-scrollbar {
    display: none;
  }
  nav.expanded .close {
    background: #394753f2;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  nav.expanded .close {
    display: none;
  }
}
@media (max-width: 768px) {
  nav.expanded .close a {
    font-size: 40px;
    color: #fff;
    margin: 30px 15px 0;
    display: block;
  }
}
@media (min-width: 768px) {
  nav .logo {
    display: none;
  }
}
nav .search {
  font-size: 22px;
  color: #fff;
}
nav ul {
  margin: 0;
  padding: 0;
  /* Sub nav */
  /* Primary nav */
}
@media (min-width: 768px) {
  nav ul {
    background: none;
    margin: 0 -20px;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  nav ul:first-of-type {
    width: 110%;
    justify-content: space-between;
  }
  nav ul:first-of-type ul {
    width: 240px;
  }
}
nav ul ul {
  background: #fff;
  width: 240px;
  margin: 0;
  display: none;
  border: 1px solid #c9c9c9;
  justify-content: space-between;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
}
@media (min-width: 768px) {
  nav ul ul {
    max-height: calc(100vh - 10rem);
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  nav ul ul.menu {
    border: 1px solid #c9c9c9;
  }
  nav ul ul.menu li.leaf {
    padding: 0;
  }
}
nav ul ul ul {
  top: -1px;
  left: 100%;
}
nav ul ul ul li {
  border-top: none;
}
@media (min-width: 768px) {
  nav ul ul li:hover, nav ul ul li.hover {
    background: #f0f0f0;
  }
  nav ul ul li:hover a, nav ul ul li.hover a {
    color: #394753;
  }
  nav ul ul li:hover a span, nav ul ul li.hover a span {
    color: #0072CE;
  }
  nav ul ul li ~ li {
    border-top: 1px solid #c9c9c9;
  }
}
nav ul ul li a {
  line-height: 1.2;
  color: #394753;
  padding: 13px 20px;
  display: flex;
}
nav ul ul li a.active {
  color: #394753;
}
nav ul li {
  font-size: 1rem;
  list-style-type: none;
  position: relative;
}
@media (min-width: 768px) {
  nav ul li:hover, nav ul li.hover {
    background: #0072CE;
  }
  nav ul li:hover > a, nav ul li.hover > a {
    color: #fff;
  }
  nav ul li:hover > ul, nav ul li.hover > ul {
    display: block;
  }
}
nav ul li.right ul, nav ul li:last-of-type ul {
  left: auto;
  right: 0;
}
nav ul li.right ul ul, nav ul li:last-of-type ul ul {
  right: 100%;
}
nav ul li.leaf, nav ul li.expanded {
  list-style-image: none;
  list-style-type: none;
}
nav ul li.expanded > a::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.3em;
  margin-left: 10px;
}
nav ul li a {
  line-height: 1.5;
  color: #394753;
  min-height: 45px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  nav ul li a {
    color: #fff;
    padding: 0 20px;
  }
}
nav ul li a.active {
  color: #0072CE;
}
@media (min-width: 768px) {
  nav ul li a.active {
    color: #fff;
  }
}
nav ul li span {
  font-size: 1.1em;
  margin-left: 10px;
}
nav ul.menu li {
  margin: 0;
  padding: 0;
}
nav ul.menu li.new-label::after {
  content: "New";
  position: absolute;
  right: -18px;
  top: 3px;
  padding: 1px 2px 3px 2px;
  color: #fff;
  background-color: #BF0D3E;
  display: block;
  width: 30px;
  height: 12px;
  border-radius: 2px;
  text-align: center;
  font-size: 0.5em;
}
@media (max-width: 768px) {
  nav ul.menu li.new-label::after {
    left: 120px;
    right: auto;
    top: 2px;
  }
}
nav ul.menu li.register-button-wrapper ~ div.tooltip .tooltip-inner {
  font-size: 11px;
  line-height: 15px;
}
nav ul.menu li.register-button-wrapper a[href="/register"] {
  background-color: #BF0D3E;
  color: #fff;
}
@media (min-width: 768px) {
  nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  nav .container {
    flex-wrap: wrap;
  }
}

body.logged-in .register-button-wrapper {
  display: none;
}

.static-html-logged-in,
.static-html-logged-out {
  display: none;
}

.pagination {
  text-align: center;
  margin: 0;
  display: block;
}
.pagination li {
  display: inline-block;
}
.pagination li ~ li {
  margin-left: 5px;
}
.pagination li:last-child {
  margin-left: 10px;
}
.pagination li a {
  line-height: 28px;
  color: #818181;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: block;
  cursor: pointer;
}
.pagination li a.active {
  background: #d3d3d3;
}

.logged-in .fa-key {
  display: none !important;
}

@media (min-width: 768px) {
  .paywall,
.paywall ~ section {
    text-align: center;
    max-width: 768px;
    margin: 30px auto 0;
  }
}

.paywall-standfirst {
  margin-top: 15px;
}

div[about="/register-accountancy-daily-free"] {
  text-align: center;
  max-width: 767px;
  margin: 30px auto 0;
}
div[about="/register-accountancy-daily-free"] div.field-name-body {
  box-shadow: unset;
  background-color: unset;
  margin-top: 0;
}
div[about="/register-accountancy-daily-free"] div.field-name-body p {
  margin-top: 0;
}
div[about="/register-accountancy-daily-free"] .paywall-form-body {
  margin-top: 0;
  padding: 0 20px 0 20px;
}
div[about="/register-accountancy-daily-free"] .paywall-form-body h4 {
  margin-top: 0;
}
div[about="/register-accountancy-daily-free"] .paywall-form-body .webform-component--intro {
  width: 100%;
  margin-bottom: 0;
}
div[about="/register-accountancy-daily-free"] .paywall-form-body .webform-component--intro ul {
  margin-bottom: 0;
}
div[about="/register-accountancy-daily-free"] .paywall-form-body .form-actions {
  width: auto;
  margin: 0 auto;
  flex: none;
}
div[about="/register-accountancy-daily-free"] .paywall-form-body .form-actions input,
div[about="/register-accountancy-daily-free"] .paywall-form-body .form-actions .hide-submit-text {
  margin-bottom: 20px;
  background-color: #0072CE;
}
div[about="/register-accountancy-daily-free"] .paywall-form-body .form-actions .hide-submit-text {
  background-position: 2em center;
  height: auto;
  padding-left: 4em;
}
@media (min-width: 992px) {
  div[about="/register-accountancy-daily-free"] .paywall-form-body div:not(.webform-component--intro) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  div[about="/register-accountancy-daily-free"] .paywall-form-body div:not(.webform-component--intro) .form-item:not(.webform-component--intro) {
    width: calc(50% - 12.5px);
  }
}

.node-type-article .is-paywall .paywall-standfirst {
  font-weight: bold;
}
.node-type-article .is-paywall .group-article-body {
  box-shadow: none;
  background-color: unset;
  margin-top: 0;
  padding: 0;
}
.node-type-article .is-paywall .field-name-body {
  margin-bottom: 20px;
}
.node-type-article .is-paywall .field-name-field-related-article,
.node-type-article .is-paywall .view-aclive-solr-more-like-this {
  display: none;
}

.page-cpd-tracker .view-cpd-tracker.view-display-id-page .view-content,
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content, .path-accountancy-daily .field-name-body, .path-about-us-accountancy .field-name-body, .view-magazine-back-issues-page .view-content .view-magazine-row, .node-type-magazine-edition .group-back-issues li, .node-type-article .group-article-body,
.node-type-live-news .group-article-body, .page-author-atoz .tabs li, .cpd-modules .container.page main .region-content .view-content .grid article .group-content-category .field-name-field-content-category, .box {
  background: #fff;
  overflow: hidden;
}

.page-cpd-tracker .view-cpd-tracker.view-display-id-page .view-content,
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content, .path-accountancy-daily .field-name-body, .path-about-us-accountancy .field-name-body, .view-magazine-back-issues-page .view-content .view-magazine-row, .node-type-magazine-edition .group-back-issues li, .node-type-article .group-article-body,
.node-type-live-news .group-article-body, .page-author-atoz .tabs li, .cpd-modules .container.page main .region-content .view-content .grid article .group-content-category .field-name-field-content-category, .shadow {
  box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.16);
}

.register-free.page-node-done #block-system-main h2:before, .checklist li:before {
  content: "";
  font-family: "FontAwesome";
  text-align: center;
  background: #16D85D;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
}

.view-magazine-back-issues-page .view-content, .grid, .grid.grid-two, .grid.grid-three, .grid.grid-four {
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  .view-magazine-back-issues-page .view-content, .grid, .grid.grid-two, .grid.grid-three, .grid.grid-four {
    margin: 0 -15px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
}

.cpd-modules .container.page main .region-content .view-content .grid article .group-content-category .field-name-field-content-category {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  color: #575757;
  padding: 0 1.5em;
  display: inline-block;
}

/**
 * Cookie Compliance style overrides.
 */
#sliding-popup {
  font-size: 0.8rem;
}
#sliding-popup.sliding-popup-bottom {
  background: #000;
}
#sliding-popup .popup-content {
  margin: 2em 0;
}
#sliding-popup .popup-content #popup-text {
  font-weight: normal;
  margin: 0;
}
#sliding-popup .popup-content #popup-text p {
  font-size: 1em;
  font-weight: inherit;
  line-height: 1.5;
  margin: 1em 0 0;
  display: block;
}
#sliding-popup .popup-content #popup-text p:first-child {
  margin-top: 0;
}
#sliding-popup .popup-content #popup-text .scroll {
  height: 7em;
  margin: 15px 0;
  overflow-y: scroll;
}
#sliding-popup .popup-content #popup-text .scroll p {
  margin-right: 1em;
}
#sliding-popup .popup-content #popup-text a {
  text-decoration: underline;
  color: inherit;
}
#sliding-popup .popup-content #popup-buttons {
  margin: 0;
}
#sliding-popup .popup-content #popup-buttons button {
  background: none;
  font-weight: normal;
  text-shadow: none;
  color: #fff;
  margin: 0;
  padding: 0.5em 1em;
  border: 1px solid #fff;
  border-radius: 0;
  float: left;
}
#sliding-popup .popup-content #popup-buttons button::after {
  font-size: 0.8rem;
  padding: 1.25em 1em;
  display: inline-block;
}
#sliding-popup .popup-content #popup-buttons button:active {
  position: static;
}
#sliding-popup .popup-content #popup-buttons button:focus {
  outline: none;
}
#sliding-popup .popup-content #popup-buttons button.agree-button, #sliding-popup .popup-content #popup-buttons button.decline-button {
  font-size: 0;
}
#sliding-popup .popup-content #popup-buttons button.agree-button {
  background: #fff;
  color: #000;
  margin-left: 15px;
}
#sliding-popup .popup-content #popup-buttons button.agree-button::after {
  content: "Accept & Close";
}
#sliding-popup .popup-content #popup-buttons button.decline-button {
  display: none;
}
#sliding-popup .popup-content #popup-buttons button.decline-button::after {
  content: "Turn off";
}
#sliding-popup .popup-content #popup-buttons button.new-button {
  display: inline-block;
}

.path-register main h1, .path-register main p {
  text-align: center;
}
.path-register main article button {
  margin-top: 25px;
}
.path-register .grid .register {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.path-register .grid .register ul {
  flex-grow: 1;
}

.path-register-accountancy-daily-free .node-webform form {
  margin-bottom: 15px;
  padding: 0 20px;
}

.register-free h1,
.register-free aside {
  display: none;
}
.register-free #block-system-main h2 {
  margin: 25px 20px 15px;
}
.register-free.page-node-done #block-system-main h2:before {
  font-size: 26px;
  line-height: 42px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.register-free.page-node-done #block-system-main .links {
  display: none;
}

.search {
  padding: 0 20px;
}
header > .search {
  background: #bac2c6;
  display: none;
  overflow: hidden;
}
.search .container {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .search .container {
    padding: 0;
  }
}
.search form {
  max-width: 600px;
  margin: 15px auto;
  position: relative;
}
.search input {
  font-size: 16px;
  line-height: 1;
  background: #fff;
  color: #707070;
  width: 100%;
  height: 40px;
  padding: 0 55px 0 20px;
  border: none;
  border-radius: 20px;
  outline: none;
}
.search input::placeholder {
  color: #9b9b9b;
}
.search input:focus {
  box-shadow: 0 0 8px #fff;
}
.search button {
  font-size: 18px;
  background: none;
  color: #707070;
  margin: 0 20px 0 0;
  padding: 0;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}

#search-container {
  display: none;
}

body.search-results .page.container > aside,
body.search-results .page.container > main {
  display: none;
}
body.search-results #search-container {
  visibility: visible;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  body.search-results #search-container {
    margin-top: 10px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    margin: 0 auto;
    width: 707px;
  }
}
@media (min-width: 992px) {
  body.search-results #search-container {
    width: 932px;
  }
}
@media (min-width: 1200px) {
  body.search-results #search-container {
    width: 1140px;
  }
}
body.search-results #search-container .filter-label {
  margin: 20px 20px 0;
}
body.search-results #search-container main h1,
body.search-results #search-container main p {
  text-align: left;
}
body.search-results #search-container main header {
  background: none;
  border-bottom: none;
}
body.search-results #search-container .results .left hr + p {
  margin-bottom: 0;
}
body.search-results #search-container .results .left hr + p + p {
  margin-top: 5px;
}
@media (min-width: 768px) {
  body.search-results #search-container .results .result div {
    display: flex;
    align-items: baseline;
  }
}
body.search-results #search-container .results .result div > * {
  margin-top: 0;
}
body.search-results #search-container .filter {
  position: relative;
}
@media (min-width: 768px) {
  body.search-results #search-container .filter::after {
    display: none;
  }
}
body.search-results #search-container .filter .overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  position: fixed;
  top: 0;
  left: 0;
}
body.search-results #search-container .filter.expanded .overlay {
  height: 100%;
  opacity: 1;
}
body.search-results #search-container .filter h4 {
  display: none;
}
@media (min-width: 768px) {
  body.search-results #search-container .filter h4 {
    display: block;
  }
}
body.search-results #search-container .filter h4.toggle {
  background: #00558C;
  color: #fff;
  display: block;
  cursor: pointer;
  margin: 0;
}
@media (min-width: 768px) {
  body.search-results #search-container .filter h4.toggle {
    display: none;
  }
}
body.search-results #search-container .filter h4 + hr {
  display: none;
}
@media (min-width: 768px) {
  body.search-results #search-container .filter h4 + hr {
    display: block;
  }
}
body.search-results #search-container .filter .box {
  margin: 0;
  overflow: visible;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  body.search-results #search-container .filter .box {
    margin: 20px 0;
    overflow: hidden;
  }
}
body.search-results #search-container .filter .box > div {
  background: #fff;
  display: none;
  overflow: hidden;
  top: 100%;
  left: 100%;
}
@media (min-width: 768px) {
  body.search-results #search-container .filter .box > div {
    display: block;
    position: static;
  }
}
body.search-results #search-container .research-stats {
  margin: 25px 20px 20px;
  line-height: 32px;
}
@media (min-width: 768px) {
  body.search-results #search-container .research-stats {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  body.search-results #search-container .research-stats {
    font-size: 28px;
  }
}
body.search-results #search-container .research-results section p {
  font-size: 16px;
}
body.search-results #search-container .research-results section h4 {
  margin: 20px 20px 0;
  font-size: 22px;
  line-height: 1.2;
}
body.search-results #search-container .research-results section h4 ~ p {
  margin: 15px 20px;
}
body.search-results #search-container .research-results section h4 ~ div {
  line-height: 24px;
}
body.search-results #search-container .research-results section h4 ~ div.info {
  font-size: 14px;
  line-height: 1.2;
}
body.search-results #search-container .research-results section .info > * {
  margin-top: 0;
}
body.search-results #search-container .research-results section .info p {
  line-height: 1.5;
}
body.search-results #search-container .research-results section .info .date {
  font-size: 14px;
  line-height: 1.5;
}
body.search-results #search-container .research-results section .info .author a {
  cursor: pointer;
}
@media (min-width: 992px) {
  body.search-results #search-container .research-results section .info {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
}
body.search-results #search-container .research-results section .info .author {
  text-align: left;
}
body.search-results #search-container .research-results section .info .author span {
  white-space: nowrap;
  margin-right: 15px;
  display: inline-block;
}
body.search-results #search-container .research-results section .info .author span:last-child, body.search-results #search-container .research-results section .info .author span:only-child {
  margin-right: 0;
}
body.search-results #search-container .research-results section ul.tags {
  margin: 0 0 10px 20px;
}
@media (min-width: 992px) {
  body.search-results #search-container .research-results section ul.tags {
    flex: 1;
  }
}
@media (min-width: 768px) {
  body.search-results #search-container .research-results section {
    margin-left: 0;
    margin-right: 0;
  }
}
body.search-results #search-container .research-results .live_news {
  border-top: 3px solid #BF0D3E;
}
body.search-results #search-container #facets {
  margin: 15px 20px;
}
body.search-results #search-container #facets .facet {
  overflow-y: auto;
  max-height: 315px;
  margin-bottom: 0;
  margin-top: 15px;
}
body.search-results #search-container #facets section,
body.search-results #search-container #facets hr {
  margin-left: 0;
  margin-right: 0;
}
body.search-results #search-container #facets .filters__header {
  margin: 0;
}
body.search-results #search-container #facets .list--filters {
  margin-top: 5px;
}
body.search-results #search-container #facets .list--filters .facet-item p {
  margin-top: 5px;
  margin-left: 0;
  position: relative;
  cursor: pointer;
}
body.search-results #search-container #facets .list--filters .facet-item p a {
  display: inline-block;
  line-height: 1.5;
}
body.search-results #search-container #facets .list--filters .facet-item .filters__remove {
  position: absolute;
  right: 0;
  top: 3px;
}

@media (min-width: 768px) {
  .social {
    margin-bottom: -15px;
  }
}
.social.mobile {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 15px;
  align-items: center;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
}
.social.mobile[style*=block] {
  display: flex !important;
}
@media (min-width: 768px) {
  .social.mobile {
    display: none;
  }
}
.social.mobile a.top {
  font-size: 18px;
  font-weight: bold;
  line-height: 46px;
  color: #394753;
  width: 52px;
  height: 52px;
  margin: 0;
  border: 2px solid #a2a2a2;
  display: inline-block;
  vertical-align: middle;
}
.social a {
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 100%;
}
.social a.twitter {
  background: #0084b4;
}
.social a.linkedin {
  background: #0077b5;
}
.social a.facebook {
  background: #3b5998;
}
.social a.youtube {
  background: #ff0000;
}
.social a.email {
  background: #f1b434;
}
.social a.share {
  background: #bf0d3e;
}
.footer .social a {
  margin: 0 15px 0 0;
}
@media (min-width: 768px) {
  .footer .social a {
    margin: 0 0 0 15px;
  }
}

.sharethis-buttons {
  flex: 1;
}
.sharethis-buttons .sharethis-wrapper {
  font-size: 0;
}
.sharethis-buttons .sharethis-wrapper .stButton {
  margin: 0;
}
.sharethis-buttons .sharethis-wrapper .stButton .stLarge {
  background: none !important;
  width: auto;
  height: auto;
  margin: 0;
}
.sharethis-buttons .sharethis-wrapper > span {
  margin: 0 0 15px 15px;
  display: inline-block;
}
.sharethis-buttons .sharethis-wrapper > span:first-child {
  margin-left: 0;
}

.field-name-body h3,
.field-name-body h4,
.field-name-body p {
  margin: 20px;
}

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

table {
  max-width: 100%;
  border: none;
}
table[border]:not([border="0"]) td, table.border:not([border="0"]) td {
  border-color: #e0e0e0;
}
table.alt-shading tr:nth-child(even) {
  background: #f7f7f7;
}
table tbody {
  border: none;
}
table .underline {
  border-bottom: 1px solid #a0a0a0 !important;
}
table .strong-underline {
  border-bottom: 2px solid #a0a0a0 !important;
}
table .frame {
  border: 1px solid #a0a0a0 !important;
}
table th,
table td {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 15px;
}

.tags,
.field-name-field-content-category {
  margin-bottom: 10px;
  padding: 0;
}
.tags li,
.tags .label,
.field-name-field-content-category li,
.field-name-field-content-category .label {
  font-size: 10px;
  line-height: 1;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.tags li a,
.tags .label a,
.field-name-field-content-category li a,
.field-name-field-content-category .label a {
  background: #ededed;
  color: #394753;
  padding: 6px 12px;
  border-radius: 6px;
  display: block;
  cursor: pointer;
}

.view-cpd-tracker .feed-icon {
  margin-top: 30px;
}
.view-cpd-tracker .feed-icon a {
  display: inline-block;
}
.view-cpd-tracker .feed-icon a::after {
  content: "Download My CPD Tracker";
}
.view-cpd-tracker .feed-icon a img {
  display: none;
}

.page-cpd-tracker .view-cpd-tracker.view-display-id-page .view-content,
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content {
  padding: 30px 40px;
}
.page-cpd-tracker .view-cpd-tracker.view-display-id-page .view-content table,
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content table {
  min-width: auto;
}
@media (min-width: 768px) {
  .page-cpd-tracker .view-cpd-tracker.view-display-id-page .view-content table,
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content table {
    min-width: 100%;
  }
}
.page-cpd-tracker .view-cpd-tracker.view-display-id-page .view-content table tr th,
.page-cpd-tracker .view-cpd-tracker.view-display-id-page .view-content table tr td,
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content table tr th,
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content table tr td {
  padding: 10px 0;
}
.page-cpd-tracker .view-cpd-tracker.view-display-id-page .view-content table tr th.views-field-title, .page-cpd-tracker .view-cpd-tracker.view-display-id-page .view-content table tr th.views-field-field-cpd-tracked-time,
.page-cpd-tracker .view-cpd-tracker.view-display-id-page .view-content table tr td.views-field-title,
.page-cpd-tracker .view-cpd-tracker.view-display-id-page .view-content table tr td.views-field-field-cpd-tracked-time,
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content table tr th.views-field-title,
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content table tr th.views-field-field-cpd-tracked-time,
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content table tr td.views-field-title,
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content table tr td.views-field-field-cpd-tracked-time {
  padding: 10px 30px 10px 0;
}
.page-cpd-tracker .view-cpd-tracker.view-display-id-page .view-content table tr th,
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content table tr th {
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  .page-cpd-tracker .view-cpd-tracker.view-display-id-page .view-content table tr th.views-field-title,
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content table tr th.views-field-title {
    width: 70%;
  }
}
.page-cpd-tracker .view-cpd-tracker.view-display-id-page .view-content table tr td.views-field-created,
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content table tr td.views-field-created {
  text-align: right;
}
.page-cpd-tracker .view-cpd-tracker.view-display-id-page .view-content table tfoot tr th,
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content table tfoot tr th {
  border: none;
}
.page-cpd-tracker .view-cpd-tracker.view-display-id-page .view-content table tfoot tr th.views-field-field-cpd-tracked-time .field-name-field-cpd-tracked-time div div::after,
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content table tfoot tr th.views-field-field-cpd-tracked-time .field-name-field-cpd-tracked-time div div::after {
  content: " mins";
}

.page-cpd-tracker #block-cchdaily-cpd-ecpd {
  margin-top: 40px;
}
.page-cpd-tracker #block-cchdaily-cpd-ecpd > h2 {
  margin: 15px 0 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
}
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content table thead tr th {
  padding: 10px 30px 10px 0;
}
@media (min-width: 768px) {
  .page-cpd-tracker #block-cchdaily-cpd-ecpd .content table thead tr > th:first-child {
    width: 70%;
  }
}
.page-cpd-tracker #block-cchdaily-cpd-ecpd .content table tbody > tr:last-child {
  border-bottom: none;
}

#block-bean-cpd-for-anonymous-users .header,
#block-views-cpd-tracker-cpd-tracker-block .header {
  background: #642F6C;
}
#block-bean-cpd-for-anonymous-users .view-content .views-row,
#block-views-cpd-tracker-cpd-tracker-block .view-content .views-row {
  margin: 0 20px 15px 20px;
}
#block-bean-cpd-for-anonymous-users .view-content .views-row .views-field-title,
#block-views-cpd-tracker-cpd-tracker-block .view-content .views-row .views-field-title {
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0;
  font-weight: bold;
}
#block-bean-cpd-for-anonymous-users .view-content .views-row .views-field-created,
#block-bean-cpd-for-anonymous-users .view-content .views-row .views-field-field-cpd-tracked-time,
#block-views-cpd-tracker-cpd-tracker-block .view-content .views-row .views-field-created,
#block-views-cpd-tracker-cpd-tracker-block .view-content .views-row .views-field-field-cpd-tracked-time {
  font-size: 16px;
  background: #eff2f5;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#block-bean-cpd-for-anonymous-users .view-content .views-row .views-field-field-cpd-tracked-time,
#block-views-cpd-tracker-cpd-tracker-block .view-content .views-row .views-field-field-cpd-tracked-time {
  background: #e6ebf0;
}
#block-bean-cpd-for-anonymous-users .view-content .views-row:not(:first-child),
#block-views-cpd-tracker-cpd-tracker-block .view-content .views-row:not(:first-child) {
  border-top: 1px solid #c9c9c9;
  margin-top: 20px;
}
#block-bean-cpd-for-anonymous-users .cpd-total-wrapper,
#block-views-cpd-tracker-cpd-tracker-block .cpd-total-wrapper {
  margin: 20px 20px 15px 20px;
  border-top: 1px solid #c9c9c9;
}
#block-bean-cpd-for-anonymous-users .cpd-total-wrapper p,
#block-views-cpd-tracker-cpd-tracker-block .cpd-total-wrapper p {
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
#block-bean-cpd-for-anonymous-users .cpd-total-wrapper p > span,
#block-views-cpd-tracker-cpd-tracker-block .cpd-total-wrapper p > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
}
#block-bean-cpd-for-anonymous-users button,
#block-views-cpd-tracker-cpd-tracker-block button {
  background: #642F6C;
  outline: none;
}

#block-bean-cpd-for-anonymous-users .field-name-field-block-body p:first-child {
  margin-bottom: 0;
}
#block-bean-cpd-for-anonymous-users .field-name-field-block-body p:last-child {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
#block-bean-cpd-for-anonymous-users .field-name-field-block-body p a {
  display: inline;
  color: #0072CE;
}
#block-bean-cpd-for-anonymous-users .field-name-field-block-body button {
  margin-bottom: 5px;
}

.fivestar-widget,
.fivestar-static-item {
  margin: 0;
}
.fivestar-widget .star,
.fivestar-static-item .star {
  float: left;
  line-height: 0;
}
.fivestar-widget .fivestar-summary,
.fivestar-static-item .fivestar-summary {
  font-size: 16px;
  line-height: 24px;
}
.fivestar-widget .fivestar-summary .average-rating,
.fivestar-widget .fivestar-summary .total-votes,
.fivestar-widget .fivestar-summary .empty,
.fivestar-static-item .fivestar-summary .average-rating,
.fivestar-static-item .fivestar-summary .total-votes,
.fivestar-static-item .fivestar-summary .empty {
  font-size: 0.85em;
}
.fivestar-widget .fivestar-summary .rate-article,
.fivestar-static-item .fivestar-summary .rate-article {
  margin: 5px 0 0;
}
.fivestar-widget .form-item-vote,
.fivestar-static-item .form-item-vote {
  margin-bottom: 0;
}

.field-name-field-rating {
  margin: 20px 0;
}

.fivestar-cchdaily div.fivestar-widget-static div.star,
.fivestar-cchdaily div.fivestar-widget div {
  float: left;
  line-height: 0;
}
.fivestar-cchdaily div.fivestar-widget-static .star span,
.fivestar-cchdaily div.fivestar-widget a {
  color: #F1B434;
  position: relative;
  text-indent: -1000px;
  width: 24px;
  overflow: hidden;
  font-size: 22px;
}
.fivestar-cchdaily div.fivestar-widget-static .star span:before,
.fivestar-cchdaily div.fivestar-widget a:before {
  position: absolute;
  left: 1000px;
  top: 0;
}
.fivestar-cchdaily div.fivestar-widget div.cancel a:before {
  color: #BF0D3E;
}

html.js .fivestar-submit {
  display: none;
}

.fivestar-static-item .fivestar-widget-static {
  display: flex;
}
.fivestar-static-item .fivestar-widget-static .star span {
  width: 24px !important;
  height: 22px;
}

.not-logged-in.node-type-article .rate-article {
  display: none;
}

#comments.comment-wrapper h2.title {
  font-size: 20px;
  margin-bottom: 0;
}
#comments.comment-wrapper .comment-form {
  margin: 25px 0;
}
#comments.comment-wrapper .comment-form > div > div > label {
  margin-bottom: 10px;
}
#comments.comment-wrapper .comment-form > div > div .description {
  margin-top: 5px;
}
#comments.comment-wrapper .comment-form .form-actions input,
#comments.comment-wrapper .comment-form .form-type-checkbox input,
#comments.comment-wrapper .comment-form .form-type-radio input {
  width: auto;
}
#comments.comment-wrapper .comment-form .form-type-radio {
  margin-left: 0;
}

@media (min-width: 768px) {
  body.spotlight-landing .grid-three {
    margin: 0 15px 30px;
    width: calc(33.33% - 30px);
  }
}
body.spotlight-landing .small-teaser .field-name-field-content-category {
  display: none;
}
body.spotlight-landing .small-teaser .ds-1col.node-article.view-mode-teaser, body.spotlight-landing .small-teaser .alerts .ds-1col.view-mode-teaser.node-alerts, .alerts body.spotlight-landing .small-teaser .ds-1col.view-mode-teaser.node-alerts {
  display: flex;
}
body.spotlight-landing .small-teaser .triangle {
  width: 20%;
  height: 100%;
  left: auto;
  right: 0;
}

.spotlight-promotion {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .spotlight-promotion .image {
    max-height: 90px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 5px 7px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/*# sourceMappingURL=cchdaily.css.map */
