header.header {
  height: auto; }
  header.header .row {
    border-bottom: none;
    max-width: 1080px;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px; }
  header.header .logo {
    background: #fff url(../images/MMDI-logo.svg) no-repeat center center;
    background-size: 365px auto;
    height: 185px;
    display: block;
    width: 350px;
    text-indent: -50000px; }
    @media screen and (max-width: 768px) {
      header.header .logo {
        width: 100%; } }
  header.header .site-branding {
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 270px;
    margin: -70px 0 0 auto; }
    @media screen and (max-width: 768px) {
      header.header .site-branding {
        display: none; } }
    header.header .site-branding span {
      margin-right: auto; }
    header.header .site-branding a.home_logo, header.header .site-branding a.home_logo:link, header.header .site-branding a.home_logo:visited {
      background: url(../images/sp-header-logo.svg) right center no-repeat;
      background-size: 220px auto;
      width: 100%;
      height: 100%;
      display: flex;
      margin: 0 0 0 auto;
      z-index: 20; }

section.intro {
  background: url(../images/mmdi-header.jpg) no-repeat center top;
  background-size: cover;
  height: 100vh;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  section.intro h1 {
    font-family: 'Chivo';
    visibility: visible;
    text-align: left;
    line-height: 70px;
    letter-spacing: 0px;
    font-weight: 900;
    font-size: 60px;
    margin: 0px;
    border-radius: 0px;
    padding: 100px 0 0px;
    color: white;
    text-decoration: none;
    max-width: 60%; }
    @media screen and (max-width: 768px) {
      section.intro h1 {
        max-width: 100%;
        font-size: 50px;
        line-height: 55px;
        padding: 0; } }
  section.intro:after {
    display: block;
    width: 100%;
    height: 200px;
    content: '';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
    position: absolute;
    top: 0;
    left: 0; }

section.offerings {
  padding: 50px 0;
  background: #00ADEE; }
  section.offerings .row {
    width: 100%;
    max-width: 100%; }
  section.offerings .track {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      section.offerings .track {
        flex-direction: row;
        flex-wrap: wrap; } }
    section.offerings .track a, section.offerings .track a:link, section.offerings .track a:visited {
      margin: 0 0 20px;
      text-align: center;
      min-width: 185px; }
      section.offerings .track a .img, section.offerings .track a:link .img, section.offerings .track a:visited .img {
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;
        width: 160px;
        height: 90px;
        margin: 0 auto 20px; }
        @media screen and (max-width: 768px) {
          section.offerings .track a .img, section.offerings .track a:link .img, section.offerings .track a:visited .img {
            margin: 0 auto 20px; } }
      @media screen and (max-width: 768px) {
        section.offerings .track a, section.offerings .track a:link, section.offerings .track a:visited {
          width: 50%; } }
    section.offerings .track h4 {
      font-weight: normal;
      font-size: 16px;
      color: #fff; }
  section.offerings a.link-lg, section.offerings a.link-lg:link, section.offerings a.link-lg:visited {
    display: block;
    margin: 40px auto 0;
    color: #fff;
    text-align: center;
    font-family: 'Chivo';
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    background: url(../images/next-white.svg) no-repeat top right;
    background-size: 30px auto;
    padding: 0 30px 0 0;
    line-height: 30px;
    width: 450px; }
    section.offerings a.link-lg:hover, section.offerings a.link-lg:link:hover, section.offerings a.link-lg:visited:hover {
      text-decoration: underline; }
    @media screen and (max-width: 768px) {
      section.offerings a.link-lg, section.offerings a.link-lg:link, section.offerings a.link-lg:visited {
        width: 80%;
        background: url(../images/next-white.svg) no-repeat center right;
        background-size: 30px auto; } }
section.block-textarea#mmdi-home {
  background: #fff; }
  section.block-textarea#mmdi-home .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      section.block-textarea#mmdi-home .row {
        flex-direction: column;
        justify-content: center; } }
    section.block-textarea#mmdi-home .row .text-area {
      margin-right: auto;
      max-width: 60%; }
      section.block-textarea#mmdi-home .row .text-area p {
        font-size: 16px;
        line-height: 26px; }
      @media screen and (max-width: 768px) {
        section.block-textarea#mmdi-home .row .text-area {
          max-width: 100%;
          text-align: center; } }
    section.block-textarea#mmdi-home .row .logo {
      max-width: 300px;
      margin-left: auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-end; }
      section.block-textarea#mmdi-home .row .logo img {
        margin: 0 0 20px; }
      @media screen and (max-width: 768px) {
        section.block-textarea#mmdi-home .row .logo {
          align-items: center;
          justify-content: center;
          margin: 30px auto 0; } }
section.blocks {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    section.blocks {
      flex-direction: column; } }
  section.blocks .block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 33.33%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    align-items: center; }
    section.blocks .block h2 {
      color: #fff;
      text-align: center;
      font-size: 36px;
      margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      section.blocks .block {
        width: 100%; } }
section.cta {
  background: #00ADEE;
  padding: 100px 0;
  text-align: center; }
  section.cta h3 {
    color: #fff;
    font-size: 46px;
    line-height: 50px;
    text-transform: none;
    max-width: 70%;
    margin: 0 auto 20px; }
    @media screen and (max-width: 768px) {
      section.cta h3 {
        max-width: 100%;
        font-size: 36px;
        line-height: 40px; } }
  section.cta a.btn {
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #fff;
    height: auto;
    color: #fff;
    background: #00ADEE;
    border-radius: 5px;
    padding: 4px 20px;
    max-height: 40px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px; }
    section.cta a.btn:hover {
      background: #fff;
      color: #00ADEE; }
