  /* sota - school of the air css */
a {
    color: #0d5b50;
}

h1{
  color:  #47a282;
}

h2,
h3,
h4,
h5 {
  color: #0d5b50;
}

/* ---- [ links ] --- */

.navbar {
  background-color: #0d5b50;
}

.topbar {
  border-bottom: 4px solid #47a282;
}

.content-inner ul:not(.list-unstyled) li {
  background: url(/common/img/list-circle-sota.svg) no-repeat 0px 8px;
  background-size: 8px 8px;
}

li.current-page,
.downloads-list .doc-type {
  color: #0d5b50;
}

.submenu .sub-nav li {
  padding: 8px 8px 8px 28px;
  background: url(/common/img/sub-nav-line-sota.svg) no-repeat left 12px center;
  background-size: 12px 7px;
}


/* ----- [ hero ] -----*/

.hero-slider .slick-dots li.slick-active button:before {
    opacity: 0.85;
    color: #0d5b50;
}

.hero-slider .slick-dots li button:before {
    color: #47a282;
    font-size: 12px;
    opacity: 0.85;
}

/* ------ [ expander ] ---- */

#accordion h5 a[aria-expanded="false"] {
  background-position: top 16px right 6px;
  -moz-background-size: 30px 30px;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  background-image: url(/common/img/icon_add-sota.svg);
}

#accordion h5 a[aria-expanded="true"] {
  background-position: top 16px right 6px;
  -moz-background-size: 30px 30px;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  background-image: url(/common/img/icon_minus-sota.svg);
}

/* ----- [ latest news and events ] ----- */

.latest-events li {
  display: block;
  padding: 8px 35px 8px 8px;
  background-repeat: no-repeat;
  /*background-image: url(/common/img/arrow_green.svg);*/
  -moz-background-size: 30px 22px;
  -webkit-background-size: 30px 22px;
  background-size: 30px 22px;
  background-position: center right;
}

.latest-news li a, .latest-events li a {
  color: #292929;
  display: block;
  padding-right: 35px;
  background-repeat: no-repeat;
  background-image: url(/common/img/arrow_red.svg);
  -moz-background-size: 30px 22px;
  -webkit-background-size: 30px 22px;
  background-size: 30px 22px;
  background-position: center right;
  margin-left: 0;
}

a.btn-sota {background-color: #0d5b50; border: solid 1px #0d5b50; color: #fff; border-radius: 0;}

/* --- [entry points ] ---*/
.entry-point:nth-child(1) .entry-inner{
  background-color: #0d5b50;
}

.entry-point:nth-child(2) .entry-inner{
  background-color: #2a7f62;
}

.entry-point:nth-child(3) .entry-inner{
  background-color: #47a282;
}

.entry-point:nth-child(4) .entry-inner{
  background-color: #51c59b;
}
