a./*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  color: #333333;
}
h1 {
  font-size: 46px;
  line-height: 50px;
  padding-bottom: 18px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
h2 {
  font-size: 26px;
  padding-bottom: 10px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}
h3 {
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 8px;
}
h5 {
  font-size: 19px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding-bottom: 8px;
}

p, li, td {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #404041;
}
p {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 18px;
}

.wordpress-editor-content a, .wordpress-editor-content a:visited, .wordpress-editor-content a:active {
  color: #2babdb;
  text-decoration: none;
}
.wordpress-editor-content a:hover {
  color: #b8db2b;
  text-decoration: none;
}
.wordpress-editor-content h3 a, .wordpress-editor-content h3 a:visited, .wordpress-editor-content h3 a:active {
  color: #981d97;
  text-decoration: none;
}
.wordpress-editor-content h3 a:hover {
  color: #b8db2b;
  text-decoration: none;
}

/*.wpb_text_column.wpb_content_element { /* set a max width for lines of text 
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}*/


.container {
	width: 100%;
  max-width: 1200px !important;	
}

.title-banner {
  padding-top: 38px;
  padding-bottom: 20px;
  background-color: rgba(64,64,65,1);
  color: #c4d600 !important;
}
.title-banner > div > div > div > h1 {  
  color: #c4d600 !important;  
  font-weight: 400 !important;
  letter-spacing: 2px;
  font-size: 38px !important;
  line-height: 42px !important;
}
.title-banner.alt {
  padding-top: 38px;
  padding-bottom: 20px;
  background-color: #eeeeee;
  color: #333333 !important;  
}
.title-banner.alt > div > div > div > h1 {  
  color: #333333 !important;  
  font-weight: 500 !important;
  letter-spacing: 2px;
  font-size: 34px !important;
  line-height: 40px !important;
}

.default-content-cta { /* simple link at the end of some content blocks */
  
}
.default-content-cta > div > p { /* simple link at the end of some content blocks */
  position: relative;
  line-height: 105% !important;
}
.default-content-cta > div > p a { /* simple link at the end of some content blocks */  
  display: inline-block;
  line-height: 105% !important;
  padding-bottom: 8px;
  padding-right: 40px;
}
.default-content-cta > div > p br { /* simple link at the end of some content blocks */  
  display: none;
}
.default-content-cta a { /* simple link at the end of some content blocks */
  text-transform: uppercase;
  font-weight: 700; 
  top: -10px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .title-banner > div > div > div > h1 {
    font-size: 36px !important;
    line-height: 40px !important;
  } 
}


