﻿html,
body {
  height: auto;
}
h2.ocExpandoHead,
.ocExpandoBody p {
  font-family: 'wf_segoe-ui_semilight', 'wf_segoe-ui_light', Arial, "Helvetica Neue", Verdana, Helvetica, Sans-Serif;
}
h2.ocExpandoHead.macexcel,
.ocExpandoBody p.macexcel,
h2.ocExpandoHead.maconenote,
.ocExpandoBody p.maconenote,
h2.ocExpandoHead.macoutlook,
.ocExpandoBody p.macoutlook,
h2.ocExpandoHead.macpowerpoint,
.ocExpandoBody p.macpowerpoint,
h2.ocExpandoHead.macword,
.ocExpandoBody p.macword {
  font-family: -apple-system, 'wf_segoe-ui_semilight', 'wf_segoe-ui_light', Arial, "Helvetica Neue", Verdana, Helvetica, Sans-Serif;
}
h2.ocExpandoHead {
  border-top: solid 1px #cecece;
  cursor: pointer;
  font-size: 18px;
  margin-top: 0;
}
h2.ocExpandoHead span {
  font-size: 5px;
}
h2.ocExpandoHead:first-child {
  border-top: none;
}
h2.ocExpandoHead.opened {
  background-position-y: 69%;
}
h2.ocExpandoHead a {
  text-decoration: none;
  padding-top: 13px;
  padding-bottom: 12px;
  display: block;
}
div.ocExpandoBody {
  display: none;
}
div.ocExpandoBody > p {
  margin-top: 0;
  padding-left: 26px;
}
div.ocExpandoBody p a {
  color: #2c71b8;
  font-size: 15px;
}
.ocHidden {
  display: none !important;
}
.ocZeroOpacity {
  opacity: 0;
}
.ocMediumFastFadeTransformation {
  transition: opacity 0.2s linear;
}
.ocOffice365icons {
  font-family: "OffSMDL2";
}
.ocAnchorsFillContainer a {
  width: 100%;
  height: 100%;
  display: block;
}
#footerArea .c-universal-footer {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .ocTabletOnly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ocDesktopOnly {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .ocMobileOnly {
    display: none;
  }
}
@media (max-width: 540px) {
  h2.ocExpandoHead {
    font-size: 15px;
  }
  .ocTabletOnly,
  .ocDesktopAndTabletOnly {
    display: none;
  }
}