/* Font-Awesome Live URL */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600&display=swap');

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

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

@import url(//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic|Roboto+Condensed:300,300italic,400,400italic,700,700italic|PT+Mono);

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

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



/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */



/* These includes are optional, but helpful. */
/* 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;} 





/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */








/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */





/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */


    /*  */
    /*  */
    /*  */
   /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Section Background Colors */
    /*  */
    /*  */
    /*  */
    /*  */


/* Typography */
            /*  */
            /*  */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

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

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

/* Website background color and default font styles */
body {
  background: #fff;
  color: #666666;
  font-family: 'Public Sans', Arial, Sans-Serif;
  font-size: 18px;
  line-height: 1.5;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
}

a { 
    color: #41ad49; 
    letter-spacing: 0.01em;
    text-decoration:none;  
}
a:hover, a:focus { 
    color: #41ad49;
    text-decoration:none;
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #333333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333333;
  text-shadow: none;
}

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



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


/* Basic text */

small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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



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

/* Custom HubL div */
.row-fluid [class*="span"] {
    min-height: 1px;
}


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


/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}






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


.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper { 
    background-color: #ffffff;
    max-width: 100%;
    width: 100%;
}

.header-container, 
.body-container, 
.footer-container {
    max-width: 100%;
    width: 100%;
}

.content-width{
    width: 100%;
    margin: 0 auto!important;
    float: none!important;
    padding: 0 15px;
    max-width: 1170px;
}
.section-space {
    padding-bottom: 80px;
    padding-top: 80px;
}
.blog-section-space {
    padding-bottom: 80px;
    padding-top: 80px;
}

.image-center {
    margin: 0 auto;
}
.image-right {
    margin: 0 0 0 auto;
}
.image-left {
    margin: 0 auto 0 0;
}
.image-radius {
    border-radius: 3px;
}

.margin-bottom5 {
    margin-bottom: 5px;
}
.margin-bottom10 {
    margin-bottom: 10px;
}
.margin-bottom15 {
    margin-bottom: 15px;
}
.margin-bottom20 {
    margin-bottom: 20px;
}
.margin-bottom30 {
    margin-bottom: 30px;
}
.margin-top10 {
    margin-top: 10px;
}
.margin-top15 {
    margin-top: 15px;
}
.margin-top20 {
    margin-top: 20px;
}
.margin-top30 {
    margin-top: 30px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}

.right {
    text-align: right;
}

.btn-1 p a {
    background-color: #41ad49;
    color: #ffffff;
    border: 1px solid #41ad49;
}

