/* @import url('http://example.com/example_style.css'); */

@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

/*
 * 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;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

/* 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; 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}


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

/* 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;
}

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/




/* Colors */
    /*  */
   /*  */
    /*  */
    /*  */
    /*  */

/* Background Size */



@font-face {
  font-family: 'Steelfish';
  src: url('//347944.fs1.hubspotusercontent-na1.net/hubfs/347944/Fonts/steelfishrg-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('//347944.fs1.hubspotusercontent-na1.net/hubfs/347944/Fonts/steelfishrg-regular-webfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//347944.fs1.hubspotusercontent-na1.net/hubfs/347944/Fonts/steelfishrg-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('//347944.fs1.hubspotusercontent-na1.net/hubfs/347944/Fonts/steelfishrg-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('//347944.fs1.hubspotusercontent-na1.net/hubfs/347944/Fonts/steelfishrg-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('//347944.fs1.hubspotusercontent-na1.net/hubfs/347944/Fonts/steelfishrg-regular-webfont.svg#Steelfish') format('svg'); /* Legacy iOS */
}

body {background: white!important}

iframe[name=google_conversion_frame] {display: none!important;}



.subh1 
{
font-family: 'Karla';
font-weight: 700;
font-size: 45px;
border-bottom: 0px !important;
}

h1 {font-family: 'Karla'; font-weight: 700; font-size: 45px; border-bottom: 0px!important;}

h2 {font-family: 'Karla'; font-weight: 700; font-size: 32px; color: #352f2c;}

h3 {font-family: 'Karla';  font-size: 25px; font-weight: normal; line-height: 1.5em; }

h4 {font-family: 'Karla';  font-size: 21px; font-weight: normal; line-height: 1.5em; }

h5 {font-family: 'Karla'; font-size: 16px; line-height: 1.4em; font-weight: bold; }

h6 {font-family: 'Steelfish'; font-size: 80px; font-weight: normal;}


p {font-family: 'Karla'; font-size: 18px; color: #352f2c; line-height: 1.4em;}

p a:link {color:  #5194ec; text-decoration: none}

p a:hover {text-decoration: underline;}

ul {padding-left: 20px;}
/*.lpcontent2 ul li {list-style: none; position: relative;}*/
/*.lpcontent2 ul li:before {content: "•";
    font-family: 'Karla';
    position: absolute;
    left: -20px;
    top: 5px;
    color: #00a651;
    font-size: 18px;}*/
    
li {font-size: 18px;  font-family: 'Karla'; color: #352f2c!important; margin: 15px; line-height: 1.4em}
.new-lp-promo_form input {display: none}
.new-lp-promo_form a {color: #ffe100}

.bigbluecta p {text-transform: uppercase; 
background-color: #5194ec; 
color: white;
text-align: center;
font-size: 21px;
font-family: 'Karla';
padding: 18px 22px;
border-radius: 0px 10px 0px 10px;
border: 4px solid #3a68a5; 
border-left: 0px!important; 
border-top: 0px!important;
}

input.hs-button.primary { -webkit-appearance: none!important;} 

.redcta p {text-transform: uppercase; 
background-color: #ff5431; 
color: white;
text-align: center;
font-size: 18px;
font-family: 'Karla';
padding: 10px 18px;
border-radius: 0px 10px 0px 10px;
border: 4px solid #b53d25; 
border-left: 0px!important; 
border-top: 0px!important;
}

.navycta p {text-transform: uppercase; 
background-color: #004678; 
color: white;
text-align: center;
font-size: 18px;
font-family: 'Karla';
padding: 10px 18px;
border-radius: 0px 10px 0px 10px;
border: 4px solid #012947; 
border-left: 0px!important; 
border-top: 0px!important;
}

.yellowcta p {text-transform: uppercase; 
background-color: #ffe100 ; 
color: #352f2c!important;
text-align: center;
font-size: 18px;
font-family: 'Karla';
padding: 10px 18px;
border-radius: 0px 10px 0px 10px;
border: 4px solid #c6b001; 
border-left: 0px!important; 
border-top: 0px!important;
}

.greenctaheader p {
background-color: #00a651 ; 
color: white;
text-align: center;
font-size: 16px;
font-family: 'Karla';
padding: 10px 0px;
border-radius: 0px 10px 0px 10px;
border: 4px solid #076e39; 
border-left: 0px!important; 
border-top: 0px!important;
margin-top: 10px;
}


.herocta {width: 35%!important; text-align: center!important; float: none!important; margin: 25px auto 0px auto!important; }

.ctacontainer {margin-top: 15px;}

.ctacenter {text-align: center!important; margin: 15px auto!important; float: none!important;}

.ctacenter2 {text-align: center!important; margin: 30px auto!important; float: none!important;}


.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}






.widthcontainer {max-width: 997px;
    width: 90%!important;
    margin: 0px auto 0px auto!important;
    float: none!important;
    display: block!important}


/********* HEADER ***************/

.header {background-color: white; padding: 10px 0px 14px}




/********* FOOTER ***************/

.kafooter {background-color: #f9f4f0; padding-top: 40px; padding-bottom: 35px}

.kafooter p {color: #352f2c; font-size: 16px; line-height: 1.5em; margin-top: 0px!important;}

.kafooter p a {color: #352f2c;}

.kafooter p a:hover {color: #acacac; text-decoration: none!important;}

.kafooter h5 {color: white;}


.footerline hr {margin: 30px 0px 40px 0px; color: #acacac!important;}

.footerlinks {width: 20%!important; margin: 0px!important;}

.footertxt {text-align: center;}

/*iframe {display: none!important;}*/

/********* HOMEPAGE ***************/



.background-image {
    display: none !important;
}

#banner-background-image{
    position: relative;
    background-color: #444;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
    min-height: 788px;
    
    }

.home-background {
    display: none !important;
}

#home-background{
    position: relative;
    background-color: #444;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;;
    min-height: 100%!important;
}

.heroheader {margin-top: 137px;}

.heroheader h1 {color: white; text-align: center; text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);}

.herocopy {width: 70%!important; float: none!important; margin: 0 auto!important;}

.herocopy h3 {color: white; text-align: center; text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);}

.arrowbar h1 {text-align: center; color: #352f2c; background-color: white; font-size: 40px; padding: 35px 0px; margin-bottom: 0px }

.whitearrow {text-align: center!important;  display: block;
    position: relative;
    z-index: 9999;}

.yellowsection {background-color:  #ffe100 ; margin-top: -36px!important; z-index: 1; padding-top: 85px}

.yellowsection h2 {margin-top: 40px;}


.bluesection {background-color:  #5194ec; padding-top: 50px }

.bluesection h2 {color: white; margin-top: 90px;}

.bluesection p {color: white;}

.planbook {background-position: 100% 100%!important; }

#banner-background-image2{
    position: relative;
    background-color: #444;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.profdevsection {padding-top: 60px;}

.profdevsection h2 {text-align: center;}

.profdevtxt {width: 60%!important; float: none!important; text-align: center!important; margin: 0 auto!important;}

.greensection {background-color:  #00a651; padding-bottom: 75px }

.greensection h1 {color: white; text-align: center; margin-top: 80px; margin-bottom: 30px;}

.greensectiontxt p {color: white; text-align: center; width: 70%!important; margin: 0px auto 45px auto!important; float: none!important;}

.greensection p {color: white; margin-top: 0px;}

.greensection h6 {color: white; margin-top: 25px;}

.greensection h5 {color: white;}

.statistics {border-top: 2px solid #06552a; padding-top: 35px; padding-bottom: 20px;}

.statisticsimg {text-align: center;}

.statisticscontainer {margin-top: 20px;}



/********* LANDING PAGES ***************/


.lpbanner {background: url(//347944.fs1.hubspotusercontent-na1.net/hubfs/347944/images/LPHeader.jpg) center center no-repeat;
background-size: cover;
height: 100%;
}

.lpbanner2 {background: url(https://www.knowatom.com/hubfs/images/blog-header-KA.jpg) center center no-repeat;
background-size: cover;
height: 100%;
}

.hs-form-cb8cb329-5b17-4af3-88d5-18fe174a26bb_035f745c-a953-4fb4-8c45-7e1995754400 fieldset.form-columns-1 .hs-input {width: 100%!important}

.subscribe-form input {height: auto!important;}

.subscribe-form input[type="email"] {height: 40px!important;}

.subscribe-form .inputs-list li span {width: auto!important;}

.lpform {padding:20px 35px 20px 30px!important;}

.lpformcontainer {border: 2px solid #5194ec; border-radius: 0px 10px 0px 10px; background-color: white; box-shadow: 0px 0px 20px #888888; position: relative; top: -72px!important;}

.lpformcontainer2 {border: 2px solid #5194ec; border-radius: 0px 10px 0px 10px; background-color: white; box-shadow: 0px 0px 20px #888888; position: relative; top: -72px!important;}


.lpformcontainer h2 {background-color: #5194ec; border-radius: 0px 7px 0px 0px; color: white; text-transform: uppercase; padding: 15px; margin: 0px ; font-weight: normal}

.lpformcontainer2 h2 {background-color: #5194ec; border-radius: 0px 7px 0px 0px; color: white; text-transform: uppercase; padding: 15px; margin: 0px ; font-weight: normal}


.xm {padding:10px 27px 10px 20px;}

.lpgreybar {background-color: #e9e9e9; height: 128px;}

.lpgreybar p {margin-top: 40px;}

.whitebackground {background-color: white;}

.lessonplanimage {background-color: white; padding: 20px; border-radius: 0px 10px 0px 10px;
border: 4px solid #065b2d; 
border-left: 0px!important; 
border-top: 0px!important;
text-align: center; margin-right: 15px;
}
.contact-form div.hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field {margin-top: 15px!important}

.lessonplanunits {border-left: 1px solid #66c996; padding-left: 15px; margin-left: 0px!important; margin-right: 15px;}

.gradeunits {margin-top: 20px!important;}

.lpcontent {margin: 30px 0px!important;}

.lpcontent2 {margin: 30px 0px!important;}

.lpbannertxt h1 {text-align: center; color: white; margin-top: 90px; text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);}

.lpbannertxt h2 {text-align: center; color: white; font-weight: normal!important; margin-bottom: 130px; text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);}

.lpbannertxt2 h1 {text-align: center; color: white; margin: 90px 0px 120px 0px; text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);}

.lpbannertxt2 {width: 80%!important; margin: 0 auto!important; float: none!important; text-shadow: 0px 0px 4px rgba(0, 0, 0, 1); }

.lpfooterlogo {text-align: center!important;}

.lpfootercopyright {text-align: center;}

.lpshare {margin-top: 275px; text-align: center!important;}

.lpshare h3 {text-transform: uppercase; text-align: center; color: #352f2c;}

.lpshare2 h3 {text-transform: uppercase; text-align: center; color: #352f2c; }

.lpshare2 {text-align: center!important; margin-bottom: 50px;}

.lp-calendar h2 { text-align:center; color:#352f2c; margin-bottom:-180px;}

.lp-calendar-social {text-align:center!important;}
.lp-calendar-social h4 {color:#5194ec; font-size:28px;}
.lp-calendar-social { margin-top:-45px;}

.lp-cal-header img {padding:25px 0!important;}

.row-fluid .lp-container > div > div {min-height:280px!important;}

.row-fluid .lp-container2 > div > div {min-height:220px!important;}

.row-fluid .lp-content-banner h1 { margin-top:30px!important;}
.row-fluid .lp-content-banner h3 { font-size:25px!important;}

.row-fluid .lp-banner-img {position:absolute;left:870px;bottom:0;}

@media (max-width:1199px) { .row-fluid .lp-content-banner h1 { margin-top:15px!important;} .row-fluid .lp-banner-img {display: none;} } 

@media (max-width:991px) { .row-fluid .lp-container > div > div {min-height:195px!important;} }

.lp-calendar-app {margin-top:-20px}

@media (max-width:767px) { .lp-calendar-app {margin-top: 0px!important;} }
@media (max-width:349px) { .lp-calendar-app {margin-bottom:-25px!important;} }


.row-fluid .lp-cal-form { padding: 35px 45px 45px}




@media (max-width:577px) { .lp-calendar-app {margin-bottom:-10px!important;  } .blog-sub-lp {padding: 30px 30px!important;}.row-fluid .lp-cal-form {padding: 10px 20px 20px!important;} .row-fluid .lpcontent-secrform h3 {margin-top: 0px!important; font-size: 23px;} .blog-sub-lp {margin-top: 10px!important;}

}
@media (max-width:767px) {.row-fluid .lpcontent-secrform h3 { font-size: 24px;}}
.row-fluid .lpcontent-secrform h3 { font-size: 26px;}

/*Videos LP*/


.videoslpbanner { background: #f9f4f0!important; }

.videoslpbannertxt h1 { text-align: center; color:#352f2c; margin: 60px 0px 60px 0px; }
.videoslpbannertxt h3 { text-align: center; color:#352f2c; margin: 0px 0px 60px 0px; }

.videoslpbannertxt {width: 90%!important; margin: 0 auto!important; float: none!important; }

.videoslptxt { margin: 0px 0px 25px 0px; padding-bottom:25px!important; }

.videoslptxt img { display:block!important; margin:auto!important; padding-top: 10px; }

.videoslpheader h2 { color: #5194ec; font-size:33px!important; margin-top:35px; }

.videoslpheader2 h2 { color: #5194ec; font-size:31px!important; margin-top:50px; text-align:center!important; }

@media (max-width:767px) { .videoslpheader2 h2 { font-size:29px!important; padding-left:15px!important; padding-right:15px!important; margin-bottom: -5px!important; } }

@media (max-width:450px) { .videoslpheader2 h2 { font-size:27px!important; padding-left:15px!important; padding-right:15px!important; } .lpimage img {width: 47%!important} }

.videolplinks { margin: 15px 0px 10px 0px!important; padding: 0px 30px!important;}

.videolplinks h2 { color: #352f2c!important; font-size: 27px!important; }

@media (max-width:767px) {
.videoslpbannertxt h1 {margin-top:30px!important; margin-bottom:10px!important; font-weight: 700!important;} }

.videoslpredcta p {text-transform: uppercase; 
background-color: #ff5431; 
color: white!important;
text-align: center;
font-size: 20px;
font-family: 'Karla';
padding: 15px 30px!important;
margin: 10px 10px 10px 10px!important;
border-radius: 0px 10px 0px 10px;
border: 4px solid #b53d25; 
border-left: 0px!important; 
border-top: 0px!important;
}


.yellowvideocontainer { margin-top:45px!important; margin-bottom:15px!important; }

.videolplinksbg {
    background: #FBE519 none repeat scroll 0 0;
    border-radius: 0 10px;
    padding: 10px 10px 2px 10px;
    width:65%!important;
    float: none!important;
    margin: 0 auto!important;
    
}


@media (max-width:767px) {
.videoslpbannertxt h1 { margin-top:35px!important; } }

@media (max-width:767px) {
.videoslpbannertxt h3 { margin-bottom:40px!important; } }

@media (max-width:767px) {
.videolplinks h2 { font-size: 23px!important; line-height:1.25em!important; } }

@media (max-width:767px) {
.videoslptxt ul { width: 80%!important; margin:auto!important; float:none!important; } }


@media (max-width:767px) {
.videolplinksbg {width:70%!important;} }

@media (max-width:700px) {
.videolplinksbg {width:80%!important;} }

@media (max-width:550px) {
.videolplinksbg {width:90%!important;} }

@media (max-width:374px) {
.videoslpredcta p {font-size: 16px!important;} }



/*Lesson Plan LP*/

.lessonplanbannertxt h1 { text-align: center; color:#352f2c; margin: 50px 0px 10px 0px; }

.lessonplanbannertxt {width: 80%!important; margin: 0 auto!important; float: none!important; }

@media (max-width:767px) {
.lessonplanbannertxt h1 {margin-top:30px!important; margin-bottom:10px!important; font-weight: 700!important;} }


.lessonlptxtbg {
    background: #FBE519 none repeat scroll 0 0;
    border-radius: 0 10px;
    padding: 10px 10px 2px 10px;
    margin: 50px 0px 75px 0px;
}

.lessonplantxt { margin: 35px 0px 45px 0px!important; }

@media (max-width:767px) { .lessonplantxt { margin: 20px 0px 45px 0px!important; } }

.lessonplanredcta p {text-transform: uppercase; 
background-color: #ff5431; 
color: white;
text-align: center;
font-size: 22px;
font-family: 'Karla';
padding: 20px 58px!important;
margin: 10px 10px 10px 10px!important;
border-radius: 0px 10px 0px 10px;
border: 4px solid #b53d25; 
border-left: 0px!important; 
border-top: 0px!important;
}



 .lprightcollp {
margin-right: 0!important;
float: right!important;
}

.lpleftcollp{
margin-left: 0!important;
}





/********* THANK YOU PAGE ***************/




.tybanner {background: url(//347944.fs1.hubspotusercontent-na1.net/hubfs/347944/images/LPHeader.jpg) center center no-repeat;
background-size: cover;
height: 100%;
text-align: center;
margin-bottom: 40px;
}

.tybanner h1 {color: white; margin-top: 90px; text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);}

.tybanner h3 {color: white; margin-bottom: 90px; text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);}


.tybanner-dl {background: url(https://www.knowatom.com/hubfs/Deeper%20Learning/TYP/KA-DL-Topic1-TYP.jpg) center center no-repeat;
background-size: cover;
height: 100%;
text-align: center;
margin-bottom: 40px;
}

.tybanner-dl h1 {color: white; margin-top: 90px; text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);}

.tybanner-dl h3 {color: white; margin-bottom: 90px; text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);}


.leftcolcontent h3 {color: #352f2c;}

.leftcolcontent {border-right: 2px solid #e3e1e0; padding-right: 20px; margin-bottom: 50px;}

.binder-offer-bg-pad { padding:0 250px;}

@media (max-width:960px) { .binder-offer-bg-pad { padding:0 200px!important;} }
@media (max-width:820px) { .binder-offer-bg-pad { padding:0 100px!important;} }
@media (max-width:660px) { .binder-offer-bg-pad { padding:0 50px!important;} }
@media (max-width:480px) { .binder-offer-bg-pad { padding:0 20px!important;} }

.binder-offer-txt h3 {margin-top:30px;}

.binder-offer-bg { background-color:#faf4f0; padding:20px 20px 40px 20px; text-align:center!important; margin-bottom: 90px; margin-top:40px;}
.binder-offer-bg h3 {color: #352f2c;}

.binder-offer-bg {border-right: 2px solid #e3e1e0; padding-right: 20px; }

.binder-offer-bg {border-right: 0px; padding-right: 0px;}
.binder-offer-bg h2 {text-align: center!important; font-size:25px;}

.sidebarbox {border-radius: 0px 10px 0px 10px; background-color: #e3e1e0; }

.sidebarbox h3 { text-transform: uppercase; color: white; padding: 10px 15px; margin: 0px;}

.sidebarboxheader {background-color: #5194ec; border-radius: 0px 10px 0px 0px;}

.postlisting {padding: 5px 20px;}

.postlisting a {color: #352f2c!important; font-family: 'Karla'; font-size: 18px; color: #352f2c; line-height: 1.4em; text-decoration: none }

.postlisting a:hover {text-decoration: underline;}

.postlisting li {margin-bottom: 15px;}

.postlisting h3 {display: none;}

/********* FORM STYLING ***************/

label {font-family: 'Karla'!important; font-weight: normal!important; font-size: 18px!important;}

input[type="text"] {border-radius: 0px!important; box-shadow: none!important; border: 1px solid #352f2c!important; padding: 10px 5px!important; font-size: 18px!important; font-family: 'Karla'; width: 100%!important; margin-bottom: 15px!important;}

select {border-radius: 0px!important; box-shadow: none!important; border: 1px solid #352f2c!important; height: 44px!important; font-size: 18px!important; font-family: 'Karla'; background: white!important
;}

input[type="email"] {border-radius: 0px!important; box-shadow: none!important; border: 1px solid #352f2c!important; padding: 10px 5px!important; font-size: 18px!important; font-family: 'Karla';  margin-bottom: 15px!important;}
input[type="checkbox"]  {border-radius: 0px!important; box-shadow: none!important; border: 1px solid #352f2c!important;}

input.hs-button.primary.large {text-transform: uppercase; 
background-color: #ff5431; 
color: white;
text-align: center;
font-size: 18px;
font-family: 'Karla';
padding: 10px 18px;
border-radius: 0px 10px 0px 10px;
border: 4px solid #b53d25; 
border-left: 0px!important; 
border-top: 0px!important; text-shadow: none!important; margin-bottom: 15px;   display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;}





input.hs-button.primary.large: hover {box-shadow: none!important;   -webkit-transform: translateY(-8px);
  transform: translateY(-8px);}

.hs-form-booleancheckbox {margin-bottom: 15px; margin-top: 5px;}


/********* SOCIAL SHARE STYLING ***************/

.hs-image-widget .hs-image-social-sharing-24 {}


/********* MEDIA QUERIES ***************/


@media (max-width:1300px) {.lessonplanimage {width: 30%!important;}}

@media (max-width:950px) {h1 {font-size: 40px;} .lpbannertxt h2 {font-size: 27px; line-height: 1.2em;} }

@media (max-width:900px) {label {font-size: 16px!important;} .lpformcontainer h2 {font-size: 27px;} .lpformcontainer2 h2 {font-size: 25px;} .lpgreybar p {font-size: 16px;}}

@media (max-width:800px) {.lpgreybar {height: 140px;}}

@media (max-width:767px) {.lpformcontainer {top:50px!important;} 
.lpgreybar p {margin-bottom: 30px;}
.lpbannertxt h2 {margin-bottom: 90px;} 
.lpcontent h2 {margin-top: 535px!important;} 
.lpshare {margin: 50px 0px!important;} 
 h1 {font-size: 35px;} 
.lpbannertxt h2 {font-size: 22px; line-height: 1.2em;}
.lessonplanimage {width: 50%!important; text-align: center!important; float: none!important; margin: 0px auto 30px auto!important;}
.lessonplanunits {border: 0px!important; margin: 20px auto 0px auto!important; width: 55%!important; float: none!important; }
.gradeunits {margin-top: 0px!important;}
.lprightcollp {
margin-left: 0!important;
}

.lprightcollp

 {
width: 100%!important;
float: none!important;
}

.lpleftcollp {
width: 100%!important;
float: none!important;
}

.leftcolcontent {border-right: 0px; padding-right: 0px;}
.sidebarbox {border-radius: 0px 10px 0px 10px; background-color: #e3e1e0; margin-bottom: 50px;}
.leftcolcontent h2 {text-align: center!important;}
}

@media (max-width:750px) {.lpgreybar {height: 128px;}}

@media (max-width:650px) {.lessonplanimage {width: 60%!important;}
.lessonplanunits {width: 65%!important; }}

@media (max-width:550px) {.lessonplanimage {width: 70%!important;}
.lessonplanunits {width: 75%!important; }}

@media (max-width:500px) {.lessonplanimage {width: 80%!important;}
.lessonplanunits {width: 85%!important; }}

@media (max-width:450px) {.lpcontent h2 {margin-top: 550px!important;}.lpcontent2 img {/*float: none!important;*/ text-align: center!important; margin: 0 auto!important;}}

@media (max-width:400px) {
  .lpcontent h2 {margin-top: 620px!important;}  .lpcontent2 {margin-top: 0px!important;} .lpcontent2 h2 {margin-top: 0px;} .lpbannertxt h1 {margin-top:60px; font-weight: 700!important;} .lpbannertxt2 h1 {margin-top:60px; font-weight: 700!important;} .lpbannertxt h2 {margin-bottom:60px;} .greensection h1 {font-size: 40px; margin-top: 60px!important;} .greensection {padding-bottom: 20px!important;}
  .lessonplanimage {width: 90%!important;}
  .lessonplanunits {width: 95%!important; } .lpformcontainer h2 {font-size: 23px;}
  .lpshare2 {display: none!important;}
  input.hs-button.primary.large { font-size: 16px; opacity: 1; }
}




.hs-form-336a2daa-cd65-4edb-9afa-e28264e93edf_965bc0de-1bda-4d16-a17f-18c201d00e5a fieldset.form-columns-2 .hs-form-field {
	width: 50% !important;
	float: left !important;
}

body #hubspot-messages-iframe-container {
/* change value if necessary */
  z-index: 100 !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a { font-size: 16px !important;}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {font-size: 16px !important;}

.lazy{background-image: none; background-color:transparent; }


/*** cookie consent banner css ****/
#hs-banner-parent #hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom,
#hs-banner-parent #hs-eu-cookie-confirmation{ max-width:460px; }
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-buttons-area,
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-buttons-area{ display:none !important; } 
#hs-eu-cookie-confirmation #hs-eu-header-container{ position: absolute; right: 15px; top: 10px; }
#hs-eu-policy-wording p a+ span{ margin-right:2px; margin-left:2px; } 

@media (max-width: 767px) {
  #hs-banner-parent #hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom,
  #hs-banner-parent #hs-eu-cookie-confirmation{ max-width:300px!important; left: 15px; bottom: 60px; }
}

@media (max-width: 374px) {
  #hs-banner-parent #hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom,
  #hs-banner-parent #hs-eu-cookie-confirmation{ max-width:90% !important; }
}