/*
    Theme Name: Globys Theme
    Author: BTown Web
    Version: 1.2

    Your theme will be your copyrighted work.
    Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
    http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

/* Reset default browser styles */
@import url('css/reset.css');

/* Basic WordPress Styles */
@import url('css/wp.css');

/*
*********************
** =general
*********************
*/

section.content ul{
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  letter-spacing: .02em;
  line-height: 22px;
  padding: 0 0 20px;
}

body * {
  box-sizing: border-box;
}

*:focus {
  box-shadow: 0 0 3px #7bab61;
}

section {
  min-width: 320px;
  padding: 50px 0;
}

p {
  margin: 10px 0;
}

h2 {
  margin-bottom: 15px;
}

h2 > small {
  font-size: .7em;
  font-weight: 400;
}

h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 22px;
  padding: 4px 20px 2px 12px;
  text-transform: uppercase;
}

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

a:hover {
  color: #4f8810;
}

.wrapper {
  margin: 0 auto;
  max-width: 1180px;
  min-width: 320px;
  padding: 0 40px;
  width: 100%;
}

.wrapper::after,
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.wrapper--narrow {
  max-width: 900px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mt-0 {
  margin-top: 0;
}

.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}

.py-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.py-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.rte ol,
section.content .rte ol,
.post-single .body ol {
  counter-reset: list-item;
  font-weight: 600;
  list-style: none;
  margin: 20px 0 20px 1em;
}

.rte ol li,
.post-single .body ol li {
  counter-increment: list-item;
  margin: 8px 0;
  padding-left: 1.5em;
  position: relative;
}

.rte ol li::before,
.post-single .body ol li::before {
  content: counter(list-item) ".";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.5em;
}

.rte ul,
section.content .rte ul {
  list-style: disc outside;
  margin-left: 1em;
}

.banner--narrow {
  padding: 20px 0;
}

.banner--narrow h2 {
  color: #000;
  display: inline-block;
  float: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
  text-align: left;
  width: auto;
}

.banner--narrow h2 {
  color: #fff;
}

.banner--narrow h2 > small {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.banner--narrow .btn {
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}

.video-overlay {
  background: rgba(0, 0, 0, .7);
  display: none;
  height: 100vw;
  left: 0;
  padding-top: 100px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
  z-index: 100;
}

.video-close {
  background: #e1e1e1;
  border: 1px solid #d6d1d1;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  position: absolute;
  right: -15px;
  text-align: center;
  transition: opacity 0.1s;
  transition-delay: 0;
  top: -15px;
  width: 30px;
  z-index: 1000;
}

.video-close.active {
  opacity: 1;
  transition: opacity .3s;
  transition-delay: .5s;
}

.video-close::before {
  content: '+';
  display: block;
  font-size: 36px;
  font-weight: bold;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-duration: .9s;
}

.text-green {
  color: #81ab55;
}

.text-dark-green {
  color: #4f8810;
}

.text-blue {
  color: #0f6293;
}

.text-orange {
  color: #ef8d54;
}

.bg-brown {
  background: #555150;
  color: #fff;
}

.bg-green {
  background-color: #81ab55;
  color: #fff;
}

.bg-orange {
  background: #ff6008;
  color: #fff;
}

.bg-blue {
  background: #68c2f8;
  color: #fff;
}

.bg-light-blue {
  background: #f2f5f8;
}

.bg-dark-blue {
  background: #0f6293;
  color: #fff;
}

.bg-teal {
  background: #087e8b;
  color: #fff;
}

.bg-dark-blue .btn:hover {
  background: #fff;
  color: #0f6293;
}

.bg-gray {
  background: #f0f0f0;
}

.half:not(.type-3col) {
  float: left;
  width: 50%;
}

.half:not(.type-3col):first-child {
  padding-right: 4%;
}

.half:not(.type-3col):last-child {
  padding-left: 4%;
}

.third {
  display: inline-block;
  padding-bottom: 30px;
  vertical-align: top;
  width: 32%;
}

.third:nth-child(3n+2) {
  width: 36%;
}

.third:nth-child(3n+4) {
  clear: left;
}

.third:not(:nth-child(3n+3)) {
  padding-right: 4%;
}

.third:not(:nth-child(3n+1)) {
  padding-left: 4%;
}

@media screen and (min-width: 800px){
  .third:not(:nth-child(3n+1)).third:not(:nth-child(3n+3)) {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.top-standard {
  background: url(img/top-standard.png) repeat-x top left;
}

a.more {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.btn {
  background: transparent;
  border: 3px solid #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .05em;
  padding: 5px 25px 4px 25px;
  text-transform: uppercase;
  white-space: nowrap;
}

button.btn {
  padding-bottom: 5px;
  padding-top: 7px;
  -webkit-appearance: none;
}

.btn-black {
  background: #000;
  color: #fff;
}

.btn-black:hover {
  background: #fff;
  color: #000;
}

.btn-orange {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 22px;
}

.btn-orange:hover {
  background: #ef8354;
  color: #fff;
}

.btn-blue {
  border-color: #68c2f8;
  background: #fff;
}

.btn-blue:hover {
  background: #68c2f8;
  color: #fff;
}

.mobile-only {
  display: none;
}

div.mobile-center {
  display: inline-block;
}

.no-padding {
  padding: 0 !important;
}

/** for sections with backgrounds slightly outside wrapper bounds **/
.outer-wrap {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 320px;
  width: 100%;
}


@media only screen and (max-width: 800px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: initial;
  }
  .mobile-center,
  div.mobile-center {
    display: block;
    text-align: center;
    width: 100%;
  }

  .mobile-center > * {
    display: inline-block;
  }

  .half,
  .third {
    display: block !important;
    float: none;
    padding: 20px;
    width: 100% !important;
  }

  .banner--narrow h2 {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 620px) {
  .wrapper {
    padding: 0 20px;
  }
}

/*
*********************
** =grid and layout
*********************
*/

.grid {
  margin-left: -70px;
}

.grid > * {
  box-sizing: border-box;
  display: block;
  float: left;
  padding-bottom: 0;
  padding-left: 70px;
  vertical-align: top;
}

.grid > .right {
  float: right;
}

.grid::after {
  clear: both;
  content: '';
  display: table;
}

.grid .half {
  width: 50%;
}

.grid .half:nth-child(2n+3) {
  clear: left;
}

.grid .half:not(.type-3col):first-child {
  padding-right: 0;
}

.grid .half:not(.type-3col):last-child {
  padding-left: 70px;
}

.grid .third {
  width: 33.333%;
}

.grid .third:nth-child(3n+2) {
  width: 33.333%;
}

.grid .third:not(:nth-child(3n+3)) {
  padding-right: 0;
}

.grid .third:not(:nth-child(3n+1)) {
  padding-left: 70px;
}

.grid .third:nth-child(3n+4) {
  clear: left;
}

.grid .fourth {
  width: 25%;
}

.grid .fourth:nth-child(4n+5) {
  clear: left;
}

.flex-column {
  -webkit-flex-direction: row-reverse; /* Safari 6.1+ */
  flex-direction: column;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ai-center {
  -webkit-align-items: center; /* Safari 7.0+ */
  align-items: center;
}

.ai-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-wrap {
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  flex-wrap: wrap;
}

.flex > * {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex:  1 1 auto;
  -webkit-flex:  1 1 auto;
  -ms-flex:  1 1 auto;
  flex:  1 1 auto;
}

.flex > .flex-half {
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex:  1 1 50%;
  -webkit-flex:  1 1 50%;
  -ms-flex:  1 1 50%;
  flex:  1 1 50%;
}

.flex > .flex-third {
  -webkit-box-flex: 1 1 33.333%;
  -moz-box-flex:  1 1 33.333%;
  -webkit-flex:  1 1 33.333%;
  -ms-flex:  1 1 33.333%;
  flex:  1 1 33.333%;
}

.flex > .flex-fourth {
  -webkit-box-flex: 1 1 25%;
  -moz-box-flex:  1 1 25%;
  -webkit-flex:  1 1 25%;
  -ms-flex:  1 1 25%;
  flex: 1 1 25%;
}

.flex-row > * + * {
  padding-left: 20px;
}

.noshrink {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.nogrow {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

@media only screen and (min-width: 776px) {
  .flex-first--desktop {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media only screen and (max-width: 775px) {
  .grid {
    margin-left: -35px;
  }

  .grid .third,
  .grid .fourth {
    margin: 30px 0;
    padding-left: 35px;
    width: 50%;
  }

  .grid .third:nth-child(3n+4),
  .grid .fourth:nth-child(4n+5) {
    clear: none;
  }

  .grid .third:nth-child(2n+3),
  .grid .fourth:nth-child(2n+3) {
    clear: left;
  }

  .flex {
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
    -webkit-justify-content: center; /* Safari 6.1+ */
    justify-content: center;
  }

  .flex-wrap--mobile {
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
  }

  .flex-row > * {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex:  1 1 100%;
    -webkit-flex:  1 1 100%;
    -ms-flex:  1 1 100%;
    flex:  1 1 100%;
  }

  .flex > .flex-half {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex:  1 1 100%;
    -webkit-flex:  1 1 100%;
    -ms-flex:  1 1 100%;
    flex:  1 1 100%;
  }

  .flex > .flex-third,
  .flex > .flex-fourth {
    -webkit-box-flex: 1 1 50%;
    -moz-box-flex:  1 1 50%;
    -webkit-flex:  1 1 50%;
    -ms-flex:  1 1 50%;
    flex:  1 1 50%;
  }

  .flex-row > * + * {
    padding-left: 0;
  }

  .flex-first--mobile {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media only screen and (max-width: 520px) {
  .grid .half,
  .grid .third,
  .grid .fourth {
    width: 100%;
  }

  .flex > .flex-third,
  .flex > .flex-fourth {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex:  1 1 100%;
    -webkit-flex:  1 1 100%;
    -ms-flex:  1 1 100%;
    flex:  1 1 100%;
  }
}


/*
*********************
** =nav
*********************
*/

nav {
  float: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 32px;
  text-transform: uppercase;
}

nav ul::after {
  clear: both;
  content: '';
  display: table;
}

nav li {
  float: left;
  padding: 10px;
  position: relative;
}

nav li:last-child {
  padding-right: 0;
}

nav a {
  border: 3px solid transparent;
  color: #262626;
  display: block;
  padding: 7px 20px 4px;
}

nav a:hover,
.social-icons a:hover {
  color: #4f8810;
}

nav li > .submenu-wrap > ul,
nav li > ul {
  display: none;
}

nav .menu-toggle.close {
  color: #fff;
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: 20px;
}

nav .menu-toggle.close::before {
  content: '+';
  display: inline-block;
  line-height: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 1100px) {
  nav a {
    padding-left: 15px;
    padding-right: 15px;
  }
  header a > img {
    max-width: 125px;
  }
}

@media only screen and (min-width: 801px) and (max-width: 975px) {
  nav li.contact {
    display: none;
  }
}

@media only screen and (max-width: 860px) {
  nav li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 800px) {
  section {
    overflow: hidden !important;
  }
}


/*
*********************
** =header
*********************
*/
@media screen and (min-width: 800px)
{
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(60, 60, 60, .4);
  }

  .sticky .wrapper{
    padding-top: 0px;
    height: 115px;
  }

  .sticky .wrapper nav {
    margin-top: 30px;
  }

  .sticky .wrapper .imgwrap {
    overflow: hidden;
  }

  .sticky .wrapper .imgwrap a {
    max-height: 95px;
    overflow: hidden;
    margin-top: 10px;
  }

  .sticky .wrapper img {
    transform: translateY(-20%);
    height: auto;
  }

  .sticky .wrapper li {
    overflow: hidden;
  }

  .sticky .wrapper li:hover {
    overflow: visible;
  }
}

.imgwrap {
  display: inline-block;
}

header {
  z-index: 1000;
}

header a {
  display: inline-block;
}

header .wrapper {
  background: #fff;
  padding-bottom: 10px;
  padding-top: 20px;
}

header nav li.menu-separator {
  cursor: default;
}

header nav li:hover > a {
  font-weight: bold;
  position: relative;
  z-index: 101;
}

header nav li > a::after {
  display: block;
  content: attr(title);
  height: 1px;
  margin-bottom: -1px;
  overflow: hidden;
  font-weight: bold;
  visibility: hidden;
}

header .menu-toggle.open {
  color: #555150;
  cursor: pointer;
  display: none;
  float: right;
  font-size: 3em !important;
  margin-right: 20px;
  margin-top: 40px;
}

header .menu-toggle > span {
  border-bottom: 6px solid #555150;
  display: block;
  margin-bottom: 11px;
  transition: .5s;
  width: 60px;
}

header .menu-toggle > span:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 801px) {
  header nav li.demo {
    padding-left: 16px;
  }

  header nav li.demo a {
    border-color: #68c2f8;
    font-weight: 600;
  }

  header nav li.demo a:hover {
    background: #68c2f8;
    color: #262626;
  }

  header nav li > .submenu-wrap {
    /*        min-width: 110%;*/
    opacity: 0;
    position: absolute;
    left: 5px;
    text-align: left;
    padding-left: 0px;
    transition: opacity .3s;
    top: -80px; /* needs to match top padding on parent li a */
    z-index: -1;
    width: 180px;
  }

  header nav li > .submenu-wrap > ul.sub-menu {
    display: inline-block;
    margin-right: -100%;
    position: static;
  }

  header nav li > .submenu-wrap > ul,
  header nav li > ul {
    background: #fff;
    box-shadow: 1px 1px 12px rgba(60, 60, 60, .4);
    display: block;
    /*        min-width: 100%;*/
    opacity: 0;
    padding: 120px 5px 10px;
    position: absolute;
    top: 0;
    transition: opacity 0.3s;
    width: auto;
    z-index: -1;
    width: 170px;
  }

  header nav li:hover > .submenu-wrap,
  header nav li:hover > .submenu-wrap > ul,
  header nav li:hover > .submenu-wrap > ul:hover,
  header nav li:hover > ul,
  header nav li > ul:hover {
    opacity: 1;
    z-index: 100;
  }

  header nav li > .submenu-wrap > ul > li,
  header nav li > ul > li {
    display: block;
    float: none;
    padding: 0;
    padding-left: 0;
    width: 100%;
  }

  header nav li.menu-item-has-children:hover > a {
    color: #4f8810;
    font-weight: bold;
  }

  header nav li > .submenu-wrap > ul > li:not(.menu-separator):hover,
  header nav li > ul > li:not(.menu-separator):hover {
    background: #a7c178;
  }

  header nav li > .submenu-wrap > ul > li a,
  header nav li > ul > li a {
    display: block;
    padding: 3px 20px;
    /*white-space: nowrap;*/
  }

  header nav li > .submenu-wrap > ul > li:hover a,
  header nav li > ul > li:hover a {
    color: #fff;
  }
}

@media only screen and (max-width: 800px) {
  body {
    padding-top: 110px;
  }

  body.menu-open {
    overflow: hidden;
  }

  header {
    position: fixed;
    top: 0;
    width: 100%;
  }

  header .wrapper {
    padding-bottom: 20px;
    padding-top: 10px;
  }

  header img {
    height: 75px;
    margin-top: 10px;
  }

  header .menu-toggle.open {
    display: block;
    margin-top: 32px;
  }

  header nav {
    background: #81ab55;
    display: none;
    font-size: 18px;
    font-weight: 600;
    left: 0;
    margin-top: 0;
    max-height: calc(100vh - 111px);
    overflow: auto;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: -1;
  }

  header nav ul.menu > li + li {
    border-top: 2px solid #bbd9a7;
  }

  header nav ul.sub-menu li {
    padding: 0;
  }

  header nav ul.sub-menu a {
    text-transform: none;
  }

  header nav li a {
    color: #fff;
    padding: 10px 10px 10px 30px;
  }

  header nav li:hover a {
    color: #fff;
  }

  header nav ul,
  header nav li,
  header nav li > .submenu-wrap > ul,
  header nav li > .submenu-wrap > li,
  header nav li > ul,
  header nav li > li {
    display: block;
    float: none;
    width: 100%;
  }
}


/*
*********************
** =components
*********************
*/

.single-customer_news {
  padding-top: 0 !important;
}

.customer-newsletter__head {
  padding: 10px 0 25px;
  text-align: center;
}

.customer-newsletter__head img {
  display: inline-block;
}

.customer-newsletter__heading-wrap {
  padding: 40px 0;
}

.customer-newsletter__heading {
  color: #333;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}

.customer-newsletter__heading .divider {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  vertical-align: top;
}

.customer-newsletter__heading .volume {
  font-size: 36px;
  font-weight: 400;
  white-space: nowrap;
}

.customer-newsletter__article {
  padding-top: 0;
}

.customer-newsletter__article a {
  color: #333;
  text-decoration: underline;
}

.customer-newsletter__intro {
  border-bottom: 2px solid #7bab61;
  font-size: 21px;
  line-height: 30px;
  padding: 20px;
  text-align: center;
}

.customer-newsletter__content {
  padding: 0 5px;
}

.customer-newsletter__label {
  color: #718f40;
  font-weight: 700;
  margin: 15px 0;
  text-transform: uppercase;
}

.customer-newsletter__title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}

.customer-newsletter__body p {
  margin-bottom: 20px;
}

.customer-newsletter__body p:first-of-type {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 30px;
}

.customer-newsletter__body h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 2px;
  margin-top: 40px;
}

.customer-newsletter__body h2 + p {
  margin-top: 0;
}

.customer-newsletter__body ul {
  list-style: disc outside none;
  margin: 20px 0;
  padding-left: 1em;
}

.customer-newsletter__body li {
  margin-bottom: 10px;
}

.customer-newsletter__body img.alignleft,
.customer-newsletter__body img.alignright {
  margin-bottom: .5em;
  margin-top: 5px;
}

@media only screen and (max-width: 620px) {
  .customer-newsletter__body img.alignleft,
  .customer-newsletter__body img.alignright {
    display: block;
    float: none;
  }
}

.other-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 40px;
}

.other-news__heading {
  border-bottom: 2px solid #ccd8b8;
  border-top: 2px solid #ccd8b8;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.other-news__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 620px) {
  .other-news__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.other-news__label {
  color: #718f40;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.other-news__title {
  font-size: 24px;
  line-height: 30px;
}

.other-news__title a {
  text-decoration: none;
}

.recommended-reading {
  padding-bottom: 30px;
}

.recommended-reading__label {
  color: #81ab55;
  font-size: 18px;
  margin: 0 0 35px;
  padding: 0;
}

.recommended-reading__item {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

/*
*********************
** =template parts
*********************
*/

/* hero with animated text transition */
section.hero.hero--text-transition h1 .animated {
  display: inline-block;
}

section.hero.hero--text-transition h1 .animated:first-child {
  animation-delay: 0s;
}

section.hero.hero--text-transition h1 .animated:last-child {
  animation-delay: 0.75s;
}


section.cta-banner,
section.research-banner {
  padding: 20px 0;
}

section.research-banner {
  position: relative;
  z-index: 200;
}

section.cta-banner h2,
section.research-banner h2 {
  color: #000;
  display: inline-block;
  float: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
  text-align: left;
  width: auto;
}

section.cta-banner h2 {
  max-width: 78%;
}

section.cta-banner.bg-orange h2,
section.research-banner h2 {
  color: #fff;
}

section.cta-banner h2 > small,
section.research-banner h2 > small {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

section.research-banner .btn {
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}

section.research-banner.bg-orange .btn:hover {
  background: #fff;
  color: #ff6008;
}

section.research-banner.bg-green .btn:not(.btn-black):hover {
  background: #fff;
  color: #82ab55;
}


@media only screen and (max-width: 850px) {
  section.cta-banner,
  section.research-banner {
    background: #82ab55;
    padding-bottom: 30px;
    text-align: center;
  }

  section.cta-banner h2,
  section.research-banner h2 {
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
  }

  section.cta-banner h2 > small,
  section.research-banner h2 > small {
    display: block;
  }
}

/** intersecting blue diagonal sections **/

.half.blues-panel.left {
  padding: 0;
}

.half.blues-panel.left {
  margin-top: -201px;
}

.middle .half.blues-panel.left {
  margin-top: -200px;
}

.half.blues-panel.left img {
  height: auto;
  width: 100%;
}

.half.blues-panel.right {
  background-color: #68c2f7;
  /*background-image: linear-gradient(19deg, transparent 0%, transparent 76.5%, #a4dafb 76.5%, #a4dafb 100%),
                      linear-gradient(198deg, transparent 0%, transparent 77.5%, #fff 77.5%, #fff 100%);*/
  float: right;
  min-height: 655px;
  overflow: hidden;
  padding: 14% 30px 18.25% 50px;
}

.half.right.blues-panel::before,
.half.right.blues-panel::after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transform: rotate(17.5deg);
  transform: rotate(17.5deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 200%;
  z-index: 1;
}

.half.right.blues-panel::after {
  background: #fff;
  left: 0;
  top: 70.75%;
}

.half.right.blues-panel::before {
  background: #a4dafb;
  bottom: 104.75%;
  left: 0;
}

.blues-panel,
.blues-panel .img-wrap,
.blues-panel .testimonials,
.blues-panel .testimonial-images {
  position: relative;
}

.blues-panel.left.testimonial-panel {
  z-index: -1;
}

.blues-panel .img-wrap {
  overflow: hidden;
}

.blues-panel .img-wrap::before,
.blues-panel .img-wrap::after {
  background: #fff;
  content: '';
  display: block;
  height: 500px;
  position: absolute;
  width: 200%;
  z-index: 100;
}

.blues-panel .img-wrap::before {
  bottom: 100%;
  left: 0;
  -webkit-transform: rotate(-18.5deg);
  transform: rotate(18.5deg);
  transform-origin: bottom left;
}

.blues-panel .img-wrap::after {
  right: 0;
  -webkit-transform: rotate(-18.5deg);
  transform: rotate(17.5deg);
  transform-origin: bottom right;
  top: 102.5%;
  z-index: 100;
}

.blues-panel .testimonial {
  background: #68c2f7;
}

.blues-panel .testimonial,
.blues-panel .testimonial-images img {
  display: none;
  position: relative;
}

.blues-panel .testimonial.active,
.blues-panel .testimonial-images img.active {
  display: block;
  z-index: 50;
}

.blues-panel .testimonials .backdrop,
.blues-panel .testimonial-images .backdrop {
  background: #68c2f7;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 49;
}

.blues-panel .testimonial-images .backdrop {
  background: #fff;
}

.blues-panel .slider-nav {
  bottom: 26.25%;
  position: absolute;
  text-align: center;
  width: 65%;
}

.blues-panel .slider-nav .nav {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
}

.blues-panel .slider-nav .nav::before {
  background: #fff;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 20px;
  opacity: .5;
  width: 20px;
}

.blues-panel .slider-nav .nav.active::before {
  opacity: 1;
}

.blues-panel .quote {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  width: 82%;
}

.blues-panel .quote > *:first-child::before {
  content: '\201C';
  font-size: 1.2em;
  vertical-align: middle;
}

.blues-panel .quote > *:last-child::after {
  content: '\201D';
  font-size: 1.2em;
  vertical-align: middle;
}

.blues-panel .body {
  color: #fff;
}

.blues-panel .author {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  width: 82%;
}

.blues-panel a.more {
  color: #000;
  margin-top: 35px;
}

@media only screen and (max-width: 1100px) {
  .half.blues-panel:last-child {
    padding-bottom: 20%;
    padding-top: 16%;
  }
}

@media only screen and (max-width: 980px) {
  .half.blues-panel.right {
    padding-bottom: 28%;
    padding-top: 28%;
  }
}

@media only screen and (max-width: 800px) {
  .half.blues-panel {
    float: none !important;
    margin: 0 !important;
    padding: 30px 20px 30px 0;
    width: 100% !important;
  }

  .half.blues-panel.right {
    /*background-image: none;*/
    -webkit-clip-path: none;
    clip-path: none;
    float: none;
    min-height: 0;
    padding: 50px 40px !important;
  }

  .half.blues-panel.right::before,
  .half.blues-panel.right::after {
    content: none;
  }

  .half.blues-panel.testimonial-panel.right {
    padding-bottom: 80px !important;
  }

  .blues-panel .slider-nav {
    bottom: 20px;
  }

  .half.blues-panel.left {
    float: none;
    padding: 0 !important;
    position: relative;
  }

  .half.blues-panel.left .img-wrap::before,
  .half.blues-panel.left .img-wrap::after {
    content: none;
  }

  .half.blues-panel.left .img-wrap img {
    height: auto;
  }
}

@media only screen and (max-width: 420px) {
  .half.blues-panel.left {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .half.blues-panel.left::before {
    content: none;
  }
}

/** bottom bar */

.btm-bar__subscribe {
  margin-top: 30px;
  padding: 25px 0;
}

.btm-bar h2 {
  line-height: 1.2;
  margin-bottom: 0;
}

.btm-bar__subscribe .body *:last-child {
  margin-bottom: 0;
}

.btm-bar__subscribe .marketo-form {
  margin-top: 0 !important;
}

.btm-bar__subscribe .mktoForm {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.btm-bar__subhead--black {
  color: #000000;
}

.research-banner .btm-bar__suite-headline {
  text-align: right;
  padding-right: 30px;
}

.btm-bar__subscribe .mktoForm .mktoOffset {
  display: none;
}

.btm-bar__subscribe .mktoForm .mktoFormCol {
  margin: 0 !important;
}

.btm-bar__subscribe .mktoForm .mktoGutter {
  display: none !important;
}

.btm-bar__subscribe .mktoForm .mktoButtonRow {
  width: auto !important;
}

.btm-bar__subscribe .mktoForm .mktoButton {
  height: 43px;
  margin-top: 5px !important;
  background: #000 !important;
  color: #fff !important;
}

.btm-bar__subscribe .mktoForm .mktoButton:hover {
  background: #fff !important;
  color: #000 !important;
}


.btm-bar__subscribe .mktoForm .mktoFieldWrap {
  padding-right: 10px;
}

@media only screen and (max-width: 775px) {
  .btm-bar__button .btn {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 499px) {
  .btm-bar__subscribe .mktoForm {
    display: block !important;
    margin-top: 10px !important;
  }

  .btm-bar__subscribe .mktoForm input[type="email"] {
    height: 45px;
    line-height: 45px;
  }
}

/** diagonal half-green bottom section **/

.bottom-right-diagonal.green {
  margin-top: 8%;
  overflow: hidden;
}

.bottom-right-diagonal .half + .half,
.bottom-right-diagonal .half.reversed {
  clear: left;
  float: right;
  margin-top: -200px;
  padding-bottom: 50px;
  padding-left: 8%;
  padding-top: 250px;
  position: relative;
}

.bottom-right-diagonal .half.reversed {
  float: none;
  margin-top: 0;
  padding-bottom: 50px;
  padding-left: 0;
}

.bottom-right-diagonal .half + .half::after,
.bottom-right-diagonal .half.reversed::after {
  content: '';
  display: block;
  width: 400%;
  height: 1000px;
  position: absolute;
  background: #82ab55;
  -webkit-transform: rotate(-20.5deg);
  transform: rotate(-20.5deg);
  z-index: -1;
  transform-origin: top right;
  right: -100px;
  top: 0;
}

.bottom-right-diagonal .half.reversed::after {
  left: -100px;
  -webkit-transform: rotate(20.5deg);
  transform: rotate(20.5deg);
  transform-origin: top left;
}

.bottom-right-diagonal .half:not(.type-3col):not(.reversed):first-child {
  min-height: 215px;
  padding-bottom: 2%;
  width: 70%;
}

.bottom-right-diagonal h3 {
  background: #ef8354;
  color: #fff;
  margin-bottom: 25px;
  padding-right: 60px;
}

.bottom-right-diagonal a.more {
  margin-top: 15px;
}

.bottom-right-diagonal .btn {
  font-weight: 700;
  margin-top: 25px;
}

.bottom-right-diagonal .btn:hover {
  color: #333;
}

.bottom-right-diagonal .btn:hover {
  background: #f2f2f2;
}

.bottom-right-diagonal .marketo-form .mktoGutter {
  display: none !important;
}

.bottom-right-diagonal .half.type-cloud + .half::after {
  -webkit-transform: rotate(-21deg);
  transform: rotate(-21deg);
}

.bottom-right-diagonal .half + .half p {
  color: #fff;
}

.bottom-right-diagonal .cloud > span {
  display: inline-block;
  font-weight: 300;
  margin-right: 20px;
}

.bottom-right-diagonal .cloud .cloud-light {
  font-weight: 300;
}

.bottom-right-diagonal .cloud .cloud-small {
  font-size: 30px;
  line-height: 30px;
}

.bottom-right-diagonal .cloud .cloud-medium {
  font-size: 36px;
  line-height: 42px;
}

.bottom-right-diagonal .cloud .cloud-large {
  font-size: 48px;
  line-height: 48px;
}

.bottom-right-diagonal .cloud .cloud-orange {
  color: #ff6008;
}

.bottom-right-diagonal .cloud .cloud-purple {
  color: #782095;
}

.bottom-right-diagonal .cloud .cloud-blue {
  color: #1d6492;
}

.bottom-right-diagonal .cloud .cloud-gray {
  color: #7a7575;
}

.bottom-right-diagonal .cloud .cloud-green {
  color: #8cba80;
}

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

  section.calculator.interact .wrapper {
    flex-direction: column;
  }

  .bottom-right-diagonal {
    background: none !important;
    margin-top: -10%;
    position: relative;
  }

  .bottom-right-diagonal .wrapper {
    padding: 0;
  }

  .bottom-right-diagonal .half {
    padding: 50px 40px !important;
  }

  .bottom-right-diagonal .half + .half,
  .bottom-right-diagonal .half.reversed {
    background: #82ab55;
    margin-top: 0;
  }

  .bottom-right-diagonal .half + .half::after,
  .bottom-right-diagonal .half.reversed::after {
    content: none;
  }

  .bottom-right-diagonal h3 {
    background-color: #82ab55;
  }

  .bottom-right-diagonal .half:last-child h2,
  .bottom-right-diagonal .half:last-child p,
  .bottom-right-diagonal .half:last-child .btn {
    color: #000;
  }

  .bottom-right-diagonal .half:last-child .btn {
    font-weight: 600;
  }
}

@media only screen and (max-width: 620px) {
  .bottom-right-diagonal .half {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  .bottom-right-diagonal .half {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/**** decorational blue/green intersecting triangles ****/

section.bisect {
  padding: 0;
}

section.bisect .outer-wrap {
  height: 325px;
  overflow: hidden;
  position: relative;
}

section.bisect .half:first-child::after {
  content: '';
  background: #68c2f8;
  width: 400%;
  height: 1000px;
  display: block;
  transform-origin: top left;
  transform: rotate(18deg);
  position: absolute;
  left: -100px;
  top: -30px;
  z-index: 0;
}

section.bisect .half + .half::after {
  content: '';
  display: block;
  width: 400%;
  height: 1000px;
  position: absolute;
  background: #82ab55;
  -webkit-transform: rotate(-14deg);
  transform: rotate(-14deg);
  z-index: -1;
  transform-origin: top right;
  right: -100px;
  top: 0;
  z-index: 0;
}

@media only screen and (max-width: 800px) {
  section.bisect {
    margin-top: -80px;
  }

  section.bisect .outer-wrap {
    height: 230px;
  }
}

@media only screen and (max-width: 520px) {
  section.bisect .outer-wrap {
    height: 130px;
  }
}

/**** international contact section ****/

section.international {
  background: #83ab55;
  color: #fff;
  padding: 0;
}

section.international.gray {
  background: #f0f0f0;
  color: #000;
  padding-top: 60px;
}

section.international .outer-wrap {
  background: url(img/map.jpg) no-repeat top right;
}

section.international.gray .outer-wrap {
  background: url(img/map-white.png) no-repeat top right;
}

section.international .wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.international.gray .wrapper {
  padding-top: 0;
}

section.international h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

section.international .third h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding: 0;
}

section.international h2 + div {
  margin-top: 50px;
}

section.international .location + .location {
  margin-top: 30px;
}

section.international .location > div + div {
  margin-top: 25px;
}

section.international .contact .phone,
section.international .contact .email {
  display: block;
}

section.international.gray .contact .phone,
section.international.gray .contact .email {
  font-weight: 600;
}

section.international.gray .contact .phone {
  color: #444;
}

section.international.gray .contact .email {
  color: #82ab55;
}

section.international .phone > span {
  font-size: 26px;
  margin-bottom: 7px;
  margin-right: 10px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  vertical-align: -5px;
}

section.international .phone:hover > span,
section.international .email:hover > span {
  color: #fff;
}

section.international.gray .phone:hover > span,
section.international.gray .email > span,
section.international.gray .email:hover > span {
  color: #444;
}

section.international .phone + .phone {
  margin-left: 32px;
}

section.international .phone + .phone + .email {
  margin-top: 10px;
}

section.international .email > span {
  font-size: 18px;
  margin-right: 7px;
}


/*
*********************
** =homepage
*********************
*/

section.home.hero {
  background: #f0f0f0;
  padding-bottom: 0;
  padding-top: 10px;
}

section.home.hero .wrapper {
  overflow: hidden;
}

section.home.hero .half {
  margin-top: 50px;
}

section.home.hero .content {
  font-size: 1.8em;
  width: 45%;
}

section.home.hero h1 {
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
}

section.home.hero h1 strong {
  color: #518810;
  font-weight: 700;
}

section.hero .body {
  animation-delay: 1.5s;
  line-height: 1.1;
}

section.home.hero .more {
  color: #518810;
  font-weight: bold;
}

section.home.hero .image {
  margin-bottom: 20px;
  width: 55%;
}

section.home.event-panel .event-panel__main-header {
  text-transform: uppercase;
  color: #dae7f5;
  font-size: 24px;
  line-height: 1.5;
}

section.home.event-panel .event-panel__event {
  padding-bottom: 20px;
  flex-grow: 0;
  -webkit-flex-grow: 0;
  display: flex;
}

section.home.event-panel .event-panel__event .event-panel__event-title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 28px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

section.home.event-panel .event-panel__event .event-panel__event-info {
  color: #dae7f5;
  line-height: 1.6;
}

section.home.event-panel .event-panel__event .event-panel__event-title a:hover {
  color: #ffffff;
  text-decoration: underline;
}


section.home.event-panel .event-panel__event img,
section.home.event-panel .event-panel__event .event-panel__event-title
{
  max-width: 90%;
}

section.home.banner--narrow .btn,
section.home.research-banner .btn {
  font-weight: 600;
}

section.home .ripple {
  -webkit-animation-name: white-ripple;
  animation-name: white-ripple;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  position: relative;
}

section.home .ripple::before {
  -webkit-animation-name: green-ripple;
  animation-name: green-ripple;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@-webkit-keyframes white-ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,1);
    box-shadow: 0 0 0 0 rgba(255,255,255,1);
  }
  40% {
    background: #444;
  }
  50% {
    -webkit-box-shadow: 0 0 8px 12px rgba(255,255,255,1);
    box-shadow: 0 0 8px 12px rgba(255,255,255,1);
  }
  51% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }
  100% {
    background: #000;
  }
}

@keyframes white-ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,1);
    box-shadow: 0 0 0 0 rgba(255,255,255,1);
  }
  40% {
    background: #444;
  }
  50% {
    -webkit-box-shadow: 0 0 8px 12px rgba(255,255,255,1);
    box-shadow: 0 0 8px 12px rgba(255,255,255,1);
  }
  51% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }
  100% {
    background: #000;
  }
}

@-webkit-keyframes green-ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 #81ab55;
    box-shadow: 0 0 0 0 #81ab55;
    opacity: 1;
  }
  50% {
    -webkit-box-shadow: 0 0 0 22px #81ab55;
    box-shadow: 0 0 0 22px #81ab55;
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #81ab55;
    box-shadow: 0 0 0 0 #81ab55;
    opacity: 0;
  }
}

@keyframes green-ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 #81ab55;
    box-shadow: 0 0 0 0 #81ab55;
    opacity: 1;
  }
  50% {
    -webkit-box-shadow: 0 0 0 22px #81ab55;
    box-shadow: 0 0 0 22px #81ab55;
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #81ab55;
    box-shadow: 0 0 0 0 #81ab55;
    opacity: 0;
  }
}

section.home .animated.delayed {
  opacity: 0;
}

section.home.rte-block {
  padding: 70px 0 60px;
}

section.home.rte-block h2 {
  font-size: 36px;
  line-height: 1;
}

section.home.rte-block p {
  font-size: 24px;
  line-height: 30px;
}

section.home.team {
  background: #f0f0f0;
  padding-bottom: 0;
}

section.home.team .wrapper {
  padding-bottom: 75px;
  padding-top: 20px;
}

section.home.team .half:first-child {
  clear: left;
  padding-right: 4%;
  width: 46%;
}

section.home.team .half:last-child {
  padding-left: 0;
  width: 50%;
}

section.home.team h2 {
  margin-top: 30px;
}

section.home.team h3 {
  background: #82ab55;
  color: #fff;
}

section.home.team .thumbs {
  text-align: center;
}

section.home.team .thumbs-wrap {
  margin: 0 auto;
  max-width: 100%;
}

section.use-cases {
  padding: 0 0 20px;
}

section.use-cases .use-case__body,
section.use-cases .use-case__metric {
  padding: 50px 0;
  text-align: center;
}

section.use-cases .use-case__body {
  text-align: left;
}

section.use-cases .use-case__body p {
  font-size: 18px;
  line-height: 24px;
}

section.use-cases .use-case__body h4 {
  font-size: 21px;
  line-height: 24px;
}

section.use-cases .btn {
  margin-top: 15px;
}

section.use-cases .use-case__metric {
  font-weight: 700;
}

section.use-cases .stat__wrap {
  display: inline-block;
}

section.use-cases .stat {
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}


@media only screen and (min-width: 776px) {
  section.home.hero .half + .half {
    padding-left: 0;
  }

  section.home.hero h1 {
    margin-bottom: 40px;
  }

  section.use-cases .use-case__body {
    padding-right: 8%;
  }

  section.use-cases .use-case__body.reversed {
    padding-left: 6%;
  }

  section.use-cases .use-case__metric:not(.reversed) {
    text-align: center;
  }

  section.home.rte-block .wrapper {
    padding-right: 15%;
  }
}

@media only screen and (max-width: 980px) {
  section.home.hero .wrapper {
    padding-bottom: 65px;
    padding-top: 50px;
  }

  section.home.hero .half {
    margin-top: 0;
  }
}


@media only screen and (max-width: 850px) {
  section.home.cta-banner {
    text-align: center;
  }

  section.home.cta-banner h2 {
    max-width: 100%;
  }

  section.home.team h3 {
    float: none;
  }

  section.home.team .wrapper .half {
    float: none;
    width: 100%;
  }

  section.home.team .thumbs {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 800px) {
  section.home.hero .half {
    width: 100%;
  }

  section.use-cases .use-case__body {
    padding-bottom: 0;
    padding-top: 0;
  }

  section.use-cases .use-case__metric {
    padding-bottom: 20px;
    padding-top: 30px;
  }

  section.use-cases .use-case + .use-case .use-case__metric {
    padding-top: 60px;
  }

  section.use-cases .use-case:last-child {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 725px) {
  section.home.hero .wrapper {
    padding-bottom: 30px;
    padding-top: 40px;
  }

  section.home.hero .content {
    width: 100%;
  }

  section.home.hero h1 {
    font-size: 34px;
    line-height: 38px;
  }

  section.home.hero h1 > span {
    font-size: 42px;
    line-height: 46px;
  }

  section.home.hero .body {
    font-size: 20px;
    line-height: 26px;
  }
}


@media only screen and (max-width: 420px) {
  section.home.cta-banner h2 {
    margin-right: 3%;
  }
}


/*
*********************
** =product pages
*********************
*/

section.product.hero h1 {
  color: #000;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
  padding-right: 0;
}

section.product.hero h1 strong {
  color: #4f8810;
}

section.product.hero .body {
  clear: left;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-top: 25px;
}

section.product.hero img {
  box-shadow: 0px 0px 4px rgba(40,40,40,.3);
  margin-bottom: -46%;
  margin-top: 30px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

section.product-screenshot {
  padding-top: 0;
}

section.product-screenshot .outer-wrap {
  overflow: visible;
  padding-bottom: 25px;
  padding-top: 315px;
  position: relative;
  z-index: 2;
}

section.product-screenshot .outer-wrap::before {
  content: '';
  display: block;
  background: #68C2F7;
  height: 400px;
  width: 4000px;
  left: -1000px;
  position: absolute;
  top: 75px;
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
  z-index: -1;
}

section.product-screenshot h2 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  margin: 0 auto 20px;
  max-width: 600px;
  text-align: center;
}

section.product-screenshot .laptop-wrap {
  display: inline-block;
  position: relative;
}

section.product-screenshot .feature-backdrop {
  max-width: 100%;
}

section.product-screenshot .feature-screen {
  border-radius: 12px;
  box-shadow: 0 0 10px 1px #fff;
  left: 13.5%;
  max-width: 558px;
  opacity: 0;
  position: absolute;
  top: 6%;
  transition: 1s;
  width: 73%;
}

section.product-screenshot .feature-screen.active {
  opacity: 1;
}

section.product-features {
  padding-top: 20px;
}

section.product-features .feature {
  cursor: pointer;
  opacity: .3;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: .5s;
}

section.product-features .hidden {
  opacity: 0;
}

section.product-features .feature.active {
  opacity: 1;
}

section.product-features .feature h2 {
  font-size: 21px;
  line-height: 24px;
  font-weight: 600;
}

section.architecture {
  background: #f0f0f0;
}

section.architecture .img-wrap {
  height: 200px;
  padding-left: 15px;
  position: relative;
}

section.architecture .img-wrap > div {
  bottom: 0;
  position: absolute;
  width: 100%;
}

section.architecture img {
  margin-bottom: 20px;
  max-height: 150px;
  max-width: 100%;
}

section.architecture h2 {
  font-size: 21px;
  line-height: 24px;
}

section.architecture h3 {
  background: #ef8354;
  color: #fff;
  margin-bottom: 25px;
}

section.cloud h2 {
  color: #000;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  section.product-screenshot .wrapper {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 800px) {
  section.product-screenshot .outer-wrap {
    overflow: hidden;
    padding-top: 150px;
  }

  section.product-screenshot .outer-wrap::before {
    top: -85px;
  }

  section.product-screenshot .wrapper {
    padding-top: 75px;
  }

  section.cloud {
    background: none;
    overflow: hidden;
    padding: 0;
  }
}

@media only screen and (max-width: 520px) {
  section.product-screenshot .outer-wrap {
    padding-top: 80px;
  }

  section.product-screenshot .outer-wrap::before {
    top: -180px;
  }

  .page-id-11 .cloud-medium.cloud-purple.cloud-light {
    font-size: 30px;
  }

  .page-id-108 .cloud-large.cloud-orange {
    font-size: 42px;
  }
}


/*
*********************
** =suite
*********************
*/

section.suite.hero h1 {
  font-size: 38px;
  line-height: 48px;
}

section.suite.hero h1 strong {
  color: #4f8810;
}

section.suite.hero .body {
  font-size: 24px;
  line-height: 36px;
  position: relative;
  z-index: 999;
}

.suite-modules {
  padding-bottom: 250px;
  padding-top: 0;
  position: relative;
  z-index: 100;
}

.suite-modules__label {
  text-transform: uppercase;
}

.suite-modules .outer-wrap::before {
  content: '';
  display: block;
  background: #68C2F7;
  height: 450px;
  width: 4000px;
  left: -1000px;
  position: absolute;
  top: 100px;
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
  z-index: -1;
}

.suite-modules h2 {
  margin-bottom: 30px;
}

.suite-modules__wrap {
  margin-left: -10px;
}

.suite-module__wrap {
  padding: 5px 0 5px 10px;
}

.suite-module {
  background: #f0f9fe;
  box-shadow: 7px 2px 14px rgba(100, 100, 100, .2);
  height: 100%;
  padding: 20px 5px 5px;
}

.suite-module:hover {
  color: inherit;
}

.suite-module__name,
.suite-module__title,
.suite-module__body {
  padding-left: 20px;
  padding-right: 20px;
}

.suite-module__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}

.suite-module__name {
  font-size: 30px;
  font-weight: bold;
  line-height: 28px;
}

.suite-module__name span {
  display: block;
  font-size: 21px;
  text-transform: uppercase;
}

.suite-module__body {
  font-size: 21px;
  line-height: 24px;
  margin: 20px 0;
}

.suite-module img {
  display: block;
  margin: 20px auto;
  width: 175px;
}

.suite-module__btn {
  background: #555150 url(img/lined-arrow.png) no-repeat center right 10px;
  color: #fff;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex:  0 0 auto;
  -webkit-flex:  0 0 auto;
  -ms-flex:  0 0 auto;
  flex:  0 0 auto;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 0;
  line-height: 26px;
  padding: 12px 35px 12px 10px;
  text-transform: uppercase;
}

.suite.architecture .wrapper {
  position: relative;
  z-index: 101;
}

.suite.architecture h3 {
  margin-bottom: inherit;
}

@media only screen and (min-width: 776px) {
  .suite-modules .outer-wrap::after {
    content: '';
    display: block;
    background: #f0f0f0;
    height: 1000px;
    width: 4000px;
    left: -770px;
    position: absolute;
    top: 514px;
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
    z-index: -2;
  }
}

@media only screen and (max-width: 775px) {
  .suite-modules {
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #f0f0f0 50%, #f0f0f0 100%);
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 520px) {
  .suite-modules {
    background: linear-gradient(to bottom, #fff 0%, #fff 30%, #f0f0f0 30%, #f0f0f0 100%);
  }
}


/*
*********************
** =module pages
*********************
*/

section.module.hero img {
  float: left;
  margin: 30px 50px 30px 0;
}

section.module.hero h1 {
  font-size: 42px;
  line-height: 48px;
}

section.module.hero h1 strong {
  color: #4f8810;
}

section.module.hero h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

section.module.hero .body {
  font-size: 18px;
  line-height: 24px;
}

section.benefits {
  background: #0f6293;
  color: #fff;
}

section.benefits img {
  display: inline-block;
}

section.benefits h4 {
  font-size: 24px;
  line-height: 26px;
  margin-top: 10px;
}

section.module-features {
  position: relative;
}

section.module-features .feature {
  margin: 20px 0;
}

section.module-features h4 {
  font-size: 24px;
  line-height: 28px;
}

section.module-features p {
  font-size: 18px;
  font-weight: 24px;
}

section.module-screenshot {
  border-bottom: 1px solid #68c2f8;
  border-top: 1px solid #68c2f8;
  overflow: hidden;
  padding: 0;
}

section.module-screenshot .wrapper {
  padding: 0;
}

section.module-screenshot img {
  display: block;
  margin-bottom: -5px;
}


/*
*********************
** =industry pages
*********************
*/

section.industry.hero {
  background-position: center;
  background-size: cover;
  color: #fff;
}

section.industry.hero h1 {
  font-size: 42px;
  line-height: 1.2em;
}

section.industry.hero h2 {
  color: #68c2f8;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.5em;
  margin-bottom: 0;
  text-transform: uppercase;
}

section.industry.hero .body {
  font-size: 21px;
  line-height: 31px;
}

section.industry.hero h1,
section.industry.hero h2,
section.industry.hero .body {
  text-shadow: 1px 1px rgba(40, 40, 40, .2);
}

section.industry.background h4 {
  font-size: 24px;
  line-height: 26px;
}

section.industry.background p {
  font-size: 18px;
  line-height: 24px;
}

section.industry svg {
  fill: currentColor;
  stroke: currentColor;
}

section.industry.metrics {
  margin: 0;
}

section.industry .industry-metric {
  text-transform: none;
}

section.industry .industry-metric p {
  margin: 0;
}

section.industry .industry-metric .metric-value {
  font-size: 60px;
  font-weight: 300;
  line-height: 1em;
}

section.industry .industry-metric .strong {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

section.industry .industry-metric img {
  display: block;
  line-height: 1;
  max-width: 100px;
}

section.industry .industry-metric svg,
section.industry .industry-metric strong,
section.industry .industry-metric .metric-value {
  color: #ef8354;
}

section.industry .industry-metric:nth-child(2) svg,
section.industry .industry-metric:nth-child(2) strong,
section.industry .industry-metric:nth-child(2) .metric-value {
  color: #4f8810;
}

section.industry .industry-metric:nth-child(3) svg,
section.industry .industry-metric:nth-child(3) strong,
section.industry .industry-metric:nth-child(3) .metric-value {
  color: #0f6293;
}

section.industry.research-banner {
  background: #ef8354;
}

section.industry.offerings .half {
  margin: 40px 0;
}

section.industry.offerings h2 {
  font-size: 36px;
  line-height: 1.1em;
}

section.industry.offerings .body {
  padding-top: 20px;
}

section.industry.offerings .half:nth-child(2n+3) {
  clear: both;
}

section.industry.offerings h4 {
  font-size: 21px;
  line-height: 24px;
}

section.industry.ebook-banner {
  background: #0f6293;
  color: #fff;
}

section.industry.ebook-banner .flex-item + .flex-item {
  margin-top: 30px;
}

section.industry.ebook-banner h4 {
  font-size: 21px;
  line-height: 1.1em;
}

section.industry.ebook-banner .body {
  font-size: 18px;
  line-height: 22px;
}

section.industry.ebook-banner .btn {
  margin-top: 40px;
}

section.industry.quote blockquote {
  font-size: 24px;
  line-height: 1.5em;
  padding: 0 45px 0 50px;
  position: relative;
  width: 94%;
}

section.industry.quote blockquote::before,
section.industry.quote blockquote::after {
  position: absolute;
}

section.industry.quote blockquote::before {
  content: url(img/ldquo.png);
  top: 0;
  left: 0;
}

section.industry.quote blockquote::after {
  content: url(img/rdquo.png);
  bottom: 0;
  right: 0;
}

section.industry.quote .author {
  padding-left: 50px;
}

section.industry.quote {
  background: #f0f0f0;
  padding-bottom: 0;
  padding-top: 70px;
}

section.industry .bottom-right-diagonal .half > * {
  position: relative;
  z-index: 1;
}

section.industry .bottom-right-diagonal {
  margin-top: 0;
}

section.industry .bottom-right-diagonal h2 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

section.industry .bottom-right-diagonal .body h4 {
  color: #fff;
  font-size: 24px;
  line-height: 1.25em;
}

section.industry .bottom-right-diagonal .half:first-child {
  position: relative;
}

section.industry .bottom-right-diagonal .half:first-child::after {
  content: '';
  background: #68c2f8;
  width: 400%;
  height: 1000px;
  display: block;
  transform-origin: top left;
  transform: rotate(18deg);
  position: absolute;
  left: -100px;
  z-index: 0;
}

section.industry .bottom-right-diagonal .half:last-child::after {
  z-index: 0;
}

section.industry .bottom-right-diagonal .mktoFormRow {
  clear: none;
  float: left;
  padding-right: 5px;
  width: 75%;
}

section.industry .bottom-right-diagonal .mktoFormRow + .mktoFormRow {
  display: none;
}

section.industry .bottom-right-diagonal .mktoButtonRow {
  float: left;
  width: 25% !important;
}

section.industry .bottom-right-diagonal #Email.mktoEmailField {
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid #fff !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
}

section.industry .bottom-right-diagonal #Email.mktoEmailField::placeholder {
  color: #fff;
}

section.industry .bottom-right-diagonal button.mktoButton {
  background: #000 !important;
  border: 3px solid #fff !important;
  color: #fff !important;
  line-height: 1;
  padding: 10px 25px !important;
}

section.industry .bottom-right-diagonal button.mktoButton:hover {
  background: #fff !important;
  color: #000 !important;
}

@media screen and (min-width: 776px) {
  section.industry.hero .body {
    width: 65%;
  }

  section.industry.ebook-banner .flex-item + .flex-item {
    margin-left: 10%;
  }
}

@media screen and (max-width: 775px) {
  section.industry.metrics {
    padding: 0;
  }

  section.industry .third,
  section.industry .half {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  section.industry.offerings .half {
    margin: 20px 0 0;
  }

  section.industry.offerings .half.body {
    margin-top: 0;
    padding-top: 0;
  }

  section.industry.ebook-banner .btn {
    margin-top: 30px;
  }

  section.industry.quote blockquote {
    width: 100%;
  }

  section.industry .bottom-right-diagonal .half {
    margin-bottom: 0;
  }

  section.industry .bottom-right-diagonal .marketo-form {
    margin-top: 0;
  }
}

@media screen and (max-width: 520px) {
  section.industry .bottom-right-diagonal .mktoFormRow,
  section.industry .bottom-right-diagonal .mktoButtonRow {
    width: 100%;
  }
}


/*
*********************
** =solutions
*********************
*/

section.solutions-overview.hero h1 {
  font-weight: normal;
}

section.solutions-overview.hero h1 strong {
  display: block;
}

section.solutions-overview.hero h1 span + span,
section.solutions-overview.hero .body {
  width: 60%;
}

section.solutions-overview.hero h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 48px;
}

section.solutions-overview.hero .body {
  font-size: 24px;
  line-height: 36px;
  margin-top: 30px;
}

section.solutions {
  overflow: hidden;
  padding: 0;
}

section.solutions .divider {
  border: 0px solid #dadbda;
  border-bottom-width: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0;
  position: relative;
  margin: 0;
}

section.solutions .divider::before,
section.solutions .divider::after {
  background: #dadbda;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}

section.solutions .divider::before {
  left: -100%;
}

section.solutions .divider::after {
  right: -100%;
}

section.solutions .solution {
  animation-delay: 2.5s;
  cursor: pointer;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  padding: 40px 20px 20px !important;
  width: 33.3333%;
}

section.solutions .solution-icon {
  padding-right: 20px;
}

section.solutions .solution-icon img {
  max-width: none;
}

section.solutions .solution:hover {
  background: #f0f0f0;
  color: #333;
}

section.solutions .solution:hover h4,
section.solutions .solution:hover p {
  color: #333;
}

section.solutions .solution h4 {
  font-size: 20px;
  line-height: 24px;
}

section.solutions .solution .more-link {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}

section.solutions .solution:hover .more-link {
  color: #4f8810;
}

section.solutions-overview .bottom-right-diagonal h2 {
  line-height: 1;
  margin-bottom: 0;
}

section.solutions-overview .bottom-right-diagonal .body {
  font-size: 24px;
  line-height: 32px;
}

section.solutions-overview .bottom-right-diagonal .body p {
  color: #fff;
}

section.solutions-overview .bottom-right-diagonal .body > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 775px) {
  section.solutions-overview.hero h1 span,
  section.solutions-overview.hero .body {
    width: 100%;
  }

  section.solutions .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  section.solutions .solution {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
/*
*********************
** =cost saving calculator
*********************
*/

section.calculator.header {
  padding-bottom: 20px;
  line-height: 1;
}

section.calculator.content {
  background: #f0f0f0;
  padding: 30px 0;
}

section.calculator.content .wrapper p {
  width: 75%;
  margin-bottom: 0px;
}

section.calculator.interact {
  background: #b3e0fb;
  padding: 0;
}

section.calculator.interact .wrapper {
  display: flex;
}

section.calculator.interact .form {
  width: 65%;
  display: table-cell;
  padding: 20px 0 35px;
}

section.calculator.interact .calculator__inputs {
  list-style: decimal outside none;
  font-weight: 700;
  padding-left: 1em;
}

section.calculator.interact .calculator__inputs li {
  padding-left: 5px;
}

section.calculator.interact .calculator__inputs label,
section.calculator.interact .calculator__inputs p {
  font-weight: 400;
}

section.calculator.interact .calculator-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

section.calculator.interact .form p {
  display: inline-block;
  width: 65%;
}

section.calculator.interact .form p.radio-question {
  width: 100%;
}

section.calculator.interact .form input[type='text'] {
  background: #c5e6fb;
  border: 1px solid #abcde1;
  width: 15%;
  height: 45px;
  padding: 0 8px;
  min-height: 1.9em;
  line-height: 1.5em;
  font-size: 1.3em;
}

section.calculator.interact .form input[type='text'].percentage {
  width: 8%;
}

section.calculator.interact .form #percentage {
  font-size: 30px;
  margin-left: 20px;
}

section.calculator.interact .form .selection input {
  display: none;
}

section.calculator.interact .form .selection label:hover,
section.calculator.interact .form .selection label:focus,
section.calculator.interact .form .selection label:active {
  cursor: pointer;
  font-weight: 700;
}
section.calculator.interact .form .selection input[type='radio']:checked + label {
  font-weight: 700;
}

section.calculator.interact .form .selection .seperator {
  color: #fff;
  margin: 0px 10px;
}

section.calculator.interact .form .calculate-button {
  text-align: center;
  margin-top: 40px;
}

section.calculator.interact .form .calculate-button button {
  background: #000;
  color: #fff;
  border: 3px solid #7bab61;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .02em;
  -webkit-appearance: none;
}

section.calculator.interact .form .calculate-button button:hover {
  cursor: pointer;
  color: #ddd;
}

section.calculator.interact .results{
  width: 35%;
  background: #7bab61;
  color: #fff;
  display: table-cell;
  padding: 20px 0;
}
section.calculator.interact .results h2 {
  font-size: 24px;
  margin-bottom: 25px;
  margin-left: 20px;
  font-weight: normal;
}

section.calculator.interact .results h3{
  font-size: 21px;
  text-align: center;
  display: block;
  width: 85%;
  padding: 0;
  margin: 0 auto;
  font-weight: normal;
}

section.calculator.interact .results p{
  display: block;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

section.calculator.interact .results ul {
  padding: 0 20px 20px;
  border-bottom: 2px solid #fff;
}

section.calculator.interact .results li {
  width: 48%;
  display: inline-block;
  height: 50px;
}

section.calculator.interact .results .calculator-results__value {
  border-bottom: 1px solid #000;
  font-size: 1.3em;
  font-weight: 700;
  margin-left: 2%;
  width: 45%;
}

section.calculator.interact .results #total-savings {
  background: transparent;
  border-bottom: 2px solid #fff;
  width: 85%;
  color: #000;
  margin: 15px auto 10px;
  padding: 15px;
  font-size: 30px;
  text-align: right;
}

section.calculator.cta-banner {
  padding: 40px 0;
  text-align: left;
}

section.calculator.cta-banner h2 {
  float: none;
}

section.calculator.cta-banner .marketo-form {
  margin-top: 0;
  padding: 15px 0;
}

section.calculator.cta-banner .marketo-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95% !important;
}

section.calculator.cta-banner .marketo-form .mktoFormRow {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33333%;
  flex: 0 1 33.33333%;
  padding-right: 40px;
}

section.calculator.cta-banner .marketo-form .mktoFormRow * {
  float: none !important;
}

section.calculator.cta-banner .marketo-form .mktoFieldWrap {
  width: 95% !important;
}

@media only screen and (max-width: 775px) {
  section.calculator.cta-banner .marketo-form .mktoFormRow {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  section.calculator.cta-banner .marketo-form form,
  section.calculator.cta-banner .marketo-form .mktoFieldWrap {
    width: 100% !important;
  }
}

@media only screen and (max-width: 520px) {
  section.calculator.cta-banner .marketo-form .mktoFormRow {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

section.calculator.cta-banner .marketo-form .mktoLabel {
  color: #333 !important;
}

section.calculator.cta-banner .marketo-form input {
  width: 100% !important;
}

section.calculator.cta-banner .mktoFormRow:nth-child(3) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

section.calculator.cta-banner .mktoFormRow:nth-child(5) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

section.calculator.cta-banner .mktoFormRow:nth-child(7) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

section.calculator.cta-banner .mktoFormRow:nth-child(8),
section.calculator.cta-banner .mktoFormRow:nth-child(9),
section.calculator.cta-banner .mktoFormRow:nth-child(10),
section.calculator.cta-banner .mktoFormRow:nth-child(11),
section.calculator.cta-banner .mktoFormRow:nth-child(12),
section.calculator.cta-banner .mktoFormRow:nth-child(13),
section.calculator.cta-banner .mktoFormRow:nth-child(14),
section.calculator.cta-banner .mktoFormRow:nth-child(15),
section.calculator.cta-banner .mktoFormRow:nth-child(16),
section.calculator.cta-banner .mktoFormRow:nth-child(17),
section.calculator.cta-banner .mktoFormRow:nth-child(18),
section.calculator.cta-banner .mktoFormRow:nth-child(19),
section.calculator.cta-banner .mktoFormRow:nth-child(20),
section.calculator.cta-banner .mktoFormRow:nth-child(21) {
  display: none !important;
}

section.calculator.cta-banner .mktoButtonRow {
  -webkit-box-ordinal-group: 51;
  -ms-flex-order: 50;
  order: 50;
  text-align: left !important;
}

section.calculator.cta-banner .mktoButton,
section.calculator.cta-banner .btn {
  background: #000 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: .02em !important;
}

section.calculator.cta-banner .mktoButton:hover,
section.calculator.cta-banner .btn:hover {
  background: transparent !important;
  color: #000 !important;
}

section.calculator.cta-banner hr {
  border-bottom: 2px solid #5596c4;
  border-top: 0;
  margin: 30px 0;
}

section.calculator.cta-banner .full-model {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

section.calculator.cta-banner .full-model p {
  font-size: 24px;
  line-height: 28px;
}

section.calculator.cta-banner .full-model > div + div {
  padding-left: 40px;
}

section.calculator.cta-banner .full-model > div:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

section.calculator.cta-banner .full-model > div:last-child {
  padding-right: 10%;
}

.download-landing h4 {
  font-weight: 400;
  margin-bottom: 25px;
}

.download-landing p {
  margin: 10px 0 0;
}

.download-landing p,
.download-landing .download {
  clear: both;
  max-width: 65%;
}

.download-landing .flex > *:first-child {
  flex: 1 0 auto;
}

.download-landing .rte img {
  margin-bottom: 10px;
  margin-top: 0;
}

.download {
  /*display: inline-block;*/
  margin-top: 30px;
}

.download a.btn {
  color: inherit;
}

.download a.btn:hover,
.download a.btn:focus,
.download a.btn:active {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  section.calculator.content .wrapper p {
    width: 100%;
  }

  section.calculator.interact .results h2 {
    margin-left: 0;
  }

  section.calculator.interact .form {
    width: 100%;
  }

  section.calculator.interact .form p {
    margin: 10px 20px 0 0;
  }

  section.calculator.interact .results {
    width: 100%;
    margin-bottom: 20px;
  }

  section.calculator.interact .results ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  section.calculator.interact .results #total-savings {
    text-align: center;
  }

  section.calculator.interact .results ul li:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
  }

  section.calculator.interact .results h2 {
    text-align: center;
  }

  section.calculator.cta-banner .full-model {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  section.calculator.cta-banner .full-model > div:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  section.calculator.cta-banner .full-model > div:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 620px) {
  section.calculator.interact .form p {
    width: 100%;
    margin-bottom: 10px;
  }

  section.calculator.header {
    text-align: center;
  }
  section.calculator.interact .results ul {
    flex-direction: column;
    align-items: center;
  }

  section.calculator.interact .results ul li {
    width: 100%;
  }

  section.calculator.interact .results ul li {
    height: 30px;
    text-align: center;
  }

  section.calculator.interact .results ul li:nth-child(even) {
    margin-bottom: 10px;
    margin-right: 0;
  }

  section.calculator.interact .form input[type='text'] {
    width: 100%;
    margin-bottom: 10px;
  }

  section.calculator.interact .form input[type='text'].percentage {
    width: 20%;
  }

  section.calculator.interact .form .radio-question {
    width: 100%;
  }

  section.calculator.interact .form .radio-options {
    text-align: center;
    margin: 10px 0;
  }

  .download-landing p,
  .download-landing .download {
    max-width: 100%;
  }
}

/*
*********************
** =payment pages
*********************
*/

section.payment.hero h1 {
  color: #000;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
  padding-right: 0;
}

section.payment.hero h1 strong {
  color: #4f8810;
}

section.payment.hero .body {
  clear: left;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-top: 25px;
  padding-left: 0;
  width: 65%;
}

section.payment.hero img {
  float: right;
  margin: 20px 35px;
}

section.payment-features {
  background: #f9f9f9;
  text-align: center;
}

section.payment-features h2 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  margin: 0 auto 50px;
  text-align: center;
}

section.payment-features h4 {
  margin: 20px 30px 50px;
  font-size: 18px;
}

section.payment-features .third {
  padding: 0 2%;
  width: 32%;
}

section.payment-features .third h2 {
  font-size: 1.25em;
  padding: 0 5%;
}

section.customer-control {
  position: relative;
  z-index: 1;
}

section.customer-control .outer-wrap::before {
  content: '';
  display: block;
  background: #68C2F7;
  height: 400px;
  width: 4000px;
  left: -1000px;
  position: absolute;
  top: 225px;
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
  z-index: -1;
}

section.customer-control .wrapper>h2 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  margin: 0 auto 50px;
  text-align: center;
}

section.customer-control .third {
  height: 326px;
  width: 326px;
  max-width: 100%;
  padding: 0;
  margin: 2px;
  text-align: left;
}

section.customer-control .third h2 {
  font-weight: 600;
  line-height: 1.2;
}

section.customer-control .third img {
  width: 100%;
  border: 1px solid #d6d6d6;
}

.page-globys-payments .cloud .cloud {
  width: 90%;
}

@media only screen and (max-width: 1070px) {
  section.customer-control .wrapper {
    text-align: center;
  }
}

@media only screen and (max-width: 800px) {
  section.payment.hero img {
    float: none;
    margin: 20px 0;
  }
  section.customer-control .third {
    width: 326px !important;
    margin: 2px auto;
  }
}

@media only screen and (max-width: 400px) {
  section.customer-control .third {
    height: auto;
  }
}


/*
*********************
** =sticky demo link
*********************
*/

.followme-demo {
  border: 3px solid #fff;
  box-shadow: 0 0 3px rgba(40, 40, 40, .4);
  border-right: none;
  font-weight: bold;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 20%;
  z-index: 1000;
}

.followme-demo:hover {
  background: #000;
}

.followme-demo.fixed {
  position: fixed;
}

.followme-demo a {
  display: block;
  padding: 10px 20px;
}

.followme-demo a:hover {
  color: #fff;
}

@media only screen and (max-width: 775px) {
  .followme-demo {
    bottom: 0;
    box-shadow: 1px 2px 3px rgba(40, 40, 40, .5);
    top: auto;
  }
}


/*
*********************
** =why globys
*********************
*/

section.why.hero {
  padding-bottom: 20px;
}

section.why.hero h1 {
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

section.why.hero .body {
  width: 75%;
}

section.why.hero .body strong {
  color: #68c2f8;
}

section.why.hero .paragraphs {
  margin-top: 30px;
}

section.why.hero .img-wrap {
  padding-right: 12%;
  text-align: center;
}

section.why.hero img {
  height: auto;
  margin-bottom: 20px;
  max-height: 200px;
  max-width: 100%;
}

section.why.hero .patents {
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
}

section.why.hero .patents span.label {
  position: absolute;
}

section.why.hero .patent {
  opacity: 0;
  position: absolute;
  transition: opacity .5s;
}

section.why.hero .patent.active {
  opacity: 1;
  position: static;
}

section.why.hero .patent a::before {
  color: transparent;
  content: 'Patent Number';
  font-size: 12px;
  text-transform: uppercase;
}

section.why.hero .patent span {
  background: #82ab55;
  color: #fff;
  font-size: 16px;
  margin-left: 3px;
  padding: 3px 12px 3px 8px;
  text-transform: none;
}

section.why.hero .patent a:hover,
section.why.hero .patent a:hover span {
  color: #000;
}

section.customers {
  padding: 0;
}

section.customers .top {
  background-color: #f0f0f0;
  background-image: linear-gradient(to bottom right, transparent 0%, transparent 55%, #a4dafb 55%, #a4dafb 100%);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 55.5%;
  overflow: hidden;
  padding-bottom: 215px;
  padding-top: 30px;
}

section.customers .top .wrapper {
  position: relative;
  z-index: 100;
}

section.customers h2 {
  margin-bottom: 0;
}

section.customers .customer-logos {
  margin-top: 40px;
  padding-right: 10%;
  text-align: center;
}

section.customers .customer-logos .logo {
  display: inline-block;
  margin: 0 62px 20px 0;
  opacity: 0;
  vertical-align: bottom;
}

section.customers .customer-logos img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
  transition: .5s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

section.customers .customer-logos img.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

@keyframes grayout {
  from {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
  }
  to {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}

section.customers .half.left.blues-panel {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

section.customers .half.left.blues-panel .img-wrap::before {
  background: #F0F0F0;
}

section.customers .half.blues-panel.right {
  min-height: 646px;
}

section.why.numbers {
  padding-top: 0;
}

section.why.numbers .bottom-right-diagonal.green {
  margin-top: 0;
}

section.why.numbers h3 {
  margin-bottom: 15px;
}

section.numbers .metric .number,
section.numbers .metric .desc {
  opacity: 0;
}

.metrics {
  margin: 40px 0;
  text-transform: uppercase;
}

.metrics::after {
  clear: both;
  content: '';
  display: table;
}

.metrics .metric {
  float: left;
  margin-bottom: 20px;
  padding-right: 3%;
  width: 42%;
}

.metrics .stat,
.metrics .unit {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.metrics .desc {
  font-weight: bold;
}

.metrics .metric:nth-child(3n+1) .desc {
  color: #ef8354;
}

.metrics .metric:nth-child(3n+2) .desc {
  color: #57a6d5;
}

.metrics .metric:nth-child(3n+3) .desc {
  color: #82ab55;
}

@media only screen and (max-width: 1100px) {
  section.customers .half.left.blues-panel::before {
    top: 16.5%;
  }
}

@media only screen and (max-width: 800px) {
  section.why.hero .third {
    padding-left: 0;
    padding-right: 0;
  }

  section.why.hero .body {
    width: 100%;
  }

  section.customers .half.left.blues-panel::before {
    top: -31.5%;
  }

  section.customers .blues-panel.right,

  section.customers .half.blues-panel.right,
  section.story .blues-panel.right {
    background-image: none;
    -webkit-clip-path: none;
    clip-path: none;
    min-height: 0;
  }

  .metrics .metric {
    float: none;
    padding: 15px 0;
    width: 100%;
  }
}

@media only screen and (max-width: 620px) {
  section.customers .top {
    background-image: none;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 420px) {
  section.customers .half.left.blues-panel::before {
    content: none;
  }
}


/*
*********************
** =about
*********************
*/

section.recent-news {
  padding: 10px 0;
  background: #e8e8e8;
}

section.recent-news .text-green {
  text-transform: uppercase;
  font-weight: 600;
}

section.recent-news .text-green.more {
  font-size: 14px;
}

section.about.hero {
  padding: 0px;
  background-position: center;
  background-size: cover;
}

section.about.hero .banner-text h3{
  color: #68c2f8;
  font-size: 21px;
  line-height: 42px;
  padding: 0px;
  animation-delay: 0s;
}

section.about.hero .banner-text h2{
  font-size: 36px;
  line-height: 42px;
  animation-delay: .75s;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: normal;
}

section.about.hero .banner-text {
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  padding-top: 50px;
  padding-bottom: 50px;
}

section.about.hero .banner-text p + p {
  margin-top: 20px;
}

section.about.hero .banner-text .paragraph{
  width: 66%;
  animation-delay: 1.5s;
}

section.about.hero .featured-image {
  padding-left: 0;
  width: 55%;
}

section.about.hero .body {
  width: 85%;
}

div.content .banner-bottom {
  padding-top: 30px;
  background-color: #f0f0f0;
  padding-bottom: 60px;
}

div.content .banner-bottom .half{
  padding-right: 20px;
}

div.content h4 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #555555;
}

div.content .off-banner {
  background-color: #fff;
}

div.content .off-banner h2 {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  padding-left: 0;
}

div.content .off-banner .rte{
  padding-top: 30px;
  padding-bottom: 30px;
  float: none;
  margin: 0px auto;
}

div.content .off-banner ol{
  list-style: none;
  margin: 0px;
  font-weight: 400;
  float: none;
}

div.content .off-banner ol li {
  counter-increment: item;
  margin-bottom: 20px;
  position: relative;
}

div.content .off-banner ol li:before{
  content: counter(item)".";
  color: #7bab61;
  font-size: 42px;
  padding-right:15px;
  position: absolute;
  top: -9px;
}

div.content .off-banner ol li span {
  padding-left: 40px;
}

div.content .off-banner p {
  float: none;
  padding-left: 0px;
}

div.content .off-banner .btn{
  margin-top: 40px;
}

div.content .clear{
  float: none;
}

div.content img.alignleft {
  margin-right: 50px;
}

div.content img {
  height: auto;
  max-width: 100%;
  /*margin: 20px 0;*/
}

div.content h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 20px;
  width: 85%;
}

div.content h1 strong {
  color: #4f8810;
}

div.content .body a {
  color: #4f8810;
}

div.content .body a:hover {
  text-decoration: underline;
}

section.story {
  padding-bottom: 0;
}

section.story .top {
  background-image: linear-gradient(to bottom right, transparent 0%, transparent 55%, #a4dafb 55%, #a4dafb 100%);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 55.5%;
  margin-top: -215px;
  overflow: hidden;
  padding-bottom: 320px;
}

section.customers .blues-panel.right,
section.story .blues-panel.right {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 71%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 71%);
  color: #fff;
  padding-top: 16%;
}

section.leadership {
  padding-top: 30px;
  background-color: #f0f0f0;
}

section.leadership h2 {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  /*margin-left: 20px;*/
  margin-bottom: 50px;
}

section.leadership .leadership-row .third {
  width: 33%;
  padding-bottom: 6%;
}

section.leadership .headshot {
  cursor: pointer;
  line-height: 0;
  position: relative;
}

section.leadership .headshot::before {
  background: linear-gradient(to top, rgba(131, 171, 85, 0.5) 0%, rgba(131, 171, 85, 0.5) 100%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: .5s;
  width: 100%;
  z-index: 10;
}

section.leadership .headshot.active::before,
section.leadership .headshot:hover::before {
  opacity: 0;
}

section.leadership .headshot img {
  width: 100%;
}

section.leadership .headshot:not(.active):not(:hover) img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

section.leadership .headshot .label {
  bottom: 20px;
  color: #fff;
  left: 30px;
  line-height: 22px;
  position: absolute;
  text-shadow: 1px 1px 2px #333;
  z-index: 20;
  font-size: 21px;
}

section.leadership .headshot .label .name {
  font-weight: 700;
}

section.leadership .bios {
  display: none;
  margin: 0 auto 30px;
  width: 80%;
}

section.leadership .bios .bio {
  display: none;
  min-height: 350px;
}

section.leadership .bios .bio.active {
  display: block;
}

section.leadership .bio .name {
  font-weight: 700;
  text-transform: uppercase;

}

section.leadership .bio .body {
  margin-top: 20px;
}

section.leadership .bio .body p + p {
  margin-top: 35px;
}

section.leadership .bio .contact {
  margin-top: 25px;
}

section.leadership .bio .contact a > span {
  font-size: 22px;
  margin-right: 5px;
}

section.about.cta-banner .btn {
  padding: 5px 75px 2px 65px;
}

section.investors {
  padding-bottom: 0;
}

section.investors .wrapper > div {
  position: relative;
}

section.investors .bottom-right-diagonal {
  margin-top: 0;
}

section.investors .img-wrap {
  vertical-align: bottom;
  text-align: center;
}

section.investors img {
  bottom: 0;
  margin: auto;
  max-width: 100%;
  margin-bottom: 50px;
}

section.investors  .third:first-child img {
  padding-bottom: 25px;
}

section.investors  .third:nth-child(even) img {
  padding-bottom: 15px;
}

section.investors h2 {
  font-size: 24px;
  line-height: 24px;
}

section.investors h3 {
  margin-bottom: 60px;
  padding: 0px;
  margin-left: 0px;
  font-size: 36px;
  text-transform: none;
  font-weight: 400;
}

section.investors .body {
  font-size: 18px;
  line-height: 24px;
}

section.about.cta-banner h2{
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  max-width: 85%;
  float:left;
}

section.about.cta-banner{
  display: flex;
}

section.about.cta-banner h2 small{
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

section.about.cta-banner .btn-black:hover, section.about.cta-banner .btn-black:active, section.about.cta-banner .btn-black:focus{
  background-color: transparent;
  color: #fff;
}

section.about.cta-banner .btn-black {
  padding: 5px 25px 2px;
  font-size: 16px;
  font-weight: 600;
  float:right;
}

section.investors  .third {
  display: flex;
  flex-direction: column;
}

section.investors  .third .body {
  flex-grow: 1;
  margin-bottom: 30px;
}

@media only screen and (max-width: 850px) {
  section.about.cta-banner {
    background: #68c2f8;
  }

  section.cta-banner h2 {
    color: #000;
  }

  section.investors .third {
    width: 100% !important;
    padding: 10px 30px;
  }

  section.investors h3 {
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 800px) {
  section.story .top {
    margin-top: 0;
    padding-bottom: 0;
  }

  section.about.hero .banner-text h2, section.about.hero .banner-text .paragraph {
    width: 100%;
  }

  section.recent-news {
    margin-top: 10px;
  }

  section.about.hero .wrapper {
    padding: 0 40px;
  }

  section.about.hero h1 {
    width: 100%;
  }

  div.content .half, div.content  .half:not(.type-3col):last-child {
    float: none;
    padding-left: 0px;
    padding-top: 0;
    width: 100%;
  }

  div.content .body {
    width: 100%;
  }

  section.story .blues-panel.left {
    -webkit-clip-path: none;
    clip-path: none;
  }

  section.story .blues-panel.right {
    -webkit-clip-path: none;
    clip-path: none;
  }

  section.leadership h2 {
    margin-top: 50px;
  }

  section.leadership .leadership-row .third {
    padding: 10px 30px;
  }

  section.leadership .headshot {
    margin: 30px 0 25px;
    width: 60%;
  }

  section.leadership .headshot::before {
    content: none;
  }

  section.leadership .headshot:not(.active):not(:hover) img {
    -webkit-filter: none;
    filter: none;
  }

  section.international .outer-wrap {
    background-position: top center;
  }

  div.content .banner-text .paragraph {
    width: 100%;
  }

  div.content .off-banner .rte {
    width: 100%;
    padding-left: 0px;
  }

  div.content .off-banner .rte ol, div.content .off-banner p {
    padding-left: 0px;
  }

  section.investors img {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 620px) {
  section.leadership h2 {
    margin-top: -30px;
  }

  div.content img {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 420px) {
  section.leadership h2 {
    margin: 30px 0 0;
    padding: 0 30px;
  }

  section.leadership .headshot {
    width: 100%;
  }
}

/*
*********************
** =customer spotlight
*********************
*/

section.spotlight.content {
  background: linear-gradient(#f0f0f0 0%, #fff 20%);
}

section.spotlight.content h1 {
  width: 60%;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 75px;
}

section.spotlight.content h3 {
  color: #666;
  font-size: 21px;
  line-height: 42px;
  margin: 0;
  padding: 0px;
}

section.spotlight.content h2 {
  display: block;
  font-size: 26px;
}

section.spotlight.content img {
  width: 30%;
  float: right;
}

section.spotlight.result.bg-blue {
  color: #000;
}

section.spotlight.result h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

section.spotlight.result ul {
  list-style: disc;
  margin-left: 20px;
}

section.spotlight.result ul li {
  font-weight: 700;
  margin-bottom: 20px;
}

section.spotlight.result .percent {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
}

section.spotlight.result .point{
  margin-bottom: 25px;
  font-weight: 700;
}

section.spotlight.quote .wrapper {
  position: relative;
}

section.spotlight.quote .author {
  margin-left: 120px;
}

section.spotlight.quote .author p {
  margin: 0;
}

section.spotlight.quote .customer-quote {
  margin-bottom: 20px;
}

section.spotlight.quote .customer-quote blockquote {
  font-size: 24px;
  line-height: 1.5em;
  padding: 0 45px 0 50px;
  position: relative;
  width: 85%;
  margin-left: 70px;
}

section.spotlight.quote .customer-quote blockquote:before {
  content: url(img/ldquo.png);
  top: 0;
  left: 0;
  position: absolute;
}

section.spotlight.quote .customer-quote blockquote:after {
  content: url(img/rdquo.png);
  bottom: 0;
  right: 0;
  position: absolute;
}

section.spotlight.company {
  border-top: 1px solid #dadbda;
}

section.spotlight.company .flex {
  margin: 0 auto;
  width: 85%;
}

section.spotlight.cta-banner h2 {
  color: #fff;
}

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

  section.home.event-panel .event-panel__event {
    padding: 20px 0;

  }

  section.spotlight.content img  {
    display: none;
  }



  section.spotlight.content h1 {
    width: 100%;
  }

  section.spotlight.content .half,
  section.spotlight.result .half,
  section.spotlight.company .half{
    padding-left: 0;
    padding-right: 0;
  }

  section.spotlight.result ul {
    list-style: none;
    margin: 0;
  }
  section.spotlight.result ul li {
    margin: 20px 0;
  }

  section.spotlight.quote {
    text-align: center;
  }

  section.spotlight.quote .customer-quote blockquote, section.spotlight.quote p {
    margin: 0;
  }

  section.spotlight.quote .customer-quote blockquote {
    width: 100%;
    font-size: 20px;
    text-align: left;
  }

  section.spotlight.company .flex {
    width: 100%;
  }


}
/*
*********************
** =careers
*********************
*/

section.careers.hero .half {
  padding-left: 0;
  padding-right: 0;
}

section.careers.hero .half img {
  height: auto;
  max-width: 100%;
}

section.careers.hero h1 {
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

section.careers.hero .body {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  width: 90%;
}

section.culture {
  color: #fff;
}

section.culture .top {
  background-image: linear-gradient(to bottom right, transparent 0%, transparent 55%, #a4dafb 55%, #a4dafb 100%);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 55.5%;
  margin-top: -180px;
  overflow: hidden;
  padding-bottom: 320px;
}

section.culture .half.blues-panel.right {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 71%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 71%);
  padding-top: 12.5%;
}

section.culture ul li {
  font-weight: 600;
  line-height: 1.1;
  padding: 6px 0 6px 35px;
  position: relative;
}

section.culture ul li:before {
  content: '\2022';
  left: 0;
  line-height: 1.1;
  position: absolute;
}

section.fit {
  margin-top: -220px;
}

section.fit iframe {
  width: 100%;
}

section.fit .dept + .dept {
  margin-top: 30px;
}

section.fit .dept h3 {
  color: #82ab55;
  margin-bottom: 8px;
  padding: 0;
}

section.fit .listings {
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 50px;
}

section.fit .listings p {
  margin: 5px 0;
}

section.fit .listings a {
  font-weight: bold;
}

section.fit .listings small {
  font-size: 16px;
}

section.fit .listings small::before {
  content: '|';
  padding: 0 5px;
  font-size: 14px;
  font-weight: 300;
}

section.careers.cta-banner .btn {
  padding-left: 50px;
  padding-right: 50px;
}

section.offers {
  padding-top: 0;
}

section.offers .wrapper {
  padding-top: 60px;
}

section.offers h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

section.offers li {
  font-size: 21px;
  line-height: 24px;
  padding: 8px 0;
}

section.offers .pics img {
  float: left;
  width: 25%;
}

@media only screen and (max-width: 800px) {
  section.culture .half.blues-panel.right {
    -webkit-clip-path: none;
    clip-path: none;
  }

  section.fit {
    margin-top: 0;
  }

  section.offers .pics img {
    width: 50%;
  }
}

@media only screen and (max-width: 520px) {
  section.offers .pics img {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  section.culture {
    padding-bottom: 0;
  }

  section.fit {
    margin-top: 0;
  }
}


/*
*********************
** =contact
*********************
*/

section.contact.hero {
  padding-top: 30px;
}

section.contact.hero h1 {
  color: #444;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 30px;
}

section.contact.hero .body {
  font-size: 18px;
  line-height: 1.2;
}

section.contact.hero .body > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

section.contact.hero .body > p:last-child {
  color: #000;
  margin-top: 35px;
}

section.contact.hero a.email {
  color: #82ab55;
}

section.contact.hero a.email:hover {
  color: #000;
}

section.contact.hero img {
  height: auto;
  max-width: 100%;
}

.marketo-form.marketo-contact .mktoButton {
  border-color: #82ab55 !important;
}

section.contact .form-sidebar {
  margin-top: 40px;
}

section.contact .form-sidebar .contact + .contact {
  margin-top: 40px;
}

section.contact .form-sidebar h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding: 0;
}

section.contact .form-sidebar .inline-label {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  width: 140px;
}

section.contact .form-sidebar .inline-label.flush {
  margin-right: 10px;
  width: auto;
}

section.contact .form-sidebar a {
  color: #333;
  font-weight: 600;
}

section.contact .form-sidebar a:hover {
  color: #82ab55;
}

section.contact .form-sidebar .phone {
  font-weight: 600;
}

section.contact .form-sidebar .phone.divider {
  display: inline-block;
  margin: 0 15px;
}

section.contact .form-sidebar .small {
  font-size: 14px;
}

section.contact .form-sidebar .inline-label + .phone {
  display: inline-block;
  font-size: 18px;
  text-align: right;
  width: 160px;
}

section.contact .form-sidebar .phone.no-country-code {
  padding-right: 5px;
}

section.contact.international .wrapper > h3 {
  background: #82ab55;
  color: #fff;
  margin-bottom: 50px;
  padding-right: 25px;
}

@media only screen and (max-width: 800px) {
  section.contact.hero .half + .half {
    text-align: right;
  }

  section.contact .form-sidebar {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 620px) {
  section.contact.form {
    -webkit-clip-path: none;
    clip-path: none;
    margin-top: 0;
    padding-top: 30px;
  }

  section.contact.hero .half + .half {
    text-align: center;
  }
}


/*
*********************
** =landing pages
*********************
*/

section.landing-page {
  padding: 0;
}

section.landing-page .outer-wrap {
  overflow: hidden;
  position: relative;
}



section.landing-page .wrapper {
  background: -moz-linear-gradient(left, transparent 0%, transparent 59%, #81ab55 59%, #81ab55 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, transparent 0%, transparent 59%, #81ab55 59%, #81ab55 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, transparent 0%, transparent 59%, #81ab55 59%, #81ab55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-bottom: 224px;
}

section.landing-page .half {
  width: 60%;
}

section.landing-page .half.content {
  padding-top: 50px;
}

section.landing-page .content h1 {
  color: #444;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

section.landing-page .content .body {
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
  padding-right: 8%;
}

section.landing-page .content p:first-child {
  margin: 25px 0 0;
}

section.landing-page .content .body strong {
  font-size: 21px;
}

section.landing-page .content img {
  height: auto;
  /*margin-left: -10%;*/
  /*margin-top: 20px;*/
  max-width: 100%;
}

section.landing-page .content img.standalone {
  margin: 15px 0;
}

section.landing-page .half + .half {
  background: #81ab55;
  padding: 0;
  width: 40%;
}

section.landing-page ul {
  color: #82ab55;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 10px;
}

section.landing-page ul li {
  line-height: 1.1;
  padding: 0 0 10px 20px;
  position: relative;
}

section.landing-page ul li:before {
  content: '\2022';
  left: 0;
  line-height: 1.1;
  position: absolute;
}

section.landing-page .half.marketo-form {
  padding: 175px 0 50px;
}

section.landing-page .marketo-form > h4 {
  color: #fff;
  font-size: 20px;
  margin: 0 auto 20px;
  width: 75%;
}

section.landing-page .marketo-form form {
  margin: 0 auto;
  width: 75% !important;
}

@media only screen and (max-width: 800px) {
  section.landing-page .outer-wrap::before {
    content: none;
  }

  section.landing-page .wrapper {
    background: none;
    padding: 0;
  }

  section.landing-page .half {
    padding: 0 40px;
  }

  section.landing-page .half.content {
    padding-bottom: 20px;
  }

  section.landing-page .half.marketo-form {
    margin-top: 50px;
    padding-top: 50px;
  }

  section.landing-page .marketo-form form {
    width: 85% !important;
  }
}


/*
*********************
** =job descriptions
*********************
*/

section.content.job-desc h2 {
  font-size: 24px;
  line-height: 1;
}

section.content.job-desc h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  text-transform: none;
}

section.content.job-desc .body {
  margin-top: 25px;
}

section.job-desc.cta-banner .btn {
  padding-left: 50px;
  padding-right: 50px;
}


/*
*********************
** =blog
*********************
*/

.blog-head {
  border-bottom: 1px solid #89a55b;
  padding-bottom: 20px;
  padding-top: 40px;
}

.blog-head .outer-wrap,
.post-single .outer-wrap {
  padding-left: 95px;
}

.blog-head h4 {
  color: #666;
  font-weight: 600;
  letter-spacing: .075em;
  margin-bottom: 5px;
  margin-left: 2px;
}

.blog-head h1,
.blog-head .h1 {
  color: #000;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
}

.blog-head h1 span,
.blog-head .h1 span {
  margin-right: 20px;
}

.blog-head h1 small,
.blog-head .h1 small {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.blog-head .body {
  color: #444;
  font-size: 18px;
  padding-left: 4px;
}

section.blog-index {
  padding: 5px 0 0;
  position: relative;
  z-index: 1;
}

section.blog-index + section.bisect {
  margin-top: -100px;
}

section.blog-title {
  padding: 20px 0 30px;
}

section.blog-title h1 {
  color: #333;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.blog-index .has-sidebar,
.post-single .has-sidebar {
  width: 70%;
}

.blog-index .sidebar,
.post-single .sidebar {
  width: 30%;
}

.post-filters .third {
  padding-bottom: 20px;
}

.post-filter {
  background: rgba(255, 255, 255, 0);
  padding-top: 30px;
  position: relative;
}

.post-filter:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 1px 7px 5px rgba(60, 60, 60, .4);
}

.post-filter__label {
  color: #666;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.post-filter__current {
  cursor: pointer;
  font-weight: 600;
}

.post-filter__list {
  background: #fff;
  box-shadow: 0 0 0 rgba(60, 60, 60, .4);
  left: 0;
  list-style: none inside;
  position: absolute;
  opacity: 0;
  padding-bottom: 15px;
  top: 100%;
  width: 100%;
  z-index: -1;
}

.post-filter:hover .post-filter__list {
  box-shadow: 1px 7px 5px rgba(60, 60, 60, .4);
  opacity: 1;
  z-index: 100;
}

.post-filter .post-filter__item a,
.post-filter__item {
  color: #000;
  display: block;
  font-size: 18px;
  line-height: 1;
}

.post-filter__current,
.post-filter__item {
  font-size: 18px;
}

.post-filter__label,
.post-filter__current,
.post-filters .post-filter .post-filter__item {
  padding: 5px 15px;
}

.post-filters .post-filter .post-filter__item::before {
  content: none;
}

@media only screen and (max-width: 775px) {
  .post-filters {
    margin-bottom: 30px;
  }

  .post-filter,
  .post-filter:hover,
  .post-filter__list,
  .post-filter:hover .post-filter__list {
    animation: none;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    padding-top: 0;
    position: static;
  }

  .post-filter__current::after {
    content: '';
    border: 7px solid transparent;
    border-bottom-width: 0;
    border-top-color: #82ab55;
    display: inline-block;
    margin-left: 10px;
    vertical-align: 2px;
  }

  .post-filter__current.open::after {
    border-bottom-color: #82ab55;
    border-bottom-width: 7px;
    border-top-width: 0;
  }

  .post-filter .post-filter__list {
    display: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .post-filters .third {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .post-filter__label {
    padding-left: 0;
  }
}

.post-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
}

.post-grid a:hover {
  color: #4f8810;
}

.post-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33.3333%;
  flex: 1 0 33.3333%;
}

.post-grid__item--wide {
  -ms-flex-preferred-size: 66.6666%;
  flex-basis: 66.6666%;
}

.post-grid__tile {
  background: #f5f5f5;
  color: #231f20;
  cursor: pointer;
  padding: 30px 30px 40px 30px;
  width: 100%;
}

.post-grid__item:not(.post-grid__item--wide) .post-grid__tile--case_study {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post-grid__item:not(.post-grid-item--wide) .post-grid__tile--case_study > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.post-grid__tile--case_study .post-grid__thumbnail {
  max-width: 280px;
  width: 100%;
}

.post-grid__tile.animated {
  opacity: 0;
}

.post-grid__tile:hover a {
  text-decoration: underline;
}

.post-grid__tile a.more {
  display: none;
}

.post-grid__tile--flippable {
  background: none;
  padding: 0;
}

.post-grid__tile--flippable > div {
  width: 100%;
  height: 100%;
  perspective: 800px;
  position: relative;
}

.post-grid__front,
.post-grid__back {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  padding: 30px 30px 40px 30px;
  transform-style: preserve-3d;
  transition: transform .6s;
  width: 100%;
}

.post-grid__front {
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
}

.post-grid__back {
  background: #a4dafb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.post-grid__back .bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  justify-self: flex-end;
}

.post-grid__back .bottom img {
  margin: 0 20px 2px 0;
}

.post-grid__tile--flippable:hover .post-grid__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.post-grid__front,
.post-grid__tile--flippable:hover .post-grid__back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.post-grid__tile--featured,
.post-grid__tile--featured .post-grid__label {
  background: #555150;
  color: #f5f5f5;
}

.post-grid__tile--featured-right,
.post-grid__tile--featured-right .post-grid__label,
.post-grid__tile--featured-right .post-grid__title {
  background: #0f6293;
  color: #fff;
}

.post-grid__tile--featured .post-grid__title {
  color: #fff;
}

.post-grid__tile--subscribe {
  background: #7bab61;
  color: #fff;
  cursor: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post-grid__tile--subscribe > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.post-grid__tile--subscribe .marketo-form form,
.sidebar-subscribe .marketo-form form {
  max-width: 300px !important;
  width: 95% !important;
}

.post-grid__tile--subscribe .marketo-form .mktoOffset,
.sidebar-subscribe .marketo-form .mktoOffset,
.post-grid__tile--subscribe .marketo-form .mktoGutter,
.sidebar-subscribe .marketo-form .mktoGutter,
.post-grid__tile--subscribe .marketo-form .mktoLabel,
.sidebar-subscribe .marketo-form .mktoLabel {
  display: none !important;
}

.post-grid__tile--subscribe .marketo-form .mktoEmailField,
.btm-bar__subscribe .marketo-form .mktoEmailField,
.sidebar-subscribe .marketo-form .mktoEmailField {
  background: rgba(255, 255, 255, .2);
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  width: 100%;
}

.btm-bar__subscribe .marketo-form .mktoEmailField {
  border: none;

}

.btm-bar__subscribe .marketo-form .mktoEmailField::placeholder {
  color: #ffffff;
}

.post-grid__tile--subscribe .marketo-form .mktoButtonRow,
.sidebar-subscribe .marketo-form .mktoButtonRow {
  text-align: left !important;
}

.post-grid__tile--subscribe .marketo-form .mktoButton,
.sidebar-subscribe .marketo-form .mktoButton {
  background: #000 !important;
  color: #fff !important;
  font-size: 16px !important;
  padding: 7px 22px 6px 26px !important;
}

.post-grid__tile--subscribe .marketo-form .mktoButton:hover,
.sidebar-subscribe .marketo-form .mktoButton:hover {
  background: #fff !important;
  color: #000 !important;
}

.post-grid__tile--subscribe input.mktoEmailField::placeholder,
.sidebar-subscribe input.mktoEmailField::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.post-grid__tile--subscribe .post-grid__excerpt,
.sidebar-subscribe .sidebar-subscribe__excerpt {
  font-weight: 400;
  margin: 10px 0 15px;
}

.post-grid .post-grid__tile--subscribe .post-grid__title,
.sidebar-subscribe__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}

.post-grid__item--wide .post-grid__tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-grid__item--wide .post-grid__tile > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.post-grid__item--wide .post-grid__tile > *:first-child {
  padding-right: 30px;
}

.post-grid__item--wide .post-grid__thumbnail {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-grid__label {
  color: #555150;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.post-grid .post-grid__title,
.post-grid a.post-grid__title:hover {
  display: block;
  font-size: 26px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 30px;
}

.post-grid__tile:not(.post-grid__tile--featured):not(.post-grid__tile--subscribe) {
  animation-delay: .3s;
}

.post-grid__tile:not(.post-grid__tile--featured):not(.post-grid__tile--featured-right) .post-grid__title,
.post-grid__tile:not(.post-grid__tile--featured):not(.post-grid__tile--featured-right) a.post-grid__title:hover {
  color: #333;
}

.post-grid__tile--featured .post-grid__title,
.post-grid__tile--featured:hover .post-grid__title,
.post-grid__tile--featured .post-grid__title:hover,
.post-grid__tile--featured-right .post-grid__title,
.post-grid__tile--featured-right .post-grid__title:hover {
  color: #fff;
}

.post-grid__body {
  color: #555;
}

.post-grid__tile--featured .post-grid__more {
  color: #f5f5f5;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  text-decoration: none;
}

.post-grid__tile--featured:hover .post-grid__more {
  color: #fff;
  text-decoration: underline;
}

.post-grid__btn {
  background: transparent;
  border-color: #fff;
  font-size: 16px;
  padding: 7px 22px 6px;
}

.post-grid__btn:hover {
  background: #fff;
}

.post-grid__btn,
.post-grid__btn:hover {
  color: #000  !important;
  text-decoration: none !important;
}

.post-grid__excerpt + img {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.archive .bottom-right-diagonal.green,
.blog .bottom-right-diagonal.green {
  clear: both;
  margin-top: 0;
}

@media only screen and (max-width: 775px) {
  .post-grid__item--wide .post-grid__tile > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .post-grid__item--wide .post-grid__thumbnail {
    margin-top: 20px;
  }

  .post-grid__front {
    display: none;
  }

  .post-grid__back {
    -webkit-transform: none;
    transform: none;
  }
}

section.post-single.content {
  font-size: 18px;
  line-height: 24px;
  padding-top: 35px;
}

section.post-single .category {
  margin-top: 0;
}

section.post-single.content h1 {
  font-size: 33px;
  line-height: 38px;
}

section.post-single .body {
  margin-top: 40px;
}

.article-footer-cta {
  align-items: center;
  border-bottom: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  display: flex;
  margin: 20px -20px 0 -20px;
  padding: 20px;
}

.article-footer-cta > div {
  flex: 0 0 auto;
}

.article-footer-cta .image {
  flex-basis: 100px;
}

.article-footer-cta img {
  display: block;
  width: 100%;
}

.article-footer-cta .main {
  flex: 1 1 50%;
  font-size: 18px;
  padding: 0 20px;
}

.article-footer-cta .main h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  padding-left: 0;
}

.article-footer-cta .btn {
  border-color: #68c2f8;
  color: #333;
  font-weight: bold;
  padding: 5px 10px 3px;
}

.article-footer-cta .btn:hover {
  background: #68c2f8;
  text-decoration: none;
}

.cf_widget .cf_socialicons .cf_socialicon {
  background-image: none;
  border-radius: 50%;
  color: #fff;
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  height: 36px;
  line-height: 32px;
  width: 36px;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-align: center;
}

.cf_widget .cf_socialicons .cf_socialicon:hover {
  opacity: .8;
}

.cf_widget .cf_socialicons .cf_socialicon:last-child {
  margin-right: 0;
}

.cf_actionElem {
  display: block !important;
  margin-bottom: 15px !important;
}

.cf_actionElem a {
  color: #333 !important;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase !important;
}

.cf_widget .cf_socialicons .cf_facebook {
  background: #047ec2;
  border: 2px solid #047ec2;
}

.cf_widget .cf_socialicons .cf_facebook::before {
  content: "\f09a";
}

.cf_widget .cf_socialicons .cf_twitter {
  background: #fff;
  border: 2px solid #00ccff;
  color: #00ccff;
}

.cf_widget .cf_socialicons .cf_twitter::before {
  content: "\f099";
}

.cf_widget .cf_socialicons .cf_linkedin {
  background: #fff;
  border: 2px solid #047ec2;
  color: #047ec2;
}

.cf_widget .cf_socialicons .cf_linkedin::before {
  content: "\f0e1";
}

.cf_widget .cf_dialog {
  z-index: 1000;
}

.post-actions {
  margin-top: 45px;
}

.post-actions h3 {
  font-size: 18px;
  line-height: 1em;
  padding-left: 0;
}

.post-actions .action {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 30px;
  vertical-align: top;
}

.post-actions .share-actions a.share {
  display: inline-block;
  margin-top: 37px;
  text-align: center;
  vertical-align: top;
}

.post-actions .share-actions a.share:hover {
  opacity: .8;
}

.post-actions .share-actions .fa {
  border-radius: 50%;
  font-size: 20px;
  height: 36px;
  line-height: 32px;
  width: 36px;
}

.post-actions .share-actions .fa-google-plus {
  border: 2px solid #dc4b49;
  color: #dc4b49;
}

.post-actions .share-actions .fa-envelope {
  border: 2px solid #39b54a;
  color: #39b54a;
}

.post-actions .links a {
  display: block;
}

.post-actions .links a + a {
  margin-top: 15px;
}

.post-actions .subscribe .fa {
  color: #83aa5b;
  font-size: 40px;
  line-height: 31px;
  margin-right: 10px;
  vertical-align: top;
}

.post-actions .subscribe h3 {
  margin-bottom: 0;
}

.post-actions .subscribe .btn {
  border-color: #83aa5b;
  color: #444;
  font-weight: bold;
  margin-top: 0;
  padding: 2px 10px;
}

.post-actions .subscribe .btn:hover {
  background: #83aa5b;
  text-decoration: none;
}

.blog-major-quote {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #0f6293;
  border-top: 2px solid #76ad47;
  border-bottom: 2px solid #76ad47;
  padding: 50px 0px;

}

.blog-major-quote div {
  width: 70%;
  margin: 0px auto;
  text-align: center;
}

@media only screen and (max-width: 775px) {
  .blog-head .outer-wrap,
  .blog-head .has-sidebar,
  .blog-index .has-sidebar,
  .blog-index .sidebar,
  .post-single.content .outer-wrap,
  .blog-head .sidebar-subscribe {
    padding: 0 40px;
    width: 100%;
  }

  .blog-head h1 small,
  .blog-head .h1 small {
    display: block;
    line-height: 24px;
    margin-top: 10px;
    white-space: normal;
  }

  .post-single .has-sidebar,
  .post-single .sidebar {
    width: 100%;
  }

  .post-single.content img {
    float: none;
  }

  .post-single .sidebar {
    padding-top: 40px;
  }

  .post-actions {
    padding: 0 40px;
  }

  .blog-head .sidebar-subscribe {
    border-top: 1px solid #89a55b;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 620px) {
  .blog-index .post > img,
  .blog-index .post > img + .excerpt {
    display: block;
    float: none;
    margin: 20px 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
  }

  .article-footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-footer-cta .image {
    flex-basis: auto;
  }

  .article-footer-cta .main {
    padding: 10px 0;
  }

  .blog-major-quote div {
    width: 100%;
    text-align: left;
  }
}

@media only screen and (max-width: 475px) {
  .blog-head {
    padding-bottom: 20px;
  }
}


/*
*********************
** =embedded videos
*********************
*/

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*
*********************
** =sidebars
*********************
*/

.has-sidebar {
  padding-right: 10%;
  width: 80%;
}

.sidebar {
  width: 20%;
}

.sidebar h3.sidebar-header,
.sidebar .h3.sidebar-header {
  color: #515151;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
}

.sidebar .widgets ul {
  list-style: none inside none;
  margin: 10px 0;
}

.sidebar .widgets ul li {
  padding-bottom: 15px;
  padding-left: 0;
}

.sidebar .widgets ul li::before {
  content: none;
}

.sidebar-subscribe {
  margin: 50px 0;
}

.sidebar .widgets .sidebar-subscribe .tile-widget {
  padding-bottom: 40px;
  padding-top: 100px;
}

.sidebar .widgets .sidebar-subscribe .sidebar-subscribe__excerpt {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.sidebar .tile-widget-link {
  display: block;
}

.sidebar .tile-widget-link:hover {
  text-decoration: none;
}

.sidebar .tile-widget-link .btn {
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}

.sidebar .tile-widget-link:hover .btn {
  background: #fff;
  color: #000;
}

.sidebar .widgets .tile-widget {
  margin-bottom: 30px;
  padding: 20px;
}

.sidebar .widgets .tile-widget p {
  font-weight: 300;
}

.sidebar .widgets img {
  display: block;
  margin-bottom: 15px;
}

.sidebar .widgets .tile-widget h3.sidebar-header {
  color: inherit;
}

.sidebar .widgets .bg-orange {
  background: #ef8d54;
}

.sidebar .widgets .bg-green {
  background: #7bab61;
}

.sidebar .widgets .bg-blue {
  background: #68c2f8;
}

.sidebar .widgets .text-black,
.sidebar .widgets .text-black a {
  color: #111;
  text-decoration: none;
}

.sidebar .widgets .text-white,
.sidebar .widgets .text-white a {
  color: #fff;
  text-decoration: none;
}

.sidebar .widgets a.block-link {
  display: block;
}


@media only screen and (max-width: 800px) {
  .sidebar-subscribe .marketo-form {
    margin-top: 0;
  }
}

@media only screen and (max-width: 775px) {
  .sidebar-subscribe > p {
    width: 100%;
  }
}

@media only screen and (max-width: 620px) {
  .has-sidebar,
  .sidebar {
    width: 100%;
  }
}


/*
*********************
** =generic pages
*********************
*/

body.page-template-default section.content .body {
  min-height: 400px;
}

body.page-thank-you section.content:not(.download) {
  text-align: center;
}

body.page-thank-you section.content.download ul {
  margin: 20px 0;
}

section.content h1,
section.content h2,
section.content h3,
section.content h4,
section.content h5,
section.content h6 {
  margin: 0 0 15px;
}

section.content h1 {
  color: #444;
  font-weight: 400;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 25px;
}

section.content.archived-webinar h1 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
}

section.content.archived-webinar h3 {
  margin-bottom: 0;
  padding-left: 0;
}

section.content p + h1,
section.content p + h2,
section.content p + h3,
section.content p + h4,
section.content p + h5,
section.content p + h6 {
  margin-top: 35px;
}

section.content p {
  margin: 0 0 10px;
}

section.content a {
  color: #4f8810;
}

section.content a:hover {
  text-decoration: underline;
}

section.content ul {
  list-style-type: none;
  margin-bottom: 25px;
}

section.content ul li {
  line-height: 1.1;
  padding: 0 0 10px 20px;
  position: relative;
}

section.content ul li:before {
  content: '\2022';
  left: 0;
  line-height: 1.1;
  position: absolute;
}

section.content ol {
  list-style: initial;
}

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


/*
*********************
** =marketo overrides
*********************
*/

.half.marketo-form {
  min-height: 1px;
}

.marketo-form form {
  width: 80% !important;
}

.marketo-form .mktoFormCol,
.marketo-form .mktoFieldWrap,
.marketo-form .mktoCheckboxList,
.marketo-form .mktoRadioList {
  width: 100% !important;
}

.marketo-form .mktoAsterix {
  display: none !important;
}

.marketo-form .mktoLabel,
.marketo-form.survey .mktoHtmlText {
  color: #000 !important;
  display: block !important;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 22px !important;
  width: 100% !important;
}

.marketo-form .mktoButtonRow {
  text-align: center !important;
  width: 100% !important;
}

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

.marketo-form .mktoButton {
  background: transparent !important;
  border: 3px solid #fff !important;
  box-shadow: none !important;
  color: #000 !important;
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: .02em !important;
  margin: 20px 0 0 !important;
  padding: 8px 25px 5px 25px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.marketo-form .mktoButton:hover {
  background: #fff !important;
}

.marketo-form.survey .mktoButton {
  border: 3px solid #75ae4c !important;
}

.marketo-form.survey .mktoButton:hover {
  background: #75ae4c !important;
}

.marketo-form input[type="text"],
.marketo-form input[type="tel"],
.marketo-form input[type="email"],
.marketo-form select,
.marketo-form textarea {
  background: #fff;
  border-right: 1 px solid #416caa;
  border-bottom: 1px solid #416caa;
  border-radius: 3px;
  box-shadow: none !important;
  padding: 0 12px !important;
  width: 100% !important;
}

.marketo-form select[multiple] {
  height: auto;
}

.marketo-form select,
.marketo-form input[type="text"],
.marketo-form input[type="tel"],
.marketo-form input[type="email"] {
  height: 45px;
  line-height: 45px;
}

.marketo-thank-you {
  /* !important to be sure, since this class could appear in multiple places */
  display: block !important;
  margin-top: 25px !important;
}

/**** form specific overrides ****/

#mktoForm_1203.mktoForm .mktoFormRow .mktoOffset {
  width: 0 !important;
}

#mktoForm_1203.mktoForm .mktoButtonWrap {
  margin-left: 0px !important;
}

#mktoForm_1123 .mktoButton {
  background: #ef8d54 !important;
  border-radius: 0 !important;
  border-width: 2px !important;
  font-size: 16px !important;
  padding: 14px 25px 12px !important;
  width: auto !important;
}

#mktoForm_1123 .mktoButton:hover {
  background: #fff !important;
}

@media only screen and (max-width: 800px) {
  .marketo-form {
    margin-top: 150px;
  }



}

@media only screen and (max-width: 620px) {
  .marketo-form {
    margin-top: 0;
  }

  .marketo-form form {
    width: 95% !important;
  }
}

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

  section.calculator.interact .form #percentage {
    margin-left: 10px;
  }
}



/*
*********************
** =footer
*********************
*/

footer {
  background: #fff;
  clear: both;
  padding: 35px 0;
  position: relative;
  z-index: 200;
}

.full-width {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer__left-third {
  flex-basis: 35%;
}

footer .footer__logo-and-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  height: auto;
  flex-grow: 0;
}

footer .footer__newsletter-signup {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.footer__newsletter-header {
  font-size: 16px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 10px;
}

footer .marketo-form {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

footer .marketo-form form .mktoFormRow:nth-child(2) {
  flex-basis: 67%;
}

footer .marketo-form form .mktoEmailField {
  border: none;
  background-color: #f0f0f0;
  height: 42px !important;
  font-size: 16px !important;
}

footer .marketo-form form .mktoButton {
  background-color: #000000 !important;
  color: #ffffff !important;
  margin: 0 !important;
  padding: 5px 22px !important;
  height: 41px !important;
  font-size: 16px !important;
  letter-spacing: .05em !important;
}

footer .marketo-form form .mktoGutter, footer .marketo-form form .mktoLabel {
  display: none !important;
}

footer .marketo-form form .mktoFormRow .mktoFieldDescriptor {
  margin: 0 !important;
}

footer .marketo-form form .mktoButton:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

footer .marketo-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .marketo-form form .mktoFormRow .mktoFormCol .mktoOffset {
  display: none;
}

footer .marketo-form .mktoButtonRow {
  flex-basis: 15% !important;
}

footer .social-icons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

footer .social-icons a {
  float: left;
  font-size: 20px;
  line-height: 26px;
  padding: 5px;
}

footer .social-icons a + a {
  margin-left: 20px;
}

footer .social-icons .fa-twitter {
  font-size: 26px;
}

footer nav {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.footer-menu {
  flex: 1;
  flex-direction: column;
  max-width: 180px;
  height: 100%;
}

.footer-menu.large {
  max-width: 400px;
  margin-left: 30px;
}

.footer-menu h3 {
  margin-bottom: 10px;
}

footer nav ul {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer nav ul li {
  float: none;
  padding: 2px 10px;
}

footer nav ul li a {
  padding: 0px 20px 0px 0px;
  text-transform: none;
  font-size: 16px;
}

footer .copyright {
  clear: both;
  font-size: 14px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media only screen and (max-width: 980px) {
  footer .social-icons a + a {
    margin-left: 10px;
  }

  footer nav li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 900px) {
  footer nav li.blog {
    display: none;
  }

  footer nav li a {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media only screen and (max-width: 800px) {
  footer nav {
    float: none;
    text-transform: none;
  }

  footer nav li,
  footer nav li.blog {
    display: inline-block;
    float: none;
  }

  footer .copyright {
    margin-top: 20px;
  }

  footer nav {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  footer .footer__left-third {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }


  footer .copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  footer .footer__logo-and-icons {
    width: 100%;
  }

  footer .footer__logo-and-icons .social-icons {
    flex-basis: 55%;
    justify-content: flex-start;
  }

  footer .footer__logo-and-icons .footer__logo {
    flex-basis: 45%;
  }

  footer .footer__newsletter-signup {
    width: 55%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  footer .marketo-form {
    margin: 0;
  }

  footer .marketo-form .mktoButtonRow {
    -ms-flex-preferred-size: 15% !important;
    flex-basis: 15% !important;
  }

  footer .marketo-form form .mktoFormRow:nth-child(2) {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}

@media only screen and (max-width: 650px) {
  footer .footer__logo-and-icons {
    width: 90%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-bottom: 40px;
    margin-left: 40px;
  }

  footer nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer nav .footer-menu,
  footer nav .footer-menu.large {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 30px;
  }

  footer .footer__left-third {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .footer__newsletter-signup {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 90%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  footer .marketo-form form .mktoFormRow:nth-child(2) {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}