/*
	Abstracts are helpers, variables and functions
	for scss compliation.
*/
/*
	@TODO: Add to theme: new division fix for updated sass package.
*/
/**==================================================================================================================================
BREAKPOINT
@TODO: remove? What is use case?? either use simple global points or write custom line. why does first breakpoint have to be 0?
 ==================================================================================================================================*/
/**==================================================================================================================================
BREAKPOINT ENDS
==================================================================================================================================*/
span.edit-link {
  display: inline-block;
  background-color: yellow;
  font-weight: 700;
  position: fixed;
  left: 0;
  bottom: 3.125rem;
  transform: translateX(-45px);
  transition: all 0.4s;
}

span.edit-link a {
  display: block;
  padding: 0.9375rem;
}

span.edit-link:hover {
  transform: translateX(0);
}

/*
	Variables for compliation
	NB! Colors should be added to base/config file as css root variable.
*/
/**
 * Block section background colors.
 * Include the background options ACF fields group to use these.
 */
/*
 * makes ul/ol as a dropdown select (normaly in mobile)
 * Structure: div > title > list > li > a
*/
/*
	Variables for legacy dc plugins
*/
section.dc-post-grid-base:not(.dpg-investment).awaiting-animation .dc-post-grid-results .item {
  opacity: 0;
}