/* home-service-boxes */
.home-service-boxes {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.home-service-box {
    box-shadow: 5px 5px 5px #efefef;
    border: solid 1px #ebebeb;
    flex-basis: 26%;
    margin: 0px 10px;
}
.home-service-box .wpb_text_column {
    
}
.home-service-box-content {
    padding: 20px 20px 0px 20px;
}
.home-service-box-content p {
    font-size: 14px !important;
    line-height: 19px !important;
    color: #888888;
}

.home-service-box-content .default-content-cta > div > p { /* simple link at the end of some content blocks */
    position: static;
}
.home-service-box-content .default-content-cta > div > p a { /* simple link at the end of some content blocks */  
    padding-bottom: 0px;
    padding-right: 0px;
}
.home-service-box-content .default-content-cta > div > p a:link, .home-service-box-content .default-content-cta > div > p a:visited, .home-service-box-content .default-content-cta > div > p a:active { /* simple link at the end of some content blocks */  
    color: #2babdb;
}
.home-service-box-content .default-content-cta > div > p a:hover { /* simple link at the end of some content blocks */  
    color: #b8db2b;
}
.home-service-box-content .default-content-cta > div > p br { /* simple link at the end of some content blocks */  
    display: none;
}
.home-service-box-content .default-content-cta a { /* simple link at the end of some content blocks */
    position: static;
}

@media only screen and (max-width: 768px) {
  .home-service-boxes {
        flex-direction: column;
    }
    .home-service-box {
        box-shadow: 5px 5px 5px #efefef;
        border: solid 1px #ebebeb;
        flex-basis: auto;
        max-width: 90%;
        margin: 20px auto;
    }
}


/* WPBakery overrides */
.wpb_single_image.wpb_content_element {
  margin-bottom: 0px;
}
.wpb_text_column.wpb_content_element {

}
.wpb_text_column.wpb_content_element a {
  font-weight: 600;
}



.vc_btn3.vc_btn3-style-modern {
  background-color: #b8db2b !important;
  display: inline-block;
  margin: 5px auto;
  padding: 20px !important;
  color: #000000 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #888888 !important;
  border-radius: 15px;
  box-shadow: 5px 5px 10px #666;
}
.vc_btn3.vc_btn3-style-modern:hover, .vc_btn3.vc_btn3-style-modern:focus {
  background-color: #CDEC52 !important;
  color: #000000 !important;    
}

.vc_btn3.vc_btn3-style-classic {
  background-color: #414042 !important;
  display: inline-block;
  margin: 5px auto;
  padding: 20px !important;
  color: #b8db2b !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #000000 !important;
  border-radius: 15px;
  box-shadow: 5px 5px 10px #666;
}
.vc_btn3.vc_btn3-style-classic:hover, .vc_btn3.vc_btn3-style-classic:focus {
  background-color: #CDEC52 !important;
  color: #000000 !important; 
  border: 1px solid #981d97 !important;   
}

.vc_btn3.vc_btn3-style-outline {
  display: inline-block;
  margin: 5px auto !important;
  padding: 20px !important;
  color: #333333 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-weight: bold !important;
  font-size: 13px !important;
  border: 2px solid #b8db2b !important;
  border-radius: 15px;
  text-decoration: none;  
}
.vc_btn3.vc_btn3-style-outline:hover, .vc_btn3.vc_btn3-style-outline:focus {
  background-color: #CDEC52 !important;
  color: #000000 !important;    
}

.vc_btn3.vc_btn3-size-sm {
  padding: 10px !important;
  font-weight: 600 !important; 
}
.vc_general.vc_btn3.vc_btn3-icon-left {
  padding-left: 30px !important;
}

.inline-flexible-buttons {
  text-align: center;
}
.inline-flexible-buttons .vc_btn3-container {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.vc_btn3.vc_btn3-shape-rounded:hover, .vc_btn3.vc_btn3-shape-rounded:focus {
  background-color: #4d94d7 !important;
}

.green-button button, .green-button a, .green-button a:visited, .green-button a:active {
  background-color: #b8db2b !important;
  display: inline-block;
  margin: 5px auto;
  padding: 20px !important;
  color: #000000 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #888888 !important;
  border-radius: 15px;
  box-shadow: 5px 5px 10px #666;
}
.green-button button:hover, .green-button button:focus, .green-button a:hover, .green-button a:focus {
  background-color: #CDEC52 !important;
  color: #000000 !important;    
}
.home-hero .green-button a {
  margin-bottom: 20px;
}

a.button-greenbg-charcoaltext, .button-greenbg-charcoaltext a, .max-cta-wrapper a {
  background-color: #b8db2b;
  display: inline-block;
  margin: 15px auto;
  padding: 20px;
  color: #404041;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
a.button-greenbg-charcoaltext:hover, .button-greenbg-charcoaltext a:hover, .max-cta-wrapper a:hover, a.button-greenbg-charcoaltext:focus, .button-greenbg-charcoaltext a:focus, .max-cta-wrapper a:focus {
  background-color: #CDEC52;
  color: #000000 !important;    
}
a.button-greenoutline-greentext {
  display: inline-block;
  margin: 15px 0;
  padding: 18px 20px;
  color: #b8db2b;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 13px;
  border: 2px solid #b8db2b;
  text-decoration: none;
}
a.button-greenoutline-greentext:hover, a.button-greenoutline-greentext a:focus {
  background-color: #CDEC52;
  color: #000000 !important;    
}

a.button-orangebg-charcoaltext, .button-orangebg-charcoaltext a {
  background-color: #ED8B00;
  display: inline-block;
  margin: 15px auto;
  padding: 20px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
a.button-orange-charcoaltext:hover, .button-orangebg-charcoaltext a:hover, a.button-orangebg-charcoaltext:focus, .button-orangebg-charcoaltext a:focus {
  background-color: #CDEC52;
  color: #000000 !important;    
}

.footer-ctas a.button-orangebg-charcoaltext, .footer-ctas a.button-greenbg-charcoaltext, .footer-ctas a.button-greenoutline-greentext {
  border-radius: 15px;
}

.vc_pie_chart.wpb_content_element {
  margin-bottom: 10px !important;
}

.wpb_text_column {
    margin-bottom: 5px !important;
}

.reduced-width-block-12 {
  padding-left: 12%;
  padding-right: 12%;
}

@media only screen and (max-width: 992px) {
  .reduced-width-block-12 {
    padding-left: 0px;
    padding-right: 0px;
  } 
}




/* home page */


.icon-text-section {
	padding-top: 50px;
}
.icon-text-section > div, .icon-text-section > div > div {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.icon-text-section > div > div > div {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.icon-text-section > div > div > div > div {
  padding-top: 0px !important;
  padding-bottom: 8px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.icon-text-section .wpb_column.vc_column_container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon-text-section > div > div > div > div > div > p {
  text-align: center;
  padding-top: 0px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.icon-text-section.larger-text > div > div > div > div > div > p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 14px;
}
.icon-text-section.larger-text > div > div > div > .wpb_single_image img.vc_single_image-img {
  height: 90px !important; 
  margin-bottom: 6px;
}

.icon-text-section.highlights.green > div > div > div > div > div a, .icon-text-section.highlights.green > div > div > div > div > div a:visited, .icon-text-section.highlights.green > div > div > div > div > div a:active {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
.icon-text-section.highlights.green > div > div > div > div > div a:hover {
  color: rgba(0,0,0,.8);
}
.icon-text-section.highlights.green > div > div > div > .wpb_single_image img.vc_single_image-img {
  height: 70px !important; 
}

.discover-maximizer {
  padding-top: 40px;
  padding-bottom: 10px;
}
.discover-maximizer .icon-text-section {
  padding-top: 20px;
}



.home-testimonial {

}
.home-testimonial h4 {
  color: #333333;
  padding-bottom: 18px;
}
.home-testimonial p {
  padding-bottom: 20px;
  margin-bottom: 0px;
}

.home-awards-review {

}
.home-awards .style-svg, .home-awards .style-svg #container {
  height: 140px;
}
.home-review p {
  text-shadow: 0 2px 2px rgba(0,0,0,.25);
}
.wpb_image_grid_ul {
  text-align: center !important;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.wpb_image_grid_ul li {
  position: static !important;
  display: inline-block !important;
  float: none !important;
  max-width: 24%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpb_image_grid_ul li a img {
  width: auto;
  max-width: 200px;
  height: auto;
  max-height: 140px;
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 1200px) {
	
}

@media only screen and (max-width: 992px) {
    
  .home-hero .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern {
    padding: 8px 8px 8px 8px !important;
    max-width: 60%;
    border-radius: 10px;
  }

  .home-reviews .vc_single_image-wrapper {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .home-cta-buttons {
    background: #efefef;
    padding-top: 30px;
    padding-bottom: 30px !important;
  }
  .home-cta-buttons .vc_btn3-container.vc_btn3-right {
    text-align: center;
  } 
  .home-cta-buttons .vc_btn3-container.vc_btn3-left {
    text-align: center;
  }

  .home-testimonial {
    ppadding-top: 30px !important;
  }
  .home-testimonial .wpb_single_image.wpb_content_element.vc_align_left {
    text-align: center !important;
  } 
}



/* inside pages */

.inside-hero {
  height: 432px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.inside-hero h1 {
  letter-spacing: 2px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}


.content-section-default {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 16%;
  padding-right: 16%;
}
.content-section-default h2 {
  font-size: 38px;
  padding-bottom: 32px;
  line-height: 44px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}


@media only screen and (max-width: 992px) {  
  .inside-hero {
    height: 332px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .inside-hero h1 {  
    font-size: 36px !important;
    line-height: 42px !important;
  }
  .inside-hero.short {
    height: 300px;    
  }
  .inside-hero.left-top {
    background-position: left top;    
  }
  .content-section-default {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-section-default h2 {
    font-size: 30px;
    padding-bottom: 32px;
    line-height: 34px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
  }
}
@media only screen and (max-width: 768px) {   
  .inside-hero.short {
    height: 200px;    
  }  
}
@media only screen and (max-width: 500px) {   
  .inside-hero.short {
    height: 180px;    
  }  
}




/* product features pages */

.product-features:first-child {
  padding-top: 50px !important;
}
.product-features {
  border-bottom: solid 1px #efefef;
}
.product-features .vc_column_container {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.product-features > div, .product-features > div > div {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.product-features > div > div > div {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.product-features > div > div > div > div {
  padding-top: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.product-features > div > div > div h4 {  
  padding-top: 8px !important;
  padding-bottom: 2px !important;
}
.product-features > div > div > div > div > div > p {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.product-features > div > div > div .default-content-cta a {
  text-transform: uppercase;
  font-weight: 700;
  top: 8px;
  position: relative;
  text-align: center;
  display: inline-block;
  padding-right: 0px;
}

.product-feature-cta-row {
  
}
.product-feature-cta-row .wpb_text_column {
  padding-top: 30px;
}
.product-feature-cta-row .wpb_text_column h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
}
.product-feature-cta-row .wpb_text_column p {
  font-size: 22px;
  line-height: 28px;
}
.product-feature-cta-buttons {

}

.feature-quote-quote p {
  text-shadow: 0 2px 2px rgba(0,0,0,.25);
}

.feature-quote-credit .wpb_text_column.wpb_content_element p {
  text-align: center;
  color: #333333;
}
.feature-quote-credit .wpb_text_column.wpb_content_element p strong {
  color: #000000;
  display: inline-block;
  padding-right: 20px;
}

.product-sub-feature-cta-row {
  
}
.product-sub-feature-cta-row .wpb_text_column {
  text-align: center;
}
.product-sub-feature-cta-row .wpb_text_column p {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  max-width: 800px;
  margin: 0px auto;
}
.product-sub-feature-cta-buttons {

}

.product-features-highlights-section {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
  border-top: solid 1px #efefef;
}
.product-features-highlights-row {
  padding-top: 10px;
  padding-bottom: 0px;
}
.product-features-highlights-row .wpb_text_column {
  padding-bottom: 10px;
}

.crm-integrations .vc_row.wpb_row.vc_inner(not:first-child) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.crm-integrations .wpb_single_image img {
  width: auto !important;
  height: auto !important;  
  max-width: 260px !important;
  max-height: 140px !important;
}

@media only screen and (max-width: 992px) {  
  .product-features {
    border-bottom: solid 0px transparent;
  }
  .product-features .vc_column_container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    border-bottom: solid 1px #efefef;
  }
  .product-features:last-child .vc_column_container:last-child {
    border-bottom: solid 0px transparent !important;
  }
  .product-feature-cta-row .wpb_text_column {
    padding-top: 0px;
    text-align: center;
  }
  .product-feature-cta-buttons .vc_btn3-container {
    text-align: center !important;
  }
  .product-features-highlights-section {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: solid 1px #efefef;
  }
}



/* support pages */

.support-intro-row {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 15%;
  padding-right: 15%;
}
.support-default-section {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
  border-top: solid 1px #b8db2b;
}
.support-default-section.no-border {
  border-top: solid 1px transparent !important;
}
.support-default-section-row {
  border-bottom: dotted 1px #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
}

.support-contact-cta {
  padding-top: 20px;
  padding-bottom: 20px;
}
.support-contact-cta .vc_btn3-container {
  padding-top: 20px;
}

.support-footer-row {
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 10% !important;
  padding-right: 10% !important;
}

/* webinar and video boxes */
.webinar-boxes-row {
  padding-top: 10px;
  padding-bottom: 0px;
}
.webinar-boxes-row > div > div > div {
  border: solid 1px #cccccc;
  border-radius: 0px;
  margin-bottom: 60px;
  min-height: 300px;
}

.webinar-boxes-row > div > div > div h2.vc_custom_heading {    
  font-weight: 500;
  padding-top: 18px;
  font-size: 22px !important;
  line-height: 26px !important;
  font-weight: 600 !important;
  height: 80px;
}  
.webinar-boxes-row > div > div > div h3.vc_custom_heading a:link, .webinar-boxes-row > div > div > div h3.vc_custom_heading a:visited, .webinar-boxes-row > div > div > div h3.vc_custom_heading a:active {
  color: #000000;
}
.webinar-boxes-row > div > div > div h3.vc_custom_heading a:hover {
  color: #b8db2b;
}

.webinar-boxes-row > div > div > div .wpb_single_image {
  height: 120px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webinar-boxes-row > div > div > div .wpb_single_image img {
  max-width: 90%;
}

.webinar-boxes-row > div > div > div .wpb_text_column {
  font-size: 16px;
  line-height: 22px;
  min-height: 80px;
  padding-top: 10px;
}
.webinar-boxes-row > div > div > div .vc_btn3-container {

}
.webinar-boxes-row > div > div > div .vc_btn3-container button, .webinar-boxes-row > div > div > div .vc_btn3-container a.vc_btn3 {
  padding: 14px 14px 14px 14px !important;
  color: #333333 !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
}


.webinar-boxes-row.videos > div {  
  border-bottom: dashed 1px #999999;
}
.webinar-boxes-row.videos.last > div {  
  border-bottom: dashed 1px transparent !important;
}

.webinar-boxes-row.videos > div > div > div {  
  min-height: 200px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.webinar-boxes-row.videos > div > div > div .wpb_single_image {
  height: 80px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webinar-boxes-row.videos > div > div > div h2.vc_custom_heading {    
  height: 100px;
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  padding-left: 10px;
  padding-right: 10px;
}

.steps-row {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 12.5%;
  padding-right: 12.5%;
}
.steps-row ul li {
  color: #000000;
  padding-bottom: 10px;
}  


.contact-form-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact-form-section > .wpb_column.vc_column_container:first-child > div > div {
  padding-right: 5%;
}

@media only screen and (max-width: 992px) {  
  .support-intro-row {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .support-default-section {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: solid 1px #b8db2b;
  }
  .support-default-section-row {
    border-bottom: dotted 1px #efefef;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .support-footer-row {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center !important;
  }
  .webinar-boxes-row {
    padding-top: 0px !important;
    padding-bottom: 0px;
  }

  .steps-row {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  } 

  .contact-form-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact-form-section > .wpb_column.vc_column_container:first-child > div > div {
    padding-right: 0px;
    padding-bottom: 30px;
  }

}





/* industry pages */

.industry-intro-style-1 {
  padding-top: 70px;
  padding-bottom: 50px;
  padding-left: 15%;
  padding-right: 15%;
  text-align: center;
}
.industry-intro-style-1 p {
  text-align: center;
}
.industry-intro-style-1 .vc_column_container > .vc_column-inner {
    padding-top: 5px !important;
}

.industry-image-text-row {
  height: 600px;
}
.industry-image-text-row > div > div > div > div {
  color: #000000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}
.industry-image-text-row > div > div > div .vc_custom_heading {
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.6);
}
.industry-image-text-row.dark > div > div > div > div, .industry-image-text-row.dark > div > div > div > div p {
  color: #ffffff !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.industry-image-text-row.dark > div > div > div .vc_custom_heading {
  color: #ffffff !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.industry-image-text-row .image-column {

}
.industry-image-text-row .text-column {
  
}
.industry-image-text-row .image-column .wpb_single_image.wpb_content_element {
  display: none;
}

.cta-boxes {
  padding-top: 50px;
}
.cta-boxes > div, .cta-boxes > div > div {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.cta-boxes > div > div > div {
  padding-top: 50px !important;
  padding-bottom: 30px !important;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  background: #ffffff;
  min-height: 320px;
  position: relative;
}
.cta-boxes > div > div > div > div {
  padding-top: 0px !important;
  padding-bottom: 10px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.cta-boxes > div > div > div {
  
}
.cta-boxes > div > div > div > .vc_btn3-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px auto;
  padding-bottom: 40px;
}
.cta-boxes .wpb_column.vc_column_container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cta-boxes > div > div > div > div > div > p {
  text-align: center;
  padding-top: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 992px) {  
  .industry-intro-style-1 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .container.wordpress-editor-content .industry-image-text-row {
    height: auto;
    min-height: 300px;
    background-image: none !important;
    background: none !important;
  }
  .industry-image-text-row.dark > div > div > div > div, .industry-image-text-row.dark > div > div > div > div p {
    color: #000000 !important;
    text-shadow: none !important;
  }
  .industry-image-text-row.dark > div > div > div .vc_custom_heading {
    color: #000000 !important;
    text-shadow: none !important;
  }
  .industry-image-text-row .image-column.vc_column_container > .vc_column-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .industry-image-text-row .text-column.vc_column_container > .vc_column-inner {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
  .industry-image-text-row > div > div > div {
    text-align: center !important;
  }
  .industry-image-text-row > div > div > div .vc_custom_heading {
    text-align: center !important;
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .industry-image-text-row .image-column .wpb_single_image.wpb_content_element {
    display: flex;
  }
  .industry-image-text-row .image-column {
    order: 1;
  }
  .industry-image-text-row .text-column {
    order: 2;
  }
  .industry-image-text-row .image-column.vc_column_container > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
 
}



/* customers/case studies pages */

.logo-cta-boxes {
  padding-top: 10px;
  padding-bottom: 20px;
}
.logo-cta-row {  
  padding-bottom: 0px;
}
.logo-cta-row > div > div > div {
  border: solid 1px #cccccc;
  border-radius: 5px;
  margin-bottom: 60px;
  min-height: 300px;
}

.logo-cta-row > div > div > div h3.vc_custom_heading {
  background: #efefef;
  font-size: 17px !important;
  line-height: 18px !important;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
}
.logo-cta-row > div > div > div h3.vc_custom_heading a:link, .logo-cta-row > div > div > div h3.vc_custom_heading a:visited, .logo-cta-row > div > div > div h3.vc_custom_heading a:active {
  color: #000000;
}
.logo-cta-row > div > div > div h3.vc_custom_heading a:hover {
  color: #b8db2b;
}

.logo-cta-row > div > div > div .wpb_single_image {
  min-height: 90px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-cta-row > div > div > div .wpb_single_image img {
  width: auto;
  height: auto;
  max-height: 80px;
}

.logo-cta-row > div > div > div h4.vc_custom_heading {
  font-size: 16px;
  line-height: 22px;
  min-height: 80px;
  padding-top: 10px;
}
.logo-cta-row > div > div > div .vc_btn3-container {

}
.logo-cta-row > div > div > div .vc_btn3-container button, .logo-cta-row > div > div > div .vc_btn3-container a.vc_btn3 {
  padding: 9px 11px 10px 11px !important;
  color: #333333 !important;
  font-weight: 600;
  font-size: 13px;
}

.case-study-highlights {
  padding-left: 10%;
  padding-right: 10%;
}
.lvca-author-name {
  padding-bottom: 0px;
  margin-bottom: 2px;
}
.case-study-key-outcomes {

}
.case-study-key-outcomes .vc_message_box {
  padding-top: 22px;
  padding-bottom: 22px;
  margin-bottom: 40px;
}
.case-study-key-outcomes ul {
  margin-left: 16px;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.case-study-key-outcomes ul li {
  padding-bottom: 6px;
}
.case-study-details {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 40px;
}
.case-study-details .wpb_text_column.wpb_content_element .wpb_wrapper {

}
.vc_custom_1551725421558, .vc_custom_1551725421558 {
  padding-top: 0px !important;
  margin-top: 8px !important;
}

.customer-category {
  padding-top: 20px;
  padding-bottom: 20px;
}
.customer-category-study {

}
.customer-category-study > div > div {
    border: solid 1px #888888 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-grow: 1;
}
.customer-category-study > div > div .wpb_content_element > div {    
    padding-left: 10px;
    padding-right: 10px;
}
.customer-category-study > div h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 10px;
}
.customer-category-study > div > div .vc_single_image-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.customer-category-study > div h3 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 18px;
}

@media only screen and (max-width: 992px) {  
  .case-study-highlights {
    padding-left: 0px;
    padding-right: 0px;
  }
  .case-study-details {
    padding-left: 0px;
    padding-right: 0px;
  }
}





/* career page styles */

.career-page-section {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 12%;
  padding-right: 12%;
  padding-bottom: 40px;
}
.career-intro-section {
  border-bottom: dashed 1px #999999;
  padding-bottom: 5px;
  margin-bottom: 20px !important;
}
.career-page-section.about {
  padding-top: 40px;
}
.career-page-section.about > div > div > div > div {
  padding-left: 12%;
  padding-right: 12%;
}

.career-rows {

}
.career-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 20px;
  border-top: solid 1px #efefef;
}
.career-row:nth-child(even) {
  bbackground: #efefef;
}
.career-row:nth-child(odd) {
  background: #fbfbfb;
}
.career-row a {  
  flex-grow: 1;
}
.career-row-title {
  font-size: 22px;
  line-height: 26px;
}
.career-row-title:link, .career-row-title:visited, .career-row-title:active {
  color: #333333 !important;
}
.career-row-title:hover {
  color: #b8db2b !important;
}

.career-row-button {
  margin-left: auto;
  width: 160px;
  max-width: 160px;
}


.team-member-section .lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper img {
  border-radius: 0px !important;
}
.team-member-section .lvca-team-members.lvca-style1 .lvca-team-member .lvca-team-member-text h3 {
  padding-bottom: 0px !important;
  margin-bottom: 5px !important;
}

@media only screen and (max-width: 992px) {    
  .career-page-section {
    padding-left: 0px;
    padding-right: 0px;
  }

  .career-row-title {
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    padding-right: 8px;
  }
  .vc_btn3.career-row-button {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 12px !important;
    padding: 7px 7px 7px 7px !important;
    letter-spacing: 1px;
  }
}



/* blog page */

.vc_btn3-container .vc_btn3.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
  background-color: #2babdb !important;
}
.vc_btn3-container .vc_btn3.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink:hover {
  background-color: #b8db2b !important;
  color: #333333 !important;
}

/* deprecated since we started using Bakery instead of home.php 
.blog-home-article-title a {
  margin-bottom: 26px;
  display: block;
}
.blog-home-article-title a {
  color: #000000;
  font-size: 23px;
}
.blog-home-article-title a:visited, .blog-home-article-title a:active {
  color: #000000;
}
.blog-home-article-title a:hover {
  color: #b8db2b;
}
.blog-home-article-title h4 {  
  padding-top: 8px;
}

@media only screen and (min-width: 769px) { 
  .blog-home-article-title a img {
    width: 400px !important;
    height: 200px !important
  }
  .blog-home-article-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 768px) { 
  .blog-home-article-title a img {
    width: 100%;
    max-width: 100% !important;
    height: auto !important
  }
  .blog-home-article-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
*/



.pagination {
    clear: both;
    padding: 20px 0 120px 0;
    position: relative;
    font-size: 15px;
    line-height: 17px;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 14px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #404041;
}
.pagination a:visited, .pagination a:active  {    
    color: #fff;
}
.pagination a:hover {
    color: #fff;
    background: #b8db2b;
    color: #404041
}
.pagination .current {
    padding: 10px 14px;
    background: #b8db2b;
    color: #404041
}

@media only screen and (max-width: 768px) { 
  .pagination {
    padding: 20px 0 60px 0;
    font-size: 13px;
    line-height: 13px;
  }
  .pagination span, .pagination a {
      margin: 2px 2px 2px 0;
      padding: 6px 8px;
  }
  .pagination .current {
      padding: 6px 8px;
  }
}



/* library pages */
/* not doing much with these because they are all going to be replaced */
.single-library .wordpress-editor-content {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 500px;
}
.single-library .wordpress-editor-content .wpb_text_column.wpb_content_element {
  max-width: 700px;
}

.button-greenbg-charcoaltext.library-listing-download:link, .button-greenbg-charcoaltext.library-listing-download:visited, .button-greenbg-charcoaltext.library-listing-download:active {
  color: #333333 !important;
}

.library-listing-item-inner h4 {
  padding-top: 20px;
}
.library-listing-item-inner img {
  width: auto;
  height: 50px;
}

.moreitems {
  text-align: center;
}
.moreitems a {
  height: 46px;
}


/* single page */

.single-page {
  padding-top: 36px;
}
.main-content {
  padding-right: 5%;
}

.post-breadcrumb {
  padding-bottom: 22px;
}
.entry-meta p {
  font-size: 16px;
  text-transform: uppercase;
}
.nav-links {
  padding-top: 24px;
  padding-bottom: 24px;
  float: left;
}
.nav-previous {
  float: left;
  width: 50%;
  padding-left: 40px;
  position: relative;
}
.nav-previous:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 40px;
  content: "\f053";
  position: absolute;
  left: 0px;
  top: 0px;
}
.nav-next {
  float: right;
  width: 50%;
  text-align: right;
  padding-right: 40px;
  position: relative;
}
.nav-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 40px;
  content: "\f054";
  position: absolute;
  right: 0px;
  top: 0px;
}
.nav-links .post-title {
  font-style: italic;
}
.wordpress-editor-content nav {    
    border-bottom: solid 1px transparent;
}


.widget_categories, .vc_wp_categories > .widget_categories {
  border: solid 1px #cccccc;  
  margin-bottom: 40px;
}
.widget_categories h3, .vc_wp_categories > .widget_categories h2, .vc_wp_categories > .widget_categories h3 {
  padding: 20px 10px 10px 20px;
  color: #b8db2b;  
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 22px;
  line-height: 28px;
}
.widget_categories ul, .vc_wp_categories > .widget_categories ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.widget_categories ul li a, .vc_wp_categories > .widget_categories ul li a {
  display: block;
  border-bottom: solid 1px #cccccc;
  padding: 10px 20px;
}



/* pricing page */

.currency-flags {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.currency-flags img {
  width: auto;
  height: 60px;
}
.pricing-boxes {

}
.pricing-box {
  text-align: center;
}
.pricing-box .crm-price {
  font-size: 46px;
  font-weight: 900;
}
.pricing-box .crm-price .crm-price-currency-sign {
  color: #666666;
  font-weight: 500;
}
.pricing-box .crm-price .crm-price-price {

}
.price-details {
  text-align: center;  
}

.pricing-plan-details {
  text-align: left;
}
.pricing-plan-details-title {
  font-size: 16px;
}
.pricing-plan-details ul {
  list-style: none;
  padding-left: 16px;
}
.pricing-plan-details ul li {
  padding-left: 0px;
  font-size: 14px;
}


/* Pricing table */

/* pricing table section */
.maximizer-pricing-tables {
    display: block;
}
.maximizer-pricing-tables table {
    margin-bottom: 0px !important;
}
.maximizer-pricing-tables .features-column {
    width: 31%;
    text-align: left;
}
.maximizer-pricing-tables .base-version-column {
    width: 21%;
}
.maximizer-pricing-tables .on-premise-column {
    width: 21%;
}
.maximizer-pricing-tables .financial-version-column {
    width: 21%;
}
.maximizer-pricing-tables table tr td.column-spacer {
    background-color: transparent !important;
    width: .5%;
    padding: 0px !important;
}
.maximizer-pricing-tables .table-header-row td.features-column {   
    font-weight: 700;
    letter-spacing: 2px;
    color: #000000;
}
.maximizer-pricing-tables .table-header-row td.base-version-column {
    background-color: #888888;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 2px;
}
.maximizer-pricing-tables .table-header-row td.on-premise-column {
    background-color: #0e99d9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 2px;
}
.maximizer-pricing-tables .table-header-row td.financial-version-column {
    background-color: #981d97;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 2px;
}

.maximizer-pricing-tables table tr td {
    color: #000000;
    vertical-align: middle !important;
    padding: 8px 10px 8px 10px;   
    text-align: center; 
}
.maximizer-pricing-tables table tr td i {
    color: green; 
}
.maximizer-pricing-tables table tr.odd td {
    background-color: rgba(0,0,0,.04);   
}
.maximizer-pricing-tables table tr.even td {
    background-color: rgba(0,0,0,.02);
}
.maximizer-pricing-tables table tr td .mk-icon-ok {
    color: #26cca4;
}
.maximizer-pricing-tables table tr td .mk-svg-icon {
    height: 16px;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
}
.maximizer-pricing-tables table tr td .mk-icon-remove {
    color: rgba(0,0,0,.2);
}
.maximizer-pricing-tables .extra-note {
    color: #666666;
    display: block;
    font-size: 13px;
    line-height: 14px;
}
.maximizer-pricing-tables .table-button {
    text-align: center;
  vertical-align: middle;
    padding-top: 12px;
    padding-bottom: 12px;
}
.maximizer-pricing-tables .table-button a, .maximizer-pricing-tables .table-button a:active, .maximizer-pricing-tables .table-button a:visited {
    background-color: #0e99d9;
    display: inline-block;
  max-width: 100%;
    font-size: 14px !important;
    font-family: Lato;
    padding: 12px 22px;
  line-height: 100%;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.maximizer-pricing-tables .table-button a:hover, .maximizer-pricing-tables .table-button a:focus {
    background-color: #2481bb;
    -webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
}

.pricing-group-divider { 
  text-align: center;
  color: #000000;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 2px;
}
.pricing-group-divider td span {
  display: inline-block;
  padding-top: 12px;
}

/* mobile table view */
.maximizer-pricing-tables-mobile {
    display: none;
}


@media only screen and (max-width: 992px) {
 
 .pricing-box .vc_column_container > .vc_column-inner {
    
  } 
}



/* status page */

.status-messages-active {
  min-height: 460px;
}
.status-messages-inactive {
  display: none !important;
}
.status-messages-active .wpb_text_column {
  text-align: center;
  padding: 20px 20px 0px 20px;
}
.status-messages-active .wpb_text_column.green {  
  background-color: #acffac;
  border: 1px solid #00B100;
}
.status-messages-active .wpb_text_column.yellow {  
  background-color: #fff483;
  border: 1px solid #A9BB00;
}
.status-messages-active .wpb_text_column.red {  
  background-color: #ff9f9f;
  border: 1px solid #FF6969;
}

   



/* thank you pages */

.newsletter-signup-form {
  text-align: center;
}
.newsletter-signup-form .hubspot-form {
  margin: 0px auto;
  max-width: 500px;
}
.newsletter-signup-form .hubspot-form .hs-input {
  width: 80%;
  font-size: 17px;
  line-height: 18px;
  height: 40px;
}
.newsletter-signup-form .hubspot-form .hs-error-msgs li label {
  text-align: center;
}






/* LDD Directory, Gravity forms and Contact Form 7 tweaks */

.bootstrap-wrapper .container-fluid {
    text-align: center;
}    
.bootstrap-wrapper .container-fluid .row {
    margin-left: auto;
    margin-right: auto;
    text-align: left; 
}
.ldd-directory-home > .container-fluid:last-child .row {
  max-width: 1200px !important;
  margin: 0px auto;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 640px;
}
.ldd-directory-home > .container-fluid:last-child .row > div:last-child {
  align-self: center;
  margin-top: 10px;
}

.ldd-directory-home .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.ldd-directory-home .list-group > div > a > .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.ser-img.img a {
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: none;
  border-left: solid 1px #dddddd;
}
.list-group .ser-img.img a.last {
  border-bottom: solid 1px #dddddd;
}

.ldd-listing {

}
.ldd-listing > div > div {
    border-bottom: dotted 1px #999999;
    padding-bottom: 18px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}  
.listing-header.row {
   display: flex;
    align-items: center;
    justify-content: center;
}
.listing-header.row {
   display: flex;
    align-items: center;
    justify-content: center;
}
.listing-header.row .listing-meta {
   margin-top: 20px;
}
.page-content.directory-lite {
  padding-top: 0px;
  padding-bottom: 60px;
}
.page-content.directory-lite h1 {
  font-size: 36px;
  line-height: 40px;
}
article.listing-single > div > div > div:first-child {
  padding-right: 6%;
}


/* loop styling like for categories and search results */
.list-group.container {
  margin-left: auto !important;
    margin-right: auto !important;
}

.list-group.container a {
    min-height: auto !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline-block;
}
.breadcrumb.bc-ldd li a {
  min-height: auto;
}
.maximizer-partner-listings {
  text-align: center;
}
.maximizer-partner-listings .grid, .maximizer-partner-listings article, .page-content.directory-lite article {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1200px;
}

.ldd_listing_pagination {
  display: flex !important;
}



/* single listing page */
.bootstrap-wrapper.single {
  padding-top: 30px;
}
.directory_listings.listing-single .listing-meta ul {
    margin: 0 0 2em 1.5em;
    font-size: 14px;
    color: #555;
}
.directory_listings.listing-single .listing-meta ul li {   
    font-size: 14px;
    color: #555;
}
.page-content.directory-lite .fa-ul.fa-ul-social {
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 15px;
}
.page-content.directory-lite .directory_listings.listing-single .listing-meta ul li {
    margin: 0 0 .8em;
    line-height: 1.2em;
}
.page-content.directory-lite .fa-ul>li {
    position: relative;
}
.page-content.directory-lite .fa-ul-social li {
    float: left;
}
.page-content.directory-lite .listing-meta .fa {
    color: #3bafda!important;
}
.page-content.directory-lite .fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}
.page-content.directory-lite .fa {
    display: inline-block;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;    
}
.page-content.directory-lite .fa-ul-social li .fa {
    font-size: 20px;
}
.page-content.directory-lite .fa-facebook, .page-content.directory-lite .fa-twitter,
 .page-content.directory-lite .fa-linkedin, .page-content.directory-lite .fa-google-plus,
  .page-content.directory-lite .listing-single .fa-instagram, .page-content.directory-lite .fa-youtube, .fa-link {
    margin-left: 15px;
}

@media only screen and (max-width: 768px) {    
  .bootstrap-wrapper.single .container-fluid .row, .bootstrap-wrapper.single .container-fluid .row > div,
   .bootstrap-wrapper.single .container-fluid .row > div > div {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  article > div > div > div:first-child {
    padding-right: 0px;
  }
  .ldd-thumbnail-left {
    padding-bottom: 26px;
  }
  .page-content.directory-lite .fa-ul {
  
  }
  .page-content.directory-lite .fa-ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-content.directory-lite .fa-ul > li i {
    margin-left: 12px;
  }
}



/* partner form */
.wpcf7-form input, .wpcf7-form label, .wpcf7-form label span {
    width: 100%;
}
.wpcf7-form input:not([type=submit]), .wpcf7-form select {
    height: 30px !important;
}
.wpcf7-form input[type=radio] {
    height: 18px !important;
}
.wpcf7-form textarea {
    width: 100%;
    height: 120px;
}
.wpcf7-form p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}
.wpcf7-form .wpcf7-submit {
    margin-top: 18px !important;
}
.wpcf7-form .wpcf7-submit:hover {
    background: #555555;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: block;
    border: 0;
    background: #fff;
    padding: 0px 20px 12px 20px;
    margin-top: 0px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}



/* gravity form style overrides */

/* attempting a general override for all Gravity Forms instead of being form specific with the _1, _2, etc. */
.gform_wrapper .gform_body .gform_fields input[type=text], .gform_wrapper .gform_body .gform_fields select {
    width: 100%;
    height: 32px;
    font-size: 16px;
    margin-bottom: 10px !important;
}
.gform_wrapper .gform_body .ginput_complex.ginput_container {
    margin-bottom: 10px !important;
}
.gform_wrapper .gform_body .gform_fields textarea {
  font-size: 16px;
  height: 120px;
}
.gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  max-width: 200px !important;
}

.gform_wrapper .gform_body .gform_fields select {
    width: auto;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0px !important;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px !important;
}


.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0px !important;
}
.gform_wrapper textarea {
  resize: vertical !important; /* user can resize vertically, but width is fixed */
}



.gform_wrapper .gform_footer {
    padding-top: 0px !important;
} 
.gform_wrapper .gform_footer .gform_button, .gform_page .gform_page_footer .gform_button, .gform_page .gform_page_footer .gform_button, .gform_page .gform_page_footer .gform_next_button.button {
  background-color: #b8db2b !important;
  display: inline-block;
  margin: 5px auto;
  padding: 15px 22px 12px 22px !important;
  color: #000000 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #888888 !important;
  border-radius: 12px;
  box-shadow: 5px 5px 5px #efefef;
  min-width: 200px;
}
.gform_wrapper .gform_footer .gform_button:hover, .gform_wrapper .gform_footer .gform_button:focus { 
  background-color: #CDEC52 !important;
  color: #000000 !important;
}
.gform_page .gform_page_footer .gform_next_button.button:hover, .gform_page .gform_page_footer .gform_next_button.button:focus { 
  background-color: #CDEC52 !important;
  color: #000000 !important;
}
.gform_page .gform_page_footer .gform_button:hover, .gform_page .gform_page_footer .gform_button:focus { 
  background-color: #CDEC52 !important;
  color: #000000 !important;
}
.gform_previous_button.button {
  display: none !important;
}

/* specific to form 1 (contact support) */

.gfield_radio {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#gform_1, #gform_6, #gform_3, #gform_4, #gform_17 {
  background: #f6f6f6;  
  border: solid 1px #888888;
  border-radius: 12px;
  padding: 30px 30px 20px 30px;
}
#gform_17 {
  min-height: 380px;
}
#gform_6, #gform_17 {
  margin-left: 30px;
}
#gform_wrapper_1 ul.gfield_radio li input[type="radio"], #gform_wrapper_6 ul.gfield_radio li input[type="radio"], #gform_wrapper_4 ul.gfield_radio li input[type="radio"], #gform_wrapper_17 ul.gfield_radio li input[type="radio"] {
  display: none !important;
  margin: 0;
}
#gform_wrapper_1 ul.gfield_radio li, #gform_wrapper_6 ul.gfield_radio li, #gform_wrapper_17 ul.gfield_radio li {  
  display: inline-block !important;
  width: auto !important;
}
#gform_wrapper_1 ul.gfield_radio li input[type="radio"] + label, #gform_wrapper_6 ul.gfield_radio li input[type="radio"] + label, #gform_wrapper_4 ul.gfield_radio li input[type="radio"] + label, #gform_wrapper_17 ul.gfield_radio li input[type="radio"] + label {
  padding: 5px 14px 5px 10px !important;
  border: 1px solid #000000;
  background: #eeeeee;
  color: #000000 !important;
  margin: 0 6px 0 6px;
  border-radius: 4px;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  width: auto !important;
}
#gform_wrapper_1 ul.gfield_radio li input[type="radio"]:checked + label, #gform_wrapper_6 ul.gfield_radio li input[type="radio"]:checked + label, #gform_wrapper_4 ul.gfield_radio li input[type="radio"]:checked + label, #gform_wrapper_17 ul.gfield_radio li input[type="radio"]:checked + label {
  border: 1px solid #000000;
  background: #b8db2b;
  font-weight: 500 !important;
  color: #000000;
}
#gform_wrapper_1 .gfield_label, #gform_wrapper_6 .gfield_label, #gform_wrapper_4 .gfield_label, #gform_wrapper_17 .gfield_label {
  color: #333333 !important;
}

#gform_6 div.validation_error, #gform_4 div.validation_error, #gform_17 div.validation_error {
    color: #000000 !important;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 8px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    background: #fdffbd;
    padding: 6px 0px 6px;
    clear: both;
    width: 100%;
    text-align: center;
}
#gform_6 li.gfield.gfield_error, #gform_6 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, #gform_4 li.gfield.gfield_error, #gform_4 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, #gform_17 li.gfield.gfield_error, #gform_17 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,223,224,0);
    margin-bottom: 2px !important;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    padding-bottom: 2px;
    padding-top: 2px;
    box-sizing: border-box;
    color: #ffffff !important;
}
#gform_6 .gform_body li.gfield.gfield_error .ginput_complex.ginput_container, #gform_4 .gform_body li.gfield.gfield_error .ginput_complex.ginput_container, #gform_17 .gform_body li.gfield.gfield_error .ginput_complex.ginput_container {
    margin-bottom: 2px !important;
}
#gform_6 li.gfield.gfield_error .gfield_description, #gform_4 li.gfield.gfield_error .gfield_description, #gform_17 li.gfield.gfield_error .gfield_description {
    padding-top: 0px !important;
}
@media only screen and (max-width: 992px) {
    #gform_6, #gform_4, #gform_17 {
        margin-left: 0px;
    }
}



/* partner form specific */
#gform_wrapper_2 {
    margin-top: 2px;
}
#gform_wrapper_2 .gform_body .gform_fields input[type=text], #gform_wrapper_2 .gform_body .gform_fields select {
    height: 26px;
    font-size: 14px !important;
    line-height: 15px;
    margin-bottom: 0px !important;
}
#gform_wrapper_2 .ginput_container_textarea textarea {
    height: 100px;
    font-size: 15px !important;
    line-height: 16px;
}
#gform_wrapper_2 input[type=radio] {
    height: 18px !important;
}
#gform_wrapper_2 p, #gform_wrapper_2 label {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}
#gform_wrapper_2 .gfield_radio {
    margin-top: 0px !important;
}
#gform_wrapper_2 div.charleft {
    font-size: 11px;
    line-height: 11px;
    margin-top: 3px;
    font-style: italic;
}

