/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
body {
  background: #ffffff;
}
body, p, a, h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
}

h2 {
  font-size: 30px;
}

h5 {
  font-size: 20px;
}

a, a:visited {
  color: #f79420;
}

a:hover {
  color: #ed8000;
}

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*********************
JOINTSWP BASIC STYLES END
*********************/

.home h1.page-title {
  display: none;
}

.splash {
  min-height: 600px;
}

.splash-text {
  max-width: 900px;
  position: relative;
  float: right;
  top: 200px;
  background: rgba(255,255,255,0.7);
  padding: 30px;
  text-align: right;
}

.splash-text2 {
  max-width: 900px;
  position: relative;
  float: right;
  top: 100px;
  background: rgba(255,255,255,0.7);
  padding: 30px;
  text-align: right;
}

.support-text {
  max-width: 500px;
  position: relative;
  background: rgba(255,255,255,0.7);
  padding: 30px;
}

.splash-text h1, .splash-text2 h1 {
  font-size: 45px;
  font-weight: 700;
  color: #111111;
}

.splash-text h1 .bold-text, .splash-text2 h1 .bold-text {
  font-weight: 900;
}

a .support-button {
  float: right;
  background-color: #f79420;
  padding: 10px 30px;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: background-color 0.25s ease-in-out;
  margin-right: 30px;
  text-transform: uppercase;
}

a .splash-button {
  float: right;
  background-color: #f79420;
  padding: 10px 30px;
  position: relative;
  top: 200px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: background-color 0.25s ease-in-out;
  margin-right: 30px;
  text-transform: uppercase;
}

a .contact-button {
  float: right;
  background-color: #f79420;
  padding: 10px 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: background-color 0.25s ease-in-out;
  text-transform: uppercase;
}

a .news-button {
  background-color: #f79420;
  padding: 10px 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: background-color 0.25s ease-in-out;
  text-transform: uppercase;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
}

a .news-return {
  background-color: #f79420;
  padding: 10px 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: background-color 0.25s ease-in-out;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 40px;

}

a .product-more-link {
  background-color: #f79420;
  padding: 10px 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: background-color 0.25s ease-in-out;
  text-transform: uppercase;
  display: inline-block;

}

a:hover .splash-button, a:hover .contact-button, a:hover .news-button, a:hover .support-button, a:hover .news-return, a:hover .product-more-link {
  background-color: #ed8000;
}

.news-button-wrap {
  text-align: center;
}

.brain-icon img {
  width: 140px;
  height: auto;
  padding: 20px 0;
}

