@charset "UTF-8";
/*!
Theme Name: astute
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: astute
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

astute is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap");
/* Font Management */
/*_variables.scss */
/* Base Colors */
/* Base Fonts Vars */
/*_typography.scss*/
html {
  font-size: 20px;
}

body {
  color: #4a4a4a;
  font-size: 0.7rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

.orangeText {
  color: #FF692E;
}

.whiteText {
  color: #ffffff;
}

.drkText {
  color: #4a4a4a;
}

/*--------------------------------------------------------------
#siteNav
--------------------------------------------------------------*/
/* hide dropdown arrows */
.dropdown-toggle::after {
  display: none;
}

.navbar {
  padding: 0;
  margin: 0;
  height: 50px;
  z-index: 99999;
}

.navbar-light {
  background: #fff;
  _border-bottom: 1px solid #1895D3;
}

.navbar-brand {
  height: 50px;
  width: 132px;
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
}

.navbar-brand img {
  height: 50px;
  max-width: 150px;
}

.navBrandBleed {
  background: #1895D3;
  position: absolute;
  width: 2000px;
  left: -1999px;
  height: 100%;
}

.navBarBleed {
  position: absolute;
  width: calc(100vw + 2000px);
  left: -2000px;
  height: 51px;
  background: #ffffff;
  z-index: -1;
  border-bottom: 1px solid #1895D3;
  top: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #4a4a4a;
  height: 50px;
  vertical-align: middle;
  display: table-cell;
  padding: 5px 15px;
}

.navbar-light .navbar-nav .orangeText .nav-link {
  color: #FF692E;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, #siteNav .dropdown.active .nav-link {
  background: #1895D3;
  color: #ffffff;
  vertical-align: middle;
}

.navbar-light .navbar-nav .orangeText .nav-link:focus, .navbar-light .navbar-nav .orangeText .nav-link:hover, #siteNav .dropdown.active .orangeText .nav-link {
  background: #FF692E;
  color: #ffffff;
  vertical-align: middle;
}

.navbar .dropMenuHeader a {
  background: #4a4a4a;
  color: #ffffff;
  padding: 1.5rem 1rem;
  margin-top: 0;
  margin-bottom: 0;
  cursor: initial;
}

.navbar .dropMenuHeader a:hover {
  cursor: default;
  opacity: 1;
}

.dropdown-item {
  overflow: hidden;
  min-width: 300px;
  max-width: 300px;
  white-space: normal;
  padding: 0.75rem 1rem;
  position: relative;
}

.dropdown-item .menuDesc {
  font-size: 0.6rem;
  float: left;
  width: 100%;
}
.dropdown-item .menu-image-title-after ~ .menuDesc {
  width: calc(100% - 60px);

}

.readMore .linkItemCopy::after {
  font-size: 0.6rem;
  content: "Read More »";
  color: #FF692E;
  display: block;
  float: right;
  margin-top: 10px;
}

.menu-image-title-after.menu-image-not-hovered img {
  max-width: 60px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}

.menuPic .menu-image-title-after.menu-image-not-hovered img {
  top: 0.75rem;
  margin-top: 0px;
}

.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title,
.dropdown-item .menu-image-title-after ~ .menuDesc {
  margin-left: 65px;
  margin-bottom: 5px;
  padding: 0;
  display: block;
  color: #4a4a4a;
  font-weight: 400;
}

.dropdown-menu {
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  color: #4a4a4a;
  font-weight: 400;
  padding: 0;
}

.navbar .seeAllNav a {
  font-family: "Roboto", sans-serif;
  color: #FF692E;
  font-weight: 700;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  _max-height: calc(100vh - 90px);
  _overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    top: 49px;
    margin: 0;
    border-radius: 0;
    border: 1px solid #1895D3;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  }

  .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .navbar-collapse {
    background: #ffffff;
    margin: 0;
    border-radius: 0;
    border: 1px solid #1895D3;
    border-top: none;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
    max-height: 70vh;
    overflow: auto;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url(img/ic_menu_48px.svg);
  }

  .navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0);
  }

  body.logged-in nav#siteNav {
    margin-top: 46px;
  }

  .dropdown-menu {
    border: none;
    border-bottom: 1px solid #1895D3;
    margin: 0;
  }

  .dropdown, .dropleft, .dropright, .dropup {
    border-bottom: 1px solid #ddd;
  }

  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, #siteNav .dropdown.active .nav-link {
    background: #f2f2f2;
    color: #1895D3;
    vertical-align: middle;
    position: relative;
    padding: 10px 15px;
    width: 1000px;
    border-bottom: 1px solid #1895D3;
  }

  .dropdown-item {
    max-width: 100%;
  }
}
/* Styles for the Ajax Search Plugin */
.banner #ajaxsearchlite1 {
  position: absolute;
  right: 0;
  bottom: 0.7rem;
  max-width: 500px;
}

.widget-area #ajaxsearchlite1 {
  position: relative;
  right: 0;
  bottom: 0.7rem;
  max-width: 500px;
}

.banner div[id^=ajaxsearchpro],
.banner div[id*=" ajaxsearchpro"] {
  position: absolute;
  right: 0;
  bottom: 0.7rem;
  max-width: 500px;
}

.widget-area div[id^=ajaxsearchpro],
.widget-area div[id*=" ajaxsearchpro"] {
  position: relative;
  right: 0;
  bottom: 0.7rem;
  max-width: 500px;
}

#ajaxsearchprores1_1, #ajaxsearchprores1_2, div.asp_r.asp_r_1,
#ajaxsearchprores2_1, #ajaxsearchprores2_2, div.asp_r.asp_r_2,
#ajaxsearchprores3_1, #ajaxsearchprores3_2, div.asp_r.asp_r_3,
#ajaxsearchprores4_1, #ajaxsearchprores4_2, div.asp_r.asp_r_4,
#ajaxsearchprores5_1, #ajaxsearchprores5_2, div.asp_r.asp_r_5,
#ajaxsearchprores6_1, #ajaxsearchprores6_2, div.asp_r.asp_r_6,
#ajaxsearchprores7_1, #ajaxsearchprores7_2, div.asp_r.asp_r_7,
#ajaxsearchprores8_1, #ajaxsearchprores8_2, div.asp_r.asp_r_8 {
  z-index: 98 !important;
}