#gform_wrapper_2 .gfield_radio li label {
    margin: 0 !important;
    padding: 0 20px !important;
}
#gform_wrapper_2 input[type=radio] {
    display: none;
}
#gform_wrapper_2 .gfield_radio li input[type=radio] + label {
    background: url(../images/rb-e.png) left center no-repeat;
}
#gform_wrapper_2 .gfield_radio li input[type=radio]:checked + label {
    background: url(../images/rb-f.png) left center no-repeat;
}
/*#gform_wrapper_2 .gfield_radio li:nth-last-child(2) {
    display: inline-block !important;
}*/
#gform_wrapper_2 li.gfield ul.gfield_radio li input[type=radio]+input[type=text] {
    width: 50%;
    margin-right: 0px;
}
#gform_confirmation_wrapper_2 {
    padding-top: 200px;
}


/* specific to form 3 (general inquiry) */

#gform_wrapper_3 ul.gfield_radio li input[type="radio"] {
  display: none !important;
  margin: 0;
}
#gform_wrapper_3 ul.gfield_radio li {  
  display: inline-block !important;
  width: auto !important;
}
#gform_wrapper_3 ul.gfield_radio li input[type="radio"] + label {
  padding: 5px 14px 5px 10px !important;
  border: 1px solid #000000;
  background: #eeeeee;
  color: #000000 !important;
  margin: 0 6px 0 6px;
  border-radius: 4px;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  width: auto !important;
}
#gform_wrapper_3 ul.gfield_radio li input[type="radio"]:checked + label {
  border: 1px solid #000000;
  background: #b8db2b;
  font-weight: 500 !important;
  color: #000000;
}
#gform_wrapper_3 .gfield_label {
  color: #333333 !important;
}




