/* Button colors */
.button-link {
  color: #ffffff;
  display: inline-block;
  font-family: "Graphik Web";
  font-size: 16px;
  line-height: 20px;
  /* margin: 20px 20px 20px 0; */
  margin: 0 10px 0 0;
  padding: 10px 20px;
  transition: .3s ease;
  cursor: pointer;
  border-radius: 25px;
}
.button-link a,
.button-link a:hover {
  color: #ffffff;
}
.purple-link {
  background:#9b91c6;
  color: #ffffff;
}
.purple-link:hover {
  background:#8075ff;
  color: #ffffff;
}
.yellow-link {background:#fb8e00;}
.yellow-link:hover {background:#003366; color:#ffffff;}
.orange-link {background:#fb6142;}
.orange-link:hover {background:#cb4025; color:#ffffff;}
.light-blue-link {background:#4cd4ff;}
.light-blue-link:hover {background:#003366; color:#ffffff;}

a.button-link:focus {
  color: #ffffff;
}
.top-left-item {
  float:left;
  margin: 0 10px 5px 0;
}
.top-right-item {
  float: right;
  margin: 0 0 5px 10px;
}
.top-left-item img,
.top-right-item img {
  height: auto;
  width: 120px;
}


/* Responsive images in content */
.responsive-img-25-left {
  float:left;
  margin: 0 2% 15px 0 !important;
  width: 25%;
}
.responsive-img-50-left {
  float:left;
  margin: 0 2% 15px 0 !important;
  width: 50%;
}
.responsive-img-25-right {
  float: right;
  margin: 0 0 15px 2% !important;
  width: 25%;
}
.responsive-img-50-right {
  float: right;
  margin: 0 0 15px 2% !important;
  width: 50%;
}
.responsive-img-100 {
  width: 100%;
}
.responsive-img-25-left img,
.responsive-img-50-left img,
.responsive-img-25-right img,
.responsive-img-50-right img,
.responsive-img-100 img {
  height: auto;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .responsive-img-25-left,
  .responsive-img-50-left,
  .responsive-img-25-right,
  .responsive-img-50-right,
  .responsive-img-100 {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
}


/* Grid pages */
.grid-layout {
  display: flex;
  flex-wrap: wrap;
}
.grid-layout h2 {
    width: 100%;
    text-align: center;
    padding: 0.5%;
    margin: 20px 0;
    color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.grid-layout div.col-xs-12 {
    margin: 0 0 20px 0;
}
.grid-layout div.col-xs-12 div.col-xs-12 {
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 15px;
    height: 100%;
    line-height: 22px;
}
.grid-layout div.col-xs-12 div.col-xs-12 strong,
.grid-layout div.col-xs-12 div.col-xs-12 .item-link {
    line-height: 22px;
}
.grid-layout div.col-xs-12 div.col-xs-12 strong {
    display: inline-block;
    margin: 10px 0 5px;
}
.grid-layout div.col-xs-12 div.col-xs-12 .item-link strong {
    margin: 0;
}
.grid-layout div.col-xs-12 .itemImage {
  margin-bottom: 10px;
}
.grid-layout.leadership div.col-xs-12 img {
  height: 160px;
  width: 120px;
}
.grid-layout.products div.col-xs-12 img {
  height: 100px;
  width: 150px;
}
.grid-layout.help div.col-xs-12 img {
  height: 100px;
  width: 100px;
}
.grid-layout #group1 {background-color: #9fb7c1;margin-top:0}
.grid-layout #group2 {background-color: #b7b6b2;}
.grid-layout #group3 {background-color: #dacf9a;}
.grid-layout #group4 {background-color: #c3bc8e;}
.grid-layout #group5 {background-color: #a4948b;}
.grid-layout #group6 {background-color: #b9bcad;}

/* Indent */
.layout-content article p.indent-25 {
  margin-left: 25px;
}
.layout-content article p.indent-50 {
  margin-left: 50px;
}