.btn-2 p a {
    background-color: #4bc754;
    color: #ffffff;
    border: 1px solid #4bc754;
}
.btn-2 p a,
.btn-1 p a {  
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 20px 7px 20px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.btn-2 p a:hover {
    background-color: #41ad49;
    border: 1px solid #41ad49;
    color: #ffffff;
}
.btn-1 p a:hover {
    background-color: #4bc754;
    border: 1px solid #4bc754;
    color: #ffffff;
}

.btn-top {
    margin-top: 20px;
}

.link-top {
    margin-top: 10px;
}

.text-link p a {
    color: #41ad49;
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 1px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}

.text-link p a:hover {
    color: #4bc754;
    padding-left: 5px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.text-link p a:after {
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}

.text-link p a:after {
    content: "\f101";
    font-family: fontawesome;
    font-size: 15px;
    padding-left: 5px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}

.section-bg-1 {
    background-color: #FFFFFF;
}

.section-bg-2 {
    background-color: #F6F6F6;
}

.section-bg-3 {
    background-color: #4c9c2d;
}

.section-bg-4 {
    background-color: #f3912c;
}

/*.title-bottom {
	margin: 0 0 40px 0;
}
*/
.uline-img {
    line-height: 4px;
    margin-bottom: 40px;
    text-align: center;
}

.sub-uline-img {
    line-height: 3px;
    margin-bottom: 15px;
}

img {
    border: 0 none;
    max-width: 100%;
    vertical-align: bottom;
}
.img-radius img {
    border-radius: 5px;
}

.introcontent p {
    color: ;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
}



/*========================= Testimonial Page Starts ==========================*/

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

.testimonial-header-bg {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
}  

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

/* ==== Section 1 Starts ==== */
/*
.pg-testimonial-name,
.pg-testimonial-content {
    background-color: rgba(19, 160, 178, 0.7);
    position: absolute;
    text-align: center;
    transition: 500ms ease-in;
    width: 100% !important;
}
.pg-testimonial-col:hover .pg-testimonial-name,
.pg-testimonial-col:hover .pg-testimonial-content {
    background-color: rgba(242, 46, 85, 0.7);
    transition: 500ms ease-in;
}
.pg-testimonial-name {
    padding: 10px 15px;
    top: 0;
}
.pg-testimonial-content p,
.pg-testimonial-name h5 {
    color: #ffffff;
}
.pg-testimonial-content {
    padding: 15px 20px 35px 20px;
    bottom: 0;
}
.pg-testimonial-col {
    position: relative;
}
.pg-testimonial-img {
    position: relative;
}
.pg-testimonial-img:before {
    background-color: #4bc754;
    border-radius: 50%;
    bottom: -24px;
    color: #ffffff;
    content: "\f10e";
    font-family: fontawesome;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 10px;
    text-align: center;
    transition: 500ms ease-in;
    width: 50px;
    
    z-index: 1;
}
.pg-testimonial-col:hover .pg-testimonial-img:before {
    background-color: #41ad49;
    transition: 500ms ease-in;
}
.pg-testimonial-img:after {
    border-radius: 50%;
    color: rgba(19, 160, 178, 0.5);
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 40px;
    position: absolute;
    left: 0px;
    right: 0;
    text-align: center;
    transition: 500ms ease-in;
    top: 45px;
}

.pg-testimonial-col:hover .pg-testimonial-img:after {
    color: rgba(242, 46, 85, 0.7);
    transition: 500ms ease-in;
}

/* ==== Section 1 Ends ==== */

/*========================= Testimonial Page Ends ==========================*/



/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */

/* Menu Strip */

.menu-strip-bg {
    background-color: #dadada;
}

.menu-strip-head {
    padding-bottom: 10px;
    padding-top: 10px;
}
.menu-strip-head p {
    color: #444444;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 0px 0 0;
}
.menu-strip-head a {
    color: #41ad49;
    letter-spacing: 0px;
}
.menu-strip-head a hover {
    color: #4bc754;
}
.menu-icons {
    max-width: 200px !important;
    margin-left: 0 !important;
    width: 200px !important;
}


.menu-icons ul {
    color: #41ad49;
    display: table-cell;
    padding-left: 0;
      margin-left: 0;
    list-style-type: none;

}
.menu-icons ul li {
    
    display: table-cell;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    position: relative;
    margin-right: 0px;
}

.menu-icons ul li span a:before {
    background: #41ad49 none repeat scroll 0 0; 
    border-radius: 50%;
    color: #eeeeee;
    display: none;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px;

}
.menu-icons ul li:last-child span a:before {
    margin-right: 0px;
}

.menu-icons ul li:first-child span a:before{
    content: "\f09a";
}
.menu-icons ul li:nth-child(2) span a:before {
    content: "\f099";
}
.menu-icons ul li:nth-child(3) span a:before{
    content: "\f0e1";
}
.menu-icons ul li:nth-child(4) span a:before {
    content: "\f0d5";
}
.menu-icons ul li:nth-child(5) span a:before {
    content: "\f0d5";
}

.menu-icons ul li span a:hover:before {
    background: #4bc754 none repeat scroll 0 0;
    transition: 500ms ease-in;
}

.menu-search-icons > div {
    float: right !important;
    width: 260px !important;
}

/* Google Search Box */

.search-box form > .field {
    /*left: -100%;*/
    display: none;
    position: absolute;
    right: 100%;
    top: -34px;
}
.search-box form {
    position: relative;
}
.search-box form .input input {
    border-radius: 5px !important;
    padding: 5px 10px;
}
.search-box form .input a {
    border-radius: 0 5px 5px 0 !important;
    padding: 8px 12px !important;
    position: absolute;
    right: 0;
    top: -15px;
}
.top-search a {
    border-radius: 50%;
    color: #ffffff;
    display: inline;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 6px;
    position: relative;
    text-align: center;
    transition: all 300ms ease 0s;
    width: 30px;
    z-index: 5;
}
.top-search a span {
    font-size: 20px;
}
.top-search a.active,
.top-search a:hover {
    background: #4bc754 none repeat scroll 0 0;
    color: #ffffff !important;
    transition: all 300ms ease 0s;
}

/* Search Box */

.menu-search {
    margin-left: 0 !important;
    max-width: 40px;
    width: 40px;
}


/* Search Bar */

.search input[type=text] {
    height: 10px;
    border-radius: 10px;
    border: solid, 1px, #333333;
    position: relative;
}

.search {
    float: right;
    margin: 7px;
}

.search button {
    background-color: #f3912c;
    color: #f2f2f2;
    float: right;
    padding: 5px 10px;
    margin-right: 16px;
    margin-left: 2px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}


/* Menu Contact Strip */

.menu-contact-space {
    padding-bottom: 0px;
    padding-top: 15px;
}
.menu-email > div {
    float: right !important;
}
.menu-email {
    border-left: 0px solid #41ad49;
}
.menu-email ul,
.menu-address ul {
    display: table;
    margin-top: 3px;
}
.menu-email ul li,
.menu-address ul li {
    color: #333333;
    display: table-cell;
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
}
.menu-email ul li a {
    color: #333333;
    transition: all 300ms ease 0s;
}
.menu-email ul li a:hover {
    color: #41ad49;
    transition: all 300ms ease 0s;
}
.menu-email ul li img,
.menu-address ul li img {
    margin-right: 15px;
    vertical-align: text-middle;
}


/* Sticky Menu */

.navbar-fixed-top {
    box-shadow: 1px 2px 3px #666666;
    position: fixed;
    top: 0;
    z-index: 999;
}

.sticky-menu-bg {
    background: #41ad49;
    background: #424242;
    line-height: 0;
    width: 100% !important;
}
.sticky-menu ul li a {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
}
.sticky-menu ul li,
.sticky-menu ul {
    margin-top: 0px !important;
    line-height: 0px;
}
.sticky-menu-btn p a {
    background-color:  #f3912c;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    letter-spacing: 1px;
    margin-top: 12px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sticky-menu-btn p a:hover {
    background-color: #d77d3b;
    border: 1px solid #41ad49;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sticky-menu-btn {
    float: right !important;
    position: relative;
}



/* Breadcrumbs */
.page-breadcrumb-menu {
     height: 1px !important;
    position: absolute;
}

.hs-breadcrumb-menu {
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    font-weight: normal;
    vertical-align: top;
}

.hs-breadcrumb-menu-item {
    display: inline-block;
    float: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 5px 10px 5px 0;
    vertical-align: top;
}

.hs-breadcrumb-menu-item:last-child {
    padding-right: 0;
}

.lt-ie9 .hs-breadcrumb-menu-item {
    padding-left: 10px;
    padding-right: 0;
}

.lt-ie9 .hs-breadcrumb-menu-item:first-child {
    padding-left: 0;
}

.hs-breadcrumb-menu a {
    color: inherit;
}

.hs-breadcrumb-menu a:hover,
.hs-breadcrumb-menu a:active {
    color: #41ad49;
}

.last-crumb {
    opacity: 0.5;
}  
/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */

.custom-menu-primary ul {
    padding-left: 0; !important
    list-style: none;
}
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#0ca25a;
}




/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#0ca25a;
}

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

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

.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li a {
    border-left: 3px solid transparent;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: block;
    max-width: 140px;
    overflow: hidden;
    padding: 5px 20px;
    text-overflow: ellipsis;
    white-space: wrap;
}
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1 > a {
    padding: 20px 20px;
}
.sticky-menu li.hs-menu-item.hs-menu-depth-1:first-child > a {
    padding-left: 0 !important;
}
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2.hs-item-has-children {
    position: relative;
}
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-3:active > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-3:focus > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-3:hover > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-2:active > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-2:focus > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-2:hover > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-2.hs-item-has-children:active > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-2.hs-item-has-children:focus > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover > a {

    border-left: 3px solid #41ad49;
    color: #41ad49 !important;
    padding-left: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children:active > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children:focus > a,
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > a {
    color: #41ad49;
}

.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: outside none none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
    left: -105px !important;
    
}

.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper li:last-child {
   border-bottom: 0;
    }                
                        
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
   width: 255px;
    }

