body {
  overflow-x: hidden;
}

html #wpadminbar {
  position: fixed;
}


.auth-sec{
    padding: 70px 0;
    background-color: #eaeaea;
}
.auth-blk{
    background-color:#ffffff;
    text-align: center;
    margin-bottom: 30px;
}
.auth-blk .top-sec{
    /*padding: 45px 10px;*/
    min-height: 226px;
}
.auth-blk .top-sec img{
    width: 100%;
}
.auth-blk .botm-sec{
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    font-size: 19px;
}
.auth-blk .botm-sec.ylw{
    background-color: #f0ab00;
}
.auth-blk .botm-sec.blu{
    background-color: #006ab3;
}
.auth-blk .botm-sec.grn{
    background-color: #52AE32;
}
.auth-blk .botm-sec.pink{
    background-color:#D4007F;
}
.auth-blk .botm-sec.red{
    background-color: #CD202C;
}
.auth-blk .botm-sec.grn2{
    background-color: #00A9AB;
}
.auth-blk .botm-sec.org{
    background-color: #E37222;
}
.auth-blk .botm-sec.vilt{
    background-color: #7d5cc6;
}
ul.thumbs.head_thumb.executive {
margin: 35px 0;
}
ul.thumbs.executive li.thumb {
min-height: 420px;
padding: 15px;
}


/* Header block */

.institutions-header{
  position: relative;
}

.institutions-header--logo-image {
  position: absolute;
  bottom: -34px;
  width: 250px;
  left: 10%;
}

.institutions-header--logo-image img {
  border-top-left-radius: 15%;
  border-top-right-radius: 15%;
}

.institutions-header__breadcrumbs {
  background-color: rgb(42, 110, 187);
  display: flex;
  justify-content: flex-end;
  padding: 10px 100px;
  color: white;
}

.institutions-header__breadcrumbs__link a {
  color: white;
  margin-bottom: 0;
}

/* a.institutions-header__breadcrumbs__link:link,
a.institutions-header__breadcrumbs__link:hover,
a.institutions-header__breadcrumbs__link:visited,
a.institutions-header__breadcrumbs__link:active,{
  color: white;
  margin-bottom: 0;
} */

.institutions-header__breadcrumbs__link:after {
  content: " / \00a0 ";
  width: 2em;
  height: 2em;
}

.institutions-header__breadcrumbs__link:last-child:after {
  content: '';
  width: 2em;
  height: 2em;
  text-decoration: none;
}



.institutions-header__breadcrumbs__link a:hover {
  color: white;
  border-bottom: 1px solid;
  display: inline-block;
  line-height: 0.95em;
  position: relative;
  padding-bottom: 0px;
  text-decoration: none;
}

/* Row/Block: Standard Text Content */
.institutions-content {
  margin-top: 50px;
}

.institutions-content__heading {
  color: rgb(42, 110, 187);
}

@media screen and (min-width: 768px){
  .institutions-content__heading {
    font-size: 32px;
  }
}

.institutions-content__copy {
  font-size: 18px;
}

@media screen and (min-width: 768px){
  .institutions-content__copy {
    font-size: 22px;
  }
}



