/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:400');
@import url('//fonts.googleapis.com/css?family=Montserrat:400,600,700|Open+Sans|Roboto:300,400');
@import url('//fonts.googleapis.com/css?family=Montserrat:400,600,700|Open+Sans|Roboto');

@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css');

@import url('//fonts.googleapis.com/css?family=Lora:400,700&display=swap');


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

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

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive iFrames */
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 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

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

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.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.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


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

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/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: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  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;
  }
}

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

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

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

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

*, *: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;
} 

.hs-error-msgs a{color: #000000} 

body {
  background: #fff;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1470px;
  margin: 0 auto;
}
@media screen and (min-width: 768px){
  .container-fluid .row-fluid .page-center {
    padding-left:15px;
    padding-right:15px;
  }

}

@media screen and (max-width: 1500px){
  .container-fluid .row-fluid .page-center {
    max-width: 1220px;
  }
}
@media screen and (max-width: 1200px){
  .container-fluid .row-fluid .page-center {
    max-width: 1020px;
  }
}
@media screen and (max-width: 991px){
  .container-fluid .row-fluid .page-center {
    max-width: 780px;
  }
}

@media screen and (max-width: 767px){
  .container-fluid .row-fluid .page-center{
    max-width: 95%;
  }
  .container-fluid .row-fluid .custom-album-holder .page-center{
    width: 95%;
    max-width:100%;
  }
}


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


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

/* Basic text */
p {
  color: #232323;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 1rem;
}
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; }

/* Headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-bottom: .5rem;
  margin-top: 0;
}
h1, h2, h3 ,
.h1, .h2, .h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #87898b;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1,
.h1{
  font-size: 36px;
  line-height: 38px;
}
h2 {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;

}
h3 {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}

/* Anchor Links */
a { 
  color: #f79626;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s ease-in;
}
a:hover, a:focus { 
  color: #f79626;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


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

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


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

.header-container-wrapper {}
.header-container {}

.custom-header{
  padding: 25px 0 15px 0;
}

.custom-header-logo a{
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: #fff;
}
.custom-header-logo img{
  width: 250px !important;
}
.custom-header-logo {
  width: auto !important;
}
.custom-header-right {
  margin-left: 0 !important;
  width: auto !important;
  float: right !important;
}
.custom-header .page-center {
  position: relative;
}

.custom-header-newsletter a {
  position: absolute;
  right: 15px;
  top: 0;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #e4e3e3;
  color: #000;
  padding: 4px 15px;
  border-radius: 5px;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.custom-footer-top-row .col li.active> a,
.custom-footer-top-row .col li.active-branch>a{
  color: #f79626;
}

.hs-signup-page .custom-footer-top-row .col li.active>a{
  color: #87898b;
}

.hs-signup-page .custom-footer-top-row .col li.active>a:hover {
  color: #f79320;
}

.modal-dialog-content {
  font-size:20px;
}

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

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}


.footer {
  background-color: #232323;
  padding: 70px 0 35px 0;
}


.footer  p {
  color: #87898b;
}



/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary {
  padding-top:28px;
}
.custom-menu-primary .hs-menu-wrapper > ul{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul li{
  padding: 10px 12px 0 12px;
}
.custom-menu-primary .hs-menu-wrapper > ul li a{
  padding: .5rem 1rem;
  padding-right: 0;
  padding-left: 0;
  color: #808284;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  vertical-align: middle;
}
.custom-menu-primary .hs-menu-wrapper > ul li a:hover{
  color: #f79626;
}
.custom-menu-primary .hs-menu-wrapper>ul li .caret {
  cursor: pointer;
  display: inline-block;
  padding: 5px 3px;
  background: #dcdcdc;
  vertical-align: middle;
  border-radius: 4px;
  background-image: url('//6409599.fs1.hubspotusercontent-na1.net/hubfs/6409599/RCSProfessionalServices_November2019/images/arrow.png');
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -5px;
  margin-top: -1px;
}

.custom-menu-primary .hs-menu-wrapper>ul li:last-child {
  padding-right: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul ul ul li {
  border: none;
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  border: none;
  top: 63px;
  padding: 0;
  left: -75px !important;
  background-color: transparent;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: .125rem 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  border-bottom: solid 1px #ccc;
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  color: #808284;
  padding: 15px;
  min-width: 262px;
  display: block;
  white-space: normal !important;
  text-align: left;
  text-transform: capitalize;
  background-color: rgba(255,255,255,0.8509803921568627);
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  letter-spacing: 1px;
  font-size: 1rem;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #f79626;
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
  border: none !important;
  padding: 25px 50px 0;
  list-style: none;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  background-color: #fff;
  border: none;
}
.custom-menu-primary .hs-menu-wrapper>ul ul ul li a:before {
  content: "\2022";
  color: #f79626;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.custom-menu-primary .hs-menu-wrapper>ul ul ul {
  padding-bottom: 25px;
  min-width: 330px;
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a, .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2)>a {
  color: #f79626 !important;
  font-weight: 700;
}

.custom-menu-primary .hs-menu-wrapper>ul li.active>a,
.custom-menu-primary .hs-menu-wrapper>ul li.active-branch>a{
  color: #f79626 !important;
}
.custom-album-holder .hs_cos_gallery_thumbnails .slick-current .slick-slide-inner-wrapper svg .a {
  opacity: 1;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li.active-branch>a{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper>ul >li:first-child>ul>li:first-child.active>a,
.custom-menu-primary .hs-menu-wrapper>ul >li:first-child>ul>li:nth-child(2).active>a{
  color: #808284 !important;
  background-color: rgba(255, 255, 255, 0.8509803921568627);
}
.custom-menu-primary .hs-menu-wrapper>ul >li:first-child>ul>li:first-child.active>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul >li:first-child>ul>li:nth-child(2).active>a:hover{
  color: #f79626 !important;
  background-color:#fff;
}
/* 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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul {
    left: -310px !important;
    background-color: transparent;
    min-width: 375px;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul>li.hs-item-has-children.custom-active>ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
    display: block!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul ul li a{
    color: #808284 !important;
    cursor:text;
  }

}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 991px){

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

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

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

  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal
  }

  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: static;
    opacity: 1;
    visibility: visible
  }
  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 0px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: #f79626;
    padding: 4px 10px;
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    top: 13px;
    right: 15px;
  }
  .mobile-trigger span {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url('//6409599.fs1.hubspotusercontent-na1.net/hubfs/6409599/RCSProfessionalServices_November2019/images/download.svg');
  }
  .custom-header-newsletter a {
    right: 10%;
    top: 30%;
    font-size: 10px;
    margin-right: 12px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */

    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

    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: #000; /* 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: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .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;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .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: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.widget-span {
    position: absolute;
    padding-top: 0;
    margin: 0;
    background: rgba(255,255,255,0.9294117647058824);
    width: 48%;
    position: absolute;
    top: 70px;
    z-index: 112;
    right: 15px;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.widget-span .hs-menu-wrapper,
  .custom-menu-primary.widget-span .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.widget-span .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{

  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom: solid 1px #ccc;
    padding: 0px 0px 0 12px;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    display: block;
    width: calc( 100% - 30px);
    padding: .5rem 0rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{

  }.custom-menu-primary .hs-menu-wrapper>ul li .caret {
    position: absolute;
    top: 1px;
    right: 0px;
    border-radius: inherit;
    padding: 18px 20px 17px 19px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 13px;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{

  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{

  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */


.blog .body-container {
/*   color: #292929;
  font: 400 20px Lora, serif; */
}

.blog .body-container .page-center {
  max-width: 1600px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.blog .body-container {
  padding: 41px 0 0;
}

.blog .blog-content {
  max-width: 1280px;
  width: 100%;
}


.blog .blog-sidebar {
  max-width: 320px;
  width: 100%;
  margin: 0;
}

.blog-sidebar .hs-archive {
  margin: 0 16px;
  padding: 16px 0;
  padding-right: 16px;
  margin-right: 0;
  margin-left: 38px !important;
  border-bottom: solid 1px #bdbdbd;
  width: calc(100% - 38px);
}

.blog-sidebar .hs-archive .collapsible-title {
  cursor: pointer;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-sidebar .hs-archive .collapsible-title h3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
  margin: 0;
  font-size: 16px;
  text-transform: none;
      font-weight: normal;
}

.svg-icon-24, .svg-icon-24-button {
  cursor: pointer;
  height: 24px;
  width: 24px;
  min-width: 24px;
}

.collapsible-title .chevron-down {
  display: block;
}

.collapsible-title .chevron-up {
  display: none;
}

.blog-sidebar .hs-archive .collapsible-title .svg-icon-24 {
  fill: #000000;
}

.blog-sidebar .hs-archive div.widget-module {
  display: none;
}

.blog-sidebar .hs-archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font: 400 20px;
}

.blog-sidebar .hs-archive ul li {
  margin: 16px 0;
  font-size: 16px;
  line-height: normal;
}

.blog-sidebar .hs-archive ul li a .filter-link-count {
  float: right;
  margin-left: .25em;
  color: #292929;
}

.post-listing .post-item.first {
  margin-bottom: 56px;
}

.post-listing .post-item.first .heroPost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.post-listing .post-item.first .heroPost .hs-listing-content {
  background-color: #f79626;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 888px;
  min-width: 0;
  padding-bottom: 84px;
  padding-right: 76px;
  padding-left: 136px;
  padding-top: 76px;
}

.post-listing .post-item.first .heroPost .hs-featured-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 392px;
  float: none;
  margin: 0;
  max-width: 100%;
}

.post-listing .hs-post-item-wrap {
  padding: 0;
  padding-left: 136px;
}

.hs-post-item-wrap .feed-message {
  color: rgba(0,0,0,0.54);
  font: 600 16px Open Sans, sans-serif;
  margin-bottom: 52px;
}

.hs-post-item-wrap .post-item {
  margin-top: 85px;
}

.hs-post-item-wrap .post-item:nth-child(2) {
  margin-top: 0;
}

.hs-post-item-wrap .post-item .post-outer,
.feed .post-item .post-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.hs-post-item-wrap .post-item .hs-featured-image,
.feed .post-item .hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 256px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 136px;
  overflow: hidden;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  width: 256px;
}

.hs-post-item-wrap .post-item .hs-featured-image .hs-featured-image-img,
.feed .post-item .hs-featured-image .hs-featured-image-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.hs-post-item-wrap .post-item .hs-listing-content,
.feed .post-item .hs-listing-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 76px;
  max-width: 676px;
  width: 100%;
}

.feed .post-item .hs-listing-content {
  margin-right: 76px;
  max-width: 664px;
}

.hs-post-item-wrap .post-item .hs-listing-content h3.hs-list-title,
.feed .post-item .hs-listing-content h3.hs-list-title {
  margin-bottom: 16px;
  color: #f79626;
  font: 700 36px;
  line-height: 1.33333;
  text-transform: none;
}

.post-header-container {
  margin-bottom: 12px;
}

.post-header-container:after {
  clear: both;
  content: '';
  display: table;
}

.post-header-container .post-header {
  float: left;
}

.post-header-container .post-header .post-timestamp {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(0,0,0,0.54);
 
}

.post-listing .post-item .hs-listing-content .post-body,
.feed .post-item .hs-listing-content .post-body {
/*   color: rgba(0,0,0,0.84);
  font: 400 20px Lora, serif;
  line-height: 2; */
  margin-bottom: 24px;
}

.post-listing .post-item .hs-listing-content .post-body .post-snippet,
.feed .post-item .hs-listing-content .post-body .post-snippet {
  margin: 0;
  position: relative;
  overflow: hidden;
  max-height: 160px;
}

.post-listing .post-item .hs-listing-content .post-body .post-snippet .snippet-items,
.feed .post-item .hs-listing-content .post-body .post-snippet .snippet-items {
  line-height: 31px;
}

.post-listing .post-item .hs-listing-content .post-body .post-snippet .snippet-fade,
.feed .post-item .hs-listing-content .post-body .post-snippet .snippet-fade {
  bottom: 0;
  box-sizing: border-box;
  position: absolute;
  width: 96px;
  right: 0;
  background: -webkit-linear-gradient(left,#ffffff 0,#ffffff 20%,rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left,#ffffff 0,#ffffff 20%,rgba(255, 255, 255, 0) 100%);
  color: #292929;
  height: 33px;
}

.post-listing .post-item .hs-listing-content .post-body .post-snippet .snippet-fade:after,
.feed .post-item .hs-listing-content .post-body .post-snippet .snippet-fade:after {
  content: '\2026';
  float: right;
}

.post-listing .post-item .hs-listing-content .post-bottom,
.feed .post-item .hs-listing-content .post-bottom {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-listing .post-item.first .heroPost .hs-listing-content h3.hs-list-title {
  color: #f79626;
  font: 700 36px;
  line-height: 1.33333;
  margin: 0 0 24px;
  text-transform: none;
}

.post-listing .post-item.first .heroPost .hs-listing-content h3.hs-list-title a {
  color: #ffffff;
}

.post-listing .post-item.first .heroPost .hs-listing-content .post-timestamp {
  color: #ffffff;
  font: 600 14px;
  display: inline-block;
  margin-bottom: 8px;
}

.post-listing .post-item.first .hs-listing-content .post-body {
  color: #ffffff;
}

.post-listing .post-item.first .hs-listing-content .post-body .post-snippet .snippet-fade {
  background: -webkit-linear-gradient(left,#f79626 0,#f79626 20%,rgba(247, 150, 38, 0) 100%);
  background: linear-gradient(to left,#f79626 0,#f79626 20%,rgba(247, 150, 38, 0) 100%);
  color: #ffffff;
}

.hs-listing-content .post-bottom .jump-link {
  display: inline-block;
  margin-bottom: 8px;
  color: #f79626;

  margin-right: 0;
}

.hs-listing-content .post-bottom .jump-link a.more-link {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 8px;
  margin: -8px;
  color: #f79626;
  transition: none;
}

.hs-listing-content .post-bottom .jump-link a.more-link:hover,
.sharing-button:hover,
.post-listing .post-item .hs-listing-content .post-bottom .custom_listing_comments a:hover,
.feed .post-item .hs-listing-content .post-bottom .custom_listing_comments a:hover {
  background-color: rgba(247,150,38,.12);
}

.hs-listing-content .post-bottom .list-footer .share-grp {
  margin-right: 1em;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  color: #f79626;
  text-transform: uppercase;
}
h2.hs-list-title a {
    color: #fff;
}
h2.hs-list-title-1 {
    margin-bottom: 24px;
}
h2.hs-list-title {
    margin: 0 0 24px;
}

.sharing-button {
  cursor: pointer;
  display: inline-block;
  border-radius: 2px;
  padding: 8px;
  margin: -8px;
  color: #f79626;
  font-size:  14px;
  text-transform: uppercase;
  word-break: normal;
}
.blog-post-wrapper .post-title-container h1, .blog-post-wrapper .post-title-container h1 span {
    color: #fff;
}
.post-listing .post-item .hs-listing-content .post-bottom .custom_listing_comments,
.feed .post-item .hs-listing-content .post-bottom .custom_listing_comments {
  display: inline-block;
  margin-bottom: 8px;
  color: #f79626;
  font: 600 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 1em;
}

.post-listing .post-item .hs-listing-content .post-bottom .custom_listing_comments a,
.feed .post-item .hs-listing-content .post-bottom .custom_listing_comments a {
  cursor: pointer;
  display: inline-block;
 
  text-transform: uppercase;
  border-radius: 2px;
  padding: 8px;
  margin: -8px;
  color: #f79626;
  font: 600 14px;
  transition: none;
}

.first .hs-listing-content .post-bottom .jump-link a.more-link {
  color: #ffffff;
}

.first .hs-listing-content .post-bottom .jump-link a.more-link:hover,
.post-listing .post-item.first .hs-listing-content .post-bottom .custom_listing_comments a:hover,
.first .sharing-button:hover {
  background-color: rgba(255,255,255,.12);
}

.post-listing .post-item.first .hs-listing-content .post-bottom .custom_listing_comments a {
  transition: none;
  color: #ffffff;
}

.first .hs-listing-content .post-bottom .list-footer .share-grp, .first .sharing-button {
  color: #ffffff;
}

.share-buttons-container ul {
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  color: #f79626;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  position: absolute;
  bottom: -8px;
  right: -8px;
  min-width: 200px;
  z-index: 101;
  font: 400 20px;
}

.share-buttons-container {
  position: relative;
}

.share-buttons-container.open ul {
  visibility: visible;
  display: block;
  height: 256px;
  top: 100%;
}

.share-buttons-container ul li {
  margin: 0;
  height: 48px;
}

.share-buttons-container ul li > a {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 100%;
  margin-bottom: 0;
  padding: 0 16px;
  position: relative;
  width: 100%;
  top: 0;
  transition: none;
}

.touch-icon {
  margin: -12px;
  padding: 12px;
}

.share-buttons .svg-icon-24 {
  fill: #f79626;
  overflow: visible;
}

.share-buttons li svg[class*=" sharing-"],
.share-buttons li svg[class^=sharing-] {
  position: absolute;
  top: 10px;
}

.share-buttons li .platform-sharing-text {
  display: block;
  font-size: 16px;
  line-height: 48px;
  white-space: nowrap;
  margin-left: 56px;
  text-transform: none;
  position: relative;
  z-index: 1;
}
h3.blog-comment-title {
  color: rgba(0,0,0,0.54);
  font: 600 16px;
  margin-bottom: 48px;
  text-transform: none;
}
.share-buttons-container ul li > a:hover {
  background-color: rgba(128,128,128,.1);
  outline: 0;
}body .fancybox-thumbs>ul>li {
  float: none;
  display: inline-block;
}
body .fancybox-thumbs>ul {

  text-align: center;
}
.listing-blog-pagination {
  float: right;
  margin-right: 468px;
  margin-top: 48px;
  margin-bottom: 40px;
}
body .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

body .fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}
.listing-blog-pagination a {
  color: #f79626;
  float: right;
  font: 600 14px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 8px;
  margin: -8px;
  cursor: pointer;
  display: inline-block;
  transition: none;
}

.listing-blog-pagination a:hover {
  background-color: rgba(247,150,38,.12);
}

.big-post-image-top-container {
  display: none;
}


/* Blog Post */
.blog-post-wrapper .post-title-container {
  background-color: #f79626;
  box-sizing: border-box;
  margin-bottom: -1px;
  padding-bottom: 86px;
  padding-right: 290px;
  padding-left: 140px;
  padding-top: 124px;
  width: 100%;
}

.blog-post-wrapper .post-title-container h3 {
  color: #ffffff;
  font: 600 48px;
  line-height: 1.41667;
  margin-bottom: 0;
  text-transform: none;
}

.blog-post-wrapper .post-title-container h3 span {
  color: #ffffff;
}

.blog-post-wrapper .post-header-container {
  padding-left: 140px;
}

.blog-post-wrapper .post-header-container .post-header {
  float: left;
  height: 84px;
}

.blog-post-wrapper .post-header-container .post-header .post-header-line-1 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-post-wrapper .post-header-container .post-header .post-header-line-1 .post-timestamp {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 0;
  color: rgba(0,0,0,0.54);
  font: 600 16px;
}

.blog-post-wrapper .post-body-container {
  padding-right: 290px;
  position: relative;
  margin-left: 140px;
  margin-top: 20px;
  margin-bottom: 32px;
}

.blog-post-wrapper .post-body-container .post-body {
  color: #292929;
  font: 400 20px;
  line-height: 2;
  margin-bottom: 0;
  margin-right: 110px;
}

.blog-post-wrapper .post-body-container .post-body:after {
  clear: both;
  content: '';
  display: table;
}

.blog-post-wrapper .post-body-container .post-body h1 {
  color: #292929;
  font: 400 20px;
  line-height: 2;
  font-size: 2em;
  margin: 1em 0;
  font-weight: 700;
  text-transform: none;
}

.blog-post-wrapper .post-body-container .post-body ul {
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.blog-post-wrapper .post-bottom {
  margin-bottom: 0;
  margin-right: 400px;
  margin-left: 140px;
  margin-top: 0;
}

.blog-post-wrapper .post-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.blog-post-wrapper .post-bottom .share-grp {
  float: right;
}

.blog-post-wrapper .post-body-container .post-sidebar {
  right: 0;
  position: absolute;
  top: 0;
  width: 290px;
}

.blog-post-wrapper .post-body-container .post-sidebar .share-grp {
  display: inline-block;
}

.hs-post-comment {
  padding-right: 400px;
  padding-left: 140px;
  margin-bottom: 85px;
}

.popular-post-wrap {
  margin-left: 140px;
  margin-bottom: 40px;
}

.popular-post-wrap h3.title {
  color: rgba(0,0,0,0.54);
  font: 600 16px;
  margin-bottom: 36px;
  text-transform: none;
}

.feed .post-item {
  margin-top: 85px;
}

.feed .post-item:first-child {
  margin-top: 0;
}

span#hs_cos_wrapper_post_body a img {
  margin-bottom: 13px !important;
}

p.first-letter {
  color: #292929;
  font: 400 20px inherit;
  line-height: 2;
  margin: 0;
}






/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}

.collapsible-title.active .chevron-up {
  display: block;
}

.collapsible-title.active .chevron-down {
  display: none;
}

/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  margin: 0;
  font-family: inherit;
  background: #e5e5e5;
  margin-bottom: 10px;
  font-size: 13px;
  color: #000;
  width: 100%;
  padding: 0.82rem .75rem;
  display: block;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  line-height: 1.5;
  box-shadow: none;
  border: none;
  outline:0;
  max-width:600px;

}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {
  color:#6c757d;
  opacity:1
} /* Webkit Browsers */
:-moz-placeholder {
  color:#6c757d;
  opacity:1
} /* Firefox 18- */
::-moz-placeholder {
  color:#6c757d;
  opacity:1
} /* Firefox 19+ */
:-ms-input-placeholder {
  color:#6c757d;
  opacity:1

} /* IE10 */

div#get-link {
  display: none;
}
/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 18px;
  background-color: #F79320;
  color: #fff;
  padding: 15px;
  white-space:normal;
  margin: 12px 0 20px;
  font-family: inherit;
  outline:0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

/*home-banner*/

.custom-section.home-banner {
  background-size: cover;
  min-height: 650px;
  position: relative;
}

.custom-section.home-banner h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 10%;
  line-height: 48px;
}


/*home-about*/

.custom-section.home-about .page-center .home-about-content {
  width: 45%;
  padding-right: 90px;
}

.custom-section.home-about .page-center .home-about-content h2 {
  padding: 115px 0 25px 0;
}

.custom-section.home-about .page-center .home-about-content a {
  color: #f79626;
  font-weight: 700;
  padding-top: 15px;
  display: inline-block;
}

.custom-section.home-about .page-center .home-about-content a span {
  padding-left: 5px;
}

.custom-section.home-about .page-center .home-about-banner {
  height: 540px;
  padding: 0;
  width: 55%;
  position: relative;
}


/*home service .custom-section*/

.home-service-.custom-section {
  background-color: #ededee;
}
.custom-section.custom-service-forms .page-center .custom-wrapper .hs-form-field:nth-child(even) {
  margin-right: 0;
}
.custom-section.home-other-services .page-center .custom-wrapper .other-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 100px 0;
}

.custom-section.home-other-services .page-center .custom-wrapper .other-services-left {
  width: 48%;
  float: left;
  background-size: cover;
  height: 480px;
}
label {
  display: block;
  margin-bottom: .5rem;
}
.custom-section.home-other-services .page-center .custom-wrapper .other-services-right {
  width: 52%;
  float: left;
  background-color: #fff8f2;
  padding: 50px 70px 25px 60px;
}

.custom-section.home-other-services .page-center .custom-wrapper .other-services-right h2 {
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 25px;
}

.custom-section.home-other-services .page-center .custom-wrapper .other-services-right ul li {
  font-size: 14px;
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.custom-section.home-other-services .page-center .custom-wrapper .other-services-right ul li:before {
  content: "\2022";
  color: #f79626;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: 0px;
  font-size: 18px;
}

.custom-section.home-other-services .page-center .custom-wrapper .other-services-right a {
  padding: 25px 0 40px 20px;
}


/*home-contac*/

.custom-section.home-contact {
  background-color: #fff8f2;
}

.custom-section.home-contact .page-center  .custom-row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.custom-section.home-contact .page-center .home-contact-form {
  width: 45%;
}

.custom-section.home-contact .page-center .home-contact-form .form-holder {
  background-color: #fff;
  padding: 30px 30px 35px 30px;
  margin-bottom: 20px;
  margin-top: 50px;
  text-align: center;
  width: 70%;
  box-shadow: 0px 0px 26px 7px rgba(0, 0, 0, 0.1);
}
.custom-section.home-contact .page-center .home-contact-form .form-holder ul.no-list.hs-error-msgs.inputs-list {
  margin: 0 0 10px;
}
.custom-section.home-contact .page-center .home-contact-form .form-holder>span.orange {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
}

.custom-service-forms .hs-input::-webkit-input-placeholder {
  color:#6c757d;
  opacity:1
}
.custom-service-forms .hs-input::-moz-placeholder {
  color:#6c757d;
  opacity:1
}
.custom-service-forms .hs-input:-ms-input-placeholder {
  color:#6c757d;
  opacity:1
}
.custom-service-forms .hs-input::-ms-input-placeholder {
  color:#6c757d;
  opacity:1
}
.custom-service-forms .hs-input::placeholder {
  color:#6c757d;
  opacity:1
}
.custom-section.home-contact .page-center .home-contact-form .form-holder form .hs-form-field .hs-input.error {
  margin-bottom: 0;
}

.custom-section.home-contact .page-center .home-contact-form .form-holder form .hs-form-field .hs-input::-webkit-input-placeholder {
  color:#6c757d;
  opacity:1
}
.custom-section.home-contact .page-center .home-contact-form .form-holder form .hs-form-field .hs-input::-moz-placeholder {
  color:#6c757d;
  opacity:1
}
.custom-section.home-contact .page-center .home-contact-form .form-holder form .hs-form-field .hs-input:-ms-input-placeholder {
  color:#6c757d;
  opacity:1
}
.custom-section.home-contact .page-center .home-contact-form .form-holder form .hs-form-field .hs-input::-ms-input-placeholder {
  color:#6c757d;
  opacity:1
}
.custom-section.home-contact .page-center .home-contact-form .form-holder form .hs-form-field .hs-input::placeholder {
  color:#6c757d;
  opacity:1
} 
.custom-section.home-contact .page-center .home-contact-form .form-holder form .hs-form-field .hs-input  {
  border: 0;
  background-color: #f6f4f5;
  color: #87898b;
  font-style: italic;
  height: 50px;
  box-shadow: none;
  border: none;
  background-color: #f6f4f5;
  color: #87898b;
  font-style: italic;
  /* height: 50px; */
  box-shadow: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-section.home-contact .page-center .home-contact-form .form-holder h3 {
  margin: 0;
}

.custom-section.home-contact .page-center .home-contact-form .form-holder form .hs-form-field .hs-input {
  margin-bottom: 10px;
}

.custom-section.home-contact .page-center .home-contact-form .form-holder form .hs-button{
  width: 100%;
  color: #fff;
  border: none;
  background: #f79526;
  padding: 15px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0;
}
.custom-section.home-contact .page-center .home-contact-form .form-holder label{
  margin:0;
  line-height: 0;
  display: inline;
}
.custom-section.home-contact .page-center .home-contact-content {
  width: 55%;
  padding: 200px 240px 190px 0;
}
.custom-section.home-contact .page-center .home-contact-form .form-holder label span.hs-form-required {
  display: none;
}
.custom-section.home-contact .page-center .home-contact-content >h4 {
  font-size: 18px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  display: inline-block;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  margin: 0;;
}

.custom-section.home-contact .page-center .home-contact-content p {
  padding-top: 40px;
}


/* Quotes */

.custom-quotes-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 1rem;
}
.custom-quotes.custom-row {
  margin-right: 0!important;
  margin-left: 0 !important;
}
.custom-quotes-new .custom-quotes-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 23%;
  background-color: #fff;
  padding: 15px 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0px 0px 11px 5px rgba(255, 231, 211, 0.71);
  border-radius: 10px;
}

.custom-quotes-icon {
  width: 65px;
  margin-bottom: 25px;
}

.custom-quotes {
  padding: 30px 0 0;
}

.custom-quotes-name {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.custom-section.event-content .custom-quotes h2 {
  display: block;
  width: 100%;
}

.custom-quotes-new p {
  font-size: 18px;
  line-height: 26px;
}

.custom-btn-row {
  margin-top: 20px!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
  padding-top: 30px;
}

.custom-btn-row p:first-child {
  margin-right: 15px;
  margin-bottom: 0;
}
.custom-btn-row p{
  margin-bottom: 0;
}
.custom-section.custom-event-content h2.events-new {
  text-align: center;
}.custom-event-slider.custom-each-events.custom-separator.custom-event-padding {
  margin: 0;
  padding: 0;
} 

.custom-each-events.custom-separator.custom-event-padding{
  margin-top: 30px;
}

.custom-text-center.custom-events-new-padding {
  margin-bottom: 30px;
}

.custom-text-center.custom-events-new-padding {
  padding-top: 20px;
}

.custom-separator {
  border-bottom: solid 1px #f79626;
}

.custom-section.event-content h2.events-new {
  text-align: center;
}
.custom-business-professional .custom-text-center.custom-events-new-padding {
  margin-top: 20px;
}
.custom-each-events.custom-business-professional a {
  margin-bottom: 25px;
}
/*custom-testimonial*/

.custom-section.custom-testimonial {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.custom-section.custom-testimonial.in-home-page {
  background-color: #fff8f2;
}

.custom-section.custom-testimonial .page-center h2 {
  text-align: center;
  width: 100%;
  padding-bottom: 50px;
}

.back-cover {
  display: block;
  width: 550px;
  height: 270px;
  background-color: #f79526;
  position: absolute;
  left: 33%;
  top: 34%;
  border-radius: 10px;
}

.back-cover:after {
  bottom: -9px;
  content: "";
  position: absolute;
  left: 15%;
  margin-left: 0px;
  width: 50px;
  height: 50px;
  background-color: #f79626;
  border-radius: 5px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  z-index: -1;
}

.back-cover img {
  padding-top: 45px;
  margin-left: 15px;
}

.custom-slide {
  color: #ddd;
  font-family: 'Open Sans', sans-serif;
}

.custom-slide-name {
  margin-left: -75px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.custom-slide-name img {
  display: inline-block;
  margin-top: -30px;
  width: 60px;
  border: solid 1px #ccc;
  border-radius: 30px;
  vertical-align: middle;
}
.custom-section.custom-testimonial .slick-slide.slick-slide.slick-current.slick-active+.slick-slide .custom-slide-name {
  opacity: 1;
}
.custom-slide-name p {
  display: inline-block;
  padding-left: 22px;
}
.div-height {
  min-height: 280px;
  display: block;
}
.custom-section.custom-testimonial .custom-row {
  display: block !important;
}
.custom-slide-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 220px;
  color: #a2a2a2;
}
.custom-section.custom-testimonial .slick-slider {
  margin: 0;
  padding: 0;
  padding-top: 50px;
  color: #ddd;
  font-family: 'Open Sans', sans-serif;
  cursor: -webkit-grab;
  position: relative;
  width: 100%;
}
.custom-slide--active,
.custom-slide--active .custom-slide-description {
  color: #fff;
}

.custom-slide--active .custom-slide-name {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.gray-back {
  background-color: #f2f2f2;
}


/*ready-btn*/

.custom-section.custom-ready-btn {
  background: #f79526;
  padding: 50px;
  overflow: hidden;
}

.custom-section.custom-ready-btn .page-center a ,
.cta-white{
  color: #87898b;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  padding: 15px 40px;
  border-radius: 10px;
  text-transform: uppercase;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.custom-section.custom-ready-btn .custom-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-contact-row3 {
  background-color: #f2f2f2;
}
.custom-section.contact-newsletter {
  background-color: #fff
}

.custom-section.contact-newsletter .page-center a {
  background: #f79526;
  color: #fff;
  text-transform: uppercase;
}


/*BADGES .custom-section*/

.custom-section.badges-section {
  padding: 50px 0;
  background: #fff;
  overflow: hidden;
  text-align: center;
}

.custom-section.badges-section ul {
  margin: 0 auto;
  font-size: 0;
  margin: 0 auto;
  font-size: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  
}

.custom-section.badges-section ul li {
  display: inline-block;
  margin: 0 5px;
}

.custom-section.badges-section ul li img {
  display: block;
  max-width: 100%;
  height: 200px;
}

.custom-home-row7{
  background-color: #fff8f2;
}
/*footer*/

.footer {
  background-color: #232323;
  padding: 70px 0 35px 0;
}

.custom-footer-copyright p {
  color: #444445;
  width: 100%;
  padding-top: 15px;
}

.custom-footer-copyright p a {
  color: #444445;
}

.custom-footer-copyright p a:hover {
  color: #f79626;
}

.footer ul {
  padding-left: 0;
  width: 100%;
}

.custom-footer-top-row {
  border-bottom: solid 1px #39393a;
}

.custom-footer-top-row .col {
  width: 25%;
  float: left;
  margin-right: 10%;
  color: #87898b;
  list-style: none;
  margin-left: 0;
}
.footer ul li {
  float: left;
}
.custom-footer-top-row {
  border-bottom: solid 1px #39393a;
  margin-bottom: 1rem !important;
}
.custom-footer-top-row .col p {
  color: #87898b;
}

.custom-row {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
  width:auto !important;
  float:none !important;
}
span.line {
  display: block;
  height: 1px;
  background-color: #39393a;
  width: 100%;
  margin: 15px 0;
}
.orange {
  color: #f79626;
}

.footer-left hr {
  display: block;
  height: 1px;
  background-color: #39393a;
  width: 100%;
  margin: 15px 0;
}

.custom-footer-top-row .col ul {
  margin: 0;
  padding: 0;
}
.custom-footer-top-row .col.footer-middle ul li:nth-child(1), .custom-footer-top-row .col.footer-middle ul li:nth-child(3) {
  margin-bottom: 10px;
}
.custom-row-inner>div>div{
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
  width:auto !important;
  float:none !important;
}

.custom-footer-top-row .col:last-child {
  margin-right: 0;
}
.custom-footer-copyright p {
  text-align: center;
}
.custom-footer-top-row .col a {
  color: #87898b;
  font-family: 'Open Sans', sans-serif;
}

.custom-footer-top-row .col a:hover {
  color: #f79320;
}
.footer-left ul {
  margin: 0;
  padding: 0;
}
.custom-footer-top-row .col.footer-left a {
  width: 250px;
  display: block;
}

.custom-footer-top-row .col.footer-left a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.custom-footer-top-row .col.footer-left a img {
  width: 100%;
}

.footer ul span.line {
  display: block;
  height: 1px;
  background-color: #39393a;
  width: 100%;
  margin: 15px 0;
}

.custom-footer-top-row .col.footer-left p {
  color: #797b7d;
  padding-bottom: 30px;
}

.custom-footer-top-row .col.footer-left ul li {
  width: auto;
  padding-right: 10px;
  list-style: none;
  margin-right: 0;
}

.custom-footer-top-row .col.footer-left ul li a {
  width: 35px;
}

.custom-footer-top-row .col.footer-left ul li a img {
  width: 100%;
}

.custom-footer-top-row .col.footer-middle ul li {
  width: 100%;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-footer-top-row .col.setaddress {
  margin-bottom: 10px !important;
}

.custom-footer-top-row .col.footer-middle ul li p {
  margin-bottom: 0;
}

.custom-footer-top-row .col.footer-middle ul li img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  width: 30px;
}

.custom-footer-top-row .col.footer-middle ul li div {
  display: inline-block;
}

.custom-footer-top-row .col.footer-right ul {
  padding-top: 50px;
}

.custom-footer-top-row .col.footer-right ul li {
  display: block;
  width: 100%;
  padding-bottom: 20px;
}

.custom-footer-top-row .col.footer-right ul li a.active {
  color: #f79626;
}

.custom-footer-top-row .col.footer-right ul li:last-child a {
  color: #f79626;
  font-weight: 700;
}


/*services*/

.custom-section.service-banner {
  background-size: cover;
  height: 500px;
}

.custom-section.custom-contact-us .hs-input {
  font-size: 13px;
}

/*offered services */

.custom-section.service-provided {
  padding: 115px 0 100px 0;
}

.custom-section.service-provided .page-center .custom-wrapper h2 {
  display: inline-block;
}

.custom-section.service-provided .page-center .custom-wrapper .sevice-sidebar {
  background-color: #f79626;
  color: #fff;
  display: inline-block;
  padding: 18px 28px 18px 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  border-radius: 10px;
  vertical-align: text-bottom;
  margin-left: 25px;
  position: relative;
  z-index: 2;
}

.custom-section.service-provided .page-center .custom-wrapper .sevice-sidebar:after {
  bottom: -6px;
  content: "";
  position: absolute;
  left: 67%;
  margin-left: 0px;
  width: 50px;
  height: 50px;
  background-color: #f79626;
  border-radius: 5px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  z-index: -1;
}

.custom-section.service-provided .page-center .custom-wrapper .main {
  overflow: hidden;
  padding-left: 0;
  margin-top: 75px;
  margin-bottom: 0;
}

.custom-section.service-provided .page-center .custom-wrapper .main .services-items {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 60px;
}

.custom-section.service-provided .page-center .custom-wrapper .main .services-items.no-marg {
  margin-bottom: 0;
}

.custom-section.service-provided .page-center .custom-wrapper .main .services-items:nth-child(even) {
  margin-right: 0;
}

.custom-section.service-provided .page-center .custom-wrapper .main .services-items h2 {
  font-size: 24px;
  line-height: 26px;
  padding: 25px 0 20px 0;
  display: block;
}
.custom-section.home-other-services .page-center .custom-wrapper .other-services-right ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.other-services-left {
  overflow: hidden;
}

.custom-section.service-provided .page-center .custom-wrapper .main .services-items p {
  padding-right: 5px;
}

.custom-section.service-provided .page-center .custom-wrapper .other-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.custom-section.service-provided .page-center .custom-wrapper .other-services-left {
  width: 48%;
  float: left;
  background-size: cover;
  height: 480px;
}

.custom-section.service-provided .page-center .custom-wrapper .other-services-right {
  width: 52%;
  float: left;
  background-color: #fff8f2;
  padding: 50px 70px 25px 60px;
}

.custom-section.service-provided .page-center .custom-wrapper .other-services-right h2 {
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 25px;
}

.custom-section.service-provided .page-center .custom-wrapper .other-services-right ul li,
.custom-section.home-other-services .page-center .custom-wrapper .other-services-right ul li {
  font-size: 14px;
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.custom-section.service-provided .page-center .custom-wrapper .other-services-right ul li:before,
.custom-section.home-other-services .page-center .custom-wrapper .other-services-right ul li:before {
  content: "\2022";
  color: #f79626;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: 0px;
  font-size: 18px;
  align-items: flex-start;
  line-height: 16px;
}

.custom-section.service-provided .page-center .custom-wrapper .other-services-right a,
.custom-section.home-other-services .page-center .custom-wrapper .other-services a {
  padding: 25px 0 40px 20px;
}

.custom-home-row1.custom-services-row1 .custom-section.service-provided {
  padding: 0 !important;
}
/*service forms*/

.custom-section.custom-service-forms {
  background-color: #ededee;
  padding: 90px 0 100px 0;
}
.custom-home-row2.custom-services-row2 .custom-section.home-other-services .page-center .custom-wrapper .other-services {
  padding: 0 !important;
}
.custom-section.custom-service-forms .page-center .custom-wrapper h2 {
  text-align: center;
}

.custom-section.custom-service-forms .page-center .custom-wrapper .form-header {
  margin: 0 auto;
  /*width: fit-content;*/
  background-color: #f79626;
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
  width: 530px;
}

.custom-section.custom-service-forms .page-center .custom-wrapper .form-header .form-sub-header {
  display: inline-block;
  position: relative;
  z-index: 12;
}

.custom-section.custom-service-forms .page-center .custom-wrapper .form-header .form-sub-header:after {
  bottom: -19px;
  content: "";
  position: absolute;
  left: 85%;
  margin-left: 0px;
  width: 75px;
  height: 75px;
  background-color: #f79626;
  border-radius: 5px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  z-index: -1;
}

.custom-section.custom-service-forms .page-center .custom-wrapper .form-header p {
  color: #fff;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
}

.custom-section.custom-service-forms .page-center .custom-wrapper .form-header p span {
  color: #000;
  font-size: 15px;
  font-style: italic;
}

.custom-section.custom-service-forms .page-center .custom-wrapper form {
  margin-top: 60px;
}

.custom-section.custom-service-forms .page-center .custom-wrapper .hs-form-field {
  width: 47.5%;
  margin-right: 5%;
  float: left;
  padding: 0;
  padding-bottom: 25px;
  margin-bottom: 1rem;
}

.zero-right {
  margin-right: 0 !important;
}

.custom-section.custom-service-forms .page-center .custom-wrapper label {
  font-size: 17px;
  padding-bottom: 10px;
}
.custom-service-forms .actions {
  text-align: center;
}
.custom-service-forms span.hs-form-required {
  display: none;
}
.custom-service-forms .hs-input {
  background-color: #fff;
  padding: 1rem .75rem 0.9rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  margin: 0;
}
.custom-service-forms .actions input.hs-button.primary.large {
  border: 0;
  background-color: #87898b;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 20px 150px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  border-radius: 0;
  text-transform: uppercase;
}

.custom-service-forms .actions input.hs-button.primary.large:hover {
  background-color: #f79626;
  color: #ededee;
}

.custom-section.service-provided .page-center .custom-wrapper .main .services-items img{
  vertical-align: middle;
}
/*service clients */

.custom-section.service-partner {
  background-color: #fef8f2;
  padding: 90px 0;
  text-align: center;
}

.custom-section.service-partner .page-center .custom-wrapper .partner-logos {
  overflow: hidden;
}

.custom-section.service-partner .page-center .custom-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
  margin-bottom: -1px;
  padding-left: 0;
  margin-top: 0;
}


/*.custom-section.service-partner .page-center .custom-wrapper ul li{flex: 1 0 25%;padding-bottom: 50px;border-bottom: solid 1px #dcdcdc;}*/

.custom-section.service-partner .page-center .custom-wrapper ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-bottom: 0px;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #dcdcdc;
}


/*aboutus*/

.custom-section.about-banner {
  background-size: cover;
  min-height: 500px;
  background-position: center center;
}


/*about-ceo*/

.custom-section.about-ceo {
  padding: 100px 0 100px 0;
}

.custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-img {
  width: 38%;
  float: left;
}

.custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-content {
  width: 60%;
  float: left;
  padding: 15px 0px 0px 40px;
}

.custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-content h3 {
  padding-bottom: 5px;
  max-width: 138px;
}

.custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-content p span {
  font-size: 18px;
  padding-bottom: 0px;
  display: block;
}

.custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-content p {
  line-height: 25px;
}

.custom-section.about-ceo .page-center ul.about-social-icons {
  margin-top: 0px;
  overflow: hidden;
  padding-bottom: 30px;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.custom-section.about-ceo .page-center ul.about-social-icons li {
  float: left;
  padding-right: 18px;
  vertical-align: middle;
}

.custom-section.about-ceo .page-center ul.about-social-icons li a img {
  vertical-align: baseline;
}

h2 span ,h3 span{
  color: #f79626;
}
/*our-team*/

.custom-section.our-team {
  padding: 100px 0;
  background-color: #fef8f2;
}

.custom-section.our-team .page-center h2 {
  text-align: center;
}

.custom-section.our-team .page-center .custom-team-row {
  margin-top: 80px;
}

.custom-section.our-team .page-center .custom-team-row .custom-team-row-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  float: left;
}

.custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-img {
  position: relative;
  background-color: #616163;
  display: flex;
  align-items: flex-end;
}


/*.custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-img img{margin-top: 64px;}*/

.custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-img p {
  position: absolute;
  top: 8%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  left: 13%;
}

.custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-img p span {
  font-weight: 600;
  font-size: 14px;
}

.custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-info {
  background-color: #fff;
  font-size: 13px;
  padding: 25px 22px 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 50%;
}

.custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-info p {
  font-size: 12px;
  position: relative;
  z-index: 5;
  margin-bottom: 5px;
}

.custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-info strong {
  position: relative;
  z-index: 5;
  font-size: 11px;
  padding-bottom: 15px;
}

.left-tag:after {
  top: 25%;
  bottom: 0px;
  content: "";
  position: absolute;
  left: -2%;
  margin-left: 0px;
  width: 75px;
  height: 75px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  z-index: 2;
}

.right-tag:after {
  top: 25%;
  bottom: 0px;
  content: "";
  position: absolute;
  right: -2%;
  margin-left: 0px;
  width: 75px;
  height: 75px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  z-index: 2;
}

.reverse-show {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.custom-section.our-team .page-center img.icon-badge-logo {
  margin-top: 5px;
}




/*contact-us*/

.custom-section.contact-banner {
  background-size: cover;
  height: 500px;
}

.custom-section.custom-contact-us {
  padding: 100px 0px;
}

.custom-section.custom-contact-us .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-section.custom-contact-us .form-holder .hs-form-field  {
  background: #e5e5e5;
  margin-bottom: 10px;
  font-size: 13px;
  color: #000;
  width: 100%;
  height: 45px;
  box-shadow: none;
  border: none;
}

.custom-section.custom-contact-us .form-holder .selection {
  color: #656565;
}

.custom-section.custom-contact-us .form-holder .btn {
  width: 100%;
  font-size: 18px;
  background-color: #F79320;
  color: #fff;
  padding: 15px;
}

.custom-section.custom-contact-us .form-holder textarea.hs-form-field  {
  padding: 10px;
  height: 110px;
  resize: none;
}

.custom-section.custom-contact-us .custom-address {
  margin: 45px 30px 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-section.custom-contact-us .custom-address ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-section.custom-contact-us .custom-address .address-items {
  display: inline-block;
  width: 55%;
  border-right: 1px solid #dadada;
  vertical-align: top;
  padding: 0;
}

.custom-section.custom-contact-us .custom-address .address-items:last-child {
  margin-right: 0px;
  border-right: 0px solid #dadada;
  width: 40%;
  padding: 0;
  padding-left: 15px;
  margin-left: 2%;
  padding-top: 0px;
}

.custom-section.custom-contact-us .custom-address p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}

.custom-section.custom-contact-us .custom-address .address-items>a>img {
  width: 100%;
}

.custom-section.custom-contact-us .google-map {
  height: 100%;
}


/*our custom-history*/

.custom-section.our-custom-history {
  background-size: cover;
  height: 500px;
}

.custom-section.custom-history-content {
  padding: 120px 0 100px 0;
}

.custom-section.custom-history-content h1 {
  margin-left: 42%;
}

.custom-section.custom-history-content .custom-history-wrapper {
  padding-top: 35px;
}

.custom-section.custom-history-content .page-center .custom-history-left {
  float: left;
  padding-top: 0px;
  width: 40%;
  overflow: hidden;
}

.custom-section.custom-history-content .page-center .custom-history-right {
  float: left;
  width: 60%;
  padding-left: 25px;
  padding-right: 45px;
}

.custom-section.custom-history-content .page-center .custom-history-right h1 {
  padding-bottom: 42px;
}

.custom-section.custom-history-content .page-center .custom-history-right {
  line-height: 26px;
}


/* Business Points */

.custom-section.jeffrey-talks-business {
  background-size: cover;
  height: 500px;
}

.custom-section.custom-business-points-content {
  padding: 120px 0 100px 0;
}

.custom-business-points-wrapper {
  padding-top: 10px;
}

.custom-section.custom-business-points-content h1 {
  color: #f79626;
  padding-bottom: 23px;
}

.custom-section.custom-business-points-content h2 {
  text-transform: none;
  font-size: 26px;
  line-height: 32px;
  margin-left: 0;
  margin-top: 25px;
  padding-bottom: 10px;
}

.custom-business-points-wrapper h3 {
  font-size: 22px;
  line-height: 26px;
  padding: 25px 0 20px 0;
  text-transform: none;
}

.custom-business-section {
  border-bottom: solid 1px #f79626;
  padding-top: 15px;
  padding-bottom: 25px;
}

.custom-business-points-wrapper img{
  width: 34%;
  float: left;
  margin-right: 41px;
  margin-top: 27px;
  margin-bottom: 15px;
}


/*services page*/

.custom-section.custom-proactive-service,
.custom-section.project-scoping,
.custom-section.cyber-security,
.custom-section.cloud-computing,
.custom-section.custom-tailored,
.custom-section.hardware-purchasing,
.custom-section.pci-compliance,
.hs-culture-page .custom-section.about-banner{
  background-size: cover;
  min-height: 500px;
}

.hs-culture-page .custom-section.about-banner{
  background-size: cover;
  min-height: 400px;
}

.custom-section.custom-proactive-content,
.custom-section.project-scoping-content,
.custom-section.cyber-security-content,
.custom-section.cloud-computing-content,
.custom-section.custom-tailored-content,
.custom-section.hardware-purchasing-content,
.custom-section.pci-compliance-content {
  padding: 120px 0 100px 0;
}

.custom-section.pci-compliance-content p a,
.custom-section.hardware-purchasing-content .page-center .custom-wrapper p a {
  color: #f79626;
}

.custom-section.pci-compliance-content p a:hover,
.custom-section.hardware-purchasing-content .page-center .custom-wrapper p a:hover {
  text-decoration: underline;
}

.custom-sub-services .page-center .custom-wrapper h1 {
  padding-bottom: 30px;
}

.custom-sub-services .page-center .custom-wrapper p {
  padding-right: 130px;
  line-height: 26px;
}

.custom-sub-services .page-center .custom-wrapper ul,
.custom-our-culture-row{
  margin-top: 50px;
}

.custom-sub-services .page-center .custom-wrapper ul li,
.custom-our-culture-item{
  list-style: disc;
  margin-left: 25px;
}

.custom-sub-services .page-center .custom-wrapper ul li p {
  font-size: 16px;
  color: #232323;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.5;
  padding: 0;
}

.custom-sub-services .page-center .custom-wrapper ul li span {
  padding-left: 15px;
}


/*custom-testimonial*/

.custom-section.custom-testimonial-banner {
  background-size: cover;
  height: 500px;
}

.custom-section.custom-testimonial-content {
  padding: 120px 0 100px 0;
}

.custom-section.custom-testimonial-content .page-center h1 {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 60px;
}

#custom-test-demo {
  position: relative;
  max-width: 100%;
  width: 100%;
  text-align: center;
}


/*.custom-section.custom-testimonial-content .page-center ul li{width: 30%; margin-right: 3%;float: left;padding: 50px 60px 60px 60px;}*/

.custom-section.custom-testimonial-content .page-center .img-holder {
  width: 97px;
  height: 97px;
  background-color: #fff;
  border-radius: 50px;
  margin: 0 auto;
}

.custom-section.custom-testimonial-content .page-center .img-holder img.img-center {
  padding: 15px 0 0 0px;
}

.custom-section.custom-testimonial-content .page-center h3 {
  font-size: 22px;
  font-weight: 600;
  color: #2c2c2c;
  padding-top: 25px;
  text-transform: capitalize;
  padding-bottom: 5px;
}

.custom-section.custom-testimonial-content .page-center span.company-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
  display: block;
  letter-spacing: 2px;
}
.custom-section.custom-testimonial .slick-slide {
  margin-right: 90px;
  margin-left: 90px;
}
.custom-section.custom-testimonial *{
  outline:0;
}
.custom-testimonial .slick-list {
  margin: 0 -90px;
  padding: 0;
}
.custom-section.custom-testimonial .slick-slide.slick-slide.slick-current.slick-active+.slick-slide .custom-slide-description {
  color: #fff;
}
.custom-section.custom-testimonial-content .page-center span.custom-testimonial-line {
  display: block;
  width: 35px;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
  margin-bottom: 25px;
}

.custom-section.custom-testimonial-content .page-center .green span.custom-testimonial-line {
  background-color: #395e04;
}

.green {
  background-color: #f0f7e6;
  color: #395e04;
}

.cream {
  background-color: #feebd6;
  color: #713d03;
}

.blue {
  background-color: #dee9f5;
  color: #033368;
}

.violet {
  background-color: #eee2ef;
  color: #64086c;
}

.brown {
  background-color: #f1ece5;
  color: #6e4103;
}

.rose {
  background-color: #fcdade;
  color: #700f1a;
}

.light-green {
  background-color: #e2f1cf;
  color: #427106;
}

.light-blue {
  background-color: #daf3fd;
  color: #0e6c93;
}

.aqua {
  background-color: #98d0d1;
  color: #0f5a5b;
}

.aqua-blue {
  background-color: #bcb8df;
  color: #413b7c;
}

.light-red {
  background: #e3bcbc;
  color: #ae3939;
}

.light-yellow {
  background-color: #fff7d4;
  color: #ab901d;
}

.custom-white-panel {
  position: absolute;
  padding: 10px;
  border-radius: 10px;
  padding: 60px 55px 50px 55px;
}

.grid-item {
  width: 200px;
}

.grid-item--width2 {
  width: 400px;
}

.custom-business-section:first-child .custom-business-points-wrapper{
  padding-top: 0;
}
.custom-business-section:first-child {
  padding-top: 0;
}

/*open-a-ticket*/

.custom-section.custom-signup-row1 {
  padding: 100px 0;
  background-color: #fff8f2;
}

.custom-section.custom-signup-row1 .page-center .custom-signup-form {
  background-color: #fff;
  padding: 40px;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  width: 75%;
  float: none !important;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
}
.hs-services-page .custom-section.custom-banner-area.about-banner  {
  background-position: unset;
}
.custom-business-points-wrapper ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
  padding-left: 0;
}

.custom-each-events {
  text-align: center;
}
.custom-section.custom-signup-row1 .page-center .custom-signup-form h3 {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #87898b;
  line-height: 1.5;
  padding: 25px;
  margin-bottom: 1rem;
}
.custom-section.custom-signup-row1 .page-center .custom-signup-form li.hs-form-booleancheckbox {
  text-align: left;
  padding: 0px 0px 0px 15px;
}
.custom-section.custom-signup-row1 .page-center .custom-signup-form .hs-button {
  margin-bottom: 0;
  text-transform: uppercase;
}
.custom-section.custom-signup-row1 .page-center .custom-signup-form .hs-form-field .hs-input:focus {
  color: #495057;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.custom-section.custom-signup-row1 .page-center .custom-signup-form .hs-form-field .hs-input[type="checkbox"]{
  box-shadow: none;
}
.custom-section.custom-service-forms .page-center .custom-wrapper label.hs-error-msg {
  padding: 0;
  margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  text-align: initial;
  padding: 5px 0 5px !important;
}
ul.no-list.hs-error-msgs.inputs-list label {
  color: red;
}
.custom-section.custom-signup-row1 .page-center .custom-signup-form .hs-form-field  {
  padding:0 !important;
  margin-bottom: 30px;
  border: none;
  width: 49%;
  float: left;
  margin-right: 2%;
}
.custom-section.custom-signup-row1 .page-center .custom-signup-form label {
  margin: 0;
}
.no-right {
  margin-right: 0 !important;
}
.custom-section.custom-signup-row1 .page-center .custom-signup-form .hs-form-field:nth-child(even){
  margin-right: 0 !important;
}

.custom-section.custom-signup-row1 .page-center .custom-signup-form .hs-form-field span.hs-form-required {
  display: none;
}
.custom-section.custom-signup-row1 .page-center .custom-signup-form .hs-form-field .hs-input {
  padding: 16px 15px 16px 15px;
  margin-bottom: 0;
  border: none;
  background-color: #f6f4f5;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
}

.custom-section.custom-signup-row1 .custom-row {
  display: block !important;
}

.custom-section.custom-signup-row1 .page-center .custom-signup-form .hs-button {
  border: none;
  border-radius: 5px;
  width: 100%;
  padding: 15px;
  letter-spacing: 2px;
  font-weight: 700;
  cursor: pointer;
  background-color: #f79526;
  color: #fff;
  width: 35%;
  font-size: 22px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.custom-section.custom-signup-row1 .page-center .custom-signup-form .hs-button:hover {
  background-color: #000;
}

.extra-btn {
  background-color: transparent !important;
  text-align: left !important;
  padding-top: 17px !important;
  padding-bottom: 50px !important;
}


/*thank-you*/

.custom-section.thank-you {
  padding: 100px 0;
  background-color: #f5f5f5;
}

.custom-section.thank-you .page-center h1 {
  font-size: 80px;
  text-align: center;
  font-weight: 600;
  padding: 25px;
}

.custom-section.thank-you .page-center p {
  font-size: 20px;
  text-align: center;
}

.custom-section.thank-you .page-center .img-holder {
  width: 100px;
  margin: 0 auto;
}

.custom-section.thank-you .page-center .img-holder img {
  width: 100%;
}

.custom-section.thank-you .page-center a {
  display: block;
  width: 150px;
  background: #f79320;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 auto;
}

.custom-section.thank-you .page-center a:hover {
  background-color: #87898b;
}

.custom-section.thank-you-custom-testimonial {
  padding: 40px 0;
}
b, strong {
  font-weight: bolder;
}

/*404 error*/

.custom-section.error {
  padding: 100px 0;
  text-align: center;
}

.custom-section.error .page-centerh1 {
  font-size: 150px;
  padding: 20px 0;
  line-height: 155px;
  color: #ccc;
}

.custom-section.error .page-centerh2 {
  font-size: 40px;
  line-height: 40px;
}


/*referral-program*/

.custom-section.custom-referral-content {
  padding: 120px 0;
  background-color: #fff8f2;
}

.custom-section.custom-referral-content img.custom-referral-logo {
  width: 350px;
  height: 125px;
  display: block;
  margin: 0 auto 50px;
}

.custom-section.custom-referral-content h1 {
  margin: 0 auto;
  font-size: 50px;
}

.custom-section.custom-referral-content .page-center .custom-referral-strip {
  padding: 0 15px;
}

.custom-section.custom-referral-content .page-center .custom-referral-strip p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #87898b;
  font-size: 18px;
}

.custom-section.custom-referral-content .page-center .custom-referral-strip p a {
  color: #87898b;
  font-weight: 700;
}

.custom-section.custom-referral-content .page-center .custom-referral-strip p a:hover {
  color: #f79526;
}

.custom-section.custom-referral-content .page-center .custom-referral-strip ol li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #f79526;
  font-size: 22px;
  margin-bottom: 25px;
}


/*Our Culture*/

.custom-our-culture-content {
  padding-bottom: 80px;
  padding-top: 10px;
}

.custom-our-culture-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 50px 0 0;
}

.custom-our-culture-item {
  width: 30.333%;
  padding: 0;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 30px;
  margin-left: 25px;
}

.custom-our-culture-item img {
  margin-bottom: 25px;
}
.custom-our-culture-item h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  max-width: 207px;
  margin: 0 auto .5rem;
  text-align: center;
}
.custom-wrapper {
  max-width: 1190px !important;
  margin-left: auto  !important;
  margin-right: auto  !important;
  float:none !important;
  width: 100%;
}
.custom-section.custom-history-content h1 span,
h1 span{
  color: #f79626;
}

.custom-get-started-row1.custom-proactive-content.custom-section.custom-sub-services .hs_cos_wrapper_type_rich_text a:hover {
  text-decoration: underline;
}

/*events*/

.custom-section.events-banner {
  background-size: cover;
  height: 500px;
}

.custom-event-content {
  padding: 120px 0 100px 0;
  background-color: #fff8f2;
}


/*.custom-each-events .each-events{border-bottom: solid 1px #ccc;padding-bottom:15px;}*/

.custom-each-events h1 {
  color: #f79626;
  padding-bottom: 35px;
  margin: 0;
}

.custom-each-events h2,
.custom-quotes.custom-row h2{
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: none;
  font-weight: 400;
  padding-top: 25px;
  margin-top: 0px;
}

.custom-quotes.custom-row h2 {
  text-align: center;
  display: block;
  width: 100%;
}

.custom-each-events ul.slick-dots {
  display: none !important;
}
.custom-each-events h3 {
  margin-bottom: 15px;
  text-transform: none;
  font-weight: 400;
}
.custom-each-events .custom-album-holder h2 {
  padding-top: 0px;
}
.custom-album-holder {
  max-width: 1100px;
  margin-left:auto !important;
  margin-right:auto !important;
}
.custom-album-holder .hs_cos_gallery_main, .custom-album-holder .hs_cos_gallery_thumbnails, .custom-album-holder .hs_cos_gallery_lightbox{
  padding:0;
  margin:0;
}
.custom-each-events a {
  color: #fff;
  background-color: #f79626;
  border-radius: 5px;
  padding: 10px 23px;
  display: inline-block;
  font-size: 18px;
}

.custom-album-holder .slick-arrow:before {
  display: none;
}
.slick-arrow .c {
  fill: #fff;
  opacity: .3;
}

.slick-arrow .a {
  fill: none;
  stroke: #000;
  stroke-width: 350;
  stroke-miterlimit: 10;
}

.slick-arrow:hover .c {
  opacity: .5;
}

.slick-arrow:hover .a {
  opacity: .8;
}
.custom-album-holder .hs_cos_gallery_thumbnails {
  position: static;
}
.custom-each-events a:hover {
  background-color: #000;
}
.custom-album-holder .hs_cos_gallery {
  position: relative;
}
.custom-btn-row p:last-child{
  margin-bottom: 25px;
}

div#hs_cos_wrapper_widget_20459200851 {
  margin-top: 30px;
}
.custom-form-container form {
  margin: 0 -15px;
}

body.hs-crime-page{
  font-family: 'Roboto Condensed', sans-serif;
}

.custom-form-container .hs_submit.hs-submit input.hs-button.primary.large {
  margin-right: 8px;
  background-color: #fff !important;
  color: #a29cc6 !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  padding: 2px 20px 1px !important;
  cursor: pointer;
  border-radius: .25rem;
  width: 98%;
  font-family: inherit;
  margin: 0;
}

.custom-form-container .hs_submit.hs-submit input.hs-button.primary.large:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.custom-album-holder .slick-arrow {
  z-index: 10;
  left: 33.6735px;
  top: 50%;
  margin-top: -67px;
  width: 60px;
  height: 60px;
  fill: #fff;
}
.custom-album-holder .slick-slide-inner-wrapper {
  display: block !important;
}

.custom-album-holder .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper svg.cv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: middle;
}

