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

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

/*@font-face {
    font-family: 'Omnes';
    src: url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes-webfont.eot');
    src: url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes-webfont.eot#iefix') format('embedded-opentype'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes-webfont.svg#OmnesRegular') format('svg'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes-webfont.woff') format('woff'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Omnes-Light';
    src: url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes_light-webfont.eot');
    src: url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes_light-webfont.eot#iefix') format('embedded-opentype'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes_light-webfont.svg#OmnesLight') format('svg'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes_light-webfont.woff') format('woff'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Omnes-Semibold';
    src: url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes_semibold-webfont.eot');
    src: url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes_semibold-webfont.eot#iefix') format('embedded-opentype'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes_semibold-webfont.svg#OmnesSemibold') format('svg'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes_semibold-webfont.woff') format('woff'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes_semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Omnes-Italic';
    src: url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes_regularitalic.eot');
    src: url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes_regularitalic.eot#iefix') format('embedded-opentype'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes_regularitalic.svg#omnesregularitalic') format('svg'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes_regularitalic.woff') format('woff'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes_regularitalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/
/*========================================*/
@font-face {
    font-family: 'Omnes';
    src: url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Fonts/omnesregular-roman-webfont.eot');
    src: url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Fonts/omnesregular-roman-webfont.eot#iefix') format('embedded-opentype'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes-webfont.svg#OmnesRegular') format('svg'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Fonts/omnesregular-roman-webfont.woff') format('woff'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Fonts/omnesregular-roman-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Omnes-Light';
    src: url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Fonts/omneslight-roman-webfont.eot');
    src: url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Fonts/omneslight-roman-webfont.eot#iefix') format('embedded-opentype'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes_light-webfont.svg#OmnesLight') format('svg'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Fonts/omneslight-roman-webfont.woff') format('woff'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Fonts/omneslight-roman-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Omnes-Semibold';
    src: url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Fonts/omnessemibold-roman-webfont.eot');
    src: url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Fonts/omnessemibold-roman-webfon.eot#iefix') format('embedded-opentype'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/omnes_semibold-webfont.svg#OmnesSemibold') format('svg'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Fonts/omnessemibold-roman-webfont.woff') format('woff'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Fonts/omnessemibold-roman-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BalboaPlus';
    src: url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Fonts/BalboaPlus-Fill.eot');
    src: url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Fonts/BalboaPlus-Fill.eot#iefix') format('embedded-opentype'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Penguins-sep16/fonts/BalboaPlus-Fill#OmnesSemibold') format('svg'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Fonts/BalboaPlus-Fill.woff') format('woff'),
         url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Fonts/BalboaPlus-Fill.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body{
    margin:0;
    font-size:62.5%;
    font-family: "Omnes",sans-serif;
        -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    
}
body a, body i {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
h1{
    font-family: "BalboaPlus",sans-serif;
    font-size: 86px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.92;
    letter-spacing: 6.7px;
    text-align: center;
}
h2{
    font-family: "BalboaPlus",sans-serif;
    font-size: 64px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: 1.8px;
    color: #ea0097;
    margin: 25px 0 10px 0;
    display: inline-block;
    width: 100%;
}
h3{
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #24232b;
}
h4{
     font-family: "Omnes-Semibold",sans-serif;
    font-size: 15px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #24232b;
  text-transform:uppercase;
}
blockquote{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: 0.5px;
    color: #24232b;
    border-left: 7px solid #b30274;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
}

p{
    font-size:18px;
    font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: 0.5px;
}

strong {
    font-weight:600;
    -webkit-font-smoothing: antialiased;
}

blockquote p{
    margin:0;
    padding:0;
}
a{
    color: #4e86ee;
}
a:hover{
    text-decoration:none;
}
blockquote p:first-child:first-letter{
   font-size: 18px !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.28 !important;
  letter-spacing: 0.5px !important;
  margin-top:0 !important;
  color: #24232b !important;
 font-family: "Omnes",sans-serif !important;
}
ul, ol{
    padding-left:20px;
}
ol li{
    padding-left:5px;
}
li{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: 0.5px;
}

input[type=checkbox]{
    position:relative;
    width: 16px;
    height: 16px;
}
input[type=checkbox]:before{
    content: "";
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    border: 1px solid #24222b;
    border-radius:2px;
    bottom: 0;
    font-family:fontAwesome;
    color:#b30274;
    height: 14px;
    width: 14px;
} 
input[type=checkbox]:checked:before{
    content:"\f00c";
    font-size: 14px;
}

.delimiter-space{
    padding:135px 0;
}
.img-100 img{
    width:100% !important;
    height:auto !important;
}
.main-nav{
    text-align:center;
}
.main-nav ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    padding-top: 21px;
}
.main-nav ul li.hs-item-has-children ul.hs-menu-children-wrapper::after{
     content: '';
    position: absolute;
    left: 15%;
    bottom: 100%;
    width: 0;
    top:8px;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    z-index:-1;
    clear: both;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.main-nav ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
    background-color: #ffffff !important;
    border: solid 1px #f4f4f4 !important;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.txt-right{
    text-align:right !Important;
}
.txt-center{
    text-align:center !important;
}
.main-nav ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover{
    background:#4e86ee !important;
}
.main-nav ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover a{
    color:#fff;
}
.mobile{
    display:none !important;
}
.desktop{
    display:flex !important;
}
.main-nav ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  font-size: 13px !important;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px !important;
  color: #b30374 !important;
  text-transform:none;
  text-align:left;
}
.main-nav ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
    color:#fff !important;
        -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.mobile-trigger{
    display:none !important;
}

.header-container-wrapper{
    position:absolute;
}
.nav-wrapper{
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index:15;
}
.small-nav-container{
    text-align:center;
    background:#b30274;
}
.small-nav p{
    font-size:12px;
    margin: 13px 0;
    text-transform:uppercase;
    color: #ffffff;
}
.small-nav .close{
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 18px;
    color: #03a580;
    font-style: normal;
    width: 23px;
    height: 23px;
    cursor:pointer;
}
.small-nav p a{
    color: #ffffff;
    font-family: 'Omnes-Semibold';
    font-weight:normal;
    margin-left:10px;
    font-size:14px;
}
.small-nav p a:hover{
    text-decoration:none;
}
.main-nav-container{
    background-color: #24222b;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.main-nav-container *{
    color:#fff;
}
.main-nav-container .logo{
    margin:18px 0;
}
.main-nav-container .menu-container{
    margin:18px 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    text-transform:uppercase;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{
    color:#ea0097;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width:150px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    max-width:150px;
}

.main-nav ul li a{
    padding: 8px 20px !important;
    padding-top: 13px !important;
    letter-spacing: 0.5px;    
}

.main-nav ul li ul li a{
    padding-top:10px !important;
    padding-bottom:10px !important;
}
.main-nav ul li a, .simple-nav ul li a{
    font-size:13px;
}
.simple-nav ul li a{
    padding: 14px 20px 7px 20px !important;
}
.simple-nav ul li a{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: solid 1px #eb4596;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle;
    line-height: 34px;
    margin-top: 3px;
    color:#ffffff;
}
.simple-nav ul li a:hover{
    background:#eb4596;
    border-color:#eb4596;
    color:#fff !important;
}
.header-image .title *{
    color:#fff;
}
.header-image .title p{
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: 3px;
    text-align: center;
    text-transform:uppercase;
    margin: 0;
    margin-top: 10px;
}
.header-image .title h1{
    margin:0;
    margin-top:30px;
}

.header-image{
    height:100vh;
    background:url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/screen-shot-2016-12-09-at-134624-rectangle-mask.jpg');
    background-size:cover;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 120px;
    height: calc(100vh - 120px);
}
.header-image .buttons *{
    text-transform:uppercase;
}
.header-image .buttons{
    margin-top: 60px;
}
.header-image .arrow{
    font-size: 64px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.5px;
    text-align: center;
    color: #ffffff;
    font-family: "balboa-plus-fill",sans-serif;
    width: 140px;
    height: 77px;
    margin-top:25px;

}
.header-image .arrow a{
        text-decoration:none;
        color:#fff;
            -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.header-image .arrow a:hover, .pink-wrapper .tabcontent a:hover{
    color:#03a580;
}
.header-image .buttons .btn{
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
    text-decoration:none;
    display:inline-block;
    width: 130px;
    padding: 0;
    LINE-HEIGHT:2.5;
}
.header-image .buttons .pink-btn{
    background-color: #ea0097;
}
.header-image .buttons .grey-btn{
    background-color: #b5b8c0;
}

.header-image .buttons a:first-child{
    margin-right:20px;
}
.header-image .buttons a:hover{
    color:#fff;
    border-color:#4e86ee;
    background:#4e86ee;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.logos-wrapper{
    background-color: #f4f4f4;
    box-shadow: 0 2px 4px 0 rgba(155, 154, 155, 0.25);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.logos-wrapper .logos{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;

}
.full-height{
    height:100vh;
    position:relative;
}

.page-center{
    float:none !important;
    max-width:960px !important;
    margin:0 auto !important;
}

.txt-image-wrapper{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    flex-direction: row;
    height:621px;
}
.txt-image-wrapper .image{
    background:url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Homepage/eventtoremember.jpg');
    background-size: cover !important;
    flex-basis: 50%;
    height:100%;
    
}
.txt-image-wrapper>div{
    flex-basis:50%;
}
.txt-image-wrapper .fake-page-center{
    max-width:480px;
    float:right;
}
.txt-image-wrapper .fake-page-center p{
        margin-right: 37%;
}
.txt-image-wrapper .fake-page-center p:first-child:first-letter{
    font-size: 64px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.8px;

    float: left;
            line-height: 10px;
            margin-top: -7px;
    font-family: "balboa-plus-fill",sans-serif;
}
.section-img{
    width:50%;
     background-size:cover !important;
     float:left;
     height:100%;
}
#section-1 .section-img{
     background:url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/scroll_section/communicate.jpg');
     background-position:center;
}
#section-2 .section-img{
     background:url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Homepage/We%20can%20help%20you%20raise%20brand%20awareness.jpg');
     background-position:center;
}
#section-3 .section-img{
     background:url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/scroll_section/motivate.jpg');
     background-position:center;
}
#section-4 .section-img{
     background:url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Homepage/say-thank-you-with-incentive-travel.jpg');
     background-position:center;
}

.section-txt{
    width:50%;
    background:#24222b;
    float:left;
    height:100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;  
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color:#fff;
}
.section-txt .pink-title{
    align-self: flex-start;
    margin-bottom: 10vh;
    margin-top:117px;
    margin-left: 9%;
    max-width: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex; 
}
.section-txt .pink-title span{
    font-size: 64px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: 1.8px;
    color: #ea0097;
    font-family: "balboa-plus-fill",sans-serif;
}
.section-txt .txt{
    max-width:300px;
    margin-left:9%;
    margin-right:9%;
    align-self: flex-start;
    
}
 .section-txt .txt h2{
        font-family: "omnes";
        font-size: 28px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.14;
        letter-spacing: normal;
        color: #ffffff;
        }
