/*
Theme Name: DemandGen
Theme URI: https://www.demandgen.com
Description: This is a custom child theme created for the Genesis Framework for DemandGen.
Author: Ozzy Rodriguez (2015), Rebuilt by John Locke of Lockedown SEO (2017-2023)
Author URI: 
Template: genesis
Template Version: 2.1.4
Version: 2.2.0
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents

*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #333;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* ## Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
body {
  background-color: #fff;
  color: #000;
  font-family: "Avenir", "AvenirLTStd-Light", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #333;
  color: #fff;
}

::selection {
  background-color: #333;
  color: #fff;
}

a {
  color: #0171bd;
  text-decoration: none;
}

a:hover {
  color: #333;
}

p {
  margin: 0 0 22px; /*0 0 30px*/
  padding: 0;
}

ol,
ul:not(.genesis-nav-menu):not(.sub-menu):not(.ubermenu-submenu) {
  margin: 0;
  margin-left: 14px;
  padding: 0 0 14px;
}

.entry-content ul:not(.genesis-nav-menu):not(.sub-menu):not(.ubermenu-submenu) {
  margin: 0;
}
.entry-content ul:not(.genesis-nav-menu):not(.sub-menu):not(.ubermenu-submenu) li {
  list-style-type: disc; /*none*/
  margin-left: 18px;
  padding-left: 0;
}

li:not(.menu-item) {
  list-style-type: disc;
  margin-left: 20px;
}

b,
strong {
  font-family: "AvenirLTStd-Roman";
}

em,
i {
  font-style: italic;
}

cite,
.quote-title {
  font-size: 18px;
  font-style: normal;
  line-height: 20px;
}

cite {
  font-family: "AvenirLTStd-Heavy";
}

blockquote {
  background-color: #218F8B;
  background-image: url("https://www.demandgen.com/wp-content/themes/demandgen/images/blockquote.png");
  background-repeat: no-repeat;
  background-position: 18px 13px;
  clear: both;
  color: #fff; /*#003056*/
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 24px;
  overflow: hidden;
  padding: 44px 28px 28px;
}
blockquote p {
  margin-bottom: 20px;
}
blockquote.bq2 {
  background-image: none;
  background-color: rgba(33, 64, 153, .2);
  border: solid 3px #222;
  color: #222;
  margin: 0 0 28px;
}

.hide-desktop {
  display: none;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "AvenirLTStd-Light";
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px; 
}

h6 {
  font-size: 16px;
}

.subtitle {
  font-size: 28px;
}

.single-case-study .subtitle,
.single-resources .subtitle {
  border-bottom: 1px solid #232121;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
}

.popup-heading {
  color: white;
  font-family: "AvenirLTStd-Light";
  font-size: 40px;
  margin: 0;
  padding: 50px 0;
}
.popup-heading p {
  margin-bottom: 0;
}

