*, html, body, ul, ol, dl, li, dt, dd {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
  color: #000;
  margin: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: #3da1ef;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #3580ba;
}

img {
  border: none;
  display: block;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

header, section, footer, nav, article, aside {
  display: block;
}

.long-type-2::after, .inner-content-2::after, .inner-content-box-1::after {
  content: '';
  display: block;
  clear: both;
}

.resetFloat:after {
  content: '';
  clear: both;
  display: block;
}

header .inner-header, footer .inner-footer {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
  box-sizing: border-box;
  min-width: 1000px;
  position: relative;
}

header {
  background-color: #fff;
}
header .inner-header {
  height: 60px;
}

.logo {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  float: left;
  font-size: 20px;
  color: #000 !important;
  font-weight: lighter;
}
.logo span {
  color: #3da1ef;
}

.logo:hover {
  opacity: .8;
}

.wrapper-list {
  margin: 110px 0 0;
}

.update-list {
  padding: 0 15px;
}

.update-list > ul {
  max-width: 1250px;
  overflow: hidden;
  margin: 70px auto -40px;
}

.update-list > ul > li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding-left: 30px;
  margin-bottom: 75px;
}

.update-list > ul > li div {
  width: 190px;
  font-size: 18px;
  font-weight: lighter;
}

.update-list > ul > li:nth-child(5n+1) {
  clear: both;
  padding-left: 0;
}

.related-solutions > ul {
  overflow: hidden;
  margin: 0 auto -40px;
}

.related-solutions > ul > li {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 70px;
}

.related-solutions > ul > li div {
  width: 160px;
  font-size: 16px;
  font-weight: lighter;
}

.related-solutions > ul > li:nth-child(3n+1) {
  clear: both;
  padding-left: 0;
}

.desc-logo {
  float: left;
  width: 140px;
  position: relative;
  top: 12px;
  font-weight: lighter;
  margin: 0 0 0 17px;
  font-size: 14px;
  color: #000;
}

.type-search-1 {
  float: right;
  position: relative;
  top: 14px;
  width: 430px;
  margin: 0 115px 0 0;
}
.type-search-1 input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: none;
  color: #333;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 3px;
  border-bottom: 1px solid #d7ecfc;
}
.type-search-1 input::-webkit-input-placeholder {
  color: #41a3ef;
}
.type-search-1 input::-moz-placeholder {
  color: #41a3ef;
}
.type-search-1 input:-moz-placeholder {
  color: #41a3ef;
}
.type-search-1 input:-ms-input-placeholder {
  color: #41a3ef;
}
.type-search-1 .type-button-1 {
  float: right;
  margin: 0 0 0 13px;
}
.type-search-1 > div {
  overflow: hidden;
}

.type-button-1 {
  display: inline-block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  height: 32px;
  line-height: 32px;
  background-color: #41a3ef;
  color: #fff !important;
  padding: 0 35px;
}

.type-button-1:hover {
  opacity: .9;
}

/*210916*/
.type-search-4 {
  background-color: #ededed;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  /*float: right;*/
  overflow: hidden;
  position: relative;
  top: 14px;
  width: 430px;
  margin: 0 0 0 213px;
}
.type-search-4 input {
  background-color: #ededed;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: none;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 20px;
}
.type-search-4 input::-webkit-input-placeholder {
  color: #969696;
}
.type-search-4 input::-moz-placeholder {
  color: #969696;
}
.type-search-4 input:-moz-placeholder {
  color: #969696;
}
.type-search-4 input:-ms-input-placeholder {
  color: #969696;
}
.type-search-4 .type-button-1 {
  float: right;
  margin: 0 0 0 13px;
}
.type-search-4 > div {
  overflow: hidden;
}

.type-button-5 {
  display: inline-block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  height: 30px;
  line-height: 30px;
  background-color: #528ddd;
  color: #fff !important;
  padding: 0 20px;
  float: right;
}

.type-button-5:hover {
  opacity: .9;
}

/*210916end*/
.type-menu-1 {
  float: right;
}
.type-menu-1 ul {
  overflow: hidden;
}
.type-menu-1 li {
  float: left;
  line-height: 60px;
  height: 60px;
  margin: 0 0 0 35px;
}
.type-menu-1 li a {
  font-size: 14px;
}
.type-menu-1 svg {
  display: inline-block;
  position: relative;
  top: 6px;
  margin: 0 7px 0 0;
}

.type-menu-1.active, .type-search-1.active {
  display: block;
}

section {
  padding-bottom: 80px;
}

/* q */
.inner-middle-content::after {
  content: '';
  display: block;
  clear: both;
}

.left-part-q {
  margin: -138px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 15;
}

.inner-middle-content.q1 .left-part-q {
  margin: -268px 0 0;
}
.inner-middle-content.q1 .right-part-q {
  margin: 298px 0 0 20px;
}

.left-part-q.q1 {
  margin: -268px 0 0;
}

.right-part-q {
  float: right;
  width: 325px;
  margin: 168px 0 0 20px;
}
.right-part-q .list-title-q {
  left: 0;
}