.intro-text p {
  font-size: 20px;
  margin-bottom: 0;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.browser-solutions .panel-grid-cell {
  text-align: center;
  margin-bottom: 0 !important;
}

.browser-solutions img {
  width: 130px;
  height: auto;
  position: relative;
  top: -65px;
  margin-bottom: -65px;
}

.browser-solutions h4 {
  font-size: 28px;
}

.browser-solutions .so-panel {
  margin-bottom: 10px !important;
}

.browser-section-title {
  margin-bottom: 97px;
  text-align: center;
  margin-top: 85px;
}

.hardware-section-title {
  margin-bottom: 25px;
  text-align: center;
  margin-top: 55px;
}

.browser-section-title h2, .hardware-section-title h2 {
  font-size: 35px;
  font-weight: 700;
}

a .browser-solutions-button {
  color: #f79420;
  border: 1px #f79420 solid;
  padding: 10px 0px;
  text-decoration: none;
  transition: background-color 0.25s ease-in-out;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

a:hover .browser-solutions-button {
  background-color: #ffffff;
}

.product-power .textwidget {
  text-align: center;
  padding: 0 20px;
}

.product-power .widget_text {
  margin-bottom: 10px !important;
}

.product-power img {
  width: 100%;
}

.product-power .browser-solutions-button {
  margin-bottom: 25px;
}

.splitter {
  margin-top: 125px;
  margin-bottom: 110px;
}

.splitter-no-top-margin {
  margin-top:0;
  margin-bottom: 110px;
}

.full-width-contact-bar {
  margin-top: 120px;
}

.hardware2 {
  animation-delay: 0.3s !important;
}

.hardware3 {
  animation-delay: 0.6s !important;
}

.hardware4 {
  animation-delay: 0.9s !important;
}

.footer .thirds {
  display: inline-block;
  vertical-align: top;
  vertical-align: bottom;
}

.footer .first, .footer .third {
  width: 25%;
}

.footer .second {
  width: 50%;
}

.footer .first .widget-container-email p {
    margin-bottom: 0px;
}

.footer .third {
  text-align: right;
}

.footer {
  background-color: #e3e3e2;
  color: #313131;
  padding: 20px 0 20px 0;
  font-size: 16px;
}

.footer h3 {
  font-size: 18px;
  font-weight: 600;
}

.footer a {
  color: #313131;
}

.footer a:hover {
  text-decoration: underline;
}

.footer p {
  margin-bottom: 12px;
}

.footer li {
  display: block;
}

.footer ul {
  margin-left: 0;
}

.footer h6 {
  margin: 20px 0 0 0;
}

.footer-logo img {
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
}

.footer-logo {
  display: block;
}

.footer .second {
  text-align: center;
}

.footer .first .textwidget {
  display: inline-block;
}

.footer .fa {
  vertical-align: top;
  margin-top: 5px;
  font-size: 18px;
  margin-right: 5px;
}

.home .footer {
  margin-top: 0;
}

.footer .third img {
  width: 56px;
  height: auto;
  margin-left: 20px;
}

.footer .third .widget_media_image {
  display: inline-block;
}

  .mega-menu-link {
      background-color: rgba(0,0,0,0);
    }
  
    .inner-content, .inner-footer, .top-bar {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }
  
    ul.mega-sub-menu li {
      display: inline;
    }
  
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
      text-align: center;
      line-height: normal;
    }
  
    .logo {
      display: block;
      margin-top: -10px;
    }
  
    .logo img {
      width: 250px;
      height: auto;
    }
  
    .top-bar {
      background: rgba(0,0,0,0);
    }
  
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item-has-children > a.mega-menu-link::after {
      font-size: 40px;
      position: absolute;
      bottom: -13px;
      color: #eeeeee;
      opacity: 0;
      display: table-cell;
      width: 100%;
      margin: 0 0 0 -10px;
      text-align: center;
      transition-duration: 200ms;
      transition-timing-function: ease-in;
      transition-property: opacity, visibility;
      content: '\f0d8';
      font-family: 'fontawesome';
      }
  
    li.mega-toggle-on > a.mega-menu-link::after {
      opacity: 1 !important;
      }
      
    .top-bar {
    margin-top: 5px;
    margin-bottom: -8px;
    padding-left: 30px;
    padding-right: 30px;
    }
  
    .top-bar .top-bar-right {
        margin-top: 40px;
    }
  
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
      padding: 20px 10px;
    }
    
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:last-child > a.mega-menu-link {
    padding-right: 0;
    }
    
    .splash-line {
      display: block;
}

.header {
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.element-is-sticky .top-bar {
    margin-top: 0px;
}

.product-power h4 {
  font-size: 28px;
}

.page-products .splash, .page-solutions .splash, .page-flow .splash {
    min-height: 400px;
}

#brochures li.column-count-1-of-3 .multicolumn-wrapper, #whitepapers li.column-count-1-of-3 .multicolumn-wrapper {
  width: 90%;
}

.content {
  padding-top: 110px;
}

h1.timeline-main-title {
  display: none;
}

.cool-timeline h2 {
  line-height: 30px;
}

.page h1.page-title {
  display: none;
}

.recent-posts-extended {
  margin-bottom: 10px !important;
}

.button {
  background-color: #f79420;
  text-transform: uppercase;
  font-weight: 600;
}

.button:hover {
    background-color: #ed8000;
    color: #ffffff;
}

.partners-row .sow-image-container {
  text-align: center;
}

.partners-row img {
  display: inline-block !important;
  max-height: 75px;
}

