html,

body {

  height: 100%;

}



*,

:before,

:after {

  box-sizing: border-box;

}



h1,

h2,

h3,

h4,

h5,

h6,

ul,

li,

p,

form {

  margin: 0px;

  padding: 0px;

}



a,

a:hover {

  text-decoration: none;

}



ul,

li {

  list-style-type: none;

}



iframe {

  width: 100%;

  height: 100%;

  border: none;

}



audio {

  width: 48%;

  margin-left: 16%;

  margin-right: 1%;

  height: 35px;

  border-radius: 0px;

}



body {

  margin: 0px;

  padding: 0px;

  font-family: Verdana, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-size: 13px;

  line-height: normal;

  color: #333333;

}



.ipeoplesafe-wrapper {

  display: flex;

  height: 100%;

  padding: 0.9375rem;

}

 .mop-copyright { display:none; }

 

.ipeoplesafe-left {

  width: 492px;

  height: 100%;

  overflow-y: auto;

  border: 1px solid #ccc;

  padding: 0.9375rem;

}



.ipeoplesafe-right {

  margin-left: 0%;

  flex-grow: 1;

  border: 1px solid #ccc;

  padding: 0;

  flex-direction: column;

  width: 500px;

  height: 100%;

}



.tree-caret {

  cursor: pointer;

  -webkit-user-select: none;

  /* Safari 3.1+ */

  -moz-user-select: none;

  /* Firefox 2+ */

  -ms-user-select: none;

  /* IE 10+ */

  user-select: none;

  display: block;

  position: relative;

}



.tree-caret::before {

  content: "\f0da";

  color: black;

  display: inline-block;

  margin-right: 10px;

  position: absolute;

  font-family: FontAwesome;

  font-style: normal;

  font-weight: normal;

  text-decoration: inherit;

  /*--adjust as necessary--*/

  color: #000;

  font-size: 20px;

  padding-right: 0.5em;

  position: absolute;

  top: -4px;

  left: 2px;

}



.tree-caret-down::before {

  -ms-transform: rotate(90deg);

  /* IE 9 */

  -webkit-transform: rotate(90deg);

  /* Safari */

  '

transform: rotate(90deg);

  top: 3px;

  left: -3px;

}



.nested {

  display: none;

}



.active {

  display: block;

}



.tree-level {

  display: inline-block;

  padding-left: 1.5rem;

}



.ipeoplesafe-tree>li {

  padding: 0rem;

  border: 0px solid #ededed;

  margin-bottom: 0.625rem;

}



.ipeoplesafe-tree>li>ul {

  padding: .2rem 0 0rem 2.0rem;

  cursor: pointer;

}



.ipeoplesafe-tree>li>ul>li {

  padding-bottom: 0.325rem;

}



.ipeoplesafe-tree>li>ul>li:last-child {

  padding-bottom: 0rem;

}



.ipeoplesafe-tree>li>ul>li>a {

  color: #005b92;

  position: relative;

}



.ipeoplesafe-tree>li>ul>li>a:hover {

  color: #ea8f00;

}







.ipeoplesafe-tree>li>ul>li>a:before {

  content: "\f101";

  font-family: FontAwesome;

  font-style: normal;

  font-weight: normal;

  text-decoration: inherit;

  /*--adjust as necessary--*/

  color: #005b92;

  font-size: 16px;

  padding-right: 0.5em;

  position: absolute;

  top: 0px;

  left: -14px;

}

.hilite-title {

  color: #ea8f00  !important;

}

.ipeoplesafe-tree>li>ul>li>a:hover:before {

  color: #ea8f00;

}



.ipeoplesafe-header {

  border-bottom: 1px solid #ecb73b;

  display: flex;

}



.ipeoplesafe-head-left {

  flex-grow: 1;

  background-color: #666666;

  color: #ffffff;

  font-size: 18px;

  padding: 1.0rem 1rem;

  border-top-right-radius: 80px;

  position:relative;

  

}

.ipeoplesafe-head-left #page-title{

	position:absolute;

	top: 43px;

    left: 17px;

	

}

	.ipeoplesafe-head-left br{

		display:none;

	}





.ipeoplesafe-head-right {

  padding-left: 1rem;

  padding-right: 1rem;

}