.video-demo-privacy-text.field_description_below {
  font-size: 15px !important;
}
.video-demo-privacy-text.field_description_below .gfield_consent_description, .gform_wrapper .gfield_consent_description {
    max-height: auto !important;
    height: auto !important;
    line-height: 17px !important;
    margin-top: 2px !important;
    overflow-y: hidden !important;
    overflow: hidden !important;
}



/* Become a Partner signup form */
#gform_10 {
  background: #b8db2b;  
  border: solid 1px #888888;
  border-radius: 30px;
  max-width: 600px;
}
#gform_10 .gform_body {
  padding: 30px 30px 12px 30px;
}

#gform_10 .gform_heading {
  text-align: center;
  background: #333333 !important;
  color: #cccccc !important;
  padding: 14px 10px 16px 10px;
}
#gform_10 .gform_heading span.gform_description {
  display: inline-block !important;
  margin: 0px auto;
  font-weight: 700;
}

#gform_10 .gform_footer .gform_button {
  background-color: #333333 !important;
  display: inline-block;
  margin: 5px auto;
  padding: 20px !important;
  color: #b8db2b !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: 12px;
  max-width: 60% !important;
}
#gform_10 .gform_footer .gform_button:hover, #gform_10 .gform_footer .gform_button:focus {
  background-color: #CDEC52 !important;
  color: #000000 !important;    
}

