@charset "UTF-8";
#mse {
  font-family: "Graphik Web", sans-serif;
  padding: 0;
  margin: 0;
  background: #fff;
  padding: 15px;
  -webkit-font-feature-settings: 'liga', 'kern';
  font-feature-settings: 'liga', 'kern'; }
  #mse input,
  #mse select,
  #mse textarea,
  #mse button {
    font-family: "Graphik Web", sans-serif; }
  #mse .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  #mse .heading--primary {
    color: #002856;
    font-size: 24px;
    line-height: 1.1;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 500px) {
      #mse .heading--primary {
        font-size: 27px; } }
    @media (min-width: 768px) {
      #mse .heading--primary {
        font-size: 32px; } }
  #mse .heading--secondary {
    font-size: 24px;
    font-weight: normal; }
  #mse .heading--wide {
    max-width: 1200px; }
  #mse .btn {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: currentColor;
    background: transparent none left center no-repeat;
    border: none;
    font-size: 19px;
    text-align: left;
    line-height: 1.5;
    padding: 1em; }
    #mse .btn--solid {
      background: #0052d6;
      color: #fff;
      font-weight: bold; }
    #mse .btn--block {
      display: block;
      padding: 1em;
      line-height: 1; }
    #mse .btn--has-icon {
      background-size: auto 30px;
      padding-left: 50px; }
    #mse .btn--video {
      background-image: url("../images/play-circle.png"); }
    #mse .btn--expand {
      background-image: url("../images/plus-circle.png"); }
    #mse .btn--framework {
      font-weight: bold;
      font-size: 24px;
      line-height: 1.1;
      min-height: 30px;
      color: #002856; }
  #mse .text--center {
    text-align: center; }
  #mse .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; }
    #mse .video-wrapper > * {
      position: absolute;
      width: 100%;
      height: 100%; }
    #mse .video-wrapper span {
      position: absolute !important;
      width: 100% !important;
      height: 100% !important; }
    #mse .video-wrapper iframe {
      width: 100%;
      height: 100%; }
  #mse .m-t-none {
    margin-top: 0; }
  #mse .m-t-xxs {
    margin-top: 0.25em; }
  #mse .m-t-xs {
    margin-top: 0.5em; }
  #mse .m-t-sm {
    margin-top: 1em; }
  #mse .m-t-md {
    margin-top: 1.5em; }
  #mse .m-t-lg {
    margin-top: 2em; }
  #mse .m-t-xl {
    margin-top: 3em; }
  #mse .m-t-xxl {
    margin-top: 4em; }
  #mse .m-b-none {
    margin-bottom: 0; }
  #mse .m-b-xxs {
    margin-bottom: 0.25em; }
  #mse .m-b-xs {
    margin-bottom: 0.5em; }
  #mse .m-b-sm {
    margin-bottom: 1em; }
  #mse .m-b-md {
    margin-bottom: 1.5em; }
  #mse .m-b-lg {
    margin-bottom: 2em; }
  #mse .m-b-xl {
    margin-bottom: 3em; }
  #mse .m-b-xxl {
    margin-bottom: 4em; }
  #mse .video-intro {
    display: block; }
    @media (min-width: 992px) {
      #mse .video-intro {
        display: none; } }
  #mse .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 992px) {
      #mse .cards {
        display: -ms-grid;
        display: grid;
        grid-gap: 7px;
        -ms-grid-rows: 1fr [8];
        grid-template-rows: repeat(8, 1fr);
        -ms-grid-columns: calc(16.66666% - 7px) [6];
        grid-template-columns: repeat(6, calc(16.66666% - 7px)); } }
    @media (min-width: 1270px) {
      #mse .cards {
        -ms-grid-rows: 1fr [5];
        grid-template-rows: repeat(5, 1fr);
        -ms-grid-columns: calc(11.111% - 7px) [9];
        grid-template-columns: repeat(9, calc(11.111% - 7px)); } }
    #mse .cards__middle {
      display: block;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 992px) {
        #mse .cards__middle {
          display: -ms-grid;
          display: grid;
          position: relative;
          -ms-grid-column: 2;
          grid-column-start: 2;
          -ms-grid-column-span: 4;
          grid-column-end: 6;
          -ms-grid-row: 2;
          grid-row-start: 2;
          -ms-grid-row-span: 6;
          grid-row-end: 8;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          justify-items: center;
          text-align: center; } }
      @media (min-width: 1270px) {
        #mse .cards__middle {
          -ms-grid-column: 2;
          grid-column-start: 2;
          -ms-grid-column-span: 7;
          grid-column-end: 9;
          -ms-grid-row: 2;
          grid-row-start: 2;
          -ms-grid-row-span: 3;
          grid-row-end: 5; } }
      .cssgridlegacy #mse .cards__middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    #mse .cards__middle-content {
      max-width: 550px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      #mse .cards__middle-content h2 {
        color: #002856;
        margin: 0;
        font-size: 2em;
        line-height: 1.15; }
        @media (min-width: 992px) {
          #mse .cards__middle-content h2 {
            font-size: 2.9375em; } }
      #mse .cards__middle-content p {
        color: #002856;
        font-weight: bold;
        font-size: 1.3em;
        margin-top: 1em;
        line-height: 1.2; }
        @media (min-width: 992px) {
          #mse .cards__middle-content p {
            font-size: 1.625em; } }
      #mse .cards__middle-content a {
        color: #0052d6;
        text-decoration: none; }
    #mse .cards__btn {
      margin-bottom: 1em;
      margin-top: 2em;
      padding: 0.75em;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      font-size: 16px;
      text-align: center;
      -webkit-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s; }
      #mse .cards__btn .heading {
        font-size: inherit;
        font-weight: bold; }
        #mse .cards__btn .heading:after {
          background: transparent url("../images/icon-arrow-down.png") center center no-repeat;
          display: block;
          width: 30px;
          height: 30px;
          margin-top: 0.25em;
          background-size: contain;
          content: '';
          margin-left: auto;
          margin-right: auto; }
      #mse .cards__btn:hover {
        background-color: #0052d6; }
      #mse .cards__btn--light-grey {
        color: #adaeae; }
      #mse .cards__btn--black {
        color: #fff;
        background-color: #000; }
      #mse .cards__btn--dark-blue {
        color: #fff;
        background-color: #002856; }
      #mse .cards__btn--bright-blue {
        color: #fff;
        background-color: #00adef; }
      #mse .cards__btn--dark-grey {
        color: #fff;
        background-color: #6f7878; }
      @media (min-width: 992px) {
        #mse .cards__btn {
          display: none; } }
    #mse .cards__heading {
      margin: 0;
      color: currentColor; }
  #mse .card {
    width: calc(50% - 0.5em);
    margin-bottom: 1em;
    font-weight: 500;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid transparent;
    -webkit-transition: border-color 0.25s;
    -o-transition: border-color 0.25s;
    transition: border-color 0.25s; }
    @media (min-width: 992px) {
      #mse .card {
        width: 100%;
        margin: 0;
        overflow: visible; }
        .cssgridlegacy #mse .card {
          width: auto;
          margin: 5px; } }
    #mse .card--dark-blue .card__link:hover, #mse .card--dark-blue .card__link.js--visited {
      background-color: #002856;
      color: #fff; }
    #mse .card--dark-grey .card__link:hover, #mse .card--dark-grey .card__link.js--visited {
      background-color: #6f7878;
      color: #fff; }
    #mse .card--black .card__link:hover, #mse .card--black .card__link.js--visited {
      background-color: #000;
      color: #fff; }
    #mse .card--bright-blue .card__link:hover, #mse .card--bright-blue .card__link.js--visited {
      background-color: #00adef;
      color: #fff; }
    #mse .card--opener {
      display: none; }
      @media (min-width: 992px) {
        #mse .card--opener {
          display: block; } }
      #mse .card--opener .card__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        color: #fff;
        padding: 1em; }
        #mse .card--opener .card__link:hover {
          background-color: #0052d6 !important; }
        #mse .card--opener .card__link > * {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          max-width: 100%;
          min-width: 7px; }
      #mse .card--opener:hover {
        border-color: #0052d6 !important; }
      #mse .card--opener .card__title {
        padding: 0;
        display: block; }
      #mse .card--opener .card__title:after {
        content: '';
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.5em;
        background: transparent none center center no-repeat;
        width: 30px;
        height: 30px;
        background-size: contain; }
    #mse .card--dark-blue {
      border-color: #002856; }
      #mse .card--dark-blue-opener {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1; }
        #mse .card--dark-blue-opener .card__link {
          background-color: #002856; }
        #mse .card--dark-blue-opener .card__title:after {
          background-image: url("../images/icon-arrow-right.png"); }
      #mse .card--dark-blue-1 {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1; }
      #mse .card--dark-blue-2 {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        grid-row: 1; }
      #mse .card--dark-blue-3 {
        -ms-grid-column: 4;
        grid-column: 4;
        -ms-grid-row: 1;
        grid-row: 1; }
      #mse .card--dark-blue-4 {
        -ms-grid-column: 5;
        grid-column: 5;
        -ms-grid-row: 1;
        grid-row: 1; }
      #mse .card--dark-blue-5 {
        -ms-grid-column: 6;
        grid-column: 6;
        -ms-grid-row: 1;
        grid-row: 1; }
    #mse .card--dark-grey {
      border-color: #6f7878; }
      #mse .card--dark-grey-opener {
        -ms-grid-column: 6;
        grid-column: 6;
        -ms-grid-row: 2;
        grid-row: 2; }
        #mse .card--dark-grey-opener .card__link {
          background-color: #6f7878; }
        #mse .card--dark-grey-opener .card__title:after {
          background-image: url("../images/icon-arrow-down.png"); }
          @media (min-width: 1270px) {
            #mse .card--dark-grey-opener .card__title:after {
              background-image: url("../images/icon-arrow-right.png"); } }
        @media (min-width: 1270px) {
          #mse .card--dark-grey-opener {
            -ms-grid-column: 7;
            grid-column: 7;
            -ms-grid-row: 1;
            grid-row: 1; } }
      #mse .card--dark-grey-1 {
        -ms-grid-column: 6;
        grid-column: 6;
        -ms-grid-row: 3;
        grid-row: 3; }
        @media (min-width: 1270px) {
          #mse .card--dark-grey-1 {
            -ms-grid-column: 8;
            grid-column: 8;
            -ms-grid-row: 1;
            grid-row: 1; } }
      #mse .card--dark-grey-2 {
        -ms-grid-column: 6;
        grid-column: 6;
        -ms-grid-row: 4;
        grid-row: 4; }
        @media (min-width: 1270px) {
          #mse .card--dark-grey-2 {
            -ms-grid-column: 9;
            grid-column: 9;
            -ms-grid-row: 1;
            grid-row: 1; } }
      #mse .card--dark-grey-3 {
        -ms-grid-column: 6;
        grid-column: 6;
        -ms-grid-row: 5;
        grid-row: 5; }
        @media (min-width: 1270px) {
          #mse .card--dark-grey-3 {
            -ms-grid-column: 9;
            grid-column: 9;
            -ms-grid-row: 2;
            grid-row: 2; } }
      #mse .card--dark-grey-4 {
        -ms-grid-column: 6;
        grid-column: 6;
        -ms-grid-row: 6;
        grid-row: 6; }
        @media (min-width: 1270px) {
          #mse .card--dark-grey-4 {
            -ms-grid-column: 9;
            grid-column: 9;
            -ms-grid-row: 3;
            grid-row: 3; } }
      #mse .card--dark-grey-5 {
        -ms-grid-column: 6;
        grid-column: 6;
        -ms-grid-row: 7;
        grid-row: 7; }
        @media (min-width: 1270px) {
          #mse .card--dark-grey-5 {
            -ms-grid-column: 9;
            grid-column: 9;
            -ms-grid-row: 4;
            grid-row: 4; } }
      #mse .card--dark-grey-6 {
        -ms-grid-column: 6;
        grid-column: 6;
        -ms-grid-row: 8;
        grid-row: 8; }
        @media (min-width: 1270px) {
          #mse .card--dark-grey-6 {
            -ms-grid-column: 9;
            grid-column: 9;
            -ms-grid-row: 5;
            grid-row: 5; } }
      #mse .card--dark-grey-7 {
        -ms-grid-column: 5;
        grid-column: 5;
        -ms-grid-row: 8;
        grid-row: 8; }
        @media (min-width: 1270px) {
          #mse .card--dark-grey-7 {
            -ms-grid-column: 8;
            grid-column: 8;
            -ms-grid-row: 5;
            grid-row: 5; } }
      #mse .card--dark-grey-8 {
        -ms-grid-column: 4;
        grid-column: 4;
        -ms-grid-row: 8;
        grid-row: 8; }
        @media (min-width: 1270px) {
          #mse .card--dark-grey-8 {
            -ms-grid-column: 7;
            grid-column: 7;
            -ms-grid-row: 5;
            grid-row: 5; } }
    #mse .card--black {
      border-color: #000; }
      #mse .card--black-opener {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 8;
        grid-row: 8; }
        @media (min-width: 1270px) {
          #mse .card--black-opener {
            -ms-grid-column: 6;
            grid-column: 6;
            -ms-grid-row: 5;
            grid-row: 5; } }
        #mse .card--black-opener .card__link {
          background-color: #000; }
        #mse .card--black-opener .card__title:after {
          background-image: url("../images/icon-arrow-left.png"); }
      #mse .card--black-1 {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 8;
        grid-row: 8; }
        @media (min-width: 1270px) {
          #mse .card--black-1 {
            -ms-grid-column: 5;
            grid-column: 5;
            -ms-grid-row: 5;
            grid-row: 5; } }
      #mse .card--black-2 {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 8;
        grid-row: 8; }
        @media (min-width: 1270px) {
          #mse .card--black-2 {
            -ms-grid-column: 4;
            grid-column: 4;
            -ms-grid-row: 5;
            grid-row: 5; } }
      #mse .card--black-3 {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 7;
        grid-row: 7; }
        @media (min-width: 1270px) {
          #mse .card--black-3 {
            -ms-grid-column: 3;
            grid-column: 3;
            -ms-grid-row: 5;
            grid-row: 5; } }
      #mse .card--black-4 {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 6;
        grid-row: 6; }
        @media (min-width: 1270px) {
          #mse .card--black-4 {
            -ms-grid-column: 2;
            grid-column: 2;
            -ms-grid-row: 5;
            grid-row: 5; } }
      #mse .card--black-5 {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 5;
        grid-row: 5; }
    #mse .card--bright-blue {
      border-color: #00adef; }
      #mse .card--bright-blue-opener {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 5;
        grid-row: 5; }
        #mse .card--bright-blue-opener .card__link {
          background-color: #00adef; }
        #mse .card--bright-blue-opener .card__title:after {
          background-image: url("../images/icon-arrow-up.png"); }
      #mse .card--bright-blue-1 {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 4;
        grid-row: 4; }
      #mse .card--bright-blue-2 {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 3;
        grid-row: 3; }
      #mse .card--bright-blue-3 {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2; }
    #mse .card__link {
      text-decoration: none;
      background-color: #fff;
      color: #000;
      height: 100%;
      display: block;
      -webkit-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s;
      text-align: center; }
      @media (min-width: 992px) {
        #mse .card__link {
          text-align: left; } }
    #mse .card__learn-more {
      font-size: 13px; }
    #mse .card__title {
      font-weight: bold;
      color: currentColor;
      padding: 16px 16px 8px 16px;
      font-size: 16px;
      margin: 0;
      line-height: 1;
      min-width: 1px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (min-width: 992px) {
        #mse .card__title {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      @media (min-width: 1200px) {
        #mse .card__title {
          font-size: 14px; } }
      @media (min-width: 1400px) {
        #mse .card__title {
          font-size: 16px; } }
      .cssgridlegacy #mse .card__title span {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 100%;
        min-width: 7px;
        display: block; }
    #mse .card__desc {
      margin: 0;
      padding: 0 16px 16px;
      color: currentColor;
      line-height: 1.2;
      font-size: 13px; }
      @media (min-width: 992px) {
        #mse .card__desc {
          font-size: 12px; } }
      #mse .card__desc--has-icon {
        background-position: calc(100% - 1em) center;
        background-repeat: no-repeat;
        padding-right: calc(50px + 1em);
        background-size: auto 40px; }
        @media (min-width: 992px) {
          #mse .card__desc--has-icon {
            background-size: auto 25px;
            padding-right: calc(30px + 1em); } }
        @media (min-width: 1200px) {
          #mse .card__desc--has-icon {
            background-size: auto 35px;
            padding-right: calc(50px + 1em); } }
      #mse .card__desc--icon-bullseye {
        background-image: url("../images/target@2x.png"); }
      #mse .card__desc--icon-globe {
        background-image: url("../images/vis-icon-sky-globe-01-2-x@2x.png"); }
      #mse .card__desc--icon-handshake {
        background-image: url("../images/icon-handshake-1-x-newblue@2x.png"); }
      #mse .card__desc--icon-clock {
        background-image: url("../images/icon-clock-newblue@2x.png"); }
      #mse .card__desc--icon-scales {
        background-image: url("../images/vis-icon-new-blue-scale-2-x@2x.png"); }
      #mse .card__desc--icon-money {
        background-image: url("../images/vis-icon-new-blue-wallet-2-x@2x.png"); }
      #mse .card__desc--icon-chart {
        background-image: url("../images/line-chart@2x.png"); }
      #mse .card__desc--icon-eye {
        background-image: url("../images/eye@2x.png"); }
      #mse .card__desc--icon-3people {
        background-image: url("../images/people-3@2x.png"); }
      #mse .card__desc--icon-gear {
        background-image: url("../images/vis-icon-new-blue-gears-01-2-x@2x.png"); }
      #mse .card__desc--icon-4people {
        background-image: url("../images/people-4@2x.png");
        -webkit-hyphens: manual;
        -ms-hyphens: manual;
        hyphens: manual; }
  #mse .page-footer {
    text-align: left;
    overflow: auto;
    margin-top: 48px; }
    @media (min-width: 768px) {
      #mse .page-footer {
        text-align: left; }
        #mse .page-footer__copyright {
          float: left;
          margin-top: 35px;
          margin-bottom: 0; }
        #mse .page-footer__logo {
          float: right; } }
  #mse .copyright {
    font-size: 10px;
    color: #6f7878; }

