.mNewButton {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0.5rem 0;
  justify-content: flex-start;
  width: 100%;
  max-width: 350px;
}
.mNewButton a {
  width: 95%;
  margin: 0 auto;
  font-weight: 600 !important;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  display: flex;
  font-family: "gill-sans-nova", sans-serif;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #fff;
  position: relative;
}

.module_theme--theme-black {
  background: #09213f;
}
.module_theme--theme-black h1 {
  color: #fdfdfd;
  font-weight: 700 !important;
}
.module_theme--theme-black h2 {
  color: #fdfdfd;
  font-weight: 700 !important;
}
.module_theme--theme-black h3 {
  color: #fdfdfd;
  font-weight: 700 !important;
}
.module_theme--theme-black h4 {
  color: #fdfdfd;
  font-weight: 400 !important;
}
.module_theme--theme-black p {
  color: #fdfdfd;
  font-weight: 400 !important;
}
.module_theme--theme-black a {
  color: #fdfdfd;
  font-weight: 600 !important;
}
.module_theme--theme-black a:hover {
  color: #fdfdfd;
}
.module_theme--theme-black span {
  color: #fdfdfd;
}
.module_theme--theme-blue {
  background: #2b5c99;
}
.module_theme--theme-blue h1 {
  color: #fdfdfd;
  font-weight: 700 !important;
}
.module_theme--theme-blue h2 {
  color: #fdfdfd;
  font-weight: 700 !important;
}
.module_theme--theme-blue h3 {
  color: #fdfdfd;
  font-weight: 700 !important;
}
.module_theme--theme-blue h4 {
  color: #fdfdfd;
  font-weight: 400 !important;
}
.module_theme--theme-blue p {
  color: #fdfdfd;
  font-weight: 400 !important;
}
.module_theme--theme-blue a {
  color: #fdfdfd;
  font-weight: 600 !important;
}
.module_theme--theme-blue a:hover {
  color: #fdfdfd;
}
.module_theme--theme-blue span {
  color: #fdfdfd;
}
.module_theme--theme-light-blue {
  background-color: #6487b4;
}
.module_theme--theme-light-blue h1 {
  color: #fdfdfd;
  font-weight: 700 !important;
}
.module_theme--theme-light-blue h2 {
  color: #fdfdfd;
  font-weight: 700 !important;
  font-size: 1.6rem;
  line-height: 30px;
}
.module_theme--theme-light-blue h3 {
  color: #fdfdfd;
  font-weight: 700 !important;
}
.module_theme--theme-light-blue h4 {
  color: #fdfdfd;
  font-weight: 400 !important;
}
.module_theme--theme-light-blue p {
  color: #fdfdfd;
  font-weight: 400 !important;
}
.module_theme--theme-light-blue a {
  color: #2b5c99;
  font-weight: 600 !important;
}
.module_theme--theme-light-blue a:hover {
  color: #fdfdfd;
}
.module_theme--theme-light-blue span {
  color: #2b5c99;
}
.module_theme--theme-lighter-blue {
  background-color: #e9eef5;
}
.module_theme--theme-lighter-blue h1 {
  color: #2b5c99;
  font-weight: 700 !important;
}
.module_theme--theme-lighter-blue h2 {
  color: #2b5c99;
  font-weight: 700 !important;
}
.module_theme--theme-lighter-blue h3 {
  color: #2b5c99;
  font-weight: 700 !important;
}
.module_theme--theme-lighter-blue h4 {
  color: #2b5c99;
  font-size: 1.125rem;
  font-weight: 700 !important;
}
.module_theme--theme-lighter-blue p {
  color: #2b5c99;
  font-weight: 400 !important;
}
.module_theme--theme-lighter-blue a {
  color: #2b5c99;
  font-size: 1rem;
  font-weight: 600 !important;
}
.module_theme--theme-lighter-blue a:hover {
  color: #09213f;
}
.module_theme--theme-lighter-blue span {
  color: #2b5c99;
}
.module_theme--theme-lighter-blue .moduleTitle__title h2 {
  color: #2b5c99;
}
.module_theme--theme-white {
  background-color: #fdfdfd;
}
.module_theme--theme-white h1 {
  color: #09213f;
  font-weight: 700 !important;
}
.module_theme--theme-white h2 {
  color: #09213f;
  font-weight: 700 !important;
  font-size: 1.6rem;
  line-height: 30px;
}
.module_theme--theme-white h3 {
  color: #09213f;
  font-weight: 700 !important;
  line-height: 40px;
}
.module_theme--theme-white h4 {
  color: #09213f;
  font-weight: 400 !important;
}
.module_theme--theme-white p {
  color: #09213f;
  font-weight: 400 !important;
}
.module_theme--theme-white a {
  color: #2b5c99;
  font-weight: 600 !important;
}
.module_theme--theme-white a:hover {
  color: #09213f;
}
.module_theme--theme-white span {
  color: #2b5c99;
}

.lgr-pad-top,
.lg-pad-top,
.md-pad-top,
.sm-pad-top,
.smr-pad-top,
.top-nopad {
  padding-top: 0 !important;
}

