
/*#####################################*/
/*########### mc_team_section ###############*/
/*#####################################*/


  /************ Team Profiles ****************/
.paragraph--type--mc-team-section {
  position: relative;
}
.paragraph--type--mc-team-section > .par-outer {
  background: #f2f2f2;
  position: relative;
}
/*.paragraph--type--mc-team-section > .par-outer:before {*/
/*  content: '';*/
/*  display: inline-block;*/
/*  width: 1000px;*/
/*  height: 500px;*/
/*  background: transparent url(../img/bg1.png) 50% 100% / contain;*/
/*  background-repeat: no-repeat;*/
/*  position: absolute;*/
/*  top: -34px;*/
/*  right: -450px;*/
/*  z-index: 2;*/
/*}*/
.paragraph--type--mc-team-section > .par-outer > .par-inner {
  position: relative;
  z-index: 2;
  padding: 90px 0 130px 0;
}
.field--name-field-mc-team-section-title {
  font: Bold 40px/45px Arial;
  color: #0064A4;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  padding: 0px 0 0px 0;
}

.field--name-field-mc-team-section-profiles {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0 0 -50px;
}
.field--name-field-mc-team-section-profiles > .field__item {
  width: 360px;
  margin: 40px 0 0 50px;
}
.paragraph--type--mc-profile {
  background: #0064A4;
  border-radius: 10px;
  padding: 0 0;
}
.paragraph--type--mc-profile > .par-outer > .par-inner,
.paragraph--type--mc-profile > .par-outer,
.paragraph--type--mc-profile {
  height: 100%;
}
.field--name-field-mc-profile-img {
  position: relative;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}
.field--name-field-mc-profile-img img {
  border-radius: 10px 10px 0 0 ;
}
.field--name-field-mc-profile-img:after {
  content: '';
  display: block;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-left: 14px solid #FFD200;
  border-radius: 10px 0 0 0;
}
.field--name-field-mc-profile-name {
  text-align: center;
  font: Bold 20px/21px Arial;
  color: #FFFFFF;
  margin: 35px 0 25px 0;
}
.field--name-field-mc-profile-pos-line2,
.field--name-field-mc-profile-pos-line1 {
  text-align: center;
  font: Regular 18px/21px Arial;
  color: #FFFFFF;
}
.field--name-field-mc-profile-pos-line2:after {
  content: '';
  display: block;
  width: 190px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #3d86b4;
  margin: 0 auto;
}
.field--name-field-mc-profile-email {
  margin: 15px 0 40px 0;
  text-align: center;
}
.field--name-field-mc-profile-email:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  margin: 0 8px 0 0;
  background: transparent url(../img/icons.png) -96px -32px no-repeat;
}
.field--name-field-mc-profile-email,
.field--name-field-mc-profile-email a {
  font: Regular 18px/21px Arial;
  color: #fff;
}
/**** mc-style-profile ****/
.mc-style-profile .paragraph--type--mc-profile {
  background: #0064A4;
  border-radius: 10px;
  padding: 0 0;
}
.mc-style-profile .field--name-field-mc-team-section-profiles > .field__item {
  margin: 30px 0 0 40px;
  max-width: 300px;
  min-width: 300px;
  width: 300px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 10px #00000029;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  padding: 0 0 57px 0;
}
.mc-style-profile .field--name-field-mc-team-section-profiles > .field__item:before {
  content: '';
  width: 100%;
  display: block;
  height: 15px;
  background: #0064a4 0% 0% no-repeat padding-box;
  border-radius: 10px 10px 0px 0px;
}
.mc-style-profile .paragraph--type--mc-profile {
  background: none;
}
.mc-style-profile .paragraph--type--mc-profile .field {
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  text-align: center;
}
.mc-style-profile .field--name-field-mc-profile-img img {
  border-radius: 50%;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.mc-style-profile .field--name-field-mc-profile-img {
  margin: 15px 0 15px 0;
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  text-align: center;
}
.mc-style-profile .field--name-field-mc-profile-img:after {
  display: none;
}
.mc-style-profile .field--name-field-mc-profile-name {
  text-align: center;
  font-weight: Bold;
  font-size: 24px;
  font-familiy: Arial;
  color: #0064A4;
}
.mc-style-profile .field--name-field-mc-profile-name:after {
  content: '';
  display: block;
  width: 100px;
  border-bottom: 1px solid #FFD200;
  margin: 20px auto 20px auto;
}
.mc-style-profile .field--name-field-mc-profile-pos-line2,
.mc-style-profile .field--name-field-mc-profile-pos-line1 {
  /*text-align: center;*/
  font-weight: Bold;
  font-size: 16px;
  line-height: 22px;
  font-familiy: Arial;
  color: #525252;
  letter-spacing: 0px;
}
.mc-style-profile .field--name-field-mc-profile-pos-line2:after {
  display: none;
}
/******************************************************************************************************************/
/************* RESPONSIVE ***************** this should come at the bottom of css *********************************/
/******************************************************************************************************************/

@media screen and (max-width: 1039px) {
  /*home page*/
}

@media screen and (max-width: 999px) {
  /*home page*/
}

@media screen and (max-width: 799px) {
  /*home page*/

}
@media screen and (max-width: 599px) {
  /*home page*/
}
@media screen and (max-width: 459px) {
  /*homepage*/
  body.node--id-41 .paragraph--type--mc-team-section {
    margin-top: -240px;
  }
  .field--name-field-mc-team-section-profiles {
    margin: 40px 0 0 0px;
  }
  .mc-style-profile .field--name-field-mc-team-section-profiles > .field__item,
  .field--name-field-mc-team-section-profiles > .field__item {
    margin: 40px 0 0 0px;
    max-width: 100%;
  }
  .field--name-field-mc-profile-img img {
    width: 100%;
    height: auto;
  }
}


