/* ==========================================================================
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=Raleway&display=swap');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css');
/* 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 Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  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;
} 

body {
  background: #fff;
  font-family: 'Raleway',sans-serif;
  color: #666666;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1400px;
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px;
}

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


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

/* Basic text */
p {
  margin: 0px 0px 8px 0px;
} 
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 {
  font-weight: 500;
  line-height: 1.1;
  margin: 5px 0 10px 0;
  color: #777777;
  font-family: 'Raleway';
  font-weight: bold;
  letter-spacing: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 24px;
  line-height: 28px;
}
h2 {
  font-size: 20px;
  line-height: 24px;
}
h3 {
  font-size: 18px;
  line-height: 20px;
}
h4 {
  font-size: 16px;
  line-height: 18px;
}
h5 {
  font-size: 14px;
  line-height: 16px;
}
h6 {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}


/* Anchor Links */
a { 
  color: #ee5c2b;
  text-decoration: none;
  transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -webkit-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
}
a:hover, a:focus { 
  color: #ee5c2b;
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
}

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

ol {
  margin-left: 1.6em;
  list-style-position: outside;
  padding:0;
}
ol li {
  padding-left: 6px;
}


/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}
figure {
  margin: 0;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  font-style: italic;
  color: #848484;
  position: relative;
  border: none;
}


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

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


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

/* =============== 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{}

.custom-header .page-center{}

.custom-header-wrapper {
  min-height: 163px !important;
}
.custom-header-top {
  background: #283848;
  padding: 9px 0 4px 0;
}
.custom-header-top h3 a {
  margin: 0;
  font-family: Arial,Helvetica,sans-serif;
  color: #a6afb8;
}
.custom-header-top h3 a:hover {
  color: #a6afb8;
}
.custom-home-header-grp .custom-header-top h3 a:hover {
  color: #a6afb8;
}
.custom-header-top h3 a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f095";
}
.custom-header-right {
  position:relative;
}
.custom-header-search .hs-search-field {
  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
  background-color: #ffffff;
  padding: 12px 10px;
  min-width: 300px;
  height: 63px;
  position: absolute;
  top: 100%;
  right: 0px;
  margin-top: -34px;
  opacity:0;
  visibility:hidden;
  transition:all 0.3s;
}

.custom-header-search .hs-search-field .hs-search-field__bar {
  background: none;
  border: none;
  float: none;
  position: relative;
  white-space: nowrap;
  width: 100%;
  display: block;
  text-align: left;
  line-height: 40px;
}
.custom-header-search .hs-search-field__bar .hs-search-field__input {
  vertical-align: middle;
  font-family: inherit;
  outline: 0;
  border-radius: 0px 0px 0px 0px;
  -webkit-appearance: none;
  background: none;
  border: none;
  display: block;
  background-color: rgba(0,0,0,0.1);
  height: 40px;
  line-height: 40px;
  width: 240px;
  left: 0px;
  top: 2px;
  font-size: 14px;
  color: #444;
  padding: 0px 3px 0px 3px;
}

/* Placeholder Text */
.custom-header-search .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder {
  color: #555;
} /* Webkit Browsers */
.custom-header-search .hs-search-field__bar .hs-search-field__input:-moz-placeholder {
  color: #555;
} /* Firefox 18- */
.custom-header-search .hs-search-field__bar .hs-search-field__input::-moz-placeholder {
  color: #555;
} /* Firefox 19+ */
.custom-header-search .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder {
  color: #555;
} /* IE10 */

.custom-header-search .hs-search-field .hs-search-field__bar button{
  left: auto;
  right: 0;
  background-color: #ff8726;
  color: #FFF;
  top: 2px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  overflow: hidden;
  padding: 0px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  margin: 0;
}
.custom-header-search .hs-search-field .hs-search-field__bar button svg {
  display: none;
}
.custom-header-search .hs-search-field .hs-search-field__bar button:after {
  content: "\f002";
}

.custom-header-bottom {
  position: absolute;
  background: #fff;
}

.custom-logo {
  padding: 21px 0;
}

.widget-span.custom-header-icon-grp,.widget-span.custom-menu-primary {
  float: right;
  width: auto;
  margin: 0;
}
.search-open .custom-header-search .hs-search-field{
  opacity:1;
  visibility:visible;
  transition:all 0.3s;
}

.custom-header-icons-grp {
  margin-top: 2px;
  line-height: 106px;
  padding-left: 3px;
}

.custom-header-icons-grp .nav_ico {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-align: right;
  line-height: 1;
  position: relative;
}
.custom-header-icons-grp .nav_ico:before {
  content: " ";
  border-left: 1px solid #000000;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.custom-header-icons-grp .nav_ico .fa {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
  cursor: pointer;
  color: #000000;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
}
.custom-header-icons-grp .nav_ico .fa:hover {
  color: #ff8726;
}
.custom-header-icons-grp .Loginandlanguage {
  min-width: inherit;
  white-space: nowrap;
  padding: 0px 30px;
  line-height: 62px;
  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
  background-color: #ffffff;
  min-height: 62px;
  position: absolute;
  top: 100%;
  right: 0px;
  margin-top: 10px;
  opacity:0;
  visibility:hidden;
  transition:all 0.3s;
}
.login-open .custom-header-icons-grp .Loginandlanguage {
  opacity:1;
  visibility:visible;
  transition:all 0.3s;
}
.custom-header-icons-grp .Login {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.custom-header-icons-grp .nav_ico .Loginandlanguage > .Login .sep {
  color: #444;
  font-size: 13px;
  vertical-align: middle;
}
.custom-header-icons-grp .Login .sep {
  padding: 0 5px;
  margin: 0px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.custom-header-icons-grp .Login .loginGroup {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  height: 30px;
  line-height: 30px;
}
.custom-header-icons-grp .Login .loginGroup a {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1;
  color: #444;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
}
.custom-header-icons-grp .Login .loginGroup a:hover {
  color: #ff8726;
}
.custom-header-icons-grp .nav_ico .fa.active:before {
  content: "\f00d";
  color: #ff8726;
}

.custom-header-top h3 a:hover {
  color: #ff8726;
  text-decoration: underline;
}
.custom-main-header-area .custom-header-top {
  padding: 0;
}
.cm-home-page .custom-header-phone-number {
  padding: 0;
}
.custom-header-phone-number {
  padding: 6px 0 7px;
}
.custom-main-header-area .custom-header-icons-grp {
  display:none;
}
.custom-home-header-grp .custom-main-header-icons-grp {
  display:none;
}
.custom-main-header-area .Login {
  display: inline-block;
  vertical-align: middle;  
  color: #a6afb8;
  text-align: center;
}
.custom-main-header-area .Login a{
  color: #a6afb8;
}
.custom-main-header-area .Login a:hover {
  color: #ff8726;
}
.custom-main-header-area .Login .fa {
  display: inline-block;
  vertical-align: middle;
}
.custom-main-header-area .Login .sep {
  display: inline-block;
  margin: 0px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
}
.custom-main-header-area .Login .loginGroup{
  display: inline-block;
  padding: 0px;
  margin: 0px;
  height: 30px;
  line-height: 30px;
}
.custom-main-header-area .searchMainBox {
  position: relative;
  margin-left: 28px;
  display: inline-block;
  vertical-align: middle;
}
.custom-main-header-area .search-icon {
  width: 52px;
  height: 48px;
  line-height: 47px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #a6afb8;
  border-left: 1px solid #53606d;
  border-right: 1px solid #53606d;
  display: block;
}
.custom-main-header-area .custom-header-icon-grp {
  position:relative;
}
.custom-header-search .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  font-size: 13px;
  border: 1px solid #c9c9c9;
  background: #fff;
  min-width: 350px;
  position: absolute;
  right: 8px;
}
.custom-header-search .hs-search-field__suggestions #results-for{
  padding: 6px 12px 6px 12px;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #000;
  cursor: inherit;
  border-top: 1px solid #c9c9c9;
}
.custom-header-search .hs-search-field__suggestions li {
  padding: 6px 12px 6px 22px;
  border-top: 1px solid #c9c9c9;
  color: #666;
  cursor: pointer;
  position: relative;
  margin: 0;
  text-transform: none;
}
.custom-header-search .hs-search-field__suggestions li:hover{
  background-color: #e8f1fa;
  color: #333;
}
.custom-header-search .hs-search-field__suggestions li a:hover {
  background:transparent;
}

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

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

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

.body-container .content-wrapper{
  padding-bottom:60px;
}
.body-container .page-center{
  padding-top: 60px;
}

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

.main-content .hs_cos_wrapper_type_rich_text ul,
.custom-main-ul ul{
  list-style: none;
  margin-left: 0;
  padding:0;
  margin-top: 0;
  margin-bottom: 10px;
}
.main-content .hs_cos_wrapper_type_rich_text ul li,
.custom-main-ul ul li{
  position: relative;
  line-height: 25px;
  padding-left: 36px;
  margin-bottom: 19px;
  padding-top: 0;
}
.main-content .hs_cos_wrapper_type_rich_text ul li:before,
.custom-main-ul ul li:before{
  display: inline-block;
  border: 1px solid #2fa9f1;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #ff8726;
  border-color: #ff8726;
  content: "\f00c";
  width: 26px;
  height: 26px;
  font-size: 13px;
}
.main-content .hs_cos_wrapper_type_rich_text ul ul,
.custom-main-ul ul ul{
  margin-top: 19px;
}
.main-content .hs_cos_wrapper_type_rich_text ul ul li,
.custom-main-ul ul ul li{
  padding-left: 32px;
  margin-bottom: 10px;
  padding-top: 1px;
  list-style: none;
  line-height: 24px;
  position: relative;
}
.main-content .hs_cos_wrapper_type_rich_text ul ul li:last-child,
.custom-main-ul ul ul li:last-child{
  margin-bottom: -8px;
}
.main-content .hs_cos_wrapper_type_rich_text ul ul li:before,
.custom-main-ul ul ul li:before{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  color: #ff8726;
  position: absolute;
  left: 0;
  font-size: 10.4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 3px;
  border: none;
}


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

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