/*--------------------------------------------------------------
Index and Archive Tempates content
--------------------------------------------------------------*/
.bodyContentArea {
  margin-top: 2rem;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bodyContentArea article {
  padding-bottom: 60px;
  margin-bottom: 100px;
  width: calc(33.3% - 40px);
  display: inline-block;
  margin-right: 36px;
  vertical-align: top;
  position: relative;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

article .listingDate {
  color: #898989;
  font-size: 0.6rem;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1;
}

article .articleTitle {
  color: #4a4a4a;
  font-size: 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

article .artileExcerpt {
  color: #4a4a4a;
  position: relative;
  z-index: 1;
}

.bodyContentArea article.featured.Left,
.bodyContentArea article.featured.Right {
  width: calc(60% - 40px);
}

.bodyContentArea article.featured {
  width: calc(50% - 40px);
}

article img {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  opacity: 0.7;
}

.articleImgBox {
  position: relative;
  background: #f2f2f2;
}

.bodyContentArea article.featured.Left .articleImgBox,
.bodyContentArea article.featured.Right .articleImgBox {
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 0;
  width: 100%;
}

.bodyContentArea article.featured.Horizontal .articleImg {
  border-bottom: 1px solid #FF692E;
}

.bodyContentArea article .featuredBox {
  display: none;
  background-color: #FF692E;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 90%;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.bodyContentArea article.featured.Horizontal .featuredBox.InImg,
.bodyContentArea article.featured.Left .featuredBox.InContent,
.bodyContentArea article.featured.Right .featuredBox.InContent {
  display: block;
}

.bodyContentArea article.featured.Right .featuredBox.InContent,
.bodyContentArea article.featured.Left .featuredBox.InContent {
  top: 10%;
  bottom: auto;
  left: 0;
}

.bodyContentArea article.featured.Right .listingDate,
.bodyContentArea article.featured.Left .listingDate {
  margin-top: calc(10% + 50px);
}

.bodyContentArea article.featured.Right .articleReadMore,
.bodyContentArea article.featured.Left .articleReadMore {
  width: calc(100% - 50px);
  bottom: 10px;
}

.bodyContentArea article.featured.Left .articleImg,
.bodyContentArea article.featured.Right .articleImg {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 0;
}

.bodyContentArea article.featured.Right .articleExcerptCopyBox,
.bodyContentArea article.featured.Left .articleExcerptCopyBox {
  background: rgba(242, 242, 242, 0.9);
  overflow: hidden;
  position: relative;
  height: 100%;
  width: calc(50% - 40px);
  float: right;
  padding: 20px;
  border-left: 1px solid #FF692E;
  padding-bottom: 40px;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.bodyContentArea article.featured.Left .articleExcerptCopyBox {
  float: left;
}

.bodyContentArea .articleImg {
  position: relative;
  height: 200px;
  width: 100%;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  border: 1px solid #ddd;
  overflow: hidden;
}

.bodyContentArea .articleImg img {
  position: relative;
  width: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
  height: 100%;
}

.bodyContentArea .articleReadMore {
  border-top: 1px solid #ddd;
  text-align: right;
  color: #FF692E;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 0.6rem;
  padding-top: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.bodyContentArea a:hover .articleImg {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.bodyContentArea .ezsearch-result p {
  margin-bottom: 0;
}

.pagination {
  border-top: 1px solid #ddd;
  padding-top: 0px;
  width: 100%;
}

.bodyContentArea article a:hover {
  text-decoration: none;
  opacity: 1;
}

.bodyContentArea article a:hover h4 {
  color: #FF692E;
  opacity: 1;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.bodyContentArea article a h4 {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.bodyContentArea article.featured.Right a:hover .articleExcerptCopyBox,
.bodyContentArea article.featured.Left a:hover .articleExcerptCopyBox {
  background: #f2f2f2;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.page_navigation a, .page_navigation span, .pagination a, .pagination span {
  display: inline-block;
  padding: 10px 30px;
  max-height: 35px;
  min-height: calc(35px - 19px);
  line-height: normal;
  font-size: 0.6rem;
  text-align: center;
  border: 1px solid #999;
  color: #898989;
  margin: 0 10px 0 0;
}

.page_navigation span, .pagination span {
  display: none;
}

.page_navigation a, .pagination a {
  border-color: #ddd;
  background: #f2f2f2;
  color: #ababab;
  font-weight: 700;
  margin-top: -1px;
  position: relative;
}

.pagination {
  margin-bottom: 50px;
}

.pagination .nav-previous a:after, .pagination .nav-previous a:before,
.pagination .nav-next a:after, .pagination .nav-next a:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.pagination .nav-previous a:after, .pagination .nav-previous a:before {
  left: 100%;
}

.pagination .nav-next a:after, .pagination .nav-next a:before {
  right: 100%;
}

.pagination .nav-previous a {
  float: right;
  margin-right: -1px;
  border-bottom-left-radius: 30px;
  padding-left: 50px;
}

.pagination .nav-next a {
  float: left;
  margin-left: -1px;
  border-bottom-right-radius: 30px;
  padding-right: 50px;
}

.pagination .nav-previous a:after {
  border-color: rgba(242, 242, 242, 0);
  border-left-color: #f2f2f2;
  border-width: 19px;
  margin-top: -19px;
}

.pagination .nav-previous a:before {
  border-color: rgba(221, 221, 221, 0);
  border-left-color: #ddd;
  border-width: 20px;
  margin-top: -20px;
}

.pagination .nav-next a:after {
  border-color: rgba(242, 242, 242, 0);
  border-right-color: #f2f2f2;
  border-width: 19px;
  margin-top: -19px;
}

.pagination .nav-next a:before {
  border-color: rgba(221, 221, 221, 0);
  border-right-color: #ddd;
  border-width: 20px;
  margin-top: -20px;
}

.page_navigation a:hover, .pagination a:hover {
  color: #4a4a4a;
  text-decoration: none;
}

.site-main .pagination .comment-navigation, .site-main .pagination .posts-navigation, .site-main .pagination .post-navigation {
  width: 100%;
  overflow: visible;
}

.pagination .comment-navigation .nav-next, .pagination .posts-navigation .nav-next, .pagination .post-navigation .nav-next,
.pagination .comment-navigation .nav-previous, .pagination .posts-navigation .nav-previous, .pagination .post-navigation .nav-previous {
  float: none;
  width: 100%;
}

.ppcLandingPage .contentBlock .ctaButtonRow:before {
  background: transparent;
}

#articalTemplate {
  overflow: hidden;
  margin-bottom: 8rem;
}

#articalTemplate.ppcLandingPage,
#articalTemplate.targetedLP {
  margin-bottom: 0rem;
}

.embedCode.video {
  position: relative;
  padding-bottom: 54.2%;
  padding-top: 5px;
  height: 0;
}

p .large {
  font-size: 150%;
  line-height: normal;
  margin: 0px 0px 30px;
}

#articalTemplate h2.contentHeader.left {
  position: relative;
  width: auto;
  float: left;
  padding-right: 1rem;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

#articalTemplate .headerImg.embed {
  height: auto;
  opacity: 1;
}

.embedCode.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}

#articalTemplate ul, #articalTemplate ul.default {
  margin: 0;
  font-weight: 300;
  margin-left: 15px;
  margin-bottom: 35px;
}

#articalTemplate ul li, #articalTemplate ul.default li {
  list-style: disc;
  list-style-image: url(./img/astuteBullet.svg);
  padding: 3px 0;
  height: auto;
  width: auto;
  min-height: 0;
  float: none;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

#articalTemplate .med {
  font-size: 0.9rem;
  line-height: normal;
  margin: 0px 0px 30px;
}

#articalTemplate .inside {
  max-width: 1000px;
}

#articalTemplate h1 {
  font-size: 2.4rem;
  padding: 50px 0 20px 0;
  color: #4a4a4a;
  margin: 0;
  font-weight: 100;
}

#articalTemplate .date {
  float: left;
  font-weight: 500;
  color: #4a4a4a;
  margin-right: 5px;
}

#articalTemplate .tags {
  margin-bottom: 0;
  float: left;
}

#articalTemplate .sharing-tools {
  margin-bottom: 0px;
  float: right;
  margin-top: -5px;
}

#articalTemplate .postInfoBox {
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 50px;
}

.inContentImage {
  min-height: 50px;
  min-width: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inContentImage.Landscape {
  width: 100%;
  height: 500px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.inContentImage.Portrait {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background-size: cover;
}

.inContentImage.Square {
  height: 200px;
  width: 200px;
  float: right;
  margin: 0 0 20px 20px;
}

.inContentImage.Panorama {
  width: 100%;
  background-size: cover;
  height: 150px;
}

.companyBioBox {
  margin-top: 6rem;
  position: relative;
}

.companyBioText {
  margin-left: 120px;
}

.companyLogo {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
  height: 100px;
  width: 100px;
  border-right: 1px solid #dddddd;
  background-size: 60%;
  margin-right: 1rem;
  background-position: center;
  background-repeat: no-repeat;
}

.blog .article, .blog .ezsearch-result {
  padding-bottom: 60px;
  margin-bottom: 100px;
  width: calc(25% - 40px);
  display: inline-block;
  margin-right: 36px;
  vertical-align: top;
  position: relative;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.relatedContent.blog .article {
  width: calc(33.3% - 40px);
  max-width: 50%;
}

.relatedContent.blog .articleImg {
  margin-bottom: 0px;
}

.relatedContent.blog .articleImgBox {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.relatedContent.blog .article .listingDate {
  font-size: 90%;
}

.relatedContent.blog h4.articleTitle {
  font-size: 150%;
}

.article .listingDate {
  color: #898989;
  font-size: 0.6rem;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1;
}

.postInfoBox {
  border-top: 1px solid #ddd;
  margin-top: 1rem;
  padding-top: 1rem;
}

.modalFormThankYouMessage .thankYou {
  padding: 1rem;
  font-size: 1rem;
  font-weight: 300;
  color: #FF692E;
}

#articalTemplate h4,
#productPage .relatedContent h4 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #4a4a4a;
  margin-bottom: 20px;
}

#articalTemplate a:hover h4,
#productPage .relatedContent a:hover h4 {
  color: #FF692E;
}

#articalTemplate h2 {
  font-family: Raleway, sans-serif;
  font-weight: 200;
  font-size: 200%;
  color: #4a4a4a;
  margin: 50px 0 10px 0;
  line-height: normal;
}

#articalTemplate .offsetContent .contentBlock .blockCopy {
  margin-top: 1rem;
}

#articalTemplate #headerCopy {
  margin: 40px 0 0px 0;
}

#articalTemplate p {
  color: #4a4a4a;
  font-weight: 300;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

#articalTemplate ol {
  font-size: 0.9rem;
  font-weight: 300;
  margin: 0 0 2rem 2rem;
}

#articalTemplate ol li {
  margin-bottom: 0.8rem;
}

#articalTemplate img {
  max-width: 100%;
}

#articalTemplate p .med {
  font-size: 0.9rem;
  line-height: normal;
}

.copyAreaAltBlock .med {
  font-size: 135%;
  line-height: normal;
  color: #4a4a4a;
  font-weight: 300;
}

.copyAreaAltBlock {
  background-color: #f2f2f2;
  padding: 40px 50px 40px 1200px;
  margin: 30px 0px 30px -1200px;
}

#articalTemplate .headerImageArea.embededMedia {
  background: transparent;
  margin-right: -1200px;
  border-bottom: transparent 1px solid;
  position: relative;
}

#articalTemplate .headerImageArea.embededMedia .headerImg.embed {
  border: solid 1px #dddddd;
  min-height: 10rem;
}

#articalTemplate .headerImageArea {
  background: #f2f2f2;
  margin-right: -1200px;
  border-bottom: #FF692E 1px solid;
  position: relative;
}

#articalTemplate a .headerImageArea {
  opacity: 1;
  margin-bottom: 5rem;
}

#articalTemplate a .headerImageArea:hover {
  opacity: 0.7;
}

#articalTemplate .headerImg {
  height: 500px;
  width: calc(100% - 1200px);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
  position: relative;
  overflow: hidden;
}

#articalTemplate .headerImg img {
  position: relative;
  width: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
  height: 100%;
}

#articalTemplate .headerImg .headerImgGrade {
  background: linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 98%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 75%;
  right: 0;
}

#articalTemplate .headerBrandCallout {
  position: relative;
  _margin-bottom: 102px;
  bottom: 60px;
  margin-left: 40px;
}

#articalTemplate .headerCalloutText {
  color: #fff;
  background: #FF692E;
  float: left;
  display: inline-block;
  padding: 10px 60px 10px 20px;
  margin: -33px 0 0 0;
  position: relative;
}

#articalTemplate .brandLogo {
  width: 100px;
  height: 100px;
  border: 1px solid #FF692E;
  border-radius: 50%;
  background-color: #fff;
  margin-left: -30px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#articalTemplate.targetedLP .contentCopy {
  margin: 2rem 0;
}

#articalTemplate.ppcLandingPage .brandLogo,
#articalTemplate.targetedLP .brandLogo {
  width: 150px;
  height: 150px;
  border: none;
  border-radius: 0%;
  background-color: #fff;
  float: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 2rem 1rem;
  text-align: center;
}

#articalTemplate.partnersPage .brandLogo {
  border: none;
  border-radius: 0%;
  background-color: #fff;
  margin-left: 0;
  float: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 320px;
  height: 150px;
  margin: 40px 20px;
}

#articalTemplate.partnersPage .brandLogoLink {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
}

#articalTemplate .statCallout {
  overflow: hidden;
  position: relative;
  display: block;
  padding-right: 1200px;
  width: calc(100% + 1200px);
  margin-bottom: 20px;
}

#articalTemplate .statCallout .Circle {
  margin-bottom: 0;
  display: inline-block;
  margin-left: 0;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}

#articalTemplate .statText {
  background: #f2f2f2;
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: -1200px;
  bottom: 0;
}

#articalTemplate .statTextBox {
  font-weight: 300;
  display: inline-block;
  height: 100%;
  width: calc(100% - 1350px);
  padding: 30px 30px 30px 70px;
  position: relative;
  vertical-align: middle;
  margin-left: -50px;
}