.custom-album-holder .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border: 0;
  opacity: .6;
  z-index: 1;
  right: 0;
  margin: 0 auto;
}
.slick-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.cta-white.yellow-btn, .custom-section.custom-ready-btn .page-center .yellow-btn {
  background: #f79526;
  color: #fff;
  text-transform: uppercase;
}

.hs_cos_wrapper_type_rich_text ul li {
  list-style: disc;
  margin-left: 25px;
}

.custom-album-holder .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper:hover .slick-thumb {

}
.custom-album-holder .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper {
  padding-bottom: 31%;
}

.custom-album-holder .hs_cos_gallery_thumbnails .slick-current .slick-slide-inner-wrapper img,
.custom-album-holder .hs_cos_gallery_thumbnails .slick-current .slick-slide-inner-wrapper svg.cv .a{
  opacity: 1;
}
.custom-album-holder .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper:hover svg.cv {
  background-color: rgba(0,0,0,6);
  opacity: .35;
  border-color: #fff;
  opacity: .35;
}
.custom-album-holder .hs_cos_gallery_thumbnails .slick-current .slick-slide-inner-wrapper svg.cv{
  border-color:#fff;
}
.custom-album-holder .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper svg .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
  visibility: hidden;
}

.body-container .content-wrapper{
  padding-top:30px;
  padding-bottom:30px;
}
.custom-album-holder .hs_cos_gallery_thumbnails .slick-current .slick-slide-inner-wrapper svg.cv {
  border-color:#fff;
  opacity:.35;
}
.custom-album-holder .hs_cos_gallery_thumbnails .slick-current .slick-slide-inner-wrapper .slick-thumb {
  padding: 0px;
  border-color:#fff;
}

