/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

h1:not(.home-box--title), h2 {
  background-image: linear-gradient(to right, #CFB26D, #F8E8BD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

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





/*// ADSTYLES UPDATES OCT 2016*/

// body.page-template-access-code .access-overlay {
//     background-image: url('/wp-content/themes/mpr2016/assets/images/nicole_bg.jpg');
//     background-size: cover;
//     background-position: right;
// }

.access-request a {
  color: #b7b7b7;
}

.play-btn {
  position: absolute;
  z-index: 1;
  /*background: #bada55;*/
  width: 60px;
  height: 60px;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background-image:url('/wp-content/themes/mpr2016/assets/images/play.png');
  background-size: contain;
}

/*.play-btn svg {
  width: 50px;
  height: 50px;
}*/


/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/*//// fixes*/

.home-flare-wrapper {
  /*background-color: #bada55;*/
  //margin-bottom: 2em;
  position: relative;
  text-align: left;
  display: inline-block;
}



@media all and (max-width: 700px) {
  .home-flare-wrapper {
    // height: 0;
    // padding-bottom: 22%;
  }
  .mprlogo-accesspage {
    width: 100%;
    height: 100%;
    // left: 0;
    // position: absolute;
    // top: 0;
  }
}

.flare-wrapper {
  position: relative;
  display: inline-block;
}

h1, h2 {
  font-weight: 600;
}

.flare {
  content: "";
  width: 50px;
  height: 50px;
  background: url("/wp-content/themes/mpr2016/assets/images/flare.png");
  background-size: cover;
  /*background-color: red;*/
  position: absolute;
  left: 80%;
  top: -15px;
}

.homepageflare {
  opacity: 0;
}


/*// H1 font sharpness*/

h1 {
  text-rendering: optimizeSpeed;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}


/*// no spacing at bottom*/

.no-bottom-spacing {
  margin-bottom: 0;
}

.no-above-spacing {
  margin-top: 0;
}


/*services heading too long, title to be reduced in size on mobile*/

@media all and (max-width: 320px) {

  .service--text h2 {
    font-size: 27px;
  }

}

/*@media all and (max-width: 320px) {

  .service--text h2 {
    font-size: 27px;
  }

}*/





/*// JBURT UPDATES APRIL 2017*/

////////////////////////////////////////////////////////
//HOME PAGE
////////////////////////////////////////////////////////


// H E R O  S E C T I O N
.hero-wrapper {
    // border-bottom: 1px solid #ffffff;
}

@media all and (min-width: 745px) {
  .hero-wrapper {
      position: absolute;
      top:0;
      right: 0;
      width: 50vw;
      background: rgba(0,0,0,0.6);
      height: 100vh;
  }
}

.access-code, .access-request {
  padding: 0;
  margin-top: 0;
  border: 1px solid #D8C084;
}

.access-request a {
  border-bottom: 1px solid #b7b7b7;
}
// .access-request {
//   background: #D8C084;
// }

// .access-request a {
//   color: #000000;
// }

.access-code {
  border: 1px solid #D8C084;
}

div#error-message, div#error-message-2 {
  border: none;
  padding: 5px;
}

.header-wrap {
    // height: 25vh;
    position: relative;
    width: 100%;
}

// .header-wrap--block {
//     float: left;
//     position: relative;
//     overflow: hidden;
//     float: left;
//     display: block;
// }

.header-wrap--block.header-wrap--right {
    width: 80%;
}

// .header-wrap--container {
//   position: relative;
//   height: 20vh;
//   width: 50%;
//   float: left;
// }

@media all and (min-width: 745px) {
  .header-wrap {
    height: 100vh;
  }
  .section-content.hero-content {
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 40px;
    margin: 0;
  }
  .header-wrap--block.header-wrap--right {
    margin-top: 1rem;
  }
}

@media all and (min-width: 1025px) {
  .section-content.hero-content {
    width: 40vw;
    padding: 0px;
  }
}

.header-wrap--block {
  // top:50%;
  // left:50%;
  // -webkit-transform: translate(-50%, -50%);
  // -moz-transform: translate(-50%, -50%);
  // -ms-transform: translate(-50%, -50%);
  // -o-transform: translate(-50%, -50%);
  // transform: translate(-50%, -50%);
}

.home-media {
    width: 100%;
    height: 80vh;
    position: relative;
    z-index: -1;
}


.home-media--image {
    height: 80vh;
    // background-position: center center;
    background-position: 25% center;
    background-repeat: no-repeat;
    border-bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: -1;
}

@media all and (min-width: 745px) {
  .home-media--image,
  .home-media {
      height: 100vh;
  }
}

.home-media--image.home-media--image-mobile {
  display: none;
}

.home-media--image.home-media--image-desktop {
  display: block;
}

 @media all and (max-width: 745px) {

  .home-media--image.home-media--image-mobile {
    display: block;
  }

  .home-media--image.home-media--image-desktop {
    display: none;
  }

}

a.popup-youtube {
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.more-link {
    // display: none;
    position: absolute;
    z-index: 3;
    padding-bottom: 1rem;
    text-align: center;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.80)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.80) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.80)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    padding-top: 100px;
}

