.search-result::after {
  content: "";
  display: table;
  clear: both; }

table {
  background-color: #fefefe;
  margin: 1rem auto; }
  table th,
  table td {
    border: 1px solid #EFEFEF;
    border-width: 0 1px;
    padding: .5rem; }
  table th {
    font-weight: bold;
    padding: .5rem .5rem .25rem; }
  table thead th {
    background-color: #a52238;
    color: #fefefe; }
  table tbody tr {
    border-bottom: 1px solid #EFEFEF; }
  table tbody th {
    text-align: left; }

:root {
  --main-bg-color: #a52238;
  --search-max-width: 400px;
  --search-btn-height: 3.75rem; }
  @media (max-width: 640px) {
    :root {
      --search-btn-height: 3rem; } }
  @media screen and (min-width: 1800px) {
    :root {
      --search-max-width: auto; } }

.search-result::after {
  content: "";
  display: table;
  clear: both; }

#search-wrapper {
  position: fixed;
  z-index: 9996;
  right: 0px;
  top: 0px;
  right: -350px;
  width: 400px;
  width: var(--search-max-width);
  max-width: calc( 100vw - 30px); }
  .intro-visible #search-wrapper {
    display: none; }
  #search-wrapper > .inner {
    position: relative;
    width: 400px;
    max-width: 100%;
    min-height: 60px;
    opacity: 0; }
    @media (max-width: 640px) {
      #search-wrapper > .inner {
        min-height: 48px; } }
  @media screen and (max-width: 450px) {
    #search-wrapper {
      width: 100%;
      right: auto;
      left: calc( 100vw - 50px); } }

#open-search {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  width: 50px;
  height: var(--search-btn-height);
  background-color: #a52238;
  background-color: var(--main-bg-color);
  overflow: hidden; }
  #open-search svg {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    margin-left: auto;
    margin-right: auto; }
  #open-search:hover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(5, 5, 5, 0.2); }
  #open-search #search-icon {
    transform: scaleX(-100%); }
    #open-search #search-icon .st0 {
      fill: #FFFFFF; }
  #open-search .close-icon {
    display: none;
    stroke: #fff;
    stroke-width: 5px;
    stroke-linecap: round; }
  .search-active #open-search #search-icon {
    display: none; }
  .search-active #open-search .close-icon {
    display: block; }

#search-form {
  position: relative;
  top: 0px;
  z-index: 1000;
  height: 60px;
  height: var(--search-btn-height);
  padding: 0 1rem 0 .5rem;
  margin-left: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #a52238;
  background-color: var(--main-bg-color); }
  #search-form > .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  #search-form label {
    display: none;
    color: #fefefe; }
  #search-form input {
    background-color: transparent;
    border: 2px solid #fefefe;
    border-radius: 1rem;
    padding: .25rem 1rem;
    width: 300px;
    width: calc( 100% - 60px);
    color: #fefefe;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
    @media (max-width: 640px) {
      #search-form input {
        width: auto;
        min-width: 100px;
        width: calc( 100% - 60px); } }
    #search-form input:focus {
      background-color: #fefefe;
      color: #a52238;
      color: var(--main-bg-color);
      caret-color: #050505;
      outline: 2px solid #fefefe;
      outline-offset: 2px; }
      #search-form input:focus::-webkit-input-placeholder, #search-form input:focus::placeholder {
        color: rgba(165, 34, 56, 0.7); }
    #search-form input:placeholder-shown {
      color: #fefefe; }
    #search-form input::-webkit-input-placeholder, #search-form input::placeholder {
      color: #fefefe; }

#search-for-string {
  background-color: #fefefe;
  color: #a52238;
  color: var(--main-bg-color);
  padding: .15rem 1rem;
  margin-left: .5rem;
  border-radius: 1rem;
  border: 2px solid transparent;
  pointer-events: none; }
  #search-for-string:hover {
    background-color: var(--main-bg-color);
    color: #fefefe;
    border-color: #fefefe; }
  .search-active #search-for-string {
    pointer-events: all; }

