/* 
* MEDIA QUERIES
* Breakpoints for responsive sites
*/
/*
* TEXT TRUNCATE
* An easy way to truncate text with an ellipsis. Requires the element to be block or inline-block.
* Usage: @include text-truncate;
* Source: http://web-design-weekly.com/2013/05/12/handy-sass-mixins/
*/
/*
* DON'T BREAK
* Useful mixing so links don't overrun their container
* Usage: @include dontbreak();
* Source: https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
*/
/*
* Skew
* Useful mixing to create skewed edges
* Usage: @include angle-edge(bottomright, 3deg, topleft, 3deg, #fff);
* Source: http://www.hongkiat.com/blog/skewed-edges-css/
*/
/*
* SASS Parent append
* Useful if you want to add an append to the parent without writing it out again
* Usage: @include parent-append(":hover")
* Source: https://codepen.io/imkremen/pen/RMVBvq
*/
/*
* Checked animation
*/
.post-template-rac-ceo-map header {
  position: sticky;
  z-index: 88;
}
.post-template-rac-ceo-map header.nav-is-fixed, .post-template-rac-ceo-map header.nav-reset {
  z-index: 90;
}
.post-template-rac-ceo-map.single .sidebar-right .sticky-sidebar {
  position: relative;
  top: 0 !important;
}
.post-template-rac-ceo-map .page-title {
  font-size: 10rem;
  text-transform: uppercase !important;
  line-height: 1.1;
  pointer-events: none;
  margin-bottom: 2rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  font-weight: bold;
  border: 0;
}
.post-template-rac-ceo-map .page-title.mobile {
  display: none;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .post-template-rac-ceo-map .page-title {
    display: none;
  }
  .post-template-rac-ceo-map .page-title.mobile {
    display: block;
    font-size: 8rem;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .post-template-rac-ceo-map .page-title.mobile {
    font-size: 6rem;
  }
}
.post-template-rac-ceo-map main {
  z-index: 89;
}
.post-template-rac-ceo-map .ceo-map {
  position: relative;
  background-color: white;
}
@media (max-width: 1024px) {
  .post-template-rac-ceo-map .ceo-map {
    border-top: 2px solid #191919;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .post-template-rac-ceo-map .ceo-map {
    border-top: 0;
  }
}
.post-template-rac-ceo-map .ceo-map .top-part {
  position: absolute;
  left: 0;
  width: 100vw;
  top: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .post-template-rac-ceo-map .ceo-map .top-part {
    position: relative;
    border-bottom: 2px solid #191919;
  }
}
.post-template-rac-ceo-map .ceo-map .top-part .wrap {
  position: relative;
}
@media (max-width: 1024px) {
  .post-template-rac-ceo-map .ceo-map .top-part .wrap {
    display: flex;
  }
}
@media (max-width: 768px) {
  .post-template-rac-ceo-map .ceo-map .top-part .wrap {
    flex-direction: column-reverse;
  }
}
.post-template-rac-ceo-map .ceo-map .top-part .left {
  padding-top: 4rem;
}
@media (max-width: 1024px) {
  .post-template-rac-ceo-map .ceo-map .top-part .left {
    padding-top: 2rem;
  }
}
@media (max-width: 768px) {
  .post-template-rac-ceo-map .ceo-map .top-part .left {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .post-template-rac-ceo-map .ceo-map .top-part .left form {
    width: 100%;
  }
}
.post-template-rac-ceo-map .ceo-map .top-part .right {
  position: absolute;
  right: 2rem;
  top: 0;
  text-align: right;
  max-width: 440px;
  pointer-events: none;
}
.post-template-rac-ceo-map .ceo-map .top-part .right .switch {
  z-index: 9;
  position: relative;
}
@media (max-width: 1024px) {
  .post-template-rac-ceo-map .ceo-map .top-part .right {
    margin-left: auto;
    padding-top: 2rem;
    position: relative;
    max-width: none;
    right: auto;
  }
}
@media (max-width: 768px) {
  .post-template-rac-ceo-map .ceo-map .top-part .right {
    padding-top: 1rem;
    width: 100%;
  }
  .post-template-rac-ceo-map .ceo-map .top-part .right .switch {
    display: flex;
    justify-content: space-between;
  }
  .post-template-rac-ceo-map .ceo-map .top-part .right .switch .btn {
    max-width: 100%;
    width: calc(50% - 0.5rem);
    margin-left: 0;
  }
}
.post-template-rac-ceo-map .ceo-map .top-part .right .btn {
  display: block;
  max-width: 22rem;
  margin-bottom: 1rem;
  margin-left: auto;
  pointer-events: all;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.post-template-rac-ceo-map .ceo-map .top-part .right .btn:hover {
  background-color: #191919 !important;
  color: white !important;
}
.post-template-rac-ceo-map .ceo-map .top-part .right .btn:not(.active) {
  background-color: white;
  color: #191919;
}
.post-template-rac-ceo-map .ceo-map .legend {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  top: 22rem;
  z-index: 6;
}
@media (max-width: 768px) {
  .post-template-rac-ceo-map .ceo-map .legend {
    top: 16rem;
    left: auto;
    right: 0;
    z-index: 2;
  }
}
.post-template-rac-ceo-map .ceo-map .legend .legend-in {
  max-width: 18.5rem;
  background-color: white;
  border-radius: 2.4rem;
  padding: 1rem 1.6rem;
  border: 1px solid #191919;
  pointer-events: all;
  font-size: 1.4rem;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .post-template-rac-ceo-map .ceo-map .legend .legend-in {
    max-width: 14rem;
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .post-template-rac-ceo-map .ceo-map .legend .legend-in {
    max-width: none;
    padding: 0;
    background-color: transparent;
    border: 0;
    text-align: right;
  }
}
.post-template-rac-ceo-map .ceo-map .legend .legend-in .title {
  font-weight: bold;
  margin-bottom: 0.9rem;
  line-height: 1.1;
}
.post-template-rac-ceo-map .ceo-map .legend .legend-in .entry {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  pointer-events: none;
}
@media (max-width: 768px) {
  .post-template-rac-ceo-map .ceo-map .legend .legend-in .entry {
    display: flex;
    flex-direction: row-reverse;
  }
  .post-template-rac-ceo-map .ceo-map .legend .legend-in .entry .circle {
    margin-left: 0.5rem;
    margin-right: 0 !important;
  }
}
.post-template-rac-ceo-map .ceo-map .legend .legend-in .entry .circle {
  display: inline-block;
  border-radius: 50%;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.5rem;
  vertical-align: bottom;
}
.post-template-rac-ceo-map .ceo-map .map-container {
  height: 100vh;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .post-template-rac-ceo-map .ceo-map .map-container {
    min-height: 800px;
  }
}
@media (max-width: 768px) {
  .post-template-rac-ceo-map .ceo-map .map-container {
    height: 800px !important;
    z-index: 3;
  }
}
.post-template-rac-ceo-map .ceo-map .map-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: 0.2s ease-in-out all;
  pointer-events: none;
}
.post-template-rac-ceo-map .ceo-map .map-container .active iframe {
  opacity: 1;
  pointer-events: all;
}
.post-template-rac-ceo-map .ceo-map .postcode {
  appearance: none;
  padding: 1.4rem 2rem;
  border: 1px solid #191919;
  border-radius: 2.4rem;
  pointer-events: all;
  width: 100%;
}
.post-template-rac-ceo-map .ceo-map .postcode::placeholder {
  text-transform: uppercase;
  color: #6c757d;
  font-weight: bold;
  font-size: 1.2rem;
}
.post-template-rac-ceo-map .ceo-map .form {
  position: relative;
  width: 35rem;
  pointer-events: all;
  z-index: 9;
}
.post-template-rac-ceo-map .ceo-map .form .search-button {
  position: absolute;
  appearance: none;
  width: 1.6rem;
  top: 1.4rem;
  right: 1.8rem;
  z-index: 4;
  pointer-events: all;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.post-template-rac-ceo-map .ceo-map .form .search-button svg {
  width: 100%;
}
.post-template-rac-ceo-map .ceo-map .result {
  display: block;
  width: 35rem;
  pointer-events: all;
  z-index: 5;
  position: relative;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  transform: translateY(-10px);
}
.post-template-rac-ceo-map .ceo-map .result.active {
  opacity: 1;
  transform: translateY(0);
}
.post-template-rac-ceo-map .ceo-map .result > * {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 0.7rem 2rem;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.7;
  color: #191919;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: all;
  position: relative;
  z-index: 3;
}
.post-template-rac-ceo-map .ceo-map .result > *:first-child {
  margin-top: -2rem;
  padding-top: 3rem;
}
.post-template-rac-ceo-map .ceo-map .result > *:last-child {
  border-bottom: 0;
}
.post-template-rac-ceo-map .ceo-map .result > *:last-child:after {
  border-bottom: 1px solid #191919;
}
.post-template-rac-ceo-map .ceo-map .result > *:last-child:before {
  display: none !important;
}
.post-template-rac-ceo-map .ceo-map .result > *:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: calc(100% - 4rem);
  height: 1px;
  bottom: 0;
  left: 2rem;
  background-color: #E9ECEF;
}
.post-template-rac-ceo-map .ceo-map .result > *:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-left: 1px solid #191919;
  border-right: 1px solid #191919;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.post-template-rac-ceo-map .ceo-map .result > *:hover:after, .post-template-rac-ceo-map .ceo-map .result > *.focus:after, .post-template-rac-ceo-map .ceo-map .result > *:focus:after {
  opacity: 1;
  background-color: #E9ECEF;
}
.post-template-rac-ceo-map .ceo-map .result > *.none {
  color: #6c757d;
  pointer-events: none !important;
}
.post-template-rac-ceo-map .ceo-map .scroll-down-ceo {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 4;
  color: #6c757d;
  font-size: 1.2rem;
  letter-spacing: 1px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.post-template-rac-ceo-map .ceo-map .scroll-down-ceo:hover {
  opacity: 0.6;
}
.post-template-rac-ceo-map .ceo-map .scroll-down-ceo .arrow {
  padding-top: 5px;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(0px);
  }
  60% {
    transform: translateY(5px);
  }
}
.post-template-rac-ceo-map #start-graph {
  padding-top: 4rem;
  margin-bottom: 4rem;
}
.post-template-rac-ceo-map #start-graph .block-title {
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
  padding-bottom: 2rem;
  padding-top: 1rem;
  border-top: 2px solid #191919;
}
.post-template-rac-ceo-map #start-graph .top {
  padding-bottom: 2rem;
  display: flex;
}
@media (max-width: 1024px) {
  .post-template-rac-ceo-map #start-graph .top {
    display: block;
  }
  .post-template-rac-ceo-map #start-graph .top .switch {
    display: flex;
    justify-content: space-between;
  }
}
.post-template-rac-ceo-map #start-graph .top .left {
  width: 100%;
}
.post-template-rac-ceo-map #start-graph .top .left .btn {
  max-width: 22rem;
  pointer-events: all;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .post-template-rac-ceo-map #start-graph .top .left .btn {
    max-width: none;
    width: calc(50% - 0.5rem);
  }
}
.post-template-rac-ceo-map #start-graph .top .left .btn:hover {
  background-color: #191919 !important;
  color: white !important;
}
.post-template-rac-ceo-map #start-graph .top .left .btn:not(.active) {
  background-color: white;
  color: #191919;
}
.post-template-rac-ceo-map #start-graph .top .right {
  width: 50%;
  position: relative;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .post-template-rac-ceo-map #start-graph .top .right {
    width: 100%;
    margin-top: 2rem;
  }
}
.post-template-rac-ceo-map #start-graph .top .right form {
  width: 100%;
  position: relative;
  z-index: 2;
}
.post-template-rac-ceo-map #start-graph .top .right form .postcode {
  padding: 1rem 2rem;
}
.post-template-rac-ceo-map #start-graph .top .right form .search-button {
  top: 1rem;
}
.post-template-rac-ceo-map #start-graph .top .right .result {
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 1;
}
.post-template-rac-ceo-map #start-graph .bottom {
  height: 9rem;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .post-template-rac-ceo-map #start-graph .bottom {
    height: 420px;
  }
}
.post-template-rac-ceo-map #start-graph .bottom .line {
  margin-top: 7.5rem;
  height: 2px;
  background-color: #191919;
  width: calc(100% - 2rem);
  left: 1rem;
  position: absolute;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.post-template-rac-ceo-map #start-graph .bottom .line.active {
  pointer-events: all;
  opacity: 1;
}
@media (max-width: 768px) {
  .post-template-rac-ceo-map #start-graph .bottom .line {
    height: 400px;
    width: 2px;
    margin-top: 2rem;
  }
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background: #CCCCCC;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 769px) {
  .post-template-rac-ceo-map #start-graph .bottom .line span.circle {
    top: auto !important;
  }
}
@media (max-width: 768px) {
  .post-template-rac-ceo-map #start-graph .bottom .line span.circle {
    left: 50% !important;
    right: 50% !important;
    width: 2rem;
    height: 2rem;
  }
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle:after {
  content: "";
  position: absolute;
  top: 50%;
  pointer-events: none;
  left: 50%;
  width: 2rem;
  height: 2rem;
  background: #CCCCCC;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 0.01px solid rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .post-template-rac-ceo-map #start-graph .bottom .line span.circle:after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle .tooltip {
  background: white;
  border-radius: 2.4rem;
  padding: 1rem 2rem;
  padding-bottom: 0.8rem;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: translateY(10px);
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%, 10px);
  border: 1px solid #191919;
  pointer-events: none;
  text-align: center;
}
@media (max-width: 768px) {
  .post-template-rac-ceo-map #start-graph .bottom .line span.circle .tooltip {
    transform: translate(-10px, -50%) !important;
    left: calc(100% + 1rem) !important;
    bottom: auto !important;
    top: 50% !important;
    right: auto !important;
  }
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle .tooltip:after {
  position: absolute;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
  bottom: -7px;
  content: "";
  width: 0;
  height: 0;
  width: 0px;
  height: 7px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  z-index: 4;
  border-top: 7px solid #ffffff;
}
@media (max-width: 768px) {
  .post-template-rac-ceo-map #start-graph .bottom .line span.circle .tooltip:after {
    width: 0 !important;
    height: 0 !important;
    border-top: 7px solid transparent !important;
    border-bottom: 7px solid transparent !important;
    border-right: 7px solid #ffffff !important;
    bottom: auto !important;
    left: -11px !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle .tooltip:before {
  position: absolute;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
  bottom: -8px;
  content: "";
  width: 0;
  z-index: 3;
  height: 0;
  width: 0px;
  height: 8px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #191919;
}
@media (max-width: 768px) {
  .post-template-rac-ceo-map #start-graph .bottom .line span.circle .tooltip:before {
    width: 0 !important;
    height: 0 !important;
    border-top: 7px solid transparent !important;
    border-bottom: 7px solid transparent !important;
    border-right: 7px solid #191919 !important;
    bottom: auto !important;
    left: -13px !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle .tooltip .adm-name {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
  color: #191919;
  display: block;
  white-space: nowrap;
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle .tooltip .rank {
  font-size: 1.2rem;
  color: #191919;
  display: block;
  white-space: nowrap;
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle .tooltip .rank .color-rank {
  font-weight: bold;
  color: #258c78;
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle:hover, .post-template-rac-ceo-map #start-graph .bottom .line span.circle.active {
  background: #258c78;
  z-index: 4;
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle:hover:after, .post-template-rac-ceo-map #start-graph .bottom .line span.circle.active:after {
  background: #258c78;
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle:hover .tooltip, .post-template-rac-ceo-map #start-graph .bottom .line span.circle.active .tooltip {
  transform: translate(-50%, 0px);
  opacity: 1;
}
@media (max-width: 768px) {
  .post-template-rac-ceo-map #start-graph .bottom .line span.circle:hover .tooltip, .post-template-rac-ceo-map #start-graph .bottom .line span.circle.active .tooltip {
    transform: translate(10px, -50%) !important;
  }
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle:nth-child(-n+150) .tooltip {
  left: -2rem;
  transform: translateY(10px);
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle:nth-child(-n+150) .tooltip:before, .post-template-rac-ceo-map #start-graph .bottom .line span.circle:nth-child(-n+150) .tooltip:after {
  left: calc(0% + 2.5rem);
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle:nth-child(-n+150):hover .tooltip, .post-template-rac-ceo-map #start-graph .bottom .line span.circle:nth-child(-n+150).active .tooltip {
  transform: translateY(0px);
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle:last-child {
  left: 100% !important;
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle:last-child .tooltip {
  left: auto;
  transform: translateY(10px);
  right: -2rem;
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle:last-child .tooltip:before, .post-template-rac-ceo-map #start-graph .bottom .line span.circle:last-child .tooltip:after {
  left: calc(100% - 2.5rem);
}
.post-template-rac-ceo-map #start-graph .bottom .line span.circle:last-child:hover .tooltip, .post-template-rac-ceo-map #start-graph .bottom .line span.circle:last-child.active .tooltip {
  transform: translateY(0px);
}
.post-template-rac-ceo-map #start-graph .bottom .line[data-ceo-switch=number] span.circle:hover, .post-template-rac-ceo-map #start-graph .bottom .line[data-ceo-switch=number] span.circle.active {
  background: #7201D5;
}
.post-template-rac-ceo-map #start-graph .bottom .line[data-ceo-switch=number] span.circle:hover:after, .post-template-rac-ceo-map #start-graph .bottom .line[data-ceo-switch=number] span.circle.active:after {
  background: #7201D5;
}
.post-template-rac-ceo-map #start-graph .bottom .line[data-ceo-switch=number] span.circle .tooltip .rank .color-rank {
  color: #7201D5;
}
.post-template-rac-ceo-map #start-graph .bottom .line[data-ceo-switch=number] span.circle:nth-last-child(-n+2) .tooltip {
  left: auto;
  transform: translateY(10px);
  right: -2rem;
}
.post-template-rac-ceo-map #start-graph .bottom .line[data-ceo-switch=number] span.circle:nth-last-child(-n+2) .tooltip:before, .post-template-rac-ceo-map #start-graph .bottom .line[data-ceo-switch=number] span.circle:nth-last-child(-n+2) .tooltip:after {
  left: calc(100% - 2.5rem);
}
.post-template-rac-ceo-map #start-graph .bottom .line[data-ceo-switch=number] span.circle:nth-last-child(-n+2):hover .tooltip, .post-template-rac-ceo-map #start-graph .bottom .line[data-ceo-switch=number] span.circle:nth-last-child(-n+2).active .tooltip {
  transform: translateY(0px);
}
.post-template-rac-ceo-map .regional-database {
  padding-top: 4rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .post-template-rac-ceo-map .regional-database .scroll-mobile {
    overflow-x: scroll;
  }
  .post-template-rac-ceo-map .regional-database .wrap {
    margin-left: -2rem;
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .post-template-rac-ceo-map .regional-database .wrap > *:not(.scroll-mobile) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.post-template-rac-ceo-map .regional-database .block-title {
  font-weight: bold;
  text-align: left;
  font-size: 2rem;
  text-transform: uppercase;
  padding-bottom: 2rem;
  padding-top: 1rem;
  border-top: 2px solid #191919;
}
.post-template-rac-ceo-map .regional-database #regional-table {
  table-layout: fixed;
  width: 100%;
  min-width: 70rem;
}
.post-template-rac-ceo-map .regional-database #regional-table th {
  font-weight: bold;
  white-space: nowrap;
  font-size: 1.6rem;
  border-bottom: 1px solid #191919;
}
@media (max-width: 1024px) {
  .post-template-rac-ceo-map .regional-database #regional-table th {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .post-template-rac-ceo-map .regional-database #regional-table th {
    white-space: normal;
  }
}
.post-template-rac-ceo-map .regional-database #regional-table tr:nth-child(even) {
  background-color: #eee;
}
.post-template-rac-ceo-map .regional-database #regional-table th, .post-template-rac-ceo-map .regional-database #regional-table td {
  padding: 0.6rem 1rem;
  text-align: left;
}
.post-template-rac-ceo-map .regional-database #regional-table th:first-child, .post-template-rac-ceo-map .regional-database #regional-table td:first-child {
  width: 4rem;
}
@media (min-width: 1025px) {
  .post-template-rac-ceo-map .regional-database #regional-table th:first-child, .post-template-rac-ceo-map .regional-database #regional-table td:first-child {
    width: 5rem;
  }
}
.post-template-rac-ceo-map .regional-database #regional-table th:nth-child(2), .post-template-rac-ceo-map .regional-database #regional-table td:nth-child(2) {
  width: 10rem;
}
@media (min-width: 1025px) {
  .post-template-rac-ceo-map .regional-database #regional-table th:nth-child(2), .post-template-rac-ceo-map .regional-database #regional-table td:nth-child(2) {
    width: 25rem;
  }
}
.post-template-rac-ceo-map .regional-database #regional-table th:nth-child(3), .post-template-rac-ceo-map .regional-database #regional-table td:nth-child(3) {
  width: 6rem;
}
@media (min-width: 1025px) {
  .post-template-rac-ceo-map .regional-database #regional-table th:nth-child(3), .post-template-rac-ceo-map .regional-database #regional-table td:nth-child(3) {
    width: 15rem;
  }
}
.post-template-rac-ceo-map .regional-database #regional-table th:last-child, .post-template-rac-ceo-map .regional-database #regional-table td:last-child {
  width: 25rem;
}
@media (min-width: 1025px) {
  .post-template-rac-ceo-map .regional-database #regional-table th:last-child, .post-template-rac-ceo-map .regional-database #regional-table td:last-child {
    width: 40rem;
  }
}
@media (max-width: 1024px) {
  .post-template-rac-ceo-map .regional-database #regional-table th:first-child, .post-template-rac-ceo-map .regional-database #regional-table td:first-child {
    padding-left: 2rem;
  }
  .post-template-rac-ceo-map .regional-database #regional-table th:last-child, .post-template-rac-ceo-map .regional-database #regional-table td:last-child {
    padding-right: 2rem;
  }
}
.post-template-rac-ceo-map .regional-database #regional-table td {
  font-size: 1.4rem;
}
.post-template-rac-ceo-map .regional-database #regional-table td.rank {
  font-weight: bold;
}
.post-template-rac-ceo-map .regional-database #regional-table td:nth-child(2) {
  width: 25rem;
  text-transform: uppercase;
}
.post-template-rac-ceo-map .regional-database #regional-table td.last-col {
  padding-top: 0;
  padding-bottom: 0;
}
.post-template-rac-ceo-map .regional-database #regional-table td.last-col .bar {
  height: 2rem;
  background: #8603F7;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.5rem;
}
.post-template-rac-ceo-map .regional-database #regional-table tr:nth-child(n+12) {
  position: absolute;
  opacity: 0;
}
.post-template-rac-ceo-map .regional-database #regional-table.active tr {
  position: relative;
  opacity: 1;
}
.post-template-rac-ceo-map .regional-database .full-table {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  background: white;
  color: #191919;
  transition: all 0.2s ease-in-out;
}
.post-template-rac-ceo-map .regional-database .full-table:hover {
  background: #191919;
  color: white;
}
@media (max-width: 1024px) {
  .post-template-rac-ceo-map .regional-database .full-table {
    margin-top: 0.5rem;
  }
}