/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES 
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html{
  color: #444;
}

body {
  background: #fff; 
  font-family:Lato,Helvetica,sans-serif;
  font-size: 17px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  background: rgba(3,86,164,0.8);
  color: #fff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background:rgba(0,0,0,.25);
  text-shadow: none;
}

/* div.video-box {position: relative;overflow: auto;padding: 0 0 56.25% 0;} */

/* =============== Typography =============== */

/* Basic text */
p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #777;
} 
small {}
strong {
  font-weight: bold;
}
em {}
cite {}
code {}
pre {}



p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
  margin: 0 0 15px 0;
}

*+p, *+ul, *+ol, *+dl, *+blockquote, *+pre, *+address, *+fieldset, *+figure {
  margin-top: 15px;
}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  text-transform: none;
  font-family: Lato,Helvetica,sans-serif;
  letter-spacing: initial;
  margin: 0 0 15px 0;
  color: #444;
  font-weight: normal;
}

*+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
  margin-top: 25px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 52px;
  font-weight: 300;
  line-height: 1;
}
h2 {
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
}
h3 {
  font-size: 36px;
  line-height: 1.2;
}
h4 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}

/* Anchor Links */
a { 
  color: #444;
  text-decoration:none;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
a:hover, a:focus { 
  color: rgba(68,68,68,0.6);
  text-decoration:none; 
}

/* Lists */
ul, ol {
  margin: 15px 10px;
  font-weight: 300;
  padding-left: 30px;
}
ul ul, ul ol, ol ol, ol ul {}
li {
  margin: 15px 10px;
}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 2px solid rgba(68,68,68,0.08);
}
/*=================== Duetteo Buttons ====================*/
.duetto-button, .duetto-button:active, .duetto-button:visited {
    background-color: #036bcc;margin: 3px 0px 3px 0px;display: inline-block;border-width: 2px;border-style: solid; border-color: #036bcc;text-decoration: none;
    font-size: 24px;color: #fff;padding: 8px 40px;font-weight: 300;cursor: pointer;transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
    -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
    -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
    -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
    -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.duetto-button:hover {background-color: #0f9cff;border-color: #0f9cff;color: #fff;padding: 7px 40px 9px 40px;box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);}
/*yellow*/
.db-yellow, .db-yellow:visited, .db-yellow:active {background-color:#FEBE11;border-color:#FEBE11;}
.db-yellow:hover {background-color:#fddb00;border-color:#fddb00;}
/*white border*/
.duetto-button.db-border-white, .duetto-button.db-border-white:visited, .duetto-button.db-border-white:active {
  background-color: transparent;border-color: #fff;color: #fff;margin: 3px 0px 3px 0px;display: inline-block;border-width: 2px;border-style: solid;text-decoration: none;
  font-size: 24px;padding: 8px 40px;font-weight: 300;cursor: pointer;font-family:Lato, Helvetica, sans-serif;line-height:1;transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.duetto-button.db-border-white:hover {background-color: #fff;border-color: #fff;color: #0256a4;padding: 7px 40px 9px 40px;box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);}
.duetto-button.db-small, .duetto-button.db-small:active, .duetto-button.db-small:visited, .duetto-button.db-small:hover {font-size:16px;padding:6px 20px;}

/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}

/*=====================================================
			Search Results Page
=======================================================*/
.hs-search-results li {padding:25px 0;border-bottom: 1px solid #dfdfdf;}
.hs-search-results li:last-child {border-bottom:none;}
.hs-search-results a {color:#0254AC; font-size:24px;margin:0 0 15px 0;}
.hs-search-results a:hover {color:#0254AC; text-decoration:underline;}
a span.hs-search-highlight.hs-highlight-title {font-weight: inherit;}
.hs-search-results p {margin:0;color:#444;}
.hs-search-field input[type="search"] {font-size: 36px;border-radius: 5px;border: 1px solid #bbb;background-color: #fff;box-shadow: 0px 2px 4px rgba(0,0,0,.3); padding: 10px 20px;width:100%;margin:25px auto;}
.hs-search-field input[type="search"]:hover,
.hs-search-field input[type="search"]:focus,
.hs-search-field input[type="search"]:active {box-shadow: 0px 2px 6px rgba(0,0,0,.3);}
p span.hs-search-highlight.hs-highlight-html {font-weight: 400;}
/*predictive search suggestions*/
.hs-search-field--open .hs-search-field__suggestions {padding:5px 10px;border:1px solid #dadada;background-color:#fff;}
.hs-search-field--open .hs-search-field__suggestions li#results-for {color:#0254ac;font-weight:400;}
.hs-search-field--open .hs-search-field__suggestions li {padding:5px 0;}
.hs-search-field--open .hs-search-field__suggestions li a:hover {color:inherit;}

.library-sidebar .hs-search-field input[type="search"] {background-color:#cfdbe5;font-size: 24px;border-radius: 2px;box-shadow: none; padding: 8px 8px 9px;;width:90%;margin:0 0 0 5px;}
.library-sidebar .hs-search-field input[type="search"]:hover,
.library-sidebar .hs-search-field input[type="search"]:focus,
.library-sidebar .hs-search-field input[type="search"]:active {box-shadow: 0px 2px 6px rgba(0,0,0,.3);}
.library-sidebar .hs-search-field input[type="search"]:focus {background-color:#fff;}

.custom-row1right-webinars-content .hs-search-field input[type="search"] {background-color:#cfdbe5;font-size: 24px;border-radius: 2px;box-shadow: none; padding: 8px 8px 9px;;width:90%;margin:0 0 0 5px;}
.custom-row1right-webinars-content .hs-search-field input[type="search"]:hover,
.custom-row1right-webinars-content .hs-search-field input[type="search"]:focus,
.custom-row1right-webinars-content .hs-search-field input[type="search"]:active {box-shadow: 0px 2px 6px rgba(0,0,0,.3);}
.custom-row1right-webinars-content .hs-search-field input[type="search"]:focus {background-color:#fff;}
.custom-row1right-webinars-content .hs-search-field {margin:30px 0px 0 5px;}

/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {
  min-height:111px;
}

.custom-header-group .page-center {
  max-width: 100% !important;
}

.custom-header-group{
  position: fixed;
  top: 0px;
  width:100% !important;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(68, 68, 68, 0.08);
  color: #444;
}

/* Header Top Style */
.custom-logo {
  padding-left: 15px;
  padding-top: 23px;
  padding-bottom: 24px;
}

.custom-logo img{
  max-width:150px;
}

/* Header Top End */



/* Header Bottom Style */


/* Header Bottom End */


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.body-container .page-center{
  padding:50px 30px;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* Contact Us Page */




.header-container .widget-type-global_group {
  min-height: 0 !important;
}
.custom-row1-contact-group {
  position: relative;
  padding:74px 0 77px;
}
.contact-us-background-image {
  background-size: cover;
  padding: 75px 0;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index:-1;
}
.custom-row1-contact-group .page-center {
  padding:0 30px;
}

.custom-row1-contact-group .hs_cos_wrapper_type_header h1 {
  margin: 0 0 50px 0;
  color: #fff;
}
.hs-contact-page .hs-form-required {
  position: absolute;
  top: 1px;
  left: -10px;
  color: #fff;
  font-weight: 300;
}
.custom-row1-contact-right-content .hs_cos_wrapper_type_module {
  background: rgba(255,255,255,0.8);
  padding: 30px;
  padding-bottom: 54px;
}
.contact-details-wrp h4 {
  margin: 0;
  font-weight: 300;
}
.contact-details p {
  margin: 0 0 20px 0;
}
.contact-details p a {
  color: #0076c9;
  text-decoration: none;
}

.hs-contact-page .body-container [type="text"]:focus,
.hs-contact-page .body-container [type="password"]:focus, 
.hs-contact-page .body-container [type="datetime"]:focus, 
.hs-contact-page .body-container [type="datetime-local"]:focus, 
.hs-contact-page .body-container [type="date"]:focus, 
.hs-contact-page .body-container [type="month"]:focus, 
.hs-contact-page .body-container [type="time"]:focus, 
.hs-contact-page .body-container [type="week"]:focus, 
.hs-contact-page .body-container [type="number"]:focus, 
.hs-contact-page .body-container [type="email"]:focus, 
.hs-contact-page .body-container [type="url"]:focus, 
.hs-contact-page .body-container [type="search"]:focus, 
.hs-contact-page .body-container [type="tel"]:focus, 
.hs-contact-page .body-container [type="color"]:focus,
.hs-contact-page .body-container [type="file"]:focus{
  background-color: #fff;
  color: #777;
}

.hs-contact-page .body-container [type="text"]:hover,
.hs-contact-page .body-container [type="password"]:hover, 
.hs-contact-page .body-container [type="datetime"]:hover, 
.hs-contact-page .body-container [type="datetime-local"]:hover, 
.hs-contact-page .body-container [type="date"]:hover, 
.hs-contact-page .body-container [type="month"]:hover, 
.hs-contact-page .body-container [type="time"]:hover, 
.hs-contact-page .body-container [type="week"]:hover, 
.hs-contact-page .body-container [type="number"]:hover, 
.hs-contact-page .body-container [type="email"]:hover, 
.hs-contact-page .body-container [type="url"]:hover, 
.hs-contact-page .body-container [type="search"]:hover, 
.hs-contact-page .body-container [type="tel"]:hover, 
.hs-contact-page .body-container [type="color"]:hover,
.hs-contact-page .body-container [type="file"]:hover{
  background-color: #fff;
  color: #777;
}

@-moz-document url-prefix() {
  .hs-contact-page .body-container [type="text"] ,
  .hs-contact-page .body-container [type="password"] , 
  .hs-contact-page .body-container [type="datetime"] , 
  .hs-contact-page .body-container [type="datetime-local"] , 
  .hs-contact-page .body-container [type="date"] , 
  .hs-contact-page .body-container [type="month"] , 
  .hs-contact-page .body-container [type="time"] , 
  .hs-contact-page .body-container [type="week"] , 
  .hs-contact-page .body-container [type="number"] , 
  .hs-contact-page .body-container [type="email"] , 
  .hs-contact-page .body-container [type="url"] , 
  .hs-contact-page .body-container [type="search"] , 
  .hs-contact-page .body-container [type="tel"] , 
  .hs-contact-page .body-container [type="color"] ,
  .hs-contact-page .body-container [type="file"]{
  font-family:Lato, Helvetica, sans-serif;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
  .hs-contact-page .body-container [type="text"] ,
  .hs-contact-page .body-container [type="password"] , 
  .hs-contact-page .body-container [type="datetime"] , 
  .hs-contact-page .body-container [type="datetime-local"] , 
  .hs-contact-page .body-container [type="date"] , 
  .hs-contact-page .body-container [type="month"] , 
  .hs-contact-page .body-container [type="time"] , 
  .hs-contact-page .body-container [type="week"] , 
  .hs-contact-page .body-container [type="number"] , 
  .hs-contact-page .body-container [type="email"] , 
  .hs-contact-page .body-container [type="url"] , 
  .hs-contact-page .body-container [type="search"] , 
  .hs-contact-page .body-container [type="tel"] , 
  .hs-contact-page .body-container [type="color"] ,
  .hs-contact-page .body-container [type="file"]{
  font-family: Lato, Helvetica, sans-serif;
}
}

.contact-details-wrp a {
  color: #0076c9;
  text-decoration: none;
}

.contact-details-wrp p {
  margin: 0 0 20px 0;
}

.contact-details-wrp p a {
  color: #0076c9;
}
/* Our Story */
.custom-row1-our-story-content h1 {
  font-size: 52px;
  font-weight: 300;
  line-height: 1;
  margin: 5px 0;
  color: #777;
}
.custom-row1-our-story-content h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  margin: 5px 0 10px 0;
}
.custom-row1-our-story-content h3+div {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.custom-row1-our-story-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-row1-our-story-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  margin: 5px 0 10px 0;
  color:#fff;
}

/* About Us Page */
.custom-about-banner-area{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
  position: relative;
}
.custom-about-banner-area-inner {
  position: relative;
  z-index: 99;
  text-align: center;
}
.custom-about-banner-area .page-center{
  padding: 0 30px;
}
.custom-about-banner-area:after{
  display: block;
  background: rgba(0,0,0,60%);
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.custom-about-banner-area h1 {
  color: #fff;
}
.custom-about-banner-area p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  margin: 5px 0 10px 0;
}
.custom-about-banner-area .custom-banner-button {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  font-size: 24px;
  padding: 8px 40px;
  font-weight: 300;
  cursor: pointer;
  font-family:Lato, Helvetica, sans-serif;
  line-height:1;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.custom-about-banner-area .custom-banner-button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0256a4;
  padding: 7px 40px 9px 40px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}

.one-column-with-background-image-wrp {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
  position: relative;
}

.one-column-with-background-image-wrp.left{
  text-align:left;
}
.one-column-with-background-image-wrp.right{
  text-align:right;
}
.one-column-with-background-image-wrp.center{
  text-align:center;
}
.one-column-with-background-image-inner {
  position: relative;
  z-index: 9;
}
.image-overlay{
  display: block;
  background: rgba(0,0,0,60%);
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.one-column-with-background-image-wrp .page-center{
  padding: 0 30px;
}
.one-column-with-background-image-inner h2{
  color: #fff;
}
.one-column-with-background-image-inner p{
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  margin: 5px 0 10px 0;
}
.one-column-with-background-image-inner .db-border-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  font-size: 24px;
  padding: 8px 40px;
  font-weight: 300;
  cursor: pointer;
  font-family:Lato, Helvetica, sans-serif;
  line-height:1;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.one-column-with-background-image-inner .db-border-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0256a4;
  padding: 7px 40px 9px 40px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}

/* Careers Page Style */
.hs-careers-page hr {
  margin: 50px 0;
}

.custom-careers-banner-area {
  background-size: cover;
  padding:100px 0;
  background-position: center bottom;
  text-align: center;
  background-repeat: no-repeat;
}
.custom-careers-banner-area .page-center {
  padding: 0 30px;
}
.custom-careers-banner-area p,
.custom-careers-banner-area h1{
  color: #fff;
  margin: 0;
}
.custom-row1-careers-group .page-center{
  padding-bottom: 2px;
}
.custom-row1-careers-group .page-center {
  padding-bottom: 0;
}
.custom-row1-careers-content iframe {
  min-height: 1041px;
}
#grnhse_app {
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
#grnhse_iframe {
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  border:1px solid #dfdfdf;
  border-radius: 3px;
}
/* Success Stories Page */

.custom-success-stories-banner-area {
  padding: 130px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-success-stories-banner-area .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.custom-success-stories-banner-area h1{
  margin: 5px 0;
  color: #fff;
}
.custom-success-stories-banner-area p{
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  margin: 5px 0 10px 0;
  color:#fff;
}

.custom-success-stories-wrp {
  position: relative;
  padding: 30px;
  border-top: 10px solid #0256A4;
}
.custom-success-stories-wrp .success-stories-bg{
  position: absolute;
  overflow: visible;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.custom-success-stories-inner{
  padding: 40px 10px;
  text-align: center;
  background: rgba(0,0,0,0.8);
  color: #fff;
  position: relative;
  max-width: 1000px;
  margin: auto;
}
.custom-client-image{
  text-align: center;
}
.custom-success-stories-inner h2 {
  color: #fff;
  margin-top: 20px;
}
.custom-success-stories-inner p {
  color: #fff;
  margin: 0 0 10px 0;
}
.custom-success-stories-inner .duetto-button {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  margin: 3px 5px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  font-size: 16px;
  padding: 6px 30px;
  font-weight: 300;
  cursor: pointer;
  font-family:Lato, Helvetica, sans-serif;
  line-height:24px;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.custom-success-stories-inner .duetto-button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0256a4;
  padding:5px 30px 7px 30px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}


/*  Why Duetto */
.one-column-with-left-image-wrp {
  text-align: center;
  background-size: cover;
  padding: 100px 0;
  background-repeat: no-repeat;
  /*background-position: center;*/
}
.one-column-with-left-image-wrp .page-center {
  position: relative;
  padding: 0 30px;
}
.one-column-with-left-image-wrp img {
  position: absolute;
  left: 0;
  bottom: -110px;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  z-index: 0;
  vertical-align: middle;
}
.one-column-with-left-image-wrp:after,.one-column-with-left-image-wrp:before {
  content: "";
  display: table;
}
.one-column-with-left-image-wrp p {
  color: #fff;
  margin: 10px 0;
  font-size: 52px;
  line-height: 52px;
  position:relative;
  z-index:1;
  line-height:52px;
}
.one-column-with-left-image-wrp h1 {
  font-size: 24px;
  color: white;
  text-transform: initial;
  line-height: 1.4;
  font-weight: 300;
  margin: 10px 0;
  position:relative;
  z-index:1;
}


.custom-row2-why-duetto-group{
  padding:60px 0;
  position: relative;
}

.hs_cos_wrapper_type_module:first-child .custom-testimonial-wrp {
  margin-top: -1px;
}
.custom-testimonial-wrp {
  margin: 0 0 25px;
  clear: both;
  float: left;
  width: 100%;
}
.custom-testimonial-wrp .page-center {
  padding: 0 30px 30px 30px;
  position: relative;
  overflow: auto;
  border-bottom:1px solid #585858;
}
.custom-row2-why-duetto-content span div.hs_cos_wrapper {overflow:auto;}
.custom-row2-why-duetto-content span div.hs_cos_wrapper:last-child .custom-testimonial-wrp .page-center {
  border-bottom:none;
}
.custom-testimonial-inner .page-center {
}
.custom-testimonial-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-size: cover;
  background-repeat: no-repeat;*/
  background-position: center;
  z-index:0;
}
.custom-row1-why-duetto-content {
  position: relative;
  z-index: 1;
}
.custom-testimonia-video {
  width: 31.55%;
  float: left;
}
.custom-testimonia-video .video-box {
  position: relative;
  padding: 0 0 56.25% 0;
}
.custom-testimonia-video .video-box video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-box.youtube-video-box {padding:0;}
.custom-testimonia-content {
  width: 67.666%;
  padding-left: 30px;
  float: left;
}
.custom-testimonia-content h3 {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  font-style: italic;
  text-transform: none;
}
.custom-testimonia-content h4 {
  font-size: 24px;
  line-height: 1.2;
  color: #6daffb;
  margin: 0;
  font-weight: normal;
  text-transform: none;
}
.custom-testimonia-content p {
  color: #6daffb;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 15px 0;
}
.custom-testimonia-content>*>:last-child {
  margin-bottom: 0;
}
.custom-learn-more-demo-wrp{
  background-repeat:no-repeat;
  background-position:center;
  padding: 100px 0;
  background-size: cover;
}
.custom-learn-more-demo-wrp .page-center {
  padding: 0 30px;
}
.custom-learn-more-demo-wrp h2 {
  color: #fff;
  max-width: 70%;
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
}
.custom-learn-more-demo-wrp p {
  color: #fff;
  max-width: 60%;
}
.custom-learn-more-demo-wrp .duetto-button{
  background-color: #F9A01D;
  border-color: #F9A01D;
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  padding: 8px 40px;
  font-weight: 300;
  line-height:24px;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.custom-learn-more-demo-wrp .duetto-button:hover {
  background-color: #FABC60;
  border-color: #FABC60;
  color: #fff;
  padding: 7px 40px 9px 40px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}


/* Team Duetto */

.custom-row1-team-duetto-group {
  position: relative;
  border-bottom: 10px solid #0254AC;
}
.custom-row1-team-duetto-group .page-center {
  padding: 0 30px 0 0;
}
.custom-founder-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.custom-row1-team-duetto-content {
  position: relative;
  z-index: 1;
}
.custom-row1-team-duetto-group .hs_cos_wrapper_type_section_header {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1;
  padding: 80px 0px 24px 0px;
  display: block;
}
.custom-row1-team-duetto-group p {
  margin: 0 auto;
  font-weight: normal;
  font-size: 52px;
  color: #fff;
  line-height: 1.1;
}

.custom-row1-team-duetto-group .hs_cos_wrapper_type_section_header h1 {
  text-transform: initial;
  font-size: 24px;
  font-weight: 300;
  color: #bedaf1;
  margin: 0;
  line-height:1;
}

.executives-group .page-center {
  padding: 0 30px 0 0;
}
.custom-founder-wrp {
  text-align: center;
  color: #fff;
  font-weight: lighter;
  margin-top: 50px;
  min-height: 350px;
  background-size: 100% auto;
  width: 33.333%;
  padding-left: 30px;
  float: left;
  background-repeat: no-repeat;
  background-position: 20px 120px;
}
.custom-founder-inner h1 {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}
.custom-founder-inner h2 {
  font-size: 22px;
  font-weight: lighter;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}
/*---------------------------------
 *      March 2019 Updates
 * --------------------------------*/
.founders-title {margin:50px auto;}
.founders-title h1 {text-align:center;color:#0254AC;font-weight:400;}
.founders-title h1 .subhead {font-size:24px;font-weight:300;color:#777;}
.founders {margin-top:25px;padding-bottom:40%;background-position:bottom center;background-repeat:no-repeat;background-size:100% auto;}
.founders h5 {text-align:center;font-size:24px;font-weight:400;color:#777;margin:0;}
.founders p {text-align:center;font-weight:300;color:#777;}
.founders p.subhead {font-size:24px;}
@media (max-width:767px) {
  .founders {background-image:none !important;padding-bottom:initial;}
  .founders .founder-box {background-image: url(https://cdn2.hubspot.net/hubfs/3427238/founders-2019.jpg);padding-bottom: 350px;background-repeat: no-repeat;margin-bottom: 50px;}
  .craig .founder-box {background-position: 5% 60px;}
  .marco .founder-box {background-position: 50% 60px;}
  .patrick .founder-box {background-position: 95% 60px;}
}


.custom-executives-heading p {
  color: #1a84d5;
  font-size: 22px;
  font-weight: 400;
}
.custom-executives-heading h2 {
  margin: 0 auto;
  font-weight: normal;
  font-size: 42px;
  line-height: 1.1;
}
.custom-executives-heading {
  text-align: center;
  line-height: 1;
  padding: 30px 0px;
}

.custom-executives-wrp{
  width: 50%;
  padding-left: 30px;
  float:left;
}
.custom-executives-inner {
  border-bottom: 12px solid #1c75b9;
  padding-right: 280px;
  display: block;
  min-height: 232px;
  margin-top: 45px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right bottom;
}
.custom-executives-inner h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}
.custom-executives-inner p {
  font-size: 18px;
  color: #3978bd;
  margin-bottom: 0;
}


.custom-row3-team-duetto-group {
  padding: 100px 0;
  text-align: center;
}
.custom-row3-team-duetto-group .page-center{
  padding:0 30px;
}
.custom-row3-team-duetto-group h2 {
  text-align: center;
  font-weight: normal;
  font-size: 42px;
  color: #0256a4;
  margin-bottom: 0px;
}
.custom-row3-team-duetto-group p a {
  background-color: #036bcc;
  margin: 0;
  display: inline-block;
  border: 2px solid #036bcc;
  text-decoration: none;
  font-size: 24px;
  color: #FFF;
  padding: 10px 60px;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  margin-bottom: 30px;
}
.custom-row3-team-duetto-group p a:hover {
  background-color: #FFF;
  color: #036bcc;
  text-decoration: none;
  border: 2px solid #036bcc;
}


/* Product Sheets */

.custom-row1-product-sheets-group {
  padding-bottom: 50px;
}

.custom-row1-product-sheets-group .page-center {
  padding: 0 30px 0 0;
}
.custom-row1-product-sheets-group .hs_cos_wrapper_type_section_header {
  padding:125px 30px 25px;
  text-align: center;
  display: block;
}
.custom-row1-product-sheets-group .hs_cos_wrapper_type_section_header h1 {
  color: #0256A4;
  font-size: 52px;
  font-weight: 300;
  line-height: 1;
  margin: 5px 0;
}
.custom-row1-product-sheets-group .hs_cos_wrapper_type_section_header p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  color: #444;
  margin: 5px 0 10px 0;
}

.custom-row1-product-sheets-content .hs_cos_wrapper_type_widget_container {
  flex-wrap: wrap;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.custom-row1-product-sheets-content .hs_cos_wrapper_type_module {
  width: 50%;
  padding-left: 30px;
  height:100%;
}

.custom-product-sheet-wrp {
  height: 100%;
  margin-top: 250px;
}

.custom-product-sheet-inner {
  background-color: #F9A01B;
  padding: 0;
  position: relative;
  height: 100%;
}

.custom-product-sheet-inner.green{
  background-color: #47922A;
}

.custom-product-sheet-inner.green a.product-sheet-btn{
  color: #47922A;
  background-color: #EEE;
}
.custom-product-sheet-inner.green a.product-sheet-btn:hover {
  color: #48A225;
  background-color: #EEE;
}
.custom-product-sheet-inner.blue{
  background-color: #0256A4;
}
.custom-product-sheet-inner.blue a.product-sheet-btn{
  background-color: #EEE;
  color: #0256A4;
}
.custom-product-sheet-inner.blue a.product-sheet-btn:hover {
  bottom: 31px;
  background-color: #FFF;
  color: #0362BA;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,.15);
}
.custom-product-sheet-inner.black{
  background-color: #272727;
}
.custom-product-sheet-inner.black a.product-sheet-btn{
  background-color: #FEDB00;
  color: #272727;
}
.custom-product-sheet-inner.black a.product-sheet-btn:hover {
  bottom: 31px;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,.15);
  background-color: #FFE339;
  color: #373737;
}
.custom-product-sheet-inner.red{
  background-color: #B1371A;
}
.custom-product-sheet-inner.red a.product-sheet-btn{
  color: #B1371A;
  background-color: #EEE;
}
.custom-product-sheet-inner.red a.product-sheet-btn:hover{
  color: #B1371A;
}
.custom-product-sheet-inner.alice_blue{
  background-color: #5B549D;
}
.custom-product-sheet-inner.alice_blue a.product-sheet-btn{
  background-color: #EEE;
  color: #272727;
}
.custom-product-sheet-inner.alice_blue a.product-sheet-btn:hover{
  color: #272727;
}
.color-box {
  padding: 70px 30px 75px 30px;
  text-align: center;
  height: 100%;
}

.custom-product-sheet-inner img {
  display: block;
  margin: 0;
  width: 75%;
  height: auto;
  position: absolute;
  top: -210px;
  left: 12.5%;
}

.custom-product-sheet-inner h3 {
  font-weight: 300;
  text-align: center;
  color: #fff;
}

.custom-product-sheet-inner p {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}

.custom-product-sheet-inner a.product-sheet-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin: 0 0 0 -125px;
  border: none;
  font-size: 20px;
  font-weight: 300;
  border-radius: 1px;
  transition: .3s;
  -webkit-transition: .3s;
  background-color: #474747;
  color: #EEE;
  padding: 10px 60px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.custom-product-sheet-inner a.product-sheet-btn:hover {
  bottom: 31px;
  background-color: #FFF;
  color: #0362BA;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,.15);
}
.custom-product-sheet-inner.yellow a.product-sheet-btn:hover {
  background-color: #525252;
  color: #FFF;
}


/* Privacy Policy Page */
.hs-full-width .main-content p a:hover {
  color: #0B395A;
  text-decoration: underline;
}

.hs-full-width .main-content p a {
  color: #3B78BD;
}

.custom-full-width-top-content {
  padding: 40px 0;
  text-align: center;
}
.custom-full-width-top-content h1 {
  font-size: 42px;
  text-align: center;
  font-weight: normal;
  margin: 25px auto 5px auto;
  line-height: 1;
}
.custom-full-width-top-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin: 8px auto;
}
.hs-full-width .body-container .page-center {
  padding: 0 30px;
}
.hs-full-width .main-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin: 8px auto;
}
.hs-full-width .main-content h2 {
  font-size: 24px;
  text-transform: initial;
  font-weight: normal;
  color: #0257A3;
  margin: 25px auto 5px auto;
  line-height: 1;
}
.hs-full-width .main-content h3 {
  font-size: 18px;
  text-transform: initial;
  font-weight: bold;
  margin: 25px auto 5px auto;
  line-height: 1;
}
.hs-full-width .body-container .main-content ul li, 
.hs-full-width .body-container .main-content ol li {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin: 8px auto;
}
.hs-full-width .body-container .main-content hr {
  margin: 25px 0;
}


/* Products Page */

.custom-row1-product-group {
  padding: 100px 0 50px 0;
  text-align: center;
}
.custom-row1-product-group .page-center {
  padding: 0 30px;
}
.custom-row1-product-group h1 {
  font-weight: 400;
  color: #0256A4;
  text-align: center;
  text-transform: none;
  font-size: 52px;
  line-height: 1.2;
}
.custom-row1-product-group p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  margin: 5px 0;
}
.custom-row1-product-group img {
  margin: 60px 0 0 0;
}

.custom-bookmark-link {
  background: #444;
  position: relative;
  z-index: 999;
}
.custom-bookmark-link ul {
  margin: 0;
  padding: 0;
  float: none;
  clear: both;
  overflow: auto;
  display: table;
  width: 100%;
}
.custom-bookmark-link ul li {
  width: 25%;
  margin: 0;
  padding: 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.custom-bookmark-link ul li a {
  color: #fff;
  padding: 10px;
  display: block;
  text-decoration: none;
  line-height: 24px;
}

.custom-bookmark-link ul li.yellow {
  background: #F9A01B;
}

.custom-bookmark-link ul li.yellow:hover {
  background: #F7CA16;
}

.custom-bookmark-link ul li.green {
  background: #47922A;
}

.custom-bookmark-link ul li.green:hover {
  background: #58B534;
}

.custom-bookmark-link ul li.red {
  background: #B1371A;
}

.custom-bookmark-link ul li.red:hover {
  background: #DE4521;
}

.custom-bookmark-link ul li.alice_blue {
  background: #5B549D;
}

.custom-bookmark-link ul li.alice_blue:hover {
  background: #7973B4;
}


.two-column-with-image-wrp {
  background-size: cover;
  padding: 75px 0 25px 0;
  background-repeat: no-repeat;
  background-position: center center;
}

.two-column-with-image-wrp.right{
  padding:75px 0;
}

.two-column-with-image-wrp .page-center {
  padding:0 30px 0 0;
}

.two-column-with-image-wrp.right .two-column-with-image {
  float: right;
}
.two-column-with-image-wrp.right .two-column-with-image-content {
  float: left;
}

.two-column-with-image-inner > div {
  width: 50%;
  float: left;
  padding-left: 30px;
}

.two-column-with-image-inner:after, 
.two-column-with-image-inner:before {
  display: block;
  content: "";
  clear: both;
}

.two-column-with-image-content {
  padding-top: 50px;
}

.two-column-with-image-content h2 {
  color: #FEBE11;
  font-size: 36px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
  margin: 0;
}
.two-column-with-image-content h2 span {
  font-weight: 300;
}
.two-column-with-image-content p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  margin: 5px 0;
}
.two-column-with-image-content a {
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  border: 2px solid #fff;
  padding: 10px 60px;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  color: #fff;
  line-height: 24px;
}
.two-column-with-image-content a:hover {
  color: #B1371A;
  background: #FEBE11;
  border-color: #FEBE11;
}
.two-column-with-image-wrp.right .two-column-with-image-content p {
  color: #777;
}
.two-column-with-image-wrp.right .two-column-with-image-content h2{
  color: #444;
}

.two-column-with-image-content a.button.yellow {
  color: #FEBE11;
  border-color: #FEBE11;
}
.two-column-with-image-content a.button.yellow:hover {
  color: #1E1E1E !important;
  background: #FEBE11;
  border-color: #FEBE11;
}
.two-column-with-image-content a.button.green {
  background: #47922A;
  border-color: #47922A;
  color: #fff;
}
.two-column-with-image-content a.button.green:hover {
  background: #58B534;
  border-color: #58B534;
  color: #fff;
}
.two-column-with-image-content a.button.red:hover {
  background: #fff;
  color: #B1371A !important;
  border-color: #fff;
}
.two-column-with-image-content a.button.alice_blue {
  background: #5B549D;
  border-color: #5B549D;
}

.two-column-with-image-content a.button.alice_blue:hover {
  background: #7973B4;
  border-color: #7973B4;
  color: #fff !important;
}


.custom-row4-products-group {
  padding:75px 0 70px;
  border-top: 10px solid #3978BD;
}
.custom-row4-products-group .page-center {
  padding: 0 30px;
}
.custom-row4-products-top-content h2 {
  font-size: 46px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
  margin: 0;
  color: #3978BD;
}
.custom-row4-products-top-content p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  margin: 5px 0;
}
.custom-row4-products-bottom-content h3 {
  color: #3978BD;
  font-size: 24px;
  line-height: 1.4;
  margin: 30px 0 5px 0;
  font-weight: normal;
  text-transform: none;
}
.custom-row4-products-bottom-content p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  margin: 5px 0;
}
.custom-row4-products-bottom-content>*>:last-child {
  margin-bottom: 0;
}

.pcustom-find-out-wrp {
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  text-align: center;
  padding: 100px 0;
}

.pcustom-find-out-wrp .page-center {
  padding: 0;
}

.pcustom-find-out-wrp h2 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.1;
}
.pcustom-find-out-wrp p {
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
}
.pcustom-find-out-wrp a {
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  padding: 8px 40px;
  background-color: #F9A01D;
  border-color: #F9A01D;
  font-weight: 300;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.pcustom-find-out-wrp a:hover {
  background-color: #FABC60;
  border-color: #FABC60;
  padding: 7px 40px 9px 40px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}


/* Blockbuster  Page */
.custom-product-banner-area {
  background-size: cover;
  padding: 101px 0;
  background-position: center;
  text-align: center;
  background-repeat: no-repeat;
}
.custom-product-banner-area .page-center {
  padding: 0 30px;
}
.custom-product-banner-area-inner {
  padding: 75px 0;
}
.custom-product-banner-area-inner.red {
  background: rgba(196, 49, 20, .9);
}
.custom-product-banner-area-inner.blue {
  background: rgba(94,81,162,0.8);
}
.custom-product-banner-area-inner h2{
  font-weight: normal;
  font-size: 52px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  margin: 0;
}



.custom-product-banner-area-inner p {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  margin: 10px auto 20px auto;
  max-width: 850px;
}

/*.hs-blockbuster-page .custom-product-banner-area-inner p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
    margin: 5px 0 10px 0;
    max-width: 100%;
}*/

.hs-blockbuster-page .custom-product-banner-area-inner.blue .button {
  padding: 8px 40px;
  font-weight: 300;
  margin: 3px 0 3px;
}

.hs-blockbuster-page .custom-product-banner-area {
    padding: 100px 0;
}

.custom-product-banner-area-inner .button{
  background-color: transparent;
  margin: 0;
  display: inline-block;
  border: 2px solid #fff;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  padding: 10px 60px;
  line-height: 1;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}

.custom-product-banner-area-inner.red .button:hover {
  background: #F24617;
  color: #fff;
  border-color: #F24617;
}
.custom-product-banner-area-inner.blue .button:hover {
  background: #7066AD;
  color: #fff;
  border-color: #7066AD;
}
.custom-product-banner-area-inner.yellow .button:hover {
  background: #fcb417;
  border-color: #fcb417;
  color: #fff;
}
.custom-product-banner-area-inner.green a.button:hover {
  background: #39c710;
  border-color: #39c710;
  color: #fff;
}

.custom-row1-blockbuster-group {
  padding: 75px 0 77px;
  background: #353535;
}
.custom-row1-blockbuster-group .page-center {
  padding: 0 30px;
}
.custom-row1-blockbuster-group h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 25px 0;
  font-size: 46px;
  font-weight: normal;
}
.custom-row1-blockbuster-group h2 span {
  color: #FDDA00;
}

.two-column-with-background-image-wrp {
  padding: 75px 0;
  background: #8C1D00;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.two-column-with-background-image-inner {
  max-width: 725px;
}
.two-column-with-background-image-wrp .page-center {
  padding: 0 30px;
}
.two-column-with-background-image-inner h2 {
  font-size: 46px;
  font-weight: normal;
  line-height: 1.1;
  color: #fff;
}
.two-column-with-background-image-inner h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 30px 0 5px 0;
  font-weight: normal;
  text-transform: none;
  color: #fff;
}
.two-column-with-background-image-inner p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  margin: 5px 0;
  color: #fff;
}

.hs-playmaker-page .custom-row1-blockbuster-group {
    background: #222;
}
.custom-row3-blockbuster-group {
  padding: 100px 0;
}
.custom-row3-blockbuster-group .page-center {
  padding: 0 30px;
}
.custom-row3-blockbuster-group .hs_cos_wrapper_type_header h1 {
  color: #C43114;
  text-align: center;
  font-size: 46px;
  font-weight: normal;
  line-height: 1.1;
}
.custom-row3-blockbuster-content .hs_cos_wrapper_type_module {
  margin-left: -30px;
  display: block;
}
.one-column-with-top-icon-wrp p {
  font-size: 24px;
  text-align: center;
  color: #B1371A;
  font-weight: bold;
}
.one-column-with-top-icon-wrp p:last-child {
  margin-bottom: 0;
}
.one-column-with-top-icon-wrp {
  width: 33.333%;
  padding-left: 30px;
  margin: 0;
  float: left;
}
.one-column-with-top-icon-wrp .icon {
  width: 100px;
  height: 105px;
  background-repeat:no-repeat;
  margin: 30px auto 15px auto;
}
.one-column-with-top-icon-wrp .icon.icon1 {
  background-position: 0 0;
}
.one-column-with-top-icon-wrp .icon.icon2 {
  background-position: 0 -105px;
}
.one-column-with-top-icon-wrp .icon.icon3 {
  background-position: 0 -205px;
}

.two-column-eqaul-with-image-wrp {
  padding: 75px 0 75px 0;
  background-position: right center;
}
.two-column-eqaul-with-image-wrp.red {
  background: #C43114;
  padding: 75px 0 50px 0;
}

.two-column-eqaul-with-image-wrp.red {
  background: #C43114;
  padding: 75px 0 50px 0;
  background-position: right center;
}
.two-column-eqaul-with-image-wrp.right .two-column-eqaul-with-image {
  float: right;
}
.two-column-eqaul-with-image-wrp.red .two-column-eqaul-with-image-content h2 {
  color: #fff;
  text-transform: none;
  font-size: 46px;
  font-weight: normal;
}

.two-column-eqaul-with-image-wrp.red .two-column-eqaul-with-image-content ul {
  padding: 0;
  list-style: none;
  margin: 15px 10px;
  font-weight: 300;
}
.two-column-eqaul-with-image-wrp.red .two-column-eqaul-with-image-content ul li {
  color: #fff;
  font-weight: 300;
  list-style: none;
  background: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/bullet-red1.jpg') no-repeat;
  background-position: left 4px;
  padding: 0 0 0 20px;
  margin: 25px 0;
  font-size: 20px;
  max-width: 420px;
}
.two-column-eqaul-with-image-wrp .page-center {
  padding: 0 30px 0 0;
}
.two-column-eqaul-with-image-content, .two-column-eqaul-with-image {
  width: 50%;
  float: left;
  padding-left: 30px;
}
.uk-grid:after,.uk-grid:before {
  display: block;
  content:  "";
  clear: both;
}
.two-column-eqaul-with-image-bottom-content {
  padding-left: 30px;
}
.two-column-eqaul-with-image-bottom-content p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin: 30px 0 5px 0;
  line-height: 1.4;
  font-weight: 300;
}
.two-column-eqaul-with-image-content h2 {
  font-size: 46px;
  font-weight: normal;
  color: #95210C;
  text-transform: none;
  line-height: 1.1;
}
.two-column-eqaul-with-image-content h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 30px 0 5px 0;
  font-weight: normal;
  text-transform: none;
  color: #95210C;
}
.two-column-eqaul-with-image-content p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  margin: 5px 0;
}
.two-column-eqaul-with-image-content p:last-child {
  margin-bottom: 0;
}


/* Playmark  Page */
.custom-row2-playmaker-content {
  padding: 75px 0;
  background: #5E51A2;
  background: -webkit-linear-gradient(left bottom, #5E51A2, #4A3698);
  background: -o-linear-gradient(top right, #5E51A2, #4A3698);
  background: -moz-linear-gradient(top right, #5E51A2, #4A3698);
  background: linear-gradient(to top right, #5E51A2, #4A3698);
}
.unlock-true-personalization .page-center {
  padding: 0 30px;
}
.unlock-true-personalization-inner:after, 
.unlock-true-personalization-inner:before {
  display: block;
  content: "";
  clear: both;
}
.unlock-true-personalization-inner {
  margin-left: -30px;
}
.unlock-true-personalization-inner > div {
  padding-left: 30px;
  float: left;
}
.unlock-true-personalization-content {
  width: 33.33%;
}
.unlock-true-personalization-image {
  width: 66.666%;
}
.unlock-true-personalization-content h2 {
  text-transform: none;
  color: #fff;
  margin-top: 45px;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.1;
}
.unlock-true-personalization-content p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  margin: 5px 0;
  color: #fff;
}
.unlock-true-personalization-content p:last-child {
  margin-bottom: 0;
}

.custom-row3-playmaker-group {
  padding: 100px 0;
}
.custom-row3-playmaker-group .page-center {
  padding: 0 30px;
}
.custom-row3-playmaker-top-content h1 {
  color: #5E51A2;
  font-size: 46px;
  font-weight: 300;
  text-align: center;
  line-height: 1.1;
  margin-bottom:0;
}

.custom-row4-playmaker-group {
  background: #4A3698;
  padding:0;
  background-position: right center;
}
.custom-row4-playmaker-group .page-center{
  padding:0 30px;
}
.custom-row4-playmaker-content h2 {
  color: #fff;
  text-transform: none;
  position: relative;
  z-index: 1;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.1;
}
.custom-row4-playmaker-content .hs_cos_wrapper_type_rich_text {
  width: 50%;
  display: block;
}
.custom-row4-playmaker-content ul {
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 15px 10px;
  font-weight: 300;
}
.custom-row4-playmaker-content ul li {
  color: #fff;
  font-weight: 300;
  list-style: none;
  line-height:24px;
  background: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/bullet-yellow2.jpg') no-repeat;
  background-position: left 4px;
  padding: 0 0 0 20px;
  margin: 25px 0;
}
.one-column-with-left-icon-wrp {
  margin: 55px 50px 0 50px;
}
.one-column-with-left-icon-wrp .copy {
  padding-left: 120px;
}
.one-column-with-left-icon-wrp h3 {
  color: #5E51A2;
  text-transform: none;
  font-size: 24px;
  line-height: 1.4;
  margin:0;
  font-weight: normal;
}
.one-column-with-left-icon-wrp p {
  color: #444;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  margin: 5px 0 0;
}
.one-column-with-left-icon-wrp .icon {
  width: 110px;
  height: 90px;
  background-repeat: no-repeat;
  margin: 0;
  float: left;
}
.one-column-with-left-icon-wrp .icon1 {
  background-position: 0 -275px;
  height: 80px;
}
.one-column-with-left-icon-wrp .icon2 {
  background-position: 0 0;
  height: 80px;
}
.one-column-with-left-icon-wrp .icon3 {
  background-position: 0 -105px;
  height: 80px;
}
.one-column-with-left-icon-wrp .icon4 {
  background-position: 0 -185px;
}


/* Culture Page */
.custom-row1-culture-group {
  background: #272727;
  color: #fff;
  padding-bottom: 46px;
}
.custom-row1-culture-group .page-center {
  padding: 0;
}
.custom-row1-culture-group .hs_cos_wrapper_type_rich_text > div {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 32px;
  height: 0;
  overflow: hidden;
}
.custom-row2-culture-image-gallery .hs_cos_gallery_main, 
.custom-row2-culture-image-gallery .hs_cos_gallery_thumbnails, 
.custom-row2-culture-image-gallery .hs_cos_gallery_lightbox {
  padding: 0;
}
.custom-row2-culture-image-gallery .slick-slider {
  margin-bottom: 0;
}
.custom-row2-culture-image-gallery .slick-arrow {
  position: absolute !important;
  top: 50% !important;
  margin-top: -16px !important;
  outline: 0 !important;
  width: 32px !important;
  height: 32px !important;
  text-indent: -9999px !important;
  z-index: 9999 !important;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.custom-row2-culture-image-gallery .slick-initialized .slick-slide {
  display: block;
  margin: 0 5px -2px !important;
  min-height:auto !important;
}
.custom-row2-culture-image-gallery .slick-prev {
  left: 10px !important;
  background: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/Gallery%20Image/controls.png') no-repeat 0 -32px !important;
}
.custom-row2-culture-image-gallery .slick-prev:hover {
  background: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/Gallery%20Image/controls.png') no-repeat 0 0 !important;
}

.custom-row2-culture-image-gallery .slick-next {
  right: 10px !important;
  background: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/Gallery%20Image/controls.png') no-repeat -43px -32px !important;
}
.custom-row2-culture-image-gallery .slick-next:hover{
  background: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/Gallery%20Image/controls.png') no-repeat -43px 0 !important;
}


.custom-culture-followus {
  background: #3978bd;
  padding-top: 50px;
  padding-bottom: 50px;
}
.custom-culture-followus .page-center {
  padding: 0;
}
.custom-culture-followus h2 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
}

.culture-social {
  max-width: 775px;
  min-height: 550px;
  background: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/bg-culture-social.jpg') top center no-repeat;
  margin: 0 auto;
  position: relative;
  margin: 20px auto 20px auto;
}
.culture-social div {
  width: 190px;
  height: 190px;
  position: absolute;
}
.culture-social #twitter {
  left: 25px;
  top: 75px;
}
.culture-social #youTube {
  left: 0;
  right: 0;
  top: 30px;
  margin: auto;
}
.culture-social #faceBook {
  right: 25px;
  top: 75px;
}
.culture-social div img {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}
.culture-social div a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.culture-social .border-small {
  background-color: transparent;
  display: inline-block;
  border: 2px solid #fff;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  padding: 5px 50px;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.culture-social .border-small:hover {
  background-color: #fff;
  color: #0080aa;
}

.custom-row2-culture-image-gallery .slick-slide {
  min-height: auto;
}


/* Game Change */
.custom-product-banner-area-inner.black {
  background-color: rgba(0,0,0,.8);
}

.custom-product-banner-area-inner.black h2 {
  color: #fcd40b;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px;
}

.custom-product-banner-area-inner.black p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
  color: #fff;
  margin: 10px auto 20px auto;
  max-width: 100%;
}

.custom-product-banner-area-inner.black .button {
  background: transparent;
  border-color: #fcb417;
  color: #fcd40b;
}

.custom-product-banner-area-inner.black .button:hover {
  background: #fcb417;
  border-color: #fcb417;
  color: #fff;
}

.custom-row1-gamechanger-group {
  background: #fcd40b;
  padding: 100px 0 85px 0;
}
.custom-row1-gamechanger-group .page-center {
  padding: 0 30px;
}
.custom-product-banner-area-inner.black .button {
  background: transparent;
  border-color: #fcb417;
  color: #fcd40b;
}
.custom-product-banner-area-inner.black .button:hover {
  background: #fcb417;
  border-color: #fcb417;
  color: #fff;
}

.custom-row1-gamechanger-group .page-center {
  padding-left: 0;
}
.custom-row1-gamechanger-top-content h1 {
  color: #343434;
  text-align: center;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.1;
  margin: 25px 0;
  padding-left: 30px;
}
.changes-the-game-wrp h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: initial;
  line-height: 1;
  color: #343434;
  text-align: center;
}
.changes-the-game-wrp p {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  color: #343434;
  text-align: center;
}
.custom-row1-gamechanger-content .hs_cos_wrapper_type_module {
  text-align: center;
  width: 50%;
  padding-left: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px 30px;
}
.custom-row1-gamechanger-content .hs_cos_wrapper_type_widget_container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
/*.changes-the-game-wrp .icon {
background-repeat: no-repeat;
display: block;
min-width: 100px;
min-height: 75px;
}
*/
.changes-the-game-wrp .icon {
  width: 100px;
  height: 80px;
  margin: auto;
  background-position: -60px -884px;
  background-repeat: no-repeat;
  display: block

}
.changes-the-game-wrp .button {
  background: none;
  border: 2px solid #343434;
  color: #343434;
  margin: 10px auto;
  font-weight: 300;
  text-decoration: none;
  font-size: 24px;
  padding: 10px 60px;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  display: inline-block;
  line-height: 24px;
}
.changes-the-game-wrp .button:hover {
  background: #343434;
  color: #fcd40b;
}
.changes-the-game-wrp .icon.icon2 {
  width: 100px;
  height: 80px;
  margin: auto;
  background-position: center -987px;
}


.one-column-with-background-image-wrp:after, 
.one-column-with-background-image-wrp:before {
  display: block;
  content: "";
  clear: both;
}
.custom-row2-blockbuster-content .one-column-with-background-image-wrp {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 100px 0;
  position: relative;
}
.custom-row2-blockbuster-content .one-column-with-background-image-content-inner {
  float: right;
  width: 60%;
  text-align: right;
}
.custom-row2-blockbuster-content .one-column-with-background-image-content-inner h2 {
  color: #fff;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 400;
  text-align: right;
  text-transform: initial;
}
.custom-row2-blockbuster-content .one-column-with-background-image-content-inner p {
  text-align: right;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  max-width: initial;
  padding: initial;
  margin: 15px 0;
}
.custom-row2-blockbuster-content .one-column-with-background-image-content-inner a.db-border-white {
  background-color: #036bcc;
  margin: 0;
  display: inline-block;
  border: 2px solid #036bcc;
  text-decoration: none;
  font-size: 24px;
  color: #FFF;
  font-weight: normal;
  padding: 10px 60px;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  margin-top: 15px;
}
.custom-row2-blockbuster-content .one-column-with-background-image-content-inner a.db-border-white:hover {
  background-color: #FFF;
  color: #036bcc;
  border: 2px solid #036bcc;
}
.custom-row3-gamechanger-group {
  padding:125px 0 95px 0;
  text-align: center;
}
.custom-row3-gamechanger-group .page-center {
  padding: 0 30px;
}
.custom-row3-gamechanger-group .custom-row3-gamechanger-top-content h1 {
  color: #3978bd;
  font-weight: 400;
  text-align: center;
  margin: 0;
  font-size: 46px;
  line-height: 1.1;
}
.custom-row3-gamechanger-group .hs_cos_wrapper_type_module {
  margin-left: 0;
  display: block;
}
.feature-wrp {
  overflow: hidden;
  margin: 75px 0 0 0;
  width: 100%;
  clear: both;
}
.feature-wrp .icon {
  float: right;
  margin-left: 50px;
  width: 250px;
  height: 175px;
}
.feature-wrp.right .icon {
  float: left;
  margin-right: 50px;
  margin-left: 0;
}
.feature-content {
  padding: 30px 0 0 0;
}
.feature-content h3 {
  font-size: 32px;
  color: #3978bd;
  text-align: left;
  line-height: 1;
}
.feature-content p {
  font-size: 22px;
  text-align: left;
  line-height: 1.2;
}	
.feature-wrp .icon2 {
  background-position: center -169px;
}
.feature-wrp .icon3 {
  background-position: center -329px;
}
.feature-wrp .icon4 {
  background-position:center -485px;
}
.feature-wrp .icon5 {
  background-position:center -655px;
}


/* Score Board */
.custom-product-banner-area-inner.green {
  background-color: rgba(24,151,4,.75);
}
.custom-product-banner-area-inner.green p {
  margin: 15px 0;
  max-width: 100%;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
}
.hs-scoreboard-page .custom-row1-blockbuster-group {
  padding: 100px 0 102px;
  background: #222;
}
.custom-row2-scoreboard-group {
  background-color: #fff;
  padding:100px 0;
  min-height: initial;
  text-align: center;
}
.custom-row2-scoreboard-group .page-center {
  padding:0 30px;
}
.custom-row2-scoreboard-content h2 {
  color: #27aa0a;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
}
.custom-row2-scoreboard-content img {
  width: 600px;
}
.custom-row2-scoreboard-content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #777;
}
.real-time-Visibility-wrp {
  background-position: top right;
  background-color: #189704 !important;
  padding: 100px 0;
  min-height: initial;
  text-align: left;
  border-top: 1px solid #189704;
  background-repeat: no-repeat;
}
.real-time-Visibility-wrp .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.real-time-Visibility-wrp .block-1 {
  width: 70%;
  color: #fff;
}
.real-time-Visibility-wrp .block-2 {
  width: 60%;
  color: #fff;
  margin-top: 100px;
}
.real-time-Visibility-wrp {
  color: #fff;
}
.real-time-Visibility-wrp h2 {
  color: #fff;
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
}
.real-time-Visibility-wrp p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}
.real-time-Visibility-wrp .description ul {
  width: 100%;
  overflow: hidden;
  margin: 60px 0px 20px -10px;
}
.real-time-Visibility-wrp .description ul li {
  line-height: 1.5em;
  color: #fff;
  display: inline-block;
  width:24.4%;
  border-left: 4px solid #fedb00;
  padding-left: 8px;
  margin-bottom: 10px;
  font-weight: 300;
}

.custom-row4-scoreboard-group {
  background: #1160C1;
  padding: 50px 0 30px 0;
  overflow: hidden;
  clear: both;
}
.custom-row4-scoreboard-content .two-column-eqaul-with-image-wrp .page-center {
  max-width: 1470px !important;
  padding:0;
}
.custom-row4-scoreboard-content .two-column-eqaul-with-image-wrp {
  padding: 0;
}
.custom-row4-scoreboard-content .two-column-eqaul-with-image-wrp .two-column-eqaul-with-image-content {
  padding: 4.75% 0 0 4.75%;
}
.custom-row4-scoreboard-content .two-column-eqaul-with-image-wrp .two-column-eqaul-with-image-content h3 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
.custom-row4-scoreboard-content .two-column-eqaul-with-image-wrp .two-column-eqaul-with-image-content p {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 300;
  margin: 10px 0 0 0;
  color: #fff;
}

.one-column-with-image-wrp {
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  min-height: initial;
  text-align: center;
  color: #fff;
  padding-bottom: 0px;
  background-repeat: no-repeat;
}
.one-column-with-image-inner .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.one-column-with-image-wrp .one-column-with-image-inner h2 {
  color: #fff;
  font-size: 46px;
  line-height: 1.1;
}
.one-column-with-image-wrp .one-column-with-image-inner p {
  max-width: 1000px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  color: #fff;
}
.custom-row5-scoreboard-content .one-column-with-image-wrp .one-column-with-image-inner p {
  font-size: 24px;
  max-width:100%;
  font-weight: 300;
  line-height: 1.4;
  margin: 5px 0 10px 0;
}
.one-column-with-image-wrp .one-column-image {
  margin-top: 58px;
}

.custom-row6-scoreboard-group {
  background-color: #199606;
  padding: 100px 0;
  min-height: initial;
  text-align: left;
}
.custom-row6-scoreboard-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.custom-row6-scoreboard-top-content .hs_cos_wrapper_type_header h1 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 46px;
  line-height: 1.1;
}
.custom-row6-scoreboard-content .one-column-with-left-icon-wrp {
  margin: 0 0 60px;
  position: relative;
}
.custom-row6-scoreboard-content .one-column-with-left-icon-wrp .copy h3 {
  color: #fff;
  font-size: 36px;
  margin-bottom:15px;
  text-transform: none;
  line-height: 1.2;
  margin-top: 0;
  font-weight: normal;
}	
.custom-row6-scoreboard-content .one-column-with-left-icon-wrp .copy p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color:#fff;
}
.custom-row6-scoreboard-content .one-column-with-left-icon-wrp .icon{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 93px;
  height: 70px;
}
.custom-row6-scoreboard-content .one-column-with-left-icon-wrp .icon.icon1{
  background-position: top left;
}
.custom-row6-scoreboard-content .one-column-with-left-icon-wrp .icon.icon2{
  background-position: 0px -70px;
}
.custom-row6-scoreboard-content .one-column-with-left-icon-wrp .icon.icon3{
  background-position: 0px -140px;
}
.custom-row6-scoreboard-content .one-column-with-left-icon-wrp .icon.icon4{
  background-position: 0px -210px;
}
.custom-row6-scoreboard-bottom-content {
  text-align: center;
}
.request-demo-button {
  background-color: transparent;
  margin: 0;
  display: inline-block;
  border: 2px solid #fff;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  line-height:24px;
  padding: 10px 60px;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  cursor: pointer;
}
.request-demo-button:hover {
  background-color: #fff;
  color: #0080aa;
  cursor: pointer;
  text-decoration: none;
}
.custom-row6-scoreboard-bottom-content .request-demo-button {
  padding: 8px 40px;
  font-weight: 300;
  margin: 3px 0 0;
}

.custom-row7-scoreboard-group {
  background: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/bg_cs-slider-1.jpg') center no-repeat;
  background-size: cover;
  padding: 75px 0px 0px;
  overflow: hidden;
  font-size: 22px;
  min-height: 200px;
  border-bottom: 2px solid #ff0;
  line-height: 1.3;
}

.custom-row7-scoreboard-group.custom-row3-home-group {
  background-image: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/bg_cs-slider.jpg');
  background-size: cover;
  padding: 75px 0px 0px;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-row7-scoreboard-content.custom-row3-home-top-content .hs_cos_wrapper_type_header h1 {
  color: #fedb00;
  font-size: 46px;
  line-height: 1.1;
}



/* Mangae Services */
.managed-services-banner-area .page-center {
  padding: 100px 0 140px 0;
  position: relative;
}
.managed-services-banner-area h2 {
  width: 80%;
  z-index: 10;
  position: relative;
  font-weight: 400;
  color: #0356A4;
  font-size: 54px;
}
.managed-services-banner-area p {
  width: 75%;
  z-index: 10;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
}
.managed-services-banner-area img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.custom-row1-managed-services-content .one-column-with-left-image-wrp {
  padding: 0;
  overflow: hidden;
}
.custom-row1-managed-services-content .one-column-with-left-image-wrp .page-center {
  padding: 100px 0 175px 0;
  position: relative;
}

.custom-row1-managed-services-content .one-column-with-left-image-wrp img {
  position: absolute;
  left: -10px;
  bottom: -66px;
  max-width: 420px;
}
.custom-row1-managed-services-content .one-column-with-left-image-wrp p {
  color: #fff;
  font-weight: 400;
  padding: 0 0 0 350px;
  font-size: 54px;
  margin: 0;
  text-align: left;
}
.custom-row1-managed-services-content .one-column-with-left-image-wrp .name-plate {
  color: #fff;
  padding: 15px 0 0 350px;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.4;
}
.custom-row1-managed-services-content .one-column-with-left-image-wrp h1 {
  color: #fff;
  padding: 15px 0 0 350px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}


.custom-row2-managed-services-content .custom-product-banner-area {
  background-position: top;
}
.custom-product-banner-area-inner.white {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.custom-product-banner-area-inner.white .page-center {
  background: rgba(255,255,255,.9);
  padding: 40px 100px;
  text-align: center;
}
.custom-product-banner-area-inner.white h2 {
  color: #F9A01B;
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
}
.custom-product-banner-area-inner.white p {
  max-width: 100%;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #777;
  margin-top: 15px;
  margin-bottom: 15px;
}

.two-column-with-left-author {
  background-position: center;
  background-repeat: repeat;
}
.two-column-with-left-author-inner {
  padding: 90px 30px 90px 380px;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.two-column-with-left-author .page-center {
  padding: 0;
}
.two-column-with-left-author-inner h1 {
  color: #f7bc00;
  font-weight: 300;
  font-size: 52px;
  line-height: 1;
}
.two-column-with-left-author-inner p {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: normal;
}
.two-column-with-left-author-inner .name {
  color: #f7bc00;
  font-size: 20px;
  margin-top: 20px;
  line-height: 24px;
  margin: 0;
  padding: 9px 0 2px 0;
}
.two-column-with-left-author-inner .designation {
  margin: 0;
}

.two-column-with-left-author-inner .button {
  border: 1px solid #3a97c6;
  padding: 8px 15px;
  font-size: 27px;
  color: #3a97c6;
  text-decoration: none;
  display: block;
  line-height: 24px;
  max-width: 370px;
  margin-top: 40px;
  text-align: center;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.two-column-with-left-author-inner .button:hover {
  background-color: #fff;
  color: #3a97c6;
}

.custom-row4-managed-services-group .page-center {
  padding-top: 55px;
  padding-bottom:75px;
}
.custom-row4-managed-services-group .hs_cos_wrapper_type_header {
  background: #3978BD;
  padding: 15px 0 5px 0;
  display: block;
}
.custom-row4-managed-services-group .hs_cos_wrapper_type_header h1 {
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.custom-row4-managed-services-content .icon {
  float: left;
  width: 150px;
  height: 112.500px;
  background-position: 0;
  background-size: cover;
}
.custom-row4-managed-services-content .icon {
  background-position: 0;
  background-size: cover;
  width: 150px;
}
.custom-row4-managed-services-content .icon.icon3 {
  background-position: 0;
  background-size: cover;
  width: 150px;
  height: 120.828px;
}
.custom-row4-managed-services-content .icon.icon4 {
  background-position: 0;
  background-size: cover;
  width: 150px;
}
.custom-row4-managed-services-content .one-column-with-left-icon-wrp {
  margin:0;
  padding: 25px 0 0 0;
}
.custom-row4-managed-services-content .one-column-with-left-icon-wrp .copy,
.custom-row5-managed-services-content .one-column-with-left-icon-wrp .copy{
  padding-left: 0;
}
.custom-row4-managed-services-content .one-column-with-left-icon-wrp h3 {
  font-size: 24px;
  margin-left: 160px;
  font-weight: normal;
  line-height: 1.2;
  color: #444;
  margin-top: 25px;
}
.custom-row4-managed-services-content .one-column-with-left-icon-wrp p {
  margin-left: 160px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #777;
  margin-top: 15px;
  margin-bottom: 15px;
}

.custom-row5-managed-services-group .page-center {
  padding-bottom: 0;
  padding-top:0;
}
.custom-row5-managed-services-group .hs_cos_wrapper_type_header {
  background: #F9A01B;
  padding: 15px 0 5px 0;
  display: block;
}
.custom-row5-managed-services-group .hs_cos_wrapper_type_header h1 {
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.custom-row5-managed-services-group .page-center {
  padding-top: 0;
}
.custom-row5-managed-services-content .icon.icon2 {
  height: 115.469px;
}
.custom-row5-managed-services-content .icon.icon3 {
  height: 126.188px;
}
.custom-row6-managed-services-group .hs_cos_wrapper_type_header {
  background: #f5782f;
}



/* Home Page */
.custom-home-banner-area {
  background: none;
  padding: 200px 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
  text-align:center;
}
.custom-home-banner-area .page-center {
  position: relative;
  max-width: 980px !important;
  margin: auto;
  text-align: center;
  padding: 0 30px;
}
.custom-home-banner-area .video {
  position: absolute !important;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  object-fit: contain;
}
.custom-home-banner-area .overlay-home {
  background: rgba(0,0,25,.45);
  position: absolute !important;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.custom-home-banner-area .home-banner-content p {
  font-size: 52px;
  font-weight: 300;
  line-height: 1;
  margin: 5px 0;
  color: #fff;
}
.custom-home-banner-area .home-banner-content {
  position: relative;
}
.custom-home-banner-area .home-banner-content h1 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  margin: 5px 0 10px 0;
  color: #fff;
}
.custom-home-banner-area .home-banner-buttons {
  margin-left: -30px;
}
.custom-home-banner-area .button {
  text-align: right;
  width: 50%;
  padding-left: 30px;
  margin: 30px 0 0;
  float: left;
}
.custom-home-banner-area .button.one-button {
  text-align:center;
  width:auto;
  padding:0;
  float:none;
}
.custom-home-banner-area .button a {
  background-color: #036bcc;
  margin:3px 0px 0px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-color: #036bcc;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  padding: 8px 40px;
  line-height: 1;
  font-weight: 300;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.custom-home-banner-area .button a:hover {
  background-color: #0f9cff;
  border-color: #0f9cff;
  color: #fff;
  padding: 7px 40px 9px 40px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}
.button.align-left{
  text-align: left;
}

.custom-row1-home-group {
  background: #f3f3f3;
  padding: 50px 0;
}
.custom-row1-home-group .page-center {
  padding: 0 30px;
}
.custom-row1-home-content .hs_cos_wrapper_type_widget_container{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
.custom-row1-home-content .hs_cos_wrapper_type_module{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 30px;
  width: 33.333%;
}
.news-wrp .news-inner {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  background-size: 50% auto !important;
  padding: 30px;
  background: #fff;
  color: #444;
  height: 100%;
}
.news-wrp .news-inner h4 {
  color: #0271b2;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 70px 0;
}
.news-wrp .news-inner .button {
  position: absolute;
  bottom: 15px;
  background-color: #036bcc;
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-color: #036bcc;
  text-decoration: none;
  font-size: 16px;
  padding: 6px 30px;
  color: #fff;
  font-weight: 300;
  line-height: 24px;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.news-wrp .news-inner .button:hover {
  background-color: #0f9cff;
  border-color: #0f9cff;
  color: #fff;
  padding: 5px 30px 7px 30px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}

.custom-row2-home-group {
  background-color: #002e57;
  padding-top: 120px;
  padding-bottom: 75px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 27px;
}
.custom-row2-home-group .page-center {
  padding:0;
  max-width: 980px !important;
}
.custom-row2-home-top-content h1 {
  color: #fff;
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
}
.custom-row2-home-content .hs_cos_wrapper_type_widget_container {
  display: initial;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  float: none;
  margin: 0;
}
.custom-row2-home-content .hs_cos_wrapper_type_module {
  width: 100%;
  display: initial;
  padding: 0;
}
.custom-row2-home-content .changes-the-game-wrp {
  position: relative;
  display: block;
  width: 50%;
  max-width: 360px;
  padding-top: 130px;
  float: left;
  margin: 35px 100px 0px 60px;
  color: #fff;
  font-weight: 300;
}

.custom-row2-home-content .changes-the-game-wrp .icon.icon1{
  background-position: initial;
}

.custom-row2-home-content .hs_cos_wrapper_type_module .changes-the-game-wrp .icon.icon2 {
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -94px;
  top: 0px;
  width: 200px;
  height: 130px;
  background-position: 40px 60px;
  background-repeat: no-repeat;
}
.custom-row2-home-content .hs_cos_wrapper_type_module .changes-the-game-wrp .icon.icon1 {
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -65px;
  top: 0px ;
  width: 153px;
  height: 130px;
  background-position: 35px 35px;
  background-repeat: no-repeat;
}
.custom-row2-home-content .changes-the-game-wrp h3 {
  font-size: 29px;
  color: #efb615;
  line-height: 1.2;
  font-weight: normal;
  text-transform: none;
  margin: 0 0 15px;
}
.custom-row2-home-content .changes-the-game-wrp p {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom:15px;
  line-height: 1.4;
}
.custom-row2-home-content .changes-the-game-wrp .button {
  background-color: #efb615;
  border-color: #efb615;
  color: #491f00;
}
.custom-row2-home-content .changes-the-game-wrp .button:hover {
  background-color: #FFCD42;
  border-color: #FFCD42;
  padding: 7px 40px 9px 40px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
  color: #491f00;
}
.custom-row2-home-content .changes-the-game-wrp .button {
  margin: 3px auto;
  padding: 8px 40px;
  line-height: 27px;
}


.custom-row3-home-group {
  background-image: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/speaking_gc.jpg');
  background-size: cover;
  background-repeat:no-repeat;
  background-position:center;
  color: #fff;
  padding: 100px 0 0 0;
}
.custom-row3-home-group .page-center {
  padding: 0 30px;
}
.custom-row3-home-top-content h1{
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
  color: #fff;
}

.custom-row3-home-group .hs_cos_gallery_main .slick-slide img {
  max-width: 378px;
  float: left;
  width: 100%;
  margin-top: 11px;
  margin-left: 13px;
}

.hs-customer-success-page .custom-row3-home-group .slick-prev.slick-arrow {
  right: calc(100% - 325px);
  left: auto;
}

.custom-row3-home-group .hs_cos_gallery_main{
  padding: 0;
}

.custom-row3-home-group .slick-slider {
  margin-bottom: 0;
}

.custom-row3-home-group .slick-arrow {
  top:50%;
  z-index: 1;
  opacity:0;
  margin-top: -30px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 0;
  text-align: center;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  color: rgba(255, 255, 255, 0.9);
}
.custom-row3-home-group:hover .slick-arrow {
  opacity:1;
}


.custom-row3-home-group .slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  opacity: 1;
  font-size: 60px;
  color:rgba(255,255,255,0.5);
}
.custom-row3-home-group .slick-next:before {
  content: "\f105";
  opacity: 1;
  font-size: 60px;
  font-family: FontAwesome;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.custom-row3-home-group .slick-prev:hover:before,
.custom-row3-home-group .slick-next:hover:before{
  color: rgba(255, 255, 255, 1);
}

.custom-row3-home-group .slick-prev:hover:before, 
.custom-row3-home-group .slick-prev:focus:before, 
.custom-row3-home-group .slick-next:hover:before, 
.custom-row3-home-group .slick-next:focus:before {
  opacity: 0.9;
  color: #fff;
}

.custom-row3-home-group .caption.below {
  width:63.2%;
  margin-left: auto;
  transition-duration: 0.8s;
  padding: 20px;
}
.custom-row3-home-group .caption.below p {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
  margin: 0 0 15px 0;
}
.custom-row3-home-group .caption.below a {
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  font-weight: 300;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  font-size: 16px;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  padding: 6px 30px;
  line-height: 24px;
}

.hs-gamechanger-page .custom-row3-home-group .caption.below a{
  font-size:18px;
}

.custom-row3-home-group .caption.below a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0256a4;
  padding: 5px 30px 7px 30px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}
.custom-row3-home-group ul.slick-dots{
  text-align:right;
}
.custom-row3-home-group .slick-dots li {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  padding-left: 8px;
  margin-top: 8px;
  margin: 15px 10px;
  font-weight: 300;
  display: inline-block;
}
.custom-row3-home-group .slick-dots li button:before {
  border: 0;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-color: rgba(255,255,255,0.5);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 2px;
  border-radius: 0;
  border-style: solid;
  width: 16px;
  height: 16px;
  opacity: 1 !important;
  background: transparent !important;
}

.custom-row3-home-group .slick-dots li.slick-active button:before  {
  background: rgba(255,255,255,0.7) !important;
  opacity:1 !important;
  border-color: transparent !important;
}
.hs-scoreboard-page .custom-row3-home-group .slick-dots li.slick-active button:before {
  background: #fff !important;
  opacity: 0.7 !important;
  border-color: transparent !important;
}
.one-column-width-backgroup-wrp {
  background-color: #f47920;
  color: #fffb85;
  border-top: 2px solid #ff0;
  border-bottom: 2px solid #ff0;
  padding: 100px 0px;
  text-align: center;
}
.one-column-width-backgroup-inner h4 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}
.one-column-width-backgroup-inner h4 span {
  font-weight: normal;
}
.one-column-width-backgroup-inner .duetto-button.db-border-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  padding: 8px 40px;
  text-decoration: none;
  font-size: 24px;
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.one-column-width-backgroup-inner .duetto-button.db-border-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0256a4;
}

.your-sucess-wrp{
  background-size: cover;
  padding: 75px 0px 0px;
  overflow: hidden;
  font-size: 22px;
  min-height: 200px;
  border-bottom: 2px solid #ff0;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-position: center;
}
.your-sucess-inner {
  padding-left: 315px;
  padding-right: 30px;
  min-height: 320px;
  max-width: 895px;
  background-position: bottom 0 left;
  background-repeat: no-repeat;
  background-size:38%;
  margin: 0 auto;
}
.your-sucess-content {
  color: #fff;
  font-weight: 300;
  text-align: right;
}
.your-sucess-content h2 {
  color: #fff;
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
}
.your-sucess-content h2 span {
  color: #FDDA00;
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
}
.your-sucess-content p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}
.your-sucess-content .member-name.align-left{
  margin: 0;
  text-align: left;
}
.your-sucess-content a.button {
  background-color: #eee;
  border-color: #eee;
  color: #0256a4;
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  font-size: 24px;
  padding: 8px 40px;
  font-weight: 300;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.your-sucess-content a.button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0f9cff;
}



.custom-row6-home-group {
  background-color: #d1dfea;
  padding: 60px 0px;
}



.join-our-team-wrp{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
  color: #fff;
  font-size: 21px;
  line-height: 31px;
  padding-bottom: 0px;
  padding-top: 70px;
  text-align: center;
}
.join-our-team-wrp .page-center {
  background: rgba(0,0,0,0.73);
  padding: 30px;
  color: #fff;
}
.join-our-team-wrp h2 {
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
  color: #fff;
}
.join-our-team-wrp p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}
.join-our-team-wrp .button{
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  font-size: 24px;
  padding: 8px 40px;
  font-weight: 300;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.join-our-team-wrp .button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0256a4;
  padding: 7px 40px 9px 40px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}


.custom-home-feature-wrp h3 {
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
  text-align: center;
}
.custom-home-popular-post {
  position: relative;
  display: block;
  width: 32%;
  max-width: 316px;
  height: 370px;
  float: left;
  margin: 30px 5px 0px 5px;
  background-color: #fff;
  color: #000;
  font-size: 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.custom-home-popular-post h3 {
  color: #f47920;
  padding: 15px 40px;
  position: relative;
  display: block;
  text-align: left;
  font-size: 18px;
  font-weight:400;
}
.custom-home-popular-post h3:before {
  content: '';
  position: absolute;
  z-index: 3;
  left: 15px;
  top: 18px;
  width: 20px;
  height: 20px;
  background: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/sprite_home_content_type.jpg') no-repeat;
  background-position: -46px 0px;
}
.custom-popular {
  position: relative;
  height: 174px;
  margin-bottom: 30px;
}
.custom-home-feature-wrp .page-center {
  padding: 0;
  max-width: 980px !important;
}
.custom-popular.custom-popular-video-image {
  background-image: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/sprite_home_featured.jpg');
}
.custom-home-popular-post p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #777;
  text-align: center;
  padding: 0 10px;
}
.custom-home-feature-wrp .dHomeBlock6Bottom {
  clear: both;
  padding-top: 40px;
  text-align:center;
}
.custom-home-feature-wrp .dHomeBlock6Bottom a {
  background-color: transparent;
  border-color: #111;
  color: #111;
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  padding: 8px 40px;
  font-weight: 300;
  cursor: pointer;
  font-size: 24px;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  line-height: 24px;
}
.dHomeBlock6Bottom a:hover {
  background-color: #111;
  border-color: #111;
  color: #efb615;
}



/* Casino */


.casion-banner-area-wrp {
  padding-top: 100px;
  background-size: cover;
  min-height: 650px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.casion-banner-area-wrp .page-center {
  position: relative;
  max-width: 980px !important;
  margin: auto;
  padding:0;
  text-align: center;
}
.casion-banner-top-content {
  background: none;
  color: #fff;
  font-size: 28px;
  line-height: 31px;
  font-weight: 300;
  padding: 63px 50px 0px 50px;
  margin-bottom: 80px;
}
.casion-banner-top-content p {
  color: #FDDA00;
  font-size: 52px;
  line-height: 52px;
  font-weight: 300;
}
.casion-banner-top-content h1 {
  font-size:24px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  margin: 5px 0 10px 0;
}
.casion-banner-top-content .button {
  background-color: #efb615;
  border-color: #efb615;
  color: #491f00;
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 8px 40px;
  font-weight: 300;
  font-size: 24px;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  line-height: 31px;
}
.casion-banner-top-content .button:hover {
  background-color: #FFCD42;
  border-color: #FFCD42;
  color: #fff;
  padding: 7px 40px 9px 40px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}
.casion-block-1 {
  position: relative;
  display: block;
  width: 49.5%;
  background-color: #3978bd;
  float: left;
  padding: 0px;
  text-align: left;
  min-height: 230px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.casion-block-1 h4,
.casion-block-2 h4{
  color: #fff;
  margin: 0px 0px 0px 150px;
  padding: 15px 15px 0px 15px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
} 	
.casion-block-2 h4 {
  margin: 0px 150px 0px 0px;
  padding: 15px 15px 0px 15px;
}
.casion-block-1 p,
.casion-block-2 p{
  color: #fff;
  margin: 0px 0px 70px 150px;
  padding: 0px 15px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}
.casion-block-2 p {
  margin: 0px 150px 70px 0px;
  padding: 0px 15px;
}
.casion-block-1 .duetto-button.db-small.db-yellow2,
.casion-block-2 .duetto-button.db-small.db-yellow2{
  background-color: #efb615;
  position: absolute;
  bottom: 15px;
  left: 160px;
  border-color: #efb615;
  color: #491f00;
  font-size: 16px;
  padding: 6px 30px;
  margin: 3px 0px 3px 0px;
  text-decoration: none;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  font-weight: 300;
  cursor: pointer;
  line-height:24px;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.casion-block-1 .duetto-button.db-small.db-yellow2:hover,
.casion-block-2 .duetto-button.db-small.db-yellow2:hover{
  background-color: #FFCD42;
  border-color: #FFCD42;
  padding: 5px 30px 7px 30px;
}

.casion-block-1 .duetto-button.db-small.db-yellow2:hover,
.casion-block-2 .duetto-button.db-small.db-yellow2:hover{
  background-color: #FFCD42;
  border-color: #FFCD42;
  color: #fff;
  padding: 5px 30px 7px 30px;
}

.casion-block-2 {
  position: relative;
  display: block;
  width: 49.5%;
  background-color: #3978bd;
  float: right;
  text-align: left;
  padding: 0px;
  min-height: 230px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.casion-block-2 a.duetto-button.db-small.db-yellow2 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  line-height: 20px;
}

.profitability-wrp{
  background-color: #fff;
}
.profitability-inner{
  text-align: left;
  padding: 100px 500px 20px 30px;
  min-height: 570px;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  max-width: 1510px;
  margin: auto;
}
.profitability-inner a.duetto-button.db-yellow2 {
  background-color: #efb615;
  border-color: #efb615;
  color: #491f00;
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  font-size: 24px;
  padding: 8px 40px;
  font-weight: 300;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  line-height:24px;
}

.profitability-inner a.duetto-button.db-yellow2:hover {
  background-color: #FFCD42;
  border-color: #FFCD42;
  color: #fff;
  padding: 7px 40px 9px 40px;
}

.custom-row2-casino-group .one-column-with-background-image-content-inner {
  text-align: center;
}
.custom-row2-casino-group .one-column-with-background-image-content-inner h2 {
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
  color: #444;
  margin: 0 0 15px;
}
.custom-row2-casino-group .one-column-with-background-image-content-inner p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #111;
  margin: 015px 0;
}
.custom-row2-casino-group .one-column-with-background-image-inner .db-border-white {
  background-color: transparent;
  border-color: #111;
  color: #111;
}
.custom-row2-casino-group .one-column-with-background-image-inner .db-border-white:hover {
  background-color: #111;
  border-color: #111;
  color: #efb615;
  padding: 7px 40px 9px 40px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}

.custom-row3-casino-group {
  background: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/vid-pattern-2.jpg') center repeat;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}
.custom-row3-casino-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.custom-row3-casino-group h2 {
  color: #FDDA00;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 300;
}
.custom-row3-casino-group p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}
.custom-row3-casino-group video#video {
  width: 100%;
  height: 640px;
}
.custom-row3-casino-group video ~ p {
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  text-align: left;
  font-size: 24px;
  margin: 7px 0 10px 0;
}
.custom-row3-casino-group video ~ p+p {
  color: #FDDA00;
  font-size: 18px;
  line-height: 1.4;
  text-align: right;
  font-weight: 300;
  font-style: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}
.custom-row3-casino-group video ~ p+p span {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}


















/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.footer-container .page-center{
  padding: 0 30px;
}

.custom-footer-group{
  background:#007FC6 url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/footer-map.jpg') no-repeat;
  background-size: 600px auto;
  background-position:50% 80%;
  color: #FFF;
  text-align: center;
}

.social {
  margin:25px auto 27px;
  max-width: 275px;
}
.social a {
  background: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/social-sprite.jpg') no-repeat;
  background-position: center;
  width: 37px;
  height: 37px;
  background-size: 37px auto;
  display: inline-block;
  margin: 0px 1px 0px 0px;
}
a#fb {
  background-position: 0 0;
}
a#fb:hover {
  background-position: 0 -37px;
}
a#twitter {
  background-position: 0 -74px;
}
a#twitter:hover {
  background-position: 0 -111px;
}
a#linkedIn {
  background-position: 0 -148px;
}
a#linkedIn:hover {
  background-position: 0 -185px;
}
a#youtube {
  background-position: 0 -370px;
}
a#youtube:hover {
  background-position: 0 -407px;
}

.custom-footer-our-offices p {
  color: #fff;
  font-weight: normal;
}

.custom-footer-location p a {
  color: #fff;
  text-decoration: none;
}
.custom-footer-location p a span {
  padding: 10px;
}

.custom-footer-contact-button a {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  padding: 6px 30px;
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  font-weight: 300;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  line-height: 24px;
}
.custom-footer-contact-button a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0256a4;
  padding: 5px 30px 7px 30px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}