.wrapper-top-q {
  box-sizing: border-box;
  margin: auto;
  min-width: 1000px;
  position: relative;
  background: url(/National_Library/20170827070107oe_/https://www.accessify.com/img/bg-q.jpg) no-repeat;
  background-size: cover;
  z-index: 10;
}
.wrapper-top-q .inner-top-q {
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
  padding: 90px 15px 0;
  min-height: 400px;
  font-weight: lighter;
  color: #fff;
}

.top-text-q {
  max-width: 755px;
  padding: 0 0 170px;
  word-wrap: break-word;
}
.top-text-q > h1 {
  font-size: 30px;
  margin: 0 0 10px;
}
.top-text-q > div {
  line-height: 150%;
}

.wrp-back {
  word-wrap: break-word;
}

.wrapper-middle-content {
  box-sizing: border-box;
  margin: auto;
  min-width: 1000px;
  position: relative;
  background-color: #e7f3fd;
}
.wrapper-middle-content .inner-middle-content {
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
  font-weight: lighter;
  color: #fff;
  position: relative;
  padding: 0 15px 40px;
}
.wrapper-middle-content .inner-middle-content .down-button-1 {
  background-color: #e7f1fa;
  padding: 0;
  position: absolute;
  right: 15px;
  bottom: 40px;
  border: 1px solid #a8d3fa;
}

.point-b {
  height: 30px;
  line-height: 30px;
  background-color: #72d586;
  font-size: 12px;
  width: 160px;
  box-sizing: border-box;
  text-align: center;
  left: -30px;
  top: -3px;
  color: #fff;
  margin: 0 0 12px;
  text-transform: uppercase;
  padding: 0 20px;
  position: relative;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: lighter;
}

.list-title-q {
  position: relative;
  left: -18px;
  height: 26px;
  line-height: 26px;
  border-left: 3px solid #50aaf1;
  padding: 0 0 0 15px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 12px;
}

.top-q-list {
  background-color: #fff;
  border-bottom: 3px solid #72d586;
  border-top: 3px solid #fff;
  margin: 0 0 21px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.top-q-list .q-list {
  background-color: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.comeback {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff !important;
  font-weight: bold;
}
.comeback span {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  background-color: #698ab5;
  text-align: center;
  margin: 0 10px 0 0;
}
.comeback i {
  position: relative;
  top: 1px;
}

.comeback:hover {
  text-decoration: underline;
}
.comeback:hover > span {
  opacity: .8;
}

.top-q2-list {
  background-color: #fff;
  border-bottom: 4px solid #72d586;
  border-top: 4px solid #fff;
  margin: 0 0 21px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.top-q2-list .q-list {
  background-color: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 28px 27px;
}
.top-q2-list h1 {
  font-size: 23px;
  color: #000;
  margin: 0 0 10px;
}
.top-q2-list .q-list ul {
  margin: 0;
}
.top-q2-list .text-q {
  margin: 0 0 30px;
}

.wrp-visit {
  margin: 20px 0 0;
  border-bottom: 1px solid #eee;
  padding: 0 0 21px;
}

.group-qqq {
  padding: 31px 0 4px;
}
.group-qqq > p {
  display: inline-block;
  font-size: 17px;
  color: #000;
  margin: 0 25px 0 0;
}

.qqq-btn {
  display: inline-block;
  border: 1px solid #41a3ef;
  box-sizing: border-box;
  height: 37px;
  width: 77px;
  text-align: center;
  line-height: 37px;
  font-size: 15px;
  background-color: #fff;
  color: #41a3ef;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.qqq-btn.red {
  color: #ff4147;
  border-color: #ff4147;
}

.qqq-btn.red.active,
.qqq-btn.red:hover {
  color: #fff;
  border-color: #ff4147;
  background-color: #ff4147;
}

.qqq-btn.green {
  color: #72d586;
  border-color: #72d586;
}

.qqq-btn.green.active,
.qqq-btn.green:hover {
  color: #fff;
  border-color: #72d586;
  background-color: #72d586;
}

.qqq-btn.red.active,
.qqq-btn.green.active {
  opacity: .7;
}

.qqq-btn + .qqq-btn {
  margin: 0 0 0 15px;
}

.btn-visit {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  font-size: 14px;
  background-color: #41a3ef;
  color: #fff !important;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.btn-visit:hover {
  opacity: .8;
}

.title-q {
  margin: 0 0 10px;
}
.title-q > a {
  font-size: 19px;
  font-weight: lighter;
}

.text-q {
  max-width: 720px;
  font-size: 15px;
  font-weight: lighter;
  color: #000;
  margin: 0 0 15px;
}

.answer-q {
  color: #000;
  font-size: 15px;
  margin: 0 0 15px;
}
.answer-q > p, .answer-q h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 5px;
}
.answer-q > p > i, .answer-q h4 > i {
  font-weight: normal;
  color: #50aaf1;
  margin: 0 5px 0 0;
}
.answer-q > div {
  padding: 0 0 0 23px;
}

.ln-k {
  color: #b0b0b0;
}
.ln-k p > i {
  color: #50aaf1;
  margin: 0 10px 0 0;
}

.group-button {
  padding: 0 0 6px;
}
.group-button > a + a {
  margin: 0 0 0 10px;
}

.btn-q-1 {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 13px;
  font-size: 13px;
  background-color: #eef7ff;
  color: #70889e;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.btn-q-1:hover {
  opacity: .8;
}

.btn-q-2 {
  display: inline-block;
  border: 1px solid #41a3ef;
  box-sizing: border-box;
  height: 30px;
  line-height: 28px;
  padding: 0 13px;
  font-size: 13px;
  background-color: #fff;
  color: #41a3ef;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.btn-q-2:hover {
  background-color: #41a3ef;
  border: 1px solid #41a3ef;
  color: #fff;
}

.q-list {
  background-color: #fff;
  padding: 16px 18px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  word-wrap: break-word;
}
.q-list > ul {
  margin: 20px 0 0;
}
.q-list > ul > li {
  position: relative;
}
.q-list > ul > li + li {
  border-top: 1px solid #e8f1f8;
  margin: 20px 0 0;
  padding: 20px 0 0;
}

.q-list + .q-list {
  margin: 21px 0 0;
}

.box-list-1 + .box-list-1 {
  margin: 45px 0 0;
}

.box-list-1 > ul {
  margin: 12px 0 0;
}
.box-list-1 > ul > li {
  padding: 0 0 0 21px;
  word-wrap: break-word;
}
.box-list-1 > ul > li + li {
  margin: 25px 0 0;
}

.mark {
  color: #9f9f9f;
  font-size: 13px;
  margin-left: 10px;
}
.mark > i {
  color: #ff5140;
  margin: 0 5px 0 0;
}

a.mark:hover {
  color: #4e4d4d;
}

.mark-irrelevant.object-marked-irrelevant {
  display: none;
}

.undo-irrelevant.object-marked-irrelevant {
  display: inline;
}

.undo-irrelevant {
  display: none;
}

.marked-as-irrelevant {
  color: #f19774;
}

.irrelevant-mark-block {
  display: none;
  position: absolute;
  right: 0;
  bottom: 13px;
}

.wrapper-load-more {
  text-align: center;
  margin-top: 32px;
}

#preloaderMoreAnswers {
  display: none;
  color: #41a3ef;
  font-size: 24px;
  margin-top: 4px;
  vertical-align: top;
}

/* q end */
/*210916*/
div.-bg-gray {
  background-color: #ebebeb;
}
div.-bg-gray .down-button-1 {
  background-color: #fff;
}

.screen-top {
  position: relative;
  height: 30px;
  overflow: hidden;
  -webkit-filter: blur(1.5px);
  -moz-filter: blur(1.5px);
  filter: blur(1.5px);
  /*border-bottom:3px solid #fff;*/
}
.screen-top > img {
  width: 100%;
}

.screen-top::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}

.screen-top.bg-green::after {
  background: #26c164;
  background: -moz-linear-gradient(left, #26c164 0%, #528ddd 100%);
  background: -webkit-linear-gradient(left, #26c164 0%, #528ddd 100%);
  background: linear-gradient(to right, #26c164 0%, #528ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26c164', endColorstr='#528ddd',GradientType=1 );
}

.screen-top.bg-yellow::after {
  background: #26c164;
  background: -moz-linear-gradient(left, #26c164 0%, #528ddd 100%);
  background: -webkit-linear-gradient(left, #26c164 0%, #528ddd 100%);
  background: linear-gradient(to right, #26c164 0%, #528ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26c164', endColorstr='#528ddd',GradientType=1 );
}

.screen-top.bg-red::after {
  background: #26c164;
  background: -moz-linear-gradient(left, #26c164 0%, #528ddd 100%);
  background: -webkit-linear-gradient(left, #26c164 0%, #528ddd 100%);
  background: linear-gradient(to right, #26c164 0%, #528ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26c164', endColorstr='#528ddd',GradientType=1 );
}

.wrapper-top-2 {
  min-width: 1000px;
  background-color: #ebebeb;
}

.inner-content-12 {
  width: 1300px;
  margin: auto;
  background-color: #fff;
}

.box-row-34::after, .title-23::after {
  content: '';
  display: block;
  clear: both;
}

.box-row-34 {
  box-sizing: border-box;
  padding: 0 17px;
}

.row-345 {
  box-sizing: border-box;
  padding: 27px 17px 0;
  width: 248px;
  float: left;
}

.row-346 {
  box-sizing: border-box;
  padding: 27px 2px 0;
  width: 1018px;
  float: left;
}
.row-346 > .inside-2 {
  box-sizing: border-box;
  width: 642px;
  float: left;
  padding: 0 15px;
}
.row-346 > .inside-3 {
  box-sizing: border-box;
  width: 370px;
  float: left;
  padding: 0 15px;
}
.row-346 > .inside-0 {
  padding: 0 17px;
  clear: both;
}

.title-23 {
  margin: 27px 0 25px;
}
.title-23 > h2, .title-23 > h3 {
  float: left;
}

.adj-box > img {
  width: 100%;
}

.right0-btn {
  float: right;
  position: relative;
  top: -2px;
}
.right0-btn > a {
  background-color: #fff;
  border: 1px solid #9ccff7;
  border-radius: 34px;
  display: inline-block;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  padding: 0 21px;
}
.right0-btn > a:hover {
  background-color: #3da1ef;
  color: #fff;
}

.line-row-1.w100 {
  width: 100%;
}

.diagram-top-2 {
  margin: 0 0 26px;
}
.diagram-top-2 > .wrapper-line-diagram {
  margin: 0;
}

.inner-line-diagram > .desc-dg-line {
  clear: both;
  display: block;
  float: none;
}
.inner-line-diagram > .desc-dg-line > ul {
  overflow: hidden;
  position: relative;
  top: 7px;
}
.inner-line-diagram > .desc-dg-line > ul > li {
  float: left;
  width: 33.33%;
  font-size: 14px;
  margin: 10px 0 0;
  font-weight: lighter;
}

.round-balls {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: left;
  margin: 0 7px 30px 0;
  overflow: hidden;
  position: relative;
  top: 3px;
}
.round-balls > span {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
}

.-bgg-purple {
  background: #f7acf5;
  background: -moz-linear-gradient(left, #f7acf5 0%, #ffc0fc 100%);
  background: -webkit-linear-gradient(left, #f7acf5 0%, #ffc0fc 100%);
  background: linear-gradient(to right, #f7acf5 0%, #ffc0fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7acf5', endColorstr='#ffc0fc',GradientType=1 );
}

.-bgg-lightBlue {
  background: #76d9ee;
  background: -moz-linear-gradient(left, #76d9ee 0%, #a0eafa 100%);
  background: -webkit-linear-gradient(left, #76d9ee 0%, #a0eafa 100%);
  background: linear-gradient(to right, #76d9ee 0%, #a0eafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76d9ee', endColorstr='#a0eafa',GradientType=1 );
}

.-bgg-green {
  background: #7bd49e;
  background: -moz-linear-gradient(left, #7bd49e 0%, #86eaae 100%);
  background: -webkit-linear-gradient(left, #7bd49e 0%, #86eaae 100%);
  background: linear-gradient(to right, #7bd49e 0%, #86eaae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bd49e', endColorstr='#86eaae',GradientType=1 );
}

.-c-purple {
  background-color: #f7adf4;
}

.-c-lightBlue {
  background-color: #76d8ee;
}

.-c-green {
  background-color: #78cf9b;
}

.-c-yellow {
  background-color: #ffe27d;
}

.text-desc-dg {
  line-height: 152%;
  font-weight: lighter;
  margin: 0 0 30px;
  padding: 0 0 25px;
  border-bottom: 1px solid #dedede;
}

.title-num-2 {
  margin: 0 0 26px;
}
.title-num-2 > h1, .title-num-2 > h2, .title-num-2 h3 {
  font-size: 34px;
  font-weight: lighter;
  position: relative;
  top: -5px;
}

.desc-text-2 {
  font-size: 14px;
  font-weight: lighter;
  background-color: #f8f8f8;
  padding: 18px 30px;
  margin: 0 0 26px;
}

.screen-obj-1 {
  margin: 0 0 40px;
}
.screen-obj-1 > a {
  display: block;
  width: 170px;
  height: 100px;
  overflow: hidden;
}
.screen-obj-1 > a:hover {
  opacity: .7;
}

.list-index-1 {
  color: #5c5c5c;
  font-weight: lighter;
  padding: 0 0 0 30px;
}
.list-index-1 ul > li > p {
  font-size: 34px;
}
.list-index-1 ul > li > span {
  font-size: 16px;
}
.list-index-1 ul > li + li {
  margin: 30px 0 0;
}

.title-cp {
  margin: 0 0 30px;
}

.type-dg-1 {
  position: relative;
}

.round-left {
  height: 200px;
  left: -220px;
  position: absolute;
  width: 200px;
}
.round-left > img {
  width: 100%;
}

.right-dg-text {
  overflow: hidden;
  margin: 0 0 30px;
}

.desc-dg-1 {
  width: 180px;
  float: left;
  margin: 0 30px 0 0;
}
.desc-dg-1 > table {
  width: 100%;
  color: #5c5c5c;
  font-weight: lighter;
  font-size: 14px;
}
.desc-dg-1 > table tr > td {
  width: 50%;
  padding: 0 0 30px;
}
.desc-dg-1 > table tr > td + td {
  text-align: right;
}

.dg-text-1 {
  position: relative;
  top: -4px;
  overflow: hidden;
  line-height: 155%;
  font-weight: lighter;
}

.icon-dg-1 {
  display: inline-block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 7px 0 0;
}

.list-diagrams-1 > ul {
  padding: 0 0 80px;
}
.list-diagrams-1 > ul > li + li {
  margin: 40px 0 0;
}

.diagrams-2 {
  position: relative;
}
.diagrams-2 > .txt-colors-2 {
  position: absolute;
  left: -200px;
}

.txt-inside-2 {
  font-weight: lighter;
}
.txt-inside-2 > p {
  font-size: 18px;
  margin: 0 0 15px;
}
.txt-inside-2 > div {
  line-height: 155%;
}

.txt-colors-2 {
  width: 170px;
  font-size: 14px;
  color: #5c5c5c;
  font-weight: lighter;
}
.txt-colors-2 > ul > li + li {
  margin: 10px 0 0;
}

.inf-tx-2 {
  display: table;
  width: 100%;
}
.inf-tx-2 > span {
  display: table-cell;
}
.inf-tx-2 > span + span {
  text-align: right;
}

.b-smallDiagram {
  position: relative;
  margin: 5px 0 0;
  height: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.b-smallDiagram > span {
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  height: 5px;
}

.gray-box {
  background-color: #f8f8f8;
  padding: 23px 30px;
  margin: 30px 0;
}
.gray-box > h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}

.h-box {
  height: 150px;
  overflow: hidden;
  position: relative;
}
.h-box > img {
  width: 100%;
}

.h-box.active {
  height: auto;
}

.h-box::after {
  content: '';
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  -moz-box-shadow: 0 -30px 40px 30px #f8f8f8;
  -webkit-box-shadow: 0 -30px 40px 30px #f8f8f8;
  box-shadow: 0 -30px 40px 30px #f8f8f8;
}

.h-box.active::after {
  display: none;
}

.wrapper-show {
  margin: -20px 0 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.btn-show-1 {
  background-color: #fff;
  border: 1px solid #dedede;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #6a6a6a;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 21px;
  font-weight: lighter;
}

.btn-show-1:hover {
  background-color: #ddd;
  color: #fff;
}

.text-gray {
  margin: 25px 0 0;
  font-weight: lighter;
  line-height: 155%;
  font-size: 14px;
  color: #5c5c5c;
}

.inner-header {
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
  min-width: 1000px;
  position: relative;
}

.inner-header > h3 {
  font-size: 24px;
  font-weight: 500;
  padding: 10px 15px 25px 15px;
}

/*210916end*/
/*lists files*/
.list-files1 ul > li {
  height: 49px;
  line-height: 49px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.list-files1 ul > li + li {
  border-top: none;
  border-bottom: 1px solid #e3e3e3;
}
.list-files1 ul > li > span {
  color: #5c5c5c;
  display: inline-block;
  font-size: 14px;
  font-weight: lighter;
  line-height: 49px;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.obj-file1 {
  display: inline-block;
  height: 20px;
  overflow: hidden;
  position: relative;
  top: 15px;
  width: 100px;
  float: right;
}
.obj-file1 > span {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #a0dfb9;
  background: -moz-linear-gradient(left, #a0dfb9 0%, #a8efc4 100%);
  background: -webkit-linear-gradient(left, #a0dfb9 0%, #a8efc4 100%);
  background: linear-gradient(to right, #a0dfb9 0%, #a8efc4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0dfb9', endColorstr='#a8efc4',GradientType=1 );
}

.list-files1 ul li:first-child .obj-file1 {
  width: 40px;
  float: left;
}

/*lists files end*/
.wrapper-top-1 {
  min-width: 1000px;
  position: relative;
  background: #193280;
  /* Old browsers */
  background: -moz-linear-gradient(top, #193280 0%, #208baa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #193280 0%, #208baa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #193280 0%, #208baa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#193280', endColorstr='#208baa', GradientType=0);
  /* IE6-9 */
}
.wrapper-top-1 .inner-top-1 {
  display: table;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
  box-sizing: border-box;
  min-width: 1000px;
  position: relative;
}
.wrapper-top-1 .info-top-1 {
  display: table-cell;
  max-width: 440px;
  padding: 58px 40px 0 0;
  vertical-align: top;
  width: 440px;
}
.wrapper-top-1 .info-top-2 {
  display: table-cell;
  vertical-align: bottom;
}
.wrapper-top-1 h1 {
  color: #fff;
  font-size: 38px;
  margin: 0 0 46px;
  width: 94%;
  word-wrap: break-word;
}
.wrapper-top-1 h1 a {
  color: #fff;
  position: relative;
  text-decoration: underline;
}
.wrapper-top-1 h1 .icon-title-1 {
  background: transparent url("/National_Library/20170827070107oe_/https://www.accessify.com/img/icon-h1-x2.png") no-repeat scroll 0 0/100% auto;
  display: inline-block;
  height: 32px;
  margin: 5px 0 0 20px;
  position: absolute;
  width: 32px;
}
.wrapper-top-1 h1 a:hover {
  text-decoration: none;
}

.small-title-1 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  color: #fff;
}

.list-info-1 {
  padding: 0 0 50px;
}
.list-info-1 > li {
  overflow: hidden;
}
.list-info-1 > li + li {
  margin: 23px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #387baa;
}

.rating-1 {
  margin: 15px 0 0;
}
.rating-1 p {
  color: #8acc98;
  font-size: 38px;
  font-weight: lighter;
  position: relative;
  top: 4px;
}
.rating-1 p.level-0 {
  color: #e68365;
}
.rating-1 p.level-1 {
  color: #d9b96c;
}
.rating-1 p.level-2 {
  color: #b2a5e4;
}
.rating-1 p.level-3 {
  color: #91bef6;
}
.rating-1 p.level-4 {
  color: #37d5c1;
}
.rating-1 p.level-5 {
  color: #6ddfaf;
}

.speed-ball {
  float: left;
  margin: 0 20px 0 0;
  width: 79px;
  height: 42px;
  position: relative;
  background-size: 100% auto !important;
}
.speed-ball .arrow-speed {
  width: 79px;
  height: 79px;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: all 4s ease;
  -webkit-transition: all 4s ease;
  transition: all 4s ease;
}
.speed-ball .arrow-speed.active {
  transform: rotate(38deg) !important;
  -moz-transform: rotate(38deg) !important;
  -webkit-transform: rotate(38deg) !important;
}

.speed-ball.level-0 {
  background: url(/National_Library/20170827070107oe_/https://www.accessify.com/speed-x/speedbg-0.png) no-repeat;
}

.speed-ball.level-1 {
  background: url(/National_Library/20170827070107oe_/https://www.accessify.com/speed-x/speedbg-1.png) no-repeat;
}

.speed-ball.level-2 {
  background: url(/National_Library/20170827070107oe_/https://www.accessify.com/speed-x/speedbg-2.png) no-repeat;
}

.speed-ball.level-3 {
  background: url(/National_Library/20170827070107oe_/https://www.accessify.com/speed-x/speedbg-3.png) no-repeat;
}

.speed-ball.level-4 {
  background: url(/National_Library/20170827070107oe_/https://www.accessify.com/speed-x/speedbg-4.png) no-repeat;
}

.speed-ball.level-5 {
  background: url(/National_Library/20170827070107oe_/https://www.accessify.com/speed-x/speedbg-5.png) no-repeat;
}

.list-tests-1 {
  margin: 10px 0 0;
}
.list-tests-1 > li {
  width: 50%;
  float: left;
  overflow: hidden;
}
.list-tests-1 > li p {
  font-size: 15px;
  color: #fff;
}
.list-tests-1 > li span {
  font-size: 38px;
  font-weight: lighter;
  margin: 0 0 0 10px;
}

.desc-info-site-1 {
  color: #fff;
}

.title-info-site-1 {
  font-size: 20px;
  margin: 0 0 10px;
}

.text-info-site-1 {
  font-size: 15px;
}

.screen-type-1 {
  position: relative;
  overflow: hidden;
  padding: 31px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background: url(/National_Library/20170827070107oe_/https://www.accessify.com/img/bg-screen-1.jpg) #3d6da4 no-repeat;
}
.screen-type-1 img {
  width: 100%;
}

.screen-type-1:hover .inner-screen-type-1 > a {
  opacity: 1;
}

.inner-screen-type-1 > a {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 37, 37, 0.7);
  -moz-transition: all ease .1s;
  -webkit-transition: all ease .1s;
  transition: all ease .1s;
  z-index: 4;
}

.btn-obj-screen {
  background-color: #3da1ef;
  position: absolute;
  display: block;
  text-align: center;
  line-height: 65px;
  color: #fff;
  font-size: 15px;
  width: 204px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -102px;
  height: 65px;
  -moz-border-radius: 65px;
  -webkit-border-radius: 65px;
  border-radius: 65px;
  z-index: 5;
}
.btn-obj-screen i {
  position: relative;
  top: 2px;
  font-size: 17px;
  margin: 0 0 0 10px;
}

.wrapper-down-1 {
  bottom: -24px;
  clear: both;
  height: 63px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.down-button-1 {
  display: inline-block;
  background-color: #e7f3fd;
  font-size: 35px;
  color: #6fb9f8;
  width: 78px;
  height: 78px;
  border-radius: 78px;
  text-align: center;
  line-height: 78px;
}

.wrapper-content-1 {
  min-width: 1000px;
  background-color: #e7f3fd;
  padding: 26px 0 0;
}
.wrapper-content-1 .inner-content-1 {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
  box-sizing: border-box;
  min-width: 1000px;
  position: relative;
}

.long-type-1 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.long-type-1 .inner-long-type-1 {
  padding: 18px 24px;
  position: relative;
}

.long-type-2 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  padding: 21px 9px;
  position: relative;
}
.long-type-2 .long-row-1 {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  word-wrap: break-word;
  width: 33.33%;
  padding: 0 15px 15px 15px;
}
.long-type-2 .long-row-1:nth-child(1) {
  border-right: 1px solid #e8f5ff;
}

.wrapper-long-row-1 {
  width: 100%;
  display: table;
}

.tooltip-wrapper-2 {
  clear: both;
  overflow: hidden;
  padding: 0 15px;
}
.tooltip-wrapper-2 > div {
  float: left;
  border-top: 1px solid #e8f5ff;
}
.tooltip-wrapper-2 .tl-row-1 {
  width: 33.33%;
}
.tooltip-wrapper-2 .tl-row-2 {
  width: 66.66%;
}

.inner-content-1 .long-type-2 {
  margin: 33px 0 0 0;
}

.header-table-1 {
  overflow: hidden;
}
.header-table-1 > div {
  width: 350px;
  float: left;
}
.header-table-1 > div > span {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #bbb;
  font-size: 12px;
  letter-spacing: 2px;
}

.long-title-1 {
  background-color: #f9fbff;
  padding: 9px 24px;
}
.long-title-1 p {
  font-size: 14px;
}

.tooltip-type-1 {
  position: absolute;
  top: 14px;
  right: -10px;
}
.tooltip-type-1 > p {
  display: inline-block;
  cursor: default;
  box-sizing: border-box;
  padding: 0 12px 0 14px;
  height: 38px;
  line-height: 38px;
  background-color: #ccc;
  color: #fff;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.tooltip-type-1 > p span {
  cursor: pointer;
  display: inline-block;
  width: 17px;
  height: 17px;
  font-size: 12px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  background-color: #ddd;
  text-align: center;
  line-height: 17px;
  margin: 0 0 0 3px;
}
.tooltip-type-1 .-bgc-green span {
  background-color: #6ca879 !important;
}
.tooltip-type-1 .-bgc-yellow span {
  background-color: #ffe27d !important;
}
.tooltip-type-1 .-bgc-red span {
  background-color: #d47166 !important;
}
.tooltip-type-1 .-bgc-blue span {
  background-color: #5598d1 !important;
}

.tooltip-type-1::after {
  border-color: #666 transparent transparent;
  border-style: solid;
  border-width: 7px 10px 10px 0;
  bottom: -17px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}

.tooltip-type-1.-ba-red::after {
  border-color: #d27167 transparent transparent;
}

.tooltip-type-1.-ba-green::after {
  border-color: #70b37e transparent transparent;
}

.tooltip-type-1.-ba-blue::after {
  border-color: #5195d0 transparent transparent;
}

.tooltip-b {
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  color: #3a3a3a;
  font-size: 13px;
  line-height: 150%;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  top: -100px;
  width: 300px;
  z-index: 10;
}

.tooltip-b.active {
  display: block;
  opacity: 1;
}

.tooltip-b::after {
  border-color: transparent #ccc transparent transparent;
  border-style: solid;
  border-width: 0 19px 15px 0;
  bottom: -15px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 40px;
  width: 0;
  z-index: 1;
}

.tooltip-b::before {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 0 16px 13px 0;
  bottom: -13px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 41px;
  width: 0;
  z-index: 2;
}

.-bc-red.tooltip-b::after {
  border-color: transparent #fe8e82 transparent transparent;
}

.-bc-green.tooltip-b::after {
  border-color: transparent #89cd98 transparent transparent;
}

.-bc-blue.tooltip-b::after {
  border-color: transparent #6fb9f8 transparent transparent;
}

.-borderc-red {
  border-color: #fe8e82 !important;
}

.-borderc-green {
  border-color: #89cd98 !important;
}

.-borderc-blue {
  border-color: #6fb9f8 !important;
}

.-borderc-yellow {
  border-color: #ffe27d !important;
}

.-cf-red {
  color: #fe8e82 !important;
}

.-cf-green {
  color: #89cd98 !important;
}

.-cf-blue {
  color: #6fb9f8 !important;
}

.-cf-yellow {
  color: #ffe27d !important;
}

.-bgc-red {
  background-color: #fe8e82 !important;
}

.-bgc-green {
  background-color: #89cd98 !important;
}

.-bgc-blue {
  background-color: #6fb9f8 !important;
}

.-bgc-yellow {
  background-color: #ffe27d !important;
}

.-bgc-gray {
  background-color: #e7f0ff !important;
}

.-bgc-lime {
  background-color: #d6fcd6 !important;
}

.-bgc-red2 {
  background-color: #e6856e !important;
}

.diagram-4 {
  margin: 20px 0;
}

.diagram-5 {
  margin: 20px 0;
}

.text-type-1 h2, .big-title-1 {
  font-size: 23px;
  font-weight: lighter;
}

.big-title-3 {
  font-size: 23px;
  font-weight: lighter;
  margin: 0 0 28px;
  padding: 0 15px;
}

.text-type-1 p {
  font-size: 15px;
  font-weight: lighter;
  line-height: 150%;
}

.text-type-1 {
  max-width: 760px;
  word-wrap: break-word;
  margin: 0 0 20px;
}
.text-type-1 h2 {
  margin: 0 0 10px;
}

.wrapper-button-1 {
  text-align: center;
}

.wrapper-button-2 {
  text-align: center;
  margin: 20px 0 0;
}

.wrapper-button-3 {
  margin: 20px 0 0;
}

.type-button-3 {
  background-color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #9ccff7;
  padding: 0 21px;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
}

.type-button-3:hover {
  background-color: #3da1ef;
  color: #fff;
}

.diagram-3 {
  margin: 30px 0 0;
}

.text-type-2 {
  width: 100%;
  font-size: 15px;
  line-height: 150%;
  font-weight: lighter;
  margin: 28px 0 0;
}
.text-type-2 > p {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: normal;
}

.line-box .text-type-2 {
  margin: 0;
}

.diagram-top-1 {
  margin: 29px 0 0;
}

.list-type-1 ul {
  overflow: hidden;
}
.list-type-1 li {
  float: left;
  color: #3da1ef;
}
.list-type-1 li span.list-arrow {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  margin: 0 12px 0 13px;
  color: #fff;
  font-size: 10px;
  background-color: #6fb9f8;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.size-info {
  overflow: hidden;
}

.size-row {
  box-sizing: border-box;
  float: left;
  padding: 0 0 40px;
}

.size-row:nth-child(2n+1) {
  clear: both;
}

.title-size {
  font-size: 16px;
  margin: 0 0 14px;
}

.wrapper-line {
  margin: 0 0 5px;
  font-size: 13px;
  white-space: nowrap;
}

.line-1 {
  display: inline-block;
  background-color: #ccc;
  height: 5px;
  position: relative;
  top: -2px;
  margin: 0 5px 0 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.desc-text-size {
  font-size: 14px;
  line-height: 150%;
  font-weight: lighter;
  margin: 13px 0 0;
}

.value-desc {
  color: #b6b6b6;
}

.info-bottom-1 {
  padding: 20px 0 10px;
  clear: both;
  text-align: center;
  font-size: 16px;
}
.info-bottom-1 span {
  padding: 2px 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  margin: 0 0 0 5px;
}

.wrapper-content-2 {
  min-width: 1000px;
  background-color: #e7f3fd;
  padding: 26px 0 0;
}
.wrapper-content-2 .inner-content-2 {
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
  min-width: 1000px;
  position: relative;
}

.main-row-1 {
  width: 50%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}
.main-row-1 .long-type-1 + .long-type-1 {
  margin: 25px 0 0;
}

.middle-title-1 {
  font-size: 17px;
}

.arrow-icon {
  text-align: center;
  font-size: 44px;
  color: #e7f0ff;
}

.add-go {
  color: #3da1ef;
  margin: 0 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.add-go a {
  font-size: 23px;
  text-decoration: underline;
}
.add-go span {
  font-size: 23px;
  color: black;
  font-weight: lighter;
}

.row-add-go .add-go {
  color: #3da1ef;
  margin: 0 0 6px;
}
.row-add-go a {
  font-size: 15px;
}
.row-add-go span {
  font-size: 15px;
  color: black;
  font-weight: lighter;
}

.wrapper-list-add {
  overflow: hidden;
}
.wrapper-list-add ul {
  box-sizing: border-box;
  padding: 0 20px;
  width: 50%;
  float: left;
}
.wrapper-list-add li {
  color: #3da1ef;
  margin: 0 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrapper-list-add li a {
  text-decoration: underline;
}

.arrow-bg {
  border-top: 1px solid #aad6fc;
  margin: 20px 0 0;
  position: relative;
}
.arrow-bg span {
  display: block;
  height: 18px;
  margin: auto;
  position: relative;
  top: -8px;
  width: 24px;
  background: url(/National_Library/20170827070107oe_/https://www.accessify.com/img/bg-arrow-1.jpg) no-repeat;
}

.arrow-bg::after, .arrow-bg::before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 8px;
  top: -8px;
  background: url(/National_Library/20170827070107oe_/https://www.accessify.com/img/bg-left-right-arrow.jpg) no-repeat;
}

.arrow-bg::after {
  left: 0;
  background-position: 0 0;
}

.arrow-bg::before {
  right: 0;
  background-position: -6px 0;
}

.add-ip {
  color: #435747;
  text-align: center;
  font-size: 23px;
}

.add-ip + .add-ip {
  margin-top: 5px;
}

.table-type-1 {
  width: 100%;
}
.table-type-1 th {
  color: #b1b1b1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: lighter;
  text-align: left;
  padding: 10px 10px;
}
.table-type-1 td {
  vertical-align: top;
  padding: 10px;
  font-size: 14px;
  width: 70px;
  word-wrap: break-word;
}
.table-type-1 td + td {
  width: 38%;
}
.table-type-1 td + td + td {
  width: 135px;
}
.table-type-1 td + td + td + td {
  width: 170px;
}
.table-type-1 td + td + td + td {
  width: 70px;
}

.name-type-2 {
  max-width: 145px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.wrapper-shadow-1 {
  position: relative;
  overflow: hidden;
}

.wrapper-shadow-1::after {
  content: '';
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  -moz-box-shadow: 0 -30px 60px 60px #fff;
  -webkit-box-shadow: 0 -30px 60px 60px #fff;
  box-shadow: 0 -30px 60px 60px #fff;
}

.table-type-2 {
  overflow: hidden;
}

.table-row-2 {
  width: 175px;
  float: left;
  box-sizing: border-box;
}
.table-row-2 img {
  display: inline-block;
  margin: 0 0 0 12px;
}

.table-row-2 + .table-row-2 {
  padding: 0 0 0 50px;
  border-left: 1px solid #e8f5ff;
}

.title-row-2 {
  font-size: 34px;
  font-weight: lighter;
  margin: 0 0 10px;
}

.title-row-3 {
  color: #a3a3a3;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.list-compare {
  margin: 27px 0 0;
}

.list-compare.list-compare-2 {
  margin-top: 50px;
}

.itis > div {
  color: #fff;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}

.obj-row-1 {
  overflow: hidden;
}
.obj-row-1 .obj-type-1 {
  width: 33.33%;
  float: left;
}
.obj-row-1 .obj-type-1 > div {
  position: relative;
  width: 140px;
}
.obj-row-1 .obj-type-1 > div.itis {
  background-color: #6fb9f8;
  border: 1px solid #6fb9f8;
}
.obj-row-1 .obj-type-1 > div.itis a {
  color: #fff;
}
.obj-row-1 .obj-type-1 > div.itis a:hover {
  text-decoration: underline;
}
.obj-row-1 .obj-type-1 > div.itis .obj-icon {
  bottom: 0;
  display: block;
  position: absolute;
  right: 0;
}
.obj-row-1 .obj-type-1 .obj-icon {
  display: none;
}
.obj-row-1 .obj-type-1 .img-type-1 {
  border: 1px solid #acd7f8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  height: 108px;
  width: 140px;
}
.obj-row-1 .obj-type-1 .img-type-1 > img {
  display: block;
  width: 100%;
}
.obj-row-1 .obj-type-1 .img-type-1 > img:hover {
  opacity: .8;
}
.obj-row-1 .obj-type-2 > div {
  border: 1px solid #fff;
  display: table;
  height: 140px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.obj-row-1 .obj-type-2 > div > a {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}
.obj-row-1 .obj-type-2 > div:hover {
  border: 1px solid #3da1ef;
}
.obj-row-1 .obj-type-1 + .obj-type-1 div {
  margin: auto;
}
.obj-row-1 .obj-type-1 + .obj-type-1 + .obj-type-1 div {
  float: right;
}
.obj-row-1 .obj-value {
  font-size: 36px;
  font-weight: lighter;
  display: block;
  text-align: center;
}
.obj-row-1 .obj-name {
  font-size: 17px;
  font-weight: lighter;
  display: block;
  text-align: center;
  margin: 20px 0 0;
  white-space: nowrap;
  width: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.obj-row-1 + .obj-row-1 {
  margin: 20px 0 0;
}

.name-type-1 {
  margin: 14px 0 0;
  text-align: center;
  white-space: pre;
}
.name-type-1 > a {
  display: inline-block;
  font-size: 17px;
  font-weight: lighter;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.source-info {
  border: 1px solid #e9eaed;
  overflow: hidden;
  margin: 40px 0 20px 0;
}
.source-info .left-part-1 {
  width: 156px;
  height: 156px;
  display: table;
  float: left;
}
.source-info .img-source {
  border-right: 1px solid #e9eaed;
  display: table-cell;
  padding: 2px 0 0;
  text-align: center;
  vertical-align: middle;
}
.source-info .img-source img {
  display: inline-block;
  max-width: 90%;
  max-height: 140px;
}
.source-info .right-part-1 {
  overflow: hidden;
  padding: 8px;
}
.source-info .right-part-1 > div {
  color: #515565;
  font-size: 14px;
  font-weight: lighter;
  margin: 10px 0 15px;
}
.source-info .right-part-1 > p {
  color: #9099a5;
  font-size: 16px;
  text-transform: uppercase;
}
.source-info .title-source-1 {
  color: #0a111e;
  font-family: Times New Roman;
  font-size: 18px;
}

.wrapper-social ul {
  display: table;
  width: 100%;
  margin: 40px 0 15px;
}
.wrapper-social li {
  display: table-cell;
  vertical-align: top;
}
.wrapper-social li > a:hover {
  opacity: .7;
}
.wrapper-social li a {
  display: inline-block;
  width: 73px;
  height: 73px;
  text-align: center;
  -moz-border-radius: 73px;
  -webkit-border-radius: 73px;
  border-radius: 73px;
}
.wrapper-social li a i {
  line-height: 73px;
}

.twitter-i {
  font-size: 40px;
  background-color: #78cdf0;
  color: #fff !important;
}

.pinterest-i {
  font-size: 30px;
  background-color: #eb5755;
  color: #eb5755 !important;
}
.pinterest-i span {
  position: relative;
  top: 18px;
  display: inline-block;
  background-color: #fff;
  width: 37px;
  height: 37px;
  -moz-border-radius: 37px;
  -webkit-border-radius: 37px;
  border-radius: 37px;
}
.pinterest-i span i {
  line-height: 50px !important;
}

.facebook-i {
  font-size: 35px;
  background-color: #537bbd;
  color: #fff !important;
}

.google-i {
  font-size: 35px;
  background-color: #4c4c4b;
  color: #fff !important;
}

.youtube-i {
  font-size: 35px;
  background-color: #e9644b;
  color: #fff !important;
}

.gradient-bb {
  background: #2ab5ce;
  background: -moz-linear-gradient(left, #2ab5ce 0%, #4875d0 100%);
  background: -webkit-linear-gradient(left, #2ab5ce 0%, #4875d0 100%);
  background: linear-gradient(to right, #2ab5ce 0%, #4875d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ab5ce', endColorstr='#4875d0', GradientType=1);
}
.gradient-bb .big-title-1 {
  color: #fff;
}

.type-search-2 {
  margin: 30px 0;
}
.type-search-2 input {
  background-color: inherit;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  color: #fff;
  font-size: 15px;
  box-sizing: border-box;
  padding: 0 0 0 25px;
  border-bottom: 1px solid #57c7d8;
}
.type-search-2 input::-webkit-input-placeholder {
  color: #fff;
}
.type-search-2 input::-moz-placeholder {
  color: #fff;
}
.type-search-2 input:-moz-placeholder {
  color: #fff;
}
.type-search-2 input:-ms-input-placeholder {
  color: #fff;
}
.type-search-2 .type-button-4 {
  float: right;
  margin: 0 0 0 13px;
}
.type-search-2 > div {
  overflow: hidden;
  position: relative;
}
.type-search-2 .icon-search {
  color: #fff;
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 8px;
}

.gradient-bb .type-search-2 {
  margin: 35px 0 40px;
}

.type-button-4 {
  display: inline-block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  padding: 0 35px;
}

.type-button-4:hover {
  opacity: .9;
}

.wrapper-button-up {
  min-width: 1000px;
  text-align: center;
  background-color: #e7f3fd;
  padding: 66px 0 50px;
}
.wrapper-button-up .down-button-1 {
  border: 1px solid #a8d3fa;
}

.certificate {
  margin: 30px 0 0;
  display: table;
  width: 100%;
  height: 140px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.certificate > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-weight: lighter;
  font-size: 36px;
}
.certificate i {
  font-size: 80px;
  margin: 0 10px 0 0;
  position: relative;
  top: 15px;
}
.certificate span {
  display: inline-block;
  line-height: 140px;
}

.diagram-map img {
  width: 100%;
}

.dark-bg.active, .wrapper-window.active {
  display: block;
}

.dark-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(67, 69, 72, 0.8);
  top: 0;
  left: 0;
  z-index: 50;
}

.wrapper-window {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 51;
}

.window-inner {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  min-width: 1000px;
  max-width: 1400px;
  margin: auto;
}

.white-box > p {
  font-size: 30px;
  color: #fff;
  font-weight: lighter;
  margin: 0 0 20px;
}

.white-box.mini-box {
  max-width: 850px;
  min-width: 580px;
  margin: auto;
}

body.attach-window {
  overflow: hidden;
}

.button-close-window {
  float: right;
  color: #fff !important;
}

.button-close-window:hover {
  opacity: .8;
}

.content-box {
  word-wrap: break-word;
  overflow: auto;
  padding: 25px;
  background-color: #fff;
}

.table-row-2 {
  width: 50%;
}

.table-row-2 + .table-row-2 {
  padding: 0 0 0 20px;
}

.title-row-2 {
  font-size: 28px;
}

.wrapper-line-diagram {
  margin: 20px 0;
  overflow: hidden;
}

.inner-line-diagram > div {
  display: table;
  float: left;
}

.line-row-1 {
  width: 80%;
}
.line-row-1 .irow-1 {
  min-width: 10px;
}
.line-row-1 .irow-1:first-child .type-line-1 {
  -moz-border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
}
.line-row-1 .irow-1:last-child .type-line-1 {
  -moz-border-radius: 0 25px 25px 0;
  -webkit-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
}

.line-row-2 {
  width: 20%;
}
.line-row-2 .irow-1 .type-line-1 {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.line-row-2 .irow-1 {
  padding: 0 16px;
}

.line-row-3 .irow-1 .type-line-1 {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.diagram-4 .line-row-1 {
  width: 80%;
}
.diagram-4 .line-row-2 {
  width: 20%;
}
.diagram-4 .line-row-2 .irow-1 {
  padding: 0 10px;
}

.diagram-5 .line-row-1 {
  width: 64%;
}
.diagram-5 .line-row-2 {
  width: 25%;
}
.diagram-5 .line-row-3 {
  width: 11%;
}
.diagram-5 .line-row-2 .irow-1 {
  padding: 0 10px;
}
.diagram-5 .line-row-3 .irow-1 {
  padding: 0 10px 0 0;
}

.irow-1 {
  display: table-cell;
}

.irow-1 .-bgc-yellow > span {
  color: #ae9a54;
}

.irow-1 .-bgc-blue > span {
  color: #4e83af;
}

.irow-1 .-bgc-green > span {
  color: #5d9769;
}

.irow-1 .-bgc-red > span {
  color: #5d9769;
}

.irow-1 .-bgc-gray > span {
  color: #000;
}

.irow-1 .-bgc-lime > span {
  color: #66c37d;
}

.irow-1 .-bgc-red2 > span {
  color: #b75d69;
}

.type-line-1 {
  text-align: center;
  height: 25px;
}
.type-line-1 > span {
  line-height: 25px;
  font-size: 14px;
}

.desc-line-1 {
  font-size: 15px;
  font-weight: lighter;
  margin: 15px 0 0;
  padding: 0 10px;
  text-align: center;
}
.desc-line-1 > span {
  position: relative;
}
.desc-line-1 > span::after {
  background-color: #ccc;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -10px;
  top: 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.-aft-yellow > span::after {
  background-color: #ffd656;
}

.-aft-blue > span::after {
  background-color: #3da1ef;
}

.-aft-green > span::after {
  background-color: #97cc64;
}

.-aft-red > span::after {
  background-color: #fe8e82;
}

.-aft-gray > span::after {
  background-color: #c9dfff;
}

.-aft-lime > span::after {
  background-color: #d6fcd6;
}

.-aft-red2 > span::after {
  background-color: #e6856e;
}

.start-page {
  background-color: rgba(0, 0, 0, 0.11);
}
.start-page .logo {
  color: #fff !important;
}
.start-page .logo span {
  color: #fff;
}
.start-page .desc-logo {
  color: #fff;
}
.start-page .type-menu-1 li a, .start-page .type-menu-1 svg path {
  color: #fff !important;
  fill: #fff;
}

header.start-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.wraper-top-content {
  min-width: 1000px;
  padding: 0 20px;
  box-sizing: border-box;
  background: transparent url("/National_Library/20170827070107oe_/https://www.accessify.com/img/bg-start-page.jpg") no-repeat scroll 0 0/cover;
}

.inner-top-content {
  max-width: 1250px;
  padding: 185px 0 0;
  margin: auto;
}
.inner-top-content h1 {
  max-width: 700px;
  margin: auto;
  text-align: center;
  font-size: 38px;
  font-weight: lighter;
  color: #fff;
}

.type-search-3 {
  margin: 60px auto 125px;
  position: relative;
  max-width: 820px;
}
.type-search-3 input {
  background-color: #fff;
  width: 100%;
  height: 66px;
  line-height: 66px;
  border: none;
  color: #50aaf1;
  font-size: 18px;
  box-sizing: border-box;
  padding: 0 65px;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
}
.type-search-3 input::-webkit-input-placeholder {
  color: #50aaf1;
}
.type-search-3 input::-moz-placeholder {
  color: #50aaf1;
}
.type-search-3 input:-moz-placeholder {
  color: #50aaf1;
}
.type-search-3 input:-ms-input-placeholder {
  color: #50aaf1;
}
.type-search-3 .type-button-4 {
  float: right;
  margin: 0 0 0 13px;
}
.type-search-3 > div {
  overflow: hidden;
  position: relative;
}
.type-search-3 .icon-search {
  color: #fff;
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 8px;
}
.type-search-3 .search-button-1 {
  float: right;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 230px;
  z-index: 1;
}

.search-button-1 {
  display: inline-block;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  font-size: 20px;
  height: 66px;
  line-height: 66px;
  background-color: #41a3ef;
  color: #fff !important;
  padding: 0 35px;
}

.search-button-1:hover {
  opacity: .9;
}

.icon-search-3 {
  color: #50aaf1;
  display: inline-block;
  font-size: 35px;
  height: 66px;
  left: 20px;
  line-height: 66px;
  position: absolute;
  top: 0;
}

.icon-list-1 ul {
  margin: auto;
  max-width: 1200px;
  overflow: hidden;
  padding: 0 0 100px;
}
.icon-list-1 li {
  box-sizing: border-box;
  float: left;
  width: 33.33%;
}
.icon-list-1 li div {
  width: 326px;
}
.icon-list-1 li svg {
  float: left;
  margin: 0 15px 0 0;
}
.icon-list-1 li p {
  color: #fff;
  font-size: 18px;
  position: relative;
  top: 7px;
}
.icon-list-1 li:nth-child(1) svg {
  position: relative;
  top: -10px;
}
.icon-list-1 li:nth-child(2) {
  border-left: 1px solid #4887a4;
  border-right: 1px solid #4887a4;
}
.icon-list-1 li:nth-child(2) div {
  margin: auto;
  width: 280px;
}
.icon-list-1 li:nth-child(3) div {
  float: right;
}

.content-box-1 {
  background-color: #f2f7ff;
  box-sizing: border-box;
  min-width: 1000px;
}
.content-box-1 .inner-content-box-1 {
  padding: 60px 0 0;
  margin: auto;
  position: relative;
  height: 740px;
}
.content-box-1 .inner-content-box-1 h2 {
  font-size: 38px;
  text-align: center;
  font-weight: lighter;
}

.icon-list-2 {
  float: left;
  margin: 70px 0 0;
  width: 50%;
}
.icon-list-2 ul {
  overflow: hidden;
  width: 500px;
  float: right;
  margin: 0 20px 0 0;
}
.icon-list-2 li {
  width: 50%;
  float: left;
  margin: 0 0 50px;
}
.icon-list-2 li:nth-child(2n+1) {
  clear: both;
}
.icon-list-2 svg {
  float: left;
}
.icon-list-2 div {
  box-sizing: border-box;
  float: left;
  padding: 0 0 0 15px;
  width: 200px;
}
.icon-list-2 .icon-title-2 {
  font-size: 18px;
  font-weight: lighter;
  margin: 0 0 8px;
}
.icon-list-2 .icon-desc-2 {
  color: #aaaeb4;
  font-weight: lighter;
  font-size: 14px;
}

.list-screens-1 {
  overflow: hidden;
  padding: 60px 0 0 0;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.list-screens-1 > div {
  text-align: right;
}
.list-screens-1 > div img {
  display: inline-block;
  position: relative;
  top: 4px;
}

.content-box-2 {
  background-color: #fff;
  min-width: 1000px;
}
.content-box-2 .inner-content-box-2 {
  max-width: 1380px;
  padding: 60px 0;
  margin: auto;
}
.content-box-2 .inner-content-box-2 h2 {
  font-size: 38px;
  font-weight: lighter;
  margin: 0 0 50px;
  text-align: center;
}

.corousel-bottom {
  position: relative;
}
.corousel-bottom .inner-corousel-bottom {
  margin: auto;
  max-width: 1200px;
  overflow: hidden;
  padding: 0 26px;
}
.corousel-bottom li {
  padding: 47px 0 0;
}
.corousel-bottom li .img-cr-1 {
  background-color: #f2f7ff;
  display: block;
  height: 204px;
  margin: 0 0 10px;
  padding: 20px 0 0;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.corousel-bottom li .img-cr-1 img {
  width: 266px;
  height: 204px;
}
.corousel-bottom li div {
  width: 266px;
  margin: auto;
  position: relative;
  text-align: center;
}
.corousel-bottom li div::after, .corousel-bottom li div::before, .corousel-bottom li .img-cr-1::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #8fb2ec;
  position: absolute;
  top: 7px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.corousel-bottom li div::after {
  left: 7px;
}
.corousel-bottom li div::before {
  left: 20px;
}
.corousel-bottom li .img-cr-1::after {
  left: 33px;
}
.corousel-bottom .tooltip-cr-1 {
  position: absolute;
  width: 76px;
  height: 76px;
  line-height: 76px;
  -moz-border-radius: 76px;
  -webkit-border-radius: 76px;
  border-radius: 76px;
  text-align: center;
  font-weight: lighter;
  top: -47px;
  right: -48px;
  font-size: 18px;
  color: #fff;
}

.crPrev, .crNext {
  position: absolute;
  top: 89px;
  font-size: 50px;
  width: 26px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #98b6e9;
}

.crPrev:hover, .crNext:hover {
  opacity: .7;
}

.crPrev > a, .crNext > a {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.crPrev {
  left: 0;
}

.crNext {
  right: 0;
}

.title-cr-1 {
  font-size: 26px;
  font-weight: lighter;
}

.content-box-3 {
  background: #0d4368 url(/National_Library/20170827070107oe_/https://www.accessify.com/img/bg-box-3.png) no-repeat 50% 50%;
  min-width: 1000px;
}
.content-box-3 .inner-content-box-3 {
  max-width: 1380px;
  padding: 60px 0;
  margin: auto;
}
.content-box-3 .inner-content-box-3 h3 {
  max-width: 700px;
  font-size: 36px;
  margin: 0 auto 50px;
  color: #fff;
  text-align: center;
  font-weight: lighter;
}

.text-desc-box-3 {
  width: 670px;
  margin: auto;
  font-size: 18px;
  color: #fff;
  font-weight: lighter;
  padding: 0 0 0 200px;
}
.text-desc-box-3 p {
  margin: 0 0 25px;
}
.text-desc-box-3 > ul {
  margin: 0 0 25px;
}
.text-desc-box-3 > ul > li {
  margin: 20px 0 0;
  padding: 0 0 0 45px;
  position: relative;
}
.text-desc-box-3 > ul > li > ol {
  margin: 0 0 0 35px;
}
.text-desc-box-3 > ul > li > ol > li {
  list-style: inside none disc;
  padding: 2px 0;
}
.text-desc-box-3 > ul > li > ol a {
  font-weight: normal;
}
.text-desc-box-3 .ol-title-1 {
  margin: 0 0 10px 35px;
  font-weight: normal;
}
.text-desc-box-3 a {
  color: #fff;
  text-decoration: underline;
}
.text-desc-box-3 a:hover {
  text-decoration: none;
}

.num-round {
  background-color: #fff;
  text-align: center;
  font-weight: normal;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: -4px;
  left: 0;
  color: #0f5371;
  font-size: 16px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.content-box-loader {
  background: #fff url(/National_Library/20170827070107oe_/https://www.accessify.com/img/loader.gif) 50% 50% no-repeat;
  overflow: auto;
  padding: 25px;
  word-wrap: break-word;
  height: 300px;
}

.top-box-404 {
  background-color: #fff;
  box-sizing: border-box;
  min-width: 1000px;
  text-align: center;
  padding: 20px;
}
.top-box-404 > p {
  font-size: 96px;
  font-weight: lighter;
}

.p_404 {
  background-color: #f2f7ff;
}

.desc-404 {
  background-color: #fff;
  box-sizing: border-box;
  color: #666;
  font-size: 18px;
  left: 50%;
  margin: 0 0 0 -250px;
  padding: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 500px;
}

/*ab domain padge*/
.wrapper-top-1.domain-type-2 {
  background: -moz-linear-gradient(to bottom, #243465 0%, #2b7d9c 100%);
  background: -webkit-linear-gradient(to bottom, #243465 0%, #2b7d9c 100%);
  background: linear-gradient(to bottom, #243465 0%, #2b7d9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243465', endColorstr='#2b7d9c', GradientType=0);
}

.inner-top-1.domain-type-2 {
  width: 100%;
}

.inner-top-1.domain-type-2 .info-top-2 {
  vertical-align: top;
}
.inner-top-1.domain-type-2 .screen-type-1 {
  width: 420px;
  height: 260px;
  box-sizing: border-box;
}
.inner-top-1.domain-type-2 .screen-type-1 div > div {
  width: 420px;
  height: 230px;
}
.inner-top-1.domain-type-2 .screen-type-1 div > div a {
  opacity: .8;
}
.inner-top-1.domain-type-2 .screen-type-1 div > div a:hover {
  opacity: 1;
}
.inner-top-1.domain-type-2 .screen-type-1 div > div img {
  width: 100%;
}
.inner-top-1.domain-type-2 .info-top-1 {
  padding: 25px 0px 25px 29px;
}
.inner-top-1.domain-type-2 .domain-info-box {
  padding: 25px 10px 25px 30px;
}
.inner-top-1.domain-type-2 .domain-info-box-desc > a:hover {
  text-decoration: none;
}
.inner-top-1.domain-type-2 .domain-info-box-desc > a {
  font-weight: 500;
}
.inner-top-1.domain-type-2 .domain-info-box-desc > p {
  font-weight: 100;
}
.inner-top-1.domain-type-2 .domain-info-box .type-button-3 {
  font-weight: 500;
}
.inner-top-1.domain-type-2 .domain-info-box .type-button-3:hover {
  text-decoration: underline;
  background-color: #23b28b;
}
.inner-top-1.domain-type-2 .table-box-info table p {
  font-weight: 500;
}
.inner-top-1.domain-type-2 .table-box-info table th {
  font-weight: 100;
  letter-spacing: 2px;
}
.inner-top-1.domain-type-2 .info-top-1 .screen-type-1 .inner-screen-type-1 div a:after {
  opacity: 0.2;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  -moz-transition: all ease .1s;
  -webkit-transition: all ease .1s;
  transition: all ease .1s;
}
.inner-top-1.domain-type-2 .info-top-1 .screen-type-1 .inner-screen-type-1 div a:hover:after {
  opacity: 0;
}

.domain-info-box {
  padding: 55px 0 25px;
}
.domain-info-box .type-button-3 {
  background-color: #01c892;
  border: medium none;
  -moz-border-radius: 56px;
  -webkit-border-radius: 56px;
  border-radius: 56px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: auto;
  line-height: 56px;
  padding: 0 30px;
  text-decoration: underline;
}
.domain-info-box .type-button-3:hover {
  text-decoration: none;
}
.domain-info-box .wrapper-button-1 {
  text-align: left;
  padding: 14px 0 28px;
}

.domain-info-box-desc {
  color: #fff;
}
.domain-info-box-desc > a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.domain-info-box-desc > a:hover {
  text-decoration: underline;
}
.domain-info-box-desc > p {
  padding: 10px 0;
  font-size: 15px;
  font-weight: lighter;
}

.table-box-info {
  border-top: 1px solid #407d9c;
  padding: 8px 0 0;
}
.table-box-info table {
  color: #fff;
  width: 100%;
}
.table-box-info table th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px 0;
  text-align: left;
}
.table-box-info table td {
  font-size: 15px;
  vertical-align: top;
  padding: 3px 0;
}
.table-box-info table p {
  padding: 1px 0;
}

/*ab domain padge end*/
/*term sass 220817*/
.wrapper-top-q.-lists {
  background: url(/National_Library/20170827070107oe_/https://www.accessify.com/img/bg-term.jpg) no-repeat;
  background-size: cover;
}

.double-row {
  margin-top: -360px;
}
.double-row .left-part-q {
  margin: 0;
}
.double-row .right-part-q {
  margin: 0 0 0 46px;
  position: relative;
  z-index: 15;
}

.list-2-title > h1 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}

.list-3-title > h2, .list-3-title > h3, .list-3-title > h4, .list-3-title > h5 {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
}

.box-list-2 > ul > li + li {
  margin-top: 15px;
}

.box-list-2 + .box-list-2 {
  margin-top: 30px;
}

.q-top-part {
  padding: 0 0 20px;
  border-bottom: 1px solid #eee;
}

.q-top-part.nodata {
  border-bottom: 0;
}

.top-q-list-1 {
  background-color: #fff;
  margin: 0 0 21px;
  color: #000;
  padding: 35px 27px 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.left-img-q {
  padding-top: 3px;
  width: 170px;
  float: left;
  margin-right: 24px;
}
.left-img-q > a {
  display: block;
  position: relative;
}
.left-img-q img {
  display: block;
  width: 100%;
}
.left-img-q > a:hover img {
  opacity: .7;
}
.left-img-q .padram-obj {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 50px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  right: -9px;
  z-index: 5;
}

.padram-obj.-blue {
  background-color: #6fb9f8;
}

.padram-obj.-green {
  background-color: #89cd98;
}

.right-text-q {
  overflow: hidden;
  word-wrap: break-word;
}
.right-text-q > p {
  font-size: 19px;
  margin-bottom: 20px;
}
.right-text-q > p > a {
  text-decoration: underline;
}
.right-text-q > div {
  font-size: 15px;
  color: #000;
  line-height: 152%;
}

.q-top-part::after, .q-row-part::after {
  content: '';
  display: block;
  clear: both;
}

.q-row-part {
  display: table;
  width: 100%;
}
.q-row-part > div {
  display: table-cell;
  vertical-align: middle;
  padding-top: 15px;
}

.q-row-30 {
  width: 30%;
  text-align: right;
}

.q-row-70 {
  width: 70%;
  max-width: 550px;
}

.list-text-1 {
  overflow: hidden;
}
.list-text-1 > li {
  position: relative;
  padding-left: 20px;
  padding-right: 60px;
  float: left;
  font-size: 14px;
  width: 33.33%;
  box-sizing: border-box;
}
.list-text-1 > li::after {
  content: '';
  display: block;
  background-color: #9ccff7;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 2px;
}

.button-q .btn-show-2 {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.btn-show-2 {
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #9ccff7;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  white-space: nowrap;
  color: #4da9f0;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  padding: 0 21px;
}

.btn-show-2:hover {
  border-color: #4da9f0;
  background-color: #4da9f0;
  color: #fff;
}

.row-text-1 {
  word-wrap: break-word;
  font-size: 14px;
  line-height: 152%;
  color: #666;
}

.box-list-3 {
  padding-top: 77px;
  min-height: 293px;
  padding-bottom: 20px;
}

.list-title-q3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  margin-bottom: 28px;
}

.cloud-world > li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 8px;
}
.cloud-world a {
  display: inline-block;
  background-color: #e7f0ff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #000;
  padding: 6px 15px;
  font-size: 15px;
  font-weight: lighter;
}

.box-list-4 {
  word-wrap: break-word;
}
.box-list-4 .list-title-q {
  margin-bottom: 30px;
}
.box-list-4 > ul {
  padding-left: 18px;
}
.box-list-4 > ul > li + li {
  margin-top: 20px;
}

/*term sass 220817 end*/
/*list 290817*/
.wrapper-toplist ul {
  margin: 30px 0 15px;
}
.wrapper-toplist ul > li {
  display: inline-block;
  margin-right: 10px;
  line-height: 150%;
}
.wrapper-toplist ul > li > a {
  font-size: 17px;
  font-weight: lighter;
}

.-bg-blue {
  background-color: #e7f3fd;
}

.wrapper-top-q.type-2 .inner-top-q {
  padding: 50px 15px 0;
}
.wrapper-top-q.type-2 .top-text-q > h1 {
  margin-bottom: 25px;
}

.wrapper-middle-content.type-2 .left-part-q {
  margin: -210px 0 0;
}

.q-list-type-2 > ul {
  margin-top: 30px;
}
.q-list-type-2 > ul > li {
  margin-bottom: 20px;
}
.q-list-type-2 > ul > li > a {
  font-size: 17px;
}

/*list 290817 end*/
/*change 1*/
.double-row-1 .left-part-q {
  margin: -360px 0 0;
  z-index: 10;
}
.double-row-1 .right-part-q {
  margin: 400px 0 0 46px;
}
.double-row-1 .list-title-q3 {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: normal;
}
.double-row-1 .cloud-world a {
  background-color: #fff;
}
.double-row-1 .box-list-3 {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: inherit;
}

/*change 1 end*/
footer {
  min-width: 1000px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  background: #1d5594;
  background: -moz-linear-gradient(left, #1d5594 0%, #208cac 100%);
  background: -webkit-linear-gradient(left, #1d5594 0%, #208cac 100%);
  background: linear-gradient(to right, #1d5594 0%, #208cac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d5594', endColorstr='#208cac',GradientType=1 );
}

.inner-footer {
  height: 50px;
  display: table;
}

.privacy {
  text-align: center;
}
.privacy a {
  color: #99b3cb;
}
.privacy a:hover {
  opacity: .8;
}

.footer-row {
  min-width: 327px;
  display: table-cell;
  vertical-align: middle;
}

.footer-row + .footer-row {
  width: 100%;
  border-left: 1px solid #3275a4;
}

.footer-row + .footer-row + .footer-row {
  width: 600px;
}

.logo-footer {
  font-weight: lighter;
  color: #fff;
}
.logo-footer a {
  color: #fff;
  font-size: 20px;
}
.logo-footer a:hover {
  text-decoration: underline;
}
.logo-footer time {
  font-size: 14px;
  margin: 0 0 0 40px;
}

.footer-menu {
  float: right;
}
.footer-menu ul {
  display: table;
}
.footer-menu li {
  display: table-cell;
  padding: 0 18px;
}
.footer-menu li a {
  color: #fff;
  padding: 5px 0;
}
.footer-menu a:hover {
  opacity: .8;
}

header.start-page {
  min-width: 1000px;
}

/*250117*/
.box-row-34 {
  position: relative;
}

.inside-20 .row-in-1 {
  left: 19px;
  padding: 0 15px;
  position: absolute;
  top: 27px;
  z-index: 5;
}

.inside-20 .row-in-0 {
  clear: both;
  padding: 0 15px;
}

.inside-20 .row-in-4 {
  padding: 0 15px;
}

.inside-20 {
  float: left;
  width: 642px;
}

.inside-20 .row-in-2 {
  box-sizing: border-box;
  width: 642px;
  float: left;
  padding: 0 15px;
}

/*250117 end*/
@media only screen and (max-width: 1200px) {
  .update-list > ul {
    max-width: 840px;
  }

  .update-list > ul > li {
    width: 33.33%;
  }

  .update-list > ul > li:nth-child(5n+1) {
    clear: none;
    padding-left: 30px;
  }

  .update-list > ul > li:nth-child(3n+1) {
    clear: both;
    padding-left: 0;
  }

  .related-solutions > ul > li {
    width: 50%;
  }

  .related-solutions > ul > li:nth-child(3n+1) {
    clear: none;
    padding-left: 20px;
  }

  .related-solutions > ul > li:nth-child(2n+1) {
    clear: both;
    padding-left: 0;
  }
}
/*210916*/
@media only screen and (max-width: 1300px) {
  .row-345, .round-left, .txt-colors-2 {
    display: none;
  }

  .inner-content-12 {
    background-color: inherit;
    box-sizing: border-box;
    padding: 0 15px;
    width: 1000px;
  }

  .row-346 {
    padding: 27px 0 0;
    width: 100%;
  }

  .box-row-34 {
    background-color: #fff;
    padding: 0 12px;
  }

  .row-346 > .inside-2 {
    padding: 0 12px;
    width: 576px;
  }

  .row-346 > .inside-3 {
    padding: 0 12px;
    width: 370px;
  }

  /*250117*/
  .inside-20 .row-in-2 {
    width: 372px;
    padding: 0 12px;
  }

  .inside-20 .row-in-1 {
    float: left;
    position: static;
    padding: 0 12px;
  }

  .inside-20 .row-in-0 {
    padding: 0 12px;
  }

  .inside-20 .row-in-4 {
    padding: 0 15px 0 220px;
  }

  .inside-20 {
    float: left;
    width: 576px;
    padding: 0 5px;
    box-sizing: border-box;
  }

  .inside-20 .inner-line-diagram > .desc-dg-line > ul > li {
    width: 50%;
  }

  .inside-20 .round-left {
    display: block;
  }

  .inside-20 .desc-dg-1 {
    float: none;
    margin: 0;
    width: 60%;
  }

  .inside-20 .dg-text-1 {
    top: 0;
  }

  .inside-20 .txt-colors-2 {
    display: block;
    top: 43px;
  }

  /*250117 end*/
}
/*210916end*/
/* dev custom */
.devcustom-min-height-320 {
  min-height: 320px;
}