/* menu dropdown arrow */

li.hs-menu-depth-1 > a {
    padding: 20px 15px 20px 15px !important;
}
li.hs-menu-depth-1.hs-item-has-children > a {
    position: relative;
    padding: 20px 28px 20px 12px !important;
}
li.hs-menu-depth-1.hs-item-has-children:after {
    color: #ffffff;
    content: "\f0d7";
    font-size: inherit;
    font-family: fontawesome;
    padding-left: 5px;
    position: absolute;
    right: 10px;
    top: 32px;
}
li.hs-menu-depth-1.hs-item-has-children:focus:after,
li.hs-menu-depth-1.hs-item-has-children:active:after,
li.hs-menu-depth-1.hs-item-has-children:hover:after {
    color: #41ad49;
}

li.hs-menu-depth-2.hs-item-has-children a {
    position: relative;
}
li.hs-menu-depth-2.hs-item-has-children:after {
    color: #41ad49;
    content: "\f0da";
    font-size: inherit;
    font-family: fontawesome;
    padding-left: 5px;
    position: absolute;
    right: 15px;
    top: 17px;
}
li.hs-menu-depth-2.hs-item-has-children:focus:after,
li.hs-menu-depth-2.hs-item-has-children:active:after,
li.hs-menu-depth-2.hs-item-has-children:hover:after {
    color: #ffffff;
}

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

/* Sub Menu */

.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.sticky-menu .hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover:before {
    color: #fff;
    content: "\f0d8";
    font-family: fontawesome;
    font-size: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 60px;
}
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper li {
    border-bottom: 1px solid #f2f2f2;
}
.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper li a {
    color: #666666;
}


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




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

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

    .sticky-menu-btn p a {
        position: absolute;
        right: 0;
        top: -45px;
      z-index: 9999999;
    }
    .sticky-menu.custom-menu-primary.js-enabled .hs-menu-wrapper {
        background-color: #333333;
        box-shadow: 1px 1px 1px #666666;
        position: absolute;
        top: 65px;
    }
    .sticky-menu.custom-menu-primary.js-enabled .hs-menu-wrapper a {
        line-height: 24px;
        padding: 10px 15px !important;
    }
    li.hs-menu-depth-1.hs-item-has-children:after,
    li.hs-menu-depth-2.hs-item-has-children:after,
    .sticky-menu .hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover:before {
        content: "";
    }
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children:active > a,
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children:focus > a,
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > a {
        color: #41ad49;
    }
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper li {
        border-bottom: none !important;
    }
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper li a {
        color: inherit;
    }
  
  


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 17px;          /* Position Button at right of screen  */
    /*right: 10px; */       /*******************************************/
    right: unset;
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 5px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #1b1b1b; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#eeeeee;
    background-color: #1b1b1b; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#eeeeee;
    background-color: #1b1b1b; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #41ad49; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #eeeeee; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#1b1b1b; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul {
      height: 270px !important;
      overflow: auto;
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /*Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color:#eeeeee; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 5px; /* Indent Child lists */
    font-size: 13px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 12px; /* Indent Child lists */
    margin-left: 3px;
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 20px; /* Indent Child lists */
    margin-left: 6px;
  }
}






/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */





/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 