.partner-end {
  margin-bottom: 30px;
}

.page-products .menu-products ul.mega-sub-menu, .page-company .menu-company ul.mega-sub-menu, .page-solutions .menu-solutions ul.mega-sub-menu {
  display: none !important;
}

.products-menu-wrap, .company-menu-wrap, .solutions-menu-wrap {
  color: #666666;
  background: #ededed;
  margin-top: -17px;
  position: fixed;
  width: 100%;
  z-index: 99;
}

ul.menu-products-submenu {
  display: inline-block !important;
}

.products-menu-wrap ul li a {
  display: inline-block !important;
}

.products-menu-wrap ul li {
  padding: 20px 12px;
  width: 20%;
  display: inline-block !important;
}

.products-menu-wrap {
  width: 100% !important;
    display: block !important;
}

.company-menu-wrap ul li, .solutions-menu-wrap ul li {
  padding: 20px 12px;
  width: 14.28%;
}

.products-menu-wrap .menu a, .company-menu-wrap .menu a, .solutions-menu-wrap .menu a {
line-height: normal;
padding: 0;
text-align: center;
text-transform: uppercase;
font-size: 14px;
color: #666666;
}

.products-menu-wrap .menu a:hover, .company-menu-wrap .menu a:hover, .solutions-menu-wrap .menu a:hover {
color: #000000;
}

.products-menu-wrap .menu .active > a, .company-menu-wrap .menu .active > a, .solutions-menu-wrap .menu .active > a {
    background: rgba(0,0,0,0);
}

.page-products li.menu-products > a.mega-menu-link::after, .page-company li.menu-company > a.mega-menu-link::after, .page-solutions li.menu-solutions > a.mega-menu-link::after {
opacity: 0 !important;
}

.page-solutions ul.mega-sub-menu {
  min-height: 74px !important;
}

.page-support .panel-grid-cell {
  margin-top: 200px;
}

.page-support .footer, .page-solutions .footer, .page-company .footer {
  margin-top: 0;
}

.panel-grid-cell .widget-title {
    color: #ec8d00;
}

.contact-text {
  background-color: #f1f1f1;
  padding: 30px;
}

.blog h2 a {
  color: #ec8d00;
}

.rpwe-img {
  max-height: 240px !important;
  overflow: hidden;
  display: block;
}

.blog a.more-link {
  clear: both;
  display: block;
  color:#ec8d00;
  margin: 15px 0;
  cursor: pointer;
  width: 115px;
}

.blog a.more-link button {
  color:#ec8d00;
}

.blog .inner-content, .single .inner-content {
  margin-top: 40px;
}

.blog .post img, .single .post img {
  margin-bottom: 20px;
}

.widget_archive a, .widget_wp-category-archive a {
  color: #0a0a0a;
}

.widget_archive, .widget_wp-category-archive {
  background-color: #f1f1f1;
  padding: 30px;
  margin-bottom: 40px;
}

a.more-link {
  display: block;
}

a.more-link button {
  color:#ed8000;
}

.widget_search {
  background-color: #f1f1f1;
  padding: 30px;
  margin-bottom: 40px;
}

.widget_search .screen-reader-text {
  display: none;
}

.blog article, .page-news article, .page-blog article {
  border-bottom: 2px #eeeeee solid;
  padding-bottom: 40px;
  margin-bottom: 40px
}

.blog article:last-child, .page-news article:last-child, .page-blog article:last-child {
  border-bottom: 0px #eeeeee none;
  padding-bottom: 0px;
  margin-bottom: 0px
}

.pagination .current {
  background: #ec8d00;
}

.single .article-header h1, h1 {
  font-size: 2.5rem;
  color: #ec8d00;
  }
  
.button a {
  color: #ffffff;
}

.browser-solutions-read-more {
  display: none;
}

.product-power-read-more {
  display: none;
}

[type="checkbox"] {
    margin: 0;
}

.form-text {
  margin-bottom: 15px
}

.gform_confirmation_wrapper {
  margin-bottom: 70px;
}