.section-txt .txt h2:first-letter{
    float:left;
    font-size: 64px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -1px;
margin-top: -22px;
line-height: 55px;
  font-family: "balboa-plus-fill",sans-serif;
}
.pink-wrapper{
    background-color: #b30274;
}
.pink-wrapper h1{
    margin:0;
    padding:83px 0 48px 0;
  text-align: center;
  font-size:64px;
  color:#fff;
}
.pink-wrapper p{
    max-width:620px;
    color:#fff;
    margin-bottom:45px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.can-help.open{
    top: 120px;
}
.can-help .empty-half {
    width: 50%;
    height: 10px;
    float: left;
}
.can-help .empty-half-2{
    float: left;
    width: 50%;
    max-width: 300px;
    margin-left: 3%;
}
.section-txt .txt p{
    font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: 0.5px;
}
.first{
    height:100vh;
}
.scroll-jacking{
background:blue;

}
.pink-box-wrapper,
.pink-box-wrapper > span{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex; 
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom:60px;
}
.pink-box {
    position: relative;
    margin-bottom: 45px;
    box-shadow: -5px 5px 0 0 #EA0097;
    cursor:pointer;
    background:none;
}
.pink-box.videobox{
    cursor:default;
}
.pink-box.videobox:hover .overlay{
    position:static;
}.pink-box.videobox.hasVideo:hover .overlay{
    position:absolute;
}
.pink-box.videobox.hasVideo{
    cursor:pointer;
}
.pink-box .overlay{
    background:transparent;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    -o-transition: background .25s ease-in-out;
    -ms-transition: background .25s ease-in-out;
}

.pink-box:hover .overlay{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1;
    background:RGBA(78, 134, 238, .73);
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    -o-transition: background .25s ease-in-out;
    -ms-transition: background .25s ease-in-out;
}

.pink-box.hire p a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.pink-box.hire:hover content .link-wrapper a {
    color:#4e86ee;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.pink-box a {
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
    padding: 6px 20px;
    border-radius: 0 8px 8px 0;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    color: #24232b;
    text-decoration: none;
    text-transform: UPPERCASE;
    z-index:2;
}
.pink-box.hire{
    box-shadow:none;
}

.pink-box.hire .overlay{
        background:none;
}

.pink-box.hire content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex; 
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.pink-box.hire content p{
    margin:0;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    max-width: 205px;
    z-index:2;
}
.pink-box.hire content .link-wrapper{
    position:absolute;
    bottom:35px;
    left:0;
    right:0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex; 
    align-items:center;
    justify-content:center;
}
.pink-box.hire content .link-wrapper a{
    position: static;
    padding:0;
    background:transparent;
    color: #ea0097;
    text-transform:none;
}

.pink-box.hire .btn-svg{
display: inline-block;
    height: 19px;
    width: 13px;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;
}
.pink-box.hire .btn-svg path{
    fill:#fff;
}
.pink-box.hire .link-wrapper a:hover, .pink-box.hire .link-wrapper a:hover *{
    color:#03a580;
    fill:#03a580;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.pink-box.hire .link-wrapper a:hover .btn-svg path {
    color:#ffffff;
    fill:#ffffff;
}

/* Style the list */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #24222b;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 0 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}
ul.tab li a img {
    width: auto !important;
    height: auto !important;
}

/* Change background color of links on hover */
ul.tab li a:hover {
    background-color:#32323A;
    }
ul.tab li a:hover img    {
         -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    }

/* Create an active/current tablink class */
ul.tab li a:focus, .tablinks.active {background-color: #ea0097;}
.tablinks.active {
    background-color: #ea0097;
    
    }
    .tablinks.active img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    }
    

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    height: 50vh;
}
.tabcontent content{
    max-width: 960px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    height:100%;
}
.pink-wrapper .tabcontent p{
    font-size: 28px;
    font-weight: 500;
}
.pink-wrapper .tabcontent sup{
        font-family: "balboa-plus-fill",sans-serif;
        font-size: 64px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
          vertical-align: top;
    height: 30px;
    width: 34px;
    display: inline-block;
    position: relative;
    top: -12px;
    text-align: left;
}
.pink-wrapper .tabcontent sup:last-child{
    text-align:right;
    top: 6px;
}
.pink-wrapper .tabcontent a{
    font-size: 64px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.5px;
    text-align: center;
    color: #fff;
    font-family: "balboa-plus-fill",sans-serif;
    width: 140px;
    height: 77px;
    margin-top: 25px;
    text-decoration:none;
}
#slide-1{
    display:block;
    background:url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/home_slider/laithwates.jpg');
    background-size:cover;
    background-position: center;
}
#slide-2{
    background:url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/home_slider/BAimage.jpg');
    background-size:cover;
    background-position: center;
}
#slide-3{
    background:url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/home_slider/Accor.jpg');
    background-size:cover;
    background-position: center;
}
.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.half-page{
    width:50%;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.half-text-wrapper{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-direction: row;
}
.half-text-wrapper .left-text{
    max-width: 480px;
    float: right;
    padding-right: 15%;
    height:100%;
}
.about-us .half-text-wrapper .left-text{
        padding-right: 8%;
}
.half-text-wrapper .left-text h1{
    font-size: 64px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: 1.8px;
  color: #ea0097;
  text-transform:none;
  max-width: 400px;
  text-align: left;
  padding:83px 0;
}
.half-text-wrapper .right-text{
    max-width: 480px;
    float: left;
    padding-left: 8%;
    height:100%;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}
.half-text-wrapper .right-text content{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-direction: column;
    align-self: center;
    max-width:355px;
    width:100%;
}
.half-text-wrapper .right-text content content.buttons,
.half-text-wrapper .right-text content div.buttons{
        align-self: flex-start;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;
       flex-direction: row;
}
.half-text-wrapper .right-text content content.buttons a, .half-text-wrapper .right-text content div.buttons a{
    font-size: 15px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    text-align: center;
    border-radius: 100px;
    padding:15px 24px;
    text-decoration:none;
    text-transform:uppercase;
}
.half-text-wrapper .right-text content content.buttons a:first-child, .half-text-wrapper .right-text content div.buttons a:first-child{
    border: solid 1px #24222b;
    color: #24232b;
    margin-right:20px;
}
.half-text-wrapper .right-text content content.buttons a:first-child:hover,
.half-text-wrapper .right-text content div.buttons a:first-child:hover{
    color:#fff;
    border-color:#4e86ee;
    background:#4e86ee;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.half-text-wrapper .right-text content content.buttons a:last-child, .half-text-wrapper .right-text content div.buttons a:last-child{
    background-color: #eb4596;
    color:#fff;
}
.half-text-wrapper .right-text content content.buttons a:last-child:hover,
.half-text-wrapper .right-text content div.buttons a:last-child:hover{
    color:#fff;
    border-color:#36b9b9;
    background:#36b9b9;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.half-text-wrapper .right-text p{
    color: #24232b;
    text-align:left;
}
.about-us .half-text-wrapper .right-text p{
    margin-bottom: 35px;
}
.dark-bg{
    background-color: #24222b;
}
.white-bg{
     background-color: #f4f4f4;
}


.none{
    display:none !important;
}

/*Pillar page*/


.pillar-page .header-text h1 sub{
    display:block;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 2px;
    font-family:"Omnes",sans-serif;
}
.pillar-page .header-text p{
    margin-left:0 !important;
}
.pillar-page .body-item p{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0.5px;
    color: #ffffff;
}
.pillar-page .body-item p a{
    color:#fff;
}
.pillar-page .body-item h2{
    font-family:"Omnes",sans-serif;
    font-size: 35px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: normal;
    color: #ffffff;
    margin:27px 0 21px;
}
.pillar-page .body-item h3{
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: normal;
    color: #ffffff;
    margin:20px 0;
}
.pillar-page .body-item li{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0.5px;
    color: #ffffff;
}
.pillar-page .page-center {
    float: none !important;
    max-width: 1040px !important;
    margin: 0 auto !important;
    padding: 0 40px;
}
.pillar-page .body-item .span6 img{
    height:auto !important;
}
.pillar-page .body-item .span6 p:first-child,
.pillar-page .body-item .span6 h2:first-child,
.pillar-page .body-item .span6 h3:first-child{
    margin-top:0;
}
.btn{
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
    padding: 14px 40px;
    border-radius: 100px;
    display:inline-block;
    margin-top:10px;
    margin-right:10px;
    text-decoration:none;
    text-transform:uppercase;
        -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
}
.btn-blue{
     background-color: #4e86ee !important; 
     color:#fff !important;
}
.btn-blue:hover{
     background-color: #24222b !important;
     color:#fff !important;
}
.btn-white{
     background-color: #fff !important;
     color:#4e86ee !important;
}
.btn-white:hover{
     background-color: #24222b !important;
     color:#fff !important;
}







/*footer*/
.footer.no-nav{
    padding:0;
}
.footer.no-nav .terms-wrapper{
    margin:0;
}
.footer{
    background:#27272f;
    padding:77px 0 0 0;
    -webkit-font-smoothing: antialiased;
}
.footer-logo{
    margin-bottom:30px;
}
.footer h3{
  color: #eb4596;
  margin:0;
  padding:0;
  padding-bottom:10px;
  text-transform:uppercase;
    text-decoration:none !important;
    font-size: 15px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.6px;
  line-height: 1.69;
}
.footer h3 a{
    color: #eb4596;
    text-decoration:none !important;
    font-size: 15px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.6px;
}
.footer h3 a:hover{
    color:#36b9b9;
}
.footer a{
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #ffffff;
  display:block;
  text-decoration:none;
}
.footer a:hover{
    text-decoration:underline;
}

.footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom:20px;
}
.footer ul li{
    margin-bottom:10px;
}
.footer ul li i{
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 10px;
    vertical-align:top;
    font-size:14px;
}
.footer ul li span{
    display:inline-block;
}
.footer p{
    margin:30px 0 20px 0;
    text-align:left;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
}

.footer p.ft-copyright {
    margin:0 0 20px 0;
}