@media screen and (min-width: 1800px) {
  #xslides-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
  #xslides-wrapper {
    margin: 0; }
  #search-wrapper {
    right: 20px;
    left: calc( 1000px + calc( .5 * calc( 100vw - 1000px ) )); }
    #search-wrapper > .inner {
      opacity: .5;
      width: auto; } }

#search-results {
  background-color: #a52238;
  background-color: var(--main-bg-color);
  max-height: calc( 100vh - 140px);
  overflow-x: hidden;
  overflow-y: auto; }
  #search-results > .inner {
    margin: 0 1rem;
    border-bottom: 1rem solid #a52238;
    border-bottom: 1rem solid var(--main-bg-color); }
    #search-results > .inner:empty {
      padding: 0;
      border-bottom: none; }

.search-results-for-slide {
  background-color: #fefefe;
  margin-bottom: .5rem;
  padding: 0 1rem 1rem; }

.search-results-header,
.search-results-sub-header {
  font-weight: bold; }
  .search-results-header::after,
  .search-results-sub-header::after {
    content: "(" attr(data-results) " results)";
    font-weight: normal;
    font-size: .8em;
    display: inline-block; }
  .search-results-header[data-results="1"]::after,
  .search-results-sub-header[data-results="1"]::after {
    display: none; }

.search-results-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fefefe;
  color: #a52238;
  font-size: 1.1rem;
  line-height: 1.1;
  padding: .75rem .25rem .25rem;
  border-bottom: 2px solid #a52238;
  border-bottom: 2px solid var(--main-bg-color); }
  .search-results-header:first-of-type {
    margin-top: 0; }
  .search-results-header::before {
    content: ' ';
    display: inline-block;
    display: none;
    border-radius: 50%;
    margin-right: .5rem;
    width: 0.75rem;
    height: 0.75rem;
    background-color: #a52238;
    background-color: var(--main-bg-color); }
  [data-slide="1"] .search-results-header[data-slidenumber="1"]::before {
    display: inline-block; }
  [data-slide="2"] .search-results-header[data-slidenumber="2"]::before {
    display: inline-block; }
  [data-slide="3"] .search-results-header[data-slidenumber="3"]::before {
    display: inline-block; }
  [data-slide="4"] .search-results-header[data-slidenumber="4"]::before {
    display: inline-block; }
  [data-slide="5"] .search-results-header[data-slidenumber="5"]::before {
    display: inline-block; }
  [data-slide="6"] .search-results-header[data-slidenumber="6"]::before {
    display: inline-block; }
  [data-slide="7"] .search-results-header[data-slidenumber="7"]::before {
    display: inline-block; }
  [data-slide="8"] .search-results-header[data-slidenumber="8"]::before {
    display: inline-block; }
  [data-slide="9"] .search-results-header[data-slidenumber="9"]::before {
    display: inline-block; }
  [data-slide="10"] .search-results-header[data-slidenumber="10"]::before {
    display: inline-block; }
  [data-slide="11"] .search-results-header[data-slidenumber="11"]::before {
    display: inline-block; }
  [data-slide="12"] .search-results-header[data-slidenumber="12"]::before {
    display: inline-block; }
  [data-slide="13"] .search-results-header[data-slidenumber="13"]::before {
    display: inline-block; }
  [data-slide="14"] .search-results-header[data-slidenumber="14"]::before {
    display: inline-block; }
  [data-slide="15"] .search-results-header[data-slidenumber="15"]::before {
    display: inline-block; }
  [data-slide="16"] .search-results-header[data-slidenumber="16"]::before {
    display: inline-block; }
  [data-slide="17"] .search-results-header[data-slidenumber="17"]::before {
    display: inline-block; }
  [data-slide="18"] .search-results-header[data-slidenumber="18"]::before {
    display: inline-block; }
  [data-slide="19"] .search-results-header[data-slidenumber="19"]::before {
    display: inline-block; }
  [data-slide="20"] .search-results-header[data-slidenumber="20"]::before {
    display: inline-block; }

#no-results-message {
  background-color: #fefefe;
  padding: 1rem; }