@media (min-width: 992px) and (max-width: 1199px) {
    .counter-head {
        width: 50% !important;
    }
    .sticky-menu-btn p a {
        padding: 10px 6px; !important;
    }
    .menu-logo {
        width: 42% !important;
    }

    .menu-right-group {
        float: right !important;
        width: 530px !important;
    }
    .menu-address {
        width: 50% !important;
    }
    .menu-email {
        width: 47% !important;
        float: right !important;
    }
    .full-bg-img {
        width: 46% !important;
    }
    .full-width {
        max-width: 54% !important;
        width: 54% !important;
    }
    .abt-top,
    .cta-head h3,
    .two-col-top {
        margin-top: 0;
    }
    .two-col-content {
        width: 73% !important;
    }
  
    .service-list-content {
        padding: 15px 15px 15px 0;
    }
    .pg-service-col > div {
        display: table;
        margin: 0 auto;
        width: auto !important;
    }
    .pg-service-col .service-grid2-col {
        margin-left: 15px;
        width: 180px;
    }
    .subs-pref-space .email-prefs .item {
        width: 47%;
    }
    .contact-phone-content,
    .contact-email-content,
    .contact-address-content {
        width: 80% !important;
    }
    .gal3-col-right-img, .gal3-col-left-img {
        margin-right: 0px;
    }
    .res-bottom4 {
        margin-bottom: 4px;
    }
  /* LP CSS */
  /*  .full-width-left-img {
        height: 483px;
        max-width: 46% !important;
        width: 46% !important;
    }
    .full-width-content {
        max-width: 54% !important;
        width: 54% !important;
    }
    .lp-news-head {
        padding: 30px 15px;
    }
    /* Blog Css */
    #hubspot-topic_data a.topic-link {
        margin: 0 8px 5px 0;
    }
    #hs_cos_wrapper_post_body td {
        display: inline-grid;
        vertical-align: top;
        width: auto !important;
    }
    #hs_cos_wrapper_post_body table {
        width: 100% !important;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    
    .menu-content {
        width: 57% !important;
    }

    .menu-search-icons {
        width: 40% !important;
    }
    .menu-right-group {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .menu-right-group > div {
        display: table;
        margin: 0 auto;
    }
    
    .menu-logo {
        margin-bottom: 20px;
        text-align: center;
        width: 100% !important;
    }
    .menu-address {
        display: inline-block !important;
        width: auto !important;
    }
    .menu-email {
        display: inline-block !important;
        margin-left: 25px !important;
        padding-left: 25px;
        width: auto !important;
    }
    li.hs-menu-depth-1 > a {
        padding: 20px 10px !important;
    }
    .sticky-menu.custom-menu-primary .hs-menu-wrapper > ul {
        display: table !important;
        margin: 0 auto !important;
    }
    .sticky-menu {
        display: table !important;
        float: none !important;
        margin: 0 auto !important;
        width: 100% !important;
    }
    .sticky-menu-btn {
        float: none !important;
        margin-bottom: 20px;
        margin-left: 0 !important;
        text-align: center;
        width: 100% !important;
    }
    .sticky-menu-btn p a:hover {
        box-shadow: 1px 2px 3px #666666; !important;
    }
    .res-width{
        max-width: 80%;
        width: 80%;
        margin:0 auto;
    }
  /*  .lp-abt-head p, .lp-abt-head h2,
    .price-cta-head,
    .header-slider1-head h1,
    .header-slider1-head .header-static-content p,
    .header-slider2-head h1,
    .header-slider2-head .header-static-content p,
    .header-slider3-head h1,
    .header-slider3-head .header-static-content p,
    .header-parallax-head .header-static-content p,
    .header-parallax-head h1,
    .header-video-head .header-static-content p,
    .header-video-head h1,
    .header-static-content p,
    .header-static-head h1 {
        width: 100%;
    }
    .pg-gal-col3 .hs_cos_wrapper_type_linked_image,
    .pg-gal-col2 .hs_cos_wrapper_type_linked_image,
    .pg-gal-col1 .hs_cos_wrapper_type_linked_image,
    .res-bottom20 {
        margin-bottom: 20px;
    }
    .res-bottom30 {
        margin-bottom: 30px;
    }
    
    .onecol-res {
        width: 100% !important;
        display:block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .center-align {
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    .center-align > div {
        display: table !important;
        margin: 0 auto !important;
        width: 360px !important;
    }
    .case-list-content,
    .abt-top {
        margin-top: 0;
    }
    .pg-abt-content {
        float: none !important;
        margin-left: 0 !important;
    }
    .pg-abt-img {
        float: none !important;
    }
    
    .pg-clients-col .widget-type-linked_image {
        width: 170px;
    }
    
    /* Swapping image and content css */
    .swap-sec .row-fluid,
    .abt-home-sec .row-fluid {
        display: flex;
        flex-direction: column-reverse;
    }
    .swap-content .row-fluid,
    .abt-home-content .row-fluid {
        float: left;
        width: 100%;
    }
    .swap-img img,
    .abt-home-img img {
        float: left;
        width: 100%;
    }
    
    /* === */
    
    .full-bg-col {
        position: relative;
    }
    .full-width, .full-bg-img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .full-padding {
        padding: 20px 0 80px 0;
    }
    .full-content-padding {
        padding-right: 0;
    }
    .res-top20,
    .two-col-top {
        margin-top: 20px;
    }
    .two-col-content {
        width: 70% !important;
    }
    .client-img .home-client-logo {
        text-align: center;
    }
    .cta-head h3 {
        margin-top: 0;
    }
    .res-footer-col-6,
    .counter-col,
    .col-6{
        float:left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 50% !important;
    }
    .counter-col.res-pad-bottom {
        padding-bottom: 30px;
    }
    .page-500-head > div,
    .service-list-content,
    .services-list-img {
        width: 100% !important;
    }
    .services-list-img img {
        border-radius: 5px 5px 0 0;
    }
    .service-list-content {
        margin: 0 !important;
        padding: 20px 15px 15px;
    }
    .page-prompt-head > div {
        width: 80%;
    }
  /*  .lp-footer-support,
    .footer-support {
        clear: both;
        margin-right: 60px !important;
        width: 35% !important;
    }
    .lp-footer-abt, .lp-footer-links, .lp-footer-support,
    .footer-abt, .footer-links, .footer-support {
        margin-top: 0;
    }
    .lp-footer-links,
    .lp-footer-form,
    .footer-links,
    .footer-form {
        padding-left: 15px;
    }
    .subs-pref-space .email-prefs .item {
        float: none !important;
        width: 100% !important;
    }
    .contact-phone-content,
    .contact-email-content,
    .contact-address-content {
        width: 70% !important;
    }
    .gal3-col-right-img, .gal3-col-left-img {
        margin-right: 0px;
    }
    .res-bottom4 {
        margin-bottom: 4px;
    }
    .price1-col {
        margin-top: 37px;
    }
    .hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {
        padding: 0;
    }
    .portfolio-lightbox-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide,
    .portfolio-lightbox-gal .hs_cos_gallery_slide.slick-slide {
        height: 170px !important;
    }
    .pg-service-col .service-grid2-col {
        width: 179px;
    }
    .res-hide-br.right-border:after {
        border-right: none;
        content: "";
    }
    .res-grid-margin {
        margin-left: 0 !important;
    }
    .res-grid-top {
        margin-top: 30px;    
    }
    .countdown-wrap::before {
        width: 100px;
        height: 100px;
    }
    .countdown-wrap {
        display: table-cell;
        padding: 10px 25px;
    }
    .countdown-width {
        display: table;
        width: 100%;
    }
    .coming-subs-head form {
        width: 85%;
    }
    .res-testimonial-bottom {
        margin-bottom: 55px;
    }
    .price-cta-head {
        padding: 50px 20px;
    }
    
    /* LP CSS */
    
 /*   .lp-header-form > div {
        margin: 0;
    }
    .lp-content-space {
        padding-top: 0;
    }
    .lp-header-space {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .full-width-col {
        position: relative;
    }
    .full-width-content,
    .full-width-left-img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .full-width-pad {
        padding: 20px 0 80px 0;
    }
    .full-width-content-pad {
        padding-left: 0;
    }
    .lp-price-col2, .lp-price-col1 {
        margin-right: 0;
    }
    .lp-price-col1 {
        padding: 20px 15px 30px;
    }
    
    /* Blog Css */
    .res-blog-bottom50 {
        margin-bottom: 50px;
    }
    #hs_cos_wrapper_post_body td {
        display: inline-grid;
        vertical-align: top;
    }
    #hs_cos_wrapper_post_body table {
        width: 100% !important;
    }
    .post-listing .post-list-content,
    .post-listing .post-body {
        float: none;
        padding-right: 0;
        width: 100%;
    }
    .post-list-content.clearfix > p {
        margin-top: 20px;
    }
    #hubspot-topic_data a.topic-link {
        margin: 0 8px 5px 0;
    }
}