.custom-copyright p {
  font-size: 11px;
  margin: 300px auto 0 auto;
  color: #fff;
}
.custom-copyright p+p {
  padding: 0 0 25px 0;
}
.custom-copyright p+p {
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
}
.custom-copyright p+p a {
  color: #fff;
  text-decoration: none;
}

.custom-copyright p+p a:hover {
  color: #FDDA03;
  text-decoration: underline;
}

/* Footer Top Style */

/* Footer Top End */


/* Footer Bottom Style */

/* Footer Bottom End */

/* Bottom Pane */
.custom-bottom-pane-wrp{
  background-color: #febf00;
  padding: 50px 0px 53px;
}
.custom-bottom-pane-inner {
  max-width: 715px;
  margin: 0 auto;
  padding: 0 30px;
}
.custom-bottom-pane-inner:after, 
.custom-bottom-pane-inner:before {
  content: "";
  display: table;
}
.custom-bottom-pane-inner img {
  width: 140px;
  height: auto;
  display: block;
  float: left;
  margin:10px;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

.custom-bottom-pane-inner h4 {
  color: #111;
  margin-top: 25px;
}

.custom-bottom-pane-inner a.custom-bottom-pane-button {
  background-color: transparent;
  border-color: #111;
  color: #111;
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 8px 40px;
  font-weight: 300;
  cursor: pointer;
  font-family:Lato, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 24px;
  line-height:1;
  padding: 8px 40px;
  font-weight: 300;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}

.custom-bottom-pane-inner a.custom-bottom-pane-button:hover {
  background-color: #111;
  border-color: #111;
  color: #efb615;
  padding: 7px 40px 9px 40px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}


/* Popup */

.locationmodal {
  color: #000;
  text-align: center;
  padding: 10px 10px 10px 10px;
}
.uk-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  line-height:24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(57, 120, 189, 0.81);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.uk-modal.uk-open {
  opacity:1;
  z-index: 999999;
}
.uk-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
}
.locationmodal b {
  font-size: 24px;
}
.uk-modal-dialog img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}
.uk-open .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.uk-modal-dialog .uk-close {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background: transparent;
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.3;
  text-decoration: none;
  cursor: pointer;
}
.uk-modal-dialog .uk-close:after {
  display: block;
  content: "\f00d";
  font-family: FontAwesome;
}
.uk-modal-dialog .uk-close:hover, .uk-modal-dialog .uk-close:focus {
  opacity: 0.5;
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.custom-footer-popup {
  min-height: 0 !important;
}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary {
  padding: 10px 20px 10px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  display:block;
  float:right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  text-align: left;
  margin:0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: 17px;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  height: 90px;
  padding: 0 15px;
  line-height: 90px;
  color: #444;
  font-family: 'Lato';
  font-weight: normal;
  text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #0356A4;
  text-decoration:none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  color: #0356A4;
  text-decoration:none;
}

.hs-casino-page .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:hover {
  color: #0356A4;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  color: #0356A4;
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #fff;
  padding: 20px 30px;
  color: #444;
  box-sizing: border-box;
  min-width: 200px;
  font-size: 1rem;
  vertical-align: top;
  border: 1px solid rgba(68,68,68,0.08);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  margin:0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  color: #444;
  font-size: 17px;
  padding: 10px 0;
  line-height: 24px;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  color: #0356A4;
  text-decoration:none;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:960px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: " \25bc";
    display: block;
    float: right;
    font-size: 12px;
    margin: 0px 0px 0px 7px;
    transform: scale(1,0.5);
    -webkit-transform: scale(1,0.5);
    -moz-transform: scale(1,0.5);
    -ms-transform: scale(1,0.5);
    -o-transform: scale(1,0.5);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    margin-top:10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul:after {
    content: "";
    background: transparent;
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    top: -11px;
    left: 0;
  }  
  .custom-row2-home-content .hs_cos_wrapper_type_module:nth-child(2) .changes-the-game-wrp {
    position: relative;
    display: block;
    width: 50%;
    max-width: 360px;
    padding-top: 130px;
    float: left;
    margin-right: 6px;
    color: #fff;
    font-weight: 300;
    margin-top: 35px;
    margin-left: 0;
  }
  .custom-row1left-webinars-content.custom-row1left-whitepapers-top-content .hs-white-paper-wrapper .hs-white-paper-left-con {
    width: 40%;
  }


  /**/
  .hs-casino-page .custom-header-group{
    top: -650px;
    position: static;
    -webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    transition: top 0.3s ease;
    background: transparent;
    border:0;
  }
  .hs-casino-page.scroll-header .custom-header-group{
    top: 0;
    position: fixed;
    width: 100% !important;
    left: 0;
    background: #fff;
    border-bottom: 1px solid rgba(68, 68, 68, 0.08);
  }

  .hs-casino-page .header-container {
    min-height: 111px;
  }

  .hs-casino-page .custom-logo {
    padding-left: 15px;
    padding-top: 23px;
    padding-bottom: 22px;
  }
  .hs-casino-page .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
  }
  .hs-casino-page.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #444;
  }
  .hs-casino-page.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #0356A4;
  }
  .hs-casino-page .casion-banner-area-wrp {
    margin-top: -111px;
  }
  .hs-casino-page.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    color: #0356A4;
  }
  .hs-casino-page .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #0356A4;
  }
  .hs-casino-page .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    color: rgba(255, 255, 255, 0.7);
  }

  .header-container {
    min-height: 111px;
  }

}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 959px) {

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    left: 20px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    background: #ffffff; /* Background color */
    text-align: left;
  }
  .mobile-trigger i:after {
    font-size: 25px;
    color: #14416B;
    content: "\f0c9";
    font-family: FontAwesome;
    vertical-align: middle;
    font-style: normal;
    line-height: 100px;
  }
  /* ===== Mobile Child Toggle Buttons ===== */



  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }


}







