.onpoint {
  position: relative;
  width: 100%;
  height: 0px;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-flow: flex-start;
  flex-flow: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  /* animation */
  overflow: hidden;
  perspective: 1000;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: height 400ms cubic-bezier(0,0,0,1.1);
  -moz-transition: height 400ms cubic-bezier(0,0,0,1.1);
  -ms-transition: height 400ms cubic-bezier(0,0,0,1.1);
  -o-transition: height 400ms cubic-bezier(0,0,0,1.1);
  transition: height 400ms cubic-bezier(0,0,0,1.1);
}

.with-on-point.onpoint {
  height: 60px;
}

.onpoint .headline-section {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  min-width: 200px;
  height: inherit;
  max-height: 60px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.onpoint .headline-section h4 {
  margin: 0;
  padding: 0;
  font-weight: 100;
  line-height: 60px;
}

.onpoint .previousbtn,
.onpoint .nextbtn,
.onpoint .closebtn {
  padding: 12px;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
}

.onpoint .previousbtn {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAAsElEQVR4Ae3csQ0CMRREwS0AIdEbAS2Q0QAS9ZGQ0M8SuoLTF3czJbzNLNsBAAAAAAAAAAD4J21fbZ9hKP7yyBTx50cQf7lnjPhGGI+/XMNY/G/bSxBffMTflPjif8SfjX8O4ouP+OKzafy3+LPxT0F88RFffMQ3AEYwAkYwAkZwGIfjaCNgBCNgBCPgdpz7oRjBCBjh6CPcgmeqHmrjqwKfdeC7GgAAAAAAAAAAYF9+Z5tQa3J4IeYAAAAASUVORK5CYII=') center center no-repeat;
  background-size: 20px 20px;
}

.onpoint .nextbtn {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAAvUlEQVR4Ae3cAQYCQQBG4Q6QiC7XEQICBNL5giB0mxdg6AAzLd93hP/Brt2ZHQAAAAAAAAAAwEzVvXrsmK+6NYgwU3VtEGH9+CJMUV0aRJipOjeIMFt1qt4iLFQdRRABEURABBH4ifASYaHqIIIIiCACIoiACP8X4bkwAtV+QgREEADjG3/TjO/xEy9gxsf4xsf4PsrjtxTjY3zjY3ynZIz/2eL4DunhmKqD2riqwGUduK4GAAAAAAAAAADgC1j2UPDU6p0FAAAAAElFTkSuQmCC') center center no-repeat;
  background-size: 20px 20px;
}

.onpoint .closebtn {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABTElEQVR4Ae2aAYbDUBRFC6jKdgIBgdlvZwBjilHodqqkUbiFB2grdfNd5ZwVnENa/7//NgAAAAAAAACwDHX6Vb9pgHr9qWutv9NJ0kV9A/2LpJN2bfWPklQJ6+tL0rFZgral7yc81a+EbRv9gwo/4Zl+cWiQoL2KVwm+frFfP2DUvH6Chof6s0bfeHnCYOhPvr6fMGkI6AcSDP18gq+fT/D18wm+fj5B40P9qYG+IeKE+/hfsq2fT/D18wm+fj7B188n+Pr5BOsQmE/Ql3cMzyfc8vre5SSvb10Pff18gq+fT/D18wm+fj7gXAF8QvyIM3+jAf18gq8/6xpN8Gecr2eqHKe50ESvlFzqk2MVBlux0SLD3cB4nQeO/BMTj3z5Z1Yeus0ZZz5BP4b++wnfn7RuMyxZt2HhKb5yxtJfoU7/+bVLAAAAAAAAALgDgwkQi+9iTO0AAAAASUVORK5CYII=') center center no-repeat;
  background-size: 20px 20px;
}

.onpoint .caption-section {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  height: inherit;
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-flow: flex-start;
  flex-flow: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  justify-content: space-between;
}

.onpoint .caption-section .rotator {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: calc(100% - 185px);
  height: inherit;
  line-height: 60px;
  overflow: hidden;
  /* sub-flex */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-flow: flex-start;
  flex-flow: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.onpoint .caption-section .rotator .slides {
  width: 100%;
  height: inherit;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-flow: flex-start;
  flex-flow: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.onpoint .caption-section .rotator .slides .slide {
  width: 100%;
  display: inline-block;
  height: inherit;
  line-height: 60px;
  padding: 0 1em;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.onpoint .caption-section .rotator .slides .slide a {
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}

.onpoint .caption-section .rotator .slides .slide a:hover {
  text-decoration: none;
}

.onpoint .caption-section .pager {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 65px;
  height: inherit;
  line-height: 60px;
  text-align: center;
}

.onpoint .caption-section .pager-section {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 65px;
  height: inherit;
  line-height: 60px;
  text-align: center;
}

.onpoint .caption-section .close-section {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: 65px;
  height: inherit;
  line-height: 60px;
  text-align: center;
}

.dma-slideshow .caption-section .rotator .slides .slide a,
.dma-slideshow .caption-section .rotator .slides .slide a:hover {
  text-decoration: none;
}

.h8 {
    display: none;
}

.h7 {
    display: none;
}

@media screen and (max-width: 768px) {
  .h8 {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
  }

  .h7 {
    display: inline-block;
    padding-top: 16px;
    padding-right: 5px;
    padding-left: 30px;
    margin-bottom: 0px;
    font-size: 14px;
    letter-spacing: .12em;
    line-height: 0.1;
  }

  .onpoint .headline-section {
    width: 10px;
    max-width: 10px;
    min-width: 0;
  }

  .onpoint .caption-section {
    width: calc(100%);
  }

  .onpoint .caption-section .rotator {
    width: calc(100% - 10px - 32px);
  }

  .onpoint .caption-section .rotator .slides .slide a {
    white-space: normal;
    line-height: 1.4;
    margin-top: 6px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .onpoint .caption-section .collapse {
    width: 32px;
  }

  .onpoint .headline-section.dark {
    display: none;
  }

  .onpoint .pager-section,
  .onpoint .pager {
    display: none;
  }
}
