@font-face {
  font-family: 'Tisa Sans';
  src: url("../fonts/tisa_sans/334432_1_0.eot");
  src: url("../fonts/tisa_sans/334432_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/tisa_sans/334432_1_0.woff") format("woff"), url("../fonts/tisa_sans/334432_1_0.ttf") format("truetype"), url("../fonts/tisa_sans/334432_1_0.svg#svgFontName") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Tisa Sans';
  src: url("../fonts/tisa_sans/334432_0_0.eot");
  src: url("../fonts/tisa_sans/334432_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/tisa_sans/334432_0_0.woff") format("woff"), url("../fonts/tisa_sans/334432_0_0.ttf") format("truetype"), url("../fonts/tisa_sans/334432_0_0.svg#svgFontName") format("svg");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'Tisa Sans';
  src: url("../fonts/tisa_sans/334432_2_0.eot");
  src: url("../fonts/tisa_sans/334432_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/tisa_sans/334432_2_0.woff") format("woff"), url("../fonts/tisa_sans/334432_2_0.ttf") format("truetype"), url("../fonts/tisa_sans/334432_2_0.svg#svgFontName") format("svg");
  font-weight: 700; }
header {
  position: fixed;
  height: 140px;
  width: 100%;
  background: #002147;
  padding: 20px 0;
  color: #fff;
  top: 0;
  z-index: 10;
  -o-transition: height 0.3s ease, padding 0.3s ease;
  -ms-transition: height 0.3s ease, padding 0.3s ease;
  -moz-transition: height 0.3s ease, padding 0.3s ease;
  -webkit-transition: height 0.3s ease, padding 0.3s ease;
  transition: height 0.3s ease, padding 0.3s ease;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  header .transitions {
    overflow: hidden;
    -o-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease; }
  @media screen and (max-width: 1000px) {
    header {
      height: 80px;
      padding: 10px 0; } }
  body.toolbar-fixed header {
    top: 39px; }
  body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open header {
    top: 79px; }
  header + * {
    margin-top: 140px; }
    @media screen and (max-width: 1000px) {
      header + * {
        margin-top: 80px; } }
  header .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  header.small {
    overflow: hidden;
    height: 1px;
    padding: 0;
    pointer-events: none;
    font-size: 16px; }
    @media screen and (max-width: 1000px) {
      header.small {
        background: transparent; } }
    header.small .logo {
      height: 0; }
      header.small .logo img {
        height: 100px; }
        @media screen and (max-width: 1000px) {
          header.small .logo img {
            height: 60px; } }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          header.small .logo img {
            width: 100%; } }
    @media screen and (max-width: 1000px) {
      header.small nav {
        background: transparent; } }
    header.small nav ul li ul,
    header.small nav ul li ul.reset {
      padding-top: 0; }
  header .bg {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #002147; }
    @media screen and (max-width: 1000px) {
      header .bg {
        display: block;
        z-index: 5; } }
  header .logo {
    position: relative;
    height: 100px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 50px;
    z-index: 5;
    -o-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease; }
    @media screen and (max-width: 1000px) {
      header .logo {
        height: 60px; } }
    @media screen and (max-width: 1200px) {
      header .logo {
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1; } }
    @media screen and (max-width: 500px) {
      header .logo {
        margin: 0;
        padding-right: 20px; } }
    header .logo img {
      position: relative;
      height: 100px;
      width: auto; }
      @media screen and (max-width: 1000px) {
        header .logo img {
          height: 60px; } }
      header .logo img.small {
        display: none; }
    @media screen and (max-width: 1000px) {
      header .logo {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        max-width: 300px; }
        header .logo img.small {
          display: block; }
        header .logo img.big {
          display: none; } }
  header .hamburger {
    position: relative;
    display: none;
    z-index: 5;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    header .hamburger a {
      height: 100px;
      -o-transition: height 0.3s ease;
      -ms-transition: height 0.3s ease;
      -moz-transition: height 0.3s ease;
      -webkit-transition: height 0.3s ease;
      transition: height 0.3s ease;
      color: #fff;
      width: 100%;
      text-decoration: none;
      line-height: 16px;
      font-weight: 700;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
      @media screen and (max-width: 1000px) {
        header .hamburger a {
          height: 60px; } }
      header .hamburger a span {
        margin-top: 10px; }
      header .hamburger a.open {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
      header .hamburger a.close {
        display: none; }
    header .hamburger img {
      height: 30px; }
  header .nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    height: 100px; }
    @media screen and (max-width: 1000px) {
      header .nav-wrap {
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
        width: 100%;
        padding-top: 110px;
        background: #002147;
        -o-transition: background 0s ease;
        -ms-transition: background 0s ease;
        -moz-transition: background 0s ease;
        -webkit-transition: background 0s ease;
        transition: background 0s ease;
        -o-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s; }
        header .nav-wrap .search {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          margin-bottom: 30px; } }
  header .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
    header .search > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      padding-bottom: 6px;
      border-bottom: 1px solid #465e7a; }
    header .search input[type="text"] {
      line-height: 30px;
      padding: 0;
      border: 0;
      color: #fff; }
      header .search input[type="text"]::-webkit-input-placeholder {
        color: #465e7a; }
      header .search input[type="text"]:-moz-placeholder {
        /* Firefox 18- */
        color: #465e7a; }
      header .search input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #465e7a; }
      header .search input[type="text"]:-ms-input-placeholder {
        color: #465e7a; }
    header .search input[type="submit"] {
      width: 25px;
      height: 25px;
      min-width: 0;
      background: url("../images/ui/icon_search.svg") 50% 50% no-repeat transparent;
      background-size: 100%;
      border: none;
      padding: 0; }
    @media screen and (max-width: 1000px) {
      header .search > div {
        width: 400px; }
      header .search input[type="text"] {
        width: 100%; } }
    @media screen and (max-width: 500px) {
      header .search {
        padding: 0 20px; }
        header .search > div {
          width: 100%; } }
  header nav {
    width: 100%; }
    header nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; }
      header nav ul li {
        list-style: none;
        margin-left: 40px; }
        header nav ul li:first-child {
          margin-left: 0; }
        header nav ul li a {
          position: relative;
          color: #fff;
          text-decoration: none;
          font-weight: 700;
          font-size: 16px;
          line-height: 16px; }
          header nav ul li a::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            bottom: -5px;
            left: 0;
            background-color: #fe6900;
            visibility: hidden;
            -moz-transform: scaleX(0);
            -o-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -o-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
          header nav ul li a:hover::before {
            visibility: visible;
            -moz-transform: scaleX(1);
            -o-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -webkit-transform: scaleX(1);
            transform: scaleX(1); }
        header nav ul li .dropdown {
          display: none;
          position: absolute;
          top: 11px;
          right: 0;
          padding: 18px 25px;
          cursor: pointer;
          background: url("../images/ui/icon_down-arrow.svg") 50% 50% no-repeat #fe6900;
          background-size: 20px auto; }
        header nav ul li.open .dropdown {
          background-image: url("../images/ui/icon_up-arrow.svg");
          background-color: #01b2be; }
        header nav ul li ul,
        header nav ul li ul.reset {
          display: none;
          position: absolute;
          padding-top: 40px; }
          header nav ul li ul::before, header nav ul li ul::after,
          header nav ul li ul.reset::before,
          header nav ul li ul.reset::after {
            content: '';
            position: absolute;
            top: 26px;
            left: 0;
            z-index: 2;
            border: 15px solid transparent;
            border-top-width: 0; }
          header nav ul li ul::before,
          header nav ul li ul.reset::before {
            border-bottom-color: #002147;
            z-index: 3; }
          header nav ul li ul::after,
          header nav ul li ul.reset::after {
            border-bottom-color: #3f5675;
            top: 24px;
            left: -2px;
            border-width: 17px;
            border-top-width: 0; }
          header nav ul li ul li,
          header nav ul li ul.reset li {
            margin: 0;
            background: #002147;
            border: 1px solid #3f5675;
            border-bottom-width: 0;
            padding: 15px;
            min-width: 160px;
            -moz-transform: translateX(-15px);
            -o-transform: translateX(-15px);
            -ms-transform: translateX(-15px);
            -webkit-transform: translateX(-15px);
            transform: translateX(-15px); }
            header nav ul li ul li a,
            header nav ul li ul.reset li a {
              font-style: italic;
              font-weight: 400; }
            header nav ul li ul li:last-child,
            header nav ul li ul.reset li:last-child {
              border-bottom-width: 1px; }
        header nav ul li:hover ul {
          display: block; }
    @media screen and (max-width: 1000px) {
      header nav ul,
      header nav ul.reset {
        width: 400px;
        margin: 0 auto;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        header nav ul li,
        header nav ul.reset li {
          position: relative;
          padding: 0;
          margin: 0;
          border-bottom: 1px solid #3f5675; }
          header nav ul li a,
          header nav ul.reset li a {
            display: block;
            padding: 22px 0 20px; }
            header nav ul li a::before, header nav ul li a::after,
            header nav ul.reset li a::before,
            header nav ul.reset li a::after {
              content: none; }
          header nav ul li .dropdown,
          header nav ul.reset li .dropdown {
            display: block; }
          header nav ul li ul,
          header nav ul li ul.reset,
          header nav ul.reset li ul,
          header nav ul.reset li ul.reset {
            display: block;
            max-height: 0;
            overflow: hidden;
            border-top: none;
            position: relative;
            padding: 0;
            -o-transition: max-height 0.5s ease;
            -ms-transition: max-height 0.5s ease;
            -moz-transition: max-height 0.5s ease;
            -webkit-transition: max-height 0.5s ease;
            transition: max-height 0.5s ease; }
            header nav ul li ul::before, header nav ul li ul::after,
            header nav ul li ul.reset::before,
            header nav ul li ul.reset::after,
            header nav ul.reset li ul::before,
            header nav ul.reset li ul::after,
            header nav ul.reset li ul.reset::before,
            header nav ul.reset li ul.reset::after {
              content: none; }
            header nav ul li ul li,
            header nav ul li ul.reset li,
            header nav ul.reset li ul li,
            header nav ul.reset li ul.reset li {
              -moz-transform: none;
              -o-transform: none;
              -ms-transform: none;
              -webkit-transform: none;
              transform: none;
              padding: 0;
              border: none;
              border-top: 1px solid #3f5675; }
              header nav ul li ul li a,
              header nav ul li ul.reset li a,
              header nav ul.reset li ul li a,
              header nav ul.reset li ul.reset li a {
                font-style: italic;
                padding-left: 40px; }
          header nav ul li.open ul,
          header nav ul.reset li.open ul {
            max-height: 300px; } }
    @media screen and (max-width: 500px) {
      header nav ul,
      header nav ul.reset {
        width: 100%; }
        header nav ul li .dropdown,
        header nav ul.reset li .dropdown {
          right: 20px; }
        header nav ul li a,
        header nav ul.reset li a {
          padding: 22px 20px 20px; } }
  @media screen and (max-width: 1000px) {
    header {
      overflow: hidden; }
      header .hamburger {
        display: block; }
      header.mobile-menu-open {
        height: 100%;
        overflow: auto; }
        header.mobile-menu-open .wrapper {
          -webkit-box-align: start;
          -ms-flex-align: start;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          align-items: flex-start; }
        header.mobile-menu-open .hamburger .open {
          display: none; }
        header.mobile-menu-open .hamburger .close {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center; } }
  @media screen and (max-width: 375px) {
    header .hamburger a {
      padding: 12px 0;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      header .hamburger a img {
        height: 22px; }
      header .hamburger a span {
        margin-top: 7px;
        font-size: 12px;
        line-height: 12px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .logo img[src$=".svg"] {
    width: 200px; } }
footer {
  background: #002147;
  padding: 40px 0;
  color: #fff;
  word-wrap: break-word; }
  footer .newsletter {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #3f5675; }
    footer .newsletter .mc-field-group,
    footer .newsletter input[type="submit"] {
      display: inline-block;
      margin: 0 10px 20px; }
    footer .newsletter #mce-responses {
      position: absolute; }
    footer .newsletter input {
      color: #fff;
      width: 250px; }
      footer .newsletter input[type="submit"] {
        min-width: 165px; }
      footer .newsletter input::-webkit-input-placeholder {
        color: #b6bdc9; }
      footer .newsletter input:-moz-placeholder {
        /* Firefox 18- */
        color: #b6bdc9; }
      footer .newsletter input::-moz-placeholder {
        /* Firefox 19+ */
        color: #b6bdc9; }
      footer .newsletter input:-ms-input-placeholder {
        color: #b6bdc9; }
    @media screen and (max-width: 850px) {
      footer .newsletter input {
        display: block;
        max-width: 100%;
        margin: 0 auto; } }
    @media screen and (max-width: 500px) {
      footer .newsletter .mc-field-group,
      footer .newsletter input,
      footer .newsletter input[type="submit"] {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
  footer .boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    footer .boxes > div:not(:last-child) {
      margin-right: 20px; }
    footer .boxes .funding img {
      width: 300px; }
    @media screen and (max-width: 850px) {
      footer .boxes {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        footer .boxes > div:not(:last-child) {
          margin-right: 0;
          margin-bottom: 20px; } }
    footer .boxes .contact .icons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      footer .boxes .contact .icons > a {
        width: 50px; }
        footer .boxes .contact .icons > a:not(:last-child) {
          margin-right: 15px; }

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .grid > article, .grid > .grid-article-wrapper > article {
    position: relative;
    width: 285px;
    background: #fff;
    margin-right: calc((100% - (285px * 4)) / 3);
    text-align: left;
    z-index: 1; }
    .grid > article .overlay, .grid > .grid-article-wrapper > article .overlay {
      position: absolute;
      display: block;
      top: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      background: #002147;
      z-index: 5;
      -o-transition: opacity 0.4s ease;
      -ms-transition: opacity 0.4s ease;
      -moz-transition: opacity 0.4s ease;
      -webkit-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }
    .grid > article a, .grid > .grid-article-wrapper > article a {
      text-decoration: none;
      color: #002147; }
    .grid > article > a.full-block, .grid > .grid-article-wrapper > article > a.full-block {
      display: block;
      height: 100%; }
    .grid > article:nth-child(4n), .grid > .grid-article-wrapper > article:nth-child(4n) {
      margin-right: 0; }
    .grid > article .image, .grid > .grid-article-wrapper > article .image {
      position: relative;
      overflow: hidden;
      height: 200px; }
      .grid > article .image img, .grid > .grid-article-wrapper > article .image img {
        margin: 0 auto;
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .grid > article .image .empty, .grid > .grid-article-wrapper > article .image .empty {
        height: 200px;
        width: 100%;
        background: url("../images/article_placeholder-image.png") 50% 50% no-repeat;
        background-size: cover; }
        .grid > article .image .empty.calendar, .grid > .grid-article-wrapper > article .image .empty.calendar {
          background-image: url("../images/calendar_placeholder-image.png"); }
      .grid > article .image + div div:first-child:not(:last-child), .grid > .grid-article-wrapper > article .image + div div:first-child:not(:last-child) {
        margin-bottom: 10px; }
    .grid > article > div:not(.image), .grid > article > a > div:not(.image), .grid > .grid-article-wrapper > article > div:not(.image), .grid > .grid-article-wrapper > article > a > div:not(.image) {
      min-width: 0;
      padding: 10px 20px 0;
      word-wrap: break-word; }
      @media screen and (max-width: 500px) {
        .grid > article > div:not(.image), .grid > article > div:not(.image):last-child, .grid > article > a > div:not(.image), .grid > article > a > div:not(.image):last-child, .grid > .grid-article-wrapper > article > div:not(.image), .grid > .grid-article-wrapper > article > div:not(.image):last-child, .grid > .grid-article-wrapper > article > a > div:not(.image), .grid > .grid-article-wrapper > article > a > div:not(.image):last-child {
          padding-bottom: 15px; } }
    .grid > article > div:not(.image):last-child, .grid > article > a.full-block > div:not(.image):last-child, .grid > .grid-article-wrapper > article > div:not(.image):last-child, .grid > .grid-article-wrapper > article > a.full-block > div:not(.image):last-child {
      padding-bottom: 12px; }
    .grid > article > div.image + div, .grid > article > a > div.image + div, .grid > .grid-article-wrapper > article > div.image + div, .grid > .grid-article-wrapper > article > a > div.image + div {
      padding-top: 15px; }
    .grid > article:hover .overlay, .grid > .grid-article-wrapper > article:hover .overlay {
      opacity: 0.4; }
    .grid > article:hover .image img, .grid > .grid-article-wrapper > article:hover .image img {
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    @media screen and (max-width: 500px) {
      .grid > article, .grid > .grid-article-wrapper > article {
        width: 100%; }
        .grid > article, .grid > article:first-child, .grid > .grid-article-wrapper > article, .grid > .grid-article-wrapper > article:first-child {
          margin-left: 0;
          margin-right: 0; }
        .grid > article, .grid > article > a.full-block, .grid > .grid-article-wrapper > article, .grid > .grid-article-wrapper > article > a.full-block {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex; }
        .grid > article div, .grid > .grid-article-wrapper > article div {
          display: none; }
          .grid > article div.highlight, .grid > .grid-article-wrapper > article div.highlight {
            display: block; }
        .grid > article .image, .grid > article:hover .image, .grid > .grid-article-wrapper > article .image, .grid > .grid-article-wrapper > article:hover .image {
          display: block;
          height: auto;
          width: 120px;
          min-height: 120px;
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          .grid > article .image img,
          .grid > article .image .empty,
          .grid > article .image .placeholder, .grid > article:hover .image img,
          .grid > article:hover .image .empty,
          .grid > article:hover .image .placeholder, .grid > .grid-article-wrapper > article .image img,
          .grid > .grid-article-wrapper > article .image .empty,
          .grid > .grid-article-wrapper > article .image .placeholder, .grid > .grid-article-wrapper > article:hover .image img,
          .grid > .grid-article-wrapper > article:hover .image .empty,
          .grid > .grid-article-wrapper > article:hover .image .placeholder {
            position: absolute;
            height: 100%;
            width: auto;
            max-width: none; }
          .grid > article .image img, .grid > article:hover .image img, .grid > .grid-article-wrapper > article .image img, .grid > .grid-article-wrapper > article:hover .image img {
            left: 50%;
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
          .grid > article .image .empty,
          .grid > article .image .placeholder, .grid > article:hover .image .empty,
          .grid > article:hover .image .placeholder, .grid > .grid-article-wrapper > article .image .empty,
          .grid > .grid-article-wrapper > article .image .placeholder, .grid > .grid-article-wrapper > article:hover .image .empty,
          .grid > .grid-article-wrapper > article:hover .image .placeholder {
            display: block;
            height: 100%;
            width: 100%;
            left: 0; }
          .grid > article .image + *, .grid > article:hover .image + *, .grid > .grid-article-wrapper > article .image + *, .grid > .grid-article-wrapper > article:hover .image + * {
            display: block; }
            .grid > article .image + * div, .grid > article:hover .image + * div, .grid > .grid-article-wrapper > article .image + * div, .grid > .grid-article-wrapper > article:hover .image + * div {
              display: block; } }
  .grid.highlighted > article, .grid.highlighted > .grid-article-wrapper > article {
    padding-bottom: 6px; }
    .grid.highlighted > article > div:not(.image).highlight, .grid.highlighted > article > a > div:not(.image).highlight, .grid.highlighted > .grid-article-wrapper > article > div:not(.image).highlight, .grid.highlighted > .grid-article-wrapper > article > a > div:not(.image).highlight {
      position: absolute;
      bottom: 0;
      height: 6px;
      width: 100%;
      padding: 0 !important;
      background-color: #b6bcc8; }
    @media screen and (max-width: 500px) {
      .grid.highlighted > article, .grid.highlighted > .grid-article-wrapper > article {
        display: block; } }
  .event-list .grid:not(:last-child) {
    margin-bottom: 40px; }
  .grid.multi-line {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -20px; }
    .grid.multi-line > article {
      margin-bottom: 20px; }
  @media screen and (max-width: 1200px) {
    .grid, .grid.multi-line {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
      .grid > article, .grid > article:first-child, .grid.multi-line > article, .grid.multi-line > article:first-child {
        margin: 0 10px 20px; } }
    @media screen and (max-width: 1200px) and (max-width: 500px) {
      .grid > article, .grid > article:first-child, .grid.multi-line > article, .grid.multi-line > article:first-child {
        margin-left: 0;
        margin-right: 0; } }

  .grid.round-image > article {
    background: transparent; }
    .grid.round-image > article .image {
      -moz-transform: translateZ(0);
      -o-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      height: 200px;
      width: 200px;
      margin: 0 auto;
      border-radius: 50%; }
    .grid.round-image > article:hover .image img {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
    .grid.round-image > article:hover .image:hover img {
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
    @media screen and (max-width: 500px) {
      .grid.round-image > article {
        display: block; }
        .grid.round-image > article::after {
          content: '';
          clear: both; }
        .grid.round-image > article .image {
          height: 110px;
          width: 110px;
          min-height: 110px;
          float: left;
          margin-right: 15px; }
          .grid.round-image > article .image img {
            width: 100%;
            left: 0;
            -moz-transform: none;
            -o-transform: none;
            -ms-transform: none;
            -webkit-transform: none;
            transform: none; }
        .grid.round-image > article div:not(.image) {
          display: block;
          padding: 6px 0 !important; } }
    .grid.round-image > article a h4:hover {
      text-decoration: underline; }
  .grid.no-zoom > article .image {
    height: 100px;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
@-moz-document url-prefix() {
  .grid.no-zoom > article .image {
    display: block; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .grid.no-zoom > article .image {
        display: block; } }
    .grid.no-zoom > article .image img {
      -o-transition: none;
      -ms-transition: none;
      -moz-transition: none;
      -webkit-transition: none;
      transition: none;
      max-height: 100%;
      max-width: 100%;
      height: auto;
      width: auto; }
@-moz-document url-prefix() {
  .grid.no-zoom > article .image img {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
  .grid.no-zoom > article:hover .image img {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
@-moz-document url-prefix() {
  .grid.no-zoom > article:hover .image img {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
  @media screen and (max-width: 500px) {
    .grid.no-zoom > article {
      display: block; }
      .grid.no-zoom > article .image {
        width: 100%;
        height: auto;
        min-height: 0; }
        .grid.no-zoom > article .image img {
          width: auto;
          -moz-transform: none;
          -o-transform: none;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none;
          position: relative;
          left: initial;
          max-width: 100%; }
    @-moz-document url-prefix() {
      .grid.no-zoom > article:hover .image img {
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; } } }
  .grid.bordered > article {
    background: transparent;
    padding-bottom: 20px; }
@-moz-document url-prefix() {
  .grid.bordered > article .image {
    display: block; } }
    .grid.bordered > article .image img {
      margin: 0;
      max-width: 80%; }
      @media screen and (max-width: 500px) {
        .grid.bordered > article .image img {
          max-width: 50%; } }
    .grid.bordered > article div {
      display: block; }
      .grid.bordered > article div:not(.image) {
        padding-left: 0;
        padding-right: 0; }
      .grid.bordered > article div.image + div {
        padding-top: 25px; }
        @media screen and (max-width: 500px) {
          .grid.bordered > article div.image + div {
            padding-bottom: 0; } }
    .grid.bordered > article::after {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      height: 5px;
      width: 100%;
      background: #aeb7c6; }
    @media screen and (max-width: 500px) {
      .grid.bordered > article, .grid.bordered > article:first-child {
        padding-bottom: 10px;
        margin-bottom: 50px; } }
  .grid.multi-type > article .image .placeholder {
    height: 200px;
    width: 100%;
    background: url("../images/article_placeholder-image.png") 50% 50% no-repeat;
    background-size: cover; }
    @media screen and (max-width: 500px) {
      .grid.multi-type > article .image .placeholder {
        height: 100%; } }
  .grid.multi-type > article.event .image .placeholder {
    background-image: url("../images/calendar_placeholder-image.png"); }
  .grid.multi-type > article.contributing-author, .grid.multi-type > article.reuters-person {
    background: transparent; }
    .grid.multi-type > article.contributing-author .image, .grid.multi-type > article.reuters-person .image {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      height: 200px;
      width: 200px;
      margin: 0 auto;
      border-radius: 50%;
      overflow: hidden; }
      .grid.multi-type > article.contributing-author .image img, .grid.multi-type > article.reuters-person .image img {
        max-width: none; }
      .grid.multi-type > article.contributing-author .image .placeholder, .grid.multi-type > article.reuters-person .image .placeholder {
        background-image: url("../images/people_placeholder-image.png"); }
      @media screen and (max-width: 500px) {
        .grid.multi-type > article.contributing-author .image, .grid.multi-type > article.reuters-person .image {
          height: 110px;
          width: 110px;
          min-height: 110px; } }
    .grid.multi-type > article.contributing-author .text, .grid.multi-type > article.reuters-person .text {
      font-style: italic; }
  .grid nav[role="navigation"] {
    display: block;
    width: 100%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .grid nav[role="navigation"] ul {
      margin: 0;
      padding: 0; }
      .grid nav[role="navigation"] ul li {
        display: inline-block;
        vertical-align: middle;
        list-style: none; }
        .grid nav[role="navigation"] ul li,
        .grid nav[role="navigation"] ul li a {
          color: #002147; }
        .grid nav[role="navigation"] ul li a {
          font-weight: 700;
          text-decoration: none; }
        .grid nav[role="navigation"] ul li:not(:last-child) {
          margin-right: 20px; }
        .grid nav[role="navigation"] ul li.is-active a {
          font-weight: 400;
          color: #000;
          cursor: default; }

.grid-button-wrapper {
  margin-top: 30px; }

input,
button,
textarea,
select {
  border-radius: 0;
  padding: 11px;
  border: 1px solid #aeb7c6;
  font-family: "Tisa Sans", arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  background: #fff;
  color: #002147;
  -moz-appearance: none;
  -webkit-appearance: none; }
  input::-webkit-input-placeholder,
  button::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-style: italic; }
  input:-moz-placeholder,
  button:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic; }
  input::-moz-placeholder,
  button::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic; }
  input:-ms-input-placeholder,
  button:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-style: italic; }

select, button.comiseo-daterangepicker-triggerbutton {
  background: url("../images/ui/icon_dropdown.svg") calc(100% - 5px) 50% no-repeat #fff !important;
  background-size: 20px 20px !important;
  padding-right: 28px; }

input:not([type="submit"]),
select,
textarea {
  width: 290px;
  max-width: 100%; }

textarea {
  -webkit-appearance: none;
  resize: vertical;
  overflow: auto; }

input[type='text'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='date'],
input[type='submit'] {
  -webkit-appearance: none;
  background: transparent; }
  input[type='text']::-webkit-inner-spin-button,
  input[type='email']::-webkit-inner-spin-button,
  input[type='number']::-webkit-inner-spin-button,
  input[type='password']::-webkit-inner-spin-button,
  input[type='date']::-webkit-inner-spin-button,
  input[type='submit']::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none; }

input[type='submit'] {
  border: none;
  background: #fe6900;
  padding: 10px 20px;
  font-weight: 700; }

input[type='number'] {
  -moz-appearance: textfield; }
  input[type='number']::-webkit-outer-spin-button, input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

form {
  margin-bottom: 0;
  max-width: 100%; }

.radio-box {
  display: block; }
  .radio-box input[type="radio"],
  .radio-box input[type="checkbox"] {
    display: none; }
    .radio-box input[type="radio"]:checked + label, .radio-box input[type="radio"]:checked:hover + label,
    .radio-box input[type="checkbox"]:checked + label,
    .radio-box input[type="checkbox"]:checked:hover + label {
      border-color: #002147;
      border-width: 2px;
      padding: 9px; }
    .radio-box input[type="radio"] + label,
    .radio-box input[type="checkbox"] + label {
      -o-transition: border-color ease-in-out 0.2s;
      -ms-transition: border-color ease-in-out 0.2s;
      -moz-transition: border-color ease-in-out 0.2s;
      -webkit-transition: border-color ease-in-out 0.2s;
      transition: border-color ease-in-out 0.2s;
      display: block;
      padding: 10px;
      background-color: #fff;
      border: 1px solid #aeb7c6; }
      .radio-box input[type="radio"] + label:hover,
      .radio-box input[type="checkbox"] + label:hover {
        cursor: pointer;
        border-color: #01b2be;
        border-width: 2px;
        padding: 9px; }
  .radio-box input[type="radio"] + label {
    color: #002147; }

article.gallery .gallery-wrapper {
  margin-top: 20px; }
  article.gallery .gallery-wrapper > div > div:first-child {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px; }
  article.gallery .gallery-wrapper > div > div > div {
    display: inline-block;
    margin: 2px 5px; }
    article.gallery .gallery-wrapper > div > div > div img {
      width: auto;
      margin: 0; }
  @media screen and (max-width: 500px) {
    article.gallery .gallery-wrapper > div > div > div {
      width: 45%;
      margin: 2% 2%; } }

#cboxOverlay {
  background: #002147;
  opacity: 0.95 !important; }

#colorbox {
  overflow: visible; }
  #colorbox #cboxWrapper {
    background: transparent;
    overflow: visible; }
    #colorbox #cboxWrapper button {
      min-width: 0;
      transition: none; }
    #colorbox #cboxWrapper #cboxMiddleLeft, #colorbox #cboxWrapper #cboxMiddleRight {
      width: 60px; }
    #colorbox #cboxWrapper #cboxContent {
      overflow: visible;
      background: transparent; }
      #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
        overflow: visible; }
      #colorbox #cboxWrapper #cboxContent #cboxCurrent {
        display: none !important; }
      #colorbox #cboxWrapper #cboxContent #cboxPrevious {
        background-image: url("../images/ui/icon_gallery-previous.svg");
        background-position: 0 0;
        bottom: 50%;
        left: -65px;
        width: 48px;
        height: 48px;
        background-size: 100%; }
      #colorbox #cboxWrapper #cboxContent #cboxNext {
        bottom: 50%;
        right: -65px;
        left: auto;
        background-image: url("../images/ui/icon_gallery-next.svg");
        background-position: 0 0;
        width: 48px;
        height: 48px;
        background-size: 100%; }
      #colorbox #cboxWrapper #cboxContent #cboxClose {
        top: -35px;
        right: 0;
        width: 25px;
        height: 25px;
        background-image: url("../images/ui/icon_menu-close.svg");
        background-position: 0 0;
        background-size: 100%; }
      #colorbox #cboxWrapper #cboxContent #cboxTitle {
        display: block !important;
        bottom: 0;
        opacity: 1;
        background: white;
        padding: 20px !important;
        color: #002147;
        height: auto !important; }
        #colorbox #cboxWrapper #cboxContent #cboxTitle:empty {
          display: none !important; }
    @media screen and (max-width: 500px) {
      #colorbox #cboxWrapper #cboxMiddleLeft, #colorbox #cboxWrapper #cboxMiddleRight {
        width: 30px; }
      #colorbox #cboxWrapper #cboxContent #cboxPrevious {
        left: -28px;
        width: 24px;
        height: 24px; }
      #colorbox #cboxWrapper #cboxContent #cboxNext {
        right: -28px;
        width: 24px;
        height: 24px; } }

img {
  display: none; }
  img[data-src] {
    opacity: 0;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  img.loaded {
    opacity: 1; }

* {
  box-sizing: border-box; }

.throbber {
  height: 40px;
  width: 40px;
  background: url("../images/ui/throbber.gif") 50% 50% no-repeat;
  background-size: 35px; }

ul.reset {
  margin: 0;
  padding: 0; }

.hidden {
  display: none; }

.central {
  text-align: center; }

.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px; }

.italic {
  font-style: italic; }

.small,
.small p {
  font-size: 12px;
  line-height: 16px; }

h1,
h2,
h3,
h4 {
  margin-top: 0;
  word-wrap: break-word; }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child {
    margin-bottom: 0; }

#block-reuters-page-title {
  margin-bottom: 20px; }

section.no-padding #block-reuters-page-title {
  margin: 0;
  padding-top: 20px; }

h1 {
  font-size: 36px;
  line-height: 48px; }

h2 {
  font-size: 28px;
  line-height: 34px; }

h3 {
  font-size: 24px;
  line-height: 30px; }

h4 {
  font-size: 18px;
  line-height: 24px; }

p {
  font-size: 16px;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 25px; }
  p:last-child {
    margin-bottom: 0; }
  p.blockquote {
    padding: 0 30px 10px;
    border-left: 3px solid #aeb7c6;
    font-size: 18px;
    line-height: 24px;
    font-style: italic; }
    p.blockquote::before {
      content: '"';
      font-size: 40px;
      line-height: 35px;
      font-weight: 700;
      height: 20px;
      display: block; }
    p.blockquote::after {
      content: '"'; }
  p a {
    word-wrap: break-word; }

.page-content ul,
.page-content ol {
  margin-bottom: 25px; }
  .page-content ul:last-child,
  .page-content ol:last-child {
    margin-bottom: 0; }

ul:not(.reset) li,
ol:not(.reset) li {
  font-size: 16px;
  line-height: 21px; }

div.video-embed-field-responsive-video {
  margin-bottom: 25px; }

a {
  color: #fe6900; }

a.application-button {
  display: block;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  background: url("../images/background_next-application.svg") 50% 50% no-repeat;
  background-size: cover;
  font-weight: 700;
  text-decoration: none;
  padding: 20px; }
  a.application-button::before {
    content: 'Next application deadline:';
    display: block;
    font-size: 12px;
    font-style: italic;
    font-weight: 400; }
  a.application-button::after {
    content: 'Apply Now >';
    float: right;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 500px) {
      a.application-button::after {
        display: block;
        float: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        margin-top: 15px; } }
  a.application-button:not(:last-child) {
    margin-bottom: 25px; }

a.button,
button,
input[type="submit"] {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  min-width: 190px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #fe6900;
  border: 3px solid #fe6900;
  padding: 12px;
  font-weight: 700;
  cursor: pointer;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a.button:hover,
  button:hover,
  input[type="submit"]:hover {
    border: 3px solid #002147; }
    a.button:hover.white-border,
    button:hover.white-border,
    input[type="submit"]:hover.white-border {
      border-color: #fff; }

img {
  display: block;
  height: auto;
  max-width: 100%; }

article[role="article"] img {
  margin-bottom: 25px; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  background: #dbdfe6;
  color: #002147;
  font-family: 'Tisa Sans', arial, sans-serif; }
  @media screen and (max-width: 1000px) {
    body.overlaid {
      height: 100vh;
      overflow: hidden; } }
  body.blue {
    background: #002147; }

.wrapper {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto; }
  .wrapper.narrow {
    width: 800px; }
  @media screen and (max-width: 1200px) {
    .wrapper {
      padding-left: 20px;
      padding-right: 20px; } }

.container .dialog-off-canvas-main-canvas {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex: 1 0 auto; }
  .container .dialog-off-canvas-main-canvas > section {
    position: relative;
    background: #dbdfe6; }
    .container .dialog-off-canvas-main-canvas > section:not(.no-padding) {
      padding-top: 40px;
      padding-bottom: 40px; }
    .container .dialog-off-canvas-main-canvas > section:last-child {
      padding-bottom: 60px; }
    @media screen and (max-width: 1200px) {
      .container .dialog-off-canvas-main-canvas > section.narrow-central {
        text-align: center; } }
    .container .dialog-off-canvas-main-canvas > section.separated + section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 1200px;
      max-width: 100%;
      border-top: 1px solid #aeb7c6; }

.menu-hide-small .list-open {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .menu-hide-small .list-open::before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background: url("../images/ui/icon_menu_blue.svg") 50% 50% no-repeat;
    background-size: 25px 25px;
    margin-right: 20px; }
.menu-hide-small.open .list-open::before {
  background-image: url("../images/ui/icon_menu_close_blue.svg"); }
@media screen and (max-width: 850px) {
  .menu-hide-small .list-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu-hide-small .menu-hide-small-wrapper {
    display: none; }
  .menu-hide-small.open .menu-hide-small-wrapper {
    display: block;
    text-align: left;
    margin-top: 30px; }
    .menu-hide-small.open .menu-hide-small-wrapper a {
      display: inline-block;
      width: 100%; }
      .menu-hide-small.open .menu-hide-small-wrapper a:not(:last-child) {
        margin: 0 0 20px; } }

.section-menu {
  line-height: 18px;
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #aeb7c6; }
  .section-menu a {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    color: #002147;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none; }
    .section-menu a.selected {
      font-weight: 700; }
    .section-menu a:not(:last-child) {
      margin-right: 20px; }

header nav ul.reset.menu li > ul.reset.menu li ul.reset.menu {
  display: none; }
header nav ul.reset.menu li > ul.reset.menu li:hover ul.reset.menu {
  left: -183px;
  top: 0;
  padding-top: 0;
  width: 180px;
  display: block; }
  header nav ul.reset.menu li > ul.reset.menu li:hover ul.reset.menu:before {
    transform: rotate(90deg);
    right: -6px;
    left: auto;
    top: 18px; }
  header nav ul.reset.menu li > ul.reset.menu li:hover ul.reset.menu:after {
    transform: rotate(90deg);
    right: -10px;
    left: auto;
    top: 17px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  img[src$=".svg"] {
    width: 100%; } }
.paragraph--type--versatile-content {
  width: 100%;
  float: left;
  margin-bottom: 30px; }
  .paragraph--type--versatile-content .left-content {
    clear: left;
    float: left;
    width: 48%;
    margin-right: 1%; }
    .paragraph--type--versatile-content .left-content .field_title {
      font-size: 36px;
      line-height: 48px;
      font-weight: bold;
      margin-bottom: 10px; }
    .paragraph--type--versatile-content .left-content .field_link a {
      padding: 12px;
      background: #fe6900;
      color: #fff;
      text-decoration: none;
      clear: both;
      float: left;
      margin: 10px 0px; }
  .paragraph--type--versatile-content .right-content {
    display: inline-block;
    width: 48%;
    margin-left: 1%; }

  .paragraph--type--footer-paragraph {
	color: #fff;
	font-size: 21px;
	line-height: 26px;
	background: #002147;
	float: left;
	margin-bottom: 20px;
	padding :20px; }

 .paragraph-grid-item > div > div {
  float: left;
  width: 30.7%;
  background: #002147;
  padding: 20px;
  margin: 0 10px;
  text-align: center;
  margin-bottom: 40px; }
 .paragraph-grid-item > div > div a {
    text-decoration: navajowhite;
    font-size: 25px; }
@media screen and (max-width: 1000px) {
  header nav ul.reset.menu li > ul.reset.menu li ul.reset.menu {
    display: none; }
  header nav ul.reset.menu li > ul.reset.menu li:hover ul.reset.menu {
    left: auto;
    top: inherit;
    padding-top: 0;
    width: 100%;
    display: none; }
  header nav ul.reset.menu li > ul.reset.menu li.open ul.reset.menu {
    left: auto;
    top: inherit;
    padding-top: 0;
    width: 100%;
    display: block; }
  header nav ul.reset.menu li > ul.reset.menu li ul.reset.menu > li > a {
    padding-left: 60px; }
  header nav ul.reset.menu li > ul.reset.menu > li .dropdown {
    display: block;
    position: absolute;
    top: 11px;
    right: 0;
    padding: 18px 25px;
    cursor: pointer;
    background: url(/sites/default/themes/reuters/images/ui/icon_down-arrow.svg) 50% 50% no-repeat #fe6900;
    background-size: 20px auto; }
  header nav ul.reset.menu li > ul.reset.menu > li.open .dropdown {
    background-image: url(/sites/default/themes/reuters/images/ui/icon_up-arrow.svg);
    background-color: #01b2be; } }

.sharethis-wrapper {
  float: right;
  margin-bottom: 10px;
  position: fixed;
  right: 0;
  z-index: 99;
  top: 50%; }

.search-result-wrapper {
  font-size: 0;
  padding: 0 15px; }
  .search-result-wrapper .left-sidebar {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 25%;
    float: left; }
  .search-result-wrapper .search-result-inner {
    display: inline-block;
    vertical-align: top;
    font-size: 14px; }
    .search-result-wrapper .search-result-inner .item-list ul {
      padding: 0;
      margin: 0; }
    .search-result-wrapper .search-result-inner .item-list ul li {
      list-style: none;
      background-color: #fff;
      padding: 10px;
      margin-bottom: 15px;
      box-shadow: 0px 0px 6px 2px #d4d4d4;
      width: 100%;
      float: left; }
      .search-result-wrapper .search-result-inner .item-list ul li .image {
        display: inline-block;
        max-width: 140px;
        vertical-align: middle;
        margin-right: 3%; }
      .search-result-wrapper .search-result-inner .item-list ul li .search-right {
        display: inline-block;
        vertical-align: middle;
        max-width: 80%; }
  .search-result-wrapper .right_side {
    width: 75%;
    float: left; }
    .search-result-wrapper .right_side nav.pager {
      position: static;
      float: left;
      width: 100%;
      margin-bottom: 50px;
      text-align: center; }

.left-sidebar .facets-checkbox + label:before {
  width: 20px;
  height: 20px;
  content: '';
  background-color: #fff;
  border: 1px solid #777;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0; }
.left-sidebar .facets-checkbox:checked + label:before {
  content: url("../images/checkbox.png");
  width: 20px;
  height: 20px; }
.left-sidebar .item-list__checkbox {
  margin: 0;
  padding: 0; }
  .left-sidebar .item-list__checkbox .facet-item {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px; }
    .left-sidebar .item-list__checkbox .facet-item .facets-checkbox {
      -moz-appearance: checkbox;
      -webkit-appearance: checkbox;
      appearance: checkbox;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      margin: 0;
      top: 0;
      cursor: pointer;
      z-index: 2;
      opacity: 0; }

.fellowship-row.views-row {
  width: 30%;
  margin: 10px 1% 20px;
  padding: 20px 15px;
  float: left;
  border: 1px solid #b2135f;
  background: #fff; }
  .fellowship-row.views-row .views-field.views-field-field-description {
    text-align: center;
    margin-bottom: 15px; }
  .fellowship-row.views-row .views-field.views-field-field-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    color: #b2135f;
    font-weight: bold; }

.fellowship-row .views-field.views-field-field-link a {
  margin: 0 auto;
  width: 102px;
  display: table;
  background: #b2135f;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize; }

#block-views-block-fellowship-contents-block-1 h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 5px; }

.flexslider {
  margin: 0px;
  background: transparent;
  border: 0px;
  box-shadow: none; }
  .flexslider ol li a {
    background: #b2135f; }
  .flexslider .flex-control-nav {
    bottom: -10px; }

.flag {
  font-weight: bold;
  font-size: 20px; }
.flagged-view table {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center; }
.flagged-view table tr td {
  padding: 12px; }
.flagged-view .flag-needs-review {
  font-size: 16px;
  font-weight: normal; }

/*# sourceMappingURL=main.css.map */

