@charset "UTF-8";
/* CSS Document */

.leadership-container {
	padding: 80px 0;
	background-color: #E7E7E7;
}

.leadership-first-container {
  margin-top: 120px;
}

.leadership-card-container {
  max-width: 1200px !important;
}

.modal-header {
  justify-content: normal !important;
}

.modal-dialog {
  width: 640px !important;
  max-width: 640px !important;
  padding: 5px;
}

  .modal-close {
    width: 100%;
    text-align: right;
    padding-right: 15px !important;
  }

@media (max-width: 650px) {
  .modal-dialog {
    width: 95% !important;
    max-width: 600px !important;
    padding: 5px;
  }

  .modal-header {
    display: block !important;
  }
}

@media (max-width: 991.98px) { 
	.leadership-first-container {
		margin-top: 70px;
	}

    .button {
    font-size: 20px !important;
  }
}

.leadership-image img {
  width: 100%;
  margin: 20px 0;
}

.green-shadow {
  box-shadow: 3px 3px #24C49F;
}

.orange-shadow {
  box-shadow: 3px 3px #DA5F38;
}

.blue-shadow {
  box-shadow: 4px 4px #00334C;
}

.leadership-copy {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.leadership-headline {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #154162;
}

.bullet-arrow {
  font-size: 22px;
  color: #4392F1;
  margin-right: 10px;
}

.leadership-container p {
  color: #00334C;
}

.font-white {
  color: #fff !important;
}

.leadership-large-font {
  font-size: larger;
}

.leadership-grey {
  color: #494949 !important;
}

.leadership-dark-grey {
  color: #191919 !important;
}

.leadership-card {
  margin: 1.5rem;
  width: 22rem;
  border: none !important;
  border-radius: 0px !important;
  cursor: pointer;
}

.leadership-card-img {
  border-radius: 0px !important;
}

.card-headline {
  margin-left: 24px;
}

.smaller-padding-container {
  padding: 20px 0;
}

.leadership-detail-link {
  font-size: x-large;
}

.modal-name, .modal-title, .modal-links {
  padding: 2px 15px;
}

.modal-image {
  width: 200px;
}

.modal-name {
  font-weight: 800;
}

.modal-links {
  font-size: 22px;
}

.modal-icon {
  padding-right: 10px;
  color: #3173A5 !important;  
}

.modal-title {
  padding-bottom: 10px;
}

.modal-body {
  color: #6A7282 !important;
  line-height: 1.5 !important;
}

.no-border {
  border: none !important;
}

.modal-close {
  padding-top: 0 !important;
}

.modal-close-icon {
  font-size: 32pt;
  font-weight: normal;
}
