/*
    General
    Landing Page
    Learn Pages
    Overview
    Parallax
    Cleaning
    Large Icon
    Highlighted Features
    More Features
    Convenience
    Maintenance
    Coverage
    Features
    Scroll Nav
    Videos
    STEM Pages
    Media Coverage Page
    News/Awards Page
    Search Results
*/

body
{
  color: #000;
  font-family: 'Harmonia Sans Pro', Arial, sans-serif;
  font-size: 16px;
  margin: 0;
}

img
{
  border: 0;
  height: auto;
  max-width: 100%;
}

input,
select,
textarea
{
  border: 1px solid #ebebeb;
  border-radius: 2px;
  color: #000;
  font-family: inherit;
  line-height: 24px;
}

textarea
{
  padding: 0 5px;
}

a
{
  color: #64a70b;
  text-decoration: none;
}

sup
{
  line-height: 0;
  position: relative;
  top: 0.2174em;
}

hr
{
  background-color: #ebebeb;
  border: none;
  color: #ebebeb;
  height: 1px;
  margin: 0 0 20px;
}

.btn,
.scfSubmitButton
{
  -moz-appearance: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  border: 1px solid #64a70b;
  border-radius: 2px;
  color: #64a70b;
  display: inline-block;
  font-family: 'Harmonia Sans Pro', Arial, sans-serif;
  font-size: 17px;
  line-height: 21px;
  padding: 6px 11px;
  transition-duration: 300ms;
  transition-property: background, border-color, color;
}

.btn:hover
{
  background-color: #579802;
  border-color: #579802;
  color: #fff;
}

.btn span
{
  font-size: 15px;
}

.btn.buy_btn,
.btn.greenBtn,
.scfSubmitButton
{
  background-color: #64a70b;
  border-color: #64a70b;
  color: #fff;
}

.btn.buy_btn:hover,
.btn.greenBtn:hover,
.scfSubmitButton:hover
{
  background-color: #579802;
  border-color: #579802;
}

.shdw-btn
{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(255, 255, 255, 0.33);
  border-color: #ffffff;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.33) !important;
}

.shdw-btn:hover
{
  background: rgba(255, 255, 255, 0.55);
  border-color: #ffffff;
}

.page-content
{
  background-color: #fff;
}

.page-content:after
{
  clear: both;
  content: '';
  display: block;
}

.page-content .singleColumn
{
  margin: auto;
  max-width: 1180px;
  padding: 25px 15px;
}

.page-content .singleColumn h1
{
  font-size: 26px;
  margin: 0 0 20px;
}

.page-content .singleColumn h2
{
  margin: 0 0 5px;
}


/* ===== LANDING PAGE ===== */
.mainTextContainer
{
  margin-top: 10px;
}

.mainText
{
  margin: auto;
  max-width: 1180px;
  text-align: center;
}

.mainText h1
{
  font-size: 48px;
  line-height: 1;
  margin: .25em 0;
}

.mainText p
{
  font-size: 22px;
}

.mainImg img
{
  vertical-align: middle;
}

.mainImgContainer .btn
{
  background: transparent;
  background: rgba(255, 255, 255, 0.33);
  border-color: #fff;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.33);
}

.mainImgContainer .btn:hover
{
  background: rgba(255, 255, 255, 0.55);
  border-color: #fff;
}

.mainImgContainer .cycle-slideshow
{
  padding: 0 0 29%;
  z-index: 0;
}

.mainImgContainer .slide
{
  height: 100%;
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100%;
}