/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 1170px) {
    .container-fluid .row-fluid .page-center {
        padding: 0 15px;    
    }
    .container-fluid .footer-copyright .row-fluid .page-center {
        padding: 0 0px !important;
    }
}

@media (min-width: 768px) {
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper,
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
        background-color: #ffffff;
        box-shadow: 1px 2px 3px #666666;
        left: 255px !important;
        position: absolute;
        top: 0;
    }
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
        background-color: #ffffff;
        box-shadow: 1px 2px 3px #666666;
        margin-top: 0 !important;
        opacity: 1;
        top: 65px;
        visibility: visible;
        width: 255px;
    }
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        left: 0;
        opacity: 0;
        position: absolute;
        transition: opacity 0.4s ease 0s;
        visibility: hidden;
        z-index: 10;
    }
}


/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 767px) {
    
    .sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
        visibility: hidden;
    }
    .float-left {
        float: left !important;
    }
    .res-width{
        max-width: 100%;
        width: 100%;
        margin:0 auto;
    }
    .menu-content,
    .res-center {
        text-align: center;
    }
    .menu-content {
        display: none !important;
        width: 100% !important;
    }
    .menu-search-icons {
      position: relative;
    }
    .menu-icons ul li span a::before {
        margin-right: 2px;
    }
    .menu-icons {
        float: right !important;
        max-width: 230px !important;
        width: 230px !important;
    }

   .menu-search {
        left: 0px;
        position: absolute;
    }
  
    .menu-search-icons {
        width: 100% !important;
    }
    .menu-search-icons > div {
        width: 150px !important;
    }
    .sticky-menu li.hs-menu-item.hs-menu-depth-1:first-child > a {
        padding-left: 15px !important;
    }
    .menu-right-group {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .menu-right-group > div {
        display: table;
        margin: 0 auto;
    }
    
    .menu-logo {
        margin-bottom: 20px;
        text-align: center;
        width: 100% !important;
    }
    .menu-address {
        display: inline-block !important;
        width: auto !important;
    }
    .menu-email {
        display: inline-block !important;
        margin-left: 25px !important;
        padding-left: 25px;
        width: auto !important;
    }
    .sticky-menu {
        display: table !important;
        float: none !important;
        margin: 0 auto !important;
        width: 100% !important;
    }
    .sticky-menu-btn {
        float: none !important;
        margin-bottom: 20px;
        margin-left: 0 !important;
        text-align: center;
        width: 100% !important;
    }
    .sticky-menu-btn p a:hover {
        box-shadow: 1px 2px 3px #666666;
    }
  /*  .lp-abt-head p, .lp-abt-head h2,
    .price-cta-head,
    .header-slider1-head h1,
    .header-slider1-head .header-static-content p,
    .header-slider2-head h1,
    .header-slider2-head .header-static-content p,
    .header-slider3-head h1,
    .header-slider3-head .header-static-content p,
    .header-parallax-head .header-static-content p,
    .header-parallax-head h1,
    .header-video-head .header-static-content p,
    .header-video-head h1,
    .error-500-div .look-content p,
    .header-static-content p,
    .header-static-head h1 {
         width: 100%;
    }
    .header-btn-2 a {
        margin-left: 0 !important;
    }
    .lp-cta-head h3,
    .res-careers-bottom20,
    .res-abt-list-bot20,
    .cta-head h3,
    .res-bottom20 {
        margin-bottom: 20px;
    }
    .pg-gal-col2 .hs_cos_wrapper_type_linked_image:last-child,
    .pg-gal-col1 .hs_cos_wrapper_type_linked_image:last-child,
    .res-bottom30-767,
    .res-bottom30 {
        margin-bottom: 30px;
    }
    .onecol-res {
        width: 100% !important;
        display:block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .center-align,
    .center-align-767 {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .center-align > div,
    .center-align-767 > div {
        display: table !important;
        margin: 0 auto !important;
        width: 360px !important;
    }
    .res-footer-col-6 {
        width: 100% !important;
        display:block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .case-list-content,
    .abt-top {
        margin-top: 0;
    }
    
    /* Swaping image and content css */
    .swap-sec .row-fluid,
    .abt-home-sec .row-fluid {
        display: flex;
        flex-direction: column-reverse;
    }
    .swap-content .row-fluid,
    .abt-home-content .row-fluid {
        float: left;
        width: 100%;
    }
    .swap-img img,
    .abt-home-img img {
        float: left;
        width: 100%;
    }
    
    /* === */
    
    .full-bg-col {
        position: relative;
    }
    .full-width, .full-bg-img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .full-padding {
        padding: 20px 0 80px 0;
    }
    .full-content-padding {
        padding-right: 0;
    }
    .footer-icons,
    .res-two-col-top,
    .res-top20,
    .two-col-top {
        margin-top: 20px;
    }
    .two-col-icon,
    .two-col-content {
        float: left !important;
    }
    .two-col-content {
        width: 80% !important;
    }
    .client-img .home-client-logo {
        float: left !important;
        margin: 0 auto !important;
        padding: 5px;
        text-align: center;
        width: 26%;
    }
    .client-img .testimonial-client-logo {
        float: left !important;
        margin: 0 auto !important;
        padding: 5px;
        text-align: center;
        width: 25%;
    }
    .cta-head h3 {
        margin-top: 0;
    }
  
  @media (max-width: 768px) {
    .client-img .testimonial-client-logo .alignleft {
        display: block;
        float: none;
        margin-right: 0;
        text-align: center;
    }
}
  /*  .lp-footer-support > div,
    .footer-support > div {
        width: 267px !important;
    }
    .res-footer-links-col-6-1,
    .res-footer-links-col-6 {
        float:left !important;
        margin-right: 0 !important;
        width: 47% !important;
    }
    .res-footer-links-col-6 {
        margin-left: 0 !important;
    }
    .res-footer-links-col-6-1 {
        margin-left: 7px !important; 
    }
    .counter-col,
    .col-6{
        float:left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 50% !important;
    }
    .counter-col.res-pad-bottom {
        padding-bottom: 30px;
    }
    .footer-support {
        clear: both;
    }
    .footer-abt, .footer-links, .footer-support {
        margin-top: 0;
    }
    .footer-support {
        padding-right: 30px;
    }
    .copyright-bg {
        text-align: center;
    }
    
    .footer-icons > div {
      	display: table;
        float: none !important;
        margin: 0 auto;
        text-align: center;
    }
    .services-col img {
        border-radius: 5px 5px 0 0;
    }
    .services-content {
        padding-left: 15px;
    }
    .lp-clients-col img,
    .pg-clients-col img {
        border-radius: 5px !important;
        display: table;
        margin: 10px auto;
        text-align: center;
    }
    .lp-clients-content,
    .pg-clients-content {
        padding: 5px 15px 10px 15px;
        text-align: center;
    }
    .page-500-head > div,
    .service-list-content,
    .services-list-img {
        width: 100% !important;
    }
    .services-list-img img {
        border-radius: 5px 5px 0 0;
    }
    .service-list-content {
        padding: 20px 15px 15px 15px;
    }
    .service-boxed-col h4 {
        margin-top: 0;
        padding-top: 15px;
    }
    .subs-pref-space .email-prefs .item {
        float: none !important;
        width: 100% !important;
    }
    .contact-phone-content,
    .contact-email-content,
    .contact-address-content {
        float: left !important;
    }
    .res-details-bottom15 {
        margin-bottom: 15px;
    }
    .res-bottom4-1,
    .res-bottom4 {
        margin-bottom: 4px;
    }
    .gal3-col-right-img, .gal3-col-left-img {
        margin-right: 0px;
    }
    .res-price-bottom {
        margin-bottom: 65px;
    }
    .portfolio-lightbox-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide,
    .portfolio-lightbox-gal .hs_cos_gallery_slide.slick-slide {
        height: 150px !important;
    }
    .pg-service-col .service-grid2-col {
        display: inline-block;
        width: 184px;
    }
    .right-border:after {
        border-right: none;
        content: "";
    }
    .res-grid-margin {
        margin-left: 0 !important;
    }
    .res-grid-top {
        margin-top: 30px;    
    }
    
    /* Menu Logo Section */
    .menu-right-group {
        display: none !important;
    }
    .menu-logo {
        margin-bottom: 0;
    }
    .page-prompt-head > div {
        width: 80%;
    }
    .price1-col {
        margin-top: 37px;
    }
    .countdown-wrap::before {
        width: 100px;
        height: 100px;
    }
    .countdown-width {
        display: table;
        margin: 60px auto 0px;
        width: 100%;
    }
    .countdown-wrap {
        display: inline-block;
        margin: 0 auto 60px;
        padding: 15px 25px;
        width: 50%;
    }
    .coming-subs-head form {
        width: 85%;
    }
    .res-testimonial-bottom {
        margin-bottom: 55px;
    }

    .header-slider2-head .header-btn-2 p,
    .header-slider3-head .header-btn-2 p,
    .header-parallax-head .header-btn-2 p,
    .header-video-head .header-btn-2 p {
        width: auto;
    }
    
    /* LP CSS */
    
  /*  .lp-header-form > div {
        margin: 0;
    }
    .lp-content-space {
        padding-top: 0;
    }
    .lp-header-space {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .full-width-col {
        position: relative;
    }
    .full-width-content,
    .full-width-left-img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .full-width-pad {
        padding: 20px 0 80px 0;
    }
    .full-width-content-pad {
        padding-left: 0;
    }
    .lp-testimonial-client {
        width: 150px !important;
    }
    .lp-testimonial-client,
    .lp-testimonial-name {
        float: left !important;
    }
    .lp-price-col2, .lp-price-col1 {
        margin-right: 0;
    }
    .lp-price-col1 {
        padding: 20px 15px 30px;
    }
    /* Blog Css */
    .res-blog-bottom50 {
        margin-bottom: 50px;
    }
    #hs_cos_wrapper_post_body td {
        display: inline-grid;
        vertical-align: top;
    }
    #hs_cos_wrapper_post_body table {
        width: 100% !important;
    }
    .post-listing .post-list-content,
    .post-listing .post-body {
        float: none;
        padding-right: 0;
        width: 100%;
    }
    
    .post-list-content.clearfix > p {
        margin-top: 20px;
    }
    #hubspot-topic_data a.topic-link {
        margin: 0 8px 5px 0;
    }
    .header-static-btns > div {
        display: block;
    }
    .custom-breadcrumb {
        right: 15px; 
    }
}

