/*
 Theme Name:   twentynineteen
 Description:  twentynineteen Child Theme
 Template:     twentynineteen
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentynineteen
*/

.loader-container {
    width: 100%;
    background: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
	z-index: 999;
}


/** Loader **/

.loader {
    width: 100%;
    height: 100vh;
    top: 46%;
    z-index: 999999;
    position: absolute;
    text-align: center;
    right: 0;
    margin: AUTO;
    background: #fff;
    left: 48%;
}
.loader div {
  animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.loader div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e32228;
  margin: -3px 0 0 -3px;
}
.loader div:nth-child(1) {
  animation-delay: -0.036s;
}
.loader div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.loader div:nth-child(2) {
  animation-delay: -0.072s;
}
.loader div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.loader div:nth-child(3) {
  animation-delay: -0.108s;
}
.loader div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.loader div:nth-child(4) {
  animation-delay: -0.144s;
}
.loader div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.loader div:nth-child(5) {
  animation-delay: -0.18s;
}
.loader div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.loader div:nth-child(6) {
  animation-delay: -0.216s;
}
.loader div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.loader div:nth-child(7) {
  animation-delay: -0.252s;
}
.loader div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.loader div:nth-child(8) {
  animation-delay: -0.288s;
}
.loader div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
	#page {
		display: none;
	}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/** Modal **/
.lightbox .personDetails  img {
	border: 1px solid #fff;
	border-radius: 10px;
	max-width: 120px;
	margin-bottom: 10px;
}
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}


.teamMember{
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    background-clip: padding-box;
    outline: 0;
    width: 80%; 
    position: relative;
    text-align: center; 
    top:0;
    left:0;
    right:0;
    bottom:0
}
.teamMember .arrow{
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}
.teamMember h3{
       text-transform: uppercase;
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}
.teamMember span{
    color: #4b4b4b;
    font-weight: 300;
    margin-top: 0px;
    font-size: 14px;
    letter-spacing: 0.3px;
}
.teamMember p{
    text-align: center;
    margin: 40px 60px 0px 60px;
    line-height: 1.5;
    font-size: 14px;
    color: #625b5b;
    font-weight: 400;
}
.teamMember .personDetails{
    padding-top: 40px;
}
.personDetails{
    display: none;
}

.modal-open .modal{
    overflow-y: hidden;
}
.modal-dialog.teamMember{
	height: 500px;
	overflow-y: hidden;
	top: 10%;
	max-width: 980px;
}
.padding0{
    padding:0;
}
.detailsPopup{
    cursor:pointer;
}

@media (max-width: 767px){
    .lead.large{
        text-align: center !important;
    }
     .lead.large span{
           font-weight: bold;
     }
     .teamMember p{
             margin: 10px;
     }
    .teamMember{
        width:94%;
    }
    .sectionTitle h1 span{
        font-weight:500;
    }
    .pramatiTeam li .tile h3{
        line-height:26px;
    }
    .pramatiTeam li .tile{
        margin:5px;
    }
    .pramatiTeam li .tile h3{
        font-size:18px;
    }
    .pramatiTeam li .tile p{
        margin-top: 5px;
            font-size: 14px;
    }
    
    .slick-prev {
        left: -10px !important;
    }
    .slick-next {
        right: -10px !important;
    }
	
	.loader {
		left: 40%;
	}
}

.detailsPopup a{
    display:none;
}