#articalTemplate .relatedContent {
  margin-top: 100px;
}

#articalTemplate .relatedContent .resourcesHeader,
#productPage .relatedContent .resourcesHeader {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

#articalTemplate .relatedContent .resourcesHeader h4,
#productPage .relatedContent .resourcesHeader h4 {
  display: inline-block;
  margin-bottom: 0;
}

#articalTemplate .moreCTA a {
  text-transform: uppercase;
  color: #FF692E;
  font-weight: 700;
  font-size: 100%;
}

#articalTemplate .moreCTA {
  float: right;
  display: inline-block;
  margin-top: 15px;
}

#articalTemplate .resourcesContainer {
  width: 100%;
}

#articalTemplate .resourcesContainer .resource {
  background-color: #f2f2f2;
  width: calc(50% - 24px);
  overflow: hidden;
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
}

#articalTemplate .resourcesContainer .resource:nth-child(odd) {
  margin-right: 40px;
}

#articalTemplate .resourcesContainer .resourceImage {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 350px;
  width: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  border: 1px solid #ddd;
  border-bottom: none;
}

#articalTemplate .resourcesContainer .resourceCopy {
  background: #ffffff;
  padding-bottom: 20px;
  line-height: normal;
  margin-bottom: -2px;
  border-top: 1px solid #FF692E;
}

#articalTemplate .resourcesContainer #resourceCopy.resourceCopy .relatedResourceTitle {
  font-family: Raleway, sans-serif;
  font-size: 200%;
  color: #FF692E;
  font-weight: 200;
  line-height: normal;
  margin: 20px 0;
}

#articalTemplate .resourcesContainer #resourceCopy.resourceCopy .relatedResourceTitle p {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: inherit;
}

#articalTemplate .resourcesContainer .resourceCopy .typeBar {
  background-color: #FF692E;
  padding: 10px 20px;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  float: left;
  margin-top: -36px;
  position: relative;
}

#articalTemplate .resourcesContainer .resource:hover .resourceImage {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

#articalTemplate .resourcesContainer a:hover h5 {
  opacity: 1;
}

#articalTemplate.targetedLP .headerCopyBox h1,
#articalTemplate.targetedLP .headerCopyBox h4,
#articalTemplate.targetedLP .headerCopyBox p {
  color: #ffffff;
}

#articalTemplate.targetedLP #headerCopy {
  margin: 0;
  padding: 2rem 0;
}

@media (max-width: 1200px) {
  #articalTemplate .inside {
    max-width: 800px;
  }
}
@media (max-width: 900px) {
  #articalTemplate .headerImg {
    width: calc(100% - 1150px);
  }

  #articalTemplate h1 {
    padding: 30px 0 20px 0;
  }

  #articalTemplate h4,
#productPage .relatedContent h4 {
    line-height: normal;
    font-size: 150%;
  }

  #articalTemplate p .med {
    font-size: 115%;
  }

  .copyAreaAltBlock .med {
    font-size: 115%;
  }

  #articalTemplate .resourcesContainer .resourceCopy h5 {
    font-size: 150%;
  }
}
@media (max-width: 700px) {
  #articalTemplate .headerImg {
    height: 400px;
  }

  #articalTemplate .resourcesContainer .resourceCopy .typeBar {
    margin-top: -34px;
  }
}
@media (max-width: 600px) {
  #articalTemplate .headerCalloutText {
    margin: 0;
  }
}
@media (max-width: 550px) {
  #articalTemplate .resourcesContainer .resource {
    width: calc(100% + 0px);
  }

  #articalTemplate .resourcesContainer .resourceImage {
    min-height: 250px;
  }

  #articalTemplate h1 {
    padding: 10px 0 20px 0;
  }

  #articalTemplate .date,
#articalTemplate .tags {
    margin-bottom: 10px;
  }

  #articalTemplate .tags {
    margin-right: 10px;
  }

  #articalTemplate .tags span.pipeDivider {
    display: none;
  }

  #articalTemplate .sharing-tools {
    float: left;
  }
}
@media (max-width: 500px) {
  #articalTemplate .statCallout .Circle {
    display: block;
  }

  #articalTemplate .statTextBox {
    padding: 70px 30px 30px 20px;
    display: block;
    margin-top: -50px;
    width: calc(100% - 1220px);
    margin-left: 0px;
  }

  #articalTemplate .headerImg {
    height: 200px;
  }

  #articalTemplate .med {
    font-size: 120%;
    line-height: normal;
    margin: 30px 0;
  }
}
/* CSS for the embeded Marketo Forms */
#webinarForm_01, #webinarForm_02 {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
  overflow: hidden;
}

#webinarForm_01 {
  margin-right: 40px;
}

.spinner {
  z-index: 1 !important;
}

.thanksResult {
  min-height: 100px;
}

.form_box {
  padding: 20px;
  background: transparent;
  position: relative;
  border-radius: 5px;
  min-height: 100px;
}

.form_box form {
  margin: 0px auto;
  width: 100% !important;
  background: #fff;
  position: relative;
  z-index: 1;
}

.form_title {
  color: #fff;
  font-family: raleway, sans-serif;
  font-weight: 300;
  margin: 0 0 40px 0;
}

.form_title h3, .form_title h4 {
  font-weight: 200;
}

.form_title h3 {
  font-size: 300%;
}

.form_title h4 {
  font-size: 200%;
}

/* Marketo Form Overrides  */
.form_box .mktoForm input[type=text], .form_box .mktoForm input[type=url], .form_box .mktoForm input[type=email], .form_box .mktoForm input[type=tel], .form_box .mktoForm input[type=number], .form_box .mktoForm input[type=date], .form_box .mktoForm textarea.mktoField, .form_box .mktoForm select.mktoField {
  _width: 490px !important;
  background: transparent;
  color: #898989 !important;
  border: none;
  border-bottom: 1px solid #ddd;
  text-shadow: none !important;
  font-size: 125%;
  padding: 0 10px;
  height: 50px;
}

.form_box .mktoForm select.mktoField {
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
}

.form_box .mktoForm select.mktoField option:first-child {
  color: #ddd !important;
}

.form_box .mktoForm .mktoError .mktoErrorArrowWrap {
  display: none;
}

.form_box .mktoForm .mktoError {
  left: 10px !important;
  right: 40px !important;
}

.form_box .mktoForm .mktoError .mktoErrorMsg {
  width: 100%;
  max-width: 100% !important;
  padding: 10px 20px !important;
  background: #F46F3C !important;
  color: #fff !important;
  text-shadow: none !important;
  font-weight: 500 !important;
  font-family: roboto, sans-serif !important;
  font-size: 125% !important;
  border: 1px solid #F46F3C !important;
  border-radius: 5px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
}

.mktoForm .mktoError .mktoErrorMsg:after, .mktoForm .mktoError .mktoErrorMsg:before {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.mktoForm .mktoError .mktoErrorMsg:after {
  border-color: rgba(213, 213, 213, 0);
  border-bottom-color: #F46F3C;
  border-width: 10px;
  margin-left: -10px;
}

.mktoForm .mktoError .mktoErrorMsg:before {
  border-color: rgba(244, 111, 60, 0);
  border-bottom-color: #F46F3C;
  border-width: 11px;
  margin-left: -11px;
}

.mktoForm input[type=text]:focus, .mktoForm input[type=url]:focus, .mktoForm input[type=email]:focus, .mktoForm input[type=tel]:focus, .mktoForm input[type=number]:focus, .mktoForm input[type=date]:focus, .mktoForm select.mktoField:focus, .mktoForm textarea.mktoField:focus {
  border: none;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: none;
  background: #f2f2f2;
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background: #fff !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset, 0 0 8px rgba(82, 168, 236, 0.6);
  background: #fff !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background: #fff !important;
}

.mktoButtonRow {
  margin: 20px auto !important;
  display: block !important;
  text-align: center !important;
}

.mktoButtonRow span {
  margin: auto !important;
}

.mktoForm .mktoButtonRow span {
  text-align: center;
}

.demo_btn {
  position: relative;
  margin: 20px 0;
}

.anchor_button, .anchor_button:link, .anchor_button:visited, .anchor_button:active {
  padding: 10px 20px;
  text-align: center;
  line-height: 40px;
  font-size: 150%;
  font-family: roboto, sans-serif;
  text-transform: uppercase;
  _width: 150px;
  font-weight: 500;
}

.anchor_button, .anchor_button:link, .anchor_button:visited, .anchor_button:active,
div[id^=form_box-] .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton,
div[id^=form_box-] .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:link,
div[id^=form_box-] a.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:visited,
div[id^=form_box-] .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:active,
div[id^=form_box-] .mktoForm .mktoButtonWrap.mktoNext .mktoButton,
#injectForm .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton,
#injectForm .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:link,
#injectForm a.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:visited,
#injectForm .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:active,
#injectForm .mktoForm .mktoButtonWrap.mktoNext .mktoButton,
#demoWidgetForm .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton,
#demoWidgetForm .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:link,
#demoWidgetForm a.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:visited,
#demoWidgetForm .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:active,
#demoWidgetForm .mktoForm .mktoButtonWrap.mktoNext .mktoButton {
  border-radius: 0px;
  background: #f36e3c;
  color: #fff;
  border: none;
  text-shadow: none;
}

div[id^=form_box-] .mktoForm .mktoButtonWrap.mktoNext .mktoButton,
#injectForm .mktoForm .mktoButtonWrap.mktoNext .mktoButton,
#demoWidgetForm .mktoForm .mktoButtonWrap.mktoNext .mktoButton {
  padding: 7px 20px 5px 20px;
  border: none;
  box-shadow: none;
  text-transform: none;
  font-family: roboto, sans-serif;
  font-size: 100%;
  font-weight: 500;
}

div[id^=form_box-] .mktoForm .mktoButtonWrap.mktoNext .mktoButton:before,
#injectForm .mktoForm .mktoButtonWrap.mktoNext .mktoButton:before,
#demoWidgetForm .mktoForm .mktoButtonWrap.mktoNext .mktoButton:before {
  display: none;
}