/* Product block */
.product-block {
  background: white;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.product-block__imageLogo {
  background-color: white;
  position: relative;
}

@media screen and (min-width: 768px){
  .product-block__imageLogo {

  }
}

.product-block__imageLogo--full {
  background-color: white;
  position: relative;
  width: 100%;
  height: 200px;
  contain: content;
}

@media screen and (min-width: 768px) {
  .product-block__imageLogo--full {
    height: 400px;
  }
}

.product-block__imageLogo--full img.product-block__imageLogo__image {
  width: 100%;
  height: auto;
}

.product-block__content {
  background-color: white;
  margin: auto 10px;
  position: relative;
  top: -75px;
  padding: 10px 20px;
  overflow: auto;
  clear: both;
}

@media screen and (min-width: 768px){
  .product-block__content,
  .product-block__content--top {
    margin: auto 20px;
  }
}

.product-block__content--top {
  background-color: white;
  margin: auto 10px;
  position: relative;
  top: -75px;
  padding: 10px 20px;
  overflow: auto;
  clear: both;
  height: 190px;
}




.product-block__content--lrg {
  background-color: white;
  width: 95%;
  margin: 0 auto;
  position: relative;
  top: -45px;
  overflow:auto;
  clear:both;
}

@media screen and (min-width: 768px){
  .product-block__content--lrg {
    top: -75px;
  }
}

@media screen and (min-width: 1024px){
  .product-block__content--lrg {
    top: -150px;
  }
}

.product-block__content--buttons {
  /* position: absolute;
  top: -75px; */
}

.product-block__imageLogo__logo {
  width: 200px;
  position: absolute;
  top: 0;
  z-index: 2;
  background: white;
  margin-left: 10px;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .product-block__imageLogo__logo {
    margin-left: 20px;
  }
}


.product-block__content__title {
  color: rgb(42, 110, 187);
  font-weight: bold;
  font-size: 18px;
}

.product-block__content__title--large {
  color: rgb(42, 110, 187);
  font-weight: bold;
  font-size: 18px;
}

@media screen and (min-width: 768px){
  .product-block__content__title--large {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px){
  .product-block__content__title--large {
    font-size: 28px;
    margin-bottom: 28px;
  }
}

h3.product-block__content__title--lrg {
  color: rgb(42, 110, 187);
  font-weight: bold;
  margin-top: 0;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  h3.product-block__content__title--lrg {
    font-size: 20px;
  }
}

h2.product-block__content__title {
  margin-top: 10px;
}

@media screen and (min-width: 768px){
  .product-block__content__title {
    font-size: 22px;
  }
}

.product-block__content__copy {
  font-size: 14px;
  line-height: 1.25;
}

@media screen and (min-width: 768px){
  .product-block__content__copy {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px){
  .product-block__content__copy {
    font-size: 18px;
  }
}

.product-block__content__copy--large {
  font-size: 14px;
  line-height: 1.25;
}

@media screen and (min-width: 768px){
  .product-block__content__copy--large {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px){
  .product-block__content__copy--large {
    font-size: 20px;
  }
}

.product-block__content__ordered-list {
  color: rgb(42, 110, 187);
  font-size: 14px;
  padding-left: 0;
  display:flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px){
  .product-block__content__ordered-list {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px){
  .product-block__content__ordered-list {
    font-size: 18px;
  }
}

.product-block__content__ordered-list li {
  width: 50%;
  margin-right: 30px;
  flex: 1 40%;
}

@media screen and (min-width: 768px){
  .product-block__content__ordered-list li {
    flex: 0 42%
  }
}

@media screen and (min-width: 1024px){
  .product-block__content__ordered-list li {
    flex: 0 42%
  }
}

.product-block__content__ordered-list--lrg {
  color: rgb(42, 110, 187);
  font-size: 14px;
  padding-left: 12px;
  padding-right: 0px;
  margin: 0 0 10px 14px;
}

@media screen and (min-width: 768px){
  .product-block__content__ordered-list--lrg {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px){
  .product-block__content__ordered-list--lrg {
    font-size: 18px;
  }
}

.product-block__content__ordered-list ol,
.product-block__content__ordered-list--lrg ol {
  list-style-type: none;
  counter-reset: li;
}

.product-block__content__ordered-list li,
.product-block__content__ordered-list--lrg li {
  counter-increment: li;
  margin-bottom: 10px;
  list-style: none;
}

.product-block__content__ordered-list li:before,
.product-block__content__ordered-list--lrg li:before {
  display: inline-block;
  width: 1em;
  margin-left: 0em;
  font-weight: bolder;
  content: counter(li) ". ";
  margin-right: 0.25em;
}


@media screen and (min-width: 768px) {
  .product-block__content__ordered-list {

  }
}

.product-block__content__access-button,
.product-block__content__download-button {
  border: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  color: white;
  font-weight: bolder;
}

.product-block__content__access-button {
  background-color: rgb(42, 110, 187);
}

.product-block__content__access-button:hover {
  background-color: rgba(42, 110, 187, 0.9);
}

.product-block__content__download-button {
  background-color: white;
  border-bottom: 2px solid rgb(42, 110, 187);
  color: rgb(42, 110, 187);
}

.product-block__content__download-button:hover {
  color: rgba(42, 110, 187, 0.7);
}

.product-block__content__modal,
.product-block__content__modal--large {
  display: none;
  background-color: rgba(211, 211, 211, 0.95);
  position: absolute;
  top: 0;
  bottom: 95px;
  left: 0;
  right: 0;
  z-index: 3;
  overflow-y: hidden;
}

.product-block__content__modal--show{
  display: inline-block;
}

.product-block__content__modal__heading {
  background-color: rgb(42, 110, 187);
  color: white;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  /* position: fixed;
  top: 0;
  left: 0; */
}

@media screen and (min-width: 768px) {
  .product-block__content__modal__heading {
    font-size: 22px;
  }
}

.product-block__content__modal__heading--close {
  background: none;
  border: none;
  color: white;
  font-size: 35px;
  line-height: 0.5;
  position: absolute;
  right: 0;
  top: 10px;
  padding-right: 5px;
}

.product-block__content__modal__content {
  padding: 20px;
  overflow: scroll;
  height: 100%;
}

.product-block__content__modal__content p {
  background-color: white;
  padding: 10px 10px 10px 0px;
  font-size: 14px;
  position: relative;
  color: rgb(42, 110, 187);
  margin-left: -38px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .product-block__content__modal__content p {
    font-size: 16px;
  }
}

.product-block__content__modal__content img {
  width: 70px;
  z-index: 5;
  position: relative;
  left: -49px;
  max-width: 70px;
  height: auto;
}

.product-block__content__modal__content li {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  background-color: white;
}


/* Journals collection -----------------------*/
.journals-collection {
  background: white;
  margin: 50px 0px;
  position: relative;
  z-index: 2;
  padding-bottom: 200px;
}

.journals-collection__imageLogo {
  background-color: white;
  position: relative;
}

@media screen and (min-width: 768px){
  .journals-collection__imageLogo {

  }
}

.journals-collection__content {
  background-color: white;
  margin: 0 10px;
  position: relative;
  top: -45px;
  padding: 5px 20px;
  clear: both;
}

@media screen and (min-width: 768px){
  .journals-collection__content {
    top: -75px;
    margin: 0 20px;
  }
}

@media screen and (min-width: 1024px){
  .journals-collection__content {
    display: flex;
  }
}

.journals-collection__content--buttons {

}

.journals-collection__imageLogo__heading {
  position: absolute;
  top: 0;
  z-index: 2;
  background: white;
  margin-left: 20px;
  margin-top: 0;
  padding: 10px;
  color: rgb(42, 110, 187);
}

@media screen and (min-width: 768px){
  .journals-collection__imageLogo__heading {
    margin-left: 20px;
  }
}

.journals-collection__content__title {
  color: rgb(42, 110, 187);
  font-weight: bold;
  font-size: 18px;
}

@media screen and (min-width: 768px){
  .journals-collection__content__title {
    font-size: 22px;
    margin-bottom: 22px;
  }
}

h2.journals-collection__content__title {
  margin-top: 20px;
}

@media screen and (min-width: 768px){
  .journals-collection__content__title {
    font-size: 22px;
  }
}


.journals-collection__content__copy {
  font-size: 14px;
  line-height: 1.25;
}

@media screen and (min-width: 768px){
  .journals-collection__content__copy {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px){
  .journals-collection__content__copy {
    flex-shrink: 1.25;
    margin-right: 20px;
    font-size: 18px;
  }
}

.journals-collection__content__ordered-list {
  color: rgb(42, 110, 187);
  font-size: 14px;
  padding-left: 12px;
  font-weight: normal;
}

.journals-collection__content__ordered-list ol {
  list-style-type: none;
  counter-reset: li;
}

.journals-collection__content__ordered-list li {
  counter-increment: li;
}

.journals-collection__content__ordered-list li:before {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: bolder;
  content: counter(li) ". ";
}


.journals-collection__content__download-button {
  background-color: rgba(197, 221, 238, 0.9);
  border: none;
  width: 100%;
  padding: 10px;
  margin: 20px 10px 0 0;
  color: rgb(42, 110, 187);
  font-weight: bolder;
  text-align: left;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

.journals-collection__content__download-button:hover {
  background-color: rgba(197, 221, 238, 1);
}

.journals-collection__content__modal {
  display: none;
  background-color: rgba(211, 211, 211, 0.95);
  position: absolute;
  top: 0;
  z-index: 3;
  overflow-y: scroll;
}

.journals-collection__content__modal__heading {
  background-color: rgb(42, 110, 187);
  color: white;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  /* position: fixed;
  top: 0;
  left: 0; */
}

@media screen and (min-width: 768px) {
  .journals-collection__content__modal__heading {
    font-size: 22px;
  }
}

.journals-collection__content__modal__heading--close {
  background: none;
  border: none;
  color: white;
  font-size: 35px;
  float: right;
  /* TODO take out float and make Flex */
  line-height: 0.5;
}

.journals-collection__content__modal__content {
  padding: 20px;
}

.journals-collection__content__modal__content p {
  background-color: white;
  padding: 10px 10px 10px 57px;
  font-size: 14px;
  position: relative;
  margin-bottom: 50px;
  width: 95%;
  float: right;
  /* TODO take out float and make Flex */
  color: rgb(42, 110, 187);
}

@media screen and (min-width: 768px) {
  .journals-collection__content__modal__content p {
    font-size: 16px;
  }
}

.journals-collection__content__modal__content img {
  position: absolute;
  width: 70px;
  width: 77px;
  top: -5px;
  left: -25px;
}

/* Dropdown button */
.journals-collection__dropdown {
  display: inline-block;
  width: 100%;
  border: none;
  position: relative;
}

a.journals-collection__dropdown__link span.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 15px 5px;
  /* vertical-align: middle; */
  border-top: 10px dashed; /*should be border-top*/
  border-bottom: 0px solid transparent;/*should be border-bottom*/
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;

}

.journals-collection__dropdown.open span.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 15px 5px;
  border-top: 10px dashed;
  border-bottom: 0px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  transform: rotate(180deg);
}

.journals-collection__dropdown a.journals-collection__dropdown__link {
  background-color: rgb(197, 221, 298);
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .journals-collection__dropdown a.journals-collection__dropdown__link {
    margin-top: 1.5em;
  }
}

.journals-collection__dropdown__list {
  display: inline-block;
  width: 100%;
  border: none;
  text-align: left;
  position: relative;
  padding: 0 5px;
  height: 20em;
  background-color: #eaeaea;
}

.slideup,
.slidedown {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 0.8s ease-in-out;
  -moz-transition: max-height 0.8s ease-in-out;
  -o-transition: max-height 0.8s ease-in-out;
  transition: max-height 0.8s ease-in-out;
  position: absolute;
}/*
.slidedown {
  max-height: 15em;
  overflow-y: scroll;
}*/

@media screen and (min-width: 1024px) {
  .slidedown {
    max-height: 20em;
    overflow-y: scroll;
  }
}

.journals-collection__dropdown__list li {
  list-style: none;
  background-color: #eaeaea;
  margin-bottom: 10px;
}

.journals-collection__dropdown__list li img {
  height: 70px;
  padding: 5px;
  display: none;
}

@media screen and (min-width: 768px) {
  .journals-collection__dropdown__list li img {
    display: inline-block;
    height: 80px;
    padding: 10px;
  }
}

.journals-collection__dropdown__list li a:hover span{
  border-bottom: 1px solid;
  display: inline-block;
  line-height: 0.95em;
  position: relative;
  padding-bottom: 0px;
  text-decoration: none;
}

.journals-collection__dropdown__list li span {
  font-size: 14px;
}

.journals-collection__dropdown__list li span:link, {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .journals-collection__dropdown__list li span {
    font-size: 16px;
  }
}

.journals-collection__dropdown__link span {
  font-weight: bold;
  font-size: 18px;
  margin-top: 8px;
}