section.dc-post-grid-base:not(.dpg-investment).awaiting-animation .dc-post-grid-results .people-wrapper .item {
  opacity: 1;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item {
  opacity: 1;
  transition: all 450ms ease-in-out;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(1) {
  transition-delay: 120ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(2) {
  transition-delay: 240ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(3) {
  transition-delay: 360ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(4) {
  transition-delay: 480ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(5) {
  transition-delay: 600ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(6) {
  transition-delay: 720ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(7) {
  transition-delay: 840ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(8) {
  transition-delay: 960ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(9) {
  transition-delay: 1080ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(10) {
  transition-delay: 1200ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(11) {
  transition-delay: 1320ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(12) {
  transition-delay: 1440ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(13) {
  transition-delay: 1560ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(14) {
  transition-delay: 1680ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(15) {
  transition-delay: 1800ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(16) {
  transition-delay: 1920ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(17) {
  transition-delay: 2040ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(18) {
  transition-delay: 2160ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(19) {
  transition-delay: 2280ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(20) {
  transition-delay: 2400ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(21) {
  transition-delay: 2520ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(22) {
  transition-delay: 2640ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(23) {
  transition-delay: 2760ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(24) {
  transition-delay: 2880ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(25) {
  transition-delay: 3000ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(26) {
  transition-delay: 3120ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(27) {
  transition-delay: 3240ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(28) {
  transition-delay: 3360ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(29) {
  transition-delay: 3480ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(30) {
  transition-delay: 3600ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(31) {
  transition-delay: 3720ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(32) {
  transition-delay: 3840ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(33) {
  transition-delay: 3960ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(34) {
  transition-delay: 4080ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(35) {
  transition-delay: 4200ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(36) {
  transition-delay: 4320ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(37) {
  transition-delay: 4440ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(38) {
  transition-delay: 4560ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(39) {
  transition-delay: 4680ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(40) {
  transition-delay: 4800ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(41) {
  transition-delay: 4920ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(42) {
  transition-delay: 5040ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(43) {
  transition-delay: 5160ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(44) {
  transition-delay: 5280ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(45) {
  transition-delay: 5400ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(46) {
  transition-delay: 5520ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(47) {
  transition-delay: 5640ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(48) {
  transition-delay: 5760ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(49) {
  transition-delay: 5880ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(50) {
  transition-delay: 6000ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(51) {
  transition-delay: 6120ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(52) {
  transition-delay: 6240ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(53) {
  transition-delay: 6360ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(54) {
  transition-delay: 6480ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(55) {
  transition-delay: 6600ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(56) {
  transition-delay: 6720ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(57) {
  transition-delay: 6840ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(58) {
  transition-delay: 6960ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(59) {
  transition-delay: 7080ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(60) {
  transition-delay: 7200ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(61) {
  transition-delay: 7320ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(62) {
  transition-delay: 7440ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(63) {
  transition-delay: 7560ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(64) {
  transition-delay: 7680ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(65) {
  transition-delay: 7800ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(66) {
  transition-delay: 7920ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(67) {
  transition-delay: 8040ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(68) {
  transition-delay: 8160ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(69) {
  transition-delay: 8280ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(70) {
  transition-delay: 8400ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(71) {
  transition-delay: 8520ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(72) {
  transition-delay: 8640ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(73) {
  transition-delay: 8760ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(74) {
  transition-delay: 8880ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(75) {
  transition-delay: 9000ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(76) {
  transition-delay: 9120ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(77) {
  transition-delay: 9240ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(78) {
  transition-delay: 9360ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(79) {
  transition-delay: 9480ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(80) {
  transition-delay: 9600ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(81) {
  transition-delay: 9720ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(82) {
  transition-delay: 9840ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(83) {
  transition-delay: 9960ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(84) {
  transition-delay: 10080ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(85) {
  transition-delay: 10200ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(86) {
  transition-delay: 10320ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(87) {
  transition-delay: 10440ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(88) {
  transition-delay: 10560ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(89) {
  transition-delay: 10680ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(90) {
  transition-delay: 10800ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(91) {
  transition-delay: 10920ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(92) {
  transition-delay: 11040ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(93) {
  transition-delay: 11160ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(94) {
  transition-delay: 11280ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(95) {
  transition-delay: 11400ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(96) {
  transition-delay: 11520ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(97) {
  transition-delay: 11640ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(98) {
  transition-delay: 11760ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(99) {
  transition-delay: 11880ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(100) {
  transition-delay: 12000ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(101) {
  transition-delay: 12120ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(102) {
  transition-delay: 12240ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(103) {
  transition-delay: 12360ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(104) {
  transition-delay: 12480ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(105) {
  transition-delay: 12600ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(106) {
  transition-delay: 12720ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(107) {
  transition-delay: 12840ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(108) {
  transition-delay: 12960ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(109) {
  transition-delay: 13080ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(110) {
  transition-delay: 13200ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(111) {
  transition-delay: 13320ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(112) {
  transition-delay: 13440ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(113) {
  transition-delay: 13560ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(114) {
  transition-delay: 13680ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(115) {
  transition-delay: 13800ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(116) {
  transition-delay: 13920ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(117) {
  transition-delay: 14040ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(118) {
  transition-delay: 14160ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(119) {
  transition-delay: 14280ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(120) {
  transition-delay: 14400ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(121) {
  transition-delay: 14520ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(122) {
  transition-delay: 14640ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(123) {
  transition-delay: 14760ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(124) {
  transition-delay: 14880ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(125) {
  transition-delay: 15000ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(126) {
  transition-delay: 15120ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(127) {
  transition-delay: 15240ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(128) {
  transition-delay: 15360ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(129) {
  transition-delay: 15480ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(130) {
  transition-delay: 15600ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(131) {
  transition-delay: 15720ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(132) {
  transition-delay: 15840ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(133) {
  transition-delay: 15960ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(134) {
  transition-delay: 16080ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(135) {
  transition-delay: 16200ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(136) {
  transition-delay: 16320ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(137) {
  transition-delay: 16440ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(138) {
  transition-delay: 16560ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(139) {
  transition-delay: 16680ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(140) {
  transition-delay: 16800ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(141) {
  transition-delay: 16920ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(142) {
  transition-delay: 17040ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(143) {
  transition-delay: 17160ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(144) {
  transition-delay: 17280ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(145) {
  transition-delay: 17400ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(146) {
  transition-delay: 17520ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(147) {
  transition-delay: 17640ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(148) {
  transition-delay: 17760ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(149) {
  transition-delay: 17880ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(150) {
  transition-delay: 18000ms;
}

.dc-post-grid-card {
  margin-bottom: 1.25rem;
}

.dc-post-grid-card .tag {
  background-color: var(--color__green-lime);
  color: var(--color__green);
}

.dc-post-grid-card .image-wrapper img {
  width: 100%;
  height: auto;
}

.dropdown {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.dropdown fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.dropdown .dropdown-toggle {
  width: 250px;
  padding: 10px 15px;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.dropdown .dropdown-toggle legend {
  font-size: 20px;
  margin: 0;
  color: #375172 !important;
}

.dropdown .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #375172;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-left: auto;
  margin-right: 5px;
}

.dropdown .dropdown-wrapper {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  width: 250px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 10px 0;
  display: none;
}

.dropdown .dropdown-wrapper[aria-hidden=false] {
  display: block;
}

.dropdown .dc-post-grid-dropdown-option-wrapper {
  padding: 6px 15px;
}

.dropdown .dc-post-grid-dropdown-option-wrapper input[type=checkbox] {
  margin-right: 8px;
}

.dropdown .dc-post-grid-dropdown-option-wrapper label {
  cursor: pointer;
  font-size: 18px;
  color: #375172;
}

.dropdown .dc-post-grid-dropdown-option-wrapper label.selected {
  font-weight: bold;
}

.dc-post-grid-pagination {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 20px;
  margin-top: 40px;
}

.dc-post-grid-pagination .dc-post-grid-previous,
.dc-post-grid-pagination .dc-post-grid-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.dc-post-grid-pagination .dc-post-grid-previous .dc-button-text,
.dc-post-grid-pagination .dc-post-grid-next .dc-button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
}

.dc-post-grid-pagination .dc-post-grid-previous::before,
.dc-post-grid-pagination .dc-post-grid-next::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid #375172;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
}

.dc-post-grid-pagination .dc-post-grid-previous.disabled,
.dc-post-grid-pagination .dc-post-grid-next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.dc-post-grid-pagination .dc-post-grid-next::before {
  transform: rotate(-45deg);
}

.dc-post-grid-pagination .dc-post-grid-current-page {
  font-size: 16px;
  font-weight: 500;
  color: #375172;
}

section.dpg-post {
  margin-top: 0;
}

section.dpg-post .element-width--wide {
  max-width: 90%;
  padding-left: 0;
  padding-right: 0;
}

section.dpg-post .element-width--wide .dc-post-grid-results-inner {
  width: 100%;
  margin: 1.875rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.5rem;
}

@media screen and (min-width: 1300px) {
  section.dpg-post .element-width--wide .dc-post-grid-results-inner {
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  section.dpg-post .element-width--wide .dc-post-grid-results-inner {
    grid-row-gap: 1.25rem;
  }
}
section.dpg-post .element-width--wide .dc-post-grid-results-inner .item {
  margin: 0;
}

section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card .dc-post-grid-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card .dc-post-grid-card-inner:hover, section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card .dc-post-grid-card-inner:focus {
  cursor: pointer;
}

section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card .image-wrapper {
  border-radius: var(--element-border-radius);
  overflow: hidden;
}

section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card .image-wrapper img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card .image-wrapper.no-image {
  background-image: url("../../../src/images/norfund-news-placeholder.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 3/2;
  display: block;
}

section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card.post-card-summary .image-wrapper {
  margin-bottom: 1.25rem;
}

section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card.post-card-summary .stm-button {
  margin-top: 1.875rem;
}

@media screen and (max-width: 849px) {
  section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card.post-card-default .image-wrapper {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 850px) {
  section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card.post-card-default .content-wrapper {
    margin-top: 1.25rem;
    order: 2;
    width: 100%;
  }
  section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card.post-card-default .content-wrapper h2:hover {
    color: #ad5156;
    text-decoration: underline;
    text-underline-position: from-font;
    text-decoration-thickness: 0.0625rem;
  }
  section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card.post-card-default .content-wrapper time {
    padding-bottom: 0;
  }
  section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card.post-card-default .content-wrapper .card-excerpt {
    display: none;
  }
  section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card.post-card-default .image-wrapper {
    order: 1;
    width: 100%;
  }
}
section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card.post-card-default time {
  display: block;
}

section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card.post-card-default footer,
section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card.post-card-default .reading-estimate {
  display: flex;
  align-items: center;
}

section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card.post-card-default .tags {
  margin-right: 1.25rem;
}

section.dpg-post .element-width--wide .dc-post-grid-results-inner .item .post-card.post-card-default .reading-estimate img {
  margin-right: 0.625rem;
}

.dpg-team_member .people-group {
  width: 100%;
}

.dpg-team_member .people-group > h2 {
  margin: 1.25rem 1.25rem 1.875rem 1.25rem;
}

@media screen and (max-width: 849px) {
  .dpg-team_member .people-group > h2 {
    margin-left: 0;
  }
}
.dpg-team_member .dc-post-grid-results-inner {
  display: grid;
  grid-column-gap: 1.25rem;
  grid-row-gap: 4.25rem;
  margin: 0 !important;
  width: 100% !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

@media screen and (min-width: 1300px) {
  .dpg-team_member .dc-post-grid-results-inner {
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .dpg-team_member .dc-post-grid-results-inner {
    grid-row-gap: 1.25rem;
  }
}
.dpg-team_member .item {
  width: auto;
  margin: 0 !important;
}

.dpg-team_member .team-member-card .image-wrapper {
  position: relative;
  overflow: hidden;
}

.dpg-team_member .team-member-card .image-wrapper img {
  display: block;
  transition: all 1250ms ease-out;
}

.dpg-team_member .team-member-card .image-wrapper:hover, .dpg-team_member .team-member-card .image-wrapper:focus {
  cursor: pointer;
}

.dpg-team_member .team-member-card .image-wrapper svg {
  position: absolute;
  z-index: 10;
  bottom: 0.75rem;
  right: 0.75rem;
}

.dpg-team_member .team-member-card .image-wrapper svg circle {
  stroke: #fff;
}

.dpg-team_member .team-member-card .image-wrapper svg .dot {
  fill: #fff;
}

.dpg-team_member .team-member-card header {
  padding-top: 0.625rem;
  padding-right: 3.75rem;
  position: relative;
}

.dpg-team_member .team-member-card header:hover, .dpg-team_member .team-member-card header:focus {
  cursor: pointer;
}

.dpg-team_member .team-member-card header .job-title {
  font-weight: 800;
}

.dpg-team_member .team-member-card button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  background-color: transparent;
}

.dpg-team_member .team-member-card button .icon-plus {
  display: block;
  transition: all 150ms ease-out;
}

.dpg-team_member .team-member-card .team-member-content {
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  transform: rotate(0deg);
  transform-origin: center;
}

.dpg-team_member .team-member-card ul {
  margin: 1.25rem 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
}

.dpg-team_member .team-member-card ul li {
  margin: 0.1875rem 0;
}

.dpg-team_member .team-member-card.bio-visible button .icon-plus {
  transform: rotate(135deg);
}

.dpg-team_member .team-member-card:hover .image-wrapper img {
  transform: scale(1.1);
}

.dc-post-grid-results-inner {
  display: flex;
  flex-wrap: wrap;
}

.dc-post-grid-base {
  /*
  @include breakpoint(xlarge up) {
      &.grid-cols-4 {
          .item {
              width: calc(25% - 40px);
          }
      }
  }*/
}

@media screen and (min-width: 850px) {
  .dc-post-grid-base .dc-post-grid-results-inner {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 40px);
  }
}
.dc-post-grid-base .item {
  width: 100%;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 850px) {
  .dc-post-grid-base .item {
    margin: 0 1.25rem 1.25rem 1.25rem;
  }
  .dc-post-grid-base.grid-cols-2 .item, .dc-post-grid-base.grid-cols-3 .item, .dc-post-grid-base.grid-cols-4 .item {
    width: calc(50% - 40px);
  }
}
@media screen and (min-width: 1000px) {
  .dc-post-grid-base.grid-cols-3 .item, .dc-post-grid-base.grid-cols-4 .item {
    width: calc(33% - 40px);
  }
}
