/* ************************************* *//*                                       *//* Modal / Layer / Lightbox              *//*                                       *//* ************************************* */.modal-open{  overflow:hidden;}.modal{  bottom: 0;  left: 50%;  outline: 0 none;  position: fixed;  right: 0;  top: 50%;  z-index: 530;  background-color: rgba(254, 254, 254, 0.7);  width:0;  height:0;  transform: translate(-50%, -50%) !important;  -webkit-transform: translate(-50%, -50%) !important;  -o-transform: translate(-50%, -50%) !important;  -ms-transform: translate(-50%, -50%) !important;}.modal--fade {  /* opacity */  opacity: 0;  transition: opacity 0.5s linear, width 0.5s linear, height 0.5s linear;  -webkit-transition: opacity 0.5s linear, width 0.5s linear, height 0.5s linear;  -moz-transition: opacity 0.5s linear, width 0.5s linear, height 0.5s linear;  -ms-transition: opacity 0.5s linear, width 0.5s linear, height 0.5s linear;  -o-transition: opacity 0.5s linear, width 0.5s linear, height 0.5s linear;}.modal--fade.fade--in {    opacity: 1;    width:100%;    height:100%;}.modal__dialog {  height: 90%;  margin: auto;  position: absolute;  top: 50% !important;  left: 50% !important;  transform: translate(-50%, -50%) !important;  -webkit-transform: translate(-50%, -50%) !important;  -o-transform: translate(-50%, -50%) !important;  -ms-transform: translate(-50%, -50%) !important;  width: 90%;  overflow: auto;  max-width: 1248px;  -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.4);  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.4);  background-color: rgba(244,243,240,1);}.modal__dialog.dialog--small {  max-width: 715px;}.modal--fade.fade--in .modal__dialog{  padding: 34px 24px 24px 24px;}.modal__dialog__content {  outline: none;  z-index:20;  width:100%;  text-align: left;}.modal__dialog__content .content img{  width:100%;  max-width: 480px;  height:auto;}.pager--layer .close--share {  margin: 0 5px 0 5px;  cursor: pointer;}.list--highlights .item .item .js-pager {	display:none !important;}