.custom-footer{
  font-size: 13px;
  color: #8f8f8f;
  background-color: #111111;
}
.custom-footer .page-center{}
.custom-footer-bottom{
  padding: 20px 0 20px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 14px;
  border-top: 1px solid #000000;
}
.custom-footer-bottom a{
  color: #FFFFFF;
  text-decoration: none;
  font-size: 13px;
}
.custom-footer-bottom a:hover{
  text-decoration: none;
  color: #ff8726;
}
.custom-copyright{
  font-size: 14px;
  padding: 10px 8px;
}
.custom-copyright p {
  margin:0;
}
.custom-copyright p span{
  padding: 0px 5px;
}
.custom-footer-bottom-links{
  text-align: right;
  padding: 9px 8px 0;
  margin: 0;
}
.custom-footer-bottom-links p {
  margin:0;
  font-size: 13px;
}
.custom-footer-bottom-links p span {
  padding: 0 15.5px;
  display: inline-block;
}
.custom-footer-top .page-center {
  padding-left:0 !important;
  padding-right:0 !important;
}
.widget-span.custom-footer-col{
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  margin:50px 0 40px;
}
.custom-footer-col h3{
  color: #cccccc;
  margin-top:0;
}
.custom-footer-top{
  color: #aaaaaa;
  font-size: 13px;
}
.custom-footer-col1 ul{
  padding: 0 10px 0 0;
  width: 50%;
  float: left;
  list-style: none;
  margin:0;
}
.custom-footer-col1 ul + ul {
  padding:0;
}
.custom-footer-col1 ul li {
  margin: 13px 0 0 0;
}
.custom-footer-col1 ul li a {
  color: #fff;
  background-color: #444444;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
.custom-footer-col1 ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.custom-footer-col1 ul li a span.fa {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0 20px 0 0;
}
.custom-footer-col1 ul li a span.fa.fa-linkedin {
  background-color: #199EE2;
}
.custom-footer-col1 ul li a span.fa.fa-google-plus {
  background-color: #DD4C39;
}
.custom-footer-menu{}
.custom-footer-menu .hs-menu-wrapper > ul{
  display:block;
  padding-top:10px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li{
  float:none !important;
}

.custom-footer-menu .hs-menu-wrapper > ul > li:first-child > a {
  padding: 0 0 17px 0;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a{
  font-size: 13px;
  border-bottom: 1px solid #4D4D4D;
  line-height: 1.1;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #aaaaaa;
  white-space: normal !important;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:before{
  content: "\f144";
  font-size: 14px;
  margin: 0 10px 0 0;
  color: #575757;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover{
  color: #ff8726;
  text-decoration: underline;
}
.custom-footer-menu .hs-menu-wrapper > ul ul{}
.custom-footer-menu .hs-menu-wrapper > ul ul li{}
.custom-footer-menu .hs-menu-wrapper > ul ul li a{}
.custom-footer-menu .hs-menu-wrapper > ul ul li a:hover{}

.custom-footer-col a{
  text-decoration: none;
  color: #aaa;
}
.custom-footer-col a:hover{
  text-decoration: none;
  color: #ff8726;
}

.custom-footer-form .form-title{
  color: #cccccc;
  font-family: 'Raleway';
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  margin: 0px 0 10px 0;
}
.custom-footer-form .hs-form-field {
  padding-bottom: 0;
  margin-bottom: 9px;
}
.custom-footer-form .hs-form-field > label {
  display: inline;
}
.custom-footer-form .hs-input{
  padding: 10px 40px 10px 15px;
  font-size: 13px;
  line-height: 20px;
  color: #888;
  border: none;
  margin-bottom: 0px;
  background-color: #363636;
}
.custom-footer-form .hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
/* Placeholder Text */
.custom-footer-form .hs-input::-webkit-input-placeholder {
  color: #888;
} /* Webkit Browsers */
.custom-footer-form .hs-input:-moz-placeholder {
  color: #888;
} /* Firefox 18- */
.custom-footer-form .hs-input::-moz-placeholder {
  color: #888;
} /* Firefox 19+ */
.custom-footer-form .hs-input:-ms-input-placeholder {
  color: #888;
} /* IE10 */

.custom-footer-form .hs-button.primary{
  padding: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 36px;
  color: #aaa;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
  outline: none;
  border: none;
  border: 2px solid #aaa;
  background-color: transparent;
  transition: background-color ease-in 200ms,color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms,color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms,color ease-in 200ms;
  -o-transition: background-color ease-in 200ms,color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms,color ease-in 200ms;
  width: 47.7%;
  margin: 7px 0 0;
  font-family: 'Raleway';
  box-shadow: none !important;
}
.custom-footer-form .hs-button.primary:hover{
  color: #fff;
  background-color: #565656;
  outline: none;
  border: 2px solid #565656;
}
.custom-footer-form .form-title:after{
  display:none;
}
.custom-footer-form .widget-type-form{
  background-color: transparent;
  padding: 0;
  max-width: 100%;
}
.custom-footer-form .hs-form-required {
  display: none;
}
.custom-footer-form textarea.hs-input {
  min-height:110px;
}

.custom-main-footer-area {
  position:relative;
  opacity: 1;
  background-color: #222c36;
}
.custom-main-footer-area:after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0; 
  opacity: 0.5;
  background-color: #283641;

}
.custom-main-footer-area .custom-footer-bottom{
  padding-top: 36px;
  padding-bottom: 35px;
  font-size: 13px;
  color: #999999;
  position:relative;
  z-index:2;
  background-color: transparent;
  border: none;
}
.custom-main-footer-area .custom-footer-bottom a{
  color: #999999;
}
.custom-main-footer-area .custom-footer-bottom a:hover{
  text-decoration: none;
  color: #ff8726;
}
#back-to-top {
  background-color: #5d5d5d;
  width: 65px;
  height: 65px;
  line-height: 65px;
  right: 90px;
  bottom: 32px;
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  z-index: 1000;
  cursor: pointer;
  position: fixed;
  transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms;
}
#back-to-top:before {
  content: "\f062";
  display: inline-block;
  position: relative;
  font-family: "FontAwesome";
  vertical-align: bottom;
  color: #FFF;
  font-size: 24px;
}
#back-to-top:hover {
  background-color: #ff8726;
}

#cm-back-to-top{
  border: 1px solid #333;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-color: #333333;
  width: 65px;
  height: 65px;
  line-height: 65px;
  right: 90px;
  bottom: 120px;
  float: right;
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  z-index: 1000;
  cursor: pointer;
  position: fixed;
  transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms;
}
#cm-back-to-top span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#cm-back-to-top span:before {
  content: "";
  width: 17px;
  height: 17px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  position: absolute;
  top: -13px;
  left: -8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  opacity: 0.8;
  transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms;
  border-top-color: #333333;
  border-left-color: #333333;
}
#cm-back-to-top span:after {
  content: "";
  width: 0;
  height: 27px;
  border-left: 1px solid #333;
  position: absolute;
  top: -15px;
  left: 0px;
  opacity: 0.8;
  transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms;
  border-left-color: #333333;
}

.custom-main-footer-area .custom-footer-bottom-links {
  display:none !important;
}
.cm-contact-page .custom-main-footer-area .custom-footer-bottom-links {
  display:block !important;
}

.custom-footer-col3 .hs-rss-item.hs-with-featured-image {
  padding: 0 0 0 124px;
  border-bottom: 1px solid #383838;
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;
  min-height: 100px;
}
.custom-footer-col3 .hs-rss-item.hs-with-featured-image:last-child {
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:none;
}
.custom-footer-col3 .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 100%;
  float: none;
  padding-right: 0;
  line-height: 18px;
  box-sizing: border-box;
  font-size: 13px;
}
.custom-footer-col3 .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
}
.custom-footer-col3 .hs-rss-title:hover {
  text-decoration:underline;
}

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


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

/* Parent List */


/* 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 > ul{
    display:block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin-left: 2px;
    background: none;
    padding: 32px 0 33px;
    transition: border-color ease-in 200ms;
    -moz-transition: border-color ease-in 200ms;
    -webkit-transition: border-color ease-in 200ms;
    -o-transition: border-color ease-in 200ms;
    -ms-transition: border-color ease-in 200ms;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: inline-block;
    padding: 0;
    word-spacing: normal;
    line-height: 50px;
    transition: all ease-in 200ms, line-height 0ms;
    -webkit-transition: all ease-in 200ms, line-height 0ms;
    color: #666666;
    padding: 0 23px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: normal;
    transition: color ease-in 200ms, background ease-in 200ms, border ease-in 200ms;
    -moz-transition: color ease-in 200ms, background ease-in 200ms, border ease-in 200ms;
    -webkit-transition: color ease-in 200ms, background ease-in 200ms, border ease-in 200ms;
    -o-transition: color ease-in 200ms, background ease-in 200ms, border ease-in 200ms;
    -ms-transition: color ease-in 200ms, background ease-in 200ms, border ease-in 200ms;
    text-decoration:none;
  }
  .cm-home-page .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color:#fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    background-color: #ff8726;
    color:#fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: "";
    height: 5px;
    width: 5px;
    overflow: hidden;
    margin: 0 0 3px 6px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: border ease-in 200ms;
    -ms-transition: border ease-in 200ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.active-branch > a:after{
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }

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


  .custom-main-header-area .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0px 26px;
  }
  .custom-main-header-area .custom-menu-primary {
    padding-right: 4px;
  }
  .custom-main-header-area .scroll-header1 .custom-menu-primary {
    padding-right: 0;
  }



  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    background-color: #ffffff;
    font-family: "Raleway";
    top: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    display: block;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
    text-decoration: none;
    text-align: left;
    padding: 7px 60px 7px 20px;
    font-size: 13px;
    color: #666666;
    transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
    -moz-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
    -webkit-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
    -o-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
    -ms-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
    text-decoration:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a span {
    display: inline-block;
    transition: transform ease-in 200ms, color ease-in 0ms;
    -moz-transition: transform ease-in 200ms, color ease-in 0ms;
    -webkit-transition: transform ease-in 200ms, color ease-in 0ms;
    -o-transition: transform ease-in 200ms, color ease-in 0ms;
    -ms-transition: transform ease-in 200ms, color ease-in 0ms;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a{
    color: #FFF;
    background-color: #ff8726;
  }
  .custom-menu-primary .hs-menu-wrapper >ul ul li:hover a span {
    transform: translate(4px,0);
    -webkit-transform: translate(4px,0);
  }
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-main-header-area .custom-header-search .hs-search-field {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f9f9f9;
    padding: 10px;
    min-width: 245px;
    height: 49px;
    margin-top: 2px;
    z-index: 1;
    border: 1px solid #e1e1e1;
  }
  .custom-main-header-area .custom-header-search .hs-search-field:after {
    content: "";
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    background-color: #f9f9f9;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -5px;
    right: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .custom-main-header-area .custom-header-search .hs-search-field__bar .hs-search-field__input {
    width: 181px;
    height: 27px;
    line-height: 27px;
    background-color: #e5e5e5;
    color: #555;
    font-size: 13px;
  }
  .custom-main-header-area .custom-header-search .hs-search-field .hs-search-field__bar button{
    display: inline-block;
    width: 32px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    margin-left: 6px;
    vertical-align: middle;
    font-size: 15px;
    color: #ffffff;
    background-color: #ff8726;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  .custom-main-header-area .search-icon.active:before {
    content: "\f00d";
  }


  /* Placeholder Text */
  .custom-header-search .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder {
    color: #555;
  } /* Webkit Browsers */
  .custom-header-search .hs-search-field__bar .hs-search-field__input:-moz-placeholder {
    color: #555;
  } /* Firefox 18- */
  .custom-header-search .hs-search-field__bar .hs-search-field__input::-moz-placeholder {
    color: #555;
  } /* Firefox 19+ */
  .custom-header-search .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder {
    color: #555;
  } /* IE10 */


  .custom-header-bottom.scroll-header1 {
    top: -200px;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    background-color:#fff;
  }
  .custom-header-bottom.scroll-header1.scroll-header {
    position: fixed;
    width: 100%;
    top: 0;
    opacity: 1;
    z-index: 9999; 
    background-color:#fff;
  }
  .scroll-header1 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    line-height: 40px;
    color: #ee5c2b;
  }
  .scroll-header1 .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
  .scroll-header1 .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .scroll-header1 .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    color: #fff;
  }
  .scroll-header1 .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 5px 0 5px;
  }
  .scroll-header1 .custom-header-icon-grp {
    display: none !important;
  }
  .scroll-header1 .custom-logo {
    padding: 0px 0;
  }
  .scroll-header1 .custom-logo img {
    max-width: 136px;
  }
  .custom-main-header-area .scroll-header1 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #666666;
  }
  .custom-main-header-area .scroll-header1 .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
  .custom-main-header-area .scroll-header1 .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-main-header-area .scroll-header1 .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    color: #fff;
  }
  .cusotm-mobile-header-icon-grp,
  .custom-mobile-header-search,
  .custo-mobile-phone-number,
  .mobile-menu-heading,
  .mobile-menu-close,
  .mobile-menu-heading-parent{
    display:none !important;
  }

}