a.popup-youtube {
  display: none;
}

.more-link--text {
  color: #D3A66C;
  text-transform: uppercase;
}


.more-link--arrow {
  margin: 0 auto;
}

.section {
  // min-height: 100vh;
}

.mprlogo-accesspage {
  // margin-top: 10px;
  // height: 80px;
  // height: 100px;
  width: 100%;
}

iframe.access-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section-content {
  position: relative;
}

// .section-content.hero-content {
//     height: 20vh;
//     position: relative;
// }

.access-code--submit {
  width: 25%;
  padding: 8px 8px 5px;
  text-align: right;
  background: #D8C084;
  color: #000000;
  transition: 0.5s;
  text-align: center;
}
.access-code--submit:hover {
  color: #ffffff;
}

.access-code {
  border: none;
}

.access-code--input {
  border: 1px solid #D8C084;
  width: 70%;
  background: none;
  padding: 5px;
}

.access-request {
  border: none;
}

@media only screen and (max-width:745px) {

  .hero-content {
    padding: 1.5rem;
  }

  .section-content.hero-content {
      // height: 30vh;
  }
  .home-flare-wrapper {
    // float: left;
    // position: absolute;
    // left: 0px;
    //width: 70%;
  }
  .header-wrap--block {
    width: 100%;
    max-width: 400px;
    // height: 15vh;
  }
  .header-wrap--container {
    width: 100%;
  }
  .mprlogo-accesspage {
    position: relative;
    //height: 76px;
  }
  .access-code, .access-request {
    padding: 5px;
    font-size: 14px;
    line-height: 1;
  }
  .access-code--input, .access-code--submit, div#error-message {
    font-size: 14px;
    line-height: 1;
  }
  .access-code {
    border: none;
  }
  .access-code--input {
    border: 1px solid #D8C084;
    width: 70%;
    background: none;
    padding: 5px;
  }
  .access-code--submit {
    width: 25%;
    padding: 8px 8px 7px;
    text-align: right;
    background: #D8C084;
    color: #000000;
    //padding: 5px;
    text-align: center;
  }
  .access-request {
    border: none;
  }
  .header-wrap--block.header-wrap--right {
    width: 100%;
  }
  .header-wrap--container {
    // height: 15vh;
  }
  .home-media {
    // height: 70vh;
    // height: 80vh;
    min-height: 80vh;
  }
  iframe.access-video {
    display: none;
  }
  .home-media--image {
    // height: 70vh;
    height: 80vh;
  }
  .more-link {
    display: block;
  }
  a.popup-youtube {
    display: block;
    height: 64px;
    width: 64px;
    border-radius: 64px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.25);
  }
}

@media only screen and (max-width: 1024px) {
  .section-content.hero-content {
      // padding: 5px 35px 0px;
      // padding: 0;
  }
}


// I N T R O  S E C T I O N
.section-intro {
  background-color: gray;
  text-align: center;
  position: relative;
}

@media all and (min-width: 745px) {
  .section-intro {
    padding: 5rem 0;
  }
}

.section.section-intro.section-content {
    text-align: center;
}

.intro-copy {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0 20px;

}

.intro-copy a {
  border-bottom: 1px solid white;
}

h3.intro-copy p {
    font-family: DidotLTPro-Roman, serif;
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 30px;
    font-weight: 400;
    font-style: normal;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    -webkit-font-smoothing: antialiased
}

@media only screen and (max-width:670px) {
    h3.intro-copy p {
        font-size: 21px;
        line-height: 24px
    }
}



.section-inner {
  padding: 2rem 0;
  // position: absolute;
  // top:50%;
  // left:50%;
  // -webkit-transform: translate(-50%, -50%);
  // -moz-transform: translate(-50%, -50%);
  // -ms-transform: translate(-50%, -50%);
  // -o-transform: translate(-50%, -50%);
  // transform: translate(-50%, -50%);
  // width: 100%;
}

.symbol {
    background-image: url(/wp-content/themes/mpr2016/assets/images/symbol.png);
    height: 50px;
    width: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 80px auto 30px;
}

// slick slider...




// M A P  S E C T I O N

h3.strong-header {
  text-transform: uppercase !important;
  color: #D0A75B !important;
  font-size: 37px;
  line-height: 34px;
}

h3.strong-header {
    text-transform: uppercase;
    color: #D0A75B;
    font-size: 37px;
    line-height: 34px;
    margin-top: 7rem;
}

.section-content--body {
    margin-top: 5em;
    text-align: center;
}

.map-area {
    //width: 80% !important;
    height: 50% !important;
    margin: 0 auto !important;
}