.search-result {
  position: relative;
  z-index: 90;
  background-color: #fefefe;
  border-bottom: 3px solid #e2e2e2;
  padding: .75rem .25rem; }
  .search-result:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .search-results-header + .search-result {
    margin-top: 0; }
  .search-result .found-text {
    line-height: 1.3;
    padding-right: 3rem; }
    .search-result .found-text img {
      max-height: 100px;
      max-width: calc( 100% - 6rem);
      margin: 0 auto; }

.go-to-found-element {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  color: #a52238;
  color: var(--main-bg-color);
  width: 3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: .5rem .5rem; }
  .go-to-found-element:hover .right-arrow-icon {
    transform: translateX(0.5rem); }
  .go-to-found-element.visited .right-arrow-icon line,
  .go-to-found-element.visited .right-arrow-icon polyline {
    stroke: #5f5f5f; }

.right-arrow-icon {
  transition: .2s all ease-out; }
  .right-arrow-icon line {
    stroke: #a52238;
    stroke: var(--main-bg-color);
    stroke-width: 7px;
    stroke-linecap: round; }
  .right-arrow-icon polyline {
    fill: none;
    stroke: #a52238;
    stroke: var(--main-bg-color);
    stroke-width: 7px;
    stroke-linecap: round;
    stroke-linejoin: round; }

.search-highlight {
  background-color: yellow; }
  .slide .search-highlight.search-highlight-inactive {
    background-color: rgba(255, 255, 0, 0.2) !important; }
  .accordion-trigger .search-highlight {
    margin-left: 4px;
    margin-right: 4px; }

.slide {
  padding: .6rem 4.5rem; }
  @media (max-width: 800px) {
    .slide {
      padding: .6rem 2.5rem; } }

.sub-slide {
  margin: 6% 0; }

a {
  display: block; }

.has-toc .sub-slide > .inner {
  margin-left: auto;
  margin-right: auto; }

.indent-more {
  margin-left: 30px; }

@media all and (min-width: 1320px) {
  .show-toc-full.has-toc #slides-wrapper {
    width: auto; } }

.same-line {
  display: inline-block; }

h3 {
  font-size: 1.2rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 1rem;
  font-weight: bold;
  color: #A52238; }

.accordion-content h5 {
  color: black; }

img {
  padding: 1% 0;
  max-width: 100%; }

.icon {
  padding: 0; }

li {
  margin: 2% 0 1% 0; }

table {
  border-top: 1px solid #EFEFEF;
  margin: 0; }
  table tbody th {
    text-align: center;
    width: 100px; }
  .block > table {
    margin-top: 0; }

td {
  vertical-align: top; }

.green-txt {
  color: green;
  font-weight: bold; }

.red-txt {
  color: red;
  font-weight: bold; }

.gear-img {
  padding: 0px; }

.blue-txt {
  color: deepskyblue;
  font-weight: bold; }

.alpha-upper {
  list-style: upper-alpha; }

.lower-alpha {
  list-style: lower-alpha; }

.text-right {
  text-align: right; }

figcaption {
  margin-top: 1%; }

/*#slide-1{
	display: flex;
	align-items: center;
}*/
.flex-row {
  display: -ms-flexbox;
  display: flex; }

.choices-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .choices-flex button {
    background-color: #A52238;
    color: #FFF;
    border-radius: 10px;
    padding: 5px 10px;
    width: 47%; }
    .choices-flex button:hover, .choices-flex button:focus {
      background-color: black; }

.home-nav,
.grade-nav {
  color: #a52238;
  text-decoration: underline; }
  .home-nav:hover, .home-nav:focus,
  .grade-nav:hover,
  .grade-nav:focus {
    color: black; }

#tom {
  border-right: 2px solid #a52238;
  padding: .5rem 2rem 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 640px) {
    #tom {
      display: none; } }

#toms-words {
  padding: .5rem 2rem 0; }
  @media (max-width: 640px) {
    #toms-words {
      padding: .5rem 0 0; } }

#hub-nav-container {
  margin: 2rem auto 1rem; }

.hub-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }

.hub-block {
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  background-color: #a52238;
  margin: 5px; }
  @media (max-width: 640px) {
    .hub-block {
      display: block;
      width: 100%;
      height: auto;
      margin: 2px 0; } }

.hub-nav {
  position: relative;
  width: 100%;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center top 1.5rem; }
  .hub-nav[data-go-to="2"] {
    background-image: url("hub-icons/navigation.png"); }
  .hub-nav[data-go-to="3"] {
    background-image: url("hub-icons/help.png"); }
  .hub-nav[data-go-to="4"] {
    background-image: url("hub-icons/communication.png"); }
  .hub-nav[data-go-to="5"] {
    background-image: url("hub-icons/manage-groups.png"); }
  .hub-nav[data-go-to="6"] {
    background-image: url("hub-icons/grading.png"); }
  .hub-nav[data-go-to="7"] {
    background-image: url("hub-icons/zoom.png"); }
  .hub-nav .hub-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: .8rem;
    width: 100%;
    background-color: rgba(226, 226, 226, 0.8);
    padding: .5rem 1rem;
    padding: 0 1rem;
    font-size: 1.2rem;
    line-height: 1.3;
    min-height: 5rem; }
  .hub-nav:hover {
    background-color: #303030; }
    .hub-nav:hover .hub-label {
      background-color: #e2e2e2; }
  @media (max-width: 640px) {
    .hub-nav {
      background-position: left 10px center;
      height: 4.5rem; }
      .hub-nav .hub-label {
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
        bottom: 0;
        width: calc(100% - 70px);
        margin-left: 70px;
        background-color: transparent;
        color: #fefefe; } }

.image-box {
  margin: 1rem 0; }
  .image-box img {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 1.25rem auto 2rem; }
  li > .image-box img {
    max-width: 100%; }

.guide {
  border: 1px solid #dedede;
  padding: .5rem 2rem .5rem 1rem;
  background-color: #f5fde8;
  font-size: .95rem;
  box-shadow: 0 5px 25px 5px #f1f1f1; }
  h2 + .guide,
  h3 + .guide,
  h4 + .guide {
    margin-top: 0; }
  .guide.full {
    display: inline-block;
    float: none;
    width: auto;
    margin: 1rem 0 .5rem 0; }
  .guide.small {
    display: inline-block;
    float: none;
    width: auto;
    margin: 1rem 0 .5rem 0; }
  .block > .guide {
    margin: 1rem 0 1.5rem;
    width: 100%;
    width: auto; }
  .guide h3,
  .guide h4 {
    font-weight: bold;
    font-size: 1.3rem;
    margin: .5rem; }
  .guide h5 {
    font-weight: bold;
    font-size: 1.1rem;
    margin: .5rem; }
  .guide a {
    display: block;
    margin-bottom: .5rem; }
    .guide a:last-child {
      margin-bottom: 0; }

.two-block .block img {
  width: auto;
  margin: 0; }

.two-block .block:last-child {
  padding: .5rem; }

/*.profile-block{
	.block{
		    width: calc(80% - 0px);
	}
	.block:first-child{
		    width: calc(20% - 0px);
	}
}*/
@media (max-width: 640px) {
  .profile-block .block {
    display: block;
    width: 100%; } }

.img-left {
  display: block;
  max-width: 100%; }

.red-li {
  list-style: none;
  counter-increment: step-counter;
  margin-bottom: 10px; }

.red-li::before {
  content: counter(step-counter);
  color: red;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

.blue-li {
  list-style: none; }
  .blue-li .counters {
    counter-increment: step-counter2;
    margin-bottom: 10px; }
  .blue-li .counters::before {
    content: counter(step-counter2);
    color: deepskyblue;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.acc-img {
  max-width: 100%;
  display: block; }

#left-side-acc .accordion-header {
  margin-top: 0; }

#left-side-acc .icon-marker {
  display: -ms-flexbox;
  display: flex;
  width: 84px;
  height: 60px; }
  #left-side-acc .icon-marker::before {
    display: none; }

#left-side-acc .canvas-icon {
  display: block;
  padding-top: 6px;
  font-size: .9rem;
  line-height: 1;
  text-transform: none;
  font-weight: normal; }
  #left-side-acc .canvas-icon.admin .not-svg {
    display: block;
    margin: 0 auto 3px;
    width: 32px;
    height: 32px;
    background-image: url("avatar-50.png");
    background-size: cover;
    border-radius: 50%;
    border: 2px solid #fff; }
  #left-side-acc .canvas-icon svg {
    display: block;
    width: 26px;
    margin: 0 auto;
    padding-bottom: 5px; }

.eye {
  max-width: 40px;
  margin: 0 auto; }

.larger-block {
  width: 150rem; }

blockquote {
  position: relative;
  display: none;
  border-radius: 8px;
  padding: 8px;
  text-align: center;
  line-height: 1.5em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7); }

blockquote .notch {
  position: absolute;
  padding: 0;
  width: 0;
  height: 0; }

blockquote .notch-top {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-left: 10px solid transparent; }

blockquote .notch-right {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7); }