div[id^=form_box-] .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:hover,
div[id^=form_box-] .mktoForm .mktoButtonWrap.mktoNext .mktoButton:hover,
#injectForm .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:hover,
#injectForm .mktoForm .mktoButtonWrap.mktoNext .mktoButton:hover,
#demoWidgetForm .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:hover,
#demoWidgetForm .mktoForm .mktoButtonWrap.mktoNext .mktoButton:hover {
  background: #898989;
}

div[id^=form_box-] .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton,
div[id^=form_box-] .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:link,
div[id^=form_box-] a.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:visited,
div[id^=form_box-] .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:active,
div[id^=form_box-] .mktoForm .mktoButtonWrap.mktoNext .mktoButton,
div[id^=form_box-] .mktoForm .mktoButtonWrap.mktoNext .mktoButton:hover,
#injectForm .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton,
#injectForm .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:link,
#injectForm a.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:visited,
#injectForm .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:active,
#injectForm .mktoForm .mktoButtonWrap.mktoNext .mktoButton,
#injectForm .mktoForm .mktoButtonWrap.mktoNext .mktoButton:hover,
#demoWidgetForm .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton,
#demoWidgetForm .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:link,
#demoWidgetForm a.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:visited,
#demoWidgetForm .mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:active,
#demoWidgetForm .mktoForm .mktoButtonWrap.mktoNext .mktoButton,
#demoWidgetForm .mktoForm .mktoButtonWrap.mktoNext .mktoButton:hover,
.sharing_buttons a.fa, .sharing_buttons a.fa:hover {
  -webkit-transition-property: color, background, opacity;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0.1s;
  transition-property: color, background, opacity;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  transition-delay: 0.1s;
}

#injectForm .mktoForm input[type=text],
#injectForm .mktoForm input[type=url],
#injectForm .mktoForm input[type=email],
#injectForm .mktoForm input[type=tel],
#injectForm .mktoForm input[type=number],
#injectForm .mktoForm input[type=date],
#injectForm .mktoForm textarea.mktoField,
#injectForm .mktoForm select.mktoField,
#demoWidgetForm .mktoForm input[type=text],
#demoWidgetForm .mktoForm input[type=url],
#demoWidgetForm .mktoForm input[type=email],
#demoWidgetForm .mktoForm input[type=tel],
#demoWidgetForm .mktoForm input[type=number],
#demoWidgetForm .mktoForm input[type=date],
#demoWidgetForm .mktoForm textarea.mktoField,
#demoWidgetForm .mktoForm select.mktoField {
  _width: 490px !important;
  background: transparent;
  color: #4a4a4a !important;
  border: none;
  border-bottom: 1px solid #ddd;
  text-shadow: none !important;
  font-size: 1.1em;
  padding: 10px;
  height: auto;
  line-height: 1.5em;
  box-shadow: none;
}

#injectForm .mktoForm {
  background: #ffffff;
  z-index: 1;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

#injectForm .mktoButtonRow {
  text-align: right !important;
}

#injectForm .mktoForm:after {
  content: "";
  width: 100%;
  position: relative;
}

#injectForm .mrktoBannerFormHeader {
  background: #ffffff;
  position: relative;
  font-family: "Raleway", sans-serif;
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 300;
  line-height: initial;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.headerCopyBox.formInHeader ~ #injectForm.headerFormBox,
#injectForm.contentBottomFormBox {
  width: 380px;
  min-height: 300px;
  background: #ffffff;
  padding: 1rem;
  border-radius: 0;
  position: relative;
  display: table-cell;
  margin-bottom: 3rem;
  border: 1px solid #dddddd;
}

#injectForm.contentBottomFormBox {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.headerCopyBox #injectForm.headerFormBox {
  display: block;
  width: 100%;
}

.headerCopyBox.formInHeader {
  width: calc(100% - 450px);
  margin-bottom: 1rem;
  margin-top: 1rem;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-right: 2rem;
  line-height: normal;
  padding-bottom: 2rem;
}

.contentBottomFormBox .mktoForm div, .contentBottomFormBox .mktoForm span, .mktoForm label, .contentBottomFormBox .mktoForm p {
  _width: 100% !important;
  margin: 0 !important;
}

.contentBottomFormBox .mktoHtmlText.mktoHasWidth {
  width: 100% !important;
}

.contentBottomFormBox .mktoHtmlText.mktoHasWidth div {
  text-align: right !important;
}

/* Footer Form Styles */
.prefooterFormBox .mrktoForm {
  max-width: 800px;
  min-height: 300px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
  border: 1px solid #ddd;
  margin-top: 6rem;
}

.prefooterFormBox .mrktoBannerFormHeader {
  background: #fff;
  position: relative;
  font-family: Raleway, sans-serif;
  color: #FF692E;
  font-size: 24px;
  font-weight: 100;
  line-height: initial;
  padding-left: 10px;
  margin-bottom: 20px;
}

#prefooterFormBox .form_box {
  padding: 0;
  border: none;
  _height: 100px;
  overflow: hidden;
}

#prefooterFormBox .mktoForm .mktoFormRow {
  clear: none;
}

/*--------------------------------------------------------------
#footer
--------------------------------------------------------------*/
#footer {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0;
  font-size: 0.6rem;
  line-height: 19px;
  font-weight: 300px;
  overflow: hidden;
  background-color: #f2f2f2;
  border-top: 1px solid #ddd;
}

.insideResponsive {
  position: relative;
}

#footer a {
  color: #898989;
  text-decoration: none;
  opacity: 1;
}

#footer a:hover {
  opacity: 0.7;
}

#footer a, #my-footer a:hover {
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

#bbbLogo {
  margin-top: 40px;
}

#footerLogo {
  background: url(./img/glyph-horz.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  height: 70px;
  width: 175px;
  float: left;
}

.footerLogoBox {
  overflow: hidden;
  margin-bottom: 10px;
}

#footerSocialLinks.footerSocialLinks a.fa {
  color: #f2f2f2;
  font-size: 250%;
  background: #bbb;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
}

.footerSocialLinks {
  position: relative;
  float: right;
  margin-top: 25px;
}

.footer-contentArea {
  padding-top: 30px;
  padding-bottom: 80px;
  overflow: hidden;
}

div.footerColumnMenu {
  position: relative;
  text-align: left;
  line-height: normal;
  margin: 0;
  width: calc(33.3% - 40px);
  padding-right: 40px;
  float: left;
  margin-bottom: 40px;
}

ul.footerColumnMenu {
  margin: 0;
  padding: 0;
}

ul.footerColumnMenu li {
  list-style: none;
  padding: 3px 0;
}

li.footerColumnHeader {
  font-family: Raleway, sans-serif;
  font-size: 150%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

div.footerColumnMenu li {
  list-style: none;
}

div.footerColumnMenu li a {
  text-decoration: none;
}

.footer-60 {
  width: 60%;
  float: left;
}

.footer-40 {
  width: calc(40% - 10%);
  float: right;
  text-align: left;
}

.footerLegal {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.reqLinks {
  float: right;
}

.footerFormImg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
  opacity: 0.7;
  margin-top: -30px;
  margin-bottom: 20px;
}

footer h5 {
  font-family: "Raleway", Arial, sans-serif;
  text-align: left;
  font-weight: 300;
  color: #4a4a4a;
  font-size: 1.2rem;
  line-height: normal;
}

footer .mktoForm .mktoFormRow {
  width: 100%;
  position: relative;
  z-index: 99;
}

footer .mktoForm .mktoFormCol {
  padding-right: 0px;
  box-sizing: border-box;
}

footer .mktoForm .mktoFormCol input::placeholder {
  color: #bbb;
  font-size: 14px;
  font-family: Raleway, sans-serif;
}

footer .mktoForm .mktoFormCol input {
  background: transparent;
  border: 1px solid #ddd;
}

footer .mktoForm .mktoRequiredField .mktoAsterix, footer .mktoForm .mktoRequiredField label.mktoLabel {
  display: none;
}

footer .mktoForm input {
  background: transparent;
  background-color: #fff;
  border-radius: 5px;
  font-size: 18px !important;
  height: 45px !important;
}

footer .mktoButtonRow {
  text-align: center;
  float: right;
}

footer .mktoButtonWrap {
  margin: 0 !important;
}

#footer-nav, #footer-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer-nav {
  margin-top: 50px;
  float: right;
}

#footer-nav li {
  float: left;
}

#footer-nav li a {
  margin-left: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #777;
  text-decoration: none;
}

#footer-nav li:last-of-type a {
  color: #ff692e;
}

#footer-nav li a:hover {
  text-decoration: underline;
}

#footer .disclaimer {
  width: 50%;
  float: left;
  text-align: left;
  font-size: 90%;
  line-height: normal;
  color: #898989;
}

.footer-bottom {
  padding: 30px 0;
}

#footer .footer-bottom a {
  font-size: 15px;
  color: #1595d3;
  text-decoration: none;
  margin: 0 8px;
}

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

.bbbLink {
  background-image: url(./img/bbbLogo.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  height: 40px;
  width: 107px;
  display: inline-block;
  vertical-align: bottom;
}

.VPATlink {
  background-image: url(./img/ilumino_VPAT_Icon-ForLightBackground.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  height: 40px;
  width: 107px;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 1rem;
}

#connectResourceItems .resources-list .resourceItem {
  display: block;
  width: 100%;
  margin: 2rem 0;
  position: relative;
}
#connectResourceItems .resources-list .image {
  float: left;
  width: 25%;
  display: inline-block;
}
#connectResourceItems .resources-list .text {
  display: inline-block;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #ddd;
  max-width: calc(75% - 2rem);
}
#connectResourceItems .resources-list h4 a {
  color: #4a4a4a;
  font-size: 1.2rem;
}

#bottomAlert {
  position: fixed;
  bottom: 0;
  top: unset;
  min-width: 100vw;
  _min-height: 300px;
  background: #4a4a4a;
  display: none;
  z-index: 999999;
  -webkit-box-shadow: 0px 15px 50px 16px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 15px 50px 16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 15px 50px 16px rgba(0, 0, 0, 0.5);
  border-top: #ff692e 1px solid;
  color: #fff;
}

.bottomAlertContent {
  position: relative;
  padding: 1rem 1rem 2rem 0;
}