div#contact-map-home, div#contact-map-home--desktop {
  height: 70vh;
  margin-bottom: 5rem;
}

/*Show map with all locations for desktop, trimmmed down for mobile */
div#contact-map-home {
  display: none;
}

div#contact-map-home--desktop {
  display: block;
}

@media all and (max-width: 500px) {
  div#contact-map-home {
    display: block;
  }
  div#contact-map-home--desktop {
    display: none;
  }
}


// .section-content.hero-content.hero-content--bottom {
//     margin-bottom: 100px;
// }



/// footer access form....

// @media all and (min-width: 745px) {
//   .access-footer-wrapper {
//     margin: 5rem 0;
//   }
//   .access-footer-content {
//     width: 800px;
//   }
// }


.access-footer-content--bottom {
  max-width: 800px;
  margin: 5rem auto;
}






////////////////////////////////////////////////////////
//HOME PAGE STYLES END
////////////////////////////////////////////////////////



//JB SLIDER CUSTOM
.slider-inner {
  height: 70vh;
  margin: 0 auto;
}

.slider-text p {
  padding: 10px;
  max-width: 95%;
  margin: 1rem auto 0;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}


.slider-inner.slick-slide.slick-current.slick-active:focus {
  outline: none;
}

.slick-slide:focus {
  outline: none;
}

img.slider-image:focus {
  outline: none;
}

.slider-image {

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;

}

.slider-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 52%;
}




.access-slider .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #D0A75B;
}

.access-slider .slick-dots li button:before {
  font-size: 15px;
  color: #D0A75B;
}


@media all and (max-width: 400px) {
  img.slick-next.slick-arrow, img.slick-prev.slick-arrow {
      display: none !important;
  }
  img.slick-next.slick-arrow, img.slick-prev.slick-arrow {
      display: none !important;
  }

}

@media all and (min-width: 1024px) { 
  ul.slick-dots {
    display: none !important;
  }
}

@media all and (max-width: 1024px) { 
  img.slick-next.slick-arrow, img.slick-prev.slick-arrow {
    display: none !important;
  }
}



/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    // max-width: 90%;
    margin: 0 auto;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    margin-bottom: 1em;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/wp-content/themes/mpr2016/assets/css/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/wp-content/themes/mpr2016/assets/css/fonts/slick.eot');
    src: url('/wp-content/themes/mpr2016/assets/css/fonts/slick.eot') format('embedded-opentype'), url('/wp-content/themes/mpr2016/assets/css/fonts/slick.woff') format('woff'), url('/wp-content/themes/mpr2016/assets/css/fonts/slick.ttf') format('truetype'), url('/wp-content/themes/mpr2016/assets/css/fonts/slick.svg') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 45%;

    display: block;

    // width: 20px;
    // height: 20px;
    z-index: 2;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    width: auto;
    height: auto;
    background-color: transparent;
    right: 0;
    

    color: transparent;
    border: none;
    outline: none;
}
@media all and (min-width: 1024px) { 
  .slick-prev,
  .slick-next {
    width: 50vw;
    height: 100vh;
  }
  .slick-prev {
    cursor: url(/wp-content/themes/mpr2016/assets/icons/prev-cursor.png),default;
  }
  .slick-next {
    cursor: url(/wp-content/themes/mpr2016/assets/icons/next-cursor.png),default;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    // content: '←';
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    // content: '→';
    content: '';
}

.slick-next
{
    right: 0;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    // content: '→';
    content: '';
}
[dir='rtl'] .slick-next:before
{
    // content: '←';
    content: '';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}





body.page-template-access-code .react-container-full-site {
  display: none;
}

body.page-template-access-code .mobile-header {
  display: none;
}

body.page-template-access-code .desktop-nav {
  display: none;
}

body.page-template-access-code footer {
  display: none;
}

body.page-template-access-code .access-overlay {
  position: initial;
  width: auto;
  height: auto;
  min-height: 0;
}

body.page-template-access-code .access-scroll {
  overflow-y: initial;
  overflow-x: initial;
}

.access-footer-logos {
  margin: 2rem auto 5rem;
  text-align: center;
  float: none;
}



.header-wrap--block .flare {
  top: 0;
}



























/// trumps





// .section.section-content.section-map-wrapper {
//   max-width: none;
// }


.section.section-content.section-map-wrapper,
.section.section-content.slick-slider-wrapper {
  padding: 0;
  max-width: none;
}


.wow {
   visibility: hidden;
}

/*
     FILE ARCHIVED ON 12:40:15 Jul 06, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:38:47 May 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.57
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.057
  esindex: 0.012
  cdx.remote: 7.718
  LoadShardBlock: 64.031 (3)
  PetaboxLoader3.datanode: 547.87 (4)
  PetaboxLoader3.resolve: 56.814 (2)
  load_resource: 546.433
*/