blockquote .notch-bottom {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent; }

blockquote .notch-left {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  border-bottom: 10px solid transparent;
  border-left: 0; }

.hotspot-demo-1-left {
  position: relative;
  width: 80%; }

.spots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.spot {
  position: absolute;
  text-align: center;
  line-height: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  width: 22px;
  height: 22px;
  border: 1px solid #5FB404;
  border-radius: 16px;
  background-color: #5FB404; }

.spot:hover {
  transform: rotate(45deg); }

#spot-01 {
  position: absolute;
  top: 5%;
  left: 5%; }

#spot-01:hover > blockquote {
  display: block;
  top: -10px;
  left: 35%; }

#spot-02 {
  position: absolute;
  top: 2%;
  left: 33%; }

#spot-02:hover > blockquote {
  display: block;
  top: -10px;
  left: 18%;
  z-index: 1000; }

#spot-03 {
  position: absolute;
  top: 90%;
  left: 79%; }

#spot-03:hover > blockquote {
  display: block;
  top: -12px;
  left: 36px; }

#spot-04 {
  position: absolute;
  top: 2%;
  left: 70%; }

#spot-04:hover > blockquote {
  display: block;
  top: -10px;
  left: 38px; }
  #spot-04:hover > blockquote .notch-bottom {
    bottom: -10px;
    left: 0%;
    margin-left: -10px;
    border-top: 0px solid rgba(0, 0, 0, 0.7);
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 10px solid transparent; }

#spot-05 {
  position: absolute;
  top: 11%;
  left: 11%; }

#spot-05:hover > blockquote {
  display: block;
  top: -11px;
  left: 38px; }

#spot-06 {
  position: absolute;
  top: 36%;
  left: 9%; }

#spot-06:hover > blockquote {
  display: block;
  top: -11px;
  left: 38px; }

#spot-07 {
  position: absolute;
  top: 51%;
  left: 8%; }

#spot-07:hover > blockquote {
  display: block;
  top: -11px;
  left: 40px; }

#spot-08 {
  position: absolute;
  top: 15%;
  left: 85%; }

#spot-08:hover > blockquote {
  display: block;
  top: -11px;
  left: 38px; }

#spot-09 {
  position: absolute;
  top: 59%;
  left: 85%; }

#spot-09:hover > blockquote {
  display: block;
  top: -11px;
  left: 38px; }

#spot-10 {
  position: absolute;
  top: 9%;
  left: 4%; }

#spot-10:hover > blockquote {
  display: block;
  top: 36px;
  left: -59px; }

#spot-11 {
  position: absolute;
  top: 0%;
  left: 76%; }

#spot-11:hover > blockquote {
  display: block;
  top: -19px;
  left: 33px;
  z-index: 1000; }

#spot-12 {
  position: absolute;
  top: 4%;
  left: 28%; }

#spot-12:hover > blockquote {
  display: block;
  top: -12px;
  left: 33px;
  z-index: 1001; }

#spot-13 {
  position: absolute;
  top: 8%;
  left: 1%;
  z-index: 1002; }