.widget-container-phone img {
  width: 18px;
  height: auto;
  margin-right: 5px;
}

.news-items .listing-item {
  list-style: none;
  background-color: #ededed;
  height: 110px;
}

.news-items a.title {
  color: #000000;
  width: 80%;
  display: block;
  padding: 15px;
  float: left;
  margin-top: 9px;
  
}

.news-items .excerpt-dash {
  display: none;
}

.news-items .excerpt {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0px;
}

.news-items .excerpt a {
  visibility: visible;
  display: block;
  float: right;
  background: #ec8d00;
  width: 10%;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  font-family: 'fontawesome';
  font-size: 70px;
}

.inner-content {
  padding: 50px 0;
}

.page-products .inner-content, .home .inner-content, .page-company .inner-content, .page-solutions .inner-content, .page-support .inner-content, .page-flow .inner-content {
  padding: 0;
}

.paper-box-1 {
  margin-bottom: 40px;
}

.cool-timeline .timeline-post .timeline-content h2.content-title, .ctl-popup-content h2 {
text-transform: none !important;
}

.flow-info-box {
  color: #ffffff;
}

.flow-info-box .panel-grid-cell .widget-title {
color: #ffffff;
}

.flow-info-box a {
  color: #ffffff !important;
  text-decoration:underline;
}

.flow-info-box1 {
  background-image: linear-gradient(to bottom right, red, yellow);
}