.closeBottomAlert {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: sans-serif;
  position: absolute;
  top: 1rem;
  right: 0;
  color: #fff;
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding-top: 3px;
}

.bottomAlertTitle {
  margin-bottom: 0px;
}

.bottomAlerSubTitle {
  font-size: 1rem;
  _test2: auto;
}

/* Wordpress Admin Bar styles */
#wpadminbar {
  background: #4a4a4a;
  color: #fff;
  font-family: Roboto, sans-serif;
}

#wpadminbar .ab-top-menu > li.hover > .ab-item,
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus {
  background: #ff692e;
  color: #fff;
}

#wpadminbar li #adminbarsearch.adminbar-focused:before,
#wpadminbar li .ab-item:focus .ab-icon:before,
#wpadminbar li .ab-item:focus:before,
#wpadminbar li a:focus .ab-icon:before,
#wpadminbar li.hover .ab-icon:before,
#wpadminbar li.hover .ab-item:before,
#wpadminbar li:hover #adminbarsearch:before,
#wpadminbar li:hover .ab-icon:before,
#wpadminbar li:hover .ab-item:before {
  color: #fff;
}

#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
#wpadminbar .quicklinks .menupop ul li a:focus,
#wpadminbar .quicklinks .menupop ul li a:focus strong,
#wpadminbar .quicklinks .menupop ul li a:hover,
#wpadminbar .quicklinks .menupop ul li a:hover strong,
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus,
#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover {
  color: #ff692e;
}

#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label,
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
#wpadminbar > #wp-toolbar li.hover span.ab-label {
  color: #fff;
}

/* ========================================================================== */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 1.8rem;
  margin: 0.67em 0;
  font-weight: 200;
  font-family: "Raleway", sans-serif;
}

h2 {
  font-size: 1.5rem;
  margin: 0.67em 0;
  font-weight: 200;
  font-family: "Raleway", sans-serif;
}

h3 {
  font-size: 1.2rem;
  margin: 0.67em 0;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
}

h4 {
  font-size: 1.2rem;
  margin: 0.67em 0;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 0.7rem;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #FF692E;
  opacity: 1;
}

a:visited {
  _color: purple;
}

a:hover,
a:focus,
a:active {
  color: #FF692E;
  opacity: 0.7;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page,
.blog,
.single,
.archive,
.search {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* =============================================================== */
/* BEGIN CUSTOM THEME STYLES */
/* =============================================================== */
/* Add margin-top for fixed menu */
body {
  margin-top: 50px;
}

body.logged-in nav#siteNav {
  margin-top: 32px;
}

.bumper.sm {
  padding: 2rem;
}

.bumper.med {
  padding: 4rem;
}

.bumper.lrg {
  padding: 6rem;
}

.siteSearch {
  padding-top: 7px;
  /*
  	position: absolute;
      top: 70px;
      z-index: 999;
      right: 0;
  */
}

a:focus,
button:focus {
  outline: none !important;
}

a.ctaButton,
.ctaButton,
a.button,
.button,
#page .mktoButton,
#post .mktoButton,
div.ctaButton p a {
  display: inline-block !important;
  font-family: "Roboto", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  padding: 5px 15px;
  line-height: 24px;
  background: #FF692E;
  border: 1px solid #FF692E;
  cursor: pointer;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-shadow: none;
  float: right;
  box-shadow: none;
  padding: 10px 20px;
  -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
}

.ctaButton.inContent {
  float: none;
  margin: 1rem 0;
  padding: 0;
}

div.ctaButton p a {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  padding: 10px 20px;
}

div.ctaButton.editorApplied {
  padding: 0;
}

#headerBanner.fullViewport a.ctaButton,
#headerBanner.fullViewport .ctaButton {
  float: none;
}

#page .mktoButton:before,
#post .mktoButton:before {
  display: none;
}

a.secondary.ctaButton,
.secondary.ctaButton {
  background: transparent;
  border: 1px solid #ffffff;
  margin: 0 1rem;
}

a.ctaButton:hover,
.ctaButton:hover,
a.button:hover,
.button:hover,
#page .mktoButton:hover,
#post .mktoButton:hover {
  background: #f2f2f2;
  color: #898989;
  border: 1px solid #dddddd;
  text-decoration: none;
}

a.ctaButton.orgOutline:hover,
.ctaButton.orgOutline:hover,
a.button.orgOutline:hover,
.button.orgOutline:hover,
#page .mktoButton.orgOutline:hover,
#post .mktoButton.orgOutline:hover,
div.ctaButton p a:hover {
  background: transparent;
  color: #FF692E;
  border: 1px solid #FF692E;
  text-decoration: none;
}

div.ctaButton p a:hover {
  border: none;
}

.medGrayBG {
  background: #898989;
  padding: 4rem 0;
}

/*--------------------------------------------------------------
.mktoForm styles
--------------------------------------------------------------*/
.mktoForm {
  padding: 0 !important;
  width: 100% !important;
}

.mktoForm .mktoButtonWrap.mktoInset .mktoButton {
  display: inline-block !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-style: normal !important;
  color: #fff !important;
  padding: 9px 17px !important;
  line-height: 24px !important;
  background: #ff692e !important;
  border: none !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: none !important;
}

.mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover {
  background: #fc7f34 !important;
  text-decoration: none !important;
}

.mktoForm label {
  line-height: 10px !important;
  margin-bottom: 10px !important;
}

.mktoForm .mktoRequiredField label.mktoLabel,
label.mktoLabel {
  color: #666 !important;
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  margin-bottom: 7px !important;
  padding-bottom: 10px !important;
  width: 100% !important;
  float: none !important;
  display: none;
}

#LbldemoRequested {
  display: block;
}

.mktoRadioList input[type=radio],
.mktoCheckboxList input[type=checkbox] {
  margin-right: 10px;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  float: none !important;
  width: 100% !important;
  height: 30px;
  margin-bottom: 10px !important;
}

.mktoOffset {
  width: 0 !important;
}

.mktoGutter.mktoHasWidth {
  width: 0 !important;
}

.mktoButtonWrap.mktoInset {
  margin-left: 0 !important;
}

.mktoForm .mktoFormCol {
  width: 100% !important;
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList,
.mktoForm .mktoLabel {
  float: none !important;
}

/*--------------------------------------------------------------
#demoWidget
--------------------------------------------------------------*/
#demoWidget {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 1rem;
  border: 1px solid #FF692E;
  background: #ffffff;
  width: 350px;
}

#demoWidgetHeader {
  position: relative;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 0.5rem;
  background: #FF692E;
  font-weight: 500;
  padding-right: 50px;
  cursor: pointer;
}

#widgetOpenClose {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  height: 50px;
  width: 50px;
  height: 35px;
  width: 50px;
  font-size: 30px;
  text-align: center;
  opacity: 1;
}

#demoWidgetHeader:hover #widgetOpenClose {
  opacity: 0.7;
}

.widgetOpen #widgetOpenClose {
  transform: rotate(45deg);
}

#demoWidgetContent {
  display: none;
  padding: 0.5rem;
  padding-bottom: 1rem;
}

#demoWidgetSchedule {
  padding: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}

#demoWidgetForm .mktoButtonRow {
  margin-top: 0 !important;
  text-align: left !important;
}

#demoWidgetForm .mktoFieldWrap span {
  margin-left: 0.5rem;
}

/*--------------------------------------------------------------
#homePage
--------------------------------------------------------------*/
#homePage header .banner .tabbed h1 {
  _font-size: 3rem;
}

/*--------------------------------------------------------------
.banner
--------------------------------------------------------------*/
.banner {
  border-bottom: 1px solid #FF692E;
  position: relative;
}
.banner .tabbed {
  background: #4a4a4a;
  color: #ffffff;
  bottom: 0;
  padding: 2.5rem 1rem;
  width: 50%;
  border-top-right-radius: 50px;
  position: absolute;
}
.banner .tabbed:before {
  content: "";
  background: #4a4a4a;
  width: 100vw;
  right: 100%;
  position: absolute;
  height: 100%;
  top: 0;
}

.banner .bannerImg {
  position: absolute;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  width: 100%;
}

.banner .nonTabbed {
  background: transparent;
  bottom: 20%;
  padding: 2.5rem 0rem;
  width: 50%;
  border-top-right-radius: 50px;
  position: absolute;
}

.banner.shortBanner .nonTabbed {
  width: 100%;
  bottom: 0;
}

.banner.white .nonTabbed {
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000;
}

.banner.dark .nonTabbed {
  color: #4a4a4a;
}

.banner .nonTabbed .bannerTitle:after {
  content: "";
  width: 100vw;
  left: 0%;
  position: absolute;
  height: 1px;
  background: #ff692e;
  bottom: -10px;
}

.banner .nonTabbed .bannerTitle {
  position: relative;
}

.banner.tabbedHeader:before {
  content: "";
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 98%);
  position: absolute;
  left: 0;
  width: 75%;
  height: 100%;
}

.banner.fullViewport {
  min-height: calc(100vh - 49px);
}

.admin-bar .banner.fullViewport {
  min-height: calc(100vh - 81px);
}

.banner.tabbedHeader {
  min-height: calc(70vh - 50px);
}

.banner.shortBanner {
  min-height: calc(15rem - 50px);
}

#inPageNavEl {
  background: #FF692E;
}

ul.inPageNav {
  margin: 0;
  list-style: none;
  padding: 0;
}

ul.inPageNav a li {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  padding: 0.5rem;
  border: 1px solid #ff692e;
  -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
}

ul.inPageNav a li:hover {
  background: #ffffff;
  color: #FF692E;
  text-decoration: none;
}

.shortBanner .offsetContent .contentBlock:first-of-type {
  margin: 0 0 8rem 0;
}

/*--------------------------------------------------------------
#content
--------------------------------------------------------------*/
#content {
  padding-top: 49px;
  overflow: hidden;
}

blockquote {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-weight: 300;
  line-height: 150%;
  margin: 35px 0 50px;
  padding: 30px 40px;
  text-transform: uppercase;
  text-align: center;
}

h2.contentHeader {
  position: relative;
  width: 75%;
  margin-top: 5rem;
}