.footer .footer-btn a{
    font-size: 15px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    color: #ffffff;
    background: #eb4596;
    border-radius: 100px;
    text-align: center;
    width: auto;
    display: inline-block;
    padding: 5px 16px;
    margin-top: 10px;
}
.footer .footer-btn a:hover{
    text-decoration:none;
    background:#36b9b9;
}
.footer .social{
    color:#fff;
}
.footer .social a{
    display:inline-block;
}
.footer .social a:hover i{
    color:#ea0097;
}
.footer .social i{
    font-size:18px;
    line-height: 1.33;
  letter-spacing: 0.7px;
    color: #4e86ee;
    padding:0 5px;
    border-right:1px solid #fff;
    margin: 5px 0;
}

.footer .social a:first-child i{
    margin-left:0;
}
.footer .social a:last-child i{
    margin-right:0;
}
.footer .social .noborder i{
    border-right:0;
}
.footer .website-by{
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: right;
  color: #ffffff;
}
.footer .website-by a{
    display:inline-block;
    font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: right;
  color: #ffffff;
  padding: 10px 0px;
  text-decoration:underline;
}
.footer .website-by a:hover{
    text-decoration:none;
}
.footer .term{
    font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.footer .term a{
    display:inline-block;
    font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding: 10px 0px;
}
.footer .terms-wrapper{
    margin-top:40px;
    background:#24222b;
}

.footer-logos-clients{
    text-align:right;
    position: relative;
}

.footer-logos-clients p {
    text-align:right;
    margin:0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer-logos-clients a{
    display:inline-block;
    margin-left:15px;
    vertical-align:middle;
}

.footer .mobile-list p {
    margin: 0 0 20px 0!important;
}
        
.footer .footer-address-bar {
    margin-top:85px;
}
        
.footer .footer-address-bar ul li:first-child {
    color:#ffffff;
    margin-bottom:0;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: initial;
}

.footer .footer-address-bar .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer .footer-address-bar .row-fluid .layout-widget-wrapper,
.footer .footer-address-bar .row-fluid .layout-widget-wrapper .hs_cos_wrapper_type_rich_text ul {
    height:100%;
    position:relative;
}

.footer .footer-address-bar .row-fluid .layout-widget-wrapper .hs_cos_wrapper_type_rich_text ul li:last-child {
    position:absolute;
    bottom:0;
    margin-bottom:0;
}

.footer .footer-address-bar .row-fluid .layout-widget-wrapper .hs_cos_wrapper_type_rich_text ul li:last-child a {
    text-decoration:underline;
}

.footer .footer-address-bar .row-fluid .layout-widget-wrapper .hs_cos_wrapper_type_rich_text ul li:last-child a:hover {
    text-decoration:none;
}


/* Services Overview Page */

.services-overview .dark-bg {
    background-color: #b30274;
}

.services-overview .half-text-wrapper .right-text content div.buttons a {
    border:none;
}

.services-overview .half-text-wrapper .left-text h1 {
    color:#ffffff;
}

.services-overview-hero {
    background:url(//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Event%20Type/event-type-body-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 167px 0 90px 0;
}

.services-overview-hero h1 {
    color:#ffffff;
    text-align:center;
}

.services-overview-hero p {
    color:#ffffff;
    text-align:center;
    max-width:620px;
    margin-left:auto;
    margin-right:auto;
}

.service-desc {
    max-width:300px;
    z-index: 2;
    position: relative;
    display:inline-block;
}

.services-overview .pink-box img {
    display:block;
}

.service-desc p {
    margin-left:0;
    margin-right:0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    text-align:left;
    padding:21px 28px 31px 25px;
}

.services-overview .pink-box-wrapper {
    align-items: initial;
    padding-top: 50px;
    padding-bottom:0;
}

.services-overview .pink-box-wrapper .pink-box {
    background-color: #b30274;
}

/* Sectors Template */

.sectors .banner-img {
    padding: 163px 0 133px 0;
    margin-top: 0;
    position: relative;
    height: auto;
}

.sectors .banner-img h1,
.sectors .banner-img p {
    color: #ffffff;
    text-align:center;
}

.sectors .banner-img:before {
    background: rgba(0, 0, 0, 0.26);
}

.event-type .post-item.full .title-padding p {
    color: #ffffff;
}

.sectors .delimiter-space {
    padding:110px 0 100px 0;
}

.sectors .work-with-logos .hs_cos_wrapper.hs_cos_wrapper_widget_container.hs_cos_wrapper_type_widget_container {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.sectors .work-with-logos .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image {
    width:23.404255317%;
    margin-right:2.127659574%;
    text-align: center;
    position:relative;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;
    padding-top:12px;
    padding-bottom:12px;
}

.sectors .work-with-logos .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image:before {
    content:'';
    position:absolute;
    border: solid 1px #b4b8c0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sectors .work-with-logos .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image:nth-child(4n) {
    margin-right:0;
}

.sectors .work-with-logos h3 {
    font-weight:500;
}

.sectors .event-cs-heading h3 {
    font-weight: 500;
	color: #ea0097;
}

.sectors .right-text content div.buttons a:first-child {
    border:solid 1px #ea0097;
}

.event-type.sectors .half-text-wrapper .right-text content div.buttons a:first-child {
    padding:15px 28px;
}

/* Incentive Travel */

.incentive-travel .banner-img {
    position:static;
}

.incentive-travel .banner-img:before {
    background:#eb4596;
}

.incentive-travel .benefits-bg {
    background:#eb4596;
    padding-top:150px !important;
    padding-bottom:150px !important;
}

.event-type.incentive-travel .banner-img p {
    max-width:none;
}

.incentive-travel .delimiter-space-sm1.why-penguins {
    background-color: #eb4596;
}

.incentive-travel .delimiter-space-sm1.why-penguins h2,
.incentive-travel .delimiter-space-sm1.why-penguins p {
    color:#ffffff;
}

.incentive-travel .why-penguins-box h3 {
    color:#36b9b9;
}

.incentive-travel .how-we-work h3 {
    color:#36b9b9;
    margin:0 0 30px 0;
}

.event-type.incentive-travel .event-cs-heading {
    margin-top:0;
}

.event-type.incentive-travel .event-cs-heading h3 {
    margin:0 0 25px 0;
    color:#36b9b9;
}

.event-type.incentive-travel .post-item.full .listings-title-wrap {
    background-color:#eb4596AB;
}

.incentive-travel .half-text-wrapper .left-text h1 {
    color:#36b9b9;
}

.event-type.incentive-travel .half-text-wrapper .right-text content div.buttons a:first-child {
    padding:15px 28px;
    background-color:#eb4596;
    border:solid 2px #eb4596;
    color: white;
}

.event-type.incentive-travel .half-text-wrapper .right-text content div.buttons a:first-child:hover {
    border-color: #36b9b9;
    background: #36b9b9;
}

/* Events Overview Page */

.event-over-hero {
    background:url(//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Event%20Type/event-type-body-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 177px 0 103px 0;
}

.event-over-hero h1 {
    color:#ffffff;
    text-align:center;
}

.event-over-hero p {
    color:#ffffff;
    text-align:center;
    max-width:620px;
    margin-left:auto;
    margin-right:auto;
}

.delimiter-space-sm.events-overview-boxes {
    padding:72px 0 85px 0;
    background-color: #af0176;
}

.event-type.event-overview .pink-box-wrapper {
    padding-bottom:0;
}

.event-type.event-overview .pink-box.hire p {
    color:#ffffff;
    text-align:center;
}

.event-type.event-overview .half-text-wrapper .right-text content div.buttons a {
    border:none;
}
.videobox .videoframe{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -100;
    background: RGBA(0,0,0,.9);
    opacity:0;
    visibility:0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
}
.videobox.video-active .videoframe{
    opacity:1;
    visibility:1;
    z-index:100;
}
.videobox .videoframe .close{
    position: absolute;
    right: 25px;
    top: 25px;
}
.videobox .videoframe .close i{
    color:#fff;
    font-size:30px;
    font-style:normal;
}
.videobox .img-wrapper{
    position:relative;
}
.videobox .img-wrapper .play-icon{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 110px;
    width: 64px;
}
.videobox .videoframe .hs-responsive-embed {
    width: 100%;
    height: 100%;
    padding: 25px;
    box-sizing: border-box;
    max-width: 600px;
}
/* Reward and Recognition Page */

.event-type.reward-recognition .half-text-wrapper .right-text content div.buttons a {
    border:none;
}

.event-type.reward-recognition .text-box-include p:first-child {
    -webkit-margin-before: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.event-type.reward-recognition .text-box-include ul li:last-child {
    margin:0 0 0 25px;
}

.event-type.reward-recognition .how-we-work {
    background-color: #b30274;
}

.event-type.reward-recognition .how-we-work h3 {
    color:#ffffff;
}

.event-type.reward-recognition .how-we-work p {
    color:#ffffff;
}

.delimiter-space-sm {
    padding: 90px 0 100px 0;
}

.delimiter-space-sm1 {
    padding: 58px 0 40px 0;
}

.why-penguins-box {
    background-color:#f4f4f4;
    padding: 27px 29px 27px 29px;
}

.why-penguins-box h3 {
    color: #ea0097;
    -webkit-margin-before: 0;
}

.why-penguins-title {
    margin-bottom:54px;
}

.why-penguins-title h2 {
    margin:25px 0 24px 0;
}

.why-penguins-title p {
    max-width:621px;
    margin:0 auto;
}

.why-penguins .rr-row-margin {
    margin-bottom:30px;
}

/* UPDATE */

.event-management.rew-rec .txt-image-wrapper {
    background-color:#36b9b9;
}

.event-management.rew-rec .delimiter-space.change-text h3 {
    color:#36b9b9;
}

.event-management.rew-rec .half-text-wrapper .left-text h1 {
    color:#36b9b9;
}

.event-management.rew-rec .half-text-wrapper .right-text content div.buttons a {
    padding: 15px 20px;
}

.event-management.rew-rec .half-text-wrapper .right-text content div.buttons a:last-child {
    background-color:#36b9b9;
}

.event-management.rew-rec .half-text-wrapper .right-text content div.buttons a:first-child {
    font-weight: 600;
}

.event-management.rew-rec .half-text-wrapper .right-text content div.buttons a:first-child:hover {
    background:#36b9b9;
    border:solid 1px #36b9b9;
    color:#ffffff;
}


/* Event Type Page */

.event-type .half-text-wrapper .right-text content div.buttons a:first-child {
    padding:15px 17px;
}

.event-type .banner-img {
    padding: 177px 0 198px 0;
    margin-top: 0;
    position: relative;
    height: auto;
}

.event-type .banner-img h1 {
    color:#ffffff;
}

.event-type .banner-img p {
    color:#ffffff;
    text-align:center;
    max-width: 622px;
    margin: 0 auto;
}

.event-type .event-type-body {
    background:url(//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Event%20Type/event-type-body-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.event-type .event-type-body p {
    color:#ffffff;
}

.event-type .event-type-body .event-type-lc p:first-child:first-letter{
    font-size: 64px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.8px;
    float: left;
    line-height: 10px;
    margin-top: -7px;
    font-family: "balboa-plus-fill",sans-serif;
}

.event-type .event-type-body h3 {
    color:#ea0097;
}

.event-type .text-box-include {
    border:solid 1px #ffffff;
    padding:32px 57px 35px 30px;
    margin-top: 20px;
}

.event-type .text-box-include h4 {
    color:#ffffff;
    font-weight:600;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-bottom: 30px;
}

.event-type .text-box-include ul {
    color:#ffffff;
    font-family:"Omnes",sans-serif;
    list-style:none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
    margin-left: 10px;
}

.event-type .text-box-include ul li {
    margin: 0 0 23px 25px;
    position:relative;
}

.event-type .text-box-include ul li:before {
    content: '•';
    position: absolute;
    left: -25px;
}

.event-type .text-box-include ul li strong {
    font-weight:600;
    font-family:"Omnes Semibold",sans-serif;
}

.event-type .post-item.full {
    width: 100%;
}

.event-type .post-item.full:hover .listings-title-wrap {
    background:rgba(2,165,128, .67);
}

.event-type .hs-featured-image-wrapper {
    display: inline-block;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.event-type .listings-title-wrap {
    background: rgba(234,0,151,.67);
    max-width: 460px;
    float: right;
}

.event-type .listings-title-wrap .title-padding {
    padding: 40px 35px;
}

.event-type .listings-title-wrap h2 {
    color:#ffffff;
    margin:3px 0 62px 0;
}

.event-type .event-cs-heading {
    margin-top:33px;
}

.event-type .event-cs-heading h3 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 28px 0 25px 0;
}

.event-type .delimiter-space.change-text.event-type-body {
    padding:100px 0 96px 0;
}


/*Team Page*/

.hidden-fields {
    display:none;
}

.about-us .banner-img{
        padding: 175px 0 110px;
    text-align: center;
}
.about-us .banner-img h1{
      font-size: 50px;
  line-height: 1.1;
  letter-spacing: 1.4px;
  text-align: center;
  color: #ffffff;
}
.about-us .banner-img h1 span{
    color: #ea0097;
}
.about-us .banner-img  .page-center{
    max-width:620px !important;
}
.about-us .dark-bg{
    background-color: #b30274;
}
.about-us .half-text-wrapper .left-text h1{
 color: #ffffff;  
 padding: 85px 0 80px;
}
.bg-team{
    background:url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/Team%20Page/screen-shot-2016-12-09-at-134624-rectangle-mask.png');
    background-repeat:no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-team p{
    color:#fff;
}
.team{
    display: -webkit-box !important;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box !important;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox !important;      /* TWEENER - IE 10 */
    display: -webkit-flex !important;     /* NEW - Chrome */
    display: flex !important;
}
.team > span{
    display: inherit;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.team .employee {
    display: -webkit-box !important;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box !important;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox !important;      /* TWEENER - IE 10 */
    display: -webkit-flex !important;     /* NEW - Chrome */
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    max-width: 220px;
    flex-direction: row;
    margin: 30px 10px 0 10px;
}
        
.team .employee .img{
    width:100%;
}
.team .employee content{
    width:100%;
}
.team .employee .img img {
    width: 100%;
}
.team .employee content .text *{
    color:#fff;
}
.team .employee content .socials{
    text-align:center;
    border-bottom:1px solid #fff;
}
.team .employee content .socials a{
    color: #fff;
    font-size: 20px;
    margin: 15px 0;
    display: inline-block;
}

.team .employee content .socials a .fa {
    color: #fff;
}

.team .employee content .socials a .fa:hover {
    color:#ea0097;
}

.team .employee content .text h4{
    text-align:center;
    margin:13px 0;
    font-weight:600;
}
.team .employee content .text p{
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top:0;
    min-height: 50px;
}



/* Pop-up Form */

    

    .reveal-modal-bg { 
        position: fixed; 
    	height: 100%;
		width: 100%;
		background: #000;
		background: rgba(23,23,23,.5);
		z-index: 8;
		display: none;
		top: 0;
		left: 0; 
	}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 0;
        right:0;
		width: 100%;
        max-width:470px;
        margin:0 auto;
		background: transparent;
		position: absolute;
		z-index: 100;
		padding: 0;
        float:none;
	}
    .popup-wrapper,
    .popup-pillar,
    .popup-subscribe{
        position: fixed;
        z-index: -1000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;
        overflow: scroll;

    }
    .popup-form {
        background: #ffffff;
        padding: 60px 90px 37px 90px;
        max-width: 300px;
        margin: 0 auto;
        margin-top: 94px;
        position: relative;
        z-index: 11;
        top:-1000px;

    }
    .form-open,
    .pillar-open,
    .subscribe-open{
        overflow:hidden;
    }
    .form-open .popup-wrapper,
    .pillar-open .popup-pillar,
    .subscribe-open .popup-subscribe{
        z-index:16;
        background: rgba(0,0,0,.5);

    }
    .form-open .popup-wrapper .popup-form,
    .pillar-open .popup-pillar .popup-form,
    .subscribe-open .popup-subscribe .popup-form {
        top:3%;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;    
        transition: all .5s ease-in-out;
    }
    .form-close{
        font-size: 24px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }
    
    .popup-form h3 {
        color: #b30374;
        font-family:"Omnes",sans-serif;
        font-size:18px;
        font-weight:normal;
        margin:0 auto 0 auto;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        letter-spacing: 1px;
        line-height: 1;
        width: 100%;
        text-transform:uppercase;
        padding-bottom:2px;
        border-bottom:solid 1px #24222b;
        text-align:center;
    }
    
    .popup-form .submitted-message {
        text-align:center;
        font-family:"Omnes",sans-serif;
        font-size:14px;
        font-weight:normal;
        color:#b30374;
    }
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
        content:"\f00d";
        font-family:FontAwesome;
		font-size: 2.5em;
		position: absolute;
		top: 60px;
		right: 21px;
		color: #24222b;
        text-decoration:none;
		cursor: pointer;
        -webkit-font-smoothing:initial;
        font-weight:bold;
        line-height:1;
        transition: color 0.3s;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
	} 
    
    .reveal-modal .close-reveal-modal:hover {
        color: #24222b;
        transition: color 0.3s;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
    }
    
    .popup-form .hbspt-form {
        margin:10px 0 0 0;
    }
    
    .popup-form input[type="text"],
    .popup-form input[type="password"],
    .popup-form input[type="datetime"],
    .popup-form input[type="datetime-local"],
    .popup-form input[type="date"],
    .popup-form input[type="month"],
    .popup-form input[type="time"],
    .popup-form input[type="week"],
    .popup-form input[type="number"],
    .popup-form input[type="email"],
    .popup-form input[type="url"],
    .popup-form input[type="search"],
    .popup-form input[type="tel"],
    .popup-form input[type="color"],
    .popup-form input[type="file"],
    .popup-form textarea,
    .popup-form select{
        border-radius:3px;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        border:solid 1px #24222b;
        color:#4a4a4a;
        text-align:left;
        padding:8px 11px 9px 11px;
        width:100%!important;
        box-shadow: inset 0 2px 0 0 #ffffff;
        -webkit-box-shadow: inset 0 2px 0 0 #ffffff;
        -moz-box-shadow: inset 0 2px 0 0 #ffffff;
        font-family:"Omnes",sans-serif;
        font-size:14px;
        font-weight:normal;
        margin: 0 0 5px 0;
    }
    
    .popup-form label {
        font-family:"Omnes",sans-serif;
        font-size:13px;
        font-weight:normal;
        color:#24232b;
        letter-spacing:0.4px;
        line-height:1.77;
    }

    .popup-form input:focus,
    .popup-form textarea:focus,
    .popup-form select:focus{
        outline:none;
    }

    .popup-form textarea{
        height:94px;
    }
    
    .popup-form ul.hs-error-msgs.inputs-list {
        padding-left:0;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        list-style:none;
        margin:0 0 0 0;
    }

    .popup-form ul.hs-error-msgs.inputs-list li{
        -webkit-margin-before:0;
        -webkit-margin-after:0;
        line-height:1;
        margin:0 0 10px 0;
    }

    .popup-form ul.hs-error-msgs.inputs-list li label{
        font-family:"Omnes",sans-serif;
        font-size:14px;
        font-weight:normal;
        color:#b30374;
    }
    
    .popup-form .hs-button.primary.large {
        display:block;
        float:none;
        -webkit-appearance:none;
        text-transform:uppercase;
        border-radius:8px;
        -webkit-border-radius:8px;
        -moz-border-radius:8px;
        background-color: #ea0097;
        color: #fff;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
        border:none;
        border-color:#ea0097;
        letter-spacing:0.6px;
        font-family:"Omnes",sans-serif;
        font-size:15px;
        font-weight:600;
        text-align:center;
        padding: 8px 13px 9px 13px;
        margin-top:15px;
    }

    .popup-form .hs-button.primary.large:hover {
        color:#fff;
        border-color:#4e86ee;
        background:#4e86ee;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
    }
    
    .legal-consent-container p {
        font-size: 13px;
        letter-spacing: 0.4px;
        line-height: 1.5;
    }
    
    .homepage #section-0 video{
        display: inline-block;
        width: 100%;
        height:auto;
        position: absolute;
        background: #000;
        bottom: 0;
        left:0;
    }
    .homepage .header-image{
        background:#000 !important;
    }
    .homepage .txt-image-wrapper{
        position: relative;
        background: #fff;
    }
    .homepage #video_overlays{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: RGBA(0,0,0,.75);
        z-index:10;
    }
    .homepage #section-0 .fake-wrapper{
        position:relative;
        z-index:11;
    }
    .homepage .video-popup{
        position: fixed;
        top: 0;

        left: 0;
        bottom: 0;
        right: 0;
         z-index:-1000;
        background:transparent;


    }
    .homepage.video-open .video-popup{
        background: RGBA(0,0,0,.5);
        z-index: 16;

    }
    .homepage .logo, .homepage .title, .homepage .buttons, .homepage .arrow{
        position:relative;
        z-index:11;
    }
    .homepage .logos-wrapper{
        z-index:11;
    }

    .homepage .video-popup content{
        position: relative;
        z-index: 11;
        margin: 0 auto;
        display: block;
        margin-top: 200px;
        text-align:center;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
        top:-10000px;
    }
    .homepage.video-open .video-popup content{
        top:0;
    }
    .homepage .video-popup content .close-video{
        color: #fff;
        font-size: 24px;
        position: absolute;
        top: -25px;
        cursor: pointer;
    }
    

/*============== System Pages =================*/

/*================ 404 =====================*/

.error-404{
    height: calc(100vh - 77px);
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/System_Pages/404/bitmap.png');
    background-size:cover;
    margin-top: 77px;
}
.error-404 h1{
    color: #ffffff;
    margin:0;
}
.error-404 p{
    max-width:425px;
    float:none;
    margin:35px auto;
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align:center;
}
.error-404 a{
    text-decoration:none;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    background-color: #ea0097;
    padding: 8px 20px;
}
.error-404 a:hover{
    color: #fff;
    border-color: #4e86ee;
    background: #4e86ee;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
/*=============  Blog  =====================*/

/*=============  Blog Listing ==============*/
.blog{
    background:#f4f4f4;
}
.blog .banner-image{
    padding: 140px 0 63px 0;
    margin-top: 0;
    position:relative;
}
.blog .banner-image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: RGBA(0,0,0, .5);
    content: '';
}
.blog .banner-image h1{
    color: #ffffff;
    position:relative;
    max-width: 780px !important;
    margin: 0 auto !important;
    float: none !important;
}
.blog .content-body{
    max-width: 780px !important;
    margin: 0 auto !important;
    float: none !important;
    position:relative;
}

.blog-listing .listings-title-wrap {
    margin:0 20px;
}

.blog-listing .post-listing-simple .post-item {
    width:100%;
    background:transparent;
    margin-bottom:0;
}

.blog-listing .post-listing-simple .post-item h2.post-listing-simple, .case-studies .post-listing-simple .post-item h2.post-listing-simple {
    margin:35px 0 0 0;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: .2px;
    color: #24232b;
    font-family: "balboa-plus-fill",sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-listing .post-listing-simple .post-item h2.post-listing-simple a, .case-studies .post-listing-simple .post-item h2.post-listing-simple a {
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: .2px;
    color: #24232b;
    font-family: "balboa-plus-fill",sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-listing .post-listing{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;

}
.blog-listing .post-item{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    flex-direction: column;
    background:#fff;
    margin-bottom:30px;
    justify-content: space-between;
    display:inline-block;
    position:relative;
}

.blog-listing .post-item .post-body {
    margin-bottom:60px!important;
}

.blog-listing .post-item .more {
    position:absolute;
    right:0;
    bottom:0;
}

.blog-listing .post-item:nth-child(3n + 1){
    width:100%;
}

.blog-listing .post-header{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    float:none;
    display:inline-block;
}
.blog-listing .post-item:nth-child(3n + 1) h2 a{
    font-size: 60px;
}
.blog-listing .post-header h2 {
    margin-top:25px;
    margin-bottom:15px;
    min-height:75px;
    line-height:9px;
}
.blog-listing .post-header h2 a{
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: 0.2px;
    color: #24232b;
    font-family: "balboa-plus-fill",sans-serif;
    text-decoration:none;
    text-transform:uppercase;
}
.blog-listing .post-header h2 a:hover{
    text-decoration:underline;
}
.blog-listing .post-header .hs-featured-image-wrapper{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;    
    height: auto;
    justify-content: center;
    flex-wrap:wrap;
    display:inline-block;
    width:100%;
    max-height:138px;
    overflow:hidden;
}

.blog-listing .post-item:nth-child(3n + 1) .post-header .hs-featured-image-wrapper {
    max-height:305px;
}

.blog-listing .post-item .post-body h2,
.blog-listing .post-item .post-body h3,
.blog-listing .post-item .post-body h4 {
    font-family: "Omnes",sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: 0.5px;
    color: #24232b;
    margin: 0;
    font-weight:bold;
}

.blog-listing .post-header .hs-featured-image-wrapper img{
    max-width: 100%;
    margin: 0;
    width:100%;
    height: auto;
}
.blog-listing .post-header #hubspot-author_data{
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #4e86ee;
}
.blog-listing .post-header #hubspot-author_data a{
    color: #4e86ee;  
}
.blog-listing .post-header #hubspot-author_data a:hover{
    text-decoration:none;
}

.blog-listing .post-body p, .blog-listing .post-body{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: 0.5px;
    color: #24232b;
    margin:0;
}
.blog-listing .post-body{
    margin-top:20px ;
    margin-bottom:30px;
}
.blog-listing .post-body a{
    color:#4e86ee;
}
.blog-listing .post-body a:hover{
    text-decoration:none;
}
.blog-listing .post-item:nth-child(3n + 1) .post-body{
    margin:15px 20px;
}
.blog-listing .post-header #hubspot-author_data, .blog-listing .post-body{
    margin-left:20px;
    margin-right:20px;
}

.blog-listing .more a.more-link {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: normal;
    color: #ffffff;
    background-color: #ea0097;
    text-decoration: none;
    float:right;
    padding: 8px 17px;
    vertical-align: top;
    height: 17px;
}
.blog-listing .more a.more-link i.btn-svg{
    display: inline-block;
    height: 100%;
    width: 12px;
    vertical-align: top;
    margin-right: 5px;
    fill:#fff;
}
.blog-listing .all-topics h3{
    display:none;
}
.blog-listing .all-topics ul{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex; 
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin:0;
}
.blog-listing .all-topics ul li{
    margin:16px 8px;
    display: inherit;
    margin-bottom:0;
}
.blog-listing .all-topics ul li a{
    padding: 3px 10px;
    text-decoration: none;
    vertical-align: middle;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 0.4px;
    text-align: center;
    color: #24232b;
    background-color:transparent;
    border: solid 1px #24222b;
    text-transform:lowercase;
}

.blog-listing .all-topics ul li a:hover {
    background-color: #24232b;
    color:#ffffff;
}

.blog-listing .all-topics ul li a .filter-link-count {
    display:none;
}

.blog-pagination a{
    font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: 0.4px;
  text-align: center;
  color: #24232b;
  text-decoration:none;
}
.blog-pagination{ 
    display: inline-block;
    width: 100%;
    text-align: center;
}
.blog-pagination .previous-posts-link{
    float:left;
}
.blog-pagination .next-posts-link{
    float:right;
}
.blog .subscription{
    background:#b30274;
    margin-top: 80px;
}
.blog .subscription h3{
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #ffffff;
    margin:28px 0;
    float:left;
}
.blog .subscription a.btn{
    float: none;
    margin: 25px 10px 25px 35px;
}
.blog .subscription h3.hs_cos_wrapper{
    display:none !important;
}
.blog .subscription .sub-form{
        margin:29px 0;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: 0.4px;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
}
.blog .subscription form{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex; 
    flex-direction: row;
}
.blog .subscription .hs_email.field.hs-form-field label{
    display:none !important;
}

.blog .subscription .hs_email ul.hs-error-msgs.inputs-list label{
    display:block !important;
    text-align:left;
    font-size: 13px;
}

.blog .subscription .hs_email ul.hs-error-msgs.inputs-list {
    list-style:none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    margin-top: 10px;
}

.blog .subscription .actions{
    height: 100%;
}
.blog .subscription .input input{
    border:1px solid #fff;
    background:transparent;
    color:#fff;
    line-height: 15px;
    min-width: 237px;
    -webkit-border-radius:0;
}
.blog .subscription .actions input{
    height: 29px;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #24232b;
    padding: 2px 30px 4px 30px;
    text-transform: uppercase;
    border: none;
    background: #fff;
    cursor:pointer;
    font-family: "Omnes",sans-serif;
    font-weight:500;
    -webkit-appearance:none;
    -webkit-border-radius:0;
}
.subscription .content-body .subscribe-text-wrapper .span6 {
    margin-right: 4%;
}
.subscribe-text-wrapper{
    text-align:center;
}
.blog .subscription h3{
    float:none;
    display:inline-block;
}
.subscription .content-body .span6 {
    width: 48% !important;
}

.blog.blog-post .banner-image{
    padding: 180px 0 152px 0;
}
.blog.blog-post .post-body{
    max-width:620px !important;
    margin:0 auto !important;
    float:none !important;
    position:relative;
}

.blog.blog-post .post-body img {
    height:auto;
}

.blog.blog-post #hubspot-author_data{
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    padding: 9px 0;
    background: rgba(179,2,116, 0.83);
    text-align: center;
}

.blog.blog-post #hubspot-author_data, .blog.blog-post #hubspot-author_data span, .blog.blog-post #hubspot-author_data a{
    font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #ffffff;
}
.blog.blog-post #hubspot-author_data a{
    font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
}
.blog.blog-post #hubspot-author_data a:hover{
    text-decoration:none;
}
.blog.blog-post .post-body p:first-child:first-letter {
    font-size: 64px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 52px;
    letter-spacing: 1.8px;
    color: #24232b;
    margin-top: -6px;
    float: left;
     font-family: "balboa-plus-fill",sans-serif;
}
.blog.blog-post .post-body a{
      color: #4e86ee;
}
.blog.blog-post .post-body h2 a{
     color: #ea0097;
    text-decoration:none;
}
.blog.blog-post .post-body li{
     font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: 0.5px;
  color: #24232b;
}
.blog.blog-post .custom.contend-body {
    height:80px;
}
.blog.blog-post .post-body a:hover{
    text-decoration:none;
}
.blog.blog-post .content-body.white{
    background:#fff;
    padding-bottom:37px;
}
.blog.blog-post .hs-author-profile{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex; 
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    border-top: 1px solid #000;
    padding-top: 25px;
    margin-top: 25px;
}
.blog.blog-post .hs-author-avatar img{
    width: 86px;
    border-radius: 50px;
}
.blog.blog-post .right{
    max-width: calc(100% - 106px);
    margin-left: 20px;
}
.blog.blog-post .right h4{
    margin-top:0;
}
.blog.blog-post .post-body .hs-author-bio p:first-child:first-letter{
      font-size: 18px !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.28 !important;
  letter-spacing: 0.5px !important;
  margin-top:0;
  color: #24232b !important;
    font-family: "Omnes",sans-serif;
}
.blog.blog-post .post-body .hs-author-bio p span{
    display:block;
}