.flow-info-box2 {
  background-image: linear-gradient(to bottom left, #70fc61, #619bfc);
}

.flow-info-box3 {
  background-image: linear-gradient(to bottom right, #f35ea5, #a200ff);
}

.flow-info-box img {
  max-height: 300px;
  width: auto;
}

.social-icons {
  margin: 10px 0 20px 0;
}

.social-icons img {
  height: 35px;
  width: auto;
  opacity: 1;
  transition: opacity 0.25s ease-out, color 0.25s ease-out;
}

.social-icons a:hover img {
  opacity: 0.8;
}

.sub-menu-wrap ul {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.sub-menu-wrap {
  background: #ededed;
}

.sub-menu-wrap ul li {
  padding: 20px 12px;
}

.sub-menu-wrap ul li a {
  color: #666666;
  line-height: normal;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.sub-menu-wrap ul li:hover a {
  color: #000000;
}

.products-sub-menu-wrap ul li {
    width: 25%;
}

.company-sub-menu-wrap ul li {
    width: 14.28%;
}

.solutions-sub-menu-wrap ul li {
    width: 14.28%;
}

.gfield_checkbox li input[type=checkbox] {
    margin-top: 3px !important;
    display: inline-block !important;
    vertical-align: top !important;
}

.gform_wrapper ul.gfield_checkbox li label {
  vertical-align: top !important;
}

.blog-search-bar {
  background-color: #ededed;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.blog-search-bar input.search-field {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  border: 0 none;
  box-shadow: none;
  margin-bottom: 0;
}

.blog-search-bar input.search-submit {
  border: none 0;
  margin-bottom: 0;
}

.blog .grid-margin-x>.large-8 {
width: calc(100% - 1.875rem);
}

.blog .sidebar {
  display: none;
}

p.tags {
  display: none;
}

#whitepapers li.divider-list-item {
  width: 33%
}

.IN-widget {
  margin-left: 30px;
}

.flow-banner {
  position: relative;
}

.flow-banner-left {
  position: absolute;
  width: 40%;
  top: 22%;
  -ms-transform: translateY(-22%);
  transform: translateY(-22%);
  left: 0;
  text-align: right;
}

.flow-banner-right {
  position: absolute;
  width: 39%;
  top: 22%;
  -ms-transform: translateY(-22%);
  transform: translateY(-22%);
  right: 0;
  text-align: left;
}

.flow-banner-left h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 0;
  line-height: normal;
}

.flow-banner-right p {
  color: #ffffff;
  font-size: 33px;
  line-height: normal;
  margin-bottom: 0;
  padding-right: 60px;
}

.flow-three-boxes {
  background: linear-gradient(90deg, #f28018 50%, #e82729 50%);
  text-align: center;
}

.flow-three-boxes img {
  max-height: 120px;
  width: auto;
  padding-top: 40px;
}

.flow-three-boxes h3.widget-title, .flow-three-boxes p {
  color: #ffffff;
}
/*******************************************************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

*******************************************************************************************************/
@media only screen and (max-width: 1100px) { 
  .flow-banner-right p {
  font-size: 28px;
  }
}
@media only screen and (max-width: 1040px) { 
  .footer .third img {
    width: 50px;
  }
}


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

.full-width-contact-bar .panel-grid-cell {
  flex: 0 1 33% !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.page-solutions ul.mega-sub-menu {
  min-height: 75px !important;
}
.product-power-read-more {
  display: block;
}
.product-power-read-more-row {
  display: none !important;
}
.browser-solutions-read-more-row {
  display: none !important;
}
.browser-solutions-read-more {
  display: block !important;
}
.browser-solutions #pgc-549-3-0, .browser-solutions #pgc-549-3-1 {
  margin-bottom: 100px !important;
}


}

@media only screen and (max-width: 980px) { 
  .splash-text h1 {
  font-size: 35px;
}
.flow-left-text {
  padding-right: 0 !important;
}
.ckcreative-splitter {
  display: none;
}
.ckcreative-link {
  display: block;
}
}

@media only screen and (max-width: 960px) { 
  .flow-banner-right p {
  font-size: 24px;
  padding-right: 40px;
  }
  .flow-banner-left h1 {
  font-size: 40px;
  }
}

@media only screen and (max-width: 920px) { 
  .page-company ul.mega-sub-menu {
    min-height: 58px !important;
  }
  .news-items .listing-item {
    height: 140px;
  }
  .news-items .excerpt a {
  padding-top: 14px;
  padding-left: 3px;
  width: 14%;
  }
  .footer .third {
    width: 100%;
    display: block;
  }
  
  .footer .second, .footer .first, .footer .third {
      width: 100%;
      text-align: center;
  }
  .footer .second {
    margin: 30px 0;
  }
  .footer {
    padding: 40px 0 40px 0;
  }
}

@media only screen and (max-width: 900px) { 
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
  padding: 0px 10px 0px 10px;
}
}

@media only screen and (max-width: 860px) { 
  .splash-text h1 {
  font-size: 30px;
  text-align: center;
}
.splash-text {
    max-width: 100%;
    float: none;
    top: 100px;
    padding: 20px;
    text-align: center;
}
a .splash-button {
    float: none;
    margin-right: 0px;
    width: 180px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: 100px;
}

.rpwe-block li {
    width: 47.5%;
}

.rpwe-block li:nth-child(1), .rpwe-block li:nth-child(3) {
    margin-right: 5%;
}

.rpwe-block li:nth-child(2), .rpwe-block li:nth-child(4) {
    margin-right: 0;
}

}

@media only screen and (max-width: 825px) { 
  .logo img {
    width: 170px;
  }
  .top-bar .top-bar-right {
      margin-top: 20px;
  }
  .products-menu-wrap, .company-menu-wrap, .solutions-menu-wrap {
  margin-top: -37px;
  }
  }

  @media only screen and (max-width: 790px) { 
  .flow-banner-right p {
  font-size: 20px;
  padding-right: 30px;
  }
  .flow-banner-left h1 {
  font-size: 35px;
  }
  .flow-banner-left, .flow-banner-right {
  top: 21%;
  -ms-transform: translateY(-21%);
  transform: translateY(-21%);
  }
}

@media only screen and (max-width: 780px) { 
  .full-width-grey, .full-width-contact-bar {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .full-width-grey #pgc-549-1-0 {
    margin-bottom: 0;
  }
  .full-width-contact-bar a .contact-button {
      float: none;
      margin-right: 0px;
      width: 180px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      top: 100px;
  }

}

@media only screen and (max-width: 768px) { 
  .news-items .panel-grid-cell {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .news-items {
   display: block !important;
   margin-bottom: 0 !important;
   }
   .news-items .listing-item {
       height: 120px;
   }
   .news-items .excerpt a {
       padding-top: 3px;
       padding-left: 0;
       width: 10%;
   }
}

@media only screen and (max-width: 750px) { 
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 6px 0px 6px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 740px) { 
  .home .splash-text {
    background: rgba(255,255,255,0);
    padding: 0px;
  }
  .splash-text h1 {
    font-size: 30px;
  }
  .home .splash-line {
    margin-bottom: 20px;
    line-height: normal;
  }
}

@media only screen and (max-width: 680px) {
  .solutions-menu-wrap, .products-menu-wrap, .company-menu-wrap {
    display: none !important;
  }
  .content {
      padding-top: 0px;
  }
  h3 {
  font-size: 25px !important;
  }
  .page-company #about {
    padding-top: 90px !important;
  }
}

@media only screen and (max-width: 650px) {
.flow-banner-right {
position: relative;
width: 100%;
top: 0;
-ms-transform: translateY(0%);
transform: translateY(0%);
right: unset;
text-align: center;
padding: 0 0 20px;
}
.flow-banner-left h1 {
font-size: 30px;
}
.flow-banner-left {
top: 15%;
-ms-transform: translateY(15%);
transform: translateY(15%);
}
.flow-banner-right p {
padding-left:20px;
padding-right: 20px;
font-size: 22px;
}

  }

@media only screen and (max-width: 600px) {
.paper-box-1 {
  margin-bottom: 0px;
}
#brochures li.column-count-1-of-3 .multicolumn-wrapper, #whitepapers li.column-count-1-of-3 .multicolumn-wrapper {
  width: 90%;
}
.flow-three-boxes {
background: none !important;
}
.flow-three-boxes .panel-grid-cell {
  width: 100% !important;
  display: block !important;
  margin-bottom: 20px !important;
}

.flow-three-boxes {
  display: block !important;
}
}