/* =============== 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;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: .5px;
    width: auto;
    height: auto;
    padding: 0;
    border: 0px solid #000;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ee5c2b;
  }
  .mobile-trigger:before {
    content: "\f039";
    font-family: "FontAwesome";
    font-size: 16px;
    color: inherit;
    line-height: 1;
    width: 16px;
    height: 16px;
    font-size: 16px;
  }
  .mobile-trigger:hover{
    text-decoration: none; 
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}
  .mobile-open .mobile-trigger:before {
    content: "\f00d";
    font-size: 18px;
    color: #ff8726;
  }

  /* 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: inline-block !important;
    cursor: pointer;
    position: relative;
    top: 0px;
    right: 0px;
    width: 90px !important;
    min-width: 90px !important;
    height: 40px !important;
    padding: 0 !important;
    border-left: 1px solid #dbdbdb;
    float: right;
    background: rgba(3, 2, 1, 0);
    color: #333333;
    border-bottom: 1px solid #dbdbdb;
  }
  .child-trigger:hover{
    text-decoration: none;
    background-color: #F9F9F9;
  }
  .child-trigger:hover:after {
    color: #ff8726;
  }

  .child-trigger:after {
    width: 8px;
    height: 16px;
    margin: auto;
    position: absolute;
    bottom: 0;
    border-top: 0;
    border-left: 0;
    right: 23px;
    vertical-align: middle;
    border: 0;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 16px;
    display: inline-block;
    top: 0;
    color: #aaa;
    border-color: #aaa;
  }

  .child-trigger span {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 47%;
    left: 40%;
    color: #AAAAAA;
  }


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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled{
    position: fixed;
    top: 0;
    right: -440px;
    padding: 0;
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.7);
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    height: 100vh;
    overflow-y: auto;
    -webkit-transition: -webkit-right 0.4s ease;
    -ms-transition: -ms-right 0.4s ease;
    transition: right 0.4s ease;
    overflow-x: hidden;
  }
  .mobile-open .custom-menu-primary.js-enabled {
    right:0;
    -webkit-transition: -webkit-right 0.4s ease;
    -ms-transition: -ms-right 0.4s ease;
    transition: right 0.4s ease;
  }

  .header-container-wrapper,
  .body-container-wrapper,
  .footer-container-wrapper {
    position:relative;
    right:0;
    -webkit-transition: -webkit-right 0.4s ease;
    -ms-transition: -ms-right 0.4s ease;
    transition: right 0.4s ease;
  }
  .mobile-open .header-container-wrapper,
  .mobile-open .body-container-wrapper,
  .mobile-open .footer-container-wrapper {
    position:relative;
    right:440px;
    -webkit-transition: -webkit-right 0.4s ease;
    -ms-transition: -ms-right 0.4s ease;
    transition: right 0.4s ease;
  }
  body.mobile-open{
    overflow:hidden;
  }

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

  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children > a {
    width: calc(100% - 90px) !important;
    display: inline-block !important;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 0px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children {
    margin-bottom: -2px;
  }
  .custom-menu-primary .hs-menu-wrapper ul > li > a {
    color: #333;
    padding: 10px 10px 10px 20px !important;
    line-height: 20px !important;
    font-size: 14px !important;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
  }
  .custom-menu-primary .hs-menu-wrapper ul > li > a:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 20px;
    border-color: #dbdbdb;
  }
  .custom-menu-primary .hs-menu-wrapper ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper ul > li.active-branch > a{
    color: #ff8726;
    background-color: #F9F9F9;
  }
  .custom-menu-primary .hs-menu-wrapper ul > li.active .child-trigger,
  .custom-menu-primary .hs-menu-wrapper ul > li.active-branch .child-trigger{
    background-color: #F9F9F9;
    color: #ff8726;
  }
  .custom-menu-primary .hs-menu-wrapper ul > li.active .child-trigger:after,
  .custom-menu-primary .hs-menu-wrapper ul > li.active-branch .child-trigger:after{
    color: #ff8726;
    border-color: #ff8726;
  }
  .custom-menu-primary .hs-menu-wrapper ul > li.active .child-trigger span,
  .custom-menu-primary .hs-menu-wrapper ul > li.active-branch .child-trigger span{
    color: #ff8726;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .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{
    text-indent: 30px; /* Indent Child lists */
  }

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

  .custom-menu-primary .hs-menu-wrapper  ul  li.hs-menu-item.hs-item-has-children > ul {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 36px;
    box-shadow: none;
    background: #f3f3f3;
    transition: all .3s linear !important;
    display: block !important;
    width: 100%;
    height: calc(100vh - 100px);
  }
  .custom-menu-primary .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0px, 0px);
    overflow: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children {
    position: static !important;;
  }
  .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:0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.dl-back {
    background: #e2e2e2;
    display: block;
    border: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.dl-back a {
    background: rgba(0,0,0,0.1);
    outline: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: 0.8em;
    padding: 1em;
    position: relative;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.dl-back a:after {
    content: "\f053";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    font-size: 1.3em;
    color: rgba(0,0,0,0.3);
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.dl-back a:hover {
    background: rgba(0,0,0,0.2);
    box-shadow: inset 0 -1px rgba(0,0,0,0);
    color: #23527c;
    text-decoration: underline;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.custom-parent-link{
    border-top: none;
  }
  .mobile-menu-heading-parent {
    position: relative !important;
    cursor:pointer;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.mobile-menu-heading-parent:before {
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 25px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.custom-parent-link span.menu-section-title {
    display: block;
  }

  .custom-logo {
    padding: 1px 0 0;
    margin-bottom: -1px;
  }
  .custom-logo a {
    position:relative;
    z-index:5;
    display:inline-block;
  }
  .custom-logo img {
    max-width: 126px;
  }
  .custom-header-icons-grp {
    margin-top: 13px;
    line-height: normal;
    padding-left: 3px;
    margin-right: 31px;
  }
  .custom-header-icons-grp .nav_ico .fa.fa-user,
  .custom-header-icons-grp .nav_ico:before{
    display:none;
  }
  .custom-header-icons-grp .nav_ico .fa {
    line-height: 1;
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #333333;
  }
  .search-open .custom-header-icons-grp .nav_ico .fa:before {
    font-size: 18px;  
  }
  .custom-header-icons-grp .nav_ico .fa:hover {
    color: #333333;
  }
  .custom-header-wrapper {
    min-height: 94px !important;
  }
  .widget-span.custom-header-logo-grp,
  .widget-span.custom-header-right{
    width:100%;
    float:none;
    margin:0;
  }
  .widget-span.custom-header-right{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .custom-header-search .hs-search-field {
    top: 46px;
    right: 0px;
    margin-top: 0;
    min-width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 11px 11px;
    z-index: 8;
  }
  .custom-header-search .hs-search-field__bar .hs-search-field__input {
    max-width:100%;
    width:100%;
  }
  .search-open .custom-header-search .hs-search-field:before{
    content: "";
    position: absolute;
    top: -14px;
    right: 41px;
    border: 7px solid transparent;
    border-bottom-color: #FFFFFF;
  }
  .custom-header-bottom {
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
    background-color:#fff;
    z-index: 22;
    left:0;
    right:0;
  }
  .custom-header-bottom .page-center > div {
    position: relative;
  }
  .smaller .custom-header-bottom {
    position:fixed;
    left:0;
    right:0;
    top:0;
  }

  .cusotm-mobile-header-icon-grp {
    display:block !important;
  }
  .custom-main-header-area .custom-header-top {
    display:none !important;
  }

  .mobile_left_icon, .mobile_right_icon {
    cursor: pointer;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    top: 23px;
    left: auto;
    right: 0;
    margin-top: -8px;
  }
  .mobile_left_icon {
    margin-right: 15px;
    right: 16px;
  }

  .mobile_left_icon .fa, .mobile_right_icon a {
    text-align: center;
    font-size: 14px;
    color: #FFF;
    margin: 0 3px;
    display: inline-block;
    margin: 0;
    border-color: #333333;
    color: #333333;
    line-height: 1;
    width: 16px;
    height: 16px;
    font-size: 16px;
    border: none;
  }

  .custom-header-wrapper.custom-main-header-area {
    min-height: 46px !important;
  }
  .custom-main-header-area .custom-header-search .hs-search-field {
    top: 0;
    height: 62px;
  }
  .custom-header-search .hs-search-field--open .hs-search-field__suggestions {
    width: 350px;
    right: auto;
  }
  .custom-header-search .hs-search-field__bar .hs-search-field__input {
    font-size:13px;
  }
  .search-icon.active:before{
    content: "\f00d";
    font-size: 18px;
    color: #ff8726;
  }
  .custom-main-header-area .custom-header-bottom {
    position: fixed;
    left: auto;
    right: auto;
    width: 100% !important;
  }
  .custom-header-search .hs-search-field__bar .hs-search-field__input {
    color: #333333;
    background-color: #e1e1e1;
    padding: 5px 60px 5px 5px;
  }
  .custo-mobile-phone-number h3{
    text-align:center;
  }
  .custo-mobile-phone-number h3 a {
    color: rgba(0,0,0,0.3);
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
  }
  .custo-mobile-phone-number h3 a:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f095";
  }
  .custo-mobile-phone-number{
    border-bottom: 1px solid #dbdbdb;
  }
  .mobile-menu-heading {
    padding: 9px 0 10px !important;
    border-bottom: 1px solid #dbdbdb !important;
    text-align: center !important;
    color: #333333 !important;
  }
  .mobile-menu-close{
    color: #333;
    text-align: right;
    padding-right: 20px;
    right: 0;
    width: 40px;
    height: 33px;
    position: absolute;
    top: 36px;
    z-index: 111;
    cursor: pointer;
    padding-top: 4px;
  }
  .mobile-menu-close:before {
    content: "X";
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 20px;
  }
  #mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right:0;
    left:auto;
    z-index: 999999;
    -webkit-transition: -webkit-right 0.4s ease;
    -ms-transition: -ms-right 0.4s ease;
    transition: left 0.4s ease;
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
    opacity:0;
    visibility:hidden;
  }
  .mobile-open #mm-blocker {
    right: 440px;
    -webkit-transition: -webkit-right 0.4s ease;
    -ms-transition: -ms-right 0.4s ease;
    transition: right 0.4s ease;
    opacity:1;
    visibility:visible;
  }


  .custom-home-header-grp .custom-header-icon-grp {
    display:none !important;
  }
  .custom-home-header-grp .mobile-menu-heading {
    padding: 14px 0 15px !important;
    border-top: 1px solid #dbdbdb;
  }
  .custom-home-header-grp .mobile-menu-close {
    top: 6px;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children > ul {
    top: 0;
    height: calc(100vh);
  }

  .home-smaller.cm-home-page .custom-header-bottom {
    position: fixed;
    background-color: #fff;
    left: auto;
    right: auto;
    top: 0;
    width: 100%;

  }
  .menu-section-title {
    padding-right: 10px;
    padding-left: 10px;
  }

  .custom-header-bottom:after {
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1;
    z-index: -1;
    background-color: #FFFFFF;
    filter: alpha(opacity= 100 );
    opacity: 1;
    content: "";
    display:none;
  }
  .mobile-open .custom-header-bottom:after{
    z-index: 1;
    background-color: transparent;
    display:block;
  }

  .custom-header-search .hs-search-field__bar .hs-search-field__input::-webkit-input-placeholder {
    color: #333;
  } /* Webkit Browsers */
  .custom-header-search .hs-search-field__bar .hs-search-field__input:-moz-placeholder {
    color: #333;
  } /* Firefox 18- */
  .custom-header-search .hs-search-field__bar .hs-search-field__input::-moz-placeholder {
    color: #333;
  } /* Firefox 19+ */
  .custom-header-search .hs-search-field__bar .hs-search-field__input:-ms-input-placeholder {
    color: #333;
  } /* IE10 */

  .mobile-open #cm-back-to-top {
    display:none !important;
  }



}


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


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

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

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

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

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


/* =============== 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, h2.post-listing-simple {}
.post-header h2 a, h2.post-listing-simple a{
  text-decoration: none;
  color: inherit;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover{
  text-decoration: none;
}
.section.post-header h1 {}

/* 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 {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.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;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display:block;
  margin:15px 0;
}

/* Blog Topics List */
#hubspot-topic_data {
  margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */


/* Blog Commments */
#comments-listing {
  border: 0px solid #ccc;
  margin-bottom: 0;
  margin-top: 0;
}
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}
.blog .widget-type-blog_comments >  span > div{
  background-color: transparent;
  padding: 0;
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

#comments-listing.no-comments {
  border: none;
}

#comment-form {
  background: #fff;
  border: 1px solid #000;
  margin: 15px 0;
  padding: 30px;
}