.blog.blog-post .back-and-topics{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-bottom:80px;
}
.blog.blog-post .back-and-topics .topics-list{
    max-width:70%;
}
.blog.blog-post .back-and-topics .topics-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog.blog-post .back-and-topics .topics-list ul li{
    margin-top:10px;
    margin-left:8px;
    display: inherit;
}
.blog.blog-post .back-and-topics .topics-list ul li a {
    padding: 6px 10px;
    text-decoration: none;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: .4px;
    text-align: center;
    color: #24232b;
    border: solid 1px #24222b;
    text-transform: lowercase;
}
.recom-posts-wrapper .post-title p{
    margin-top:0;
    margin-bottom:15px;
}
.recom-posts-wrapper .post-title p a{
      font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: 0.5px;
  color: #4e86ee;
}
.recom-posts-wrapper .post-title p a:hover{
    text-decoration:none;
}
.blog.blog-post .back-and-topics .back-to-blog a{
     font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: 0.4px;
  color: #24232b;
  text-decoration:none;
}
.blog.blog-post .back-and-topics .back-to-blog a:hover{
    text-decoration:underline;
}
.blog.blog-post .social-share a{
    height:24px;
    width:24px;
    position:relative;
    display: inline-block;
    margin-right:10px;
}
.blog.blog-post .social-share a:first-child:before{
    content:"\f0e1";    
}
.blog.blog-post .social-share a:before{
    content:"\f099";
    position:absolute;
    font-family:fontAwesome;
    font-size:24px;
    color:#4e86ee;
}
.blog.blog-post .social-share a:last-child:before{
        content:"\f0d5";
}
.blog.blog-post .social-share img{
    display:none !important;
}