/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription form, 
.hs_cos_wrapper_type_password_prompt  {
  background: rgba(2,86,164,0.87);
  padding: 40px;
  float:left;
  width:100%;
}

.one-column .hs_cos_wrapper_type_form, 
.one-column .hs_cos_wrapper_type_blog_subscribe, 
.one-column .hs_cos_wrapper_type_google_search, 
.one-column .hs_cos_wrapper_type_email_simple_subscription form, 
.one-column .hs_cos_wrapper_type_password_prompt  {
  width: 50%;
}

/* Form Field */
.body-container .hs-form-field {
  margin: 0 0 15px 0;
  position: relative;
}
.body-container .hs-form-field > label {
  color: #fff;
}

/* Descriptions */
.body-container .hs-field-desc {}

/* Labels and Legends */
.body-container label {}
.body-container .hs-form-field > label {}

label {}

/* One Line Inputs */
.body-container [type="text"],
.body-container [type="password"], 
.body-container [type="datetime"], 
.body-container [type="datetime-local"], 
.body-container [type="date"], 
.body-container [type="month"], 
.body-container [type="time"], 
.body-container [type="week"], 
.body-container [type="number"], 
.body-container [type="email"], 
.body-container [type="url"], 
.body-container [type="search"], 
.body-container [type="tel"], 
.body-container [type="color"],
.body-container [type="file"],
.body-container textarea,
.body-container select {
  background-color: #f7f7f7;
  padding: 8px;
  font-weight: 300;
  font-size: 18px;
  border: none !important;
  outline: none;
  color: #0256A4;
  width: 93.3%;
  font-family: Arial, sans-serif;
  line-height: 21px;
  outline: none;
}
.body-container textarea {
  min-height: 60px;
  font-family: monospace;
}
.body-container [type="text"]:focus,
.body-container [type="password"]:focus, 
.body-container [type="datetime"]:focus, 
.body-container [type="datetime-local"]:focus, 
.body-container [type="date"]:focus, 
.body-container [type="month"]:focus, 
.body-container [type="time"]:focus, 
.body-container [type="week"]:focus, 
.body-container [type="number"]:focus, 
.body-container [type="email"]:focus, 
.body-container [type="url"]:focus, 
.body-container [type="search"]:focus, 
.body-container [type="tel"]:focus, 
.body-container [type="color"]:focus,
.body-container [type="file"]:focus,
textarea:focus,
select:focus {
  background-color: #f7f7f7;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {color:#999;opacity:1;} /* Webkit Browsers */
:-moz-placeholder {color:#999;opacity:1;} /* Firefox 18- */
::-moz-placeholder {color:#999;opacity:1;} /* Firefox 19+ */
:-ms-input-placeholder {color:#999;opacity:1;} /* IE10 */

.custom-row1-contact-left-content ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#999;
  font-weight:normal; 
  font-family:Arial;
}
.custom-row1-contact-left-content ::-moz-placeholder { /* Firefox 19+ */
  color:#999;
  font-weight:normal; 
  font-family:Arial;
}
.custom-row1-contact-left-content :-ms-input-placeholder { /* IE 10+ */
  color:#999;
  font-weight:normal; 
  font-family:Arial;
}
.custom-row1-contact-left-content :-moz-placeholder { /* Firefox 18- */
  color:#999;
  font-weight:normal; 
  font-family:Arial;
}
.custom-row1-contact-left-content ::-moz-placeholder {
  opacity: .5;
  font-family: Lato, Helvetica, sans-serif;
}

.custom-whitepaper-form .hs_cos_wrapper_type_form input::-moz-placeholder { /* Firefox 19+ */
  color:#797979;
}
.custom-whitepaper-form .hs_cos_wrapper_type_form input:-ms-input-placeholder { /* IE 10+ */
  color:#797979;
}
.custom-whitepaper-form .hs_cos_wrapper_type_form input::-webkit-input-placeholder { /* Firefox 18- */
  color:#797979;
}
.custom-whitepaper-form .hs_cos_wrapper_type_form input::-moz-placeholder{
  color:#797979;
}
.hs-rethinking-hotel .hs-error-msgs.inputs-list label {
  color: #ffbe40;
  padding-left: 0;
}
.hs-rethinking-hotel form.hs-form .hs-form-field ul.inputs-list {
    margin-bottom: 20px;
}
.hs-rethinking-hotel .hs_error_rollup {
    position: absolute;
    bottom: -20px;
    left: 0;
}


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  font-size: 24px;
  padding: 8px 40px;
  font-weight: 300;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  text-decoration: none;
  background-color: #eee;
  border-color: #eee;
  color: #0256a4;
  font-family:Arial, sans-serif;
  cursor: pointer;
  line-height:28px;
  white-space: normal !important;
  outline:none;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  text-decoration: none;
  background-color: #fff;
  border-color: #fff;
  color: #0f9cff;
  padding: 7px 40px 9px 40px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
  text-decoration: none;
  background-color: #fff;
  border-color: #fff;
  color: #0f9cff;
  padding: 7px 40px 9px 40px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);    
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.custom-video-home-tag ul li a:hover {
color: #1885FB;
}

.custom-product-banner-area-inner.white .button {
  border-color: #F9A01B;
  color: #F9A01B;
}

.custom-product-banner-area-inner.white .button:hover {
  background: #F9A01B;
  color: #fff;
}

.custom-row4-roi-group-content img.hidden-phone {
  display: block !important;
  margin: 0 auto;
}
.custom-row4-roi-group-content img.visible-phone {
    display: none !important;
}

.custom-row3-playmaker-content .one-column-with-left-icon-wrp .icon{
  height:80px;
}
.custom-row3-playmaker-content .hs_cos_wrapper_type_module:last-child .one-column-with-left-icon-wrp .icon {
  height: 85px;
}
.hs-playmaker-page .custom-row1-blockbuster-group h2 {
    color: #fff;
    text-align: center;
    margin: 0 0 25px 0;
    font-weight: 300;
    font-size: 46px;
    line-height: 1.1;
}

.custom-row3-playmaker-content .one-column-with-left-icon-wrp h3 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.custom-row3-plans-group {
    padding-bottom: 50px;
}

.ebook-wrp .page-center{
background: transparent !important;
}
.custom-row1-contact-left-content .hs_comments__c.hs-comments__c.hs-fieldtype-textarea.field ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size:18px;
  font-family: monospace;
}
.custom-row1-contact-left-content .hs_comments__c.hs-comments__c.hs-fieldtype-textarea.field ::-moz-placeholder { /* Firefox 19+ */
  font-size:18px;
  font-family: monospace;
}
.custom-row1-contact-left-content .hs_comments__c.hs-comments__c.hs-fieldtype-textarea.field :-ms-input-placeholder { /* IE 10+ */
  font-size:18px;
  font-family: monospace;
}
.custom-row1-contact-left-content .hs_comments__c.hs-comments__c.hs-fieldtype-textarea.field :-moz-placeholder { /* Firefox 18- */
  font-size:18px;
  font-family: monospace;
}

.one-column .custom-whitepaper-banner-area-inner .custom-whitepaper-form .hs_cos_wrapper_type_form {
  margin-top: 5px;
  padding-top: 0;
}
.custom-whitepaper-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:rgba(68, 68, 68, 0.7);
  font-family:arial;
}
.custom-whitepaper-form ::-moz-placeholder { /* Firefox 19+ */
  color:rgba(68, 68, 68, 0.7);
  font-family:arial;
}
.custom-whitepaper-form :-ms-input-placeholder { /* IE 10+ */
  color:rgba(68, 68, 68, 0.7);
  font-family:arial;
}
.custom-whitepaper-form :-moz-placeholder { /* Firefox 18- */
  color:rgba(68, 68, 68, 0.7);
  font-family:arial;
}



.error-template .body-container label {
  color: #fff;
}

@-moz-document url-prefix() {

  .body-container .hs-button.primary, 
  .body-container input[type="submit"],
  .body-container input[type="button"],
  .custom-whitepaper-form .hs_cos_wrapper_type_form .hs-button.primary.large{
    font-family: -apple-system;
  }
  


  .custom-whitepaper-form .hs_cos_wrapper_type_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: -apple-system;
    opacity:1;
  }
  .custom-whitepaper-form .hs_cos_wrapper_type_form ::-moz-placeholder { /* Firefox 19+ */
    font-family: -apple-system;
    opacity:1;

  }
  .custom-whitepaper-form .hs_cos_wrapper_type_form :-ms-input-placeholder { /* IE 10+ */
    font-family: -apple-system;
    opacity:1;

  }
  .custom-whitepaper-form .hs_cos_wrapper_type_form :-moz-placeholder { /* Firefox 18- */
    font-family: -apple-system;
    opacity:1;

  }
  
}

@media screen and (-webkit-min-device-pixel-ratio:0){
  .body-container [type="text"],
  .body-container [type="password"], 
  .body-container [type="datetime"], 
  .body-container [type="datetime-local"], 
  .body-container [type="date"], 
  .body-container [type="month"], 
  .body-container [type="time"], 
  .body-container [type="week"], 
  .body-container [type="number"], 
  .body-container [type="email"], 
  .body-container [type="url"], 
  .body-container [type="search"], 
  .body-container [type="tel"], 
  .body-container [type="color"],
  .body-container [type="file"],
  .body-container textarea,
  .body-container select {
    font-family:  system-ui;
  }
 /* .body-container .hs-button.primary, 
  .body-container input[type="submit"],
  .body-container input[type="button"],
  .custom-whitepaper-form .hs_cos_wrapper_type_form .hs-button.primary.large{
    font-family: system-ui;
  }  */
  
  .hs-mac-pc .body-container .hs-button.primary
  .hs-mac-pc .body-container .hs-button.primary, 
  .hs-mac-pc .body-container input[type="submit"],
  .hs-mac-pc .body-container input[type="button"],
  .hs-mac-pc .custom-whitepaper-form .hs_cos_wrapper_type_form .hs-button.primary.large{
    font-family: system-ui;

  }

  .custom-whitepaper-form .hs_cos_wrapper_type_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: system-ui;
    opacity:1;
  }
  .custom-whitepaper-form .hs_cos_wrapper_type_form ::-moz-placeholder { /* Firefox 19+ */
    font-family: system-ui;
    opacity:1;
  }
  .custom-whitepaper-form .hs_cos_wrapper_type_form :-ms-input-placeholder { /* IE 10+ */
    font-family: system-ui;
    opacity:1;

  }
  .custom-whitepaper-form .hs_cos_wrapper_type_form :-moz-placeholder { /* Firefox 18- */
    font-family: system-ui;
    opacity:1;
  }


}

.hs-whitepaper-examining .hs-error-msgs.inputs-list label {
  font-size: 17px;
  color: #fdd500;
  font-family: lato;
  font-weight: 400;
  padding: 0;
  margin: 10px 0 40px;
}

.hs-whitepaper-examining ul.hs-error-msgs.inputs-list {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 30px;
}
.hs-whitepaper-examining .hs_error_rollup {
  padding: 8px 48px;
  margin: 0;
  border-color: #fdd500;
  color: #fdd500;
  min-height: auto;
  border: 2px solid #f7e700;
  height: auto;
  bottom: -30px;
  text-align: left;
  position:absolute;
  left:0;
}
.one-column-with-background-image-wrp.left {
  position: relative;
}
.about-baner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}
.bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-row2-home-content .changes-the-game-wrp .icon {
  margin: auto;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -65px;
  top: 0px;
  width: 153px;
  height: 130px;
}

.custom-row1-about-content .bg-img {
  padding: 100px 0 !important;
  background-position: center !important;
}

.hs-whitepapers-page .custom-row1left-webinars-content.custom-row1left-whitepapers-content {
  border-bottom: 50px solid #fff;
}

.hs-why-duetto-page .one-column-with-left-image-wrp {
  background-position: center;
}

.casion-banner-top-content a.button:hover {
  color: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}

.hs-webinars-page .hs-webinars-banner-wrapper.hs-press-release {
  margin: 0;
}

.hs-casino-page .casion-block-2 .duetto-button.db-small.db-yellow2:hover, 
.hs-casino-page .casion-block-1 .duetto-button.db-small.db-yellow2:hover,
.profitability-inner a.duetto-button.db-yellow2:hover {
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}

.hs-webinars-page .custom-feature-video {
  display: none;
}
.hs-popular-post-sidebarwrapper .custom-popular-post {
  margin: 10px 0;
}
.hs-popular-post-sidebarwrapper .hs-popular-post-leftcon {
  width: 80px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.hs-popular-post-sidebarwrapper .hs-popular-post-leftcon img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  display: block;
  height: 100%;
  margin: auto;
  max-width: none;
}
.hs-popular-post-sidebarwrapper h3 {
  padding-bottom: 15px !important;
}
.hs-popular-post-sidebarwrapper .hs-popular-post-rightcon {
  padding-left: 5px;
  display: inline-block;
  width: calc(100% - 90px);
  text-align: left;
  vertical-align: middle;
}
.hs-popular-post-sidebarwrapper .hs-popular-post-rightcon h3 {
  display: block;
  position: relative;
  padding-left: 0;
  min-height: 48px;
  margin: 0;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  text-align: left;
}
.custom-popular-post a {
  display: block;
}
.custom-popular-post a:hover {
  color: #fff;
  background-color: rgba(0,0,0,.25);
}

.custom-feature-video {
  margin-top: 30px;
}

.scroll-id {
  border-top: 111px solid transparent;
  margin-top: -111px;
}

.custom-row7-scoreboard-content.custom-row3-home-content .caption.below a:hover {
  background-color: #fff;
  color: #0080aa;
}

.privacy-main p a:hover {
  color: rgba(68,68,68,0.6);
  text-decoration: none;
}
.privacy-main p a {
  color: #444;
}
.custom-footer-popup .widget-type-custom_widget {
  min-height: 0 !important;
}

.hs-casino-page .casion-block-2 .duetto-button.db-small.db-yellow2:hover, 
.hs-casino-page .casion-block-1 .duetto-button.db-small.db-yellow2:hover {
  color:#fff;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}

.hs-whitepapers-page .hs-webinars-banner-wrapper.hs-press-release {
  margin: 0;
}

.custom-row1right-webinars-content .hs-error-msgs.inputs-list label {
  color: #fff;
  font-weight: normal;
}

.custom-download-guide {
  font-size: 16px;
  padding: 6px 30px;
  background-color: #036bcc;
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  line-height: 24px;
  border-style: solid;
  border-color: #036bcc;
  text-decoration: none;
  font-weight: 300;
  cursor: pointer;
  color: #fff;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.custom-download-guide:hover {
  background-color: #0f9cff;
  border-color: #0f9cff;
  color: #fff;
  padding: 5px 30px 7px 30px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}
.news-wrp {
  height: 100%;
  background: #fff;
}

.custom-feature-video h3 {
  padding: 20px 20px 0px 10px;
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  border-top: 1px solid #acb5c6;
}
.custom-row1right-webinars-content .custom-feature-video h3 {
  padding: 20px 20px 0px 10px;
}
.custom-feature-video-inner {
  padding: 15px 10px;
}
.custom-feature-video-inner a {
  display: block;
  position: relative;
  padding-left: 90px;
  min-height: 48px;
  margin: 10px 0px 10px 0px;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  background: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/sprite_featuredv.jpg') no-repeat top left;
}
.custom-feature-video-inner a:hover {
  color: #fff;
  background-color: rgba(0,0,0,.25);
}


.hs-home-page .custom-row3-home-group ul.slick-dots {
  position: absolute;
  bottom: 0;
}

/*open pricing  */
.open-pricing-banner-grp .custom-about-banner-area{
  padding: 145px 0px;
}

.open-pricing-banner-grp .custom-about-banner-area h1 {
  color: #fff;
  font-family: Lato, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 1.1;
  margin-bottom: 0;
}

.open-pricing-banner-grp .custom-about-banner-area p {
  margin: 0;
  line-height: 1.3;
}
.open-pricing-banner-grp .custom-about-banner-area:after{
  display: none;
}

.custom-row1-open-pricing-group {
  padding: 75px 0px 50px 0px;
  background: #0c385a;
}

.custom-row1-open-pricing-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.custom-row1-Open.Pricing-content h3 {
  color: #fff;
  font-size: 42px;
  line-height: 1;
}

.custom-row1-Open.Pricing-content p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 16px;
}

.custom-row2-Open-title h3 {
  text-align: center;
  color: #f47920;
  font-size: 42px;
  line-height: 1;
}

.custom-row2-open-pricing-group .page-center {
  padding: 0;
}

.custom-row2-open-pricing-group {
  padding: 100px 0px 50px 0px;
} 

.custom-row2-Open.Pricing-content .two-column-eqaul-with-image-content {
  text-align: right;
}

.custom-row2-Open.Pricing-content .two-column-eqaul-with-image-content h4 {
  text-transform: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 15px 0 0 0;
  color: #f9a01b;
}
.custom-row2-Open.Pricing-content .two-column-eqaul-with-image-wrp {
  padding: 30px 5px;
}