.comment-date { 
  font-size: 13px;
  text-align: left;
  display: block !important;
  margin-top: 5px;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  clear: both;
}
.blog-pagination a {
  display: block;
  margin: 10px 0;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin > span {
  vertical-align: top !important;
}

/* 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 {
  margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


/* =============== 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 {}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 15px 0 9px;
  margin-bottom: 20px;
}


.blog .custom-banner-content {
  padding-bottom: 20px;
}
.blog .blog-sidebar .widget-span,
.blog-content {
  margin-bottom: 60px;
}
.blog .blog-sidebar h3 {
  color: #ff8726;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.2;
  margin-top: 0;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.blog .blog-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog .blog-sidebar ul li {
  background-color: #fcfcfc;
  position: relative;
}

.blog .blog-sidebar ul li a {
  padding: 10px 12px;
  color: #444444;
  display: block;
  text-decoration: none;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #f5f5f5;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
}
.hs-blog-social-share {
  border-bottom: 0px solid #ccc;
  border-top: 0px solid #ccc;
  height: auto;
  margin-top: 10px;
  padding: 0;
  margin-bottom: 20px;
  margin: 21px 0px 16px;
}

.blog .blog-sidebar ul li a:hover {
  color: #ff8726;
}

.blog-sidebar {
  font-size: 13px;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.cm-post-image {
  display: block !important;
  border: 0px solid #f5f5f5;
  max-width: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-bottom: 18px;
}

.cm-post-image .hs-featured-image {
  float: none;
  margin: 0 0 0px;
  max-width: 100%;
  width: 50%; /*edited by HS */
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  vertical-align: middle;
  display:block; /*edited by HS */
    margin-left:auto;
  margin-right:auto;
}
#hubspot-topic_data {
  margin: 13px 0;
  color: #7d7d7d;
  font-size: 13px;
  padding-bottom: 3px;
}
b, strong {
  font-weight: 700;
}
.blog-post-wrapper .post-body{
  font-family: Arial;
  color: #2f2f2f;
  line-height: 21px;
  font-size: 16px;
}
.blog-post-wrapper .post-body h1,
.blog-post-wrapper .post-body h2,
.blog-post-wrapper .post-body h3,
.blog-post-wrapper .post-body h4,
.blog-post-wrapper .post-body h5,
.blog-post-wrapper .post-body h6 {
  margin: 5px 0 9px 0;
}
.blog-post-wrapper .post-body h3 span,
.blog-post-wrapper .post-body h2 span{
  font-size:16px;
}
.blog-post-wrapper .post-body blockquote p {
  font-size:16px;
  line-height: 1.8;
  text-indent: 50px;
  margin: 0;
}
.blog-post-wrapper .post-body p small {
  font-size: 12px;
  display: block;
  line-height: 20px;
}
.blog-post-wrapper .post-body ul {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 20px;
  list-style-type: disc;
  padding: 0;
}
.blog-post-wrapper .post-body ul ul {
  padding-top: 0px;
  list-style-type: circle;
  margin-bottom: 0;
}
.blog-post-wrapper .post-body ol{
  margin-left: 1.6em;
  list-style-position: outside;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}