/* Incentive Travel Blog */

.blog.incentive-travel-blog .banner-image {
    position:static;
    padding: 230px 0 122px 0;
}

.blog.incentive-travel-blog .banner-image:before {
    background:transparent;
}

.blog.incentive-travel-blog .subscription {
    background:#36b9b9;
}

.blog-listing.incentive-travel-blog .more a.more-link {
    background-color:#36b9b9;
}

.blog-listing.incentive-travel-blog .post-listing {
    margin-top:55px;
}

.blog.blog-post.incentive-travel-blog #hubspot-author_data {
    background:rgba(54, 185, 185,0.83);
}

.blog.blog-post.incentive-travel-blog .post-body h2,
.blog.blog-post.incentive-travel-blog .post-body h2 a {
    color:#36b9b9;
}

.incentive-travel-blog blockquote {
    border-left: 7px solid #36b9b9;
}

/*=============  EOF Blog Listing ===========*/

/*Case Studies*/
.case-studies .content-body{
    max-width:960px !important;
}
.case-studies .all-topics{
    margin-bottom:50px;
}

.case-studies .all-topics .filter-link-count {
    display:none;
}

.case-studies .all-topics h3{
    display:none;
}
.case-studies .all-topics ul{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex; 
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin:0;
}
.case-studies .all-topics ul li{
    margin:16px 8px;
    display: inherit;
    margin-bottom:0;
}
.case-studies .all-topics ul li a{
    padding: 3px 10px;
    text-decoration: none;
    vertical-align: middle;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 0.4px;
    text-align: center;
    color: #24232b;
    border: solid 1px #24222b;
    text-transform:lowercase;
    background-color:transparent;
}