.contentBlock h2.contentHeader {
  margin-top: 0rem;
}

h2.contentHeader:after {
  content: "";
  width: 100vw;
  left: 0%;
  position: absolute;
  height: 1px;
  background: #FF692E;
  bottom: -10px;
}

.even h2.contentHeader:after,
h2.contentHeader.left:after {
  right: 0;
  left: auto;
}

.inContentArea {
  position: relative;
}

.whtFadeDown {
  position: absolute;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 98%);
  width: 300vw;
  height: 50%;
  left: -100vw;
  top: 0;
}

.contentBlock {
  position: relative;
  _min-height: 70vh;
  margin: 0 0 4rem 0;
  padding: 4rem 0;
}

.offsetContent .contentBlock .blockImg {
  position: relative;
  top: 2rem;
  bottom: 0;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  display: inline-block;
  margin-bottom: 0rem;
}

.offsetContent .contentBlock {
  _margin: 4rem 0;
}

.offsetContent .contentBlock.odd .blockImg {
  _left: -33%;
  background-position: right center;
  width: calc(50% - 4rem);
  float: left;
}

.offsetContent .contentBlock.odd .blockImg.computer {
  right: auto;
  left: 0;
  width: calc(50% - 4rem);
  _top: auto;
  bottom: 0px;
  display: inline-block;
}

.offsetContent .contentBlock.even .blockImg {
  _right: -33%;
  background-position: left center;
  width: calc(50% - 4rem);
  float: right;
}

.offsetContent .contentBlock.even .blockImg.computer {
  left: auto;
  right: 0;
  width: calc(50% - 4rem);
  _top: auto;
  bottom: 0px;
  display: inline-block;
  float: right;
}

.offsetContent .contentBlock.odd .blockImg.mobile {
  left: auto;
  right: 33%;
  width: calc(66% - 4rem);
  _top: auto;
  bottom: 150px;
}

.offsetContent .contentBlock.odd .blockImg.mobile:before,
.offsetContent .contentBlock.even .blockImg.mobile:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -60px;
  _background-image: url(img/phone-line-art.svg);
  background-position: center top;
  background-repeat: no-repeat;
  height: calc(100% + 100px);
  width: calc(100% + 127px);
  background-size: contain;
}

.offsetContent .contentBlock.even .blockImg.computer .embedCode.video,
.offsetContent .contentBlock.odd .blockImg.computer .embedCode.video {
  border: 1px solid #dddddd;
}

.offsetContent .contentBlock.odd .blockImg.computer:before,
.offsetContent .contentBlock.even .blockImg.computer:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -60px;
  background-image: url(img/laptop-bg.svg);
  background-position: center top;
  background-repeat: no-repeat;
  height: calc(100% + 100px);
  width: calc(100% + 127px);
  background-size: contain;
}

.offsetContent .contentBlock .contentCopyBox {
  position: relative;
  _padding-top: 10%;
  padding-bottom: 50px;
  width: calc(50% + -4rem);
  display: inline-block;
}

.offsetContent .contentBlock.even .contentCopyBox {
  _width: calc(33% - 2rem);
}

.offsetContent .contentBlock.odd .contentCopyBox {
  margin-left: 4rem;
}

.offsetContent .contentBlock .contentHeader {
  width: 100%;
}

.offsetContent .contentBlock .blockCopy {
  font-size: 0.9rem;
  font-weight: 300;
}

.offsetContent .contentBlock .blockCopy h6 {
  font-size: 0.9rem;
}

.offsetContent .contentBlock .blockCopy ul {
  margin: 0;
  padding: 0;
  list-style-image: url(./img/astuteBullet.svg);
}

.offsetContent .contentBlock .blockCopy li {
  font-size: 0.7rem;
  margin: 0.7rem 0 0.7rem 1.3rem;
  padding-left: 0.25rem;
}

.offsetContent .contentBlock .ctaButtonRow {
  position: absolute;
  bottom: 0;
}

.offsetContent .contentBlock.odd .ctaButtonRow {
  right: 0;
}

.offsetContent .contentBlock.odd .ctaButtonRow .ctaButton {
  float: left;
}

.offsetContent .contentBlock.even .ctaButtonRow .ctaButton {
  float: left;
}

.offsetContent .contentBlock.even .ctaButtonRow:before {
  left: 0;
  right: auto;
}

.offsetContent .contentBlock a.secondary.ctaButton {
  color: #FF692E;
  margin: 0;
}

.inPage.banner {
  margin: 5rem 0;
}

.bgFull {
  position: absolute;
  background: #f2f2f2;
  width: 300vw;
  top: 0;
  bottom: 0;
  left: -100vw;
}

.scrollerFalse .bgFull {
  display: none;
}

.ppcLandingPage .bgFull,
.targetedLP .bgFull {
  background: transparent;
}

.customerQuoteBG {
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: -50%;
  z-index: 0;
  opacity: 0.7;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
}

.bigQuote {
  position: relative;
  min-height: 50vh;
  margin-bottom: 1.5rem;
}

.ppcLandingPage .bigQuote,
.targetedLP .bigQuote {
  display: none;
}

.bigQuote .brandLogo {
  height: 15rem;
  _width: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  margin-bottom: 1rem;
}

.quoteBox {
  margin-left: calc(50% + 2rem);
  padding-bottom: 5rem;
}

.quoteCopyBox {
  position: relative;
}

.customerQuoteCopy {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.bigQuote .ctaButtonRow {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bigQuote .ctaButtonRow:before,
.contentBlock .ctaButtonRow:before {
  content: "";
  width: 100vw;
  right: 0%;
  position: absolute;
  height: 1px;
  background: #FF692E;
  bottom: 0px;
}

ul.logosScroller {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  _width: 150vw;
  _margin-left: -50vw;
}

.ppcLandingPage ul.logosScroller,
.targetedLP ul.logosScroller {
  background: #ffffff;
  margin: 2rem auto !important;
  text-align: center;
  max-width: 1140px;
}

ul.logosScroller li {
  position: relative;
  display: inline-block;
}

ul.logosScroller .brandLogo {
  height: 7rem;
  width: 7rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.simply-scroll {
  width: 100vw;
  height: 200px;
  margin-bottom: 0em;
  margin-top: 3em;
}

.simply-scroll .simply-scroll-clip {
  width: 100vw;
  height: 200px;
}

.simply-scroll .simply-scroll-list li {
  float: left;
  width: 200px;
  height: 200px;
}

#inPageNavEl ul.inPageNav a:hover,
#inPageNavEl ul.inPageNav a:active,
#inPageNavEl ul.inPageNav a:focus {
  opacity: 1;
}

.videoWrapper {
  font-size: inherit;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  font-size: inherit;
}

/*--------------------------------------------------------------
#productPage
--------------------------------------------------------------*/
#productPage .banner .nonTabbed {
  text-align: center;
  width: 30%;
}

#productPage .bannerProductLogo {
  height: 8rem;
  width: 8rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0.5rem auto;
}

#productPage .banner .nonTabbed h1.bannerTitle {
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
}

#productPage .banner .nonTabbed h3.bannerTitle {
  margin-bottom: 0.5rem;
}

#productPage .bannerSubTitle {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

#productPage a.ctaButton,
#productPage .ctaButton {
  text-shadow: none;
}

#productPage .banner .nonTabbed .bannerTitle:after {
  background: transparent;
}

#productPage .bannerFloatingBox {
  position: relative;
  width: 100vw;
  height: calc(100vh - 81px);
  right: -40vw;
}

#productPage .bannerFloatingImg {
  height: 90%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
}

#productPage #inPageNavEl {
  margin-top: -40px;
  z-index: 1;
  position: relative;
  background: transparent;
}

#productPage ul.inPageNav a li:last-child:after {
  content: "";
  height: 1px;
  background: #ffffff;
  width: 100vw;
  position: absolute;
  right: 0;
  top: 0;
}

#productPage ul.inPageNav a li {
  border: 1px solid transparent;
  position: relative;
}

#productPage #inPageNavEl ul.inPageNav a:hover,
#productPage #inPageNavEl ul.inPageNav a:active,
#productPage #inPageNavEl ul.inPageNav a:focus {
  color: #4a4a4a;
  opacity: 1;
}

#productPage .awardImags {
  display: inline-block;
  margin-left: 2rem;
  vertical-align: middle;
}

.awardImg {
  display: inline-block;
  height: 10rem;
  width: 10rem;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 -1rem;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
}

#productPage h2.contentHeader.productTop {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 4rem;
  width: 100%;
}

#productPage h2.contentHeader.productTop:after {
  background: transparent;
}

#productPage .topFeatures {
  position: relative;
}

#productPage .topFeaturesHeader {
  position: relative;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 200;
  background: #4a4a4a;
  padding: 1rem 1rem 1rem 2rem;
  border-top-left-radius: 2rem;
}

#productPage .topFeaturesHeader:after {
  content: "";
  position: absolute;
  background: #4a4a4a;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
}

#productPage .topFeaturesContentArea {
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  background: #f2f2f2;
  border: solid 1px #4a4a4a;
  border-right: solid 1px #f2f2f2;
  margin-bottom: 4rem;
  z-index: 1;
  min-height: 600px;
}

#productPage .topFeaturesContentArea:after {
  content: "";
  position: absolute;
  background: #f2f2f2;
  left: 100%;
  top: -1px;
  width: 100vw;
  height: calc(100% + 2px);
  border: solid 1px #4a4a4a;
  border-left: none;
  z-index: -1;
}

#productPage .topFeaturesCopy {
  display: inline-block;
  width: 30%;
}

#productPage .topFeaturesCopy h4 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}

#productPage .topFeaturesCopy p {
  margin-bottom: 2rem;
}

#productPage .topFeaturesEmbed {
  position: absolute;
  display: inline-block;
  bottom: 20%;
  right: -5rem;
  width: 70%;
}

#productPage .topFeaturesEmbed iframe {
  border-radius: 1rem;
  border: 1px solid #ddd;
}

#productPage .topFeaturesEmbed:before {
  content: "";
  position: absolute;
  background-image: url(./img/laptop-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  height: calc(100% + 150px);
  width: calc(100% + 100px);
  top: -50px;
  left: -50px;
}

#productPage .topFeaturesEmbed.disabled:before {
  display: none;
}