.custom-album-holder .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper svg:hover .a,
.custom-album-holder .hs_cos_gallery_thumbnails .slick-current .slick-slide-inner-wrapper svg .a{
  visibility: visible;
}
.custom-album-holder .hs_cos_gallery_thumbnails .slick-current .slick-slide-inner-wrapper svg .a{
  visibility: visible;
  opacity:0.6;
}

.custom-album-holder .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
  margin: 0;
  display: block;
}

.custom-album-holder .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
  margin: 0;
}
.custom-album-holder .hs_cos_gallery_thumbnails .slick-slide {
  padding: 8px 4px;
}

.custom-album-holder .hs_cos_gallery_thumbnails {
  position: static;
  background-color: #000;
  padding: 0 8px;
}
.custom-album-holder .slick-arrow.slick-next {
  left: auto;
  right: 33.6px;
}
.custom-each-events .each-events.col .network-event-img {
  width: 450px;
  margin: 30px auto 0;
}

.custom-each-events .each-events.col .network-event-img img {
  width: 100%;
}

.custom-business-professional .custom-tri-img img {
  padding-right: 25px;
}
.blog .fancybox-show-thumbs .fancybox-bg {
  background-color: #000;
  opacity: 0.9;
}
.custom-business-professional .custom-tri-img img:last-child {
  padding-right: 0;
}

.hyperlink {
  background: none!important;
  color: #f79320!important;
  padding: 0px!important;
}

.hyperlink:hover {
  color: #000!important;
}

.custom-each-events .each-events.col.nopadding.quotes h3 {
  line-height: 34px;
}

.custom-each-events .each-events.col.nopadding.quotes {
  padding: 50px 0;
}

.custom-album-holder {
  margin: 50px 0;
}

.jssorl-009-spin img {
  -webkit-animation-name: jssorl-009-spin;
  animation-name: jssorl-009-spin;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes jssorl-009-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes jssorl-009-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.jssora106 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora106 .c {
  fill: #fff;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.jssora106 .a {
  fill: none;
  stroke: #000;
  stroke-width: 350;
  stroke-miterlimit: 10;
}

.jssora106:hover .c {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.jssora106:hover .a {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.jssora106.jssora106dn .c {
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.jssora106.jssora106dn .a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.jssora106.jssora106ds {
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  pointer-events: none;
}
.custom-section.home-other-services .page-center .custom-wrapper .other-services-left img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100% !important;
  width: 100%;
  -o-object-position: left;
  object-position: left;
}

.custom-form-container form.hs-form fieldset .hs-form-field .input .hs-input.error {
  margin-bottom: 46px;
}

.custom-form-container form.hs-form fieldset .hs-form-field .input .hs-input:focus{
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}


.custom-form-container ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  /* bottom: 0; */
  margin-top: 20px;
}
.jssort101 .p {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #000;
}
.custom-home-row1.custom-services-row1 .home-service-section {
  background-color: #fff;
}
.jssort101 .p .cv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
  z-index: 1;
}

.jssort101 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
  visibility: hidden;
}

.jssort101 .p:hover .cv,
.jssort101 .p.pdn .cv {
  border: none;
  border-color: transparent;
}

.jssort101 .p:hover {
  padding: 2px;
}

.jssort101 .p:hover .cv {
  background-color: rgba(0, 0, 0, 6);
  opacity: .35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}

.jssort101 .p:hover.pdn {
  padding: 0;
}

.jssort101 .p:hover.pdn .cv {
  border: 2px solid #fff;
  background: none;
  opacity: .35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}

.jssort101 .pav .cv {
  border-color: #fff;
  opacity: .35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}

.jssort101 .pav .a,
.jssort101 .p:hover .a {
  visibility: visible;
}

.jssort101 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.custom-footer-top-row .col.footer-right ul li ul {
  display: none !important;
}
.jssort101 .pav .t,
.jssort101 .p:hover .t {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}
/* ul#hsresults {
padding: 10px;
border: 1px solid #000;
} */


.body-container .hs-search-results__listing li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
.body-container .hs-search-results__listing li:last-child{
  border-bottom:0;
}

.body-container .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px
}

.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}
.text-center.tri-img.new-event-padding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 45px;
}
.custom-section.custom-testimonial .slick-arrow {
  display: none !important;
}
a.drop-box-lmore {
  background: #0062ff !important;
  padding: 6px 22px;
  margin-bottom: 55px;
  line-height: 1.4;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
}

.custom-section.custom-event-content h3{
  line-height: 1.4;
  text-align: center;
  padding: 0 50px;
}
.hs_cos_wrapper_type_rich_text ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.hs_cos_wrapper_type_rich_text ul {
  list-style: none;
  padding-left: 0;
}

/* Popup Video */

.custom-text-center.custom-tri-img.custom-new-event-padding a {
  background-color: transparent;
  padding: 0;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.custom-text-center.custom-tri-img.custom-new-event-padding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 45px;
  text-align: center;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.popup {
  margin: 70px auto;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.mobile-banner.about-page {
  display: none;
}
.popup .close {
  position: absolute;
  top: 0;
  right: 3px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  width: 26px;
  height: 26px;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 28px;
}

.popup .close:hover {
  color: #06D85F;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

video.rcs-video {
  width: 100%;
}

.video-event .modal-body {
  padding: 10px;
}

.video-event .modal-content {
  width: 95%;
  margin: 0 auto;
}

.video-event .close {
  float: right;
  position: absolute;
  right: 4px;
  top: 0;
  font-size: 28px;
  z-index: 9999;
}

.video-event .modal-dialog {
  max-width: 1100px;
}

.custom-banner-area {
  background-size: cover;
  max-height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
}

.custom-footer-top-row .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
  display: inline;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

.custom-col-md-7,
.custom-col-md-5{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-section.custom-contact-us span.hs-form-required {
  display: none;
}

.custom-section.custom-contact-us label {
  margin: 0;
}
.custom-section.custom-contact-us h3 {
  margin: 0;
}

textarea.hs-input {
  padding: 10px;
  height: 110px;
  resize: none;
}
.custom-section.custom-contact-us input.hs-button.primary.large {
  width: 100%;
  font-size: 18px;
  background-color: #F79320;
  color: #fff;
  padding: 15px;
  margin: 0;
}


.header-right ,
.header-left {
  float:left !important;
  width:auto !important;
}
.header-right{
  float:right!important;
}
.header-right {
  text-align: right;
}
.custom-header-2{
  padding: 25px 0;
}
.header-left a {
  width: 180px;
  display: block;
}
.container-fluid .row-fluid .page-center-2 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin: 0 auto;
}
.header-right p {
  font-size: 16px;
  margin: 16px 0 0 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.header-right p span {
  font-size: 22px;
  line-height: 1;
}
.hs-crime-page  .header-right p  {
  font-family: 'Roboto Condensed', sans-serif;
}

.custom-banner {
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-banner {
  padding: 50px 0;
}
.custom-banner .page-center-2 h1,
.custom-banner .page-center-2 h2,
.custom-banner .page-center-2 h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #87898b;
  margin-bottom: .5rem;
  margin-top: 0;
  color: #2e268b;
  font-family: 'Roboto Condensed', sans-serif;
}

.custom-banner .page-center-2 h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
  max-width: 358px;
}
.hs-crime-page h1,
.hs-crime-page h2,
.hs-crime-page h3{
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 0;
  margin-bottom: .5rem;
  color: #2e268b;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: none;
}

.company-right p {
  text-align: right;
  font-size: 14px;
  letter-spacing: 1px;
}

.hs-crime-page p, .hs-crime-page li {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}
.custom-banner .page-center-2 h3 {
  font-weight: 300;
  font-size: 20px;
  margin-top: 25px;
}

.custom-banner .page-center-2 h2 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 25px;
  line-height: 1.2;
  max-width: 474px;
}

.custom-content {
  font-family: 'Roboto', sans-serif;
}
.container-fluid .row-fluid .custom-content .page-center-2 {
  padding: 50px 195px 50px 0;
}

.custom-content .page-center-2 h2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.custom-content .page-center-2 p,
.custom-content .page-center-2 ul li {
  color: #4f4f4f;
}

.custom-content .page-center-2 p {
  margin-bottom: 25px;
}

.custom-content .page-center-2 ul {
  margin-top: 25px;
  padding-left: 20px;
  list-style: circle;
}
.custom-content .page-center-2 ul li {
  list-style: circle;
  margin-left: 0;
}

.custom-content .page-center-2 ul li {
  margin-bottom: 20px;
}

.custom-form-container {
  background-color: rgb(151, 145, 191);
}

.container-fluid .row-fluid .custom-form-container .page-center-2 {
  padding: 50px 150px;
}

.container-fluid .row-fluid .custom-form-container .page-center-2 h3 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding-bottom: 25px;
}

.container-fluid .row-fluid .custom-form-container .page-center-2 form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-fluid .row-fluid .custom-form-container .page-center-2 form .form-group .form-control {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 98%;
  flex: 0 0 98%;
  margin-right: 5px;
  background-color: #a29cc6;
  border: none;
  font-size: 14px;
  color: #fff;
  height: auto;
  padding: 10px 15px;
}

.container-fluid .row-fluid .custom-form-container .page-center-2 form .form-group span {
  color: #f00;
}

.container-fluid .row-fluid .custom-form-container .page-center-2 form .form-group button {
  background-color: #fff !important;
  color: #a29cc6 !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  padding: 0px !important;
  height: 41px !important;
  cursor: pointer;
}
.hs-crime-page .custom-footer-2 p {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
}
.container-fluid .row-fluid .custom-form-container .page-center-2 form .form-group button:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.custom-footer-social-2>div {
  min-height: 36px !important;
}

.custom-footer-social-2:after {
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  background-color: #55535e;
  margin-top: 5px;
  content: "";
  display: block;
  width: 100%;
}
.custom-footer-2 {
  background-color: rgb(43, 41, 54);
  color: #fff;
  padding: 15px 0;
}

.custom-footer-2 .social-media {
  float: right;
}

.custom-footer-2 .social-media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  list-style: none;
}
.home-about-banner .slick-slider {
  padding: 0;
  margin: 0;
}
.custom-footer-2 .social-media ul li {
  margin-right: 15px;
}
.custom-footer-2 .social-media ul li a:hover i {
  color: #fff;
}
.custom-footer-2 .social-media ul li:last-child {
  margin-right: 0;
}
.home-about-banner .slick-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: all .3s ease-in;
  text-decoration: none;
  height: 97.5%;
  -webkit-transform: translate(0, -0%);
  -ms-transform: translate(0, -0%);
  transform: translate(0, -0%);
  z-index: 9;
  content: "";
  margin: 0;

}
.home-service-section {
  background-color: #ededee;
}
.home-about-banner .slick-slider .slick-arrow.slick-next{
  right:0;
}
.home-about-banner .slick-slider .slick-arrow:hover{
  opacity:1;
}