.case-studies .all-topics ul li a:hover{
    background-color: #24232b;
    color:#ffffff;
}

.case-studies .post-item.full .hs-featured-image-wrapper{
    display:inline-block;
    width:100%;
    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
}
.case-studies .hs_cos_flex-control-nav{
    bottom:-26px;
}
.case-studies .post-item.full .listings-title-wrap{
    background:rgba(234,0,151,.67);
    max-width:460px;
    float:right;
    padding:40px; 35px;
}
.case-studies .post-item.full .listings-title-wrap h2{
    margin:0;
    padding:0;
    line-height: 42px;
      font-size: 64px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: 1.8px;
  color: #ffffff;
}
.case-studies.blog.blog-post .back-and-topics .back-to-blog a{
   color: #b30374;
}
.case-studies .widget-type-image_slider{
        max-width: 620px;
    margin: 0 auto !important;
    float: none !important;
}
.case-studies .spn-3 {
    width: 33%;
    float: left;
    min-height: 5px;
}
.case-studies .post-item.full .listings-title-wrap a{
  font-size: 64px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: 1.8px;
  color: #ffffff;
  text-decoration:none;
}
.case-studies .post-item.full .listings-title-wrap span{
    display:inline-block;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: 0.5px;
    color: #ffffff;
    padding:17px 0;
}
.case-studies .post-listing{
        display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.case-studies .post-listing .post-item.full{
    width:100%;
    margin-bottom:23px;
}
.case-studies .post-listing .post-item.normal{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 32%;
    margin-right:2%;
    background-color: #24222b;
    margin-bottom: 23px;
    flex-wrap: wrap;
}

.case-studies .post-listing .post-item.normal:nth-child(3n){
    margin-right:0;
}

.case-studies .post-listing .post-item.normal a{
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0.2px;
    color: #ea0097;
    text-decoration:none;
}
.case-studies .post-listing .post-item.normal>a{
        display: inherit;
    flex-wrap: wrap;
}

.case-studies .post-listing .post-item.normal .hs-featured-image{
    max-width: 100%;
    margin: 0;
    width:100%;
    max-height:117px;
}
.case-studies .post-listing .post-item.normal .hs-featured-image-wrapper{
    display: inherit;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    width:100%;
}
.case-studies .post-listing .post-item.normal .who{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom:15px;
    margin-left: 25px;
    align-self: flex-start;
}
.case-studies .post-listing .post-item.normal:hover{
      background-color: #02a580;
}
.case-studies .post-listing .post-item.full:hover .listings-title-wrap{
    background:rgba(2,165,128, .67);
}
.case-studies .post-listing .post-item.normal:hover h2{
    color:#fff;
}
.case-studies .post-listing .post-item.normal:hover h2 a{
    color:#fff;
}
.case-studies .post-listing .post-item.normal h2{
    margin: 25px;
    width: auto;
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0.2px;
    color: #ea0097;
}

.case-studies .half-text-wrapper .right-text content div.buttons a {
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    text-align: center;
    border-radius: 100px;
    padding: 15px 24px;
    text-decoration: none;
    text-transform: uppercase;
}
.case-studies .half-text-wrapper .right-text content div.buttons a:last-child, .event-management .half-text-wrapper .right-text content div.buttons a:last-child {
    background-color: #ea0097;
    color: #fff;
}
.case-studies .half-text-wrapper .right-text content div.buttons a:last-child:hover,
.event-management .half-text-wrapper .right-text content div.buttons a:last-child:hover{
        color: #fff;
    border-color: #4e86ee;
    background: #4e86ee;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.case-studies .half-text-wrapper .right-text content div.buttons a:first-child{
    display:none;
}
.case-studies .half-text-wrapper .right-text p {
    color: #24232b;
    text-align: left;
    margin-bottom: 45px;
}
.case-studies .half-text-wrapper .left-text{
    padding-right:8%;
}
.case-studies .blog-section{
    margin-bottom:150px;
}
.case-studies .half-text-wrapper .white-bg {
    background-color: #fff;
}
.case-studies .pink-blog-section{
    position: relative;
    top: -68px;
    background: rgba(234,0,151, .84);
    max-width: 780px;
    margin: 0 auto !important;
    float: none !important;
    padding: 0 40px;
}
.case-studies .pink-blog-section *{
    color:#fff;
}
.case-studies .pink-blog-section h4{
    margin-bottom:0;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
}
.case-studies .pink-blog-section p{
    margin-top:0;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
}
.case-studies-post.blog .banner-image h1{
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding-top: 22px;
}
.case-studies-post.blog .banner-image span p{
      font-size: 28px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
    font-family: "Omnes",sans-serif !important;
    margin:22px 0;
}
.case-studies .blog.blog-post .back-and-topics .back-to-blog a{
    color: #b30374;    
}
.case-studies .hs_cos_flex-slider{
    margin: 0 0 23px;
}
.case-studies .hs_cos_wrapper_type_image_slider{
    background-color: #24222b;
}
.case-studies .hs_cos_flex-control-paging li a{
     background-color: #fff;
}
.case-studies .hs_cos_flex-control-paging li a.hs_cos_flex-active{
     background-color: #ea0097;    
}
.case-studies .hs_cos_flex-direction-nav a{
    background: url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/Design_By_Blend/arrows.png') no-repeat 0 0;
} 
.case-studies .hs_cos_flex-direction-nav .hs_cos_flex-next{
        background-position: 100% 0;
}
/*================ EOF Blog =================*/


/*================ Text Template =================*/
.text-template{
    background:#f4f4f4;
}
.text-template .banner-img{
    padding: 140px 0 63px 0;
    margin-top: 0;
    position: relative;
    height:auto;
}
.text-template .banner-img h1{
    color:#fff;
}
.text-template .small-page-center{
    max-width:780px;
    float:none !important;
    margin:0 auto !important;
}
.text-template .small-page-center.container{
    background:#fff;
    padding:80px;
    margin-top:55px !important;
    margin-bottom:120px !important;
}
.text-template .small-page-center.container a{
    color:#4e86ee;
}
.text-template .small-page-center.container a:hover{
    text-decoration:none;
}

.text-template .small-page-center.container p:first-child:first-letter{
    font-size: 64px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 52px;
    letter-spacing: 1.8px;
    color: #24232b;
    margin-top: -6px;
    float: left;
     font-family: "balboa-plus-fill",sans-serif;
}


/*================ EOF Text template =================*/

/*================ Event Management =================*/

.event-management .banner-img{
    padding: 140px 0 63px 0;
    margin-top: 0;
    position: relative;
    height:auto;
}
.event-management .banner-img h1{
    color:#fff;
}
.event-management .txt-image-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 600px;
    background-color: #b30274;
}
.event-management .txt-image-wrapper>div {
    flex-basis: 50%;
}
.event-management .txt-image-wrapper .fake-page-center {
    max-width: 480px;
    float: right;
    padding-left:8%;
}
.event-management .txt-image-wrapper .fake-page-center p {
    margin-right: 29%;
    color:#fff;
}
.event-management .txt-image-wrapper .image {
    background-size: cover !Important;
    flex-basis: 50%;
    height: 100%;
}
.event-management .change-text h3{
    color: #ea0097;
}
.event-management .change-text h3:first-child{
    margin-top:0;
}
.event-management .half-text-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}
.event-management .dark-bg {
    background-color: #24222b;
}
.event-management .half-page {
    width: 50%;
}
.event-management .half-text-wrapper .left-text {
    max-width: 480px;
    float: right;
    padding-right: 15%;
    height: 100%;
    padding-left:8%;
}
.event-management .half-text-wrapper .left-text h1 {
    font-size: 64px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: 1.8px;
    color: #ea0097;
    text-transform: none;
    max-width: 400px;
    text-align: left;
    padding: 83px 0;
}
.event-management .white-bg {
    background-color: #f4f4f4;
}
.event-management .half-text-wrapper .right-text {
    max-width: 480px;
    float: left;
    padding-left: 8%;
    padding-right:8%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.event-management .half-text-wrapper .right-text content, .event-management .half-text-wrapper .right-text content div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-self: center;
    max-width: 355px;
}
.event-management .half-text-wrapper .right-text p {
    color: #24232b;
    text-align: left;
}
.event-management .half-text-wrapper .right-text content div.buttons {
    align-self: flex-start;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;

}
.event-management .half-text-wrapper .right-text content div.buttons a:first-child {
    border: solid 1px #24222b;
    color: #24232b;
    margin-right: 20px;

}
.event-management .half-text-wrapper .right-text content div.buttons a {
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    text-align: center;
    border-radius: 100px;
    padding: 15px 24px;
    text-decoration: none;
    text-transform: uppercase;
}
.event-management .half-text-wrapper .right-text content div.buttons a:last-child {
    background-color: #ea0097;
    color: #fff;
}



