/*-- Variables --*/
/*-- @Media --*/
/*-- NODE --*/
.node-title {
  padding: 0 50px;
  font-weight: normal;
  font-size: 36px;
  color: #005885;
  margin: 0.67em 0;
}
@media (max-width: 540px) {
  .node-title {
    padding: 0 15px;
  }
}

#node-cntnt {
  padding: 0 50px;
}
@media (max-width: 540px) {
  #node-cntnt {
    padding: 0 15px;
  }
}

/*-- BNR --*/
#hdf-bnr {
  height: 250px;
}

/*-- Slick --*/
.slick--skin--split .slide--caption--split-left .slide__caption, .slick--skin--split .slide--caption--split-zebra:nth-child(odd) .slide__caption {
  text-align: left !important;
}

/*-- Footer --*/
/*.no-margin {
	margin: 0 !important;
}*/
.footer .platforms li:nth-of-type(n+3):nth-last-of-type(n+3), .expanded-socials p:nth-of-type(n+3):nth-last-of-type(n+3) {
  margin: 0 calc(14px / 2);
}
.footer .platforms li:nth-of-type(2):not(:nth-last-of-type(2)):not(:last-of-type), .expanded-socials p:nth-of-type(2):not(:nth-last-of-type(2)):not(:last-of-type) {
  margin-left: 14px;
  margin-right: calc(14px / 2);
}
.footer .platforms li:nth-of-type(2):nth-last-of-type(2), .expanded-socials p:nth-of-type(2):nth-last-of-type(2) {
  margin: 0 14px;
}
.footer .platforms li:nth-of-type(2):last-of-type, .expanded-socials p:nth-of-type(2):last-of-type {
  margin-left: 14px;
}
.footer .platforms li:nth-last-of-type(2):not(:nth-of-type(2)):not(:first-of-type), .expanded-socials p:nth-last-of-type(2):not(:nth-of-type(2)):not(:first-of-type) {
  margin-right: 14px;
  margin-left: calc(14px / 2);
}
@media (max-width: 320px) {
  .footer .platforms li, .expanded-socials p {
    margin: 0 !important;
  }
}

.expanded-socials {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;
  width: 300px;*/
}
.expanded-socials p {
  display: flex;
  align-items: center;
  margin: auto;
}
.expanded-socials .fontawesome-icon-inline {
  color: #004d74;
}
.expanded-socials .fontawesome-icon-inline svg {
  background-color: white;
  border-radius: 50%;
  width: 2em;
  padding: 0.35em;
  height: auto;
  font-size: 15px;
}