.modal-wrap {
  max-width: 900px;
  font-family: "Graphik Web", sans-serif;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-feature-settings: 'liga', 'kern';
  font-feature-settings: 'liga', 'kern';
  padding: 24px;
  font-size: 16px;
  background: #fff; }
  .modal-wrap .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; }
    .modal-wrap .video-wrapper > * {
      position: absolute;
      width: 100%;
      height: 100%; }
    .modal-wrap .video-wrapper span {
      position: absolute !important;
      width: 100% !important;
      height: 100% !important; }
    .modal-wrap .video-wrapper iframe {
      width: 100%;
      height: 100%; }
  .modal-wrap .btn {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: currentColor;
    background: transparent none left center no-repeat;
    border: none;
    font-size: 19px;
    text-align: left;
    line-height: 1.5; }
    .modal-wrap .btn--solid {
      background: #0052d6;
      color: #fff;
      font-weight: bold; }
    .modal-wrap .btn--block {
      display: block;
      padding: 1em;
      line-height: 1; }
    .modal-wrap .btn--has-icon {
      background-size: auto 30px;
      padding-left: 50px; }
    .modal-wrap .btn--video {
      background-image: url("../images/play-circle.png"); }
    .modal-wrap .btn--expand {
      background-image: url("../images/plus-circle.png"); }
    .modal-wrap .btn--framework {
      font-weight: bold;
      font-size: 24px;
      line-height: 1.1;
      min-height: 30px;
      color: #002856; }
  .modal-wrap .text--center {
    text-align: center; }
  @media (min-width: 992px) {
    .modal-wrap {
      padding: 2.5em; } }
  .modal-wrap__header {
    padding-right: 50px; }
  .modal-wrap__heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 0;
    color: #002856; }
    @media (min-width: 992px) {
      .modal-wrap__heading {
        font-size: 34px; } }
  .modal-wrap__lead {
    font-weight: bold;
    color: #002856;
    font-size: 19px; }
    @media (min-width: 992px) {
      .modal-wrap__lead {
        font-size: 24px; } }
  .modal-wrap__list {
    font-size: 15px;
    counter-reset: num; }
  .modal-wrap__item {
    counter-increment: num;
    margin-bottom: 1.25em;
    line-height: 1.5;
    min-height: 2em;
    position: relative;
    list-style: none outside; }
    .modal-wrap__item:before {
      content: counter(num) ".";
      position: absolute;
      line-height: 1;
      left: -1.25em;
      top: 0;
      font-weight: bold;
      font-size: 2em;
      color: #002856; }
  @media (min-width: 992px) {
    .modal-wrap__content-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .modal-wrap__content {
    font-size: 15px; }
    .modal-wrap__content > *:first-child {
      margin-top: 0; }
    @media (min-width: 992px) {
      .modal-wrap__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .modal-wrap__content--block {
      display: block; }
    .modal-wrap__content--hidden {
      display: none; }
  .modal-wrap__research {
    list-style: disc outside;
    margin: 0;
    padding: 0 0 0 1.25em; }
    .modal-wrap__research li {
      margin-bottom: 0.5em; }
      .modal-wrap__research li:last-child {
        margin-bottom: 0; }
  @media (min-width: 992px) {
    .modal-wrap__content-left {
      width: 50%; } }
  .modal-wrap__content-left > *:first-child {
    margin-top: 0; }
  .modal-wrap__content-right {
    padding-top: 48px; }
    @media (min-width: 992px) {
      .modal-wrap__content-right {
        padding-top: 0;
        width: 50%;
        padding-left: 64px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    .modal-wrap__content-right > *:first-child {
      margin-top: 0; }
  .modal-wrap__video {
    display: none; }

.modal-nav {
  margin-bottom: 1.5em; }
  @media (min-width: 992px) {
    .modal-nav {
      margin-bottom: 0;
      padding-right: 2em;
      min-width: 25%; } }
  .modal-nav__item {
    margin-bottom: 1em;
    font-weight: bold; }
    .modal-nav__item:last-child {
      margin-bottom: 0; }
    .modal-nav__item a {
      text-decoration: none;
      color: #002856; }
      .modal-nav__item a:hover {
        color: #00adef; }
    .modal-nav__item--active a {
      color: #00adef; }
      .modal-nav__item--active a:after {
        content: ' →'; }
  .modal-nav__label {
    display: block; }
    @media (min-width: 992px) {
      .modal-nav__label {
        display: none; } }
  .modal-nav__select {
    display: block; }
    @media (min-width: 992px) {
      .modal-nav__select {
        display: none; } }
  .modal-nav__list {
    list-style: none outside;
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 992px) {
      .modal-nav__list {
        display: block; } }

.callout {
  display: block;
  margin-top: 3em;
  margin-bottom: 1em;
  font-size: 20px;
  color: #002856;
  text-decoration: none;
  font-weight: bold;
  padding-left: 75px;
  background: transparent none left top no-repeat;
  background-size: auto 50px;
  min-height: 50px;
  padding-top: 3px; }
  .callout--video {
    background-image: url("../images/video-player@2x.png"); }
  .callout--document {
    background-image: url("../images/document-check@2x.png"); }

.mfp-close-btn-in .mfp-close {
  color: #6f7878;
  border: 2px solid #6f7878;
  border-radius: 100%;
  font-size: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 16px;
  right: 16px; }

.mfp-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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