.mainImgContainer img,
.mainImgContainer .slideContent
{
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mainImgContainer img
{
  vertical-align: middle;
}

.mainImgContainer .slideContent
{
  box-sizing: border-box;
  color: #fff;
  padding: 0 100px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  width: 100%;
}

.mainImgContainer h2
{
  font-size: 64px;
  font-weight: normal;
}

.mainImgContainer h3
{
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15px;
}

.mainImgContainer .cycle-next-prev
{
  padding: 14.5% 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.mainImgContainer .cycle-next,
.mainImgContainer .cycle-prev
{
  background-image: url('../images/shared-sprite.png');
  background-repeat: no-repeat;
  cursor: pointer;
  height: 95px;
  margin: -47px 0 0;
  position: absolute;
  width: 48px;
}

.mainImgContainer .cycle-next
{
  background-position: 0 -288px;
  right: 25px;
}

.mainImgContainer .cycle-prev
{
  background-position: 0 -384px;
  left: 25px;
}

.mainImgContainer .slideshowPager
{
  display: none;
}

.buMain
{
  margin: 25px auto;
  max-width: 1180px;
  padding: 0 15px;
  text-align: center;
}

.buMain a
{
  display: inline-block;
}

.buMain .btn
{
  margin: 10px auto;
}

.buMain p
{
  font-size: 20px;
}

.fadedImgCallouts
{
  margin: 12px auto 0;
  max-width: 1180px;
  overflow: auto;
}

.fadedImgCallouts a
{
  text-decoration: underline;
}

.fadedImgCallouts img
{
  vertical-align: middle;
}

.fadedImgCallouts h3
{
  font-size: 28px;
  line-height: 1;
  margin: 0 0 .25em;
}

.fadedImgCallouts .callout
{
  box-sizing: border-box;
  float: left;
  padding-left: 6px;
  text-align: center;
  width: 50%;
}

.fadedImgCallouts .left
{
  clear: both;
  padding: 0 6px 0 0;
}

.fadedImgCallouts .callout > div
{
  text-align: left;
  padding: 0 30px;
  margin: 15px auto 20px;
}

.bannerBuffer
{
  padding: 30px 0 50px;
}

.bannerBG
{
  background: #efefef;
}

.bannerContent
{
  text-align: center;
}

.bannerContent > img,
.bannerContent > div
{
  display: inline-block;
  vertical-align: middle;
}

.bannerContent > img
{
  max-width: 25%;
}

.bannerContent > div
{
  color: #929292;
  font-size: 18px;
  max-width: 600px;
  padding: 15px 0 15px 36px;
  text-align: left;
  width: calc(100% - 30%);
}

.bannerContent h2
{
  color: #010101;
  font-size: 30px;
  margin-bottom: 8px;
}

.bannerContent a.btn
{
  margin-top: 25px;
}

/* ===== LEARN PAGE ===== */
.page-content .main_product_body
{
  border-bottom: 1px solid #fff;
  border-top: 2px solid #ebebeb;
}

.section
{
  position: relative;
}

.section_title
{
  font-size: 27px;
  font-weight: 500;
  margin: 25px 0;
  text-align: center;
}

.section_title span,
.section_title div
{
  vertical-align: middle;
}

.title_feature,
.title_divider,
.section_title_right
{
  display: inline-block;
  vertical-align: middle;
}

.title_divider
{
  background: #000;
  height: 75px;
  margin: 0 20px;
  width: 1px;
}

.title_feature
{
  font-size: 48px;
}

.section_title_right
{
  font-weight: 400;
}

.section_title_right .subhead
{
  font-size: 20px;
}

.hero img
{
  vertical-align: middle;
}

.hero_desc
{
  font-size: 20px;
  margin: auto;
  max-width: 800px;
  padding: 0 15px;
}

.hero_desc p
{
  margin: 0 0 15px;
}

.video_overlay
{
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 102;
}

.video_overlay .close
{
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 101;
}

.video_overlay > .video
{
  height: 61%;
  margin: auto;
  max-width: 1200px;
  position: relative;
  top: 100px;
  width: 100%;
}

#youtubeplayer
{
  height: 100%;
  width: 100%;
}

/* ===== OVERVIEW ===== */
.section.overview
{
  margin: 35px auto 25px;
  max-width: 1180px;
  padding: 0 15px;
  text-align: center;
}

.overview img
{
  margin: 0 45px 0 0;
  max-width: 40%;
  vertical-align: middle;
  width: 400px;
}

.overview .content
{
  display: inline-block;
  font-size: 20px;
  text-align: left;
  vertical-align: middle;
  width: 50%;
}

.overview .headline
{
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px;
}

.overview .subhead_lg,
.overview .subhead
{
  margin: 20px 0;
}

.overview .btn
{
  margin: 10px 10px 0 0;
}

.overview .finalLink
{
  color: #000;
  display: block;
  font-weight: 500;
  margin: 20px 0 0;
}

.overview .finalLink span
{
  color: #64a70b;
}

/* ===== PARALLAX ===== */
.parallax
{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax .parallax_image
{
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  position: absolute;
  width: 1px;
}

.parallax .section_inner
{
  display: table;
  max-width: 1180px;
  margin: auto;
}

.parallax .content
{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  display: table-cell;
  font-size: 27px;
  padding: 12.5% 25px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
  vertical-align: middle;
}

.parallax .quote
{
  font-size: 45px;
}

/* ===== CLEANING ===== */
.cleaning
{
  margin: auto;
  max-width: 1180px;
  padding: 0 15px;
}

.cleaning .hero
{
  background-position: center;
  background-repeat: no-repeat;
  padding: 40% 0 0;
  position: relative;
}

.cleaning .play
{
  background: rgba(0, 0, 0, .6);
  border: 2px solid transparent;
  border-radius: 50%;
  height: 96px;
  left: 50%;
  margin: -50px 0 0 -50px;
  position: absolute;
  top: 50%;
  transition: background .3s, border-color .3s;
  width: 96px;
}

.cleaning .hero:hover .play
{
  background: rgba(0, 0, 0, 1);
  border-color: #64a70b;
}

.cleaning .circle,
.cleaning .hoverCircle
{
  display: none;
}

.cleaning .triangle
{
  color: #fff;
  font-size: 50px;
  height: 0;
  left: 50%;
  line-height: 0;
  margin: 2px 0 0 -19px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 0;
}

/* ===== LARGE ICON ===== */
.largeIcon
{
  margin: 25px auto;
  max-width: 1180px;
  padding: 0 15px;
}

.largeIcon .title
{
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 25px;
  text-align: center;
}

.largeIcon .icons
{
  display: table;
  width: 100%;
}

.largeIcon .icon,
.largeIcon .plus
{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.largeIcon img
{
  width: 100%;
}

.largeIcon .plus
{
  font-size: 100px;
  font-weight: 700;
  padding: 0 20px;
}

/* ===== HIGHLIGHTED FEATURES ===== */
.two_col,
.three_col
{
  font-size: 18px;
  margin: 25px auto;
  max-width: 1180px;
  padding: 0 15px;
}

.two_col .images,
.two_col .content,
.three_col .images,
.three_col .content
{
  display: table;
  width: 100%;
}

.two_col .images,
.three_col .images
{
  margin: 0 0 15px;
  text-align: center;
}

.two_col img,
.three_col img
{
  width: 100%;
}

.two_col .col,
.three_col .col
{
  display: table-cell;
  padding: 0 5px;
}

.two_col .col
{
  width: 50%;
}

.three_col .col
{
  width: 33%;
}

.two_col .headline,
.three_col .headline
{
  font-weight: 500;
  margin: 0 0 10px;
}

/* ===== MORE FEATURES ===== */
.more_features
{
  margin: 50px auto;
  max-width: 1180px;
  padding: 0 15px;
}

.more_features .trigger
{
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 24px;
  margin: 0 0 15px;
  outline: 0;
  text-align: center;
  width: 100%;
}

.more_features .plus_minus
{
  font-size: 0;
  margin: 0 0 0 5px;
}

.more_features .plus_minus:before
{
  content: '+';
  font-size: 24px;
}

.more_features .plus_minus.open:before
{
  content: '-';
}

.more_features .feature_detail
{
  display: table;
  margin: 20px auto;
  max-width: 625px;
  min-height: 225px;
  width: 100%;
}

.more_features .feature_detail .detail_image,
.more_features .feature_detail .detail_text
{
  display: table-cell;
  vertical-align: middle;
}

.more_features .feature_detail .detail_image
{
  padding: 0 25px 0 0;
}

.more_features .feature_detail .feature_img
{
  max-width: none;
  vertical-align: middle;
}

.more_features .feature_detail .feature_title
{
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
}

.more_features .content
{
  border-bottom: 1px dotted #000;
  height: 0;
  overflow: hidden;
}

.more_features .content.open
{
  height: auto;
}

.more_features .features
{
  margin: 20px auto 25px;
  max-width: 700px;
}

.more_features td
{
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: default;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}

.more_features td.active
{
  border-color: #000;
}

.more_features td .feature_img,
.more_features td .feature_text
{
  display: none;
}

/* ===== CONVENIENCE ===== */
.convenience
{
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 25px auto;
  max-width: 1180px;
}

.convenience.left
{
  background-position: left center;
}

.convenience .bg_image
{
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  position: absolute;
  width: 1px;
}

.convenience .inner_wrap
{
  display: table-cell;
  vertical-align: middle;
  height: 500px;
  width: 100%;
}

.convenience .content
{
  display: table-cell;
  padding: 0 50% 0 25px;
  vertical-align: middle;
}

.convenience .content.right
{
  padding: 0 25px 0 52.5%;
}

.convenience .headline
{
  font-size: 36px;
  font-weight: 700;
  font-weight: 500;
  margin: 0 0 5px;
}

.convenience .subhead
{
  font-size: 20px;
}

.convenience ul
{
  margin: 25px 0 0;
}

.convenience li
{
  font-size: 16px;
  list-style: none;
  margin: 0 0 20px;
}

/* ===== MAINTENANCE ===== */
.maintenance .section_inner
{
  margin: 25px auto;
  max-width: 1180px;
  padding: 0 15px;
  text-align: center;
}

.maintenance .content
{
  display: inline-block;
  font-size: 20px;
  margin: 0 45px 0 0;
  text-align: left;
  vertical-align: middle;
  width: 50%;
}

.maintenance .alignRight
{
  margin: 0 0 0 45px;
}

.maintenance .headline
{
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px;
}

.maintenance img
{
  max-width: 40%;
  vertical-align: middle;
  width: 400px;
}

.maintenance .btn img
{
  max-width: 100%;
  width: auto;
}

/* ===== COVERAGE ===== */
.coverage .section_title
{
  font-size: 32px;
  margin: 40px 0;
}

.coverage .hero
{
  margin: 25px 0;
  overflow: hidden;
  padding: 35.8333% 0 0;
  position: relative;
}

.coverage .hero img
{
  left: 50%;
  position: absolute;
  text-align: left;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
}

.coverage .play
{
  background: rgba(0, 0, 0, .6);
  border: 2px solid transparent;
  border-radius: 50%;
  height: 96px;
  left: 50%;
  margin: -50px 0 0 -50px;
  position: absolute;
  top: 50%;
  transition: background .3s, border-color .3s;
  width: 96px;
  z-index: 1;
}

.coverage .hero:hover .play
{
  background: rgba(0, 0, 0, 1);
  border-color: #64a70b;
}

.coverage .circle,
.coverage .hoverCircle
{
  display: none;
}

.coverage .triangle
{
  color: #fff;
  font-size: 50px;
  height: 0;
  left: 50%;
  line-height: 0;
  margin: 2px 0 0 -19px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 0;
}

/* ===== FEATURES ===== */
.section.features
{
  padding-bottom: 25px;
}

.section.features .section_inner
{
  margin: auto;
  max-width: 1180px;
  padding: 0 15px;
  position: relative;
}

.section.features table
{
  font-size: 14px;
  margin: 20px 0;
  width: 100%;
}

.section.features td
{
  border-left: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
  padding: 20px 6px;
  text-align: center;
}

.section.features .feature_name
{
  border-left: 0;
  text-align: left;
  width: 30%;
}

.section.features .more_info
{
  display: inline-block;
  margin-left: 5px;
  padding: 0;
  position: relative;
}

.section.features .more_info img
{
  vertical-align: middle;
}

.section.features .more_info .inner
{
  background: #000;
  color: #fff;
  display: none;
  left: 0;
  margin-left: -4px;
  margin-top: 8px;
  padding: 5px;
  position: absolute;
  top: 20px;
  width: 200px;
  z-index: 6;
}

.section.features .more_info p
{
  margin: 0;
}

.section.features .more_info .arrow
{
  border: 6px solid transparent;
  border-bottom-color: #000;
  position: absolute;
  top: -12px;
}

.section.features .more_info:hover .inner
{
  display: block;
}

.section.features .features_headline
{
  font-size: 42px;
  left: 50px;
  position: absolute;
  top: 65px;
}

.section.features .top_row .feature_name
{
  color: #64a70b;
  text-align: left;
  vertical-align: bottom;
}

.section.features .top_row .robot_info
{
  vertical-align: top !important;
}

.section.features .top_row td
{
  border-left: 0;
  border-top: 0;
  padding: 0 10px 10px 11px;
  text-align: center;
  vertical-align: bottom;
}

.section.features .top_row td > a img
{
  display: block;
  margin: auto;
}

.section.features .name
{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.section.features .desc
{
  font-size: 12px;
  margin: auto;
}

.section.features .desc p
{
  display: inline;
}

/* ===== SCROLL NAV ===== */
.scroll_nav
{
  background: rgba(255, 255, 255, .85);
  border-radius: 0 2px 2px 0;
  left: 0;
  max-width: 120px;
  padding: 10px 10px 10px 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  z-index: 4;
}

.scroll_nav .dot
{
  font-size: 18px;
  left: 0;
  line-height: 18px;
  position: absolute;
  top: 0;
}

.scroll_nav a
{
  color: #000;
  display: block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding-left: 18px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.scroll_nav .text
{
  display: block;
  opacity: 1;
}

.scroll_nav .active .dot
{
  background-position: 0 -12px;
}

.scroll_nav .buynow
{
  color: #64a70b;
}

.scroll_nav .buynow .dot
{
  background-image: url('../images/shared-sprite.png');
  background-position: -102px 5px;
  background-repeat: no-repeat;
  font-size: 0;
  height: 20px;
  width: 20px;
}

/* ===== VIDEOS ===== */
@-webkit-keyframes showmodal {
    0% {
        opacity: 0;
        display: none;
    }

    1% {
        opacity: 0;
        display: block;
    }

    100% {
        opacity: 1;
    }
}
@-moz-keyframes showmodal {
    0% {
        opacity: 0;
        display: none;
    }

    1% {
        opacity: 0;
        display: block;
    }

    100% {
        opacity: 1;
    }
}
@-o-keyframes showmodal {
    0% {
        opacity: 0;
        display: none;
    }

    1% {
        opacity: 0;
        display: block;
    }

    100% {
        opacity: 1;
    }
}
@keyframes showmodal {
    0% {
        opacity: 0;
        display: none;
    }

    1% {
        opacity: 0;
        display: block;
    }

    100% {
        opacity: 1;
    }
}
/* Close */
@-webkit-keyframes closemodal {
    0% {
        opacity: 1;
        display: block;
    }

    99% {
        opacity: 0;
    }

    100% {
        display: none;
    }
}
@-moz-keyframes closemodal {
    0% {
        opacity: 1;
        display: block;
    }

    99% {
        opacity: 0;
    }

    100% {
        display: none;
    }
}
@-o-keyframes closemodal {
    0% {
        opacity: 1;
        display: block;
    }

    99% {
        opacity: 0;
    }

    100% {
        display: none;
    }
}
@keyframes closemodal {
    0% {
        opacity: 1;
        display: block;
    }

    99% {
        opacity: 0;
    }

    100% {
        display: none;
    }
}

.global-modal
{
    background: rgba(0, 0, 0, 0.85);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    padding: 60px;
}

.global-modal {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    opacity: 0;
}

.global-modal.open {
    display: block;
    padding: 60px;
    animation: showmodal 1s;
    animation-fill-mode: forwards;
}
.global-modal.open.closing {
    display: block;
    padding: 60px;
    animation: closemodal 1s;
    animation-fill-mode: forwards;
}

.global-modal-viewport-container {
    background: #fff;
    left: 50%;
    height: 75%;
    max-height: 400px;
    max-width: 600px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    max-width: 900px;
    max-height: 510px;
}

.global-modal-viewport {
    position: static;
    width: 100%;
    height: 100%;
}
.global-modal-content {
    width: 100%;
    height: 100%;
}

.oo-player-container {
    width: 100%;
    height: 100%;
}

.global-modal-close-btn {
    background: transparent;
    border: 0;
    height: 30px;
    width: 30px;
    z-index: 2;
    position: absolute;
    top: -35px;
    right: -25px;
    color: rgba(0,0,0,0);
}
    .global-modal-close-btn::after {
        background: transparent;
        content: "\e905";
        display: inline-block;
        font-family: Icomoon;
        font-size: inherit;
        font-style: normal;
        font-weight: 400;
        position: relative;
        font-variant: normal;
        speak: none;
        text-transform: none;
        top: -24px;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        left: 0;
        -ms-transform: none;
        transform: none;
        width: 50px;
        color: white;
    }

#ooyalaPlayer
{
  height: 100%;
  left: 0;
  min-width: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.oo-player-container .oo-player
{
  padding: 0 !important;
}

.oo-player-container figure
{
  min-height: 0 !important;
  min-width: 0 !important;
}

.oo-player:-moz-full-screen figure[data-fullscreen="true"],
.oo-player:-moz-full-screen figure[data-legacy-fullscreen="true"]
{
  position: absolute !important;
}

/* ===== STEM PAGES ===== */
.imageSlideshow
{
  float: left;
  margin: 0 20px 20px 0;
  min-height: 318px;
  min-width: 553px;
  position: relative;
  z-index: 0;
}

.slideshowContent
{
  width: auto !important;
}

.slideshowContent .slide
{
  height: 100% !important;
  position: relative;
  text-align: center;
  width: 100% !important;
}

.slideshowContent a
{
  display: block;
}

.slideshowContent img
{
  height: auto;
  width: auto;
}

.slideshowContent .caption
{
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.slideshowNav
{
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.navAndCaption
{
  display: table;
  min-height: 45px;
}

.slideshowNavItems,
.slideshowCaption
{
  display: table-cell;
  vertical-align: middle;
}

.slideshowNavItems
{
  font-size: 0;
  padding: 0 5px;
  white-space: nowrap;
}

.slideshowNavItems a
{
  background-color: #ebebeb;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
  vertical-align: middle;
}

.slideshowNavItems .activeSlide
{
  background-color: #6aa002;
}

.slideshowCaption
{
  color: #fff;
  padding: 5px 10px 5px 5px;
}

.videoCallout
{
  clear: both;
  overflow: auto;
  padding: 10px 0 25px;
}

.videoCallout #videoPlayer
{
  float: right;
  height: 315px;
  margin: 0 0 0 15px;
  width: 560px;
}

.contentFooter
{
  font-size: 13px;
}

.contentFooter > div
{
  float: left;
}

.contentFooter .top
{
  padding: 0 4% 0 0;
  width: 30%;
}

.contentFooter .top ~ div
{
  width: 22%;
}

.contentFooter ul
{
  list-style: none;
  margin: 0 !important;
}

.contentFooter li + li
{
  margin: 5px 0 0;
}

.contentFooter a
{
  color: #000;
}

.contentFooter img
{
  vertical-align: middle;
}

.projects
{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding: 15px 0 40px;
  text-align: center;
}

.projects .project
{
  border: 1px solid #ebebeb;
  border-radius: 2px;
  display: inline-block;
  margin: 0 50px 30px 0;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 348px;
}

.projects .project img
{
  border-radius: 2px 2px 0 0;
  height: auto;
  max-width: 348px;
}

.projects .project.last
{
  margin-right: 0;
}

.project .projectText
{
  padding: 10px 15px 50px;
}

.project .projectText h3
{
  font-weight: bold;
}

.project .projectLinks
{
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.project .projectLinks a
{
  background-color: #64a70b;
  color: #fff;
  display: block;
  font-size: 17px;
  line-height: 21px;
  padding: 7px 0;
}

.projects .bottomText
{
  clear: both;
  padding-top: 60px;
}

.projects .bottomText ul
{
  margin: 0;
}

.projects .bottomText li
{
  list-style: none;
}

/* ===== MEDIA COVERAGE PAGE ===== */
.media_articles
{
  display: table;
}

.media_articles .release_item
{
  display: table-row;
}

.media_articles .release_date,
.media_articles .release_details
{
  display: table-cell;
  padding: 0 0 10px;
  vertical-align: top;
}

.media_articles .release_date
{
  padding: 0 10px 10px 0;
  text-align: right;
}

/* ===== AWARDS PAGE ===== */
.awards_news_wrapper
{
  display: table;
}

.awards_news
{
  display: table-row;
}

.awards_news .awards_wrapper,
.awards_news .news
{
  display: table-cell;
}

.awards_news .subnav_title
{
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 15px;
  text-align: right;
  text-transform: uppercase;
}

.awards_news .awards
{
  display: table;
}

.awards_news .award_item
{
  display: table-row;
}

.awards_news .award_title,
.awards_news .award_image
{
  border-top: 1px solid #ebebeb;
  display: table-cell;
  font-size: 11px;
  padding: 10px 0;
  vertical-align: middle;
}

.awards_news .award_title
{
  padding: 10px 10px 10px 0;
  text-align: right;
  width: 120px;
}

.awards_news .award_title p
{
  padding: 0;
}

.awards_news .awards img
{
  max-width: none;
}

.awards_news .news
{
  padding: 0 0 0 20px;
}

.awards_news .tertiary_nav
{
  margin: 0;
}

.awards_news .tertiary_nav li
{
  display: inline-block;
  font-size: 14px;
  list-style: none;
}

.awards_news .tertiary_nav .active
{
  font-weight: 700;
}

.awards_news .tertiary_nav a
{
  display: block;
  padding: 0 10px 10px;
}

.awards_news .tertiary_nav span
{
  display: none;
}

.awards_news .news h2
{
  font-size: 18px;
  margin: 0 0 5px;
}

.awards_news .quote_body
{
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 10px 10px;
}

.awards_news .author
{
  font-weight: 700;
}

/* ===== SEARCH RESULTS PAGE ===== */
.search__title
{
  border-bottom: 1px solid #ebebeb;
  font-size: 1.875em !important;
  font-weight: 400;
  margin: 0 auto .75em !important;
  max-width: 27.4em;
  padding: 0 0 .5em;
  text-align: center;
}

.search__title-query
{
  font-weight: 500;
}

.search__options
{
  display: flex;
  margin: auto;
  max-width: 60em;
}

.search__engines
{
  flex-grow: 1;
}

.search__engines-list
{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.search__engine
{
  font-size: 1.125em;
  font-weight: 500;
}

.search__engine::after
{
  content: '|';
  margin: 0 10px;
}

.search__engine:last-child::after
{
  content: none;
}

.search__results-per-page
{
  font-size: 1.125em;
}

.search__results-per-page select
{
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDE1IDgiPjxwYXRoIGZpbGxSdWxlPSJldmVub2RkIiBkPSJNIDE0LjkzIDAuMkMgMTQuOTMgMC4yIDcuMzQgNy43OCA3LjM0IDcuNzggNy4zNCA3Ljc4LTAuMjUgMC4yLTAuMjUgMC4yLTAuMjUgMC4yIDE0LjkzIDAuMiAxNC45MyAwLjJaIiBmaWxsPSJyZ2IoMjUsMjUsMjUpIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 10px 10px;
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 0 5px;
  padding: 0px 30px 0px 10px;
}

.search__results
{
  margin: 60px auto 40px;
  max-width: 51.5em;
}

.search__result
{
  border-bottom: 1px solid #ebebeb;
  display: flex;
  margin: 0 0 30px;
  padding: 0 0 30px;
}

.search__result:last-child
{
  border-bottom: 0;
  padding: 0;
}

.search__result-img
{
  margin: 0 30px 0 0;
  max-width: 80px;
  max-height: 80px;
  vertical-align: middle;
}

.search__result-title
{
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 .5em !important;
}

.search__result-description
{
  font-size: 1.125em;
  line-height: 1.2;
  margin: 0;
}

.search__pager
{
  margin: auto;
  max-width: 51.5em;
}

.search__page-link
{
  font-size: 1.5em;
}

.search__page-link + .search__page-link
{
  margin: 0 0 0 .25em;
}

.search__page-link--current-page
{
  color: #000;
  font-weight: 500;
}

.search__results-not-found
{
  margin: 3.75em auto;
  max-width: 32.5em;
}

.search__results-not-found h2
{
  font-size: 1.25em;
  margin: 0 0 1em;
}

.search__results-not-found ul
{
  padding: 0 0 0 1.25em;
}

.search__results-not-found li
{
  font-size: 1.125em;
  margin: 0 0 1em;
}

.search__results-not-found input[type=text]
{
  border: 1px solid #ebebeb;
  border-radius: 2px;
  box-sizing: border-box;
  height: 35px;
  font-size: 17px;
  line-height: 21px;
  padding: 7px 11px;
  width: 220px;
}

/* ===== SMALL DESKTOP ===== */
@media (max-width : 1179px)
{
  .mainImgContainer h2
  {
    font-size: 46px;
  }

  .mainImgContainer h3
  {
    font-size: 26px;
  }

  .mainTextContainer
  {
    position: relative;
    top: auto;
  }

  .mainText
  {
    padding: 0 10px;
  }

  .mainText h1
  {
    font-size: 35px;
  }

  .mainText p
  {
    font-size: 18px;
  }

  .buCalloutsBG
  {
    margin-top: 12px;
  }

  .fadedImgCallouts h3
  {
    font-size: 24px;
  }

  .fadedImgCallouts p
  {
    font-size: 16px;
  }

  .scfCaptchaGeneralPanel
  {
    margin-left: 0 !important;
  }

  .scfForm
  {
    padding-left: 10px;
    padding-right: 10px;
    width: auto !important;
  }

  .projects
  {
    padding: 0 10px;
  }

  .projects .bottomText
  {
    padding-top: 30px;
  }

  .projects .project
  {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .projects .project.last
  {
    margin-right: 10px;
  }
}

/* ===== MOBILE ===== */
@media (max-width : 767px)
{
  .page-content .singleColumn
  {
    padding: 15px;
  }

  .mainImgContainer .cycle-slideshow
  {
    padding: 0;
  }

  .mainImgContainer .cycle-sentinel
  {
    position: static !important;
  }

  .mainImgContainer img,
    .mainImgContainer .slideContent
  {
    color: #000;
    position: static;
    text-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .mainImgContainer .slideContent
  {
    margin: 12px 0 0;
    padding: 0 15px;
  }

  .mainImgContainer h2
  {
    font-size: 26px;
  }

  .mainImgContainer h3
  {
    font-size: 18px;
  }

  .mainImgContainer .btn
  {
    border-color: #64a70b;
    color: #64a70b;
    text-shadow: none;
  }

  .mainImgContainer .cycle-next-prev
  {
    display: none;
  }

  .mainTextContainer
  {
    background-color: #fff;
    margin: 0;
    position: relative;
    top: auto;
  }

  .mainText h1
  {
    font-size: 32px;
  }

  .fadedImgCallouts h3
  {
    font-size: 24px;
  }

  .fadedImgCallouts p
  {
    font-size: 16px;
  }

  .fadedImgCallouts .callout
  {
    clear: both;
    float: none;
    padding: 0 !important;
    width: auto;
  }

  .fadedImgCallouts .callout > div
  {
    max-width: 550px;
    padding: 0 15px;
  }

  .bannerContent
  {
    padding: 0 10px;
    text-align: center;
    width: auto;
  }

  .bannerContent > img
  {
    max-width: 100%;
  }

  .bannerContent > div
  {
    padding: 0 15px 50px;
    width: auto;
  }

  .bannerContent h2
  {
    font-size: 24px;
  }

  .title_feature
  {
    font-size: 36px;
  }

  .title_divider
  {
    background: #ebebeb;
    display: block;
    height: 1px;
    margin: 10px auto;
    width: 75%;
  }

  .overview img
  {
    margin: 0 0 25px;
    max-height: 250px;
    max-width: 100%;
    width: auto;
  }

    /* ===== OVERVIEW ===== */
  .section.overview
  {
    margin-top: 35px !important;
  }

  .overview .content
  {
    display: block;
    width: auto;
  }

    /* ===== PARALLAX ===== */
  .parallax .quote
  {
    font-size: 36px;
    line-height: 1.1;
  }

    /* ===== LARGE ICON ===== */
  .largeIcon .icons,
    .largeIcon .icon,
    .largeIcon .plus
  {
    display: block;
    width: auto;
  }

  .largeIcon img
  {
    max-height: 100px;
    width: auto;
  }

  .largeIcon .plus
  {
    bottom: 7px;
    font-size: 64px;
    position: relative;
  }

    /* ===== HIGHLIGHTED FEATURES ===== */
  .two_col .content,
    .three_col .content,
    .two_col .content .col,
    .three_col .content .col
  {
    display: block;
  }

  .two_col .content .col,
    .three_col .content .col
  {
    margin: 0 0 25px;
    width: auto;
  }

  .two_col .headline,
    .three_col .headline
  {
    margin: 0 0 5px;
  }

    /* ===== MORE FEATURES ===== */
  .more_features
  {
    margin: 25px auto;
  }

  .more_features .trigger
  {
    display: none;
  }

  .more_features .content
  {
    border: 0;
    padding: 0;
  }

  .more_features .feature_detail
  {
    display: none;
  }

  .more_features table,
    .more_features tbody,
    .more_features tr,
    .more_features td
  {
    display: block;
  }

  .more_features td
  {
    border: 0;
    font-size: 20px;
    padding: 0;
    text-align: left;
    width: auto;
  }

  .more_features td + td
  {
    margin: 15px 0 0;
  }

  .more_features td .feature_img,
    .more_features td .feature_text
  {
    display: block;
  }

  .more_features td .feature_img
  {
    margin: 0 auto 15px;
    max-width: 100%;
  }

  .more_features td .feature_title
  {
    font-weight: 700;
    margin: 0 0 5px;
  }

    /* ===== CONVENIENCE ===== */
  .convenience
  {
    background: none !important;
    overflow: hidden;
  }

  .convenience .bg_image
  {
    clip: auto;
    height: auto;
    margin: 0 0 0 -27.5%;
    position: static;
    vertical-align: middle;
    width: auto;
  }

  .convenience.left .bg_image
  {
    margin: 0 0 0 27.5%;
  }

  .convenience .inner_wrap,
    .convenience .content
  {
    display: block;
    height: auto;
    width: auto;
  }

  .convenience .content,
    .convenience .content.right
  {
    margin: 15px 0;
    padding: 0 15px;
  }

  .convenience .headline
  {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
  }

  .convenience ul .subhead
  {
    font-weight: 500;
  }

    /* ===== MAINTENANCE ===== */
  .maintenance .content
  {
    display: block;
    margin: 0 0 25px;
    width: auto;
  }

  .maintenance .alignRight
  {
    margin: 25px 0 0;
  }

  .maintenance .headline
  {
    font-size: 28px;
    margin: 0 0 10px;
  }

  .maintenance img
  {
    margin: 0;
    max-height: 250px;
    max-width: 100%;
    width: auto;
  }

    /* ===== COVERAGE ===== */
  .coverage .section_title
  {
    font-size: 26px;
    margin: 25px 0;
  }

    /* ===== SCROLL NAV ===== */
  .scroll_nav
  {
    display: none;
  }

  #videoPlayer > div
  {
    height: auto !important;
    width: auto !important;
  }

  .videoCallout #videoPlayer
  {
    float: none;
    height: auto;
    margin: 0 0 20px;
    width: auto;
  }

  .global-modal-viewport
  {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .contentFooter > div
  {
    float: none;
    width: auto !important;
  }

  .imageSlideshow
  {
    float: none;
    margin: 0 auto 20px;
    max-width: 100%;
    min-width: 0;
  }

  .projects,
    .projects .bottomText
  {
    padding: 0;
  }

  .projects .project
  {
    margin: 0 10px 20px;
    width: 275px;
  }

  .projects .project img
  {
    display: block;
    margin: auto;
    max-width: 275px;
  }

  .robot_select
  {
    height: auto !important;
  }

  .robot_select .top,
    .robot_select .bottom,
    .robot_select .border
  {
    display: none !important;
    background: none !important;
  }

  .robot_select ul,
    .robot_select li
  {
    display: block !important;
    position: static !important;
    height: auto !important;
    width: auto !important;
    float: none !important;
  }

  .robot_select > ul
  {
    background: none !important;
    font-weight: bold;
    font-size: 18px;
  }

  .robot_select > ul > li
  {
    background-color: #ddd !important;
    background-position: 50% 5px !important;
    border-radius: 5px 5px 0 0;
    cursor: default !important;
    margin-bottom: 20px;
    padding-top: 90px !important;
  }

  .robot_select ul > li > ul > li
  {
    background: none !important;
    font-size: 16px;
  }

  .robot_select > ul > li > ul li a
  {
    background: #fff;
    height: auto !important;
    padding: 15px !important;
    width: auto !important;
  }

  .robot_select > ul > li > ul li + li a
  {
    border-top: 1px dotted #CCC;
  }

  .scfCaptchaGeneralPanel
  {
    margin: 0 !important;
  }

  .scfCaptchaGeneralPanel,
    .scfCheckBoxListGeneralPanel,
    .scfDateSelectorGeneralPanel,
    .scfEmailGeneralPanel,
    .scfFileUploadGeneralPanel,
    .scfMultipleLineGeneralPanel,
    .scfNumberGeneralPanel,
    .scfRadioButtonListGeneralPanel,
    .scfSingleLineGeneralPanel,
    .scfTelephoneGeneralPanel
  {
    max-width: none !important;
    padding-left: 0 !important;
    width: 97% !important;
  }

  .scfDropListGeneralPanel
  {
    max-width: none !important;
    width: 97% !important;
  }

  .scfDropListLabel,
    .scfEmailLabel,
    .scfNumberLabel,
    .scfSingleLineTextLabel,
    .scfTelephoneLabel
  {
    margin-top: 0 !important;
    width: auto !important;
  }

  .scfDropListLabel,
    .scfEmailLabel,
    .scfSingleLineTextLabel,
    .scfTelephoneLabel
  {
    padding: 0 !important;
  }

  .scfForm
  {
    padding-left: 10px;
    padding-right: 10px;
    width: auto !important;
  }

  .scfForm input,
    .scfForm select,
    .scfForm textarea
  {
    height: 22px;
  }

  .scfSectionContent
  {
    width: auto !important;
  }

    /* ===== SEARCH RESULTS PAGE ===== */
  .search__title
  {
    font-size: 1.5em !important;
  }

  .search__options
  {
    display: block;
  }

  .search__engines-list
  {
    justify-content: center;
    margin: 0 0 20px;
  }

  .search__results-per-page
  {
    text-align: center;
  }

  .search__result
  {
    display: block;
  }

  .search__result-img
  {
    margin: 0 0 20px;
  }

  .search__page-link
  {
    font-size: 1.25em;
  }
}

@media (max-width: 499px)
{
  .awards_news .award_image
  {
    display: none;
  }

  .awards_news .news
  {
    padding: 0 0 0 10px;
  }
}