/* @import url('http://example.com/example_style.css'); */
/*@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');*/
@import url('https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css');
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,300,600,700,700italic,800);

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

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

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

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

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

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

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

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

/* Blog Author Section */

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

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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




/* HTML 5 Reset */

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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/
 
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
body { margin:0; padding:0; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight:300; font-size:15px; line-height:26px; color:#616874; background:#fff; overflow-x:hidden; }

img { border:0;  }
img , iframe { vertical-align: top; }
p { padding:5px 0 15px; margin:0; }

hr { border-color:#ccc; clear:both; margin-top:30px }
.img-responsive2 { max-width:100%; height:auto }

.clear { clear:both }

h1 { color:#da2627; font-family:'Open Sans Condensed', Arial, Helvetica, sans-serif; font-size:40px; margin:0; padding:10px 0 15px; line-height:45px; font-weight:700; clear:both }
h2 { font-weight:300; color:#262b35; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:35px; line-height:40px; margin:0; padding:10px 0 10px; clear:both }
h3 { font-weight:500; color:#333; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; margin:0; padding:10px 0 10px; clear:both }
h4 { font-weight:300; color:#333; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:28px; line-height:34px; margin:0; padding:10px 0 10px; clear:both }
h5 { font-weight:300; color:#333; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; font-weight:600 }
h6 { font-weight:700; color:#262b35; font-family:'Open Sans Condensed', Arial, Helvetica, sans-serif; font-size:16px; margin:0; padding:10px 0; line-height:26px; clear:both; text-transform:uppercase; }

a { text-decoration:none; outline:none; color:#da2627; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#333; }

input , button , textarea { border:none; outline:none;  font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:15px; font-weight:300; }
input[type=submit] , button { font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:15px; font-weight:300; cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/blank.png) no-repeat left top; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.row-fluid [class*="span"] { min-height:0; }

/*.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }*/
.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:top center; }
.row-fluid .bg-img { display:none; }
 
.row-fluid .wrapper { margin:0 auto !important; width:1113px; float:none !important; } 

.row-fluid .bodybg { position:fixed; left:0; top:0; width:100%; height:100%; z-index: -1; }
.row-fluid .video-bg { position:absolute; left:0; top:0; width:100%; height:100%; }
.row-fluid .video-bg iframe { width:100% !important; }
 

.row-fluid .top { padding:34px 26px 34px 42px; position:absolute; left:0; top:0; width:100%; z-index:99; }
.row-fluid .logo { width:auto; }
.row-fluid .top-right { width:auto; float:right; margin-right:30px;}
.row-fluid .mainmenu { width:auto; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li { display:inline-block; padding:0 18px; line-height:1; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child { padding-right:0; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link, .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { padding:0; line-height:20px; font-family: 'Open Sans Condensed', sans-serif; font-weight:700;; vertical-align:top; font-size:15px; color:#f5f5f5; text-transform:uppercase }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover { color:#ff0000; }
.span9.top-right .span9.widget-span { width:auto; float: none !important;display: inline-block;vertical-align: middle;}

.row-fluid .requestquote-link  { width:auto; margin:0 0 0 15px; }
.row-fluid .requestquote-link a { line-height:20px; display:inline-block; border:1px solid #fff; display:inline-block; border-radius:0px; border-radius:0px; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; padding:10px 18px; vertical-align:top; font-size:15px; vertical-align:top; font-size:15px; color:#f5f5f5; text-transform:uppercase; }
.row-fluid .requestquote-link a:hover { color:#fff; background:#ff0000; border-color:#ff0000; }

.whatwedo-page .row-fluid .top { z-index: initial; }
.whatwedo-page .row-fluid .top-right { z-index: 5; position: relative; }
.whatwedo-page .row-fluid .logo { position: relative; z-index: 9999999999999; }
/*.whatwedo-page.active .row-fluid .logo img { visibility:hidden; }*/
.whatwedo-page.active .row-fluid .logo > div { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/logo3.png) no-repeat; background-size:100% auto; }

.row-fluid .thankyou-top { padding:34px 0 44px; text-align:center; }


/*header*/
.row-fluid .header { padding:0; text-align:center; background:rgba(000,000,000,0.5); }
.row-fluid .header-content { position:absolute; left:0; width:100%; top:50%; -webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%); }
.row-fluid .header h2 { color:#9da5b2; font-size:45px; font-weight:300; line-height:50px; padding:0 12% 50px; }
.row-fluid .GetStarted-link a { display:inline-block; border-radius:0px; font-size:23px; color:#fff; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:2px; position:relative; padding:14px 66px 14px 28px; text-transform:uppercase; transition: all .7s ease;
  -wekbit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
background: rgb(231,48,50); /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(231,48,50,1) 0%, rgba(204,33,35,1) 100%); */ /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%); */ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73032', endColorstr='#cc2123',GradientType=0 ); */ /* IE6-9 */  }
.row-fluid .GetStarted-link a:hover {background: transparent; border: 1px solid #fff;}

.row-fluid .GetStarted-link a:before { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/submit-arrow.jpg) no-repeat; width:31px; height:32px; content:''; position:absolute; right:25px; top:12px; }
.row-fluid .GetStarted-link a:hover { background: rgb(204,33,35,1); /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(204,33,35,1) 0%, rgba(231,48,50,1) 100%); */ /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  rgba(204,33,35,1) 0%,rgba(231,48,50,1) 100%); */ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  rgba(204,33,35,1) 0%,rgba(231,48,50,1) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2123', endColorstr='#e73032',GradientType=0 );  */ }

.row-fluid .header-ouragency { padding:300px 0 195px; background:rgba(000,000,000,0.5); font-size:25px; color:#9da5b3; line-height:28px; }
.row-fluid .header-ouragency h1 { font-size:75px; color:#262b35; line-height:75px; padding:0 20% 25px 0; position:relative; color:#fff; font-weight:400; font-family:'Open Sans', Arial; font-weight:400; }
.row-fluid .header-ouragency h1:before { content:''; width:95px; height:5px; position:absolute; left:0; bottom:0; background:#da2627; }
.row-fluid .header-ouragency h6 { padding:7px 0 10px; color:#fff; font-size:25px; line-height:28px; text-transform:none; font-family:'Open Sans'; }

.row-fluid .header-contact #map { height:680px; width:100%; }

.row-fluid .header-thankyou { padding:145px 0; position:relative; text-align:center; }
.row-fluid .header-thankyou:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(000,000,000,0.5); }
.row-fluid .header-thankyou > div { position:relative; }
.row-fluid .header-thankyou h2 { padding:0 20% 20px; font-size:35px; line-height:45px; text-transform:uppercase; font-weight:700; font-family:'Open Sans Condensed', Arial; color:#fff; letter-spacing:3px; }
.row-fluid .dowanloadfile-link { float:none; display:inline-block; margin:20px 8px 0 !important; width:auto; vertical-align: middle; }
.row-fluid .sentofriend-link { float:none; display:inline-block; margin:20px 8px 0 !important; width:auto; vertical-align: middle; }
.row-fluid .dowanloadfile-link a { display:inline-block; padding:17px 80px 17px 30px; position:relative; border-radius:0px; text-transform:uppercase; font-weight:700; font-family:'Open Sans Condensed', Arial; color:#fff; font-size:18px; line-height:22px; letter-spacing:3px; 
background: rgb(231,48,50); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(231,48,50,1) 0%, rgba(204,33,35,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73032', endColorstr='#cc2123',GradientType=0 ); /* IE6-9 */  }
.row-fluid .dowanloadfile-link a:before { content:''; position:absolute; right:21px; top:0; width:41px; height:100%; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/icon-4.png) no-repeat center; }
 
.row-fluid .sentofriend-link a { display:inline-block; padding:17px 70px 17px 25px; position:relative; border-radius:0px; text-transform:uppercase; font-weight:700; font-family:'Open Sans Condensed', Arial; color:#868f9d; font-size:18px; line-height:22px; letter-spacing:3px; 
background: rgb(92,99,110); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(92,99,110,1) 0%, rgba(68,74,85,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(92,99,110,1) 0%,rgba(68,74,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(92,99,110,1) 0%,rgba(68,74,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c636e', endColorstr='#444a55',GradientType=0 ); /* IE6-9 */  }
.row-fluid .sentofriend-link a:before { content:''; position:absolute; right:21px; top:0; width:41px; height:100%; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/icon-5.png) no-repeat center; }

.row-fluid .dowanloadfile-link a:hover , .row-fluid .sentofriend-link a:hover { background:#fff; color:#d02325; }
.row-fluid .sentofriend-link a:hover { background:#fff; color:#474d58; }

.row-fluid .thankyou-social { padding:45px 0 0; text-align:center; }
.row-fluid .thankyou-social a { display:inline-block; margin:0 10px; width:36px; height:36px; border-radius:100%; }
.row-fluid .thankyou-social a.googleplus-link { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/googleplus-icon2.png) no-repeat center center #dc4e41; }
.row-fluid .thankyou-social a.twitter-link { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/twitter-icon3.png) no-repeat center center #55acee; }
.row-fluid .thankyou-social a.linkedin-link { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/linkedin-icon2.png) no-repeat center center #0077b5; }
.row-fluid .thankyou-social a.facebook-link { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/facebook-icon2.png) no-repeat center center #3b5998; }
.row-fluid .thankyou-social a:hover { background-color:#da2627; }
.row-fluid .header-ourworkcontent { padding:250px 0 155px; font-size:25px; color:#9da5b3; line-height:28px; position:relative; }
.row-fluid .header-ourworkcontent:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; /*background:rgba(000,000,000,0.5);*/ }
@media (min-width:1200px){.agency-header .row-fluid .header-ourworkcontent:before { display:none; }}
.row-fluid .header-ourwork h2:before { content:''; width:95px; height:5px; position:absolute; left:0; bottom:0; background:#da2627; }
.row-fluid .header-ourwork h6 { padding:10px 0; color:#fff; font-size:25px; line-height:28px; text-transform:none; font-family:'Open Sans'; font-weight:400; }
.row-fluid .header-ourwork h1 { font-size:75px; color:#262b35; line-height:75px; padding:0 50% 25px 0; position:relative; color:#fff; font-weight:400;  font-family: 'Open Sans', sans-serif; }
.row-fluid .header-ourwork h2 { font-size:75px; color:#262b35; line-height:75px; padding:0 50% 25px 0; position:relative; color:#fff; font-weight:400; font-family: 'Open Sans', sans-serif; }
.row-fluid .header-ourwork h1:before { content:''; width:95px; height:5px; position:absolute; left:0; bottom:0; background:#da2627; }
.row-fluid .header-ourworkcontent > div { position:relative; }
.row-fluid .header-knowladge { min-height:488px; position:relative; text-align:center; }
.hs-blog-post .header-knowladge { min-height:275px; }
.row-fluid .header-knowladge:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(000,000,000,0.5); }
.row-fluid .knowledge-filter { position:absolute; left:0; bottom:0; width:100%; background:rgba(000,000,000,0.5); padding:15px 0; }
.row-fluid .knowledge-filter h3 { display:none; }
.row-fluid .knowledge-filter ul { display:inline-block; margin:0; padding:0; list-style:none; }
.row-fluid .knowledge-filter ul li { display:inline-block; padding:0 5px; }
.row-fluid .knowledge-filter ul li a { font-size:16px; padding:10px 10px 10px 40px; cursor:pointer; color:#fff; text-transform:uppercase; letter-spacing:2px;  font-family: 'Open Sans Condensed', sans-serif; font-weight:700; border:4px solid rgba(000,000,000,0); display:inline-block; }
.row-fluid .knowledge-filter ul li a.active , .row-fluid .knowledge-filter ul li a:hover { border-color:#da2627; color:#da2627;  }
.row-fluid .knowledge-filter ul li:first-child a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon5.png) no-repeat 10px center; }
.row-fluid .knowledge-filter ul li:first-child a:hover , .row-fluid .knowledge-filter ul li:first-child a.active { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon5hover.png); }
.row-fluid .knowledge-filter ul li:nth-child(2) a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon1.png) no-repeat 10px center; }
.row-fluid .knowledge-filter ul li:nth-child(2) a:hover , .row-fluid .knowledge-filter ul li:nth-child(2) a.active { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon1hover.png); }
.row-fluid .knowledge-filter ul li:nth-child(3) a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon2.png) no-repeat 10px center; }
.row-fluid .knowledge-filter ul li:nth-child(3) a:hover , .row-fluid .knowledge-filter ul li:nth-child(3) a.active { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon2hover.png); }
.row-fluid .knowledge-filter ul li:nth-child(4) a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon3.png) no-repeat 10px center; }
.row-fluid .knowledge-filter ul li:nth-child(4) a:hover , .row-fluid .knowledge-filter ul li:nth-child(4) a.active { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon3hover.png); }
.row-fluid .knowledge-filter ul li:nth-child(5) a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon4.png) no-repeat 10px center; }
.row-fluid .knowledge-filter ul li:nth-child(5) a:hover , .row-fluid .knowledge-filter ul li:nth-child(5) a.active { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon4hover.png); }
.row-fluid .knowledge-filter ul li:nth-child(6) a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon6.png) no-repeat 10px center; }
.row-fluid .knowledge-filter ul li:nth-child(6) a:hover , .row-fluid .knowledge-filter ul li:nth-child(5) a.active { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon6hover.png); }
/*.row-fluid .knowledge-filter ul li:nth-child(4) { display: none; }
.row-fluid .knowledge-filter ul li:nth-child(5) { display: none; }
*/
.row-fluid .knowledge-filter .filter-link-count { display:none; }

.row-fluid .homewhatwedo-section { background:#fff; padding:105px 0 100px; }
.row-fluid .homewhatwedo-title h2 { font-size:75px; color:#262b35; line-height:75px; padding:0 23% 25px 0; position:relative; }
.row-fluid .homewhatwedo-title h2:before { content:''; width:95px; height:5px; position:absolute; left:0; bottom:0; background:#da2627; }
.row-fluid .homewhatwedo-text { font-size:25px; line-height:32px; font-weight:300; padding:0 0 100px; }


.row-fluid .homewhatwedo-text a { text-decoration:underline; color:#2648da; }
.row-fluid .homewhatwedo-text a:hover { color:#262b35; text-decoration:none; }

.row-fluid .homewhatwedo-box { width:50%; margin:0; padding:0 0 6px 3px; text-align:center; color:#fff; font-size:15px; }
.row-fluid .homewhatwedo-box:first-child { margin:0; padding-left:0; padding-right:3px; }
.row-fluid .homewhatwedo-b { position:relative; }
.row-fluid .homewhatwedo-b:before { position:absolute; content:''; width:100%; height:100%; left:0; top:0; background:rgba(000,000,000,0.3); }
.row-fluid .homewhatwedo-textbox { width:100%; padding:15px; position:absolute; left:0; top:50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.row-fluid .homewhatwedo-b h3 { position:relative; color:#fff; font-size:30px; line-height:34px; text-transform:uppercase; font-weight:700; font-family:'Open Sans Condensed', Arial; letter-spacing:2px; padding:0 0 45px; }
.row-fluid .homewhatwedo-b h3:after { content:''; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/arrow-icon.png) no-repeat center #da2627; border-radius:0px; width:36px; height:36px; position:absolute; left:50%; margin:0 0 0 -18px; bottom:0; }
.row-fluid .homewhatwedo-b:hover h3:after { display:none; }
.row-fluid .homewhatwedo-btext p { padding:5px 0; margin:0; }
.row-fluid .homewhatwedo-btext { padding:0 22%; line-height:20px; display:none; }
.row-fluid .homewhatwedo-link { display:none; }
.row-fluid .homewhatwedo-link a { margin:10px 0 0; border-radius:0px; width:142px; border:1px solid #da2627; padding:8px 10px; line-height:20px; display:inline-block; color:#da2627; font-size:15px; color:#da2627; text-transform:uppercase; font-weight:700; font-family:'Open Sans Condensed', Arial; letter-spacing:1px; }
.row-fluid .homewhatwedo-link a:hover { background:#da2627; color:#fff; }
.row-fluid .homewhatwedo-box img { width:100% !important; }

.row-fluid .homewhatwedo-b h3:before { content:''; width:60px; bottom:0; height:1px; background:#fff; left:50%; margin:0 0 0 -30px; position: absolute; opacity:0; }
.row-fluid .homewhatwedo-box:hover .homewhatwedo-b:before { background:rgba(000,000,000,0.6); }
.row-fluid .homewhatwedo-b:hover h3 { padding:0 0 18px; margin:0 0 15px; }
.row-fluid .homewhatwedo-b:hover h3:before { opacity:1; }
.row-fluid .homewhatwedo-b:hover .homewhatwedo-btext { display:block; }
.row-fluid .homewhatwedo-b:hover .homewhatwedo-link { display:block; }
.row-fluid .homewhatwedo-b * { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }


.row-fluid .StatisticsSection-main { padding:100px 0 0; text-align:center; font-size:15px; font-weight:300; position:relative; }
.row-fluid .StatisticsSection-main:before { content:''; position:absolute; left:50%; top:30px; height:1px; background:#e3e4e6; width:164px; margin:0 0 0 -82px; }
.row-fluid .statistics-count { color:#262b35; font-size:55px; line-height:55px; padding:0 0 10px; }
.row-fluid .statistics-countHighlight { color:#da2627;  }

 
.row-fluid .WhoWeWorkWith-TopSection { padding:115px 0 125px; background:rgba(000,000,000,0.2); }
.row-fluid .WhoWeWorkWith-TopSection h2 { font-size:75px; color:#262b35; line-height:80px; padding:0 20% 25px 0; position:relative; color:#fff; }
.row-fluid .WhoWeWorkWith-TopSection h2:before { content:''; width:95px; height:5px; position:absolute; left:0; bottom:0; background:#da2627; }
.row-fluid .WhoWeWorkWith-text { font-size:25px; line-height:32px; font-weight:300; color:#fff; }
.row-fluid .WhoWeWorkWith-text a { text-decoration:underline; color:#2648da; }
.row-fluid .WhoWeWorkWith-text a:hover { color:#fff; text-decoration:none; }


.row-fluid .WhoWeWorkWith-tablinks { padding:20px 0; text-align:center; background:rgba(000,000,000,0.4); position:relative; }
.row-fluid .WhoWeWorkWith-tablinks ul { display:inline-block; margin:0; padding:0; list-style:none; }
.row-fluid .WhoWeWorkWith-tablinks ul li { display:inline-block; padding:0 15px; }
.row-fluid .WhoWeWorkWith-tablinks ul li a { font-size:16px; padding:10px 10px 10px 40px; cursor:pointer; color:#fff; text-transform:uppercase; letter-spacing:2px;  font-family: 'Open Sans Condensed', sans-serif; font-weight:700; border:4px solid rgba(000,000,000,0); display:inline-block; }
.row-fluid .WhoWeWorkWith-tablinks ul li a.active , .row-fluid .WhoWeWorkWith-tablinks ul li a:hover { border-color:#da2627; color:#da2627;  }
.row-fluid .WhoWeWorkWith-tablinks ul li:first-child a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon1.png) no-repeat 10px center; }
.row-fluid .WhoWeWorkWith-tablinks ul li:first-child a:hover , .row-fluid .WhoWeWorkWith-tablinks ul li:first-child a.active { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon1hover.png); }
.row-fluid .WhoWeWorkWith-tablinks ul li:nth-child(2) a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon2.png) no-repeat 10px center; }
.row-fluid .WhoWeWorkWith-tablinks ul li:nth-child(2) a:hover , .row-fluid .WhoWeWorkWith-tablinks ul li:nth-child(2) a.active { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon2hover.png); }
.row-fluid .WhoWeWorkWith-tablinks ul li:nth-child(3) a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon3.png) no-repeat 10px center; }
.row-fluid .WhoWeWorkWith-tablinks ul li:nth-child(3) a:hover , .row-fluid .WhoWeWorkWith-tablinks ul li:nth-child(3) a.active { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon3hover.png); }
.row-fluid .WhoWeWorkWith-tablinks ul li:nth-child(4) a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon4.png) no-repeat 8px center; }
.row-fluid .WhoWeWorkWith-tablinks ul li:nth-child(4) a:hover , .row-fluid .WhoWeWorkWith-tablinks ul li:nth-child(4) a.active { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon4hover.png); }
.row-fluid .WhoWeWorkWith-tab { display:none; padding:12px 30px 12px 15px; color:#fff; text-transform:uppercase; border:3px solid #da2627; font-family:'Open Sans Condensed', Arial; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/arrow-icon4.png) no-repeat right 10px center; }


.row-fluid .WhoWeWorkWith-tabs { padding:80px 0 120px; background:#fff; text-align:center; }
.row-fluid .WhoWeWorkWith-content { display:none; }
.row-fluid .WhoWeWorkWith-content.active { display:block; }

.row-fluid .WhoWeWorkWith-logo { float:none; width:24%; margin:0; vertical-align:middle; display:inline-block; }

.row-fluid .HereFromOurClients-section { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/bg-pattern.jpg) repeat center top #da2627; color:#fff; padding:110px 0 130px; }
.row-fluid .HereFromOurClients-section h2 { font-size:75px; color:#262b35; line-height:80px; padding:0 20% 25px 0; position:relative; color:#fff; }
.row-fluid .HereFromOurClients-section h2:before { content:''; width:95px; height:5px; position:absolute; left:0; bottom:0; background:#000; }
.row-fluid .HereFromOurClients-text { font-size:25px; line-height:32px; font-weight:300; color:#fff; padding:0 0 90px; } 
.row-fluid .HereFromOurClients-VideoBox a { position:relative; display:block; }
.row-fluid .HereFromOurClients-VideoBox a:before { content:''; position:absolute; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/play-icon.png) no-repeat; width:40px; height:43px; left:50%; top:50%; margin:-21px 0 0 -20px; }
.row-fluid .HereFromOurClients-VideoBox img { height: auto; }

.row-fluid .HereFromOurClients-VideoBox { width:33.33%; margin:0; float:left; padding:0 0 6px 2px; text-align:center; color:#fff; font-size:15px; }
.row-fluid .HereFromOurClients-VideoBox:first-child { margin:0; padding-left:0; padding-right:2px; }
.row-fluid .HereFromOurClients-VideoBox:first-child + .HereFromOurClients-VideoBox { padding-left:1px; padding-right:1px;  }

.row-fluid .video-popupmain { display:none; }
.row-fluid .ready-section { padding:120px 0 80px; background:rgba(255,255,255,0.8); text-align:center; }
.row-fluid .ready-text { font-size:210px; font-weight:700; text-transform:uppercase; letter-spacing:60px; line-height:200px; color:#000; position:relative; }
.row-fluid .ready-text span span { font-size:0; width:150px; height:150px; display:inline-block; border:26px solid #da2627; margin:0 60px 41px 0; vertical-align:middle; }
.row-fluid .addvideo-text { font-size:30px; line-height:34px; text-transform:uppercase; color:#000; font-weight:900; letter-spacing:12px; padding:50px 0 60px; position:relative; text-indent: -42px; }
.row-fluid .addvideo-text:before { content:'?'; color:#adadad; position:absolute; left:0; top:0; width:100%; font-size: 160px; line-height: 130px; font-weight: 700; }
.row-fluid .addvideo-text span { position:relative; }

.row-fluid .ready-section2 { padding:90px 0 85px; background:rgba(255,255,255,0.8); text-align:center; }
.row-fluid .ready-text2 { font-size:126px; font-weight:700; text-transform:uppercase; letter-spacing:48px; line-height:100px; color:#000; position:relative; padding:0 0 15px; }
.row-fluid .ready-text2 span span { font-size:0; width:90px; height:90px; display:inline-block; border:16px solid #da2627; margin:0 40px 21px 0; vertical-align:middle; }
.row-fluid .addvideo-text2 { font-size:18px; line-height:20px; text-transform:uppercase; color:#000; font-weight:900; letter-spacing:8px; padding:20px 0 20px; position:relative; text-indent: -18px; }
.row-fluid .addvideo-text2:before { content:'?'; color:#adadad; position:absolute; left:0; top:0; width:100%; font-size: 100px; line-height:60px; font-weight: 700; }
.row-fluid .addvideo-text2 span { position:relative; }


.row-fluid .readygetstarted-link { text-align:center; padding:30px 0 0; }
.row-fluid .readygetstarted-link a { display:inline-block; border-radius:0px; font-size:23px; color:#fff; border: 2px solid rgb(231,48,50); font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:2px; position:relative; padding:14px 66px 14px 28px; text-transform:uppercase;
background: rgb(231,48,50); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(231,48,50,1) 0%, rgba(204,33,35,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73032', endColorstr='#cc2123',GradientType=0 ); /* IE6-9 */  }
.row-fluid .readygetstarted-link a:before { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/submit-arrow.jpg) no-repeat; width:31px; height:32px; content:''; position:absolute; right:25px; top:12px; }
.row-fluid .readygetstarted-link a:hover { background: rgba(0,0,0,.8); border: 2px solid rgb(231,48,50);} /* Old browsers */
/*background: -moz-linear-gradient(left,  rgba(204,33,35,1) 0%, rgba(231,48,50,1) 100%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(left,  rgba(204,33,35,1) 0%,rgba(231,48,50,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to right,  rgba(204,33,35,1) 0%,rgba(231,48,50,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2123', endColorstr='#e73032',GradientType=0 );*/ 

.row-fluid .bottom-contact { padding:100px 0 100px; background:rgba(000,000,000,0.6); color:#fff; }
.row-fluid .bottomcontact-left { padding:0 16% 0 0; }
.row-fluid .bottomcontact-left h2 { font-size:75px; color:#fff; line-height:80px; padding:0 0 25px 0; position:relative; color:#fff; margin:0 0 50px; }
.row-fluid .bottomcontact-left h2:before { content:''; width:95px; height:5px; position:absolute; left:0; bottom:0; background:#da2627; }
.row-fluid .bottomcontact-text { padding:0 15% 0 0; font-size:25px; line-height:32px; font-weight:300; }
.row-fluid .bottomcontact-text span span { color:#da2627; }

.row-fluid .bottomcontact-form { padding:10px 0 0; }
.row-fluid .bottomcontact-form h3 { padding:0; margin:0; }
.row-fluid .bottomcontact-form .hs-form fieldset { max-width:none; }
.row-fluid .bottomcontact-form label { font-weight:300; font-size:15px; padding:0 0 8px; float:left; width:100%; text-align:left }
.row-fluid .bottomcontact-form label span.hs-form-required { color:#f15d3d }
.row-fluid .bottomcontact-form .hs-form fieldset { max-width:100% }
.row-fluid .bottomcontact-form fieldset { padding:0; float:left; width:100% }
.row-fluid .bottomcontact-form  .input { margin:0; }
.row-fluid .bottomcontact-form input[type=text], .row-fluid .bottomcontact-form input[type=email], .row-fluid .bottomcontact-form input[type=tel] { width:100% !important; text-align:left; border:1px solid #929292; background:none; color:#fff; height:35px; line-height:35px; padding:0 15px; margin:0 0 25px; }
.row-fluid .bottomcontact-form select { border:1px solid #929292; height:35px; line-height:35px; padding:0 15px; color:#fff; text-align:left;  background:none; }
.row-fluid .bottomcontact-form textarea { border:1px solid #929292; height:124px; line-height:20px; padding:15px; color:#fff; width:100%!important; text-align:left; background:none; overflow:auto;}
.hs-form fieldset.form-columns-2 .input , .hs-form fieldset.form-columns-1 .input { margin-right:0 !important }
.hs-form fieldset.form-columns-2 .field { padding:0 0 0 10px }
.hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 0 0 }
.row-fluid .bottomcontact-form input[type=submit] { text-transform: uppercase; cursor:pointer display:inline-block; border-radius:0px; background-color:rgba(000,000,000,0); font-size:23px; color:#fff; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:2px; padding:13px 76px 13px 28px;  margin:0; text-align:center; transition: all .7s ease;
  -wekbit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;}
.row-fluid .bottomcontact-form .hs_submit .actions { margin:35px 0 0; float:right; border-radius:0px; position:relative; border: 1px solid rgb(231,48,50); transition: all .7s ease;
  -wekbit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
background: rgb(231,48,50); /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(231,48,50,1) 0%, rgba(204,33,35,1) 100%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%); */ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73032', endColorstr='#cc2123',GradientType=0 ); /* IE6-9 */  }
.row-fluid .bottomcontact-form .hs_submit .actions:before { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/submit-arrow.jpg) no-repeat; width:31px; height:32px; content:''; position:absolute; right:25px; top:13px;transition: all .7s ease;
  -wekbit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease; }
.row-fluid .bottomcontact-form .hs_submit .actions:hover {background: transparent; border: 1px solid #fff;} /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(204,33,35,1) 0%, rgba(231,48,50,1) 100%); */ /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  rgba(204,33,35,1) 0%,rgba(231,48,50,1) 100%); */ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  rgba(204,33,35,1) 0%,rgba(231,48,50,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2123', endColorstr='#e73032',GradientType=0 ); */


.row-fluid .bottomcontact-form .hs-form-booleancheckbox-display { padding:0 0 0 25px; position:relative !important; line-height:24px; }
.row-fluid .bottomcontact-form .hs-error-msgs { margin:-18px 0 0; float: left; width: 100%; }
.row-fluid .bottomcontact-form .hs_become_a_video_pro_recieve_new_videos_tips_trends_monthly .hs-error-msgs { margin:0; }

.row-fluid .bottomcontact-form .hs_upload_resume .input { float:left; width: 100% !important; text-align: left; border: 1px solid #929292; background: 0; color: #fff; height: 35px; line-height: 35px; padding: 0 15px; margin: 0 0 25px; }
.row-fluid .bottomcontact-form .hs_upload_resume .input input { width:100%; height:100%; vertical-align:top; padding: 5px 0; }

.row-fluid .bottomcontact-form ul { margin:0; padding:0; list-style:none; }

.row-fluid .checkbox-wrap { position:absolute; left:0; top:0; vertical-align: top; }
.row-fluid .checkbox-wrap input { margin:0; position: absolute; opacity: 0; width: 16px !important; height: 16px; z-index:9999; left:0; top:4px; cursor:pointer; }
.row-fluid .checkbox-wrap .check { width:16px; height:16px; display: inline-block;   line-height: 25px;  padding: 0; background:#2648da; vertical-align: middle; margin:-2px 8px 0 0; position:relative; cursor:pointer; }

.row-fluid .checkbox-wrap input[type="checkbox"]:checked ~ .check { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/check-icon.png) no-repeat center #2648da; }
.row-fluid .checkbox-wrap input[type="checkbox"]:disabled ~ .check {  opacity: 0.5; filter: alpha(opacity=50);  cursor: not-allowed;  background-color: #EFEFEF; }
.row-fluid .bottomcontact-form .hs_become_a_video_pro_recieve_new_videos_tips_trends_monthly label { text-transform:uppercase; font-size:12px; letter-spacing:1px; }

.row-fluid .whatwedo-main { /*padding:220px 0 75px;*/ padding:110px 0 75px; background:rgba(000,000,000,0.2); position:relative; }
.row-fluid .whatwedo-text { font-size:18px; line-height:28px; font-weight:300; padding:0 160px 100px; text-align:center; color:#fff; }

.row-fluid .whatwedo-box { float:left; margin:0; width:25%; position:relative; min-height:450px; }

.row-fluid .whatwedo-smallbox { text-align:center; color:#fff; font-size:15px; font-weight:300; border-left:1px solid rgba(236,51,53,0.4); min-height:450px; }
.row-fluid .whatwedo-box:first-child .whatwedo-smallbox { border:none; }
.row-fluid .whatwedo-box h2 { color:#fff; padding:0 0 15px; margin:0 0 50px; position:relative; font-size:32px; font-weight:300; line-height:40px; text-align:center; }
.row-fluid .whatwedo-box h2:before { height:5px; width:50px; content:''; position:absolute; left:50%; margin:0 0 0 -25px; background:#da2627; bottom:0; }
/*.row-fluid .whatwedo-box h2 br { display:none; }*/

.row-fluid .whatwedo-box h2 { margin:0 0 20px; }
.row-fluid .whatwedo-hoverbox h2:before  { background:#000; }

.row-fluid .whatwedo-hoverbox { display:none; background-color:#da2627; background-blend-mode: darken; padding:25px 20px 0; height:100%; position:absolute; top:0; height:100%; width:100%; z-index:9999; }
.row-fluid .whatwedo-box:hover .whatwedo-hoverbox { display:block; }
.row-fluid .whatwedo-hoverbox:after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-left-color: #ffffff; border-width: 25px; margin: -25px 0 0 1px; }
.row-fluid .whatwedo-box:nth-child(4) .whatwedo-hoverbox:after { display:none; }
.row-fluid .whatwedo-hoverbox:before { display:none; display:block \9; display:block \9\0; display:block \0/; content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(235,6,6,0.4); }
_:-ms-lang(x), .row-fluid .whatwedo-hoverbox:before  { display:block; }
_:-ms-lang(x), .row-fluid .whatwedo-hoverbox > div { position:relative; }
.row-fluid .whatwedo-hoverbox > div { position:relative \9; position:relative \9\0; position:relative \0/; }

/*.row-fluid .whatwedo-box:nth-child(1) .whatwedo-hoverbox:before { content:''; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/logo3.png) no-repeat; width:266px; height:34px; background-size:100% auto; position:absolute; top:34px; left:42px; }*/


.row-fluid .whatwedo-hoverbcontent { background:rgba(255,255,255,0.7); padding:25px 20px; color:#616874; }
.row-fluid .whatwedo-hoverbox h6 { font-size:16px; color:#262b35; font-weight:400; padding:0; text-transform:uppercase; line-height:0; }
.row-fluid .whatwedo-getstarted { text-align:center; }
.row-fluid .whatwedo-getstarted a { display:inline-block; text-transform:uppercase; border-radius:0px; font-size:18px; color:#fff; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:2px; position:relative; padding:13px 22px 13px 22px; 
background: rgb(231,48,50); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(231,48,50,1) 0%, rgba(204,33,35,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73032', endColorstr='#cc2123',GradientType=0 ); /* IE6-9 */  }
.row-fluid .whatwedo-getstarted a:hover { background: rgb(204,33,35,1); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(204,33,35,1) 0%, rgba(231,48,50,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(204,33,35,1) 0%,rgba(231,48,50,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(204,33,35,1) 0%,rgba(231,48,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2123', endColorstr='#e73032',GradientType=0 );  }
.row-fluid .whatwedo-hovertext { min-height:220px; line-height:25px; }


.row-fluid .whatwedo-requestaquote { margin:100px 0 0; padding:90px 0 0; text-align:center; position:relative; }
.row-fluid .whatwedo-requestaquote:before { height:1px; width:500px; content:''; position:absolute; left:50%; margin:0 0 0 -250px; background:rgba(236,51,53,0.4); top:0; }
.hidebtn .row-fluid .whatwedo-requestaquote .cell-wrapper {  opacity: 0; }

.row-fluid .whatwedo-requestaquote a { display:inline-block; text-transform:uppercase; border-radius:0px; font-size:18px; color:#fff; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:2px; position:relative; padding:13px 22px 13px 22px; 
background: rgb(231,48,50); border: 1px solid rgb(231,48,50) ; /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(231,48,50,1) 0%, rgba(204,33,35,1) 100%); */ /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%); */ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73032', endColorstr='#cc2123',GradientType=0 );*/ /* IE6-9 */  }
.row-fluid .whatwedo-requestaquote a:hover { background: #fff; color: #27292c; border: 1px solid rgb(231,48,50) ; /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(204,33,35,1) 0%, rgba(231,48,50,1) 100%); */ /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  rgba(204,33,35,1) 0%,rgba(231,48,50,1) 100%);*/  /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  rgba(204,33,35,1) 0%,rgba(231,48,50,1) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2123', endColorstr='#e73032',GradientType=0 );*/  }

.row-fluid .video-hide { display:none; }

.row-fluid .management-section { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/bg-pattern.jpg) repeat center top #da2627; color:#fff; padding:120px 0 100px; }
.row-fluid .management-title h2 { font-size:75px; color:#fff; line-height:75px; padding:0 5% 25px 0; position:relative; margin:0 0 80px; }
.row-fluid .management-title h2:before { content:''; width:95px; height:5px; position:absolute; left:0; bottom:0; background:#000; }
.row-fluid .management-text { font-size:25px; color:#fff;  line-height:30px; padding:0 0 45px; }
.row-fluid .management-text strong { text-transform:uppercase; color:#262b35; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:3px; }
.row-fluid .management-text p:first-child + p { padding-bottom:30px; }
.row-fluid .management-imgbox { float:left; width:33.33%; margin:0; padding:0 3px; position:relative; }

.row-fluid .management-imgboxHover { position:absolute; left:0; width:100%; padding:0 3px; display:none; top:0; }
.row-fluid .management-imgbox:hover .row-fluid .management-imgboxHover { display:block; }

.row-fluid .ouragency-videosection { padding:180px 0 125px; text-align:center; }
.row-fluid .ouragency-videotext { font-size:25px; color:#262b35; font-weight:700; font-style:italic; line-height:30px; padding:0 0 25px; }
.row-fluid .ouragency-videotext span { display:inline-block; max-width:365px; }

.row-fluid .agency-newsection { background:#fff; padding:120px 0 130px; }
.row-fluid .agency-newstitle h2 { font-size:75px; color:#262b35; line-height:75px; padding:0 5% 25px 0; position:relative; }
.row-fluid .agency-newstitle h2:before { content:''; width:95px; height:5px; position:absolute; left:0; bottom:0; background:#da2627; }
.hs-rss-item.hs-with-featured-image .hs-rss-item-text { width:100%; padding-right:0; }
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper { width:100%; float:left; }
.row-fluid .agency-newsection .widget-type-rss_listing h3 { padding:0; }
.row-fluid .agency-newsblog1 { padding:10px 0 0; }
.row-fluid .agency-newsblog1 .hs-rss-item-image-wrapper { max-height:300px; overflow:hidden; }
.row-fluid .agency-newsblog1 .hs-rss-item-text { background:#f9f9fa; padding:40px 35px; }
.row-fluid .agency-newsblog1 .hs-rss-title { color:#262b35; font-size:35px; line-height:40px; padding:0 0 10px; text-decoration:underline #9da5b3; -webkit-text-decoration-color:#9da5b3; -moz-text-decoration-color:#9da5b3; text-decoration:underline; font-family: 'Open Sans Condensed', sans-serif; text-transform:uppercase; display:block; font-weight:700; letter-spacing:2px; }
.row-fluid .agency-newsblog1 .hs-rss-title:hover , .row-fluid .agency-newsection .hs-rss-item:hover .hs-rss-title { color:#da2627; }
.row-fluid .agency-newsblog1 .hs-rss-description { color: #616874; }
    
.row-fluid .agency-newsection .hs-rss-description p a:last-child , .row-fluid .agency-newsection .hs-rss-description .readmore-link { display:inline-block; padding:5px 15px; margin:25px 0 0; color:#9da5b3; border:1px solid #9da5b3; border-radius:0px; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:2px; text-transform:uppercase; }
.row-fluid .agency-newsection .hs-rss-description p a:last-child:after , .row-fluid .agency-newsection .hs-rss-description .readmore-link:after { content:' » '; line-height: 24px; display: inline-block; vertical-align: top; font-size: 18px; margin: 0 0 0 5px; }
.row-fluid .agency-newsection .hs-rss-description p a:last-child:hover , .row-fluid .agency-newsection .hs-rss-item:hover .hs-rss-description .readmore-link { background:#da2627; border-color:#da2627; color:#fff; }

.row-fluid .agency-newsblogs { padding:45px 0 0; }
.row-fluid .agency-newsblogs .hs-rss-item { float:left; width:31.33%; margin:0 0 0 3%; float:left; border:1px solid #edeff0; }
.row-fluid .agency-newsblogs .hs-rss-item > a { padding:30px; width:100%; float:left; }
.row-fluid .agency-newsblogs .hs-rss-item:first-child { display:none; }
.row-fluid .agency-newsblogs .hs-rss-item:first-child + .hs-rss-item { margin-left:0; }
.row-fluid .agency-newsblogs .hs-rss-item-image-wrapper { height:215px; overflow:hidden; margin:0 0 30px; }
.row-fluid .agency-newsblogs .hs-rss-title { color:#262b35; text-decoration:underline; text-decoration-color:#9da5b3; -webkit-text-decoration-color:#9da5b3; -moz-text-decoration-color:#9da5b3; font-size:20px; line-height:28px; min-height: 62px; padding:0 0 5px; font-family: 'Open Sans Condensed', sans-serif; text-transform:uppercase; display:block; font-weight:700; letter-spacing:2px; }
.row-fluid .agency-newsblogs .hs-rss-title:hover { color:#da2627; }
.row-fluid .agency-newsblogs .hs-rss-description { color: #616874; }

.row-fluid .talent-section { padding:120px 0 130px; background:rgba(000,000,000,0.2); }
.row-fluid .talent-title h2 { font-size:75px; color:#fff; line-height:80px; padding:0 15% 25px 0; position:relative; }
.row-fluid .talent-title h2 span { color:#da2627; }
.row-fluid .talent-title h2:before { content:''; width:95px; height:5px; position:absolute; left:0; bottom:0; background:#da2627; }
.row-fluid .talent-right { color:#fff; }
.row-fluid .talent-rtext { padding:0 0 60px; }

.row-fluid .agency-newstweet { margin:175px 0 0; float:left; width:100%; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/twitter-icon2.png) no-repeat 10px center; padding:0 0 0 75px; }
.row-fluid .agency-newstweet span.hs_cos_wrapper { border-left:1px solid #e5e6e7; padding:0 0 0 15px; position:relative; float: left; width: 100%; }
.row-fluid .agency-newstweet span.hs_cos_wrapper:before { content:''; position:absolute; right:100%; top:50%; margin:-4px 0 0; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/twitter-textbg.png) no-repeat; width:20px; height:25px; }
.row-fluid .agency-newstweet ul { margin:0; padding:0; list-style:none; }

.row-fluid .contact-content { padding:75px 0 110px; }
.row-fluid .contactinfo-content { font-size:20px; color:#616874; }
.row-fluid .contactinfo-box { padding:0 0 0 68px; background-position:10px center; background-repeat:no-repeat; margin:0 0 10px; }
.row-fluid .contactinfo-address { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/icon-1.png); background-position:18px center;  }
.row-fluid .contactinfo-address a { color:#616874; }
.row-fluid .contactinfo-address a:hover { color:#da2627; }
.row-fluid .contactinfo-phone { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/icon-2.png); }
.row-fluid .contactinfo-email { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/icon-3.png); }
.row-fluid .contactinfo-content { padding:0 0 60px; position:relative; }
.row-fluid .contactinfo-content:before { content:''; position:absolute; left:50%; width:538px; margin:0 0 0 -269px; bottom:0; height:1px; background:#e3e4e6; }
.row-fluid .contact-formmain { padding:75px 15% 0; }
.row-fluid .contact-formmain h2 { font-size:40px; line-height:50px; color:#262b35; padding:0 0 60px; text-align:center; font-weight:300; }
.row-fluid .contact-formmain h2 strong { font-weight:400; }
.row-fluid .contact-formmain h3 { padding:0; }
.row-fluid .contact-form { padding:0 5%; }

.row-fluid .contact-form .hs-form fieldset { max-width:none; }
.row-fluid .contact-form label { display:none; }
.row-fluid .contact-form label span.hs-form-required { color:#f15d3d }
.row-fluid .contact-form .hs-form fieldset { max-width:100% }
.row-fluid .contact-form fieldset { padding:0; float:left; width:100% }
.row-fluid .contact-form  .input { margin:0; }
.row-fluid .contact-form input[type=text], .row-fluid .contact-form input[type=email], .row-fluid .contact-form input[type=tel] { width:100% !important; text-align:left; border-bottom:2px solid #f3f4f5; background:#f9f9fa; color:#3d434c; height:42px; line-height:42px; padding:0 15px; margin:0 0 25px; }
.row-fluid .contact-form select { border-bottom:2px solid #f3f4f5; height:42px; line-height:42px; padding:0 15px; color:#3d434c; text-align:left;  background:#f9f9fa; margin:0 0 25px; }
.row-fluid .contact-form textarea { border-bottom:2px solid #f3f4f5; height:124px; line-height:20px; padding:15px; color:#3d434c; width:100%!important; text-align:left; background:#f9f9fa; }
.row-fluid .contact-form input[type=submit] { text-transform: uppercase; cursor:pointer; display:inline-block; background-color:rgba(000,000,000,0);  font-size:23px; color:#fff; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:2px; padding:13px 70px 13px 28px;  margin:0; text-align:center }
.row-fluid .contact-form input[type=submit]:hover { background-color:rgba(000,000,000,0); color: #27292c; }
.row-fluid .contact-form .hs_submit { text-align:center; }
.row-fluid .contact-form .hs_submit .actions { margin:25px 0 0; display:inline-block; border-radius:0px; position:relative; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; background: #fff; border: 1px solid rgb(231,48,50); color: #27292c;
background: rgb(231,48,50); -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; /* Old browsers */
/*background: -moz-linear-gradient(right,  rgba(231,48,50,1) 0%, rgba(140, 4, 5,1) 100%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(right,  rgba(231,48,50,1) 0%,rgba(140, 4, 5,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to left,  rgba(231,48,50,1) 0%,rgba(140, 4, 5,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73032', endColorstr='#8c0405',GradientType=0 );*/ /* IE6-9 */  }
.row-fluid .contact-form .hs_submit .actions:before { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/submit-arrow.jpg) no-repeat; width:31px; height:32px; content:''; position:absolute; right:25px; top:13px; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;}
.row-fluid .contact-form .hs_submit .actions:hover { background: #fff; border: 1 px solid rgb(231,48,50); color: #27292c; /* Old browsers */
/*background: -moz-linear-gradient(right,  rgba(140, 4, 5,1) 0%, rgba(231,48,50,1) 100%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(right,  rgba(140, 4, 5,1) 0%,rgba(231,48,50,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to left,  rgba(140, 4, 5,1) 0%,rgba(231,48,50,1) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c0405', endColorstr='#e73032',GradientType=0 ); */ }

.row-fluid .contact-form :required::-webkit-input-placeholder:after { color:red; content:" *"; }
.row-fluid .contact-form :required:-moz-input-placeholder:after { color:red; content:" *"; }
.row-fluid .contact-form :required::-moz-input-placeholder:after { color:red; content:" *"; }
.row-fluid .contact-form :required:-ms-input-placeholder:after { color:red; content:" *"; }
.row-fluid .contact-form fieldset { padding:0 0 20px; }


.row-fluid .contact-form .hs-form-booleancheckbox-display { padding: 0 0 0 25px; position: relative !important; line-height: 24px; text-transform:uppercase; }

.row-fluid .contact-form .hs-error-msgs { margin:-18px 0 0; float: left; width: 100%; }
.row-fluid .contact-form .hs_become_a_video_pro_recieve_new_videos_tips_trends_monthly .hs-error-msgs { margin:0; }

.row-fluid .contact-form ul { margin:0; padding:0; list-style:none; }
.row-fluid .contact-form ul label { display:block; }
.row-fluid .contact-form .hs_message ul { padding:15px 0 0; }
 
.row-fluid .contact-form .checkbox-wrap input {  width: 20px !important; height:20px !important; top:3; }
.row-fluid .contact-form .checkbox-wrap .check { width:20px; height:20px; line-height: 25px;  margin:-2px 8px 0 0; }

.row-fluid .hs-form fieldset.form-columns-3 .hs-form-field { width:33.33%; }
.row-fluid .gm-style-mtc { display:none; }

/*landing Page*/
.row-fluid .landing-logo { padding:34px 0; text-align:center; }
.row-fluid .landing-contentmain { padding:100px 0 90px; background:#fafbfb; }
.row-fluid .landing-titlesection { color:#383128; font-size:25px; line-height:30px; padding:0 15% 40px; text-align:center; position:relative; }
.row-fluid .landing-titlesection:before { content:''; width:345px; height:1px; position:absolute; left:50%; bottom:0; background:#dfe1e3; margin:0 0 0 -172px; }
.row-fluid .landing-titlesection h1 { font-size:65px; color:#333333; line-height:65px; padding:0 0 35px 0; position:relative; font-weight:400; margin:0 0 25px; font-family:'Open Sans', Arial; }
.row-fluid .landing-titlesection h1:before { content:''; width:95px; height:5px; position:absolute; left:50%; bottom:0; background:#da2627; margin:0 0 0 -47px; }
.row-fluid .landing-content { padding:90px 0 0 0; }

.row-fluid .lanidng-mid h6 { color:#262b35; font-family:'Open Sans Condensed', Arial; font-weight:700; font-size:16px; text-transform:uppercase; padding:20px 0 5px; letter-spacing:2px; }
.row-fluid .lanidng-mid h6:first-child { padding-top:0; }
.row-fluid .lanidng-mid ul { margin:0; padding:15px 0; list-style:none; }
.row-fluid .lanidng-mid ul li { padding:0 0 0 45px; position:relative; }
.row-fluid .lanidng-mid ul li:before { position:absolute; content:''; left:30px; width:4px; height:4px; border-radius:100%; top:12px; background:#616874; }
.landing-pag { background:#efafbfb; }
.row-fluid .lanidng-right { border:1px solid #eceeef; background:#fff; padding:45px 30px 55px; text-align:center; font-size:15px; margin-top:8px; float:right; }
.row-fluid .lanidng-right h5 { font-size:20px; color:#262b35; padding:0 0 5px; font-family:'Open Sans Condensed', Arial; font-weight:700; text-transform:uppercase; letter-spacing:1px; }



.row-fluid .lanidng-rform .hs-form fieldset { max-width:none; }
.row-fluid .lanidng-rform label { display:none; }
.row-fluid .lanidng-rform label span.hs-form-required { color:#f15d3d }
.row-fluid .lanidng-rform .hs-form fieldset { max-width:100% }
.row-fluid .lanidng-rform fieldset { padding:0; float:left; width:100% }
.row-fluid .lanidng-rform  .input { margin:0; }
.row-fluid .lanidng-rform input[type=text], .row-fluid .lanidng-rform input[type=email], .row-fluid .lanidng-rform input[type=tel] { width:100% !important; text-align:left; border:1px solid #eceeef; background:#fff; color:#3d434c; height:40px; line-height:40px; padding:0 15px; margin:0 0 15px; }
.row-fluid .lanidng-rform select { border:1px solid #eceeef; height:40px; line-height:40px; padding:0 15px; color:#3d434c; text-align:left;  background:#fff; }
.row-fluid .lanidng-rform textarea { border:1px solid #eceeef; height:124px; line-height:20px; padding:15px; color:#3d434c; width:100%!important; text-align:left; background:#fff; }
.row-fluid .lanidng-rform input[type=submit] { text-align:center; width:100%; text-transform: uppercase; cursor:pointer; display:block; background-color:rgba(000,000,000,0);  font-size:18px; color:#fff; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:2px; padding:12px 15px;  margin:0; text-align:center }
.row-fluid .lanidng-rform input[type=submit]:hover { background-color:rgba(000,000,000,0); color: #27292c; }
.row-fluid .lanidng-rform .hs_submit { text-align:center; }
.row-fluid .lanidng-rform .hs_submit .actions { margin:10px 0 0; display:block; border-radius:0px; position:relative; transition: all .7s ease;
  -wekbit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
background: rgb(231,48,50); border: 1px solid rgb(231,48,50); /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(231,48,50,1) 0%, rgba(204,33,35,1) 100%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73032', endColorstr='#cc2123',GradientType=0 ); */ /* IE6-9 */  }
.row-fluid .lanidng-rform .hs_submit .actions:hover {background: #fff; color: #27292c; border: 1px solid rgb(231,48,50) ; /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(204,33,35,1) 0%, rgba(231,48,50,1) 100%); */ /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  rgba(204,33,35,1) 0%,rgba(231,48,50,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  rgba(204,33,35,1) 0%,rgba(231,48,50,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2123', endColorstr='#e73032',GradientType=0 );*/  }
.row-fluid .lanidng-rform ul { margin:0; padding:0; list-style:none; }
.row-fluid .lanidng-rform ul label { display:block; }

.row-fluid .lanidng-rform :required::-webkit-input-placeholder:after { color:red; content:" *"; }
.row-fluid .lanidng-rform :required:-moz-input-placeholder:after { color:red; content:" *"; }
.row-fluid .lanidng-rform :required::-moz-input-placeholder:after { color:red; content:" *"; }
.row-fluid .lanidng-rform :required:-ms-input-placeholder:after { color:red; content:" *"; }
.row-fluid .lanidng-rform fieldset { padding:0 0 20px; }
.row-fluid .lanidng-rform h3 { padding:0; margin:0; }
.row-fluid .lanidng-mid { padding:0 35px 0 20px; }



.row-fluid .thankyou-content { padding:95px 0 100px; }
.row-fluid .thankyou-content h2 { padding:0 0 20px; }
.row-fluid .thankyou-left ul { margin:0; padding:0 0 15px 0; list-style:none; }
.row-fluid .thankyou-left ul li { padding:0 0 0 45px; position:relative; }
.row-fluid .thankyou-left ul li:before { position:absolute; content:''; left:30px; width:4px; height:4px; border-radius:100%; top:12px; background:#616874; }

.row-fluid .thankyou-content iframe { margin:20px 0 5px; }
.row-fluid .talktous-contbox { text-align:center; background-position:center bottom; background-color:#f3f4f5; background-size:100% auto; padding:40px 20% 0; text-transform:uppercase; min-height:300px; color:#262b35; font-weight:700; font-size:16px; font-family:'Open Sans Condensed', Arial; letter-spacing:1px; }
.row-fluid .talktous-contbox h2 { padding:0; font-size:30px; color:#da2627; font-family:'Open Sans Condensed', Arial; letter-spacing:1px; font-weight:700; line-height:35px; }
.row-fluid .thankyou-left { padding:0 10% 0 0; }
.row-fluid .talktous-form { background:#f3f4f5; padding:22px 38px 38px; }
.row-fluid .talktous-form h3 { padding:0; }

.row-fluid .talktous-form .hs-form fieldset { max-width:none; }
.row-fluid .talktous-form label { display:none; }
.row-fluid .talktous-form label span.hs-form-required { color:#f15d3d }
.row-fluid .talktous-form .hs-form fieldset { max-width:100% }
.row-fluid .talktous-form fieldset { padding:0; float:left; width:100% }
.row-fluid .talktous-form  .input { margin:0; }
.row-fluid .talktous-form input[type=text], .row-fluid .talktous-form input[type=email], .row-fluid .talktous-form input[type=tel] { width:100% !important; text-align:left; box-shadow: 0 1px 1px 1px #e7e9ea; background:#f9f9fa; color:#3d434c; height:42px; line-height:42px; padding:0 15px; margin:0 0 15px; }
.row-fluid .talktous-form select { box-shadow: 0 1px 1px 1px #e7e9ea; height:42px; line-height:42px; padding:0 15px; color:#3d434c; text-align:left;  background:#f9f9fa; }
.row-fluid .talktous-form textarea { box-shadow: 0 1px 1px 1px #e7e9ea; height:124px; line-height:20px; padding:15px; color:#3d434c; width:100%!important; text-align:left; background:#f9f9fa; }
.row-fluid .talktous-form input[type=submit] { width:100%; text-align:center; text-transform: uppercase; cursor:pointer; display:block; background-color:rgba(000,000,000,0);  font-size:18px; color:#fff; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:2px; padding:14px 20px 14px 20px;  margin:0;  }
.row-fluid .talktous-form input[type=submit]:hover { background-color:rgba(000,000,000,0); }
.row-fluid .talktous-form .hs_submit { text-align:center; }
.row-fluid .talktous-form .hs_submit .actions { margin:10px 0 0; display:block; border-radius:0px; position:relative; 
background: rgb(231,48,50); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(231,48,50,1) 0%, rgba(204,33,35,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73032', endColorstr='#cc2123',GradientType=0 ); /* IE6-9 */  }
.row-fluid .talktous-form .hs_submit .actions:hover { background: rgb(204,33,35,1); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(204,33,35,1) 0%, rgba(231,48,50,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(204,33,35,1) 0%,rgba(231,48,50,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(204,33,35,1) 0%,rgba(231,48,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2123', endColorstr='#e73032',GradientType=0 );  }

.row-fluid .talktous-form :required::-webkit-input-placeholder:after { color:red; content:" *"; }
.row-fluid .talktous-form :required:-moz-input-placeholder:after { color:red; content:" *"; }
.row-fluid .talktous-form :required::-moz-input-placeholder:after { color:red; content:" *"; }.row-fluid .header-ourwork h2
.row-fluid .talktous-form :required:-ms-input-placeholder:after { color:red; content:" *"; }
.row-fluid .talktous-form fieldset { padding:0 0 20px; }

/*our work*/
.row-fluid .ourwork-filter { padding:15px 0; text-align:center; float:left; width:100%; }
.row-fluid .ourwork-filter ul { margin:0; padding:0; list-style:none; }
.row-fluid .ourwork-filter ul li { display:inline-block; }
.row-fluid .ourwork-filter ul li { display:inline-block; padding:0 10px; }
.row-fluid .ourwork-filter ul li a { font-size:16px; padding:10px 10px 10px 50px; cursor:pointer; color:#fff; text-transform:uppercase; letter-spacing:3px;  font-family: 'Open Sans Condensed', sans-serif; font-weight:700; border:4px solid rgba(000,000,000,0); display:inline-block; }
.row-fluid .ourwork-filter ul li a.active , .row-fluid .ourwork-filter ul li a:hover { border-color:#da2627; color:#da2627;  }
.row-fluid .ourwork-filter ul li:first-child a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon5.png) no-repeat 10px center; }
.row-fluid .ourwork-filter ul li:first-child a:hover , .row-fluid .ourwork-filter ul li:first-child a.active { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon5hover.png); }
.row-fluid .ourwork-filter ul li:nth-child(2) a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon1.png) no-repeat 10px center; }
.row-fluid .ourwork-filter ul li:nth-child(2) a:hover , .row-fluid .ourwork-filter ul li:nth-child(2) a.active { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon1hover.png); }
.row-fluid .ourwork-filter ul li:nth-child(3) a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon2.png) no-repeat 10px center; }
.row-fluid .ourwork-filter ul li:nth-child(3) a:hover , .row-fluid .ourwork-filter ul li:nth-child(3) a.active { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon2hover.png); }
.row-fluid .ourwork-filter ul li:nth-child(4) a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon3.png) no-repeat 15px center; }
.row-fluid .ourwork-filter ul li:nth-child(4) a:hover , .row-fluid .ourwork-filter ul li:nth-child(4) a.active { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon3hover.png); }
.row-fluid .ourwork-filter ul li:nth-child(5) a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon4.png) no-repeat 10px center; }
.row-fluid .ourwork-filter ul li:nth-child(5) a:hover , .row-fluid .ourwork-filter ul li:nth-child(5) a.active { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon4hover.png); }


.row-fluid .ourwork-filter h3 { padding:0; }
.hs-blog-listing .row-fluid .more-videos { display:none; }
.row-fluid .ourwork-main { padding:20px 0 65px 0; background:#fff; }
.hs-blog-post .row-fluid .ourwork-main { padding-left:0; padding-right:0; }
.row-fluid .ourwork-main .workblog-section, .knowledge-main .row-fluid .wrapper { margin:0 auto; width:1470px !important; float:none; }
.row-fluid .workpost-box { float:left; width:20%; }
.row-fluid .workpost-b { padding:0 10px 0; float:left; width:100%; margin:0 0 20px; }
.row-fluid .workpost-box img { width:100%; }
.row-fluid .workpost-image { position:relative; height:240px; overflow:hidden; }
.row-fluid .workpost-hover { display:none; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(218,38,39,0.7); padding:10px; text-align:center; }
.row-fluid .workpost-image:hover .workpost-hover { display:block; }
.row-fluid .workpost-hovercontent { top: 50%; transform: translateY(-50%); position:relative; } 
.row-fluid .workpost-hovercontent h6 { font-family: 'Open Sans Condensed', sans-serif; font-weight:700; font-size:20px; line-height:24px; text-transform:uppercase; color:#fff; padding:0 0 15px; letter-spacing:2px; margin:0 0 20px; position:relative; }
.row-fluid .workpost-hovercontent h6 a { color:#fff; }
.row-fluid .workpost-hovercontent h6:before { content:''; position:absolute; width:62px; height:1px; background:#fff; bottom:0; position:absolute; left:50%; margin:0 0 0 -31px; }
.row-fluid a.watchnow-link { display:inline-block; color:#fff; width:165px; height:37px; border:1px solid #fff; border-radius:0px; line-height:37px; font-size:15px; text-transform:uppercase; font-family:'Open Sans Condensed', Arial; letter-spacing:2px; font-weight:700;  }
.row-fluid a.watchnow-link:hover { background:#27292c; border:1px solid #27292c;color:#fff; }

.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
 
.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property:-moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property:-o-transform, opacity; transition-property: transform, opacity; }
.row-fluid .workpost-listing .container .workpost-box:first-child , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) { width:40%; }
.row-fluid .workpost-listing .container .workpost-box:first-child .workpost-b , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) .workpost-b { height:500px; }
.row-fluid .workpost-listing .container .workpost-box:first-child .workpost-image , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) .workpost-image { height:500px; }
.row-fluid .workpost-listing .container .workpost-box:first-child img , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) img { max-width:none; /* height:500px; */ }


.row-fluid .more-videobox { float:left; width:20%; padding:0 10px 20px; }
.row-fluid .more-videos { padding:60px 0; position:relative; }
.hs-blog-post .row-fluid .more-videos { padding-left:0; padding-right:0; }
.hs-blog-post .row-fluid .more-videos .cell-wrapper { margin:0 auto; width:1470px; float:none; }

.row-fluid .more-videos .hs-rss-item { height:260px; overflow:hidden; }
.row-fluid .more-videos .more-videobox .hs-rss-item img { height:260px; width:auto ; max-width:none; }
.row-fluid .more-videobox:nth-child(3) { width:40%; }
.row-fluid .more-videobox:nth-child(3) .hs-rss-item { height:540px; overflow:hidden; }
.row-fluid .more-videobox:nth-child(3) .hs-rss-item img { height:540px; width:auto; max-width:none; }
.row-fluid .more-videos .hs-rss-description { font-size:0; }


.row-fluid .more-videos:before { position:absolute; content:''; width:540px; height:1px; background:#e3e4e6; top:0; left:50%; margin:0 0 0 -270px; }
.row-fluid .more-videos h3 { color:#262b35; padding:0 0 30px; font-size:30px; line-height:34px; font-weight:300; text-align:center; padding:0 0 50px; }
.row-fluid .more-videos .hs-rss-item { float:left; width:100%; position:relative; margin:0; }
.row-fluid .more-videotext { display:none; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(218,38,39,0.7); padding:10px; text-align:center; }
.row-fluid .more-videos .hs-rss-item:hover .more-videotext { display:block; }

.row-fluid .more-videos .hs-rss-item-text { top: 50%; transform: translateY(-50%); position:relative; } 
.row-fluid .more-videos .hs-rss-title { display: block; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; font-size:20px; text-transform:uppercase; color:#fff; padding:0 0 15px; letter-spacing:2px; margin:0 0 20px; position:relative; }
.row-fluid .more-videos .hs-rss-title:before { content:''; position:absolute; width:62px; height:1px; background:#fff; bottom:0; position:absolute; left:50%; margin:0 0 0 -31px; }
.row-fluid .more-videos .hs-rss-description a { display:inline-block; color:#fff; width:165px; height:37px; line-height:37px; font-size:15px; text-transform:uppercase; font-family:'Open Sans Condensed', Arial; letter-spacing:2px; font-weight:700;  }
.row-fluid .more-videos .hs-rss-description a:hover { background:#da2627; border-color:#da2627; color:#fff; }

.row-fluid .goback-link { float:left; width:100%; padding:0 0 35px; }
.row-fluid .goback-link a  { line-height: 16px; display:inline-block; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/gallery-icon.png) no-repeat; padding:0 0 0 30px; font-size:15px; color:#9da5b3; text-transform:uppercase; font-weight:700; }
.row-fluid .goback-link a:hover  { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/gallery-iconhover.png) no-repeat; color:#da2627; }
.row-fluid .work-detail { padding:40px 0 80px; float:left; width:100%; }
.row-fluid .work-detailleft { float:left; width:60%; }
.row-fluid .work-detailright { float:right; width:33%; }
.row-fluid .work-detailright h2 { font-size:30px; line-height:34px; padding:0 0 20px; font-weight:300; font-family:'Open Sans', Arial; }
.row-fluid .work-detailright h6 { padding:5px 0 0; }
.row-fluid .work-detailright a { text-decoration:underline; color:#2648da; }
.row-fluid .work-detailright a:hover { color:#da2627; text-decoration:none; }
 

.row-fluid .knowledge-main { padding:70px 0 80px; float:left; width:100%; }
.hs-blog-listing .row-fluid .knowledge-left { width:100%; }
.hs-blog-listing .row-fluid .knowledge-right { display:none; }
.row-fluid .knowladge-postbox { float:left; width:25%; padding:12px;  }
.row-fluid .knowladge-postimage { /*height:160px;*/ height:auto; width:100%; margin:0 0 20px; overflow:hidden; background:#f7f9fa; }
.row-fluid .knowladge-postimage a { /*height:160px;*/ height:auto; display:block; text-align:center; }

.row-fluid .post-listing .knowladge-postbox:first-child .knowladge-postimage img {  /*transform: translateX(-49%) translateY(-50%); height:340px;*/ }
.row-fluid .knowladge-postimage img { /*max-height: 100%; width:auto; height:auto;  max-width: none; transform: translateX(-44%) translateY(-50%); display: inline-block; position: relative; top: 50%; left: 50%; max-height: 100%;*/ width:100% height:auto; }
.row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postimage img, .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postimage img, .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postimage img { width:100%; height:auto; max-height:none;     /*transform: translateX(-50%) translateY(-50%);*/  }

.row-fluid .knowladge-postbox h3 { font-size:18px; font-family:'Open Sans Condensed', Arial; font-weight:700; padding:0 0 10px; text-transform:uppercase; line-height:24px; /*min-height: 82px;*/ }
.row-fluid .knowladge-postbox h3 a { color:#000; text-decoration:underline; }
.row-fluid .knowladge-postbox h3 a:hover { color: #da2627; }
.knowladge-postbtext , .readmore-link { display:none; }
.readmore-link { padding:5px 15px; margin:15px 0 0; color:#9da5b3; border:1px solid #9da5b3; border-radius:0px; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; }
.readmore-link:after { content:' » '; line-height: 24px; display: inline-block; vertical-align: top; font-size: 18px; margin: 0 0 0 5px; }
.readmore-link:hover { background:#da2627; border-color:#da2627; color:#fff; }

.post-listing .knowladge-postbox:first-child { width:100%; padding:0 15px 30px; }
.row-fluid .post-listing .knowladge-postbox:first-child .knowladge-postimage { float:left; width:55%; height:454px; margin:0; }
.row-fluid .post-listing .knowladge-postbox:first-child .knowladge-postimage a { height:454px; }
.row-fluid .post-listing .knowladge-postbox:first-child .knowladge-postbcontent { float:left; width:45%; padding:85px 90px 25px 100px; }
.row-fluid .post-listing .knowladge-postbox:first-child .knowladge-postb { background:#f9f9fa; float: left; width: 100%; }
.row-fluid .post-listing .knowladge-postbox:first-child h3 { padding:0 0 20px; }
.row-fluid .post-listing .knowladge-postbox:first-child h3 a { font-family:'Open Sans'; font-weight:300; font-size:35px; line-height:40px; text-decoration:none; color:#262b35; text-transform:none; }
.row-fluid .post-listing .knowladge-postbox:first-child h3 a:hover { color: #da2627; }
.row-fluid .post-listing .knowladge-postbox:first-child .knowladge-postbtext , .row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postbtext , .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postbtext , .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postbtext { display:block; }
.row-fluid .post-listing .knowladge-postbox:first-child .readmore-link , .row-fluid .post-listing .knowladge-postbox:nth-child(2) .readmore-link , .row-fluid .post-listing .knowladge-postbox:nth-child(3) .readmore-link , .row-fluid .post-listing .knowladge-postbox:nth-child(4) .readmore-link { display:inline-block;}
.row-fluid .post-listing .knowladge-postbox:nth-child(2) .readmore-link , .row-fluid .post-listing .knowladge-postbox:nth-child(3) .readmore-link , .row-fluid .post-listing .knowladge-postbox:nth-child(4) .readmore-link { display:inline-block; position:absolute;/*left:20px;bottom:15px;*/}
.knowladge-postbtext a { text-decoration:underline; color:#2648da; }
.knowladge-postbtext a:hover { color:#da2627; text-decoration:none; }

.row-fluid .post-listing .knowladge-postbox:nth-child(2) , .row-fluid .post-listing .knowladge-postbox:nth-child(3) , .row-fluid .post-listing .knowladge-postbox:nth-child(4)  { width:33.33%; border:1px; padding:0 15px 20px; }
.row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postb , .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postb , .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postb { border:1px solid #edeff0; padding:0;    min-height: 530px; }
.row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postimage , .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postimage , .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postimage { /*height:210px;*/ height:auto;  }
.row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postimage a , .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postimage a , .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postimage a { /*height:210px;*/ height:auto; }
.row-fluid .post-listing .knowladge-postbox:nth-child(2) .readmore-link , .row-fluid .post-listing .knowladge-postbox:nth-child(3) .readmore-link , .row-fluid .post-listing .knowladge-postbox:nth-child(4) .readmore-link { margin:5px 0 0; }
.row-fluid .post-listing .knowladge-postbox .knowladge-postbcontent { padding:10px 30px 30px; }

.hs-blog-post .knowladge-ctamain { display:none; }
.row-fluid .knowladge-ctamain { float:left; width:100%; margin:0; padding:15px 12px; }
/*.row-fluid .knowladge-ctamain.hide { display:none; }*/
.row-fluid .knowladge-cta { background-color:#f9f9fa; background-size:auto; background-position:lef center; background-repeat:no-repeat; padding:25px; }
.row-fluid .knowladge-cta > div  { padding:30px 105px 30px 0; }
.row-fluid .knowladge-cta > .row-fluid-wrapper:first-child { display:none; }
.row-fluid .knowladge-cta .knowladge-content { width:500px; float:right; text-align:center; }
.row-fluid .knowladge-cta .knowladge-content h2 { color:#000000; font-size:45px; line-height:50px; padding:0px; font-family:'Open Sans Condensed', Arial; letter-spacing:2px; text-transform:uppercase; font-weight:900; }
.row-fluid .knowladge-cta .knowladge-ctext { font-size:24px; color:#616874; line-height:30px; }
.row-fluid .knowladge-cta .knowladge-ctext strong { color:#da2627; font-weight:700; }
.row-fluid .signupnow-link { display:inline-block; }
.row-fluid .signupnow-link a { display:inline-block; border-radius:0px; font-size:23px; color:#fff; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:2px; position:relative; padding:14px 66px 14px 28px; 
background:#262b35; margin:15px 0 0; text-transform:uppercase; }
.row-fluid .signupnow-link a:before { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/arrow-icon2.png) no-repeat; width:31px; height:32px; content:''; position:absolute; right:25px; top:12px; }
.row-fluid .signupnow-link a:hover { background: #dc3c3e; }
.row-fluid .signupnow-link a:hover:before { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/submit-arrow.jpg) no-repeat; }
.row-fluid .post-listing .knowladge-postbox:nth-child(9) { /*clear:right;*/ }
/*.row-fluid .post-listing .knowladge-postbox:nth-child(9n+1) { clear:left; }*/

.pagination { float:left; width:100%; margin:0; padding:30px 0 0; list-style:none; text-align:center; font-size:18px; }
.pagination li { display:inline-block; padding:0 2px; }
.pagination li a { color:#9da5b3; font-weight:400; text-decoration:none; padding:6px 12px; min-width:30px; }
.pagination li a:hover , .pagination li.active a { color:#fff; background:#da2627; text-decoration:none; }

.pagination li.next-link a:after { content: ' » '; line-height: 24px; display: inline-block; vertical-align: top; font-size: 18px; margin:0 0 0 5px; }
.pagination li.prev-link a:before { content: ' « '; line-height: 24px; display: inline-block; vertical-align: top; font-size: 18px; margin:0 5px 0 0; }
.pagination li.disabled { display:none; }


.row-fluid .knowledge-rsubscribeBox { margin:0 0 50px; border:1px solid #e3e4e6; padding:30px 20px; text-align:center; }
.row-fluid .knowledge-rsubscribeBox h3 { margin:0 0 15px; padding:0 0 18px; font-size:30px; font-weight:700; text-transform:uppercase; font-weight:700; font-family:'Open Sans Condensed', Arial; position:relative; }
.row-fluid .knowledge-rsubscribeBox h3:before { content:''; background:#da2627; height:1px; position:absolute; left:50%; width:60px; margin:0 0 0 -30px; bottom:0; }
.row-fluid .knowledge-rsubscribeform h3 { display:none; }
.row-fluid .knowledge-rsubscribeform { padding:15px 0 0; text-align:left; } 

.row-fluid .knowledge-rsubscribeform input[type=email] { width:100% !important; text-align:left; border-bottom:2px solid #f3f4f5; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/email-icon.png) no-repeat 15px center  #f9f9fa; color:#3d434c; height:42px; line-height:42px; padding:0 15px 0 45px; margin:0 0 15px; }
.row-fluid .knowledge-rsubscribeform input[type=submit] {margin:8px 0 0; border-radius:0px; width:100%; text-align:center; text-transform: uppercase; cursor:pointer; display:block; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e73032+0,cd2123+100 */
background: rgb(231,48,50); border: 1px solid rgb(231,48,50); transition: all .7s ease;
  -wekbit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(231,48,50,1) 0%, rgba(205,33,35,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(231,48,50,1) 0%,rgba(205,33,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(231,48,50,1) 0%,rgba(205,33,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73032', endColorstr='#cd2123',GradientType=0 ); font-size:18px; color:#fff; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:2px; padding:14px 20px 14px 20px;  margin:0;  }
.row-fluid .knowledge-rsubscribeform input[type=submit]:hover { background:#fff; color: #333; border: 1px solid rgb(231,48,50); transition: all .7s ease;
  -wekbit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease; }
.row-fluid .knowledge-rsubscribeform label { display:none; }
.row-fluid .knowledge-rsubscribeform ul { margin:0; padding:0; list-style:none; }
.row-fluid .knowledge-rsubscribeform ul label { display:block; }

.knowledge-rblogs { text-align:center; }
.knowledge-rblogs h3 { display:none; }
.knowledge-rblogs .hs-rss-item-image-wrapper { padding:0 0 10px; }
.knowledge-rblogs .hs-rss-byline { color:#616874; font-size:13px; padding:0 0 5px; }
.knowledge-rblogs a.hs-rss-title { font-size:18px; line-height:22px; color:#262b35; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:1px; text-transform:uppercase; text-decoration:underline; }
.knowledge-rblogs a.hs-rss-title:hover { color:#da2627; }
.knowledge-rblogs .hs-rss-item { margin:0; padding:0 0 40px; }

.knowledge-left h1 { font-weight:300; font-size:40px; color:#262b35; font-weight:300; padding:0 0 35px; font-family: 'Open Sans', sans-serif; }
.knowladge-postbtext h2 { display:none; }

.knowledgeblog-bylinemain { float:left; width:100%; padding:0 0 22px 0; position:relative; }
.knowledgeblog-avatar { float:left; margin:0 15px 0 0; width:40px; height:40px; overflow:hidden; }
.knowledgeblog-bylineleft { float:left; width:75%; line-height:18px; }
.knowledgeblog-sharestory { float:right; text-align:right; }
.knowledgeblog-sharestory h6 { padding:0 0 4px; font-size:13px; color:#616874; font-weight:300; font-family:'Open Sans', Arial; line-height:18px; }
.knowledgeblog-sharestory a { display:inline-block; margin:0 0 0 8px; vertical-align:middle;  }
a.sharestory-googleplus { width:19px; height:12px; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/googleplus-icon.png) no-repeat; background-size:44px auto;  }
a.sharestory-twitter { width:15px; height:13px; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/twitter-icon.png) no-repeat; background-size:42px auto;  }
a.sharestory-linkedin { width:15px; height:15px; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/linkedin-icon.png) no-repeat; background-size:37px auto;  }
a.sharestory-facebook { width:16px; height:16px; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/facebook-icon.png) no-repeat; background-size:40px auto;  }

.knowledgeblog-sharestory a:hover { background-position:right top !important; }

.knowledgeblog-sharesubscibe { float:left; width:100%; padding:25px 35px; background:#f9f9fa; margin:35px 0 65px; font-size:14px; font-family:'Open Sans Condensed', Arial; letter-spacing:1px; font-weight:700; text-transform:uppercase; }
.knowledgeblog-sharesubscibeleft { float:left; }
.knowledgeblog-sharesubscibeleft span { display:inline-block; margin:0 8px 0 0 ; vertical-align:middle;  color:#616874;  }
.knowledgeblog-sharesubscibeleft a { display:inline-block; margin:0 0 0 5px; vertical-align:middle;  }
.knowledgeblog-sharesubsciberight { float:right; }
.knowledgeblog-detail a { text-decoration:underline; color:#2648da; }
.knowledgeblog-detail a:hover { color:#da2627; text-decoration:none; }
.knowledgeblog-lauthordatetopic {  float:left; width:80%; }
.knowledgeblog-authordate a { color:#616874; text-decoration:none; }
.knowledgeblog-lauthordatetopic { font-size:13px; }

.knowledgeblog-sharesubsciberight a:after { content: ' » '; line-height: 24px; display: inline-block; vertical-align: top; font-size: 18px; margin:0 0 0 5px; }

.hs-blog-post .knowledge-left { padding:0 100px 0 0; }
.knowledgeblog-detailcontent  h2 { font-size:25px; color:#262b35; padding:10px 0; line-height:30px; font-weight: 400; font-family:'Open Sans', Arial; }
.knowledgeblog-detailcontent  h3 { font-size:20px; color:#262b35; padding:10px 0; line-height:30px; font-weight: 400; font-family:'Open Sans', Arial; }
.knowledgeblog-detailcontent  h4 { font-size:16px; color:#262b35; padding:10px 0; line-height:30px; font-weight: 700; font-family:'Open Sans Condensed', Arial; letter-spacing:1px; text-transform:uppercase; }
.knowledgeblog-detailcontent blockquote { position:relative; float: left; width:80%; margin:10px 20% 25px 0; padding:0 0 0 150px; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/quote-icon.png) no-repeat 63px top; }
.knowledgeblog-detailcontent blockquote:after { content:''; left:130px; width:1px; top:0; height:100%; position:absolute; background:#e5e6e7; }
.knowledgeblog-detailcontent blockquote:before { content:''; position:absolute; left: 111px; z-index: 5; top:30px; margin:0; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/twitter-textbg.png) no-repeat; width:20px; height:25px; }

.knowledgerelated-post { padding:0 0 40px; float:left; width:100%;  }
.knowledge-relatedcommnet h2 { font-size:40px; line-height:44px; color:#262b35; padding:0 0 20px; font-family:'Open Sans', Arial; font-weight:300; color:#262b35; }
 
.knowledgerelated-blogbox  { width:50%;  padding:0 30px 20px 0; float:left; }
.knowledgerelated-blogimage { height:246px; width:100%; margin:0 0 20px; overflow:hidden; background:#f7f9fa; }
.knowledgerelated-blogimage a { height:246px; display:block;  }
.knowledgerelated-blogimage img { max-height: 100%; max-width: none; transform: translateX(-50%) translateY(-50%); display: inline-block; position: relative; top: 50%; left: 50%; max-height: 100%; }
.knowledgerelated-text h2 { display:none; }
.knowledgerelated-text { min-height: 146px; }

.knowledgerelated-blogbox h5 { font-size:18px; font-family:'Open Sans Condensed', Arial; font-weight:700; padding:0 0 10px; text-transform:uppercase; line-height:24px; min-height:60px; color:#000; text-decoration:underline; }
.knowledgerelated-blogbox h5 a { color:#000; text-decoration:underline; }
.knowledgerelated-blogbox h5 a:hover , .knowledgerelated-blogbox a:hover h5 { color: #da2627; }

.knowledgerelated-readmore { display:block; }
.knowledgerelated-readmore span { padding:7px 15px; margin:5px 0 0; color:#9da5b3; border:1px solid #9da5b3; border-radius:0px; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; }
.knowledgerelated-readmore span:after { content:' » '; line-height: 24px; display: inline-block; vertical-align: top; font-size: 18px; margin: 0 0 0 5px; }
.knowledgerelated-readmore span:hover ,  .knowledgerelated-blogbox a:hover span { background:#da2627; border-color:#da2627; color:#fff; }

.knowledgerelated-blogbox .knowledgerelated-blogb { border:1px solid #edeff0; padding:30px; color: #616874; }
.knowledgerelated-blogimage { height:210px;  }
.knowledgerelated-blogimage a { height:210px; }

.knowledgecommnet-main { float:left; width:100%; }

.row-fluid .knowledge-comment .comment-title { float:left; width:100%; border-top:1px solid #edeff0; padding:45px 0 35px; margin:0; }
.row-fluid .knowledge-comment h2 { font-size:40px; line-height:44px; color:#262b35; padding:0 0 20px; ont-family:'Open Sans', Arial; font-weight:300; color:#262b35; }
.row-fluid .knowledge-commentform .hs-form fieldset { max-width:none; }
.row-fluid .knowledge-commentform label { display:none; }
.row-fluid .knowledge-commentform label span.hs-form-required { color:#f15d3d }
.row-fluid .knowledge-commentform .hs-form fieldset { max-width:100% }
.row-fluid .knowledge-commentform fieldset { padding:0; float:left; width:100% }
.row-fluid .knowledge-commentform  .input { margin:0; }
.row-fluid .knowledge-commentform input[type=text], .row-fluid .knowledge-commentform input[type=email], .row-fluid .knowledge-commentform input[type=tel] { width:100% !important; text-align:left; border-bottom:2px solid #f3f4f5; background:#f9f9fa; color:#3d434c; height:42px; line-height:42px; padding:0 15px; margin:0 0 10px; }
.row-fluid .knowledge-commentform select { border-bottom:2px solid #f3f4f5; height:42px; line-height:42px; padding:0 15px; color:#3d434c; text-align:left;  background:#f9f9fa; }
.row-fluid .knowledge-commentform textarea { border-bottom:2px solid #f3f4f5; height:124px; line-height:20px; padding:15px; color:#3d434c; width:100%!important; text-align:left; background:#f9f9fa; margin:0 0 10px }
.row-fluid .knowledge-commentform input[type=submit] { text-transform: uppercase; cursor:pointer; display:inline-block; background-color:rgba(000,000,000,0);  font-size:18px; color:#fff; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; letter-spacing:2px; padding:10px 20px;  margin:0; text-align:center }
.row-fluid .knowledge-commentform input[type=submit]:hover { background-color:rgba(000,000,000,0); }
.row-fluid .knowledge-commentform .hs_submit { float:right; margin: -58px 0 0; }
.row-fluid .knowledge-commentform .hs_submit .actions { margin:0; display:inline-block; border-radius:0px; position:relative; 
background: rgb(231,48,50); /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(231,48,50,1) 0%, rgba(204,33,35,1) 100%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  rgba(231,48,50,1) 0%,rgba(204,33,35,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73032', endColorstr='#cc2123',GradientType=0 ); */ /* IE6-9 */  }
.row-fluid .knowledge-commentform .hs_submit .actions:hover { background: #27292c; /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(204,33,35,1) 0%, rgba(231,48,50,1) 100%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  rgba(204,33,35,1) 0%,rgba(231,48,50,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  rgba(204,33,35,1) 0%,rgba(231,48,50,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2123', endColorstr='#e73032',GradientType=0 );*/  }

.row-fluid .knowledge-commentform .hs_subscribe { float:left; width:50%; }
.row-fluid .knowledge-commentform .hs_subscribe label { line-height:19px; font-size:12px; }
.row-fluid .knowledge-commentform .hs_subscribe .checkbox-wrap { top:8px; }
.row-fluid .knowledge-commentform fieldset { padding:0 0 20px; }

.row-fluid .knowledge-commentform .hs_lastname { display:none; }

.row-fluid .knowledge-commentform :required::-webkit-input-placeholder:after { color:red; content:" *"; }
.row-fluid .knowledge-commentform :required:-moz-input-placeholder:after { color:red; content:" *"; }
.row-fluid .knowledge-commentform :required::-moz-input-placeholder:after { color:red; content:" *"; }
.row-fluid .knowledge-commentform :required:-ms-input-placeholder:after { color:red; content:" *"; }
.row-fluid .knowledge-commentform fieldset { padding:0 0 20px; }


.row-fluid .knowledge-commentform .hs_subscribe { padding: 0 0 0 25px; position: relative !important; line-height: 24px; text-transform:uppercase; }

.row-fluid .knowledge-commentform .hs-error-msgs { margin:-18px 0 0; float: left; width: 100%; }
.row-fluid .knowledge-commentform .hs_subscribe .hs-error-msgs { margin:0; }

.row-fluid .knowledge-commentform ul { margin:0; padding:0; list-style:none; }
.row-fluid .knowledge-commentform ul label { display:block; }
 
.row-fluid .knowledge-commentform .checkbox-wrap input {  width: 20px !important; height:20px !important; top:3; }
.row-fluid .knowledge-commentform .checkbox-wrap .check { width:20px; height:20px; line-height: 25px;  margin:-2px 8px 0 0; }
 
.row-fluid .knowledge-commentform #comments-listing { padding:0 0 20px; }
.row-fluid .knowledge-commentform .comment { margin:0; border:none; padding:0 0 20px 0; }
.row-fluid .knowledge-commentform .comment.depth-1 { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/arrow-icon3.png) no-repeat left 10px; padding:0 0 20px 35px; }
.row-fluid .knowledge-commentform .comment-from h4 { margin:0; padding:0; color:#000; font-family:'Open Sans Condensed', Arial; letter-spacing:1px; font-weight:700; text-transform:uppercase; font-size:15px; }
.row-fluid .knowledge-commentform  .comment-reply-to:hover { color:#da2627; }
.hs-blog-listing .row-fluid .knowledge-comment { display:none; }

.galpop-video { display:none; width:800px; }
.smallvideoimg-slider { position:relative; }
.smallvideoimg-slider ul { margin:0; padding:0; list-style:none; }
.popgallery-box { padding:0 5px; -webkit-filter: grayscale(100%); filter: gray; filter: grayscale(100%); }
.popgallery-box a { display:block; height:120px; overflow:hidden; }
.popgallery-box a img { width:100%; height:auto; }
.smallvideoimg-slider .bx-prev, .smallvideoimg-slider .flex-prev { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/prev-icon2.png) no-repeat; position:absolute; left:-28px; top:50%; width:21px; height:40px; margin:-20px 0 0; font-size:0; }
.smallvideoimg-slider .bx-next, .smallvideoimg-slider .flex-next { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/next-icon2.png) no-repeat; position:absolute; right:-28px; top:50%; width:21px; height:40px; margin:-20px 0 0; font-size:0; }
.smallvideoimg-slider .bx-prev:hover { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/prev-icon.png) no-repeat; }
.smallvideoimg-slider .bx-next:hover { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/next-icon.png) no-repeat; }
.bigvideoimg-box { padding:0 0 20px; }

.bigvideoimg-box img { width:100%; height:auto }

.row-fluid .knowladgefilter-drop {  display:none; padding:12px 30px 12px 15px; color:#fff; text-transform:uppercase; border:3px solid #da2627; font-family:'Open Sans Condensed', Arial; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/arrow-icon4.png) no-repeat right 10px center; }
 

/*footer*/
.row-fluid .footer { background:#27282c; padding:70px 0 65px; color:#616874; font-family:'Open Sans Condensed', Arial; letter-spacing:1px; text-align:center; font-weight:300; text-transform:uppercase; }
.row-fluid .landing-footer .footer { background:none; color:#616874; }

.row-fluid .footer a { color:#616874; }
.row-fluid .footer a:hover { color:#fff; }
.row-fluid .landing-footer .footer a:hover { color:#da2627; }

.row-fluid .footer-contacttext { float:none; display:inline-block; padding:0 25px; width:auto; margin:0; }
.row-fluid .footer-contacttext span span { color:#fff; }
.row-fluid .landing-footer .footer-contacttext span span { color:#262b35; }
.row-fluid .footer-links ul { vertical-align:top; }
.row-fluid .footer-links ul li { float:none !important; display:inline-block; }
.row-fluid .footer-links { padding:15px 0; }
.row-fluid .footer-social { padding:30px 0 0; }
.row-fluid .footer-social a.googleplus-link { width:23px; height:16px; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/googleplus-icon.png) no-repeat;  }
.row-fluid .footer-social a.instagram-link { width:20px; height:20px; background:url(//cdn2.hubspot.net/hubfs/1798391/instagram-icon.png) no-repeat;  }
.row-fluid .footer-social a.vimeo-link { width:17px; height:15px; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/vimeo-icon.png) no-repeat;  }
.row-fluid .footer-social a.flicker-link { width:24px; height:13px; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/flicker-icon.png) no-repeat;  }
.row-fluid .footer-social a.youtube-link { width:23px; height:18px; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/youtube-icon.png) no-repeat;  }
.row-fluid .footer-social a.twitter-link { width:19px; height:16px; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/twitter-icon.png) no-repeat;  }
.row-fluid .footer-social a.linkedin-link { width:18px; height:18px; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/linkedin-icon.png) no-repeat;  }
.row-fluid .footer-social a.faceook-link { width:20px; height:20px; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/facebook-icon.png) no-repeat;  }
.row-fluid .footer-social a { display:inline-block; background-position:right top !important; display:inline-block; vertical-align:middle; margin:0 26px; }
.row-fluid .footer-social a:hover { background-position:left top !important; }
.row-fluid .footer-social span.hs_cos_wrapper { border-top:1px solid #33353a; border-bottom:1px solid #33353a; padding:12px 15px; display:inline-block;  }
.row-fluid .landing-footer .footer-social span.hs_cos_wrapper { border-top-color:#dfe1e3; border-bottom-color:#dfe1e3; }

.row-fluid .workmobile-dropdown { position:relative; text-align:center; background:rgba(000,000,000,0.6); }
.row-fluid .workmobile-dropdown .workdropdoen-title { width:auto; font-weight:700; display:none; float:none; padding:12px 30px 12px 15px; color:#fff; text-transform:uppercase; border:3px solid #da2627; font-family:'Open Sans Condensed', Arial; background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/arrow-icon4.png) no-repeat right 10px center; }

.row-fluid .whatwedo-new.header-ourwork h1 { padding-right:20%; }
.row-fluid .campaign-strategy { float:left; width:100%; background-color:#FFF; position:relative; }
.row-fluid .campaign-strategy .campaign-img { position:absolute; left:0; top:0; height:100%; background-size:cover; background-repeat:no-repeat; background-position:center top; }
.row-fluid .campaign-strategy .campaign-img img { width:100% !important; height:auto; display:none; }
.row-fluid .campaign-strategy .campaign-text { float:right; padding-left:180px; padding-top:130px; padding-bottom:130px; }
.row-fluid .campaign-strategy .request-quote a { color:#000; text-transform:uppercase; font-weight:700; position:relative; padding-bottom:3px; }
.row-fluid .campaign-strategy .request-quote a:before { width:93%; height:1px; background:#000; position:absolute; content:''; bottom:0; left:0;  -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .campaign-strategy .request-quote a:hover:before { width:100%; }

.row-fluid .video-space { float:left; width:100%; position:relative; }
.row-fluid .video-space:before  { height:1px; width:500px; content:''; position:absolute; left:50%; margin:0 0 0 -250px; background:rgba(236,51,53,0.4); top:0; }
.row-fluid .video-space > div { position:relative; }

.row-fluid .video-production .campaign-img { float:right; right:0; left:auto; }
.row-fluid .video-production .campaign-text { float:left; }

.row-fluid .whatwedo-section ul li:first-child a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon1.png) no-repeat 10px center; }
.row-fluid .whatwedo-section ul li:first-child a:hover { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon1hover.png); }
.row-fluid .whatwedo-section ul li:nth-child(2) a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon2.png) no-repeat 10px center; }
.row-fluid .whatwedo-section ul li:nth-child(2) a:hover { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon2hover.png); }
.row-fluid .whatwedo-section ul li:nth-child(3) a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon3.png) no-repeat 15px center; }
.row-fluid .whatwedo-section ul li:nth-child(3) a:hover { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon3hover.png); }
.row-fluid .whatwedo-section ul li:nth-child(4) a { background:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon4.png) no-repeat 10px center; }
.row-fluid .whatwedo-section ul li:nth-child(4) a:hover { background-image:url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/tab-icon4hover.png); }

.row-fluid .videoimg-section { float:left; width:100%; position:relative; text-align:center; padding:100px 0; }
.row-fluid .videoimg-section:before { position:absolute; content:''; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,0.65); }
.row-fluid .videoimg-section .wrapper { position:relative; }

/* Updates 18-11-2016 */
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li { position:relative;  }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li:after { position:absolute; content:""; height:3px; width:30px; bottom:0; background:#ff0000; opacity:0; transform: translateX(-50%); left:50%; bottom:-7px;  }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.active:after { opacity:1; }
.row-fluid .top-requestquote-link { float:none; display:inline-block; margin:0; vertical-align:middle; } 
.row-fluid .top-requestquote-link a { padding:18px 25px; color:#fff; background:#FF0000; border:1px solid #FF0000; margin-left:15px; }
.row-fluid .top-requestquote-link a:hover { background:transparent; border-color:#fff; color:#fff;  }

.row-fluid .topsocial_phonebox { text-align:right; padding:0px 0 0 15px; border-top:1px solid #fff; }
.row-fluid .topsocial_phonebox a { color:#fff; font-size:18px; line-height:22px; }
.row-fluid .topsocial_phonebox a:hover { color:#ff0000; }
.row-fluid .top-social { float:none; display:inline-block; margin:0; vertical-align:middle; text-align:center; width:auto; }
.row-fluid .top-social a { color: rgba(255,255,255,.4); float:none; display:inline-block; margin:0 5px; }
 
.row-fluid .top-contact { float:none; width:auto; display:inline-block; margin:0; vertical-align:middle; }
.row-fluid .top-contact a { font-size:16px; line-height:20px; font-weight:700; }
.row-fluid .top-contact a i { padding-right:5px; }

.row-fluid .whatwedo-main .whatwedo-box:first-child p { padding-top:0; }

.row-fluid .knowledgeblog-filter { width:auto; float:none; display:inline-block; vertical-align:middle; }
.row-fluid .knowledge-searchsection { width:auto; float:none; display:inline-block; vertical-align:middle; }
.row-fluid .knowledge-searchbox input[type="text"] { background:transparent; border-bottom:2px solid #fff; color:#fff; font-weight:500; }
.row-fluid .knowledge-searchbox .custom-input { width:auto; float:none; display:inline-block; vertical-align:middle; }
.row-fluid .knowledge-searchbox .search-icon { width:auto; float:none; display:inline-block; vertical-align:middle; }
.row-fluid .knowledge-searchbox .search-icon a { font-size:24px; }
.row-fluid .knowledge-searchbox .search-icon a:hover { color:#fff; }*/

.row-fluid .header-contactmap { position:relative; }
.row-fluid .header-contactmap .gm-style > div :before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(128,128,128,0.1); z-index:1; }
.row-fluid .header-contactmap .gm-style div.gmnoprint div:before { display:none; }

.row-fluid .insta-feeds { /*padding-top:30px;*/ }
.row-fluid .insta-feeds h3 { color:#da2627; font-weight:bold; letter-spacing:1px;padding-top:0; }
.row-fluid .insta-feeds ul { margin:0; padding:0; text-align:center; }
.row-fluid .insta-feeds ul li { float:none; display:inline-block; width:125px; height:125px; vertical-align:middle; padding:5px;}

@media (min-width:768px){
    .row-fluid .insta-feeds ul{
        text-align:left;
    }
    .row-fluid .insta-feeds ul li{
        width: 100px;
        height:100px;
    }
}
@media (min-width:992px){
    .row-fluid .insta-feeds ul li{
        width: 125px;
        height:125px;
    }
}
@media (min-width:1200px){
    .row-fluid .insta-feeds ul li{
        width: 150px;
        height:150px;
    }
}
@media (min-width:1920px){
    .row-fluid .insta-feeds ul li{width: 180px; height:180px}
}
@media (min-width:2200px){ /* ADAM EDIT */
    .row-fluid .insta-feeds ul li{width: 200px; height:200px}
}
@media (max-width:414px){
    .row-fluid .insta-feeds ul li{
        width: 120px;
        height:120px
    }
}
@media (max-width:375px){
    .row-fluid .insta-feeds ul li{
        width: 100px;
        height:100px
    }
}

.row-fluid .insta-feeds ul li a { float:left; width:100%; height:120px; height:100%; position:relative; }
.row-fluid .insta-feeds ul li a:before { position:absolute; content:""; height:100%; width:0; top:0; left:0; background:rgba(200,0,0,0.5); opacity:0; }
.row-fluid .insta-feeds ul li a:hover:before { opacity:1; width:100%; transition:all ease .4s; } 
.row-fluid .insta-feeds ul li:nth-child(even) a:before { right:0; left:auto; }
.row-fluid .insta-feeds ul li:nth-child(even) a:hover:before { opacity:1; width:100%; transition:all ease .4s; }

.row-fluid .management-container { text-align:center; }
body.even .row-fluid .management-container > span > div {float:none; display:inline-block; margin:0 0 30px; padding:0 15px; width:49%; }
body.odd .row-fluid .management-container>span>div { width:32%; float: none; display:inline-block; padding: 0 15px; }
.row-fluid .management-container>span>div { float: left; padding: 0 15px; margin-bottom:20px; }


/* google search css */
.row-fluid .knowledge-searchsection .gsc-input-box, { height:auto; background:transparent; border:transparent; border-bottom:2px solid #fff; margin-right:30px; }
.row-fluid .knowledge-searchsection .gsc-search-button input[type=image].gsc-search-button, .search-form-wrapper .gsc-search-button input[type=image].gsc-search-button  { background:transparent no-repeat; width:28px; height:100%; background-position:center;  display:inline-block; margin-top:0 !important;  }
.row-fluid .knowledge-searchsection td.gsc-search-button:after { /*content:"\f002";*/ content:""; font-size:24px; color:#da2627; font-family: 'FontAwesome'; display:inline-block; position:absolute; top:-8px; right:0;  -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; background-image: url(https://cdn2.hubspot.net/hubfs/1798391/PopVideo/images-new/icon-search.png);background-repeat: no-repeat !important;background-position: right 0 !important;width: 24px;height: 24px;}
.row-fluid .knowledge-searchsection td.gsc-search-button:hover:after{background-position:left 0 !important;}
.row-fluid .knowledge-searchsection td.gsc-search-button:hover:after, .search-form-wrapper td.gsc-search-button:hover:after { color:#fff; }
.row-fluid .knowledge-searchsection td.gsc-search-button { width:40px;  position:absolute; right:0; top:8px; font-size:0; cursor:pointer;  height:29px; }
.row-fluid .knowledge-searchsection .gsc-search-box-tools .gsc-search-box td.gsc-input, .search-form-wrapper .gsc-search-box-tools .gsc-search-box td.gsc-input { padding-right:0 !important;   }
.row-fluid .knowledge-searchsection .gsc-search-box-tools .gsc-search-box input.gsc-input { background:transparent !important; height:35px !important; padding:5px 50px 5px 15px !important ; font-size:21px; line-height:24px; color:#fff; border-bottom:2px solid #da2627 !important;font-size:16px !important; text-indent:0px !important;}
.row-fluid .knowledge-searchsection .field, .search-form-wrapper .field { padding:0; }
.row-fluid .knowledge-searchsection .gsc-control-cse form.gsc-search-box, .search-form-wrapper .gsc-control-cse form.gsc-search-box { position:relative !important;  }
.row-fluid .knowledge-searchsection .cse .gsc-control-cse, .gsc-control-cse, .search-form-wrapper .cse .gsc-control-cse { padding:0 !important; background:transparent !important; border:none !important;  }
.row-fluid .knowledge-searchsection table.gsc-search-box td.gsib_bm, .search-form-wrapper table.gsc-search-box td.gsib_bm { position:absolute; }
.row-fluid .knowledge-searchsection table.gsc-search-box td.gsib_a, .search-form-wrapper table.gsc-search-box td.gsib_a { display:inline-block !important;  width:100% !important; padding:0 !important; }
.row-fluid .knowledge-searchsection { height:auto !important; border:none !important; background:transparent !important; box-shadow:none !important; position:relative; }
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus { background-color:transparent !important; border:none !important; }
.row-fluid .knowledge-searchsection .gscb_a, .search-form-wrapper .gscb_a {  display:none !important;  padding:0 !important; }

.search-form-wrapper .gsc-search-box-tools .gsc-search-box input.gsc-input { background:transparent !important; height:35px !important; padding:5px 50px 5px 15px !important ; font-size:0px; color:transparent; line-height:24px; color:#fff;  }
.search-form-wrapper .gsc-input-box {height:auto; background:transparent; border:none;}
.search-form-wrapper td.gsc-search-button {width:50px; position:absolute; right:0; top:0; right:0px; font-size:0; cursor:pointer; height:100%;z-index:999;}
.search-form-wrapper .gsc-search-box-tools .gsc-search-box input.gsc-input::-webkit-input-placeholder{
    color:transparent;
    font-size:0px;
}
.search-form-wrapper .gsc-search-box-tools .gsc-search-box input.gsc-input::-moz-input-placeholder{
    color:transparent;
    font-size:0px;
}
.search-form-wrapper .gsc-search-box-tools .gsc-search-box input.gsc-input::-ms-input-placeholder{
    color:transparent;
    font-size:0px;
}
.search-form-wrapper .gsc-search-box-tools .gsc-search-box input.gsc-input:-moz-input-placeholder{
    color:transparent;
    font-size:0px;
}


.row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postb, .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postb, .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postb {
    position:relative;
    padding-bottom:60px !important;
}

@media screen and (max-width:1800px){
    .row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postb, .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postb, .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postb {
        /*min-height: 580px;*/
    }
}
@media screen and (max-width:1200px){
    .row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postb, .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postb, .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postb {
        min-height: 560px;
    }
}
@media screen and (max-width:767px){
    .row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postb, .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postb, .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postb {
        min-height: initial;
    }
}
@media (min-width: 1480px) {
    
    .row-fluid .landing-contentmain .wrapper { width:1420px; }
    .row-fluid .lanidng-mid { padding:0 130px 0 50px; }
    .row-fluid .campaign-strategy .campaign-text { padding-left:0; padding-right:0 !important; text-align:center; }
    .row-fluid .campaign-inner { width:375px; float:none; display:inline-block; text-align:left; }
   
    
}

@media (min-width: 1200px) and (max-width: 1480px) {

    .row-fluid .ourwork-main { padding-left:0; padding-right:0;  }
    .row-fluid .ourwork-main .workblog-section, .knowledge-main .row-fluid .wrapper { width:1170px !important;  }
    .row-fluid .workpost-image { height: 200px; }
    .row-fluid .workpost-listing .container .workpost-box:first-child .workpost-b , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) .workpost-b { height:420px; }
    .row-fluid .workpost-listing .container .workpost-box:first-child .workpost-image , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) .workpost-image { height:420px; }
    .row-fluid .workpost-listing .container .workpost-box:first-child img , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) img { max-width:none; height:420px;  }
 

    .hs-blog-post .row-fluid .more-videos .cell-wrapper { width:1170px; }
    .row-fluid .more-videos .hs-rss-item { height:200px;  }
    .row-fluid .more-videos .more-videobox .hs-rss-item img { height:200px;  }
    .row-fluid .more-videobox:nth-child(3) .hs-rss-item { height:420px;   }
    .row-fluid .more-videobox:nth-child(3) .hs-rss-item img { height:420px; }
    
    .row-fluid .whatwedo-box { min-height:530px; }
    .row-fluid .whatwedo-hoverbcontent { min-height:420px; }
    .row-fluid .whatwedo-box h2 { font-size:24px; }
    
    
}


@media (min-width: 1200px) and (max-width: 1280px) {
    .row-fluid .whatwedo-box h2 { font-size: 24px; }
    .row-fluid .whatwedo-smallbox { padding-left:8%; padding-right:8%; }
    
    .row-fluid .ourwork-main , .hs-blog-post .row-fluid .more-videos { padding:20px 40px 65px 40px; }
    .hs-blog-post .row-fluid .ourwork-main { padding-left:0; padding-right:0; }
 
}

@media (min-width:760px) and (max-width:1094px){
    
    .row-fluid .top {padding:34px 20px;}
    .row-fluid .top-right { margin:0; }
    body .row-fluid .logo { width:160px; }
    }

@media (min-width: 991px) and (max-width: 1200px) {
    
    .row-fluid .wrapper { width:920px; } 
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li { padding:0px 10px; }
    
    .row-fluid .header h2 {  padding-left:11%; padding-right:11%; }
    .row-fluid .homewhatwedo-title h2 , .row-fluid .WhoWeWorkWith-TopSection h2 , .row-fluid .HereFromOurClients-section h2 , .row-fluid .bottomcontact-left h2 , .row-fluid .management-title h2 , .row-fluid .agency-newstitle h2 , .row-fluid .talent-title h2 , .row-fluid .header-ouragency h1 , .row-fluid .header-ourwork h1  { font-size: 66px; }
    .row-fluid .ready-text { font-size: 169px; letter-spacing: 40px; }
    .row-fluid .bottomcontact-left { padding: 0 5% 0 0; }
    .row-fluid .header-contact #map { height:500px; }
    .row-fluid .management-title h2 { margin:0; }
    
    .row-fluid .whatwedo-box { min-height:525px; }
    .row-fluid .whatwedo-box h2 { font-size: 19px; }
    .row-fluid .whatwedo-smallbox { padding-left:8%; padding-right:8%; }
    .row-fluid .whatwedo-hoverbox { padding: 15px; }
    .row-fluid .whatwedo-hoverbcontent { padding:10px; }
    .row-fluid .whatwedo-hovertext { font-size:14px; min-height:345px; }
    
    .row-fluid .header-ouragency { padding: 240px 0 145px; }
    .row-fluid .management-section { padding: 90px 0 70px; }
    .row-fluid .agency-newsection { padding: 100px 0; }
    .row-fluid .talent-section { padding: 100px 0; }
    
    .row-fluid .contact-formmain {  padding: 85px 8% 0; }
    .row-fluid .contactinfo-content { font-size: 17px; }
    .row-fluid .lanidng-right { padding: 30px 20px; }
    .row-fluid .landing-titlesection { padding: 0 5% 40px; }
    
    .row-fluid .knowledge-filter ul li { padding:0; font-size: 14px; }
    .row-fluid .post-listing .knowladge-postbox:first-child .knowladge-postbcontent { padding: 65px 60px 25px 70px; }
    .row-fluid .knowladge-cta>div { padding: 30px 35px 30px 0; }
    
    .row-fluid .knowledge-left { padding:0 20px 25px 0; }
    .row-fluid .knowledgeblog-sharesubsciberight { width:100%; padding:5px 0 0; }
    
 
    .hs-blog-post .row-fluid .ourwork-main , .hs-blog-post .row-fluid .more-videos { padding-left:0; padding-right:0; }
    
    .row-fluid .video-bg { display:none; }
    
    .row-fluid .ourwork-main { padding-left:0; padding-right:0;  }
    .row-fluid .ourwork-main .workblog-section, .knowledge-main .row-fluid .wrapper { float:none; width:920px !important; margin:0 auto; }
    .row-fluid .workpost-image { height: 150px; }
    .row-fluid .workpost-listing .container .workpost-box:first-child .workpost-b , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) .workpost-b { height:320px; }
    .row-fluid .workpost-listing .container .workpost-box:first-child .workpost-image , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) .workpost-image { height:320px; }
    .row-fluid .workpost-listing .container .workpost-box:first-child img , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) img { max-width:none; height:320px;  }
    .row-fluid a.watchnow-link { width:115px; }
    
    .hs-blog-post .row-fluid .more-videos .cell-wrapper { float:none; width:920px; margin:0 auto; }
    .row-fluid .more-videobox { width:19.5%; }
    .row-fluid .more-videos .hs-rss-item { height:180px; overflow:hidden; }
    .row-fluid .more-videos .more-videobox .hs-rss-item img { height:180px;  }
    .row-fluid .more-videobox:nth-child(3) .hs-rss-item { height:380px;   }
    .row-fluid .more-videobox:nth-child(3) .hs-rss-item img { height:380px; }
    .row-fluid .more-videos .hs-rss-description a { width:auto; padding-left:10px; padding-right:10px; }
    
    .row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postimage, .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postimage, .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postimage { /*height:175px;*/ height:auto;}
    .row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postimage a, .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postimage a, .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postimage a { /*height:175px;*/ height:auto;}
    
    .bigvideoimg-box iframe { width:100%; }
    .row-fluid .campaign-strategy .campaign-text { padding-left:50px; }
    
    .row-fluid .insta-feeds ul li a { /*width:100px; height:100px;*/ }
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .row-fluid .wrapper { width:720px; } 
    
    .row-fluid .logo { width:180px; padding:5px 0 0; }
    
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li { padding:0px 5px; }
    .row-fluid .requestquote-link a { padding: 15px 10px; font-size: 13px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link, .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { font-size:14px; }
    
    .row-fluid .header h2 {  padding-left:5%; padding-right:5%; font-size:35px; line-height:40px; }
    .row-fluid .homewhatwedo-title h2 , .row-fluid .WhoWeWorkWith-TopSection h2 , .row-fluid .HereFromOurClients-section h2 , .row-fluid .bottomcontact-left h2 , .row-fluid .management-title h2 , .row-fluid .agency-newstitle h2 , .row-fluid .talent-title h2 , .row-fluid .header-ouragency h1 , .row-fluid .header-ourwork h1  { padding-right:20px; font-size:52px; line-height:60px; }
    .row-fluid .homewhatwedo-title h2 { font-size:58px; }
    .row-fluid .bottomcontact-left h2 { padding-right:0; }
    .row-fluid .management-title h2 { margin:0; }
    
    .row-fluid .header-contact #map { height:400px; }
    
    .row-fluid .homewhatwedo-btext { padding: 0 10%; }
    .row-fluid .homewhatwedo-b h3 { font-size: 24px; line-height: 28px; }
 
    .row-fluid .WhoWeWorkWith-tablinks ul li { padding: 0 5px; }
    .row-fluid .WhoWeWorkWith-tablinks ul li a { font-size: 14px; }
    
    .row-fluid .ready-text { font-size: 149px; letter-spacing: 30px; line-height: 120px; }
    .row-fluid .ready-text span span { width: 110px; height: 110px; border-width:21px; margin: 0 20px 30px 0; }
    .row-fluid .addvideo-text { font-size: 22px; letter-spacing: 9px; }
    
    .row-fluid .bottomcontact-left { padding: 0 5% 0 0; }
    .row-fluid .bottomcontact-text { padding: 0 7% 0 0; }
    .row-fluid .footer-contacttext { padding: 0 10px; }
    
    .row-fluid .whatwedo-box h2 { font-size:26px; }
    .row-fluid .whatwedo-smallbox { padding-left:8%; padding-right:8%; }
    .row-fluid .whatwedo-box , .row-fluid .whatwedo-hoverbox { width: 50%; }
    .row-fluid .whatwedo-hoverbox { width:100%; }
    .row-fluid .whatwedo-box { margin:15px 0; }
    
    .row-fluid .agency-newsblogs .hs-rss-item-image-wrapper { height: 135px; }
    .row-fluid .agency-newsblog1 .hs-rss-title { font-size: 26px; line-height: 30px; }
    .row-fluid .agency-newsblog1 .hs-rss-item-text { padding: 30px 25px; }
    .row-fluid .agency-newsblogs .hs-rss-item > a { padding: 15px; }
    .row-fluid .header-ouragency { padding: 240px 0 145px; }
    .row-fluid .management-section { padding: 90px 0 70px; }
    .row-fluid .agency-newsection { padding: 100px 0; }
    .row-fluid .talent-section { padding: 100px 0; }
    
    .row-fluid .contactinfo-content { font-size: 17px; }
    .row-fluid .contactinfo-box { padding:50px 0 0; background-position:top center !important; text-align:center; }
    .row-fluid .contact-formmain { padding: 45px 5% 0; }
    .row-fluid .contact-formmain h2 { font-size: 35px; line-height: 48px; }
    
    .row-fluid .lanidng-mid { padding: 0 15px 0 10px; width: 44%; }
    .row-fluid .lanidng-right { padding: 25px 15px; width:30%; margin:0; }
    .row-fluid .lanidng-right h5 { font-size: 19px; }
    .row-fluid .landing-contentmain { padding:80px 0 20px; }
    .row-fluid .landing-titlesection { padding: 0 5% 40px; font-size: 22px; line-height: 29px; }
    .row-fluid .landing-titlesection h1 { font-size: 55px; line-height: 55px; }
    
    .row-fluid .talktous-form { padding:20px; }
    
    .row-fluid .knowledge-filter ul li { padding:0; font-size: 14px; }
    .row-fluid .post-listing .knowladge-postbox:first-child .knowladge-postbcontent { padding:35px 30px 25px 30px; }
    .row-fluid .knowladge-postimage a { /*height: 146px; height: 146px;*/ height: auto; }
    .row-fluid .knowladge-postimage { /*height: 146px;*/ height: auto; }
    .row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postimage a, .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postimage a, .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postimage a { /*height: 130px;*/ height: auto; }
    .row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postimage, .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postimage, .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postimage { /*height: 130px;*/ height: auto; }
    .row-fluid .knowladge-cta > div { padding: 30px 25px 30px 0; }
    .row-fluid .knowladge-cta .knowladge-ctext { font-size: 21px; }
    .row-fluid .knowladge-cta .knowladge-content { width: 320px; }
    .row-fluid .knowladge-cta { background-size: 430px auto; background-position: left -100px center; }
    
    .row-fluid .knowledge-left { padding:0 0 25px; width:100%; }
    .row-fluid .knowledge-right { width:100%; margin:0; }
    .row-fluid .knowladge-cta .knowladge-content h2 { font-size: 67px; line-height:72px; }
    .row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postb, .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postb, .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postb { padding:0; }
    .row-fluid .post-listing .knowladge-postbox .knowladge-postbcontent { padding:0 20px 20px; }
    .knowledgerelated-blogbox .knowledgerelated-blogb { padding:15px; }
    .knowledgerelated-blogimage a , .knowledgerelated-blogimage { height:160px; }
    .knowledge-relatedcommnet h2 { font-size: 30px; line-height: 34px; }
    
    .galpop-video { width:600px; }


    .hs-blog-post .row-fluid .ourwork-main , .hs-blog-post .row-fluid .more-videos  { padding-left:0; padding-right:0; }
    
    .row-fluid .video-bg { display:none; }
    
    .row-fluid .ourwork-main { padding-left:0; padding-right:0;  }
    .row-fluid .ourwork-main .workblog-section, .knowledge-main .row-fluid .wrapper { float:none; width:720px !important; margin:0 auto; }
    .row-fluid .workpost-image { height: 180px; }
    .row-fluid .workpost-listing .container .workpost-box:first-child , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) { width:66.66%; }
    .row-fluid .workpost-listing .container .workpost-box:first-child .workpost-b , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) .workpost-b { height:380px; }
    .row-fluid .workpost-listing .container .workpost-box:first-child .workpost-image , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) .workpost-image { height:380px; }
    .row-fluid .workpost-listing .container .workpost-box:first-child img , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) img { max-width:none; height:380px;  }
    .row-fluid .workpost-box { float:left; width:33.33%; }
    .row-fluid a.watchnow-link { width:115px; }
    
    .hs-blog-post .row-fluid .more-videos .cell-wrapper { float:none; width:720px; margin:0 auto; }
    .row-fluid .more-videobox { width:25%; } 
    .row-fluid .more-videos .hs-rss-item { height:180px; overflow:hidden; }
    .row-fluid .more-videos .more-videobox .hs-rss-item img { height:180px;  }
    .row-fluid .more-videobox:nth-child(3) { width:50%; }
    .row-fluid .more-videobox:nth-child(3) .hs-rss-item { height:380px;   }
    .row-fluid .more-videobox:nth-child(3) .hs-rss-item img { height:380px; width:auto; max-width:none; }
    .row-fluid .more-videos .hs-rss-description a { width:auto; padding-left:10px; padding-right:10px; }
    
    .bigvideoimg-box iframe { width:100%; }
    
    .row-fluid .campaign-strategy .campaign-text { padding-left:20px; }
    
    /* Updates 18-11-2016 */
    .row-fluid .knowladge-cta { background-size:350px auto; background-position:left; }
    .row-fluid .knowladge-cta .knowladge-content h2 { font-size:40px; line-height:50px; }
    .row-fluid .knowladge-cta .knowladge-ctext { font-size:16px; line-height:20px; }
    .row-fluid .insta-feeds ul li a { /*width:75px; height:75px;*/ } 
    
}

@media (min-width: 30px) and (max-width: 767px) {
    
    .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }    
    .row-fluid .top { padding:20px 15px; transition:ease all 0.5s; -webkit-transition:ease all 0.5s; -moz-transition:ease all 0.5s; -ms-transition:ease all 0.5s; }
    .row-fluid .top.sticky { position:fixed; left:0; top:0; width:100%; background:rgba(0,0,0,0.6); z-index:99999; box-shadow:#999 0 1px 2px; }
    .row-fluid .logo { padding:7px 0 0px; }
    
    .row-fluid .requestquote-link a { display:none; }
    .whatwedo-page.active .row-fluid .logo img { visibility:visible !important; }
    .whatwedo-page.active .row-fluid .logo > div { background:none; }
    .whatwedo-page .row-fluid .top-right { z-index: inherit; position: inherit; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li { padding:0; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link ,  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { padding:10px 10px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover { color:#fff; }
    
    .row-fluid .header { height:auto !important; padding:160px 0 100px 0; }
    .row-fluid .header-content { position:relative; top:0%; transform: translateY(0); }
    .row-fluid .header h2 {  padding-left:0%; padding-right:0%; font-size:28px; line-height:32px; }
    
    .row-fluid .header-thankyou { padding:60px 0; }
    .row-fluid .header-thankyou h2 { padding:0 0 20px; line-height:30px; font-size:26px; letter-spacing:1px; }
    
    .row-fluid .header-contact #map { height:400px; }
    
    .row-fluid .header-ourworkcontent { padding:100px 0 30px; }

    .row-fluid .bottomcontact-left , .row-fluid .bottomcontact-text { padding:0; }
    
    .row-fluid .homewhatwedo-section { padding: 65px 0; }
    .row-fluid .homewhatwedo-title h2 , .row-fluid .WhoWeWorkWith-TopSection h2 , .row-fluid .HereFromOurClients-section h2 , .row-fluid .bottomcontact-left h2 , .row-fluid .management-title h2 , .row-fluid .agency-newstitle h2 , .row-fluid .talent-title h2 , .row-fluid .header-ouragency h1 , .row-fluid .header-ourwork h1 { font-size:30px; line-height:35px; padding-right:0; margin:0 0 25px; }
    .row-fluid .homewhatwedo-text , .row-fluid .WhoWeWorkWith-text , .row-fluid .HereFromOurClients-text , .row-fluid .bottomcontact-text  , .row-fluid .management-text , .row-fluid .agency-newstext ,  .row-fluid .header-ouragencyText { padding:0 0 20px; font-size:18px; line-height:24px; }
    .row-fluid .homewhatwedo-b h3 { font-size: 24px; line-height: 28px; }
    .row-fluid .homewhatwedo-btext { padding:0; }
    .row-fluid .header-ourworkcontent { font-size:18px; line-height:24px; }
    .row-fluid .management-title h2 { margin:0; }
    
    
    .row-fluid .StatisticsSection-main { padding: 20px 0 0; }
    .row-fluid .statistics-box { padding:25px 0 0; }
    .row-fluid .WhoWeWorkWith-TopSection { padding: 50px 0 20px; }
    
    .row-fluid .WhoWeWorkWith-tablinks ul li { margin:5px 0; }
    .row-fluid .HereFromOurClients-section { padding: 50px 0 50px; }

    
    .row-fluid .ready-text , .row-fluid .ready-text2 { font-size:56px; letter-spacing:10px; line-height:50px; }
    .row-fluid .ready-text span span , .row-fluid .ready-text2 span span  { width:40px; height:40px; border-width:5px; margin: 0 5px 10px 0; }
    .row-fluid .addvideo-text , .row-fluid .addvideo-text2 { font-size:18px; letter-spacing:5px; text-indent:0;  padding: 20px 15px 20px; }
    .row-fluid .ready-section , .row-fluid .ready-section2 { padding:40px 0 25px; }
    
    .row-fluid .addvideo-text:before { font-size: 109px; line-height:90px; }
    .row-fluid .addvideo-text2:before { font-size:70px; line-height:80px; }
    
    .row-fluid .whatwedo-box h2 { font-size:26px; }
    .row-fluid .whatwedo-smallbox { padding-left:15px; padding-right:15px; }
    .row-fluid .whatwedo-box , .row-fluid .whatwedo-hoverbox { width:100%; }
    .row-fluid .whatwedo-box { min-height:0; }
    .row-fluid .whatwedo-smallbox { padding:40px 20px; border:none; border-top: 1px solid rgba(236,51,53,0.4); min-height:0; }
    .row-fluid .whatwedo-hoverbox { float:left; width:100%; position:relative; padding:30px 20px;  }
    .row-fluid .whatwedo-hovertext { min-height:0; }
    .row-fluid .whatwedo-requestaquote { margin:20px 0 0; padding:40px 0 0; }
    .row-fluid .whatwedo-box h2 { margin: 0 0 25px; }
    .row-fluid .whatwedo-requestaquote:before { width:70%; margin:0 0 0 -35%; }
    .row-fluid .whatwedo-main { padding: 80px 0 45px; } 
    .row-fluid .whatwedo-text { font-size:16px; line-height:22px; padding:30px 0 10px; }

    .row-fluid .whatwedo-hoverbox:after  { display:none !important; }
    
    .row-fluid .agency-newsblogs .hs-rss-item-image-wrapper { max-height:235px; height:auto; }
    .row-fluid .agency-newsblog1 .hs-rss-title { font-size: 26px; line-height: 30px; }
    .row-fluid .agency-newsblog1 .hs-rss-item-text { padding: 30px 25px; }
    .row-fluid .agency-newsblogs .hs-rss-item { width:100%; margin:10px 0 0; }
    .row-fluid .agency-newsblogs .hs-rss-item > a { padding: 15px; }
    
    .row-fluid .header-.ouragency { padding:140px 0 70px; }
    .row-fluid .management-section { padding:50px 0 40px; }
    .row-fluid .agency-newsection { padding:60px 0; }
    .row-fluid .talent-section { padding:60px 0; }
    .row-fluid .ouragency-videosection { padding: 60px 0 65px; }
    .row-fluid .agency-newsblogs { padding:10px 0 0; float:left; width:100%; }
    .row-fluid .talent-rtext { padding: 0 0 10px; }
    .row-fluid .header-ouragency h6 { font-size:20px; }
    .row-fluid .management-text { font-size:20px; }
    .row-fluid .agency-newstweet { margin:15px 0 35px; }
    
    .row-fluid .contactinfo-box { display: inline-block; width: auto; text-align:left; margin:0 15px 15px; }
    .row-fluid .contactinfo-address { background-image: url(//cdn2.hubspot.net/hubfs/1798391/PopVideo/images/icon-1.png?t=1448535710713); background-position: 13px center; }
    .row-fluid .contact-content { padding: 55px 0 70px; text-align:center; }
    .row-fluid .contactinfo-content { padding: 0 0 30px; }
    .row-fluid .contactinfo-content:before {  width: 80%; margin: 0 0 0 -40%; }
    .row-fluid .contact-formmain { padding: 35px 15px 0; }
    .row-fluid .contact-formmain h2 { font-size: 29px; line-height: 39px; padding: 0 0 20px; }
    .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field { width:100%; }
    .hs-form fieldset.form-columns-3 .field , .hs-form fieldset.form-columns-3 .field:first-child { padding:0; }
    .row-fluid .contact-form { padding: 0; }
    .row-fluid .contact-form fieldset { padding:0; }
    .row-fluid .landing-contentmain { padding: 30px 0 30px; }
    .row-fluid .landing-titlesection { font-size:18px; line-height:25px; padding:0 15px 20px; }
    .row-fluid .landing-titlesection h1 { font-size: 35px; line-height: 35px; }
    .row-fluid .landing-titlesection:before { width:70%; margin:0 0 0 -35%; }
    .row-fluid .landing-content { padding: 40px 0 0 0; }
    .row-fluid .lanidng-left { text-align:center; }
    .row-fluid .lanidng-mid { padding:25px 0; }
    .row-fluid .lanidng-right { padding: 25px 15px; }
    .row-fluid .thankyou-left { padding:0; }
    .row-fluid .thankyou-content { padding:45px 0 40px; }
    .row-fluid .talktous-form { padding:20pxx; }
    
    .row-fluid .knowledge-main { padding:40px 0 40px; }
    .row-fluid .post-listing .knowladge-postbox:first-child { padding:10px 0; }
    .row-fluid .post-listing .knowladge-postbox:first-child .knowladge-postbcontent { padding:25px; width:100%; }
    .row-fluid .post-listing .knowladge-postbox:first-child .knowladge-postimage { height:auto; width:100%; }
    .row-fluid .post-listing .knowladge-postbox:first-child .knowladge-postimage a { transform: none; left:auto; top:auto; height:auto; width:100%; }
    .row-fluid .knowladge-postimage { text-align:center; }
    /*.row-fluid .knowladge-postimage img { width:100%; height: auto; max-height: none; top: 0; transform:translateX(0) translateY(0); left:0; }*/
    .row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postb, .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postb, .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postb { padding:0; }
    .row-fluid .post-listing .knowladge-postbox .knowladge-postbcontent { padding:0 15px 20px; }
    .row-fluid .post-listing .knowladge-postbox:nth-child(2), .row-fluid .post-listing .knowladge-postbox:nth-child(3), .row-fluid .post-listing .knowladge-postbox:nth-child(4) { width:100%; padding:10px 0; }
    

    .row-fluid .knowladge-cta > div { padding:20px 15px; border: 3px solid #da2627; }
    .row-fluid .knowladge-cta .knowladge-ctext { font-size:18px; line-height: 24px; }
    .row-fluid .knowladge-cta .knowladge-content { width: 100%; }
    .row-fluid .knowladge-cta { background: #f9f9fa !important; padding: 15px; }
    .row-fluid .knowladge-ctamain { padding:10px 0; }
    .row-fluid .knowladge-cta .knowladge-content h2 { font-size: 35px; line-height: 40px; letter-spacing: 1px; }
    .row-fluid .signupnow-link a { padding-left:20px; padding-right:50px; font-size: 16px; letter-spacing: 1px; }
    .row-fluid .knowladge-postbox { width:50%; padding:10px; }
    .row-fluid .signupnow-link a:before { right:12px; }
    /*.row-fluid .knowladge-postimage img { width:100%; height:auto;     transform:none; top:0; left:0; }*/
    .row-fluid .post-listing .knowladge-postbox:first-child .knowladge-postimage a , .row-fluid .post-listing .knowladge-postbox:first-child .knowladge-postimage { height:auto; }
    .row-fluid .post-listing .knowladge-postbox:first-child h3 a { font-size:30px; }
    
    .row-fluid .homewhatwedo-b:hover h3 { padding:0 0 4px; margin:0 0 10px; font-size: 21px; line-height: 20px; }
    .row-fluid .WhoWeWorkWith-tabs { padding:50px 0 60px; }
    .row-fluid .WhoWeWorkWith-logo { padding:15px 0; }
    .row-fluid .WhoWeWorkWith-logo img { width:115px !important; height:auto; }
    
    .row-fluid .contactinfo-content { font-size:16px; }
    .row-fluid .knowledge-left { padding:0 0 25px; }
    .row-fluid .knowledgeblog-sharesubsciberight { width:100%; padding:5px 0 0; }
    
    .row-fluid .bottom-contact { padding:50px 0 45px; }
    .row-fluid .footer-social a { margin:5px; }
    .row-fluid .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li { width:auto; display:inline-block; }
    .row-fluid .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding:0 8px; }
    .row-fluid .footer { padding: 50px 0 55px; }
    .row-fluid .footer-contacttext { padding:8px 10px; word-wrap: break-word; }
    
    .row-fluid .knowledge-filter ul li a { font-size:13px; padding-top:8px; padding-bottom:8px; }
    .row-fluid .knowledgeblog-sharestory { float:left; width:100%; padding:10px 0 0; text-align:left; }
    .knowledgeblog-bylineleft { width:100%; }
    .knowledgeblog-detailcontent blockquote { width: 100%; margin: 10px 0 25px 0; padding: 0 0 0 60px; background-position:left top; }
    .knowledgeblog-detailcontent blockquote:before { left: 31px; }
    .knowledgeblog-detailcontent blockquote:after { content: ''; left: 50px; }
    .knowledgerelated-blogbox { width:100%; padding:10px 0; }
    .knowledgerelated-blogbox .knowledgerelated-blogb { padding:15px; }
    
    .knowledgerelated-blogimage a , .knowledgerelated-blogimage { height:auto; }
    .knowledgerelated-blogimage img { transform: none; left:auto; top:auto; height:auto; width:100%; }
    .knowledge-relatedcommnet h2 { font-size:26px; line-height: 28px; }
    
    .galpop-video { width:100%; }
    .row-fluid .ourwork-main  { padding-left:0; padding-right:0; }
    .hs-blog-post .row-fluid .ourwork-main { padding-left:0; padding-right:0; }
    .row-fluid .work-detailleft , .row-fluid .work-detailright { width:100%; }
    
    .row-fluid .video-bg { display:none; }    
 
    .row-fluid .ourwork-main .workblog-section, .knowledge-main .row-fluid .wrapper { float:left; width:100% !important; margin:0; padding:0 15px; }
    .row-fluid .workpost-image { height: auto; }
    .row-fluid .workpost-listing .container .workpost-box:first-child , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) { width:100%; }
    .row-fluid .workpost-listing .container .workpost-box:first-child .workpost-b , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) .workpost-b { height:auto; }
    .row-fluid .workpost-listing .container .workpost-box:first-child .workpost-image , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) .workpost-image { height:auto; }
    .row-fluid .workpost-listing .container .workpost-box:first-child img , .row-fluid .workpost-listing .container .workpost-box:nth-child(15) img { max-width:none; height:auto;  }
    .row-fluid .workpost-box { float:left; width:49%; }
    .row-fluid a.watchnow-link { width:115px; }
    
    .row-fluid .work-detailright { float:left; width:100%; padding:30px 0 0; }
    
    .hs-blog-post .row-fluid .more-video .cell-wrapper { float:none; width:100%; margin:0; padding:0 10px; }
    .row-fluid .more-videobox { width:49%; }
    .row-fluid .more-videos .hs-rss-item { height:auto; overflow:hidden; }
    .row-fluid .more-videos .more-videobox .hs-rss-item img { height:auto; width:100%; }
    .row-fluid .more-videobox:nth-child(3) { width:50%; }
    .row-fluid .more-videobox:nth-child(3) .hs-rss-item { height:auto;   }
    .row-fluid .more-videobox:nth-child(3) .hs-rss-item img  { height:auto; width:100%; }
    .row-fluid .more-videos .hs-rss-description a { width:auto; padding-left:10px; padding-right:10px; }
    .row-fluid .more-videos:before { margin: 0 0 0 -110px; width:220px; }
    
    .hs-blog-post .row-fluid .more-videos .cell-wrapper { float:none; width:100%; margin:0; padding:0 10px; }
    .hs-blog-post .row-fluid .more-videos { padding: 40px 0 0; }
    .row-fluid .more-videos h3 { padding: 0 0 30px; }
    .row-fluid .work-detail { padding: 40px 0 50px; }
    .smallvideoimg-slider .bx-next { background-size:100% auto !important; height:31px; margin: -15px 0 0; position: absolute; right: -18px; width: 16px; }
    .smallvideoimg-slider .bx-prev { background-size:100% auto !important; height:31px; margin: -15px 0 0; position: absolute; left: -18px; width: 16px; }
    
    .knowledgeblog-sharesubscibe { padding:15px; }
    .row-fluid .homewhatwedo-box { float:left; }
    .row-fluid .statistics-box { display:inline-block; width:31.33%; margin:25px 0 0; }
    .row-fluid .statistics-count {  font-size: 35px; line-height: 35px; }
    
    .row-fluid .lanidng-right { width:100%; margin:0 0 30px; }
    .row-fluid .knowladgefilter-drop { display:none;  font-weight:700; letter-spacing:2px; }
    .row-fluid .knowledge-filterlist {  position:absolute; left:0; top:100%; width:100%; background:#da2627; z-index:999999 }
    .row-fluid .knowledge-filter ul li a { border:none; background:none !important; padding:10px; display:block; color:#fff !important; }
    .row-fluid .knowledge-filter ul li { display:block; }
    
    .row-fluid .bottomcontact-form .hs_submit { text-align:center; }
    .row-fluid .bottomcontact-form .hs_submit .actions { float:none; display:inline-block }
    
    .row-fluid .knowledgeblog-sharestory { text-align:center; }
    .knowledgeblog-sharestory h6 { font-size:16px; }
    a.sharestory-googleplus { width:24px; height:16px; background-size:auto auto;  }
    a.sharestory-twitter { width:19px; height:16px; background-size:auto auto;  }
    a.sharestory-linkedin { width:18px; height:18px; background-size:auto auto;  }
    a.sharestory-facebook { width:20px; height:20px; background-size:auto auto;  }
    
    /*.row-fluid .WhoWeWorkWith-tab { display:inline-block;  font-weight:700; letter-spacing:2px; }*/
    .row-fluid .WhoWeWorkWith-tablink  { position:relative; top:auto; width:100%; background:#da2627; z-index:1; float:left; width:100%; }
    .row-fluid .WhoWeWorkWith-tablinks { padding:0; }
    .row-fluid .WhoWeWorkWith-tablinks .wrapper { padding:0; }
    .row-fluid .WhoWeWorkWith-tablink ul li a { border:none; background:none !important; padding:10px; display:block; color:#fff !important; }
    .row-fluid .WhoWeWorkWith-tablink ul li { display:block; }
    .row-fluid .HereFromOurClients-VideoBox a:before { width: 26px; height: 27px; margin:-15px 0 0 -8px; background-size:100% auto; }
    
    .row-fluid .workmobile-dropdown { padding:15px 0; background:rgba(000,000,000,0.5); }
    .row-fluid .workmobile-dropdown #gallery-back { padding-top:95px; float:left; width:100%; }
    /*.row-fluid .workmobile-dropdown .workdropdoen-title { display:inline-block; letter-spacing:2px; }*/
    .row-fluid .ourwork-filter { width:100%; background: #da2627; z-index:1; padding:0; }
    .row-fluid .ourwork-filter ul { min-width:100%; width:100%; float:left; display:inline-block; }
    .row-fluid .ourwork-filter ul li { float:left; width:100%; border-bottom:1px dotted rgba(255,255,255,0.35); }
    .row-fluid .ourwork-filter ul li:last-child { border-bottom:0; }
    .row-fluid .ourwork-filter ul li a { padding:10px; border:none; display:block; background: transparent !important; font-size: 13px; }
    .row-fluid .ourwork-filter ul li a:hover, .row-fluid .ourwork-filter ul li a.active { color:#FFF; }
    
    .row-fluid .homewhatwedo-box img { min-height:250px; }
    .row-fluid .knowladge-postbox h3 {min-height: 0px; }
    
    .row-fluid .bigvideoimg-box iframe { width:100%; }
    .row-fluid .knowledgeblog-detailcontent img { height:auto; }
    .row-fluid .knowladge-postimage img { /*max-height:none; transform: translateX(0) translateY(0); top:auto; left:auto; max-height:none;*/ width: 100%; height:auto; }
    
    .row-fluid .knowladge-ctamain .bg-img , .row-fluid .knowladge-cta>.row-fluid-wrapper:first-child { display:block; border-bottom:none; }
    .row-fluid .knowladge-cta > .row-fluid-wrapper:first-child + div { border-top:none; }
    
    .row-fluid .campaign-strategy .campaign-text { padding:50px 15px; }
    .row-fluid .campaign-strategy .campaign-img { position:relative; }
    .row-fluid .campaign-strategy .campaign-img img { display:block; opacity:0; }
    
    /* Updates 18-11-2016 */
    /* Homepage */
    .row-fluid .topsocial_phonebox { padding:0; }
    .row-fluid .topsocial_phonebox a { width:auto; }
    .row-fluid .top-social { border-top:1px dotted rgba(255, 255, 255, 0.35); padding:10px 5px; }
    .span9.main-righttop .span9.widget-span { width:100%; text-align:center; }
    .row-fluid .top-social a { font-size:20px; }
    .row-fluid .top-contact { width:100%; text-align:center; }
    .row-fluid .top-contact a { width:100%; padding:10px; border-top:1px dotted rgba(255, 255, 255, 0.35); }
    .row-fluid .top-contact a:hover { color:#fff; }
    .row-fluid .top-contact a i { float:none; display:inline-block; width:auto; }
    .row-fluid .HereFromOurClients-VideoBox { width:100%;  }
    .row-fluid .HereFromOurClients-VideoBox:first-child + .HereFromOurClients-VideoBox img { width:100% !important; }
    
    .row-fluid .WhoWeWorkWith-TopSection .wrapper { padding:0; }
    .row-fluid .WhoWeWorkWith-title { padding:0 20px; }
    .row-fluid .WhoWeWorkWith-text { padding:15px 20px 0; float:left; width:100%; }
    
    
    .row-fluid .WhoWeWorkWith-tablink ul { float:left; width:100%; margin:0; padding:0; }
    .row-fluid .WhoWeWorkWith-tablink ul li { float:none; text-align:center; vertical-align:middle; display:inline-block; width:50%; margin:0; margin-right:-3px; padding:0; border-bottom:1px dotted rgba(255, 255, 255, 0.8);  border-right: 1px dotted rgba(255, 255, 255, 0.8); }
    .row-fluid .WhoWeWorkWith-tablink ul li:nth-child(3), .row-fluid .WhoWeWorkWith-tablink ul li:nth-child(4) { border-bottom:0; }
    .row-fluid .WhoWeWorkWith-tablink ul li a { line-height:20px; }
    
    /* What We do Page */
    .row-fluid .knowledge-filter .wrapper { padding:0; }
    .row-fluid .what-section1filter, .row-fluid .knowledge-filterlist { display:block; position:relative; top:auto; z-index:1; }
    .row-fluid .what-section1filter ul,
    .row-fluid .knowledge-filterlist ul { float:left; text-align:center; width:100%; }
    .row-fluid .what-section1filter ul li,
    .row-fluid .knowledge-filterlist ul li { float:none; vertical-align:middle; display:inline-block;  background:#da2627; width:50%;; margin-right:-4px; padding:0; border-bottom:1px dotted rgba(255, 255, 255, 0.8);  border-right: 1px dotted rgba(255, 255, 255, 0.8); }
    
    .row-fluid .what-section1filter ul li:nth-child(3),
    .row-fluid .what-section1filter ul li:nth-child(4) { border-bottom:0; }
    
    .row-fluid .knowledge-filterlist ul li:nth-child(3),
    .row-fluid .knowledge-filterlist ul li:nth-child(4) { border-bottom:0; }
    
    
    .row-fluid .what-section1filter ul li a { line-height:20px; }
    .row-fluid .knowledge-filterlist ul li a { line-height:20px; }
    
    .row-fluid .whatwedo-new .wrapper { padding:0; }
    .row-fluid .what-weheader { padding:0 20px; }
    .row-fluid .what-headertext { padding:15px 20px 0; float:left; width:100%; }
    
    .row-fluid .agency-newsblogs .hs-rss-item { height:auto !important; }
    .row-fluid .knowledge-main .knowladge-postb  { height:auto !important; }
    
    .row-fluid .insta-feeds h3 { font-size:20px; text-align:center; }
    .row-fluid .insta-feeds ul li { /*width:33.33%;*/ }
    .row-fluid .insta-feeds ul li a { /*height:100px;*/ }
    
    .our-work .row-fluid .ourwork-filter ul li { width:50%; border-left:1px dotted rgba(255, 255, 255, 0.8);  border-bottom:1px dotted rgba(255, 255, 255, 0.8);   }
    .our-work .row-fluid .ourwork-filter ul li:nth-child(1),
    .our-work .row-fluid .ourwork-filter ul li:nth-child(3),
    .our-work .row-fluid .ourwork-filter ul li:nth-child(5) { border-left:none; }
    .our-work  .row-fluid .ourwork-filter ul li:last-child { width:100%;border-bottom:none; }  
    
     
    .row-fluid .homewhatwedo-b { height:300px; background-size:cover; background-repeat:no-repeat; background-position:center center;  }
    .row-fluid .homewhatwedo-b img { display:none; }
    .row-fluid .knowladge-postimage,
    .row-fluid .knowladge-postimage a { height:auto !important; }
    
    .row-fluid .post-listing .knowladge-postbox:first-child .knowladge-postimage img {  /*transform: translateX(0%) translateY(0%); height:auto;*/ }
    .row-fluid .post-listing .knowladge-postbox .knowladge-postimage img {  transform: translateX(0%) translateY(0%); height:auto; }.row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postimage img, .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postimage img, .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postimage img  {  /*transform: translateX(0%) translateY(0%);*/ height:auto; }
    
    
    .row-fluid .management-container { text-align:center;  }
    body.even .row-fluid .management-container > span > div { width:100%; }
    body.odd .row-fluid .management-container>span>div { width:100%; }

    .row-fluid .management-container > span > div { width:50%;   }
}

@media (min-width: 30px) and (max-width: 620px) {
    
    .row-fluid .WhoWeWorkWith-logo { width:49%; margin:15px 0; padding:0 10px; }
    /*.row-fluid .HereFromOurClients-VideoBox { width:100%; }*/
    
    .row-fluid .management-container > span > div { width:300px; max-width:100%; float:none; display:inline-block;    }
}

@media (min-width: 30px) and (max-width: 580px) {

    .row-fluid .management-imgbox { width:100%; padding:5px 0; text-align:center; }
    
    .hs-blog-post .header-knowladge { min-height:400px; }
    
}

@media (min-width: 30px) and (max-width: 480px) {


    .row-fluid .logo { width:200px; padding:10px 0 0px; }
    .row-fluid .management-imgbox { width:100%; padding:5px 0; }
    .row-fluid .contactinfo-box { margin-left:0 !important; margin-right:0 !important; float:left; width:100%; word-wrap:break-word; }
    .row-fluid .workpost-box { float:left; width:100%; }
    .row-fluid .more-videobox , .row-fluid .more-videobox:nth-child(3) { width:100%; }
    
    .row-fluid .statistics-box { display:block; width:100%; }
    
    .smallvideoimg-slider .bx-prev , .smallvideoimg-slider .bx-next { margin: -25px 0 0; }
    .row-fluid .homewhatwedo-box { width:100%; padding:0 0 6px !important; }
    a.sharestory-googleplus { width:30px; height:20px; background-size:60px auto; background-position:left center; }
    a.sharestory-linkedin, a.sharestory-twitter, a.sharestory-facebook { width: 25px; height: 20px; background-size: 50px auto; background-position:left center; }
    a.sharestory-googleplus:hover, a.sharestory-linkedin:hover, a.sharestory-twitter:hover, a.sharestory-facebook:hover { background-position:left center; }
     /*  .knowledgeblog-lauthordatetopic { width:100%; }*/
     .row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postimage, .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postimage, .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postimage { /*height:180px;*/ height:auto; }
    .row-fluid .post-listing .knowladge-postbox:nth-child(2) .knowladge-postimage a, .row-fluid .post-listing .knowladge-postbox:nth-child(3) .knowladge-postimage a, .row-fluid .post-listing .knowladge-postbox:nth-child(4) .knowladge-postimage a { /*height:180px;*/ height:auto; }
    .row-fluid .homewhatwedo-box img { min-height:0; }
    
    .row-fluid .knowladge-postbox { width:100%; }
    .row-fluid .knowladge-postimage a { height:210px; }
    .row-fluid .homewhatwedo-box img { min-height:270px; width:auto !important; }
    
    .row-fluid .knowladge-postimage img { width: 100%; max-height:none; transform: translateX(0) translateY(0);  position: relative; top:auto; left:auto;}
    .row-fluid .knowledgeblog-detailcontent { height:auto; }
}

@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    .hs-form fieldset.form-columns-2 .field , .hs-form fieldset.form-columns-2 .field:first-child { padding:0; }
     
}


@media (min-width: 768px){

  a.mobile-trigger, a.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  .row-fluid .campaign-strategy .campaign-img { width:50% !important; }
  .row-fluid .campaign-strategy .campaign-text { width:50% !important; margin-left:0 !important;  }

}

@media (max-width: 767px){

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
    }


  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 22px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding: 12px 10px;
      background: #e73032; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 0px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #e73032;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i, .trigger-blog i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger i:before, a.mobile-trigger i:after, .trigger-blog i:before, .trigger-blog i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after, .trigger-blog i, .trigger-blog i:before, .trigger-blog i:after {
      width: 24px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger i:before, .trigger-blog i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger i:after, .trigger-blog i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i, .trigger-blog.active i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before, .trigger-blog.active i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after, .trigger-blog.active i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */

  a.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-triggerm:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  a.child-triggerm span, a.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after { background-color: #fff; }
  
  a.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-flow-horizontal,
  .mainmenu.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

  /* Make child lists appear below parent items */
  .mainmenu ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
  }

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 22px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #e73032; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}

.red-box-container .hs_cos_wrapper_type_custom_widget:nth-child(3n+1) {
    clear: both;
}


@media(max-width: 1366px) {
    .thankyou-page .row-fluid .whatwedo-main {
        height: auto !important;
    }
    .thankyou-page .footer-container-wrapper {
        position: static !important;
    }
}

@media(max-width: 767px) {
    
    .bgimg-main.bodybg.bodybg-thankyou {
        height: 80% !important;
    }
    .thankyou-page-revised {
        height: 100vh !important;
        background-color: #f2f2f2;
    }
    
}