.blog-post-wrapper .post-body .cm-related-links {
  border: solid 1px #dbdbdb;
  padding: 3px;
  background: #ececec;
  margin: 0 0 20px;
  clear: both;
  color: #666666;
  font-size: 13px;
  font-family: 'Raleway';
  line-height: 1.8;
  letter-spacing: 0.5px;
}
.blog-post-wrapper .post-body .cm-related-links h2 {
  font-weight: normal;
  color: #72a819;
  font-size: 18px;
  font-family: Arial;
  padding: 12px 0 0 15px;
  background: white;
  margin: 0;
}
.blog-post-wrapper .post-body .cm-related-links ul {
  padding: 9px 16px 14px 15px;
  margin: 0;
  background: white;
  list-style-type: none;
}
.blog-post-wrapper .post-body .cm-related-links ul li {
  background: url(//cdn2.hubspot.net/hubfs/5596491/Freight_Controller_July2019/Images/list-bullet.png) no-repeat 0 8px;
  padding: 3px 0 0 20px;
}

.blog-post-wrapper .post-body .cm-related-links ul li a {
  color: #5e9700;
  text-decoration: none;
}
.blog-post-wrapper .post-body .cm-related-links ul li span {
  margin-left: 5px;
}
.blog-post-wrapper .post-body .cm-related-links ul li a:hover {
  color: #5e9700;
  text-decoration: underline;
}

.hs-featured-image-wrapper {
  display: block !important;
  border: 0px solid #f5f5f5; /*edited by HS */
  max-width: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-bottom: 20px;	
}

.post-header h2 {
  font-size: 24px;
  line-height: 1.4;
  color: #666666;
  margin: 0 0 5px;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  height: auto;
  display: inline-block;
  float: none;
  margin: 0;
  max-width: inherit;
  width: 50% !important; /*edited by HS */
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.post-item .post-body{
  margin-bottom: 18px;
  font-size: 13px;
}
.post-item .post-body .post-body-summary + .post-body-summary {
  display:none;
}
.post-item .post-body p span {
  font-size:16px;
}
a.more-link {
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  border: 1px solid #20a3f0;
  display: inline-block;
  margin: 0;
  border-color: #ff8726;
  color: #ff8726;
  font-size: 13px;
}
a.more-link:hover {
  background-color: #ff8726;
  color: #FFF;
  text-decoration: none;
}
.blog-listing-wrapper .post-listing .post-item {
  padding-bottom: 50px;
  margin-bottom: 49px;
  border-bottom: 1px dashed #bfbfbf;
}

.blog-pagination{
  text-align: center;
  padding: 15px;
  margin: 0;
  font-size: 13px;
}
.blog-pagination a {
  display: inline;
  border: solid 1px #cbcbcb;
  line-height: 23px;
  border-radius: 15px;
  padding: 4px 8px;
  margin: 0px;
  text-decoration: none !important;
  font-family: Arial;
  font-size: 12px;
  color: #aaa;
  font-weight: bold;
  background: white;
  transition: background .2s ease-in-out;
}
.blog-pagination a:hover {
  background: #efefef;
  text-decoration: none;
}
.blog-pagination a.active {
  background: #aaaaaa;
  color: white;
}
.cm-post-image-light-box-inner {
  margin: 16px 0 -1px 0;
}
.cm-post-image-light-box-item {
  float: left;
  margin: 4px;
}
.cm-post-image-light-box-item img {
  max-width: 108px;
  border: solid 1px #dadada;
  padding: 3px;
  background: #fcfcfc;
}
.cm-post-image-light-box-item img:hover {
  border-color: #828282;
}

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


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


.hs-search-field,
#email-prefs-form,
.widget-type-blog_comments > span > div,
.widget-type-form, .widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt,
.widget-type-email_simple_subscription form ,
#comment-form, .widget-type-widget_container form
{
  background-color: #ff8726;
  padding:20px;
  max-width:750px;
  color:#fff;
}

.form-title {
  margin: 0;
  font-weight: normal;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.form-title:after {
  content: "";
  width: 66px;
  display: block;
  border-bottom: 2px solid rgba(255,255,255,0.5);
  margin: 30px 0 34px;
  color: #fff;
}

/* Form Field */
.hs-form-field {
  font-size: 13px;
  margin: 0 0 20px 0;
  padding-bottom:10px;
}

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

/* Labels and Legends */
label {
  display:inline-block;
}
.hs-form-field > label {
  display:inline-block;
}

/* 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 {
  width: 100%;
  vertical-align: middle;
  display: block;
  -webkit-appearance:none;
  font-family: 'Raleway';
  Font-weight: normal;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 12px 12px 12px 5px;
  margin: 0;
  line-height: 18px;
  border: 1px solid #FFF;
  background: none;
  font-size: 13px;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #FFF;
}

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 {
  outline:0 none;
}

/* 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:#fff;
} /* Webkit Browsers */
:-moz-placeholder {
  color:#fff;
} /* Firefox 18- */
::-moz-placeholder {
  color:#fff;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color:#fff;
} /* IE10 */


/* =============== 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;
  -webkit-appearance: none;
  text-decoration: none !important;
  display:inline-block;
  text-align: center;
  vertical-align: middle;
  white-space:normal !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  color: #20a3f0;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 15px;
  border: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  text-align: center;
  font-weight: 400;
  margin:10px 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #333;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  text-shadow: none;
  -webkit-text-shadow: none;
  color: #FFF;
  text-decoration: none;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/* =============== 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 {}

.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions_confirmation h1,
.widget-type-email_simple_subscription h1{}

.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2{}

.widget-type-email_subscriptions h3,
.widget-type-email_subscriptions_confirmation h3,
.widget-type-email_simple_subscription h3{}


.body-container ul li{}
.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
  list-style:none !important;
}

.hs-form-required {
  color: #fff;
}

.hs-error-msgs.inputs-list{
  margin: 0;
  padding:0;
  list-style:none;
}
.hs-form-field {
  position: relative;
}
.hs-error-msgs.inputs-list label{
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  z-index: 3;
  max-width: 120px;
  position: absolute;
  top: -75px;
  right: 0;
}
.hs-error-msgs.inputs-list label:after {
  bottom: -16px;
  content: "";
  display: block;
  left: 13px;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #ee0101;
  transform: rotate(182deg);
}

input.hs-input.error{}

input.hs-input.error:focus{}

input[type="search"]::-webkit-search-cancel-buttonrch-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.animation_item {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
}
.animation_item.delay2 {
  animation-delay: 600ms;
  -webkit-animation-delay: 600ms;
}
.animation_item.delay3 {
  animation-delay: 800ms;
  -webkit-animation-delay: 800ms;
}
.animation_item.scaleUp {
  -webkit-animation-name: scaleUp;
  -moz-animation-name: scaleUp;
  -o-animation-name: scaleUp;
  animation-name: scaleUp;
}

@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(.8)
  }
  100% {
    opacity: 1;
    transform: scale(1)
  }
}

@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1)
  }
}
@-webkit-keyframes cmfadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes cmfadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
@-webkit-keyframes cmfadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes cmfadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@-webkit-keyframes cmfadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes cmfadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@-webkit-keyframes cmfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes cmfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.cmfadeInDown {
  -webkit-animation-name: cmfadeInDown;
  animation-name: cmfadeInDown;
  animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
}
.cmfadeInUp{
  -webkit-animation-name: cmfadeInUp;
  animation-name: cmfadeInUp;
  animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.body-container {
  font-size:16px;
}
.custom-banner-area {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 90px 0 90px;
  background-color: #283848;
}
.custom-banner-area .page-center {
  padding-top:0 !important;
}
.custom-banner-content h3 {
  line-height: 1.2;
  margin: 0px 0 10px;
  Font-Family: Raleway;
  Font-Size: 36px;
  Font-weight: normal;
  text-transform: inherit;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
.custom-banner-content p {
  line-height: 1.2;
  margin: 0px 0 1px;
  Font-Family: Raleway;
  Font-Size: 16px;
  Font-weight: normal;
  text-transform: inherit;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}




/* --------- About Page  ------ */  

.cm-about-section1-left-col,
.cm-about-section1-right-col,
.cm-about-section2-left-col,
.cm-about-section2-right-col{
  margin-bottom:60px;
}
.custom-testimonials-grp {
  margin-bottom: 0px;
}
.custom-testimonials-grp blockquote {
  font-style: inherit;
  padding: 0;
  margin: 0;
  font-size: 17.5px;
  color: #848484;
  position: relative;
  border: none;
}
.custom-testimoanials-slider-item blockquote {
  margin: 0 0 19px;
}
.custom-testimoanials-slider-heading h3 {
  margin-bottom: 9px;
}
.custom-testimonials-descriptions {
  font-size: 13px;
  line-height: 1.8;
  color: #777;
  font-style: normal;
  text-indent: inherit;
  border: 1px solid #d1d1d1;
  border-top: 2px solid #ff8726;
  padding: 19px 20px 25px;
  position: relative;
  margin: 0 0 35px 0;
  border-top-color: #ff8726;
}
.custom-testimonials-descriptions p {
  margin: 0;
}
.custom-testimonials-descriptions:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 35px;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  background-color: #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin: 0 0 0 0;
}
.custom-testimonials-author img {
  vertical-align: middle;
  float: left;
  margin: 0 20px 0 18px;
  width: auto;
  height: auto;
  border-radius: 0px;
}
.custom-testimonials-author h2 {
  margin: 0;
  font-weight: normal;
  font-size: 13px;
  color: #393939;
  line-height: 1.2;
  padding: 9px 0 0 0;
}
.custom-testimonials-author span {
  display: block;
  margin-top: 2px;
}
.custom-testimonials-author {
  font-size: 13px;
}
.custom-testimoanials-slider-grp .slick-arrow {
  display:none !important;
}
.custom-testimoanials-slider-grp .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.custom-testimoanials-slider-grp .slick-dots {
  bottom: -3px;
  right: 0;
}
.custom-testimoanials-slider-grp .slick-list {
  padding:0 !important;
}
.custom-testimoanials-slider-grp .slick-dots li {
  position: relative;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 3px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #303030;
  font-size: 0;
  text-indent: -999px;
  vertical-align: middle;
  overflow: hidden;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  background-color: #e3e3e3;
}
.custom-testimoanials-slider-grp .slick-dots li.slick-active {
  background-color: #ff8726;
}
.custom-testimoanials-slider-grp .slick-dots {
  text-align:right;
}
.cm-about-section1-right-col ul li:last-child {
  margin-bottom: 0;
}
.cm-about-section1-right-col ul:last-child {
  margin-bottom: 0;
}

/* --------- About Page End ------ */  
/* -------------Frieight Management Page ------------------------- */
.cm-freight-mangement-page .custom-banner-content h3{
  font-family: 'Raleway';
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0px;
  text-shadow: none;
  margin: 5px 0 10px 0;
}
.cm-three-col-cnt-with-icn-grp {
  padding-top: 26px;
}
.cm-col-3 {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
}
.cm-three-col-cnt-with-icn-grp-col-inner {
  text-align: center;
  border: 1px solid #ddd;
  padding: 60px 40px;
  cursor: pointer;
  transition: border ease-in 200ms;
  -moz-transition: border ease-in 200ms;
  -webkit-transition: border ease-in 200ms;
  -o-transition: border ease-in 200ms;
  -ms-transition: border ease-in 200ms;
  margin-bottom: 78px;
}
.cm-three-col-cnt-with-icn-grp-col-inner .icon_box {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #EEEEEE;
  color: #666666;
  font-size: 24px;
  margin: 0 auto 40px;
  transition: background-color ease-in 200ms,color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms,color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms,color ease-in 200ms;
  -o-transition: background-color ease-in 200ms,color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms,color ease-in 200ms;
}
.cm-three-col-cnt-with-icn-grp-col-cnt h2 {
  font-family: 'Raleway';
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #777777;
  margin: 5px 0 10px 0;
}
.cm-three-col-cnt-with-icn-grp-col-cnt {
  font-size: 13px;
}
.cm-three-col-cnt-with-icn-grp-col-cnt p {
  margin: 0 0 20px 0;
}
.cm-three-col-cnt-with-icn-grp-col-inner:hover {
  border: 1px solid #232323;
}
.cm-three-col-cnt-with-icn-grp-col-inner:hover .icon_box {
  background-color: #FF8726;
  color: #fff;
}
.cm-space-cnt {
  margin-bottom: 60px;
}

/* -------------Frieight Management Page End ------------------------- */

/* ------------- Software Inner Website Page ------------------------- */
.cm-software-inner-page .custom-banner-content h3 {
  font-family: 'Raleway';
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  margin: 5px 0 10px 0;
  text-shadow: none;
}
.cm-software-inner-section1{
  background: #fafafa;
}
.cm-software-inner-section1 .page-center {
  padding-top: 78px;
  padding-bottom: 78px;
}
.cm-col-marg {
  margin-left:-15px;
  margin-right:-15px;
}
.cm-col-2 {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.cm-cnt-img-grp.left .cm-cnt-img-grp-col1 {
  float: right;
}
.cm-cnt-img-grp h1 {
  color: #63564c !important;
}
.cm-cnt-img-grp h2 {
  color: #ff8726;
  font-family: 'Raleway';
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0px;
  margin: 5px 0 10px 0;
}
.cm-cnt-img-grp-col2 {
  text-align: center;
  padding-top: 0;
}
.cm-cnt-img-grp-col2 img {
  margin-top: 0px;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.cm-cnt-img-grp {
  padding-bottom: 123px;
}
.cm-cnt-img-grp-wrap:last-child .cm-cnt-img-grp {
  padding-bottom:0;
}
.cm-cnt-img-grp .custom-main-ul ul ul{
  margin-top: 0;
  margin: 0;
}
.cm-cnt-img-grp .custom-main-ul ul ul li,
.cm-cnt-img-grp .custom-main-ul ul ul li:last-child{
  margin-bottom: 9px;
  padding-top: 1px;
}
.cm-cnt-img-grp .custom-main-ul ul ul li:before {
  border:1px solid #ff8726;
  font-size: 13px;
}
.cm-software-inner-section2 {
  padding-bottom: 60px;
  padding-top:60px;
  padding-left:15px;
  padding-right:15px;
}
.cm-software-inner-section2 a,
.cm-software-inner-section1 a{
  color: #ff8726;
}
.cm-software-inner-section2 a:hover,
.cm-software-inner-section1 a:hover{
  color: #ee5c2b;
}
.cm-software-inner-section2 .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom:0;
}

/* ------------- Software Inner Website Page End ------ */  

/* ------------- Contact Us Website Page ------------------------- */
.custom-contact-info-grp-header {
  text-align: center;
}
.custom-contact-info-grp-header h2 {
  font-size: 24px;
  color: #333333;
  font-weight: normal;
  line-height: 1.3;
  display: inline-block;
  padding: 0 0 20px 0;
  position: relative;
  margin: 0 0 25px 0;
}
.custom-contact-info-grp-header h2:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -33px;
  width: 66px;
  height: 2px;
  background-color: #ff8726;
}
.custom-contact-info-grp-header p {
  padding-bottom: 26px;
}
.contactus02-info {
  border: 1px solid #e3e3e3;
  min-height: 152px;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 20px 0 170px;
  white-space: nowrap;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.contactus02-info > span.fa {
  background-color: #ff8726;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 130px;
  text-align: center;
  font-size: 50px;
  color: #FFF;
  line-height: 150px;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms;
  -o-transition: background-color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms;
}
.contactus02-info .inforight {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
  white-space: normal;
}
.contactus02-info .inforight h4 {
  font-size: 18px;
  color: #555555;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 15px 0;
}
.contactus02-info .inforight p {
  margin: 0;
}
.contactus02-info a {
  color: #ee5c2b;
}
.contactus02-info:hover > span.fa {
  background-color: #b5b5b5;
}
.custom-contact-form-grp {
  position: relative;
  z-index: 2;
}

.custom-contact-form-grp .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.custom-contact-form-grp-col1-img {
  background-size: cover;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
}

.custom-contact-form-grp-col2-img {
  background-color: #ff8726;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
}
.custom-contact-form-grp-col2 {
  padding: 70px 0 70px 40px;
}
.custom-contact-form-title {
  position: relative;
}
.custom-contact-form-title h3 {
  margin: 0;
  font-weight: normal;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0px;
}
.custom-contact-form-title h3:after {
  content: "";
  width: 66px;
  display: block;
  border-bottom: 2px solid rgba(255,255,255,0.5);
  margin: 30px 0 34px;
  color: #fff;
}
.custom-contact-form-grp-col-form .form-title {
  display: none;
}
.custom-contact-form-grp-col-form .hs-form-required {
  display: none;
}
.custom-contact-form-grp-col-form .hs-form-field > label {
  display: inline;
}
.custom-contact-form-grp-col-form .hs-submit {
  padding-right:10px;
}
.custom-contact-form-grp-col-form .hs-button {
  width: 100%;
  display: block;
  margin: 0;
}
.custom-contact-form-grp-col-form form {
  background: transparent;
  padding: 0;
  max-width: 100%;
}
.custom-contact-form-grp-col-form textarea{
  margin-bottom: 38px;
  min-height:160px;
}
.custom-contact-form-grp-col-form .hs-form-field {
  margin: 0 0 30px 0;
}
.cm-review-consultation-grp .page-center {
  padding-top: 78px;
  padding-bottom: 78px;
}
.cm-review-consultation-grp-heading {
  text-align: center;
}
.cm-review-consultation-grp-heading h2 {
  color: #333333;
  display: inline-block;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 35px;
  padding: 0 0 23px;
  position: relative;
}
.cm-review-consultation-grp-heading h2:before {
  background-color: #ff8726;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -33px;
  position: absolute;
  width: 66px;
}
.cm-review-consultation-grp-heading p {
  padding-bottom: 39px;
}
.cm-review-consultation-item-cnt {
  position: relative;
  padding-right: 210px;
  font-size: 13px;
}
.cm-review-consultation-item:nth-child(1) .cm-review-consultation-item-cnt:after {
  content: "";
  border-left: 1px solid #e2e2e2;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
}
.cm-review-consultation-item-cnt h3 {
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
  margin: 0;
}
.cm-review-consultation-item-cnt h3 span {
  display: block;
  font-size: 13px;
  color: #666666;
  padding: 8px 0 8px;
}
.cm-review-consultation-item-cnt .social_list_10 {
  margin-top: 26px;
}
.cm-review-consultation-item-cnt .social_list_10 span {
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 15px;
  display: inline-block;
  margin: 0 3px 5px;
  text-align: center;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #FFF;
  background-color: #ff8726;
}
.cm-review-consultation-item-cnt .social_list_10 span:hover {
  background: #444;
}
.cm-get-in-touch-grp-heading {
  background-color: #ff8726;
  text-align: center;
}
.cm-get-in-touch-grp-heading .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cm-get-in-touch-grp-heading p {
  font-size: 28px;
  color: #fff;
  padding: 38px 0;
  margin: 0;
  display: block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
.cm-get-in-touch-grp-heading p:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px;
  border-color: #20a3f0 transparent transparent transparent;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -15px;
  border-top-color: #ff8726;
}
.cm-get-in-touch-grp-inner .page-center {
  padding-top: 78px;
  padding-bottom: 13px;
}
.cm-get-in-touch-grp-inner {
  padding-bottom: 60px;
}

.cm-get-in-touch-sub-heading {
  text-align: center;
}
.cm-get-in-touch-sub-heading {
  animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
}
.cm-get-in-touch-sub-heading p {
  margin: 0;
}
.cm-get-in-touch-grp-inner-grp {
  margin: 60px -15px 0;
  text-align: center;
}
.cm-col-4 {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.contactus02-out {
  font-size:13px;
}
.contactus02-out .contactus02-icon {
  display: inline-block;
  width: 92px;
  height: 92px;
  line-height: 80px;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 40px;
}
.contactus02-out.the1 .contactus02-icon {
  border-color: #1B58A1;
  background-color: #1B58A1;
}

.contactus02-out .contactus02-icon .contactus02-iconborder {
  border: 5px solid transparent;
  display: inline-block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: border ease-in 200ms;
  -moz-transition: border ease-in 200ms;
  -webkit-transition: border ease-in 200ms;
  -o-transition: border ease-in 200ms;
  -ms-transition: border ease-in 200ms;
}
.contactus02-out.the1 .contactus02-iconborder{
  background-color: #199ee2;
}
.contactus02-out.the1 .contactus02-iconborder a {
  color: #ffffff;
}
.contactus02-out h3 {
  font-size: 18px;
  color: #ff8726;
  margin: 30px 0 10px 0;
  font-weight: normal;
  line-height: 1.2;
}
.contactus02-out.the4 .contactus02-icon {
  border-color: #F10403;
  background-color: #F10403;
}
.contactus02-out.the4 .contactus02-icon a {
  color:#fff;
}
.contactus02-out:hover .contactus02-icon .contactus02-iconborder {
  border: 5px solid #fff;
}

.custom-contact-section2 .page-center {
  padding-top: 8px !important;
}
.custom-contact-section2 a{
  color: #ff8726;
}
.custom-contact-section2 a:hover{
  color: #ee5c2b;
}
.custom-contact-section2 .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom:0;
}

/* ------------- Contact Us Website Page End ------ */ 

/* ------------- Services Inner Website Page  ------ */ 

.cm-services-inner-page .custom-banner-content h3 {
  font-family: 'Raleway';
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0px;
  margin: 5px 0 10px 0;
  text-shadow: none;
}
.cm-one-col-cnt-with-icn-grp {
  margin-bottom: 61px;
}
.cm-one-col-cnt-with-icn-grp .size-xs {
  float: left;
  margin-right: 18px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #b4b4b4;
  color: #888888;
  display: inline-block;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
}
.cm-one-col-cnt-with-icn-grp:hover .size-xs {
  color: #ff8726;
  border-color: #ff8726;
}
.cm-one-col-cnt-with-icn-grp h2 {
  color: #777777;
  font-family: 'Raleway';
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0px;
  margin: 5px 0 10px 0;
}
.custom-services-inner-section2 .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom:0;
}
.cm-carrier-distribution-page .custom-services-inner-section1 a{
  color: #ff8726;
}
.cm-carrier-distribution-page .custom-services-inner-section1 a:hover{
  color: #ee5c2b;
}
.cm-one-col-cnt-with-icn-grp-wrap .cm-one-col-cnt-with-icn-grp:last-child{
  padding-bottom:0;
  margin-bottom:0;
}
.cm-one-col-cnt-with-icn p:last-child{
  margin-bottom:0;
}
.custom-services-inner-section2 {
  padding-left:15px;
  padding-right:15px;
}
.custom-services-inner-section2 a{
  color: #ff8726;
}
.custom-services-inner-section2 a:hover{
  color: #ee5c2b;
}
.custom-services-inner-section1-right .hs_cos_wrapper_type_rich_text small{
  font-size: 100%;
  margin-bottom: 23px;
  display: block;
}
.custom-services-inner-section1-right .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom:0;
}
.cm-main-services-inner-page .cm-one-col-cnt-with-icn > ul {
  margin-top: 20px;
}
.cm-one-col-cnt-with-icn > *:last-child {
  margin-bottom: 0;
}
.cm-one-col-cnt-with-icn > *:last-child > *:last-child {
  margin-bottom: 0;
}

/* ------------- Services Inner Website Page End ------ */ 
/* ------------- Privacy Website Page ------ */ 
.cm-privacy-page .body-container {
  font-size:13px;
}
.cm-privacy-page .custom-footer-bottom-links,
.cm-privacy-page .custom-footer-top{
  display:none !important;
}
.cm-privacy-page .main-content .hs_cos_wrapper_type_rich_text ul {
  margin-left: 20px;
  list-style-type: disc;
}
.cm-privacy-page .main-content .hs_cos_wrapper_type_rich_text ul li {
  position: relative;
  line-height: inherit;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cm-privacy-page .main-content .hs_cos_wrapper_type_rich_text ul li:before {
  display:none;
}

.cm-page-center-grp #cm-back-to-top {
  display:none !important;
}

/* ------------- Privacy Website Page End ------ */ 

/* ------------- Home Website Page ------ */ 
.cm-one-col-logo-slider-grp {
  color: #aaaaaa;
  font-size: 13px;
  background-color: #f1f1f1;
  padding-bottom: 78px;
  padding-top: 78px;
}
.cm-one-col-logo-slider-grp .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cm-one-col-logo-slider-grp .slick-arrow {
  display: none !important;
}
.cm-one-col-logo-slider-grp .cm-one-col-logo-slider.slick-slider {
  margin: 0;
}
.cm-one-col-logo-slider-grp .cm-one-col-logo-slider-item {
  text-align: center;
  display:block !important;
}
.cm-advanced-testimonials-slider-grp {
  margin-bottom: 60px;
  font-size: 13px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
  padding-top: 78px;
  padding-bottom: 78px;
}

.cm-advanced-testimonials-slider-grp .page-center {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}

.cm-advanced-testimonials-slider-inner-grp {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
  padding-top: 26px;
}

.cm-advanced-testimonials-slider-heading h6 {
  text-align: center;
  font-size: 14px;
  color: #ff8726;
  font-weight: normal;
  margin: 0 0 8px 0;
}

.cm-advanced-testimonials-slider-heading h3 {
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cm-heading-line {
  width: 50px;
  height: 1px;
  background-color: #fff;
  margin: 25px auto 30px;
}
.cm-advanced-testimonials-slider-item blockquote {
  padding: 0 0 80px 0;
  font-size: 13px;
  font-style: normal;
  text-align: center;
  color: #fff;
  position: relative;
  border: none;
}
.cm-advanced-testimonials-slider-item blockquote p {
  text-indent: 0;
  margin: 0;
  position: relative;
  font-style: normal;
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  padding: 0 123px;
}
.cm-advanced-testimonials-slider-item blockquote h2 {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  margin: 0;
  Padding: 32px 0 0 0;
  line-height: 1;
}
.cm-advanced-testimonials-slider-grp .cm-advanced-testimonials-slider-item.slick-slide.slick-active blockquote p:before {
  content: "\f10d";
  position:absolute;
  font-family:'FontAwesome';
  left: 0px;
  top:50%;
  color:#fff;
  font-size:26px;
  margin:-20px 0 0 0;
}
.cm-advanced-testimonials-slider-grp .cm-advanced-testimonials-slider-item.slick-slide.slick-active blockquote p:after {
  content: "\f10e";
  position:absolute;
  font-family:'FontAwesome';
  right:0px;
  top:50%;
  color:#fff;
  font-size:26px;
  margin:-20px 0 0 0;    
}
.cm-advanced-testimonials-slider-grp .slick-arrow {
  display:none !important;
}
.cm-advanced-testimonials-slider-grp .slick-dots li {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #303030;
  font-size: 0;
  text-indent: -999px;
  vertical-align: middle;
  position: static;
  overflow: hidden;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  text-indent: inherit;
  padding: 4px;
  border: 1px solid transparent;
}
.cm-advanced-testimonials-slider-grp .slick-dots li.slick-active {
  border: 1px solid #e3e3e3;
}
.cm-advanced-testimonials-slider-grp .slick-dots li button {
  display:none !important;
}
.cm-advanced-testimonials-slider-grp .slick-slider {
  margin-bottom: 0;
}
.cm-advanced-testimonials-slider-grp .slick-dots {
  bottom:0;
}
.custom-workprocess-grp {
  padding-bottom: 78px;
  padding-top: 78px;
}

.custom-workprocess-grp .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.custom-workprocess-header h6 {
  text-align: center;
  font-size: 14px;
  color: #ff8726;
  font-weight: normal;
  margin: 0 0 8px 0;
}

.custom-workprocess-header h3 {
  text-align: center;
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.cm-heading-line.cm-white-line {
  width: 50px;
  height: 1px;
  background-color: #000000;
  margin: 25px auto 30px;
}

.custom-workprocess-header-cnt {
  padding: 0 285px;
  font-size: 13px;
  text-align: center;
}

.custom-workprocess-header-cnt p:last-child {
  margin: 0;
}

.custom-workprocess-item {
  float: left;
  width: 16.50%;
  text-align: center;
  padding: 40px 35px;
  cursor: pointer;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms;
  -o-transition: background-color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms;
  margin-top: 26px;
  font-size: 13px;
}

.custom-workprocess-icon {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 98px;
  border: 1px solid #000;
  margin: 0 auto 40px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  transition: background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms;
  -moz-transition: background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms;
  -o-transition: background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms;
  -ms-transition: background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms;
  background-color: #fff;
}
.custom-workprocess-icon:after {
  position: absolute;
  content: "";
  width: 95%;
  height: 1px;
  background-color: #000;
  top: 50%;
  right: 0;
  margin: 0 -95px 0 0;
  z-index: -1;
}
.custom-workprocess-item h5 {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  margin: 0;
}
.line {
  width: 30px;
  height: 1px;
  background-color: #000;
  margin: 25px auto 30px;
}
.custom-workprocess-item p {
  padding: 0;
  margin: 0;
  line-height: 18px;
}
.custom-workprocess-icon:before {
  position: absolute;
  content: "";
  width: 96%;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 0;
  margin: 0 0 0 -95px;
  z-index: -1;
}
.custom-workprocess-item:hover {
  background-color: #F5F5F5;
}
.custom-workprocess-item:hover .custom-workprocess-icon {
  border: 1px solid #FF8726;
  background-color: #fff;
  color: #ff8726;
}
.custom-workprocess-item:last-child .custom-workprocess-icon:after {
  display: none;
}
.custom-workprocess-item:first-child .custom-workprocess-icon:before {
  display: none;
}
.custom-workprocess-icon:before {
  position: absolute;
  content: "";
  width: 96%;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 0;
  margin: 0 0 0 -95px;
  z-index: -1;
}
.custom-workprocess-item:hover {
  background-color: #F5F5F5;
}
.custom-workprocess-item:hover .custom-workprocess-icon {
  border: 1px solid #FF8726;
  background-color: #fff;
  color: #ff8726;
}
.custom-workprocess-item:last-child .custom-workprocess-icon:after {
  display: none;
}
.custom-workprocess-item:first-child .custom-workprocess-icon:before {
  display: none;
}
.cm-advanced-banner-area {
  padding: 255px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.cm-advanced-banner-area .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cm-advanced-banner-cnt-grp {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
  text-align: center;
}
.cm-advanced-banner-cnt h2 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 20px 0;
  letter-spacing: 0.6px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
.cm-advanced-banner-cnt h2 span {
  color: #ff8726;
}
.cm-advanced-banner-cnt p {
  letter-spacing: 2px;
}
.cm-advanced-banner-cnt {
  font-size: 13px;
}
.cm-advanced-banner-btn {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #fff;
  text-decoration: none;
  margin: 50px 15px 0;
  line-height: 1.5;
  transition: background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms;
  -moz-transition: background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms;
  -o-transition: background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms;
  -ms-transition: background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms;
  padding: 17px 54px;
  text-decoration: none;
}
.cm-advanced-banner-btn:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.cm-home-section1 {
  font-size: 13px;
  padding-top:60px;
}
.cm-home-section1 .page-center{
  padding-top: 26px;
}
.cm-cnt-with-top-icn-grp-item {
  width: 25%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.cm-cnt-with-top-icn-grp {
  margin-right: -15px;
  margin-left: -15px;
}
.cm-cnt-with-top-icn-cnt p {
  margin: 0 0 20px 0;
}
.cm-cnt-with-top-icn-grp-item-inner {
  text-align: center;
  border: 1px solid #ddd;
  padding: 60px 40px;
  cursor: pointer;
  transition: border ease-in 200ms;
  -moz-transition: border ease-in 200ms;
  -webkit-transition: border ease-in 200ms;
  -o-transition: border ease-in 200ms;
  -ms-transition: border ease-in 200ms;
  margin-bottom: 78px;
}
.cm-cnt-with-top-icn-grp-item-inner .icon_box {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #EEEEEE;
  color: #666666;
  font-size: 24px;
  margin: 0 auto 40px;
  transition: background-color ease-in 200ms,color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms,color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms,color ease-in 200ms;
  -o-transition: background-color ease-in 200ms,color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms,color ease-in 200ms;
}
.cm-cnt-with-top-icn-grp-item-inner:hover {
  border: 1px solid #232323;
}
.cm-cnt-with-top-icn-grp-item-inner:hover .icon_box {
  background-color: #ff8726;
  color: #fff;
}
.cm-cnt-with-top-icn-grp-item-inner.scaleUp {
  -webkit-animation-name: scaleUp;
  -moz-animation-name: scaleUp;
  -o-animation-name: scaleUp;
  animation-name: scaleUp;
}
.cm-cnt-with-top-icn-grp-item:nth-child(1) .cm-cnt-with-top-icn-grp-item-inner{
  animation-delay: 400ms;
  -webkit-animation-delay: 400ms;
}
.cm-cnt-with-top-icn-grp-item:nth-child(2) .cm-cnt-with-top-icn-grp-item-inner{
  animation-delay: 600ms;
  -webkit-animation-delay: 600ms;
}
.cm-cnt-with-top-icn-grp-item:nth-child(3) .cm-cnt-with-top-icn-grp-item-inner{
  animation-delay: 800ms;
  -webkit-animation-delay: 800ms;
}
.cm-cnt-with-top-icn-grp-item:nth-child(4) .cm-cnt-with-top-icn-grp-item-inner{
  animation-delay: 800ms;
  -webkit-animation-delay: 800ms;
}
.cm-home-section2-right-column .hs_cos_wrapper_type_rich_text h3{
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.cm-home-section2 {
  font-size: 13px;
  padding-bottom: 78px;
  padding-top: 78px;
  background-color: #f5f5f5;
}
.cm-home-section2 .page-center {
  padding-bottom: 26px;
  padding-top: 26px;
}
.cm-title-grp h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.cm-title-grp .line {
  width: 50px;
  height: 1px;
  background-color: #000;
  margin: 25px 0;
}
.cm-freight-managemnt-solution-item {
  width: 50%;
  float: left;
  padding: 25px 60px 25px 15px;
}
.cm-freight-managemnt-solution-grp {
  margin: 0 -15px;
}
.cm-freight-managemnt-solution-inner-item {
  padding: 6.5px 0;
}
.cm-freight-managemnt-solution-cnt span {
  font-size: 16px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  color: #555;
}

.cm-home-section2-left-column,
.cm-home-section2-right-column{
  animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
  opacity:1;
}
.cmfadeInLeft{
  -webkit-animation-name: cmfadeInLeft;
  animation-name: cmfadeInLeft;
}
.cmfadeInRight {
  -webkit-animation-name: cmfadeInRight;
  animation-name: cmfadeInRight;
}


.cm-home-page .custom-header-bottom {
  position: absolute;
  background: transparent;
  z-index: 10;
}
.custom-home-slider-grp {
  background-color: #FFF;
  position: relative;
  z-index: 4;
  margin-top: -115px;
}
.custom-home-slider-grp .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding: 0;
}
.custom-home-slider-cnt h2 {
  transition: all 0s ease 0s;
  line-height: 3.96vw;
  margin: 0px;
  letter-spacing: 2px;
  font-size: 3.96vw;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 1.4vw;
}
.custom-home-slider-cnt {
  -webkit-font-smoothing: antialiased;
  text-align: center;
  margin-top: 210px;
}
.custom-home-slider-cnt p {
  transition: all 0s ease 0s;
  line-height: 1.8;
  margin: 0px;
  letter-spacing: 1px;
  font-size: 1vw;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(9, 0, 0, 0.75);
  padding-bottom: 1.5vw;
}
.custom-home-slider-cnt-btn {
  font-size: 0.73vw;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid rgb(0, 0, 0);
  padding: 18px 54px;
  transition: border 0.2s ease-in 0s, color 0.2s ease-in 0s;
  line-height: 26px;
  margin: 0px 0px 2.4vw;
  letter-spacing: 0px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.custom-home-slider-cnt-btn:hover {
  border-color: #ff8726;
  color: #fff;
  text-decoration: none;
}
.custom-home-slider-cnt-btn:focus {
  border-color: #ff8726;
  color: #fff;
  text-decoration: none;
}
.custom-home-slider-grp .hs_cos_gallery_main .slick-dots {
  position: absolute;
  bottom: 11px;
}
.custom-home-slider-grp .slick-dots li{
  cursor: pointer;
  position: relative;
  background: url(//cdn2.hubspot.net/hubfs/5596491/Freight_Controller_July2019/Images/bullet.png) no-Repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  margin-top: 0px;
  margin-left: 3px;
}
.custom-home-slider-grp .slick-dots li:hover,
.custom-home-slider-grp .slick-dots li.slick-active{
  background-position: bottom left;
}
.custom-home-slider-grp .slick-dots li button {
  display:none;
}

.custom-home-slider-grp .slick-slide-inner-wrapper {
  background-size: cover;
  background-position: left center;
  display: flex !important;
  align-items: center;
  height: 49.48vw;
}
.custom-home-slider-grp .slick-slide-inner-wrapper > * {
  width:100%;
}
.custom-home-slider-grp .slick-slider {
  margin-bottom:0;
  padding:0;
}
.custom-home-slider-grp .slick-arrow {
  z-index:5;
  margin-top: 0;
}
.custom-home-slider-grp .slick-prev{
  background: url(//cdn2.hubspot.net/hubfs/5596491/Freight_Controller_July2019/Images/large_left.png) no-Repeat 0 0;
  width: 40px;
  height: 40px;
  font-size:0;
  left:20px;
}
.custom-home-slider-grp .slick-next{
  background: url(//cdn2.hubspot.net/hubfs/5596491/Freight_Controller_July2019/Images/large_right.png) no-Repeat 0 0;
  width: 40px;
  height: 40px;
  font-size:0;
  right:20px;
}

.custom-home-slider-grp .slick-next:hover {
  background-position: bottom left;
}
.custom-home-slider-grp .slick-prev:hover {
  background-position: bottom left;
}

.custom-home-slider-grp .slick-prev:before,
.custom-home-slider-grp .slick-next:before{
  display:none;
}
.custom-home-slider-grp .slick-arrow,
.custom-home-slider-grp .hs_cos_gallery_main .slick-dots{
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
}
.custom-home-slider-grp:hover .slick-arrow,
.custom-home-slider-grp:hover .hs_cos_gallery_main .slick-dots{
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
}
.custom-home-slider-grp .cm-slider-bookmark {
  z-index: 1;
  position: absolute;
  bottom: 80px;
  left: 50%;
  width: 100px;
  height: 50px;
  margin: 0 0 0 -50px;
  cursor: pointer;
  text-align: center;
}
.cm-slider-bookmark a {
  display: block;
}
.custom-home-slider-grp .cm-slider-bookmark .fa {
  font-size: 34px;
  color: #000;
  line-height: 50px;
  transition: margin ease-in 200ms;
  -moz-transition: margin ease-in 200ms;
  -webkit-transition: margin ease-in 200ms;
  -o-transition: margin ease-in 200ms;
  -ms-transition: margin ease-in 200ms;
}
.custom-home-slider-grp .cm-slider-bookmark:hover .fa {
  margin: 20px 0 0 0;
}


.custom-home-slider-grp .hs_cos_gallery_slide.slick-slide.slick-active .custom-home-slider-cnt h2,
.custom-home-slider-grp .hs_cos_gallery_slide.slick-slide.slick-active .custom-home-slider-cnt p,
.custom-home-slider-grp .hs_cos_gallery_slide.slick-slide.slick-active .custom-home-slider-cnt .custom-home-slider-cnt-btn{
  -webkit-animation-name: fadeBottom;
  -moz-animation-name: fadeBottom;
  -ms-animation-name: fadeBottom;
  -o-animation-name: fadeBottom;
  animation-name: fadeBottom;
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -ms-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.custom-home-slider-grp .hs_cos_gallery_slide.slick-slide.slick-active .custom-home-slider-cnt p{
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.custom-home-slider-grp .hs_cos_gallery_slide.slick-slide.slick-active .custom-home-slider-cnt .custom-home-slider-cnt-btn{
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -ms-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}
@-moz-keyframes fadeBottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(-40%)
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}
@-o-keyframes fadeBottom {
  0% {
    opacity: 0;
    -o-transform: translateY(-40%)
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}
@keyframes fadeBottom {
  0% {
    opacity: 0;
    transform: translateY(-40%)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}


.cm-404-section2 {
  padding-bottom: 78px;
  padding-top: 78px;
  background: #f8f8f8;
  text-align: center;
}
.cm-404-section2 ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.cm-404-section2 ul li {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 13px !important;
}
.cm-404-section2 ul li:before {
  display: none !important;
}
.cm-404-section2 ul li a {
  padding: 18px 54px;
  margin: 22px 18px;
  border: 2px solid #20a3f0;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
  border-color: #ff8726;
  background-color: #ff8726;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  transition: background-color ease-in 200ms,color ease-in 200ms,border-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms,color ease-in 200ms,border-color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms,color ease-in 200ms,border-color ease-in 200ms;
  -o-transition: background-color ease-in 200ms,color ease-in 200ms,border-color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms,color ease-in 200ms,border-color ease-in 200ms;
  line-height: 1.8;
  cursor:pointer;
}
.cm-404-section2 ul li a:hover {
  background-color: #333;
  border-color: #333;
  color: #FFF;
}
.cm-404-section2 .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cm-404-section1 {
  padding-bottom: 88px;
  text-align: center;
  padding-top:8px;
}
.cm-404-section1 h2{
  font-size: 30px;
  color: #333;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  text-align: center;
  margin-top: 60px;
}
.cm-404-section1 h2 + p{
  font-size: 15px;
  padding: 10px 0 0 0;
  letter-spacing: 0;
  color: #333;
  margin: 0;
  line-height: 1.2;
}

.cm-search-page .hs-search-field__input{
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  font-size: 13px;
  padding: 10px 12px 10px 5px;
  display: block;
  width: 100%;
  color: rgb(102, 102, 102);
}
.cm-search-page .hs-search-field{
  background-color: #ddd;
}
.cm-search-page .hs-search-field__bar form {
  position: relative;
}
.cm-search-page .hs-search-field__bar button{
  width: 18px;
  height: 18px;
  background-image: url(//cdn2.hubspot.net/hubfs/5596491/Freight_Controller_July2019/Images/searchButton.png);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
  cursor: pointer;
  margin: 4px 0 0 4px;
  position: absolute;
  right: 9px;
  top: 7px;
  background-color: transparent;
  border: none;
}
.cm-search-page .hs-search-field__bar button svg {
  display:none;
}
.cm-search-page .main-content .hs-search-results__listing li {
  background: none !important;
  padding-left: 0 !important;
  margin-bottom: 30px !important;
  font-size: 13px;
}
.cm-search-page .main-content .hs-search-results__title {
  color: #ff8726;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 6px 0;
}
.cm-search-page .main-content .hs-search-results__title:hover {
  color: #ee5c2b;
  text-decoration: underline;
}
.cm-search-page .hs-search-results__listing {
  padding-top: 20px;
}


/* Placeholder Text */
.cm-search-page .hs-search-field__input::-webkit-input-placeholder {
  color: rgb(102, 102, 102);
} /* Webkit Browsers */
.cm-search-page .hs-search-field__input:-moz-placeholder {
  color: rgb(102, 102, 102);
} /* Firefox 18- */
.cm-search-page .hs-search-field__input::-moz-placeholder {
  color: rgb(102, 102, 102);
} /* Firefox 19+ */
.cm-search-page .hs-search-field__input:-ms-input-placeholder {
  color: rgb(102, 102, 102);
} /* IE10 */


.cm-easy-freight-page .cm-software-inner-section2{
  padding-left: 0;
  padding-right: 0;
}
.cm-easy-freight-page .cm-software-inner-section2 .page-center {
  padding-top:0;
}
.cm-easy-freight-page .custom-main-ul ul li {
  line-height:24px;
}
.cm-easy-freight-page .custom-main-ul ul li:before {
  font-size: 16px;
}
.cm-easy-freight-page .cm-cnt-img-grp {
  padding-bottom: 128px;
}
.cm-easy-freight-page .cm-cnt-img-grp-wrap:last-child .cm-cnt-img-grp {
  padding-bottom: 36px;
}

/* ------------- Home Website Page ------ */ 


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


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
#cm-back-to-top:hover {
  background-color: #ff8726;
  border-color: #ff8726;
}
#cm-back-to-top:hover span:before,#cm-back-to-top:hover span:after {
  border-color: #FFF;
}
.hs_error_rollup .hs-error-msgs.inputs-list label {
  position: static;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.hs_error_rollup .hs-error-msgs.inputs-list label:after{
  display:none;
}
#hs-eu-cookie-confirmation {
  position: relative;
  z-index: 1001;
  background: #000;
  padding: 20px;
  color: #fff;
  font-size: 12px;
}
#hs-eu-cookie-confirmation p {
  margin: 0 0 10px;
}
#hs-en-cookie-confirmation-buttons-area {
  text-align: center;
}
#hs-en-cookie-confirmation-buttons-area a {
  margin: 0 15px;
}
#hs-eu-confirmation-button {
  margin: 0 15px;
  background-color: green;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}
#hs-eu-decline-button {
  margin: 0 15px;
  background-color: #9a0707;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}
.cm-privacy-page .body-container {
  padding-top: 20px;
}

/* =============== Screen sizes smaller than .page-center =============== */

@media (min-width: 1600px){
  .cm-page-center-grp .header-container .page-center,
  .cm-page-center-grp .body-container .page-center,
  .cm-page-center-grp .footer-container .page-center{
    max-width:1470px;
  }
}
@media (max-width: 1599px){
  .body-container .content-wrapper {
    padding-bottom:40px;
  }
  .body-container .page-center {
    padding-top: 40px;
  }
  .cm-about-section1-left-col,
  .cm-about-section1-right-col,
  .cm-about-section2-left-col,
  .cm-about-section2-right-col,
  .cm-space-cnt{
    margin-bottom: 40px;
  }  
  .cm-three-col-cnt-with-icn-grp {
    padding-top: 20px;
  }
  .cm-software-inner-section1 .page-center {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cm-software-inner-section2 {
    padding-bottom: 40px;
    padding-top:40px;
  }
  .custom-contact-info-grp-header p {
    padding-bottom: 20px;
  }
  .cm-review-consultation-grp .page-center {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cm-review-consultation-grp-heading p {
    padding-bottom: 30px;
  }
  .cm-review-consultation-item-cnt .social_list_10 {
    margin-top: 20px;
  }
  .cm-get-in-touch-grp-inner .page-center {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .cm-get-in-touch-grp-inner {
    padding-bottom: 40px;
  }
  .blog .blog-sidebar .widget-span,
  .blog-content {
    margin-bottom:40px;
  }
  .custom-home-slider-cnt-btn {
    border: 1px solid rgb(0, 0, 0);
  }
  .custom-home-slider-cnt-btn {
    padding: 0.5vw 2.8vw;
  }
  .custom-home-slider-cnt {
    margin-top: 120px;
  }
  .cm-home-section1 .page-center {
    padding-top: 20px;
  }
  .cm-home-section1 {
    padding-top: 40px;
  }
  .cm-home-section2,
  .custom-workprocess-grp,
  .cm-advanced-testimonials-slider-grp,
  .cm-one-col-logo-slider-grp{
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .cm-advanced-banner-area {
    padding: 100px 0;
  }
  .custom-workprocess-header-cnt {
    padding: 0 100px;
  }
  .cm-advanced-testimonials-slider-grp {
    margin-bottom: 40px;
  }
  .cm-cnt-with-top-icn-grp-item-inner {
    margin-bottom: 60px;
  }
  .cm-three-col-cnt-with-icn-grp-col-inner {
    margin-bottom: 60px;
  }
  .cm-404-section1 h2 {
    margin-top: 40px;
  }
  .cm-404-section1 {
    padding-bottom: 73px;
  }
  .cm-404-section2 {
    padding-bottom: 60px;
    padding-top: 60px;
  }



}
@media (max-width: 1599px) and (min-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1170px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 20px;
  }
  .custom-main-header-area .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0px 21px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-left: -30px;
  }
  .custom-footer-col1 ul {
    padding: 0;
    width: 100%;
  }

}
@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 7px;
    font-size: 14px;
  }
  .custom-main-header-area .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0px 8px;
    font-size: 15px;
  }
  .custom-footer-col1 ul {
    padding: 0;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {
    right:0;
    left:auto !important;
  }
}


@media (max-width: 991px) {
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }
  .widget-span.custom-copyright,
  .widget-span.custom-footer-bottom-links{
    width:100%;
    float:none;
    margin:0;
    text-align:center;
  }
  .custom-footer-bottom-links {
    padding: 0 0 20px;
  }
  .custom-copyright p span {
    padding: 0px 7px;
  }
  .widget-span.custom-footer-col {
    width: 50%;
    margin: 20px 0;
  }
  .custom-footer-top {
    padding-bottom: 1px;
  }
  .custom-footer-col1 ul {
    padding: 0 10px 0 0;
    width: 50%;
  }
  .custom-footer-form .hs-button.primary {
    width: 46.9%;
  }
  #back-to-top{
    right: 30px;
    bottom: 40px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  .cm-three-col-cnt-with-icn-grp-col-inner {
    margin-bottom: 42px;
  }
  .cm-col-3 {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .cm-cnt-img-grp.left .cm-cnt-img-grp-col1 {
    float: left;
  }
  .cm-software-inner-section1 .page-center {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  #cm-back-to-top {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    right: 30px;
    bottom: 40px;
  }
  .custom-contact-info-grp-header p {
    padding-bottom: 14px;
  }
  .cm-contact-email p {
    font-size: 10px;
  }
  .cm-review-consultation-grp .page-center {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .cm-review-consultation-grp-heading p {
    padding-bottom: 21px;
  }
  .cm-review-consultation-item-cnt {
    padding-right: 0;
  }
  .cm-review-consultation-item:nth-child(1) .cm-review-consultation-item-cnt:after {
    display:none;
  }
  .cm-review-consultation-grp-inner .cm-col-2 {
    width: 100%;
    float: none;
  }
  .cm-get-in-touch-grp-inner .page-center {
    padding-top: 42px;
    padding-bottom: 7px;
  }
  .custom-home-slider-grp {
    margin-top: 0;
  }
  .custom-home-slider-cnt {
    margin-top: 90px;
  }
  .custom-home-slider-grp .cm-slider-bookmark {
    bottom: 56px;
  }

  .cm-home-section1 .page-center {
    padding-top: 14px;
  }
  .cm-home-section1 {
    padding-top: 40px;
  }
  .cm-home-section2,
  .custom-workprocess-grp,
  .cm-advanced-testimonials-slider-grp,
  .cm-one-col-logo-slider-grp{
    padding-bottom: 42px;
    padding-top: 42px;
  }
  .cm-advanced-banner-area {
    padding: 100px 0;
  }
  .custom-workprocess-header-cnt {
    padding: 0 100px;
  }
  .cm-advanced-testimonials-slider-grp {
    margin-bottom: 40px;
  }
  .cm-cnt-with-top-icn-grp-item {
    width: 50%;
  }
  .cm-cnt-with-top-icn-grp-item-inner {
    margin-bottom: 42px;
  }
  .cm-home-section2-left-column,
  .cm-home-section2-right-column {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  .cm-home-section2 .page-center {
    padding-bottom: 14px;
    padding-top: 14px;
  }
  .custom-workprocess-item {
    width: 33%;
  }
  .custom-workprocess-icon:before,
  .custom-workprocess-icon:after{
    display:none;
  }
  .cm-freight-managemnt-solution-item {
    padding-right: 15px;
  }
  .custom-home-slider-cnt p {
    font-size:14px;
  }
  .custom-home-slider-cnt-btn{
    font-size: 12px;
  }
  .cm-advanced-testimonials-slider-grp {
    background-attachment: scroll;
  }
  .cm-404-section1 {
    padding-bottom: 58px;
  }
  .cm-404-section2 {
    padding-bottom: 42px;
    padding-top: 42px;
  }


}

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

@media (max-width: 767px) {
  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%;
    max-width:100%;
  }
  .body-container-wrapper .content-wrapper .main-content,
  .blog-content,
  .body-container-wrapper .content-wrapper .sidebar{
    margin-bottom:20px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image { }

  /*   .blog-post-wrapper .post-body img {
  display:block !important;
  margin-left:auto !important;
  margin-right:auto !important;
  float:none !important;
} */
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-right: 0;
    max-width: 100px;
    margin-bottom: 10px;
  }
  .custom-copyright p span {
    padding: 0px 5px;
  }
  .custom-footer-form .hs-button.primary {
    width: 47.5%;
  }
  .widget-span.custom-footer-col {
    width: 100%;
    margin: 20px 0;
  }
  .custom-footer-col1 p {
    padding-bottom: 9px;
  }
  .custom-footer-col1 ul {
    padding: 0;
    width: 100%;
  }
  #back-to-top{
    right: 20px;
  }
  .body-container .content-wrapper {
    padding-bottom:20px;
  }
  .custom-banner-content h3 {
    font-Size: 20px;
  }
  .custom-banner-area {
    padding: 30px 0 30px;
  }
  .body-container .page-center {
    padding-top: 20px;
  }
  .cm-about-section1-left-col,
  .cm-about-section1-right-col,
  .cm-about-section2-left-col,
  .cm-about-section2-right-col,
  .cm-space-cnt{
    margin-bottom: 20px;
  }
  .cm-col-3 {
    width: 100%;
    float: none;
  }
  .cm-three-col-cnt-with-icn-grp-col-inner {
    margin-bottom: 30px;
  }
  .cm-software-inner-section1 .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cm-col-2 {
    width: 100%;
    float: none;
    padding: 0;
  }
  .cm-col-marg {
    margin-left: 0;
    margin-right: 0;
  }
  .cm-software-inner-section2 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .custom-contact-info-grp-header p {
    padding-bottom: 10px;
  }
  .contactus02-info > span.fa {
    width: 60px;
    font-size: 35px;
  }
  .contactus02-info {
    padding: 0 15px 0 75px;
  }
  .cm-contact-email p {
    font-size: 13px;
  }
  .custom-contact-form-grp-col1-img {
    display: none;
  }
  .custom-contact-form-grp-col2-img {
    width: 100%;
  }
  .custom-contact-form-grp-col2 {
    padding: 70px 0 70px 0;
  }

  .custom-contact-form-grp-col-form form.hs-form fieldset .hs-form-field {
    padding: 0;
    width: 100% !important;
    float: none !important;
  }
  .custom-contact-form-grp-col-form form.hs-form fieldset .hs-form-field .hs-input {
    width:100% !important;
  }
  .custom-contact-form-grp-col-form .hs-submit {
    padding-right: 0;
  }
  .cm-review-consultation-grp .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cm-review-consultation-item-cnt .social_list_10 {
    margin-top: 10px;
  }
  .cm-review-consultation-grp-inner .cm-col-2 {
    padding-top: 53px;
  }
  .cm-col-4 {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cm-get-in-touch-grp-inner {
    padding-bottom: 20px;
  }
  .cm-get-in-touch-grp-inner .page-center {
    padding-top: 30px;
    padding-bottom: 5px;
  }
  .cm-get-in-touch-grp-inner-grp {
    font-size:13px;
  }
  .cm-one-col-cnt-with-icn-grp .size-xs {
    margin-right: 10px;
  }
  .cm-one-col-cnt-with-icn-grp-wrap .cm-one-col-cnt-with-icn-grp:last-child {
    margin-bottom: 10px;
  }
  .blog .blog-sidebar .widget-span,
  .blog-content {
    margin-bottom: 20px;
  }
  #cm-back-to-top {
    right: 20px;
    bottom: 40px;
  }
  .custom-header-search .hs-search-field--open .hs-search-field__suggestions {
    max-width: 350px;
    right: auto;
    min-width: 100%;
    width: 100%;
  }
  .cm-privacy-page .body-container-wrapper .content-wrapper .main-content {
    margin-bottom:0; 
  }
  .custom-home-slider-cnt {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .custom-home-slider-grp .cm-slider-bookmark {
    display:none;
  }
  .custom-home-slider-cnt-btn {
    font-size: 10px;
  }
  .custom-home-slider-cnt p {
    line-height: 1.5;
    font-size: 17px;
    padding-bottom: 1.5vw;
  }
  .custom-home-slider-cnt h2 {
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 26px;
  }

  .cm-home-section1 .page-center {
    padding-top: 10px;
  }
  .cm-home-section1 {
    padding-top: 20px;
  }
  .cm-home-section2,
  .custom-workprocess-grp,
  .cm-advanced-testimonials-slider-grp,
  .cm-one-col-logo-slider-grp{
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .cm-advanced-banner-area {
    padding: 100px 0;
  }
  .custom-workprocess-header-cnt {
    padding: 0 100px;
  }
  .cm-advanced-testimonials-slider-grp {
    margin-bottom: 40px;
  }
  .cm-cnt-with-top-icn-grp-item {
    width: 100%;
  }
  .cm-cnt-with-top-icn-grp-item-inner {
    margin-bottom: 30px;
  }
  .cm-home-section2-left-column,
  .cm-home-section2-right-column {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  .cm-home-section2 .page-center {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .custom-workprocess-item {
    width: 33%;
  }
  .cm-freight-managemnt-solution-item {
    width: 100%;
    float: none;
    padding: 0;
  }
  .cm-freight-managemnt-solution-grp {
    margin: 0;
  }
  .cm-advanced-banner-area {
    padding: 30px 0;
  }
  .cm-advanced-banner-cnt h2 {
    font-size: 24px;
  }
  .cm-advanced-banner-btn {
    margin: 10px 0 0;
    padding: 15px;
  }
  .custom-workprocess-header-cnt {
    padding: 0;
  }
  .custom-workprocess-item {
    width: 100%;
    float:none;
    margin-top: 10px;
  }
  .cm-advanced-testimonials-slider-item blockquote p {
    padding: 0 30px;
  }
  .custom-footer-col3 .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    width: 110px;
  }
  .cm-our-mission-grp .custom-testimonials-descriptions {
    margin-bottom: 0px;
  }
  .custom-testimoanials-slider-grp .slick-dots {
    right:0;
  }
  .cm-three-col-cnt-with-icn-grp {
    padding-top: 10px;
  }
  .animated {
    -webkit-animation-name: none!important;
    -moz-animation-name: none!important;
    -o-animation-name: none!important;
    animation-name: none!important;
  }
  .cm-404-section1 h2 {
    margin-top: 20px;
  }
  .cm-404-section1 {
    padding-bottom: 48px;
  }
  .cm-404-section2 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

}  

@media(max-width:550px){
  .mobile-open .header-container-wrapper,
  .mobile-open .body-container-wrapper,
  .mobile-open .footer-container-wrapper{
    right:80%;
  }
  .mobile-open #mm-blocker {
    right: 80%;
  }
  .custom-menu-primary.js-enabled {
    right: -80%;
  }


}


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

@media (max-width: 479px) {

  .checkbox-row span.fakelabel span {
    float: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.mobile-menu-heading-parent:before {
    left: 16px;
  }
  .custom-home-slider-cnt h2 {
    font-size: 20px;
  }
  .custom-home-slider-cnt p {
    font-size: 12px;
  }
  .custom-home-slider-grp .slick-slide-inner-wrapper {
    height: 70.48vw;
  }
  .custom-home-slider-grp .slick-next {
    right: 10px;
  }
  .custom-home-slider-grp .slick-prev {
    left: 10px;
  }
  .mobile-menu-close {
    padding-right: 9px;
    width: 30px;
  }

}