.custom-row2-Open.Pricing-content .two-column-eqaul-with-image-content p {
  margin: 0;
}

.custom-row2-Open.Pricing-content .two-column-eqaul-with-image-content {
  text-align: right;
  padding-right: 5px;
  padding-left: 35px;
}
.custom-row2-Open.Pricing-content .two-column-eqaul-with-image-content p {
  font-size: 18px;
  line-height: 1.3;
} 

.custom-row2-Open.Pricing-content .two-column-eqaul-with-image {
  padding: 0 5px;
  padding-left: 35px;
}

.two-column-eqaul-with-image-wrp.white.left .two-column-eqaul-with-image {
  padding: 0 5px 0 60px;
}

.two-column-eqaul-with-image-wrp.white.left .two-column-eqaul-with-image-content {
  text-align: left;
  padding: 0 30px 0 35px;
}

.two-column-eqaul-with-image-wrp.white.left .two-column-eqaul-with-image-content h4 {
  color: #f47920;
}

.custom-row2-Open-bottom-con a {
  background-color: #036bcc;
  margin: 20px 0;
  display: inline-block;
  border: 2px solid #036bcc;
  text-decoration: none;
  font-size: 24px;
  color: #FFF;
  padding: 10px 60px;
  line-height: 1;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}

.custom-row2-Open-bottom-con a:hover {
  background-color: #FFF;
  color: #036bcc;
  border: 2px solid #036bcc;
}

.custom-row2-Open-title {
  margin: 0 0 35px;
}

.custom-row2-Open-bottom-con {
  text-align: center;
}

.custom-row3-open-pricing-group {
  background: #3978bd;
}

.hs-white-paper-wrapper .hs-white-paper-left-con {
  display: block;
  float: left;
  margin: 0px 30px 0px 0px;
  width: 145px;
}

.custom-row3-open-pricing-group {
  padding: 75px 0px 50px 0px;
}

.custom-row3-open-pricing-group .page-center {
  padding: 0;
}

.hs-white-paper-wrapper {
  padding: 0 30px 25px 30px;
}

.hs-white-paper-wrapper .hs-white-paper-right-con h3 {
  color: #fff;
  line-height: 1.2;
  margin: 50px 0px 0px 0px;
  max-width: 750px;
  font-size: 42px;
}

.hs-white-paper-wrapper .hs-white-paper-right-con p {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

.custom-row3-Open.Pricing-two-col-equal  .hs_cos_wrapper_type_module {
  padding: 30px 40px 30px 10px;
}

.custom-row3-Open.Pricing-two-col-equal .hs_cos_wrapper_type_module {
  padding: 5px;
  width: 48%;

}

.hs-white-paper-wrapper h4 {
  color: #fff;
  text-transform: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.hs-white-paper-wrapper p {
  color: #fff;
  margin: 0;
}

.hs-white-paper-wrapper.hs-twocolumn {
  padding: 30px 40px 30px 40px;
  border: 1px solid #fff;
  height: 100%;
}

.custom-row3-Open.Pricing-two-col-equal .hs_cos_wrapper_type_widget_container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 10px;
}

.custom-row3-open-pricing-group .Pricing-bottom-btn a {
  line-height: 1;
}

.Pricing-bottom-btn a {
  background: #0f3b5e;
  border: 1px solid #0f3b5e;
  text-align: center;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  color: #FFF;
  padding: 10px 60px;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  margin: 50px 0 15px 0;
}

.Pricing-bottom-btn {
  text-align: center;
  padding: 0 20px
}

.Pricing-bottom-btn a:hover {
  background: #fff;
  color: #0f3b5e;
  border: 1px solid #0f3b5e;
}

.custom-row4-open-pricing-group {
  background: #febe11;
}

.custom-row4-open-pricing-group {
  padding: 85px 0px 70px 0px;
}

.custom-row4-open-pricing-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.custom-row4-Open.Pricing-title h3 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 42px;
  line-height: 1;
}

.custom-row4-Open.Pricing-title {
  text-align: center;
}

.custom-row4-Open.Pricing-content .hs_cos_wrapper_type_widget_container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-row4-Open.Pricing-content .hs_cos_wrapper_type_module {
  width: 25%;
  margin-bottom: 15px;
}

.hs-more-resources-wrapper img {
  width: 100%;
  margin-top:-1px;
}

.custom-row4-open-pricing-group .page-center {
  padding-left: 15px;
  padding-right: 15px;
}

.hs-more-resources-inner-con {
  background: #fff;
  text-align: center;
  height: 100%;
}

.hs-more-resources-inner-con P {
  font-size: 18px;
  line-height: 1.4;
  color: #0356a4;
  font-weight: 400;
  max-width: 95%;
  padding-bottom: 15px;
  margin: 15px auto 0;
}

.hs-more-resources-wrapper {
  padding: 0 15px;
  height: 100%;
}

.custom-row5-open-pricing-group .one-column-with-background-image-content-inner {
  text-align: left;
  color: #000;
}

.custom-row5-open-pricing-group .one-column-with-background-image-wrp {
  background-size: auto;
}

.custom-row5-open-pricing-group .one-column-with-background-image-inner p {
  color: #424242;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  max-width: 60%;
  margin: 5px 0 15px 0;
}

.custom-row5-open-pricing-group  .one-column-with-background-image-inner h2 {
  color: #424242;
}


.custom-row5-open-pricing-group .one-column-with-background-image-wrp .page-center {
  padding: 0;
}


.custom-row5-open-pricing-group .one-column-with-background-image-inner a {
  background-color: #F9A01D;
  border-color: #F9A01D;
  color: #fff;
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
  line-height: 1;
  padding: 8px 40px;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}

.custom-row5-open-pricing-group .one-column-with-background-image-inner a:hover {
  background-color: #FABC60;
  border-color: #FABC60;
  padding: 7px 40px 9px 40px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}

.custom-row5-open-pricing-group .page-center {
  padding-top: 0;  
  padding-bottom: 0;  
}

.custom-row5-open-pricing-group  .one-column-with-background-image-inner h2 {
  max-width: 70%;
}

/*****************ROI*************************/
.hs-roi-page .custom-about-banner-area {
  min-height: 734px;
}  

.hs-roi-feature-wrapper {
  min-height: 535px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fdbe11;
  background-size: auto;
}



.hs-roi-feature-inner-con {
  padding: 175px 0 20px 0%;
  max-width: 550px;
  margin: 0px 0 0 42.5%;
  text-align: right;
  color: #fff;
}

.hs-roi-feature-inner-con h2 {
  color: #fff;
  text-transform: none;
  line-height: 1.2;
  font-size: 40px;
  margin: 0 0 15px 0;
}

.hs-roi-feature-inner-con a {
  border-radius: 2px;
  font-weight: 300;
  background: #3978BD;
  border-color: #3978BD;
  display: inline-block;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  color: #fff;
  padding: 11px 30px;
  font-size: 22px;
  border: 2px solid #3978BD;
  line-height: 1;
}


.custom-row2-roi-content .hs_cos_wrapper_type_module {
  padding: 75px 20px 70px;
  text-align: center;
  width: 33.3%;
  float: left;
  border-left: 1px solid #C8C8C8;
  min-height: 200px;
}

.hs-three-column-equal-wrapper .hs-three-column-equal-inner p {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin: 5px auto;
  line-height: 1;
}

.hs-three-column-equal-wrapper .hs-three-column-equal-inner a {
  color: #3978BD;
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
  line-height: 1;
} 

.hs-three-column-equal-wrapper .hs-three-column-equal-inner img {
  display: block;
  margin: 0 auto;
}

.hs-three-column-equal-inner {
  color: #777;
}

.hs-roi-page .custom-row3-home-group .hs_cos_gallery_slide.slick-slide{
  margin: 15px 10px 0;
}

.custom-row3-home-group .custom-row3-home-group .hs_cos_gallery_main .slick-slide img {
  margin-top: 21px;
  margin-left: 20px;
}

.custom-row4-roi-group h2 {
  font-size: 40px;
  text-align: center;
  margin: 32px auto;
  text-transform: none;
  font-weight: 400;
}

.custom-row4-roi-group {
  padding: 125px 20px;
}

.custom-row4-roi-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.custom-row4-roi-group {
  text-align: center;
}

.custom-row4-roi-group p {
  font-size: 30px;
  text-align: center;
  margin: 35px auto;
  font-weight: 300;
  max-width: 830px;
  line-height: 1.3;
}


.roi-banner-area-wrapper {
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center
}

.roi-banner-area-wrapper h2 {
  margin: 85px auto;
  color: #fff;
  line-height: 1;
  font-size: 50px;
}

.hs-roi-banner-title h1 {
  color: #fff;
  font-size: 134px;
  line-height: 1;
}

.hs-roi-banner-title {
  margin: auto;
  position: relative;
  overflow: hidden;
  clear: both;
  width: 570px;
  color: #fff;
}


h1.hs-title-right {
  float: right;
  margin: 15px 0 0 0;
  padding: 0;
  text-align: left;
  font-size: 59px;
  line-height: .9;
  width: 200px;
}

h1.hs-title-left {
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 134px;
  line-height: 1;
}

.roi-banner-area-wrapper p {
  color: #fff;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  padding-left: 41px;
}


/**************customer-succes****************/
.customer-success-banner-wrapper {
  border-bottom: solid #0256A4 3px;
  padding: 50px 20px 315px 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center bottom;
}


.customer-success-banner-wrapper .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.customer-success-banner-wrapper p {
  max-width: 650px;
  margin: 0 auto;
}

.customer-success-banner-wrapper h1 {
  color: #4AAFE1;
  text-align: center;
  font-size: 52px;
  font-weight: 300;
}


.custom-row1-customer-success-content img.lazyloading {
  width: 425px;
  height: auto;
  display: block;
  float: right;
  margin: -25px 20px 0px 20px;
}

.custom-row1-customer-success-content h2 {
  color: #0256A4;
  font-size: 52px;
  line-height: 1;
}


.hs-customer-success-page .custom-row3-home-group {
  background-image: url(//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/bg_cs-slider%20%281%29.jpg);
}

.custom-row3-home-group .caption.below h3 {
  text-align: left;
  text-transform: initial;
  letter-spacing: initial;
  font-weight: 300;
  float: none;
  width: 100%;
  color: #ebe937;
  font-size: 52px;
  line-height: 1;
}

.slick-next:before,
.slick-prev:before{
  content: "→";
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: inherit;
  opacity: 1 !important;
  color:rgba(255,255,255,0.5) !important;

}

.slick-next:hover:before,
.slick-prev:hover:before{
  color: rgba(255,255,255,0.7) !important;
}


.hs-customer-success-page  .custom-row3-home-group .caption.below p {
  font-size: 18px;
  line-height: 1.4;
}

.hs-customer-success-page .custom-row3-home-group .caption.below p.title {
  font-size: 24px;
}


.body-container .our-experience-module-wrapper .page-center{
  padding-left: 0;
  padding-right: 0;
}



.our-experience-module-wrapper {
  background-size: cover;
  padding: 50px 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.our-experience-module-wrapper .page-center {
  max-width: 980px !important;
  padding: 0;
}

.our-experience-module-inner-con {

  text-align: center;
  color: #fff;
  padding: 45px 35px 35px 35px;
  background-color: rgba(215, 107, 42, .9);
}

.our-experience-module-inner-con h2 {
  color: #fff;
  font-size: 52px;
  line-height: 1;
}

.our-experience-module-inner-con p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}

.our-experience-module-inner-con a {
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  border: 2px solid #fff;
  padding: 8px 40px;
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
}

.our-experience-module-inner-con a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0256a4;
}


.custom-row4-customer-success-group {
  background: #272727;
  padding: 50px 20px;
  color: #FFF;
  font-weight: 300;
}

.custom-row4-customer-success-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}


.custom-row4-customer-success-content h2 span {
  color: #fcbc31;
}

.custom-row4-customer-success-content h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 52px;
  color: #FFF;
  background: none;
  line-height: 1;
}

.custom-row4-customer-success-content p{
  font-size: 20px;
  line-height: 1.3;
  margin-top: 20px;
  color: #fff;
}


.custom-row4-customer-success-content img.hs-alignleft {
  width: 60px;
  height: auto;
  margin: 15px 15px 0px 0px;
  display: block;
  float: left;
}


.custom-row5-customer-success-group {
  background: #0256A4;
}

.custom-row5-customer-success-content .hs_cos_wrapper_type_module {
  float: left;
  width: 50%;
}

.hs-sucess-story-wrapper .hs-sucess-story-left {
  float: left;
  margin: 0 20px 0 0;
}

.hs-sucess-story-wrapper a {
  font-size: 16px;
  padding: 8px 30px;
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  font-weight: 300;
  margin: 3px 0px 3px 0px;
}

.hs-sucess-story-inner-con p {
  margin: 0;
  color: #fff;
}

.hs-sucess-story-inner-con h4 {
  color: #fff;
  margin: 0;
}


.hs-sucess-story-wrapper a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0256a4;
}

.custom-row5-customer-success-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.custom-row5-customer-success-group {
  padding: 20px 0;
}

.hs-sucess-story-wrapper {
  padding: 0 20px;
}

.hs-sucess-story-wrapper.right .hs-sucess-story-left {
  float: right;
  margin: 0 0px 0 20px;
}

.hs-sucess-story-wrapper.right .hs-sucess-story-right {
  text-align: right;
}


.custom-row5-customer-success-content .hs_cos_wrapper_type_module {
  position: relative;
}

.custom-row5-customer-success-content .hs_cos_wrapper_type_module:first-child:after {
  content: "";
  height: 100%;
  width: 3px;
  background: #fff;
  position: absolute;
  right: 0;
  top: -18px;
  bottom: 0;
  min-height: 163px;
}

.hs-customer-success-page .custom-row3-home-top-content h1 {
  margin-left: 345px;
  font-size: 52px
}

.hs-customer-success-page .custom-row3-home-group {
  padding: 75px 0px 0px;
}


.slick-slide {
  background-repeat: no-repeat;
  background-position: bottom left;
  min-height: 375px;
  max-width: 335px;
  background-size: auto;
}

.hs-customer-success-page .custom-row3-home-group .caption.below {
  width: calc(100% - 325px);
  padding-left: 54px;
}

.custom-row2-loyalty-title h3 {
  color: #0256a4;
}
.custom-row2-loyalty-content .two-column-eqaul-with-image-wrp.white.left .two-column-eqaul-with-image-content {
  width: 66.666%;
}
.custom-row2-loyalty-content .two-column-eqaul-with-image-content h4,
.custom-row2-loyalty-content .two-column-eqaul-with-image-wrp.white.left .two-column-eqaul-with-image-content h4 {
  color: #3978bd !important;
}
.custom-row2-loyalty-content .two-column-eqaul-with-image-wrp.white.left .two-column-eqaul-with-image-content h4 {
  color: #0256a4 !important;
}

.custom-row3-open-loyalty-group .Pricing-bottom-btn a {
  background-color: #fff;
  border: 2px solid #fff;
  color: #f9a01b;
}
.custom-row3-open-loyalty-group .Pricing-bottom-btn a:hover {
  background-color: #fedb00;
  border-color: #fedb00;
}

.want-to-learn-more-wrapper h2 {
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
  color: #424242;
}


.want-to-learn-more-wrapper a {
  font-size: 24px;
  color: #fff;
  padding: 8px 40px;
  font-weight: 300;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  background-color: #F9A01D;
  border-color: #F9A01D;
  display: inline-block;
}

.want-to-learn-more-wrapper a:hover {
  background-color: #FABC60;
  border-color: #FABC60;
}

.want-to-learn-more-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}

.want-to-learn-more-wrapper p {
  width: 60%;
  color: #424242;
}

.want-to-learn-more-wrapper h2 {
  width: 70%;
}


/* White Papper */
.custom-whitepaper-banner .hs-webinars-banner-wrapper h1 {
  color: #444;
}
.custom-row1left-whitepapers-top-content {
  padding: 50px 0 0 0 !important;
  background-color: #f9f9f9;
}
.custom-row1left-whitepapers-top-content .hs-white-paper-wrapper {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
.custom-row1left-whitepapers-top-content .hs-white-paper-right-con h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  color: #0256A4;
  margin: 0;
  max-width: 100%;
}
.custom-row1left-webinars-content.custom-row1left-whitepapers-top-content .hs-white-paper-right-con p {
  font-size: 20px;
  line-height: 1.3;
  color: #777;
  margin-top: 15px;
  margin-bottom:15px;
}
.custom-row1left-webinars-content.custom-row1left-whitepapers-top-content .hs-white-paper-wrapper .hs-white-paper-left-con {
  width: 14.666%;
}

.custom-row1left-webinars-content.custom-row1left-whitepapers-content {
  margin:0 auto;
  padding:90px 50px 20px 50px;
}
.custom-row1left-webinars-content.custom-row1left-whitepapers-content .one-column-with-left-icon-wrp {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
}
.custom-row1left-webinars-content.custom-row1left-whitepapers-content .one-column-with-left-icon-wrp .copy {
  padding: 10px 10px 10px 100px;
  text-align: left;
  margin-bottom: 40px;
}
.custom-row1left-webinars-content.custom-row1left-whitepapers-content .one-column-with-left-icon-wrp .copy:hover {
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0,0,0,.15);
}
.custom-row1left-webinars-content.custom-row1left-whitepapers-content .one-column-with-left-icon-wrp .icon {
  position: static;
  background-position: left 10px top 10px;
}
.custom-row1left-webinars-content.custom-row1left-whitepapers-content .one-column-with-left-icon-wrp p {
  margin: 15px 0;
}
.custom-row1left-webinars-content.custom-row1left-whitepapers-content .one-column-with-left-icon-wrp:hover {
  background: transparent;
  box-shadow: none;
}


/******************Webinars**********************/
.custom-row1right-webinars-content:after {
  background-color: #034694;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 25%;
  bottom: 0;
  top: 0;
  z-index: -1;
  width:23.076923077%;
}

.hs-webinars-banner-wrapper {
  background-size: cover;
  padding: 130px 0;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}

.hs-webinars-banner-wrapper .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-webinars-banner-wrapper h1 {
  color: #fff;
}
.custom-row1right-webinars-content .hs_cos_wrapper_type_google_search {
  background: transparent;
  padding: 0 10px;
  border-top: 1px solid #acb5c6;
}

.custom-row1right-webinars-content {
  background-color: #034694;
}

.custom-sidebar-g-search .widget-type-google_search label {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  padding: 20px 0 0;
  display: block;
}

.custom-sidebar-g-search .widget-type-google_search input[type="text"] {
  background-color: #cfdbe5;
  border: 1px solid #fff !important;
  margin: 26px 0 10px 0;
  min-height: 40px;
  max-width: 100%;
  width: 100%;
}

.custom-row1right-webinars-content .widget-type-google_search input[type="text"],
.custom-row1right-webinars-content input[type="text"],
.custom-row1right-webinars-content input[type="email"]{
  background-color: #cfdbe5;
  min-height: 40px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #fff !important;
  color: #444;
  font-size: 17px;
  font-weight: normal;
  font-family: Lato, Helvetica, sans-serif;
}


.hs-sidebar-formwrapper input[type="text"], .hs-sidebar-formwrapper input[type="email"] {
  border-radius: 2px;
  border: 0 !important;
  padding: 8px 8px 9px;
  font-size: 16px;
  font-family: Lato,Helvetica,Arial,sans-serif;
  min-height: auto;
  margin-bottom: 4px;
  border: none !important;
}

.hs-sidebar-formwrapper input[type="text"]:focus, .hs-sidebar-formwrapper input[type="email"]:focus {
	background:#fff;
  color:#444;
}

.hs-sidebar-formwrapper .hs-form-required {
  color: red;
  font-family: Lato,Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 21px;
  vertical-align: top;
  margin-bottom: -10px;
  display: inline-block;
}

.hs-sidebar-formwrapper .hs-button.primary.large {
  border-radius: 2px;
  background: #2191cc;
  border: 0;
  box-shadow: initial;
  font-family: Lato,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 30px;
  color: #fff;
  line-height: 1;
  margin-top: 9px;
}

.hs-sidebar-formwrapper .hs-button.primary.large:hover {
  background: #3eb2ef;
  box-shadow: initial;
  border: none;
}

.custom-sidebar-g-search .hs-button.primary {
  display: none;
}

.hs-sidebar-formwrapper .hs-form {
  margin: 27px 0 63px;
}

.custom-sidebar-dutto-logo h4 {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  padding: 20px 20px 0px 10px;
  display: block;
  border-top: 1px solid #acb5c6;
  margin: 0;
}

.custom-sidebar-dutto-logo {
  margin-top: 30px;
}

.custom-row1right-webinars-content .hs-sidebar-formwrapper h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  padding: 0;
  line-height: 24px;
}

.custom-row1right-webinars-content .hs_cos_wrapper_type_form {
  padding: 0;
  background: transparent;
}


.hs-sidebar-formwrapper label {
  color: #fff;
  font-family: Lato,Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.hs-sidebar-formwrapper {
  padding: 0 10px;
  background: transparent;
  margin-top: 12px;
}

.custom-row1right-webinars-content h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  padding: 20px 0 0;
  display: block;
}

.custom-row1-webinars-group {
  background: #f9f9f9;
  position: relative;
  z-index: 99;
}


/***********One Column With Left Icon***************/
.custom-row1left-webinars-content {
  padding: 70px 50px 20px 50px;
  background-color: #f9f9f9;
}

.custom-row1left-webinars-content .one-column-with-left-icon-wrp{
  margin: 0 auto 40px;
  padding: 10px 10px 10px 102px;
  max-width: 980px;
  position: relative;
}

.custom-row1left-webinars-content .one-column-with-left-icon-wrp .copy {
  padding-left: 0;
}

.custom-row1left-webinars-content .one-column-with-left-icon-wrp .icon {
  width: 90px;
  height: 70px;
  position: absolute;
  left: 12px;
}

.custom-row1left-webinars-content .one-column-with-left-icon-wrp h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  color: #0256A4;
  margin-bottom: 0;
  margin-top: 0;
}

.custom-row1left-webinars-content .one-column-with-left-icon-wrp p {
  margin: 0;
  color: #777;
}

.custom-row1left-webinars-content  .one-column-with-left-icon-wrp:hover{
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0,0,0,.15);
}

.custom-row1left-webinars-content .one-column-with-left-icon-wrp a {
  display: block;
}

.hs-popular-post-sidebarwrapper {
  padding:0 10px 15px;
  margin-top: 30px;
  border-top: 1px solid #acb5c6;
}

.custom-sidebar-twitteriframe {
  padding: 0 10px;
  margin-top: 30px;
  border-top: 1px solid #acb5c6;
}

.custom-sidebar-linkedin a {
  position: relative;
  color: #fff;
  background: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/pic_linkedin.jpg') no-repeat 5px 5px;
  padding-left: 145px;
  padding-top: 10px;
  padding-right: 5px;
  font-size: 15px;
  line-height: 16px;
  min-height: 90px;
  display: block;
  margin-bottom: 10px;
}
.custom-sidebar-linkedin {
  margin-top: 30px;
}

.custom-row1-webinars-group {
  background-color: #034694 !important;
}
.custom-row1right-webinars-content > div {
  margin-left: -11.1%;
}



/******************************News Desktop ********************************/
.hs-inthe-news-page .custom-row1right-webinars-content:after {
  top: 200px;
}

.hs-inthe-news-page .body-container .page-center {
  background: #034694;
}

.hs-inthe-news-page .hs-webinars-banner-wrapper {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 5% 0;
  border-bottom: 3px solid #bfdaf0;
}

.hs-inthe-news-page .hs-press-release h1 {
  font-size: 52px;
  font-weight: 300;
  line-height: 1;
  margin: 5px 0;
  color: #777;
}

.hs-inthe-news-page .hs-press-release p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  margin: 5px 0 10px 0;
  color: #444444;
}

.hs-inthe-news-page .hs-webinars-banner-wrapper .page-center {
  padding-bottom: 35px;
  background-color: transparent;
}

.hs-webinars-banner-wrapper.hs-press-release {
  margin: 15px 0 0;
}

.body-container .custom-row1-inthe-news-group .page-center {
  max-width: 100%;
  padding: 0;
}

.hs-news-module-wrapper {
  width: 80%;
  margin: 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}

.custom-row1-inthe-news-content {
  padding: 110px 0 0px 0;
  background: #fff;
}

.custom-row2-inthe-news-content {
  background: #fff;
  padding-bottom: 40px;
}

.hs-news-module-right h3 {
  font-size: 21px;
  color: #095a93;
  text-transform: none;
  margin-bottom: 0px;
  line-height: 22px;
}

.hs-news-module-right {
  padding: 30px;
}

.hs-news-module-wrapper .hs-news-module-left {
  width: 20%;
  text-align: center;
}

.hs-news-module-wrapper .hs-news-module-right {
  width: 80%;
}

.hs-news-module-right p {
  margin: 0 0 14px;
  color: #848484;
}

.hs-news-module-right h3 a:hover {
  color: #1685FA;
}

.hs-news-module-right h3 a {
  color: #095a93;
}

.custom-row1-inthe-news-group h1 {
  display: block;
  margin: 40px auto;
  width: 80%;
  padding: 52px 0px 52px 0px;
  color: #254b6e;
  font-size: 60px;
  font-weight: 400;
}

.custom-row2-inthe-news-content .hs-news-module-wrapper .hs-news-module-right {
  padding: 0;
}


.custom-row2-inthe-news-content  .hs-news-module-wrapper .hs-news-module-left {
  width: 25%;
}


.custom-row2-inthe-news-content .hs-news-module-wrapper .hs-news-module-right {
  width: 75%;
}




/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


.body-container ul li {}
.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
}

.widget-type-google_search input[type="text"] {
  display:block;
  margin:15px 0;
}
#hs-pwd-widget-password {
  display: block;
}

.hs-error-msgs.inputs-list{
  margin:0;
  padding:0;
  list-style:none;
}

.hs-error-msgs.inputs-list li {
  margin: 0;
  padding: 0;
}

.hs-error-msgs.inputs-list label {
  font-size: 17px;
  padding-left: 15px;
  margin-bottom: 5px;
  display: block;
  margin-top: 15px;
  color: #ffbe40;
  font-weight: 400;
}  
.hs-webinar-predictive-analytics .hs-error-msgs.inputs-list label {
	padding-left:0;
}
.hs-webinar-predictive-analytics .hs_error_rollup {
    position: absolute;
    bottom: -20px;
    left: 0;
}
.hs-webinar-predictive-analytics .hs-error-msgs.inputs-list label {
    margin-bottom: 20px;
    color: #ffbe40;
}

.submitted-message {
  color: #FFF;
}

.subscribe-options label span {
  color: #444;
}
.subscribe-options label {
  margin-left: 0;
}

#hs-pwd-widget-password {
  margin-top: 0 !important;
}

.section.post-footer input.hs-button.primary {
  margin-top: 20px;
}

.open-pricing-banner-grp .custom-about-banner-area {
  padding:145px 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.custom-row4-open-loyalty-group {
  background: #0c385a;
}
.custom-row3-open-loyalty-group {
  background: #f9a01b;
}
.loyalty-banner-grp .custom-product-banner-area {
  padding: 115px 0;
}
.custom-product-banner-area-inner.orange {
  background-color: rgba(249,160,27,0.8);
  padding: 80px 0px 60px 0px;
}
.custom-product-banner-area-inner.orange h2 {
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-size: 46px;
  line-height: 1.1;
}
.custom-product-banner-area-inner.orange p {
  font-weight: 300;
  line-height: 1.3;
  font-size: 24px;
  color: #fff;
  text-align: center;
  max-width: 100%;
}


/* EX */
.custom-whitepaper-banner-area {
  background-size: cover;
  padding: 61px 0 50px 0;
  overflow: hidden;
  margin-bottom: 0;
}
.custom-whitepaper-form form div {
  display: inline;
}
.custom-whitepaper-image {
  width: 16.666%;
  padding-left: 30px;
  flex: none;
  margin: 0;
  float: left;
}
.custom-whitepaper-banner-area .page-center {
  padding-top: 0;
}
.custom-whitepaper-content h2 {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.custom-whitepaper-content .custom-whitepaper-content-heading {
  color: #FEDB00;
  font-size: 26px;
  font-weight: 300;
  margin: 0;
}
.custom-whitepaper-content {
  width: 100%;
}

.custom-whitepaper-content {
  width: 83.333%;
  margin: 0;
  float: left;
  padding-left: 30px;
  text-align: left;
  position: relative;
}
.custom-whitepaper-content h3 {
  font-weight: 300;
  margin: 0;
  font-size: 28px;
  line-height: 1.4;
  color: #fff;
}
.custom-form-bottom-content {
  clear: both;
}

.custom-banner-optimizing-casino-profits-group .custom-whitepaper-banner-area {
  padding:75px 0 25px;
}

.custom-banner-optimizing-casino-profits-group .custom-whitepaper-content {
  width: 100%;
}
.custom-form-bottom-content P {
  color:#fff;
}
.custom-banner-optimizing-casino-profits-group .custom-whitepaper-content h2 {
  color: #fff;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
  margin: 5px 0;
}
.custom-banner-optimizing-casino-profits-group .custom-whitepaper-form {
  margin-top: 50px;
  padding-bottom: 25px;
  float: left;
  width: 100%;
}
.custom-banner-optimizing-casino-profits-group .custom-whitepaper-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  display: inline-block;
  width: 339px;
}

.custom-row1-optimizing-casino-profits-group .left-column-content p {
  font-size: 20px;
  line-height: 1.3;
  padding-right: 50px;
}
.custom-row1-optimizing-casino-profits-group  .custom-whitepaper-form .hs_cos_wrapper_type_form .hs-button.primary.large {
  top: 0;
}

.custom-row1-optimizing-casino-profits-group .right-column-content {
  border: 1px solid #0356a4;
  padding: 20px;
}
.custom-row1-optimizing-casino-profits-group .right-column-content h2 {
  font-size: 32px;
  font-weight: 400;
  color: #0356A4;
  text-transform: none;
}
.custom-row1-optimizing-casino-profits-group .right-column-content ul {
  list-style: none;
  margin: 15px 10px;
  font-weight: 300;
}
.custom-row1-optimizing-casino-profits-group .right-column-content ul li {
  margin: 0 0 20px 0;
  line-height: 24px;
  padding-right: 1px;
}
.custom-row1-optimizing-casino-profits-group  .right-column-content ul li:before {
  content: "";
  background-color: #0356A4;
  padding: 0px 4px 2px 3px;
  margin: 0px 17px 0px -25px;
}

.custom-row1-optimizing-casino-profits-group .page-center {
  padding: 45px 30px 25px;
}

.custom-row2-optimizing-casino-profits-group {
  padding: 25px 0 10px;
}
.custom-row2-optimizing-casino-profits-group .page-center {
  padding: 0 30px;
}
/*.custom-row2-optimizing-casino-profits-group .hs_cos_wrapper_type_header h1 {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  font-size: 32px;
  background: #0356a4;
  padding: 15px 25px;
  margin: 0 0 35px 0;
  line-height: 1.1;
}*/
.custom-look-talking-title-inner {
    padding-left: 30px;
}
.custom-look-talking-title h1{
  text-transform: none;
  font-weight: 400;
  color: #fff;
  font-size: 32px;
  background: #0356a4;
  padding: 15px 25px;
  margin: 0 0 35px 0;
  line-height: 1.1;
}
.custom-row2-optimizing-casino-profits-content .hs_cos_wrapper_type_module {
  margin-left: -30px;
}
.uk-width-medium-1-3 {
  margin: 0;
  float: left;
  padding-left: 30px;
  text-align: center;
}
.circlehead{
  float: none;
  margin: 0;
  text-align: center;
  padding: 0;
}
.circlehead img {
  max-width: 100%;
  width: 215px;
  height: auto;
  border-radius: 125px;
  border: 7px solid #0356A4;
}
.speakerinfo .name {
  margin: 10px 0 0 5px;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
}
.speakerinfo .title {
  font-weight: 300;
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #777;
}
.speakerinfo img {
  margin: auto;
  width: auto;
  height: auto;
  display: block;
  max-width: 150px;
  max-height: 75px;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}
.custom-whitepaper-form .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
  background-color: #53BCF0;
}

.custom-banner-webinar-predictive-analytics-group.custom-banner-optimizing-casino-profits-group .custom-whitepaper-form{
  margin-top: 21px;
}

.custom-row2-optimizing-casino-profits-content.custom-row1-webinar-predictive-analytics-content .uk-width-medium-1-3 {
  width: 50%;
}