#gform_10 .gform_footer {
  text-align: center !important;
  padding-bottom: 22px;
  margin-top: 0px !important;
}

#gform_10 div.validation_error {
    color: #000000 !important;
    font-size: 1em;
    font-weight: 700;
    margin-top: 12px !important;
    margin-bottom: 0px !important;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 2px 0px 6px;
    clear: both;
    width: 100%;
    text-align: center;
    position: relative;
    top: 10px;
}
#gform_10 li.gfield.gfield_error, #gform_10 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,223,224,0);
    margin-bottom: 2px !important;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    padding-bottom: 2px;
    padding-top: 2px;
    box-sizing: border-box;
    color: #ffffff !important;
}
#gform_10 .gform_body li.gfield.gfield_error .ginput_complex.ginput_container {
    margin-bottom: 2px !important;
}
#gform_10 li.gfield.gfield_error .gfield_description {
    padding-top: 0px !important;
}
#gform_10 .gfield_description.validation_message {

}



/* Everest FAQ Manager overrides */

.efaq-selected-template-template-21 .efaq-front-title-wrap {
  background-color: #fafafa !important;
  border: solid 1px #cccccc;  
  padding: 18px 18px 18px 30px;
  position: relative;
  line-height: 1.3;
  opacity: 0.6;
  -moz-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  font-weight: 700 !important;
  border-radius: 6px;
}
.efaq-selected-template-template-21 .efaq-front-title-wrap .efaq-front-title span {
    color: #000000;
    font-size: 17px;
}
.efaq-front-main-container.efaq-selected-template-template-21 .up-down-btn {
    color: #000000 !important;
}