.ipeoplesafe-article {

  padding: 0rem;

  display: flex;

  position: relative;

  flex: 1 1 auto;

  overflow-y: hidden;

  min-height: 0px;

  height: calc(100vh - 133px);

  overflow-x: hidden;

}



.ipeoplesafe-footer {

  background: url(../images/footer-bg.png) left top repeat-x #666666;

}



.footer-inner-bg {

  background: url(../images/footer-left-bg.png) left top no-repeat;

  height: 35px;

  width: 100%;

  display: flex;

}



.left-side {

  padding-right: 1rem;

}



.left-side img {

  border: 1px solid #ccc;

  padding: 5px;

}



.right-side {

  padding-left: 0rem;

  display: flex;

  flex-direction: column;

  padding-right: 5rem;

  flex: 0 65%;

}



.divider {

  height: 3px;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ecb73b+0,ecb73b+19,ffffff+100 */

  background: #da591f;

  /* Old browsers */

  background: -moz-linear-gradient(left, #da591f 0%, #ecb73b 19%, #ffffff 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #da591f 0%, #da591f 19%, #ffffff 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #da591f 0%, #da591f 19%, #ffffff 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da591f', endColorstr='#ffffff', GradientType=1);

  /* IE6-9 */

  margin-bottom: 1rem;

  margin-top: 0.325rem;



}



.list-item li {

  padding-bottom: 1rem;

}



.pt2 {

  padding-top: 2rem;

}



.ipeoplesafe-footer {

  display: flex;

}



.audioplayer {

  flex-grow: 1;

  width: 300px;

  margin-left: 0rem;



  margin-top: 7px;

  margin-bottom: 7px;

  border-radius: 0px;

}



.topic-map {

  width: 235px;

  position: relative;

}



.topic-map-btn {

  position: absolute;

  width: 140px;

  height: 21px;

  color: #999999;

  background: url(../images/topic-map-btn-bg.png) 0 0 no-repeat;

  border: 0px;

  cursor: pointer;

  display: flex;

  align-items: center;

  font-size: 10px;

  justify-content: center;

  bottom: 3px;

}



.topic-map-btn:focus {

  outline: none;

  border: 0px;

  box-shadow: 0 0 0;

}



.help {

  display: flex;

  align-items: center;

  margin-right: 1rem;

}



.help-btn,

.back-btn,

.next-btn {

  display: flex;

  padding-left: .5rem;

  padding-right: .5rem;

  align-items: center;

  border-radius: 8px;

  cursor: pointer;

  font-size: 10px;

  padding-top: 5px;

  padding-bottom: 5px;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */

  background: #ffffff;

  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);

  /* IE6-9 */



  border: 0px;

  font-weight: 600;

  height: 20px;

}



.help-btn:focus,

.back-btn:focus,

.next-btn:focus {

  outline: none;

  border: 0px solid rgb(34, 34, 34);

  box-shadow: 0 0 0;

}



.prev-next-wrapper {

  display: flex;

  align-items: center;

  padding-right: .5rem;

}



.pagination {

  padding-left: .3rem;

  display: flex;

  align-items: center;

  padding-right: .3rem;

  color: #fff;

  font-size: .6rem;

}



.fa-angle-left {

  font-size: 18px;

  margin-right: .3rem;

}



.fa-angle-right {

  font-size: 18px;

  margin-left: .3rem;

}



.referesh {

  margin-left: 1rem;

}



.referesh-btn {

  display: flex;

  color: #000;

  padding-left: .6rem;

  padding-right: .6rem;

  align-items: center;

  border-radius: 0px;

  cursor: pointer;

  display: flex;

  background: #fff;

  border: 0px;

}



.referesh-btn:hover {

  background-color: rgb(34, 34, 34);

}



.referesh-btn:focus {

  outline: none;

  border: 1px solid rgb(34, 34, 34);

  box-shadow: 0 0 0;

}



.menu-body-inner {

  padding: 1rem;

  background-color: #fff;

    width: 95%;

}



.slide-menu .menu-items .menu-item .menu-content {

  font-size: 16px;

  padding-top: 0px;

  position: relative;

  top: -5px;

}



.menu-body-inner h1 {

  padding-bottom: .5rem;

  font-size: 12px;

  background: #ededed;

  padding: 5px 10px;

  margin-bottom: 1rem;

  color: #3e3e8e;

}



.menu-body-inner p {

  padding-bottom: 1rem;

}