h2.post-listing-simple {
  padding: 20px 0;
  line-height: 1.2;
}

.home-about-banner .slick-slider .slick-arrow.slick-prev:before{
  background-image: url('//6409599.fs1.hubspotusercontent-na1.net/hubfs/6409599/RCSProfessionalServices_November2019/images/download-1.svg');
}
.custom-row.custom-row-inner-1 {
  display: block !important;
}
.home-about-banner .slick-slider .slick-arrow.slick-next:before{
  background-image: url('//6409599.fs1.hubspotusercontent-na1.net/hubfs/6409599/RCSProfessionalServices_November2019/images/next.svg');
}

.container-fluid .row-fluid .custom-album-holder .page-center {
  padding-left: 0;
  padding-right: 0;
}

.home-about-banner .slick-slider .slick-arrow:before{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  content: "";

  opacity: 1;
}
.custom-footer-2 .social-media ul li a {
  font-size: 24px;
  color: #55535e;
  text-decoration: none;
  transition: all .3s ease-in-out !important;
}
.custom-footer-2 .social-media ul li a ,
.custom-footer-2 .social-media ul li a *{
  color: #55535e;
  text-decoration: none;
  transition: all .3s ease-in-out !important;
}

.custom-footer-2 .social-media ul li a:hover {
  color: #fff;
}
.custom-btn-row p:last-child a {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.custom-footer-2 hr {
  background-color: #55535e;
  margin-top: 5px;
}

.custom-footer-2 .company-details>div>div {
  font-family: 'Roboto', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  letter-spacing: 1px;
}
.hs-crime-page .custom-footer-2 * {
  color: #fff;
} 
.custom-footer-2 .company-details .company-left p {
  margin-bottom: 0;
  font-size: 14px;
}
.custom-footer-2 .company-details .company-left a:hover {
  text-decoration: underline;
}
.custom-footer-2 .company-details .company-left a {
  color: #fff;
}
.custom-form-container form.hs-form fieldset, .custom-form-container .hs_submit.hs-submit {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.custom-form-container form.hs-form fieldset .hs-form-field {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}
.custom-form-container form.hs-form fieldset .hs-form-field label {
  margin: 0;
}
.container-fluid .row-fluid .custom-form-container .page-center-2 {
  position: relative;
}
.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  padding-left:0;
}
.custom-form-container .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  bottom: 0;
  padding: 0 0 0 15px !important;
}
body div#get-link .fancybox-close-small:after {
  content: "Ok";
  font: 600 14px Open Sans, sans-serif;
  color: #f79626;
}
body div#get-link .fancybox-is-open .fancybox-bg {
  background-color: rgba(0,0,0,.54);
}
body .fancybox-slide>div#get-link{
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  background: #ffffff;
  box-sizing: border-box;
  color: #292929;
  padding: 30px 30px 39px 30px;
  /* position: fixed; */
  text-align: center;
  width: calc(100% - 24px);
  z-index: 101;
  max-width: 520px;
}
body div#get-link .fancybox-close-small,
body div#get-link .fancybox-close-small:after{
  background:transparent !important;
  outline:0;
}

body div#get-link .fancybox-close-small {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 0;
  margin: -8px;
  position: relative;
  /* margin: 0; */
  width: auto;
  height: auto;
  top: -9px;
  padding: 0 0 5px 26px;
}

body div#get-link .fancybox-slide>* .modal-dialog-content {
  color: #292929;
  font: 400 20px Lora, serif;
}

.custom-form-container form.hs-form fieldset {}


.dim-overlay {
  background-color: rgba(0,0,0,.54);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}


.dim-overlay {
  background-color: rgba(0,0,0,.54);
  z-index: 100;
}