@media only screen and (max-width: 520px) {
  .page-support .panel-grid-cell {
      margin-top: 50px;
  }
  a .support-button {
      float: none;
      margin-right: 0px;
      text-align: center;
  }
  .page-support .support-button-wrap {
    margin-bottom: 50px;
  }
  .page-support .splash {
    min-height: 400px;
  }
  .browser-solutions-read-more {
    display: block;
  }
  .browser-solutions-read-more-row {
    display: none !important;
  }
  .browser-solutions #pgc-549-3-0, .browser-solutions #pgc-549-3-1, .browser-solutions #pgc-549-3-2 {
    margin-bottom: 100px !important;
  }
  .browser-solutions #pgc-549-3-3 .panel-last-child {
    margin-bottom: 30px !important;
  }
  .flow-banner-left {
position: relative;
width: 100%;
top: 0;
-ms-transform: translateY(0%);
transform: translateY(0%);
right: unset;
text-align: center;
padding: 0;
}
}

@media only screen and (max-width: 500px) {
  .splash-text {
      top: 30px;
  }
  a .splash-button {
      top: 30px;
  }
  .browser-section-title h2, .hardware-section-title h2 {
      font-size: 25px;
  }
}

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

.page-support .panel-grid-cell {
  margin-top: 0px;
}
.page-products .splash, .page-solutions .splash {
    min-height: 250px;
}
.blog-search-bar input.search-field {
  width: 200px;
}
}

@media only screen and (max-width: 420px) {
  .fatfooter .quarter {
    width: 100%;
    text-align: center;
  }
  .rpwe-block li {
      width: 100%;
  }
  
  .rpwe-block li:nth-child(1), .rpwe-block li:nth-child(3) {
      margin-right: 0;
  }
  .news-items .listing-item {
      height: 150px;
  }
  .news-items .excerpt a {
      padding-top: 20px;
      padding-left: 3px;
      width: 14%;
  }

}

@media only screen and (max-width: 370px) {
.blog-search-bar input.search-field {
  width: 170px;
}
}


/******************************************************************

Stylesheet: Print Stylesheet

******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
