/* ***************************************************/
*, *:before, *:after {
  box-sizing: inherit;
}

* {
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
}

html {
  box-sizing: border-box;
  background-color: #000000;
  font-size: 20px;
}

@media (min-width: 1800px) {
  html {
    font-size: 30px;
  }
}
body {
  background-color: #000000;
}

.contentSlider {
  padding: 0 !important;
  background-color: #ffffff;
}

.brandBGInverse {
  background-color: #9b3e97 !important;
}

.brandBGInverseDark {
  background-color: #000000 !important;
}

.pushtop {
  padding-top: 6rem;
}

.pushbottom {
  padding-bottom: 5rem;
}

.pushtopMobile {
  padding-top: 6rem;
}

@media (max-width: 575px) {
  .pushtopMobile {
    padding-top: 2rem;
  }
}
body {
  position: relative;
}

.max60 {
  max-width: 60%;
}

/* START LOGO */
/* Animations */
@keyframes floating {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-10px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}
#mainlogo {
  width: 100%;
  position: absolute;
  z-index: 9000;
  top: -1rem;
  left: 0;
  display: block;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 25rem;
  /*animation: floating 4s ease-in-out infinite;
  will-change: transform;
  animation-delay: 0s;
  transition: all .2s ease;*/
}

#mainlogo:hover {
  animation-play-state: paused;
  transform: translatey(0px);
}

#mainlogo:active {
  animation: none;
  transform: translatey(0px);
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
}

body .svg .cls-1 {
  fill: #000000;
}

body .svg .cls-2 {
  fill: #9b3e97;
}

@media (max-width: 575px) {
  .homeheader .justify-content-center {
    justify-content: flex-end !important;
  }
}
/* END LOGO */
/* BUTTON STYLING */
body button {
  color: #9b3e97;
  padding: 0.75rem 1.5rem;
  border-radius: 2.5rem;
  font-size: 0.75rem;
  font-weight: 900;
  transition: all 0.2s ease;
  background-color: rgba(255, 255, 255, 0.9);
}

body button:hover {
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.2);
}

body button:active {
  box-shadow: none;
  background-color: rgba(220, 220, 220, 0.9);
  mix-blend-mode: normal;
  box-shadow: inset 0px 1px 3px -3px rgba(0, 0, 0, 0.54);
}

body .brandInverse button:active {
  box-shadow: none;
  background-color: rgba(220, 220, 220, 0.9);
  mix-blend-mode: normal;
  box-shadow: inset 0px 1px 3px -3px rgba(0, 0, 0, 0.54);
}

body button:focus {
  outline: none;
}

/* STANDARD ELEMENT STYLING */
body a {
  color: #9b3e97;
}

body a:hover {
  color: rgb(118.5714285714, 47.4285714286, 115.5115207373);
}

body a:focus {
  outline: none;
}

hr {
  margin-top: 1rem;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #000000;
}

blockquote {
  border: none;
  padding: 0;
  font: italic 300 1.5rem/1.6rem "Lato", sans-serif;
  letter-spacing: 0px;
  text-transform: inherit;
}

blockquote::before {
  content: '"';
  font-size: 2rem;
  font-weight: 900;
  margin-left: -0.75rem;
}

blockquote::after {
  content: '"';
  font-size: 2rem;
  font-weight: 900;
}

blockquote.thin {
  font: 300 1.75rem/2.1rem "Lato", sans-serif;
}

blockquote.read {
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0px;
}

blockquote.small {
  font: 900 1.2rem/2.4rem "Lato", sans-serif;
  letter-spacing: 0px;
  text-transform: none;
}

@media (max-width: 768px) {
  blockquote {
    font: italic 900 1.4rem/1.6rem "Lato", sans-serif;
  }
}
body h1 {
  color: #000000;
  font: 900 3rem/3rem "Lato", sans-serif;
  letter-spacing: -1px;
  margin-bottom: 0.5rem;
}

body h2 {
  color: #000000;
  font: 900 2rem/2rem "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

body h3 {
  color: #000000;
  font: 900 1.5rem/1.5rem "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 0.5rem;
}

body h4 {
  color: #000000;
  font: 900 1rem/1rem "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

body h5, body h6 {
  color: #000000;
  font: 400 0.7rem/0.7rem "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

body p.lead {
  font: 400 0.9rem/1.1rem "Lato", sans-serif;
  margin-bottom: 0.75rem;
}

body p {
  font: 400 0.7rem/0.9rem "Lato", sans-serif;
  margin-bottom: 0.75rem;
}

body p.description {
  font: 300 0.6rem/0.7rem "Lato", sans-serif;
  padding: 0;
  margin: 0 0 0.5rem;
}

.brandInverse h1, .brandInverse h2, .brandInverse h3, .brandInverse h4, .brandInverse h5, .brandInverse h6, .brandInverse p {
  color: #ffffff;
}

h1.brandPurple, h2.brandPurple, h3.brandPurple, h4.brandPurple, h5.brandPurple, h6.brandPurple, p.brandPurple {
  color: #9b3e97;
}

ul.nicelist, ol.nicelist {
  margin: 0 0 1rem 2rem;
  padding: 0;
}

.nicelist li {
  font-size: 0.7rem;
}

body .breadcrumb {
  padding: 0;
  background-color: transparent !important;
  font-size: 0.6rem;
}

.divider {
  color: #333333;
  margin: 0 5px;
}

.twocolumns {
  -webkit-columns: 2 150px;
  -moz-columns: 2 150px;
  columns: 2 150px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}

.threecolumns {
  -webkit-columns: 3 150px;
  -moz-columns: 3 150px;
  columns: 3 150px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}

.col-md-6 .twocolumns, .col-md-6 .threecolumns {
  -webkit-columns: 2 150px;
  -moz-columns: 2 150px;
  columns: 2 150px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}

@media (max-width: 992px) {
  .twocolumns, .threecolumns {
    -webkit-columns: 2 150px;
    -moz-columns: 2 150px;
    columns: 2 150px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}
@media (max-width: 768px) {
  .twocolumns, .col-md-6 .twocolumns, .threecolumns, .col-md-6 .threecolumns {
    -webkit-columns: 1 150px;
    -moz-columns: 1 150px;
    columns: 1 150px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}
.icons a i {
  font-size: 5rem;
}

.icons a:hover i {
  color: rgb(118.5714285714, 47.4285714286, 115.5115207373);
}

.paddingcrusher {
  padding-left: 0;
  padding-right: 0;
}

.thin {
  font-weight: 300 !important;
}

.thick {
  font-weight: 900;
}

.upper {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.lower {
  text-transform: lowercase;
  display: inline-block;
}

.center {
  text-align: center;
}

.complete {
  text-decoration: line-through !important;
}

/*  CSS from the Calendar Plugin  */
.google_cal,
.google_cal_2 {
  margin-left: 0px;
}

.google_cal ul,
.google_cal_2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.google_cal li {
  margin-bottom: 1rem;
}

.google_cal_2 li {
  margin-bottom: 1rem;
}

.google_cal a,
.google_cal_2 a {
  text-decoration: none;
  color: #9b3e97 !important;
}

.google_cal a:hover,
.google_cal_2 a:hover {
  color: rgb(118.5714285714, 47.4285714286, 115.5115207373) !important;
  text-decoration: none;
}

.google_cal .google_event_title,
.google_cal_2 .google_event_title {
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 0.9rem;
}

.google_cal .google_event_date,
.google_cal_2 .google_event_date {
  color: #555;
  font-size: 0.8rem;
  font-weight: 900;
  font-style: italic;
  line-height: 0.9rem;
}

.google_cal .google_event_location,
.google_cal_2 .google_event_location {
  font-weight: 900;
  font-size: 0.6rem;
}

.google_cal .google_event_description,
.google_cal_2 .google_event_description {
  margin-top: 0.5rem;
  font-size: 0.6rem;
  display: none;
}

.google_cal_2 .google_event_date,
.google_cal_2 .google_event_location,
.google_cal_2 .google_event_description {
  display: none;
}

/* Scaling the First One */
.google_cal .google_event_list li:first-child .google_event_title {
  font-size: 2rem;
  line-height: 1.9rem;
  margin-bottom: 0.5rem;
}

.google_cal .google_event_list li:first-child .google_event_date {
  font-size: 1.2rem;
  line-height: 1.1rem;
  margin-bottom: 0.3rem;
}

.google_cal .google_event_list li:first-child .google_event_location {
  font-size: 0.9rem;
  line-height: 0.9rem;
}

.google_cal .google_event_list li:first-child .google_event_description {
  display: block;
}

/* brandInverse */
.brandInverse .google_cal a,
.brandInverse .google_cal_2 a {
  text-decoration: none;
  color: #ffffff !important;
}

.brandInverse .google_cal a:hover,
.brandInverse .google_cal_2 a:hover {
  color: #ffffff !important;
}

/* Video Responsive */
.video-container {
  position: relative;
  padding-bottom: 54%;
  padding-top: 1.5rem;
  height: 0;
  overflow: hidden;
  mix-blend-mode: normal;
}

/* 6-column Video Responsive */
.col-md-6.video-container {
  position: relative;
  padding-bottom: 26%;
  padding-top: 1.5rem;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  /* 6-column Video Responsive */
  .col-md-6.video-container {
    position: relative;
    padding-bottom: 54%;
    padding-top: 1.5rem;
    height: 0;
    overflow: hidden;
  }
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  mix-blend-mode: normal;
}

.anchor iframe,
.anchor object,
.anchor embed {
  background-color: #ffffff;
  mix-blend-mode: normal;
}

.video-container.normal,
.video-container.normal iframe,
.video-container.normal object,
.video-container.normal embed {
  mix-blend-mode: none !important;
}

/***********************************
***********************************
***********************************
***********************************
PRIORITIES PAGE
***********************************
***********************************
***********************************
***********************************/
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.carousel-item {
  display: flex;
  height: 100vh !important;
  min-height: 20rem;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item {
  display: block;
  padding: 6rem 4rem;
  text-align: center !important;
}

.publicAnnouncement {
  background-color: #9b3e97;
  background-image: url("/imgs/MKEDRAW-GRID-sm.jpg");
  background-blend-mode: multiply;
  background-position: top center;
  background-size: 100%;
  backdrop-filter: saturate(300%) blur(8px) contrast(100%);
}

.modeling {
  background-color: #999;
  background-image: url("/imgs/MKEDRAW-GRID-2sm.jpg");
  background-blend-mode: multiply;
  background-position: top center;
  background-size: 100%;
  backdrop-filter: saturate(300%) blur(8px) contrast(100%);
}

.distancing {
  background-color: #F5E499;
  background-image: url("/imgs/MKEDRAW-GRID-3sm.jpg");
  background-blend-mode: multiply;
  background-position: top center;
  background-size: cover;
}

/* Special Links */
.cta {
  position: relative;
  margin: auto;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  transition: all 0.2s ease;
  display: inline-flex;
}

.cta:hover {
  text-decoration: none;
}

.cta:before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 0;
  display: block;
  border-radius: 2.5rem;
  background: rgba(155, 62, 151, 0.3);
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: middle;
}

.cta span .material-icons {
  vertical-align: bottom;
  margin-left: -0.2em;
}

.cta .material-icons.end {
  vertical-align: middle !important;
  transform: translateX(-0.3rem);
  transition: all 0.3s ease;
  margin-left: 0.4rem;
  line-height: 0.6rem;
}

.cta .material-icons {
  vertical-align: bottom;
  margin-left: -0.2rem;
}

.cta:hover .material-icons.end {
  transform: translateX(0);
}

.cta svg {
  position: relative;
  top: -0.1rem;
  margin-left: 0.5rem;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #9b3e97;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: rgba(155, 62, 151, 0.3);
}

.cta:hover svg {
  transform: translateX(0);
  stroke: rgb(118.5714285714, 47.4285714286, 115.5115207373);
}

.cta:active {
  transform: scale(1);
}

.brandInverse a {
  color: #ffffff;
}

.brandInverse .cta:before {
  background: rgba(255, 255, 255, 0.3);
}

.brandInverse .cta svg {
  stroke: #ffffff;
}

.brandInverse .cta:hover {
  color: #ffffff;
}

.brandInverse .cta:hover:before {
  background: rgba(255, 255, 255, 0.3);
}

.brandInverse .cta:hover svg {
  stroke: #ffffff;
}

/* Spleical Site Menu*/
.cd-main {
  overflow: hidden;
  background-color: #ffffff;
}

.cd-main__content {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  will-change: transform;
  transition: transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.nav-is-open .cd-main__content {
  transform: translateX(100%);
}

.js .cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  visibility: hidden;
  transition: visibility 0.7s;
  background-image: url("/assets/svgs/mfd-logo-dot.svg");
  background-size: 33%;
  background-position: 102% 102%;
  background-repeat: no-repeat;
}
.js .cd-nav ul {
  list-style-type: none;
}
.js .cd-nav a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 900;
  font-style: italic;
}
.js .cd-nav .primaryother li a, .js .cd-nav .secondary a, .js .cd-nav .socialLinks a {
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 900;
  font-style: italic;
}

.nav-is-open .cd-nav {
  visibility: visible;
}

.cd-nav__content {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5rem 0 5rem 4rem;
  will-change: transform;
  transform: translateX(-50%);
  transition: transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.78);
  /*@include breakpoint(md) {
    padding-left: 0;
  }

  @include breakpoint(lg) {
    .container {
      max-width: 840px;
    }
  }*/
}

.nav-is-open .cd-nav__content {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.cd-nav__primary {
  margin-top: 0.5rem;
}
.cd-nav__primary li {
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
}

.cd-nav__link {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  color: rgba(155, 62, 151, 0.3);
  /*@include breakpoint(lg) {
    font-size: 100px;
  }*/
}

.cd-nav__link:hover, .cd-nav__link-selected {
  color: rgb(118.5714285714, 47.4285714286, 115.5115207373);
}

.cd-nav__contact {
  margin-top: 100px;
  /*@include breakpoint(md) {
    text-align: right;
  }

  @include breakpoint(md) {
    margin-top: calc(20px + 20px);
  }*/
}
.cd-nav__contact li {
  font-family: "Lato", sans-serif;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.3);
}
.cd-nav__contact a {
  color: #9b3e97;
}

.cd-nav-trigger {
  position: fixed;
  z-index: 3;
  top: 1rem;
  left: 1rem;
  height: 2.7rem;
  width: 2.7rem;
  background-color: #ffffff;
  border-radius: 50%;
  transition: transform 0.5s;
}
.cd-nav-trigger:active .cd-nav-trigger__icon {
  transform: scale(0.9);
}
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.nav-is-open .cd-nav-trigger {
  transform: rotate(180deg);
  background-color: #ffffff;
}
.nav-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.4s 0.3s;
}

.cd-nav-trigger__icon {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 11px);
  width: 22px;
  height: 2px;
  background-color: #000000;
  transition: transform 0.3s;
}
.cd-nav-trigger__icon::before, .cd-nav-trigger__icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  will-change: transform, width, top;
  backface-visibility: hidden;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}
.cd-nav-trigger__icon::before {
  transform-origin: right top;
  transform: translateY(-6px);
}
.cd-nav-trigger__icon::after {
  transform-origin: right bottom;
  transform: translateY(6px);
}

.nav-is-open .cd-nav-trigger__icon::before,
.nav-is-open .cd-nav-trigger__icon::after {
  width: 50%;
}

.nav-is-open .cd-nav-trigger__icon::before {
  transform: rotate(45deg);
}

.nav-is-open .cd-nav-trigger__icon::after {
  transform: rotate(-45deg);
}

.nav-is-open .cd-nav-trigger:hover .cd-nav-trigger__icon::before,
.nav-is-open .cd-nav-trigger:hover .cd-nav-trigger__icon::after {
  top: 0;
}

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