.custom-whitepaper-banner-area-inner {
  margin-left: -30px;
}
.one-column .custom-whitepaper-form .hs_cos_wrapper_type_form {
  width: 100% !important;
  padding-top: 15px;
  margin: 15px 0 16px;
}
.custom-whitepaper-form .hs_cos_wrapper_type_form {
  background: transparent;
  padding: 0;
}
.custom-whitepaper-form .hs_cos_wrapper_type_form .hs-form-required {
  display: none;
}
.custom-whitepaper-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    display: inline-block;
    width: 340px;
}
.custom-whitepaper-form .hs_submit.hs-submit {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.custom-whitepaper-form .hs_cos_wrapper_type_form [type="email"] {
  padding: 12px 10px !important;
  border-left: 5px solid #43ACE0 !important;
  border-bottom: none !important;
  border-top: none !important;
  border-right: none !important;
  font-size: 17px !important;
  box-shadow: none;
  outline: none;
  max-width: 100%;
  width: 100%;
  background: #fff !important;
  line-height: 20px;
  color: #000;
  font-weight: normal;
  font-family:arial;
}
.custom-whitepaper-form .hs_cos_wrapper_type_form .hs-button.primary.large {
  background-color: #43ACE0;
  color: #fff;
  padding: 12px 75px;
  text-align: center;
  border: none;
  font-family: Arial;
  font-size: 18px;
  line-height: 21px;
  position: relative;
  top: 0;
  margin: 0;
  font-weight:400;
}


/* Plan */
.hs-plans-page .body-container .custom-row2-plans-group .page-center {
  padding: 0;
}
.custom-row2-plans-content {
  padding: 118px 0 0 0;
}

.body-container .custom-row2-plans-group .page-center {
  max-width: 980px;
}

.hs-feature-comparison-wrapper h2 {
  margin: 0 0 19px;
  text-align: center;
  text-transform: uppercase;
  font-size: 52px;
}  

.hs-feature-labels > div {
  display: inline-block;
  width: 151px;
  text-align: center;
}

.hs-feature-labels .dPlansTbleLabel {
  width: 240px;
}

.hs-feature-button >div {
  display: inline-block;
}

.dPlansTbleSpacer {
  border-top: none;
  border-bottom: none;
  width: 20px;
  background: #F7F7F7;
}
.dPlansC1 {
  background-color: #3092d0
}

.dPlansC2 {
  background-color: #0c68b1
}

.dPlansC3 {
  background-color: #064480
}

.dPlansC4 {
  background-color: #002957
}

.dPlansC5 {
  background-color: #fcb82f
}

.dPlansT1 {
  color: #3092d0
}

.dPlansT2 {
  color: #0c68b1
}

.dPlansT3 {
  color: #064480
}

.dPlansT4 {
  color: #002957
}

.dPlansT5 {
  color: #fcb82f
}


.hs-feature-button {
  text-align: center;
}

.dPlansTbleLabel {
  width: 225px;
}

.hs-feature-labels {
  margin: 0 0 8px;
}

.hs-feature-button {
  text-align: center;
  display: table;
  width: 100%;
}
.hs-feature-button >div {
  display: table-cell;
}
.hs-feature-button a {
  font-size: 16px;
  line-height: 24px;
  padding: 3px 8px;
  color: #126ec9;
  margin-top: 15px;
  background-color: transparent;
  margin: 10px auto;
  display: inline-block;
  border: 2px solid #126ec9;
  text-decoration: none;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}

.hs-feature-button a:hover {
  background-color: #126ec9;
  color: #fff;
}

.hs-feature-cell > div {
  display: table-cell;
  padding: 6px 8px;
  line-height: 24px;
}

.hs-feature-cell {
  display: table;
  width: 100%;
  background: #fff;
  margin: 0 0 -1px;
}



.dPlansTbleLabel {
  width: 242px;
  text-align: right;
  color: #dd5800;
}


.hs-feature-button {
  max-width: 867px;
}
.hs-feature-cell {
  max-width: 867px;
}
.dPlansTbleLabel.dPlansTbleTL {
  border: 1px solid #d4d4d4;
  border-right: 0;
}
.dPlansTbleCell.dPlansC2 {
  border-right: 1px solid #d4d4d4;
  border: 1px solid #d4d4d4;
}
.dPlansTbleCell.dPlansC3 {
  border-right: 1px solid #d4d4d4;
}
.dPlansTbleCell.dPlansC4 {
  border-right: 1px solid #d4d4d4;
}
.dPlansTbleCell {
  border-right: 1px solid #d4d4d4;
}
.hs-feature-cell .dPlansTbleCell {
  width: 150px;
  border: 1px solid #d4d4d4;
  border-right: 0;
}
.dPlansTbleCell {
  text-align: center;
}
.dPlansTbleCell {
  color: #0c68b1;
}
.dPlansTbleCell:nth-child(3),
.dPlansTbleCell:nth-child(4){
  color: #064480;
}
.dPlansTbleCell:last-child{
  color: #fcb82f;
  border-right: 1px solid #d4d4d4;
}
.custom-row3-plans-content {
  padding: 0 !important;
}
.hs-plans-module-wrapper-outer .hs-plans-module-wrapper.hs-features-item-ofplans,
.hs-plans-module-wrapper-outer{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.custom-row1-plans-content .hs_cos_wrapper_type_module .hs-plans-module-wrapper:nth-child(3) {
  border-right: 0;
}

.press-releases .hs-webinars-banner-wrapper h1 {
  color: #444;
}
.blog-pagination ul li a.active, .blog-pagination ul li a.active:hover {
  color: #008be3;
  border: 1px solid #008be3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}

.custom-most-popular h2 {
  font-size: 34px;
}

.hs-sidebar-formwrapper input[type="text"], .hs-sidebar-formwrapper input[type="email"] {
  border: 0 !important
}

.hs-inthe-news-page .custom-feature-video {
  display: none !important;
}

.dPlansTbleCell:nth-child(4) {
  border-right: 1px solid #d4d4d4;
}


/* Plan */
.custom-row3-plans-content {
  padding: 0 20px;
}

.hs-plans-page .body-container .page-center {
  padding-top: 0;
  padding-bottom: 0;
}  

.custom-row3-plans-content h2 {
  font-size: 52px;
  line-height: 52px;
  margin: 0 0 15px 0;
  text-align: center;
  text-transform: uppercase;
}

.hs-premium-feature-wrapper {
  position: relative;
  background-color: #fff;
  padding: 15px 15px 15px 100px;
  text-align: left;
  border: 1px solid #b2b2b2;
  margin-bottom: -1px;
}

.hs-premium-feature-right h1 {
  margin: 0;
  color: #f47920;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 3px;
  font-weight: bold;
}

.hs-premium-feature-right p {
  margin: 0;
  color: #444444;
  font-weight: normal;
}

.hs-premium-feature-left {
  z-index: 3;
  left: 15px;
  top: 5px;
  width: 69px;
  height: 70px;
  position: absolute;
}

.body-container .custom-row3-plans-group .page-center {
  max-width: 980px;
  padding: 0;
}

.hs-plans-page .body-container {
  background: #f7f7f7;
}

.hs-premium-feature-right p {
  margin: 0;
  color: #444444;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
}

.hs-premium-feature-right p a {
  color: #0186d1;
}

.hs-premium-feature-right p a:hover {
  color: rgba(68,68,68,0.6);
}


/***************************** plans Banner Area *********************************/
.hs-plans-banner-area-wrapper {
  background-size: cover;
  min-height: 520px   ;
  padding: 60px 0px;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}

.hs-plans-banner-area-inner-con {
  border-top: 1px solid #0479e1;
  border-bottom: 1px solid #0479e1;
  background: rgba(6,39,77,0.65);
  padding: 55px 0px;
}

.hs-plans-banner-area-inner-con h1 {
  font-size: 52px;
  line-height: 52px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.hs-plans-banner-area-inner-con .page-center {
  padding: 0;
  max-width: 980px !important;
}

.hs-plans-banner-area-inner-con p {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}  


/**************************/ 
.hs-plans-module-wrapper-outer {
  border: 2px solid #002e57;
}

.custom-row1-plans-content {
  margin-top: -120px;
}

.hs-plans-module-wrapper {
  color: #888;
  font-size: 15px;
  text-align: center;
  padding: 186px 10px 20px 10px;
  width: 186px;
  border-right: 1px solid #bfc6c7;
  float: left;
  position: relative;
  background: #fff;
}

.hs-plans-module-inner-con p {
  font-size: 15px;
  line-height: 16px;
}

.custom-row1-plans-group .page-center {
  padding: 0;
}

.body-container .custom-row1-plans-group .page-center {
  max-width: 780px;
  position: relative;
}

.hs-plans-logo-image {
  position: absolute;
  top: 40px;
  width: 105px;
  height: 102px;
  background-repeat: no-repeat !important;
  background-position: -115px 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.hs-plans-module-inner-con h3 {
  margin: 0;
  color: #006ac7;
  text-transform: none;
  font-size: 26px;
  font-weight: bold;
}

.hs-plans-module-inner-con a {
  font-size: 19px;
  padding: 6px 12px 7px;
  border: 2px solid #126ec9;
  color: #126ec9;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  font-weight: 300;
  line-height: 1;
  margin: 16px 0 15px
}

.hs-plans-module-wrapper-outer .hs-plans-module-wrapper.hs-features-item-ofplans{
  position: absolute;
  right: 10px;
  border: 2px solid #f47920;
  width: 189px;
  bottom: 0;
}  

.hs-plans-module-wrapper-outer {
  border: 2px solid #002e57;
  max-width: 562px;
  width: 100%;
}

.hs-plans-module-inner-con a:hover {
  background-color: #126ec9;
  color: #fff;
}

/*============== comparison ==================*/
.hs-feature-comparison-wrapper-mobile h1 {
  font-size: 52px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
}  

.hs-feature-content-phone-advantage {
  padding: 30px 20px 20px 20px;
  background-color: #0c68b1;
  color: #fff;
}

.hs-feature-content-phone-advantage h2 {
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.hs-feature-content-phone-advantage ul li {
  line-height: 24px;
}

.custom-row3-gamechanger-group .hs_cos_wrapper_type_module:last-child .icon {
  height: 190px;
}

.custom-product-banner-area-inner.black .button {
  background: transparent;
  border-color: #fcd40b;
  color: #fcd40b;
}

.hs-scoreboard-page .custom-row3-home-group .slick-arrow {
  top: 85%;
}
/*
.hs-sidebar-formwrapper .hs-form-required {
color: red;
font-family: Lato,Helvetica,Arial,sans-serif;
font-weight: 700;
font-size: 21px;
vertical-align: top;
margin-bottom: -10px;
display: inline-block;
}
*/


.custom-row1-gamechanger-content .changes-the-game-wrp {
  padding: 0 30px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a::after{
    position:absolute;
    top:0;
    right:0;
  }
}


.ebook-wrp {
  background: #fff;
  padding: 75px 0;
}
.ebook-wrp .page-center {
  max-width: 800px !important;
  padding: 0 30px 0 0;
}
.ebook-wrp:after, .ebook-wrp:before {
  display: block;
  clear: both;
  content: "";
}
.ebook-inner {
  margin-left: -30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ebook-image {
  padding-left: 30px;
  width: 25%;
}
.ebook-content {
  width: 75%;
  padding-left: 30px;
  margin: 0;
  float: left;
  box-sizing: border-box;
}
.ebook-image img {
  float: right;
  margin-top: -25px;
  max-width: 124.500px;
}
.ebook-content h4 {
  color: #0256A4;
  text-align: left;
}
.ebook-content h4 strong {
  font-weight: normal;
}
.ebook-content span {
  font-weight: 300;
}
/*.ebook-content .button {
  background-color: #036bcc;
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-color: #036bcc;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  padding: 8px 40px;
  font-weight: 300;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  line-height: 24px;
}*
/*.ebook-content .button:hover {
  background-color: #0f9cff;
  border-color: #0f9cff;
  color: #fff;
  padding: 7px 40px 9px 40px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}*/



/*
.ebook-content .button a{
  background-color: #036bcc;
  margin: 3px 0px 3px 0px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-color: #036bcc;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  padding: 8px 40px;
  font-weight: 300;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  line-height: 24px;
}
.ebook-content .button a:hover{
  background-color: #0f9cff;
  border-color: #0f9cff;
  color: #fff;
  padding: 7px 40px 9px 40px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}*/


.ebook-content .button a {
  color: #fff;
}

.custom-product-banner-area-inner.green h2 {
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
  text-transform: none;
  margin-bottom: 15px;
}
.custom-product-banner-area-inner.green p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  margin: 5px 0 10px 0;
}
.custom-product-banner-area-inner.green a.button {
  padding: 8px 40px;
  font-weight: 300;
  margin: 3px 0 1px;
}
.custom-product-banner-area-inner.green a.button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0256a4;
}
.hs-scoreboard-page .custom-row1-blockbuster-group h2 {
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
  margin-bottom: 15px;
}



/* Roi Slider */
.hs-roi-page .custom-row3-home-group ul.slick-dots {
  position: absolute !important;
  bottom: 0;
}
.hs-roi-page .custom-row3-home-group .slick-arrow {
  top: 50%;
}

.custom-banner-optimizing-casino-profits-group.custom-banner-webinar-use-duetto-group .custom-whitepaper-form {
  margin-top: 19px;
}
.custom-row2-optimizing-casino-profits-content.custom-row1-webinar-use-duetto-content .uk-width-medium-1-3 {
  width: 100%;
  text-align: left;
}
.custom-row2-optimizing-casino-profits-content.custom-row1-webinar-use-duetto-content .speakerinfo {
  overflow: hidden;
  text-align: left;
}
.custom-row2-optimizing-casino-profits-content.custom-row1-webinar-use-duetto-content .circlehead {
  float: left;
  margin: 0 25px 0 0;
  padding: 0 0 50px 0;
}
.custom-row2-optimizing-casino-profits-content.custom-row1-webinar-use-duetto-content .name {
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 5px 0;
}
.custom-row2-optimizing-casino-profits-content.custom-row1-webinar-use-duetto-content .speakerinfo .name,
.custom-row2-optimizing-casino-profits-content.custom-row1-webinar-use-duetto-content .speakerinfo .title{
  text-align: left;
}
.custom-row2-optimizing-casino-profits-content.custom-row1-webinar-use-duetto-content .speakerinfo img {
  display: inline-block;
  width: 75px;
  height: auto;
}
.custom-row2-optimizing-casino-profits-content.custom-row1-webinar-use-duetto-content .speakerinfo .bio {
  margin: 5px 0 0px 0;
}

.roi-banner-area-wrapper img {
  animation: kenburns 60s infinite;
}
.roi-banner-area-wrapper-outer {
  overflow: hidden;
}
.roi-banner-area-wrapper h2 {
  margin: 85px auto;
  color: #fff;
  line-height: 1;
  font-size: 50px;
  position: relative;
}
.roi-banner-area-wrapper img {
  width: 100%;
  animation: kenburns 60s infinite;
  position: absolute;
  z-index: -1;
  display: block;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
}
@keyframes kenburns {
   0% {
     -ms-transform: scale(1,1);
     -webkit-transform: scale(1,1);
     transform: scale(1,1)
   }

   50% {
     -ms-transform: scale(1.1,1.1);
     -webkit-transform: scale(1.1,1.1);
     transform: scale(1.1,1.1)
   }

   100% {
     -ms-transform: scale(1,1);
     -webkit-transform: scale(1,1);
     transform: scale(1,1)
   }
 }
 
.custom-whitepaper-form form {
    position: relative;
}
.hs-whitepaper-examining .hs_error_rollup {
    padding: 8px 48px;
    margin: 0;
    border-color: #fdd500;
    color: #fdd500;
    bottom: 0;
    min-height: auto;
    border: 2px solid #f7e700;
    height: auto;
    width: auto;
    clear: both;
    position: absolute;
    left: 0;
}
.hs-whitepaper-examining .hs_error_rollup ul.hs-error-msgs.inputs-list {
    margin: 0;
    text-align: left;
    padding: 0;
}
.hs-whitepaper-examining .hs_error_rollup ul.hs-error-msgs.inputs-list label {
    font-size: 17px;
    color: #fdd500;
    font-family: lato;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.custom-row4-playmaker-group .two-column-eqaul-with-image-wrp  .uk-grid {
    margin-left: -30px;
}

.hs-playmaker-page .custom-product-banner-area-inner h2 {
    font-weight: 300;
    line-height: 1;
}
.hs-playmaker-page .custom-product-banner-area-inner p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
    margin: 5px 0 10px 0;
    max-width: 100%;
}

.body-container .hs-form label {
  color: #fff;
}
.body-container .form-title {
  color: #fff;
}
.subscription-template #content h3 {
  color: #fff;
}

.custom-footer-group .no-nav{
  background-position: 50% 30%;
}

.hs-webinar-use-duetto .hs_error_rollup {
  position: absolute;
  left: 0;
  bottom: -30px;
}
.hs-webinar-use-duetto .hs-error-msgs.inputs-list label {
    font-size: 17px;
    padding-left: 15px;
    margin-bottom: 5px;
    display: block;
    margin-top: 15px;
    color: #ffbe40;
    font-weight: 400;
    bottom: -30px;
}
#site-wrapper-div {
    overflow-x: hidden;
}


/* Blog Video Page */
.custom-video-home-topic-group {
  border-bottom: solid 1px #ddd;
  width: 100% !important;
}
.custom-video-home-tag {
  max-width: 1200px;
  float: none !important;
  margin: 0 auto !important;
  padding: 0 30px;
}
.custom-video-home-tag ul {
  padding: 10px 0;
  overflow: hidden;
  margin: 0;
}
.custom-video-home-tag ul li {
  padding: 10px 0 0 15px;
  max-width: 160px;
  min-width: 160px;
  text-align: left;
  list-style: none;
  float: left;
  cursor: pointer;
  font-weight: 300;
  line-height: 24px;
}

.custom-vdieo-home-recent-post-group h3 {
  float: none;
  width: auto;
  background: #0356A4;
  color: #fff;
  text-transform: none;
  font-weight: 300;
  font-size: 32px;
  padding: 10px 20px;
  line-height: 1.1;
  margin-top: 25px;
}
.custom-video-home-recent-post-inner {
  max-width: 1200px !important;
  padding: 0 30px;
  float: none !important;
  margin: 0 auto !important;
}
.custom-vdieo-home-recent-post-inner{
    max-width: 1200px !important;
    padding: 0 30px;
    float: none !important;
    margin: 0 auto !important;
}
.blog-video-home.hs-blog-listing .custom-vdieo-home-recent-post-group{
	display:none !important;
}

.custom-popular-post-blog {
  margin: 0;
  float: none;
  display: block;
  width: auto;
  height: auto;
  font-size: 16px;
  position: relative;
}
.hs-popular-post-rightcon-blog {
  padding: 5px 0 0 0;
}

.hs-popular-post-rightcon-blog h2,
.hs-blog-post .custom-popular-post-blog .hs-popular-post-rightcon-blog h2{
  font-size: 14px !important;
  font-weight: normal;
  color: #444 !important;
  font-family: Lato, Helvetica, sans-serif;
}
.custom-video-home-popular-post-group {
  background: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/vid-pattern%20%281%29.jpg') center repeat;
  padding: 50px 0 0 0;
}
.custom-video-home-popular-post-inner {
  max-width: 1200px;
  padding: 0 30px;
  float: none !important;
  margin: 0 auto !important;
}
.custom-video-home-popular-post-inner h3 {
  text-transform: none;
  font-weight: 400;
  line-height: 1.2;
  color: #1885FB;
  font-size: 36px;
}
.custom-video-home-popular-post-group .hs-popular-post-sidebarwrapper {
    margin: 0;
    padding: 0;
    border: 0;
}
.custom-video-home-popular-post-group .hs-popular-post-rightcon h2 {
    color: #fff;
    margin-top: 0px;
    font-size: 46px;
    font-weight: 300;
    line-height: 1;
}
.featured-post-body-content p {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 17px;
}
.featured-post-body-content  .hs-blog-social-share {
    height: auto;
    float: right;
}

.hs-why-duetto-page .custom-learn-more-demo-wrp {
  margin-bottom: -1px;
}

.blog-video-home .post-listing {
    padding: 0;
}
.custom-all-video-inner {
    max-width: 1200px;
    margin: 25px auto 15px;
    padding: 0 30px;
}
.custom-all-video h3 {
    float: none;
    width: auto;
    background: #0356A4;
    color: #fff;
    text-transform: none;
    font-weight: 300;
    font-size: 32px;
    padding: 10px 20px;
    margin: 0;
}
.blog.blog-video-home .post-listing{
  max-width: 1200px;
  padding: 0 30px;
  float: none !important;
  margin: 0 auto !important;
}
.post-item-wrp {
    margin: 0 -7.5px;
}


.blog-video-home .post-item.custom-video-home-recent-post-inner {
    border: 0;
    min-height: auto;
    float: left !important;
    vertical-align: top;
    list-style-type: none;
    line-height: 17px;
    width: 20%;
    padding: 0 0 15px 0;
}

.custom-video-home-recent-post {
  float: none;
  display: block;
  width: auto;
  height: auto;
  font-size: 16px;
  position: relative;
  margin: 0 7.5px;
}
.blog-video-home .hs-popular-post-leftcon-blog {
  position:relative;
}
/*.blog-video-home .hs-popular-post-leftcon-blog img {
    bottom: 0;
    width: 100%;
    position: absolute;
    left: -9999px;
    right: -9999px;
    display: block;
    height: 100%;
    margin: auto;
    max-width: none;
}*/

.custom-video-home-recent-post-wrp {
    margin: 0 -7.5px;
}

.blog-video-home .blog-pagination {
    padding: 20px 0;
    clear: both;
}
.blog-video-home .blog-pagination-inner{
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  text-align: right;
}
.blog-video-home .blog-pagination-inner > div {
    display: inline;
}
.blog-video-home .blog-pagination-right a,
.blog-video-home .blog-pagination-left a{
  padding: 5px 5px !important;
  display: inline-block;
  line-height: normal !important;
  text-align: center;
}
.blog-video-home .blog-pagination a {
    background: #0356A4;
    color: #fff;
    padding: 5px 10px;
    font-family: Lato, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 24px;
}
.blog-video-home .blog-pagination a.active{
    background: #ddd;
}

.blog-video-home .post-item .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    position: static;
    transform: none;
    width: 100%;
    top: auto;
}

/* Most  */
.custom-row4-Open.Pricing-content .hs_cos_wrapper_type_module {
   width: 100%;
   margin-bottom: 15px;
}
.custom-row4-Open.Pricing-content .hs-rss-module {
   display: flex;
   justify-content: space-between;
   height: 100%;
}
.custom-row4-Open.Pricing-content .hs-rss-item {
   margin: 0 15px;
   height: 100%;
   background: #fff;
   width: 100%;
   margin-bottom: 15px;
   float: left;
   padding: 0 0;
   display: flex;
   flex-wrap: wrap;
   padding-bottom: 15px;
}
.custom-row4-Open.Pricing-content .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
   display: inline-block;
   width: 100%;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
   width: 100%;
   float: none;
   padding-right: 0;
   box-sizing: border-box;
}
.custom-row4-Open.Pricing-content .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
   width: 100%;
   float: none;
}
.custom-row4-Open.Pricing-content .hs-rss-item .hs-rss-item-text {
   order: 1;
   padding: 0 15px;
}
.custom-row4-Open.Pricing-content .hs-rss-item .hs-rss-item-text a {
   margin: 15px auto 0;
   display: block;
   text-align: center;
   color: #0356a4;
}


.custom-in-the-news-wrp {
  padding: 15px 10px;
}
.custom-in-the-news-wrp p {
  margin: 0 0 15px 0;
}
.custom-in-the-news-wrp p a{
  display: block;
  position: relative;
  padding-left: 90px;
  min-height: 48px;
  margin: 10px 0px 10px 0px;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  background: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/video/sprite_news.jpg') no-repeat top left;
}
.custom-in-the-news-wrp p a:hover {
  color: #fff;
  background-color: rgba(0,0,0,.25);
}
.custom-in-the-news-inner1{
  background: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/video/sprite_news.jpg') no-repeat top left;
}
.custom-in-the-news-inner2{
  background-position: 0px -49px !important;
}
.custom-in-the-news-inner3{
  background-position: 0px -98px !important;
}

.ebook-content .button {
    background-color: #036bcc;
    margin: 3px 0px 3px 0px;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-color: #036bcc;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    padding: 8px 40px;
    font-weight: 300;
    cursor: pointer;
    transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
    -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
    -moz-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
    -ms-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
    -o-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.ebook-content .button:hover {
    background-color: #0f9cff;
    border-color: #0f9cff;
    color: #fff;
    padding: 7px 40px 9px 40px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.15);
}
.custom-most-popular .hs-featured-image-wrapper img {
    display: none;
}