.c-hamburger {

  display: block;

  position: relative;

  overflow: hidden;

  margin: 0;

  padding: 0;

  width: 50px;

  height: 50px;

  font-size: 0;

  text-indent: -9999px;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  box-shadow: none;

  border-radius: none;

  border: none;

  cursor: pointer;

  -webkit-transition: background .3s;

  transition: background .3s

}



.c-hamburger:focus {

  outline: 0

}



.c-hamburger span {

  display: block;

  position: absolute;

  top: 25px;

  left: 13px;

  right: 13px;

  height: 2px;

  background: #7f7f7f

}



.c-hamburger span::after,

.c-hamburger span::before {

  position: absolute;

  display: block;

  left: 0;

  width: 100%;

  height: 2px;

  background-color: #7f7f7f;

  content: ""

}



.c-hamburger--htla.is-active span::after,

.c-hamburger--htla.is-active span::before,

.c-hamburger--htra.is-active span::after,

.c-hamburger--htra.is-active span::before {

  width: 50%

}



.c-hamburger span::before {

  top: -6px

}



.c-hamburger span::after {

  bottom: -6px

}



.c-hamburger--htx {

  background-color: transparent

}



.c-hamburger--htx span {

  -webkit-transition: background 0s .3s;

  transition: background 0s .3s

}



.c-hamburger--htx span::after,

.c-hamburger--htx span::before {

  -webkit-transition-duration: .3s, .3s;

  transition-duration: .3s, .3s;

  -webkit-transition-delay: .3s, 0s;

  transition-delay: .3s, 0s

}



.c-hamburger--htx span::before {

  -webkit-transition-property: top, -webkit-transform;

  transition-property: top, transform

}



.c-hamburger--htx span::after {

  -webkit-transition-property: bottom, -webkit-transform;

  transition-property: bottom, transform

}



.c-hamburger--htx.is-active {

  background-color: #273037;

}



.c-hamburger--htx.is-active span {

  background: 0 0

}



.c-hamburger--htx.is-active span::before {

  top: 0;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg)

}



.c-hamburger--htx.is-active span::after {

  bottom: 0;

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg)

}



.c-hamburger--htx.is-active span::after,

.c-hamburger--htx.is-active span::before {

  -webkit-transition-delay: 0s, .3s;

  transition-delay: 0s, .3s;

  background-color: #fff;

}



.mob-menu {

  display: none;

}



.ipeoplesafe-head-right {

  width: 300px;

  padding-top: .5rem;

  padding-bottom: .2rem;

  text-align: center;

}



.ipeoplesafe-head-right img {

  width: 75%;

}



.replay {

  background-color: #ffffff;

  margin-top: 7px;

  margin-bottom: 7px;

  padding: 3px;

  border-top-left-radius: 3px;

  border-bottom-left-radius: 3px;

  cursor: pointer;

}



.replay svg {

  cursor: pointer;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */

  background: #e2e2e2;

  /* Old browsers */

  background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);

  /* IE6-9 */

  border: 1px solid #999 !important;

  border-radius: 3px;

  height: 16px;

  width: 20px;

}



.cc-icon {

  background-color: #ffffff;

  margin-top: 7px;

  margin-bottom: 7px;

  padding: 1px 3px 0 0;

  border-top-right-radius: 3px;

  border-bottom-right-radius: 3px;

  margin-right: 1rem;

}



.cc-icon a {

  text-decoration: none;

  cursor: pointer;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */

  background: #e2e2e2;

  /* Old browsers */

  background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);

  /* IE6-9 */

  border: 1px solid #999 !important;

  border-radius: 3px;

  height: 17px;

  width: 22px;

  color: #000;

  font-size: 11px;

  display: inline-block;

  text-align: center;

  vertical-align: middle;

  margin-top: 1px;

}



.paper {

  position: relative;

   width: 100%;

   max-width: 800px;

   min-width: 387px;

   height: 400px;

   margin: 0 auto;

   background: #fff;

   border-radius: 0px;

   overflow: hidden;

}



.paper:before {

  content: '';

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  width: 60px;

  /*background: radial-gradient(#575450 6px, transparent 7px) repeat-y;

    background-size: 30px 30px;*/

  border-right: 3px solid #D44147;

  box-sizing: border-box;

  display: none;

}