.dim-overlay {
  z-index: 100;
}
.custom-form-container form.hs-form fieldset,.custom-form-container .hs_submit.hs-submit {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.custom-form-container form.hs-form fieldset .hs-form-field {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

.custom-form-container form.hs-form fieldset .hs-form-field>label {
  margin: 0;
  float: right;
  order: 1;
}

.custom-form-container form.hs-form fieldset .hs-form-field label span.hs-form-required {
  float: right;
  color: red;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: top;
  /* margin-top: -6px; */
  /* display: inline-block; */
  position: relative;
  top: -9px;
}



.custom-form-container form.hs-form fieldset .hs-form-field .input .hs-input::-webkit-input-placeholder {color: #fff ! important;}
.custom-form-container form.hs-form fieldset .hs-form-field .input .hs-input::-moz-placeholder {color: #fff ! important;}
.custom-form-container form.hs-form fieldset .hs-form-field .input .hs-input:-ms-input-placeholder {color: #fff ! important;}
.custom-form-container form.hs-form fieldset .hs-form-field .input .hs-input:-moz-placeholder {color: #fff ! important;}


.custom-form-container form.hs-form fieldset .hs-form-field .input .hs-input {
  background-color: #a29cc6;
  border: none;
  font-size: 14px;
  color: #fff;
  height: auto;
  padding: 10px 15px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff;
  margin: 0 0 1rem;
  font-family: inherit;
}
.custom-form-container  .page-center-2 {
  position: relative;
}

.custom-form-container form.hs-form fieldset .hs-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.custom-form-container form.hs-form fieldset .hs-form-field .input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 98%;
  flex: 0 0 98%;
  margin-right: 5px;

}

.custom-form-container form.hs-form fieldset .hs-form-field {}
@media (min-width: 576px) {
  .container-fluid .row-fluid .page-center-2 {
    max-width:540px
  }
}

@media (min-width: 768px) {
  .container-fluid .row-fluid .page-center-2{
    max-width:720px
  }
}
@media (min-width: 969px){

  p.first-letter::first-letter{
    float:left;
    font-size:80px;
    font-weight:600;
    line-height:1;
    margin-right:16px
  }
  .first-letter::first-line{
    color:#f79626;
    font-family:Lora, serif;
  }

}
@media (min-width: 992px) {
  .container-fluid .row-fluid .page-center-2{
    max-width:960px
  }
}



@media (min-width: 1200px) {
  .container-fluid .row-fluid .page-center-2 {
    max-width:1140px
  }
}

@media (min-width: 1900px) {
  .back-cover {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 600px;
  }
  .back-cover img {
    width: 77px;
  }
}

/*media query*/

@media (min-width: 992px){
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

@media (min-width: 768px){
  .custom-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;

  }
  .custom-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (max-width: 1619px) {
  .blog .body-container .page-center {
    max-width: 1280px !important;
  }
  .blog .blog-sidebar {
    padding: 20px 24px;
    max-width: 100%;
  }
  .blog-sidebar .hs-archive {
    margin: 0 !important;
    width: 100% !important;
  }

}

@media screen and (max-width: 1600px) {
  .custom-header {
    padding: 10px 0;
  }
  .footer {
    padding: 40px 0 0px 0;
  }
  nav {
    padding: 10px 0 !important;
  }
  ul.dropdown-menu {
    top: 70px;
  }
  .custom-section.home-banner {
    min-height: 450px;
  }
  .custom-section.about-banner,
  .custom-section.service-banner,
  .custom-section.contact-banner,
  .custom-section.custom-proactive-service,
  .custom-section.project-scoping,
  .custom-section.cyber-security,
  .custom-section.cloud-computing,
  .custom-section.custom-tailored,
  .custom-section.hardware-purchasing,
  .custom-section.pci-compliance,
  .custom-section.events-banner {
    min-height: 400px;
  }
  .hs-culture-page .custom-section.about-banner{
    min-height: 350px
  }
  .custom-section.custom-referral-content {
    padding: 150px 0;
  }
  .custom-section.custom-referral-content h1 {
    font-size: 40px;
  }
  .custom-section.home-about .page-center .home-about-banner {
    height: 500px;
    overflow: hidden;
  }
  .back-cover {
    left: 30%;
    top: 31%;
  }
  .custom-section.home-about .page-center .home-about-content h2 {
    padding: 100px 0 25px 0;
  }
  .custom-section.custom-testimonial,
  .custom-section.about-ceo,
  .custom-section.our-team,
  .custom-section.service-provided,
  .custom-section.custom-service-forms,
  .custom-section.service-partner,
  .custom-section.custom-contact-us,
  .custom-section.custom-proactive-content,
  .custom-section.project-scoping-content,
  .custom-section.cyber-security-content,
  .custom-section.cloud-computing-content,
  .custom-section.custom-tailored-content,
  .custom-section.hardware-purchasing-content,
  .custom-section.pci-compliance-content,
  .custom-section.custom-testimonial-content,
  .custom-section.custom-event-content,
  .custom-section.gallery-slides {
    padding: 70px 0;
  }
  .custom-sub-services .page-center .custom-wrapper h1 {
    font-size: 32px;
  }
  .footer {
    padding: 40px 0 0px 0;
  }
}

@media screen and (max-width: 1500px) {
  .custom-header {
    padding: 5px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
    padding: 0px 0px 0 12px;
  }
  .custom-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  nav {
    padding: 5px 0 !important;
  }
  /*nav .page-center.collapse ul li{padding: 0px 12px 0 12px;}*/
  nav .page-center.collapse ul li {
    padding: 0px 0px 0 12px;
  }
  /*nav .page-centera.navbar-brand,.custom-footer-top-row .col.footer-left a{width: 200px;}*/
  ul.dropdown-menu {
    top: 48px;
  }
  .custom-section.home-banner,
  .custom-section.about-banner,
  .custom-section.service-banner,
  .custom-section.contact-banner,
  .custom-section.custom-testimonial-banner,
  .custom-section.custom-proactive-service,
  .custom-section.project-scoping,
  .custom-section.cyber-security,
  .custom-section.cloud-computing,
  .custom-section.custom-tailored,
  .custom-section.hardware-purchasing,
  .custom-section.pci-compliance,
  .custom-section.our-custom-history,
  .custom-section.jeffrey-talks-business,
  .custom-section.events-banner {
    min-height: 350px;
  }
  .hs-culture-page .custom-section.about-banner{
    min-height: 300px;
  }
  .custom-section.custom-testimonial,
  .custom-section.about-ceo,
  .custom-section.our-team,
  .custom-section.service-provided,
  .custom-section.custom-service-forms,
  .custom-section.service-partner,
  .custom-section.custom-contact-us,
  .custom-section.custom-proactive-content,
  .custom-section.project-scoping-content,
  .custom-section.cyber-security-content,
  .custom-section.cloud-computing-content,
  .custom-section.custom-tailored-content,
  .custom-section.hardware-purchasing-content,
  .custom-section.pci-compliance-content,
  .custom-section.custom-history-content,
  .custom-section.custom-testimonial-content,
  .custom-section.custom-signup-row1,
  .custom-section.home-other-services .page-center .custom-wrapper .other-services,
  .custom-section.business-points-content,
  .custom-section.custom-event-content,
  .custom-section.gallery-slides {
    padding: 50px 0 !important;
  }
  .custom-section.service-provided {
    padding-bottom: 0;
  }
  .custom-section.home-banner h1 {
    font-size: 38px;
    line-height: 40px;
  }
  .custom-section.custom-testimonial .page-center h2 {
    padding-bottom: 15px;
  }
  .back-cover {
    width: 470px;
    height: 340px;
    left: 30%;
    top: 26%;
  }
  .custom-slide-name {
    margin-left: -80px;
  }
  .custom-slide-description {
    height: 300px;
  }
  .div-height {
    min-height: 350px;
  }
  .custom-section.home-about .page-center .home-about-banner {
    height: 430px;
  }
  .custom-section.home-about .page-center .home-about-content h2 {
    padding: 54px 0 25px 0;
  }
  .custom-section.home-contact .page-center .home-contact-content {
    padding: 180px 240px 160px 0;
  }
  .custom-section.custom-history-content .page-center .custom-history-left img {
    margin-left: -50px;
    max-width: none !important;
  }
  .custom-section.home-contact .page-center .home-contact-form .form-holder>span.orange {
    font-size: 16px;
  }
  .custom-section.custom-service-forms .page-center .custom-wrapper .hs-form-field label,
  .custom-section.custom-service-forms .page-center .custom-wrapper label.hs-error-msg,
  .custom-sub-services .page-center .custom-wrapper ul li p,
  .custom-section.custom-service-forms .page-center .custom-wrapper .hs-error-msgs.inputs-list label,
  .main-content .hs_cos_wrapper_type_rich_text ul li{
    font-size: 16px;
  }
  .custom-section.custom-contact-us .custom-address {
    margin: 45px 0px 1rem 0;
  }
  .custom-footer-top-row .col.footer-middle ul li {
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  .custom-footer-copyright p {
    padding-top: 0px;
  }
  .custom-footer-top-row .col p,
  .custom-footer-top-row .col a {
    font-size: 14px;
  }
  .custom-business-points-wrapper {
    padding-top: 10px;
  }
  .custom-business-points-wrapper img{
    margin-right: 34px;
  }
  .custom-section.custom-business-points-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .custom-business-points-wrapper h3 {
    font-size: 16px;
    line-height: 22px;
    padding: 21px 0 10px 0;
  }
  .custom-section.custom-referral-content .page-center .custom-referral-strip ol li {
    font-size: 20px;
  }
  .custom-section.custom-referral-content {
    padding: 75px 0;
  }
  .custom-our-culture-item img {
    width: 66px;
  }
  .custom-each-events h2,
  .custom-quotes.custom-row h2 {
    font-size: 24px;
  }
  .custom-each-events h3 {
    font-size: 20px;
  }
  .custom-section.badges-section ul li img {
    max-width: 100%;
    height: 180px;
  }
  .custom-menu-primary {
    padding-top: 33px;
  }
  .custom-header-2 {
    padding: 15px 0;
  }
  .custom-banner {
    padding: 35px 0;
  }
  .custom-banner .page-center-2 h1 {
    font-size: 42px;
  }
  .custom-banner .page-center-2 h3,
  .custom-banner .page-center-2 h2 {
    margin-top: 20px;
  }
  .custom-banner .page-center-2 h2 {
    font-size: 22px;
  }
  .container-fluid .row-fluid .custom-content .page-center-2 {
    padding: 30px 0px 30px 0;
  }
  .container-fluid .row-fluid .custom-form-container .page-center-2 {
    padding: 35px 150px;
  }
}
@media screen and (max-width: 1350px) {
  .share-buttons-container.open ul {
    visibility: visible;
    display: block;
    right: 0;
    left: 0;
    top: 100%;
    height: 256px;
  }

}
@media screen and (max-width: 1400px) {
  .custom-header-logo img{
    width: 200px !important;
  }
  .hs-crime-page p, .hs-crime-page li {
    font-size: 14px;
  }
  .custom-service-forms .hs-input {
    padding: 8px 12px 8px 12px;
  }
  .custom-menu-primary {
    padding-top: 26px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .custom-form-container .hs_submit.hs-submit input.hs-button.primary.large {
    font-size: 17px !important;
    padding: 3px 20px 4px !important;
  }
  .custom-form-container form.hs-form fieldset .hs-form-field .input .hs-input {
    padding: 8px 15px !important;
    font-size: 12px !important;
  }
  h1 {
    font-size: 34px;
    line-height: 36px;
  }
  h2,
  h3 {
    font-size: 33px;
    line-height: 33px;
  }
  nav .page-centera.navbar-brand {
    width: 200px;
  }
  .navbar-nav {
    font-size: 14px;
  }
  ul.dropdown-menu {
    top: 41px;
  }
  /*HOME*/
  .custom-section.home-banner h1 {
    font-size: 36px;
    line-height: 38px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .sevice-sidebar {
    font-size: 15px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .main .services-items {
    margin-bottom: 40px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .main .services-items h2 {
    font-size: 22px;
    line-height: 24px;
    padding: 20px 0 10px 0;
  }
  .custom-section.custom-ready-btn {
    padding: 34px;
  }
  .custom-section.custom-ready-btn .page-center a,
  .cta-white{
    font-size: 18px;
    padding: 12px 34px;
    border-radius: 8px;
  }
  .custom-section.home-contact .page-center .home-contact-form .form-holder form .hs-form-field .hs-input  {
    font-size: 14px;
    height: 44px;
  }
  .custom-section.home-contact .page-center .home-contact-form .form-holder form .hs-button{
    font-size: 15px;
  }
  /*ABOUT*/
  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-info p {
    font-size: 12px;
  }
  /*.custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-img img {margin-top: 32px;}*/
  .custom-section.custom-service-forms .page-center .custom-wrapper .hs-form-field {
    padding-bottom: 20px;
  }
  .custom-section.custom-service-forms .page-center .custom-wrapper .hs-form-field label {
    padding-bottom: 0;
  }
  .custom-section.custom-service-forms .page-center .custom-wrapper .hs-form-field .hs-form-field  {
    height: 50px;
  }
  .custom-service-forms .actions input.hs-button.primary.large {
    font-size: 16px;
    padding: 15px 130px;
  }
  /*SERVICES*/
  .custom-section.service-provided .page-center .custom-wrapper .main .services-items {}
  .custom-section.service-provided .page-center .custom-wrapper .main .services-items img {
    width: 55px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .other-services-right ul li,
  .custom-section.home-other-services .page-center .custom-wrapper .other-services-right ul li {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .custom-section.custom-service-forms .page-center .custom-wrapper .form-header p {
    font-size: 16px;
  }
  .custom-section.custom-service-forms .page-center .custom-wrapper .form-header p span {
    font-size: 13px;
  }
  /*custom-testimonial*/
  .custom-white-panel {
    padding: 40px 50px 40px 50px
  }
  /*custom-testimonial SLIDER*/
  .back-cover {
    width: 470px;
    height: 300px;
  }
  .back-cover img {
    padding-top: 33px;
    margin-left: 12px;
    width: 75px;
  }
  .div-height {
    min-height: 330px;
  }
  .custom-slide-description {
    height: 262px;
/*     font-size: 14px; */
    font-size: 16px;
  }
  /*.custom-slide--active{    margin-left: 60px !important;
  margin-right: 70px !important;}*/
  .custom-quotes-new p {
    font-size: 16px;
    line-height: 24px;
  }
  .custom-quotes-icon {
    width: 55px;
    margin-bottom: 22px;
  }
  /*FOOTER*/
  .custom-footer-top-row .col.footer-left a {
    width: 200px;
  }
  .footer-middle h3 {
    font-size: 28px;
  }
  .custom-our-culture-content.custom-sub-services {
    padding-bottom: 50px;
    padding-top: 0;
  }
  .custom-our-culture-row {
    margin-top: 20px;
  }
  .custom-our-culture-item img {
    width: 60px;
    margin-bottom: 22px;
  }
  .custom-our-culture-item h2 {
    font-size: 16px;
    line-height: 23px;
  }
  .custom-our-culture-item {
    padding: 45px 25px;
  }
  /*.custom-sub-services .page-center .custom-wrapper ul {margin-top: 20px;}*/
  .custom-each-events a {
    font-size: 16px;
  }
  .header-left a {
    width: 150px;
  }
  .header-right p {
    font-size: 14px;
    margin: 11px 0 0 0;
  }
  .custom-banner {
    padding: 25px 0;
  }
  .custom-content .page-center-2 h2 {
    font-size: 26px;
  }
  .custom-content .page-center-2 ul li {
    margin-bottom: 10px;
  }
  .container-fluid .row-fluid .custom-form-container .page-center-2 {
    padding: 25px 125px;
  }
  .container-fluid .row-fluid .custom-form-container .page-center-2 h3 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .container-fluid .row-fluid .custom-form-container .page-center-2 form .form-group button {
    font-size: 20px !important;
  }
  .container-fluid .row-fluid .custom-form-container .page-center-2 form .form-group .form-control {
    padding: 8px 15px !important;
    font-size: 12px !important;
  }
  .container-fluid .row-fluid .custom-form-container .page-center-2 form .form-group button.form-control {
    height: 34px !important;
    font-size: 17px !important;
    padding: 0 !important;
  }
  .custom-footer-2 {
    padding: 10px 0;
  }
  .custom-footer-2 .company-details,
  .custom-footer-2 .company-details>div>div,
  .custom-footer-2 .company-details .company-left p {
    font-size: 12px;
  }
  .header-right p span {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .footer {
    padding: 30px 0 0px 0;
  }
  p, .custom-sub-services .page-center .custom-wrapper ul li p {
/*     font-size: 14px; */
    font-size: 16px;
  }
  .header-right p {
    margin: 7px 0 0 0;
  }
  h2,
  h3 {
    font-size: 26px;
    line-height: 28px;
  }
  p,
  .custom-sub-services .page-center .custom-wrapper ul li p,
  .main-content .hs_cos_wrapper_type_rich_text ul li{
/*     font-size: 14px; */
    font-size: 16px;
  }
  .container,
  .custom-wrapper {
    max-width: 990px !important;
  }
  .custom-banner .page-center-2 h1 {
    max-width: 288px;
  }
  .custom-section.home-banner,
  .custom-section.about-banner,
  .custom-section.service-banner,
  .custom-section.custom-testimonial-banner,
  .custom-section.contact-banner,
  .custom-section.our-custom-history,
  .custom-section.custom-proactive-service,
  .custom-section.project-scoping,
  .custom-section.cyber-security,
  .custom-section.cloud-computing,
  .custom-section.custom-tailored,
  .custom-section.hardware-purchasing,
  .custom-section.pci-compliance,
  .custom-section.jeffrey-talks-business,
  .custom-section.events-banner {
    min-height: 300px;
  }
  .hs-culture-page .custom-section.about-banner{
    min-height: 250px;
  }
  .custom-section.home-banner h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .custom-section.home-about .page-center .home-about-content h2 {
    padding: 25px 0 10px 0;
  }
  .custom-section.home-about .page-center .home-about-content {
    padding-right: 70px;
  }
  .custom-section.home-about .page-center .home-about-banner {
    height: 350px;
  }
  .custom-section.home-contact .page-center .home-contact-form .form-holder {
    width: 85%;
  }
  .custom-section.home-contact .page-center .home-contact-content {
    padding: 180px 140px 180px 25px;
  }
  .custom-section.our-team .page-center .custom-team-row {
    margin-top: 50px;
  }
  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items {
    width: 100%;
    float: none;
    padding-bottom: 25px;
  }
  .reverse-show {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .right-tag:after,
  .left-tag:after {
    left: -1%;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    width: 40px;
    height: 40px;
  }
  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-img p {
    font-size: 14px;
    line-height: 16px;
  }
  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-img p span {
    font-size: 12px;
  }
  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-img img {
    width: 255px;
  }
  .custom-section.service-provided .page-center .custom-wrapper h2,
  .custom-section.custom-testimonial-content .page-center h1,
  .custom-section.custom-business-points-content h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .sevice-sidebar {
    font-size: 15px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .main .services-items h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .main .services-items {
    margin-bottom: 25px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .other-services-right,
  .custom-section.home-other-services .page-center .custom-wrapper .other-services-right {
    padding: 50px 25px 15px 60px;
  }
  .custom-section.custom-service-forms .page-center .custom-wrapper .hs-form-field label,
  .custom-section.custom-service-forms .page-center .custom-wrapper label.hs-error-msg,
  .custom-section.custom-service-forms .page-center .custom-wrapper .hs-error-msgs.inputs-list label{
    font-size: 14px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .main .services-items p {
    line-height: 24px;
  }
  .custom-section.badges-section ul li img {
    height: 150px;
  }
  .custom-sub-services .page-center .custom-wrapper h1 {
    font-size: 26px;
    line-height: 28px;
  }
  .custom-sub-services .page-center .custom-wrapper ul {
    margin: 0;
    margin-top: 20px;
  }
  .back-cover {
    top: 23%;
  }
  .back-cover img {
    width: 60px;
    padding-top: 0;
  }
  .custom-slide-name {
    margin-left: 0;
  }
  .custom-sub-services .page-center .custom-wrapper p {
    padding-right: 0;
  }
  .custom-section.custom-referral-content h1 {
    font-size: 30px;
  }
  .custom-section.custom-history-content .page-center .custom-history-left img {
    margin-left: -90px;
  }
  .custom-section.custom-contact-us .custom-address .address-items {
    width: 54%;
  }
  .custom-section.custom-contact-us .custom-address .address-items:last-child {
    padding-top: 60px;
  }
/*   .custom-section.custom-contact-us .custom-address p {
    font-size: 14px; */
  }
  .footer {
    padding: 30px 0 0px 0;
  }
  .custom-footer-top-row .col {
    width: 30%;
    margin-right: 5%;
  }
  .custom-footer-top-row .col p,
  .custom-footer-top-row .col a {
    margin-bottom: 0;
  }
  .custom-footer-top-row .col.footer-right ul li {
    padding-bottom: 12px;
  }
  .custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-img {
    width: 40%;
    overflow: hidden;
  }
  .custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-img img {
    width: 100%;
  }
  .custom-section.custom-referral-content {
    padding: 50px 0;
  }
  .custom-section.custom-referral-content .page-center .custom-referral-strip p {
    font-size: 16px;
    line-height: 25px;
  }
  .custom-section.custom-referral-content .page-center .custom-referral-strip ol li {
    font-size: 18px;
  }
  .custom-each-events h1 {
    font-size: 28px;
  }
  .custom-each-events h2,
  .custom-quotes.custom-row h2 {
    font-size: 22px;
  }
  .custom-each-events h3 {
    font-size: 18px;
  }
  .custom-section.our-team .page-center img.icon-profile-about {
    width: 15%;
  }
  .custom-quotes-new .custom-quotes-items {
    width: 48%;
    margin-bottom: 20px;
  }
  .custom-quotes-new p {
    font-size: 16px;
    line-height: 24px;
  }
  .custom-quotes-icon {
    width: 52px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1198px){
  .custom-header-2 {
    padding: 10px 0;
  }
  .header-left a {
    width: 125px;
  }
  .header-right p span {
    font-size: 18px;
  }
  .custom-banner .page-center-2 h1 {
    font-size: 32px;
  }
  .custom-banner .page-center-2 h3,
  .custom-banner .page-center-2 h2 {
    margin-top: 15px;
  }
  .custom-banner .page-center-2 h3 {
    font-size: 18px;
  }
  .custom-banner .page-center-2 h2 {
    font-size: 20px;
  }
  .container-fluid .row-fluid .custom-content .page-center-2 {
    padding: 20px 0px 20px 0;
  }
  .custom-content .page-center-2 h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .custom-content .page-center-2 p {
    margin-bottom: 15px;
  }
  .container-fluid .row-fluid .custom-form-container .page-center-2 {
    padding: 15px 80px;
  }
  .container-fluid .row-fluid .custom-form-container .page-center-2 h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}










@media (max-width: 1168px) {
  .post-listing .post-item.first .heroPost {
    display: block;
  }
  .post-listing .post-item.first .heroPost .big-post-image-top-container {
    background-color: #f79626;
    display: block;
  }

  .post-listing .post-item.first .heroPost .big-post-image-top-container a.hs-featured-image {
    display: block;
    height: 613.33333px;
    margin: 0 auto;
    max-width: 920px;
  }

  .post-listing .post-item.first .heroPost .hs-listing-content {
    display: block;
    max-width: none;
    padding: 24px;
  }

  .post-listing .post-item.first .heroPost .hs-featured-image {
    display: none;
  }

  .post-listing .post-item.first .heroPost .hs-listing-content > div,
  .post-listing .post-item.first .heroPost .hs-listing-content h3.hs-list-title {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .post-listing .hs-post-item-wrap {
    padding: 0;
    margin-left: calc((100% - 920px)/ 2);
    margin-right: calc((100% - 920px)/ 2);
  }

  .hs-post-item-wrap .post-item .post-outer,
  .feed .post-item .post-outer {
    display: block;
  }

  .hs-post-item-wrap .post-item .hs-featured-image,
  .feed .post-item .hs-featured-image {
    width: 920px;
    height: 613.33333px;
    margin-bottom: 16px;
  }

  .hs-post-item-wrap .post-item .hs-listing-content,
  .feed .post-item .hs-listing-content {
    max-width: none;
    margin: 0;
  }

  .listing-blog-pagination {
    float: left;
    margin-right: 0;
    width: 100%;
    text-align: right;
    padding-right: calc((100% - 920px)/ 2);
  }
  .listing-blog-pagination a {
    float: none;
  }

  .blog-post-wrapper .post-title-container {
    padding: 62px calc((100% - 920px)/ 2) 24px;
  }

  .blog-post-wrapper .post-header-container {
    padding-left: calc((100% - 920px)/ 2);
  }

  .blog-post-wrapper .post-body-container {
    margin: 32px calc((100% - 920px)/ 2);
    padding: 0;
  }

  .blog-post-wrapper .post-body-container .post-body {
    margin-right: 0;
  }

  .blog-post-wrapper .post-body-container .post-sidebar {
    display: none;
  }

  .blog-post-wrapper .post-bottom:after {
    content: '';
    display: table;
    clear: both;
  }

  .blog-post-wrapper .post-bottom {
    margin: 32px calc((100% - 920px)/ 2);
    padding: 0;
  }

  .blog-post-wrapper .post-bottom .share-grp {
    margin-right: 24px;
  }

  .popular-post-wrap {
    margin: 0 auto;
    max-width: 920px;
  }

  .hs-post-comment {
    padding: 0;
    max-width: 920px;
    margin: 0 auto !important;
    float: none !important;
    margin-bottom: 85px !important;
  }
}

@media screen and (max-width: 1024px) {
  .back-cover {
    left: 26%;
  }
  nav .page-centera.navbar-brand,
  .custom-footer-top-row .col.footer-left a {
    width: 200px;
  }
  .custom-section.custom-business-points-content {
    padding: 32px 0 !important;
  }
  .custom-business-points-wrapper img{
    margin-right: 30px;
    margin-top: 12px;
    margin-bottom: 15px;
  }
  .custom-section.custom-business-points-content h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .custom-business-points-wrapper h3 {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 0 10px 0;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .container,
  .custom-wrapper {
    max-width: 750px !important;
  }
  .hs-crime-page .custom-footer-2 p {
    font-size: 10px;
    line-height: 1.5;
  }
  .custom-banner .page-center-2 h1 {
    max-width: 229px;
  }
  .custom-footer-social-2>div {
    min-height: 31px !important;
  }
  .hs-crime-page .custom-footer-2 p {
    font-size: 10px;
  }
  .custom-footer-2 .company-details, .custom-footer-2 .company-details .company-left p, .custom-footer-2 .company-details>div>div {
    font-size: 10px;
    line-height: 1.5;
  }
  .custom-form-container .hs_submit.hs-submit input.hs-button.primary.large {
    font-size: 14px !important;
    padding: 5px 20px 6px !important;
  }
  .custom-section.custom-testimonial .slick-slide.slick-slide.slick-current.slick-active .custom-slide-name {
    opacity: 1;
  }
  .custom-business-professional .custom-tri-img img:last-child {
    padding-right: 0;
    width: 200px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .custom-section.custom-testimonial .slick-slide.slick-slide.slick-current.slick-active .custom-slide-description {
    color: #fff;
  }
  .custom-album-holder .slick-arrow {
    margin-top: -5%;
    width: 50px;
    height: 50px;
  }
  .custom-banner {
    padding: 15px 0;
  }
  .custom-banner .page-center-2 h1 {
    font-size: 26px;
  }
  .custom-banner .page-center-2 h3 {
    font-size: 16px;
  }
  .custom-banner .page-center-2 h2,
  .custom-content .page-center-2 h2 {
    font-size: 18px;
  }
  .container-fluid .row-fluid .custom-form-container .page-center-2 {
    padding: 15px;
  }
  .container-fluid .row-fluid .custom-form-container .page-center-2 h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .custom-footer-2 .social-media ul li a {
    font-size: 20px;
  }
  .custom-footer-2 .company-details,
  .custom-footer-2 .company-details .company-left p,
  .custom-footer-2 .company-details>div>div{
    font-size: 10px;
  }
  .container-fluid .row-fluid .custom-form-container .page-center-2 form .form-group button.form-control {
    font-size: 14px !important;
  }
  .custom-section.custom-testimonial .slick-slider {
    margin: 0;
    padding: 0;
    padding-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom: solid 1px #ccc;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    color: #808284;
    display: block;
    width: calc( 100% - 30px);
  }
  .custom-text-center.custom-tri-img.custom-new-event-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
  }
  p, .custom-sub-services .page-center .custom-wrapper ul li p {
/*     font-size: 13px; */
    line-height: 24px;
  }
  p,
  .custom-sub-services .page-center .custom-wrapper ul li p,
  .main-content .hs_cos_wrapper_type_rich_text ul li{
/*     font-size: 13px; */
    line-height: 24px;
  }
  .navbar-toggler {
    background-color: #f79626;
    cursor: pointer;
  }
  button:focus {
    outline: none;
  }
  label {
    margin-bottom: 0;
  }
  .navbar-nav,
  ul.dropdown-menu li a {
    font-size: 13px;
  }
  nav .page-center.collapse ul li {
    border-bottom: solid 1px #ccc;
  }
  ul.major-dropdown {
    width: 100%;
    left: 0
  }
  ul.major-dropdown li a {
    min-width: 100%;
  }
  .navbar-collapse {
    background: rgba(255, 255, 255, 0.9294117647058824);
    width: 50%;
    position: absolute;
    top: 70px;
    z-index: 112;
    right: 0;
  }
  nav .page-center.collapse ul li a.nav-link {
    color: #808284;
    display: block;
    width: calc( 100% - 30px);
  }
  .major-dropdown li:hover .submenu {
    display: none;
  }
  nav .page-center.collapse ul li span {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: inherit;
    padding: 15px;
  }
  nav .page-center.collapse ul li span img {}
  .navbar-toggler {
    padding: 4px 10px;
  }
  h2,
  h3,
  .custom-section.service-provided .page-center .custom-wrapper h2,
  .custom-section.custom-business-points-content h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .custom-section.home-banner h1,
  .custom-section.custom-testimonial-content .page-center h1 {
    font-size: 26px;
    line-height: 28px;
  }
  .custom-section.home-about .page-center .home-about-content h2 {
    padding: 15px 0 0px 0;
  }
  .custom-section.home-about .page-center .home-about-content a {
    padding-top: 0;
  }
  .custom-section.home-about .page-center .home-about-content,
  .custom-section.home-about .page-center .home-about-banner {
    width: 50%;
  }
  .custom-section.home-about .page-center .home-about-banner {
    height: 305px;
  }
  .custom-section.home-contact .page-center .home-contact-form {
    width: 50%;
  }
  .custom-section.home-contact .page-center .home-contact-form .form-holder {
    width: 100%;
  }
  .custom-section.home-contact .page-center .home-contact-content {
    width: 50%;
    padding: 190px 70px 180px 19px;
  }
  .custom-section.home-contact .page-center .home-contact-form .form-holder form .hs-form-field .hs-input  {
/*     font-size: 12px; */
    font-size: 14px;
  }
  .custom-footer-top-row .col a {
    font-size: 13px;
  }
  .custom-section.about-ceo .page-center ul.about-social-icons {
    padding-bottom: 10px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .other-services-right ul li,
  .custom-section.home-other-services .page-center .custom-wrapper .other-services ul li {
/*     font-size: 13px; */
    font-size: 14px;
    display: flex;
  }
  .custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-content p {
    line-height: 22px;
  }
  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-img img {
    width: 322px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .main .services-items img {
    width: 50px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .main .services-items h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .other-services-right,
  .custom-section.home-other-services .page-center .custom-wrapper .other-services-right {
    padding: 30px 10px 0px 15px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .other-services-right h2,
  .custom-section.home-other-services .page-center .custom-wrapper .other-services-right h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .custom-section.custom-service-forms .page-center .custom-wrapper .hs-form-field,
  .custom-section.custom-service-forms .page-center .custom-wrapper .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list{
    width: 80%;
    margin: 0 auto !important;
    float: none;
  }
  .custom-section.custom-service-forms .page-center .custom-wrapper .hs-form-field:nth-child(even) {
    margin: 0 auto;
  }
  .custom-section.service-partner .page-center .custom-wrapper ul li img {
    width: 170px;
  }
  .custom-section.custom-service-forms .page-center .custom-wrapper .form-header .form-sub-header:after {
    width: 65px;
    height: 65px;
  }
  .custom-section.custom-history-content .page-center .custom-history-left {
    width: 175px;
    float: none;
    margin: 0 auto;
  }
  .custom-section.custom-history-content h1 {
    margin: 0 auto;
  }
  .custom-section.custom-history-content h1 br {
    display: none;
  }
  .custom-section.custom-referral-content img.custom-referral-logo {
    width: 200px;
    height: 70px;
    margin: 0 auto 26px;
  }
  .custom-section.custom-history-content .page-center .custom-history-right {
    width: 100%;
    float: none;
    padding-top: 15px;
  }
  .custom-section.custom-history-content .page-center .custom-history-left img {
    width: 100%;
    margin-left: 0;
  }
  .custom-section.custom-ready-btn .page-center a,
  .cta-white{
    font-size: 18px;
  }
  .custom-section.custom-signup-row1 .page-center .custom-signup-form {
    width: 100%;
  }
  .custom-section.custom-signup-row1 .page-center .custom-signup-form h3 {
    font-size: 26px;
    line-height: 21px;
  }
  .custom-section.custom-signup-row1 .page-center .custom-signup-form .hs-form-field  {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .custom-section.custom-signup-row1 .page-center .custom-signup-form .hs-button {
    padding: 12px;
    font-size: 18px;
  }
  .custom-section.custom-contact-us .custom-address .address-items {
    text-align: center;
  }
  .custom-section.custom-contact-us .custom-address .address-items:first-child {
    width: 100%;
    padding-bottom: 0px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
  }
  .custom-section.custom-contact-us .custom-address .address-items:last-child {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    padding-top: 0;
  }
  .custom-section.custom-contact-us .custom-address .address-items {
    width: 100%;
    padding: 0;
    border: none;
  }
  .custom-section.error .page-centerh1 {
    font-size: 100px;
    padding: 20px 0;
    line-height: 100px;
  }
  .custom-section.error .page-centerh2 {
    font-size: 32px;
    line-height: 40px;
  }
  .custom-section.badges-section {
    padding: 40px 0;
  }
  .custom-section.badges-section ul li img {
    height: 130px;
  }
  .custom-footer-top-row .col p,
  .custom-footer-top-row .col a {
    font-size: 12px;
  }
  .custom-footer-top-row .col:last-child {
    width: 20%;
  }
  .custom-footer-top-row .col {
    margin-right: 10%;
  }
  .navbar-collapse {
    padding-top: 0;
  }
  a.newsletterbtn {
    right: 10%;
    top: 30%;
    font-size: 10px;
  }
  .extra-btn {
    padding-top: 0px !important;
    padding-bottom: 35px !important;
  }
  .back-cover {
    width: 98%;
    left: 1%;
    height: 200px;
    top: 24%;
  }
  .custom-slide-description {
    height: 200px;
  }
  .custom-slide {
    padding-top: 0;
  }
  .custom-white-panel {
    padding: 25px 25px 15px 25px;
  }
  .custom-white-panel img,
  .custom-section.custom-testimonial-content .page-center .img-holder {
    width: 70px;
    height: 70px;
    overflow: hidden;
  }
  .custom-section.custom-testimonial-content .page-center .img-holder img.img-center {
    padding: 0;
  }
  .div-height {
    min-height: 250px;
  }
  .back-cover img {
    padding-top: 10px;
  }
  .custom-slide-name {
    margin-left: 30px;
  }
  .bark-logo {
    margin: 5px auto 0px !important;
    line-height: 12px;
  }
  .bark-logo img {
    height: 13px !important;
  }
  .bark-top-container {
    height: 40px !important;
  }
  a.bark-widget .bark-review-badge-name {
    font-size: 10px !important;
    padding: 3px 5px !important;
    line-height: 12px !important;
  }
  a.bark-widget p {
    font-size: 11px !important;
  }
  a.bark-widget {
    width: 105px !important;
  }
  .custom-our-culture-item {
    width: 43.333%;
  }
  .custom-our-culture-item {
    padding: 25px 20px;
  }
  .custom-our-culture-item h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .custom-each-events h1 {
    padding-bottom: 25px;
    font-size: 26px;
  }
  .custom-each-events h2,
  .custom-quotes.custom-row h2 {
    font-size: 20px;
  }
  .custom-each-events a {
    font-size: 14px;
  }
  .custom-each-events .custom-tri-img img,
  .custom-event-slider.custom-each-events.custom-separator.custom-event-padding h2+img{
    width: 200px !important;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .text-center.tri-img.new-event-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
  }
  .custom-each-eventsa.drop-box-lmore {
    margin-top: 15px;
  }
  .video-event .modal-dialog {
    max-width: 500px;
  }
}

@media (max-width: 968px) {
  .post-listing .post-item.first .heroPost .big-post-image-top-container a.hs-featured-image {
    width: 100%;
    height: calc(100vw * 2 / 3);
  }
  .blog .fancybox-show-thumbs .fancybox-bg {
    background-color: #000;
    opacity: 0.9;
  }
  .blog .body-container {
    padding: 0;
  }
  .post-listing .post-item.first .heroPost .hs-listing-content h3.hs-list-title {
    font-size: 24px;
  }
  .listing-blog-pagination {
    float: left;
    margin-right: 0;
    width: 100%;
    text-align: right;
    padding-right: 24px;
  }
  .blog .body-container {
    font-size: 14px;
  }
  .hs-post-item-wrap .post-item .hs-featured-image, .feed .post-item .hs-featured-image {
    width: 100%;
    height: calc((100vw - 48px) * 2 / 3);
  }
  .post-listing .post-item .hs-listing-content .post-body .post-snippet,
  .feed .post-item .hs-listing-content .post-body .post-snippet {
/*     font-size: 14px; */
/*     max-height: 112px; */
    font-size: 16px;
  }

  .post-listing .post-item .hs-listing-content .post-body .post-snippet .snippet-items,
  .feed .post-item .hs-listing-content .post-body .post-snippet .snippet-items {
    line-height: 2;
  }

  .post-listing .post-item .hs-listing-content .post-body .post-snippet .snippet-fade,
  .feed .post-item .hs-listing-content .post-body .post-snippet .snippet-fade {
    height: 25px;
  }

  .post-listing .hs-post-item-wrap {
    margin-left: 24px;
    margin-right: 24px;
  }

  .hs-post-item-wrap .post-item .hs-listing-content h3.hs-list-title,
  .feed .post-item .hs-listing-content h3.hs-list-title {
    font-size: 24px;
  }

  .post-header-container .post-header .post-timestamp {
    font-size: 14px;
  }

  .blog-post-wrapper .post-title-container {
    padding: 62px 24px 24px 24px;
  }

  .blog-post-wrapper .post-title-container h3 {
    font-size: 24px;
  }

  .blog-post-wrapper .post-header-container {
    padding-left: 24px;
  }

  .blog-post-wrapper .post-header-container .post-header .post-header-line-1 .post-timestamp {
    font-size: 14px;
  }

  .blog-post-wrapper .post-body-container {
    margin: 32px 24px;
    padding: 0;
  }

  .blog-post-wrapper .post-body-container .post-body {
    font-size: 14px;
  }

  .blog-post-wrapper .post-bottom {
    margin: 32px 24px;
    padding: 0;
  }

  .hs-post-comment {
    margin: 32px 24px !important;
    width: calc(100% - 48px) !important;
  }

  .popular-post-wrap {
    margin: 32px 24px;
    padding: 0;
  }

  .blog-sidebar .hs-archive {
    margin: 0 24px !important;
  }

  span#hs_cos_wrapper_post_body a {
    float: none !important;
    margin: 0 !important;
  }

  p.first-letter {
    font-size: 14px;

  }
  span#hs_cos_wrapper_post_body a img {
    margin-bottom: 13px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none!important;
    clear: none!important;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header-right p span {
    font-size: 15px;
  }
  span#hs_cos_wrapper_post_body a img {
    float: none !important;
  }
  .custom-menu-primary.widget-span {
    width: 50%;

    right: 0;
  }
  .custom-header {
    padding: 5px 0 4px;
  }
  .custom-footer-2 .social-media {
    float: none;
  }
  .custom-album-holder .slick-arrow.slick-next {
    left: auto;
    right: 3%;
  }
  .custom-album-holder .slick-arrow.slick-prev {
    left: 3%;
  }
  .custom-album-holder .slick-arrow {
    margin-top: -5%;
    width: 6%;
    height: 13%;
  }

  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"],
  input[type="file"],
  textarea,
  select {
    max-width:600px;
    width:100%;
  }

  .custom-footer-2 .social-media ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mobile-trigger{
    right: 0;
  }
  .custom-header-newsletter a {
    margin-right: 0;
  }
  .custom-footer-2 .company-details>div>div {
    display: block;
    text-align: center;
  }
  .custom-footer-2 .company-details .company-left {
    margin-bottom: 15px;
  }
  .page-center{
    max-width: 95% !important;
  }
  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-img {
    align-items: center;
  }
  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"], input[type="file"], textarea, select {
    width: 100% !important;
    max-width: 100% !important;
  }
  .custom-wrapper {
    max-width: 600px !important;
  }
  .custom-section.home-about .custom-row,
  .custom-section.home-contact .custom-row {
    max-width: 600px !important;
    margin: 0 auto !important;
  }
  .custom-section.home-banner h1,
  .custom-section.custom-testimonial-content .page-center h1 {
    font-size: 22px;
    line-height: 24px;
    bottom: 5%;
  }
  .custom-section.home-banner,
  .custom-section.about-banner,
  .custom-section.service-banner,
  .custom-section.contact-banner,
  .custom-section.custom-testimonial-banner,
  .custom-section.our-custom-history,
  .custom-section.custom-proactive-service,
  .custom-section.project-scoping,
  .custom-section.cyber-security,
  .custom-section.cloud-computing,
  .custom-section.custom-tailored,
  .custom-section.hardware-purchasing,
  .custom-section.pci-compliance,
  .custom-section.jeffrey-talks-business,
  .custom-section.custom-our-culture,
  .custom-section.events-banner {
    min-height: 250px;
  }
  .custom-section.custom-history-content .page-center .custom-history-left {
    width: 125px;
  }
  h2,
  h3,
  .custom-section.service-provided .page-center .custom-wrapper h2,
  .custom-section.custom-business-points-content h1 {
    font-size: 22px;
    line-height: 24px;
  }
  .custom-section.home-about .page-center .home-about-content {
    width: 100%;
    padding: 0;
    padding-bottom: 25px;
  }
  .custom-section.home-about .page-center .home-about-banner {
    height: 250px;
    width: 100%;
  }
  .custom-section.home-about {
    padding-bottom: 25px;
  }
  .custom-section.custom-testimonial,
  .custom-section.about-ceo,
  .custom-section.our-team,
  .custom-section.service-provided,
  .custom-section.custom-service-forms,
  .custom-section.service-partner,
  .custom-section.custom-contact-us,
  .custom-section.custom-proactive-content,
  .custom-section.project-scoping-content,
  .custom-section.cyber-security-content,
  .custom-section.cloud-computing-content,
  .custom-section.custom-tailored-content,
  .custom-section.hardware-purchasing-content,
  .custom-section.pci-compliance-content,
  .custom-section.custom-history-content,
  .custom-section.custom-testimonial-content,
  .custom-section.custom-signup-row1,
  .custom-section.home-other-services .page-center .custom-wrapper .other-services,
  .custom-section.custom-event-content,
  .custom-section.gallery-slides {
    padding: 30px 0 !important;
  }
  .custom-section.service-provided {
    padding-bottom: 0;
  }
  .custom-section.home-contact .page-center .home-contact-form {
    width: 100%;
    float: none;
  }
  .custom-section.home-contact .page-center .home-contact-form .form-holder {
    margin: 0 auto;
    margin-top: 25px;
    width: 75%;
    margin-bottom: 50px;
  }
  .custom-section.home-contact .page-center .home-contact-content {
    width: 100%;
    padding: 35px 0px 5px;
  }
  .custom-section.home-contact .page-center .home-contact-content p {
    padding-top: 15px;
  }
  r .custom-section.service-provided .page-center .custom-wrapper h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .main .services-items h2 {
    font-size: 16px;
    line-height: 18px;
    padding: 15px 0 0px 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .custom-section.service-provided .page-center .custom-wrapper .main .services-items p {
    padding-top: 5px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .main {
    margin-top: 30px;
  }
  .custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-img {
    width: 150px;
    overflow: hidden;
    float: none;
    margin: 0 auto;
  }
  .custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-content {
    width: 100%;
    float: left;
    padding: 15px 0px 0px 0px;
  }
  .custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-img img {
    width: 100%;
  }
  .custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-content h3 {
    padding-bottom: 5px;
    max-width: 138px;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-content p{
/*     font-size: 14px !important; */
    font-size: 16px !important;
  }
  .custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-content h3,
  .custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-content p span {
    text-align: center;
  }
  .custom-section.service-provided .page-center .custom-wrapper .main .services-items,
  .custom-section.service-provided .page-center .custom-wrapper .main .services-items.no-marg {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .other-services,
  .custom-section.home-other-services .page-center .custom-wrapper .other-services {
    display: block;
    overflow: hidden;
  }
  .custom-section.service-provided .page-center .custom-wrapper .other-services-left,
  .custom-section.service-provided .page-center .custom-wrapper .other-services-left {
    width: 100%;
    float: none;
  }
  .custom-section.service-provided .page-center .custom-wrapper .other-services-right,
  .custom-section.service-provided .page-center .custom-wrapper .other-services-right {
    padding: 25px 10px 25px 15px;
    width: 100%;
  }
  .custom-section.service-provided .page-center .custom-wrapper .other-services-right ul,
  .custom-section.service-provided .page-center .custom-wrapper .other-services-right ul {
    margin-bottom: 0;
  }
  .custom-section.home-other-services .page-center .custom-wrapper .other-services-right {
    width: 100%;
  }
  .custom-section.service-provided .page-center .custom-wrapper .sevice-sidebar {
    padding: 15px 10px 18px 10px;
    margin-left: 0;
  }
  .custom-section.service-provided .page-center .custom-wrapper .sevice-sidebar:after {
    width: 40px;
    height: 40px;
    bottom: -4px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .main .services-items img {
    display: inline-block;
  }
  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-img {
    background: #fff;
  }
  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-img img {
    width: 207px;
    margin-top: 0;
  }
  .custom-section.custom-service-forms .page-center .custom-wrapper .form-header p {
    font-size: 15px;
  }
  .custom-section.custom-service-forms .page-center .custom-wrapper .form-header p span {
    font-size: 13px;
  }
  .custom-section.custom-service-forms .page-center .custom-wrapper .form-header {
    width: 425px;
    padding: 15px;
  }
  .custom-section.custom-service-forms .page-center .custom-wrapper .form-header .form-sub-header:after {
    width: 50px;
    height: 50px;
  }
  .custom-section.custom-service-forms .page-center .custom-wrapper .hs-form-field,
  .custom-section.custom-service-forms .page-center .custom-wrapper .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list{
    width: 100%;
  }
  .custom-section.service-partner .page-center .custom-wrapper ul {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    padding: 0;
  }
  .custom-section.service-partner .page-center .custom-wrapper ul li {
    padding-bottom: 25px;
    border-bottom: none;
    width: 50%;
    float: left;
    padding-top: 25px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .other-services-right a,
  .custom-section.home-other-services .page-center .custom-wrapper .other-services-right a {
    padding: 0 0 0 20px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .other-services-left,
  .custom-section.home-other-services .page-center .custom-wrapper .other-services-left {
    height: 300px;
    width: 100%;
  }
  .custom-service-forms .actions input.hs-button.primary.large {
    padding: 15px 80px;
  }
  .custom-section.custom-testimonial-content .page-center h1 {
    padding-bottom: 25px;
  }
  .custom-section.custom-history-content h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .custom-section.custom-referral-content h1 {
    font-size: 24px;
  }
  .custom-section.custom-referral-content {
    padding: 30px 0;
  }
  .custom-section.custom-referral-content .page-center .custom-referral-strip p {
/*     font-size: 14px; */
  }
  .custom-section.custom-referral-content .page-center .custom-referral-strip ol {
    padding-left: 15px;
  }
  .custom-section.custom-referral-content .page-center .custom-referral-strip ol li {
    font-size: 15px;
  }
  .custom-section.custom-ready-btn .page-center a,
  .cta-white{
    font-size: 16px;
  }
  .custom-section.custom-contact-us .custom-address .address-items:first-child {
    width: 100%;
    float: none;
    border: none;
    text-align: center;
    padding: 0;
    border-bottom: solid 1px #ccc;
  }
  .custom-section.custom-contact-us .custom-address .address-items:last-child {
    margin-left: 0;
    border: none;
    text-align: center;
  }
  .custom-section.custom-contact-us .custom-address .address-items {
    width: 50%;
    padding-left: 15px;
    border-left: solid 1px #ccc;
  }
  .custom-section.thank-you .page-centerh1 {
    font-size: 60px;
  }
  .custom-section.thank-you .page-center.img-holder {
    width: 75px;
  }
  .custom-section.thank-you .page-centerp {
    font-size: 16px;
  }
  .custom-footer-top-row .col.footer-right {
    display: none;
  }
  .custom-footer-top-row .col {
    width: 45%;
    margin-right: 5%;
  }
  .custom-footer-top-row .col.footer-middle {
    margin-right: 0
  }
  .custom-footer-top-row {
    padding-bottom: 15px;
  }
  .custom-sub-services .page-center .custom-wrapper ul li span {
    font-size: 14px;
  }
  .custom-sub-services .page-center .custom-wrapper h1 {
    font-size: 22px;
    padding-bottom: 0;
    line-height: 24px;
  }
  .custom-sub-services .page-center .custom-wrapper ul {
    margin-top: 25px;
  }
  .page-center .custom-wrapper ul li p {
    font-size: 14px !important;
  }
  .back-cover {
    width: 98%;
    left: 1%;
    height: 250px;
  }
  .custom-slide-name {
    margin-left: 50px;
  }
  .custom-slide-description {
    height: 250px;
  }
  .back-cover img {
    width: 40px;
  }
  .div-height {
    min-height: 300px;
  }
  .custom-slide {
    padding-top: 25px;
  }
  .custom-each-events .each-events.col .network-event-img {
    width: 280px;
  }
  #jssor_1 {
    width: 100% !important;
  }
  .custom-quotes-new .custom-quotes-items {
    width: 48%;
  }
  .custom-btn-row p {
    line-height: 20px;
  }
  a.drop-box-lmore {
    margin-top: 5px;
  }
  .custom-each-events h3 {
    padding: 0 15px;
  }
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }
  .popup {
    width: 70%;
  }
}

@media screen and (max-width: 600px) {
  .custom-wrapper {
    max-width: 500px !important;
  }
  .custom-header-newsletter a {
    margin-right: 9px;
  }
  .custom-section.home-about .custom-row,
  .custom-section.home-contact .custom-row {
    width: 500px !important;
  }
  .custom-section.custom-signup-row1 .page-center .custom-signup-form .hs-form-field .hs-input {
    margin-bottom: 10px;
    padding: 8px 20px 8px 20px;
  }
  .custom-section.home-about .page-center .home-about-content a {
    font-size: 12px;
  }
  .custom-section.custom-signup-row1 .page-center .custom-signup-form .hs-button {
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 7px;
  }
  .custom-signup-row1 form.hs-form .hs-form-field ul.inputs-list {
    margin: 20px 0 4px;
  }
  .custom-section.custom-history-content .custom-history-wrapper {
    padding-top: 15px;
  }
  .custom-section.error .page-centerh1 {
    font-size: 75px;
    padding: 10px 0;
    line-height: 70px;
  }
  .custom-section.error .page-centerh2 {
    font-size: 21px;
    line-height: 40px;
  }
  .custom-section.custom-signup-row1 .page-center .custom-signup-form {
    padding: 15px;
  }
  .custom-section.custom-signup-row1 .page-center .custom-signup-form .hs-button {
    width: 100%;
  }
  .custom-section.custom-signup-row1 .page-center .custom-signup-form .hs-form-field  {
    margin-bottom: 10px;
    padding: 20px;
  }
  .custom-section.custom-signup-row1 .page-center .custom-signup-form h3 {
    font-size: 18px;
    padding: 10px;
  }
  .custom-section.custom-signup-row1 .page-center .custom-signup-form .hs-button {
    font-size: 15px;
  }
  .extra-btn {
    padding-top: 10px !important;
  }
  .custom-btn-row p {
    line-height: 32px;
  }
  .custom-section.badges-section {
    padding: 10px 0;
  }
  .custom-section.badges-section ul li {
    display: block;
    margin: 20px auto;
    width: auto;
  }
  .custom-section.badges-section ul li img {
    height: 100px;
    display: inline-block;
    text-align: center;
  }
  .video-event .modal {
    top: 10%;
  }
}
@media (max-width: 574px){
  .header-right p {
    font-size: 13px;
  }
  .custom-form-container .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
    position: relative;
    bottom: 0;
    padding: 0 0 20px 15px !important;
  }
  .custom-banner .page-center-2 h1 {
    max-width: 100%;
  }
  .custom-content .page-center-2 p,
  .custom-content .page-center-2 ul li {
    font-size: 13px;
  }
  .custom-banner .page-center-2 h2 {
    max-width: 100%;
  }
  .custom-form-container form.hs-form fieldset, .custom-form-container .hs_submit.hs-submit {
    width: 100%;

  }
  .hs-crime-page p, .hs-crime-page li {
    font-size: 13px;
  }
  .custom-banner .page-center-2 h1 br {
    display: none;
  }
  .container-fluid .row-fluid .custom-content .page-center-2 {
    padding: 15px 15px;
  }
  .custom-banner .page-center-2 h1 {
    font-size: 20px;
  }
  .custom-banner .page-center-2 h3 {
    font-size: 14px;
  }
  .custom-banner .page-center-2 h2,
  .custom-content .page-center-2 h2 {
    font-size: 16px;
  }
  .container-fluid .row-fluid .custom-form-container .page-center-2 form .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width:550px) {
  .custom-section.custom-signup-row1 .page-center .custom-signup-form .hs-form-field .hs-input {
/*     font-size: 12px; */
    font-size: 16px;
    padding: 11px 20px 11px 20px
  }

  .custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-content p {
/*     font-size: 12px !important; */
    font-size: 16px !important
  }

  p {
/*     font-size: 12px;
    line-height: 22px */
    font-size: 16px;
    line-height: 24px
  }

  .custom-service-forms .hs-input {
    padding: 8px 12px 8px 12px
  }

  .custom-wrapper {
    width: 100% !important
  }

  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"], input[type="file"], textarea, select {
/*     font-size: 12px */
    font-size: 16px;
  }

  .custom-service-forms .hs-input {
/*     font-size: 12px; */
    font-size: 16px;
  }

  .navbar-toggler {
    font-size: 1rem
  }

  .navbar-collapse {
    width: 100%;
    top: 60px;
  }

  a.newsletterbtn {
    display: none;
  }

  .custom-section.home-banner, .custom-section.about-banner, .custom-section.service-banner, .custom-section.custom-testimonial-banner, .custom-section.contact-banner, .custom-section.our-custom-history, .custom-section.custom-proactive-service, .custom-section.project-scoping, .custom-section.cyber-security, .custom-section.cloud-computing, .custom-section.custom-tailored, .custom-section.hardware-purchasing, .custom-section.pci-compliance, .custom-section.jeffrey-talks-business, .custom-section.events-banner {
    min-height: 200px;
  }

  .hs-culture-page .custom-section.about-banner {
    min-height: 150px;
  }

  nav .page-centera.navbar-brand, .custom-footer-top-row .col.footer-left a {
    width: 150px;
  }

  .custom-section.service-partner .page-center .custom-wrapper ul li {
    width: 100%;
    padding: 10px 0;
  }

  .custom-section.service-partner .page-center .custom-wrapper ul li img {
    width: 150px;
  }

  .custom-section.home-contact .page-center .home-contact-content>h4 {
/*     font-size: 14px; */
    font-size: 16px;
  }

  .custom-section.home-contact .page-center .home-contact-form .form-holder form .hs-button {
    font-size: 17px;
  }

  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-info p {
/*     font-size: 12px;
    line-height: 22px; */
    font-size: 16px;
    line-height: 24px;
  }

  .custom-section.service-partner .page-center .custom-wrapper .partner-logos {
    margin-top: 25px;
  }

  .custom-section.home-banner h1, .custom-section.custom-business-points-content h1 {
/*     font-size: 19px;
    line-height: 21px; */
    font-size: 24px;
    line-height: 28px;
  }

  .custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-img {
    width: 100px
  }

  h2, h3, .custom-section.service-provided .page-center .custom-wrapper h2 {
/*     font-size: 18px;
    line-height: 20px */
    font-size: 22px;
    line-height: 28px;
  }

  .custom-each-events .each-events.col.nopadding.quotes h3 {
    line-height: 20px;
  }

  .custom-section.about-ceo .page-center .custom-about-ceo-row .ceo-content h3 {
    padding-bottom: 0;
  }

  .custom-section.home-about .custom-row, .custom-section.home-contact .custom-row {
    width: 100% !important;
  }

  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items {
    display: block;
  }

  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-img img {
    width: 125px;
  }

  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-img p {
    position: relative;
    font-size: 14px;
    margin-top: 98px;
    left: 5px;
    margin-bottom: 0;
    color: #5f5f61;
    padding-right: 20px;
  }

  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-img {
    overflow: hidden;
  }

  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-img img {
    float: left;
  }

  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-info {
    padding-left: 10px;
  }

  .custom-section.home-contact .page-center .home-contact-form .form-holder {
    width: 100%;
  }

  .custom-section.service-provided .page-center .custom-wrapper h2 {
    display: block;
  }

  .custom-section.service-provided .page-center .custom-wrapper .sevice-sidebar {
    padding: 10px 20px 15px 20px;
  }

  .custom-section.service-provided .page-center .custom-wrapper .main, .custom-section.service-provided .page-center .custom-wrapper .main .services-items:last-child {
    margin-bottom: 0;
  }

  .custom-section.custom-service-forms .page-center .custom-wrapper .form-header {
    width: 100%;
  }

  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-info strong.pad-bottom {
    padding-bottom: 0;
  }

  .custom-section.service-provided .page-center .custom-wrapper .main .services-items:nth-child(even), .custom-section.service-provided .page-center .custom-wrapper .main .services-items {
    margin-bottom: 15px;
  }

  .custom-section.service-provided .page-center .custom-wrapper .other-services-right h2, .custom-section.home-other-services .page-center .custom-wrapper .other-services-right h2 {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 5px;
  }

  .custom-section.service-provided .page-center .custom-wrapper .other-services-right ul li, .custom-section.home-other-services .page-center .custom-wrapper .other-services ul li {
    padding-bottom: 5px;
/*     font-size: 12px; */
    font-size: 14px;
  }

  .custom-section.custom-service-forms .page-center .custom-wrapper .hs-form-field {
    padding-bottom: 15px
  }

  .custom-section.custom-service-forms .page-center .custom-wrapper .hs-form-field label {
    padding-bottom: 5px;
/*     font-size: 12px; */
    font-size: 14px;
  }

  .custom-section.custom-ready-btn .page-center a, .cta-white {
    padding: 15px 20px;
/*     font-size: 14px; */
    font-size: 16px;
  }

  .custom-section.contact-newsletter .page-center a {
/*     font-size: 12px; */
    font-size: 16px;
  }

  .custom-section.custom-contact-us .custom-address {
    text-align: center;
  }

  .custom-section.custom-contact-us .custom-address .address-items {
    width: 100% !important;
  }

  .custom-section.custom-contact-us .custom-address .address-items:first-child {
    width: 150px;
    float: none;
  }

  .custom-section.custom-contact-us .custom-col-md-5 {
    padding: 0;
  }

  .custom-section.custom-history-content .page-center .custom-history-right {
    padding: 0;
    padding-top: 15px;
  }

  .custom-section.custom-history-content h1 {
    font-size: 25px;
    line-height: 27px
  }

  .custom-section.custom-referral-content h1 {
/*     font-size: 18px; */
    font-size: 24px;
  }

  .custom-section.custom-referral-content {
    padding: 20px 0;
  }

  .custom-section.custom-referral-content img.custom-referral-logo {
    width: 150px;
    height: 50px;
    margin: 0 auto 15px
  }

  .custom-section.custom-referral-content .page-center .custom-referral-strip p, .custom-section.custom-referral-content .page-center .custom-referral-strip ol li {
/*     font-size: 13px; */
    font-size: 16px;
  }

  .custom-section.thank-you .page-centerh1 {
    font-size: 40px;
    padding: 0;
  }

  .custom-section.thank-you .page-centerp {
/*     font-size: 14px; */
    font-size: 16px;
  }

  .custom-section.thank-you .page-center.img-holder {
    width: 50px
  }

  .custom-footer-top-row .col {
    float: none
  }

  .custom-footer-top-row .col.footer-left ul li {
    display: inline-block
  }

  .custom-footer-top-row .col.footer-left p {
    padding-bottom: 15px
  }

  .custom-footer-top-row .col.footer-middle {
    display: none;
  }

  .custom-footer-top-row .col {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .custom-footer-top-row .col.footer-left a {
    margin: 0 auto;
  }

  .footer ul {
    overflow: hidden;
  }

  .footer .footer-left ul {
    width: auto;
  }

  .right-tag:after, .left-tag:after {
    left: 15%;
    top: -4px;
  }

  .hs-form-field {
/*     font-size: 12px; */
    font-size: 14px;
  }

  .custom-sub-services .page-center .custom-wrapper p {
    line-height: 22px;
  }

  .custom-sub-services .page-center .custom-wrapper ul li p {
    line-height: 16px;
  }

  .custom-slide-description {
    height: 268px;
  }

  .custom-sub-services .page-center .custom-wrapper h1 {
/*     font-size: 20px;
    line-height: 22px; */
    font-size: 24px;
    line-height: 28px;
  }

  .custom-sub-services .page-center .custom-wrapper h1 br {
    display: none;
  }

  .page-center .custom-wrapper ul li p {
/*     font-size: 12px !important; */
    font-size: 16px !important;
  }

  .custom-section.custom-business-points-content h2 {
/*     font-size: 13px;
    line-height: 18px; */
    font-size: 20px;
    line-height: 24px;
  }

  .custom-business-points-wrapper img {
    width: 140px;
    float: none;
    margin-right: 0;
    display: block;
    margin: 12px auto 15px;
  }

  .custom-section.custom-business-points-content {
    padding: 19px 0 !important;
  }

  .custom-business-points-wrapper h3 {
/*     font-size: 12px;
    line-height: 18px; */
    font-size: 18px;
    line-height: 12px;
  }

  .custom-our-culture-item {
    padding: 15px 20px
  }

  .custom-our-culture-item {
    list-style: disc;
    margin-left: 0;
    width: 50%;
    padding: 20px 10px
  }

  .custom-our-culture-item img {
    width: 50px;
    margin-bottom: 14px
  }

  .custom-our-culture-item h2 {
/*     font-size: 12px;
    line-height: 18px */
    font-size: 20px;
    line-height: 24px;
  }

  .custom-each-events h2, .custom-quotes.custom-row h2 {
/*     font-size: 16px;
    margin-bottom: 15px */
    font-size: 20px;
    margin-bottom: 15px;
  }

  .custom-each-events h3 {
/*     font-size: 15px; */
    font-size: 18px;
  }

  .custom-each-events a {
/*     padding: 5px 15px;
    font-size: 12px;
    line-height: 1.2; */
    text-align: center;
    padding: 16px 15px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .custom-quotes-new .custom-quotes-items {
    width: 100%
  }

  .custom-quotes-new p {
/*     font-size: 14px;
    line-height: 22px */
    font-size: 16px;
    line-height: 24px;
  }

  .custom-quotes-icon {
    width: 50px;
    margin-bottom: 20px
  }

  .custom-quotes {
    padding: 25px 0
  }

  .custom-section.custom-event-content .custom-each-events.custom-nopadding.custom-separator.custom-event-padding {
    margin-top: 10px
  }

  .custom-btn-row p:first-child {
    margin-right: 0;
    margin-bottom: 0;
    line-height: 35px
  }

  .custom-btn-row {
    margin-top: 0px !important;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    padding-top: 15px
  }

  .custom-section.custom-service-forms .page-center .custom-wrapper .hs-form-field {
    padding-bottom: 19px
  }
}

@media screen and (max-width: 550px){
  .custom-header-logo img{
    width: 150px !important;
  }
  div#hs_cos_wrapper_widget_20459200851 {
    margin-top: 10px;
  }
  p {
/*     font-size: 12px;
    line-height: 22px; */
  }
  .custom-header-newsletter a{
    display: none;
  }
  .mobile-trigger {
    font-size: 1rem;
    top: 9px;
  }
  .custom-menu-primary.widget-span, .custom-menu-primary.widget-span * {
    min-height: 0;
  }
  .custom-menu-primary.widget-span {
    width: 100%;
    top: 60px;
  }
  .custom-footer-top-row .col.footer-left ul li {
    display: inline-block;
    float: none;
  }
  .custom-footer-top-row.custom-row {
    padding-bottom: 15px;
    width: 100% !important;
    display: block !important;
  }
  .custom-our-culture-item {
    margin-left: 0;
  }
  .custom-album-holder .slick-arrow {
    margin-top: -5%;
    width: 7%;
    height: 17%;
  }
  .custom-album-holder .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper {
    padding-bottom: 45%;
  }
}

@media screen and (max-width: 450px) {
  .mobile-banner.about-page img {
    width: 100%;
  }
  .mobile-banner.about-page {
    display: block;
  }
  .mobile-banner.about-page {
    display: block;
  }
  .custom-about-main-banner{
    display:none;
  }
  .custom-banner .page-center-2 h1 {
/*     font-size: 18px; */
  }
  .custom-banner .page-center-2 h2 {
/*     font-size: 14px; */
  }
}

@media screen and (max-width: 400px) {
  .custom-album-holder .hs_cos_gallery_thumbnails .slick-slide {
    padding: 4px 2px;
  }
  .custom-album-holder .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper {
    padding-bottom: 64%;
  }
  .custom-sub-services .page-center .custom-wrapper h1 {
/*     font-size: 19px;
    line-height: 21px; */
  }
  .custom-section.our-team .page-center .custom-team-row .custom-team-row-items .bio-img p span {
/*     font-size: 10px; */
  }
  .custom-section.service-provided .page-center .custom-wrapper .main .services-items img {
    width: 40px;
  }
  .custom-section.service-provided .page-center .custom-wrapper .main .services-items h2 {
/*     font-size: 12px;
    line-height: 14px; */
  }
  .custom-section.custom-contact-us .custom-address .address-items {
    width: 100%;
    padding-left: 0px;
    border-left: none;
  }
  .custom-slide-description {
/*     font-size: 14px; */
  }
  .custom-slide-name {
    margin-left: 20px;
  }
  .custom-album-holder .slick-arrow {
    margin-top: -5%;
    width: 40px;
    height: 27px;
  }
  .custom-section.our-team .page-center img.icon-badge-logo-apple {
    width: 240px;
  }
}

/*===============Height Adijustment==================*/

.cybersecurity-checklist-banner .custom-section.about-banner{
    height:200px;
    min-height:200px;
  }
  
  @media(max-width:767px){

    .cybersecurity-checklist-banner .custom-section.about-banner{
      height:150px;
      min-height:150px;
    }

  }

.cust_hubs{
  padding-left:50px;}

.cust_hubs li{
  display: block;
  float: left;
}

::placeholder {
  color: black !important;
}

.searchbar {padding-left:50px;
padding-top:10px;}

.sidebar-embedded-youtube {
  margin-left: 38px;
  margin-top: 30px;
}

.sidebar-embedded-youtube iframe {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .sidebar-embedded-youtube {
    margin-left: 0px;
  }
  .sidebar-embedded-youtube iframe {
    height: 50vw;
  }
}

.privacy-policy {
  padding: 25px 0;
}

.privacy-policy ul li {
  float: unset;
  display: list-item;
}