.lgr-pad-bot,
.lg-pad-bot,
.md-pad-bot,
.sm-pad-bot,
.smr-pad-bot,
.bot-nopad {
  padding-bottom: 0 !important;
}

.lgr-pad-left,
.lg-pad-left,
.md-pad-left,
.sm-pad-left,
.smr-pad-left {
  padding-left: 1rem !important;
}

.left-nopad {
  padding-left: 0 !important;
}

.lgr-pad-right,
.lg-pad-right,
.md-pad-right,
.sm-pad-right,
.smr-pad-right {
  padding-right: 1rem !important;
}

.right-nopad {
  padding-right: 0 !important;
}

@media screen and (min-width: 1024px) {
  .lgr-pad-top {
    padding-top: 100px !important;
  }
  .lg-pad-top {
    padding-top: 80px !important;
  }
  .md-pad-top {
    padding-top: 60px !important;
  }
  .sm-pad-top {
    padding-top: 40px !important;
  }
  .smr-pad-top {
    padding-top: 20px !important;
  }
  .top-nopad {
    padding-top: 0 !important;
  }
  .lgr-pad-bot {
    padding-bottom: 100px !important;
  }
  .lg-pad-bot {
    padding-bottom: 80px !important;
  }
  .md-pad-bot {
    padding-bottom: 60px !important;
  }
  .sm-pad-bot {
    padding-bottom: 40px !important;
  }
  .smr-pad-bot {
    padding-bottom: 20px !important;
  }
  .bot-nopad {
    padding-bottom: 0 !important;
  }
  .lgr-pad-left {
    padding-left: 100px !important;
  }
  .lg-pad-left {
    padding-left: 80px !important;
  }
  .md-pad-left {
    padding-left: 60px !important;
  }
  .sm-pad-left {
    padding-left: 40px !important;
  }
  .smr-pad-left {
    padding-left: 20px !important;
  }
  .left-nopad {
    padding-left: 0 !important;
  }
  .lgr-pad-right {
    padding-right: 100px !important;
  }
  .lg-pad-right {
    padding-right: 80px !important;
  }
  .md-pad-right {
    padding-right: 60px !important;
  }
  .sm-pad-right {
    padding-right: 40px !important;
  }
  .smr-pad-right {
    padding-right: 20px !important;
  }
  .right-nopad {
    padding-right: 0 !important;
  }
}
.lgr-marg-top,
.lg-marg-top,
.md-marg-top,
.sm-marg-top,
.smr-marg-top,
.top-nomarg {
  margin-top: 0 !important;
}

.lgr-marg-bot,
.lg-marg-bot,
.md-marg-bot,
.sm-marg-bot,
.smr-marg-bot,
.bot-nomarg {
  margin-bottom: 0 !important;
}

.lgr-marg-left,
.lg-marg-left,
.md-marg-left,
.sm-marg-left,
.smr-marg-left,
.left-nomarg {
  margin-left: auto !important;
}

.lgr-marg-right,
.lg-marg-right,
.md-marg-right,
.sm-marg-right,
.smr-marg-right,
.right-nomarg {
  margin-right: auto !important;
}

@media screen and (min-width: 1024px) {
  .lgr-marg-top {
    margin-top: 100px !important;
  }
  .lg-marg-top {
    margin-top: 80px !important;
  }
  .md-marg-top {
    margin-top: 60px !important;
  }
  .sm-marg-top {
    margin-top: 40px !important;
  }
  .smr-marg-top {
    margin-top: 20px !important;
  }
  .top-nomarg {
    margin-top: 0 !important;
  }
  .lgr-marg-bot {
    margin-bottom: 100px !important;
  }
  .lg-marg-bot {
    margin-bottom: 80px !important;
  }
  .md-marg-bot {
    margin-bottom: 60px !important;
  }
  .sm-marg-bot {
    margin-bottom: 40px !important;
  }
  .smr-marg-bot {
    margin-bottom: 20px !important;
  }
  .bot-nomarg {
    margin-bottom: 0 !important;
  }
  .lgr-marg-left {
    margin-left: 100px !important;
  }
  .lg-marg-left {
    margin-left: 80px !important;
  }
  .md-marg-left {
    margin-left: 60px !important;
  }
  .sm-marg-left {
    margin-left: 40px !important;
  }
  .smr-marg-left {
    margin-left: 20px !important;
  }
  .left-nomarg {
    margin-left: auto !important;
  }
  .lgr-marg-right {
    margin-right: 100px !important;
  }
  .lg-marg-right {
    margin-right: 80px !important;
  }
  .md-marg-right {
    margin-right: 60px !important;
  }
  .sm-marg-right {
    margin-right: 40px !important;
  }
  .smr-marg-right {
    margin-right: 20px !important;
  }
  .right-nomarg {
    margin-right: auto !important;
  }
}
.blk-lgr-pad-left,
.blk-lg-pad-left,
.blk-md-pad-left,
.blk-sm-pad-left,
.blk-smr-pad-left,
.blk-left-nopad {
  padding-left: 0 !important;
}