#spot-13:hover > blockquote {
  display: block;
  top: -11px;
  left: 33px; }

#spot-14 {
  position: absolute;
  top: 13%;
  left: 41%; }

#spot-14:hover > blockquote {
  display: block;
  top: -11px;
  left: 33px;
  z-index: 1001; }

#spot-15 {
  position: absolute;
  top: 29%;
  left: 9%;
  z-index: 1002; }

#spot-15:hover > blockquote {
  display: block;
  top: -11%;
  left: 23%; }

#spot-16 {
  position: absolute;
  top: 29%;
  left: 96%; }

#spot-16:hover > blockquote {
  display: block;
  top: -27px;
  left: 33px; }

#spot-17 {
  position: absolute;
  top: 17%;
  left: 96%; }

#spot-17:hover > blockquote {
  display: block;
  top: -73px;
  left: 33px; }

#spot-18 {
  position: absolute;
  top: 20%;
  left: 76%; }

#spot-18:hover > blockquote {
  display: block;
  top: -14px;
  left: 33px; }

#spot-19 {
  position: absolute;
  top: 42%;
  left: 96%; }

#spot-19:hover > blockquote {
  display: block;
  top: -14px;
  left: 33px; }

#spot-20 {
  position: absolute;
  top: 59%;
  left: 6%; }

#spot-20:hover > blockquote {
  display: block;
  top: -14px;
  left: 33px; }

#spot-21 {
  position: absolute;
  top: 64%;
  left: 96%; }

#spot-21:hover > blockquote {
  display: block;
  top: -14px;
  left: 33px; }

#spot-22 {
  position: absolute;
  top: 30%;
  left: 5%; }

#spot-22:hover > blockquote {
  display: block;
  top: 36px;
  left: -59px; }

#spot-23 {
  position: absolute;
  top: 0%;
  left: 79%; }

#spot-23:hover > blockquote {
  display: block;
  top: -24px;
  left: 34px; }

#spot-24 {
  position: absolute;
  top: 4%;
  left: 28%; }

#spot-24:hover > blockquote {
  display: block;
  top: -3px;
  left: 38px; }

#spot-25 {
  position: absolute;
  top: 8%;
  left: 1%; }

#spot-25:hover > blockquote {
  display: block;
  top: -11px;
  left: 29px; }

#spot-26 {
  position: absolute;
  top: 29%;
  left: 41%; }

#spot-26:hover > blockquote {
  display: block;
  top: -10px;
  left: 35px; }

#spot-27 {
  position: absolute;
  top: 30%;
  left: 96%; }

#spot-27:hover > blockquote {
  display: block;
  top: -35px;
  left: 40px; }

#spot-28 {
  position: absolute;
  top: 43%;
  left: 96%; }

#spot-28:hover > blockquote {
  display: block;
  top: -70px;
  left: 40px; }

#spot-29 {
  position: absolute;
  top: 35%;
  left: 76%; }

#spot-29:hover > blockquote {
  display: block;
  top: -15px;
  left: 39px; }

#spot-30 {
  position: absolute;
  top: 56%;
  left: 96%; }

#spot-30:hover > blockquote {
  display: block;
  top: 0px;
  left: 39px; }

#spot-31 {
  position: absolute;
  top: 45%;
  left: 7%; }

#spot-31:hover > blockquote {
  display: block;
  top: -10px;
  left: 35px; }

#spot-32 {
  position: absolute;
  top: 82%;
  left: 96%; }

#spot-32:hover > blockquote {
  display: block;
  top: -12px;
  left: 39px; }

.buttonsGroup {
  position: -webkit-sticky;
  position: sticky;
  display: inline-block;
  /*float: right;*/
  right: 0;
  height: 0;
  top: 95%;
  z-index: 10000;
  left: 0;
  width: 100%;
  text-align: right; }
  .buttonsGroup button {
    background-color: #A42238;
    padding: 1%;
    color: #fff;
    border-radius: 12px 12px 0px 0px;
    display: none; }
    .buttonsGroup button:hover, .buttonsGroup button:focus {
      background-color: black; }