.paper-content {

  position: absolute;

  top: 30px;

  bottom: 30px;

  left: 10px;

   right: 10px;

  background: linear-gradient(transparent, transparent 28px, #d5d6ed 28px);

  background-size: 29px 29px;

  height: 50vh;

}



.paper-content textarea {

  width: 100%;

  max-width: 100%;

  height: 100%;

  max-height: 100%;

  line-height: 30px;

  padding: 0;

  border: 0;

  outline: 0;

  background: transparent;

  color: #000;

  font-family: Verdana, Arial, Helvetica, sans-serif;

  font-weight: 400;

  font-size: 12px;

  box-sizing: border-box;

  z-index: 1;



}



@media print {

  #noprint {

    visibility: hidden;

  }

}



@media print {

  #print {

    visibility: none !important;

  }

}



.mynotes-menu {

  width: 20px;

  height: 95px;

  background-image: url(../images/mynotes-bg.png);

  background-repeat: no-repeat;

  background-position: 0 0;

  display: inline-block;

}



.mynotes-menu span {

  font-size: 10px;

  transform: rotate(-90deg);

  display: inline-block;

  margin-left: -35px;

  width: 70px;

  margin-top: 29px;

  font-weight: 600;

}



.glossary-menu {

  width: 20px;

  height: 95px;

  background-image: url(../images/mynotes-bg.png);

  background-repeat: no-repeat;

  background-position: 0 0;

  display: inline-block;

  margin-top: -20px;

}



.glossary-menu span {

  font-size: 10px;

  transform: rotate(-90deg);

  display: inline-block;

  margin-left: -34px;

  width: 70px;

  margin-top: 30px;

  font-weight: 600;

}



.resources-menu {

  width: 20px;

  height: 105px;

  background-image: url(../images/resource-bg.png);

  background-repeat: no-repeat;

  background-position: 0 0;

  display: inline-block;

  margin-top: -20px;

}



.resources-menu span {

  font-size: 10px;

  transform: rotate(-90deg);

  display: inline-block;

  margin-left: -37px;

  width: 75px;

  margin-top: 34px;

  font-weight: 600;

}



.additional-reading-menu {

  width: 20px;

  height: 175px;

  background-image: url(../images/additional-reading-bg.png);

  background-repeat: no-repeat;

  background-position: 0 0;

  display: inline-block;

  margin-top: -20px;

}



.additional-reading-menu span {

  font-size: 10px;

  transform: rotate(-90deg);

  display: inline-block;

  margin-left: -68px;

  width: 136px;

  margin-top: 64px;

  font-weight: 600;

}



.text-version-menu {

  width: 20px;

  height: 123px;

  background-image: url(../images/text-version-bg.png);

  background-repeat: no-repeat;

  background-position: 0 0;

  display: inline-block;

  margin-top: -30px;

}



.text-version-menu span {

  font-size: 10px;

  transform: rotate(-90deg);

  display: inline-block;

  margin-left: -46px;

  width: 92px;

  margin-top: 43px;

  font-weight: 600;

}



.menu-close {

  width: 20px;

}



.menu-close .fa.fa-times {

  font-size: 10px;

  transform: rotate(-90deg);

  display: inline-block;

  margin-left: -55px;

  width: 121px;

  margin-top: 60px;

  font-weight: 600;

  font-family: Verdana, Arial, Helvetica, sans-serif;

  color: #000;

}



.menu-close .fa.fa-times:before {

  display: none;

}



.menu-item.active .menu-icon {

  position: absolute;

  left: 0px;

  display: none;

}



.menu-item.active .menu-close {

  position: absolute;

  right: 0px;

  background-image: url(../images/text-version-bg.png);

  background-repeat: no-repeat;

  width: 26px !important;

  height: 128px !important;



}



.menu-close .fa.fa-times {

  width: 118px;

  position: absolute;

  top: -12px;

  left: 7px;

  background-image: url(../images/close-icon.png);

  height: 26px;

  background-repeat: no-repeat;

  background-position: 96px 6px;

}



.menu-item.active .resources-menu,

.menu-item.active .text-version-menu,

.menu-item.active .additional-reading-menu,

.menu-item.active .glossary-menu {

  margin-top: 0px;

}



.copyright {

  font-size: 11px;

  color: #000;

  display: block;

  padding-bottom: .5rem;

  padding-left: .5rem;

  width: 50%;

  position: absolute;

  bottom: 70px;

}