@media (max-width: 640px) {
    
    .thanku-content-grp > div,
    .unsubs-pg-head > div,
    .subs-update-head > div {
        width: 100% !important;
    }
    .client-img .home-client-logo {
        float: left !important;
        margin: 0 auto !important;
        padding: 5px;
        text-align: center;
        width: 33.33%;
    }
    
    .client-img .testimonial-client-logo {
        float: left !important;
        margin: 0 auto !important;
        padding: 5px;
        text-align: center;
        width: 25%;
    }
}
 
@media (max-width: 600px) {
    
    .lp-header-form > div,
    .page-prompt-head > div {
        width: 100%;
    }
    .price-cta-ul ul {
        display: table;
        margin: 0 auto;
    }
    .price-cta-ul ul li {
        display: table-cell;
    }
    .price-cta-ul ul li:last-child {
        vertical-align: top;
    }
    .price-cta-ul ul:last-child {
        padding-left: 0;
    }
    .portfolio-lightbox-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide,
    .portfolio-lightbox-gal .hs_cos_gallery_slide.slick-slide {
        height: 120px !important;
    }
}

@media (max-width: 575px) {
    
    .menu-email {
        border-left: none;
        display: table !important;
        margin-left: 0 !important;
        padding-left: 0;
    }
    .res-center-1 {
        text-align: center;
    }
    .res-counter-bottom {
        margin-bottom: 30px;
    }
    .counter-col,
    .col-6{
        float:none !important;
        width: 100% !important;
    }
    .count {
        float: none !important;
        width: 100% !important;
    }
    .counter-head {
        float: none !important;
        margin-top: 5px;
        width: 100% !important;
    }
    .thanku-content-grp p {
        display: inline-grid;
    }
    .thanku-content-grp p span {
        padding-left: 0;
        margin-top: 5px;
    }
    .lp-footer-links,
    .footer-links {
        padding-left: 0px;
    }
  /*  .lp-footer-support,
    .footer-support {
        padding-right: 0px;
    }
    .lp-footer-form,
    .footer-form {
        margin-top: 30px;
    }
    #hs_cos_wrapper_post_body td {
        display: block;
        width: 100% !important;
    }
    
    #recaptcha_area,
    .recaptchatable {
        transform:scale(0.9);
        -webkit-transform:scale(0.9);
        transform-origin:0 0 0 !important;
        -webkit-transform-origin:0 0 0 !important;
        max-width: 100% !important;
        max-height: 100% !important;
        height: 115px;
    }
}

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {
    
    .two-col-content {
        width: 70% !important;
    }
    .coming-bg h1,
    .error-500-div .page-not h1,
    .page-404-head .content404 h1,
    h1 {
        font-size: 44px;
        line-height: 1.0em;
    }
    .error-500-div .content-500 h2,
    .sorry-content h2,
    h2 {
        font-size: 33px;
        line-height: 1.0em;
    }
    h3 {
        font-size: 30px;
        line-height: 1.0em;
    }
    h4 {
        font-size: 27px;
        line-height: 1.0em;
    }
    .thanku-content-grp p span,
    h5 {
        font-size: 18px;
        line-height: 1.0em;
    }
    p,
    .about-list-ul li {
        font-size: 16px;
    }
    .price-cta-ul ul li a, .price-cta-ul ul li {
        font-size: 16px;
    }
  
  
    .page-500-head,
    .page-404-head,
    .header-space {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .full-width-pad {
        padding: 20px 0 40px 0;
    }
    .blog-section-space,
    .section-space {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .uline-img {
        margin-bottom: 30px;
    }
    .center-align > div,
    .center-align-767 > div {
        width: 320px !important;
    }
    .portfolio-lightbox-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide,
    .portfolio-lightbox-gal .hs_cos_gallery_slide.slick-slide {
        height: 100px !important;
    }
    #gmap-canvas {
        height: 350px;
    }
    .countdown {
        font-size: 30px;
        line-height: 45px;
    }
    .client-img .testimonial-client-logo {
        float: left !important;
        margin: 0 auto !important;
        padding: 5px;
        text-align: center;
        width: 40%;
    }
    .pg-testimonial-img::after {
        top: 43px;
    }
    .post-footer .hs-form-field {
        display: block;
        width: 100%;
    }
    blockquote {
        margin: 15px;
    }
    .blog-sidebar .recent-post-items .post-item-text,
    .post-footer form {
        padding: 15px;
    }
    .blog-content .post-body ul {
        padding-left: 15px;
    }
    .single-post-content {
        left: 0;
        right: 0;
        padding: 15px;
    }
    .blog-pagination ul li {
        margin: 0 10px 10px 0;
    }
    #hubspot-topic_data a.topic-link {
        margin: 0 8px 10px 0;
    }
}

@media (max-width: 414px) {
    .pg-service-col .service-grid2-col {
        display: inline-block;
        width: 100%;
    }
    .res-grid2-top {
        margin-top: 30px;
    }
    .blog-content .hs-author-profile .blogshare-this2.fixed-share {
        left: 150px;
        top: 35px;
    }
    .blog-sidebar .blogshare-this2.fixed-share {
        left: 120px;
        top: -8px;
    }
    .blog-content .hs-author-profile .blogshare-this2.fixed-share ul li,
    .blog-sidebar .blogshare-this2.fixed-share ul li {
        display: table;
        padding-right: 0;
        padding-bottom: 5px;
    }
    .blog-content .hs-author-profile .blogshare-this2.fixed-share ul li:last-child,
    .blog-sidebar .blogshare-this2.fixed-share ul li:last-child {
        padding-bottom: 0px;
    }
}
@media (max-width: 400px) {
    .center-align > div,
    .center-align-767 > div {
        width: 100% !important;
    }
}

@media (max-width: 380px) {
   /* .preference-page .checkbox-row span.fakelabel span {
        float: none;
        display: flex;
        display: -webkit-flex;
    }
    .coming-subs-head form {
        width: 100%;
    }
    .coming-subs-head form {
        display: block;
    }
    .coming-subs-head .hs-form .hs-form-field {
        margin-right: 0;
    }
    .coming-subs-head .hs-form .actions {
        margin-top: 0;
    }
    .coming-subs-head .hs-button.primary, .coming-subs-head input[type="submit"], .coming-subs-head input[type="button"] {
        margin-top: 20px;
    }
    .client-img .testimonial-client-logo {
        float: left !important;
        margin: 0 auto !important;
        padding: 5px;
        text-align: center;
        width: 50%;
    }
}*/

@media (max-width: 360px) {
    
    .error-500-div .back-content p span a {
        font-size: 15px;
    }
    .contact-phone-content, .contact-email-content, .contact-address-content {
        width: 73% !important;
    }
    .service-boxed-col,
    .address-list-content, .details-form,
    .contact-page-form > div,
    .contact-email-box, .contact-phone-box, .contact-address-box {
        padding: 30px 15px;
    }
    .portfolio-lightbox-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide {
        width: 50% !important;
    }
    .pg-clients-content,
    .lp-clients-content {
        padding: 5px 0 10px;
    }
    .popular-post-items .post-item-text,
    .popular-post-items .post-item-image .hs-featured-image-wrapper {
        float: none;
        width: 100%;
    }
    .popular-post-items .post-item-text {
        margin-top: 15px;
    }
    
    .grecaptcha-badge,
    #recaptcha_area,
    .recaptchatable {
        transform:scale(0.8);
        -webkit-transform:scale(0.8);
        transform-origin:0 0% 0 !important;
        -webkit-transform-origin:0 0% 0 !important;
        height: 100px;
    } 
    
}

@media (max-width: 330px) {
    
    .grecaptcha-badge,
    #recaptcha_area,
    .recaptchatable {
        transform:scale(0.7);
        -webkit-transform:scale(0.7);
        transform-origin:0 0% 0 !important;
        -webkit-transform-origin:0 0% 0 !important;
        height: 100px;
    }
    
}

--!*/