/*================ EOF Event Management =================*/
.email-pref #email-prefs-form p{
    font-size: 18px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 1.28 !important;
    letter-spacing: 0.5px !important;
    color: #24232b !important;
    margin-top:10px !important;
    margin-bottom:10px !important;
}
.email-pref p.header{
    margin-left:16px;
}
.email-pref .header-img{
    padding: 140px 0 63px 0;
    margin-top: 0;
    position: relative;
    height:auto;
}
.email-pref .header-img h1{
    color:#fff;
}
.email-pref .container{
    padding-top: 110px;
    padding-bottom: 140px;
}
.email-pref .container .page-header{
    max-width:525px;
    margin-left:16px;
}
.email-pref .container .page-header h1{
    display:none !important;
}
.email-pref .container .page-header h2{
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #24232b;
    font-family: "Omnes",sans-serif !important;
}
.email-pref .container .email-prefs .item-inner{
    border:none;
    background:#fff;
}
.email-pref .container .email-prefs .item-inner p{
    display:none !important;
}
.email-pref .container .email-prefs .item{
    margin:0 !important;
}
.email-pref .container .email-prefs .checkbox-row, .email-pref .container .email-prefs .checkbox-row .fakelabel{
    display:inline-block;
}
.email-pref .container .email-prefs .checkbox-row .fakelabel span, .email-pref .container .email-prefs .subscribe-options p span {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
    margin: 2px 0 2px 11px;
    font-family: "Omnes",sans-serif !important;
}
.email-pref .container .email-prefs .subscribe-options p span{
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
.email-pref .container .email-prefs .item-inner p, .email-pref .container .email-prefs .subscribe-options p.header{
    font-size: 18px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 1.28 !important;
    letter-spacing: 0.5px;
    color: #24232b;
    margin-left:0;
    font-family: "Omnes",sans-serif !important;
}
.email-pref .container .email-prefs .subscribe-options p.header{
     margin-left:16px;
 }
.email-pref .container .email-prefs .subscribe-options input{
      margin-left:0;
  }
.email-pref .container .email-prefs .item-inner.hovered{
    box-shadow:none;
}
.email-pref .container .email-prefs input.hs-button.primary{
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
    font-family: "Omnes",sans-serif !important;
    border: 0;
    border-radius: 8px;
    background-color: #ea0097;
    padding: 3px 22px;
    text-transform: uppercase;
    margin-left: 16px;
    cursor:pointer;
}
.email-pref .container .email-prefs input.hs-button.primary:hover{
    color: #fff;
    border-color: #4e86ee;
    background-color: #4e86ee;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

/*Landing Page*/
.lp textarea,
.lp input[type="text"],
.lp input[type="password"],
.lp input[type="datetime"],
.lp input[type="datetime-local"],
.lp input[type="date"],
.lp input[type="month"],
.lp input[type="time"],
.lp input[type="week"],
.lp input[type="number"],
.lp input[type="email"],
.lp input[type="url"],
.lp input[type="search"],
.lp input[type="tel"],
.lp input[type="color"],
.lp select{
    border-radius: 3px;
    border: solid 1px #24222b;
        padding-top: 9px;
    padding-bottom: 9px;
    background:transparent;
    -webkit-appearance:none !important;
}
.lp form .hs-form-field{
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.77;
    letter-spacing: 0.4px;
    color: #24232b;
}
.lp .hs-error-msgs{
    list-style:none;
    padding:0;
}
.lp .hs-error-msgs label{
        font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.77;
    letter-spacing: 0.4px;
    color: #24232b;
}
.lp .actions input{
    border-radius: 8px;
    background-color: #ea0097;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
    border:none;
    outline:0;
    margin-top: 15px;
    padding: 9px 21px;
    cursor:pointer;
}
.lp .widget-type-form h3{
    margin:0;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: 0.5px;
    text-align: center;
    color: #b30374;
    border-bottom:1px solid #24222b;
    margin-bottom:15px;
    text-transform:uppercase;
}

.lp.ty .header-text{
    text-align:center;
}
.lp.ty .header-text p{
    font-size: 28px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.lp .delimiter-space{
    background-color: #f4f4f4;
}
.lp.ty .header-text h2{
    margin:0;
}
.lp.ty .header-text .btn-blue a{
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
      border-radius: 100px;
  background-color: #4e86ee;
padding: 14px 26px;
  text-decoration:none;
  display:inline-block;
  margin-top:30px;
  text-transform:uppercase;
}
.lp .no-page-center .left{
    width: 50%;
    float: left;
    background: #fff;
}
.lp .no-page-center .content-wrp {
    max-width: 480px;
    float: left !important;
}
.lp .no-page-center .left .content-wrp{
    float: right !important;
    padding-right: 8%;
    background: #fff;
}
.lp .no-page-center .right{
    width: 50%;
    float: left;
    margin: 0;
    background: #f4f4f4;
}
.lp .no-page-center .right .content-wrp{
    padding-left: 8%;
}
.lp .banner-color h2{
    margin:0;
}
 /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
         .pink-box-wrapper{
            justify-content: center; 
         }
         .pink-box{
             margin: 20px;
         }
        .half-text-wrapper .left-text h1, .half-text-wrapper .left-text, .txt-image-wrapper .fake-page-center{
            padding-left:8%;
        }
        .half-text-wrapper .right-text{
            padding-right:8%;
        }
        .txt-image-wrapper .fake-page-center p {
            margin-right: 29%;
        }
        .main-nav-container{
            padding:0 2%;
        }
        .logos-wrapper .logos{
            padding: 15px 35px;
        
        }
        .footer .terms-wrapper, .footer .footer-first-section{
            padding-left: 35px;
            padding-right: 35px;
        }
        .case-studies .half-text-wrapper .left-text, .case-studies .half-text-wrapper .left-text h1, .about-us .half-text-wrapper .left-text h1{
            padding-left:0;
        }
        .case-studies .half-text-wrapper .left-text,
        .about-us .half-text-wrapper .left-text{
                padding-right: 13%;    
                padding-left:0;
        }
        .homepage #section-0 video {
            display: inline-block;
            width: auto;
            height: 100%;
            position: absolute;
            background: #000;
            bottom: 0;
        }
             
        
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        body{           
            -webkit-transition: all 1s ease;
          -moz-transition: all 1s ease;
          -o-transition: all 1s ease;
          -ms-transition: all 1s ease;
          transition: all 1s ease;
        }
        p, li, blockquote, .blog.blog-post .post-body li{
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.43;
            letter-spacing: 0.4px;
        }
        .homepage .video-popup content{
            margin-top:100px;
        }
        
        .homepage .video-popup content .close-video {
            right:0;
            left:0;
            top:-30px;
        }
        
        .blog.blog-post .back-and-topics{
            padding-bottom:0;
        }
        
        .section-img, .section-txt{
            width:100%;
            height:50%;
        }
         .logos-wrapper .logos{
            justify-content: center;
            padding-left:0;
            padding-right:0;
        }
        .half-text-wrapper, .event-management .half-text-wrapper{
            flex-direction: column;
        }
        .half-page, .event-management .half-page{
            width:100%;
        }
        .half-text-wrapper .left-text h1{
            padding-left:0;
        }
        .half-text-wrapper .right-text{
            padding-top: 50px;
            padding-bottom: 90px;
        }
        .half-text-wrapper .right-text content content.buttons, .event-management .half-text-wrapper .right-text content div.buttons{
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
        }
        .half-text-wrapper .right-text content content.buttons a:first-child, .event-management .half-text-wrapper .right-text content div.buttons a:first-child{
            margin-bottom:25px;
             margin-right:0;
        }
        .half-text-wrapper .left-text{
            padding-right:8%;
        }
        .main-nav-container .menu-container{
            position: absolute;
            background: #f4f4f4;
            margin: 0;
            padding: 18px 0;
            width: 64vw;
            left: 0;
        }
        .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
            width:100% ;
        }
        .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
            width:99%;
        }
        .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li{
            position:relative;
        }
        .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after{
             position: absolute;
            content: "\f138";
            font-family: fontAwesome;
            font-size: 20px;
            top: 9px;
            right: 10px;
            color: #b4b8c0;
            border-radius: 50%;
            transition: all 0.5s ease;
        }
        .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
            width:100% ;
            float:left !important;
        }
        .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
            color:#24232b;
            text-align:left;
            width: auto;
            float: left;
        }
        .small-nav-container{
            display:none !important;
        }
        .mobile-trigger{
            display:block !important;
        }
        .mobile-trigger{
            position: absolute;
            top: 14px;
            right: 26px;
            font-size: 24px;
            z-index:100;
        }
        .mobile-trigger i{
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }
         .nav-open.mobile-trigger i{
             color:#b30374;
         }
        .main-nav-container .menu-container{
            left:-100vw;
              -webkit-transition: all 1s ease;
          -moz-transition: all 1s ease;
          -o-transition: all 1s ease;
          -ms-transition: all 1s ease;
          transition: all 1s ease;
        }
        .main-nav-container .nav-open.menu-container{
            left:0;
        }
           .hs-item-has-children:after{
            position: absolute;
            content: "\f055";
            font-family: fontAwesome;
            font-size: 20px;
            top: 11px;
            right: 15px;
            color: #b4b8c0;
            border-radius: 50%;
            transition: all 0.5s ease;
        }
        .active.hs-item-has-children:after{
            content: "\f056";
            color: #b30374;
        }
        .main-nav ul li.hs-item-has-children ul.hs-menu-children-wrapper{
            visibility: visible !important; 
            opacity: 1 !important; 
            position: static !important; 
            display:none;
            padding:0;
        }
        
        .bg-team,
        .event-type .event-type-body {
            background:#32323A!important;
        }
        
        /*  Typegraphy  */
        .header-image .title h1{
            font-size: 42px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.67;
            letter-spacing: 1.8px;
        }
        .header-image .title p{
            font-size: 22px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.23;
            letter-spacing: 2px;
        }
        .logos-wrapper .logos{
            flex-wrap: wrap;
        }
        .logos-wrapper .logos img{
                margin: 8px 17px;
        }
        .txt-image-wrapper{
            height: auto;
            flex-direction: column-reverse;
        }
        .event-management .txt-image-wrapper{
            height: auto;
            flex-direction: column;
        }
        .txt-image-wrapper>div:first-child{
            padding: 90px 0;
        }
        .txt-image-wrapper .image, .event-management .txt-image-wrapper .image{
            flex-basis: 100%;
            height: 400px;
            width: 100%;
        }
        .txt-image-wrapper .fake-page-center p{
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.43;
            letter-spacing: 0.4px;
        }
        .section-txt .pink-title span{
            font-size:50px;
        }
        .section-txt .txt h2{
        font-size: 22px;
        }
        .section-txt .txt p{
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.43;
            letter-spacing: 0.4px;
        }
        .section-txt .pink-title{
            margin-bottom: 30px;
            margin-top: 44px;
        }
        .section-img{
            height:290px;
        }
        .section-txt{
            height:auto;
            padding-bottom: 110px;
        }
        .section-txt{
            height: auto;
        }
        .pink-wrapper h1{
            font-size: 50px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.04;
            letter-spacing: 1.4px;
            padding-left:25px;
            padding-right:25px;
            display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;      /* TWEENER - IE 10 */
            display: -webkit-flex;     /* NEW - Chrome */
            display: flex;
            max-width: 270px;
            margin: 0 auto;
        }
        ul.tab li{
            width:31%;
        }
        .pink-wrapper p{
            padding:0 25px;
            margin-bottom:25px;
        }
        .tabcontent content{
            flex-direction: row;
        }
        .tabcontent content p{
            font-size: 22px!important;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.23;
        }
        .half-text-wrapper .left-text h1, .event-management .half-text-wrapper .left-text h1{
            font-size: 50px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.04;
            letter-spacing: 1.4px;
        }
        .half-text-wrapper .right-text p{
            padding:0;
        }
        .mobile-list {
            float: left !important;
            width: 50% !important;
            margin: 30px 0;
            padding-right:5px;
            }
        
        .footer .footer-btn a{
            display: inline-block;
            padding: 0 13px;
        }
        .section-txt .txt h2:first-letter{
            font-size: 50px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.2;
            letter-spacing: -1px;
        }
        .footer .footer-first-section, .footer .terms-wrapper{
            padding-right:20px;
            padding-left:20px;
        }
        .footer .terms-wrapper .span6{
                float: left !important;
                width:60% !important;
        }
        .footer .terms-wrapper .span6:last-child{
            width:40% !important;
        }
        
        .footer .footer-address-bar .row-fluid {
            display:block;
        }
        
        .footer .footer-address-bar .row-fluid .layout-widget-wrapper,
        .footer .footer-address-bar .row-fluid .layout-widget-wrapper .hs_cos_wrapper_type_rich_text ul {
            height:auto;
            position:static;
        }
        
        .footer .footer-address-bar .row-fluid .layout-widget-wrapper .hs_cos_wrapper_type_rich_text ul li:last-child {
            position:static;
        }
        
        .footer .footer-address-bar {
            margin-top:0;
        }
        
        .footer-logos-clients {
            position:static;
        }
        
        .footer-logos-clients p {
            position:static;
        }
        
        .logo img{
            width:113px !important;
            padding-left:10px;
        }
        .main-nav-container .logo{
            margin:17px 0 12px;
        }
        .header-image{
            height:auto;
            padding: 110px 0 10px 0;
            position:relative;
        }
        .logos-wrapper {
            position: relative;
            bottom: -10px;
            width: 100%;
        }
        .txt-image-wrapper .fake-page-center p:first-child:first-letter {

            line-height: 10px;
            margin-top: -7px;
        }

        .full-height {
            height: auto;
        }
        .tabcontent{
            height:auto;
        }
        .mobile{
            display:flex !important;
        }
        .desktop{
            display:none !important;
        }
        .txt-image-wrapper .image{
            background-position:center;
        }
        .tabcontent{
            padding: 40px 12px;
        }
        .half-text-wrapper .right-text, .event-management .half-text-wrapper .right-text{
            justify-content: center;
            display: flex;
            float: none;
            margin: 0 auto;
        }
        .half-text-wrapper .right-text content, .event-management .half-text-wrapper .right-text content, .event-management .half-text-wrapper .right-text content div{
                max-width: 389px;
        }
        .half-text-wrapper .left-text{
            float: none;
            margin: 0 auto;
        }
        ul.tab li a{
            padding: 10px 16px;
        }
        .simple-nav ul li{
        }
        .simple-nav ul li a{
            float:none !important;
            display:inline-block !important;
            border: none;
            color: #fff !important;
            background: #4e86ee;
            margin-top:20px;
            margin-left:15px !important;
        }
        
        /*Case Studies*/
        .case-studies .post-listing .post-item.normal{
            width:100%;
            margin-right:0;
        }
        .case-studies .post-item.full .listings-title-wrap{
            padding:20px;
        }
        .case-studies .post-item.full .listings-title-wrap a{
            font-size: 42px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 48px !important;
            letter-spacing: 1.8px;
        }
        
        .case-studies .all-topics {
            margin-bottom:16px;
        }
        
        .case-studies .all-topics ul {
            margin:16px 0 0 0;
        }
        
        .case-studies .all-topics ul li {
            margin:0 10px 10px 0;
        }
        
        .case-studies .all-topics ul li a {
            padding:0;
            border:none;
            position:relative;
        }
        
        .case-studies .all-topics ul li a:after {
            position:absolute;
            content:',';
        }
        
        .case-studies .all-topics ul li:last-child a:after {
            content:'';
        }
        
        .case-studies .blog-pagination {
            display:block;
        }
        
        .case-studies .blog-pagination .previous-posts-link,
        .case-studies .blog-pagination .all-posts-link,
        .case-studies .blog-pagination .next-posts-link {
            width:100%;
            float:none;
            display:block;
        }
        
        .case-studies .spn-3 {
            width:100%;
            float:none;
            display:block;
        }
        
        .case-studies .blog-section {
            margin-bottom:50px;
        }
        
