/*------------------------------------*\
   #SASS-MQ
\*------------------------------------*/
.m-product-block-feature:after {
  content: "";
  display: table;
  clear: both; }

.fixed-ratio, .m-superfeature {
  display: block;
  position: relative; }
  .fixed-ratio:after, .m-superfeature:after {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: ""; }

.fixed-ratio-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.ratio--portrait:after,
.ratio--53-69:after {
  padding-top: 130.19%; }

.ratio--1-1:after {
  padding-top: 100%; }

.ratio--thumbnail:after,
.ratio--64-61:after {
  padding-top: 95.31%; }

.ratio--4-3:after {
  padding-top: 75%; }

.ratio--16-9:after {
  padding-top: 56.25%; }

.ratio--2-1:after {
  padding-top: 50%; }

.ratio--superfeature:after, .m-superfeature:after {
  padding-top: 0;
  background-color: #000; }
  @media (min-width: 48.0625em) {
    .ratio--superfeature:after, .m-superfeature:after {
      padding-top: 26.72%; } }

.ratio--116-31:after {
  padding-top: 75%;
  background-color: #000; }
  @media (min-width: 48.0625em) {
    .ratio--116-31:after {
      padding-top: 26.72%; } }

.ratio-superfeature-image:after,
.ratio--64-31:after {
  padding-top: 48.43%; }

.fixed-ratio.video-wrapper iframe, .video-wrapper.m-superfeature iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* 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;
  filter: alpha(opacity=80); }

.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: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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; }
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;
  filter: alpha(opacity=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;
    filter: alpha(opacity=100); }
  .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;
  filter: alpha(opacity=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;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    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,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    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);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.m-hero-title {
  margin-top: 0;
  font-weight: 300;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  line-height: 1.875rem; }
  @media (min-width: 36em) {
    .m-hero-title {
      font-size: 48px;
      font-size: 3rem;
      line-height: 48px;
      line-height: 3rem; } }
  @media (min-width: 48.0625em) {
    .m-hero-title {
      font-size: 32px;
      font-size: 2rem;
      line-height: 32px;
      line-height: 2rem; } }
  @media (min-width: 64em) {
    .m-hero-title {
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 40px;
      line-height: 2.5rem; } }
  @media (min-width: 81.25em) {
    .m-hero-title {
      font-size: 46px;
      font-size: 2.875rem;
      line-height: 46px;
      line-height: 2.875rem; } }

.m-superfeature-title {
  margin-top: 0;
  color: #fff;
  font-weight: 300;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  line-height: 1.875rem; }
  @media (min-width: 36em) {
    .m-superfeature-title {
      font-size: 48px;
      font-size: 3rem;
      line-height: 48px;
      line-height: 3rem; } }
  @media (min-width: 48.0625em) {
    .m-superfeature-title {
      font-size: 32px;
      font-size: 2rem;
      line-height: 32px;
      line-height: 2rem; } }
  @media (min-width: 64em) {
    .m-superfeature-title {
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 40px;
      line-height: 2.5rem; } }
  @media (min-width: 81.25em) {
    .m-superfeature-title {
      font-size: 46px;
      font-size: 2.875rem;
      line-height: 46px;
      line-height: 2.875rem; } }

