/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/materialize.css');
/*font-family: 'Muli', sans-serif;
font-family: 'Open Sans', sans-serif;*/

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


*,*:after,*:before { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -moz-osx-font-smoothing: grayscale; }

body { margin:0; padding:0; font-family: 'Muli', sans-serif; font-size:16px; line-height:25px; color:#464646; background:#fff;  }

img { border:0; vertical-align: top; height:auto;  }

hr { border-color:#ccc; clear:both; margin-top:30px } 

.clear { clear:both }

p { padding:15px 0; margin:0; }

h1 { font-weight:normal; color:#464646; font-family: 'Muli', sans-serif; font-size:60px; line-height:70px; margin:0; padding:10px 0 10px; clear:both }
h2,.row-fluid .hero-caption h1,.row-fluid .blogpost-hero h1 { font-weight:700; color:#555555; font-family: 'Open Sans', sans-serif; font-size:40px; line-height:52px; margin:0; padding:10px 0 10px; clear:both }
h3 { font-weight:normal; color:#555555; font-family: 'Muli', sans-serif; font-size:33px; line-height:34px; margin:0; padding:10px 0 10px; clear:both }
h4 { font-weight:normal; color:#555555; font-family: 'Muli', sans-serif; font-size:30px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h5 { font-weight:normal; color:#454545; font-family: 'Muli', sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:normal; color:#333333; font-family: 'Muli', sans-serif; font-size:18px; line-height:24px; margin:0; padding:10px 0 10px; clear:both; }

a { text-decoration:none; outline:none; color:#4b9344; -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:#182752; }

input , button , textarea { border:none; outline:none; }
input[type=submit] , button { cursor:pointer; background-image:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/blank.png); -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; }
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:12px; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited,.hs-menu-wrapper.hs-menu-flow-horizontal ul li a,.hs-menu-wrapper.hs-menu-flow-vertical li a { max-width: none !important; width:auto !important; text-overflow: inherit !important; vertical-align:top; white-space:normal !important; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

::-webkit-input-placeholder { color: #182752; font-size:13px; font-family: 'Open Sans', sans-serif; opacity:1; text-transform:uppercase; }
:-moz-placeholder { color: #182752; font-size:13px; font-family: 'Open Sans', sans-serif; opacity:1; text-transform:uppercase; }
::-moz-placeholder { color: #182752; font-size:13px; font-family: 'Open Sans', sans-serif; opacity:1; text-transform:uppercase; }
:-ms-input-placeholder { color: #182752; font-size:13px; font-family: 'Open Sans', sans-serif; opacity:1; text-transform:uppercase; }
.row-fluid .hs-form fieldset {max-width:none}
.row-fluid input[type=text],
.row-fluid input[type=email],
.row-fluid input[type=tel],.row-fluid input[type=number] { margin-bottom:0; font-family: 'Open Sans', sans-serif;  font-size:14px;font-weight:400;border:1px solid #d7d7d7; background:#fff; height:39px; padding:0 15px; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius:0px;
    -moz-border-radius: 0px; border-radius: 0px; color:#555555; }
.row-fluid select { margin-bottom:0; border:1px solid #d7d7d7; color:#555555;  -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius:0px;
    -moz-border-radius: 0px; border-radius: 0px;  background-image: url('//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/select-droparrow.png'); background-repeat:no-repeat; background-position: 96% center;  background-color:#fff; height:39px;padding:0 20px;font-size:14px;  font-family: 'Open Sans', sans-serif; }
.row-fluid  textarea { margin-bottom:0; border:1px solid #d7d7d7; background:#fff; color:#555555; padding:15px; font-size:13px;font-weight:400; height:100px; resize:none; font-family: 'Open Sans', sans-serif;  width:100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius:0px;
    -moz-border-radius: 0px; border-radius: 0px; }
.row-fluid .hs-form .input { margin-right:0}
.row-fluid .hs-form  .field { padding:0 0 15px 0; }
.row-fluid .hs-form .form-columns-2 .field:first-child { padding:0 0px 20px 0}
.row-fluid .hs-form .input { margin-right:0}
.row-fluid .hs-form .form-columns-2 .field { padding:0 0 20px 20px}
.row-fluid .hs-form .form-columns-2 .field:first-child+.field { padding:0 0 20px 20px}
.row-fluid .hs-form fieldset.form-columns-1 .input,.row-fluid .hs-form fieldset.form-columns-2 .input { margin-right:0; }
.row-fluid .hs-form fieldset.form-columns-1 .hs-input { width:100%; }

.row-fluid input[type=checkbox] { visibility:hidden; }
.row-fluid input[type=checkbox] + span { position:relative; padding-left:0px; margin-left:24px; cursor:pointer; font-size:13px; color:#182752;  }
.row-fluid input[type=checkbox] + span:before { content:''; width:15px; height:15px; background:#fff; border:1px solid #fff; box-shadow:0 0 0 1px #e1e1e1; display:inline-block; position:absolute; left:-24px; top:1px; }
.row-fluid input[type=checkbox]:checked + span:before { background:#818181; }

.row-fluid input[type=radio] { visibility:hidden; }
.row-fluid input[type=radio] + span { position:relative; padding-left:0px; margin-left:24px; cursor:pointer; font-size:13px; color:#182752;  }
.row-fluid input[type=radio] + span:before { content:''; width:15px; height:15px; background:#fff; border-radius:100%; border:1px solid #fff; box-shadow:0 0 0 1px #e1e1e1; display:inline-block; position:absolute; left:-24px; top:1px; }
.row-fluid input[type=radio]:checked + span:before { background:#818181; }

.row-fluid .post-footer { padding-bottom:0; }
.row-fluid .post-footer .hs-form input[type=checkbox] { visibility:hidden; }
.row-fluid .post-footer .hs-form input[type=checkbox] + span { position:relative; padding-left:0px; margin-left:24px; cursor:pointer; font-size:13px; color:#182752;  }
.row-fluid .post-footer .hs-form input[type=checkbox] + span:before { content:''; width:15px; height:15px; background:#fff; border:1px solid #fff; box-shadow:0 0 0 1px #e1e1e1; display:inline-block; position:absolute; left:-24px; top:1px; }
.row-fluid .post-footer .hs-form input[type=checkbox]:checked + span:before { background:#818181; }

.row-fluid input[type=submit] { display:inline-block; background:#fff;  padding:18px 25px; min-width:328px;  border:2px solid #4b9344;  color:#4b9344; font-family: 'Open Sans', sans-serif; font-weight:700; text-transform:uppercase;  text-align:center; font-size:13px; line-height:16px; min-width:328px;   }
.row-fluid input[type=submit]:hover { background:#4b9344; color:#fff;  }

.row-fluid .hs-form-required { color:#363636; }
.row-fluid ul { margin:0;padding:0;list-style:none }

strong { font-family: 'Lato', sans-serif; font-weight:700; }

.row-fluid [class*="span"] { min-height:0px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .back-img { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .front-img { display:none; }

.paddt10 { padding-top:10px; }
.paddt20 { padding-top:20px; }
.paddt30 { padding-top:30px; }
.paddt40 { padding-top:40px; }
.paddt50 { padding-top:50px; }
.paddt60 { padding-top:60px; }
.paddt70 { padding-top:70px; }
.paddt80 { padding-top:80px; }
.paddb10 { padding-bottom:10px; }
.paddb20 { padding-bottom:20px; }
.paddb30 { padding-bottom:30px; }
.paddb40 { padding-bottom:40px; }
.paddb50 { padding-bottom:50px; }
.paddb60 { padding-bottom:60px; }
.paddb70 { padding-bottom:70px; }
.paddb80 { padding-bottom:80px; }
.paddtb10 { padding-top:10px; padding-bottom:10px; }
.paddtb20 { padding-top:20px; padding-bottom:20px; }
.paddtb30 { padding-top:30px; padding-bottom:30px; }
.paddtb40 { padding-top:40px; padding-bottom:40px; }
.paddtb50 { padding-top:50px; padding-bottom:50px; }
.paddtb60 { padding-top:60px; padding-bottom:60px; }
.paddtb70 { padding-top:70px; padding-bottom:70px; }
.paddtb80 { padding-top:80px; padding-bottom:80px; }

.row-fluid .nav-menu .cta-btn { min-width:auto;  display:inline-block; padding:5px 15px; border:1px solid #fff; color:#fff; font-family: 'Lato', sans-serif; font-weight:700; text-transform:uppercase; border-radius:2px; background:transparent }
.row-fluid .nav-menu .cta-btn:after { content:"»";  }
.row-fluid .nav-menu .cta-btn:hover { background:#fff; color:#be75a5; }

.row-fluid .blue-title h1,.row-fluid .blue-title h2,.row-fluid .blue-title h3,.row-fluid .blue-title h4,.row-fluid .blue-title h5,.row-fluid .blue-title h6 { color:#182752;} 

.row-fluid .learn-morelink { font-family: 'Open Sans', sans-serif; text-transform:uppercase; font-size:13px; color:#4b9344; font-weight:700; display:inline-block;  }

.row-fluid .section-title { font-size:24px; line-height:30px; margin-bottom:15px;   } 


.row-fluid .cta-btn a,.row-fluid a.cta-btn  { display:inline-block; background:#fff;  padding:18px 25px;  border:2px solid #4b9344;  color:#4b9344; font-family: 'Open Sans', sans-serif; font-weight:700; text-transform:uppercase;  text-align:center; font-size:13px; line-height:16px; min-width:328px;   }
.row-fluid .cta-btn a:hover,.row-fluid a.cta-btn:hover  { background:#4b9344; color:#fff;  }


.row-fluid .wrapper,.row-fluid .header-sticky .sticky-menuwrap { margin:0 auto !important; float:none !important; } 

.row-fluid .uppercase-text{ text-transform:uppercase; }
.row-fluid .center-text{ text-align:center; }
.row-fluid .right-text{ text-align:right; }

.row-fluid .white-bg { background:#fff;}


.row-fluid .white-back { background-color:#fff; z-index:2; position:relative; z-index:1; }

.row-fluid .link-style1 { display:inline-block; margin-top:15px; padding:8px 15px; border:2px solid rgba(75,147,68,0.9); background:transparent; text-transform:uppercase; color:#4b9344; font-weight:600; font-family: 'Open Sans', sans-serif; font-size:13px; line-height:16px;  }
.row-fluid .link-style1:before { content:"«"; display:inline-block; margin-right:5px; vertical-align:text-top; }
.row-fluid .link-style1:hover { background:rgba(75,147,68,0.9); color:#fff; } 


/* FancyBox */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {    padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none;	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner {	-webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/fancybox_sprite.png'); }
#fancybox-loading {	position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px;	cursor: pointer; z-index: 8040; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer;text-decoration: none; background: transparent url('//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/blank.gif'); -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp {	position: absolute;	top: -99999px;	left: -99999px;	visibility: hidden;	max-width: 99999px;	max-height: 99999px; overflow: visible !important; }

/* Overlay helper */
.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none;
	z-index: 8010; background: url('//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/fancybox_overlay.png'); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }

/* Title helper */
.fancybox-title { visibility: hidden; position: relative; text-shadow: none; z-index: 8050;}
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px;  -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff;}
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000;	background: rgba(0, 0, 0, .8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5){
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {		background-image: url('//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/fancybox_sprite@2x.png'); background-size: 44px 152px; }
	#fancybox-loading div { background-image: url('//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/fancybox_loading@2x.gif');		background-size: 24px 24px; }
}

/* Slider */
.slick-slider { position: relative; display: block; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none;    -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus,.slick-slide:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track,.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);   -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before,.slick-track:after { display: table; content: ''; } 
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden;}
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden { display: none; }


/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%;
 display: block; width: 36px; height: 36px; transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); padding: 0; cursor: pointer;
color: transparent; border: none; outline: none; background: transparent; z-index:1; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {  }
.slick-prev:before, .slick-next:before { font-size: 20px; line-height: 1; color: white; -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; font-family: 'FontAwesome'; }
.slick-prev { left: 50px; }
.slick-prev:before { content: ""; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/l-arrow.png) no-repeat;  width:36px; height:36px; display:inline-block; }
.slick-next { right: 50px; }
.slick-next:before { content: ""; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/r-arrow.png) no-repeat; width:36px; height:36px; display:inline-block;  }

/* Dots */
.slick-slider {  margin-bottom: 30px; }
.slick-dots { position: absolute; line-height:0;  top: 0px;  display: block;  width: 100%; padding: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block;  width: 12px; height: 12px;  margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0;  display: block;  width: 12px; height: 12px; border-radius:100%; cursor: pointer; color: transparent; border: 3px solid #959595; outline: none;
    background: #fff; padding:0;  }
.slick-dots li button:hover, .slick-dots li button:focus {  outline: none; }
.slick-dots li button:hover:before,.slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0;  width: 20px; height: 20px;  text-align: center;
opacity: .25;  color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button {  background:#4b9344; border-color:#4b9344;  }


/* header */
.row-fluid .header { position:fixed; top:0; left:0; right:0; z-index:6; }
.row-fluid .top-header { background:#182752; font-size:13px; line-height:13px; font-weight:700; padding:8px 0; text-align:right; }
.row-fluid .top-header a { color:#fff; }
.row-fluid .top-pnumber,.row-fluid .top-gsearch,.row-fluid .top-loginlink { float:none; display:inline-block; width:auto; vertical-align:middle; margin-left:10px;  }
.row-fluid .top-pnumber { position:relative; padding-left:25px; }
.row-fluid .top-pnumber a:before {  content:""; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/phone-icon.png) no-repeat; display:inline-block; margin-right:5px; width:20px; height:23px; vertical-align:middle; } 
.row-fluid .top-pnumber a { display:inline-block; }
.row-fluid .top-loginlink a { display:inline-block; padding:0 25px; border:1px solid #fff; height:30px; line-height:30px;  }
.row-fluid .top-loginlink a:hover { opacity:0.8; }
.row-fluid .top-loginlink a:after { content:""; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/login-icon.png) no-repeat; width:14px; height:17px; display:inline-block; vertical-align:middle; margin-top:-5px; margin-left:5px;  }
.row-fluid .top-gsearch .field > label { display:none; }
.row-fluid .top-gsearch .field { padding-bottom:0; }
.row-fluid .top-gsearch input[type=text] { color:#fff; background:transparent; border-color:rgba(255,255,255,0.2); height:30px; margin-bottom:0; }
.row-fluid .top-gsearch .input { position:relative;  }
.row-fluid .top-gsearch .gsc-search-button input[type=image].gsc-search-button,.row-fluid .top-gsearch .input .hs-button { margin-top:0; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/search-icon.png) no-repeat; width:35px; height:30px !important; cursor:pointer; font-size:0;  position:absolute; top:0; right:0; background-position:center;  }
.row-fluid .top-gsearch .gsc-search-button { position:absolute; }
.row-fluid .top-gsearch ::-webkit-input-placeholder { color: #fff; font-size:13px; font-weight:700; font-family: 'Lato', sans-serif; text-transform:uppercase; opacity:1; }
.row-fluid .top-gsearch :-moz-placeholder { color: #fff; font-size:13px; font-weight:700; font-family: 'Lato', sans-serif; opacity:1; text-transform:uppercase; }
.row-fluid .top-gsearch ::-moz-placeholder { color: #fff; font-size:13px; font-weight:700; font-family: 'Lato', sans-serif; opacity:1; text-transform:uppercase; }
.row-fluid .top-gsearch :-ms-input-placeholder { color: #fff; font-size:13px; font-weight:700;  font-family: 'Lato', sans-serif; opacity:1; text-transform:uppercase; }



.row-fluid .top-gsearch .gsc-search-box-tools .gsc-search-box td.gsc-input { padding-right:0 !important;   }
.row-fluid .top-gsearch .gsc-search-box-tools .gsc-search-box td { padding-top:0 !important; padding-bottom:0 !important; padding-left:0 !important;  padding-right:0 !important; }
.row-fluid .top-gsearch .gsc-search-box-tools .gsc-search-box input.gsc-input { background:transparent !important; min-width:190px; height:30px !important;  border:1px solid rgba(255,255,255,0.2) !important; padding:0px 50px 0px 15px !important ; font-size:14px !important; line-height:16px; font-weight:400; font-family: 'Open Sans', sans-serif;   }
.row-fluid .top-gsearch .field { padding:0; }
.sticky-menu .gsc-modal-background-image-visible { opacity:0 !important;}
.sticky-menu .gsc-results-wrapper-overlay { width:100% !important; height:100% !important; left:0 !important; }
.row-fluid .header-sticky .top-gsearch .gsc-search-box-tools .gsc-search-box input.gsc-input { min-width:10px; }
.row-fluid .top-gsearch .gsc-control-cse form.gsc-search-box { position:relative !important; padding-right:0px !important;  }
.row-fluid .top-gsearch .cse .gsc-control-cse, .gsc-control-cse { padding:0 !important; background:transparent !important; border:none !important;  }
.row-fluid .top-gsearch table.gsc-search-box td.gsib_b { position:absolute; }
.row-fluid .top-gsearch table.gsc-search-box td.gsib_a { display:inline-block !important;  width:100% !important; padding:0 !important; }
.gsc-input-box { 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 .top-gsearch .gscb_a {  display:none !important;  } 
.row-fluid .top-gsearch .gsc-control-cse form.gsc-search-box,.row-fluid .top-gsearch table.gsc-search-box { margin-bottom:0 !important; }
.row-fluid .top-gsearch table.gsc-search-box tbody tr td *,.row-fluid .top-gsearch .gsc-search-box { height: auto !important; font-size:14px !important;}
/*.row-fluid .top-gsearch div.gs-visibleUrl,.row-fluid .top-gsearch .gsc-tabHeader { font-size:14px !important; }*/

.row-fluid .main-header { padding:15px 0 0; background:#fff; }
.row-fluid .logo { max-width:190px; }
.row-fluid .nav-menu { text-align:right; margin-top:10px;  } 
.row-fluid .nav-menu li a { color:#182752; font-weight:700; }
.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float:none; display:inline-block; }
.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { font-family: 'Open Sans', sans-serif; font-weight:600;  padding-left:35px; padding-right:35px; padding-bottom:33px;  font-size:13px; line-height:13px; } 
.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul { width:100%; }
.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children .hs-menu-children-wrapper { margin-top:-5px; background:#fff; border-top:5px solid #4b9344; border-left:1px solid #464646; border-right:1px solid #464646; border-bottom:1px solid #464646; text-align:left; width:100%; text-transform:uppercase; min-width:195px; padding:5px 10px;  }
.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children .hs-menu-children-wrapper li:last-child a { border-bottom:none; }
.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children .hs-menu-children-wrapper li a { padding-left:0px; padding-right:0px; border-bottom:1px solid #ebebeb;  padding-bottom:15px; padding-top:15px;  } 
.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover { color:#4b9344;}
.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul  > li.hs-item-has-children .hs-menu-children-wrapper .hs-menu-children-wrapper,.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul .sticky-submenucol > li.hs-item-has-children .hs-menu-children-wrapper .hs-menu-children-wrapper  { border:none; border-bottom:1px solid #ebebeb; padding:0; min-width:10px; background:transparent; margin-left:0 !important; left:0; position:relative; opacity:1; visibility:visible; top:0; margin-top:0; } 
.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul .sticky-submenucol > li.hs-item-has-children .hs-menu-children-wrapper .hs-menu-children-wrapper  { border-bottom:none; }
.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children .hs-menu-children-wrapper .hs-menu-children-wrapper li a,.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul .sticky-submenucol  > li.hs-item-has-children .hs-menu-children-wrapper .hs-menu-children-wrapper li a { padding-left:15px; }
.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children .hs-menu-children-wrapper li ul { display:none; }
.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children .hs-menu-children-wrapper li:hover ul { display:block; }

/* Hero Section */
.row-fluid .video-bg { position:fixed; z-index:-1; top:0; height:100%; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Video/First%20Frame.jpg) no-repeat; background-size:cover; background-position:center;   }
.row-fluid .video-bg video { width:100%; }
.row-fluid .hero-section { position:relative; float:left; width:100%;  } 
.row-fluid .hero-section .wrapper { position:absolute; height:100%; right:0; left:0; z-index:2; }
.row-fluid .hero-caption { text-align:center; position:absolute; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%);  top:50%; left:50%; }
.row-fluid .hero-section:before { content:""; background:rgba(10,24,63,0.55); position:absolute; top:0; left:0; width:100%; height:100%; }
.row-fluid .hero-caption h1 { color:#fff; font-weight:700; } 

.row-fluid .nbottom-arrowlink:before { content:""; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/down-arrow.png) no-repeat; width:54px; height:54px; display:inline-block; }
.row-fluid .nbottom-arrowlink { position:absolute; cursor:pointer; bottom:45px; font-size:13px; text-transform:uppercase; color:#fff; text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; text-align:center; left:50%; width:auto; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);  }

/* Services Section */
.row-fluid .coservices-section { z-index:5; }
.row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget { width:25%; float:left; padding:80px 35px; background:#e1e1e1; }
.row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget:nth-child(2n) { background:#fff; }
.row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget:hover .ser-iconwrap { opacity:0.8;}
.row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget .ser-iconwrap { -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; position:relative; width:132px; height:132px; overflow:hidden; border-radius:100%; margin:0 auto 30px; float:none; }
.row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget .ser-iconwrap  img { position: absolute;  height: 100%; width: auto;   max-width: none;
    left: 50%;  transform: translate(-50%,-50%);  -moz-transform: translate(-50%,-50%);  -webkit-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  top: 50%; }
.row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget h5 { text-align:center; color:#4b9344;}
.row-fluid .ser-listing .ser-content .learn-morelink { text-align:center; margin-top:60px; width:100%; }
.row-fluid .ser-listing .ser-content .learn-morelink:hover { color:#182752; }

/* Go CGO Section */

.row-fluid .gocgo-section { background:#182752; color:#fff; z-index:3; position:relative; }

.row-fluid .cgo-img { margin-bottom:-90px; width:50%; padding-left:15px; position:relative;  }

.row-fluid .cgo-content { width:55%; padding-right:15px; padding-top:120px; padding-bottom:100px;  }
.row-fluid .cgo-content > .span6 { width:100%; }
.row-fluid .cgo-content,.row-fluid .cgo-img  { float:none; display:inline-block; vertical-align:top; margin-left:0; margin-right:0;   }

/* whycgo Section */
.row-fluid .whycgo-section { position:relative; background-color:#eaecf2; }
.row-fluid .whycgo-section .wrapper { width:100%; }
.row-fluid .whycgo-section h2,.row-fluid .whycgo-section h4 { margin-bottom:35px; margin-left:auto;  margin-right:auto;  }
.row-fluid .whycgo-section:before { content:""; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/testimonial-sliderpettern.png) repeat; position:absolute;  left:0; top:0; height:100%; width:100%; } 
.row-fluid .whycgo-section .wrapper { position:relative; z-index:1; }
.row-fluid .testimonial-wrap { padding:60px 0 40px; }
.row-fluid .testimonial-wrap h3 { color:#4b9344; font-size:36px; line-height:40px; margin-bottom:15px; }
.row-fluid .testimonial-slick .slick-slider { position:inherit; }
.row-fluid .whycgo-section > .row-fluid-wrapper:after { content:""; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/right-arrowbg.png) no-repeat; width:170px; height:100%; position:absolute; right:0; top:0; background-position:center; opacity:0.6;  }
.row-fluid .whycgo-section > .row-fluid-wrapper:before { content:""; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/left-arrowbg.png) no-repeat; width:170px; height:100%; position:absolute; left:0; top:0; background-position:center; opacity:0.6; }

/* Atglance-section */
.row-fluid .atglance-section { background:#569450; color:#fff;  }
/*.row-fluid .place-number { opacity:0; }*/
.row-fluid .atglance-head { background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/atglance-bg.png) no-repeat; background-position:center; font-size:36px; font-weight:700; font-family: 'Open Sans', sans-serif;  }
.row-fluid .counter-col { width:12%; margin:0; padding:60px 15px;   float:left; text-align:center; text-transform:uppercase; font-size:12px; line-height:18px; }
.row-fluid .counter-col.counter-collg { width:26%; }
.row-fluid .counter-col:nth-child(1) { background-color:#4b9344; } 
.row-fluid .counter-col:nth-child(2) { background:#498a43; } 
.row-fluid .counter-col:nth-child(3) { background:#56984f; }
.row-fluid .counter-col:nth-child(4) { background:#4b9344; }
.row-fluid .counter-col:nth-child(5) { background:#4c9a45; }

.row-fluid .count-number { font-size:67px; line-height:67px; position:relative; padding-bottom:22px; margin-bottom:25px; text-transform:none; }
.row-fluid .count-number span { vertical-align:middle; }
.row-fluid .count-number span.sign { font-size:36px; line-height:36px;  }
.row-fluid .count-number:after { content:""; background:#fff; height:3px; width:40px; position:absolute; bottom:0; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.row-fluid .counter-col:nth-child(1) { font-size:36px; line-height:40px; }
.row-fluid .counter-col:last-child .count-number { font-weight:normal; font-family: 'Muli', sans-serif; font-size:108px; line-height:90px; margin-top:-10px; padding-bottom:10px;  }
.row-fluid .counter-col:last-child { font-weight:700; font-family: 'Open Sans', sans-serif; }
.row-fluid .atglance-head div { height:100%; }
.row-fluid .atglance-heading { display:inline-block; vertical-align:middle; margin-top:50px; height:auto !important; }


/* Blog-section */
.row-fluid .new-postimg { position:relative; height:215px; width:100%; background-position:center; background-repeat:no-repeat; background-size:cover;  }
.row-fluid .news-postitem { float:left; width:33.33%; padding:15px;}
.row-fluid .news-postitem:hover .new-postimg { opacity:0.8;  -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 .newpost-wrap { padding:20px; }
.row-fluid .newpost-wrap a,.row-fluid .suggresource-section .news-postitem a { color:#464646; }
.row-fluid .newpost-wrap a h5,.row-fluid  a .newpost-wrap h4 { color:#4b9344;}
.row-fluid .newpost-wrap h5,.row-fluid .newpost-wrap h4 { font-size:21px; line-height:28px; padding-top:5px; padding-bottom:5px;  }
.row-fluid .news-postlisting { margin-left:-15px !important; margin-right:-15px; float:none; width:auto;  display:block; }
.row-fluid .news-postdate { font-size:13px; color:#182752; text-transform:uppercase; font-weight:700; font-family: 'Open Sans', sans-serif; }
.row-fluid .newpost-wrap .post-content > p { padding-top:0; }
.row-fluid .read-post { position:absolute; bottom:15px; right:15px; }

/* Form -section */
.row-fluid .form-section { position:relative; text-align:center; color:#fff; } 
.row-fluid .form-section h2 { color:#fff; }
.row-fluid .form-section:before { content:""; background:rgba(10,24,63,0.40); position:absolute; top:0; left:0; width:100%; height:100%; }
.row-fluid .form-section .wrapper { position:relative; z-index:1; }
.row-fluid .form-section .hs-form-required { display:none; }
.row-fluid .form-section  label { color:#fff; }
.row-fluid .browser-checklogo { margin-top:15px; }


/* Footer -section */
.row-fluid .bottom-footer { background:#182752; color:#fff; font-size:12px; line-height:18px;  }
.row-fluid .bottom-footer a { color:#fff; }
.row-fluid .bottom-footer a:hover { color:#4b9344; }
.row-fluid .bottom-footer .copyright-text { font-size:13px; line-height:20px; margin-bottom:10px;  }

.row-fluid .footer-logo { margin-bottom:25px; }
.row-fluid .address-wrap { font-size:15px; line-height:20px; font-family: 'Open Sans', sans-serif; padding-right:70px; }
.row-fluid .address-wrap p { padding-bottom:4px; padding-top:4px; }
.row-fluid .address-wrap p span { color:#4b9344;  font-weight:700;  }
.row-fluid .address-wrap p a { color:#464646;  }
.row-fluid .follow-us h6 { font-size:13px; line-height:18px; font-family: 'Open Sans', sans-serif;  font-weight:700; text-transform:uppercase; color:#4b9344; padding-top:4px; padding-bottom:25px;  }
.row-fluid .follow-us li { display:inline-block; margin-right:5px;  }

.row-fluid .footer-rightside { border-left:1px solid #e1e1e1; }
.row-fluid .footer-subscribeform h3 { color:#464646;  font-family: 'Open Sans', sans-serif;  font-weight:700; text-transform:uppercase; font-size:13px; line-height:18px;  }
.row-fluid .footer-subscribeform .hs-form-required { display:none; }
.row-fluid .footer-subscribeform form { position:relative; }
.row-fluid .footer-subscribeform .hs_submit { width:22px; display:inline-block; position:absolute; right:10px; top:2px;  }
.row-fluid .footer-subscribeform .actions { line-height:22px; }
.row-fluid .footer-subscribeform input[type=submit] { font-size:0; min-width:22px;  background: url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/r-arrow.png?t=1479189720372) no-repeat; background-size:100% 100%;  width: 22px;
height: 22px;  display: inline-block; border:none; padding:0;  }

.row-fluid .footer-logos { text-align:center; margin-top:25px;  }


.row-fluid .unsticky-header {  position:fixed; left:0; right:0; top:0; transition:all 600ms ease-in-out; -moz-transition:all 600ms ease-in-out; -webkit-transition:all 600ms ease-in-out; -ms-transition:all 600ms ease-in-out;  }
.header-container-wrapper.fixed .unsticky-header { top:-100%;  }
.header-container-wrapper.fixed .header-sticky { top:0; z-index:9999; }
.row-fluid .header-sticky { position:fixed; top:-100%; left:0; right:0; background:#182752; padding:8px 0; z-index:9; transition:all 600ms ease-in-out; -moz-transition:all 600ms ease-in-out; -webkit-transition:all 600ms ease-in-out; -ms-transition:all 600ms ease-in-out;}
.header-container-wrapper .header-sticky .desk-toggle + .row-fluid-wrapper { display:none; top:-300%; position:fixed; height:0; bottom:0; background:rgba(24,39,82,0.90); width:100%; left:0; z-index:8; }
.header-container-wrapper.fixed .header-sticky .desk-toggle + .row-fluid-wrapper { top:48px; height:auto; }
.header-sticky .nav-menu { width:80%; margin:0; display:inline-block; vertical-align:middle;  text-align:left;  }
.header-sticky .sticky-rightside { width:20%; float:none; margin:0; display:inline-block; vertical-align:middle; }

.row-fluid .header-sticky .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding:5px; }
.row-fluid .header-sticky .wrapper { position:relative; }
.row-fluid .header-sticky .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children .hs-menu-children-wrapper { padding:0; visibility:visible; opacity:1; background:transparent; border:none; text-transform:uppercase;}
.row-fluid .header-sticky .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children .hs-menu-children-wrapper a { font-size:13px; line-height:20px; border:none; padding:5px 0;}
.row-fluid .header-sticky .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children { display:block;}

.row-fluid .header-sticky .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper { opacity:1; visibility:visible; }
.row-fluid .header-sticky .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { font-size:13px; line-height:18px; text-transform:uppercase;  }

.row-fluid .rqoute-link {  float: right; width: auto; vertical-align: middle; margin-left: 10px; margin-right:110px;  }
.row-fluid .rqoute-link a { display:inline-block; font-family: 'Open Sans', sans-serif; font-weight:700; color:#fff; font-size:13px; text-transform:uppercase;  padding:0 25px; border:1px solid #fff; height:30px; line-height:30px;  }
.row-fluid .rqoute-link a:hover { opacity:0.8; }

.row-fluid .sticky-menu .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { font-size:26px; line-height:32px; color:#fff; font-weight:700;  font-family: 'Open Sans', sans-serif; } 
.row-fluid .sticky-menu .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover { color:#5fd453;} 
.row-fluid .sticky-menu .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li { display:block; }
.row-fluid .sticky-menu .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul .sticky-menucol,.row-fluid .sticky-menu .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul .sticky-submenucol { display:inline-block; vertical-align:top; padding-right:15px; width:30%;  }

.row-fluid .header-sticky .sticky-menuwrap { position:absolute; left:0; right:0; top:50%; transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%);  }


.row-fluid .sticky-menuwrap .rqoute-link,.row-fluid .sticky-menuwrap .top-gsearch,.row-fluid .sticky-menuwrap .top-pnumber,.row-fluid .sticky-menuwrap .top-loginlink { width:100%;  margin-right:0; margin-bottom:15px;   }
.row-fluid .sticky-menuwrap .rqoute-link a,.row-fluid .sticky-menuwrap .top-loginlink a { width:100%; text-align:center; font-weight:700; font-family: 'Open Sans', sans-serif; font-size:13px;  }
.row-fluid .sticky-menuwrap .rqoute-link a:hover,.row-fluid .sticky-menuwrap .top-loginlink a:hover,.row-fluid .sticky-menu .top-pnumber a:hover { color:#4b9344;}
.row-fluid .sticky-menuwrap .top-gsearch input[type=text]  { text-align:center; color:#fff; }
.row-fluid .top-gsearch .gsc-control-cse .gs-spelling,.row-fluid .top-gsearch .gsc-control-cse .gs-result .gs-title,.row-fluid .top-gsearch .gsc-control-cse .gs-result .gs-title * { height:auto !important; }

.row-fluid .sticky-menu .top-pnumber a { width:100%; display:inline-block; text-align:center; }
.row-fluid .sticky-menu .top-pnumber { padding-left:0; }

.row-fluid .sticky-rightside { padding-left:25px; padding-right:25px;  }
.row-fluid .sticky-rightside a { color:#fff; }

.parallax-container { z-index:9; }
.parallax img { min-width:0; min-height:0;  top:80px; }

.row-fluid .inner-hero { padding:80px 0; font-size:19px; line-height:26px; text-align:center; height:auto !important; color:#fff; /* text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/ font-family: 'Open Sans', sans-serif; }
.row-fluid .inner-hero .hero-caption { float:none; display:inline-block;  top:0; left:0; position:relative; transform:translate(0,0); -moz-transform:translate(0,0); -webkit-transform:translate(0,0); -ms-transform:translate(0,0); padding:0; }
.row-fluid .inner-hero .wrapper { position:relative; }
.row-fluid .inner-hero:before { background:rgba(10,24,63,0.75); }

.row-fluid .section-header h4 { font-size:24px; line-height:32px; color:#182752; text-transform:uppercase; font-family: 'Open Sans', sans-serif; font-weight:700;   }

.row-fluid .industry-potraitinfo { text-align:center; position:relative; padding-bottom:15px; cursor:pointer; margin-top:10px; }
.row-fluid .industry-potrait { float:left; width:100%; position:relative; filter: grayscale(1);  -webkit-filter: grayscale(100%);  -webkit-filter: grayscale(1);  filter: grayscale(100%); transition-property: filter; transition-duration: 1s;  }
.row-fluid .industry-potrait img { width:100%; }
.row-fluid .industry-potrait .industry-image { height:168px; background-repeat:no-repeat; background-size:cover; background-position:center; width:100%; float:left;  }

.row-fluid .industry-potraitinfo:hover .industry-potrait,.row-fluid .industry-potraitinfo.active .industry-potrait { filter: grayscale(0); -webkit-filter: grayscale(0); filter: gray;  }
.row-fluid .industry-potraitinfo h6 { position:relative; }
.row-fluid .industry-potraitinfo.active .industry-potrait:before,.row-fluid .industry-potraitinfo:hover .industry-potrait:before { background:transparent; }
.row-fluid .industry-potraitinfo.active h6:after  { display:none; }
.row-fluid .industry-potraitinfo.active:before { content:""; width: 0; height: 0; position:absolute; bottom:-10px; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);  border-left: 25px solid transparent; border-right: 25px solid transparent; border-bottom: 25px solid #4b9344; }
.row-fluid .industry-potraitinfo h6:after { content:""; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/green-plusicon.png) no-repeat; position:absolute; text-align:center; bottom:-12px; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); width:14px; height:14px; line-height:11px;  }
   
.row-fluid .industry-potrait:before { content:""; position:absolute; background:rgba(235,235,235,0.30); top:0; left:0; right:0; bottom:0; }

.row-fluid .industry-listingwrap .hs_cos_wrapper_type_widget_container { margin-left:-15px; margin-right:-15px; display:block; }
.row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget { width:16.6666%; float:left; padding:0 15px; }
.row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(6n) { clear:right; }
.row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(6n+1) { clear:left; }

.row-fluid .industry-contentinfodetails { padding-left:15px; padding-right:15px; margin-top:10px; float:left; width:100%; }
.row-fluid .industry-contentinfo { float:left; width:100%; border-top:5px solid #4b9344; padding:5px 0 15px 0; display:none;  margin-bottom:15px; }
.row-fluid .industry-contentinfo h5 { font-weight:600; }
.row-fluid .indust-link { display:inline-block; margin-top:15px; padding:5px 30px; border:2px solid rgba(75,147,68,0.9); background:transparent; text-transform:uppercase; color:#4b9344; font-weight:600; font-family: 'Open Sans', sans-serif; font-size:13px; line-height:16px;  }
.row-fluid .indust-link:hover { background:rgba(75,147,68,0.9); color:#fff; } 

.row-fluid .leftside-content,.row-fluid .rightside-content { font-family: 'Open Sans', sans-serif; }
.row-fluid .leftside-content h5,.row-fluid .rightside-content h4,.row-fluid .speak-form h3  { font-weight:600; padding-top:0; }
.row-fluid .rightside-content h4,.row-fluid .speak-form h3 { font-size:24px; line-height:30px; color:#363636; } 
.row-fluid .leftside-content h6,.row-fluid .rightside-content h6 { text-transform:uppercase; font-size:13px; line-height:15px; color:#4b9344; font-family: 'Open Sans', sans-serif; font-weight:700; padding-bottom:5px; }
.row-fluid .leftside-content h6 + p,.row-fluid .rightside-content h6 + p { padding-top:0; }
.row-fluid .list-style ul { margin-bottom:25px; }
.row-fluid .list-style ul li { position:relative; padding-left:18px; margin:5px 0; }
.row-fluid .list-style ul li:before { content:""; width:7px; height:7px; background:#4b9344; position:absolute; left:0; top:9px; }
.row-fluid .services-logowrap .hs_cos_wrapper_widget { width:auto; display:inline-block; vertical-align:middle; float:none; margin-right:15px;  }

.row-fluid .covoffers-wrap { background:#ebebeb; padding:30px 35px 20px; }
.row-fluid .covoffers-wrap h4 { padding-bottom:0; }
.row-fluid .covoffers-wrap ul { margin-bottom:0; }

.row-fluid .speak-form { border:1px solid #e1e1e1; padding:20px; float:left; width:100%; margin-top:15px;  }
.row-fluid .speak-form .hs-form-required { color:#9e9e9e; display:none; }
.row-fluid .speak-form  input[type=submit] { min-width:10px; padding:8px 20px; }



.row-fluid .testimonial-section { background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/atglance-bg.png) no-repeat #4b9344; background-size:auto 100%; color:#fff; float:left; width:100%; }
.row-fluid .testimonial-section .wrapper { position:relative; }
.row-fluid .testimonial-section .head-style1 { text-align:left; display:inline-block;  height:100%; z-index:1;  }
.row-fluid .testimonial-section .head-style1 h3 { font-size:36px; line-height:44px; color:#fff; font-family: 'Open Sans', sans-serif; font-weight:700;  }
.row-fluid .testimonial-section .indutestimonial-slick,.row-fluid .whygotestimonial-slick { display:inline-block; margin:0; width:100%;  }

.row-fluid .testimonial-section .indutestimonial-slick .slick-prev:before,.row-fluid .whygotestimonial-slick .slick-prev:before {  background: url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/lw-arrow.png) no-repeat; background-size:100%; }
.row-fluid .testimonial-section .indutestimonial-slick .slick-next:before,.row-fluid .whygotestimonial-slick .slick-next:before {  background: url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/rw-arrow.png) no-repeat; background-size:100%; }
.row-fluid .testimonial-section .indutestimonial-slick .slick-prev,.row-fluid .whygotestimonial-slick .slick-prev { left:0; }
.row-fluid .testimonial-section .indutestimonial-slick .slick-next,.row-fluid .whygotestimonial-slick .slick-next { right:0; }
.row-fluid .testimonial-section .indutestimonial-slick .slick-slider,.row-fluid .whygotestimonial-slick .slick-slider { position:inherit; margin-bottom:0; }
.row-fluid .testimonial-section .indutestimonial-slick .testimonial-slide,.row-fluid .whygotestimonial-slick .testimonial-slide { padding:0 15px; }


.row-fluid .client-namerow { font-weight:600; font-family: 'Open Sans', sans-serif; margin-top:10px;  }

.row-fluid .about-peoplewrap h6 { padding-top:0; }
.row-fluid .about-peoplewrap h6 ~ h6 { padding-top:10px; }
.row-fluid .peo-portthumb { text-align:center; margin-bottom:20px; float:left; width:100%; }

.row-fluid .principal-section { background:#182752; color:#fff; }

.row-fluid .principal-box { text-align:center; position:relative; padding-bottom:15px; cursor:pointer; margin-top:10px; }
.row-fluid .principal-potrait { float:left; width:100%; position:relative; filter: grayscale(1);  -webkit-filter: grayscale(100%);  -webkit-filter: grayscale(1);  filter: grayscale(100%); transition-property: filter; transition-duration: 1s;  }
.row-fluid .principal-potrait img { width:100%; }
.row-fluid .principal-potrait .princinpal-img { height:263px; background-repeat:no-repeat; background-size:cover; background-position:top center; width:100%; float:left;  }

.row-fluid .principal-box:hover .principal-potrait,.row-fluid .principal-box.active .principal-potrait { filter: grayscale(0); -webkit-filter: grayscale(0); filter: gray;  }
.row-fluid .principal-box h6 { position:relative; color:#fff; }
.row-fluid .principal-box.active .principal-potrait:before,.row-fluid .principal-box:hover .principal-potrait:before { background:transparent; }
.row-fluid .principal-box.active h6:after  { display:none; }
.row-fluid .principal-box.active:before { content:""; width: 0; height: 0; position:absolute; bottom:-10px; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);  border-left: 25px solid transparent; border-right: 25px solid transparent; border-bottom: 25px solid #4b9344; }
.row-fluid .principal-box h6:after { content:""; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/white-plusicon.png) no-repeat; position:absolute; text-align:center; bottom:-12px; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); width:14px; height:14px; line-height:11px;  }
   
.row-fluid .principal-potrait:before { content:""; position:absolute; background:rgba(235,235,235,0.30); top:0; left:0; right:0; bottom:0; }

.row-fluid .principals-listingwrap .hs_cos_wrapper_type_widget_container { margin-left:-15px; margin-right:-15px; display:block; }
.row-fluid .principals-listingwrap .hs_cos_wrapper_type_custom_widget { width:25%; float:left; padding:0 15px; }
.row-fluid .principals-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(4n) { clear:right; }
.row-fluid .principals-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(4n+1) { clear:left; }

.row-fluid .principal-contentinfodetails { padding-left:15px; padding-right:15px; margin-top:10px; float:left; width:100%; }
.row-fluid .principal-contentinfo { float:left; width:100%; border-top:5px solid #4b9344; padding:5px 0 15px 0; display:none;  margin-bottom:15px; }
.row-fluid .principal-contentinfo h5 { font-weight:600; color:#fff; }
.row-fluid .principal-contentinfo .indust-link { background:#fff; padding:10px 50px; }
.row-fluid .principal-contentinfo .indust-link:hover { background: #4b9344; color: #fff; }

.row-fluid .principal-section h4 { color:#fff; text-align:center; text-transform:uppercase; font-family: 'Open Sans', sans-serif; font-weight:700; font-size:24px; line-height:28px;  }

.row-fluid .peoplecareer-content h4,.row-fluid .team-header h4 { font-weight:700; font-size:24px; line-height:28px; }
.row-fluid .peoplecareer-section .cta-btn { margin-top:15px; }
.row-fluid .peoplecareer-section .cta-btn a { min-width:auto;  padding:10px 50px; }

.row-fluid .people-box { text-align:center; padding:15px; width:16.6666%; float:left; }


.colio-active-item .colio-link h6 { position:relative; }
.row-fluid .people-potrait { float:left; width:100%;  position:relative; filter: grayscale(1);  -webkit-filter: grayscale(100%);  -webkit-filter: grayscale(1);  filter: grayscale(100%); transition-property: filter; transition-duration: 1s;  }
.row-fluid .people-potrait img { width:100%; }
.row-fluid .people-potrait .people-img { height:168px; background-repeat:no-repeat; background-size:cover; background-position:top center; width:100%; float:left;  }
.row-fluid .people-potrait:before { content:""; position:absolute; background:rgba(235,235,235,0.30); top:0; left:0; right:0; bottom:0; }
.row-fluid .people-box:hover .people-potrait,.row-fluid .people-box.colio-active-item .people-potrait { filter: grayscale(0); -webkit-filter: grayscale(0); filter: gray;  }
.row-fluid .people-box h6 { position:relative; padding-bottom:15px; }
.row-fluid .people-box.colio-active-item .people-potrait:before,.row-fluid .people-box:hover .people-potrait:before { background:transparent; }
.row-fluid .people-box.colio-active-item h6:after  { display:none; }
.row-fluid .people-box.colio-active-item:before { content:""; width: 0; height: 0; position:absolute; bottom:-15px; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);  border-left: 25px solid transparent; border-right: 25px solid transparent; border-bottom: 25px solid #4b9344; }
.row-fluid .people-box h6:after { content:""; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/green-plusicon.png) no-repeat; position:absolute; text-align:center; bottom:-10px; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); width:14px; height:14px; line-height:11px;  }
.colio-content h5 { font-weight:600; }    
.colio-content .indust-link { display:inline-block; margin-top:15px; padding:10px 50px; border:2px solid rgba(75,147,68,0.9); background:transparent; text-transform:uppercase; color:#4b9344; font-weight:800; font-family: 'Open Sans', sans-serif; font-size:13px; line-height:16px;  }
.colio-content .indust-link:hover { background:rgba(75,147,68,0.9); color:#fff; } 

.colio-content h6 { text-transform:uppercase; font-size:13px; line-height:15px; color:#4b9344; font-family: 'Open Sans', sans-serif; font-weight:700; padding-bottom:5px; }
.colio-content h6 + p { padding-top:0; }
.filters a { font-weight:700; font-size:13px; font-family: 'Open Sans', sans-serif; padding-bottom:3px;  text-transform:uppercase; margin:0 8px; border-bottom:3px solid #fff;}
.filters a.filter-active { border-bottom:3px solid #d7d7d7; color:#182752; }

.row-fluid .people-section #container { margin-left:-15px; margin-right:-15px; display:block; }

.row-fluid .team-header h4 { text-transform:uppercase; color:#182752; }

/* Colio - Basic Styles
================================================== */
.colio { position: relative; height: 0; clear: both; overflow: hidden; }
.colio-container { padding: 15px;  height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.colio-content { float:left; width:100%; border-top:5px solid #4b9344; padding:5px 0 15px 0; display: none;	overflow: hidden; }
.colio-close,.colio-prev,.colio-next {	outline: none;	-webkit-tap-highlight-color: rgba(0,0,0,0); }
.colio-no-prev,.colio-no-next {	cursor: default; opacity: 0.2; }
.colio-close { display:none; }

/* navigation, close */
.colio-close {	position: absolute;	top: 10px;	right: 10px; }
.colio-navigation {	position: absolute;	top: 10px;	left: 10px; }
.colio-navigation a {	margin-right: 5px;	}

/* placement */
.colio-placement-inside,.colio-placement-before { margin-bottom: 20px; }
.colio-placement-after { margin-top: 20px; margin-bottom: 20px; }


/* Contact Page */
.contact-page .row-fluid .main-footer { display:none; }

.row-fluid .contact-hero { padding-bottom:40px; }
.row-fluid .ctbtn-group { position:relative; z-index:1; text-shadow:none; }
.row-fluid .ctbtn-group .tabopen { position:relative; background:#4b9344; border-color:#fff; color:#fff; }
.row-fluid .ctbtn-group .tabopen:after { content:""; position:absolute; left:50%; bottom:-45px; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);   border-bottom:30px solid #fff; border-left:30px solid transparent; border-right:30px solid transparent; border-top:30px solid transparent; width:0; height:0; } 

.row-fluid .contact-formwrap .hs-form-required { display:none; }
.row-fluid .contact-formwrap h3 { color:#182752; font-weight:700;  font-family: 'Open Sans', sans-serif; padding-top:0; padding-bottom:35px; }
.row-fluid .contact-formwrap textarea { padding-top:10px; padding-left:12px;  }
.row-fluid .contact-formwrap input[type=text],.row-fluid .contact-formwrap input[type=email],.row-fluid .contact-formwrap select,.row-fluid .contact-formwrap input[type=tel],.row-fluid .contact-formwrap input[type=number] { padding-left:12px; padding-right:12px; }
.row-fluid .contact-formwrap .hs-form-field > label { display:none; }
.row-fluid .contact-formwrap .hs-form-field select  { text-transform:uppercase;  color: #555555; }
.row-fluid .contact-formwrap .hs_when_would_you_like_to_be_contacted_ > label { display:inline-block; font-size:13px; color:#555555; text-transform:uppercase; padding-left:12px; margin-bottom:10px;  }
.row-fluid .contact-formwrap .hs-dateinput { position:relative; }
.row-fluid .contact-formwrap .hs-dateinput:after { content:""; position:absolute; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/calendar-icon.png) no-repeat; right:0; width:23px; height:23px; top:8px; right:12px; }
.row-fluid .ct-contact { color:#959595; font-size:12px; line-height:18px; font-family: 'Open Sans', sans-serif; font-weight:600; padding-top:30px; }
.is-selected .pika-button,td.pika-button:hover { background:#182752 !important; box-shadow:inset 0 1px 3px #0e1d47 !important;}
.is-today .pika-button { color:#182752 !important;}

.row-fluid .contact-formwrap ::-webkit-input-placeholder { color: #555555;  }
.row-fluid .contact-formwrap :-moz-placeholder { color: #555555; }
.row-fluid .contact-formwrap ::-moz-placeholder { color: #555555; }
.row-fluid .contact-formwrap :-ms-input-placeholder { color: #555555; }

.row-fluid .contact-infowrap { padding-left:20px; }
.row-fluid .ctaddress-info { margin-top:70px; }
.row-fluid .consultation-tab .ctaddress-info { margin-top:105px; }
.row-fluid .ctaddress-info li { position:relative; margin:0 0 30px 0; color:#464646; font-family: 'Open Sans', sans-serif; font-size:15px; line-height:20px; }
.row-fluid .ctaddress-info li.address-icon:before { content:""; position:absolute; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/add-icon.png) no-repeat; width:19px; height:21px; left:-28px; text-align:center; top:1px; }
.row-fluid .ctaddress-info li.phone-icon:before { content:""; position:absolute; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/ctphone-icon.png) no-repeat; width:19px; height:24px; left:-28px; text-align:center; top:2px; }
.row-fluid .ctaddress-info li.fax-icon:before { content:""; position:absolute; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/fax-icon.png) no-repeat; width:19px; height:21px; left:-28px; text-align:center; top:1px; }
.row-fluid .ctaddress-info li.mail-icon:before { content:""; position:absolute; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/mail-icon.png) no-repeat; width:19px; height:15px; left:-28px; text-align:center; top:4px; }
.row-fluid .ctaddress-info li a { color:#464646;}
.row-fluid .ctaddress-info li a:hover { color:#4b9344;} 

.row-fluid .career-partnerlinks a {  font-size: 13px; line-height: 18px;  font-family: 'Open Sans',sans-serif; display:inline-block; width:100%;  font-weight: 700; text-transform: uppercase;  color: #4b9344;  padding-top: 4px; }
.row-fluid .career-partnerlinks a:hover { color:#464646;}
.row-fluid .career-partnerlinks {  padding-bottom: 35px; margin-top:30px; }



.row-fluid .resources-main-section .resource-box { float:left; width:33.2%; padding:0 15px 30px; }
.row-fluid .resources-main-section .resource-box .resource-boxinner { float:left; width:100%; border:1px solid #ebebeb; border-radius:5px;  }
.row-fluid .resources-main-section .resource-box .resource-boxinner a { color:#464646; float:left; width:100%; height:100%; }
.row-fluid .resources-main-section .resource-box .cta-btn { min-width:auto;  position:absolute; bottom:15px; display:inline-block; background:#fff; padding:5px 30px; margin-bottom:10px; border:2px solid #4b9344;  color:#4b9344; font-family: 'Open Sans', sans-serif; font-weight:700; text-transform:uppercase;  text-align:center; font-size:13px; line-height:16px; transition:all 600ms ease; -moz-transition:all 600ms ease; -webkit-transition:all 600ms ease; -ms-transition:all 600ms ease;  }
 
.row-fluid .resources-main-section .resource-box a:hover .cta-btn  { background:#4b9344; color:#fff;  }
.row-fluid .resources-main-section .resource-box a:hover .resource-img { opacity:0.8; }

.row-fluid .resources-main-section .hs_cos_wrapper_widget_container { margin-left:-15px; margin-right:-15px; display:block; } 
.row-fluid .resources-main-section .resource-content { padding:15px 15px 60px; height:calc( 100% - 162px); position:relative; }
.row-fluid .resources-main-section .resource-content .resource-boxcontent { min-height:115px; }
.row-fluid .resources-main-section .resource-content h5 { color:#4b9344; font-size:21px; line-height:24px; padding:0;}

.row-fluid .resource-img { height:162px; width:100%; position:relative; display:inline-block; background-size:cover; background-position:center; background-repeat:no-repeat; transition:all 600ms ease; -moz-transition:all 600ms ease; -webkit-transition:all 600ms ease; -ms-transition:all 600ms ease; }
.row-fluid .resource-img .video-playicon { position:absolute; top:50%; left:50%; text-align:center; transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); }
.row-fluid .option-combo { border:1px solid #e1e1e1; text-transform:uppercase; position:relative; margin-bottom:20px; font-size:13px; line-height:16px; }
.row-fluid .option-combo > span { display:inline-block; padding:15px 20px; color:#464646; width:100%; cursor:pointer; }
.row-fluid .option-combo > span:after { content:""; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/nav-plusicon.png) no-repeat; width:14px; height:14px; display:inline-block; position:absolute; right:15px;  } 
.row-fluid .option-combo > span.active:after  { background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/nav-minicon.png) no-repeat; }
.row-fluid .option-combo ul.filter { display:none; padding:15px; background:#fff; position:absolute; z-index:9; top:100%; border:1px solid #e1e1e1;  left:0; right:0; float:left; width:100%;   }
.row-fluid .option-combo ul.filter li { display:inline-block; width:100%; }
.row-fluid .option-combo ul.filter li a { color:#464646; display:inline-block; margin:5px 0; width:100%;  cursor:pointer; }

.row-fluid .filter-tag { color:#4b9344; font-size:16px; line-height:20px; margin-bottom:10px; padding-left:20px; display:inline-block; width:100%;  }
 
.row-fluid .stay-social { margin-top:10px; margin-bottom:25px; position:relative; text-align:center;  padding:60px 15px;   }
.row-fluid .stay-social:before { content:""; position:absolute; background:rgba(75,147,68,0.7); left:0; width:100%; height:100%;  right:0; top:0; }
.row-fluid .stay-socialcontent { position:relative; z-index:1; color:#fff; }
.row-fluid .stay-socialcontent h3 { color:#fff; text-transform:uppercase; }
.row-fluid .stay-socialcontent .cta-btn a { min-width:100%; }
.row-fluid .stay-socialcontent .cta-btn a { padding:11px 15px; }


.row-fluid .stay-socialicons { margin-top:15px; }
.row-fluid .stay-socialicons ul li { display:inline-block; margin:15px 5px 0;}

.row-fluid .resource-newwrap iframe { width:100% !important; }

.row-fluid .partner-logoslider .slick-prev { left:-40px; }
.row-fluid .partner-logoslider .slick-next { right:-40px; }

.row-fluid .whygo-herosection { font-size:19px; line-height:26px; text-align:center; color:#fff;  /*text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/ font-family: 'Open Sans', sans-serif; }
.row-fluid .whygo-herosection:before { background:rgba(10,24,63,0.80); }

.row-fluid .custtestimonial-section { background:#182752;  }
.row-fluid .custtestimonial-section h4 { color:#fff; font-family: 'Open Sans',sans-serif; font-weight:700; line-height:38px; }
.row-fluid .custtestimonial-section .wrapper { float:none; margin:0 auto; }
.row-fluid .testi-videowrap { margin-bottom:-160px; min-height:550px; }
.row-fluid .testi-videowrap .thumbnail_container { position:relative;   }
.row-fluid .testi-videowrap .start-video { cursor:pointer; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%);}

.row-fluid .clientexperince-section { padding-top:170px; padding-bottom:100px;  }
.row-fluid .clientex-img,.row-fluid .clientex-content { float:none; display:inline-block; vertical-align:middle; margin:0 -4px; }
.row-fluid .clientex-content h2 { padding-top:0; padding-bottom:25px; }
.row-fluid .clientex-content { padding-right:15px; }
.row-fluid .clientex-img { padding-left:15px; width:50%; }
.row-fluid .clientex-img > .span6 { width:100%; }
.row-fluid .clientex-subcontent { color:#363636; font-size:20px; line-height:28px; margin-bottom:20px; }

.row-fluid .happyclient-section { background-color: #4b9344; overflow-x:hidden; }
.row-fluid .happyclient-section .wrapper { position:relative; z-index:1; }
.row-fluid .happyclient-section .wrapper:after { content:""; background:#56984f; width:500%; top:0; position:absolute; height:100%; right:-480%; z-index:-1; }
.row-fluid .testslider-header { padding-right:50px; padding-top:130px; }
.row-fluid .testslider-header h3 { color:#fff; padding-bottom:26px; margin-bottom:26px; position:relative; font-family: 'Open Sans',sans-serif; font-weight:700; line-height:40px; }
.row-fluid .testslider-header h3:after { content:""; background:#fff; width:105px; height:5px; left:0; bottom:0; position:absolute; border-radius:3px;  }
.row-fluid .testslider-header .category-name { text-transform:uppercase; }
.row-fluid .testslider-header { font-size:16px; font-family: 'Open Sans',sans-serif; font-weight:600; }
.row-fluid .whygotestimonial-slick .hs_cos_wrapper_widget .whygotesti-wrap { background:#498a43; font-size:18px; line-height:26px; position:relative; }
.row-fluid .whygotestimonial-slick .hs_cos_wrapper_widget:nth-child(3n) .whygotesti-wrap  { background:#56984f;  }
.row-fluid .whygotestimonial-slick .hs_cos_wrapper_widget:nth-child(3n) .whygotesti-wrap  { padding-right:25px; }
.row-fluid .whygotesti-wrap { padding:160px 60px 105px; }
.row-fluid .whygotestimonial-slick .hs_cos_wrapper_widget .whygotesti-wrap:before { content:""; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/qoute-icon.png) no-repeat; width:25px; height:24px; position:absolute; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); top:80px;  }

.row-fluid .advocate-section { padding:105px 0 70px;}
.row-fluid .advocate-img { margin-bottom:-90px; width:50%; padding-left:0px; position:relative;  padding-right:40px; }
.row-fluid .advocate-img .parallax { right:45px; }
.row-fluid .advocate-content { width:50%; }
.row-fluid .advocate-content > .span6 { width:100%; }
.row-fluid .advocate-content,.row-fluid .advocate-img  { margin: 0 -4px; display:inline-block; float:none; vertical-align:middle;  }

.row-fluid .list-style2 ul { counter-reset: my-badass-counter; padding-left:30px; }
.row-fluid .list-style2 ul li {  padding-left:38px; font-size:23px; position:relative; line-height:28px; color:#4b9344; margin:8px 0; }
.row-fluid .list-style2 ul li:before { background:#4b9344; color:#fff; width:25px; font-size:17px; line-height:26px; top:2px; border-radius:100%; position:absolute; left:0; height:25px; text-align:center;  content: counter(my-badass-counter); counter-increment: my-badass-counter; }

.row-fluid .partnerlogo-section .partner-logohead { font-size:24px; line-height:32px; color:#4b9344; text-align:center;  }
.row-fluid .partnerlogo-section .wrapper { border-top:1px solid #ebebeb; padding-top:40px; }
.row-fluid .partner-logoslider {  position:relative; }
.row-fluid .partner-logoslider .slick-slider { position:inherit; }
.row-fluid .partner-logoslider .slick-slide img { display:table; margin:0 auto;  }   
.row-fluid .partner-logoslider .slick-next:before { background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/grayr-arrow.png) no-repeat; background-size:100%; }
.row-fluid .partner-logoslider .slick-prev:before { background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/grayl-arrow.png) no-repeat; background-size:100%; }

.row-fluid .morereasons-section .wrapper { padding-left:70px; padding-right:30px; }
.row-fluid .morereasons-section { background:#ebebeb url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/line-texure.png) repeat; padding-bottom:66px; }
.row-fluid .morereasons-tablist .hs_cos_wrapper_widget_container,.row-fluid .morerea-tabcontentwrap { display:inline-block; vertical-align:middle; margin:0 -4px; width:50%; }
.row-fluid .morereasons-tablist .hs_cos_wrapper_widget_container { border-right:1px solid #cccccc;}
.row-fluid .morereasons-tablist .tab-icon,.row-fluid .morereasons-tablist .tab-title { display:inline-block; margin-right:-4px; vertical-align:middle; }
.row-fluid .morereasons-tablist .tab-icon { width:20%; position:relative; }
.row-fluid .morereasons-tablist .tab-icon .active-icon { opacity:0; visibility:hidden; position:absolute; left:0; top:0; width:100%; }
.row-fluid .morereasons-tablist .tab-icon img { display:inline-block; vertical-align:middle; }
.row-fluid .morereasons-tablist .tab-title { display:inline-block; vertical-align:middle; width:80%; font-size:16px; line-height:24px; padding-left:15px; padding-right:50px;   }
.row-fluid .morereasons-tablist .tab-link { position:relative; width:100%; display:inline-block; height:98px; line-height:98px; text-transform:uppercase; color:#363636; font-family: 'Open Sans',sans-serif; font-weight:600;  }
.row-fluid .morereasons-tablist .tab-link.tabopen,.row-fluid .morereasons-tablist .tab-link:hover { color:#4b9344;  transition:all 600ms ease; -moz-transition:all 600ms ease; -ms-transition:all 600ms ease; -webkit-transition:all 600ms ease; }
.row-fluid .morereasons-tablist .tab-link.tabopen .active-icon,.row-fluid .morereasons-tablist .tab-link:hover .active-icon { opacity:1; visibility:visible;  transition:all 600ms ease; -moz-transition:all 600ms ease; -ms-transition:all 600ms ease; -webkit-transition:all 600ms ease; }
.row-fluid .morereasons-tablist .tab-link.tabopen:after,.row-fluid .morereasons-tablist .tab-link:hover:after  { content:""; width:3px; background:#4b9344;  position:absolute; right:-2px; top:0; bottom:0; }
.row-fluid .morereasons-tablist .tab-link.tabopen:before,.row-fluid .morereasons-tablist .tab-link:hover:before { content:""; width:0; height:0; border-left:7px solid #4b9344; border-right:7px solid transparent; border-top:7px solid transparent; border-bottom:7px solid transparent;  position:absolute; left:100%; top:50%; bottom:0; transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); }
.row-fluid .morereasons-tablist .tab-content { padding-left:55px; }
.row-fluid .morereasons-tablist .tab-content p strong { font-weight:normal; display:block; font-size:24px; line-height:28px; color:#4b9344; margin-bottom:5px;  }
.row-fluid .morereasons-tablist .tab-content img { display:inline-block; vertical-align:middle; margin:0 5px; }
.row-fluid .serviceteam-section { padding-top:110px; padding-bottom:125px; }
.row-fluid .srteam-contenttext { min-height:125px;}

.row-fluid .teamser-img { width:48.717948718%; float:left; text-align:right; }
.row-fluid .teamser-img > .span6 { width:100%; } 

.row-fluid .formtext-content { font-size:18px; line-height:26px; }

.row-fluid .calendar-wrap { background:#fff; font-family: 'Open Sans', sans-serif; position:relative; width:100%; height:800px; bottom:0; top:0; }
.row-fluid .calendar-wrap .custom-header nav { line-height:normal; width:auto; background:none; }
.row-fluid .calendar-wrap .fc-calendar .fc-head { background:none; box-shadow:none; border:1px solid #d7d7d7; color:#363636; text-transform:uppercase; font-size:16px; }
.row-fluid .calendar-wrap .fc-calendar .fc-head > div {  text-shadow:none; font-size:12px; font-weight:600; }
.row-fluid .calendar-wrap .custom-header nav { height:auto; box-shadow:none; }
.row-fluid .calendar-wrap .custom-header nav span { background:#ebebeb; }
.row-fluid .calendar-wrap .custom-header span:before { color:#464646; }
.row-fluid .calendar-wrap .custom-header span.custom-next { background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/clnext-arrow.png) no-repeat #ebebeb center center; }
.row-fluid .calendar-wrap .custom-header span.custom-prev { background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/clprev-arrow.png) no-repeat #ebebeb center center; }
.row-fluid .calendar-wrap .custom-header span.custom-current { background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/clround-arrow.png) no-repeat #ebebeb center center; } 
.row-fluid .herosubscribe-form { text-shadow:none; margin-top:20px; }
.row-fluid .herosubscribe-form .hs_cos_wrapper_widget h3 { display:none; }
.row-fluid .herosubscribe-form input { text-align:center; }
.row-fluid .herosubscribe-form ul.hs-error-msgs { text-shadow:none; }
.row-fluid .herosubscribe-form ul.hs-error-msgs label {  color:#fff; }

.row-fluid .upevent-section { background:#ebebeb;}
.row-fluid .upevent-section .event-innerwrap { background:#fff; border:2px solid #e1e1e1; }
.row-fluid .upevent-section h4 { font-weight:700; text-transform:uppercase; font-family: 'Open Sans', sans-serif;  }
.row-fluid .event-innerwrap .cta-btn { position:absolute; bottom:30px; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);  margin-top:15px; display:inline-block; background:#fff;  padding:10px 25px;  border:2px solid #4b9344;  color:#4b9344; font-family: 'Open Sans', sans-serif; font-weight:700; text-transform:uppercase;  text-align:center; font-size:13px; line-height:16px; min-width:205px; transition:all 600ms ease-in; -moz-transition:all 600ms ease-in; -webkit-transition:all 600ms ease-in; -ms-transition:all 600ms ease-in;  }
.row-fluid .upevent-section .news-postitem:hover .cta-btn  { background:#4b9344; color:#fff;  }
.row-fluid .upevent-section .newpost-wrap .post-content { min-height:110px; margin-bottom:55px; }
.row-fluid .upevent-section .newpost-wrap { position:relative; height:calc( 100% - 215px);   } 
.row-fluid .upevent-section .newpost-wrap h5 { padding-top:0; }


.row-fluid .calendar-categories { padding-bottom:38px; padding-top:30px; float:left; width:100%;  }
.row-fluid .calendar-categories ul { padding:0; }
.row-fluid .calendar-categories ul li { float:left; width:20%; text-align:center; background:transparent !important; font-weight:600; font-size:14px; }
.row-fluid .calendar-categories ul li span { position:relative; display:inline-block; padding-left:30px; }
.row-fluid .calendar-categories ul li span:before { content:""; position:absolute; width:24px; height:24px; left:0;  }
.row-fluid .calendar-categories ul li.blue span:before { background:#2196F3 !important; }
.row-fluid .calendar-categories ul li.pink span:before { background:#e91e63 !important; }
.row-fluid .calendar-categories ul li.orange span:before { background:#ff9800 !important; }
.row-fluid .calendar-categories ul li.green span:before { background:#4CAF50 !important; }
.row-fluid .calendar-categories ul li.gray span:before { background:#636363 !important; }


.resource-lppage { background:#f3f3f3;}
.resource-lppage .row-fluid .main-footer { display:none; }
.resource-lppage .row-fluid .header { background:#fff; }
.resource-lppage .row-fluid .header .logo { padding:10px 0;}
.row-fluid .back-resourcelink { text-align:right; }
.row-fluid .back-resourcelink a { display:inline-block; margin-top:18px; padding:8px 0; text-transform:uppercase; color:#182752; font-weight:700; font-family: 'Open Sans', sans-serif; font-size:13px; line-height:16px;  }
.row-fluid .back-resourcelink a:before { content:"«"; display:inline-block; margin-right:5px; vertical-align:text-top; }
.row-fluid .back-resourcelink a:hover { color:#4b9344; } 
.row-fluid .rscontent-pagewrap { margin-top:77px; }
.row-fluid .rscontent-pagewrap .speak-form { background:#fff; }
.row-fluid .rsimg-wrap { margin-bottom:18px; }
.row-fluid .rscontent-wrap h5 { color:#4b9344; font-size:21px; line-height:26px; font-weight:normal; }
.row-fluid .rscontent-wrap p { padding-top:0;}
.row-fluid .rscontent-wrap h5 + p { padding-bottom:30px; }
.row-fluid .rscontent-wrap p strong { text-transform:uppercase; font-weight:normal; font-family: 'Open Sans', sans-serif; }
.row-fluid .rscontent-wrap strong { line-height:16px; }
.resource-lppage .row-fluid .list-style ul { margin-bottom:10px; }

.row-fluid .resource-cphero:before { background:rgba(10,24,63,0.75); }
.row-fluid .resource-cphero .cta-btn { margin-top:25px; }
.row-fluid .resource-cphero .cta-btn a { background:#fff; color:#4b9344; border-color:#fff; }

.row-fluid .resource-cphero .transparent-ctabtn a { background:transparent; border-color:#fff; color:#fff; }
.row-fluid .resource-cphero .cta-btn a:hover { border-color:#4b9344; background:#4b9344; color:#fff;  } 
.row-fluid .resource-cphero .transparent-ctabtn a:hover { background:#fff; color:#4b9344;  border-color:#fff;} 


.row-fluid .blognews-event { padding-bottom:25px; }
.row-fluid .blognews-event .widget-type-rich_text { padding-left:25px; padding-right:25px; }

.row-fluid .topic-option { border:1px solid #e1e1e1; text-transform:uppercase; position:relative; margin-bottom:20px; font-size:13px; line-height:16px; }
.row-fluid .topic-option h3 { display:inline-block; padding:15px 20px; color:#464646; width:100%; cursor:pointer; font-size:13px; line-height:13px; }
.row-fluid .topic-option h3:after { content:""; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/nav-plusicon.png) no-repeat; width:14px; height:14px; display:inline-block; position:absolute; right:15px;  } 
.row-fluid .topic-option h3.active:after  { background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/nav-minicon.png) no-repeat; }
.row-fluid .topic-option h3 + .widget-module { display:none; padding:15px; background:#fff; position:absolute; z-index:2; top:100%; border:1px solid #e1e1e1;  left:0; right:0; float:left; width:100%;   }
.row-fluid .topic-option h3 + .widget-module li { display:inline-block; width:100%; }
.row-fluid .topic-option h3 + .widget-module li a { color:#464646; display:inline-block; margin:5px 0; width:100%;  cursor:pointer; }

.hs-blog-listing .row-fluid .blog-contentwrap { width:74.358974359%; }
.hs-blog-post .row-fluid .blog-contentwrap { width:65.81196581200001%; }

.row-fluid .blog-listing-wrapper .resource-content .resource-boxcontent { min-height:120px; }
.row-fluid .blog-listing-wrapper .resource-box .resource-boxinner a { float:left; width:100%; height:100%; }
.row-fluid .blog-listing-wrapper .resource-box .blogpost-img { line-height:0; }

.row-fluid .blog-pagination { float:left; width:100%; padding: 0 15px; line-height:0; }
.row-fluid .blog-pagination a { text-transform:uppercase; font-family: 'Open Sans', sans-serif; color:#4b9344; font-size:13px; line-height:13px; float:left; font-weight:700; }
.row-fluid .blog-pagination a:only-child:before { display:none !important; }
.row-fluid .blog-pagination a.next-posts-link:before { content:"|"; display:inline-block; float:left; margin:0 5px; }

.row-fluid .suggresource-section { float:left; width:100%; }
.row-fluid .suggresource-section h2 { color:#182752; text-align:center; margin-bottom:25px; }
.row-fluid .suggresource-section .news-postitem a > .span4 { width:100%; }
.row-fluid .suggresource-section .news-postitem .read-post { width:auto; }
.row-fluid .blog-commentform  { margin-top:20px; }
.row-fluid .blog-commentform .hs_subscribe span { text-transform:uppercase; font-size:13px; line-height:13px; color:#182752; }
.row-fluid .blogright-sidebar > .span4 { float:right; }
.row-fluid .blogrightside-imgwrap img { width:100% !important; }

.row-fluid .blogpost-hero { text-shadow:none; background:#182752; }
.row-fluid .blogpost-hero:before { display:none; }
.row-fluid .blogpost-hero h1 { color:#fff; }
.row-fluid .blog-commentform h3 { padding-left:15px; padding-bottom:5px; }
.row-fluid .blog-commentform .hs_comment { line-height:0; } 
.row-fluid .blog-commentform.speak-form input[type=submit] { min-width:170px; }
.row-fluid .share-articlesocial { text-align:right; }
.row-fluid .share-articlesocial ul li { display:inline-block; font-family: 'Open Sans', sans-serif; color:#4b9344; font-size:13px; line-height:13px; font-weight:700; vertical-align:middle; margin-right:9px;  font-size:13px; text-transform:uppercase; }
.row-fluid .share-articlesocial ul li a:hover { opacity:0.8; }
 
.hs-blog-post .row-fluid .blogsection-wrap { padding-top:35px; padding-bottom:35px;  }
.hs-blog-post .row-fluid .blogright-sidebar > .span4 { padding-top:85px; }
.row-fluid .share-backlink .link-style1 { margin-top:0; min-width:170px; text-align:center; }
.row-fluid .share-backlink { margin-bottom:19px; float:left; width:100%; }
.hs-blog-post .row-fluid .blog-pagination { margin-top:42px; padding-left:0; padding-right:0; }
.row-fluid .suggresource-listings { margin-left:-15px !important; margin-right:-15px; float:none; width:auto; }
.row-fluid .blog-post-wrapper .post-body a { text-decoration:underline; }
.row-fluid .blog-post-wrapper .post-body h5 { font-weight:700; color:#363636;  } 

.row-fluid .embenefit-section { padding-top:110px; padding-bottom:70px; float:left; width:100%; }
.row-fluid .embenefit-icon { margin-bottom:25px; }
.row-fluid .embenefit-content { color:#182752; font-size:30px; line-height:36px; margin:0 auto !important; float:none; }

.row-fluid .ltplanning-section { float:left; width:100%; padding-top:50px; padding-bottom:80px;  }
.row-fluid .ltplanning-contentcol { padding-top:4px; padding-right:15px; }
.row-fluid .ltplanning-imgcol { padding-left:15px; }
.row-fluid .ltplanning-imgcol,.row-fluid .ltplanning-contentcol { width:50%; float:none; margin:0 -4px 0 0; display:inline-block; vertical-align:middle; }
.row-fluid .blue-title.srmain-title h4 { font-size:28px; line-height:32px; font-family: 'Open Sans', sans-serif; font-weight:700; padding-bottom:5px; }
.row-fluid .ltplanning-contentcol .clientex-subcontent p,.row-fluid .twoleft-col .clientex-subcontent p,.row-fluid .tworight-col .clientex-subcontent p,.row-fluid .technology-section .clientex-subcontent p { padding-bottom:8px; }
.row-fluid .ltplanning-contentcol .clientex-subcontent,.row-fluid .twoleft-col .clientex-subcontent,.row-fluid .tworight-col .clientex-subcontent,.row-fluid .technology-section .clientex-subcontent { margin-bottom:0; }
.row-fluid .ltplanning-contentcol > .span6 { width:100%; }

.row-fluid .twocol-section { background: rgb(235,235,235);
background: -moz-linear-gradient(left,  rgba(235,235,235,1) 0%, rgba(235,235,235,1) 50%, rgba(244,244,244,1) 50%, rgba(244,244,244,1) 100%);
background: -webkit-linear-gradient(left,  rgba(235,235,235,1) 0%,rgba(235,235,235,1) 50%,rgba(244,244,244,1) 50%,rgba(244,244,244,1) 100%);
background: linear-gradient(to right,  rgba(235,235,235,1) 0%,rgba(235,235,235,1) 50%,rgba(244,244,244,1) 50%,rgba(244,244,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f4f4f4',GradientType=1 ); }
.row-fluid .twoleft-col,.row-fluid .tworight-col { padding-top:90px; padding-bottom:70px; margin:0; width:50%; }
.row-fluid .twoleft-col { padding-right:90px; }
.row-fluid .tworight-col { padding-left:90px; }

.row-fluid .ltplanning-contentcol .cta-btn a { margin-top:25px; }

.row-fluid .sitestimonial-section:before { display:none; }
.row-fluid .sitestimonial-section h4 { margin-bottom:55px;  }
.row-fluid .sitestimonial-section > .row-fluid-wrapper:before,.row-fluid .sitestimonial-section > .row-fluid-wrapper:after { opacity:1; }
.row-fluid .sitestimonial-section .testimonial-wrap { padding-top:40px; padding-bottom:10px; }
.row-fluid .sitestimonial-section .slick-slider { margin-bottom:0; }

.row-fluid .technology-section { position:relative; padding-top:70px; padding-bottom:55px; color:#fff; }
.row-fluid .technology-section h4,.row-fluid .technology-section .clientex-subcontent { color:#fff;}
.row-fluid .technology-section .wrapper { position:relative; z-index:1; }
.row-fluid .technology-section:before { content:""; position:absolute; left:0; top:0; background:rgba(75,147,68,0.85); width:100%; height:100%; }
.row-fluid .technology-section .technology-col { width:50%; }

.row-fluid .securiticontent-section { font-family: 'Open Sans', sans-serif; font-size:14px; line-height:22px; }
 
.row-fluid .siform-section h4 { color:#fff; font-family: 'Open Sans', sans-serif; font-weight:700; line-height:36px; }
.row-fluid .siform-section.form-section:before { background:rgba(10,24,63,0.80); }

.row-fluid .adminsr-section { padding-top:80px; padding-bottom:50px;  }
.row-fluid .adminsr-section .embenefit-content { width:100%; }
.row-fluid .adminsr-section .testi-videowrap { margin:0 auto; float:none; min-height:auto; }

.row-fluid .gray-section { background:#efefef; }
.row-fluid .costeffective-section { padding-top:90px; padding-bottom:70px; }

.row-fluid .retirement-section { padding-top:62px; }
.row-fluid .retirement-section h2 { color:#fff; padding-top:0; padding-bottom:22px;   }
.row-fluid .solution-contentwrap { font-size:20px; line-height:30px; font-family: 'Open Sans', sans-serif; }

.row-fluid .tab-list { margin-top:40px; margin-bottom:45px;  }
.row-fluid .tab-list ul { padding:0 0 0 35px; margin-left:-38px; margin-right:-38px; }
.row-fluid .tab-list ul li { display:inline-block; padding-left:38px; padding-right:38px;  }
.row-fluid .tab-list ul li a { color:#fff; padding-bottom:10px;  font-size:13px; line-height:16px; text-transform:uppercase; font-weight:700; font-family: 'Open Sans', sans-serif; position:relative; }
.row-fluid .tab-list ul li a.retitabopen:after { content:""; width:88px; height:3px; background:#d7d7d7; position:absolute; bottom:0; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);  }

.row-fluid .retirement-tabboxes .hs_cos_wrapper_widget { float:left; width:50%; padding:15px; }
.row-fluid .retirement-tabboxes .hs_cos_wrapper_widget_container { margin-left:-15px; margin-right:-15px; display:block; }
.row-fluid .retirement-tabboxes .retirement-tabbox { background:rgba(255,255,255,0.9); padding:0px 45px 0px; color:#464646; font-size:14px; font-family: 'Open Sans', sans-serif; }
.row-fluid .retirement-tabboxes .retirement-tabbox ul { line-height:18px;  }
.row-fluid .retirement-tabboxes .retirement-tabbox ul li { margin:8px 0; }
.row-fluid .retirement-tabboxes .retire-content h6 { color:#464646; padding-bottom:5px; min-height:55px; font-size:16px; line-height:20px; text-transform:uppercase; font-family: 'Open Sans', sans-serif; font-weight:700; }
.row-fluid .retirement-tabboxes .retire-content { padding-bottom:25px; }
.row-fluid .retirement-tabboxes .retire-content .cta-btn a { background:rgba(255,255,255,0.9); margin-top:30px; margin-bottom:25px; position:relative; padding:9px 40px 9px 20px; min-width:190px; }
.row-fluid .retirement-tabboxes .retire-content .cta-btn a:after { content:""; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/playbtn-icon.png) no-repeat; top:50%; transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transition:all 400ms ease-in; -moz-transition:all 400ms ease-in; -webkit-transition:all 400ms ease-in; -ms-transition:all 400ms ease-in; width:21px; height:21px; position:absolute; right:18px; } 
.row-fluid .retirement-tabboxes .retire-content .cta-btn a:hover:after { right:12px; }
.row-fluid .retirement-tabboxes .retire-content .cta-btn a:hover { color:#4b9344;}

.row-fluid .retirement-tabboxes .retirement-tabbox .retire-icon { margin-top:40px; height:40px; line-height:40px; display:inline-block; margin-bottom:16px; }
.row-fluid .retirement-tabboxes .retirement-tabbox .retire-icon img { max-height:40px; width:auto; max-width:none; display:inline-block; vertical-align:middle; }

.row-fluid .umbusiness-section { background:#182752; color:#fff; padding-top:80px;  }
.row-fluid .umbusiness-section h4,.row-fluid .umbusiness-section .clientex-subcontent { color:#fff; }
.row-fluid .umbusiness-section .clientex-subcontent { font-size:19px; }

.row-fluid .aso-section { padding-top:80px; padding-bottom:70px; }
.row-fluid .aso-section .cta-btn a { min-width:280px; } 

.row-fluid .servicelist-section,.row-fluid .whygo-herosection,.row-fluid .form-section { position:relative; z-index:2; }

.row-fluid .servicelist-section { background:#182752; color:#fff; padding-top:55px; padding-bottom:60px;   }
.row-fluid .srlist-contentwrap { font-size:30px; line-height:36px; }

.row-fluid .services-listwrap { float:left; width:100%; padding-top:50px; }
.row-fluid .services-listcol { font-size:21px; line-height:26px; float:left; width:44%; margin:0; }
.row-fluid .services-listcol.right { float:right; } 
.row-fluid .services-listcol > .span6 { width:100%; }
.row-fluid .serlist-icon { width:138px; height:138px; float:none; position:relative; display:inline-block; }
.row-fluid .serlist-icon span.hs_cos_wrapper_type_linked_image { float:none; z-index:1; display:inline-block; border-radius:100%; overflow:hidden; width:138px; height:138px; border:2px solid #fff; position:relative; }
.row-fluid .serlist-icon img { z-index:-1; position: absolute;  height: 100%; width: auto !important;   max-width: none;   left: 50%;  transform: translate(-50%,-50%);  -moz-transform: translate(-50%,-50%);  -webkit-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  top: 50%; }
.row-fluid .serlist-content { margin-top:8px; }
.row-fluid .serlist-gallalogo { margin-top:-55px; }

.row-fluid .services-listcol.left .serlist-icon:before { content:""; margin-top:15px; margin-left:15px; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/sltop-left.png) no-repeat; width:170px; height:50px; position:absolute; left:100%; top:50%; transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%);  }
.row-fluid .services-listcol.right .serlist-icon:before { content:""; margin-top:15px; margin-right:15px; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/sltop-right.png) no-repeat; width:170px; height:50px; position:absolute; right:100%; top:50%; transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%);  }
.row-fluid .services-listcol.left.bottom .serlist-icon:before { content:""; margin-top:-25px; margin-left:15px; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/slbottom-left.png) no-repeat; width:168px; height:53px; position:absolute; left:100%; top:50%; transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%);  }
.row-fluid .services-listcol.right.bottom .serlist-icon:before { content:""; margin-top:-25px; margin-right:15px; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/slbottom-right.png) no-repeat; width:170px; height:56px; position:absolute; right:100%; top:50%; transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%);  }

.row-fluid .servicelist-fullsection { padding-top:65px; padding-bottom:50px; position:relative; }
.row-fluid .servicelist-fullsection.srfirst-section { padding-top:113px;  }
.row-fluid .servicelist-fullsection.srfirst-section:before { height:113px; }

.service-overview .header-container-wrapper:after { content:""; position:fixed; width:4px; z-index:1; border-radius:5px; background:#fff; height:20%; left:50%; top:0; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.service-overview .header-container-wrapper.fixed:after { display:none; }
.row-fluid .servicelist-fullsection > .row-fluid-wrapper:after { content:""; position:fixed; width:4px; z-index:0; border-radius:5px; background:#4b9344; height:calc( 40% - 24px ); left:50%; top:0; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.row-fluid .servicelist-fullsection.srfirst-section > .row-fluid-wrapper:after {  height: 40% ; }
.row-fluid .servicelist-fullsection:before { content:""; position:absolute;  border-radius:0 0 5px 5px ; width:4px; background:#e1e1e1; height:65px; left:50%; top:0; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.row-fluid .servicelist-fullsection:after { content:""; position:absolute;  border-radius:5px 5px 0 0; width:4px; background:#e1e1e1; height:50px; left:50%; bottom:0; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.row-fluid .servicelist-fullsection .wrapper { position:relative; z-index:2; padding-top:18px; padding-bottom:43px; background:#fff; }

.row-fluid .srgray-section,.row-fluid .srgray-section .wrapper { background:#f5f5f5;  }

.row-fluid .servicelist-fullsection h2 { padding-top:10px; overflow:hidden; position:relative; transition:all 400ms ease-in-out; -moz-transition:all 400ms ease-in-out; -webkit-transition:all 400ms ease-in-out; -ms-transition:all 400ms ease-in-out; }
.row-fluid .servicelist-fullsection h2:before { content:""; text-shadow:inset 0 0 8px #4b9344; height:0; top:0; width:100%;}
.row-fluid .servicelist-fullsection.focus h2 { color:#4b9344;}
.row-fluid .servicelist-fullsection.focus .serlist-iconwrap .color-icon { top:0; opacity:1; visibility:visible; }
.row-fluid .serlist-iconwrap { display:inline-block; position:relative; line-height:0; overflow:hidden;  }
.row-fluid .serlist-iconwrap .color-icon { position:absolute; top:-100%; opacity:0; visibility:hidden; transition:all 400ms ease-in-out; -moz-transition:all 400ms ease-in-out; -webkit-transition:all 400ms ease-in-out; -ms-transition:all 400ms ease-in-out; }
.row-fluid .serlist-content { font-size:19px; line-height:28px; font-family: 'Open Sans', sans-serif; padding-top:15px;  }

.row-fluid .srlist-sublisting { padding-top:50px; padding-bottom:65px; }
.row-fluid .srlist-sublisting .hs_cos_wrapper_widget_container { margin-left:-5px; margin-right:-5px;}
.row-fluid .srlist-sublisting .hs_cos_wrapper_widget { display:inline-block; vertical-align:top; margin:0 -4px 0 0; width:14%; padding-left:5px; padding-right:5px; font-size:14px; line-height:20px; text-transform:uppercase; color:#464646;  font-weight:700;  font-family: 'Open Sans', sans-serif; }
.row-fluid .srlist-sublisting .hs_cos_wrapper_widget a { color:#464646;}
.row-fluid .srlist-sublisting .hs_cos_wrapper_widget a:hover { color:#4b9344;}
.row-fluid .srlist-sublisting .hs_cos_wrapper_widget .srlist-subicon { height:42px; margin-bottom:20px; line-height:42px; }
.row-fluid .srlist-sublisting .hs_cos_wrapper_widget .srlist-subicon img { max-height:42px; max-width:none; width:auto !important; display:inline-block; vertical-align:middle; }

.row-fluid .srlast-section { padding-bottom:33px; }
.row-fluid .srlast-section:after {  background:#f5f5f5; z-index:2;}

.row-fluid .employe-srsection .wrapper { padding-top:28px; }
.row-fluid .employe-srsection .srlist-sublisting { padding-top:40px; }
.row-fluid .hrpayroll-srsection .srlist-sublisting { padding-top:40px; padding-bottom:55px; }
.row-fluid .hrpayroll-srsection .wrapper { padding-bottom:55px; }
.row-fluid .retire-srsection .srlist-sublisting { padding-bottom: 70px; padding-top:40px; }
.row-fluid .retire-srsection h2 { padding-top:15px; }





/*Media Query*/

@media (min-width: 1600px) {
    
    .row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget { padding-left:50px; padding-right:50px; }
    

    .row-fluid .sticky-menu .gsc-results-wrapper-overlay { width:100% !important; height:280% !important; left:0 !important; top:50%; transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); }
}

@media (min-width: 1250px) {
    
    .row-fluid .testimonial-section .indutestimonial-slick .slick-prev,.row-fluid .whygotestimonial-slick .slick-prev,.row-fluid .partner-logoslider .slick-prev { left:-45px; }
    .row-fluid .testimonial-section .indutestimonial-slick .slick-next,.row-fluid .whygotestimonial-slick .slick-next,.row-fluid .partner-logoslider .slick-next { right:-45px; }
    
    .row-fluid .testimonial-section .head-style1 { width:28.623931624%; text-align:left; display:inline-block; position:absolute; left:0; right:0;  height:100%; z-index:1;  }
    .row-fluid .testimonial-section .head-style1 h3 { position:absolute;  top:50%;  transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);  left:0; right:15px;  font-size:36px; line-height:44px; color:#fff; font-family: 'Open Sans', sans-serif; font-weight:700;  }
    .row-fluid .testimonial-section .indutestimonial-slick { display:inline-block; padding-left:30.623931624%; margin:0; width:100%;  }

   
    .row-fluid .contact-tabsection .wrapper { padding-left:80px; padding-right:80px; }
    

    
}

@media (min-width: 1200px) and (max-width:1600px) {
    .row-fluid .sticky-menu .gsc-results-wrapper-overlay { width:100% !important; height:200% !important; left:0 !important; top:50%; transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); }
}

@media (min-width: 1200px) {
    
    .row-fluid .wrapper,.row-fluid .header-sticky .sticky-menuwrap { width: 1140px; }
    
    .row-fluid .hero-caption { width:670px; margin:0 auto; }
    
    .row-fluid .cgo-img  { margin-right:-65px; }
    
    .row-fluid .footer-rightside { padding-left:100px; padding-right:100px;   }
    
    .row-fluid .cgo-img { height:420px; }
    .row-fluid .advocate-img { height:320px; }
    .parallax-container { height:600px;  }
    
    .row-fluid .form-section .wrapper { padding-left:120px; padding-right:120px; }
    .row-fluid .inner-hero .hero-caption { width:800px; }
    
    .row-fluid .custtestimonial-section .wrapper { width:871px; }
    
    .row-fluid .blogpost-hero .wrapper { width:850px; }
    
    .row-fluid .adminsr-section .embenefit-content { max-width:1100px; }
    .row-fluid .adminsr-section .testi-videowrap { max-width:800px; }
}

@media (min-width: 992px) and (max-width:1200px) {
    .row-fluid .wrapper,.row-fluid .header-sticky .sticky-menuwrap { width: 950px; }
    
    h1 { font-size:42px; line-height:50px; }
    h2,.row-fluid .hero-caption h1,.row-fluid .blogpost-hero h1 { font-size:35px; line-height:40px; }
    h3,.row-fluid .testimonial-section .head-style1 h3 { font-size:30px; line-height:34px; }
    h4 { font-size:26px; line-height:30px; }
    h5 { font-size:24px; line-height:28px; }
    h6 { font-size:20px; line-height:24px; }
    
    .row-fluid .footer-rightside { padding-left:70px; padding-right:70px; }
    
    
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding-left:15px; padding-right:15px;}
    
    .row-fluid .video-bg video { width:auto; max-width:none; height:100%; }
    
    .row-fluid .cgo-img,.row-fluid .advocate-img { width:42%;}
    .row-fluid .advocate-img { height:330px;  }
    .parallax img { top:130px; }
     
    .row-fluid .cgo-content { padding-top:60px; padding-bottom:60px; }
    
    
    .row-fluid .sticky-rightside { width:30%; }
    .header-sticky .nav-menu  { width:70%; }
    .row-fluid .sticky-menu .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { font-size:24px; line-height:30px; border-bottom:none; }
    .row-fluid .sticky-menu .top-pnumber a { width:100%; display:inline-block; text-align:center; }
    
    .row-fluid .count-number { font-size:40px; line-height:44px; }
    .row-fluid .counter-col:last-child .count-number { font-size:70px; line-height:64px; }
    
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget,.row-fluid .people-box  { width:25%; }
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(4n),.row-fluid .people-box:nth-child(4n)  { clear:right; }
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(4n+1),.row-fluid .people-box:nth-child(4n+1) { clear:left; }
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(6n),.row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(6n+1),.row-fluid .people-box:nth-child(6n),.row-fluid .people-box:nth-child(6n+1) { clear:none; }
    
    .row-fluid .ctbtn-group .cta-btn a { min-width:auto; min-height:72px; }
    
    .row-fluid .resources-main-section .resource-content h5 { min-height:55px; }
    .row-fluid .resources-main-section .resource-content .resource-boxcontent { min-height:190px;}
    
    .row-fluid .resources-main-section .hs_cos_wrapper_widget_container { margin-left:0px; margin-right:0px; display:block; } 
    
    .row-fluid .custtestimonial-section .wrapper { width:871px; }
    
    .row-fluid .nbottom-arrowlink { bottom:15px; }
    
    .row-fluid .blogpost-hero .wrapper { width:850px; }
    .hs-blog-listing .row-fluid .blog-contentwrap { width:74.30939226%; }
    .row-fluid .blogback-link,.row-fluid .share-articlesocial { width:auto; }
    .row-fluid .share-articlesocial { float:right; }
    
    .row-fluid .adminsr-section .testi-videowrap { max-width:800px; }
    
    .row-fluid .srlist-sublisting { padding-bottom:50px; }
    .row-fluid .hrpayroll-srsection .srlist-sublisting { padding-bottom:40px; }
    .row-fluid .retire-srsection .srlist-sublisting { padding-bottom:55px; } 
    .row-fluid .srlist-sublisting .hs_cos_wrapper_widget { width:20%; margin-bottom:15px; }
    .row-fluid .srlist-sublisting .hs_cos_wrapper_widget:nth-child(5n) { clear:right; }
    .row-fluid .srlist-sublisting .hs_cos_wrapper_widget:nth-child(5n+1) { clear:left; }
    
    .row-fluid .address-wrap { padding-right:15px; }
} 

@media (min-width: 992px) and (max-width:1250px) {
    .row-fluid .testimonial-section .head-style1 { width:28.623931624%; text-align:left; display:inline-block; position:absolute; left:50px; right:0;  height:100%; z-index:1;  }
    .row-fluid .testimonial-section .head-style1 h3 { position:absolute;  top:50%;  transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);  left:0; right:15px;  font-size:36px; line-height:44px; color:#fff; font-family: 'Open Sans', sans-serif; font-weight:700;  }
    .row-fluid .testimonial-section .indutestimonial-slick { display:inline-block; padding-left:30.623931624%; margin:0; width:100%;  }
    .row-fluid .testimonial-section .wrapper,.row-fluid .partner-logoslider { padding-left:40px; padding-right:40px; }
}


@media (min-width: 768px) and (max-width:992px) {
    
    .row-fluid .wrapper,.row-fluid .header-sticky .sticky-menuwrap { width: 720px;  }
    h1 { font-size:35px; line-height:45px; }
    h2,.row-fluid .hero-caption h1,.row-fluid .blogpost-hero h1 { font-size:26px; line-height:28px; }
    h3,.row-fluid .testimonial-wrap h3,.row-fluid .testimonial-section .head-style1 h3 { font-size:24px; line-height:28px; }
    h4,.row-fluid .blue-title.srmain-title h4 { font-size:22px; line-height:26px; }
    h5,.row-fluid .rightside-content h4,.row-fluid .speak-form h3  { font-size:20px; line-height:24px; }
    h6 { font-size:18px; line-height:22px; }
    
    .row-fluid .footer-rightside { padding-left:50px; padding-right:0px; }
    
    .parallax-container { height:370px; } 
    
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding-left:5px; padding-right:5px;}
    
    .row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget { width:50%; }
    .row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget:nth-child(2n) { clear:right; }
    .row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget:nth-child(2n+1) { clear:left; }
    .row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget:nth-child(2n+1) { background:#fff; }
    .row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget:nth-child(3n+1) { background:#e1e1e1;}
    
    .row-fluid .counter-col { width:25%; height:auto !important; }
    .row-fluid .counter-col.counter-collg { width:100%; }
    .row-fluid .atglance-heading { margin-top:0; }
    .row-fluid .newpost-wrap { padding:10px; }
    
    .row-fluid .cgo-img { width:43%;}
    .row-fluid .advocate-img { height:330px;  }
    .parallax img { top:130px; }
     
    .row-fluid .nbottom-arrowlink { bottom:15px; }
    
    .row-fluid .address-wrap { padding-right:0; }
    
    .row-fluid .cgo-content { padding-top:60px; padding-bottom:60px; }
    .paddtb80 { padding-top:60px; padding-bottom:60px; }
    .row-fluid .cgo-img { height:320px; }
    
    .row-fluid .testimonial-wrap { width:530px; }
     
    .header-sticky .sticky-rightside { padding-right:0; } 
    
    .row-fluid .sticky-rightside { width:30%; }
    .header-sticky .nav-menu  { width:70%; }
    .row-fluid .sticky-menu .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { font-size:16px; line-height:24px; border-bottom:none; }
    .row-fluid .sticky-menu .top-pnumber a { width:100%; display:inline-block; text-align:center; }
    
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget,.row-fluid .people-box  { width:33.33%;}
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(3n),.row-fluid .people-box:nth-child(3n)  { clear:right; }
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(3n+1),.row-fluid .people-box:nth-child(3n+1)  { clear:left; }
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(4n),.row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(4n+1),
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(6n),.row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(6n+1),
    .row-fluid .people-box:nth-child(4n),.row-fluid .people-box:nth-child(4n+1),.row-fluid .people-box:nth-child(6n),.row-fluid .people-box:nth-child(6n+1) { clear:none; } 
    
    .row-fluid .covoffers-wrap,.row-fluid .speak-form  { padding:15px; }
    
    .row-fluid .testimonial-section .head-style1 { width:100%; }
    
    .row-fluid .testimonial-section .indutestimonial-slick { display:inline-block; padding-left:0; }
    .row-fluid .testimonial-section .wrapper,.row-fluid .partner-logoslider { padding-left:50px; padding-right:50px; }
    
    .row-fluid .testimonial-section .indutestimonial-slick .testimonial-slide { padding-left:0; padding-right:0; }
    
    .row-fluid .ctbtn-group .cta-btn a { min-width:auto; min-height:90px; }
    
    .row-fluid .resources-main-section .resource-box { width:49.5%;}
    
    .row-fluid .morereasons-tablist .tab-title { padding-right:15px; }
    .row-fluid .morereasons-tablist .tab-content img { display:table; margin:8px auto;}
    
    .row-fluid .whygotesti-wrap { padding:80px 15px 40px; }
    
    .row-fluid .whygotestimonial-slick .hs_cos_wrapper_widget .whygotesti-wrap:before { top:25px; }
    
    .row-fluid .testslider-header { padding-right:15px; padding-top:25px;  padding-left:15px; }
    
    .hs-blog-listing .row-fluid .blog-contentwrap { width:74.30939226%; }
    .row-fluid .blognews-event .widget-type-rich_text { padding-left:0; padding-right:0; }
    .row-fluid .blog-listing-wrapper .resource-content .cta-btn { bottom:15px !important; }
    
    .row-fluid .blogback-link,.row-fluid .share-articlesocial { width:auto; }
    .row-fluid .share-articlesocial { float:right; }
    
    .row-fluid .twoleft-col { padding-right:25px; }
    .row-fluid .tworight-col { padding-left:25px; }
    
    
    .row-fluid .retirement-section .wrapper  { padding-left:0 !important; padding-right:0 !important; }
    .row-fluid .tab-list ul { margin-left:-10px; margin-right:-10px; padding:0 0 0 18px; }
    .row-fluid .tab-list ul li { padding-left:10px; padding-right:10px; margin-bottom:15px; }
    .row-fluid .tab-list { margin-bottom:0;}
    .row-fluid .retirement-tabboxes .retirement-tabbox { padding:0 15px 0; }
    .row-fluid .retirement-tabboxes .retire-content .cta-btn a { margin-top:15px; margin-bottom:0; }
    .row-fluid .retirement-tabboxes .retirement-tabbox .retire-icon { margin-bottom:0; margin-top:15px; }
    .row-fluid .retirement-tabboxes .retire-content { padding-bottom:15px; }
    
    .row-fluid .srlist-sublisting { padding-bottom:50px; }
    .row-fluid .hrpayroll-srsection .srlist-sublisting { padding-bottom:40px; }
    .row-fluid .retire-srsection .srlist-sublisting { padding-bottom:55px; }
    .row-fluid .srlist-sublisting .hs_cos_wrapper_widget { width:20%; margin-bottom:15px; }
    .row-fluid .srlist-sublisting .hs_cos_wrapper_widget:nth-child(5n) { clear:right; }
    .row-fluid .srlist-sublisting .hs_cos_wrapper_widget:nth-child(5n+1) { clear:left; }

}

@media (min-width: 768px) {
    .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal ul li a.child-trigger { display:none !important; }
    .row-fluid .testimonial-wrap  { width:660px; margin:0 auto; }
    
    .desk-toggle { display:block; float: right; color:#4b4b4b; cursor:pointer; padding:8px 0px 10px; border-radius:5px; margin:0; position: absolute; z-index: 99; top: -38px; right: 0px; }
    a.desk-toggle i { display: inline; position: relative; top: 0px; margin-left: 5px; -webkit-transition-duration: 0s;
 -webkit-transition-delay: .2s; -moz-transition-duration: 0s; -moz-transition-delay: .2s; transition-duration: 0s; transition-delay: .2s;margin:0;}
    a.desk-toggle i:before, a.desk-toggle i:after { position: absolute; content:""; }
    .header-sticky a.desk-toggle i, .header-sticky a.desk-toggle i:before,.header-sticky a.desk-toggle i:after { width: 35px;  height: 2px;  background-color: #fff; display: inline-block; border-radius:3px; vertical-align:middle;  }
    .header-sticky a.desk-toggle i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
    .header-sticky a.desk-toggle  i:after { margin-top: 8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s;	  -webkit-transition-delay: .2s, 0; }
	body.mobile-open .header-sticky .row-fluid .nav-menu { left:0; }
    .desk-toggle span { display:inline-block; vertical-align:middle; }
    .desk-toggle span:before { content:"menu"; color:#fff; text-transform:uppercase; color:#fff; font-size:13px; margin-right:10px; font-weight:700;  font-family: 'Open Sans', sans-serif; }
    
    
    body.deskmobile-open .sticky-mainheader .rqoute-link { display:none; }
    body.deskmobile-open .header-sticky a.desk-toggle span:before { content:"close";}
    body.deskmobile-open .header-sticky a.desk-toggle { left:auto;  }
    body.deskmobile-open .header-sticky a.desk-toggle i { height:3px; background-color: rgba(0,0,0,0.0); -webkit-transition-delay: .2s; }
	body.deskmobile-open .header-sticky a.desk-toggle i:before { display:inline !important; margin-top: 0; height:3px; -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); }
	body.deskmobile-open .header-sticky a.desk-toggle i:after { display:inline !important; margin-top: 0;  height:3px; -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); }
/*	.header-sticky a.child-trigger { display: none !important; cursor: pointer; position: absolute !important; top: 0px; right: 0px; width: 33px !important; min-width: 33px !important; text-align:center; height:55px !important; padding: 0 !important; border-bottom:none !important;}
    .header-sticky a.child-trigger span { position: relative;  top: 50%;  margin: 0 auto !important; -webkit-transition-duration: .2s;   -moz-transition-duration: .2s; transition-duration: .2s; }
	.header-sticky a.child-trigger span:after,a.child-trigger span:before { position: absolute; content: ''; }
	.header-sticky a.child-trigger span { width: 10px; height: 1px; background-color: #555555; display: block; }
	.header-sticky a.child-trigger span:after, a.child-trigger span:before  { width: 5px; height: 1px; background-color: #555555; display: block; right:0;  }
	.header-sticky a.child-trigger span:before { margin-top:-2px; -webkit-transform: rotate(50deg); -ms-transform: rotate(50deg); transform: rotate(50deg); -webkit-transition-delay: 0, .2s; }
    .header-sticky a.child-trigger span:after { margin-top:2px;-webkit-transform: rotate(-50deg); -ms-transform: rotate(-50deg);  transform: rotate(-50deg);    -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s;}
*/	
    
    .row-fluid .unsticky-header .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > a:after { content:""; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/nav-plusicon.png) no-repeat; position:absolute; text-align:center; bottom:12px; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); width:14px; height:14px; line-height:12px;  }
    .row-fluid .unsticky-header .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children:hover > a:after { content:""; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/nav-minicon.png) no-repeat; }
    .row-fluid .teamser-img { padding-left:15px; }
    
    .row-fluid .formtext-content { width:645px; margin:0 auto !important; float:none; }
    .row-fluid .herosubscribe-form { width:563px; margin-left:auto !important; margin-right:auto; float:none;  }
    
    .row-fluid .rscontent-pagewrap .speak-form { margin-top:0; }
    
    .row-fluid .blog-contentwrap .blog-listing-wrapper { margin-left:-15px; margin-right:-15px; }
    .row-fluid .blog-listing-wrapper .resource-content { float:left; width:100%; position:relative; float:left; width:100%;  height:calc( 100% - 162px ); padding:15px 5px 70px 15px; }
    .row-fluid .blog-listing-wrapper .resource-content .cta-btn { margin-bottom:0; position:absolute; bottom:30px; left:15px; }
    
    .row-fluid .embenefit-content  { max-width:722px;}
    
    .row-fluid .whycgo-section h2,.row-fluid .whycgo-section h4 { max-width:720px; }
    
    .row-fluid .retirement-section .wrapper { padding-left:95px; padding-right:95px; }
    
    .row-fluid .mobile-banner { display:none; }
    
    .row-fluid .servicelist-section .srlist-contentwrap { padding-left:150px; padding-right:150px;}
    
    .row-fluid .serlist-content { max-width:565px; margin:0 auto; float:none; display:inline-block; }
    
    .row-fluid .homehero-section { background:transparent !important; }
    
    .row-fluid .mobile-search { display:none; }
    
    .row-fluid .last .count-number { opacity: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 .last.fade .count-number { opacity:1; }
}

@media (max-width: 767px) {
    
    .row-fluid .wrapper,.row-fluid .morereasons-section .wrapper{ padding-left:15px; padding-right:15px;}
    
    .paddt10 { padding-top:5px; }
    .paddt20 { padding-top:10px; }
    .paddt30 { padding-top:20px; }
    .paddt40 { padding-top:30px; }
    .paddt50 { padding-top:40px; }
    .paddt60 { padding-top:50px; }
    .paddt70 { padding-top:60px; }
    .paddt80 { padding-top:70px; }
    .paddb10 { padding-bottom:5px; }
    .paddb20 { padding-bottom:10px; }
    .paddb30 { padding-bottom:20px; }
    .paddb40 { padding-bottom:30px; }
    .paddb50 { padding-bottom:40px; }
    .paddb60 { padding-bottom:50px; }
    .paddb70 { padding-bottom:60px; }
    .paddb80 { padding-bottom:70px; }
    .paddtb10 { padding-top:5px; padding-bottom:5px; }
    .paddtb20 { padding-top:10px; padding-bottom:10px; }
    .paddtb30 { padding-top:20px; padding-bottom:20px; }
    .paddtb40 { padding-top:30px; padding-bottom:30px; }
    .paddtb50 { padding-top:40px; padding-bottom:40px; }
    .paddtb60 { padding-top:50px; padding-bottom:50px; }
    .paddtb70 { padding-top:60px; padding-bottom:60px; }
    .paddtb80 { padding-top:70px; padding-bottom:70px; }
    
    
    h1 { font-size:35px; line-height:45px; }
    h2,.row-fluid .hero-caption h1,.row-fluid .blogpost-hero h1 { font-size:28px; line-height:30px; }
    h3,.row-fluid .testimonial-wrap h3,.row-fluid .testimonial-section .head-style1 h3 { font-size:24px; line-height:28px; }
    h4,.row-fluid .blue-title.srmain-title h4 { font-size:20px; line-height:22px; }
    h5,.row-fluid .rightside-content h4,.row-fluid .speak-form h3  { font-size:18px; line-height:20px; }
    h6 { font-size:16px; line-height:18px; } 
    
    .slick-prev { left: 10px; } 
    .slick-next { right: 10px; }
    
    .toggle { display:block; float: right; color:#fff; cursor:pointer; padding:10px 0px 10px; border-radius:5px; margin:0; position: absolute; z-index: 99; top: 0px; right: 15px; }
    a.toggle i { display: inline; position: relative; top: 0px; margin-left: 5px; -webkit-transition-duration: 0s;
 -webkit-transition-delay: .2s; -moz-transition-duration: 0s; -moz-transition-delay: .2s; transition-duration: 0s; transition-delay: .2s;margin:0;}
    a.toggle i:before, a.toggle i:after { position: absolute; content:""; }
    a.toggle i, a.toggle i:before, a.toggle i:after { width: 25px;  height: 3px;  background-color:#182752; display: inline-block; border-radius:3px; }
    a.toggle i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
	a.toggle i:after { margin-top: 8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s;	  -webkit-transition-delay: .2s, 0; }
	body.mobile-open .row-fluid .nav-menu { left:0; }

    
    
    body.mobile-open a.toggle i { height:3px; 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); }
	body.mobile-open a.toggle i:before { display:inline !important; margin-top: 0; height:3px; -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); }
	body.mobile-open a.toggle i:after { display:inline !important; margin-top: 0;  height:3px; -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); }
	.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a.child-trigger { display: block !important; cursor: pointer; position: absolute !important; top: 0px; right: 0px; width: 33px !important; min-width: 33px !important; text-align:center; height:43px !important; padding: 0 !important; border-bottom:none !important;}
    a.child-trigger span:after { content:"+"; border:1px solid #fff; border-radius:100%; position:absolute; text-align:center; bottom:14px; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); width:15px; height:15px; line-height:12px; text-indent:1px; }
    a.child-trigger.child-open span:after { content:"-";}
	/*a.child-trigger.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-trigger.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; }
	*/
    
    
    .desk-toggle { display:block; float: right; color:#4b4b4b; cursor:pointer; padding:8px 0px 10px; border-radius:5px; margin:0; position: absolute; z-index: 99; top: -38px; right: 15px; }
    a.desk-toggle i { display: inline; position: relative; top: 0px; margin-left: 5px; -webkit-transition-duration: 0s;
 -webkit-transition-delay: .2s; -moz-transition-duration: 0s; -moz-transition-delay: .2s; transition-duration: 0s; transition-delay: .2s;margin:0;}
    a.desk-toggle i:before, a.desk-toggle i:after { position: absolute; content:""; }
    .header-sticky a.desk-toggle i, .header-sticky a.desk-toggle i:before,.header-sticky a.desk-toggle i:after { width: 35px;  height: 2px;  background-color: #fff; display: inline-block; border-radius:3px; vertical-align:middle;  }
    .header-sticky a.desk-toggle i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
    .header-sticky a.desk-toggle  i:after { margin-top: 8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s;      -webkit-transition-delay: .2s, 0; }
	body.mobile-open .header-sticky .row-fluid .nav-menu { left:0; }
    .desk-toggle span { display:inline-block; vertical-align:middle; }
    .desk-toggle span:before { content:"menu"; color:#fff; text-transform:uppercase; color:#fff; font-size:13px; margin-right:10px; font-weight:700;  font-family: 'Open Sans', sans-serif; }
    body.deskmobile-open .row-fluid .nav-menu { top:38px; }
    body.deskmobile-open,body.mobile-open { overflow:hidden !important; }
    /*body.deskmobile-open .sticky-mainheader .rqoute-link { display:none; }*/
    body.deskmobile-open .header-sticky a.desk-toggle span:before { content:"close";}
    body.deskmobile-open .header-sticky a.desk-toggle { left:auto;  }
    body.deskmobile-open .header-sticky a.desk-toggle i { height:3px; background-color: rgba(0,0,0,0.0); -webkit-transition-delay: .2s; }
	body.deskmobile-open .header-sticky a.desk-toggle i:before { display:inline !important; margin-top: 0; height:3px; -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); }
	body.deskmobile-open .header-sticky a.desk-toggle i:after { display:inline !important; margin-top: 0;  height:3px; -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); }
	/*.header-sticky a.child-trigger { display: none !important; cursor: pointer; position: absolute !important; top: 0px; right: 0px; width: 33px !important; min-width: 33px !important; text-align:center; height:55px !important; padding: 0 !important; border-bottom:none !important;}
    .header-sticky a.child-trigger span { position: relative;  top: 50%;  margin: 0 auto !important; -webkit-transition-duration: .2s;   -moz-transition-duration: .2s; transition-duration: .2s; }
	.header-sticky a.child-trigger span:after,a.child-trigger span:before { position: absolute; content: ''; }
	.header-sticky a.child-trigger span { width: 10px; height: 1px; background-color: #555555; display: block; }
	.header-sticky a.child-trigger span:after, a.child-trigger span:before  { width: 5px; height: 1px; background-color: #555555; display: block; right:0;  }
	.header-sticky a.child-trigger span:before { margin-top:-2px; -webkit-transform: rotate(50deg); -ms-transform: rotate(50deg); transform: rotate(50deg); -webkit-transition-delay: 0, .2s; }
    .header-sticky a.child-trigger span:after { margin-top:2px;-webkit-transform: rotate(-50deg); -ms-transform: rotate(-50deg);  transform: rotate(-50deg);    -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s;}
	*/
    
    .parallax-container { height:380px; }
    
    .row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget { width:50%; }
    .row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget:nth-child(2n) { clear:right; }
    .row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget:nth-child(2n+1) { clear:left; }
    
    .row-fluid .header-sticky .sticky-menuwrap { position:relative; left:auto; top:auto;  transform:translate(0%,0%); -moz-transform:translate(0%,0%); -webkit-transform:translate(0%,0%); -ms-transform:translate(0%,0%);  }
    .row-fluid .atglance-heading { margin-top:0; }
    
    .row-fluid .counter-col { width:50%; }
    .row-fluid .counter-col.counter-collg { height:auto !important;  }
    .row-fluid .counter-col.counter-collg,.row-fluid .news-postitem { width:100%; }
    
    .row-fluid .footer-rightside { border-left:none; }
    
    .row-fluid .main-header { padding-bottom:15px; }
    .row-fluid .sticky-menu .nav-menu { top:0; }
    .row-fluid .nav-menu { text-align:left; background:#182752;  display:none; position:fixed; left:0; right:0; top:72px; bottom:0; overflow-y:auto !important;   }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children .hs-menu-children-wrapper { display:none; padding:0; border:none; background:#182752; position:relative; opacity:1; visibility:visible;   }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children .hs-menu-children-wrapper li a {  padding:15px 15px; border-bottom:1px solid #fff; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { width:100%; display:inline-block;  }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { width:100% !important; display:inline-block;  color:#fff; padding:15px 15px; border-bottom:1px solid #fff;  }

    .row-fluid .unsticky-header .top-pnumber, .row-fluid .unsticky-header .top-gsearch, .row-fluid .unsticky-header .top-loginlink { margin-top:15px; width:100%; text-align:center; margin-left:0;  }
    .row-fluid .unsticky-header .top-header { margin-bottom:15px;  }
    
    .row-fluid .main-header .wrapper { position:relative; }
    
    .row-fluid .hero-section { height:auto !important; }
    .row-fluid .hero-caption { padding-top:250px; padding-bottom:200px; position:relative; left:auto; top:auto;  transform:translate(0%,0%); -moz-transform:translate(0%,0%); -webkit-transform:translate(0%,0%); -ms-transform:translate(0%,0%); }
    .row-fluid .hero-section .wrapper { position:relative; }
    
    .row-fluid .sticky-mainheader .logo { float:left; max-width:50px; }
    
    .row-fluid .cgo-content { width:100%; padding-top:40px; padding-bottom:40px; }
    .paddtb80,.paddtb70 { padding-top:40px; padding-bottom:40px; }
    
    .row-fluid .cgo-img  { width:100%; margin-right:0; padding-left:0; margin-top:60px; overflow:hidden; margin-bottom:0; }
    .row-fluid .advocate-img { width:100%; margin-right:0; padding-left:0; overflow:hidden; margin-bottom:15px;  }
    .row-fluid .cgo-img .parallax,.row-fluid .cgo-img .parallax img,.row-fluid .advocate-img .parallax,.row-fluid .advocate-img .parallax img { position:relative; top:auto;  }
    .row-fluid .cgo-img .parallax img,.row-fluid .advocate-img .parallax img { max-width:350px; }
    
    .row-fluid .testimonial-wrap { padding:15px 50px; }
    
    .row-fluid .follow-us { margin-top:25px; }
    .row-fluid .browser-checklogo { margin-bottom:25px; }
    .row-fluid .follow-us h6 { padding-bottom:10px; }
    
    .row-fluid .footer-logos { margin-top:0; }
    .row-fluid .footer-logos .span4 { display:inline-block; }
    
    .row-fluid .sticky-rightside,.header-sticky .nav-menu { width:100%; }
    
    .row-fluid .sticky-menu .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul .sticky-menucol, .row-fluid .sticky-menu .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul .sticky-submenucol { width:100%; margin-bottom:15px; padding-left:15px;   }
    .row-fluid .sticky-menu .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { font-size:16px; line-height:24px; border-bottom:none; }
    .row-fluid .sticky-menu .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a.child-trigger { display:none !important;  }
    .row-fluid .sticky-menu .nav-menu { position:relative; display:block !important; background:transparent; margin-bottom:25px;  padding:40px 0 40px; overflow-y:auto !important; }
    .row-fluid .sticky-menu a.toggle { display:none; }
    
    .row-fluid .sticky-menu .top-pnumber a { width:100%; display:inline-block; text-align:center; }
    .row-fluid .sticky-menu .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper { position:relative; }
    
    .header-container-wrapper.fixed .header-sticky .desk-toggle+.row-fluid-wrapper { overflow-y:auto !important; }   
    .row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget { padding-top:60px; padding-bottom:60px; text-align:center;  }
    .row-fluid .cgo-content { text-align:center; }
    
    .row-fluid .testimonial-wrap h3 { margin-bottom:0; }
    .row-fluid .whycgo-section h2 { margin-bottom:10px; }
    
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget  { width:33.33%;}
    .row-fluid .people-box { width:33.15%;}
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(3n),.row-fluid .people-box:nth-child(3n)  { clear:right; }
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(3n+1),.row-fluid .people-box:nth-child(3n+1)  { clear:left; }
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(4n),.row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(4n+1),
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(6n),.row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(6n+1),
    .row-fluid .people-box:nth-child(4n),.row-fluid .people-box:nth-child(4n+1),.row-fluid .people-box:nth-child(6n),.row-fluid .people-box:nth-child(6n+1) { clear:none; } 
    
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget  { width:50%;}
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(2n),.row-fluid .people-box:nth-child(2n)  { clear:right; }
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(2n+1),.row-fluid .people-box:nth-child(2n+1)  { clear:left; }
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(4n),.row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(4n+1),
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(6n),.row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(6n+1) { clear:none; } 
    
    .row-fluid .rightside-content { margin-top:25px; }
    
    .row-fluid .covoffers-wrap,.row-fluid .speak-form  { padding:15px; }
    
    .row-fluid .testimonial-section .indutestimonial-slick .testimonial-slide { padding:0; }
    .row-fluid .testimonial-section .wrapper,.row-fluid .partner-logoslider { padding-left:40px; padding-right:40px; }
    
    .row-fluid .contact-infowrap { padding-left:30px; }
    .row-fluid .ctbtn-group .cta-btn a { margin-bottom:10px; }
    .row-fluid .ctbtn-group .tabopen:after  {  display:none; }
    .row-fluid .career-partnerlinks { padding-bottom:0px; margin-top:0px; }
    .row-fluid .contact-formwrap { margin-top:25px; }
    .row-fluid .contact-formwrap h3 { padding-bottom:10px; }
    
    .row-fluid .resources-main-section {  margin-top:25px; }
    .row-fluid .resources-main-section .resource-box { width:49.5%;}
    .row-fluid .ctaddress-info,.row-fluid .consultation-tab .ctaddress-info { margin-top:0px; }
    .covoffers-wrap { margin-bottom:30px; }
    
    .row-fluid .advocate-content { width:100%; }
    
    .row-fluid .clientex-img { width:100%; margin-top:15px; }
    
    .row-fluid .testi-videowrap { min-height:100px; }
    .row-fluid .clientexperince-section,.row-fluid .serviceteam-section,.row-fluid .advocate-section { padding-top:60px; padding-bottom:60px;}
    .row-fluid .testi-videowrap { margin-bottom:0; }
    
    .row-fluid .custtestimonial-section h4 { line-height:30px; }
    
    .row-fluid .whygotesti-wrap { padding:80px 15px 40px; }
    
    .row-fluid .teamser-img,.row-fluid .people-bsworkimg { width:100%; margin-bottom:15px; text-align:center; }
    
    .row-fluid .morereasons-tablist .hs_cos_wrapper_widget_container, .row-fluid .morerea-tabcontentwrap { width:100%;}
    .row-fluid .morerea-tabcontentwrap { margin-top:15px; }
    .row-fluid .morereasons-tablist .tab-link { height:auto; line-height:normal; margin-bottom:15px;  }
    .row-fluid .morereasons-tablist .tab-content { padding-left:0; }
    
    .row-fluid .testslider-header { padding-right:15px; padding-top:25px;  padding-left:15px; }
    .row-fluid .whygotestimonial-slick .hs_cos_wrapper_widget .whygotesti-wrap:before { top:25px; }
    .row-fluid .srteam-contenttext { min-height:auto; }
    
    .row-fluid .morereasons-tablist .tab-title { padding-right:15px; }
    .row-fluid .list-style2 ul { padding-left:15px; }
    
    .row-fluid .testslider-header h3 { line-height:28px; }
    .row-fluid .advocate-content, .row-fluid .advocate-img { margin:0; }
    
    .row-fluid .upevent-section .newpost-wrap .post-content  { min-height:auto; margin-bottom:0; }
    .row-fluid .upevent-section .event-innerwrap { height:auto !important;  }
    .row-fluid .event-innerwrap .cta-btn { margin-left:auto; margin-right:auto; display:table; position:relative; left:auto; bottom:0; transform:translateX(0); -moz-transform:translateX(0); -webkit-transform:translateX(0); -ms-transform:translateX(0); }
    
    .resource-lppage .row-fluid .header .logo { float:left; }
    .back-resourcelink { float:right; }
    
    .hs-blog-listing .row-fluid .blog-contentwrap, .hs-blog-post .row-fluid .blog-contentwrap  { width:100%; }
    .row-fluid .blog-listing-wrapper .resource-content .cta-btn  { margin-top:15px; margin-bottom:0;  }
    
    .row-fluid .blogback-link,.row-fluid .share-articlesocial { width:auto; display:inline-block;  }
    .row-fluid .share-articlesocial { float:right;  }
  
    .row-fluid .blog-contentwrap .resources-main-section { margin-top:0; }
    .hs-blog-post .row-fluid .blog-pagination { margin-top:0px; }
    .hs-blog-post .row-fluid .blogright-sidebar > .span4 { width:100%; padding-top:25px; }
    
    .row-fluid .twoleft-col,.row-fluid .tworight-col { padding-top:30px;  padding-bottom:20px; width:100%; }
    .row-fluid .twoleft-col { padding-left:15px; padding-right:15px; background:#ebebeb; }
    .row-fluid .tworight-col { padding-right:15px; padding-left:15px; background:#f4f4f4; }
    .row-fluid .twocol-section { background:transparent; }
    .row-fluid .twocol-section .wrapper { padding-left:0; padding-right:0; }
    
    .row-fluid .technology-section .technology-col { width:100%; }
    .row-fluid .ltplanning-imgcol, .row-fluid .ltplanning-contentcol { width:100%; margin:0; padding:0; }
    .row-fluid .ltplanning-imgcol { margin-bottom:15px; }
    .row-fluid .ltplanning-imgcol img { width:100% !important; }
    
    .row-fluid .siform-section h4 { line-height:22px; }
    .row-fluid .aso-section .cta-btn a { min-width:230px; }
    
    .row-fluid .tab-list ul { margin-left:-10px; margin-right:-10px; padding:0 0 0 18px; text-align:center; }
    .row-fluid .tab-list ul li { padding-left:10px; padding-right:10px; margin-bottom:15px; }
    .row-fluid .tab-list { margin-bottom:0;}
    
    .row-fluid .tab-list { margin-bottom:0;}
    .row-fluid .retirement-tabboxes .retirement-tabbox { padding:0 15px 0; }
    .row-fluid .retirement-tabboxes .retire-content .cta-btn a { margin-top:15px; margin-bottom:0; }
    .row-fluid .retirement-tabboxes .retirement-tabbox .retire-icon { margin-bottom:0; margin-top:15px; }
    .row-fluid .retirement-tabboxes .retire-content { padding-bottom:15px; }
    
    .row-fluid .solution-contentwrap br { display:none; }
    
    .row-fluid .costeffective-section,.row-fluid .aso-section { padding-top:50px; }
    .row-fluid .desk-banner { background-image:none !important; }
    .row-fluid .desk-banner .hero-caption { padding-top:20px; padding-bottom:170px; }
    
    
    .row-fluid .srlist-sublisting { padding-bottom:30px; }
    .row-fluid .hrpayroll-srsection .srlist-sublisting { padding-bottom:20px; }
    .row-fluid .retire-srsection .srlist-sublisting { padding-bottom:35px; }
    .row-fluid .srlist-sublisting .hs_cos_wrapper_widget .srlist-subtitle br { display:none; }
    .row-fluid .srlist-sublisting .hs_cos_wrapper_widget { width:25%; margin-bottom:15px; }
    
    .row-fluid .srlist-contentwrap { font-size:20px; line-height:26px; }
    
    .row-fluid .services-listcol.left .serlist-icon:before,.row-fluid .services-listcol.right .serlist-icon:before,
    .row-fluid .services-listcol.left.bottom .serlist-icon:before,.row-fluid .services-listcol.right.bottom .serlist-icon:before { display:none; } 
 
    .row-fluid .services-listcol {margin:0 0 25px 0; }
    .row-fluid .serlist-gallalogo { margin:0 0 25px 0;}
    

    .row-fluid .home-videosec { display:none; }  
    
    /*.row-fluid .desktop-search*/.row-fluid .top-gsearch .gsc-table-cell-thumbnail,.row-fluid .contact-infowrap { display:none; }
    .contact-page .row-fluid .main-footer { display:block; }
    
    .row-fluid .last .count-number { opacity:0; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out; transition:all .2s ease-in-out; }
    .row-fluid .last.fade .count-number { opacity:1; }
}



@media (min-width: 600px) and (max-width:767px) {
    
    .row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget:nth-child(2n+1) { background:#fff; }
    .row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget:nth-child(3n+1) { background:#e1e1e1;}
    
    .row-fluid .teamser-img img,.row-fluid .people-bsworkimg img { max-width:250px; }
    
    .row-fluid .srlist-sublisting .hs_cos_wrapper_widget:nth-child(4n) { clear:right; }
    .row-fluid .srlist-sublisting .hs_cos_wrapper_widget:nth-child(4n+1) { clear:left; }
    
}



@media  (max-width: 600px) {
    .slick-next { right:0px; }
    .slick-prev { left:0px; }
    .slick-next:before,.slick-prev:before { width:20px; height:20px; background-size:100%;}
    
    .parallax-container { height:400px; }
    
    .row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget { width:100%; }
    .row-fluid .ser-listing .ser-content .learn-morelink { margin-top:15px; }
    
    .row-fluid .testimonial-wrap { padding-left:32px; padding-right:32px; }
    
    .row-fluid .rqoute-link a { padding-left:15px; padding-right:15px; }
    .row-fluid .rqoute-link { margin-right:82px; }
    .header-sticky a.desk-toggle i, .header-sticky a.desk-toggle i::before, .header-sticky a.desk-toggle i::after { width:25px; }
    
    .row-fluid .cta-btn a,.row-fluid input[type="submit"] { min-width:250px; }
    
    .row-fluid .news-postlisting { padding:0; }
    .row-fluid .newpost-wrap { padding:10px; }
    

    .row-fluid .industry-potrait { max-width:240px; margin:0 auto; }
    
    .row-fluid .testimonial-section { background-position:center; }
    
    .row-fluid .industry-potraitinfo h6,.row-fluid .people-box h6 { font-size:14px; line-height:16px; min-height:55px;}
    
    .row-fluid .industry-listingwrap .hs_cos_wrapper_type_custom_widget,.row-fluid .people-box { padding-left:5px; padding-right:5px; }
    
    .row-fluid .resources-main-section .resource-box { width:100%; padding-left:0; padding-right:0; }
    .row-fluid .resources-main-section .resource-content .resource-boxcontent { min-height:50px; }
    .row-fluid .resources-main-section .resource-box .resource-boxinner { height:auto !important; }
    .row-fluid .resources-main-section .hs_cos_wrapper_widget_container { margin-left:0; margin-right:0; }
    
    .row-fluid .testi-videowrap iframe { height:255px; }
    
    .row-fluid .teamser-img img,.row-fluid .people-bsworkimg img  { max-width:180px; }
    
    .row-fluid .morereasons-tablist .tab-content img { max-width:100px; }
    
    .row-fluid .partnerlogo-section .partner-logohead,.row-fluid .list-style2 ul li { font-size:18px; line-height:22px; }
    
    .row-fluid .whygotestimonial-slick .hs_cos_wrapper_widget .whygotesti-wrap { height:auto !important;}
    
    .row-fluid .testslider-header { padding:50px 0 20px; }
    .row-fluid .whygotesti-wrap { padding:50px 0 20px; background:transparent !important; }
    .row-fluid .happyclient-section .wrapper:after { display:none;}
    
    .row-fluid .share-articlesocial { width:100%; text-align:center; margin-top:15px;}
    
    .row-fluid .embenefit-content { font-size:20px; line-height:24px; }
    .row-fluid .embenefit-section { padding-top:60px; padding-bottom:20px;}
    .row-fluid .ltplanning-section { padding-bottom:50px; }
    
    .row-fluid .retirement-tabboxes .hs_cos_wrapper_widget { width:100%; }
    .row-fluid .retirement-tabboxes .retirement-tabbox { height:auto !important; }
    .row-fluid .adminsr-section { padding-bottom:50px; }
    
    .row-fluid .srlist-sublisting .hs_cos_wrapper_widget { width:50%; margin-bottom:15px; }
    .row-fluid .srlist-sublisting .hs_cos_wrapper_widget:nth-child(2n) { clear:right; }
    .row-fluid .srlist-sublisting .hs_cos_wrapper_widget:nth-child(2n+1) { clear:left; }
    
    .row-fluid .services-listcol {  width:100%; } 
    .row-fluid .serlist-content { padding-top:0; font-size:17px; line-height:25px; }
    .row-fluid .srlist-sublisting .hs_cos_wrapper_widget .srlist-subicon { margin-bottom:10px; }
    
}

@media  (max-width: 540px) {
    .row-fluid .hs-form fieldset .field { padding:0 0 15px 0 !important; width:100% !important;  }
    .row-fluid .hs-form .field , .row-fluid .hs-form .field { padding:0 0 15px 0 }
    
    .row-fluid .hs-form .form-columns-2 .field { padding:0 0 15px 0 }
    .row-fluid .hs-form .form-columns-2 .field:first-child { padding:0 0 15px 0 }
    .row-fluid .hs-form .form-columns-2 .field:first-child+.field { padding:0 0 15px 0 }
   
    form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input{ width:100% !important;}
    .hs-form fieldset.form-columns-2 .input,.hs-form fieldset.form-columns-1 .input{ margin-right:0 !important;}
}

@media  (max-width: 400px) {
    
    .row-fluid .ser-listing .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget { padding-left:15px; padding-right:15px; }
    
    .row-fluid .cgo-img .parallax img,.row-fluid .advocate-img .parallax img { max-width:250px;}
    
    .row-fluid .industry-potraitinfo h6,.row-fluid .people-box h6 { font-size:12px; line-height:14px;  min-height:60px;}
    
    .resource-lppage .row-fluid .header .logo,.row-fluid .back-resourcelink { float:left; max-width:100%; width:100%; text-align:center;  }
    .row-fluid .back-resourcelink a { margin-top:0; padding-bottom:10px; }
    .row-fluid .rscontent-pagewrap { margin-top:100px; }
    
}

@media (min-width: 1024px) {
   
}

@media (max-width: 1024px) {
    .row-fluid .video-bg video { width:auto; max-width:none; height:100%; }
}



.fc-calendar-container {
    position: relative;
    height: 600px;
	width: 100%;
}

.fc-calendar {
	width: 100%;
	height: 100%;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;
	background: #ccc;
	color: #fff;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #ddd;
}

.fc-calendar .fc-row {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(100%/7);
	position: relative;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
	border-right: 1px solid #ddd;
	padding: 4px;
	overflow: hidden;
	position: relative;
}

.fc-calendar .fc-head > div {
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 35px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #363636;
	bottom: 5px;
	right: 5px;
	text-align: right;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #fff4c3;
}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	border-bottom: none;
}


.custom-calendar-full {
	position: absolute;
	top: 24px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

.fc-calendar-container {
	height: auto;
	bottom: 0px;
	width: 100%;
	top: 50px;
	position: absolute;
}

.custom-header {
	padding: 20px 0px 10px 0px;
	height: 50px;
	position: relative;
}

.custom-header h2,
.custom-header h3 {
	float: left;
	font-weight: 600;
	text-transform: uppercase;

}

.custom-header h2 {
	color: #182752;
	width: 60%;
    font-size:24px; 
    line-height:30px;
    text-transform:uppercase;
    padding-top:0;
    padding-bottom:0;
}

.custom-header h2 a, 
.custom-header h2 span {
	color: #a1a1a1;
	font-size: 12px;
	white-space: nowrap;
    line-height:16px; 
    vertical-align:middle;
}

.custom-header h2 a {
	color: #363636;
}

.no-touch .custom-header h2 a:hover {
	color: rgba(255,255,255,0.9);
}

.custom-header h3 {
	width: 40%;
	color: #959595;
	font-weight: 600;
	text-align: right;
	padding-right: 125px;
    font-size:16px; 
    line-height:30px;
    padding-top:0;
    padding-bottom:0;
    clear:none;
}

.custom-header nav {
	position: absolute;
	right: 00px;
	top: 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-header nav span {
	float: left;
	width: 30px;
	height: 30px;
	position: relative;
	color: transparent;
	cursor: pointer;
	background: rgba(255,255,255,0.3);
	margin: 0 1px;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	box-shadow: inset 0 1px rgba(255,255,255,0.2);
}

.custom-header nav span:first-child {
	border-radius: 3px 0 0 3px;
}

.custom-header nav span:hover {
	background: rgba(255,255,255,0.5);
}


.custom-header nav span:last-child {
	margin-left: 10px;
	border-radius: 5px;
}


.fc-calendar {
	background: rgba(255,255,255,0.1);
	width: auto;
	top: 15px;
	bottom: 20px;
	left: 0px;
	right: 0px;
	height: auto;
	border-radius: 20px;
	position: absolute;
}

.fc-calendar .fc-head { 
	background: rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.9);
	border-radius: 20px 20px 0 0;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.fc-calendar .fc-row > div > span.fc-date {
	color: #363636;
	text-shadow: none;
	font-size: 14px;
	font-weight: 600;
	bottom: auto;
	right: auto;
	top: 10px;
	left: 10px;
	text-align: left;
}

.fc-calendar .fc-body {
	/*border: none;*/
	padding: 12px;
}

.fc-calendar .fc-row {
	box-shadow: inset 0 -1px 0 #d7d7d7;
	border: none;
}

.fc-calendar .fc-row:last-child {
	box-shadow: none;
}

.fc-calendar .fc-row:first-child > div:first-child {
	border-radius: 10px 0 0 0;
}

.fc-calendar .fc-row:first-child > div:last-child {
	border-radius: 0 10px 0 0;
}

.fc-calendar .fc-row:last-child > div:first-child {
	border-radius: 0 0 0 10px;
}

.fc-calendar .fc-row:last-child > div:last-child {
	border-radius: 0 0 10px 0;
}

.fc-calendar .fc-row > div {
	box-shadow: -1px 0 0 #d7d7d7;
	border: none;
	padding: 3px;
	cursor: pointer;
}

.fc-calendar .fc-row > div:first-child{
	box-shadow: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: transparent;

}

/*.fc-calendar .fc-row > div.fc-today:after { 
	content: ''; 
	display: block;
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -o-llinear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -ms-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}*/

.fc-calendar .fc-row > div > div {
	margin-top: 35px;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	color: rgba(255,255,255,0.7);
	font-size: 12px;
    line-height:20px;
	display: inline-block;
    vertical-align:top;
	padding: 2px 5px;
	border-radius: 5px;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	max-width: 100%;
	margin-bottom: 5px;
	background: rgba(255,255,255,0.1);
    width:100%;
    position:relative;
}
.fc-calendar .fc-row > div > div a { padding-right:22px; }
.fc-calendar .fc-row > div > div a:after { content:""; position:absolute; background:url(//2149858.fs1.hubspotusercontent-na1.net/hubfs/2149858/Connor-Gallagher-2016/Image/white-plusicon.png) no-repeat; width:14px; height:14px; right:3px; top:5px;  }

.no-touch .fc-calendar .fc-row > div > div a:hover {
	background: rgba(255,255,255,0.3);
}

.gray { background:#636363 !important; }

@media screen and (max-width: 880px) , screen and (max-height: 450px) {
	.row-fluid .calendar-wrap { height:auto; }

	.custom-header,
	.custom-header nav,
	.custom-calendar-full,
	.fc-calendar-container, 
	.fc-calendar,
	.fc-calendar .fc-head,
	.fc-calendar .fc-row > div > span.fc-date {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		height: auto;
		width: auto;
	}

	.fc-calendar {
		margin: 0 0px 20px;
	}

	.custom-header h2,
	.custom-header h3 {
		float: none;
		width: 100%;
		text-align: left;
		padding-right: 0;
	}

	.fc-calendar .fc-row,
	.ie9 .fc-calendar .fc-row > div,
	.fc-calendar .fc-row > div {
		height: auto;
		width: 100%;
		border: none;
	}

	.fc-calendar .fc-row > div {
		float: none;
		min-height: 50px;
		box-shadow: inset 0 -1px #d7d7d7 !important;
		border-radius: 0px !important;
	}

	.fc-calendar .fc-row > div:empty{
		min-height: 0;
		height: 0;
		box-shadow: none !important;
		padding: 0;
	}

	.fc-calendar .fc-row {
		box-shadow: none;
	}

	.fc-calendar .fc-head {
		display: none;
	}

	.fc-calendar .fc-row > div > div {
		margin-top: 0px;
		padding-left: 10px;
		max-width: 70%;
		display: inline-block;
        vertical-align:middle;
        line-height:0;
	}

	.fc-calendar .fc-row > div.fc-today {
		background: #d7d7d7;
	}

	.fc-calendar .fc-row > div.fc-today:after { 
		display: none;
	}

	.fc-calendar .fc-row > div > span.fc-date {
		width: 35px;
		display: inline-block;
		text-align: right;
	}

	.fc-calendar .fc-row > div > span.fc-weekday {
		display: inline-block;
		width: 40px;
		color: #464646;
		font-size: 10px;
		text-transform: uppercase;
	}
    .row-fluid .calendar-categories ul li { width:100%; margin-bottom:10px; text-align:left;}
    .row-fluid .calendar-categories { padding:15px 0; }
}

<script type="application/ld+json">
{
              "@context": https://schema.org,
              "@type": "InsuranceAgency",
              "name": "Connor & Gallagher OneSource (CGO)",
              "address": {
                             "@type": "PostalAddress",
                             "streetAddress": "750 Warrenville Rd",
                             "addressLocality": "Lisle",
                             "addressRegion": "IL",
                             "postalCode": "60532"
            "addressCountry": "US"
              },
              "email": info@gocgo.com,
              "telePhone": "(630) 810-9100",
              "url": https://www.gocgo.com/,
              "paymentAccepted": [ "cash", "check", "credit card", "invoice" ],
              "openingHours": "Mo,Tu,We,Th,Fr 08:00-16:30",
              "openingHoursSpecification": [ {
                             "@type": "OpeningHoursSpecification",
                             "dayOfWeek": [
                                           "Monday",
                                           "Tuesday",
                                           "Wednesday",
                                           "Thursday",
                                           "Friday"
                             ],
                             "opens": "08:00",
                             "closes": "16:30"
              } ],
              "geo": {
                             "@type": "GeoCoordinates",
                             "latitude": "41.809058",
                             "longitude": "-88.067045"
              },
              "priceRange":"$$$"

}
</script>