.cta-page-before-footer .widget-title {
  color: white;
  font-family: "AvenirLTStd-Roman";
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 30px;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

.archive .entry img,
.blog .entry img,
.demg-case-studies .entry img,
.demandg-search .entry img {
  border: 1px solid #66665c;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}

.gallery img:hover {
  border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #0171b1;
  border: none;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-size: 15px; /*14px;*/
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 18px;
  padding: 13px 24px;
  width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #adc545;
  color: #fff !important;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #adc545;
  color: #fff;
}

.entry-content .button:hover {
  color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
  background-color: #fff;
  color: #333;
}

.button {
  display: inline-block;
}

.single-case-study .resource-right .button,
.single-resources .resource-right .button {
  display: block;
  font-family: "AvenirLTStd-Roman";
  font-size: 18px;
  text-align: center;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

.round-button {
  background-color: #00476e;
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 26px;
  height: 120px;
  line-height: 28px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 120px;
}
.round-button .button-text {
  display: inline-block;
  vertical-align: middle;
}
.round-button .button-text p {
  margin-bottom: 0;
}

.round-button:hover {
  color: #fff;
}

.round-button::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}

.demg-press-release .button {
  background-color: #1a71b8;
}
.demg-press-release .button:hover {
  background-color: #adc545;
}

.single-resources .single-resource-subnav input[type="submit"] {
  display: none;
}

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 4px;
  width: 100%;
}


tbody {
  border-bottom: 1px solid transparent; /*#ddd*/
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid transparent; /*#ddd*/
  padding: 6px 0;
}
table.table-var td {
  border: solid 1px #000;
  padding: 4px 8px;
}
table tr.tr-var {
  background-color: #abc543; /*#bcbaba;*/
  font-weight: 700;
}

th {
  font-weight: 400;
}

.entry-content table.bdo-table {
  border: solid 1px #ed1a3b;
}
.entry-content table.bdo-table thead th {
  background-color: #ed1a3b;
  color: #fff;
  font-weight: 700;
}
.entry-content table.bdo-table tr:nth-of-type(2n+1) > td {
  background-color: #fff;
}
.entry-content table.bdo-table tr:nth-of-type(2n) > td {
  background-color: #f2f2f2;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-container,
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.site-inner {
  padding-top: 83px; /*134px*/
}

.site-container {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.demandg-resource-popup .site-container {
  box-shadow: 0 0 0 transparent;
}

.demandg-home .site-container {
  background-color: #f6f6f6;
}

.single-press-release .site-container > .entry-header {
  margin-top: 83px; /*134px*/
}
.single-press-release .site-inner {
  padding-top: 0;
}

.wrap {
  padding: 0 30px;
}

.site-inner {
  clear: both;
}
.site-inner > .wrap {
  padding: 0;
}

body:not(.demandg-home):not(.demg-team) .site-inner > .wrap {
  padding: 0 30px;
}

.page-before-footer > .wrap {
  max-width: 1200px;
  padding: 0;
}

.cta-page-before-footer > .wrap {
  margin: 0 -30px;
  padding: 0;
  max-width: 1200px;
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* ### Content */
.content,
.inner-content {
  float: right;
  width: 760px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.inner-content,
.sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px;
}

.full-width-content .content {
  width: 100%;
}
.home.full-width-content .content {
  background-color: #fff;
}
.home .site-inner {
  background-color: #fff !important;
  background-image: none !important;
}

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fourth,
.one-half,
.one-fifth,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-fifth {
  width: 17.9487179487179488%;
}

.two-fifths {
  width: 38.4615384615384616%;
}

.three-fifths {
  width: 58.9743589743589744%;
}

.four-fifths {
  width: 79.4871794871794872%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

.float-right {
  float: right;
}

.cta-page-before-footer .one-third,
.page-before-footer .one-third {
  display: inline-block;
  float: none;
  margin-left: 0;
  text-align: center;
}
.cta-page-before-footer .one-third p,
.page-before-footer .one-third p {
  text-align: left;
}
.cta-page-before-footer .one-half,
.page-before-footer .one-half {
  margin-left: 0;
  padding: 20px;
  width: 50%;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
}

.author-box {
  color: #232222;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.author-box img {
  border-radius: 100%;
}
.author-box .author-social {
  font-size: 24px;
}
.author-box .author-social li {
  display: inline-block;
  list-style-type: none;
}
.author-box .author-social li a {
  color: #232222;
}
.author-box .author-social li a:hover {
  color: #adc545;
}
.author-box .author-social li:first-child {
  margin-left: 0;
}

.author-box-title {
  font-size: 16px;
  margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.site-header .search-form {
  float: right;
  margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.error404 .entry-content .search-form {
  margin: 0 auto;
  width: 75%;
}
.error404 .entry-content .search-form input[type="submit"] {
  margin-top: 20px;
}

/* ## Titles
--------------------------------------------- */
.archive-title {
  font-size: 20px;
}

.blog-title,
.entry-title,
.resource-tax-title {
  border-bottom: none; /*5px solid #bbb9af;*/
  color: #adc545;
  font-size: 64px;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #232222;
}

.entry-title a:hover {
  color: #adc545;
}

.demandg-awards .entry-title {
  border-bottom: 1px solid #232121;
  font-size: 28px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.content > .entry-title {
  padding-top: 20px;
}
.content .entry-header > .entry-title {
  padding-top: 20px;
}

.archive .entry .entry-title,
.blog .entry .entry-title,
.demg-case-studies .entry .entry-title {
  border-bottom: 0;
  font-family: "AvenirLTStd-Roman";
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 25px;
}

.single:not(.single-case-study).demandg-sub-page .entry h1.entry-title {
  background: transparent;
  border-bottom: 0;
  color: #232222;
  font-size: 28px;
  line-height: 34px;
  margin: 0 auto;
  max-width: 780px;
  padding: 0;
  text-align: left;
}
.single:not(.single-case-study).demandg-sub-page .entry :not(h1).entry-title {
  background: transparent;
  color: black;
  border-bottom: 0;
  font-size: 14px;
  line-height: 1.625;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single:not(.single-case-study).demandg-sub-page .entry .resource-content.full-width {
  border-right: 0 none;
}
.single:not(.single-case-study).demandg-sub-page .entry .resource-content.full-width h1.entry-title {
  max-width: 100%;
}

.single.single-case-study.demandg-sub-page .entry-content .entry-title {
  background: transparent;
  border-bottom: 0;
  color: #232222;
  font-size: 28px;
  line-height: 34px;
  margin: 0 auto;
  max-width: 780px;
  padding: 0;
  text-align: left;
}

.demandg-search .entry .entry-title,
.single-press-release .entry .entry-title {
  background: transparent;
  border-bottom: 0;
  color: #232222;
  font-size: 28px;
  line-height: 34px;
  padding: 0;
  text-align: left;
}
.demandg-search .entry-title,
.single-press-release .entry-title {
  border-bottom: 0;
}

.single.single-resources.demandg-sub-page h1.entry-title {
  max-width: 100%;
}

.sub-title {
  color: black;
  font-size: 26px;
  line-height: 1.2;
}

.demg-client-peers .sub-title {
  margin-bottom: 20px;
}

.widget-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.demg-client-peers .sidebar .widget-title {
  font-size: 28px;
  line-height: 34px;
}

.single-press-release .sidebar .widget-title {
  font-size: 14px;
  text-transform: uppercase;
}

.footer-widgets .widget-title {
  color: #fff;
}

.page-footer-title {
  color: #232222;
  font-size: 40px;
  padding-top: 10px;
}

.footer-section-title {
  color: #232222;
  font-size: 14px;
}

.entry-footer-left,
.entry-footer-right {
  display: inline-block;
}

.entry-footer-right {
  float: right;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .alignright {
	margin-left: 28px;
	margin-bottom: 24px;
  }
  .alignleft {
	margin-right: 28px;
	margin-bottom: 24px;
  }
}
.text-left-noborder {
  text-align: left !important;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.entry-content p.wp-caption-text {
  font-size: 16px !important;
  font-weight: 500;
  text-align: center;
  font-style: italic;
  margin-top: -8px !important;
  margin-bottom: 16px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px;
}

.footer-widgets .entry {
  border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
  font-size: 20px;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
  color: #fff;
}

.sidebar .widget.enews-widget {
  background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #333;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
  background-color: #e5554e;
  color: #fff;
  margin: 0;
  width: 100%;
}

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333;
}

.enews form + p {
  margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

.entry-footer div.sharedaddy h3.sd-title:before {
  border-top: 1px;
}
.entry-footer div.sharedaddy h3.sd-title {
  border-top: 0;
  color: #adc545;
  font-family: "AvenirLTStd-Light";
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  margin-right: 8px;
}
.entry-footer div.sharedaddy .sd-content {
  display: inline-block;
  vertical-align: bottom;
}
.entry-footer div.sharedaddy .sd-content ul {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.entry-footer div.sharedaddy .sd-social-official .sd-content ul > li {
  margin-bottom: 0 !important;
}

/* ## Gravity Forms
--------------------------------------------- */
.entry-content .gform_wrapper,
.fbx-item .gform_wrapper {
  font-family: "AvenirLTStd-Light";
}
.entry-content .gform_wrapper .gform_heading,
.fbx-item .gform_wrapper .gform_heading {
  border-bottom: 2px solid #878787;
  color: #878787;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.entry-content .gform_wrapper .gform_heading .gform_title,
.fbx-item .gform_wrapper .gform_heading .gform_title {
  color: #878787;
  font-size: 28px;
}
.entry-content .gform_wrapper label,
.fbx-item .gform_wrapper label {
  font-size: 18px;
}
.entry-content .gform_wrapper input[type=text],
.entry-content .gform_wrapper input[type=url],
.entry-content .gform_wrapper input[type=email],
.entry-content .gform_wrapper input[type=tel],
.entry-content .gform_wrapper input[type=number],
.entry-content .gform_wrapper input[type=password],
.entry-content .gform_wrapper .chosen-container,
.fbx-item .gform_wrapper input[type=text],
.fbx-item .gform_wrapper input[type=url],
.fbx-item .gform_wrapper input[type=email],
.fbx-item .gform_wrapper input[type=tel],
.fbx-item .gform_wrapper input[type=number],
.fbx-item .gform_wrapper input[type=password],
.fbx-item .gform_wrapper .chosen-container {
  font-size: 18px;
  padding: 8px;
}
.entry-content .gform_wrapper .chosen-container,
.fbx-item .gform_wrapper .chosen-container {
  padding: 0;
}
.entry-content .gform_wrapper .chosen-container-single .chosen-single,
.fbx-item .gform_wrapper .chosen-container-single .chosen-single {
  background: white;
  border-color: #ddd;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  height: auto;
  padding: 8px 20px 8px 8px;
}
.entry-content .gform_wrapper .chosen-container-single .chosen-single div,
.fbx-item .gform_wrapper .chosen-container-single .chosen-single div {
  width: auto;
}
.entry-content .gform_wrapper .chosen-container-single .chosen-single div b,
.fbx-item .gform_wrapper .chosen-container-single .chosen-single div b {
  background: none;
  height: auto;
  width: auto;
}
.entry-content .gform_wrapper .chosen-container-single .chosen-single div b:before,
.fbx-item .gform_wrapper .chosen-container-single .chosen-single div b:before {
  font-family: 'icomoon';
  content: "\e601";
  display: block;
  font-size: 24px;
  font-weight: normal;
  padding: 8px;
}
.entry-content .gform_wrapper .chosen-container-single .chosen-single span,
.fbx-item .gform_wrapper .chosen-container-single .chosen-single span {
  margin-right: 0;
}
.entry-content .gform_wrapper .chosen-with-drop.chosen-container-active .chosen-single div b:before,
.entry-content .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b:before,
.fbx-item .gform_wrapper .chosen-with-drop.chosen-container-active .chosen-single div b:before,
.fbx-item .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: "\e604";
}
.entry-content .gform_wrapper .gfield_required,
.fbx-item .gform_wrapper .gfield_required {
  color: #232222;
}
.entry-content .gform_wrapper .top_label .gfield_label,
.fbx-item .gform_wrapper .top_label .gfield_label {
  font-family: "AvenirLTStd-Light";
  font-weight: normal;
}

/* ## Popular Posts
--------------------------------------------- */
ul.wpp-list {
  font-family: "AvenirLTStd-Roman";
  font-size: 14px;
  line-height: 18px;
  margin-left: 0;
}
ul.wpp-list li {
  border-bottom: 0;
  float: left;
  list-style-type: none;
  margin-left: 0;
}
ul.wpp-list a {
  color: #232222;
}
ul.wpp-list a:hover {
  color: #adc545;
}

/* ## Foobox
--------------------------------------------- */
.fbx-modal.fbx-light {
  background: white;
  background: rgba(255, 255, 255, 0.8);
}

.single-resources .reg-form {
  left: -99999px;
  max-width: 780px;
  position: fixed;
  width: 100%;
}
.single-resources .fbx-item .gform_wrapper {
  background: #f6f6f6;
  box-sizing: border-box;
  margin-top: 0;
  padding: 0 0 30px 15px;
}
.single-resources .fbx-item * {
  box-sizing: border-box;
}
.single-resources .fbx-modal.fbx-light .fbx-inner {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  padding: 0 15px 30px;
}
.single-resources .fbx-modal.fbx-light .gform_wrapper * {
  box-sizing: border-box;
}

/* # Above Site Header
---------------------------------------------------------------------------------------------------- */
.above-header {
  background-color: #f1f0ec;
  max-height: 45px;
  overflow: hidden;
  padding-top: 8px;
  position: fixed;
  top: 0;
  max-width: 1200px;
  width: 100%;
  z-index: 120;
}
.above-header .above-header-left ul.above-header-links {
  color: #0d72b9;
  display: inline-block;
  font-family: "AvenirLTStd-Roman";
  margin-left: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.above-header .above-header-left ul.above-header-links li {
  display: inline-block;
  list-style-type: none;
  margin-left: 0;
}
.above-header .above-header-left ul.above-header-links li:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
.above-header .above-header-left ul.above-header-links li a {
  color: #0d72b9;
}
.above-header .above-header-left ul.above-header-links li a:hover {
  color: #adc545;
}
.above-header .above-header-left [class^="icon-"],
.above-header .above-header-left [class*=" icon-"] {
  font-size: 24px;
}
.above-header .above-header-left a:hover {
  color: #adc545;
}
.above-header .above-header-right ul.above-social {
  font-size: 24px;
  line-height: 1.625;
  margin-top: -4px;
  padding-bottom: 0;
  text-align: right;
}
.above-header .above-header-right ul.above-social li {
  display: inline-block;
  margin-left: 12px;
  vertical-align: top;
}
.above-header .above-header-right ul.above-social li.search {
  margin-left: 7px;
  padding-top: 0;
  vertical-align: middle;
}
.above-header .above-header-right ul.above-social a {
  color: #232222;
}
.above-header .above-header-right ul.above-social a:hover {
  color: #adc545;
}
.above-header .above-header-right p {
  margin-bottom: 0;
  margin-top: 7px;
}
.above-header .above-header-right .wrap {
  padding-top: 10px;
}
.above-header .above-header-right .search-form input {
  background-color: transparent;
  background-image: url(images/search-icon.png);
  background-position: 5px 3px;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  font-size: 14px;
  height: 30px;
  margin: 0 0 3px;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  vertical-align: top;
  width: 0;
}
.above-header .above-header-right .search-form input:focus {
  background-color: #fff;
  border-radius: 38px;
  cursor: text;
  outline: 0;
  width: 260px;
}
.above-header .above-header-right .search-form input[type="submit"] {
  display: none;
}

/*
.admin-bar .above-header {
  top: 32px;
}
*/

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #232121;
  max-width: 1200px;
  min-height: 72px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 120;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header .wrap {
  padding-right: 0;
  position: relative;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: none;
  padding: 0;
  position: absolute;
  /*
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  */
  top: 13.5px;
  width: 189px;
}

.header-full-width .title-area {
  width: 100%;
}

.site-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.site-title a,
.site-title a:hover {
  color: #333;
}

.site-title > a {
  background: url(images/DemandGen_Logo.png) no-repeat left;
  float: left;
  min-height: 45px;
  width: 100%;
}

.site-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.site-description,
.site-title {
  display: block;
  max-width: 189px;
  text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: auto;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-family: "Avenir", "AvenirLTStd-Light", sans-serif, "AvenirLTStd-Roman";
  font-size: 14px;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu {
  margin: 0;
  padding: 0;
}
.genesis-nav-menu a {
  color: white;
  display: block;
  padding: 36px 24px;
}
.genesis-nav-menu .left {
  position: absolute;
  left: 0;
}

.genesis-nav-menu .current-menu-item > a {
  color: #adc545;
}

.genesis-nav-menu a:hover {
  background-color: white;
  color: #232121;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  font-family: "AvenirLTStd-Light";
  max-width: 960px;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 100%;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  color: black;
  font-family: "AvenirLTStd-Light";
  font-size: 21px;
  padding: 20px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
  float: right;
  width: auto;
}
.nav-primary .ubermenu .ubermenu-content-block {
  color: black;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.nav-primary .ubermenu-skin-vanilla .ubermenu-item-level-0 > .ubermenu-target {
  color: #fff;
  font-size: 20px; /*13*/
  padding: 22px 16px; /*36px 24px*/
}
.nav-primary .ubermenu-skin-vanilla .ubermenu-item-level-0 > .ubermenu-target:hover {
  background-color: #fff;
  color: #adc545;
}
.nav-primary .ubermenu-skin-vanilla .ubermenu-has-submenu-drop > .ubermenu-target {
  padding-right: 32px;
}
.nav-primary .ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-target {
  color: black;
}
.nav-primary .ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-target:hover {
  color: #adc545;
}
.nav-primary .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after {
  right: 15px; /*20px*/
}
.nav-primary .ubermenu .border-left .ubermenu-submenu {
  border-left: 1px solid #ccc;
}
.nav-primary .ubermenu img {
  margin-bottom: 4px;
}
.nav-primary .ubermenu-submenu {
  font-family: "AvenirLTStd-Light";
  font-size: 21px;
}
.nav-primary .ubermenu-submenu .ubermenu-item-header:not(.ubermenu-item-normal):not(:first-child) {
  clear: both;
}
.nav-primary a i {
  color: black;
  clear: both;
  font-size: 48px;
}
.nav-primary a:hover i {
  color: #adc545;
}

.nav-primary .ubermenu-skin-vanilla .ubermenu-item-level-0:hover > .ubermenu-target,
.nav-primary .ubermenu-skin-vanilla .ubermenu-item-level-0.ubermenu-active > .ubermenu-target,
.nav-primary .ubermenu-skin-vanilla-bar .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target,
.nav-primary .ubermenu-skin-vanilla-bar .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target,
.nav-primary .ubermenu-skin-vanilla-bar .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target,
.nav-primary .ubermenu-skin-vanilla .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target,
.nav-primary .ubermenu-skin-vanilla .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target,
.nav-primary .ubermenu-skin-vanilla .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
  color: #adc545;
}

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff;
}

/* ## Footer Navigation
--------------------------------------------- */
.nav-footer {
 /* border-bottom: 1px solid #acc445;
  border-top: 1px solid #acc445;
  */
  margin-top: 16px;
  margin-bottom: -4px;
  text-align: left;
}
.nav-footer .genesis-nav-menu a {
  font-size: 20px;
  padding: 13px 7px;
}
.nav-footer .genesis-nav-menu a:hover,
.nav-footer .genesis-nav-menu .current-menu-item > a {
  background-color: transparent;
  color: #adc545;
}
.copyright {
  font-size: 16px;
  line-height: 36px;
  text-align: left;
}


.nav-footer .genesis-nav-menu li:first-child a {
  padding-left: 0;
}
.nav-footer .genesis-nav-menu li:last-child a {
  padding-right: 0;
}
.nav-footer .menu-item {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ## Resources & Blog Navigation
--------------------------------------------- */
.nav-blog .genesis-nav-menu a,
.nav-case-study .genesis-nav-menu a,
.nav-resources .genesis-nav-menu a {
  background: transparent;
  color: #232222;
  font-size: 18px;
}
.nav-blog .genesis-nav-menu .menu-item-has-children,
.nav-case-study .genesis-nav-menu .menu-item-has-children,
.nav-resources .genesis-nav-menu .menu-item-has-children {
  position: relative;
}
.nav-blog .genesis-nav-menu .menu-item-has-children > a,
.nav-case-study .genesis-nav-menu .menu-item-has-children > a,
.nav-resources .genesis-nav-menu .menu-item-has-children > a {
  background: transparent;
}
.nav-blog .genesis-nav-menu .menu-item-has-children > a:after,
.nav-case-study .genesis-nav-menu .menu-item-has-children > a:after,
.nav-resources .genesis-nav-menu .menu-item-has-children > a:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-blog .genesis-nav-menu .sub-menu a,
.nav-case-study .genesis-nav-menu .sub-menu a,
.nav-resources .genesis-nav-menu .sub-menu a {
  background-color: #f6f6f6;
  width: 300px;
}
.nav-blog .genesis-nav-menu .sub-menu a:hover,
.nav-case-study .genesis-nav-menu .sub-menu a:hover,
.nav-resources .genesis-nav-menu .sub-menu a:hover {
  color: #adc545;
}
.nav-blog .search,
.nav-case-study .search,
.nav-resources .search {
  padding-top: 25px;
}
.nav-blog .search-form input,
.nav-case-study .search-form input,
.nav-resources .search-form input {
  background-color: transparent;
  background-image: url(images/big-search-icon.png);
  background-position: 5px 3px;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  font-size: 14px;
  height: 48px;
  margin: 0 0 3px;
  padding: 0 0 0 60px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  vertical-align: top;
  width: 0;
}
.nav-blog .search-form input:focus,
.nav-case-study .search-form input:focus,
.nav-resources .search-form input:focus {
  background-color: #fff;
  border-radius: 48px;
  cursor: text;
  outline: 0;
  width: 280px;
}
.nav-blog .search-form input[type="submit"],
.nav-case-study .search-form input[type="submit"],
.nav-resources .search-form input[type="submit"] {
  display: none;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 20px;
}

.archive .entry,
.blog .entry {
  border-bottom: 1px solid #878787;
}

.single-post .entry {
  border-bottom: 1px solid #232121;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content pre {
  background-color: #333;
  padding: 16px 12px;
}
.entry-content code {
  background-color: #333;
  color: #ddd;
  padding: 4px 6px;
}
.entry-content code.inlinecode {
  background-color: #dedede;
  color: #333;
}
.entry-content pre.inlinecode {
  background-color: #dedede;
}

.single:not(.single-resources):not(.single-case-study).demandg-sub-page .entry-content {
  margin: 0 auto;
  max-width: 780px;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  color: #adc545;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
}
p.entry-meta a {
  color: #adc545;
  font-size: 14px;
}
p.entry-meta a:hover {
  color: #333;
}

.resource-info-area .entry-categories {
  font-size: 18px;
  text-transform: uppercase;
}
.resource-info-area .entry-categories a {
  color: white;
  font-size: 18px;
}
.resource-info-area .entry-categories a:hover {
  color: white;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-categories {
  padding: 5px 0 5px 0;
}
.entry-categories.resource-type,
.entry-tags.resource-type {
  margin-top: 12px;
}
.entry-categories.resource-type a,
.entry-tags.resource-type a {
  color: #0d72b9;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

.entry-time {
  color: #a1a1a1;
  font-size: 12px;
}

.entry-footer {
  padding-bottom: 10px;
}
.entry-footer .entry-footer-left {
  color: #a1a1a1;
  font-size: 12px;
}

.single .entry-time {
  color: #bcb9af;
  display: block;
  font-size: 18px;
  line-height: 18px;
  padding: 20px 0;
}
.single .entry-footer {
  color: #adc545;
  font-size: 18px;
  line-height: 2;
}
.single .entry-footer a {
  color: #232222;
}
.single .entry-footer a:hover {
  color: #adc545;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
  margin-left: 0;
}

.archive-pagination li a {
  background-color: #e0e0df;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #adc545;
}

.footer-pagination {
  border-bottom: 1px solid #232121;
  font-size: 24px;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 20px;
  text-align: center;
}
.footer-pagination .previous {
  display: inline-block;
  float: left;
  text-align: left;
}
.footer-pagination .middle {
  display: inline-block;
}
.footer-pagination .next {
  display: inline-block;
  float: right;
  text-align: right;
}
.footer-pagination .hide-mobile {
  font-family: "AvenirLTStd-Roman";
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

.comment-respond {
  padding: 30px 0 16px;
}

.entry-pings {
  padding: 40px 40px 16px;
}

.entry-comments {
  padding: 30px 0 16px;
}

.comment-header {
  font-size: 16px;
}

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}

.comment-content {
  clear: both;
}

.comment-list {
  margin-left: 0;
}
.comment-list li {
  list-style-type: none;
  margin-left: 0;
  margin-top: 24px;
  padding: 32px;
}

.comment-list li li {
  margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px;
}

.comment-respond input[type=submit] {
  font-size: 18px;
  padding: 18px;
}

/* ## Custom Page Rules
--------------------------------------------- */
.full-width-content:not(.demandg-sub-page):not(.demandg-search) .site-inner {
  background: url(images/left-arch.png) no-repeat scroll right 71px transparent;
}

.page-template-page-service-overview.full-width-content:not(.demandg-sub-page):not(.demandg-search) .site-inner {
  background: transparent;
  padding-top: 80px;
}



/* Vidyard
--------------------------- */
.outer_vidyard_wrapper {
  display: block;
  overflow: hidden;
}

.vidyard_wrapper .vidyard_dg_play {
  right: 10%;
  position: absolute;
  top: 20%;
}

.video-right a {
  display: block;
  overflow: hidden;
  position: relative;
}
.video-right .play-button {
  background: url(images/play-button.png) no-repeat scroll center center transparent;
  height: 120px;
  position: absolute;
  right: 20px;
  top: 60px;
  width: 120px;
  z-index: 1;
}
.video-right .ebook-widget {
  background-color: #00476e;
  color: white;
  margin-bottom: 20px;
  padding: 0;
}
.video-right .ebook-widget .ebook-inner {
  padding: 20px;
}
.video-right .ebook-widget p {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.video-right .ebook-widget .button {
  font-size: 18px;
  text-align: center;
}
.video-right .ebook-widget .logo-image {
  padding-top: 30px;
}
.video-right .cta-area {
  background-color: #00476e;
  color: white;
  margin-bottom: 20px;
  padding: 20px;
}
.video-right .cta-area .widget-title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.video-right .cta-area .button {
  font-size: 18px;
  background-color: #adc545;
  text-align: center;
}
.video-right .cta-area .button:hover {
  background-color: #0171b1;
}

.text-video {
  font-size: 16px;
  line-height: 1.45;
}

.text-with-popup {
  background: url(images/text-image-bg.png) no-repeat scroll left top #bbb9af;
  background-size: cover;
  color: white;
  float: left;
  font-size: 40px;
  margin: 40px -30px 80px;
}
.text-with-popup .wrap {
  padding: 0 30px;
}
.text-with-popup .popup-image {
  position: relative;
}
.text-with-popup .popup-image img {
  position: absolute;
  right: 0;
  top: -40px;
}
.text-with-popup .icon-plus {
  color: white;
  padding-left: 60px;
  padding-top: 180px;
}

.text-section {
  font-size: 16px;
  line-height: 1.45;
}

.cta-page-before-footer,
.page-before-footer {
  border-top: 5px solid #232121;
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cta-page-before-footer .page-footer-box,
.page-before-footer .page-footer-box {
  background-color: #fff;
  height: auto !important;
  margin: 0 10px;
  max-width: 366px;
  padding-bottom: 10px;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 1320px) {
  .cta-page-before-footer .page-footer-box,
  .page-before-footer .page-footer-box {
    max-width: calc(25% - 16px); /*calc(20% - 16px);*/
  }
}

.cta-page-before-footer .page-footer-box .footer-section-title,
.page-before-footer .page-footer-box .footer-section-title {
  text-align: left;
}

.cta-page-before-footer .page-footer-box img,
.page-before-footer .page-footer-box img {
   -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  margin-bottom: 0; /*14px*/
}

.cta-page-before-footer .page-footer-box .section-content,
.page-before-footer .page-footer-box .section-content {
  padding: 0 20px;
}
.cta-page-before-footer .page-footer-box .vidyard_wrapper,
.page-before-footer .page-footer-box .vidyard_wrapper {
  float: none;
}
.cta-page-before-footer .page-footer-box .vidyard_wrapper img,
.page-before-footer .page-footer-box .vidyard_wrapper img {
  margin-bottom: 0;
}

.cta-page-before-footer .page-footer-box a,
.page-before-footer .page-footer-box a {
  color: inherit;
  display: inline-block;
}

.cta-page-before-footer .page-footer-box [class^="icon-"],
.cta-page-before-footer .page-footer-box [class*=" icon-"],
.page-before-footer .page-footer-box [class^="icon-"],
.page-before-footer .page-footer-box [class*=" icon-"] {
  font-size: 36px;
  font-weight: 700;
}
.cta-page-before-footer .page-footer-box p:last-child,
.page-before-footer .page-footer-box p:last-child {
  margin-bottom: 0;
}
.cta-page-before-footer .footer-circle,
.page-before-footer .footer-circle {
  border: 1px solid white;
  border-radius: 100%;
  color: white;
  display: inline-block;
  height: 87px;
  margin: 0 auto;
  text-transform: uppercase;
  vertical-align: middle;
  width: 87px;
}
.cta-page-before-footer .footer-circle .footer-link,
.page-before-footer .footer-circle .footer-link {
  display: inline-block;
  vertical-align: middle;
}
.cta-page-before-footer .footer-circle:hover,
.page-before-footer .footer-circle:hover {
  border-color: #adc545;
  color: #adc545;
}
.cta-page-before-footer .footer-circle:before,
.page-before-footer .footer-circle:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.cta-page-before-footer .page-footer-box:first-child,
.page-before-footer .page-footer-box:first-child {
  margin-left: 0;
}
.cta-page-before-footer .page-footer-box:last-child,
.page-before-footer .page-footer-box:last-child {
  margin-right: 0;
}

.cta-page-before-footer {
  border-top: 0;
  color: white;
  margin-bottom: 0;
  text-align: center;
}

.page-before-footer .footer-section-title {
  font-family: "AvenirLTStd-Heavy";
}

.demandg-global-locations .cta-page-before-footer {
  margin-top: 0;
}

.demg-client-peers .client-peer {
  background-color: #f6f6f6;
  margin-bottom: 20px;
  max-width: 380px;
}
.demg-client-peers .client-peer .client-peer-entry {
  padding: 10px 20px 20px;
}
.demg-client-peers .client-peer .client-peer-entry [class^="icon-"],
.demg-client-peers .client-peer .client-peer-entry [class*=" icon-"] {
  font-size: 24px;
}
.demg-client-peers .client-peer .client-peer-entry blockquote {
  overflow: hidden;
}
.demg-client-peers .client-peer .client-peer-entry cite {
  font-family: "AvenirLTStd-Roman";
}
.demg-client-peers .client-peer .client-peer-entry img {
  margin-top: 10px;
}
.demg-client-peers .client-subheading {
  font-family: "AvenirLTStd-Roman";
}
.demg-client-peers p {
  margin-bottom: 10px;
}


.demg-press-release .sub-title {
  margin-bottom: 30px;
}
.demg-press-release .press-release {
  background-color: #f6f6f6;
  box-shadow: 0 0 5px 2px #999;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
}
.demg-press-release .press-release-entry {
  height: 100%;
  position: relative;
}
.demg-press-release .press-release-entry .entry-title {
  border-bottom: 0;
  color: black;
  font-family: "AvenirLTStd-Roman";
  font-size: 24px;
  line-height: 28px;
}
.demg-press-release .press-release-entry .entry-time {
  display: block;
  padding-bottom: 80px;
}
.demg-press-release .press-release-entry .button-wrap {
  bottom: 20px;
  position: absolute;
  width: 100%;
}
.demg-press-release .press-release-entry .button {
  display: block;
  text-align: center;
  width: 100%;
}
.demg-press-release .sidebar {
  font-size: 18px;
}
.demg-press-release .sidebar .widget {
  background-color: #00476e;
  color: white;
  margin-bottom: 20px;
  padding: 20px;
}
.demg-press-release .sidebar .widget .green-text {
  color: #adc545;
  margin-bottom: 0;
}
.demg-press-release .sidebar .widget .phone-numbers {
  margin-bottom: 15px;
}
.demg-press-release .sidebar .widget .phone-numbers p {
  line-height: 1.2;
  margin-bottom: 0;
}
.demg-press-release .sidebar .widget .email-addresses {
  margin-bottom: 20px;
}
.demg-press-release .sidebar .widget .email-addresses p {
  line-height: 1.2;
  margin-bottom: 0;
}
.demg-press-release .sidebar .widget .email-addresses a {
  color: white;
}
.demg-press-release .sidebar .widget .email-addresses a:hover {
  color: #adc545;
}
.demg-press-release .sidebar .widget .button {
  color: white;
  display: block;
  text-align: center;
}
.demg-press-release .sidebar .ebook-widget {
  padding: 0;
}
.demg-press-release .sidebar .ebook-widget .ebook-inner {
  padding: 20px;
}
.demg-press-release .sidebar .ebook-widget p {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.demg-press-release .sidebar .ebook-widget .logo-image {
  padding-top: 30px;
}
.demg-press-release .sidebar .widget-title {
  color: white;
  font-family: "AvenirLTStd-Roman";
  font-size: 28px;
  line-height: 32px;
}

.demg-team .panel-group {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.demg-team .panel-group .panel-collapse {
  width: 1200px;
  zoom: 1;
}
.demg-team .panel-group .panel-collapse::before, .demg-team .panel-group .panel-collapse::after {
  content: "";
  display: table;
}
.demg-team .panel-group .panel-collapse::after {
  clear: both;
}
.demg-team .panel-group .panel-body {
  background-color: #f1f1ef;
  left: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 19;
}
.demg-team .panel-group .panel + .panel {
  margin-top: 0;
}
.demg-team .team-quote-text {
  position: relative;
}
.demg-team .team-quote-text p {
  color: white;
  font-size: 21px;
  line-height: 30px;
  padding: 20px;
  position: absolute;
  top: 20px;
}
.demg-team .team-box {
  max-height: 250px;
}
.demg-team .og-grid .panel {
  list-style-type: none;
}
.demg-team .og-grid .panel p,
.demg-team .og-grid .panel .team-name,
.demg-team .og-grid .panel .team-title {
  color: black;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 10px;
}
.demg-team .og-grid .panel .team-name {
  font-family: "AvenirLTStd-Heavy";
  font-size: 26px;
  margin-bottom: 5px;
}
.demg-team .og-grid .panel a {
  display: block;
}
.demg-team .og-grid .panel .team-box .team-image-bg {
  position: relative;
}
.demg-team .og-grid .panel .team-box .team-image-bg .team-name-title {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 7px;
  line-height: 1;
  padding: 5px;
  position: absolute;
  width: 100%;
}
.demg-team .og-grid .panel .team-box:not(.collapsed) .team-image-bg .team-name-title {
  background-color: #adc545;
  background-color: rgba(173, 197, 69, 0.6);
}
.demg-team .og-grid .team-rectangles {
  clear: both;
  display: block;
}
.demg-team .og-grid .one-fourth {
  margin-left: 0;
  width: 25%;
}
.demg-team .og-grid .one-fourth:nth-child(5) {
  clear: left;
}
.demg-team .og-grid .one-half {
  margin-left: 0;
  width: 50%;
}
.demg-team .og-grid .team-big-image img {
  margin-bottom: -7px;
}
.demg-team .og-grid .team-details {
  padding: 40px 40px 40px 0;
}
.demg-team .og-grid .team-details .team-name {
  font-size: 25px;
}
.demg-team .og-grid .team-details .team-title {
  font-size: 18px;
  margin-bottom: 20px;
}
.demg-team .og-grid .team-details p {
  font-size: 16px;
  margin-bottom: 20px;
}
.demg-team .og-grid .team-details .team-caption {
  color: black;
  font-size: 14px;
}
.demg-team .og-grid .team-details .team-caption .blue-text {
  color: #0071bd;
}
.demg-team .og-grid .team-details .team-social li {
  display: inline-block;
  list-style-type: none;
}
.demg-team .og-grid .team-details .team-social li:first-child {
  margin-left: 0;
}
.demg-team .og-grid .team-details .team-social a {
  font-size: 38.75px;
}
.demg-team .og-grid .open-close {
  position: absolute;
  right: 0;
}

.demandg-partners .entry-title {
  clear: both;
}
.demandg-partners .main-content {
  font-size: 28px;
  line-height: 34px;
}
.demandg-partners .partner-category {
  border-bottom: 1px solid #00476e;
  color: #00476e;
  font-size: 24px;
}
.demandg-partners .partner {
  background-color: #f6f6f6;
  margin-bottom: 20px;
}
.demandg-partners .partner .partners-image {
  background-color: #ececec;
}
.demandg-partners .partner .partners-image img {
  display: block;
  float: none;
  margin: 0 auto;
}
.demandg-partners .partner .description {
  padding: 20px;
}
.demandg-partners .partner .entry-title {
  border-bottom: 0;
  color: #00476e;
  display: inline-block;
  font-family: "AvenirLTStd-Heavy";
  font-size: 14px;
  padding-bottom: 0;
  vertical-align: middle;
}
.demandg-partners .partner .vert-align-mid {
  color: #00476e;
  display: inline-block;
  font-family: #00476e;
  margin-bottom: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.demandg-partners .partner .icon-svg_global,
.demandg-partners .partner .icon-svg_arrow-circle-right {
  font-size: 24px;
}
.demandg-partners .partner a {
  color: #0171bd;
}
.demandg-partners .partner a .entry-title {
  color: #00476e;
  font-family: "AvenirLTStd-Heavy";
  margin-right: 5px;
}
.demandg-partners .partner a:hover {
  color: #232222;
}
.demandg-partners .partner a:hover .entry-title {
  color: #232222;
}
.demandg-partners .partner p {
  color: #232222;
}

.demg-contact .entry-title {
  border: 0 none;
}
/* HERE */
.resourceSummary {
  background-color: #4b4545; /*#f3fae1;*/
  border-radius: 5px;
  margin-top: 42px;
  padding-top: 28px;
  padding-bottom: 12px;
}
/*END HERE */

.formLabel {
  color: #232121;
  display: inline-block;
  font-size: 24px;
}
@media screen and (min-width: 640px) {
  .formLabel {
    font-size: 24px !important;
    line-height: 30px !important;
    padding-left: 60px;
  }
}

#contact-form tr {
  margin-bottom: 16px;
}

.demg-contact .contact-info {
  background-image: none;
  background-size: cover;
  margin: 0 -30px 0;
}
.demg-contact .contact-info p {
  color: #4a4544;
  font-size: 24px;
  margin-bottom: 0;
}
.demg-contact .contact-info [class^="icon-"],
.demg-contact .contact-info [class*=" icon-"] {
  margin-bottom: 10px;
}
.demg-contact .contact-info .wrap {
  font-size: 28px;
  line-height: 34px;
  margin: 0 auto;
  max-width: 862px;
  padding: 30px 0 0;
  text-align: center;
}
.demg-contact .contact-info .phone {
  color: #4a4544;
  margin-bottom: 30px;
}
.demg-contact .contact-info .phone:hover {
  color: black;
}
.demg-contact .contact-info .company-name {
  margin-bottom: 0;
}
.demg-contact .entry-content {
  margin: 0 auto;
  max-width: 862px;
  text-align: center;
}
.demg-contact .entry-content p {
  color: #4a4544;
  font-size: 24px;
  line-height: 34px;
}
.demg-contact .form-required {
  color: #4a4544;
  font-size: 18px;
  font-style: italic;
}
.demg-contact .gform_wrapper .gform_footer {
  text-align: center;
}
.demg-contact .gform_wrapper .gform_footer .button {
  background-color: #0171b1;
  font-size: 24px;
  padding: 20px 100px;
}
.demg-contact .gform_wrapper .gform_footer .button:hover {
  background-color: #adc545;
}

.demg-awards .entry-title {
  padding-bottom: 15px;
  padding-top: 15px;
}

.blog {
  font-size: 16px;
  line-height: 1.45;
}

/* Featured Content Area
--------------------------------------------- */
.blog .sub-title,
.demg-case-studies .sub-title,
.demg-case-study .sub-title,
.demg-resources .sub-title,
.resources-tax-archive .sub-title {
  line-height: 34px;
}
.blog .resources-featured,
.demg-case-studies .resources-featured,
.demg-case-study .resources-featured,
.demg-resources .resources-featured,
.resources-tax-archive .resources-featured {
  background-color: #a0b845;
  margin-left: -30px;
  margin-right: -30px;
}
.blog .resources-featured .featured-resource-box,
.demg-case-studies .resources-featured .featured-resource-box,
.demg-case-study .resources-featured .featured-resource-box,
.demg-resources .resources-featured .featured-resource-box,
.resources-tax-archive .resources-featured .featured-resource-box {
  position: relative;
}
.blog .resources-featured .wrap,
.demg-case-studies .resources-featured .wrap,
.demg-case-study .resources-featured .wrap,
.demg-resources .resources-featured .wrap,
.resources-tax-archive .resources-featured .wrap {
  padding-bottom: 20px;
}
.blog .resources-featured .entry-title,
.demg-case-studies .resources-featured .entry-title,
.demg-case-study .resources-featured .entry-title,
.demg-resources .resources-featured .entry-title,
.resources-tax-archive .resources-featured .entry-title {
  border: 0 none;
  color: #232222;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  padding-top: 15px;
}
.blog .resources-featured .image-overlay,
.demg-case-studies .resources-featured .image-overlay,
.demg-case-study .resources-featured .image-overlay,
.demg-resources .resources-featured .image-overlay,
.resources-tax-archive .resources-featured .image-overlay {
  overflow: hidden;
  position: relative;
}
.blog .resources-featured .image-overlay img,
.demg-case-studies .resources-featured .image-overlay img,
.demg-case-study .resources-featured .image-overlay img,
.demg-resources .resources-featured .image-overlay img,
.resources-tax-archive .resources-featured .image-overlay img {
  margin-bottom: -7px;
}
.blog .resources-featured .image-overlay:after,
.demg-case-studies .resources-featured .image-overlay:after,
.demg-case-study .resources-featured .image-overlay:after,
.demg-resources .resources-featured .image-overlay:after,
.resources-tax-archive .resources-featured .image-overlay:after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.blog .resources-featured .resource-info-area,
.demg-case-studies .resources-featured .resource-info-area,
.demg-case-study .resources-featured .resource-info-area,
.demg-resources .resources-featured .resource-info-area,
.resources-tax-archive .resources-featured .resource-info-area {
  bottom: 20px;
  color: white;
  padding-left: 20px;
  position: absolute;
  width: 80%;
  z-index: 10;
}
.blog .resources-featured .resource-info-area p,
.demg-case-studies .resources-featured .resource-info-area p,
.demg-case-study .resources-featured .resource-info-area p,
.demg-resources .resources-featured .resource-info-area p,
.resources-tax-archive .resources-featured .resource-info-area p {
  margin-bottom: 0;
  font-size: 14px;
}
.blog .resources-featured .resource-info-area .resource-tax,
.demg-case-studies .resources-featured .resource-info-area .resource-tax,
.demg-case-study .resources-featured .resource-info-area .resource-tax,
.demg-resources .resources-featured .resource-info-area .resource-tax,
.resources-tax-archive .resources-featured .resource-info-area .resource-tax {
  font-size: 18px;
  text-transform: uppercase;
}
.blog .resources-featured .resource-info-area .entry-title,
.demg-case-studies .resources-featured .resource-info-area .entry-title,
.demg-case-study .resources-featured .resource-info-area .entry-title,
.demg-resources .resources-featured .resource-info-area .entry-title,
.resources-tax-archive .resources-featured .resource-info-area .entry-title {
  color: white;
  font-family: "AvenirLTStd-Heavy";
  font-size: 28px;
  line-height: 32px;
  margin: 0;
  padding: 0;
}
.blog .resources-featured .resource-info-area .entry-title a,
.demg-case-studies .resources-featured .resource-info-area .entry-title a,
.demg-case-study .resources-featured .resource-info-area .entry-title a,
.demg-resources .resources-featured .resource-info-area .entry-title a,
.resources-tax-archive .resources-featured .resource-info-area .entry-title a {
  color: white;
}
.blog .resources-featured .resource-info-area .entry-title a:hover,
.demg-case-studies .resources-featured .resource-info-area .entry-title a:hover,
.demg-case-study .resources-featured .resource-info-area .entry-title a:hover,
.demg-resources .resources-featured .resource-info-area .entry-title a:hover,
.resources-tax-archive .resources-featured .resource-info-area .entry-title a:hover {
  color: #adc545;
}
.blog .resources-featured .resource-info-area .entry-time,
.demg-case-studies .resources-featured .resource-info-area .entry-time,
.demg-case-study .resources-featured .resource-info-area .entry-time,
.demg-resources .resources-featured .resource-info-area .entry-time,
.resources-tax-archive .resources-featured .resource-info-area .entry-time {
  color: white;
}
.blog .resources-featured .small-resource .resource-info-area,
.demg-case-studies .resources-featured .small-resource .resource-info-area,
.demg-case-study .resources-featured .small-resource .resource-info-area,
.demg-resources .resources-featured .small-resource .resource-info-area,
.resources-tax-archive .resources-featured .small-resource .resource-info-area {
  width: 90%;
}
.blog .resources-wrap,
.demg-case-studies .resources-wrap,
.demg-case-study .resources-wrap,
.demg-resources .resources-wrap,
.resources-tax-archive .resources-wrap {
  padding: 20px 0;
}
.blog .resource-third,
.demg-case-studies .resource-third,
.demg-case-study .resource-third,
.demg-resources .resource-third,
.resources-tax-archive .resource-third {
  background-color: #f6f6f6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.blog .resource-third .widget-title,
.demg-case-studies .resource-third .widget-title,
.demg-case-study .resource-third .widget-title,
.demg-resources .resource-third .widget-title,
.resources-tax-archive .resource-third .widget-title {
  background-color: #1a71b8;
  color: white;
  font-size: 28px;
  padding: 10px 20px;
}
.blog .resource-third img,
.demg-case-studies .resource-third img,
.demg-case-study .resource-third img,
.demg-resources .resource-third img,
.resources-tax-archive .resource-third img {
  margin-bottom: 10px;
}
.blog .resource-third li,
.demg-case-studies .resource-third li,
.demg-case-study .resource-third li,
.demg-resources .resource-third li,
.resources-tax-archive .resource-third li {
  margin-left: 40px;
}
.blog .resource-article,
.demg-case-studies .resource-article,
.demg-case-study .resource-article,
.demg-resources .resource-article,
.resources-tax-archive .resource-article {
  margin-bottom: 0;
  padding: 0 20px 20px;
}
.blog .resource-article p.entry-meta .entry-categories a,
.demg-case-studies .resource-article p.entry-meta .entry-categories a,
.demg-case-study .resource-article p.entry-meta .entry-categories a,
.demg-resources .resource-article p.entry-meta .entry-categories a,
.resources-tax-archive .resource-article p.entry-meta .entry-categories a {
  font-size: 12px;
}
.blog .resource-article .entry-title,
.demg-case-studies .resource-article .entry-title,
.demg-case-study .resource-article .entry-title,
.demg-resources .resource-article .entry-title,
.resources-tax-archive .resource-article .entry-title {
  border: 0 none;
  font-family: "AvenirLTStd-Roman";
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.blog .resource-article .entry-title a,
.demg-case-studies .resource-article .entry-title a,
.demg-case-study .resource-article .entry-title a,
.demg-resources .resource-article .entry-title a,
.resources-tax-archive .resource-article .entry-title a {
  color: #232222;
}
.blog .resource-article .entry-title a:hover,
.demg-case-studies .resource-article .entry-title a:hover,
.demg-case-study .resource-article .entry-title a:hover,
.demg-resources .resource-article .entry-title a:hover,
.resources-tax-archive .resource-article .entry-title a:hover {
  color: #adc545;
}
.blog .blog-page-subnav,
.blog .case-study-page-subnav,
.blog .resource-page-subnav,
.demg-case-studies .blog-page-subnav,
.demg-case-studies .case-study-page-subnav,
.demg-case-studies .resource-page-subnav,
.demg-case-study .blog-page-subnav,
.demg-case-study .case-study-page-subnav,
.demg-case-study .resource-page-subnav,
.demg-resources .blog-page-subnav,
.demg-resources .case-study-page-subnav,
.demg-resources .resource-page-subnav,
.resources-tax-archive .blog-page-subnav,
.resources-tax-archive .case-study-page-subnav,
.resources-tax-archive .resource-page-subnav {
  background: #f6f6f6;
  margin: 0 -30px;
}
.blog .case-study-page-subnav,
.demg-case-studies .case-study-page-subnav,
.demg-case-study .case-study-page-subnav,
.demg-resources .case-study-page-subnav,
.resources-tax-archive .case-study-page-subnav {
  margin: 0 0 20px;
}
.blog .blog-page-subnav,
.demg-case-studies .blog-page-subnav,
.demg-case-study .blog-page-subnav,
.demg-resources .blog-page-subnav,
.resources-tax-archive .blog-page-subnav {
  margin: 0;
}

.demg-case-studies .case-study-content .entry {
  border-bottom: 1px solid #878787;
}

.resources-tax-archive .resource-page-subnav {
  margin: 0 0 20px;
}

.archive.category .resources-featured,
.archive.tag .resources-featured,
.blog .resources-featured {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
.archive.category .blog-page-subnav,
.archive.tag .blog-page-subnav,
.blog .blog-page-subnav {
  margin-bottom: 20px;
}

.single {
  font-size: 16px;
}
.single .blog-page-subnav {
  background: #f6f6f6;
  margin: 0 -30px;
  margin-bottom: 20px;
}

.archive .blog-page-subnav {
  background: #f6f6f6;
}

.single-subscribe {
  background: #eaeaea;
  margin: 0 -30px;
  overflow: hidden;
  padding: 20px 30px;
}
.single-subscribe .widget-title {
  font-family: "AvenirLTStd-Roman";
  font-size: 28px;
  margin-bottom: 0;
}
.single-subscribe .gform_wrapper {
  margin-bottom: 0;
  margin-right: 0;
  max-width: 100%;
}
.single-subscribe .gform_wrapper .gform_description {
  color: #a1a1a1;
  font-size: 18px;
  line-height: 34px;
}
.single-subscribe .gform_wrapper .gform_body {
  display: inline-block;
  width: 89%;
}
.single-subscribe .gform_wrapper .gform_body label {
  display: none;
}
.single-subscribe .gform_wrapper .gform_body .ginput_container {
  display: inline-block;
  margin-top: 0;
  width: 100%;
}
.single-subscribe .gform_wrapper .gform_body .ginput_container input {
  background: transparent;
  border: 1px solid #a1a1a1;
}
.single-subscribe .gform_wrapper .gform_body .ginput_container input.large {
  width: 100%;
}
.single-subscribe .gform_wrapper .gform_body .ginput_container input[type=email] {
  padding: 18px;
}
.single-subscribe .gform_wrapper .gform_footer {
  clear: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.single-subscribe .gform_wrapper .gform_footer input[type=submit] {
  border: 1px solid #0171b1;
  font-size: 18px;
  padding: 18px;
}
.single-subscribe .gform_wrapper .gform_footer input[type=submit]:hover {
  border: 1px solid #adc545;
}

.resources-tax-archive .single-resource-subnav,
.single-case-study .single-resource-subnav,
.single-resources .single-resource-subnav {
  background: #eaeaea;
  border: 1px solid #a1a1a1;
  margin: 20px 0 30px;
}
.resources-tax-archive .single-resource-subnav .resource-tax-name,
.resources-tax-archive .single-resource-subnav .search-form,
.single-case-study .single-resource-subnav .resource-tax-name,
.single-case-study .single-resource-subnav .search-form,
.single-resources .single-resource-subnav .resource-tax-name,
.single-resources .single-resource-subnav .search-form {
  display: inline-block;
}
.resources-tax-archive .single-resource-subnav .search-form,
.single-case-study .single-resource-subnav .search-form,
.single-resources .single-resource-subnav .search-form {
  float: right;
  width: 70%;
}
.resources-tax-archive .single-resource-subnav input[type="search"],
.single-case-study .single-resource-subnav input[type="search"],
.single-resources .single-resource-subnav input[type="search"] {
  background: url(images/resource-search-icon.png) no-repeat scroll 98% center #eaeaea;
  border: 0 none;
  line-height: 1.625;
  padding: 20px 60px 20px 0;
}
.resources-tax-archive .single-resource-subnav input[type="submit"],
.single-case-study .single-resource-subnav input[type="submit"],
.single-resources .single-resource-subnav input[type="submit"] {
  display: none;
}
.resources-tax-archive .single-resource-subnav .resource-tax-name,
.single-case-study .single-resource-subnav .resource-tax-name,
.single-resources .single-resource-subnav .resource-tax-name {
  background: #1a71ac;
  color: white;
  font-size: 18px;
  max-width: 300px;
  padding: 20px;
  vertical-align: top;
  width: 100%;
}
.resources-tax-archive .resource-content,
.single-case-study .resource-content,
.single-resources .resource-content {
  border-right: 1px solid #bbb9af;
  padding-right: 30px;
}
.resources-tax-archive .resource-right,
.single-case-study .resource-right,
.single-resources .resource-right {
  background: #f6f6f6;
  padding: 20px;
}
.resources-tax-archive .resource-right img,
.single-case-study .resource-right img,
.single-resources .resource-right img {
  margin-bottom: 20px;
}

.demg-case-studies,
.resources-tax-archive {
  font-size: 16px;
  line-height: 1.8;
}
.demg-case-studies .single-resource-subnav,
.resources-tax-archive .single-resource-subnav {
  margin-left: 30px;
  margin-right: 30px;
}
.demg-case-studies .entry,
.resources-tax-archive .entry {
  border-bottom: 0;
}

.single-case-study .entry-content .case-study-page-subnav,
.single-case-study .entry-content .resource-page-subnav,
.single-resources .entry-content .case-study-page-subnav,
.single-resources .entry-content .resource-page-subnav {
  background: none repeat scroll 0% 0% #F6F6F6;
  margin: 0 -30px 20px;
}
.single-case-study .entry-content .case-study-page-subnav .genesis-nav-menu,
.single-case-study .entry-content .case-study-page-subnav .sub-menu,
.single-case-study .entry-content .resource-page-subnav .genesis-nav-menu,
.single-case-study .entry-content .resource-page-subnav .sub-menu,
.single-resources .entry-content .case-study-page-subnav .genesis-nav-menu,
.single-resources .entry-content .case-study-page-subnav .sub-menu,
.single-resources .entry-content .resource-page-subnav .genesis-nav-menu,
.single-resources .entry-content .resource-page-subnav .sub-menu {
  margin: 0;
}
.single-case-study .entry-content .case-study-page-subnav .search-form,
.single-case-study .entry-content .resource-page-subnav .search-form,
.single-resources .entry-content .case-study-page-subnav .search-form,
.single-resources .entry-content .resource-page-subnav .search-form {
  width: auto;
}

.demandg-global-locations .office-location .company-name {
  color: #4a4544;
  font-size: 24px;
  font-style: italic;
  line-height: 32px;
  margin-bottom: 0;
}
.demandg-global-locations .office-location p {
  color: #4a4544;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}
.demandg-global-locations .office-location .city {
  padding-bottom: 20px;
}
.demandg-global-locations .office-location p:last-child {
  /*margin-bottom: 20px;*/
}
.demandg-global-locations .office-location img {
  margin-bottom: 18px;
}

.single-press-release {
  font-size: 18px;
}
.single-press-release .entry-title {
  background: url(images/sub-page-bg.png) no-repeat scroll left top #bbb9af;
  color: white;
  margin: 0 0 20px;
  padding: 25px 30px 16px;
  text-align: right;
}
.single-press-release .entry .press-release-date-location {
  border-bottom: 1px solid #bbb9af;
  color: #bcb9af;
  margin-bottom: 10px;
  padding-bottom: 40px;
}

.demandg-search .entry-title {
  background: url(images/sub-page-bg.png) no-repeat scroll left top #bbb9af;
  border-bottom: 0 none;
  color: white;
  margin: 0 0 20px;
  padding: 25px 30px 16px;
  text-align: right;
}
.demandg-search .entry {
  border-bottom: 1px solid #000;
}
.demandg-search .entry:last-child {
  border-bottom: 0;
}
.demandg-search .entry-footer {
  overflow: hidden;
}
.demandg-search .sharedaddy {
  display: none;
}

.archive .entry {
  border-bottom: 1px solid #000;
}
.archive .entry:last-child {
  border-bottom: 0;
}
.archive.category .content .entry:first-child {
  padding-top: 20px;
}

.demg-events .entry {
  background-color: #f6f6f6;
  box-shadow: 0 0 5px 2px #999;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
}
.demg-events .entry img.alignleft {
  margin: 0 0 10px;
}
.demg-events .event-entry {
  border: 20px solid transparent;
  overflow: hidden;
  position: relative;
}
.demg-events .event-entry p {
  margin-bottom: 0;
}
.demg-events .event-entry .event-quarter-year {
  color: #adc545;
  margin-bottom: 10px;
}
.demg-events .event-entry .event-date-location {
  color: #0171bd;
  text-transform: uppercase;
}
.demg-events .event-entry .entry-title {
  border-bottom: 0;
  color: black;
  font-size: 28px;
  padding-bottom: 0;
}
.demg-events .event-entry .button-wrap {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.demg-events .event-entry .button {
  display: block;
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.demg-events .event-entry .last-item {
  overflow: hideen;
  padding-bottom: 100px;
}

#back-to-top {
  bottom: 40px;
  color: #adc545;
  font-size: 50px;
  opacity: 0;
  position: fixed;
  right: 40px;
  transition: opacity 0.2s ease-out;
}
#back-to-top.show {
  opacity: 0;
}

/* # Custom Search Options
---------------------------------------------------------------------------------------------------- */
.nav-blog .search,
.nav-case-study .search,
.nav-resources .search {
  padding-top: 25px;
}
.nav-blog .search-form input,
.nav-case-study .search-form input,
.nav-resources .search-form input {
  background-color: transparent;
  background-image: url(images/big-search-icon.png);
  background-position: 5px 3px;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  font-size: 14px;
  height: 48px;
  margin: 0 0 3px;
  padding: 0 0 0 60px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  vertical-align: top;
  width: 0;
}
.nav-blog .search-form input:focus,
.nav-case-study .search-form input:focus,
.nav-resources .search-form input:focus {
  background-color: #fff;
  border-radius: 48px;
  cursor: text;
  outline: 0;
  width: 280px;
}
.nav-blog .search-form input[type="submit"],
.nav-case-study .search-form input[type="submit"],
.nav-resources .search-form input[type="submit"] {
  display: none;
}

.mobile-search {
  position: absolute;
  right: 20px;
  top: 0;
}
.mobile-search .search-form {
  float: right;
  padding-top: 10px;
}
.mobile-search .search-form input {
  background-color: transparent;
  background-image: url(images/big-search-icon.png);
  background-position: 5px 3px;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  font-size: 14px;
  height: 48px;
  margin: 0 0 3px;
  padding: 0 0 0 60px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  vertical-align: top;
  width: 0;
}
.mobile-search .search-form input:focus {
  background-color: #fff;
  border-radius: 48px;
  cursor: text;
  outline: 0;
  width: 280px;
}
.mobile-search .search-form input[type="submit"] {
  display: none;
}

.demandg-search .site-container > .entry-header {
  margin-top: 134px;
}
.demandg-search .site-inner {
  padding-top: 0;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
  color: #fff;
}

.sidebar .widget.enews-widget {
  background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #333;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
  background-color: #e5554e;
  color: #fff;
  margin: 0;
  width: 100%;
}

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333;
}

.enews form + p {
  margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

.entry-footer div.sharedaddy h3.sd-title:before {
  border-top: 1px;
}
.entry-footer div.sharedaddy h3.sd-title {
  border-top: 0;
  color: #adc545;
  font-family: "AvenirLTStd-Light";
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  margin-right: 8px;
}
.entry-footer div.sharedaddy .sd-content {
  display: inline-block;
  vertical-align: bottom;
}
.entry-footer div.sharedaddy .sd-content ul {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.entry-footer div.sharedaddy .sd-social-official .sd-content ul > li {
  margin-bottom: 0 !important;
}

/* ## Gravity Forms
--------------------------------------------- */
.entry-content .gform_wrapper,
.fbx-item .gform_wrapper {
  font-family: "AvenirLTStd-Light";
}
.entry-content .gform_wrapper .gform_heading,
.fbx-item .gform_wrapper .gform_heading {
  border-bottom: 2px solid #878787;
  color: #878787;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.entry-content .gform_wrapper .gform_heading .gform_title,
.fbx-item .gform_wrapper .gform_heading .gform_title {
  color: #878787;
  font-size: 28px;
}
.entry-content .gform_wrapper label,
.fbx-item .gform_wrapper label {
  font-size: 18px;
}
.entry-content .gform_wrapper input[type=text],
.entry-content .gform_wrapper input[type=url],
.entry-content .gform_wrapper input[type=email],
.entry-content .gform_wrapper input[type=tel],
.entry-content .gform_wrapper input[type=number],
.entry-content .gform_wrapper input[type=password],
.entry-content .gform_wrapper .chosen-container,
.fbx-item .gform_wrapper input[type=text],
.fbx-item .gform_wrapper input[type=url],
.fbx-item .gform_wrapper input[type=email],
.fbx-item .gform_wrapper input[type=tel],
.fbx-item .gform_wrapper input[type=number],
.fbx-item .gform_wrapper input[type=password],
.fbx-item .gform_wrapper .chosen-container {
  font-size: 18px;
  padding: 8px;
}
.entry-content .gform_wrapper .chosen-container,
.fbx-item .gform_wrapper .chosen-container {
  padding: 0;
}
.entry-content .gform_wrapper .chosen-container-single .chosen-single,
.fbx-item .gform_wrapper .chosen-container-single .chosen-single {
  background: white;
  border-color: #ddd;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  height: auto;
  padding: 8px 20px 8px 8px;
}
.entry-content .gform_wrapper .chosen-container-single .chosen-single div,
.fbx-item .gform_wrapper .chosen-container-single .chosen-single div {
  width: auto;
}
.entry-content .gform_wrapper .chosen-container-single .chosen-single div b,
.fbx-item .gform_wrapper .chosen-container-single .chosen-single div b {
  background: none;
  height: auto;
  width: auto;
}
.entry-content .gform_wrapper .chosen-container-single .chosen-single div b:before,
.fbx-item .gform_wrapper .chosen-container-single .chosen-single div b:before {
  font-family: 'icomoon';
  content: "\e601";
  display: block;
  font-size: 24px;
  font-weight: normal;
  padding: 8px;
}
.entry-content .gform_wrapper .chosen-container-single .chosen-single span,
.fbx-item .gform_wrapper .chosen-container-single .chosen-single span {
  margin-right: 0;
}
.entry-content .gform_wrapper .chosen-with-drop.chosen-container-active .chosen-single div b:before,
.entry-content .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b:before,
.fbx-item .gform_wrapper .chosen-with-drop.chosen-container-active .chosen-single div b:before,
.fbx-item .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: "\e604";
}
.entry-content .gform_wrapper .gfield_required,
.fbx-item .gform_wrapper .gfield_required {
  color: #232222;
}
.entry-content .gform_wrapper .top_label .gfield_label,
.fbx-item .gform_wrapper .top_label .gfield_label {
  font-family: "AvenirLTStd-Light";
  font-weight: normal;
}

/* ## Popular Posts
--------------------------------------------- */
ul.wpp-list {
  font-family: "AvenirLTStd-Roman";
  font-size: 14px;
  line-height: 18px;
  margin-left: 0;
}
ul.wpp-list li {
  border-bottom: 0;
  float: left;
  list-style-type: none;
  margin-left: 0;
}
ul.wpp-list a {
  color: #232222;
}
ul.wpp-list a:hover {
  color: #adc545;
}

/* ## Foobox
--------------------------------------------- */
.fbx-modal.fbx-light {
  background: white;
  background: rgba(255, 255, 255, 0.8);
}

.single-resources .reg-form {
  left: -99999px;
  max-width: 780px;
  position: fixed;
  width: 100%;
}
.single-resources .fbx-item .gform_wrapper {
  background: #f6f6f6;
  box-sizing: border-box;
  margin-top: 0;
  padding: 0 0 30px 15px;
}
.single-resources .fbx-item * {
  box-sizing: border-box;
}
.single-resources .fbx-modal.fbx-light .fbx-inner {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  padding: 0 15px 30px;
}
.single-resources .fbx-modal.fbx-light .gform_wrapper * {
  box-sizing: border-box;
}

/* # Social Sharing
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .demandg-social-share {
    left: 0;
    position: fixed;
    top: 40%;
  }
  .demandg-social-share > span {
    display: block;
  }
  .demandg-social-share .stButton .stLarge {
    height: 60px;
    width: 60px;
  }
  .demandg-social-share .st_linkedin_large .stLarge {
    background-image: url(images/social-sharing/linkedin-color-60.png) !important;
  }
  .demandg-social-share .st_linkedin_large .stLarge:hover {
    background-position: left top;
  }
  .demandg-social-share .st_twitter_large .stLarge {
    background-image: url(images/social-sharing/twitter-color-60.png) !important;
  }
  .demandg-social-share .st_twitter_large .stLarge:hover {
    background-position: left top;
  }
  .demandg-social-share .st_facebook_large .stLarge {
    background-image: url(images/social-sharing/facebook-color-60.png) !important;
  }
  .demandg-social-share .st_facebook_large .stLarge:hover {
    background-position: left top;
  }
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
}
.sidebar .twitter-timeline span.p-nickname {
  display: block !important;
}
.sidebar .tagcloud a {
  background: #f1f2f2;
  color: #232222;
  display: inline-block;
  font-size: 18px !important;
  line-height: 24px;
  margin-bottom: 6px;
  padding: 10px;
}
.sidebar .tagcloud a:hover {
  background: #adc545;
  color: white;
}
.sidebar .widget {
  overflow: hidden;
  padding: 16px 22px 16px 11px;
}
.sidebar > .gform_widget {
  background-color: #adc545;
  color: white;
  margin: -20px -30px 0;
  padding: 36px 22px 0 30px !important;
}
.sidebar > .gform_widget .widget-title {
  color: white;
}

.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.demg-client-peers .sidebar {
  margin-bottom: 28px;
}
.demg-client-peers .sidebar .widget {
  font-size: 18px;
  padding: 0;
}
.demg-client-peers .sidebar .widget-title {
  color: #000;
  margin-bottom: 0;
  padding: 0 22px 16px;
  text-align: center;
}
.demg-client-peers .sidebar .client-peer-logo:nth-child(even) {
  background: #adadad;
}
.demg-client-peers .sidebar .client-peer-logo:nth-child(odd) {
  background: #bcbec0;
}
.demg-client-peers .sidebar img {
  margin-bottom: 0;
}

.demg-awards .sidebar .image-area {
  background-color: #ececec;
  padding: 20px;
}
.demg-awards .sidebar .image-area img {
  margin-bottom: 0;
}
.demg-awards .sidebar .text-area {
  background-color: #f6f6f6;
  padding: 20px;
}

.archive.category .sidebar,
.archive.tag .sidebar,
.blog .sidebar {
  border-left: 1px solid #878787;
  padding-left: 30px;
}
.archive.category .sidebar .widget,
.archive.tag .sidebar .widget,
.blog .sidebar .widget {
  border-bottom: 1px solid #878787;
}
.archive.category .sidebar .widget:first-child,
.archive.tag .sidebar .widget:first-child,
.blog .sidebar .widget:first-child {
  padding-top: 0;
}
.archive.category .sidebar .widget:last-child,
.archive.tag .sidebar .widget:last-child,
.blog .sidebar .widget:last-child {
  border: 0;
}
.archive.category .sidebar li,
.archive.tag .sidebar li,
.blog .sidebar li {
  border-bottom: 0;
}
.archive.category .sidebar .gform_wrapper .gform_footer,
.archive.tag .sidebar .gform_wrapper .gform_footer,
.blog .sidebar .gform_wrapper .gform_footer {
  padding: 0;
}

.single-press-release .sidebar .widget {
  background: #f6f6f6;
  box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  margin-bottom: 20px;
  padding: 20px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #242121;
  clear: both;
  padding-bottom: 0; /*36px*/
  padding-top: 5px; /*30px*/
}
.footer-widgets .wrap {
  max-width: 1200px;
  padding: 0 30px 0 24px;
  width: 100%;
}
.footer-widgets .button {
  background-color: #adc545;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 10px;
  padding: 14px 24px;
  text-transform: uppercase;
}
.footer-widgets .footer-social {
  font-size: 38px;
  text-align: center; /*right*/
  margin-left: 0 !important;
}
@media screen and (max-width: 799px) {
  .footer-widgets .footer-social {
    margin-top: 37px !important;
  }
}


.footer-widgets .footer-social li {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
.footer-widgets .footer-social li:first-child {
  margin-left: 0;
}
.footer-widgets .footer-social li:last-child {
  margin-right: 0;
}
.footer-widgets .footer-social a {
  display: inline-block;
  width: 38px;
}
.footer-widgets .footer-social a:hover img {
  -webkit-filter: grayscale(1) brightness(1.9);
  filter: grayscale(1) brightness(1.9);
}

.footer-widgets,
.footer-widgets a {
  color: white;
}

.footer-widgets input {
  border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
  color: #fff;
}

.footer-widgets p:last-child {
  margin-bottom: 0;
}

/* Footer Subscribe
---------------------------------------------------------------------------------------------------- */

.footer-subscribe .gform_wrapper .gform_heading,
.footer-subscribe .gform_wrapper .top_label .gfield_label {
  display: none;
}
.footer-subscribe .gform_wrapper .gform_footer input.button, 
.footer-subscribe .gform_wrapper .gform_footer input[type="submit"] {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-right: 0;
  padding: 7px 9px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  width: 65px;
}

.footer-subscribe .gform_wrapper .gform_footer {
  clear: none;
  display: inline-block;  
  margin: 0;
  padding: 0;
  width: auto;
}

.footer-subscribe .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  color: #4a4544;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 4px;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .footer-subscribe .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }
}

body .footer-subscribe .gform_wrapper ul li.gfield#field_5_1 {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: calc(100% - 72px);
}

.footer-subscribe .gform_wrapper form {
  height: 34px;
  margin: 0;
  max-height: 34px !important;
  position: relative;
  width: 100%; 
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #232121;
  color: white;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .site-footer {
    padding-bottom: 42px;
  }
}

.site-footer p {
  margin-bottom: 0;
}
.site-footer .footer-right p {
  text-align: right;
}

/* # Home Page
---------------------------------------------------------------------------------------------------- */
.demandg-home .video-area {
  font-family: "AvenirLTStd-Roman";
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.demandg-home .video-area video {
  width: 100%;
}
.demandg-home .video-area .video-bg {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.demandg-home .video-area .hero-text {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  color: #757561;
  font-family: "AvenirLTStd-Roman";
  font-size: 20px;
  margin-bottom: 150px;
  margin-top: 150px;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  z-index: 100;
}
.demandg-home .video-area .hero-text .entry-title {
  border: 0 none;
  color: #757561;
  font-family: "AvenirLTStd-Light";
  font-size: 43px;
  padding-bottom: 0;
}
.demandg-home .video-area .hero-text .entry-title sup {
  font-size: 50%;
}
.demandg-home .video-area .hero-text .wrap {
  max-width: 700px;
}
.demandg-home .video-area .hero-text .button {
  background-color: #adc545;
  font-size: 18px;
}
.demandg-home .video-area .hero-text .button:hover {
  background-color: #0171b1;
}
.demandg-home .cta-section {
  background-color: #adc545;
  color: white;
  font-size: 34px;
  line-height: 40px;
}
.demandg-home .cta-section .four-fifths {
  position: relative;
}
.demandg-home .cta-section .four-fifths .vmiddle {
  display: block;
  padding-top: 25px;
}
.demandg-home .cta-section .four-fifths p {
  margin: 0;
}
.demandg-home .cta-section .wrap {
  padding-bottom: 20px;
  padding-top: 20px;
}
.demandg-home .boxes-section {
  color: white;
  padding-top: 20px;
  text-align: center;
}
.demandg-home .boxes-section .wrap {
  padding-bottom: 10px;
  padding-top: 10px;
}
.demandg-home .boxes-section .one-fourth {
  margin: 0;
  min-height: 220px;
  padding: 0 20px;
  position: relative;
  width: 25%;
}
.demandg-home .boxes-section .one-fourth p {
  padding-bottom: 60px;
}
.demandg-home .boxes-section .title-text-box {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  padding: 0;
}
.demandg-home .boxes-section .client-box {
  background: url(images/bg-logo-box1.png) scroll no-repeat left top;
}
.demandg-home .boxes-section .client-box img {
  margin: 0 auto;
}
.demandg-home .boxes-section .client-box .bx-wrapper {
  bottom: 40px;
  left: 0;
  margin-left: 0;
  position: absolute;
  width: 100%;
}
.demandg-home .boxes-section .client-box ul {
  margin: 0 -20px;
  padding: 0;
}
.demandg-home .boxes-section .one-fourth .button {
  background-color: #0171b1;
}
.demandg-home .boxes-section .one-fourth .button:hover {
  background-color: #adc545;
}
.demandg-home .boxes-section .widget-title {
  color: white;
  font-family: "AvenirLTStd-Roman";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 auto;
  max-width: 160px;
  margin-top: 20px;
  text-align: center;
}
.demandg-home .boxes-section .button {
  bottom: 20px;
  display: block;
  font-size: 18px;
  max-width: 100%;
  position: absolute;
  width: 100%;
}
.demandg-home .bottom-text {
  color: #66665d;
  font-size: 24px;
  padding-bottom: 30px;
  text-align: center;
}
.demandg-home .bottom-text .wrap {
  max-width: 700px;
}
.demandg-home .bottom-text .button {
  font-size: 20px;
}

/* # Sub Pages
---------------------------------------------------------------------------------------------------- */
:not(.archive):not(.blog).demandg-sub-page .blog-title,
:not(.archive):not(.blog).demandg-sub-page .entry-title,
:not(.archive):not(.blog).demandg-sub-page .resource-tax-title {
  background: url(images/sub-page-bg.png) no-repeat scroll left top #bbb9af;
  border-bottom: 0 none;
  color: white;
  line-height: 1.1;
  margin: 0 -30px 20px;
  padding: 25px 30px 16px;
  text-align: right;
}
:not(.archive):not(.blog).demandg-sub-page .blog-title,
:not(.archive):not(.blog).demandg-sub-page .resource-tax-title {
  margin-bottom: 0;
}
:not(.archive):not(.blog).demandg-sub-page .blog-title {
  background: url(images/blog-page-blue-bg.png) no-repeat scroll left top #0171b1;
}
:not(.archive):not(.blog).demandg-sub-page .text-video {
  float: left;
  margin-bottom: -40px;
  padding-top: 20px;
}
:not(.archive):not(.blog).demandg-sub-page .text-left {
  border-top: 5px solid #bbb9af;
  padding-top: 10px;
}
:not(.archive):not(.blog).demandg-sub-page .less-width {
  float: left;
  margin-left: 20%;
  width: 80%;
}
:not(.archive):not(.blog).demandg-sub-page .video-right {
  padding-right: 10px;
}
:not(.archive):not(.blog).demandg-sub-page .text-with-popup {
  margin-left: 0;
  margin-right: 0;
}

.demandg-sub-page.demg-case-study .entry-header .entry-title {
  margin-bottom: 0;
}

.archive.demandg-sub-page .site-container > .entry-title,
.blog.demandg-sub-page .site-container > .entry-title {
  background: url(images/sub-page-bg.png) no-repeat scroll left top #bbb9af;
  border-bottom: 0 none;
  color: white;
  margin: 134px 0 0;
  padding: 25px 30px 16px;
  text-align: right;
}
.archive.demandg-sub-page .site-container .site-inner,
.blog.demandg-sub-page .site-container .site-inner {
  padding-top: 0;
}

.blog.demandg-sub-page .site-container > .entry-title {
  background: url(images/blog-page-blue-bg.png) no-repeat scroll left top #0171b1;
}

:not(.archive):not(.blog).single-partners.demandg-sub-page .text-video {
  margin-bottom: 20px;
}

/* # Panels
---------------------------------------------------------------------------------------------------- */
.open-close {
  float: right;
  font-size: 25px;
}

.open-close:after {
  content: "\e63d";
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
}

.collapsed .open-close:after {
  content: "\e649";
}

.panel-group {
  clear: both;
}
.panel-group .panel-body {
  padding: 15px 15px 15px 0;
}
.panel-group .entry-title {
  color: #4a4544;
  font-size: 20px;
  text-transform: capitalize;
}
.panel-group .panel-title {
  color: #00476e;
  font-size: 28px;
}
.panel-group .panel {
  background: transparent;
  border: 0;
  border-radius: 0 !important;
  box-shadow: 0 0 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-group .panel .entry-title {
  /*border-bottom: 1px solid #232121;*/
  margin-bottom: 0;
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1320px) {
  .page-before-footer .one-third {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1215px) {
  .page-before-footer .one-third {
    background-color: transparent;
    margin: 0 0 20px;
    padding-bottom: 0;
    padding-left: 0; 
    padding-right: 0; 
    max-width: 100%;
    width: 50%;
  }
  .page-before-footer .one-third:first-child {
    padding-left: 0;
    padding-right: 0; /*20px*/
  }
  .page-before-footer .one-third:last-child {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0; /*20px;*/
    padding-right: 0;
  }
  .page-before-footer .one-third a > img {
    margin-bottom: 0;
  }
  .page-before-footer .one-third .section-content {
    background-color: #f6f6f6;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 12px;
  }

  .demg-team .team-box img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .demg-team .og-grid .panel .team-box .team-image-bg .team-name-title {
    bottom: 0;
  }
  .demg-team .panel-group .panel-collapse {
    max-width: 1200px;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .inner-content {
    width: 67%;
  }

  .content-sidebar .content {
    width: 67%;
  }

  .sidebar-primary {
    width: 32%;
  }
}
@media only screen and (max-width: 1100px) {
  .demandg-home .video-area .hero-text {
    margin-bottom: 100px;
    margin-top: 100px;
  }

  .text-with-popup .icon-plus {
    padding-left: 0;
  }

  .demg-team .team-quote-text p {
    font-size: 18px;
    line-height: 26px;
    padding: 10px;
    top: 0;
  }
}
@media only screen and (max-width: 960px) {
  .content,
  .inner-content,
  .sidebar-primary {
    width: 100%;
  }

  .content-sidebar .content {
    width: 100%;
  }

  .header-image .title-area {
    background-position: center top;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  .demandg-home .video-area .hero-text {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .blog-title,
  .entry-title,
  .resource-tax-title {
    font-size: 48px;
  }

  .text-with-popup .icon-plus {
    display: none;
  }

  .panel .open-close {
    float: none;
    margin-left: 10px;
  }

  .sidebar .widget {
    padding-left: 0;
    padding-right: 0;
  }

  .demg-team .og-grid .panel .team-name {
    font-family: "AvenirLTStd-Roman";
    font-size: 20px;
  }
  .demg-team .og-grid .panel .team-box .team-image-bg {
    max-height: 250px;
    overflow: hidden;
  }
  .demg-team .og-grid .one-fourth {
    width: 50%;
  }
  .demg-team .og-grid .hide-mobile {
    display: none;
  }
  .demg-team .og-grid .panel-body .one-half {
    width: 100%;
  }
}
@media only screen and (max-width: 860px) {
  .demandg-home .boxes-section .one-fourth {
    width: 50%;
  }

  .cta-page-before-footer .one-half {
    width: 100%;
  }
  .cta-page-before-footer .wrap {
    margin: 0 -10px;
  }

  .demg-team .team-rectangles .team-box.one-half {
    width: 100%;
  }
  .demg-team .team-rectangles .team-box .team-quote-text img {
    display: none;
  }
  .demg-team .team-rectangles .team-box .team-quote-text p {
    margin-bottom: 0;
    padding: 20px;
    position: static;
  }

  .demandg-global-locations .office-location .company-name {
    font-size: 24px;
  }
}
@media only screen and (max-width: 800px) {
  .demandg-home .video-area .hero-text {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .three-fifths,
  .two-fifths {
    margin: 0;
    width: 100%;
  }
  .three-fifths .widget,
  .two-fifths .widget {
    margin: 20px auto;
    max-width: 438px;
  }

  .vidyard_wrapper {
    width: 100%;
  }
  .vidyard_wrapper img {
    display: block;
    margin: 0 auto;
  }

  .site-footer {
    font-size: 12px;
  }
  .site-footer .footer-right p {
    text-align: left;
  }

  .popup-heading {
    text-align: center;
  }

  .text-with-popup {
    margin: 40px -10px 80px;
    padding: 5%;
  }
  .text-with-popup .popup-image {
    position: static;
  }
  .text-with-popup .popup-image img {
    display: block;
    margin: 0 auto 30px;
    position: static;
  }

  .resources-tax-archive .resource-content,
  .single-resources .resource-content {
    border-right: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .hide-desktop {
    display: block;
  }

  #back-to-top.show {
    opacity: 1;
  }
}
@media only screen and (max-width: 760px) {
  body:not(.demandg-home):not(.demg-team) .site-inner > .wrap,
  .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .demandg-sub-page:not(.archive):not(.blog) .blog-title,
  .demandg-sub-page:not(.archive):not(.blog) .entry-title,
  .demandg-sub-page:not(.archive):not(.blog) .resource-tax-title,
  .demg-case-studies .case-study-page-subnav,
  .demg-resources .blog-page-subnav,
  .demg-resources .resources-featured,
  .demg-resources .resource-page-subnav,
  .resources-tax-archive .blog-page-subnav,
  .resources-tax-archive .resources-featured,
  .single .blog-page-subnav,
  .single-case-study .entry-content .case-study-page-subnav,
  .single-resources .entry-content .resource-page-subnav {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
  }

  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }

  .archive-pagination li a {
    margin-bottom: 4px;
  }

  .five-sixths,
  .four-fifths,
  .four-sixths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fifths,
  .three-fourths,
  .three-sixths,
  .two-fifths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  .above-header .one-half {
    width: 50%;
  }

  .nav-footer .menu-item {
    display: block;
    text-align: center;
  }

  .footer-widgets .footer-social {
    text-align: center;
  }

  .above-header .one-third {
    width: 31.6239%;
  }
  .above-header .two-thirds {
    margin-left: 2.5641%;
    width: 65.812%;
  }

  .text-with-popup .wrap {
    padding: 0;
  }

  .demg-team .hide-mobile {
    display: none;
  }
  .demg-team .og-grid .one-fourth,
  .demg-team .og-grid .one-half {
    width: 100%;
  }
  .demg-team .team-box.team-quote {
    max-height: 100%;
  }

  .demandg-global-locations .hide-mobile {
    display: none;
  }

  .client-peer.one-half {
    margin-left: 2.5641%;
    width: 48.7179%;
  }
  .client-peer.first {
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .hide-mobile {
    display: none;
  }

  .site-header {
    position: static;
  }

  .full-width-content:not(.demandg-sub-page):not(.demandg-search) .site-inner {
    background-position: right top;
    padding-top: 88px;
  }

  .site-inner {
    padding-top: 0;
  }

  .archive.demandg-sub-page .site-container > .entry-header,
  .single-press-release .site-container > .entry-header {
    margin-top: 0;
  }
  .archive.demandg-sub-page .site-container > .entry-title,
  .single-press-release .site-container > .entry-title {
    margin-top: 0;
  }

  .demandg-home .boxes-section .one-fourth {
    width: 100%;
  }

  .site-footer {
    font-size: 12px;
  }
  .site-footer .footer-right p {
    text-align: center;
  }

  .page-before-footer {
    text-align: center;
  }
  .page-before-footer .one-third {
    background-color: #fff;
    clear: both;
    margin: 0 0 20px; /*0 auto 20px;*/
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: auto;
  }
  .page-before-footer .one-third:first-child, .page-before-footer .one-third:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .page-before-footer .one-third .section-content {
    max-width: 400px;
  }

  .demandg-sub-page:not(.archive):not(.blog) .text-video {
    float: none;
  }

  .blog .content .entry:first-child {
    margin-top: 20px;
  }
  .blog.demandg-sub-page .site-container > .entry-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .page-before-footer .one-third {
    margin: 0 auto 20px !important;
  }
  blockquote {
    font-size: 19px;
    line-height: 23px;
  }

  cite,
  .quote-title {
    font-size: 14px;
    line-height: 16px;
  }

  .mobile-search .search-form input:focus {
    width: 200px;
  }

  .alignleft {
    clear: both;
    float: none;
  }

  .demg-contact .contact-info .wrap {
    font-size: 18px;
    line-height: 24px;
  }
  .demg-contact .contact-info .company-name,
  .demg-contact .contact-info .location {
    font-size: 22px;
  }
  .demg-contact .entry-content p {
    font-size: 18px;
    line-height: 24px;
  }

  .entry-content .gform_wrapper .chosen-container {
    font-size: 14px;
  }

  .entry-footer {
    overflow: hidden;
  }
}
@media only screen and (max-width: 380px) {
  .client-peer.one-half {
    margin-left: 0;
    width: 100%;
  }
}
/* # Responsive Navigation
---------------------------------------------------------------------------------------------------- */
/* Standard Navigation
--------------------------------------------- */
.nav-blog,
.nav-resources,
.nav-case-study {
  clear: both;
}

/* Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 1115px) {
  .nav-primary .ubermenu-skin-vanilla .ubermenu-item-level-0 > .ubermenu-target {
    padding: 36px 18px;
  }
  .nav-primary .ubermenu-skin-vanilla .ubermenu-has-submenu-drop > .ubermenu-target {
    padding-left: 10px;
    padding-right: 20px;
  }
  .nav-primary .ubermenu-skin-vanilla .ubermenu-has-submenu-drop > .ubermenu-target:after {
    right: 5px;
  }
  .nav-primary .ubermenu-skin-vanilla.ubermenu-responsive-toggle {
    background: transparent;
    color: #adc545;
    float: right;
  }
  .nav-primary .ubermenu-skin-vanilla.ubermenu-responsive-toggle > i {
    color: white;
    margin-right: 0;
  }
  .nav-primary .ubermenu-skin-vanilla.ubermenu-responsive-toggle:hover {
    background: transparent;
  }
  .nav-primary .ubermenu-skin-vanilla.ubermenu-responsive-toggle:hover > i {
    color: #adc545;
  }
  .nav-primary .ubermenu-responsive-toggle {
    padding: 20px;
  }
  .nav-primary .ubermenu-responsive-toggle .fa,
  .nav-primary .ubermenu-responsive-toggle [class^="fa-"], .nav-primary .ubermenu-responsive-toggle [class*=" fa-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav-primary .ubermenu-responsive-toggle .fa-bars:before {
    content: "\e63b";
  }
}
@media only screen and (max-width: 1115px) {
  .nav-primary {
    float: none;
  }
  .nav-primary .ubermenu-skin-vanilla .ubermenu-item-level-0 > .ubermenu-target {
    padding: 10px 20px 10px 0;
  }
  .nav-primary .ubermenu-skin-vanilla .ubermenu-item-level-0 > .ubermenu-target:hover {
    background: none;
  }
  .nav-primary .ubermenu-skin-vanilla.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
    border-top: 0 none;
  }
  .nav-primary .ubermenu-skin-vanilla .ubermenu-has-submenu-drop > .ubermenu-target:after {
    margin-left: 6px;
    position: absolute;
  }
  .nav-primary .ubermenu-skin-vanilla .ubermenu-submenu {
    font-size: 13px;
  }
  .nav-primary .ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-target {
    color: white;
  }
  .nav-primary .ubermenu-skin-vanilla .ubermenu-submenu .ubermenu-current-menu-item > .ubermenu-target {
    color: #adc545;
  }
  .nav-primary .ubermenu-responsive-default.ubermenu-responsive {
    max-height: 100%;
  }
  .nav-primary .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-submenu .ubermenu-content-block {
    display: none;
    padding: 0;
  }
  .nav-primary .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column,
  .nav-primary .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 100%;
  }
  .nav-primary .ubermenu .ubermenu-submenu.ubermenu-submenu-drop {
    background-color: transparent;
    border: 0 none;
    position: static;
  }
  .nav-primary .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    box-shadow: 0 0 0 transparent;
  }
  .nav-primary .ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack {
    padding-bottom: 0;
  }
  .nav-primary .ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack .ubermenu-item-normal:first-child {
    margin-top: 0;
  }

  .genesis-nav-menu a {
    padding: 36px 24px;
  }
}
@media only screen and (min-width: 769px) {
  .nav-blog,
  .nav-resources,
  .nav-case-study {
    display: block !important;
  }
  .nav-blog .sub-menu,
  .nav-resources .sub-menu,
  .nav-case-study .sub-menu {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .blog-page-subnav .wrap,
  .resource-page-subnav .wrap,
  .case-study-page-subnav .wrap {
    position: relative;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

  .menu-toggle,
  .sub-menu-toggle {
    display: block;
    float: left;
    font-family: 'icomoon';
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin: 0 auto;
    outline: none;
    overflow: hidden;
    padding: 20px 0;
    speak: none;
    text-align: center;
    text-transform: normal;
    visibility: visible;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  button.menu-toggle,
  button.sub-menu-toggle {
    background-color: transparent;
    color: black;
  }

  .sub-menu-toggle {
    font-family: 'FontAwesome';
    font-size: 18px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .menu-toggle:before {
    content: "\e63b";
  }

  .sub-menu-toggle:before {
    content: "\f107";
  }

  .genesis-nav-menu a {
    padding: 20px 16px 20px 0;
  }

  .nav-blog,
  .nav-resources,
  .nav-case-study {
    display: none;
    position: relative;
  }
  .nav-blog .genesis-nav-menu a,
  .nav-resources .genesis-nav-menu a,
  .nav-case-study .genesis-nav-menu a {
    border: 0 none;
  }
  .nav-blog .genesis-nav-menu .current-menu-item > a,
  .nav-blog .genesis-nav-menu .current-menu-item > a:hover,
  .nav-resources .genesis-nav-menu .current-menu-item > a,
  .nav-resources .genesis-nav-menu .current-menu-item > a:hover,
  .nav-case-study .genesis-nav-menu .current-menu-item > a,
  .nav-case-study .genesis-nav-menu .current-menu-item > a:hover {
    color: #adc545;
    border: 0 none;
  }
  .nav-blog .genesis-nav-menu .menu-item,
  .nav-resources .genesis-nav-menu .menu-item,
  .nav-case-study .genesis-nav-menu .menu-item {
    display: block;
    position: relative;
    text-align: left;
  }
  .nav-blog .genesis-nav-menu .menu-item:hover,
  .nav-blog .genesis-nav-menu .menu-item a:hover,
  .nav-resources .genesis-nav-menu .menu-item:hover,
  .nav-resources .genesis-nav-menu .menu-item a:hover,
  .nav-case-study .genesis-nav-menu .menu-item:hover,
  .nav-case-study .genesis-nav-menu .menu-item a:hover {
    background-color: transparent;
    border: 0 none;
    position: relative;
  }
  .nav-blog .genesis-nav-menu .sub-menu,
  .nav-resources .genesis-nav-menu .sub-menu,
  .nav-case-study .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    opacity: 1;
    padding-left: 0;
    position: static;
    width: 100%;
  }
  .nav-blog .genesis-nav-menu .sub-menu a,
  .nav-resources .genesis-nav-menu .sub-menu a,
  .nav-case-study .genesis-nav-menu .sub-menu a {
    background-color: transparent;
    border-left: 0;
    font-size: 13px;
    position: relative;
    text-transform: none;
    width: auto;
  }
  .nav-blog .genesis-nav-menu .sub-menu .sub-menu,
  .nav-resources .genesis-nav-menu .sub-menu .sub-menu,
  .nav-case-study .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .nav-blog .genesis-nav-menu .sub-menu .sub-menu a,
  .nav-resources .genesis-nav-menu .sub-menu .sub-menu a,
  .nav-case-study .genesis-nav-menu .sub-menu .sub-menu a {
    background-color: #EBF1F3;
    padding-left: 20px;
  }
  .nav-blog .genesis-nav-menu .sub-menu .sub-menu .sub-menu a,
  .nav-resources .genesis-nav-menu .sub-menu .sub-menu .sub-menu a,
  .nav-case-study .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
    background-color: #EBF1F3;
    padding-left: 30px;
  }
  .nav-blog .genesis-nav-menu > .menu-item-has-children > a:after,
  .nav-resources .genesis-nav-menu > .menu-item-has-children > a:after,
  .nav-case-study .genesis-nav-menu > .menu-item-has-children > a:after {
    content: "";
  }
  .nav-blog .genesis-nav-menu .sub-menu .menu-item-has-children > a:after,
  .nav-resources .genesis-nav-menu .sub-menu .menu-item-has-children > a:after,
  .nav-case-study .genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
    content: "";
  }
  .nav-blog .genesis-nav-menu > .search,
  .nav-resources .genesis-nav-menu > .search,
  .nav-case-study .genesis-nav-menu > .search {
    max-width: 100%;
  }
}

/* 2017 Additions
--------------------------------------------------- */

/* Top Menu
---------------------------- */

@media screen and (max-width: 1109px) {
  .nav-primary .ubermenu .ubermenu-content-block {
    display: none;
  }
}

/* Partners
---------------------------- */

.demandg-partners .partner .description {
  display: none;
}
.demandg-partners .partner {
  height: auto !important;
}

/* Subscribe
------------------------------ */

.single-subscribe .jetpack_subscription_widget h2.widgettitle {
  font-family: "AvenirLTStd-Roman", Avenir, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;  
  margin: 0 0 10px;
}
.single-subscribe #subscribe-text {
  color: #a1a1a1;
  font-size: 18px;
  line-height: 34px;
}
.single-subscribe input[type="submit"] {
  font-size: 18px;
  padding: 18px 24px;
}

.fullwidth-flex-content {
  clear: both;
  display: block;
  float: none;
  margin: 0 -30px;
  padding-top: 32px;
}
/*
.footer-menu-wrap {
  border-top: 1px solid #acc445;
  border-bottom: 1px solid #acc445;
  margin-bottom: 21px;
}
.nav-footer {
  display: block;
  margin-top: 18px;
  width: 100%;
}
@media screen and (min-width: 415px) {
  .nav-footer {
    display: inline-block;
    width: 50%;
  }
}
@media screen and (min-width: 1120px) {
  .nav-footer {
    display: inline-block;
    width: 25%;
  }
}

.genesis-nav-menu .menu-item {
    width: 100%;
}
.nav-footer .genesis-nav-menu a {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 6px 13px 6px 0;
}
.nav-footer .genesis-nav-menu li:first-of-type a {
    font-weight: 700;
    text-transform: uppercase;
}
*/
.service-overview-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
}
.service-img {
  margin-bottom: 12px;
  width: 100%;
}
@media screen and (min-width: 695px) {
  .service-img {
    width: 340px;
  }
}

.service-text-block {
  width: 100%;
}
@media screen and (min-width: 695px) {
  .service-text-block {
    
  }
}

.service-overview-row h2 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
}
.service-description p {
  font-size: 16px;
  line-height: 1.45;
}
.service-readmore {
  bottom: 46px;
  color: #adc543;
  display: block;
  font-size: 17.5px;
  font-weight: 600;
  line-height: 21px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: calc(100% - 54px);
}
.service-readmore .icon-svg_arrow-circle-right {
  display: inline-block;
  float: right;
  margin-left: 12px;
  padding-top: 1px;
}

/* UberFlip
----------------------------------- */

body.page-id-11112 {
  position: relative;
}
@media screen and (max-width: 700px) {
  .site-header {
    position: absolute;
    z-index: 1202;
    top: 0 !important;
  }
}

body.page-id-11112 .entry-header {
  display: none;
}

@media screen and (min-width: 1216px) {
  .page-before-footer .one-third {
    width: calc(25% - 18px); /*calc(20% - 18px);*/
  }
  .page-footer-box.one-third.page-footer-box-zero {
    display: none;
    height: 0 !important;
    width: 0;
  }
}
@media screen and (min-width: 1320px) {
  .page-before-footer .page-footer-box {
    max-width: calc(25% - 18px); /*calc(20% - 18px);*/
  }
}


/* 2017 Theme Additions
----------------------------------------------- */
.services-banner {
  background-color: #4a5a44;
  background-image: url('/wp-content/uploads/2017/08/services-banner2.png');
  background-position: center center;
  background-repeat: no-repeat;
  height: 129px;
  margin-top: 57px; /*71px;*/
  position: relative;
  width: 100%;
}
@media screen and (min-width: 706px) {
  .services-banner {
    background-size: cover;
  }
}
@media screen and (min-width: 1116px) {
  .services-banner {
    margin-top: 39px;
  }
}


.services-banner.why-dg-banner {
  background-image: url('/wp-content/uploads/2017/08/whydg-banner2.png');
}
.services-banner.company-banner {
  background-image: url('/wp-content/uploads/2017/08/company-banner2.png');
}

.new-banner-description {
  color: #fff;
  display: inline-block;
  font-size: 42px;
  font-weight: 600;
  float: right;
  line-height: 53px;
  margin-right: 39px;
  position: relative;
  text-align: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-banner-description::after {
  background-color: #fff;
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 144px;
}

.page-template-page-services-overview .site-inner {
  padding-top: 0;
}


/* Overview Pillar Pages
--------------------------------------------------------------- */
.gridx.grid980,
.grid990,
.flex-wrap.grid990,
.gridx.grid1008,
.gridx.grid1040,
.gridx.grid1080,
.gridx.grid1150 {
  margin: 0 auto;
  width: 90%;
}
.page-template-page-service-v2 .gridx.grid980 {
  width: calc(90% + 34px);
}
@media screen and (min-width: 1078px) {
  .gridx.grid980,
  .page-template-page-service-v2 .gridx.grid980 {
     width: 980px;
  }
}
@media screen and (min-width: 1089px) {
  .grid990,
  .gridx.grid990 {
    width: 990px;
  }
}
@media screen and (min-width: 1108px) {
  .grid1008,
  .flex-wrap.grid1008 {
    width: 1108px;
  }
}
@media screen and (min-width: 1144px) {
  .grid1040,
  .gridx.grid1040 {
    width: 1040px;
  }
}
@media screen and (min-width: 1188px) {
  .grid1080,
  .gridx.grid1080 {
    width: 1080px;
  }
}
@media screen and (min-width: 1265px) {
  .grid1150,
  .gridx.grid1150 {
    width: 1150px;
  }
}


.full-width-content.page-template-page-service-overview .content {
  padding-bottom: 65px;
}

.flex-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.service-overview-wrap .flex-wrap {
  margin: 0 auto;
}
@media screen and (min-width: 699px) {
  .service-overview-wrap .flex-wrap.items1, 
  .service-overview-wrap .flex-wrap.items2,
  .service-overview-wrap .flex-wrap.items3,
  .service-overview-wrap .flex-wrap.items4 {
    width: 635px;
  }
}
@media screen and (min-width: 1039px) {
  .service-overview-wrap .flex-wrap.items3,
  .service-overview-wrap .flex-wrap.items6,
  .service-overview-wrap .flex-wrap.items9,
  .service-overview-wrap .flex-wrap.items12 {
    width: 961px;
  }
  .service-overview-wrap .flex-wrap.items5 .service-overview-block:nth-of-type(4),
  .service-overview-wrap .flex-wrap.items7 .service-overview-block:nth-of-type(4),
  .service-overview-wrap .flex-wrap.items7 .service-overview-block:nth-of-type(6), 
  .service-overview-wrap .flex-wrap.items8 .service-overview-block:nth-of-type(7),
  .service-overview-wrap .flex-wrap.items10 .service-overview-block:nth-of-type(7),
  .service-overview-wrap .flex-wrap.items10 .service-overview-block:nth-of-type(9){
    margin-left: 163px;
  }
  .service-overview-wrap .flex-wrap.items5 .service-overview-block:nth-of-type(5),
  .service-overview-wrap .flex-wrap.items7 .service-overview-block:nth-of-type(5),
  .service-overview-wrap .flex-wrap.items7 .service-overview-block:nth-of-type(7),
  .service-overview-wrap .flex-wrap.items8 .service-overview-block:nth-of-type(8),
  .service-overview-wrap .flex-wrap.items10 .service-overview-block:nth-of-type(8),
  .service-overview-wrap .flex-wrap.items10 .service-overview-block:nth-of-type(10) {
    margin-right: 163px;
  }
}
@media screen and (min-width: 1056px) {
  .service-overview-wrap .flex-wrap.items5, 
  .service-overview-wrap .flex-wrap.items6,
  .service-overview-wrap .flex-wrap.items7,
  .service-overview-wrap .flex-wrap.items8,
  .service-overview-wrap .flex-wrap.items10 {
    width: 960px;
  }
}

.pillar-info {
  padding-bottom: 0; /*80px*/
}

.pillar-image {
  margin: 0 auto 29px;
  width: 225px;
}
@media screen and (min-width: 1089px) {
  .pillar-image {
    margin: 0;
  }
}

.pillar-intro {
  text-align: center;
}
@media screen and (min-width: 1089px) {
  .pillar-intro {
    display: inline-block;
    width: 720px;
  }
  .page-template-page-service-v5b .pillar-intro {
    width: 694px;
  }
}

.service-intro1 p {
  margin-bottom: 11px;
}

.entry-title2,
.page-template-contact-page .entry-title {
  color: #4a4544;
  font-family: Avenir, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  margin-top: -7px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.page-template-contact-page .entry-title {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center;
}
.service-intro1 {
  color: #4a4544;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px; /*31px*/
}

.green-border1 {
  background-color: #adc543;
  height: 12px;
  width: 100%;
}
.green-border2 {
  background-color: #adc543;
  height: 6px;
  width: 100%;
}

.service-overview-wrap {
  margin-top: 49px;
  margin-bottom: 26px;
}

.service-overview-block {
  border: solid 1px #4a4444;
  margin-bottom: 27px;
  padding: 29px 27px 67px; /*29px 21px 43px*/
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 699px) {
  .service-overview-wrap .flex-wrap.items1 .service-overview-block, 
  .service-overview-wrap .flex-wrap.items2 .service-overview-block,
  .service-overview-wrap .flex-wrap.items3 .service-overview-block,
  .service-overview-wrap .flex-wrap.items4 .service-overview-block {
    width: 311px;
  }
}
@media screen and (min-width: 1089px) {
  .service-overview-wrap .flex-wrap.items5 .service-overview-block, 
  .service-overview-wrap .flex-wrap.items6 .service-overview-block,
  .service-overview-wrap .flex-wrap.items7 .service-overview-block,
  .service-overview-wrap .flex-wrap.items8 .service-overview-block,
  .service-overview-wrap .flex-wrap.items9 .service-overview-block, 
  .service-overview-wrap .flex-wrap.items10 .service-overview-block,
  .service-overview-wrap .flex-wrap.items11 .service-overview-block,
  .service-overview-wrap .flex-wrap.items12 .service-overview-block{
    width: 311px;
  }
}


.service-block-headline {
  color: #4a4544;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}

/* Why Demand Gen New Pages
----------------------------------------------------------- */

.page-template-page-alternate-content .service-intro1 {
  padding-bottom: 51px;
}

.page-template-page-alternate-content.full-width-content .site-inner,
.page-template-page-whydg.full-width-content .site-inner,
.page-template-partners-3col-page .site-inner,
.page-template-contact-page .site-inner,
.page-template-events-page .site-inner {
  background-image: none !important;
  padding-top: 79px;
}
.page-template-contact-page .site-inner {
  padding-top: 45px !important;
}
.whydg-alt-intro {
  margin: 0 auto;
  max-width: 780px;
  text-align: center;
}
.whydg-main-content {
  padding-top: 0; /*40px;*/
}
.page-id-11994 .whydg-main-content,
.page-id-11989 .whydg-main-content{
  padding-top: 40px;
}

.whydg-img { 
  margin-bottom: 29px;
  text-align: center;
}
@media screen and (min-width: 699px) {
  .whydg-img {
    display: inline-block;
    position: relative;
    text-align: initial;
    width: 339px;
  }
  .whydg-img img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .whydg-text {
    display: inline-block;
    position: relative;
    width: calc(100% - 365px);
  }
  .whydg-main-content .whydg-row {
    margin-bottom: 42px;
  }
  .whydg-main-content .whydg-row:nth-of-type(2n+1) {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .whydg-main-content .whydg-row:nth-of-type(2n) {
    -webkit-flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
  .page-template-page-whydg .whydg-main-content .whydg-row:nth-of-type(2n) {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .whydg-text-right-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.whydg-text h2 {
  color:  #4a4544;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
.whydg-text p {
  color: #4a4544;
  font-size: 17.5px;
  font-weight: 400;
}

.whydg-text li:not(.menu-item) {
  color: #4a4544;
  font-size: 17.5px;
  margin-left: 3px;
  margin-bottom: 15px;
}

.mb34, .gridx.grid1008.mb34 {
  margin-bottom: 34px;
}
.mb51 {
  margin-bottom: 51px;
}
.mb67 {
  margin-bottom: 67px;
}

.intro-button-container {
  margin-bottom: 21px;
}
.button.cta-button2,
body input[type="button"], body input[type="reset"], body input[type="submit"] {
  background-color: #adc543;
  border-radius: 7px; /*5px*/
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 10px;
  padding: 14px 27px;
  text-align: center;
  text-transform: capitalize; /*uppercase*/
}

.button.cta-button2:focus, .button.cta-button2:hover,
body input[type="button"]:focus, body input[type="reset"]:focus, body input[type="submit"]:focus,
body input[type="button"]:hover, body input[type="reset"]:hover, body input[type="submit"]:hover {
  background-color: #373935;
  color: #fff;
}

/* Callout
--------------------------- */

.callout-lt-bg {
  background-color: #e7e7e7;
  color: #333;
  padding: 24px;
}
@media screen and (min-width: 992px) {
  .half {
	width: 50%;
  }	
}
.bdored {
  color: #ed1a3b;
}
.larger {
  font-size: 120%;
  font-weight: 700;
}
.callout-button {
  background-color: #ed1a3b;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: auto;
  margin-top: 8px;
  padding: 13px; 25px;
  text-transform: uppercase;
  vertical-align: middle;
}
.callout-button:hover {
  background-color: #ab0f28;
  color: #fff !important;
}

/* old callout */

.full-width-callout {
  background-color: #44b3e1;
  padding: 29px 0 10px;
}
.full-width-callout-inner {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1056px) {
  .full-width-callout-inner {
    width: 960px;
  }
}

.full-width-callout .whydg-text {
  text-align: center;
}

.whydg-text h2.callout-headline {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 28px;
  padding-top: 64px;
}
@media screen and (min-width: 704px) {
  .whydg-text h2.callout-headline {
    padding-top: 27px;
  }
}
@media screen and (min-width: 1056px) {
  .whydg-text h2.callout-headline {
    padding-top: 64px;
  }
}

a.ghost-button1 {
  background-color: transparent;
  border: solid 1.5px #fff;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
  height: 64px;
  line-height: 60px;
  padding: 0 54px;
  text-align: center;
}
@media screen and (min-width: 840px) {
  a.ghost-button1 {
    font-size: 29px;
  }
}

a.ghost-button1:focus, a.ghost-button1:hover {
  background-color: #fff;
  color: #44b3e1;
}

.full-width-callout .whydg-img {
  margin: 32px auto 37px;
}
@media screen and (min-width: 704px) {
  .full-width-callout .whydg-img {
    margin: 0;
  }
}

/* Logo Slider 
------------------------------------------- */

.slider-container {
  margin: 0 auto 34px;
  max-width: 1100px;
  width: calc(100% - 40px);
}

.home .slider-container {
  margin-top: 37px;
}

body .slick-prev {
  left: 0;
}
body .slick-next {
  right: 0;
}
@media screen and (min-width: 1180px) {
  body .slick-prev {
    left: -19px;
  }
 body .slick-next {
    right: -19px;
  }
}

body .slick-prev::before, body .slick-next::before {
  color: #242121;
  font-size: 26px;
}

.slick-slider {
}
@media screen and (min-width: 1200px) {
  body .slick-slider {
    height: 144px; /*96px*/
  }
}

body .slick-slide {
  height: 144px; /*96px*/
  padding: 0 60px;
}
@media screen and (min-width: 450px) {
  body .slick-slide {
    padding: 0 81px;
  }
}
@media screen and (min-width: 520px) {
  body .slick-slide {
    padding: 0 42px;
  }
}
@media screen and (min-width: 1200px) {
  body .slick-slide {
    padding: 0 44px;
  }
}

body .slick-slide img {
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.home .home-hero-slider .slick-slide img {
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* Home /*72px;*/
------------------------------------------- */

.full-width-content.home .site-inner {
  background-image: none;
  padding-top: 39px !important; 
}
@media screen and (min-width: 500px) {
  .full-width-content.home .site-inner {
    padding-top: 46px !important; 
  }
}
@media screen and (min-width: 768px) {
  .full-width-content.home .site-inner {
    padding-top: 56px !important; 
  }
}
@media screen and (min-width: 116px) {
  .full-width-content.home .site-inner {
    padding-top: 39px !important; 
  }
}

/* Home top slider 
------------------------- */

/*
.rsCaption .vidyard_wrapper .play-btn {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin: 33px auto 0;
    width: 201px !important;
    height: 50px !important;
    border-radius: 6px !important;
    border: none !important;
    cursor: pointer !important;
    opacity: 1 !important;
    filter: alpha(opacity = 100) !important;
    transition: all 0.2s linear !important;
    overflow: visible !important;
    background-color: #c4e76a !important;
    color: #232121 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 1px 4px 0 !important;
    text-transform: capitalize !important;
    display: inline-block !important;
    text-align: center !important;
}

.rsCaption .vidyard_wrapper .play-btn .arrow-size-ratio {
    padding-top: 20px !important;
    width: 100% !important;
}

.rsCaption .vidyard_wrapper .play-btn .arrow-size {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 50px !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.rsCaption .vidyard_wrapper .play-btn .play-btn-size {
    padding-top: 0 !important;
    width: 100% !important;
    height: 50px !important;
}
.rsCaption .vidyard_wrapper .play-btn .arrow {
    position: relative !important;
    top: -3px !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 200px !important;
    height: auto !important;
    margin: 0 !important;
    border: none !important;
    border-left: none !important;
    border-right: none !important;
}

.rsCaption .vidyard_wrapper .play-btn .arrow::after {
  color: #232121;
  content: 'Watch Video';
  font-size: 18px;
  font-weight: 700;
}

.rsCaption .vidyard_wrapper .play-btn:hover {
   background-color: #fff !important;
}
.rsCaption .vidyard_wrapper .play-btn:hover .arrow::after {
  color: #373935 !important;
}

.rsCaption .vidyard_play_button {
    display: block !important;
}
*/

/* End VidYard
------------------------------------ */
@media screen and (max-width: 1114px) and (min-width: 701px) {
  .home .new-slider {
	margin-top: 10px;
  }
}


/* Home top slider resume
------------------------- */

.home .slick-slider.home-hero-slider, .home .home-hero-slider {
  background-color: #434444;
  /*min-height: 520px;*/ /* fix for BDO slide*/
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (max-width: 440px) {
  .home .slick-slider.home-hero-slider.slick-initialized, .home .home-hero-slider.slick-initialized {
	background-color: #fff;
  }
  .home .home-section-two-inner {
	margin-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .home .slick-slider.home-hero-slider, .home .home-hero-slider {
    height: 520px;
  }
}
@media screen and (max-width: 414px) {
  .home .home-hero-slider, .new-slider {
	min-height: 178px;	
  }
  .home .home-hero-caption-container {
    bottom: 14.5%;
	left: 3%;
	top: auto;
  }
}
@media screen and (max-width: 375px) {
  .home .home-hero-slider, .new-slider {
	min-height: 163px;	
  }
  .home .home-hero-caption-container {
	bottom: 11.5%;
  }
}
@media screen and (max-width: 360px) {
  .home .home-hero-slider, .new-slider {
	min-height: 156px;	
  }
  .home .home-hero-caption-container {
  }
}
@media screen and (max-width: 320px) {
  .home .home-hero-slider, .new-slider {
	min-height: 139px;	
  }
  .home .home-hero-caption-container {
    bottom: 10.5%;
  }
}
@media screen and (max-width: 300px) {
  .home .home-hero-slider, .new-slider {
	min-height: 122px;	
  }
  .home .home-hero-caption-container {
    bottom: 10%;
  }
}
/* End Fix*/

.home .slick-slider.home-hero-slider .slide, .home .home-hero-slider .slide {
  background-color: #434444;
  /*background-position: center center;
  background-size: cover; */
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) { /*561, 600, 768*/
  .home .slick-slider.home-hero-slider .slide, .home .home-hero-slider .slide {
    height: 520px;
    min-height: 520px;
  }
}
@media screen and (min-width: 1200px) {
  .home .slick-slider.home-hero-slider .slide, .home .home-hero-slider .slide {
    height: 520px;
    width: 100%;
  }
}

.home .home-hero-slider .slick-slide {
  padding: 0;
}

.home-hero-slider .slide a.home-hero-slide-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}



.home .home-hero-slider-title {
  color: #fff;
  display: block;
  font-family: Avenir, 'Open Sans', sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
}
@media screen and (min-width: 390px) {
  .home .home-hero-slider-title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (min-width: 480px) {
  .home .home-hero-slider-title {
    font-size: 39px;
    line-height: 46px;
  }
}
@media screen and (min-width: 640px) {
  .home .home-hero-slider-title {
    font-size: 43px;
    line-height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .home .home-hero-slider-title {
    font-size: 46px;
    line-height: 56px;
  }
}
@media screen and (min-width: 899px) {
  .home .home-hero-slider-title {
    font-size: 48px;
    line-height: 57px;
  }
}
@media screen and (min-width: 1080px) {
  .home .home-hero-slider-title {
    font-size: 50px;
    line-height: 60px;
  }
}

.slider-description {
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 46px;
}
@media screen and (min-width: 480px) {
  .slider-description {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 600px) {
  .slider-description {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .slider-description {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (min-width: 960px) {
  .slider-description {
    font-size: 30px;
    line-height: 33px;
  }
}

.home-hero-slider .slick-image {
  /*margin-left: -2% !important;*/
}
@media screen and (min-width: 1200px) {
 .home-hero-slider .slick-image {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1199px) {
  .home-hero-slider .slick-image {
    height: 100%;
    width: auto !important;
    min-width: 1200px;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .home-hero-slider .slick-image { /*force slide auto height, delete late*/
    height: auto;
    width: auto !important;
    min-width: 100%;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 560px) {
  /*.home-hero-slider .slick-image {
    height: 554px !important;
  }
  */
  .home .slick-slider.home-hero-slider .slide, .home .home-hero-slider .slide {
    /*height: 554px !important;*/ /*fix*/
  }
  .new-slider  {
    /*height: 554px !important;*/
  }
  .home .slick-slider.home-hero-slider, .home .home-hero-slider {
	height: auto !important; /*Fix, delete later*/	
  }
}
@media screen and (max-width: 479px) {
  /*.home-hero-slider .slick-image {
    height: 560px !important;
  }
  */
  .home .slick-slider.home-hero-slider .slide, .home .home-hero-slider .slide {
    /*height: 560px !important;*/
	height: auto !important;
  }
  .new-slider {
    /*height: 560px !important;*/
  }
  .home .slick-slider.home-hero-slider, .home .home-hero-slider {
	height: auto !important;
  }
}
@media screen and (max-width: 428px) {
  .home .slick-slider.home-hero-slider .slide, .home .home-hero-slider .slide {
  }
  .home .slick-slider.home-hero-slider, .home .home-hero-slider {
  }
}
@media screen and (max-width: 414px) {
  .home .slick-slider.home-hero-slider .slide, .home .home-hero-slider .slide {
  }
  .home .slick-slider.home-hero-slider, .home .home-hero-slider {
  }
}
@media screen and (max-width: 390px) {
  /*.home-hero-slider .slick-image {
    height: 590px !important;
  }*/
  .home .slick-slider.home-hero-slider .slide, .home .home-hero-slider .slide {
    /*height: 590px !important;*/
  }
  .home .slick-slider.home-hero-slider, .home .home-hero-slider {
	/*height: 590px !important;*/
  }
}
@media screen and (max-width: 340px) {
  /*.home-hero-slider .slick-image {
    height: 620px !important;
  }
  */
  .home .slick-slider.home-hero-slider .slide, .home .home-hero-slider .slide {
    /*height: 620px !important;*/
  }
  .new-slider {
    /*height: 620px !important;*/
  }
  .home .slick-slider.home-hero-slider, .home .home-hero-slider {
	/*height: 620px !important;*/
  }
}


.home-hero-caption-container {
  display: inline-block;
  z-index: 3;
}
.slick-initialized .home-hero-caption-container {
  display: block;
}

.home-hero-caption-container {
  background: transparent;
  bottom: auto;
  color: #fff;
  float: none;
  padding: 2px 0; /*2px 34px;*/
  position: absolute;
  text-align: left;
}
@media screen and (min-width: 560px) {
  .home-hero-caption-container {
    padding: 2px 0;
  }
}
@media screen and (max-width: 599px) {
  .home-hero-caption-container {
    left: 3.75%;
    bottom: 14.5%;
  }
}
@media screen and (min-width: 600px) { /*This is a fix for text in image*/
  .home-hero-caption-container {
	left: 3.75%; /*auto, 54%, 6%*/
	top: 78%; /*50%, 75%;*/
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - 108px); /*auto*/
  }
}
@media screen and (min-width: 640px) {
  .home-hero-caption-container {
    padding: 2px 0;
  }
}
@media screen and (min-width: 790px) {
  .home-hero-caption-container {
    left: auto;
    padding: 2px 27px 0 43px; /*2px 27px 0 34px;*/
    width: 87%;
  }
}
@media screen and (min-width: 960px) {
  .home-hero-caption-container {
    width: 76%;
  }
}
@media screen and (min-width: 1020px) {
  .home-hero-caption-container {
    width: 68%;
  }
}
@media screen and (min-width: 1140px) {
  .home-hero-caption-container {
    width: 61%;
  }
}
@media screen and (min-width: 1200px) {
  .home-hero-caption-container {
    padding-left: 3.75%; /*74px;*/
    width: 56%;
  }
}
/* Commented out to fix */
/*
@media screen and (max-width: 479px) {
  .home-hero-caption-container {
    top: calc(50% + 1px);
  }
}

@media screen and (max-width: 390px) {
  .home-hero-caption-container {
    top: calc(50% + 1px);
  }
}
@media screen and (max-width: 340px) {
  .home-hero-caption-container {
    top: calc(50% + 1px);
  }
}
*/



.slider-cta-button {
  background-color: #ED1A3B; /*#c4e76a;*/ /*#373935;*/
  border-radius: 5px;
  color: #fff; /*#232121;*/ /*#fff;*/
  display:none;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  padding: 14px 42px;
  text-transform: capitalize; /*uppercase;*/
}
.home-hero-slider .slider-cta-button {
  padding: 8px 26px;
}
.slick-initialized .slider-cta-button {
  display: inline-block;
}
@media screen and (min-width: 420px) {
  .slider-cta-button {
    font-size: 16px;
  }
}
@media screen and (min-width: 479px) {
  .slider-cta-button {
    font-size: 18px;
  }
}
@media screen and (min-width: 561px) {
  .home-hero-slider .slider-cta-button {
    padding: 14px 42px;
  }
}

.button-blue {
  background-color: #0070cd;
  border-radius: 7px;
  color: #fff;
  font-family: "AvenirLTStd-Roman", "Avenir Next", "Avenir", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
  padding: 17.5px 42px;
  text-transform: uppercase;
}
@media screen and (min-width: 420px) {
  .button-blue {
    font-size: 16px;
  }
}
@media screen and (min-width: 479px) {
  .button-blue {
    font-size: 18px;
  }
}
@media screen and (min-width: 599px) {
  .button-blue {
    font-size: 20px;
  }
}
.button-blue:focus, .button-blue:hover {
  background-color: #fff;
  color: #232121;
}


.slider-cta-button:focus, .slider-cta-button:hover {
  background-color: #fff;
  color: #373935;
}
.slider-cta-button.Overview {
  display: none;
}

body .rsUni .rsArrow {
  z-index: 99;
}

.home .slick-dots {
  bottom: 0;
}
.slick-dots li button {
  -webkit-transition: all ease .23s;
  transition: all ease .23s;
}
.home .slick-dots li button::before {
  background-color: transparent;
  color: #fff;
  font-size: 13px;
  height: 20px;
  opacity: 1;
  padding: 5px 0;
  width: 20px;
}
.home .slick-dots li.slick-active button::before,
.home .slick-dots li button:hover::before {
  color: #4a4544;
  opacity: 1;
}

.home .home-hero-slider .slick-prev::before, .home .home-hero-slider .slick-next::before {
  color: #d7d7d7;
}
.home .home-hero-slider .slick-prev {
  left: 8px;
  height: 30px;
  width: 30px;
  z-index: 4;
}
.home .home-hero-slider .slick-next {
  right: 15px;
  height: 30px;
  width: 30px;
  z-index: 4;
}


/* Home Two
-------------------------- */

.home-section-two-inner {
  margin: 66px auto 0;
  padding-bottom: 4px;
  width: 90%;
}
@media screen and (min-width: 1166px) {
  .home-section-two-inner {
    width: 1060px;
  }
}

.home-two-text-left {
  margin-bottom: 51px;
}
@media screen and (min-width: 970px) {
  .home-two-text-left {
    margin-bottom: 0;
    padding-bottom: 51px;
    width: calc(100% - 600px);
  }
}
@media screen and (min-width: 1166px) {
  .home-two-text-left {
    margin-bottom: 0;
    width: 316px; /*327px*/
  }
}

.home-two-text-left h2 {
  color: #4a4544;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  margin-top: 0;
  text-transform: uppercase;
}

.home-two-text-block {
  margin-top: 3px;
  padding-bottom: 34px;
}
.home-two-text-block p {
  color: #4a4544;
  font-size: 21px;
  line-height: 28px;
}

.green-cta {
  background-color: #adc543;
  border-radius: 5px;
  color: #4a4544;
  font-size: 18px;
  font-weight: 700;
  padding: 11.5px 43.5px;
  text-transform: uppercase;
}
.green-cta:focus, .green-cta:hover {
  background-color: #0171bd;
  color: #fff;
}

.home-pillar-container {
  width: 100%;
}
@media screen and (min-width: 970px) {
  .home-pillar-container {
    width: 570px;
  }
}
@media screen and (min-width: 1166px) {
  .home-pillar-container {
    width: 698px; /*686px*/
  }
}

.home-pillar-block {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 665px) {
  .home-pillar-block {
    display: inline-block;
    width: 48%;
  }
}
@media screen and (min-width: 1166px) {
  .home-pillar-block {
    display: inline-block;
    width: 33.3333%;
  }
}


.pillar-block-link {
  display: block;
  text-align: center;
}
.home-pillar-block-image {
  margin: 0 auto 22px;
  margin-bottom: 22px;
  width: 122px;
}
@media screen and (min-width: 1166px) {
  .home-pillar-block-image {
    width: 114px;
  }
}

.home-pillar-block h4 {
  color: #4a4544;
  font-family: "Avenir", "AvenirLTStd-Light", sans-serif;
  font-size: 19.5px;
  font-weight: 500;
  margin-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
}

.home-pillar-block h4 span {
  display: inline-block;
}
.home-pillar-block:nth-of-type(2) h4 span {
  max-width: 200px;
}
.home-pillar-block:nth-of-type(5) h4 span {
  max-width: 126px;
}

/* Home Three
-------------------------- */

.home-slider-title {
  background-color: #4a4444;
  display: block;
  height: 51px;
  position: relative;
  width: 100%;
}
.dark-down-arrow {
  border-style: solid;
  border-width: 17px 13.5px 0 13.5px;
  border-color: #4a4444 transparent transparent transparent;
  bottom: -17px;
  height: 0;
  left: calc((100% - 27px) / 2);
  position: absolute;
  width: 0;
}

/* Logo Slider 
--------------------------- */

.slider-title {
  color: #adc543;
  display: block;
  font-family: Avenir, "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}

.home-slider-title .slider-title {
  text-transform: uppercase;
}

/* Home last
---------------------------- */

.home-last {
  color: #4a4544;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 37px;
  text-align: center;
}
.home-last-inner {
  margin: 0 auto;
  padding-bottom: 17px;
  width: 90%;
}
@media screen and (min-width: 1000px) {
  .home-last-inner {
    width: 906px;
  }
}



/* Resources Page
-------------------------- */

.page-id-11490 .entry-header,
.page-id-11490 .post-edit-link {
  display: none;
}

.page-id-11490 .entry {
  margin-bottom: 0;
}

.page-id-11490 .site-header {
  position: fixed !important;
}

.full-width-content.page-id-11490 .site-inner {
  background-image: none;
  padding-top: 0;
}


.full-width-content.page-id-11490 .site-container {
  box-shadow: none;
}


/* Site wide
------------------------------------------- */

.center {
  text-align: center;
}
.archive.demandg-sub-page .site-container > .entry-title, .blog.demandg-sub-page .site-container > .entry-title {
  margin: 72px 0 0;
}

/* Page Template Default 
------------------------------------------ */

.page-template-default .site-inner,
.page-template-page-service .site-inner,
.page-template-page-service-v4 .site-inner {
  padding-top: 72px;
}

/* Page Services
------------------------------------------ */

.page-template-page-service .services-banner,
.page-template-page-service-v4 .services-banner {
  margin: 0 -30px 0;
  width: calc(100% + 60px);
}
.demandg-sub-page:not(.archive):not(.blog) .text-left,
.cta-page-before-footer, .page-before-footer {
  border-top: solid 12px #adc543;
}
.demandg-sub-page.page-template-page-service:not(.archive):not(.blog) .text-left,
.demandg-sub-page.page-template-page-service-v4:not(.archive):not(.blog) .text-left {
  border-top: none;
}

/* All Services
------------------------------------------- */

.page-template-page-all-services .site-inner {
  background-image: none !important;
  padding-top: 71px;
}
.allservices-alt-intro {
  font-size: 21px;
  margin: 0 auto 47px;
  max-width: 818px;
  text-align: center;
}

.all-services-main-content {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1078px) {
  .all-services-main-content {
    width: 980px;
  }
}

.all-services-entry {
  margin-bottom: 84px;
  width: 100%;
}
@media screen and (min-width: 880px) {
  .all-services-entry {
    display: inline-block;
    width: 47%;
  }
}
@media screen and (min-width: 1078px) {
  .all-services-entry {
    display: inline-block;
    width: 44.8%;
  }
}

.serv-img {
  display: block;
  margin: 0 auto 29px;
  text-align: center;
  width: 137px;
}
@media screen and (min-width: 880px) {
  .serv-img {
    display: inline-block;
    margin: 0;
    text-align: left;
    width: 154px;
  }
}
@media screen and (min-width: 1078px) {
  .serv-img {
    display: inline-block;
    text-align: left;
    width: 154px;
  }
}

.serv-img img {
  width: 137px;
}
@media screen and (min-width: 880px) {
  .serv-img {
    width: 116px;
  }
}
@media screen and (min-width: 1078px) {
  .serv-img {
    width: 116px;
  }
}

.all-services-entry-headline {
  color: #4a4544;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 880px) {
  .all-services-entry-headline {
    max-width: 280px;
    text-align: left;
  }
}
@media screen and (min-width: 1078px) {
  .all-services-entry-headline {
    max-width: 280px;
    text-align: left;
  }
}

.all-services-entry-headline a {
  color: #4a4544;
}
.all-services-entry-headline a:focus,
.all-services-entry-headline a:hover {
  color: #adc543;
}

.all-services-entry-text {
  display: block;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 880px) {
  .all-services-entry-text {
    display: inline-block;
    max-width: 280px;
    text-align: left;
    width: calc(100% - 154px);
  }
}
@media screen and (min-width: 1078px) {
  .all-services-entry-text {
    display: inline-block;
    max-width: 280px;
    width: calc(100% - 154px);
  }
}

.all-services-prefooter {
  background-color: #adc543;
  margin: 0 -30px;
  padding: 30px 0 27px;
}
.all-services-prefooter-inner {
  margin: 0 auto;
  width: calc(90% - 40px);
}
@media screen and (min-width: 1122px) {
  .all-services-prefooter-inner {
    width: 1020px;
  }
}

.all-services-prefooter-left {
  margin-bottom: 37px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 880px) {
  .all-services-prefooter-left {
  display: inline-block;
    margin-bottom: 0;
    text-align: left;
    width: 432px;
  }
}
@media screen and (min-width: 1122px) {
  .all-services-prefooter-left {

  }
}

.all-services-prefooter-right {
  background-image: url('/wp-content/themes/demandgen/images/left-quote.png');
  background-position: 22px 31px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 880px) {
  .all-services-prefooter-right {
    height: 330px;
    width: calc(100% - 442px);
  }
}
@media screen and (min-width: 908px) {
  .all-services-prefooter-right {
    height: 320px;
  }
}
@media screen and (min-width: 970px) {
  .all-services-prefooter-right {
    height: 316px;
  }
}
@media screen and (min-width: 1020px) {
  .all-services-prefooter-right {
    height: 296px;
  }
}
@media screen and (min-width: 1122px) {
  .all-services-prefooter-right {
    height: 294px;
    padding-right: 30px;
    text-align: center;
    width: 520px;
  }
}

.all-services-quote-inner {
}
@media screen and (min-width: 880px) { /*1122*/
  .all-services-quote-inner {
    position: relative;
    top: calc(50% + 20px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.all-services-footer-quote {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 33px;
  text-align: center;
}

.footer-cite {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 13px 0 0;
  text-align: center;
}

.nav-primary .ubermenu .ubermenu-content-block {
    margin-bottom: 0;
}
.ubermenu .ubermenu-custom-content-padded {
      padding-bottom: 4px !important;
}

/* Service Third Level v2
------------------------------------------------ */

.page-template-page-service-v2 .site-inner,
.page-template-page-service-v3 .site-inner, 
.page-template-page-service-v3b .site-inner,
.page-template-page-service-v5 .site-inner,
.page-template-page-service-v5b .site-inner,
.page-template-page-service-v5c .site-inner,
.page-template-page-service-v5d .site-inner
 {
  background-image: none !important;
  padding-bottom: 0; /*47px*/
}

.page-template-page-service-v2 .pillar-info,
.page-template-page-service-v3 .pillar-info,
.page-template-page-service-v3b .pillar-info,
.page-template-page-service-v5 .pillar-info,
.page-template-page-service-v5b .pillar-info,
.page-template-page-service-v5c .pillar-info,
.page-template-page-service-v5d .pillar-info,
.v3main {
  padding-bottom: 36px;
}
.page-template-page-service-v5d .v3main {
  padding-bottom: 0;
}
@media screen and (min-width: 1089px) {
  .page-template-page-service-v5c .pillar-info,
	.page-template-page-service-v5d .pillar-info{
    padding-bottom: 26px;
  }
  .page-template-page-service-v3b .pillar-info {
    padding-bottom: 14px;
  }
  .page-template-page-service-v3 .pillar-info {
    padding-bottom: 9px;
  }
}

@media screen and (min-width: 420px) {
  .page-template-page-service-v2 .pillar-image {
    width: 272px;
  }
}
@media screen and (min-width: 1089px) {
  .page-template-page-service-v2 .pillar-intro {
    width: 672px;
  }
}

.service-v2-wrap {
  padding: 34px 0 29px;
}
@media screen and (min-width: 699px) {
  .service-v2-wrap {
    padding: 34px 0 16px;
  }
}

.service-v2-content {
  font-size: 20px;
  line-height: 26px;
  padding-top: 13px;
}
@media screen and (min-width: 880px) {
  .service-v2-content {
    width: calc(100% - 408px);
  }
  .page-template-page-service-v5 .service-v2-content,
  .page-template-page-service-v5b .service-v2-content,
  .page-template-page-service-v5d .service-v2-content {
    width: 100%;
  }
}
@media screen and (min-width: 1188px) {
  .service-v2-content {
    width: 588px;
  }
}

.service-v2-content ul li {
  margin-bottom: 6px;
}

.service-v2-sidebar {
  padding-bottom: 23px;
  width: 100%;
}
@media screen and (min-width: 880px) {
  .service-v2-sidebar {
    width: 384px;
  }
}
@media screen and (min-width: 1089px) {
  .service-v2-sidebar {
    width: 423px;
  }
}

.resourceSummary.launchpad {
  background-color: #4b4545;
  margin-top: 0;
  padding-top: 36px; /*52px*/
  padding-bottom: 24px; /*37px*/
}
.resourceSummary.launchpad p {
  margin-bottom: 16px;
  text-align: center;
}
/* HERE This must be Added */
.resourceSummary.launchpad p label {
  color: #fff !important;
}
.resourceSummary.launchpad p label span {
  display: none;
}
.resourceSummary.launchpad input,
.resourceSummary.launchpad select,
.resourceSummary.launchpad textarea {
  margin-bottom: 16px;
} 
.resourceSummary.launchpad input[type="submit"] {
  margin-top: 19px;
  margin-bottom: 0;
}
/* contact page */
.demg-contact .entry-content label, .demg-contact .entry-content .resourceSummary.contactPageForm {
  color: #232121;
}

.demg-contact .entry-content .resourceSummary.contactPageForm .input input,
.demg-contact .entry-content .resourceSummary.contactPageForm .input select {
  height: 54px;
  position: relative;
  /*top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  */
}
.demg-contact .entry-content .resourceSummary.contactPageForm .input select {
  padding: 0 16px;
}

.demg-contact .entry-content .resourceSummary.contactPageForm label {
  color: #fff;
  display: none; /*inline-block;*/
  /*float: left;*/
  font-size: 16px;
  height: auto;
  position: relative;
  width: auto; /* 20%;*/
  /*position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  */
}


@media screen and (min-width: 640px) {
  .demg-contact .entry-content .resourceSummary.contactPageForm label {
    /*display: none; /*inline-block;*/
    font-size: 16px;
    /*font-size: 24px !important;
    line-height: 30px !important;*/
    /*padding-left: 60px;*/
  }
}

.demg-contact .entry-content .resourceSummary.contactPageForm label span {
  color: #fff;
  position: relative;
  /*
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  */
}

.demg-contact .entry-content .resourceSummary.contactPageForm .input {
  border: 1px solid #232121;
  display: inline-block;
  /*float: right;*/
  margin-top: 6px;
  margin-bottom: 14px;
  margin-left: 0; /*28%;*/
  width: 99.99%;
}
@media screen and (min-width: 599px) {
  .demg-contact .entry-content .resourceSummary.contactPageForm .input {
    margin-left: 0; /*26%;*/
    width: 99.99%;/*74%;*/
  }
}
@media screen and (min-width: 820px) {
  .demg-contact .entry-content .resourceSummary.contactPageForm .input {
    margin-left: 0; /*20%;*/
    width: 99.99%; /* 80%;*/
  }
}

.demg-contact .entry-content .resourceSummary.contactPageForm .input {
  height: 56px;
  min-height: 54px;
}
.demg-contact .entry-content .resourceSummary.contactPageForm .hs-error-msgs,
.resourceSummary.launchpad .hs-error-msgs {
  list-style-type: none;
  margin-left: 0 !important;
  width: 100%;
}
.eventmain .resourceSummary a, .resourceSummary .hbspt-form a, .hbspt-form a {
  color: #fff;
}
.eventmain .resourceSummary a:hover, .resourceSummary .hbspt-form a:hover, .hbspt-form a:hover {
  color: #adc545;
}
.entry-content ul.hs-error-msgs li,
ul.hs-error-msgs li {
  color: #fff !important;
  float: none; /*right;*/
  height: auto; /*26px;*/
  list-style: none !important;
  margin-left: auto !important;
  padding: 3px 0; /*12px 0*/
  position: relative;
  width: 100% !important; /*79% !important;*/
  text-align: center;
}
.demg-contact .entry-content .resourceSummary.contactPageForm .hs-error-msgs label,
.resourceSummary.launchpad .hs-error-msgs label {
  display: block !important;
  color: #fff !important;
  width: 99.99%;
  position: relative;
}

.demg-contact .entry-content .resourceSummary.contactPageForm .hs-form-field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  height: auto;
  position: relative;
}
.demg-contact .entry-content .resourceSummary.contactPageForm .hs-form-field.hs-comments .input {
  height: 200px;
}
.demg-contact .entry-content .resourceSummary.contactPageForm .hs-form-field.hs-comments .input textarea {
  height: 100%;
}
.demg-contact .entry-content .resourceSummary.contactPageForm .hs-form-field.hs-recaptcha,
.launchpad.resourceSummary .hs-form-field.hs-recaptcha {
  margin-top: 9px;
  padding-left: calc((100% - 256px) / 2);
}
.demg-contact .entry-content .resourceSummary.contactPageForm .hs-form-field.hs-recaptcha .input,
.launchpad.resourceSummary .hs-form-field.hs-recaptcha .input {
  border: none;
  width: auto;
}

.demg-contact .hs-button[type="submit"] {
  border-radius: 5px;
  clear: both;
  display: block;
  margin-top: 19px;
}

/* HERE End additions */

.resourceSummary.launchpad input,
.resourceSummary.launchpad input[type="submit"],
.resourceSummary.launchpad textarea,
.resourceSummary.contactPageForm input,
.resourceSummary.contactPageForm input[type="submit"],
.resourceSummary.contactPageForm textarea {
  border-radius: 5px;
}
.events-page-content .resourceSummary.launchpad input,
.events-page-content .resourceSummary.launchpad input[type="submit"],
.events-page-content .resourceSummary.launchpad textarea {
  margin-top: 6px;
  margin-bottom: 14px;
}


/* HQ Edits
---------------------------------------- */

.page-template-global-locations-page .entry-content {
  margin-bottom: 20px;
}
.page-template-global-locations-page .entry-title2 {
  margin-bottom: 33px;
}
.hq-last {
  margin-top: 16px;
  margin-bottom: 40px;
}
.page-template-global-locations-page .site-inner {
  background-image: none !important;
  padding-top: 50px;
}
.location-container {
  padding: 0 8px;
}
.location-container.location-container-2 {
  padding-bottom: 16px;
}

.office-location-left, .office-location-right {
  width: 100%;
}
@media screen and (min-width: 611px) {
  .office-location-left, .office-location-right {
    
  }
}
@media screen and (min-width: 880px) {
  .office-location-left, .office-location-right {
    display: inline-block;
    width: 48%;
  }
}
@media screen and (min-width: 1089px) {
  .office-location-left, .office-location-right {
    width: 467px;
  }
}

.office-location.one-half {
  float: none;
  text-align: center;
  margin: 0 auto 31px;
  width: 100% !important;
}
@media screen and (min-width: 980px) {
  .office-location.one-half {
    margin: 0 auto;
    width: 48.7% !important;
  }
}

.location-container-2 .green-border1 {
  margin-top: 23px;
  margin-bottom: 38px;
}

/* Careers New
---------------------------------------------- */
/* HERE


*/

/* HERE */

body.page-template-careers-page .content, body.page-template-careers-endpoint-page .content {
  padding-bottom: 22px; /*30px*/
}

body.page-template-careers-page .site-inner > .wrap, body.page-template-careers-endpoint-page .site-inner > .wrap{
  padding: 0 !important;
}

.page-template-careers-page .site-inner, .page-template-careers-endpoint-page .site-inner {
  background-image: none !important;
  padding-top: 72px !important;
}

.careers-section-one {
  background: #58bde8;
  background: -moz-linear-gradient(top, #58bde8 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #58bde8 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #58bde8 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58bde8', endColorstr='#ffffff',GradientType=0 );
  padding: 18px 0 1px; 
  position: relative;
}
@media screen and (min-width: 994px) {
  .careers-section-one {
    padding: 95px 0 1px; 
  }
}
@media screen and (min-width: 1188px) {
  .careers-section-one {
    background-color: #fff; /*#adc543;*/
  }
}

.careers-one-left {
  width: 0;
  z-index: 0;
}
@media screen and (min-width: 994px) {
  .careers-one-left {
    display: inline-block;
    width: calc(100% - 510px); /*100%; /*calc(100% - 510px)*/
  }
}
@media screen and (min-width: 1188px) {
  .careers-one-left {
    display: inline-block;
    width: 690px; /*100%; /*690px*/
  }
}

.careers-hero-img {
  display: none;
  left: auto;
  position: absolute;
  right: 0; /*89%;*/
  top: 0;
  height: 538px;
  width: 1200px;
  max-width: 1200px;
}
@media screen and (min-width: 994px) {
  .careers-hero-img {
    left: auto; /*0 /*calc(50% - 690px);*/
    right: 0; /*auto*/
    display: block;
  }
}
@media screen and (min-width: 1188px) {
  .careers-hero-img {
  }
}
@media screen and (min-width: 1200px) {
  .careers-hero-img {
    left: auto; /*0 /*calc(50% - 690px);*/
    right: 0; /*auto*/
    /*display: none !important;*/
  }
}

.careers-one-right {
  padding: 95px 5% 56px; /* 95px 0 56px */
  width: 100%;
}
@media screen and (min-width: 994px) {
  .careers-one-right {
    display: inline-block;
    padding: 0 49px;
    width: 510px;
    z-index: 2;
  }
}
@media screen and (min-width: 1188px) {
  .careers-one-right {
    display: inline-block;
    padding: 0 49px;
    width: calc(100% - 690px);
  }
}

h1.careers-title {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.careers-description {
  margin-bottom: 52px;
}
.careers-description p {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.button4 {
  background-color: #002f56;
  border-radius: 11px; /*6px;*/
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 14px 49px;
  text-align: center;
}
.button4:focus, .button4:hover {
  background-color: #232222;
  color: #fff;
}

/* Careers New New 
----------------------------- */

.careers-hero-alt-img {
  display: none;
}
@media screen and (max-width: 993px) and (min-width: 640px) {
  .careers-section-one {
    padding-top: 32px;
  }
  .careers-one-left {
    width: 100%;
  }
  .careers-hero-alt-img {
    display: block;
    height: auto;
    margin: 0 auto;
    position: relative;
    width: auto; /*100%*/
  }
}

/* Careers 2 */

.careers-section-two {
  padding-top: 42px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 994px) {
  .careers-section-two {
    padding-top: 111px;
  }
}

.headline-style-31 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
}
.headline-style-32 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 26px;
}
.careers-two-perks {
  margin-top: 43px;
  padding-bottom: 46px;
}

.careers-two-block {
  margin-bottom: 16px;
}
@media screen and (min-width: 899px) {
  .careers-two-block {
    width: calc(50% - 32px);
  }
}
@media screen and (min-width: 1188px) {
  .careers-two-block {
    width: 508px;
  }
}

.careers-two-icon {
  display: inline-block;
  width: 80px;
}
@media screen and (min-width: 1188px) {
  .careers-two-icon {
    width: 80px;
  }
}

.careers-two-text-block {
  display: inline-block;
  width: calc(100% - 80px);
}
@media screen and (min-width: 1188px) {
  .careers-two-text-block {
    width: 428px;
  }
}

.careers-two-tagline {
  color: #002f56;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
}
.careers-two-text {

}
.careers-two-text p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.careers-section-three {
  /*background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 378px;
  */
  padding: 1px 0;
  width: 100%;
}

/* Careers Four */

.page-template-careers-endpoint-page .careers-section-four {
  padding-top: 36px;
}
@media screen and (min-width: 994px) {
  .page-template-careers-endpoint-page .careers-section-four {
  padding-top: 142px;
  }
}

/* Careers 5 */

.careers-testimonials {
  padding-top: 7px; /*70px*/
}
@media screen and (min-width: 1200px) {
  .careers-testimonials {
    margin-top: 0; /*-100px;*/
  }
}

.careers-testimonials-container {
  margin-top: 48px;
}
.careers-testimonial-block {
  border-radius: 6px;
  margin-bottom: 42px;
  padding: 23px 25px 1px; /*23px 21px 1px;*/
  text-align: center;
}
@media screen and (min-width: 899px) {
  .careers-testimonial-block {
    width: calc((100% - 103px) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .careers-testimonial-block {
    width: calc((100% - 150px) / 3);
    /*width: calc((100% - 120px) / 3);*/
  }
}

.careers-testimonial-block:nth-of-type(3n+1) {
  background-color: #9e1b64;
}
.careers-testimonial-block:nth-of-type(3n+2) {
  background-color: #40b4e5;
}
.careers-testimonial-block:nth-of-type(3n+3) {
  background-color: #f26724; /*#ffc600;*/
}


.employee-avatar {
  border: solid #fff 5px;
  border-radius: 50%;
}
.careers-testimonial-quote {
  padding-top: 6px; /*19px*/
}
.careers-testimonial-quote p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

/* Footer Misc */

.footer-button {
  margin-top: 15px;
}
.footer-button .outer_vidyard_wrapper {
  display: inline-block;
}
.ghost-button3 {
  border: solid 2px #fff;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 42px;
  line-height: 38px;
  padding: 0 24px;
}
.ghost-button3:focus, .ghost-button3:hover {
  background-color: #fff;
  color: #adc543;
}
.mt12 {
  margin-top: 12px;
}

/* Campaign Launchpad New
-------------------------------------*/

select:required:invalid {
  color: #333;
}
option[value=""][disabled] {
  display: none;
}
select#numberOfEloquaUsers1 option[data-default]{
  content: "Number of Eloqua Users";
}
.height-zero {
  height: 0 !important;
}
.height-zero p, .height-zero input, .height-zero script {
  margin: 0;
  height: 0;
}

.page-template-page-service-v2 {
  overflow-x: hidden;
}

.whydg-img.v2img { 
  margin: 21px auto 29px;
  margin-bottom: 29px;
  text-align: center;
}
.whydg-text.v2text {
  margin-top: 29px;
}
@media screen and (min-width: 699px) {
  .whydg-img.v2img {
    display: inline-block;
    margin: 0 0 29px;
    text-align: initial;
    width: 364px;
  }
  .whydg-text.v2text {
    display: inline-block;
    margin-top: 17px;
    width: calc(100% - 385px);
  }
  .page-id-12850 .whydg-text.v2text {
	  margin-top: 1px; /*Campaign Launchpad*/
  }
  .whydg-main-content.v2-mid-content .whydg-row:nth-of-type(2n+1) .flex-wrap {
    position: relative;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .whydg-main-content.v2-mid-content .whydg-row:nth-of-type(2n) .flex-wrap {
    height: 100%;
    position: relative;
    -webkit-flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
  .whydg-main-content.v2-mid-content .whydg-row:nth-of-type(3) {
    padding-top: 12px;
  }
}

@media screen and (min-width: 1188px) {
  .whydg-img.v2img {
    display: inline-block;
    text-align: initial;
    width: 524px;
  }
  .whydg-main-content.v2-mid-content .whydg-row:nth-of-type(3) .whydg-img.v2img {
    width: 512px;
  }
  .whydg-text.v2text {
    display: inline-block;
    width: 519px;
  }
}

.service-v2-content {
  color: #4b4545;
}

.service-v2-content h2 {
  color: #4b4545;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
}
.whydg-text.v2text h3 {
  color: #4b4545;
  font-family: "AvenirLTStd-Roman", Avenir, "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 1040px) {
  .whydg-main-content.v2-mid-content .whydg-row:nth-of-type(2) {
    height: 320px;
  }
  .whydg-main-content.v2-mid-content .whydg-row:nth-of-type(2) .v2text {
    position: relative;
    height: 100%;
  }
  .whydg-main-content.v2-mid-content .whydg-row:nth-of-type(2) .v2text .v2text-inner {
     position: relative;
     top: calc(50% - 18px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.v2gb2 {
  margin: 6px auto;
}

.whydg-main-content.v2-mid-content .whydg-row:last-child .v2gb2 {
  display: none;
}

.page-template-page-service-v2 .all-services-prefooter-inner {
}
@media screen and (min-width: 880px) {
  .page-template-page-service-v2 .all-services-prefooter-inner {
    width: calc(90% + 36px);
  }
  .page-template-page-service-v2 .all-services-quote-inner {
    top: calc(50% + 10px);
  }
}
@media screen and (min-width: 1122px) {
  .page-template-page-service-v2 .all-services-prefooter-inner {
    width: calc(90% + 36px);
  }
}
@media screen and (min-width: 1188px) {
  .page-template-page-service-v2 .all-services-prefooter-inner {
    width: 1112px;
  }
  .page-template-page-service-v2 .all-services-prefooter-left {
    width: 495px;
  }
  .page-template-page-service-v2 .all-services-prefooter-right {
    width: 560px;
  }
}

.page-template-page-service-v2 .whydg-text p {
  font-size: 20px;
  line-height: 26px;
}

.page-template-page-service-v3b .site-inner,
.page-template-page-service-v5b .site-inner {
  padding-top: 71px;
  background-image: none !important;
}
.page-template-page-service-v5c .site-inner, .page-template-page-service-v5d .site-inner  {
  padding-top: 36px;
  background-image: none !important;
}
.page-template-page-service-v3b .service-image-right,
.page-template-page-service-v5b .service-image-right {
  margin: 29px 0;
  text-align: center;
  width: 100%;
}
.page-template-page-service-v5c .service-image-right, .page-template-page-service-v5d .service-image-right {
  margin: 29px auto 0;
  text-align: center;
  max-width: 180px;
  width: 100%;
}
@media screen and (min-width: 1096px) {
  .page-template-page-service-v3 .pillar-image, .page-template-page-service-v3b .pillar-image, 
  .page-template-page-service-v5 .pillar-image, .page-template-page-service-v5b .pillar-image {
    height: auto;
    margin: 29px 0 0;
    min-height: 194px; /*202, 206px;*/
    position: relative;
  }
  .page-template-page-service-v5c .pillar-image, .page-template-page-service-v5d .pillar-image {
    height: auto;
    margin: 29px 0;
    min-height: 206px;
    position: relative;
  }
  .page-template-page-service-v3 .pillar-image img, .page-template-page-service-v3b .pillar-image img, 
  .page-template-page-service-v5 .pillar-image img, .page-template-page-service-v5b .pillar-image img {
    top: calc(50% - 28px); /*calc(50% - 40px);*/
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
  }
  .page-template-page-service-v5c .pillar-image img, .page-template-page-service-v5d .pillar-image img {
    top: calc(50% + 19px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
  }
  .page-id-17178.page-template-page-service-v5b .pillar-image img {
    top: calc(50% + 5px);
  }
  .page-template-page-service-v3 .pillar-image,
  .page-template-page-service-v5 .pillar-image {
    width: 290px; /*225*/
  }
  .page-template-page-service-v3b .pillar-image, .page-template-page-service-v5b .pillar-image, .page-template-page-service-v5c .pillar-image, .page-template-page-service-v5d .pillar-image {
	  width: 180px;
  }
  .page-template-page-service-v3b .service-image-right, .page-template-page-service-v5b .service-image-right {
  	margin: 0;
  	text-align: center;
  	width: 180px;
  }
  .page-template-page-service-v5c .service-image-right, .page-template-page-service-v5d .service-image-right {
    margin: 0;
    text-align: center;
    width: 160px;
  }
  .page-template-page-service-v3b .flex-wrap.grid990.pillar-info, .page-template-page-service-v5b .flex-wrap.grid990.pillar-info,
  .page-template-page-service-v5c .flex-wrap.grid990.pillar-info, .page-template-page-service-v5d .flex-wrap.grid990.pillar-info{
  	width: 100%;
  	max-width: 1080px;
  }
}
@media screen and (min-width: 1089px) {
  .page-template-page-service-v5b .service-image-right img {
    top: calc(50% + 5px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 150px;
    height: 150px;
    position: relative;
  }
  .page-template-page-service-v5d .service-image-right img {
	position: relative;
    top: calc(50% + 5px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}


@media screen and (min-width: 1096px) {
  .center-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}


/* Events
----------------------------------------------- */

.mb46,
.gridx.grid980.mb46 {
  margin-bottom: 46px;
}
.headline-style-21 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.events-intro {
  margin: 0 auto;
  max-width: 918px;
  text-align: center;
}

.events-intro .service-intro1 {
  margin-bottom: 33px;
}



.events-page-content {
  margin: 0 auto;
  max-width: 862px;
  text-align: center;
}


/* Company FW
----------------------------------------------- */

.page-template-companytype-page .site-inner {
  padding-top: 0;
  background-image: none !important;
}

.page-template-companytype-page .content {
  font-size: 16px;
  line-height: 1.45;
}


/* New Footer
-----------------------------------------*/

.footer-widgets {
  padding-top: 35px;
}

.footer-column {
  display: block;
  margin-bottom: 48px;
}
@media screen and (min-width: 600px) {
  .footer-column {
    display: inline-block;
    width: 44%;
  }
}
@media screen and (min-width: 1144px) {
  .footer-column {
    display: inline-block;
    margin-bottom: 0;
  }
  .footer-left1.footer-column {
    width: 334px;
  }
  .footer-left2.footer-column {
    width: 276px;
  }
  .footer-left3.footer-column {
    width: 276px;
  }
  .footer-left4.footer-column {
    width: 154px;
  }
}

.nav-footer-column .genesis-nav-menu {
  font-size: 19px;
  text-align: left;
}
.nav-footer-column .genesis-nav-menu li {
  clear: both;
  width: 100%;
}
.footer-widgets .nav-footer-column a {
  color: #fff;
  font-size: 20px;
  padding: 5px 0;
}
.footer-widgets .nav-footer-column a:focus,
.footer-widgets .nav-footer-column a:hover {
  background-color: transparent;
  color: #adc545;
}

.footer-column h4 {
  color: #fff;
  font-family: "Avenir", "AvenirLTStd-Roman", "AvenirLTStd-Heavy", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1px;
  text-align: left;
}

.footer-social-container {
}
@media screen and (min-width: 600px) {
  .footer-social-container {
    height: 68px;
    margin-top: 4px;
    text-align: left;
  }
}
@media screen and (min-width: 1144px) {
  .footer-social-container {
    height: 68px;
    margin-top: -64px;
    padding-left: 610px;
    text-align: left;
  }
}

.footer-widgets .footer-social {
}
@media screen and (min-width: 600px) {
  .footer-widgets .footer-social {
    display: inline-block;
    margin-left: 28px !important;
    padding-bottom: 0 !important;
    position: relative;
    text-align: left;
    top: calc(50% + 1px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1144px) {
  .footer-widgets .footer-social {
    display: inline-block;
    margin-left: 21px !important;
    padding-bottom: 0 !important;
    position: relative;
    text-align: left;
    top: calc(50% + 1px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.footer-widgets .button {
  border-radius: 9px;
  display: inline-block;
  font-size: 19px;
  font-weight: 700; 
  padding: 13px 27px; /*14 42*/
  text-transform: capitalize;
}

.footer-bottom-copyright-container {
  margin-top: 73px !important;
}

.bottom-copyright {
  border-top: solid 1px #fefefe;
  padding-top: 10px;
}

.copyright-left {
  width: 100%;
}
.copyright-left .copyright {
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
@media screen and (min-width: 858px) {
  .copyright-left {
    width: auto;
  }
  .copyright-left .copyright {
    line-height: 36px;
    text-align: left;
  }
}

.last-footer-menu {
  display: inline-block;
  line-height: 20px;
  list-style-type: none;
  margin-top: 12px !important;
  margin-left: 0 !important;
  padding-top: 8px !important;
  text-align: center;
}
@media screen and (min-width: 858px) {
  .last-footer-menu {
    margin-top: 0 !important;
  }
}



.last-footer-menu li {
  border-right: solid 1px #fff;
  display: inline-block;
  list-style: none;
  margin-left: 0;
  padding: 0 11px;
  text-align: center;
}
.last-footer-menu li:last-child {
  border-right: none;
}
.last-footer-menu li a {
  color: #fff;
  display: block;
  font-size: 15px;
  text-align: center;
}
.last-footer-menu li a:focus, .last-footer-menu li a:hover {
  color: #adc545;
}

/* New Partners Page 2018-9
--------------------------------------------- */

.page-template-partners-3col-page .page-before-footer {
  display: none;
}
.page-template-partners-3col-page .service-intro1 {
  padding-bottom: 24px; /*41px*/
}
.page-template-partners-3col-page .site-inner {
  padding-top: 72px; /*26px*/
}
.partners-intro {
  background-color: #c4e76a;
  margin: 0 -10px !important;
  padding: 29px 0 14px;
  text-align: center;
  width: calc(100% + 20px);
}
@media screen and (min-width: 761px) {
  .partners-intro {
    margin: 0 -30px 0 !important;
    width: calc(100% + 60px);
  }
}

.mt32 {
  margin-top: 32px;
}

.partners-intro img {
  margin-bottom: 21px;
  position: relative;
}
@media screen and (min-width: 994px) {
  .partners-intro img {
    margin-bottom: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}


/* Logos */

.partner-logo-container {
  padding-top: 4px; /*40px;*/
  padding-bottom: 28px;
}

@media screen and (min-width: 1166px) {
  .partner-logo-container {
    margin: 0 -30px !important;
    width: calc(100% + 60px);
  }
  .partner-logo-container .flex-wrap.flex-wrap-justify-center {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.partner-logo {
  cursor: pointer;
  height: 130px;
  margin: 1px 0;
  padding: 0; /*52px;*/
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 400px) {
  .partner-logo {
    padding: 0 6px; /*0 72px;*/
  }
}
@media screen and (min-width: 526px) {
  .partner-logo {
    height: 140px;
    padding: 0; /*0 81px;*/
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .partner-logo {
    height: 146px;
    padding: 0 19px;
  }
}
@media screen and (min-width: 1060px) {
  .partner-logo {
    padding: 0 49px;
  }
}
@media screen and (min-width: 1166px) {
  .partner-logo {
    height: 116px; 
    padding: 0; 
    width: 25%; 
  }
}

.partner-logo a {
 
}
.partner-logo img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.partner-logo.partner-logo-zero {
  cursor: none;
  height: 0;
}

.partners-intro-left {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1188px) {
  .partners-intro-left {
    width: 339px;
  }
  .partners-intro .flex-wrap {
    position: relative;
  }
}

.partners-intro-right {
  padding-top: 21px;
}
@media screen and (min-width: 1188px) {
  .partners-intro-right {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 624px;
  }
}

.partners-intro .partners-intro-text {
  color: #232121;
}
.partners-intro .partners-intro-text h1, .partners-intro .partners-intro-text h2 {
  font-family: "AvenirLTStd-Roman", "Avenir Next", Avenir, sans-serif;
  font-weight: 600;
  font-size: 38px;
}


.partners-page-section-two {
  padding-top: 38px; 
}
.partners-page-section-two h2 {
  font-family: "AvenirLTStd-Roman", "Avenir Next", Avenir, sans-serif;
  font-weight: 600;
  font-size: 30px;
}
.partners-page-section-two p {
  font-size: 20px;
}

.partner-tooltip {
  background-color: #c4e76a;
  border-radius: 5px;
  bottom: -12px; /*-24*/
  color: #000;
  display: inline-block;
  font-size: 18px;
  left: 50%;
  line-height: 24px;
  margin-left: 46%; /*33*/
  padding: 18px 34px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  width: 306px;
  z-index: 1;
}

.partner-logo:hover .partner-tooltip {
  visibility: visible;
}
.partner-tooltip::after {
  border-style: solid;
  border-width: 24px 30px 24px 0;
  border-color: transparent #c4e76a transparent transparent;
  content: "";
  display: inline-block;
  height: 0;
  left: -28px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}

@media screen and (max-width: 1165px) and (min-width: 880px) {
  .partner-logo:nth-of-type(2n) .partner-tooltip {
    left: auto;
    right: 94%;
  }
  .partner-logo:nth-of-type(2n+1) .partner-tooltip  {
    margin-left: 41%;
  }
}
@media screen and (max-width: 879px) and (min-width: 526px) {
  .partner-logo:nth-of-type(2n) .partner-tooltip {
    left: auto;
    right: 100%;
  }
}
@media screen and (max-width: 1165px) and (min-width: 526px) {
  .partner-tooltip {
    max-width: 300px;
    width: 100%;
  }
  .partner-logo:nth-of-type(2n) .partner-tooltip {
    left: auto;
    right: 100%;
  }
  .partner-logo:nth-of-type(2n) .partner-tooltip::after {
    border-width: 24px 0 24px 30px;
    border-color: transparent transparent transparent #c4e76a;
    left: auto;
    right: -28px;
  }
}


@media screen and (max-width: 525px) {
  .partner-tooltip {
    bottom: -116px;
    left: 0;
    margin-left: 4%;
    width: 92%;
  }
  .partner-tooltip::after {
    border-width:  0 24px 30px 24px;
    border-color: transparent transparent #c4e76a transparent;
    left: calc(50% - 24px);
    top: -28px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (min-width: 1166px) {
  .partner-logo:nth-of-type(4n+4) .partner-tooltip, .partner-logo:nth-of-type(4n+3) .partner-tooltip {
    left: auto;
    right: 94%;
  }
  .partner-logo:nth-of-type(4n+4) .partner-tooltip::after, .partner-logo:nth-of-type(4n+3) .partner-tooltip::after  {
    border-width: 24px 0 24px 30px;
    border-color: transparent transparent transparent #c4e76a;
    left: auto;
    right: -28px;
  }
}

.partners-prefooter {
  background-color: #0070cd;
  margin: 0 -10px;
  padding: 24px 0;
}
@media screen and (min-width: 761px) {
  .partners-prefooter {
    margin: 0 -30px;
  }
}
@media screen and (min-width: 1188px) {
  .partners-prefooter {
    min-height: 310px;
    position: relative;
  }
}

.partner-prefooter-left {
  padding-top: 21px;
  width: 100%;
}
@media screen and (min-width: 1188px) {
  .partner-prefooter-left {
    display: inline-block;
    width: 651px;
  }
}

.partner-prefooter-right {
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 1188px) {
  .partner-prefooter-right {
    bottom: -7px;
    display: inline-block;
    position: absolute;
    right: 0px;
    width: 495px
  }
}

.partner-cloud {
  position: relative;
  right: calc(-5% - 6px);
}
@media screen and (min-width: 1188px) {
  .partner-cloud {
    right: 0;
  }
}

.partner-prefoot-left-text {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  max-width: 758px;
}
.partner-prefoot-cta-holder {
  margin-top: 31px;
}
.partner-prefoot-left-text .slider-cta-button {
  font-weight: 600;
  text-transform: uppercase;
}

/* Third Level Service V4
----------------------------------------------------------------------------------- */

.v4-content {
  font-size: 17.5px;
}
.v4-content h2, .v4-content h3 {
  font-size: 21px;
  font-weight: 600;
}

.v4-section-one {
  padding-top: 39px;
  padding-bottom: 24px;
}

.v4-one-left {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1188px) {
  .v4-one-left {
    margin: 0;
    position: relative;
    width: 310px; /*262px*/
  }
  .v4-one-right {
    width: calc(100% - 344px); /*calc(100% - 296px)*//*714px*/
  }
  .v4-one-right-text {
    position: relative;
    top: calc(50% + 11px); /*22*/
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
}

.v4-one-left img {
  text-align: center;
}
@media screen and (min-width: 1188px) {
  .v4-one-left img {
    left: 0;
    max-width: 100%;
    position: absolute; 
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.v4-section-two {
  margin-bottom: -10px;
}

.v4-section-three {
  padding-top: 3px; 
}
.v4-three-row {
  margin-top: 14px;
  width: 100%;
}

.v4-three-img {
  width: 76px;
}

.v4-three-img img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.v4-three-text {
  width: calc(100% - 104px);
}



/* Page by Page 
----------------------------------------------- */

@media screen and (min-width: 1188px) {
  .page-id-12236 .v4-one-left {
    width: 389px;
  }
  .page-id-12236 .v4-one-right {
    width: calc(100% - 418px);
  }
}

@media screen and (min-width: 1188px) {
  .page-id-12628 .v4-one-left {
    width: 192px;
  }
  .page-id-12628 .v4-one-right {
    width: calc(100% - 221px);
  }
}

/* Process Consulting */

@media screen and (min-width: 1188px) {
  .page-id-14844 .v4-one-left {
    width: 264px;
  }
  .page-id-14844 .v4-one-right {
    width: calc(100% - 298px);
  }
}


/* Misc
-----------------------------------------------------------------------------------*/

.page-id-12377 .page-before-footer .wrap, .page-id-12377 .page-before-footer .page-footer-title,
.page-id-12380 .page-before-footer .wrap, .page-id-12380 .page-before-footer .page-footer-title {
  display: none !important;
}
.page-before-footer .page-footer-box body {
  margin-top: 0 !important;
}


/* Tables
------------------------------------------------------- */

.entry-content table {
  margin-bottom: 29px;
}

.entry-content table th, .entry-content table td {
  padding: .625em .5em;
  border: 1px solid #1f1513;
  text-align: center;
  line-height: 1.125em;
  font-size: 15px;
}
.entry-content table td {
  background-color: #f7f7f6; 
  color: #222;
  vertical-align: middle;
}
.entry-content table th {
  background-color: #aabf4b; 
  color: #fff;
  font-weight: bold;
}
.entry-content table tr:nth-of-type(2n+1) > td {
  background-color: #edeee3; 
}
.page-id-17178 .service-v2-sidebar {
  display: none !important;
}
.page-id-17178 .service-v2-content {
  width: 100% !important;
}
.page-id-21014 .green-border1.bottom-green-border {
  display: none;
}
.page-id-21014 .v3main, .page-id-21014 .service-v2-wrap {
  padding-bottom: 0;
}

.single .entry-content p, .single .entry-content li {
  font-size: 17px;
}
.border-sm {
  border: solid 2px #000;
}
@media screen and (min-width:743px) {
  .mt140 {
	margin-top: 140px;
  }
}

.mktoCaptchaDisclaimer {
  color: #fff !important;
}
.mktoCaptchaDisclaimer a {
  color: rgb(173, 197, 67) !important;
}
.mktoCaptchaDisclaimer a:hover {
  color: #0171bd !important;
}

/* Hide Time */

.single.postid-18097 .entry-time,
.single.postid-16809 .entry-time {
    display: none;
}
.single.postid-18097 .entry-title,
.single.postid-16809 .entry-title {
    margin-bottom: 20px !important;
}

/* Button for OneTrust */
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings,
.footer-widgets button3ot-sdk-btn {
  float: left;
  margin-top: 12px;
}
/*# sourceMappingURL=style.css.map */