.m-section-title {
  margin-bottom: 0.35em;
  color: #1a1a1a;
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem; }
  @media (min-width: 36em) {
    .m-section-title {
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 42px;
      line-height: 2.625rem; }
      .m-hero-solid-blue .m-section-title {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 26px;
        line-height: 1.625rem; } }
  @media (min-width: 48.0625em) {
    .m-section-title {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 28px;
      line-height: 1.75rem; }
      .m-hero-solid-blue .m-section-title {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 30px;
        line-height: 1.875rem; } }
  @media (min-width: 64em) {
    .m-section-title {
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 42px;
      line-height: 2.625rem; }
      .m-hero-solid-blue .m-section-title {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 34px;
        line-height: 2.125rem; } }
  @media (min-width: 64em) {
    .m-hero-solid-blue .m-section-title {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 38px;
      line-height: 2.375rem; } }
  @media (min-width: 80em) {
    .m-hero-solid-blue .m-section-title {
      font-size: 38px;
      font-size: 2.375rem;
      line-height: 42px;
      line-height: 2.625rem; } }
  .m-section-title a:hover {
    color: #e2e2e2; }

.m-lead {
  margin-top: 0;
  color: #444444;
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem; }
  @media (min-width: 23.4375em) {
    .m-lead {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem; } }
  @media (min-width: 36em) {
    .m-lead {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 32px;
      line-height: 2rem; } }
  @media (min-width: 48.0625em) {
    .m-lead {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 25px;
      line-height: 1.5625rem; } }
  @media (min-width: 64em) {
    .m-lead {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 23px;
      line-height: 1.4375rem; } }
  @media (min-width: 81.25em) {
    .m-lead {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 32px;
      line-height: 2rem; } }

.m-valign {
  text-align: center;
  padding: 0 10px; }
  @media (min-width: 48.0625em) {
    .m-valign {
      position: absolute;
      top: 50%;
      left: auto;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); } }
  @media (min-width: 48.0625em) {
    .m-valign {
      text-align: left;
      max-width: 70%;
      padding-right: 20px;
      padding: 0; }
      .right .m-valign {
        left: 30%; }
      .m-hero-solid-blue .m-valign {
        text-align: center;
        left: 15%; } }
  @media (min-width: 64em) {
    .m-valign {
      max-width: 50%; }
      .right .m-valign {
        left: 50%; }
      .m-hero .m-valign {
        max-width: 56%; }
      .m-hero-solid-blue .m-valign {
        left: 15%;
        max-width: 70%; } }
  @media (min-width: 80em) {
    .m-hero-solid-blue .m-valign {
      left: 15%;
      max-width: 70%; } }
  .m-valign a {
    color: #fff; }
    .m-valign a:hover {
      color: #e2e2e2; }

.m-hvalign {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.m-halign {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 80em) {
    .m-halign {
      width: 72%; } }

li.button a,
a.button {
  background-color: #0078d7;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 20px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem; }
  li.button a:hover,
  a.button:hover {
    background-color: #002050; }
  li.button a.button-reverse,
  a.button.button-reverse {
    background-color: #fff;
    color: #0078d7; }
    li.button a.button-reverse:hover,
    a.button.button-reverse:hover {
      background-color: #e2e2e2; }

.menu li.button a {
  background-color: #0078d7;
  padding: 7px 20px !important; }
  .menu li.button a:hover {
    background-color: #fff; }

.icon-watch {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 100%;
  text-align: center;
  text-indent: 3px; }
  .icon-watch:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #fff; }

.button-video {
  font-weight: 400; }

.m-hero-video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2; }
  .m-hero-video-embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.m-play-close {
  position: absolute;
  top: 30px;
  right: 35px;
  color: #fff;
  z-index: 2;
  padding-right: 30px;
  text-transform: uppercase; }
  .m-play-close:before, .m-play-close:after {
    content: "";
    display: block;
    background-color: #fff;
    height: 2px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: 0.2s;
            transition: 0.2s; }
  .m-play-close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .m-play-close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .m-play-close:hover:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .m-play-close:hover:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.m-space {
  background-color: #f2f4f5;
  padding: 20px 0; }

.m-superfeature {
  margin-bottom: 0;
  overflow: hidden; }
  @media (min-width: 48.0625em) {
    .m-superfeature:after {
      background-color: #0078d7; } }
  @media (min-width: 48.0625em) {
    .m-superfeature.white:before {
      background-color: #fff !important; } }
  .m-superfeature .container {
    padding: 0; }
    @media (min-width: 48.0625em) {
      .m-superfeature .container {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        z-index: 2; }
        .m-superfeature .container:before {
          content: "";
          display: block;
          width: 57%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          -webkit-transform: skewX(15deg);
              -ms-transform: skewX(15deg);
                  transform: skewX(15deg);
          margin-left: -60px;
          pointer-events: none;
          background-color: #fff; }
          body.blog-id-1 .m-superfeature .container:before {
            background-color: #0078d7; }
          body.blog-id-2 .m-superfeature .container:before {
            background-color: #0078d7; }
          body.blog-id-3 .m-superfeature .container:before {
            background-color: #5c2d91; }
          body.blog-id-4 .m-superfeature .container:before {
            background-color: #d83b01; }
          body.blog-id-5 .m-superfeature .container:before {
            background-color: #b4009e; }
          body.blog-id-6 .m-superfeature .container:before {
            background-color: #107c10; }
          body.blog-id-7 .m-superfeature .container:before {
            background-color: #0078d7; }
          body.blog-id-8 .m-superfeature .container:before {
            background-color: #0078d7; }
          body.blog-id-9 .m-superfeature .container:before {
            background-color: #0078d7; }
          body.blog-id-10 .m-superfeature .container:before {
            background-color: #0078d7; }
          body.blog-id-11 .m-superfeature .container:before {
            background-color: #0078d7; }
          body.blog-id-21 .m-superfeature .container:before {
            background-color: #0078d7; }
          body.blog-id-31 .m-superfeature .container:before {
            background-color: #008272; }
          body.blog-id-33 .m-superfeature .container:before {
            background-color: #0078d7; }
          body.blog-id-43 .m-superfeature .container:before {
            background-color: #0078d7; }
          body.wp-admin .m-superfeature .container:before {
            background-color: #0078d7; } }
    @media (min-width: 75em) {
      .m-superfeature .container {
        width: 1200px;
        position: absolute;
        top: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        top: 0; } }
  .m-superfeature .container > a {
    display: block; }
    @media (min-width: 48.0625em) {
      .m-superfeature .container > a {
        position: absolute;
        width: 100%;
        height: 100%; } }

.m-superfeature-image {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  z-index: 1; }
  @media (min-width: 48.0625em) {
    .m-superfeature-image {
      position: absolute;
      height: 100%;
      top: 0;
      width: 55%;
      max-width: 55%;
      left: auto;
      right: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      z-index: inherit; } }
  body.blog-id-1 .m-superfeature-image.missing {
    background-color: #0078d7; }
  body.blog-id-2 .m-superfeature-image.missing {
    background-color: #0078d7; }
  body.blog-id-3 .m-superfeature-image.missing {
    background-color: #5c2d91; }
  body.blog-id-4 .m-superfeature-image.missing {
    background-color: #d83b01; }
  body.blog-id-5 .m-superfeature-image.missing {
    background-color: #b4009e; }
  body.blog-id-6 .m-superfeature-image.missing {
    background-color: #107c10; }
  body.blog-id-7 .m-superfeature-image.missing {
    background-color: #0078d7; }
  body.blog-id-8 .m-superfeature-image.missing {
    background-color: #0078d7; }
  body.blog-id-9 .m-superfeature-image.missing {
    background-color: #0078d7; }
  body.blog-id-10 .m-superfeature-image.missing {
    background-color: #0078d7; }
  body.blog-id-11 .m-superfeature-image.missing {
    background-color: #0078d7; }
  body.blog-id-21 .m-superfeature-image.missing {
    background-color: #0078d7; }
  body.blog-id-31 .m-superfeature-image.missing {
    background-color: #008272; }
  body.blog-id-33 .m-superfeature-image.missing {
    background-color: #0078d7; }
  body.blog-id-43 .m-superfeature-image.missing {
    background-color: #0078d7; }
  body.wp-admin .m-superfeature-image.missing {
    background-color: #0078d7; }

.m-superfeature-content {
  width: 100%;
  padding: 0 20px 20px 20px;
  color: #fff;
  position: relative;
  z-index: 2; }
  @media (min-width: 48.0625em) {
    .m-superfeature-content {
      padding: 20px;
      pointer-events: none;
      position: absolute;
      z-index: 2;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 50%; } }
  .m-superfeature-content:before, .m-superfeature-content:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fff; }
    body.blog-id-1 .m-superfeature-content:before, body.blog-id-1 .m-superfeature-content:after {
      background-color: #0078d7; }
    body.blog-id-2 .m-superfeature-content:before, body.blog-id-2 .m-superfeature-content:after {
      background-color: #0078d7; }
    body.blog-id-3 .m-superfeature-content:before, body.blog-id-3 .m-superfeature-content:after {
      background-color: #5c2d91; }
    body.blog-id-4 .m-superfeature-content:before, body.blog-id-4 .m-superfeature-content:after {
      background-color: #d83b01; }
    body.blog-id-5 .m-superfeature-content:before, body.blog-id-5 .m-superfeature-content:after {
      background-color: #b4009e; }
    body.blog-id-6 .m-superfeature-content:before, body.blog-id-6 .m-superfeature-content:after {
      background-color: #107c10; }
    body.blog-id-7 .m-superfeature-content:before, body.blog-id-7 .m-superfeature-content:after {
      background-color: #0078d7; }
    body.blog-id-8 .m-superfeature-content:before, body.blog-id-8 .m-superfeature-content:after {
      background-color: #0078d7; }
    body.blog-id-9 .m-superfeature-content:before, body.blog-id-9 .m-superfeature-content:after {
      background-color: #0078d7; }
    body.blog-id-10 .m-superfeature-content:before, body.blog-id-10 .m-superfeature-content:after {
      background-color: #0078d7; }
    body.blog-id-11 .m-superfeature-content:before, body.blog-id-11 .m-superfeature-content:after {
      background-color: #0078d7; }
    body.blog-id-21 .m-superfeature-content:before, body.blog-id-21 .m-superfeature-content:after {
      background-color: #0078d7; }
    body.blog-id-31 .m-superfeature-content:before, body.blog-id-31 .m-superfeature-content:after {
      background-color: #008272; }
    body.blog-id-33 .m-superfeature-content:before, body.blog-id-33 .m-superfeature-content:after {
      background-color: #0078d7; }
    body.blog-id-43 .m-superfeature-content:before, body.blog-id-43 .m-superfeature-content:after {
      background-color: #0078d7; }
    body.wp-admin .m-superfeature-content:before, body.wp-admin .m-superfeature-content:after {
      background-color: #0078d7; }
    @media (min-width: 48.0625em) {
      .m-superfeature-content:before, .m-superfeature-content:after {
        display: none; } }
  .m-superfeature-content:after {
    -webkit-transform: skewY(3deg);
        -ms-transform: skewY(3deg);
            transform: skewY(3deg);
    bottom: auto;
    top: -20%; }
  .m-superfeature-content .read-more {
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 700;
    background-color: #fff; }
    body.blog-id-1 .m-superfeature-content .read-more {
      color: #0078d7; }
    body.blog-id-2 .m-superfeature-content .read-more {
      color: #0078d7; }
    body.blog-id-3 .m-superfeature-content .read-more {
      color: #5c2d91; }
    body.blog-id-4 .m-superfeature-content .read-more {
      color: #d83b01; }
    body.blog-id-5 .m-superfeature-content .read-more {
      color: #b4009e; }
    body.blog-id-6 .m-superfeature-content .read-more {
      color: #107c10; }
    body.blog-id-7 .m-superfeature-content .read-more {
      color: #0078d7; }
    body.blog-id-8 .m-superfeature-content .read-more {
      color: #0078d7; }
    body.blog-id-9 .m-superfeature-content .read-more {
      color: #0078d7; }
    body.blog-id-10 .m-superfeature-content .read-more {
      color: #0078d7; }
    body.blog-id-11 .m-superfeature-content .read-more {
      color: #0078d7; }
    body.blog-id-21 .m-superfeature-content .read-more {
      color: #0078d7; }
    body.blog-id-31 .m-superfeature-content .read-more {
      color: #008272; }
    body.blog-id-33 .m-superfeature-content .read-more {
      color: #0078d7; }
    body.blog-id-43 .m-superfeature-content .read-more {
      color: #0078d7; }
    body.wp-admin .m-superfeature-content .read-more {
      color: #0078d7; }
    body.blog-id-1 .m-superfeature-content .read-more:hover {
      color: #002050; }
    body.blog-id-2 .m-superfeature-content .read-more:hover {
      color: #002050; }
    body.blog-id-3 .m-superfeature-content .read-more:hover {
      color: #371b57; }
    body.blog-id-4 .m-superfeature-content .read-more:hover {
      color: #8c2601; }
    body.blog-id-5 .m-superfeature-content .read-more:hover {
      color: #68005b; }
    body.blog-id-6 .m-superfeature-content .read-more:hover {
      color: #073807; }
    body.blog-id-7 .m-superfeature-content .read-more:hover {
      color: #002050; }
    body.blog-id-8 .m-superfeature-content .read-more:hover {
      color: #002050; }
    body.blog-id-9 .m-superfeature-content .read-more:hover {
      color: #002050; }
    body.blog-id-10 .m-superfeature-content .read-more:hover {
      color: #002050; }
    body.blog-id-11 .m-superfeature-content .read-more:hover {
      color: #002050; }
    body.blog-id-21 .m-superfeature-content .read-more:hover {
      color: #002050; }
    body.blog-id-31 .m-superfeature-content .read-more:hover {
      color: #00362f; }
    body.blog-id-33 .m-superfeature-content .read-more:hover {
      color: #002050; }
    body.blog-id-43 .m-superfeature-content .read-more:hover {
      color: #002050; }
    body.wp-admin .m-superfeature-content .read-more:hover {
      color: #002050; }
  .m-superfeature-content .addthis_toolbox {
    vertical-align: bottom !important;
    background-color: #fff;
    padding: 3px 10px !important;
    max-height: 31px;
    display: none; }
    @media (min-width: 48.0625em) {
      .m-superfeature-content .addthis_toolbox {
        padding: 5px 10px !important; } }
    @media (min-width: 64em) {
      .m-superfeature-content .addthis_toolbox {
        display: inline-block; } }
    @media (min-width: 48.0625em) {
      .m-superfeature-content .addthis_toolbox:hover {
        background-color: #0078d7; }
        body.blog-id-1 .m-superfeature-content .addthis_toolbox:hover {
          background-color: #0078d7; }
        body.blog-id-2 .m-superfeature-content .addthis_toolbox:hover {
          background-color: #0078d7; }
        body.blog-id-3 .m-superfeature-content .addthis_toolbox:hover {
          background-color: #5c2d91; }
        body.blog-id-4 .m-superfeature-content .addthis_toolbox:hover {
          background-color: #d83b01; }
        body.blog-id-5 .m-superfeature-content .addthis_toolbox:hover {
          background-color: #b4009e; }
        body.blog-id-6 .m-superfeature-content .addthis_toolbox:hover {
          background-color: #107c10; }
        body.blog-id-7 .m-superfeature-content .addthis_toolbox:hover {
          background-color: #0078d7; }
        body.blog-id-8 .m-superfeature-content .addthis_toolbox:hover {
          background-color: #0078d7; }
        body.blog-id-9 .m-superfeature-content .addthis_toolbox:hover {
          background-color: #0078d7; }
        body.blog-id-10 .m-superfeature-content .addthis_toolbox:hover {
          background-color: #0078d7; }
        body.blog-id-11 .m-superfeature-content .addthis_toolbox:hover {
          background-color: #0078d7; }
        body.blog-id-21 .m-superfeature-content .addthis_toolbox:hover {
          background-color: #0078d7; }
        body.blog-id-31 .m-superfeature-content .addthis_toolbox:hover {
          background-color: #008272; }
        body.blog-id-33 .m-superfeature-content .addthis_toolbox:hover {
          background-color: #0078d7; }
        body.blog-id-43 .m-superfeature-content .addthis_toolbox:hover {
          background-color: #0078d7; }
        body.wp-admin .m-superfeature-content .addthis_toolbox:hover {
          background-color: #0078d7; } }
    @media (min-width: 48.0625em) {
      .m-superfeature-content .addthis_toolbox:hover .hidden-share {
        background-color: #fff;
        margin: -5px 7px -5px -10px;
        padding: 5px 10px;
        max-height: 32px;
        width: 92px; } }
  .m-superfeature-content .post-footer {
    pointer-events: all; }
  .m-superfeature-content .date,
  .m-superfeature-content .category {
    color: #fff; }
    .m-superfeature-content .date a,
    .m-superfeature-content .category a {
      color: #fff; }
      .m-superfeature-content .date a:hover,
      .m-superfeature-content .category a:hover {
        color: #e2e2e2; }
  .m-superfeature-content .post-title {
    margin-top: 0;
    font-weight: 300;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 22px;
    line-height: 1.375rem; }
    @media (min-width: 64em) {
      .m-superfeature-content .post-title {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 45px;
        line-height: 2.8125rem; } }
    .m-superfeature-content .post-title a {
      color: #fff !important; }

.m-livestream {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f2f4f5; }
  .m-livestream .m-section-title,
  .m-livestream .m-lead {
    text-align: center; }

.m-livestream-video {
  padding-bottom: 130px; }

.m-hero .m-section-title {
  color: #fff; }
  .m-hero .m-section-title + .button {
    margin-top: 10px; }
    @media (min-width: 48.0625em) {
      .m-hero .m-section-title + .button {
        margin-top: 5px; } }
    @media (min-width: 75em) {
      .m-hero .m-section-title + .button {
        margin-top: 10px; } }
.m-hero .m-blog-teaser-content-editor p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 300; }
  @media (min-width: 48.0625em) {
    .m-hero .m-blog-teaser-content-editor p {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 25px;
      line-height: 1.5625rem; } }

.m-hero {
  position: relative;
  color: #fff; }
  .m-hero:before {
    content: "";
    background-color: #002050;
    z-index: -1;
    display: block;
    width: 100%;
    position: absolute;
    height: 100%; }
    @media (min-width: 48.0625em) {
      .m-hero:before {
        position: relative;
        padding-bottom: 50%; } }
    @media (min-width: 64em) {
      .m-hero:before {
        padding-bottom: 43%; } }
    @media (min-width: 80em) {
      .m-hero:before {
        padding-bottom: 35%; } }
  .m-hero:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 300% auto;
    opacity: 0.6; }
    @media (min-width: 48.0625em) {
      .m-hero:after {
        background-position: center center;
        background-size: cover;
        opacity: 1; } }
  .m-hero.left:after {
    background-position: 85% center; }
  .m-hero.right:after {
    background-position: left center; }
  @media (max-width: 48.0525em) {
    .m-hero .container {
      padding: 20px 0; } }
  @media (min-width: 48.0625em) {
    .m-hero .container {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      z-index: 2; } }
  @media (min-width: 75em) {
    .m-hero .container {
      width: 1200px;
      position: absolute;
      top: auto;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      top: 0; } }

.m-hero.m-hero-solid-blue:before {
  content: "";
  background-color: transparent; }
  @media (min-width: 48.0625em) {
    .m-hero.m-hero-solid-blue:before {
      padding-bottom: 17%; } }
  @media (min-width: 64em) {
    .m-hero.m-hero-solid-blue:before {
      padding-bottom: 17%; } }
  @media (min-width: 80em) {
    .m-hero.m-hero-solid-blue:before {
      padding-bottom: 17%; } }
.m-hero.m-hero-solid-blue:after {
  background-image: none;
  opacity: 1;
  background-color: #0078d7; }

.m-hero-solid-blue {
  margin-bottom: -1px; }
  .m-hero-solid-blue + .m-hero-buildings {
    margin-top: -1px; }

.m-hero.m-hero-buildings .container {
  min-height: 100px; }
.m-hero.m-hero-buildings:before {
  background-color: transparent; }
  @media (min-width: 48.0625em) {
    .m-hero.m-hero-buildings:before {
      padding-bottom: 23%; } }
  @media (min-width: 64em) {
    .m-hero.m-hero-buildings:before {
      padding-bottom: 23%; } }
  @media (min-width: 80em) {
    .m-hero.m-hero-buildings:before {
      padding-bottom: 23%; } }
.m-hero.m-hero-buildings:after {
  background-image: url("../../images/mlp/superfeature-bg.jpg");
  background-size: cover;
  background-position: center top;
  opacity: 1; }

.m-hero.black-text {
  background-color: #fefefe; }
  .m-hero.black-text:before {
    background-color: #fefefe;
    padding-bottom: 0; }
  .m-hero.black-text .container {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-top: 20px;
    padding-bottom: 20px; }
  .m-hero.black-text .m-blog-teaser-image {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 20px; }
    @media (min-width: 48.0625em) {
      .m-hero.black-text .m-blog-teaser-image {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        display: block;
        width: 50%;
        height: auto; } }
  @media (min-width: 48.0625em) {
    .m-hero.black-text .m-valign {
      position: static;
      top: 0;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      width: 50%;
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (min-width: 64em) {
    .m-hero.black-text .m-valign {
      min-height: 470px; } }
  .m-hero.black-text .m-section-title {
    color: #000; }
  .m-hero.black-text .m-blog-teaser-content-editor {
    color: #000; }
  .m-hero.black-text:after {
    background-position: left top; }
    @media (min-width: 48.0625em) {
      .m-hero.black-text:after {
        background-size: cover; } }

.block-title {
  background-color: #f2f4f5;
  padding-top: 35px;
  padding-bottom: 20px; }
  .block-title .m-section-title {
    margin-top: 0; }
  .block-title .m-section-title,
  .block-title .m-lead {
    text-align: center; }

.m-product {
  background-color: #f2f4f5; }
  .m-product .m-section-title,
  .m-product .m-lead {
    text-align: center; }
  @media (min-width: 48.0625em) {
    .m-product .m-product-image-container {
      float: left;
      width: 30%;
      margin-left: 0;
      padding-right: 30px;
      margin-bottom: 20px; } }
  @media (min-width: 48.0625em) {
    .m-product .left .m-product-image-container {
      float: left;
      margin-left: 0;
      padding-left: 0;
      padding-right: 30px; } }
  @media (min-width: 48.0625em) {
    .m-product .right .m-product-image-container {
      float: right;
      margin-right: 0;
      padding-left: 30px;
      padding-right: 0; } }
  .m-product .full-left .m-product-block-feature, .m-product .full-right .m-product-block-feature {
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    border: 0;
    background-position: center center;
    background-size: cover;
    color: #fff; }
  .m-product .full-left .m-product-title, .m-product .full-right .m-product-title {
    margin-top: 0; }
  .m-product .full-left .m-product-info, .m-product .full-right .m-product-info {
    padding: 60px;
    background-color: rgba(0, 0, 0, 0.75); }
  @media (min-width: 48.0625em) {
    .m-product .full-left .m-product-info {
      margin-left: 50%; } }
  @media (min-width: 48.0625em) {
    .m-product .full-right .m-product-info {
      margin-right: 50%; } }

.m-product + .m-assets.alternative-assets,
.m-product + .m-product {
  padding-top: 0; }

.m-product-block-feature {
  padding: 30px;
  background-color: #fff;
  border-bottom: 2px solid #f2f4f5;
  color: #000;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem; }
  @media (min-width: 64em) {
    .m-product-block-feature {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 32px;
      line-height: 2rem; } }
  .m-product-block-feature + .m-product-block-feature {
    margin-top: 50px; }
  .m-product-block-feature .button {
    margin-bottom: 2em; }

.m-product-info .m-product-desc,
.m-product-info p,
.m-product-info ul,
.m-product-info ol {
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 22px !important;
  line-height: 1.375rem !important; }
@media (min-width: 48.0625em) {
  .m-product-info {
    float: left;
    width: 70%; }
    .left .m-product-info {
      float: left; }
    .right .m-product-info {
      float: right; }
    .m-product-info .m-product-desc,
    .m-product-info p,
    .m-product-info ul,
    .m-product-info ol {
      font-size: 24px !important;
      font-size: 1.5rem !important;
      line-height: 32px !important;
      line-height: 2rem !important; } }

.m-product-title {
  margin-top: 0.5em;
  color: #0078d7;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem; }
  @media (min-width: 64em) {
    .m-product-title {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 34px;
      line-height: 2.125rem; } }

.m-product-more {
  padding-top: 20px;
  text-align: center; }
  @media (min-width: 48.0625em) {
    .m-product-more {
      padding-top: 0;
      text-align: left; } }

.m-media-title {
  margin-bottom: 0;
  color: #0078d7;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem; }
  @media (min-width: 64em) {
    .m-media-title {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 24px;
      line-height: 1.5rem; } }
  .m-media-title span {
    color: #000; }

.m-media-desc {
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 15px;
  line-height: 0.9375rem; }
  @media (min-width: 64em) {
    .m-media-desc {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 18px;
      line-height: 1.125rem; } }

.slick-slide {
  padding: 5px; }
  .slick-slide:focus {
    outline: 0; }
  .slick-slide img {
    margin: 0 auto; }

.m-product-slideshow-nav .slick-slide {
  cursor: pointer; }
  .m-product-slideshow-nav .slick-slide img {
    border: 2px solid #eee; }
  .m-product-slideshow-nav .slick-slide:hover img {
    border-color: #002050; }
  .m-product-slideshow-nav .slick-slide.slick-current img {
    border-color: #0078d7; }

.m-assets {
  padding-top: 10px;
  background-color: #f2f4f5;
  text-align: center; }
  .m-assets.alternative-assets {
    padding-top: 0; }

.alternative-assets .m-media {
  background-color: #fff;
  padding: 30px; }

.container > .m-media {
  text-align: left; }
.m-media .m-section-title,
.m-media .m-lead {
  text-align: center; }
@media (max-width: 48.0525em) {
  .m-media .m-section-title {
    font-size: 28px;
    font-size: 1.75rem; } }
@media (max-width: 48.0525em) {
  .m-media .m-lead {
    margin-top: 3rem;
    font-size: 24px;
    font-size: 1.5rem; } }
.m-media .fixed-ratio, .m-media .m-superfeature {
  overflow: hidden; }
.m-media img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: none; }
.m-media .media-container {
  display: none; }
  .m-media .media-container.visible {
    display: block; }
.m-media .other-asset,
.m-media .youtube-container {
  position: relative;
  margin-bottom: 10px; }
.m-media .load-more {
  clear: both; }
  @media (min-width: 48.0625em) {
    .m-media .load-more {
      margin-top: -3rem; } }
.m-media img.dinosaur {
  width: 160px;
  height: 160px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.m-row {
  margin: 20px 0; }
  .m-row + .m-row {
    margin-top: -20px; }
  @media (min-width: 48.0625em) {
    .m-row {
      overflow: hidden;
      margin: 30px -20px; } }
  .m-row .container {
    padding-left: 0;
    padding-right: 0; }

.col-media {
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem; }
  @media (min-width: 36em) {
    .col-media {
      width: 50%;
      float: left;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 20px;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 28px;
      line-height: 1.75rem; }
      .col-media:nth-child(2n+1) {
        clear: both; } }
  .col-media .m-play-close {
    top: -5px;
    right: 5px;
    color: white; }
    .col-media .m-play-close:before, .col-media .m-play-close:after {
      top: 14px; }
    .col-media .m-play-close:hover {
      color: white; }
  .col-media .youtube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent url("../../images/dgt/play_overlay.png") no-repeat center;
    background-size: 50px;
    pointer-events: none; }
  .col-media .youtube.hidden-thumb:before {
    display: none; }
  @media (min-width: 64em) {
    .col-media {
      width: 25%;
      margin-bottom: 50px; }
      .col-media:nth-child(2n+1) {
        clear: none; }
      .col-media:nth-child(4n+1) {
        clear: both; } }
  .col-media a {
    font-weight: 700;
    color: #0078d7; }
    .col-media a:hover {
      color: #002050; }
  .col-media .caption {
    margin-top: 0;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem; }
  .col-media .download {
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem; }

body.page-template-event-2015-10-06 {
  background-color: #fff;
  overflow-x: hidden; }
  @media (max-width: 48.0525em) {
    body.page-template-event-2015-10-06 {
      padding-top: 60px; }
      body.page-template-event-2015-10-06.admin-bar {
        padding-top: 60px; } }
  body.page-template-event-2015-10-06 .wrapper-sticky {
    max-height: 62px; }
  body.page-template-event-2015-10-06 .main-header {
    margin-bottom: 0; }
  @media (min-width: 48.0625em) {
    body.page-template-event-2015-10-06 .top-bar {
      display: none; } }
  body.page-template-event-2015-10-06 .bottom-bar {
    background-color: #000; }
  body.page-template-event-2015-10-06 .logo-scroll {
    width: 100px;
    margin-top: -2px; }
    @media (min-width: 48.0625em) {
      body.page-template-event-2015-10-06 .logo-scroll {
        margin-right: 10px; } }
    @media (min-width: 58.75em) {
      body.page-template-event-2015-10-06 .logo-scroll {
        margin-right: 40px; } }
    @media (min-width: 64em) {
      body.page-template-event-2015-10-06 .logo-scroll {
        margin-right: 60px; } }
    @media (min-width: 80em) {
      body.page-template-event-2015-10-06 .logo-scroll {
        margin-right: 100px; } }
  @media (min-width: 48.0625em) {
    body.page-template-event-2015-10-06 .sticky-active .logo-scroll {
      margin-right: 10px; } }
  @media (min-width: 58.75em) {
    body.page-template-event-2015-10-06 .sticky-active .logo-scroll {
      margin-right: 40px; } }
  @media (min-width: 64em) {
    body.page-template-event-2015-10-06 .sticky-active .logo-scroll {
      margin-right: 60px; } }
  @media (min-width: 80em) {
    body.page-template-event-2015-10-06 .sticky-active .logo-scroll {
      margin-right: 100px; } }
  body.page-template-event-2015-10-06 .main-nav > ul > li {
    padding: 0; }
    @media (min-width: 48.0625em) and (max-width: 58.75em) {
      body.page-template-event-2015-10-06 .main-nav > ul > li {
        font-size: 12px;
        font-size: 0.75rem; } }
    @media (min-width: 48.0625em) {
      body.page-template-event-2015-10-06 .main-nav > ul > li {
        padding: 13px 0; } }
    body.page-template-event-2015-10-06 .main-nav > ul > li:hover > a {
      color: inherit !important; }
  body.page-template-event-2015-10-06 .main-nav > ul > li > a {
    padding: 7px 18px !important;
    line-height: 22px; }
    @media (min-width: 48.0625em) {
      body.page-template-event-2015-10-06 .main-nav > ul > li > a {
        padding: 7px 2px !important; } }
    @media (min-width: 52.5em) {
      body.page-template-event-2015-10-06 .main-nav > ul > li > a {
        padding: 7px 6px !important; } }
    @media (min-width: 64em) {
      body.page-template-event-2015-10-06 .main-nav > ul > li > a {
        padding: 7px 10px !important; } }
    @media (min-width: 80em) {
      body.page-template-event-2015-10-06 .main-nav > ul > li > a {
        padding: 7px 18px !important; } }
    body.page-template-event-2015-10-06 .main-nav > ul > li > a:hover, body.page-template-event-2015-10-06 .main-nav > ul > li > a:focus, body.page-template-event-2015-10-06 .main-nav > ul > li > a.active {
      color: #0078d7 !important; }
  @media (max-width: 48.0525em) {
    body.page-template-event-2015-10-06 .toggled .bottom-bar {
      padding-top: 0; } }
  body.page-template-event-2015-10-06 .main-footer {
    border-top: 1px solid #232323 !important; }

.text-center {
  text-align: center; }

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative; }
  .white-popup-block textarea {
    width: 100%;
    height: 8rem; }
