.general-truncate, .story-card .custom-truncate,
.general-truncate-read-more {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
}

.staff-card {
  width: 100%;
  display: block;
  font-family: "Mont";
}
.staff-card .staff-card__inner {
  width: 100%;
  padding-top: 120%;
  position: relative;
  cursor: pointer;
}
.staff-card .staff-card__inner .staff-card__container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
html.no-touch .staff-card .staff-card__inner:hover .img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
html.no-touch .staff-card .staff-card__inner:hover .staff-card__sub .global-icon {
  -webkit-transform: translate3d(5px, 0, 0);
     -moz-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}
.staff-card .staff-card__image {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background: #002776;
}
.staff-card .staff-card__image .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
.staff-card .staff-card__image:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.staff-card .staff-card__title-container {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 30px;
}
.staff-card .staff-card__title {
  font-size: 40px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.staff-card .staff-card__sub {
  font-size: 15px;
  line-height: 16px;
  display: block;
  position: relative;
  color: #fff;
  padding-right: 30px;
}
.staff-card .staff-card__sub .global-icon {
  color: #FFA400;
  font-size: 11px;
  line-height: 20px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}

@media screen and (max-width: 767px) {
  .staff-card .staff-card__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.story-card {
  width: 100%;
  display: block;
  position: relative;
  padding: 20px;
}
.story-card .sc__wrapper {
  width: 100%;
  background: #F1F9FD;
  position: relative;
  cursor: pointer;
}
html.no-touch .story-card .sc__wrapper:hover .sc__image .img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
html.no-touch .story-card .sc__wrapper:hover .global-bold-arrow-icon {
  -webkit-transform: translate3d(5px, 0, 0);
     -moz-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}
.story-card .horizontal-curl {
  position: absolute;
  /* &:before {
      content: "";
      display: block;
      position: inherit;
  }

  @if($type=='vertical') {
      width: 30px;
      height: 100%;

      &:before {
          @include general-generateBg($vertical-curl, $color);
          width: 24px;
          height: 100%;
          background-size: 25px 76px;
          background-position: top center;
          background-repeat: repeat-y;
      }
  }

  @else {
      width: 100%;
      height: 30px;

      &:before {
          @include general-generateBg($horizontal-curl, $color);
          width: 100%;
          height: 24px;
          background-size: 76px 25px;
          background-position: center bottom;
          background-repeat: repeat-x;
      }
  } */
  width: -webkit-calc(100% + 2px);
  width: -moz-calc(100% + 2px);
  width: calc(100% + 2px);
  display: block;
  bottom: -1px;
  left: -1px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.story-card .sc__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.story-card .sc__image {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.story-card .sc__image .img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
.story-card .sc__content {
  padding: 20px;
}
.story-card .sc__label {
  font-family: "Mont";
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  color: #002776;
}
.story-card .sc__label::first-letter {
  text-transform: uppercase;
}
.story-card .sc__label.group-news {
  color: #002776;
}
.story-card .sc__label.group-twitter {
  color: #00C7F7;
}
.story-card .sc__label.group-instagram {
  color: #833AB4;
}
.story-card .sc__label.group-facebook {
  color: #3B5998;
}
.story-card .sc__label.group-photos {
  color: #FE0084;
}
.story-card .sc__label.group-youtube {
  color: #FF0000;
}
.story-card .sc__label.group-vimeo {
  color: #1AB7EA;
}
.story-card .sc__label.group-audio {
  color: #FF8800;
}
.story-card .sc__label.group-pinterest {
  color: #E60023;
}
.story-card .sc__label.group-publications {
  color: #F36D5D;
}
.story-card .sc__label.group-blog {
  color: #21759B;
}
.story-card .sc__label.group-event {
  color: #67C7C5;
}
.story-card .sc__title {
  color: #002776;
  font-family: "Mont", "Helvetica Neue", "Arial", sans-serif;
}
.story-card .sc__title .short-title {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
.story-card .sc__title .long-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.story-card .sc__title .long-title a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: underline;
  color: inherit;
}
.story-card .sc__sub {
  font-family: "Mont";
  font-size: 15px;
  line-height: 20px;
  color: #002776;
  margin-top: 10px;
}
.story-card .global-icon {
  font-size: 9px;
  color: #002776;
  line-height: 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
body .mtGridContainer .story-card .sc__title .long-title, body .mediaPopup .story-card .sc__title .long-title {
  position: relative;
  overflow: hidden;
  max-height: 102px;
}

.secondLvlCss,
.content-area .layout1 {
  /* youtube iframe */
}
.secondLvlCss h1,
.content-area .layout1 h1 {
  font-family: "Mont";
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
  display: block;
  text-transform: uppercase;
  opacity: 1;
}
.secondLvlCss h2,
.content-area .layout1 h2 {
  font-family: "Mont", "Helvetica Neue", "Arial", sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: #002159;
  display: block;
  margin-bottom: 30px;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .secondLvlCss h2,
  .content-area .layout1 h2 {
    word-wrap: break-word;
  }
}
.secondLvlCss h3,
.content-area .layout1 h3 {
  font-family: "Mont";
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
  color: #1C9AD6;
  display: block;
  margin-bottom: 30px;
}
.secondLvlCss h3:first-letter,
.content-area .layout1 h3:first-letter {
  text-transform: uppercase;
}
.secondLvlCss h4,
.content-area .layout1 h4 {
  font-family: "Mont", "Helvetica Neue", "Arial", sans-serif;
  font-size: 24px;
  line-height: 60px;
  font-weight: 600;
  color: #002159;
  display: block;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.secondLvlCss h4:first-letter,
.content-area .layout1 h4:first-letter {
  text-transform: uppercase;
}
.secondLvlCss p,
.content-area .layout1 p {
  font-family: "Mont";
  font-size: 17px;
  color: #002159;
  display: block;
  line-height: 1.5555555556;
  margin-bottom: 30px;
  display: block;
  position: relative;
  font-weight: 400;
}
.secondLvlCss p.featuredParagraph,
.content-area .layout1 p.featuredParagraph {
  font-size: 35px;
  line-height: 45px;
  color: #ffffff;
  padding: 50px 0;
}
.secondLvlCss p.featuredParagraph:before,
.content-area .layout1 p.featuredParagraph:before {
  content: "";
  display: block;
  position: absolute;
  left: -webkit-calc(0px - (100vw - 720px) / 2);
  left: -moz-calc(0px - (100vw - 720px) / 2);
  left: calc(0px - (100vw - 720px) / 2);
  top: 0;
  width: 100vw;
  height: 100%;
  background: #002159;
  background-image: url("../../images/img/shape_2.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}
@media (max-width: 1600px) {
  .secondLvlCss p.featuredParagraph:before,
  .content-area .layout1 p.featuredParagraph:before {
    left: -webkit-calc(0px - (100vw - 655px) / 2);
    left: -moz-calc(0px - (100vw - 655px) / 2);
    left: calc(0px - (100vw - 655px) / 2);
  }
}
@media (max-width: 700px) {
  .secondLvlCss p.featuredParagraph:before,
  .content-area .layout1 p.featuredParagraph:before {
    left: -20px;
  }
}
.secondLvlCss p.featuredParagraph span,
.content-area .layout1 p.featuredParagraph span {
  position: relative;
}
.secondLvlCss a:not(.downloadBtn),
.content-area .layout1 a:not(.downloadBtn) {
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  display: inline-block;
  color: #002159;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.secondLvlCss a:not(.downloadBtn)[href$=".pdf"], .secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]), .secondLvlCss a:not(.downloadBtn)[href^=mailto],
.content-area .layout1 a:not(.downloadBtn)[href$=".pdf"],
.content-area .layout1 a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]),
.content-area .layout1 a:not(.downloadBtn)[href^=mailto] {
  padding-right: 20px;
  margin-right: 5px;
  position: relative;
}
.secondLvlCss a:not(.downloadBtn)[href$=".pdf"]:before, .secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]):before, .secondLvlCss a:not(.downloadBtn)[href^=mailto]:before,
.content-area .layout1 a:not(.downloadBtn)[href$=".pdf"]:before,
.content-area .layout1 a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]):before,
.content-area .layout1 a:not(.downloadBtn)[href^=mailto]:before {
  display: block !important;
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.secondLvlCss a:not(.downloadBtn)[href$=".pdf"],
.content-area .layout1 a:not(.downloadBtn)[href$=".pdf"] {
  padding-right: 18px;
}
.secondLvlCss a:not(.downloadBtn)[href^=mailto],
.content-area .layout1 a:not(.downloadBtn)[href^=mailto] {
  padding-right: 28px;
  margin-right: 3px;
  color: #002776;
}
.secondLvlCss a:not(.downloadBtn)[href^=mailto]:before,
.content-area .layout1 a:not(.downloadBtn)[href^=mailto]:before {
  top: 8px;
}
html.no-touch .secondLvlCss a:not(.downloadBtn):hover,
html.no-touch .content-area .layout1 a:not(.downloadBtn):hover {
  color: #ff674d;
  border-color: #ff674d;
}
.secondLvlCss .downloadBtn,
.content-area .layout1 .downloadBtn {
  font-family: "Mont", "Helvetica Neue", "Arial", sans-serif;
  display: inline-block;
  -moz-border-radius: 100px;
       border-radius: 100px;
  position: relative;
  font-size: 22px;
  line-height: 31px;
  background: #FF671C;
  text-align: left;
  padding: 13px 40px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -moz-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
html.no-touch .secondLvlCss .downloadBtn:hover,
html.no-touch .content-area .layout1 .downloadBtn:hover {
  color: #002159;
  background: #FFA400;
}
.secondLvlCss hr,
.content-area .layout1 hr {
  width: 100%;
  height: 3px;
  max-width: 252px;
  border-width: 0;
  display: block;
  position: relative;
  margin: 30px 0;
  background-color: #FFA400;
}
.secondLvlCss blockquote,
.content-area .layout1 blockquote {
  font-family: "Mont";
  width: 100%;
  font-size: 26px;
  line-height: 1.2857142857;
  font-weight: 600;
  display: block;
  color: #FF671C;
  position: relative;
  margin: 30px 0;
  text-align: left;
}
.secondLvlCss blockquote:before,
.content-area .layout1 blockquote:before {
  opacity: 0.1;
}
.secondLvlCss blockquote p,
.content-area .layout1 blockquote p {
  position: relative;
  z-index: 2;
  margin: 0 !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: inline;
  color: inherit;
}
.secondLvlCss .embed-container,
.content-area .layout1 .embed-container {
  margin: 25px 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.secondLvlCss html.lt-ie8 .embed-container,
.content-area .layout1 html.lt-ie8 .embed-container {
  overflow: visible;
  height: auto;
}
.secondLvlCss .embed-container iframe,
.secondLvlCss .embed-container object,
.secondLvlCss .embed-container embed,
.content-area .layout1 .embed-container iframe,
.content-area .layout1 .embed-container object,
.content-area .layout1 .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.secondLvlCss ul,
.content-area .layout1 ul {
  display: block;
  margin: 30px 0;
}
.secondLvlCss ul > li,
.content-area .layout1 ul > li {
  font-family: "Mont";
  font-size: 18px;
  list-style-type: none;
  line-height: 26px;
  padding-left: 70px;
  position: relative;
  color: #002159;
  margin-bottom: 15px;
}
.secondLvlCss ul > li:first-letter,
.content-area .layout1 ul > li:first-letter {
  text-transform: uppercase;
}
.secondLvlCss ul > li:before,
.content-area .layout1 ul > li:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 35px;
  top: 5px;
  display: block;
  border: 1px solid #002159;
  -moz-border-radius: 14px;
       border-radius: 14px;
}
.secondLvlCss ul > li:after,
.content-area .layout1 ul > li:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #FF671C;
  position: absolute;
  left: 40px;
  top: 10px;
  -moz-border-radius: 4px;
       border-radius: 4px;
}
.secondLvlCss ul > li:last-child,
.content-area .layout1 ul > li:last-child {
  margin-bottom: 0;
}
.secondLvlCss ol,
.content-area .layout1 ol {
  display: block;
  counter-reset: li;
  margin: 30px 0;
}
.secondLvlCss ol > li,
.content-area .layout1 ol > li {
  font-family: "Mont";
  padding-left: 70px;
  position: relative;
  font-size: 18px;
  list-style-type: none;
  line-height: 26px;
  color: #002159;
  margin-bottom: 15px;
}
.secondLvlCss ol > li:before,
.content-area .layout1 ol > li:before {
  content: counter(li) ".";
  counter-increment: li;
  color: #002159;
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  left: 35px;
  top: 1px;
}
.secondLvlCss ol > li:first-letter,
.content-area .layout1 ol > li:first-letter {
  text-transform: uppercase;
}
.secondLvlCss ol > li:last-child,
.content-area .layout1 ol > li:last-child {
  margin-bottom: 0;
}
.secondLvlCss img,
.content-area .layout1 img {
  width: 100%;
  height: auto;
  margin: 30px 0 !important;
  display: block;
  position: relative;
}
.secondLvlCss img.align-left,
.content-area .layout1 img.align-left {
  width: 310px;
  height: auto;
  float: left;
  margin: 0 20px 20px 0 !important;
  clear: both;
}
.secondLvlCss img.align-right,
.content-area .layout1 img.align-right {
  width: 310px;
  height: auto;
  float: right;
  margin: 0 0 20px 20px !important;
  clear: both;
  left: auto;
}
.secondLvlCss table,
.content-area .layout1 table {
  max-width: 100%;
  margin: 30px 0 !important;
  overflow-y: auto;
  overflow-x: auto;
  display: block;
  border: 0;
  font-family: "Mont";
}
html.touch .secondLvlCss table,
html.touch .content-area .layout1 table {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.secondLvlCss table tbody,
.secondLvlCss table thead,
.content-area .layout1 table tbody,
.content-area .layout1 table thead {
  width: 100%;
  display: table;
}
.secondLvlCss table td,
.content-area .layout1 table td {
  width: 25%;
  font-size: 18px;
  line-height: 30px;
  color: #002159;
  vertical-align: top;
  padding: 20px;
  border-right: 1px solid #677EAE;
  font-weight: 400;
}
.secondLvlCss table td p,
.content-area .layout1 table td p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.secondLvlCss table tbody td:last-child,
.content-area .layout1 table tbody td:last-child {
  border-right: none;
}
.secondLvlCss table tbody tr:last-child td,
.content-area .layout1 table tbody tr:last-child td {
  border-bottom: none;
}
.secondLvlCss table tbody tr:nth-child(2n) td,
.content-area .layout1 table tbody tr:nth-child(2n) td {
  background: #F1F9FD;
}
.secondLvlCss table th,
.content-area .layout1 table th {
  width: 25%;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #002159;
  vertical-align: top;
  padding: 20px;
  border: none;
  text-align: left;
  border-right: 1px solid #677EAE;
  background: #6CC4E8;
}
.secondLvlCss table th p,
.content-area .layout1 table th p {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 18px;
  line-height: 22px;
}
.secondLvlCss table th:last-child,
.content-area .layout1 table th:last-child {
  border-right: none;
}

.hasFullScreenImage {
  width: 100%;
  display: block;
}
.hasFullScreenImage img {
  width: 100%;
  height: auto;
  margin: 30px 0 !important;
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .secondLvlCss h1,
  .layout1 h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .secondLvlCss p.featuredParagraph {
    font-size: 25px;
    line-height: 35px;
  }
}