.topic-menu {

  background-color: #FFFFFF;

  display: none;

  overflow: hidden;

  border: 1px solid #CCCCCC;

  border-top-right-radius: 50px;

}



.topic-menu ul {

  margin: 0;

  padding: 0 15px;

  float: left;

  list-style: none;

  border-right: 1px solid #000000;

}



.topic-menu ul li {

  margin: 6px;

  padding: 0;

}



.topic-menu ul li a {

  font-weight: bold;

  color: #333333;

}



.topic-menu .last {

  border: none;

}



.button-menu {

  width: 140px;

  display: block;

  text-align: center;

  height: 27px;

  line-height: 19px;

  background-color: transparent;

  color: #000;

  text-decoration: none;

  text-transform: uppercase;

  font-weight: bold;

  border: 0px;

  outline: none;

  background-image: url(../images/topic-map-bg.png);

  background-repeat: no-repeat;

  background-position: 0 0;

  font-size: 10px;

  cursor: pointer;

}



.button-menu span {

  display: inline-block;

  height: 30px;

  width: 28px;

  line-height: 30px;

  float: right;

}



#bottom-button-menu span {

  position: relative;

}



#bottom-button-menu span:before {

  content: "\f0de";

  color: black;

  display: inline-block;

  margin-right: 10px;

  position: absolute;

  font-family: FontAwesome;

  font-style: normal;

  font-weight: normal;

  text-decoration: inherit;

  color: #000;

  font-size: 18px;

  padding-right: 0.5em;

  position: absolute;

  top: -1px;

  left: 0;

}



#bottom-button-menu.active span {

  position: relative;

}



#bottom-button-menu.active span:before {

  content: "\f0dd";

  color: black;

  display: inline-block;

  margin-right: 10px;

  position: absolute;

  font-family: FontAwesome;

  font-style: normal;

  font-weight: normal;

  text-decoration: inherit;

  color: #000;

  font-size: 18px;

  padding-right: 0.5em;

  position: absolute;

  top: -10px;

  left: 0;

}



#bottom-block {

  position: absolute;

  width: 90%;

  left: 0;

  margin-left: 0;

}



#bottom-block {

  bottom: 0;

}



.topic-sub-menu {

  padding: 1rem;

}



.topic-sub-menu a {

  text-decoration: none;

  color: #005b92;

  font-size: 11px;

  display: block;

  margin-bottom: 2px;

  padding: 2px 5px;

  position: relative;

  padding-left: 17px;

  padding-bottom: 3px;

}



.topic-sub-menu .selected:before {

  content: "\f101";

  font-family: FontAwesome;

  font-style: normal;

  font-weight: normal;

  text-decoration: inherit;

  color: #005b92;

  font-size: 13px;

  padding-right: 0.5em;

  position: absolute;

  top: 3px;

  left: 6px;

}



.topic-sub-menu a:hover {

  background-color: #b5cbff;

  border-radius: 4px;

}



.loader {

  position: absolute;

  width: 100%;

  height: 100%;

  display: none;

  font-size: 24px;

  text-align: center;

  z-index: 10000;

}



.loader-txt {

  margin: auto;

  left: 0;

  right: 0;

  display: block;

  position: absolute;

  bottom: 0;

  top: 0;

  width: 50%;

  height: 0%;

}



.canvas-player {

  background: #fff;

  color: #000;

  position: relative;

  z-index: 1;

  padding: 3px;

  flex-grow: 1;

  width: 300px;

  margin-left: 0rem;

  margin-top: 7px;

  margin-bottom: 0;

  border-radius: 0px;

  height: 21px;

  display: flex;

  align-items: center;

}



.play-btn {

  cursor: pointer;

  background: #e2e2e2;

  /* Old browsers */

  background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);

  /* IE6-9 */

  border: 1px solid #999;

  border-radius: 3px;

  width: 24px;

  padding-left: 0px;

  padding-right: 0px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-top: 1px;

  margin-right: 0px;

  height: 17px;

}



.play-btn:focus {

  border: 0px;

  outline: none;

  box-shadow: 0 0 0;

  border: 1px solid #999;

}



.svg-play {

  width: 16px;

  height: 15px;

  display: none;

}



.currentime-label {

  padding: 0 10px;

  padding-right: 0px;

}



.frametotaltime-label {

  padding: 0 10px;

  padding-left: 0px;

}