.efaq-selected-template-template-21 .efaq-front-wrap-inner.efaq-tab-active .efaq-front-title-wrap, .efaq-selected-template-template-21 .efaq-front-wrap-inner:hover .efaq-front-title-wrap {
  opacity: 1;
  background-color: #444444 !important;
}
.efaq-selected-template-template-21 .efaq-front-wrap-inner.efaq-tab-active .efaq-front-title-wrap .efaq-front-title span, .efaq-selected-template-template-21 .efaq-front-wrap-inner:hover .efaq-front-title-wrap .efaq-front-title span {
    color: #ffffff;
    font-size: 17px;
}
.efaq-front-main-container.efaq-selected-template-template-21 .efaq-front-wrap-inner.efaq-tab-active .up-down-btn, .efaq-selected-template-template-21 .efaq-front-wrap-inner:hover  .up-down-btn {
    color: #ffffff !important;
}

.efaq-front-content {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #404041;
  font-style: normal;
}


/* my custom FAQ */

.faq-table-of-contents {
  text-align: center;
}
.faq-table-of-contents ul {
  list-style: none;
  margin: 0px auto;
  display: inline-block;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.faq-table-of-contents ul li {
  display: block;
  margin: 0px 0px 0px 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.faq-table-of-contents ul li a {
  display: inline-block;
  text-align: center;
  position: relative;
  border-bottom: solid 1px #555555;
  padding-bottom: 5px;
}
.ffaq-table-of-contents ul li a:after {
  background-color: #b8db2b;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  width: 40px;
  bottom: -7px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}


.faq {
    margin-top: 10px;
    margin-bottom: 40px;
}
.faq .faq-wrapper .heading {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.9px;
    margin-bottom: 25px;
}
.faq > div > div > .faq-parent {
  padding-left: 0px;
  padding-right: 0px;
}
.faq .faq-wrapper .faq-container {
    border-top: 1px solid #e6e5e5;
}
.faq .faq-wrapper .faq-container:last-child {
    border-bottom: 1px solid #e6e5e5;
}
.faq .faq-wrapper .faq-container.shown {
    background-color: #f0f0f0;
}
.faq .faq-wrapper .faq-container .clickable .faq-item {
    padding-top: 17px;
    padding-right: 40px;
    padding-left: 20px;
    padding-bottom: 16px;
    color: #333;
    font-size: 18px;
    position: relative;
}
.faq .faq-wrapper .faq-container .clickable .faq-item:hover * {
    color: #b8db2b !important;
}
.faq .faq-wrapper .faq-container.shown .clickable .faq-item * {
    color: #08c !important;
}
.faq .faq-wrapper .faq-container .clickable .faq-item i.fas {
    font-size: 16px;
    color: #777777;
    position: absolute;
    top: 7px;
    right: 0px;
}
.faq .faq-wrapper .faq-container .clickable .faq-item i.fas:hover * {
    color: #b8db2b;
}
.faq .faq-wrapper .faq-container.shown .clickable .faq-item i.fas * {
    color: #08c !important;
}
.faq .faq-wrapper .faq-container .clickable .faq-item i.fa-arrow-up {
    ccolor: #2babdb;
}
.faq .faq-wrapper .faq-container .clickable:hover {
    text-decoration: none;
}
.faq .faq-wrapper .faq-container .faq-collapse .answer-item {
  padding-left: 20px;
  font-size: 16px;
}
.faq .faq-wrapper .faq-container .faq-collapse .answer-item .answer {
  padding-bottom: 60px;
}

/* faq single page */
.faq-banner {
    background: rgba(64,64,65,1);                        
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 54px;
    padding-bottom: 38px;
}
.faq-banner h2 {
    color: #c4d600;
    font-size: 48px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
}
.faq-single {                        
    padding-top: 50px;
    padding-bottom: 20px;
    min-height: 400px;
}
.faq-answer {
    max-width: 800px;
    padding-top: 10px;
    padding-bottom: 40px;
}
.faq-answer * {                        
    font-size: 18px !important;
    line-height: 28px !important;
}
.faq-reference {
    margin-top: 30px;
}
.faq-links {
    margin-top: 30px;
    border-top: solid 1px #cccccc;
    padding-top: 16px;
    padding-bottom: 22px;
}
.faq-single a:link, .faq-single a:visited, .faq-single a:active {
    color: #2babdb !important;
    text-decoration: none;
}
.faq-single a:hover, .faq-single a:focus {
  color: #b8db2b !important;
  text-decoration: none;
}



/* footer-ctas */
.footer-ctas {
  background-color: #404041;
}
.footer-ctas > div > div > div .row {
  padding-top: 32px;
}


/* footer */

.footer-ctas {
  background-color: #404041;
}
.footer-ctas > div > div > div .row {
  padding-top: 32px;
}
.footer-ctas a {
  margin-left: 12px;
  margin-right: 12px;
}

.maximizer-footer {
  background-color: #515356;
  min-height: 216px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.maximizer-footer-column  {
  font-size: 14px;
}
.maximizer-footer-column p, .maximizer-footer-column li, .maximizer-footer-column a  {
  font-size: 14px;
  line-height: 20px;
  color: #a6a6a6;
}
.maximizer-footer-column h2, .maximizer-footer-column h3, .maximizer-footer-column h4  {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer-column-1 {
  border-right: solid 1px #6d6f71;
}
.footer-column-1 > div {
  padding-right: 50px;
}
.footer-column-2 > div {
  padding-left: 50px;
}
.footer-column-4 {
  position: relative;
  border-left: solid 1px #6d6f71;
}
.footer-column-4 > div {
  padding-left: 50px;
}
.footer-column-4 > span {
  display: inline-block;
  position: absolute;
  left: 50px;
  bottom: 0px;
  color: #afb0b0;
  font-size: 12px;
}

.maximizer-footer-social .nav {
  display: flex;
  flex-direction: row;
  padding: 20px 0px 0px 0px;
}
.maximizer-footer-social .nav li {
  display: inline-block;
  padding: 0px 12px 0px 0px;
}
.maximizer-footer-social .nav li a {
  display: flex;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  background-color: #b2b2b2;
  align-items: center;
  justify-content: center;  
}
.maximizer-footer-social .nav li a:hover, .maximizer-footer-social .nav li a:focus {
  background-color: #ffffff;
  text-decoration: none !important;
}
.maximizer-footer-social li i {
  font-size: 15px;
  line-height: 15px;
  padding-top: 7px;
  color: #515356;  
}
.maximizer-footer-social li a:hover i, .maximizer-footer-social li a:focus i {  
  color: #000000;
  text-decoration: none !important;
}

.maximizer-footer-column ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.maximizer-footer-column ul li {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  list-style: none;
}
.maximizer-footer-column ul li a {
  display: block;
  padding-bottom: 6px;
}


.maximizer-footer-column .button {
  background-color: #7a7b7e !important;
  display: inline-block;
  margin: 5px auto;
  padding: 12px 28px 11px 28px !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #222 !important;
  border-radius: 20px;
  box-shadow: 3px 3px 8px #333;
}
.maximizer-footer-column .button:hover, .maximizer-footer-column .button:focus {
  background-color: #CDEC52 !important;
  /*background-color: #b8db2b !important;*/
  color: #000000 !important;    
}

@media only screen and (max-width: 992px) {
  .maximizer-footer {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .maximizer-footer-column  {
    font-size: 14px;
    text-align: center;
  }
  .maximizer-footer-column p, .maximizer-footer-column li, .maximizer-footer-column a  {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin: 0px auto;
  }
  .maximizer-footer-column h2, .maximizer-footer-column h3, .maximizer-footer-column h4  {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin: 0px auto;
  }
  .footer-column-1 {
    border-right: solid 1px transparent;
  }
  .footer-column-1 > div {
    padding-right: 0px;
  }
  .footer-column-2 > div {
    padding-left: 0px;
  }
  .footer-column-4 {
    position: relative;
    border-left: solid 1px transparent;
  }
  .footer-column-4 > div {
    padding-left: 0px;
  }
  .footer-column-4 > span {
    display: inline-block;
    position: static;
    color: #afb0b0;
    font-size: 13px;
    text-align: center;
    margin: 0px auto;
  }

  .maximizer-footer-social .nav {
    display: flex;
    flex-direction: row;
    padding: 20px 0px 50px 0px;
    text-align: center;
    margin: 0px auto;
    max-width: 400px;
  }
  .maximizer-footer-social .nav li {
    display: inline-block;
    padding: 0px 12px 0px 0px;
    text-align: center;
    margin: 0px auto;    
  }
  .maximizer-footer-social .nav li a {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;  
  }
  
  .maximizer-footer-social li i {
    font-size: 17px;
    line-height: 17px;
    padding-top: 7px;
  }
 
  .maximizer-footer-column ul {    
    text-align: center;
    margin: 0px auto 30px auto;
  }
  .maximizer-footer-column ul li {    
    text-align: center;
    margin: 0px auto;
  }
  .maximizer-footer-column ul li a {
    display: inline-block;
    padding-bottom: 6px;
    text-align: center;
    margin: 0px auto;
  }

  .maximizer-footer-column .button {
    text-align: center;
    margin: 20px auto;
  } 

}




.footer {
	background: url(http://staging.maximizer.com/wp-content/uploads/2019/02/background-footer.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.footer > div > div > p {
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;	
	text-transform: uppercase;
}

.footer-navigation {
  padding-top: 44px;
}

.footer-legal {
  padding-top: 30px;
  padding-bottom: 12px;
}
.footer-legal ul li {
    display: inline-block !important;
    width: auto;
}
.footer-legal ul li a {
    padding-right: 10px;
    margin-right: 10px;    
    color: #959595;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-legal ul li:first-child a {    
    border-right: 1px solid #959595;
}
input#s {
    background: url(../images/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;    
    width: 50%;
    height: 15px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
    outline: none;
}

.footer-navs {
  padding-top: 16px;
}
ul.footer-menu-small {
    float: left;
    margin-right: 15px;
    width: 175px;
}
ul.footer-menu-small li {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0px;
    text-align: right;
    line-height: 13px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
ul.footer-menu-small li a {
    color: #959595;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 6px;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
@media only screen and (max-width: 1210px) {
  ul.footer-menu-small {
    margin-right: 5px;
    width: 150px;
  }
}


.footer-copyright {
  padding-top: 48px;
  padding-bottom: 40px;
}
.footer-copyright p {
  color: #959595;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-social {
  text-align: center;
}
.footer-social .nav {
  display: inline-block;
}
.footer-social .nav li {
  display: inline-block;
  padding: 0px 12px;
}
.footer-social li i {
  font-size: 30px;
  color: #b8db2b;
  cursor: pointer;
}
.footer-social li i:hover {  
  color: #CDEC52;
}

#back-to-top {
  position: fixed;
  bottom: 60px;
  right: 40px;
  font-size: 35px;
  color: #000;
  display: none;
}     
#back-to-top a {
  color: #b8db2b;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}     
#back-to-top a:hover {
  color: #727373;
  text-decoration: none;
}


@media only screen and (max-width: 992px) {
  .footer-navigation {
    text-align: center;  
  }
  #footer-logo {
    text-align: center;
  }
  .footer-legal {
    padding-top: 20px;
    padding-bottom: 12px;
    text-align: center;
  }
  .footer-legal ul {
      display: inline-block !important;
      width: auto;
      text-align: center;
  }
  .footer-legal ul li {
      display: inline-block !important;
      width: auto;
      text-align: center;
  }
  .footer-navs {
    padding-top: 30px;
    text-align: center;
    width: 100%;
  }
  ul.footer-menu-small {
      float: none;
      margin-right: 0px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 14px;
      margin-left: 0px;
      width: 175px;
      text-align: center;
      display: inline-block;
      vertical-align: top;
  }
  ul.footer-menu-small li {
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center;
  }
  .footer-social {
    padding-bottom: 60px;
  }
  .footer-copyright {
    text-align: center;
    display: flex;
    padding-top: 0px;
  }
  .footer-copyright > div:first-child {
    order: 2;
  }
}

@media only screen and (max-width: 768px) {
  a.button-greenbg-charcoaltext, .button-greenbg-charcoaltext a, .max-cta-wrapper a {
      padding: 15px;
      letter-spacing: 1px;    
  }
  a.button-greenoutline-greentext {
      margin: 15px 0;
      padding: 14px 14px;
      letter-spacing: 1px;
  }
  .footer-ctas .button-greenbg-charcoaltext {
    margin-right: 10px;
  }


}



/* content from editor */

.wpex-vc-row-stretch_row { opacity: 0; }
.wpex-window-loaded .wpex-vc-row-stretch_row { opacity: 1; }

.vc_transform .container.grid-container {
    max-width: 100%;
}

/*.vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0px !important;
}
*/