.colourswap2 {
color: #FFF;
background-color: #6FC5E8 !important;
}

.colourswap2:hover {
border-color: #255c4e;
color: #255c4e;
background-color: #FFF !important;
}

/* Buttons */
.colourswap {
color: #FFF;
background-color: #255c4e;
}

.colourswap:hover {
border-color: #255c4e;
color: #255c4e;
background-color: #FFF;
}

.btn-tulane {
color: #FFF ;
background-color: #255c4e ;
}

.btn-tulane:hover {
border-color: #255c4e;
color: #255c4e ;
background-color: #FFF ;
}



#meet-the-team p {
	padding: 0;
	margin-left: 0;
}

#meet-the-team p img {
	max-height: 200px;
}

#meet-the-team .bggreen {
	background-color : #E7F2E0;
}

#meet-the-team .discovertext {
	padding: 10px;
	height: 100%;
}

#meet-the-team hr {
	margin-top: auto;
}

#meet-the-team .link {
	font-size : 16px;
}

#meet-the-team hr {
	padding: 10px 0 10px 0;
}


.block-type-image-and-text .background-box {
	display : none;
}

.block-type-image-and-text .content-tainted-green {
	/*max-height : 600px;*/
	margin-right : unset;
	padding: 30px;
}

.block-type-image-and-text .content-tainted-green .image-text__image_container {
	margin-top : 130px;
}

.block-type-image-and-text .image-text__image_container img {
	margin-left : 40px;
}

.block-type-image-and-text .content-white {
	margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.block-type-image-and-text .image-text-text-container {
	color: #000000 !important;
}

.svg-list {
  list-style: none;           /* Remove default bullets */
  padding-left: 0;
}

.svg-list li {
  display: flex;
  align-items: center;
}

.svg-list li svg {
  margin-right: .5em;
  color: #255C4E;             /* Green color for check icon */
  width: 1em;     /* or e.g. 16px */
  height: 1em;
  flex-shrink: 0; /* prevents shrinking in flex layouts */
  display: inline-block;
}