.blk-lgr-pad-right,
.blk-lg-pad-right,
.blk-md-pad-right,
.blk-sm-pad-right,
.blk-smr-pad-right,
.blk-right-nopad {
  padding-right: 0 !important;
}

@media screen and (min-width: 1024px) {
  .blk-lgr-pad-left {
    padding-left: 100px !important;
  }
  .blk-lg-pad-left {
    padding-left: 80px !important;
  }
  .blk-md-pad-left {
    padding-left: 60px !important;
  }
  .blk-sm-pad-left {
    padding-left: 40px !important;
  }
  .blk-smr-pad-left {
    padding-left: 20px !important;
  }
  .blk-left-nopad {
    padding-left: 0 !important;
  }
  .blk-lgr-pad-right {
    padding-right: 100px !important;
  }
  .blk-lg-pad-right {
    padding-right: 80px !important;
  }
  .blk-md-pad-right {
    padding-right: 60px !important;
  }
  .blk-sm-pad-right {
    padding-right: 40px !important;
  }
  .blk-smr-pad-right {
    padding-right: 20px !important;
  }
  .blk-right-nopad {
    padding-right: 0 !important;
  }
}
.articleLegacy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 0 0 1rem 0;
  width: 1920px;
  max-width: 100%;
}
.articleLegacy .moduleTitle__title {
  padding: 0 1rem;
  margin-top: 1rem;
}
.articleLegacy__main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .articleLegacy__main {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.articleLegacy__left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 0 1rem;
}
@media screen and (min-width: 1024px) {
  .articleLegacy__left {
    width: 70%;
  }
}
.articleLegacy__right {
  width: 100%;
  padding: 0 1rem;
}
@media screen and (min-width: 1024px) {
  .articleLegacy__right {
    width: 30%;
  }
}
.articleLegacy__date {
  width: 100%;
  max-width: 1600px;
  color: #09312f;
  text-align: center;
  font-size: 1rem;
  padding: 0 1rem;
  margin: 0 auto 1rem auto;
}
@media screen and (min-width: 1024px) {
  .articleLegacy__date {
    text-align: left;
  }
}
.articleLegacy__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.articleLegacy__content h3 {
  font-size: 1.5rem;
}
.articleLegacy__content p {
  color: #09312f;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .articleLegacy__content p {
    font-size: 1.125rem;
  }
}
.articleLegacy__content p span {
  color: #09312f;
}
.articleLegacy__content p strong {
  color: #2b5c99;
}
.articleLegacy__content p strong a {
  color: #2b5c99;
}
.articleLegacy__content p strong a:hover {
  color: #09312f;
}
.articleLegacy__content p a {
  color: #2b5c99;
}
.articleLegacy__content p a:hover {
  color: #09312f;
}
.articleLegacy__content ul li {
  color: #09312f;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .articleLegacy__content ul li {
    font-size: 1.125rem;
  }
}
.articleLegacy__content img {
  max-width: 100%;
}
.articleLegacy__content iframe {
  border: 0;
  max-width: 100%;
}
.articleLegacy__share p,
.articleLegacy__share li {
  color: #09312f;
}
.articleLegacy .moduleTitle__title > h2 {
  padding: 0;
  color: #2b5c99;
}

.heroBannerCarousel img {
  width: 100%;
}

.sharingbuttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.sharingbuttons__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding: 1rem 0;
}
@media screen and (min-width: 1024px) {
  .sharingbuttons__container {
    padding: 0 1rem;
  }
}
.sharingbuttons__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 300px;
}
.sharingbuttons__title {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0 15px;
}
.sharingbuttons__title p {
  font-weight: 700 !important;
  color: #09213f;
  margin: 0;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .sharingbuttons__title p {
    font-size: 1.125rem;
  }
}
.sharingbuttons__links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  width: 60%;
  padding: 10px 10px;
}
.sharingbuttons__alignment-left {
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .sharingbuttons__alignment-left {
    justify-content: flex-start !important;
    margin: 0 auto;
  }
}
.sharingbuttons__alignment-center {
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .sharingbuttons__alignment-center {
    justify-content: center !important;
    margin: 0 auto;
  }
}
.sharingbuttons__alignment-right {
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .sharingbuttons__alignment-right {
    justify-content: flex-end !important;
    margin: 0 auto;
  }
}

.copyclipboard {
  margin-left: -8px;
}
.copyclipboard__text {
  visibility: hidden;
  width: 200px;
  background-color: #2b5c99;
  color: #ffffff !important;
  text-align: center;
  border-radius: 6px;
  padding: 5px 1rem;
  position: absolute;
  z-index: 1;
  margin-top: -3rem;
  right: 3rem;
  border: 1px solid #2b5c99;
}
.copyclipboard button:focus {
  box-shadow: none;
}

.copyclipboard:hover .copyclipboard__text {
  visibility: visible;
}/*# sourceMappingURL=articleLegacy.css.map */