
/*#####################################*/
/*########### hp_4deps ###############*/
/*#####################################*/

/************ Home Leaders / 4 Departments ****************/
.paragraph--type--hp-4deps {
  padding: 0 0 0px 0;
  position: relative;
}
.paragraph--type--hp-4deps > .par-outer {
  background: #fff;
  position: relative;
}
.paragraph--type--hp-4deps > .par-outer:before {
  background-image: url(../img/bg2.png);
}
.paragraph--type--hp-4deps > .par-outer > .par-inner {
  position: relative;
  z-index: 2;
  padding: 60px 0 80px 0;
  min-height: 400px;
}
.paragraph--type--hp-4deps .field--name-field-4deps-title {
  font: Bold 40px/42px Arial;
  letter-spacing: 0px;
  color: #525252;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  padding: 0px 0 0px 0;
}
.paragraph--type--hp-4deps .field--name-field-4deps-title:after {
  content: '';
  display: block;
  width: 170px;
  border-bottom: 2px solid #0064A4;
  margin: 40px auto 40px auto;
}
.paragraph--type--hp-4deps .field--name-field-4deps-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 0px 0;
  margin: -20px 0 0 -20px;
}
.paragraph--type--hp-4deps .field--name-field-4deps-items > .field__item {
  width: 22%;
  min-width: 300px;
  z-index: 3;
  background: #0064A4;
  box-shadow: 0px 1px 10px #00000029;
  border-radius: 10px;
  padding: 0 0 30px 0px;
  margin: 20px 0 0 20px;
}
.paragraph--type--hp-4deps .paragraph--type--dep-item {
}
.paragraph--type--hp-4deps .field--name-field-dep-item-img img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
}
.paragraph--type--hp-4deps .field--name-field-dep-item-img {
  position: relative;
  line-height: 0;
}
.paragraph--type--hp-4deps .field--name-field-dep-item-img:after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  border-left: 14px solid #ffd200;
  border-radius: 10px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.paragraph--type--hp-4deps .field--name-field-dep-item-title {
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  margin: 40px 10% 20px 10%;
  line-height: 1.2em;
}
.paragraph--type--hp-4deps .field--name-field-dep-item-title:after {
  content: '';
  display: block;
  width: 100px;
  border-bottom: 1px solid #FFD200;
  margin: 20px auto 20px 0;
}
.paragraph--type--hp-4deps .field--name-field-dep-item-body {
  text-align: left;
  font: Regular 16px/22px Arial;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 10% 15px 10%;
  line-height: 1.5;
}
.paragraph--type--hp-4deps .field--name-field-dep-item-body p {
  margin: 0;
}
.paragraph--type--hp-4deps .field--name-field-dep-item-body a {
  color: #fff;
}
.paragraph--type--hp-4deps .field--name-field-dep-item-link {
  padding: 0px 10% 0px 10%;
  text-align: left;
  line-height: 70px;
  margin: 20px auto 20px 0;
}
.paragraph--type--hp-4deps .field--name-field-dep-item-link a {
  border: 1px solid #FFFFFF;
  border-radius: 40px;
  padding: 18px 34px;
  font: Regular 16px/22px Arial;
  color: #fff;
  text-transform: uppercase;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.paragraph--type--hp-4deps .field--name-field-dep-item-link a:hover {
  background: #f8f8f8;
  color: #0064a4;
}

/******************************************************************************************************************/
/************* 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*/
  .paragraph--type--hp-4deps .field--name-field-4deps-items > .field__item {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  /*home page*/
}
@media screen and (max-width: 459px) {
  /*homepage*/
  .paragraph--type--hp-4deps .field--name-field-4deps-title {
    font-size: 35px;
  }

}