#productPage .threeColCallout {
  position: relative;
  margin-bottom: 4rem;
}

#productPage .threeColCallout h2.contentHeader {
  position: relative;
  width: auto;
  margin-top: 5rem;
  text-align: left;
  display: inline-block;
}

#productPage .threeColCallout h2.contentHeader:after,
.fromLeft h2.contentHeader:after {
  right: 0%;
  left: auto;
}

.fromLeft h2.contentHeader {
  width: auto;
  display: inline-block;
  margin-bottom: 2rem !important;
}

#productPage .threeColCallout .calloutCol {
  _padding-bottom: 60px;
  margin-bottom: 100px;
  width: calc(33.3% - 40px);
  display: inline-block;
  margin-right: 36px;
  vertical-align: top;
  position: relative;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

#productPage .threeColCallout .calloutCol h4 {
  font-weight: 300;
  font-size: 1.2rem;
}

#productPage .awardsBanner {
  margin-bottom: 10rem;
}

#productPage .scrollerTrue .customerQuoteContent {
  border-bottom: 1px solid #FF692E;
}

#productPage .moreFeaturesBox,
#leadershipTeam .moreFeaturesBox {
  position: relative;
  padding-top: 1rem;
  margin-bottom: 4rem;
}

#productPage .moreFeaturesBox {
  _overflow: hidden;
}

#productPage .feature.activeFeature .featureBox,
#leadershipTeam .feature.activeFeature .featureBox {
  color: #4a4a4a;
  padding-bottom: 1rem;
}

#productPage .feature .featureBox,
#leadershipTeam .feature .featureBox {
  position: relative;
  color: #898989;
}

#productPage .feature .featureBox {
  margin-left: 1rem;
}

#leadershipTeam .feature .featureBox {
  margin-bottom: 2rem;
}

#productPage .feature {
  cursor: pointer;
  width: 30%;
}

#productPage .feature:hover h4 {
  color: #FF692E;
}

#productPage .feature.activeFeature:hover h4 {
  color: #4a4a4a;
  cursor: default;
}

#leadershipTeam .feature {
  position: relative;
  cursor: pointer;
  width: 100%;
}

#leadershipTeam .feature.activeFeature:before {
  content: "";
  position: absolute;
  border-top: 1px solid #ddd;
  top: -20px;
  width: 1000%;
}

#productPage .feature.activeFeature h4.featureTitle:before {
  content: "";
  position: absolute;
  left: -1rem;
  border-left: 1px solid #ff692e;
  height: 100%;
}

#leadershipTeam .feature.activeFeature .featureBox:before {
  content: "";
  position: absolute;
  left: -1rem;
  border-left: 1px solid #ff692e;
  height: 100%;
}

#leadershipTeam .feature.activeFeature .featureBox:after {
  content: "";
  position: absolute;
  left: -1rem;
  background: #f2f2f2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f2f2f2 62%);
  border-bottom: 1px solid #ff692e;
  height: 100%;
  width: 12000px;
  top: 0;
  z-index: -1;
}

#productPage .feature .featureMedia,
#leadershipTeam .feature .featureMedia {
  position: absolute;
  max-width: 60%;
  right: 0;
  top: 1rem;
}

#productPage .feature h4.featureTitle,
#leadershipTeam .feature h4.featureTitle {
  font-weight: 300;
}

#leadershipTeam .feature h4.featureTitle {
  color: #898989;
  margin-bottom: 0.5rem;
}

#leadershipTeam .feature.activeFeature h4.featureTitle {
  color: #4a4a4a;
}

#productPage .feature .featureMedia,
#leadershipTeam .feature .featureMedia {
  opacity: 0;
}

#productPage .feature.activeFeature .featureMedia,
#leadershipTeam .feature.activeFeature .featureMedia {
  opacity: 1;
  width: 60%;
}

#productPage .feature .featureEmbed,
#productPage .feature .featureImg,
#leadershipTeam .feature .featureImg {
  position: relative;
  width: 60%;
  right: 0;
  top: 0;
  display: none;
  border: 1px solid #ddd;
}

#productPage .feature .featureImg,
#leadershipTeam .feature .featureImg {
  opacity: 1;
}

#productPage .feature.activeFeature .featureEmbed,
#productPage .feature.activeFeature .featureImg,
#leadershipTeam .feature.activeFeature .featureImg {
  position: relative;
  width: 100%;
  right: 0;
  top: 1rem;
  display: block;
}

#productPage .feature.activeFeature .featureImg,
#leadershipTeam .feature.activeFeature .featureImg {
  border: 1px solid #ddd;
}

#productPage .feature .featureBox:before {
  content: "+";
  color: #898989;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  position: absolute;
  left: -1rem;
  opacity: 0.7;
}

#productPage .feature.activeFeature .featureBox:before {
  content: "";
  position: absolute;
  border-left: 1px solid #FF692E;
  height: calc(100% - 1rem);
}

#leadershipTeam .feature.activeFeature .featureImg {
  top: 0rem;
}

#leadershipTeam .feature.activeFeature .featureImg {
  width: auto;
  max-height: 100%;
  max-width: 60%;
}

#productPage .feature .featureCopy,
#leadershipTeam .feature .featureCopy,
#leadershipTeam .feature .featureImg {
  display: none;
}

#productPage .feature.activeFeature .featureCopy,
#leadershipTeam .feature.activeFeature .featureCopy,
#leadershipTeam .feature.activeFeature .featureImg {
  display: block;
}

#leadershipTeam .feature.activeFeature .featureImg {
  position: relative;
  max-width: 30%;
  margin-bottom: 1rem;
}

#preFooter.careersPage .ctaBanner .ctaHeading {
  font-size: 2rem;
}

#preFooter.careersPage .ctaBanner .ctaContent h2,
#preFooter.careersPage .ctaBanner .ctaContent p {
  color: #ffffff;
}

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
#secondary.widget-area {
  margin-top: 2rem;
}

/*--------------------------------------------------------------
#preFooter
--------------------------------------------------------------*/
#preFooter .ctaBanner,
#productPage .ctaBanner {
  background-image: url(./img/a-overlap-bg.svg);
  background-position: center;
  border-top: 1px solid #FF692E;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 5rem 0 4rem 0;
  color: #ffffff;
}

#preFooter .ctaBannerContent {
  width: 70%;
}

#preFooter h2.bannerTitle,
#productPage .awardsBanner h2.bannerTitle {
  position: relative;
  text-align: right;
}

#articalTemplate.ppcLandingPage #preFooter h2.bannerTitle,
#articalTemplate.targetedLP #preFooter h2.bannerTitle {
  color: #ffffff;
}

#productPage .awardsBanner h2.bannerTitle {
  text-align: left;
  display: inline-block;
}

#preFooter h2.bannerTitle:after,
#productPage .awardsBanner h2.bannerTitle:after {
  content: "";
  width: 100vw;
  right: 0%;
  position: absolute;
  height: 1px;
  background: #ffffff;
  bottom: -10px;
}

#preFooter .ctaButtonRow {
  text-align: right;
  position: relative;
}

/*--------------------------------------------------------------
Overrides
--------------------------------------------------------------*/
.rel {
  position: relative;
}

/* _mediaQueries */
@media (min-width: 1200px) {
  #siteNav {
    max-width: 1140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .offsetContent .contentBlock.odd .blockImg.computer:before,
.offsetContent .contentBlock.even .blockImg.computer:before {
    height: calc(100% + 80px);
    width: calc(100% + 120px);
  }
}
@media (max-width: 1199px) {
  .offsetContent .contentBlock.odd .blockImg.computer:before,
.offsetContent .contentBlock.even .blockImg.computer:before {
    top: -18px;
    left: -52px;
    height: calc(100% + 63px);
    width: calc(100% + 100px);
  }
}
@media (max-width: 990px) {
  .headerCopyBox.formInHeader {
    display: block;
    width: 100%;
  }

  .offsetContent .contentBlock.odd .blockImg.computer,
.offsetContent .contentBlock.even .blockImg.computer,
.offsetContent .contentBlock.odd .blockImg.mobile,
.offsetContent .contentBlock.even .blockImg.mobile {
    width: 100%;
    top: auto;
    bottom: 0;
    min-height: auto;
    margin-bottom: 1rem;
  }

  .offsetContent .contentBlock.odd .blockImg.computer:before,
.offsetContent .contentBlock.even .blockImg.computer:before {
    display: none;
  }

  .offsetContent .contentBlock.odd .contentCopyBox,
.offsetContent .contentBlock.even .contentCopyBox {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .footer-60 {
    width: 100%;
    margin-top: 170px;
    border-top: 1px solid #ddd;
    padding-top: 50px;
  }

  .footer-40 {
    width: calc(100% - 0px);
    position: absolute;
  }

  .footerFormImg {
    width: 40%;
    display: inline-block;
    float: left;
    height: 200px;
  }

  .formWrapper {
    width: calc(60% - 20px);
    display: inline-block;
    float: right;
  }

  footer h5 {
    font-size: 1rem;
  }

  #articalTemplate #headerCopy {
    margin: 4rem 0 0px 0;
  }
}
@media (max-width: 782px) {
  body.logged-in nav#siteNav {
    margin-top: 46px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 0.9rem;
  }

  .banner .nonTabbed,
h2.contentHeader {
    width: 100%;
    max-width: 540px;
  }

  .banner.tabbedHeader {
    min-height: calc(40vh - 50px);
  }

  .banner.tabbedHeader .bannerImg {
    position: relative;
    height: 50vw;
  }

  .banner .tabbed {
    width: 100%;
    border-top-right-radius: 0px;
    position: relative;
  }

  .banner.tabbedHeader:before {
    display: none;
  }

  .banner .tabbed:after {
    content: "";
    background: #4a4a4a;
    width: 100vw;
    left: 100%;
    position: absolute;
    height: 100%;
    top: 0;
  }

  .bigQuote {
    min-height: auto;
  }

  .customerQuoteBG {
    position: relative;
    height: 50vw;
    display: none;
  }

  .quoteBox {
    margin-left: 0;
  }

  .simply-scroll {
    height: 130px;
  }

  .ctaBannerContent,
#preFooter .ctaBannerContent {
    width: 100%;
  }

  #preFooter h2.bannerTitle,
#productPage .awardsBanner h2.bannerTitle {
    margin-bottom: 2rem;
  }

  #preFooter .ctaButtonRow {
    overflow: hidden;
  }

  .offsetContent .contentBlock {
    min-height: auto;
    display: block;
    margin-bottom: 5rem;
  }

  #articalTemplate .offsetContent .contentBlock h2.contentHeader {
    margin: 2rem 0 2rem 0;
  }

  .bigQuote .ctaButtonRow:before,
.contentBlock .ctaButtonRow:before {
    display: none;
  }

  .container.offsetContent {
    margin-top: 4rem;
  }

  .offsetContent .contentBlock .blockCopy ul {
    padding-left: 1rem;
  }

  .offsetContent .contentBlock.odd .blockImg,
.offsetContent .contentBlock.even .blockImg {
    position: relative;
    left: 0;
    min-height: 50vw;
  }

  .offsetContent .contentBlock .ctaButtonRow {
    position: relative;
    margin-top: 2rem;
    bottom: 0;
  }

  .offsetContent .contentBlock.odd .blockImg.mobile {
    position: relative;
  }

  .footerFormImg {
    width: 40%;
    display: inline-block;
    float: left;
    height: 200px;
  }

  footer h5 {
    font-size: 0.75rem;
  }

  #articalTemplate .headerCalloutText {
    margin: 0;
  }

  /* About/Company Page */
  #leadershipTeam .feature .featureBox {
    margin-bottom: 0rem;
  }

  #leadershipTeam .feature.activeFeature .featureBox:after {
    display: none;
  }

  #leadershipTeam .feature.activeFeature .featureMedia {
    opacity: 1;
    width: 100%;
    position: relative;
    max-width: 100%;
  }

  #leadershipTeam .feature {
    position: relative;
    cursor: pointer;
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ddd;
  }

  /*Product PAges */
  .banner.fullViewport {
    min-height: calc(50vh - 49px);
  }

  #productPage .banner .nonTabbed {
    width: 100%;
    bottom: 10%;
  }

  #productPage .bannerFloatingBox {
    display: none;
  }

  #productPage .topFeaturesCopy {
    display: block;
    width: 100%;
  }

  #productPage .topFeaturesEmbed {
    position: relative;
    display: block;
    bottom: 0%;
    right: 0;
    width: 100%;
    border: none;
  }

  #productPage .topFeaturesEmbed:before {
    display: none;
  }

  #productPage .topFeaturesEmbed iframe {
    border: none;
  }

  #productPage .feature.activeFeature .featureMedia {
    display: none;
  }

  #productPage .feature {
    width: 100%;
  }

  #productPage .feature.activeFeature h4.featureTitle:before {
    display: none;
  }

  #productPage .feature.activeFeature .featureBox {
    _border-left: 1px solid #ff692e;
    padding: 1rem;
  }

  #productPage .feature .featureBox {
    padding-left: 1rem;
  }

  #productPage .threeColCallout .calloutCol {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 2rem;
  }

  .relatedContent.blog .article {
    width: calc(50% - 40px);
  }

  .banner.shortBanner {
    min-height: calc(20rem - 50px);
  }

  .banner .nonTabbed {
    padding: 3.5rem 0rem;
  }

  .banner div[id^=ajaxsearchpro],
.banner div[id*=" ajaxsearchpro"] {
    position: absolute;
    right: auto;
    bottom: 0.7rem;
    max-width: 500px;
    left: 15px;
  }

  .navbar-nav {
    font-size: 1rem;
  }

  #articalTemplate.ppcLandingPage .brandLogo,
#articalTemplate.targetedLP .brandLogo {
    width: 100px;
    height: 100px;
    margin: 1rem;
  }

  .offsetContent .contentBlock.odd .blockImg,
.offsetContent .contentBlock.even .blockImg {
    min-height: auto;
    width: 100%;
    margin-bottom: 2rem;
  }

  .offsetContent .contentBlock.odd .blockImg {
    background-position: left bottom;
  }

  .offsetContent .contentBlock.even .blockImg {
    background-position: right bottom;
  }

  .offsetContent .contentBlock {
    _padding: 0;
  }

  .offsetContent .contentBlock {
    margin-bottom: 1rem;
  }

  .offsetContent .contentBlock .blockCopy li {
    font-size: 0.9rem;
  }
}
@media (max-width: 550px) {
  html {
    font-size: 1rem;
  }

  body {
    font-size: 0.9rem;
  }

  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .menu-image-title-after.menu-image-not-hovered img {
    max-width: 50px;
  }

  .banner .nonTabbed,
h2.contentHeader {
    width: 100%;
    max-width: calc(100% - 4rem);
  }

  .offsetContent .contentBlock.odd .contentCopyBox,
.offsetContent .contentBlock.even .contentCopyBox {
    margin: 2rem 0 0 0;
  }

  div.footerColumnMenu {
    width: 100%;
    text-align: center;
  }

  #footerLogo {
    float: none;
    margin: auto;
  }

  .footerSocialLinks {
    float: none;
    margin: auto;
    margin-top: 25px;
  }

  #footer .disclaimer,
.reqLinks {
    width: 100%;
    text-align: center;
    float: none;
  }

  .relatedContent.blog .article,
.blog .article,
.blog .ezsearch-result,
.bodyContentArea article {
    width: calc(100% - 0px);
    margin-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }

  #articalTemplate h4,
#productPage .relatedContent h4 {
    font-weight: 300;
  }

  .banner div[id^=ajaxsearchpro],
.banner div[id*=" ajaxsearchpro"] {
    max-width: calc(100% - 50px);
    left: 25px;
  }

  .banner div[id^=ajaxsearchpro] .probox .proinput input.orig::placeholder,
.banner div[id*=" ajaxsearchpro"] .probox .proinput input.orig::placeholder {
    font-size: 10px !important;
    opacity: 0 !important;
    color: #000;
  }

  .banner div[id^=ajaxsearchpro] .probox .proinput input.orig,
.banner div[id*=" ajaxsearchpro"] .probox .proinput input.orig {
    font-size: 10px !important;
  }

  h3.bannerSubTitle {
    font-weight: 300;
  }

  article .listingDate {
    font-size: 0.7rem;
  }

  article .articleTitle {
    font-size: 1.3rem;
  }

  article .artileExcerpt {
    font-weight: 300;
    font-size: 1rem;
  }

  .bodyContentArea .articleReadMore {
    margin-top: 1rem;
    font-size: 0.7rem;
    padding-top: 1rem;
    position: relative;
  }

  .container.offsetContent {
    margin-top: 0;
  }

  .inPage.banner .whtFadeDown,
#inPageBanner .bannerImg {
    display: none;
  }

  #articalTemplate a .headerImageArea {
    margin-bottom: 7rem;
  }

  #articalTemplate h1 {
    font-weight: 300;
  }

  .banner.fullViewport {
    min-height: calc(100vh - 49px);
  }

  .banner h3.bannerSubHeader {
    font-weight: 300;
  }

  h2.contentHeader.productTop {
    max-width: calc(100% - 0rem);
  }

  .container.moreFeatures {
    padding: 0;
  }

  #articalTemplate .offsetContent .contentBlock h2.contentHeader {
    margin: 0rem 0 1rem 0;
  }

  #articalTemplate .contentBlock {
    padding: 4rem 0 0 0;
  }

  .shortBanner .offsetContent .contentBlock:first-of-type {
    margin-bottom: 1rem !important;
  }

  #articalTemplate.targetedLP #headerCopy {
    padding-top: 8rem;
  }

  #articalTemplate #headerCopy {
    margin: 8rem 0 0px 0;
  }

  .offsetContent .contentBlock.odd .ctaButtonRow .ctaButton {
    float: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.25) and (max-resolution: 155dpi) {
  html {
    font-size: 16px;
  }

  .banner.tabbedHeader {
    min-height: calc(100vh - 50px);
  }

  .banner .nonTabbed .bannerTitle {
    margin-bottom: 4rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  #productPage .bannerFloatingBox {
    height: calc(100vh - 50px);
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    left: -185px;
    right: 0;
  }

  .dropdown-item {
    min-width: auto;
    max-width: auto;
    padding: 0.25rem 0.25rem;
    border-bottom: 0.5px solid #ddd;
  }

  .menu-image-title-after.menu-image-not-hovered img {
    height: 30px;
    margin-top: -15px;
  }

  .menu-image-title-before.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
.menu-image-title-after.menu-image-title,
.dropdown-item .menu-image-title-after ~ .menuDesc {
    margin-left: 45px;
    margin-bottom: 0px;
  }

  #articalTemplate #headerCopy {
    position: relative;
  }

  #articalTemplate h1,
#articalTemplate .postInfoBox,
#articalTemplate #headerCopy h4 {
    width: 45%;
  }

  #articalTemplate .headerImageArea {
    position: absolute;
    top: 0;
    width: 50%;
    right: 0;
    margin: 0;
    height: calc(100% - 2rem);
    float: right;
    _overflow: hidden;
  }

  #articalTemplate .headerImg {
    height: 100%;
    width: auto;
  }

  #articalTemplate .sharing-tools {
    margin-bottom: 2rem;
    float: left;
    margin-top: 1rem;
  }

  .container.fromLeft {
    position: relative;
  }

  .fromLeft h2.contentHeader,
.fromLeft .fieldTwoCopy {
    max-width: 45%;
  }

  .offsetContent .contentBlock.odd .blockImg.computer:before,
.offsetContent .contentBlock.even .blockImg.computer:before {
    top: -23px;
    left: -48px;
    height: calc(100% + 75px);
    width: calc(100% + 100px);
  }

  .banner .nonTabbed {
    padding: 1rem 0;
    bottom: calc(0% + 2rem);
  }

  #productPage .bannerProductLogo {
    height: 5rem;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.25) and (max-resolution: 155dpi) and (min-width: 992px) {
  .offsetContent .contentBlock .blockImg {
    max-width: calc(50% - 4rem);
  }
}
@media (max-width: 400px) {
  #demoWidget {
    width: 325px;
    right: 0;
    max-height: 80vh;
    overflow: auto;
  }
}

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