/*============Blog ================*/
        .blog-listing .post-item{
            width:100% !important;
        }
        .blog-listing .post-header h2 a {
            font-size: 35px !important;
        }
        .blog-listing .post-item .post-body {
            margin: 15px 20px;
        }
        .blog .content-body{
                padding: 0 20px;
        }
        
        .blog-listing .all-topics ul {
            margin:16px 0 0 0;
        }
        
        .blog-listing .all-topics ul li {
            margin:0 10px 10px 0;
        }
        
        .blog-listing .all-topics ul li a {
            padding:0;
            border:none;
            position:relative;
        }
        
        .blog-listing .all-topics ul li a:after {
            position:absolute;
            content:',';
        }
        
        .blog-listing .all-topics ul li:last-child a:after {
            content:'';
        }
        
        .blog .subscription{
            text-align: center;
            align-items: center;
            display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;      /* TWEENER - IE 10 */
            display: -webkit-flex;     /* NEW - Chrome */
            display: flex;
            justify-content: center;
        }
        .subscription .content-body .subscribe-text-wrapper .span6 {
            margin-right: 0;
        }
        .subscription .content-body .span6 {
            width: 100% !important;
        }
        .blog .subscription .input input{
            min-width: 150px;
            height:29px;
        }
        .blog .subscription .actions input{
            padding: 2px 15px 4px 15px;
            height:29px;
            margin:0;
        }
        .error-404{
            height: calc(100vh - 57px);
            margin-top: 57px;
        }
        .text-template .small-page-center.container{
            padding-right: 15px;
            padding-left: 15px;
        }

/*==============EOF Blog ===========*/
        .event-management .change-text .widget-type-linked_image{
           display:none !important;
        }
        h1{
            font-size: 42px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 48px !important;
            letter-spacing: 1.8px;
        }
        .delimiter-space{
            padding: 60px 0;
            padding-left: 8%;
            padding-right: 8%;
            
        }
        
        .delimiter-space-sm {
            padding: 60px 0;
            padding-left: 8%;
            padding-right: 8%;
        }
        
        .delimiter-space-sm1 {
            padding: 60px 0;
            padding-left: 8%;
            padding-right: 8%;
        }
        
        .services-overview-hero {
            padding: 140px 0 63px 0;
        }
        
        .event-over-hero {
            padding: 140px 0 63px 0;
        }
        
        .why-penguins .rr-row-margin {
            margin-bottom:0;
        }
        
        .event-type .delimiter-space.change-text.event-type-body {
            padding: 60px 0;
            padding-left: 8%;
            padding-right: 8%;
        }
        
        .event-type .banner-img {
            padding:140px 0 63px 0;
        }
        
        .event-type .text-box-include {
            padding:32px 30px 35px 30px;
        }
        
        .event-management .txt-image-wrapper .fake-page-center p {
            margin-right: 8%;
        }
        .event-management .half-text-wrapper .left-text h1{
            padding: 50px 0;
        }
        .event-management .banner-img h1{
            padding: 0 15px;
        }
        .homepage .header-image{
            background:url('//2503545.fs1.hubspotusercontent-na1.net/hubfs/2503545/screen-shot-2016-12-09-at-134624-rectangle-mask.jpg') !important;
        }
        .homepage #video_overlays, .homepage #section-0 video{
            display:none;
        }
        .mobile-no-pad{
            padding:0 !important;
        }
        .case-studies.blog.blog-post .custom.contend-body{
            height:auto;
        }
        .case-studies .pink-blog-section{
            position:static;
            text-align:center;
        }
        .case-studies .half-text-wrapper .right-text, .case-studies .half-text-wrapper .left-text{
            margin-left:0;
            padding-left:15px;
            justify-content: flex-start;
        }
        .about-us .banner-img {
            padding: 90px 0 70px;
        }
        .team > span{
            justify-content: center;
        }
        .about-us .half-text-wrapper .left-text h1 {
            padding-left: 8% !important;
        }
        .lp .no-page-center .left, .lp .no-page-center .right{
            width:100%;
        }
        .lp .no-page-center .content-wrp{
            max-width:100% !important;
            float:none !important;
        }
        .lp .banner-color, .lp .banner-color .txt-right{
            text-align:center !important;
        }
        .lp.ty .banner-color{
                padding: 60px 0 65px 0 !important;
        }
        
        .sectors .delimiter-space.change-text {
            padding: 60px 0;
            padding-left: 8%;
            padding-right: 8%;
        }
        
        .sectors .work-with-logos .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image {
            width:49%;
            margin-right:2%;
        }
        
        .sectors .work-with-logos .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image:nth-child(2n) {
            margin-right:0;
        }
        
        .incentive-travel .benefits-bg {
            padding:0 0;
            background:none;
        }
        
        .incentive-travel .how-we-work .widget-type-linked_image {
            display:none!important;
        }
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }