/*Site Modal Content Window*/
.umggr-modal {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1000; }
  .umggr-modal .wrap, .umggr-modal .contain {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .umggr-modal .inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .umggr-modal .close-modal {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    padding: 15px 10px;
    text-align: right;
    text-transform: uppercase;
    z-index: 100; }
    @media only screen and (min-width: 56.25em) {
      .umggr-modal .close-modal {
        cursor: pointer;
        display: inline-block;
        padding: 10px 40px;
        position: absolute;
        top: 30px;
        right: 30px; } }
    .umggr-modal .close-modal .site-title {
      letter-spacing: 0.08rem;
      margin-right: 20px; }
  .umggr-modal .splash-embed-contain {
    display: flex;
    flex-direction: column;
    justify-content: center; }

@media screen and (max-width: 790px) {
  .umggr-modal .close-modal {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    padding: 15px 10px;
    text-align: right; } }

/*
Model styles for ecrm and ae login model styles
*/
.jquery-modal.blocker {
  position: fixed;
  z-index: 99999999; }

.ae-cform-modal-container.modal {
  height: auto; }

.fancybox-toolbar {
  margin: 25px;
  opacity: 1;
  visibility: visible; }

.umggr-fancybox-close svg {
  width: 25px;
  height: auto; }

.fancybox-close-small:focus:after {
  outline: none; }

/* Video Overlay */
.splash-video-overlay {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.5s;
  transition: opacity 0.5s; }
  @media only screen and (min-width: 31.25em) {
    .splash-video-overlay {
      font-size: 2.5rem; } }
  @media only screen and (min-width: 62.5em) {
    .splash-video-overlay {
      font-size: 3rem; } }
  .splash-video-overlay:hover {
    opacity: 1;
    transition: opacity 0.5s; }
  .splash-video-overlay a {
    text-align: center; }
  .splash-video-overlay i {
    background-color: #333333;
    color: rgba(10, 10, 10, 0.43);
    opacity: 0.75;
    background-color: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 0.5rem 1rem;
    max-width: 3.75rem;
    min-width: 3.75rem; }
    @media only screen and (min-width: 31.25em) {
      .splash-video-overlay i {
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        padding: 1rem 1.5rem;
        max-width: 5.25rem;
        min-width: 5.25rem; } }
    @media only screen and (min-width: 62.5em) {
      .splash-video-overlay i {
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        padding: 1rem 2rem;
        max-width: 6.66rem;
        min-width: 6.66rem; } }

.splash-video-contain {
  overflow: hidden; }
  .splash-video-contain .wrap {
    height: 100%;
    margin: 0 auto; }
    .splash-video-contain .wrap .inner {
      -webkit-align-self: flex-start;
      -moz-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .splash-video-contain.header-content-item {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

.splash-video-contain .ytplayer-container {
  position: unset; }

/* Video Mute Buttons */
.splash-mute-unmute {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100; }
  @media only screen and (min-width: 56.25em) {
    .splash-mute-unmute {
      top: 30px;
      left: 30px; } }
  .splash-mute-unmute div {
    padding: 0; }
    @media only screen and (min-width: 56.25em) {
      .splash-mute-unmute div {
        padding: 10px 40px; } }
  .splash-mute-unmute .fa {
    display: block;
    font-size: 1.2rem;
    line-height: 20px;
    width: 20px; }
  .splash-mute-unmute a:hover {
    color: unset; }

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