.custom-most-popular .hs-featured-image-wrapper {
    display: block;
    min-width: 220px;
    max-width: 220px;
    height: 125px;
    margin-right: 20px;
    background: url(//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/sprite_popularArticles%20%283%29.jpg?t=1525749609450);
    cursor: pointer;
}
.hs-featured-image-wrapper.con-first {
    background-position: 0 0 !important;
}
.hs-featured-image-wrapper.con-sec {
    background-position: 0px -125px !important;
}
.hs-featured-image-wrapper.con-third {
    background-position: 0px -250px !important;
}

a.uk-navbar-toggle{
	display:none !important;
}

/* EX Page Style */
/*.custom-banner-optimizing-casino-profits-group .custom-whitepaper-content h2 {
    max-width: 980px;
}*/
.hs-webinar-use-duetto .custom-row2-optimizing-casino-profits-group {
    padding-bottom: 25px;
}
.custom-banner-optimizing-casino-profits-group.custom-banner-webinar-use-duetto-group .custom-whitepaper-form {
  margin-top: 21px;
}
.custom-banner-advanced-tips-group .custom-whitepaper-banner-area {
    padding-top: 75px;
}
.custom-banner-advanced-tips-group .custom-whitepaper-content h2 {
    margin: 5px 0;
}
.custom-banner-advanced-tips-group .custom-whitepaper-form {
    margin-top: 26px;
}
.hs-advanced-tips .hs-error-msgs.inputs-list label {
    color: #ffbe40;
    padding-left: 0;
}
.hs-webinar-use-duetto .hs-error-msgs.inputs-list label {
    padding-left: 0;
}

.custom-banner-rethinking-hotel-group .custom-whitepaper-banner-area {
    padding-top: 75px;
}
.custom-banner-rethinking-hotel-group .custom-whitepaper-content h2 {
    margin: 5px 0;
}
.custom-banner-rethinking-hotel-group .custom-whitepaper-form {
    margin-top: 26px;
}
.blog-video-home.hs-blog-post .custom-video-home-popular-post-group {
    display: none !important;
}
.blog-video-home.hs-blog-post .section.post-body img {
    margin-bottom: 20px;
}

.blog-video-home.hs-blog-post .custom-blog-content {
    background: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/vid-pattern%20%281%29.jpg?t=1525772916950') center repeat !important;
    padding: 75px 0 0 0;
    color: #fff;
}
.blog-video-home.hs-blog-post .blog-section {
    background: transparent;
    padding-top: 0;
}
.blog-video-home.hs-blog-post .blog-post-wrapper .post-body p {
    color: #fff;
}
.blog-video-home.hs-blog-post .blog-section ul li {
    color: #fff;
}
.blog-video-home.hs-blog-post .blog-section ul li a {
    color: #fff;
}

.blog-video-home.hs-blog-post .blog-content h1, 
.blog-video-home.hs-blog-post  .blog-content h2, 
.blog-video-home.hs-blog-post  .blog-content h3, 
.blog-video-home.hs-blog-post  .blog-content h4, 
.blog-video-home.hs-blog-post  .blog-content h5, 
.blog-video-home.hs-blog-post .blog-content h6 {
    color: #fff;
}

.blog-video-home.hs-blog-post .custom-blog-content a{
	color:#fff;
}

.blog-video-home.hs-blog-post .post-header {
    position: static;
    background: transparent;
}
.blog.custom-blog.blog-video-home .section.post-header {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}
.blog-video-home.hs-blog-post .section.post-header h1 {
    text-decoration: none;
    text-transform: capitalize;
    line-height: 50px;
    margin-bottom: 0px;
    font-size: 38px;
    color: #fff;
    font-weight: 300;
  margin-bottom: 10px;
}
.blog-video-home.hs-blog-post .hs-blog-social-share {
    height: auto;
    float: right;
}
.blog-video-home.hs-blog-post hr{
	border-color:#fff;
}

.custom-footer-group.no-nav {
  background-position: 50% 10%;
}

.blog.blog-video-home .body-container .page-center {
    background: transparent;
}

.blog-video-home.hs-blog-listing .custom-popular-post a:hover {
    background: transparent;
    color: #fff;
}

.blog-video-home.hs-blog-listing .custom-popular-post a {
    color: #fff;
}

/* =============== Screen sizes smaller than .page-center =============== */


@media (min-width: 1920px){
  .roi-banner-area-wrapper img {
    margin: -192px 0 0 -50%;
    top: 10%;
    left: 50%;
  }
}

@media (min-width: 1200px){
  .hs-gamechanger-page  .custom-row3-home-group .caption.below a {
    padding: 5px 50px;
  }

  .custom-row3-home-content .slick-slide {
    min-height: auto !important;
    height:325px !important;
    margin-bottom:0 !important;
  }

  .custom-row3-home-content .slick-initialized{
    display: block;
    margin: 0 !important;
  }
  .custom-slide-image {
    max-width: 378px;
    max-height: 319px;
    height: 319px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 21px;
    margin-left: 10px;
  }
  .custom-slide-image img{
    display:none !important;
  }


  .hs-customer-success-page .custom-slide-image {
    background-position: bottom right;
    min-height: 425px;
    max-width: 335px;
    background-size: auto;
    bottom: -1px;
  }

  .hs-customer-success-page .custom-row3-home-group .caption.below {
    width: calc(100% - 325px);
    padding-left: 36px;
    padding-top: 15px;
  }
  .hs-customer-success-page .custom-row3-home-group .slick-slide {
    min-height: auto !important;
    height: 440px !important;
    margin-bottom: 0 !important;
  }

  .custom-row3-home-group ul.slick-dots {
    position: absolute !important;
    bottom: 0 !important;
  }

  .custom-row7-scoreboard-content.custom-row3-home-content .caption.below {
    width: 100%;
    padding: 30px 10px;
    text-align: center !important;
    position: relative;
    z-index: 999;
  }
  .custom-row7-scoreboard-content.custom-row3-home-content .caption.below p {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300;
    color: #fff;
    text-align: left;
  }
  .custom-row7-scoreboard-content.custom-row3-home-content .custom-slide-image {
    background-size: initial;
    background-position: right bottom;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 396px !important;
    height: 396px !important;
  }
  .custom-row7-scoreboard-content.custom-row3-home-content .caption.below a {
    background-color: transparent;
    margin: 0;
    display: inline-block;
    border: 2px solid #fff;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    padding: 5px 50px;
  }
  .custom-row7-scoreboard-content.custom-row3-home-content .slick-slide {
    height: 415px !important;
    background-position: right bottom;
  }
  .custom-row7-scoreboard-content.custom-row3-home-content ul.slick-dots {
    text-align: center;
  }

}

@media(max-width:1560px){  
  .hs-inthe-news-page .hs-webinars-banner-wrapper {
    padding: 10% 0;
  }
}

@media (max-width: 1499px){
  .custom-row1left-webinars-content.custom-row1left-whitepapers-top-content .hs-white-paper-right-con p {
    margin-top: 15px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: #777;
  }
  .custom-row1left-whitepapers-top-content .hs-white-paper-right-con {
    overflow: hidden;
  }
}

@media (max-width: 1475px) and (min-width: 768px){
  .custom-sidebar-linkedin a {
    padding-top: 105px !important;
    padding-left: 5px !important;
  }
}


@media (max-width: 1315px) and (min-width: 960px){
  .header-container {
    min-height: 83px;
  }

  .custom-logo {
    padding-left: 10px;
    padding-top: 9.5px;
    padding-bottom: 9px;
  }
  .custom-logo img {
    max-width: 150px;
    min-width: 150px;
  }
  .custom-menu-primary {
    margin-top: 12px;
    padding-bottom: 0;
    padding-top:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
    padding: 0 12px;
    height: 70px;
    line-height: 70px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding: 10px 10px;
    min-width: 175px;
    margin-top:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul:after{
    display:none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    line-height: 40px;
    padding: 0 15px;
    font-size: 13px;
  }
  .scroll-id {
    border-top: 83px solid transparent;
    margin-top: -83px;
  }
}


@media(max-width: 1315px) {
  .roi-banner-area-wrapper {
    padding: 75px 20px;
  }  

  .roi-banner-area-wrapper h2 {
    margin: 60px auto;
  }
  .custom-row1right-webinars-content > div {
    margin-left: 0 !important;
  }
}


@media (max-width: 1219px){
  .hs-gamechanger-page .custom-row2-blockbuster-content .bg-img {
    background-position: inherit !important;
  }
  .container-fluid .row-fluid .page-center{
    max-width:980px;
  }

  .body-container .custom-row1-plans-group .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  /* Body Style */
  .body-container .page-center {
    padding-left:20px;
    padding-right:20px;
  }
  .hs-contact-page .body-container [type="text"], 
  .hs-contact-page .body-container [type="password"], 
  .hs-contact-page .body-container [type="datetime"], 
  .hs-contact-page .body-container [type="datetime-local"], 
  .hs-contact-page .body-container [type="date"], 
  .hs-contact-page .body-container [type="month"], 
  .hs-contact-page .body-container [type="time"], 
  .hs-contact-page .body-container [type="week"], 
  .hs-contact-page .body-container [type="number"], 
  .hs-contact-page .body-container [type="email"], 
  .hs-contact-page .body-container [type="url"], 
  .hs-contact-page .body-container [type="search"],
  .hs-contact-page .body-container [type="tel"], 
  .hs-contact-page .body-container [type="color"],
  .hs-contact-page .body-container [type="file"],
  .hs-contact-page .body-container textarea,
  .hs-contact-page .body-container select {
    width: 94.3%;
  }
  .hs-contact-page .body-container .hs-button.primary, 
  .hs-contact-page .body-container input[type="submit"], 
  .hs-contact-page .body-container input[type="button"] {
    margin-top: 5px;
  }

  /* Contact Page */
  .custom-row1-contact-group{
    padding-bottom:75px;
  }
  .custom-bottom-pane-inner {
    padding: 0 20px;
  }

  /* Why Duetto */
  .custom-testimonia-content {
    padding-left: 20px;
  }

  /* Team Duetto */
  .custom-row1-team-duetto-group .page-center {
    padding: 0 20px 0 0 !important;
  }
  .custom-founder-wrp,
  .custom-row1-gamechanger-top-content h1{
    padding-left: 20px;
  }
  .executives-group .page-center {
    padding: 0 20px 0 0 !important;
  }
  .custom-executives-wrp{
    padding-left: 20px;
  }
  .custom-row3-team-duetto-group .page-center{
    padding:0 20px;
  }

  /* Product Sheets */
  .custom-row1-product-sheets-group .page-center {
    padding: 0 20px 0 0 !important;
  }
  .custom-row1-product-sheets-content .hs_cos_wrapper_type_module {
    padding-left: 20px;
  }
  .custom-product-sheet-inner img {
    top: -170px;
  }

  /* Privacy Policy */
  .hs-full-width .body-container .page-center {
    padding: 0 20px;
  }

  /* Products */
  .two-column-with-image-wrp .page-center {
    padding: 0 20px 0 0 !important;
  }
  .two-column-with-image-inner > div {
    padding-left: 20px;
  }

  /* Blockbuster */
  .custom-row3-blockbuster-content .hs_cos_wrapper_type_module {
    margin-left: -20px;
  }
  .custom-row3-blockbuster-group .page-center {
    padding: 0 20px;
  }
  .one-column-with-top-icon-wrp {
    padding-left: 20px;
  }
  .two-column-eqaul-with-image-content, .two-column-eqaul-with-image {
    padding-left: 20px;
  }
  .two-column-eqaul-with-image-wrp .page-center {
    padding: 0 20px 0 0 !important;
  }
  .two-column-eqaul-with-image-bottom-content {
    padding-left: 20px;
  }
  .unlock-true-personalization-inner {
    margin-left: -20px;
  }
  .unlock-true-personalization-inner > div {
    padding-left: 20px;	
  }

  /* Culture Page */
  .custom-row1-culture-group .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-row1-culture-group .hs_cos_wrapper_type_rich_text > div {
    padding-top: 94px;
  }
  .custom-row1-culture-group {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Game Change */
  .custom-row1-gamechanger-group .page-center {
    padding-left: 0 !important;
  }
  .custom-row3-blockbuster-content .hs_cos_wrapper_type_module {
    margin-left: 0;
  }

  /* Home */
  .custom-home-banner-area .home-banner-buttons {
    margin-left: -20px;
  }
  .custom-home-banner-area .button {
    padding-left: 20px;
    margin: 20px 0 0;
  }
  .custom-row1-home-content .hs_cos_wrapper_type_widget_container {
    margin-left: -20px;
  }
  .custom-row1-home-content .hs_cos_wrapper_type_module {
    padding-left: 20px;
  }
  .custom-row2-home-group .page-center {
    padding: 0 !important;
  }
  .body-container .join-our-team-wrp .page-center {
    max-width: 1040px !important;
  }

  .custom-product-banner-area-inner.white {
    padding: 0 20px;
    max-width: 980px;
  }
  .two-column-with-left-author .page-center {
    padding: 0 !important;
  }

  /* ============== */
  .custom-row2-open-pricing-group .page-center {
    padding: 0 20px;
  } 

  .custom-row2-Open.Pricing-content  .two-column-eqaul-with-image-wrp .page-center {
    padding: 0px 0px 0 0 !important;
  }

  .custom-row2-Open.Pricing-content .two-column-eqaul-with-image {
    padding: 0 0px;
    padding-left: 0;
    max-width: 90%;
    margin: 0 auto;
  }

  .custom-row2-Open.Pricing-content .two-column-eqaul-with-image-wrp.white.left .two-column-eqaul-with-image {
    padding: 0 5px 0 20px;
  }
  .two-column-eqaul-with-image-wrp.white.left .two-column-eqaul-with-image-content {
    padding: 0 30px 0 25px;
  }  
  .hs-white-paper-wrapper {
    padding: 0 20px 25px 20px;
  }
  .custom-row3-Open.Pricing-two-col-equal .hs_cos_wrapper_type_widget_container {
    padding-right: 0;
  }
  .hs-white-paper-wrapper.hs-twocolumn {
    padding: 30px 30px 30px 30px;
  }
  .hs-more-resources-wrapper {
    padding: 0 10px;
  }
  .custom-row4-open-pricing-group .page-center {
    padding-left: 10px;
    padding-right: 10px;
  } 
  .custom-product-banner-area-inner.orange p {
    margin: 15px 0;
  }
  .custom-row1left-whitepapers-top-content .hs-white-paper-wrapper {
    padding: 0 20px;
  }
  .custom-row6-home-group .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-row1-gamechanger-content .hs_cos_wrapper_type_module {
    padding-left: 20px;
  }
  .custom-row4-roi-group {
    padding: 125px 20px;
  }

  .ebook-image,
  .ebook-content{
    padding-left: 20px;
  }
  .ebook-wrp .page-center {
    padding-left: 0 !important;
  }


  .hs-roi-page .slick-slide-inner-wrapper {
    height: 425px !important;
  }
  .hs-roi-page .slick-slide {
    min-height: 425px;
  }
  .hs-roi-page .custom-row3-home-group .caption.below {
    width: 50%;
  }
  .hs-roi-page .custom-slide-image img {
    display: none !important;
  }
  .hs-roi-page .custom-slide-image {
    max-width: 378px;
    max-height: 309px;
    margin-top: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat !important;
  }
  .custom-row4-playmaker-group .two-column-eqaul-with-image-wrp .uk-grid {
    margin-left: 0;
  }

  .custom-video-home-popular-post-inner,
  .custom-video-home-tag,
  .custom-all-video-inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  
  /* EX Page Style */
  .uk-width-medium-1-3 {
    padding-left: 20px;
  }
  .custom-row2-optimizing-casino-profits-content .hs_cos_wrapper_type_module {
    margin-left: -20px;
  }
  .custom-look-talking-title-inner {
    padding-left: 20px;
  }

  .blog.custom-blog.blog-video-home .section.post-header {
    max-width: 100%;
    padding: 0 20px;
  }
  .blog-video-home.hs-blog-post .blog-section {
    padding-left: 0;
    padding-right: 0;
  }

}

@media(max-width: 1200px) and (min-width: 768px){  
  /* Home Slider */
  .hs-home-page .custom-row3-home-group ul.slick-dots {
    position: absolute !important;
  }
  .hs-home-page .custom-row3-home-group  .custom-slide-image {
    max-width: 378px;
    max-height: 319px;
    margin-top: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hs-home-page .custom-row3-home-group .custom-slide-image img {
    display: none !important;
  }
  .hs-home-page .custom-row3-home-group .slick-slide-inner-wrapper {
    height: 421px;
  }
  .hs-home-page .custom-row3-home-group .caption.below {
    width: 60%;
    position: relative;
    z-index: 11;
  }


  /* Game Changer */ 
  .hs-gamechanger-page .custom-row3-home-group ul.slick-dots {
    position: absolute !important;
    bottom:0;
  }
  .hs-gamechanger-page .custom-row3-home-group  .custom-slide-image {
    max-width: 378px;
    max-height: 319px;
    margin-top: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hs-gamechanger-page .custom-row3-home-group .custom-slide-image img {
    display: none !important;
  }
  .hs-gamechanger-page .custom-row3-home-group .slick-slide-inner-wrapper {
    height: 421px;
  }
  .hs-gamechanger-page .custom-row3-home-group .caption.below {
    width: 60%;
    position: relative;
    z-index: 11;
  }

  .hs-popular-post-sidebarwrapper .hs-popular-post-rightcon {
    padding-left: 0;
    display: block;
    width: 100%;
  }
  .custom-sidebar-twitteriframe {
    overflow: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-sidebar-twitteriframe iframe#twitter-widget-0 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .hs-popular-post-sidebarwrapper .hs-popular-post-leftcon {
    width: 100%;
    height: 48px;
  }
  .hs-popular-post-sidebarwrapper .hs-popular-post-rightcon h3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-popular-post-sidebarwrapper .hs-popular-post-leftcon {
    width: 100%;
    height: auto;
  }

  .hs-popular-post-sidebarwrapper .hs-popular-post-leftcon img {
    position: static;
    display: block;
    height: 100%;
    margin: auto;
    max-width: 100%;
    width: 100%;
  }
}


@media (max-width: 1215px){
  .custom-row4-scoreboard-content .two-column-eqaul-with-image-wrp .two-column-eqaul-with-image-content {
    padding: 20px 0 0 5%;
  }
  .custom-row4-scoreboard-content .two-column-eqaul-with-image-wrp .two-column-eqaul-with-image-content h3 {
    font-size: 36px;
  }
  .custom-row4-scoreboard-content .two-column-eqaul-with-image-wrp .two-column-eqaul-with-image-content p {
    font-size: 18px;
  }
}

@media (max-width: 1050px){
  .custom-row1-home-group .news-wrp .news-inner .button {
    margin-left: -15px;
  }
}

@media (max-width: 1024px){
  .casion-banner-top-content{
    padding-left:30px;
    padding-right:30px;
  }
  .casion-banner-area-wrp {
    padding-left: 20px;
    padding-right: 20px;
  }
  .unlock-true-personalization-content h2 {
    font-size: 36px;
  }
}


@media (max-width: 979px){
  .custom-row1-product-sheets-group .hs_cos_wrapper_type_section_header{
    padding-top: 124px;
    padding-bottom: 75px;
  }
  .custom-product-sheet-wrp {
    margin-top: 200px;
  }
  .custom-product-sheet-inner img {
    top: -160px;
  }
  .managed-services-banner-area .page-center {
    padding: 60px 30px 140px 30px !important;
  }
  .custom-row1-managed-services-content .one-column-with-left-image-wrp .page-center {
    padding: 90px 30px 90px 30px;
  }
  .custom-product-banner-area {
    padding: 50px 0;
  }
  .custom-row4-managed-services-group .hs_cos_wrapper_type_header h1 {
    padding: 0 20px;
  }
  .custom-row4-managed-services-content .one-column-with-left-icon-wrp {
    margin: 0;
    padding: 10px 0 0 0;
  }

  .hs-customer-success-page .custom-row3-home-top-content h1 {
    text-align: center;
    margin-left: auto;
  }
  .hs-roi-feature-inner-con h2 {
    font-size: 32px;
  }

  .hs-roi-feature-inner-con {
    color: #fff;
    padding: 100px 8%;
    max-width: 580px;
    margin: 0 0 0 auto;
    text-align: right;
  } 
  .hs-roi-feature-wrapper {
    background-size: auto 110%;
  }
  .hs-roi-feature-wrapper {
    min-height: auto;
  }
  .hs-roi-feature-inner-con a {
    font-size: 20px;
  }
  .custom-row2-roi-content .hs_cos_wrapper_type_module {
    width: 100%;
    float: none;
    border-left: none;
    min-height: auto;
    border-bottom: 1px solid #C8C8C8;
  }
  .custom-row2-roi-content .hs_cos_wrapper_type_module {
    padding: 75px 20px 79px
  }

}




@media(max-width: 959px) and (min-width: 768px){
  .custom-row7-scoreboard-content.custom-row3-home-content .caption.below {
    width: 100%;
    padding: 30px 0;
    text-align: center !important;
    position: relative;
    z-index: 999;
  }
  .custom-row7-scoreboard-content.custom-row3-home-content .caption.below p {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300;
    color: #fff;
    text-align: left;
  }
  .custom-row7-scoreboard-content.custom-row3-home-content .custom-slide-image {
    background-size: initial;
    background-position: right bottom;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    background-repeat: no-repeat;
    max-height: 416px !important;
    height: 416px !important;
  }
  .custom-row7-scoreboard-content.custom-row3-home-content .custom-slide-image img {
    display: none;
  }
  .custom-row7-scoreboard-content.custom-row3-home-content .caption.below a {
    background-color: transparent;
    margin: 0;
    display: inline-block;
    border: 2px solid #fff;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    padding: 5px 50px;
  }
  .custom-row7-scoreboard-content.custom-row3-home-content .slick-slide {
    height: 415px !important;
    background-position: right bottom;
  }
  .custom-row7-scoreboard-content.custom-row3-home-content ul.slick-dots {
    text-align: center;
    position: absolute !important;
  }
  .custom-row2-blockbuster-content .one-column-with-background-image-wrp {
    padding: 50px 0;
  }
  .hs-gamechanger-page .custom-product-banner-area {
    padding: 100px 0;
  }

}

@media(max-width: 959px) and (min-width: 480px){
  .news-wrp {
    height: 100%;
    width: 100%;
  }
  .custom-row1-home-group {
    padding: 20px 0;
  }
  .custom-row1-home-content .hs_cos_wrapper_type_module {
    width: 100%;
  }
  .news-wrp .news-inner {
    background-size: auto 50% !important;
  }
  .custom-row2-home-content .changes-the-game-wrp {
    max-width: none;
    width: 40%;
    margin: 35px 4% 0;
  }
  .custom-row3-home-group {
    padding: 50px 0 0 0;
  }
  .join-our-team-wrp .page-center {
    padding: 30px !important;
  }



}


@media (max-width: 959px) {

  .header-container {
    min-height: 100px;
  }
  .hs-casino-page .header-container {
    min-height: 0;
  }
  .hs-casino-page .custom-header-group {
    border: 0;
  }

  .hs-contact-page .body-container [type="text"], 
  .hs-contact-page .body-container [type="password"], 
  .hs-contact-page .body-container [type="datetime"], 
  .hs-contact-page .body-container [type="datetime-local"], 
  .hs-contact-page .body-container [type="date"], 
  .hs-contact-page .body-container [type="month"], 
  .hs-contact-page .body-container [type="time"], 
  .hs-contact-page .body-container [type="week"], 
  .hs-contact-page .body-container [type="number"], 
  .hs-contact-page .body-container [type="email"], 
  .hs-contact-page .body-container [type="url"], 
  .hs-contact-page .body-container [type="search"],
  .hs-contact-page .body-container [type="tel"], 
  .hs-contact-page .body-container [type="color"],
  .hs-contact-page .body-container [type="file"],
  .hs-contact-page .body-container textarea,
  .hs-contact-page .body-container select {
    width:95.5%;
  }

  .custom-header-group {
    position: static;
  }
  .custom-logo {
    width: 100% !important;
    text-align: center;
    padding: 15px 0 22px;
  }eBook

  .scroll-id {
    border-top: 0;
    margin-top: 0;
  }
  /* Menu Style */

  .custom-menu-primary {
    background-color: #0170b6;
    position: fixed !important;
    width: 270px !important;
    z-index: 1000;
    left: -540px;
    top: 0;
    z-index: 1001;
    -webkit-transition: left 0.3s, transform 0.3s ease-in-out;
    -moz-transition: left 0.3s, transform 0.3s ease-in-out;
    -ms-transition: left 0.3s, transform 0.3s ease-in-out;
    transition: left 0.3s, transform 0.3s ease-in-out;
    margin: 0 !important;
    height: 100% !important;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .mobile-open .custom-menu-primary {
    left: 0;
  }
  .header-container-wrapper, 
  .body-container-wrapper, 
  .footer-container-wrapper {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
  }
  .mobile-open .header-container-wrapper, 
  .mobile-open .body-container-wrapper, 
  .mobile-open .footer-container-wrapper {
    left: 270px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li{
    float: none !important;
    width: 100%;
    margin: 15px 10px;
    font-weight: 300;
    width: 92%;
  }
  .custom-menu-primary .hs-menu-wrapper> ul > li > a {
    font-size: 17px;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 24px;
    font-family: 'Lato';
    text-transform: capitalize;
    color: rgba(255,255,255,0.8);
    padding: 10px 30px;
    font-weight: 300;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    background: rgba(0,0,0,0);
    color: rgba(255,255,255,0.5);
    outline: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.5);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    padding: 5px 10px;
    padding-left: 40px;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    float: none !important;
    position: static !important;
    background: transparent;
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    margin: 15px 10px;
    font-weight: 300;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: rgba(255,255,255,0.5);
    padding: 2px 0;
    display: block;
    text-decoration: none;
    font-weight: 300;
    font-family: Lato;
    font-size: 17px;
    line-height: 24px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    color: rgba(255,255,255,0.8);
  }


  .mobile-open {
    overflow-y: hidden;
  }

  .custom-overlay {
    display: none;
    background: rgba(0,0,0,0.1);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: left .75s;
    -moz-transition: left .75s;
    -ms-transition: left .75s;
    transition: left .75s;
    z-index: 1000;
  }
  .mobile-open .custom-overlay {
    display: block;
  }
  .casion-block-1, .casion-block-2 {
    background-image: none !important;
  }
  .casion-block-1 h4, .casion-block-2 h4{
    margin:0;
  }
  .casion-block-1 p, .casion-block-2 p{
    margin: 0;
  }
  .hs-casino-page .mobile-trigger {
    background: transparent;
    line-height: 125px;
  }
  .hs-casino-page .mobile-trigger i:after {
    color: #ffdf1a;
  }
  .hs-casino-page .custom-logo {
    padding-left: 0;
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .hs-casino-page .custom-header-group {
    position: absolute;
    background: transparent;
  }
  .casion-banner-area-wrp .page-center {
    padding: 0 !important;
  }
  .casion-block-1 .duetto-button.db-small.db-yellow2, 
  .casion-block-2 .duetto-button.db-small.db-yellow2 {
    left: 15px;
  }
  .hs-scoreboard-page .custom-product-banner-area {
    padding: 100px 0;
  }
  .real-time-Visibility-wrp {
    background-image: none !important;
  }
  .real-time-Visibility-wrp .block-1,
  .real-time-Visibility-wrp .block-2{
    width: 100%;
  }
  .real-time-Visibility-wrp .description ul li {
    line-height: 1.5em;
    color: #fff;
    float: left;
    display: inline;
    width: 25.7%;
    border-left: 4px solid #fedb00;
    padding-left: 8px;
    margin-bottom: 10px;
    font-weight: 300;
  }
  .custom-row4-scoreboard-content .two-column-eqaul-with-image-wrp .two-column-eqaul-with-image-content {
    margin: 0 0 0 5%;
  }
  .custom-row4-scoreboard-group {
    padding-bottom:36px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    text-transform: none;
  }


  /* Slider */
  .custom-row3-home-group ul.slick-dots {
    position: static !important;
  }
  .hs-customer-success-page .slick-slide-inner-wrapper {
    margin-top: 25px;
  }
  .custom-row7-scoreboard-content.custom-row3-home-content.custom-row3-home-group ul.slick-dots {
    text-align: center;
  }

  .hs-feature-labels .dPlansTbleLabel {
    max-width: 215px;
  }
  .hs-feature-labels {
    display: table;
    width: 100%;
  }
  .hs-feature-labels > div {
    display: table-cell;
  }
  .custom-executives-inner {
    padding-right: 230px;
  }
  
  .custom-video-home-tag {
    border: none;
    background-color: #0356A4;
  }
  
  a.uk-navbar-toggle {
    height: auto;
    width: auto;
    float: none;
    margin: 0;
    padding: 15px;
    z-index: 1000;
    box-sizing: border-box;
    display: block !important;
  }
  .uk-navbar-content:before, .uk-navbar-brand:before, .uk-navbar-toggle:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  a.uk-navbar-toggle:after {
    color: #fff;
    height: auto;
    content: "\f0c9";
    font-family: FontAwesome;
    vertical-align: middle;
    font-size: 25px;
  }
  .custom-video-home-tag ul {
    display: none;
  }
  .topic-open .custom-video-home-tag ul {
    display:block;
  }
  .custom-video-home-tag ul li {
    list-style: none;
    float: none;
    text-align: center;
    padding: 5px 0px;
    cursor: pointer;
    margin: 10px auto;
    border: solid 1px;
    max-width: 300px;
    color: #fff;
    color: #fff;
  }
  .custom-video-home-tag ul li a {
    color: #fff;
  }
  .custom-video-home-tag ul li a:hover {
    color: #1885FB;
  }
  
  /* Ex Page Style */
  .custom-banner-optimizing-casino-profits-group .custom-whitepaper-banner-area,
  .custom-banner-advanced-tips-group .custom-whitepaper-banner-area,
  .custom-banner-rethinking-hotel-group .custom-whitepaper-banner-area{
    padding-top: 74px;
  }
  .custom-banner-optimizing-casino-profits-group .custom-whitepaper-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    display: inline-block;
    width: 42%;
  }
  .blog-video-home .post-item.custom-video-home-recent-post-inner {
    width: 50%;
    margin: 0;
    padding: 0 0 10px 0;
  }
}

@media (min-width: 900px) {
  .custom-executives-inner {
    padding-right: 180px;
  }
}

@media (max-width: 899px) and (min-width: 768px){
  .custom-founder-wrp{
    min-height: 280px;
  }
  .unlock-true-personalization-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 862px) {
  .dPlansTbleLabel.dPlansTbleTL {
    width: 225px;
    display: block;
  }
  .culture-social #twitter {
    left: 14px;
	}
  .culture-social #faceBook {
    right: 10px;
  }
}


@media (min-width: 768px) {
  .custom-success-stories-banner-area.mobile,
  .success-stories-bg.mobile{
    display:none !important;
  }
  .custom-slide-image-div {
    background: transparent !important;
  }

}

@media (max-width: 768px) {
  a.button.yellow {
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 400;
    padding: 5px;
  }
}

@media (max-width: 790px) {
  .hs-plans-module-wrapper-outer .hs-plans-module-wrapper.hs-features-item-ofplans {
    right: 0;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .press-releases .post-item {
    margin-top: 0;
  }

  /* One Line Inputs */
.body-container [type="text"],
.body-container [type="password"], 
.body-container [type="datetime"], 
.body-container [type="datetime-local"], 
.body-container [type="date"], 
.body-container [type="month"], 
.body-container [type="time"], 
.body-container [type="week"], 
.body-container [type="number"], 
.body-container [type="email"], 
.body-container [type="url"], 
.body-container [type="search"], 
.body-container [type="tel"], 
.body-container [type="color"],
.body-container [type="file"],
.body-container textarea,
.body-container select {
  max-width: 100%;
  width:100% !important;
  }

  .color-box {
    height: auto !important;
  }
  
  .hs-casino-page .casion-banner-area-wrp {
    padding-bottom: 20px;
  }

  .hs-inthe-news-page .hs-webinars-banner-wrapper {
    background-position: -60% bottom;
    background-size: auto;
  }


  .hs-customer-success-page .custom-row3-home-group .slick-prev.slick-arrow {
    right: auto;
    left: 0
  }

  /*.custom-whitepaper-form form div {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }*/
  /*.custom-whitepaper-form .hs_submit.hs-submit {
    margin-left: 0;
    display: block;
  }
  .custom-whitepaper-form .hs_cos_wrapper_type_form .hs-button.primary.large {
    width: 100%;
  }
*/


  .custom-row1-managed-services-content .one-column-with-left-image-wrp img {
    bottom: 0;
  }

  .custom-row5-managed-services-group .page-center {
    padding-bottom: 50px;
  }

  .body-container-wrapper .main-content,
  .body-container-wrapper .sidebar,
  .blog-content,
  .blog-sidebar{
    margin-bottom:20px;
  }
  .custom-row1-careers-content iframe {
    margin-bottom: 0;
  }
  .hs-contact-page .body-container [type="text"], 
  .hs-contact-page .body-container [type="password"], 
  .hs-contact-page .body-container [type="datetime"], 
  .hs-contact-page .body-container [type="datetime-local"], 
  .hs-contact-page .body-container [type="date"], 
  .hs-contact-page .body-container [type="month"], 
  .hs-contact-page .body-container [type="time"], 
  .hs-contact-page .body-container [type="week"], 
  .hs-contact-page .body-container [type="number"], 
  .hs-contact-page .body-container [type="email"], 
  .hs-contact-page .body-container [type="url"], 
  .hs-contact-page .body-container [type="search"],
  .hs-contact-page .body-container [type="tel"], 
  .hs-contact-page .body-container [type="color"],
  .hs-contact-page .body-container [type="file"],
  .hs-contact-page .body-container textarea,
  .hs-contact-page .body-container select {
    width:100%;
  }

  #email-prefs-form .email-edit {
    max-width: 100% !important;
  }    
  .custom-row1-optimizing-casino-profits-group .page-center {
    padding:25px 20px;
  }

  /*====== whitepaper-examining ========== */

  .custom-whitepaper-banner-area {
    background-size: cover;
    padding: 60px 0 50px 0;
  }
  .custom-whitepaper-banner-area .page-center {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
  .custom-whitepaper-image {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .custom-whitepaper-image img {
    max-width: 175px;
    display: block;
    margin: auto;
    float: none;
    padding-left: 0;
  }
  .custom-whitepaper-banner-area-inner {
    margin-left: 0;
  }
  .custom-whitepaper-content {
    width: 100%;
    margin: 0;
    float: none;
    padding-left: 0;
    text-align: left;
  }
  .one-column .custom-whitepaper-form .hs_cos_wrapper_type_form {
    margin-top: 0;
  }
  .custom-form-bottom-content p:last-child {
    margin-bottom: 0;
  }

  /* Header Style */
  .custom-header-group {
    position: static;
  }

  .custom-slide-image-div img {
    display: none !important;
  }

  .custom-slide-image-div {
    position: relative;
    width: 212px;
    height: 212px;
    border: solid 6px #fff;
    border-radius: 150px;
    background-size: 165% !important;
    background-position: -40px 10px;
    margin: 20px auto;
    background-image: url('//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/nathan-ms-cutout.png') !important;
    background-repeat: no-repeat;
  }

  /* Contact Page */
  .custom-row1-contact-group {
    padding-top: 73px;
  }

  /* About Us */
  .one-column-with-background-image-wrp.left,
  .one-column-with-background-image-wrp.right,
  .one-column-with-background-image-wrp.center{
    text-align:center;
  }
  .hs-careers-page .custom-row1-careers-content hr+div {
    max-width: 100%;
    overflow: scroll !important;
    height: 900px;
    width: 100%;
    overflow-x: auto !important;
  }
  .custom-row1-careers-group .page-center {
    padding-bottom: 50px;
  }

  /* Success S+tories */
  .custom-success-stories-banner-area.desktop,
  .success-stories-bg.desktop{
    display:none !important;
  }

  .custom-success-stories-inner h2 {
    font-size: 30px;
    line-height: 1.1;
    margin-top:20px;
  }

  /* Why Duetto */
  .one-column-with-left-image-wrp {
    padding: 74px 0 75px;
  }
  .one-column-with-left-image-wrp img {
    display: none;
  }
  .custom-testimonia-video {
    width: 100%;
    float: none;
  }
  .custom-testimonia-content {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .custom-testimonia-content h3 {
    line-height: 1.2;
    margin: 15px 0;
    float: left;
  }
  .custom-testimonia-content h4 {
    font-size: 20px;
    line-height: 1;
    margin: 5px 0;
  }
  .custom-testimonia-content p {
    line-height: 1.2;
    margin: 5px 0;
  }
  .custom-row2-why-duetto-group {
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-testimonial-wrp .page-center {
    padding: 0 !important;
    position: relative;
  }
  .hs_cos_wrapper_type_module:first-child .custom-testimonial-wrp {
    margin-top: 0;
  }
  .custom-testimonial-wrp {
    width: auto;
    padding:0 0 15px 0;
    border-bottom: 1px solid #fff;
    margin-top: 0;
    z-index: 999;
    position: relative;
  }

  /* Team Duetto */
  .custom-row1-team-duetto-group .page-center {
    padding: 0 10px !important;
  }
  .custom-row1-team-duetto-group .hs_cos_wrapper_type_section_header {
    padding: 49px 0px 0px 0px;
  }
  .custom-founder-inner h2 {
    font-weight: normal;
  }
  .custom-founder-wrp {
    min-height: 239px;
    background-size: 300px auto;
    background-position:56% 55px;
  }
  .hs_cos_wrapper_type_module:nth-child(2) .custom-founder-wrp {
    min-height: 310px;
    background-size: 300px auto;
    background-position: 56% 122px;
  }
  .hs_cos_wrapper_type_module:last-child .custom-founder-wrp {
    margin-top: 43px;
    height: 267px;
    background-size: 300px auto;
    background-position: 56% 80px;
    border: 0;
  }

  .custom-founder-wrp {
    padding-left: 0;
    width: 100%;
    border-bottom: 2px solid #fff;
  }

  .executives-group .page-center {
    padding: 0 20px !important;
  }
  .custom-executives-wrp {
    width: 100%;
    padding-left:0;
  }
  .custom-executives-inner {
    padding-right: 0px;
    min-height: 272px;
    margin-top: 25px;
    /*padding: 30px 0 100px 0;
    background-size: auto 75%;*/
    padding: 30px 150px 100px 0;
    background-position: right -30px bottom;
  }
  .custom-executives-inner h3 {
    margin-bottom: 0;
  }
  .custom-executives-inner p {
    margin-top: 0;
  }

  /* Product Sheets */
  .custom-row1-product-sheets-group .hs_cos_wrapper_type_section_header {
    padding-bottom: 0;
    margin-bottom: -10px;
  }
  .custom-row1-product-sheets-group .page-center {
    padding: 0 20px !important;
  }
  .custom-row1-product-sheets-content .hs_cos_wrapper_type_module {
    width: 100%;
    padding-left: 0;
  }
  .custom-product-sheet-wrp {
    margin-top: 210px;
  }
  .custom-product-sheet-inner img {
    top: -130px;
    width: 300px;
    left: 50%;
    margin: 0 0 0 -150px;
  }

  /* Products */
  .custom-row1-product-group{
    padding-top:99px;
  }
  .two-column-with-image-inner > div {
    width: 100%;
  }

  .two-column-with-image-wrp .page-center {
    padding: 0 20px !important;
  }
  .two-column-with-image-inner > div {
    padding-left: 0;
  }
  .two-column-with-image-wrp.left a{
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 400;
    padding: 5px;
  }
  .two-column-with-image-wrp.right .two-column-with-image-content {
    float: left;
    padding-bottom: 20px;
  }

  /* Block */
  .custom-product-banner-area-inner .button {
    font-size: 20px;
    width: auto;
    max-width: 300px;
    padding: 5px;
    line-height: 24px;
  }
  .custom-row3-blockbuster-content .hs_cos_wrapper_type_module {
    margin-left: 0;
  }
  .one-column-with-top-icon-wrp {
    width: 100%;
    padding-left: 0;
    margin: 0;
  }
  .two-column-eqaul-with-image-content, 
  .two-column-eqaul-with-image {
    width: 100%;
    padding-left: 0;
  }
  .two-column-eqaul-with-image-wrp .page-center {
    padding: 0 20px !important;
  }
  .two-column-eqaul-with-image-bottom-content {
    padding-left: 0;
  }

  /* playmaker */
  .unlock-true-personalization-content {
    width: 100%;
  }
  .unlock-true-personalization-image {
    width: 100%;
  }
  .custom-row4-playmaker-content .hs_cos_wrapper_type_rich_text {
    width: 100%;
  }

  /* culture */
  .culture-social {
    width: 90%;
    height: auto;
    background: none;
    position: relative;
    margin: 20px auto 20px auto;
  }
  .culture-social div {
    width: auto;
    height: auto;
    position: static;
    padding: 20px;
  }
  .culture-social #twitter {
    background-color: #60A9DE;
    left: auto !important;
    top: auto !important;
  }
  .culture-social #youTube {
    background-color: #E72327;
    left: auto;
    top: auto;
  }
  .culture-social #faceBook {
    background-color: #466AA6;
    right: auto;
    top: auto;
  }
  .culture-social .border-small {
    position: relative;
    display: block;
    margin: auto;
    max-width: 200px;
  }

  /* Home */
  .custom-home-banner-area {
    padding: 75px 0;
  }
  .custom-row2-home-group {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .custom-row2-home-content .changes-the-game-wrp {
    margin: 40px auto auto auto;
    width: auto;
    float: none;
    max-width: 360px;
    padding-top: 130px;
    color: #fff;
    font-weight: 300;
  }
  .custom-row2-home-top-content h1 {
    margin-bottom: 0;
  }
  .custom-row2-home-content .hs_cos_wrapper_type_module .changes-the-game-wrp .icon.icon1 {
    background-position: 45px 35px;
      margin-left: -76px;
  }
  .custom-row2-home-content .hs_cos_wrapper_type_module .changes-the-game-wrp .icon.icon2 {
    margin-left: -100px;
    background-position: 50px 60px;
  }
  .one-column-width-backgroup-wrp{
    padding: 40px 20px;
  }

  .your-sucess-wrp {
    padding: 20px 10px;
  }
  .your-sucess-inner {
    padding: 10px;
    text-align: center;
    min-height: 320px;
    max-width: 570px;
    background: transparent !important;
  }
  .join-our-team-wrp {
    padding: 5px;
    min-height: 340px;
  }

  /* Casino
  padding: 100px 10px 15px 10px;
}
   */
.casion-banner-top-content {
  margin-bottom: 0;
  padding: 63px 15px 0px 15px;
}
.casion-block-1, .casion-block-2 {
  background: rgba(0,125,212,0.87);
  width: auto;
  float: none;
  margin: 15px auto;
  padding: 15px 15px 15px 15px;
  min-height: 0;
  height: auto;
}
.casion-block-2 {
  margin-bottom: 0;
}
.casion-banner-top-content h1 {
  font-size: 36px;
  line-height: 40px;
}
.casion-block-1 .duetto-button.db-small.db-yellow2, 
.casion-block-2 .duetto-button.db-small.db-yellow2,
.casion-block-2 a.duetto-button.db-small.db-yellow2{
  position: relative;
  bottom: initial;
  left: initial;
  margin: 15px 0px 0px 15px;
}
.casion-block-1 p, .casion-block-2 p {
  margin-left: 0;
  margin-bottom: 0;
}

.profitability-wrp {
  padding: 40px 20px;
  min-height: 0px;
  height: auto;
}

.profitability-inner {
  width: 100%;
  padding:10px 0;
  min-height: 0px;
  height: auto;
  background: transparent !important;
}
.one-column-with-background-image-wrp {
  padding: 50px 15px;
}

.managed-services-banner-area .page-center {
  padding: 60px 20px 0 20px !important;
}
.managed-services-banner-area img {
  position: relative;
  display: block;
  margin: 0 0 0 auto;
  width: auto;
  height: auto;
  max-width: 95%;
  margin-top: -120px;
}
.custom-row1-managed-services-content .one-column-with-left-image-wrp .page-center {
  padding: 50px 20px;
}
.custom-row1-managed-services-content .one-column-with-left-image-wrp p {
  margin: auto;
  text-align: center;
  padding: 0;
  line-height: 1.1;
}
.managed-services-banner-area p {
  width: 70%;
}
.managed-services-banner-area h2 {
  width: 100%;
}
.custom-row1-managed-services-content .one-column-with-left-image-wrp .name-plate {
  padding: 0;
}
.custom-row1-managed-services-content .one-column-with-left-image-wrp img {
  position: relative;
  width: 200px;
  height: 200px;
  border: solid 6px #fff;
  border-radius: 150px;
  background-size: 165%;
  background-position: -40px 10px;
  margin: 20px auto;
  display: block;
}
.custom-row1-managed-services-content .one-column-with-left-image-wrp h1 {
  padding: 0;
  margin: 20px auto 0 auto;
}
.two-column-with-left-author-inner {
  padding: 30px 30px 0px 30px;
}
.two-column-with-left-author-inner {
  background-image: none !important;
}
.two-column-with-left-author {
  float: left;
  width: 100%;
}
.two-column-with-left-author-inner .button {
  padding: 6px 10px;
  font-size: 20px;
  display: block;
  width: 83.5%;
  margin: 40px auto 100px auto;
  text-align: center;
  max-width: 100%;
}
.real-time-Visibility-wrp .description ul li {
  width: 25.8%;
}

/*====== */

.two-column-eqaul-with-image-wrp.right .two-column-eqaul-with-image {
  float: none;
  text-align: center;
}

.custom-row2-Open.Pricing-content .two-column-eqaul-with-image {
  padding: 0 0px;
  padding-left: 0;
}

.custom-row2-Open.Pricing-content .two-column-eqaul-with-image-wrp {
  padding: 0px 5px;
}

.custom-row2-Open.Pricing-content .two-column-eqaul-with-image-content {
  text-align: right;
  padding-right: 0;
  padding-left: 0;
  margin-top: 50px;
  padding: 20px 0 10px 20px;
}

.custom-row2-Open.Pricing-content .two-column-eqaul-with-image-wrp {
  padding: 0px 0px 50px;
}

.custom-row2-Open.Pricing-content .two-column-eqaul-with-image-content, .two-column-eqaul-with-image {
  float: none; 
}

.two-column-eqaul-with-image {
  text-align: center;
}

.two-column-eqaul-with-image-wrp.white.left .two-column-eqaul-with-image-content {
  padding: 0 0 10px 20px;
}

.custom-row2-Open.Pricing-content .hs_cos_wrapper_type_module:last-child .two-column-eqaul-with-image-wrp {
  padding-bottom: 0;
}

.custom-row3-Open.Pricing-two-col-equal .hs_cos_wrapper_type_module {
  width: 100%;
}

.hs-white-paper-wrapper.hs-twocolumn {
  border-left: none;
  border-right: none;
  border-bottom: none;
}   

.custom-row4-Open.Pricing-content .hs_cos_wrapper_type_module {
  margin-bottom: 15px;
}   
.custom-row4-open-pricing-group .page-center {
  padding-left: 40px;
  padding-right: 40px;
}


.roi-banner-area-wrapper {
  padding: 25px 20px 1px 20px;
}

.roi-banner-area-wrapper h2 {
  margin: 40px auto;
  font-size: 40px;
}

h1.hs-title-left {
  font-size: 98px;
}

h1.hs-title-right {
  font-size: 43px;
  width: 150px;
}

.hs-roi-banner-title {
  max-width: 420px;
  width: 100%;
}   

.roi-banner-area-wrapper p {
  font-size: 12px;
}

.roi-banner-area-wrapper p {
  position: relative;
  bottom: 0;
  margin: 10px auto;
  padding-left: 0;
}

.hs-roi-feature-inner-con h2 {
  font-size: 28px;
}

.hs-roi-feature-inner-con a {
  font-size: 18px;
  padding: 13px 30px;
}

.hs-roi-feature-inner-con {
  max-width: 71%;
  width: 100%;
}

.custom-row4-customer-success-content h2,
.our-experience-module-inner-con h2{
  font-size: 36px;
}

.hs-customer-success-page .custom-row3-home-group {
  padding: 30px 0px;
}

.hs-sucess-story-wrapper .hs-sucess-story-left {
  float: none !important;
  margin: 0 20px 0 0;
}

.hs-sucess-story-inner-con,
.hs-sucess-story-wrapper.right .hs-sucess-story-right{
  text-align: center;
}

.customer-success-banner-wrapper h1 {
  line-height: 1;
  font-size: 42px;
}

.customer-success-banner-wrapper {
  background-size: 180% auto;
  padding: 50px 20px 245px 20px;
}

.custom-row1-customer-success-content img.lazyloading {
  display: none;
}

.hs-customer-success-page .custom-row3-home-group .caption.below {
  width: 100%;
  padding-left: 0;
}

.hs-customer-success-page .custom-row3-home-group ul.slick-dots ,
.hs-customer-success-page .custom-row3-home-group .caption.below h3,
.hs-customer-success-page .custom-row3-home-group .caption.below p.title{
  text-align: center;
}
.custom-row1left-webinars-content.custom-row1left-whitepapers-top-content .hs-white-paper-wrapper .hs-white-paper-left-con img {
  display: block;
  margin: auto;
  width: 125px;
}
.custom-row1left-webinars-content.custom-row1left-whitepapers-top-content .hs-white-paper-wrapper .hs-white-paper-left-con {
  width: 100%;
  margin: 0;
}
.custom-row1left-whitepapers-top-content .hs-white-paper-right-con {
  overflow: visible;
}
.custom-row1left-webinars-content.custom-row1left-whitepapers-content .one-column-with-left-icon-wrp .icon {
  background-position: top left;
}



.hs-gamechanger-page .custom-product-banner-area {
  padding: 20px 0;
}
.custom-product-banner-area-inner.black{
  padding:75px 0;
}
.uk-modal-dialog {
  width: auto;
  margin: 10px auto;
}
.custom-row7-scoreboard-content.custom-row3-home-top-content .hs_cos_wrapper_type_header h1 {
  text-align: center;
}
.custom-row7-scoreboard-content.custom-row3-home-content .caption.below p {
  text-align: center;
}
.custom-row7-scoreboard-content.custom-row3-home-content .caption.below {
  text-align: center;
}
.custom-row7-scoreboard-content.custom-row3-home-content .caption.below a {
  margin: 75px auto;
}

.hs-customer-success-page .custom-row3-home-group .caption.below {
  width: 100%;
  padding: 20px 0;
  height: inherit !important;
  text-align: left !important;
  float: none !important;
}
.custom-row7-scoreboard-content.custom-row3-home-content .custom-slide-image {
  border-radius: 125px;
  border: 1px solid #fff;
  width: 200px;
  height: 200px !important;
  left: 50%;
  bottom: 75px;
  top: auto;
  margin-left: -100px;
  min-height: 200px !important;
  background-size: initial;
  background-position: bottom;
}
.custom-row7-scoreboard-content.custom-row3-home-content ul.slick-dots {
  display: block !important;
}
.custom-row7-scoreboard-content.custom-row3-home-top-content .hs_cos_wrapper_type_header h1 {
  font-size: 36px;
}
.custom-row7-scoreboard-content.custom-row3-home-content .caption.below p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}
.custom-row1left-webinars-content .one-column-with-left-icon-wrp .icon {
  left: 0;
  top: 0;
}
.custom-row1left-webinars-content .one-column-with-left-icon-wrp {
  padding: 10px 10px 10px 100px;
}
.custom-row3-casino-group video#video {
  width: 100%;
  height: auto;
}

/* Slider */
.hs-customer-success-page .custom-row3-home-group  .custom-slide-image {
  width: 200px;
  min-height: 0px;
  height: 200px;
  border-radius: 210px;
  background-position: top center;
  border: solid 5px #EBE937;
  position: relative;
  margin: auto;
  background-size: auto;
}
.hs-customer-success-page .custom-row3-home-group .custom-slide-image img {
  display: none;
}

.custom-row3-home-group .caption.below h3 {
  font-size: 42px;
}

/*scoreboard Slider */
.hs-scoreboard-page .custom-row3-home-group .caption.below {
  width: 100%;
  margin-left: auto;
  transition-duration: 0.8s;
  padding: 20px 0;
  text-align: center !important;
}
.custom-row7-scoreboard-content.custom-row3-home-content .custom-slide-image {
  border-radius: 125px;
  border: 1px solid #fff;
  width: 200px;
  height: 200px;
  left: 50%;
  bottom: 75px;
  top: auto;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.custom-row7-scoreboard-content.custom-row3-home-content ul.slick-dots {
  display: block !important;
  text-align: center;
}
.custom-row7-scoreboard-content.custom-row3-home-content .custom-slide-image img {
  display: none !important;
}
.custom-row7-scoreboard-content.custom-row3-home-content .slick-slide-inner-wrapper {
  display: flex !important;
  flex-wrap: wrap-reverse !important;
}
.custom-row7-scoreboard-content.custom-row3-home-content .slick-arrow {
  top: 80% !important;
}
.custom-row7-scoreboard-content.custom-row3-home-top-content .hs_cos_wrapper_type_header h1 {
  font-size: 46px;
}
.custom-row7-scoreboard-content.custom-row3-home-top-content .slick-prev {
  left: 0;
}

.custom-row1right-webinars-content:after{
  display: none;
}
.two-column-eqaul-with-image-wrp.white .two-column-eqaul-with-image-content h2 {
  margin-top: 30px;
}
.hs-white-paper-wrapper {
  padding: 0 20px 25px 20px;
}
.hs-white-paper-wrapper.hs-twocolumn {
  padding: 30px 0px 30px 0px;
}
.footer-container .page-center {
  padding: 0 20px;
}
.body-container .custom-row3-open-pricing-group .page-center {
  padding: 0;
}
.hs-white-paper-wrapper.hs-twocolumn {
  padding: 30px 20px 30px 20px;
}
.custom-row1-gamechanger-content .hs_cos_wrapper_type_module {
  width: 100%;
}
.custom-row1right-webinars-content > div {
  margin-left: 0;
}

.custom-row1-home-group .news-wrp .news-inner .button {
  margin-left: 0;
}


/* Home Slider */

.hs-home-page .custom-slide-image {
  background-position: 100% 50%;
  background-size: initial;
  height: 315px;
  margin-top: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hs-home-page .custom-row3-home-group .caption.below {
  width: 100%;
  padding:15px 10px;
}

.hs-home-page .slick-initialized .slick-slide {
  display: block;
  height: 530px;
}
.hs-home-page .custom-row3-home-group ul.slick-dots {
  position: absolute !important;
}
.hs-home-page .custom-row3-home-group .slick-slide-inner-wrapper {
  height: 540px;
}
.hs-home-page .custom-row3-home-group .custom-slide-image {
  background-position: 100% 50%;
  background-size: initial;
  height: 315px;
  margin-top: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block !important;
  background-repeat: no-repeat !important;
}
.hs-home-page .custom-row3-home-group .slick-arrow {
  top: 75%;
}
.hs-home-page .custom-row3-home-group .hs_cos_gallery_main .slick-slide img {
  display: none;
}
.hs-home-page .custom-row3-home-group ul.slick-dots{
  display:none !important;
}


/* Gamechanger Slider */

.hs-gamechanger-page .custom-slide-image {
  background-position: 100% 50%;
  background-size: initial;
  height: 315px;
  margin-top: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hs-gamechanger-page .custom-row3-home-group .caption.below {
  width: 100%;
  padding:15px 10px;
}

.hs-gamechanger-page .slick-initialized .slick-slide {
  display: block;
  height: 530px;
}
.hs-gamechanger-page .custom-row3-home-group ul.slick-dots {
  position: absolute !important;
}
.hs-gamechanger-page .custom-row3-home-group .slick-slide-inner-wrapper {
  height: 540px;
}
.hs-gamechanger-page .custom-row3-home-group .custom-slide-image {
  background-position: 100% 50%;
  background-size: initial;
  height: 315px;
  margin-top: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block !important;
  background-repeat: no-repeat !important;
  z-index:-1;
}
.hs-gamechanger-page .custom-row3-home-group .slick-arrow {
  top: 75%;
}
.hs-gamechanger-page .custom-row3-home-group .hs_cos_gallery_main .slick-slide img {
  display: none;
}
.hs-gamechanger-page .custom-row3-home-group ul.slick-dots{
  display:none !important;
}

/* Gamechanger Slider End */


.custom-row1-gamechanger-group .page-center {
  padding-left: 20px !important;
}
.custom-row1-gamechanger-content .hs_cos_wrapper_type_module {
  padding: 30px;
}
.hs-gamechanger-page .custom-row2-blockbuster-content .one-column-with-background-image-wrp {
  padding: 50px 0;
  background-position: 75% 0;
}
.hs-gamechanger-page .custom-row2-blockbuster-content .one-column-with-background-image-content-inner {
  float: right;
  width: 90%;
  text-align: right;
}

.custom-row2-loyalty-content .two-column-eqaul-with-image-wrp.white.left .two-column-eqaul-with-image {
  width: 100%;
}
.custom-row2-loyalty-content .two-column-eqaul-with-image-wrp.white.left .two-column-eqaul-with-image-content {
  width: 100%;
}
.hs-plans-module-wrapper-outer {
  border: none;
}
.custom-row2-home-group .page-center {
  padding: 0 20px !important;
}

.custom-row6-home-group {
  padding: 20px 20px 30px 20px;
}
.custom-home-popular-post {
  padding: 10px 0px 20px 0px;
  height: auto;
  width: auto;
  max-width: 317px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin: auto;
  margin-bottom: 30px;
}
.custom-home-feature-wrp .dHomeBlock6Bottom{
  padding-top:0;
}

.feature-wrp .icon {
  float: none;
  margin: auto;
}
.feature-wrp.right .icon {
  margin: 0 auto;
  float: none;
}
.feature-wrp {
  margin: 50px 0 0 0;
}
.feature-content p {
  font-size: 20px;
}
.custom-row3-gamechanger-group .custom-row3-gamechanger-top-content h1 {
  font-size: 42px;
  margin-bottom: 0;
}
.feature-wrp .icon5 {
  background-position: center -655px;
  height: 195px;
}

.two-column-eqaul-with-image-wrp.white.left .two-column-eqaul-with-image-content {
  padding-left: 0;
}

.custom-row3-plans-content h2 {
  padding-top: 60px;
}
.custom-row3-plans-content {
  padding: 0 20px 20px !important;
}


/* Plan */
.hs-plans-module-wrapper {
  width: 100%;
  float: none;
  border: 1px solid #126ec9;
}  
.hs-plans-module-wrapper-outer {
  max-width: 100%;
}
.hs-plans-logo-image {
  left: 10px;
  right: 0;
  margin: 0
}
.hs-plans-module-wrapper {
  text-align: left;
  padding: 20px 10px 10px 130px;
}
.hs-plans-module-inner-con p {
  margin: 0;
}
.hs-plans-module-inner-con h3 {
  margin: 0 0 5px;
}
.hs-plans-logo-image {
  top: 21px;
}
.hs-plans-module-wrapper-outer .hs-plans-module-wrapper.hs-features-item-ofplans {
  position: relative;
  right: 0px;
  width: 100%;
  margin-top: 15px;
  bottom: 0;
}

.custom-row2-plans-content {
  padding: 40px 0 0 0;
}

/*News*/
.hs-inthe-news-page .hs-webinars-banner-wrapper {
  padding: 75px 0 190px 0;
}
.custom-row1right-webinars-content:after{
  display: none;
}

.hs-inthe-news-page .hs-webinars-banner-wrapper .page-center {
  padding-bottom: 0;
}

.hs-news-module-wrapper {
  width: 100%;
}

.hs-news-module-wrapper {
  display: block;
}

.hs-news-module-wrapper .hs-news-module-left,
.custom-row2-inthe-news-content .hs-news-module-wrapper .hs-news-module-left,
.custom-row2-inthe-news-content .hs-news-module-wrapper .hs-news-module-right{
  width: 100%;
}

.hs-news-module-wrapper .hs-news-module-right {
  width: 100%;
  margin: 15px auto 0px;
  border-bottom: 1px solid #cacaca;
}

.custom-row1-inthe-news-content {
  padding: 110px 19px 0;
}

.hs-news-module-right {
  padding-bottom: 50px;
}

.hs-news-module-wrapper {
  margin-bottom: 30px;
}

.hs-news-module-wrapper {
  width: 80%;
}
.custom-row2-inthe-news-content {
  padding: 0px 19px 0;
}

.custom-row1-inthe-news-group h1 {
  width: calc(80% + 19px);
}

.custom-row2-inthe-news-content .hs-news-module-wrapper .hs-news-module-right {
  padding-bottom: 20px;
}

.banner-bg-image.visible-phone {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.custom-home-banner-area .overlay-home {
  background: transparent;
}

.custom-row1-plans-content .hs_cos_wrapper_type_module .hs-plans-module-wrapper:nth-child(3) {
  border: 1px solid #126ec9;
}
.hs-whitepaper-examining .hs_error_rollup {
  position: static;
  left: 0;
  margin-bottom: 10px;
}
.hs-whitepaper-examining ul.hs-error-msgs.inputs-list {
  margin-top: 10px;
}
.hs-whitepaper-examining ul.hs-error-msgs.inputs-list {
  margin-top: 0;
  padding-left: 0;
}

.custom-row1-gamechanger-content .changes-the-game-wrp {
  padding: 0;
}
.custom-row1-gamechanger-group {
  padding: 70px 0;
}
.custom-founder-wrp, .custom-row1-gamechanger-top-content h1 {
  padding-left: 0;
}
.bg-img {
  padding: 50px 0;
  background-position: 75% 0;
}
.custom-row3-gamechanger-group {
  padding: 75px 0;
}
.custom-row3-gamechanger-group .custom-row3-gamechanger-top-content h1 {
  font-size: 46px;
}
.custom-row3-gamechanger-group .feature-wrp {
  margin: 75px 0 0 0;
}
.custom-row3-gamechanger-group .feature-content p {
  font-size: 22px;
}
.hs-gamechanger-page .custom-row3-home-group .caption.below a {
  padding: 5px 50px;
}

.custom-banner-optimizing-casino-profits-group .custom-whitepaper-banner-area {
  padding-top: 74px;
}
.custom-banner-optimizing-casino-profits-group .custom-whitepaper-form {
  padding-bottom: 28px;
}

.custom-row1-optimizing-casino-profits-group .left-column-content p {
  font-size: 18px;
  padding-right: 0;
  line-height: 1.4;
}
.custom-look-talking-title h1 {
  text-align: center;
}
.custom-row2-optimizing-casino-profits-content .hs_cos_wrapper_type_module {
  margin-left: -20px;
}
.uk-width-medium-1-3 {
  width: 100%;
  margin: 0;
  float: left;
  padding-left: 20px;
  text-align: center;
}
.speakerinfo {
  margin-bottom: 30px;
}
.custom-row1-about-content .one-column-with-background-image-wrp {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ebook-image {
  text-align: center;
  width: 100%;
  float: none;
  padding-left: 0;
}
.ebook-wrp {
  padding-left: 20px;
  padding-right: 20px;
}
.ebook-content {
  width: 100%;
  padding: 0;
  text-align: center;
}
.ebook-inner {
  margin-left: 0;

}
.ebook-image img {
  float: none;
  margin-top: initial;
}
.ebook-content h4{
  text-align:center;
}
.custom-row3-product-content .two-column-with-image-content {
  margin-top: 20px;
}
.custom-executives-inner {
  padding: 30px 0 100px 0;
  margin: 0;
  background-size: auto 75%;
  padding-right: 210px;
  min-height: 272px;
  margin-top: 25px;
  background-position: right bottom;
}

.custom-product-banner-area-inner.green a.button {
  font-size: 24px;
}
.custom-row4-scoreboard-content .two-column-eqaul-with-image img {
  width: 80%;
  display: block;
  margin: auto;
}
.custom-row4-scoreboard-content .two-column-eqaul-with-image-wrp .two-column-eqaul-with-image-content {
  margin: 0;
}
.custom-row6-scoreboard-content .one-column-with-left-icon-wrp .icon {
  margin-top: 0;
}
.custom-row1-why-duetto-group .custom-slide-image-div {
  display: none !important;
}

/* Roi Slider */
.hs-roi-page .custom-row3-home-group .caption.below{
  width:100%;
  padding:20px 0;
}
.hs-roi-page .custom-slide-image {
  left: inherit !important;
  right: 0 !important;
  width: 100%;
}
.hs-roi-page .slick-slide-inner-wrapper {
  height: 530px !important;
}
.hs-roi-page .custom-row3-home-group .slick-arrow {
  top: 75%;
}
.hs-roi-page .custom-row3-home-group ul.slick-dots {
  display: none !important;
}
.custom-row4-roi-group .page-center {
  padding-left: 0;
  padding-right: 0;
}
.custom-row1-roi-group .hs-roi-feature-wrapper {
  background-size: auto 120%;
}
.custom-row2-optimizing-casino-profits-content.custom-row1-webinar-predictive-analytics-content .uk-width-medium-1-3 {
  width: 100%;
}

.custom-row2-optimizing-casino-profits-content.custom-row1-webinar-use-duetto-content .speakerinfo .name, 
.custom-row2-optimizing-casino-profits-content.custom-row1-webinar-use-duetto-content .speakerinfo .title {
  text-align: center;
}
.custom-row2-optimizing-casino-profits-content.custom-row1-webinar-use-duetto-content .speakerinfo {
  width: 100%;
  text-align: center;
}
.custom-row2-optimizing-casino-profits-content.custom-row1-webinar-use-duetto-content .circlehead {
  float: none;
  text-align: center;
  margin: 0;
  padding: 0 0 25px 0;
  width: 100%;
}
  .custom-row2-optimizing-casino-profits-content.custom-row1-webinar-use-duetto-content .speakerinfo .bio {
    max-width: 500px;
    margin: 10px auto;
  }
  .hs-blockbuster-page .custom-product-banner-area {
    padding: 100px 0;
  }

  .hs-casino-page .casion-banner-area-wrp {
    padding: 100px 10px 15px 10px;
  }
  .hs-gamechanger-page .slick-slide {
    background-position: bottom right;
  }
  .hs-gamechanger-page .slick-initialized .slick-slide {
    display: block;
    height: 570px;
  }

  .hs-gamechanger-page .slick-slide {
    background-position: bottom right !important;
    background-size: auto;
  }
  .custom-row5-managed-services-group .page-center {
    padding-bottom: 0;
  }
  .custom-row4-managed-services-content .icon {
    background-position: 0 -11px !important;
    background-size: contain;
    width: 150px;
    margin-top: -14px;
    height: 126.781px;
  }
  
  .hs-roi-page  .custom-row3-home-group .hs_cos_gallery_slide.slick-slide {
    background-position: right bottom;
  }

  .hs-whitepaper-examining .hs-error-msgs.inputs-list label{
    margin-bottom:0;
  }
  .hs-whitepaper-examining .hs_error_rollup {
    padding: 8px 20px;
  }
  .hs-webinar-predictive-analytics .hs-error-msgs.inputs-list label {
    margin-top: 0;
  }
  .hs-webinar-predictive-analytics .hs_error_rollup {
    position: static;
    bottom: 0;
    margin-bottom: 10px;
  }
  .hs-webinar-predictive-analytics .hs-error-msgs.inputs-list label {
    margin-bottom: 0;
  }
  .custom-row4-playmaker-group .two-column-eqaul-with-image-wrp .uk-grid {
    margin-left: 0;
  }

  .custom-row4-playmaker-group .two-column-eqaul-with-image-content {
    padding-top: 20px;
  }
  .hs-playmaker-page .custom-product-banner-area-inner.blue .button {
    font-size: 24px;
    line-height: 24px;
  }
  .unlock-true-personalization-content h2 {
    font-weight: 300;
    font-size: 46px;
    line-height: 1.1;
  }
  .hs-home-page .slick-initialized .slick-slide {
    display: block;
    margin: 0 auto;
    float: none !important;
    background-position: right bottom;
  }
  .one-column .hs_cos_wrapper_type_form, .one-column .hs_cos_wrapper_type_blog_subscribe, 
  .one-column .hs_cos_wrapper_type_google_search, 
  .one-column .hs_cos_wrapper_type_email_simple_subscription form, 
  .one-column .hs_cos_wrapper_type_password_prompt {
    width: 100%;
  }
  .hs-customer-success-page .custom-row3-home-group .slick-arrow {
    top: 12%;
  }
  .hs-webinar-use-duetto .hs_error_rollup {
    position: static;
  }
  .hs-webinar-use-duetto .hs-error-msgs.inputs-list label {
    margin: 0;
    padding: 0;
  }
  .hs-webinar-use-duetto .hs_error_rollup .inputs-list label {
    margin-bottom:10px;
  }
  .custom-footer-group {
    background-size: 80% auto;
    background-position: 50% 80%;
  }
  .custom-copyright p {
    margin: 42.30% auto 0 auto;
  }
  
  .custom-row4-Open.Pricing-content .hs-rss-item {
    width: 45%;
    margin: 0 2.5% 15px;
  }
  .custom-row4-Open.Pricing-content .hs_cos_wrapper_type_module {
    width: 100%;
    margin-bottom: 15px;
  }
  .custom-row4-Open.Pricing-content .hs-rss-module{
    display:block;
    height:auto;
  }
  
  .hs-blog-bottom-group.hidden-phone{
    display: block !important
  }
  .press-releases .post-listing {
    padding-top:68px;
  }
  .custom-row1right-webinars-content .hs_cos_wrapper_type_google_search {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hs-sidebar-formwrapper,
  .hs-popular-post-sidebarwrapper,
  .custom-sidebar-twitteriframe{
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-sidebar-dutto-logo h4{
    padding-left:20px;
  }
  ..custom-sidebar-dutto-logo img {
    padding: 0 20px;
  }
  .custom-sidebar-linkedin a {
    background: url(//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/pic_linkedin.jpg?t=1525749609450) no-repeat 20px 5px;
    padding-left: 165px;
  }
  .custom-in-the-news-wrp {
    padding-left: 0;
    padding-right: 0;
  }
  
  .custom-video-home-popular-post-group {
    padding: 35px 0 0 0;
  }
  .blog-video-home .hs-popular-post-sidebarwrapper .hs-popular-post-rightcon {
    padding-left: 0;
  }
  .blog-video-home .hs-popular-post-sidebarwrapper .hs-popular-post-rightcon {
    width: 100%;
  }
  .blog-video-home .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    float: none;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
  }
  
  /* Ex Page Style */
  .custom-banner-optimizing-casino-profits-group .custom-whitepaper-banner-area {
    padding-bottom: 22px;
  }
  .custom-row1-optimizing-casino-profits-group .page-center {
    max-width: 600px !important;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-row1-optimizing-casino-profits-group {
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-row2-optimizing-casino-profits-group .page-center {
    padding-bottom: 15px;
  }
  .uk-width-medium-1-3 {
    width: 100% !important;
  }
  .custom-whitepaper-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    display: block;
    width: 100%;
  }
  .custom-whitepaper-form .hs_submit.hs-submit {
    display: block;
    margin-left: 0;
  }
  .custom-row1-optimizing-casino-profits-group .page-center {
    max-width: 600px !important;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-row1-optimizing-casino-profits-group {
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-banner-optimizing-casino-profits-group .custom-whitepaper-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    display: inline-block;
    width: 100%;
  }
  .hs-rethinking-hotel .hs_error_rollup {
    position: static;
  }
  .blog-video-home.hs-blog-post .section.post-header h1 {
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .blog.custom-blog.blog-video-home .section.post-header {
    padding: 0;
  }
  .blog-video-home.hs-blog-post .custom-blog-content,
  .custom-video-home-recent-post-inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-video-home.hs-blog-post .custom-blog-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 0;
    float: left;
    width: 100%;
  }
  .blog-video-home.hs-blog-post .hs-blog-social-share .hs-blog-social-share-list {
    text-align: right;
  }

}

@media (max-width: 540px) {
  .custom-bottom-pane-inner a.custom-bottom-pane-button {
    margin-bottom: 0;
  }

}

@media (max-width: 520px) {
  .hs-home-page .custom-slide-image {
    height:200px !important;
    width: 258px;
    background-size: cover !important;
    left: inherit !important;
    right: 0 !important;
  }
  .hs-home-page .custom-row3-home-group .caption.below {
    padding: 15px 0;
  }
  .hs-home-page .slick-initialized .slick-slide {
    height: 600px;
  }
  .hs-home-page .custom-row3-home-group .slick-slide-inner-wrapper {
    height: 600px;
  }
  .hs-gamechanger-page .slick-slide {
    background-position: bottom right !important;
    background-size: 80%;
  }
  .custom-row4-managed-services-content .one-column-with-left-icon-wrp .icon {
    background-position: 0 !important;
    margin-top:0
  }
  .custom-footer-group.no-nav {
    background-position: 50% 10%;
  }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 480px) {
  .custom-whitepaper-form {
    margin-bottom: 15px;
    float: left;
    width: 100%;
  }
  .custom-whitepaper-content h2 {
    font-size: 42px;
  }
  .custom-whitepaper-image img {
    width: 50%;
    display: block;
    margin: 20px auto 0;
  }
  .custom-form-bottom-content P {
    margin-top: 15px;
  }
  div#captcha_wrapper,
  .hs_recaptcha.hs-recaptcha.field.hs-form-field{
    overflow-y: hidden;
    overflow-x: auto;
  }

  .hs-scoreboard-page .custom-product-banner-area-inner h2 {
    font-size: 46px;
  }

  .hs-gamechanger-page .custom-row2-blockbuster-content .one-column-with-background-image-wrp {
    padding: 35px 0;
  }

  /* Footer Style */
  .custom-footer-group {
    background-position: center 88%;
  }
  .custom-footer-location p a span {
    display: block;
    margin-bottom: 10px;
    width: auto;
    line-height: 2;
    border: 1px solid #fff;
    max-width: 302px;
    margin: 0 auto 10px auto;
    padding: 10px;
  }


  /* Contact Page */
  .custom-row1-contact-group {
    padding-top: 73px;
  }
  .custom-bottom-pane-inner {
    text-align: center;
  }
  .custom-bottom-pane-inner img {
    width: 100px;
    height: auto;
    display: block;
    float: none;
    margin: auto;
  }
  .custom-bottom-pane-inner h4 {
    color: #111;
    text-align:center;
  }
  .custom-bottom-pane-inner a.custom-bottom-pane-button {
    margin-bottom: 0;
  }

  /* Why Duetto */
  .custom-testimonia-content h3 {
    font-size: 24px;
  }

  /* Products */
  .custom-row1-product-group {
    padding: 50px 0 25px 0;
  }
  .custom-row1-product-group h1 {
    font-size: 40px;
  }
  .custom-row1-product-group img {
    margin: 25px 0 0 0;
  }
  .custom-bookmark-link ul {
    display: block;
  }
  .custom-bookmark-link ul li {
    width: 50%;
    display: block;
    float: left;
  }
  .two-column-with-image-wrp {
    padding: 50px 0;
  }
  .two-column-with-image-content {
    padding-top: 0px;
  }
  .two-column-with-image-wrp.right {
    padding: 50px 0;
    text-align:center;
  }
  .custom-row4-products-top-content h2 {
    font-size: 36px;
  }
  .custom-product-banner-area-inner,
  .custom-row2-playmaker-content{
    padding: 50px 0;
  }

  /* */
  .custom-product-banner-area-inner.red {
    padding: 49px 0 50px;
  }
  .custom-product-banner-area {
    background-size: cover;
    padding: 0;
  }
  .custom-product-banner-area-inner h2,
  .custom-row3-home-top-content h1{
    font-size: 36px;
  }
  .custom-row1-blockbuster-group h2,
  .unlock-true-personalization-content h2,
  .two-column-with-background-image-inner h2,
  .custom-row4-playmaker-content h2,
  .custom-row3-playmaker-top-content h1{
    font-size: 32px;
  }
  .two-column-with-background-image-wrp {
    padding: 50px 0;
  }

  .two-column-with-background-image-inner p,
  .unlock-true-personalization-content p,
  .one-column-with-left-icon-wrp p{
    font-size: 16px;
  }
  .custom-row3-blockbuster-group,
  .custom-row3-playmaker-group,
  .custom-row4-playmaker-group{
    padding: 50px 0;
  }
  .unlock-true-personalization-content h2 {
    margin-top: 0;
  }
  .unlock-true-personalization-image {
    padding: 15px 0 0 0;
  }
  .one-column-with-left-icon-wrp .icon {
    float: none;
    margin: 50px auto 0 auto;
  }
  .one-column-with-left-icon-wrp .copy {
    padding-left: 0;
    text-align: center;
  }
  .one-column-with-left-icon-wrp h3{
    margin:0;
  }
  .one-column-with-left-icon-wrp {
    margin: 50px 0 0 0;
  }

  /* Home */
  .custom-home-banner-area {
    padding: 60px 0;
  }
  .custom-home-banner-area .home-banner-buttons {
    margin-left: 0;
    float: left;
    width: 100%;
  }
  .custom-row1-home-group {
    padding: 30px 0;
  }
  .news-wrp .news-inner {
    background-image: none !important;
  }
  .custom-home-banner-area .button {
    padding-left: 0;
    margin: 20px 0 0;
    width: 100%;
    float: none;
    text-align: center;
  }
  .custom-row1-home-content .hs_cos_wrapper_type_module {
    padding-left: 20px;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .custom-row3-home-group {
    padding: 50px 0 0 0;
  }
  .custom-row3-home-group .caption.below {
    width: 100%;
    padding: 20px;
    margin-top: 0;
    float: left !important;
  }

  .managed-services-banner-area .page-center {
    padding: 20px 20px 0 20px !important;
  }
  .managed-services-banner-area h2 {
    font-size: 42px;
  }
  .managed-services-banner-area p {
    width: 100%;
  }
  .managed-services-banner-area img {
    margin-top: -30px;
  }
  .custom-row1-managed-services-content .one-column-with-left-image-wrp .page-center {
    padding: 30px 20px;
  }
  .custom-product-banner-area-inner.white .page-center {
    padding: 25px;
  }
  .custom-product-banner-area-inner.white {
    padding: 30px 20px;
  }
  .custom-product-banner-area-inner.white h2 {
    font-size: 42px;
  }
  .two-column-with-left-author-inner .button {
    width: 87%;
  }
  .custom-row4-managed-services-group .hs_cos_wrapper_type_header h1 {
    font-size: 28px;
  }

  .custom-row4-managed-services-content .one-column-with-left-icon-wrp h3,
  .custom-row4-managed-services-content .one-column-with-left-icon-wrp p{
    margin-left: 0;
    text-align: left;
  }
  .custom-row4-managed-services-content .one-column-with-left-icon-wrp p{
    margin:10px auto 0 0;
  }
  .custom-row4-managed-services-content .one-column-with-left-icon-wrp h3{
    margin-top:0;
  }
  .custom-row4-managed-services-content .icon.icon4 {
    height: 76.188px;
  }
  .custom-row4-managed-services-content .one-column-with-left-icon-wrp .copy {
    margin-bottom: 1px;
    float: left;
    margin-top: 10px;
  }
  .custom-row4-managed-services-content .icon {
    margin: -11px 0 -50px auto !important;
    float: right !important;
    width: 100px !important;
    background-size: contain;
    background-position: 0 11px;
  }
  .custom-row4-managed-services-content .icon.icon1 {
    height: 75px;
  }
  .custom-row4-managed-services-content .icon.icon2 {
    height: 84.516px;
  }
  .custom-row4-managed-services-content .icon.icon3{
    height: 80.547px;
  }
  .custom-row5-managed-services-content .icon.icon2 {
    height: 76.969px;
  }

  .hs-scoreboard-page .custom-product-banner-area {
    padding: 0;
  }
  .hs-scoreboard-page .custom-row1-blockbuster-group h2,
  .custom-row2-scoreboard-content h2{
    font-size: 42px;
  }

  .hs-scoreboard-page .custom-product-banner-area-inner{
    padding:74px 0 75px;
  }
  .hs-scoreboard-page .custom-product-banner-area-inner.green p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
  }

  .hs-scoreboard-page .custom-row1-blockbuster-group h2 {
    margin-bottom: 0;
  }

  .hs-scoreboard-page .custom-row1-blockbuster-content video#video {
    height: auto;
    margin-top:15px;
  }
  .hs-scoreboard-page .custom-row1-blockbuster-group {
    padding-bottom:96px;
  }
  .custom-row2-scoreboard-content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
  }
  .real-time-Visibility-wrp h2 {
    font-size: 42px;
  }
  .real-time-Visibility-wrp p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
  }
  .real-time-Visibility-wrp .description ul {
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
  }
  .real-time-Visibility-wrp .description ul li {
    float: none;
    display: block;
    width: auto;
    font-size: 18px;
  }
  .custom-row4-scoreboard-group {
    padding: 30px 0;
  }
  .custom-row4-scoreboard-content .two-column-eqaul-with-image-wrp .two-column-eqaul-with-image-content h3 {
    font-size: 36px;
    line-height: 1.3;
  }
  .custom-row4-scoreboard-content .two-column-eqaul-with-image-wrp .two-column-eqaul-with-image-content {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .custom-row4-scoreboard-content .two-column-eqaul-with-image-wrp .two-column-eqaul-with-image-content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
  }	
  .one-column-with-image-wrp .one-column-with-image-inner p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
  }
  .custom-row6-scoreboard-content .one-column-with-left-icon-wrp .icon {
    background-position: top center;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;
  }
  .custom-row6-scoreboard-content .one-column-with-left-icon-wrp .copy h3 {
    margin-top: 15px;
  }
  .custom-row6-scoreboard-content .one-column-with-left-icon-wrp .copy p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
  }
  .request-demo-button {
    font-size: 20px;
    width: auto;
    max-width: 300px;
    padding: 5px;
  }


  /* ===== */
  .open-pricing-banner-grp .custom-about-banner-area {
    padding: 100px 0;
  }

  .open-pricing-banner-grp .custom-about-banner-area h1 {
    font-size: 42px;
  }

  .custom-row1-open-pricing-group {
    padding: 30px 0px;
  }

  .custom-row4-Open.Pricing-content .hs_cos_wrapper_type_module {
    width: 100%;
    margin-bottom: 15px;
  }

  .custom-row5-open-pricing-group .one-column-with-background-image-inner h2 ,
  .custom-row5-open-pricing-group .one-column-with-background-image-inner p{
    max-width: 100%;
  }
  .custom-row5-open-pricing-group .one-column-with-background-image-wrp {
    background: #fff;
  }

  .custom-row1-Open.Pricing-content h3,
  .custom-row2-Open-title h3{
    font-size: 36px;
  }

  .hs-white-paper-wrapper .hs-white-paper-left-con {
    display: block;
    float: none;
    margin: 0px 30px 0px 0px;
    width: 160px;
  }

  .hs-white-paper-wrapper .hs-white-paper-right-con h3 {
    font-size: 32px;
    margin: 0;
  }

  .custom-row2-Open-bottom-con a,
  .Pricing-bottom-btn a{
    font-size: 18px;
    line-height:24px;
  }

  .custom-row2-open-pricing-group {
    padding: 30px 0;
  }

  .custom-row2-Open.Pricing-content .two-column-eqaul-with-image-content {
    margin-top: 0;
    padding: 20px 0 10px 0px;
  }
  .custom-row4-open-pricing-group {
    padding: 30px 0;
  }

  .one-column-with-background-image-wrp {
    padding: 50px 0;
  }

  .roi-banner-area-wrapper h2 {
    margin: 60px auto;
    font-size: 25px;
  }

  h1.hs-title-left {
    float: none;
    text-align: center;
    font-size: 80px;
  }

  h1.hs-title-right {
    float: none;
    text-align: center;
    font-size: 36px;
    margin: 0;
    width: auto;
  }
  .custom-row1-why-duetto-content .custom-slide-image-div {
    display: none !important;
  }
  .roi-banner-area-wrapper {
    padding: 1px 20px 1px 20px;
  }

  .hs-roi-feature-wrapper {

    padding: 120px 30px 160px;
  }

  .hs-roi-feature-inner-con {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .hs-roi-feature-wrapper {
    background-size: auto 40%;
    background-position: 12% 102%;
  }

  .hs-three-column-equal-wrapper .hs-three-column-equal-inner p {
    font-size: 28px;
  }

  .custom-row4-roi-group h2 {
    font-size: 32px;
  }

  .customer-success-banner-wrapper {
    background-size: 180% auto;
    padding: 50px 20px 150px 20px;
  }

  .custom-row1-customer-success-content h2 {
    font-size: 35px;
  }
  .hs-customer-success-page .custom-row3-home-top-content h1 {
    font-size: 35px;
  }
  .our-experience-module-wrapper {
    padding: 10px;

  }
  .custom-row4-customer-success-content h2, .our-experience-module-inner-con h2 {
    font-size: 35px;
  }
  .custom-row5-customer-success-content .hs_cos_wrapper_type_module {
    float: none;
    width: 100%;
  }
  .custom-row5-customer-success-content .hs_cos_wrapper_type_module:first-child:after {
    height: 3px;
    width: 100%;
    right: 0;
    top: auto;
    bottom: -25px;
    min-height: auto;
  }
  .hs-sucess-story-wrapper {
    margin-bottom: 50px;
  }
  .custom-row3-home-group .caption.below{
    padding:20px 10px;
  }
  .customer-success-banner-wrapper p {
    text-align: left;
  }
  .loyalty-banner-grp .custom-product-banner-area {
    padding: 0;
  }
  .custom-product-banner-area-inner.orange {
    padding: 50px 0px;
  }
  .custom-product-banner-area-inner.orange h2 {
    font-size: 42px;
  }
  .custom-row1left-webinars-content.custom-row1left-whitepapers-content {
    padding:70px 30px 0px 30px;
  }
  .hs-white-paper-wrapper .hs-white-paper-right-con h3 {
    font-size: 32px;
    margin: 0;
  }
  .custom-row1left-webinars-content.custom-row1left-whitepapers-content .one-column-with-left-icon-wrp .copy {
    padding: 0;
  }
  .custom-row1left-webinars-content.custom-row1left-whitepapers-content .one-column-with-left-icon-wrp {
    margin: 0 0 25px;
  }

  .custom-row3-home-group .caption.below p {
    font-size: 20px;
    color: #fff;
  }


  .custom-product-banner-area-inner.black h2{
    font-size: 42px;
  }

  .slick-next {
    right: -20px !important;
  }
  .slick-prev {
    left: -20px !important;
  }
  .custom-row7-scoreboard-content.custom-row3-home-content .custom-row3-home-group .slick-arrow {
    top: 79% !important;
  }

  .custom-row1left-webinars-content .one-column-with-left-icon-wrp .icon {
    position: relative;
  }

  .custom-row1left-webinars-content .one-column-with-left-icon-wrp .icon {
    margin: 0 0 5px 0;
  }
  .custom-row1left-webinars-content .one-column-with-left-icon-wrp {
    padding: 0;
  }
  .custom-row1left-webinars-content .one-column-with-left-icon-wrp .copy {
    text-align: left;
  }    
  .custom-row1left-webinars-content {
    padding: 50px 30px 30px 30px;
  }
  .custom-row1left-webinars-content .one-column-with-left-icon-wrp p {
    font-size: 18px;
  }
  .custom-row1left-webinars-content .one-column-with-left-icon-wrp {
    margin: 0 auto 50px;

  }
  .two-column-with-image-wrp.left a {
    padding: 10px 50px;
  }

  .custom-learn-more-demo-wrp {
    background: #0356A4;
  }
  .custom-learn-more-demo-wrp h2,
  .custom-learn-more-demo-wrp p{
    max-width: 100%;
  }
  .two-column-eqaul-with-image-wrp.red,
  .two-column-eqaul-with-image-wrp{
    padding:50px 0;
  }
  .custom-row3-blockbuster-group .hs_cos_wrapper_type_header h1,
  .two-column-eqaul-with-image-wrp.red .two-column-eqaul-with-image-content h2,
  .two-column-eqaul-with-image-content h2{
    font-size: 32px;
  }

  .custom-row3-playmaker-content .one-column-with-left-icon-wrp {
    margin-top: 0;
  }

  .custom-row3-home-group .slick-slide img {
    opacity: 0;
    visibility: hidden;
  }

  .hs-gamechanger-page .custom-product-banner-area-inner.black p {
    font-size: 20px;
  }
  .custom-row1-gamechanger-group {
    padding: 70px 0;
  }
  .custom-row1-gamechanger-top-content h1 {
    font-size: 42px;
    padding-left: 0;
  }
  .custom-row1-gamechanger-group .page-center {
    padding-left: 20px !important;
  }
  .changes-the-game-wrp .button {
    font-size: 20px;
    padding: 10px 30px;
  }

  .custom-row2-blockbuster-content .one-column-with-background-image-wrp {
    padding: 35px 0;
    background: #f77901 !important;
  }
  .hs-gamechanger-page .custom-row2-blockbuster-content .one-column-with-background-image-content-inner h2,
  .hs-gamechanger-page .custom-row2-blockbuster-content .one-column-with-background-image-content-inner p {
    text-align: left;
  }
  .hs-gamechanger-page .custom-row2-blockbuster-content .one-column-with-background-image-content-inner {
    float: none;
    width: 100%;
    text-align: left;
  }
  .hs-gamechanger-page .custom-row2-blockbuster-content .one-column-with-background-image-content-inner a.db-border-white {
    font-size: 20px;
    padding: 10px 30px;
    line-height: 24px;
  }
  .custom-row3-gamechanger-group {
    padding: 50px 0;
  }
  .hs-gamechanger-page .custom-row3-home-group .custom-slide-image {
    height: 225px;
    width: 250px;
    left: inherit !important;
    right: 0;
    background-size: contain;
  }

  .hs-plans-banner-area-inner-con h1 {
    font-size: 30px;
    line-height: 30px;
  }  

  .custom-row3-plans-content h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  .hs-feature-comparison-wrapper-mobile h1{
    font-size: 40px;
    line-height: 1.2;
  }

  .custom-row1-about-content .one-column-with-background-image-wrp {
    padding: 100px 0;
  }
  .custom-row4-blockbuster-content .two-column-eqaul-with-image-content p {
    font-size: 16px;
  }
  .custom-learn-more-demo-wrp {
    padding: 50px 0;
  }

  .our-experience-module-inner-con {
    padding: 15px;
  }
  .custom-row3-open-pricing-group .Pricing-bottom-btn a {
    line-height: 24px;
  }
  .custom-row3-open-pricing-group {
    padding: 30px 0px 30px 0px;
  }
  .custom-row4-roi-group p {
    font-size: 26px;
  }
  .custom-row4-roi-group {
    padding: 45px 20px;
  }
  .custom-whitepaper-content .custom-whitepaper-content-heading  {
    font-size: 20px;
    margin: 0;
  }
  .custom-banner-optimizing-casino-profits-group .custom-whitepaper-content h2 {
    font-size: 36px;
    margin: 5px 0;
  }
  .custom-banner-optimizing-casino-profits-group .custom-whitepaper-form {
    padding-bottom: 25px;
    margin-top: 49px;
  }
  .custom-executives-inner {
    background-position: right -30px bottom;
  }
  .hs-roi-page .custom-slide-image {
    background-position: 50% 100%;
    background-size: 100%;
  }

  .custom-whitepaper-content h3 {
    font-size: 24px;
  }
  
  .custom-row1left-webinars-content .one-column-with-left-icon-wrp .icon {
    position: relative;

  }

  .custom-row1left-webinars-content .one-column-with-left-icon-wrp .icon {
    margin: 0 0 5px 0;
  }

  .custom-row1left-webinars-content .one-column-with-left-icon-wrp {
    padding: 0;
  }

  .custom-row1left-webinars-content .one-column-with-left-icon-wrp .copy {
    text-align: left;
  }    

  .custom-row1left-webinars-content {
    padding: 50px 30px 30px 30px;
  }

  .custom-row1left-webinars-content .one-column-with-left-icon-wrp p {
    font-size: 18px;
  }

  .custom-row1left-webinars-content .one-column-with-left-icon-wrp {
    margin: 0 auto 50px;
  }
  .custom-row1left-webinars-content .one-column-with-left-icon-wrp .icon {
    left: 0;
    top: 0;
  }

  .custom-row1left-webinars-content .one-column-with-left-icon-wrp {
    padding: 10px 10px 10px 0;
  }
  .custom-whitepaper-form .hs_cos_wrapper_type_form .hs-button.primary.large {
      padding: 12px 40px;
  }
  .hs-blockbuster-page .custom-product-banner-area {
    padding: 0;
  }
  .custom-row4-managed-services-content .one-column-with-left-icon-wrp {
    margin: 55px 0 0;
    padding: 0;
  }
  .custom-row4-managed-services-content .icon {
    margin: 0 !important;
    float: none !important;
    width: 100px !important;
    background-size: contain;
    background-position: 0 11px;
    height: 80px;
  }
  .hs-roi-page .custom-row3-home-group .hs_cos_gallery_slide.slick-slide {
    background-position: right bottom;
    background-size: contain;
  }
  .hs-roi-feature-wrapper {
    background-size: auto 40% !important;
    background-position: 12% 102% !important;
  }
  .custom-row4-managed-services-group .page-center {
    padding-top: 60px;
  }
  .custom-row4-managed-services-content .one-column-with-left-icon-wrp {
    margin: 10px 0 0;
    padding: 10px 0 0;
  }
  .custom-row4-managed-services-content .one-column-with-left-icon-wrp.clearfix {
    position: relative;
  }
  .custom-row4-managed-services-content .one-column-with-left-icon-wrp .icon {
    position: absolute;
    right: 0;
    top: -19px;
  }

  .hs-playmaker-page .custom-product-banner-area-inner p {
    font-size: 16px;
  }
  .hs-playmaker-page .custom-row1-blockbuster-group h2 {
    font-size: 32px;
  }
  .custom-row3-playmaker-content .one-column-with-left-icon-wrp h3 {
    font-size: 24px;
  }
  .custom-row4-playmaker-group {
    padding: 0;
  }
  .custom-row4-playmaker-content ul li:last-child {
    margin-bottom: 0;
  }
  .custom-row4-playmaker-content ul {
    margin-bottom: 0;
  }
  
  .want-to-learn-more-wrapper p,
  .want-to-learn-more-wrapper h2{
    width: 100%;
  }
  .want-to-learn-more-wrapper {
    background: #fff;
  }
  .blog ul.social-list li {
    margin: 0 0 10px;
  }
  
  .custom-row4-roi-group-content img.hidden-phone {
    display: none !important;
  }
  .custom-row4-roi-group-content img.visible-phone {
    display: block !important;
    margin: 0 auto;
  }
    
  .hs-gamechanger-page .custom-row2-blockbuster-content .bg-img {
    background: #f77901;
    background-image: none !important;
  }
  .custom-row4-Open.Pricing-content .hs-rss-item {
    width: 100%;
    margin:0 0 15px;
  }
  
  div#mediaspace1400924546174 video {
    margin-top: 15px;
  }
  .blog-video-home .post-item.custom-video-home-recent-post-inner {
    width: 100%;
  }
  .blog-video-home .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    float: none;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
  }
  
  /* Ex Page Style */
  .custom-banner-optimizing-casino-profits-group .custom-whitepaper-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    display: inline-block;
    width: 100%;
  }
  .custom-whitepaper-form .hs_submit.hs-submit {
    display: block;
    margin-left: 0;
    vertical-align: top;
    width: 100%;
  }
  .custom-banner-optimizing-casino-profits-group .custom-whitepaper-banner-area {
    padding-bottom: 25px;
  }
  .custom-whitepaper-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    display:block;
    width: 100%;
  }
  .custom-banner-advanced-tips-group .custom-whitepaper-content h2,
  .custom-banner-rethinking-hotel-group .custom-whitepaper-content h2{
    font-size: 36px;
  }
  .custom-banner-advanced-tips-group .custom-whitepaper-form {
    margin-top: 20px;
  }
  .custom-banner-rethinking-hotel-group .custom-whitepaper-form {
    margin-top: 20px;
  }
  .custom-video-home-recent-post {
    margin: 0;
  }
  .custom-video-home-recent-post-wrp {
    margin: 0;
  }

}

@media (max-width: 400px) {
  .custom-row2-casino-group .one-column-with-background-image-content-inner h2 {
    font-size: 36px;
  }
  .custom-row3-plans-content h2 {
    font-size: 40px;
  }
  .hs-plans-module-wrapper {
    padding: 20px 10px 10px 120px;
  }

  .hs-scoreboard-page .custom-product-banner-area-inner h2 {
    font-size: 36px;
  }
  .casion-banner-top-content p {
    font-size: 41px;
  }
  .hs-gamechanger-page .slick-slide {
    background-position: bottom right !important;
    background-size: 80%;
  }
  .custom-row4-managed-services-group .page-center {
    padding-top: 0;
  }
  .custom-row4-managed-services-content .one-column-with-left-icon-wrp {
    margin: 55px 0 0;
    padding: 10px 0 0 0;
  }
  .custom-executives-inner {
    padding-right: 150px;
  }
  .custom-row3-team-duetto-group h2 {
    font-size: 33px;
  }
  .hs-webinar-predictive-analytics .hs_error_rollup {
    position: static;
    bottom: 0;
    left: 0;
  }
}

@media(max-width:350px){

  .dPlansEditionsContainer .dButtonWhite {
    padding: 8px 10px;
  }
  .custom-whitepaper-banner .hs-webinars-banner-wrapper h1 {
    font-size: 40px;
  }
  .hs-home-page .slick-initialized .slick-slide {
    height: 620px;
  }
  .hs-home-page .slick-initialized .slick-slide {
    background-size: contain;
  }

}

@media (max-width:320px) {
  .hs-scoreboard-page .custom-product-banner-area-inner h2,
  .hs-scoreboard-page .custom-row1-blockbuster-group h2,
  .custom-row2-scoreboard-content h2,
  .real-time-Visibility-wrp h2,
  .custom-row4-scoreboard-content .two-column-eqaul-with-image-wrp .two-column-eqaul-with-image-content h3,
  .one-column-with-image-wrp .one-column-with-image-inner h2,
  .custom-row6-scoreboard-top-content .hs_cos_wrapper_type_header h1,
  .custom-row7-scoreboard-content.custom-row3-home-top-content .hs_cos_wrapper_type_header h1{
    font-size: 36px;
  }

  .custom-founder-wrp {
    min-height: 215px !important;
    background-size: 85%;
    background-position: 52% 55px;
  }
  .hs_cos_wrapper_type_module:nth-child(2) .custom-founder-wrp {
    min-height: 215px !important;
    background-size: 84%;
    background-position: 55% 90px;
  }
  .hs_cos_wrapper_type_module:nth-child(2) .custom-founder-wrp {
    min-height: 250px !important;
    background-size: 85%;
    background-position: 50% 90px;
  }
  .hs_cos_wrapper_type_module:last-child .custom-founder-wrp {
    min-height: 220px !important;
    background-size: 85%;
    background-position: 50% 62px;
    height: auto !important;
  }
  .custom-row3-blockbuster-group .hs_cos_wrapper_type_header h1 {
    font-size: 32px;
  }
  .custom-footer-location p a span {
    padding: 10px;
    line-height: 1;
  }
  .hs-inthe-news-page .hs-webinars-banner-wrapper {
    background-position: 0 bottom;
    background-size: auto;
  }
  .custom-row4-managed-services-content .icon {
    position: absolute;
    right: 0;
  }
  .custom-row4-managed-services-group .page-center {
    padding-top: 45px;
  }
  .custom-row4-managed-services-content .icon {
    background-size: 80px;
  }
  .custom-row4-managed-services-content .one-column-with-left-icon-wrp {
    margin: 10px 0 0;
    padding: 10px 0 0 0;
  }
  .hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe, 
  .hs_cos_wrapper_type_google_search, .hs_cos_wrapper_type_email_simple_subscription form, 
  .hs_cos_wrapper_type_password_prompt {
    background: rgba(2,86,164,0.87);
    padding: 40px 20px;
  }
  .body-container .hs-button.primary, 
  .body-container input[type="submit"], 
  .body-container input[type="button"] {
    padding: 8px 20px;
  }
  .body-container .hs-button.primary:hover, 
  .body-container input[type="submit"]:hover,
  .body-container input[type="button"]:hover {
    padding: 7px 20px 9px 20px;
  }

}


/* ===============================================
 						* Engineering Page 
===================================================*/
.engineering h1,
.engineering h2,
.engineering h3,
.engineering h4,
.engineering h5 {color:#0254AC;}
.engineering div.row-number-1 {background-color:#0254AC;}
.engineering .span12.masthead {background:#0254AC url(https://cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/engineering-page/mast.jpg) no-repeat center;background-size:cover;padding:75px 0 175px 0;max-width:1200px;margin:auto;float:none;}
.engineering .masthead h1, 
.engineering .masthead p {text-align:center;color:#fff;}
.engineering .video {background:#333 url(//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/vid-pattern%20%281%29.jpg?t=1532626564434) center repeat;padding:75px 0;}
.engineering .video h2 {color:#fff;}
.engineering .video p {color:#fff;font-weight:100;font-size:24px;line-height:1.5;}
/*video box can be used globally*/
.video-box {margin:15px 0;}
.video-box div.hs_cos_wrapper {position:relative;width:auto;height:auto;padding:0 0 56.25% 0;}
.video-box iframe {position:absolute;width:100%;height:100%;top:0;left:0;}
.engineering .values {padding:75px 0;}
.engineering .values h2 {margin-bottom:50px;}
.engineering .values h4 {margin:0;}
.engineering .values p {margin:0 0 35px 0;margin-top:inherit;}
.engineering .join-team-cta {background:#0254AC;padding:50px 0;text-align:center;}
.engineering .join-team-cta h2 {text-align:center;color:#fff;}
.join-team-cta .duetto-button, 
.join-team-cta .duetto-button:active, 
.join-team-cta .duetto-button:visited {background-color:#1885FB;border-color:#1885FB;}
.join-team-cta .duetto-button:hover {background-color:#288FFF;border-color:#288FFF;color:#fff;}
.engineering .team {padding:75px 0;text-align:center;border-bottom:1px solid #dfdfdf;}
.engineering .team h2 {margin:15px 0 0 0;}
.engineering .team p.subhead {font-size:24px;margin:0 0 25px 0;}
.engineering .team h5 {font-size:24px;font-weight:300;text-align:center;margin:15px 0 0 0;}
.engineering .team p {text-align:center;margin:0;}
.engineering .team img {border-radius:50%;}
.engineering .duetto-life {padding:25px 0;text-align:center;}
.engineering .duetto-life h2 {margin:15px auto 50px auto;}

/*Modal Styles*/
.engineering .uk-modal {display:none;}
.eng-qa .row-fluid .uk-modal-dialog {max-width: 980px;float: none;margin: 0;padding: 50px;position: absolute;left:50%;top:15px;transform:translate(-50%,-0%);}
a.uk-modal-close {position: absolute;top: 10px;right: 15px;color: #777;cursor: pointer;font-size: 24px;font-weight: 300;z-index:99999;}
.eng-qa .hs-image-widget {border-radius: 50%;}
.eng-qa .headshot {text-align:center;}
.eng-qa h5 {font-size:24px;font-weight:300;text-align:center;margin:15px 0 0 0;}
.eng-qa p {text-align:center;margin:0;}
.eng-qa hr {margin:50px 0 15px 0;}
.eng-qa .question, .eng-qa .answer {margin: 15px 0;}
.eng-qa .question p {text-align:right;padding:10px 10px;color:#0254AC;}
.eng-qa .answer p {text-align:left;padding:10px 10px;}

/*Gallery Fixes*/
.duetto-life .slick-slide {min-height:200px;}
.team-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {width:25% !important;}
.duetto-life .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {background-color:#dfdfdf;}
.duetto-life .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {width:auto;height:auto;max-width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
.vex .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper, 
.vex .hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper, 
.vex .hs_cos_gallery_lightbox .slick-slide .slick-slide-inner-wrapper {height:80%;}
.vex .hs_cos_gallery_main .slick-slide img, 
.vex .hs_cos_gallery_thumbnails .slick-slide img, 
.vex .hs_cos_gallery_lightbox .slick-slide img {width:auto;max-height:100%;}
.vex-content.hs-gallery .vex-close {right:20px;}

/* Mobile fixes */
@media (max-width:479px) {
  .engineering .masthead {padding:50px 0;background-size:150% auto;background-position: 50% bottom;}
  .engineering .masthead h1 {font-size:42px;}
  .engineering .video {padding:0;}
  .engineering .video h2 {font-size:36px;text-align:center;}
  .engineering .video p {text-align:center;}
  .engineering .video .video-box {margin-bottom:25px;}
  .engineering .values {padding:25px 0;}
  .engineering .values h2 {text-align:center;}
  .engineering .values h4 {margin:0 0 25px 0;text-align:center;}
  .engineering .values .widget-type-linked_image {text-align:center;}
  .engineering .join-team-cta {padding:10px;}
  .engineering .team a {display:block;margin-bottom:50px;}
  .hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {padding:0;} 
  .team-gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {width:50% !important;}
  .duetto-life .slick-slide {min-height:100px;}
  /*Modal Mobile*/
  .eng-qa .row-fluid .uk-modal-dialog {width:90%;padding:20px;}
  .question div.widget-span.span11 {float:left;width:75%;}
  .answer div.widget-span.span11 {float:right;width:75%;}
  .answer div.widget-span.span1 {float:left;}
  /*Gallery Mobile*/ 
  
}

/* ===============================================
 						* School of Revenue Strategy Page 
===================================================*/
.school h1,
.school h2,
.school h3,
.school h4,
.school h5 {color:#0254AC;}
.school .span12.masthead {background:#0157a2 url(https://cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/images/school-of-revenue-strategy/mast.jpg?t=1533076391843) no-repeat center bottom;background-size:cover;max-width:1600px; float:none; margin:auto; padding:75px 0 175px 0;}
.school .row-number-1 {background:#0157a2}
.school .masthead h1, 
.school .masthead p {text-align:center;color:#fff;}
.school .video {background:#333 url(//cdn2.hubspot.net/hubfs/3427238/Duetto_Research_April2018/vid-pattern%20%281%29.jpg?t=1532626564434) center repeat;padding:75px 0;}
.school .video h2 {color:#fff;}
.school .video p {color:#fff;font-weight:100;font-size:24px;line-height:1.5;}


/*==========================================
       Blue Masthead Template Page 
============================================*/
.blue-masthead {background:#0254AC;color:#fff;padding:50px 0;}
.blue-masthead h1, .blue-masthead h2, .blue-masthead h3, .blue-masthead h4  {color:#fff;font-weight:300;}
.blue-masthead p {font-weight:300;color:#fff;}

/*==========================================
     GameChanger Page Updates AUG 2018 
============================================*/
.custom-row1-gamechanger-group {background-color:#000;border-bottom:2px solid #fddb00;}
.custom-row1-gamechanger-group .page-center {padding-left:30px !important;}
.custom-row1-gamechanger-group h2, .custom-row1-gamechanger-group p {color:#fff;}
section.right-bg-left-copy {background-size:auto 100%;background-position:center;background-repeat:no-repeat;}
.custom-row2-gamechanger-group h2, .custom-row2-gamechanger-group p {color:#fff;}
@media (max-width:767px) {
  .custom-row1-gamechanger-group .span2 div {text-align:center;}
  .custom-row1-gamechanger-group img {max-width:125px;margin-bottom:25px;}
  section.right-bg-left-copy {padding-bottom:280px;background-position:bottom -60px left -650px;background-size:auto 420px;}
}
@media (max-width:479px) {
  section.right-bg-left-copy {padding-bottom:190px;background-position:bottom -40px left -430px;background-size:auto 280px;}
}

/* ==================================================
                 404 page Sept 2018
 * ================================================== */
.error-404 .main-content {text-align:center;}
section.main-404 {padding:25px 0 75px 0;}
section.main-404 input.hs-search-field__input {padding: 12px;font-size: 24px;font-weight: 100;letter-spacing: 1px;margin: 25px auto;max-width: 600px;}
.main-404 a {color: inherit;text-decoration: underline;}
.main-404 a:hover {color: #0254AC;}

/* ==================================================
              Digest Subscribe 2018
 * ================================================== */
.subscribe h1 {text-align:center;margin:50px auto 75px auto;font-weight:400;}
.subscribe .hs_cos_wrapper_type_form {background:#0254AC;padding:30px;max-width:500px;}
.subscribe .digest-title {overflow:auto;clear:both;margin:20px 0 0 0;}
.subscribe .digest-title img {display:block;float:left;width:40px;height:auto;}
.subscribe .digest-title h4 {float:left;margin:10px 15px;}

.subscribe form .hs-form-field {position:relative;}
.subscribe form .hs-form-field .hs-form-required {position:absolute;right:-10px;}
.subscribe .body-container [type="text"], .subscribe .body-container [type="password"], .subscribe .body-container [type="datetime"], .subscribe .body-container [type="datetime-local"], .subscribe .body-container [type="date"], .subscribe .body-container [type="month"], .subscribe .body-container [type="time"], .subscribe .body-container [type="week"], .subscribe .body-container [type="number"], .subscribe .body-container [type="email"], .subscribe .body-container [type="url"], .subscribe .body-container [type="search"], .subscribe .body-container [type="tel"], .subscribe .body-container [type="color"], .subscribe .body-container [type="file"], .subscribe .body-container textarea, .subscribe .body-container select {width:100%;}
.subscribe .body-container .hs-button.primary, .subscribe .body-container input[type="submit"], .subscribe .body-container input[type="button"] {background-color:#1885FB;border-color:#1885FB;color:#fff;font-family:Lato;}
.subscribe .body-container .hs-button.primary:hover, .subscribe .body-container input[type="submit"]:hover, .subscribe .body-container input:hover[type="button"] {background-color:#2292FD;border-color:#2292FD;}

@media (max-width:767px) {
  .subscribe h1 {font-size:42px;margin:25px 0;}
}

/* ==================================================
    Form Page Template: Header with background image
 * ================================================== */
/*header*/
.header-bg-template .masthead {position:relative;overflow:hidden;padding:0 20px 20px 20px;background-size:cover;background-position:bottom;background-repeat:no-repeat;}
.header-bg-template .masthead div {z-index:99;position:relative;}
.header-bg-template .masthead .mask {position:absolute;width:100%;height:100%;z-index:0;left:0;top:0;}
.header-bg-template .logo {text-align:right;}
.header-bg-template .logo img {width:250px;}
.header-bg-template .masthead .header {margin:100px auto 25px auto;max-width:980px;}
.header-bg-template .masthead .header h1, .header-bg-template .masthead .header p {color:#fff;text-align:center;}
.header-bg-template .masthead .header p {font-size:24px;}
/*main content area*/
.header-bg-template .container-fluid .row-fluid .page-center {max-width:980px;}
.header-bg-template h4 {font-size:24px;color:#0254AC;line-height:1.2;text-align:center;font-weight:300;}
/*form*/
.header-bg-template .span12.form-box {max-width:600px;margin:auto;float:none;}
.header-bg-template .hs_cos_wrapper_type_form {background:none;}
.header-bg-template .hs-form label {color:#444;}
.header-bg-template .hs-error-msgs.inputs-list label {font-size:12px;color:#1885FB;}
form.hs-form .header-bg-template .legal-consent-container,
form.hs-form .legal-consent-container,
form.hs-form .legal-consent-container p {font-size:14px;font-weight:14px;margin: 0 0 10px 0;color:#444;}
form.hs-form .legal-consent-container p a {color:#0254AC;text-decoration:underline;}
form.hs-form .legal-consent-container p a:hover {color:#1885FB;}
.header-bg-template .hs-form-required {color:#1885FB;float:right;font-size:12px;}
.header-bg-template [type="text"], 
.header-bg-template [type="password"], 
.header-bg-template [type="datetime"], 
.header-bg-template [type="datetime-local"], 
.header-bg-template [type="date"], 
.header-bg-template [type="month"], 
.header-bg-template [type="time"], 
.header-bg-template [type="week"], 
.header-bg-template [type="number"], 
.header-bg-template [type="email"], 
.header-bg-template [type="url"], 
.header-bg-template [type="search"], 
.header-bg-template [type="tel"], 
.header-bg-template [type="color"], 
.header-bg-template [type="file"], 
.header-bg-template textarea, 
.header-bg-template select {background-color:#f1f1f1;width:100%;}
.header-bg-template select {width:auto;margin:10px 0;height:30px;}

.header-bg-template .hs-button.primary, 
.header-bg-template input[type="submit"], 
.header-bg-template input[type="button"] {margin:20px 0 5px 0;background-color:#0254AC;border-color:#0254AC;color:#fff;font-family:Lato;border-radius:2px;}
.header-bg-template .hs-button.primary:hover, 
.header-bg-template input[type="submit"]:hover, 
.header-bg-template input[type="button"]:hover {background-color:#1885FB;border-color:#1885FB;color:#fff;}

/* ==================================================
    								Maintenance Page
 * ================================================== */
.maintenance h2 {font-size:42px;font-weight:normal;}
.maintenance p.subhead {font-size:24px;}
.maintenance a {color:#0254AC;}
.maintenance a:hover {text-decoration:underline;color:#0254AC;}
.maintenance .logo-header-right {text-align:right;}
.maintenance .masthead {text-align:center;}
.maintenance .masthead h1 {font-size:42px;font-weight:normal;margin:20px auto 0 auto;}
.maintenance .header {background:#0254AC url(/hubfs/assets/maintenance-cloud-bg-dark.jpg) no-repeat center;background-size:cover;text-align:center;padding:50px 0 25px 0;}
.maintenance .header h2, .maintenance .header p {color:#fff;}
.maintenance .header h2 {font-weight:normal;}
.maintenance .platform .page-center {padding:75px 30px 30px 30px;}
.maintenance .apps {padding:0 110px;text-align:center;}
.maintenance .apps h4 {font-size:24px;margin:0;min-width:155px;}
.maintenance .apps p {font-size:16px;margin:0 0 15px 0;min-width:155px;}
.maintenance .gamechanger h4 {color:#000;}
.maintenance .scoreboard h4 {color:#199604;}
.maintenance .playmaker h4 {color:#5E51A2;}
.maintenance .blockbuster h4 {color:#BF2900;}
@media (max-width:1220px) {
  .maintenance .apps {padding:0 80px}
}
.maintenance .customer-success {text-align:center;border-bottom:1px solid #dfdfdf;}
.maintenance .customer-success .page-center {padding:50px 30px 0 30px;}
.maintenance .customer-success h2 {font-weight:normal;color:#0254AC;}
.maintenance .customer-logos {padding:30px;}
.maintenance .custom-row3-home-group h2 {color:#fff;font-weight:normal;}
.maintenance form .hs-form-required {float:right;}
.maintenance .about h2 {color:#0254AC;}
.maintenance .body-container .hs-button.primary, 
.maintenance .body-container input[type="submit"], 
.maintenance .body-container input[type="button"] {font-family:Lato;font-weight:normal;color:#fff;background-color:#1885FB;border-color:#1885FB;}
.maintenance .body-container .hs-button.primary:hover, 
.maintenance .body-container input[type="submit"]:hover, 
.maintenance .body-container input[type="button"]:hover {background-color:#2090FF;border-color:#2090FF;}
@media (max-width: 479px) {
.maintenance .custom-row3-home-group .slick-slide img {visibility:visible;}
}
/* ==================================================
    					Whitepaper Download Page
 * ================================================== */
.whitepaper-download .logos {text-align:center;}
.whitepaper-download .logos img {padding:15px;}