.slider {

  width: 99%;

}



.svg-pause {

  width: 16px;

  height: 13px;

}



.svg-pause {

  display: block;

}



input[type="range"] {

  margin: auto;

  -webkit-appearance: none;

  position: relative;

  overflow: hidden;

  height: 10px;

  width: 100%;

  cursor: pointer;

  border: 1px solid #000;

  border-radius: 0;

  margin: 0px 6px;

  padding: 0px;

  background-color: #ccc;

}



::-webkit-slider-runnable-track {

  background: #ddd;

}



/*

 * 1. Set to 0 width and remove border for a slider without a thumb

 */

::-webkit-slider-thumb {

  -webkit-appearance: none;

  width: 10px;

  /* 1 */

  height: 30px;

  background: #da591f;

  box-shadow: -100vw 0 0 100vw #da591f;

  border: 0px solid #999;

  /* 1 */

}



::-moz-range-track {

  height: 30px;

  background: #ddd;

}



::-moz-range-thumb {

  background: #da591f;

  height: 30px;

  width: 10px;

  border: 0px solid #999;

  border-radius: 0 !important;

  box-shadow: -100vw 0 0 100vw #da591f;

  box-sizing: border-box;

}



::-ms-fill-lower {

  background: #da591f;

  height: 12px;

}



::-ms-thumb {

  background: #999;

  border: 0px solid #999;

  height: 12px;

  width: 10px;

  box-sizing: border-box;

}



::-ms-ticks-after {

  display: none;

}



::-ms-ticks-before {

  display: none;

}



::-ms-track {

  background: #ccc;

  color: transparent;

  height: 5px;

  border: none;

}



::-ms-tooltip {

  display: none;

}



.subtitle-container {

    position: absolute;

    width: 90%;

    height: 100px;

    font-size: 15px;

    text-align: center;

    z-index: 10000;

    display: none;

    bottom: 0;

}



.subtitle-container span {

  margin-bottom: 10vh;

  position: absolute;

  bottom: 0;

  display: block;

  width: 50%;

  padding: 10px;

  background-color: rgba(0, 0, 0, 0.6);

  color: #fff;

  margin-left: 15vw;

}



.cslidecontainer {

  width: 70px;

  bottom: -18px;

  top: inherit;

  right: 36px;

  position: absolute;

  display: none;



}



.second-volume {

  width: 18px;
  position: relative;
  z-index: 100;


}



.cslidecontainer .vol-slider {

  margin: 0px 3px;
 

}



.cslider {

  -webkit-appearance: none;

  width: 15%;

  height: 10px;

  background: #d3d3d3;

  outline: none;

  opacity: 0.7;

  -webkit-transition: .2s;

  transition: opacity .2s;

  -ms-transform: rotate(270deg);

  transform: rotate(270deg);

  bottom: 48px;

  left: 47px;

}



.cslider:hover {

  opacity: 1;

}



.cslider::-webkit-slider-thumb {

  -webkit-appearance: none;

  appearance: none;

  width: 15px;

  height: 10px;

  background: #da591f;

  cursor: pointer;

}



.cslider::-moz-range-thumb {

  width: 15px;

  height: 10px;

  background: #da591f;

  cursor: pointer;

}



.version-container p {

  display: none;

  border: 1px solid black;

}





.addition-reading-link{

  position: absolute;

  width: 90%;

  height: 30px;

  font-size: 15px;

  text-align: left;

  z-index: 10000;

  bottom: -70px;

  margin-left: 11px;

  margin-bottom: 70px;

}

.glossary-close-btn{margin-bottom: 15vh;}

.tab-close-btn{margin-bottom: 15vh;}

@print { 

  #print-head { 

      display: block

  } 



} 

.menu-body-inner { 

    position: relative;

    border: 0px solid #ccc;

    margin: auto;

    margin-left: 1.2 cm;

         margin-right: 2.1 cm;

	}

	

@media print {

    .menu-body-inner

	{  

      top: 0px; 

      bottom: 0px; 

      width: auto;

	 }

	

    

  }

  @media only screen and (max-width:767px) {

   iframe {

           padding-right:1.2rem;

       }

   .ipeoplesafe-head-left #page-title {

        font-size: 11px;

        top:60px;

    }

    .ipeoplesafe-head-left {

        border-top-right-radius: 0;

    }

  }

 

 