/* General Styles */
.call-out {
	font-size:1.333rem;
	line-height:1.41;
	padding:1.944rem 2.16rem 1.722rem;
	margin:1.667rem 0;
}

.call-out strong {
	font-weight: 700;
}
/* End General Styles */

/* Callout v1 */
.call-out.v1 {
	position: relative;
	font-weight:600;
	color:var(--text-color);
	background-color:var(--off-color);
}
/* End Callout v1 */

/* Callout v2 */
.call-out.v2 {
	color:var(--primary-color);
	font-weight:500;
    border: 1px solid var(--primary-color);
}
/* End Callout v2 */

/* Bullet List v1 */
.bullet-list.v1 {
	position: initial;
}
/* End Bullet List v1 */

/* Bullet List v2 */
ul.bullet-list.v2 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.bullet-list.v2 > li {
	width: 48%;
}
/* End Bullet List v2 */

ul.bullet-list.v3 {
	background-color:var(--off-color);
	padding:1.333rem;
}


ul.bullet-list.v4 {
	border: 1px solid var(--primary-color);
	padding:1.333rem;
}

/* Our Team Styles */
ul.our-team {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.content-style ul.our-team {
    padding-left: 0;
    font-style: normal;
	
}

ul.our-team > li {
	width: 48%;
	margin-bottom: 1em;
}

.content-style ul.our-team > li {
	padding-left: 0;
}

.content-style ul.our-team > li:before {
	display: none;
}

ul.our-team > li img {
	display: block;
	max-width: 13em;
	margin: 0 auto .5em;
}

ul.our-team > li strong {
	display: block;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.29;
    color: var(--primary-color);
}
/* End Our Team Styles */



/* Foundation Team Styles */
ul.foundation-team {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.content-style ul.foundation-team {
    padding-left: 0;
    font-style: normal;
	
}

ul.foundation-team > li {
    width: 100%;
	margin-bottom: 1em;
	padding-left:0!important;
}

.content-style ul.foundation-team > li {
	padding-left: 0;
}

.content-style ul.foundation-team > li:before {
	display: none;
}

ul.foundation-team > li img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-height: calc(100% + 1px);
    object-fit: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

ul.foundation-team > li strong {
	display: block;
	font-size: 2.222rem;
    font-weight: 300!important;
    line-height: 1.29;
    color: var(--primary-color);
}
ul.foundation-team > li em {
    color: var(--click1-color);
	font-size: 1.111rem;
    font-weight: 600;
    font-style: normal;
    margin: 0.4em 0 0.6em 0;
    display: block;
}
ul.foundation-team > li p {
    font-style:italic;
    line-height: 1.55;
}
.content-style ul.foundation-team > li figure {
	width: 41%;
    overflow: hidden;
    padding-bottom: 32%;
    height: 22rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .content-style ul.foundation-team > li figure {
	    height: 14rem;
	}
}

ul.foundation-team > li div {
    width: 50%;
    text-align: left;
}
/* End Our Team Styles */

/* Custom Content Styles */
.content-style .icon-header img {
	width: 10%;
}

/* End Custom Content Styles */

/* 800px Responsive */
@media screen and (max-width:800px) {
	ul.bullet-list.v2 li {
		width: 100%;
	}
	
	ul.our-team > li {
		width: 100%;
	}
}
/* End 800px Responsive */
/* 500px Responsive */
@media screen and (max-width:500px) {
	.content-style ul.foundation-team > li figure {
	    width: 100%;
	    overflow: hidden;
	    padding-bottom: 73%;
	}
}
/* End 500px Responsive */
