/* ==========================================================================
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'); */
/* Mertech Brand - Proxima Nova */
@import url("https://use.typekit.net/szl0nts.css");
@import url('//fonts.googleapis.com/css?family=Open+Sans:400&display=swap');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');

@font-face {
  font-family: "Open Sans";
  src: url("//cdn2.hubspot.net/hubfs/2683630/Mertech_August2019/Font/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/2683630/Mertech_August2019/Font/OpenSans-Light-webfont.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/2683630/Mertech_August2019/Font/OpenSans-Light-webfont.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/2683630/Mertech_August2019/Font/OpenSans-Light-webfont.svg#OpenSansLight") format("svg");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url("//cdn2.hubspot.net/hubfs/2683630/Mertech_August2019/Font/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/2683630/Mertech_August2019/Font/OpenSans-Semibold-webfont.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/2683630/Mertech_August2019/Font/OpenSans-Semibold-webfont.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/2683630/Mertech_August2019/Font/OpenSans-Semibold-webfont.svg#OpenSansSemibold") format("svg");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url("//cdn2.hubspot.net/hubfs/2683630/Mertech_August2019/Font/OpenSansBold-webfont.eot?#iefix") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/2683630/Mertech_August2019/Font/OpenSansBold-webfont.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/2683630/Mertech_August2019/Font/OpenSansBold-webfont.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/2683630/Mertech_August2019/Font/OpenSansBold-webfont.svg#OpenSansBold") format("svg");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "icomoon";
  src: url('//cdn2.hubspot.net/hubfs/2683630/Mertech_August2019/Font/icomoon.eot')format('eot'),
    url('//cdn2.hubspot.net/hubfs/2683630/Mertech_August2019/Font/icomoon.woff')format('woff'),
    url('//cdn2.hubspot.net/hubfs/2683630/Mertech_August2019/Font/icomoon.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}


/* 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 {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", "Sans-Serif";
  font-weight: 400;
  background-color: #f8f8f8;
}

/* hidden blog tab for now */


/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1425px;
  margin: 0 auto;
}

/* 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 {
  padding-bottom: 27px;
  -webkit-font-smoothing: subpixel-antialiased;	
  margin:0;
} 
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 {
  color: #444;
  letter-spacing: 0px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans';
  font-weight: 600;
  margin:0;
}
h2, h3, h4 {
  color: #444;
  font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 7px;
}

h2{
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 7px;
}
h3 {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 8px;
}
h4 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 8px;
}
h5 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
}
h6 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 7px;
}

/* Anchor Links */
a { 
  color: #09669E;
  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
a:hover, a:focus { 
  color: inherit;
}

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

/* Block Quotes */
blockquote {
  font-family: 'Open Sans';
  font-weight: 300;
  line-height: 40px;
  font-size: 22px;
  padding-left: 0px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
blockquote p {}
blockquote small {}

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


[class^="icon-"], i[class*=" icon-"] {
  background-color: #27CFC3;
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  top: -2px;
  word-spacing: 1px;
}
.icon-salient-x, .icon-salient-search, .icon-salient-right-arrow, .icon-salient-left-arrow, .icon-salient-right-line, .icon-salient-back-to-all, .icon-salient-left-arrow-thin, .icon-salient-right-arrow-thin, .icon-salient-down-arrow-thin, .icon-salient-down-arrow, .icon-salient-google-plus, .ascend .mfp-image-holder .mfp-close, .ascend .mfp-iframe-holder .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-iframe-holder .mfp-close, .icon-salient-facebook, .icon-salient-twitter, .icon-salient-pinterest, .icon-salient-heart, .icon-salient-heart-2, .icon-salient-plus, .icon-salient-cart, body[data-is="minimal"] [class^="icon-"].icon-reorder, .icon-salient-pencil, .icon-be, .icon-vimeo, .icon-soundcloud, .icon-button-arrow, .icon-salient-thin-line, .icon-salient-spotify, .icon-salient-m-user, .salient-page-submenu-icon, .icon-salient-m-clock, .video-play-button, .mejs-controls .mejs-button button {
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
[class*="fa-"] {
  display: inline-block;
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
}

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




/* ==========================================================================
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{
  padding: 0 90px;
}

.custom-header-top{
  background-color: #F8F8F8;
  border-bottom: 1px solid #ddd;
  position:relative;
  z-index:13;

}

.custom-header-top-menu .hs-menu-wrapper > ul{
  float: right;
  display:block;
  line-height: 1;
}
.custom-header-top-menu .hs-menu-wrapper > ul > li{
  line-height: 0px;
  font-size: 12px;
  position: relative;
}
.custom-header-top-menu .hs-menu-wrapper > ul > li:last-child{
  border-right: 1px solid #ddd;
}
.custom-header-top-menu .hs-menu-wrapper > ul > li > a{
  line-height: 22px;
  margin: 0 1px;
  text-decoration: none;
  display: block;
  color: rgba(0,0,0,0.55);
  border-left: 1px solid #ddd;
  font-size: 11px;
  padding: 5px 8px;
}
.custom-header-top-menu .hs-menu-wrapper > ul > li > a:hover{
  color: rgba(0,0,0,0.8);
}
.custom-header-Bottom{
  padding-top: 15px;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
  background-color: rgba(255,255,255,100);
  position:relative;
  z-index:12;
}
.custom-header-Bottom .page-center {
  position:relative;
}
.custom-header-search-icons {
  position: absolute;
  right: 90px;
  margin-left: 15px;
  top: 0;
}
.custom-header-search-icons .buttons {
  margin-left: 15px;
  transition: padding 0.8s ease;
  float: right;
  line-height: 1;
}
#search-btn {
  padding-bottom: 3px;
  padding-top: 3px;
  line-height: 12px;
  position: relative;
  float: left;
}
#search-btn > div {
  border-left: 1px solid #e7e7e7;
  padding-left: 19px;
}
#search-btn a {
  color: #333;
  font-size: 13px;
  padding-left: 23px;
  padding: 0px 0px 0px 0px;
  width: 24px;
  height: 24px;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  box-sizing: content-box!important;
  -moz-box-sizing: content-box!important;
}
#search-btn a span {
  line-height: 24px!important;
  height: 24px!important;
  top: 0;
  background-color: transparent!important;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 18px;
  color: rgba(0,0,0,0.48);
}
.icon-salient-search:before {
  content: "\e036";
}
#search-btn a:hover span {
  color: #09669E;
}

.custom-header-wearch-grp {
  opacity:0;
  visibility:hidden;
  transition:all 0.5s;
}
.seacrh-open .custom-header-wearch-grp {
  opacity:1;
  visibility:visible;
  transition:all 0.2s;
}
.custom-header-wearch-grp {
  top: -15px;
  left: 0px;
  width: 100%;
  height: 60px;
  position: absolute;
  z-index: 10000;
  overflow: visible!important;
  background-color: #fff;
  padding-left: 90px;
  padding-right: 90px;
}
.custom-header-search-grp .hs-search-field{
  width: 92%;
  float: left;
}
.custom-header-search-grp .hs-search-field__input{
  width: 100%;
  color: #888;
  line-height: 43px;
  position: relative;
  padding: 0px!important;
  background-color: transparent;
  border: 0px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  font-family: 'Open Sans';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 43px;
  top: 0.5px;
  height: 59px;
}
.custom-header-search-grp .hs-search-field__input::-webkit-input-placeholder {
  color: #888;
} /* Webkit Browsers */
.custom-header-search-grp .hs-search-field__input:-moz-placeholder {
  color: #888;
} /* Firefox 18- */
.custom-header-search-grp .hs-search-field__input::-moz-placeholder {
  color: #888;
} /* Firefox 19+ */
.custom-header-search-grp .hs-search-field__input:-ms-input-placeholder {
  color: #888;
} /* IE10 */

#close {
  list-style: none;
}
#close a {
  position: absolute;
  right: 0px;
  top: 24px;
  display: block;
  width: 24px;
  height: 17px;
  line-height: 22px;
  z-index: 10;
  right: 90px;
  top: 22px;
}
#close a span {
  color: #a0a0a0;
  height: 20px;
  line-height: 19px;
  background-color: transparent;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 20px;
}
#close a:hover span{
  color: #09669E;
}
#close .icon-salient-x:before {
  content: "\e117";
}
.custom-logo {
  padding-bottom: 14px;
}

.custom-logo img{
  max-width:181px;
}

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

.body-container-wrapper {}
.body-container {
  margin-top: -5px;
}

.body-container .content-wrapper{
  padding: 40px 90px;
}
.body-container .page-center{
  padding-left: 90px;
  padding-right: 90px;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.custom-footer{
  color: #ccc;
  position: relative;
  background-color: #1c1c1c;
}

.custom-footer .page-center{
  padding: 0 90px;
}

.custom-footer-bottom{
  font-size: 11px;
  background-color: #1c1c1c;
  color: #777;
  padding: 20px 0px;
}

.custom-copyright{}
.custom-copyright p{
  line-height: 22px;
  margin-top: 3px;
  padding-bottom: 15px;
}
.custom-copyright p a{
  color: #777;
}
.custom-copyright p a:hover{
  color: #09669E;
}
.custom-footer-partner p {
  padding:0;
}
.custom-footer-partner img {
  margin-bottom: 15px;
  vertical-align: baseline;
}
.custom-footer-partner p img:first-child{
  width: 160px;
  margin-top: -15px;
  float: left;
}
.custom-footer-partner p img:last-child {
  width: 184px;
  margin-top: -15px;
  float: right;
}

.custom-footer-social-icons-grp ul {
  float: right;
  list-style: none;
  margin: 0;
  padding:0;
}
.custom-footer-social-icons-grp ul li {
  float: left;
  margin-left: 20px;
}
.custom-footer-social-icons-grp ul li a {
  display: block;
  line-height: 22px;
  height: 24px;
  position: relative;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top;
  color: #ccc;
}
.custom-footer-social-icons-grp ul li a i {
  font-size: 20px;
  width: auto;
  background-color: transparent;
  color: #777;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.custom-footer-social-icons-grp ul li a:hover i {
  border-color: #ffffff;
  color: #ffffff;
}
.custom-footer-top {
  padding: 55px 0px;
}
.custom-footer-top a {
  color: #ccc;
}
.custom-footer-top a:hover{
  color: #09669E;
}
.custom-footer-col h3{
  font-weight: normal;
  color: #777;
  font-size: 12px;
  font-family: 'Open Sans';
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 32px;
}
.custom-footer-col p {
  padding-bottom: 20px;
}
.cm-home-page .custom-footer-col p {
  padding-bottom: 15px;
}
.custom-footer-col p i{
  font-style: italic;
  font-weight: bold;
  color: #fff;
}
.custom-footer-col p:last-child {
  padding-bottom: 0px;
}
.custom-footer-rss .hs-rss-item {
  margin-bottom: 25px;
}
.custom-footer-rss .hs-rss-item:last-child {
  margin-bottom:0;
}
.custom-footer-menu{}
.custom-footer-menu .hs-menu-wrapper > ul{
  display: block;
}
.custom-footer-menu .hs-menu-wrapper > ul > li{
  width: 48%;
  margin-right: 2%;
}
.custom-footer-menu .hs-menu-wrapper > ul > li:last-child{
  margin-right: 0;
  float: right;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a{
  display:inline;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover{}
.custom-footer-menu .hs-menu-wrapper > ul ul{
  display:block !important;
  height:100% !important;
  opacity:1;
  visibility:visible !important;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li{
  border-bottom: 1px solid rgba(0,0,0,0.1)!important;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li:first-child > a {
  padding-top:0;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a{
  padding: 8px 0px;
  display: block;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a:hover{}

.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-youtube-play:before {
  content: "\f16a";
}

#back-to-top {
  overflow: hidden;
  position: fixed;
  text-align: center;
  line-height: 12px;
  right: 17px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  z-index: 9994;
  height: 29px;
  width: 29px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
  transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),bottom 0.2s;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),bottom 0.2s;
  -moz-transition: -moz-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear,bottom 0.2s;
  background-color: rgba(0,0,0,0.25);
  bottom: -30px;
}
.cm-back-top #back-to-top {
  bottom: 17px;
}
#back-to-top:before {
  display: block;
  content: ' ';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: rgba(255,255,255,0.25);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  -webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  -moz-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  opacity: 0;
  z-index: 2;
}
#back-to-top:after {
  display: block;
  content: ' ';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transition: all 0.3s cubic-bezier(.55,0,.1,1);
  -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
  -moz-transition: all 0.3s cubic-bezier(.55,0,.1,1);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: #09669E;
}
#back-to-top i{
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0px;
  left: 0px;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
  -webkit-transform: translate(0,0px);
  -ms-transform: translate(0,0px);
  transform: translate(0,0px);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
}
#back-to-top:hover i{
  -webkit-transform: translate(0,-29px);
  -ms-transform: translate(0,-29px);
  transform: translate(0,-29px);
}
#back-to-top:hover {
  background-color: #09669E;
}

#back-to-top:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
#back-to-top:hover i{
  -webkit-transform: translate(0,-29px);
  -ms-transform: translate(0,-29px);
}




div#hs-eu-cookie-confirmation {
  position: fixed!important;
  top: auto!important;
  bottom: 0!important;
}
div#hs-eu-cookie-confirmation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-color: #2d2d2d;
  border-bottom: 1px solid gray;
  border-bottom: 1px solid rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: helvetica neue,helvetica,arial,sans !important;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0,0,0,0.7) !important;
  text-align: left !important;
  z-index: 100000000 !important;
}
div#hs-eu-cookie-confirmation.can-use-gradients {
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(6,28,63,0.95)),color-stop(100%,rgba(6,28,63,0.95)));
  background-image: -webkit-linear-gradient(top,rgba(6,28,62,0.95),rgba(6,28,63,0.95));
  background-image: -moz-linear-gradient(top,rgba(6,28,62,0.95),rgba(6,28,63,0.95));
  background-image: -o-linear-gradient(top,rgba(6,28,62,0.95),rgba(6,28,63,0.95));
  background-image: linear-gradient(top,rgba(6,28,62,0.95),rgba(6,28,63,0.95));
  background-image: linear-gradient(to bottom,rgba(6,28,62,0.95),rgba(6,28,63,0.99))!important;
  background-color: #061c3f;
  opacity: 0.95;
}
div#hs-eu-cookie-confirmation.can-use-gradients {
  background-color: rgba(0,0,0,0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0.9)), color-stop(100%, rgba(0,0,0,0.75)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.9),rgba(0,0,0,0.75));
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.9),rgba(0,0,0,0.75));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.9),rgba(0,0,0,0.75));
  background-image: linear-gradient(top, rgba(0,0,0,0.9),rgba(0,0,0,0.75));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.9),rgba(0,0,0,0.75));
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  padding: 2% 2%!important;
  font-family: proxima-nova,Proxima Nova,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  color: #fff;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  font-family: proxima-nova,Proxima Nova,sans-serif!important;
  font-size: 13px !important;
  font-weight: normal!important;
  line-height: 15px!important;
  text-align: center!important;
  color: #fff!important;
  -webkit-font-smoothing: inherit!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  line-height: 18px !important;
  font-family: helvetica neue,helvetica,arial,sans !important;
  font-weight: normal !important;
  font-size: 13px !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: #fff !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  font-size: 13px!important;
  text-align: center!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer {
  margin: 16px 0 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  text-align: center !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  text-align:center !important;
  font-size: 13px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  -ms-border-radius: 3px!important;
  -o-border-radius: 3px!important;
  border-radius: 3px!important;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.0),inset 0 1px 0 rgba(255,255,255,0.0)!important;
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.0),inset 0 1px 0 rgba(255,255,255,0.0)!important;
  box-shadow: 0 0 0 rgba(0,0,0,0.0),inset 0 1px 0 rgba(255,255,255,0.0)!important;
  font-family: helvetica neue,helvetica,arial,sans !important;
  font-size: 14px !important;
  font-weight: normal !important;
  margin-right: 16px !important;
  padding: 4px 12px !important;
  background-color: green !important;
  border: 1px solid gray !important;
  border: 1px solid rgba(0,0,0,0.5) !important;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0,0,0,0.2)));
  background-image: -webkit-linear-gradient(top, transparent,rgba(0,0,0,0.2));
  background-image: -moz-linear-gradient(top, transparent,rgba(0,0,0,0.2));
  background-image: -o-linear-gradient(top, transparent,rgba(0,0,0,0.2));
  background-image: linear-gradient(top, transparent,rgba(0,0,0,0.2));
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.5);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.5);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.5);
  line-height: 14px !important;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5) !important;
  text-decoration: none !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
  font-family: helvetica neue,helvetica,arial,sans !important;
  color: #add8e6 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  background: none !important;
  border: none !important;
  font-weight: normal !important;
}
div#hs-eu-cookie-confirmation p:empty {
  display: none;
}

.custom-header-wearch-grp .hs-search-field--open ul.hs-search-field__suggestions {
  background-color: #1F1F1F;
  border: none!important;
  border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  -webkit-border-radius: 0px!important;
  -o-border-radius: 0px!important;
  background-image: none!important;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Open Sans';
  font-weight: 400;
  padding: 2px;
}

.custom-header-wearch-grp .hs-search-field--open ul.hs-search-field__suggestions li {
  line-height: 14px;
  width: 100%;
  display: block;
  margin: 0px!important;
}

.custom-header-wearch-grp .hs-search-field--open ul.hs-search-field__suggestions li a {
  color: #CCC;
  line-height: 1.4em!important;
  transition: none!important;
  -moz-transition: none!important;
  -webkit-transition: none!important;
  -o-transition: none!important;
  padding: 15px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-decoration: none;
  display: block;
}
.custom-header-wearch-grp .hs-search-field--open ul.hs-search-field__suggestions li:hover {
  background-color: #272727;
  cursor: pointer;
}
.custom-header-wearch-grp .hs-search-field--open li#results-for {
  color: #CCC;
  line-height: 1.4em!important;
  transition: none!important;
  -moz-transition: none!important;
  -webkit-transition: none!important;
  -o-transition: none!important;
  padding: 15px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-decoration: none;
  display: block;
}

.custom-header-wearch-grp .hs-search-field--open ul.hs-search-field__suggestions li a:hover {
  color: #09669E;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  float: right;
  display:block;
  padding-right: 59px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  line-height: 0px;
  font-size: 12px;
  position: relative;
  padding: 0 1px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding-bottom: 18px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  line-height: 23.8px;  
  color: #333;
  display: block;
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: none;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  padding-right: 18px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  top: -2px;
  word-spacing: 1px;
  height: 23px;
  display: inline-block;
  width: 10px;
  position: relative;
  left: 8px;
  color: #888;
  font-size: 12px;
  line-height: 16px;
  height: auto;
  background-color: transparent;
  width: 8px;
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after {
  color: #09669E;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  color: #09669E;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
  color: #16659d;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
  color: #16659d!important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch.hs-item-has-children > a:after{
  color: #09669E!important;
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  width: 16em;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  font-weight: normal;
  line-height: 0px;
  font-size: 12px;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  display: block;
  position: relative;
  text-decoration: none;
  margin: 0;
  padding: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 14px;
  line-height: 22px;
  color: #ccc;
  transition: none;
  letter-spacing: 0;
  background-color: #1C1C1C;
  white-space:normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  color: #fff;
  background-color: #272727;
}

/* 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:1171px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-product-trials{
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-product-trials > a {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 18px;
    padding-top: 3px;
    color: #fff;
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-product-trials > a:before{
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 10px;
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    width: 100%;
    content: ' ';
    z-index: -1;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    background-color: #09669E;
    min-height: 38px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: none;
    -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-product-trials > a:hover:before {
    opacity: 0.85;
  }
  .mobile-menu {
    display:none !important;
  }
  .seacrh-open .custom-header-Bottom:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    z-index: 1;
  }
}


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

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

@media (max-width: 1170px){
  .desktop-menu {
    display:none !important;
  }
  .custom-logo {
    padding-bottom: 0;
  }

  /* 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: relative;
    top: 5px;
    right: -4px;
    width: 22px;
    height: auto;
    padding: 0;
    background: #fff;
    border: 0px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    float: right;
  }
  .mobile-trigger:hover{
    text-decoration: none; 
  }

  .mobile-trigger {
    top:5px;
  }

  a#toggle-nav {
    position: relative;
    right: 0;
    display: block!important;
  }

  a#toggle-nav > span {
    transition: -webkit-transform 0.33s 0.3s ease-in;
    transition: transform 0.33s 0.3s ease-in;
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
    height: 20px;
    transition: -webkit-transform 0.33s 0s ease;
    transition: transform 0.33s 0s ease;
  }

  .lines-button {
    transition: .3s;
    cursor: pointer;
    line-height: 0px!important;
    top: 9px;
    position: relative;
    font-size: 0px!important;
    user-select: none;
    display: block;
    width: 22px!important;
    top: 10px!important;
  }

  a#toggle-nav i {
    background-color: transparent!important;
    color: #a9a9a9;
    line-height: 34px;
    font-size: 18px;
    width: 18px;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
  }

  .lines-button:after {
    height: 2px;
    background-color: rgba(0,0,0,0.4);
    display: inline-block;
    width: 1.4rem;
    height: 2px;
    transition: transform 0.45s ease,opacity 0.2s ease,background-color 0.2s linear;
    -webkit-transition: -webkit-transform 0.45s ease,opacity 0.2s ease,background-color 0.2s ease;
    position: absolute;
    left: 0;
    top: 0px;
    content: '';
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    height: 2px!important;
    width: 22px!important;
    background-color: #999;
    top: 0px!important;
  }

  .lines {
    display: block;
    width: 1.4rem;
    height: 3px;
    background-color: #ecf0f1;
    transition: 0.3s;
    position: relative;
    height: 2px;
    width: 22px!important;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    background-color: transparent!important;
    color: #a9a9a9;
    line-height: 34px;
  }

  .lines:before, .lines:after {
    display: block;
    background: #ecf0f1;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.142rem center;
    transform-origin: 0.142rem center;
    height: 2px!important;
    width: 22px!important;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.4s 0.45s ease,-webkit-transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
    transition: top 0.4s 0.45s ease,transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
    background-color: #999;
    transition: -webkit-transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
    transition: transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
  }

  .lines:after {
    top: -6px;
  }

  .lines:before {
    top: 6px;
  }
  a#toggle-nav:hover .lines-button:after,
  a#toggle-nav:hover .lines:after,
  a#toggle-nav:hover .lines:before{
    background-color: #09669E;
  }

  .mobile-open .lines-button:after {
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
  }

  .mobile-open .lines:before {
    -webkit-transform: translateY(-6px) rotateZ(-45deg)!important;
    -moz-transform: translateY(-6px) rotateZ(-45deg)!important;
    -ms-transform: translateY(-6px) rotateZ(-45deg)!important;
    -o-transform: translateY(-6px) rotateZ(-45deg)!important;
    transform: translateY(-6px) rotateZ(-45deg)!important;
    -webkit-transform: translateY(-6px) rotateZ(-45deg)!important;
    -moz-transform: translateY(-6px) rotateZ(-45deg)!important;
    -ms-transform: translateY(-6px) rotateZ(-45deg)!important;
    -o-transform: translateY(-6px) rotateZ(-45deg)!important;
    transform: translateY(-6px) rotateZ(-45deg)!important;
  }

  .mobile-open .lines:after {
    -webkit-transform: translateY(6px) rotateZ(45deg)!important;
    -moz-transform: translateY(6px) rotateZ(45deg)!important;
    -ms-transform: translateY(6px) rotateZ(45deg)!important;
    -o-transform: translateY(6px) rotateZ(45deg)!important;
    transform: translateY(6px) rotateZ(45deg)!important;
  }

  .mobile-open .lines-button {
    -webkit-transform: scale3d(0.8,0.8,0.8);
    transform: scale3d(0.8,0.8,0.8);
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px !important; /* Button width */
    min-width: 40px !important;
    height: 58px !important; /* Button height */  
    padding: 16px !important;
    border-left: 0px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger i {
    color: #888!important;
    font-size: 12px;
    line-height: 16px;
    height: auto;
    background-color: transparent!important;
    width: 8px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    top: 4px;
  }
  .icon-angle-down:before {
    content: "\f107";
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger.child-open i{
    color: #09669E!important;
  }

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

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled{
    background-color: #1F1F1F;
    width: 100%; /* Full screen width */
    top: 61px;
    position: absolute;
    left:0;
    right:0;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    width: 100%; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display:none;
  }

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

  /* 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 a{
    border-bottom: 1px dotted rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    display: block;
    position: relative;
    padding: 16px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul li:hover > a{
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper >  ul > li.li-open > a {
    color:#fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    padding-left: 20px;
    width: 100%;
    box-shadow: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    background-color: transparent;
    font-size: 12px;
    position: relative;
    padding: 16px 0 !important;
    border-bottom: 1px dotted rgba(255,255,255,0.2);
    line-height: 25px;
    color: rgba(255,255,255,0.6);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #fff;
    background-color: transparent;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    border-bottom: 1px dotted rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    display: block;
    position: relative;
    padding: 16px 0;
    line-height: 25px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
    color: #fff!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch.hs-item-has-children > a:after{
    color: #fff!important;
  }

  /* 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-header-Bottom {
    padding-bottom: 14px;
  }
  #search-btn {
    right: 30px;
  }
  #search-btn > div {
    border-left: 0px solid #e7e7e7;
    padding-left: 0;
  }
  .custom-header-bottom-wrapper {
    position:rlative;
  }

  .custom-mobile-header-wearch-grp {
    margin: 10px 0px 0px 0px;
    padding-bottom: 10px;
  }

  .custom-mobile-header-wearch-grp form{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .custom-mobile-header-wearch-grp .hs-search-field__input {
    margin-bottom: 0;
    background-color: #171717;
    color: rgba(255,255,255,0.7);
    padding: 15px 15px 15px 40px!important;
    border: 0px!important;
    border-bottom: 1px solid #2e2e2e!important;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
    -o-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
    background-image: url(//info.mertech.com/hubfs/Mertech_August2019/Images/mag-glass-mobile.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    max-width:100%;
  }
  .custom-mobile-header-wearch-grp .hs-search-field--open .hs-search-field__suggestions {
    padding: 5px;
  }
  .custom-mobile-header-wearch-grp .hs-search-field__suggestions li a {
    padding: 5px;
  }
  .custom-mobile-header-wearch-grp .hs-search-field__suggestions li {
    padding: 8px 0;
  }

}


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

#hubspot-author_data img {
  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;
  max-width: 100%;
  display: inline-block !important;
  float: none !important;
  margin: 10px 0px 10px 0px;
}

/* 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-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.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 {}

.pagination-wrapper {
  margin: 0 auto;
  display: table
}

.custom-pagination {
  border: 0 solid #e8e8e8;
  padding: 20px;
  position: relative;
  background: #fff;
  border-radius: 4px
}

.pageNo.pagination {
  display: table;
  position: relative;
  padding-top: 0
}

.pagination-wrapper a.active {
  color: #21bbd1;
  border-bottom: 1px solid #21bbd1;
  padding: 0 20px 14px 20px
}

.pagination-wrapper .pagination a {
  float: left;
  padding: 0 20px
}

.pagination a {
  font-size: 18px
}

.pagination-wrapper .next {
  position: absolute;
  right: 55px;
  padding: 0 15px !important;
  margin-top: -16px;
  top: 50%
}

.pagination-wrapper .prev {
  position: absolute;
  left: 55px;
  padding: 0 15px !important;
  margin-top: -16px;
  top: 50%
}

.custom-pagination .i-prev {
  position: absolute;
  left: 40px;
  margin-top: -14px;
  top: 50%
}

.custom-pagination .i-next {
  position: absolute;
  right: 40px;
  margin-top: -14px;
  top: 50%
}
.pageN {
  float: left;
  position: relative;
  top: 0
}
.blog .blog-sidebar .tabber-tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 -2px;
}
.blog .blog-sidebar .tabber-tabs>li {
  float: left;
}
.blog .blog-sidebar .tabber-tabs>.active>a,.blog .blog-sidebar  .tabber-tabs>.active>a:hover,.blog .blog-sidebar .tabber-tabs>.active>a:focus {
  color: #555;
  cursor: default;
  background-color: transparent;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.blog .blog-sidebar .tabber-tabs>li>a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  display: block;
}
.blog .blog-sidebar .tabber-content {
  background: transparent;
  padding: 8px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  -o-border-radius: 0 4px 4px 4px;
  -ms-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
}
.blog .blog-sidebar .tabber-content .block h3 {
  display: none;
}
.blog .blog-sidebar .tabber-content ul {
  list-style: none;
  padding-left: 5px;
}
.blog .blog-sidebar .tabber-tabs > .active > a {
  position:relative;
}
.blog .blog-sidebar .tabber-tabs > .active > a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color:#f8f8f8;
  display: block;
  left: 0;
  right: 0;
  bottom:0;
}
.blog .blog-sidebar .tabber-content ul LI{
  padding: 5px 5px 15px 5px;
}
.tabber-content .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  float: right;
  width: 60%;
  padding: 0 0 0 15px;
}
.tabber-content .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  display: block;
  width: auto;
}
.tabber-content .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
  float: left;
  width: 40%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* =============== 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{
  padding-left: 20px;
}

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


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


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

/* Form Field */
.hs-form-field {
  margin: 0 0 0px;
}

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

/* Labels and Legends */
label {
  display: block;
  margin-top: 10px;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width:500px;
  vertical-align: middle;
  display: block;
  padding: 10px;
  border: 0px;
  border-bottom: 1px solid #fff;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #555;
  background-color: rgba(255,255,255,0.3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

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

/* 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 {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* 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 =============== */
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}

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

  padding: 15px 22px;
  background-color: #09669E;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  font-size:14px;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  min-width: 150px;
  line-height: normal;
}

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

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


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

.hs-error-msgs.inputs-list{
  margin: 0 !important;
  padding: 0;
  list-style: none;
  margin-bottom: 30px !important;
}

.hs-error-msgs.inputs-list label{
  color: #990000;
  font-size: 10.5px;
}
input.hs-input.error{
  margin-left: 0;
  margin-top: 10px;
}
select.hs-input.error {
  color: #990000;
}
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;
}

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


.hs_cos_wrapper_type_rich_text ul {
  margin-left: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style: none;
}
.hs_cos_wrapper_type_rich_text ol {
  margin-left: 30px;
  margin-bottom: 30px;
  padding-left: 0;
}
.hs_cos_wrapper_type_rich_text ul {
  margin-top: -5px;
}
.hs_cos_wrapper_type_rich_text ul li {
  list-style: disc;
  list-style-position: outside;
}
.hs_cos_wrapper_type_rich_text ul:last-child,
.hs_cos_wrapper_type_rich_text ol:last-child{
  margin-bottom:0;
}
.custom_error_message p {
  margin-bottom: 15px;
}
@keyframes nudgeMouse{ 0%{ -webkit-transform:translateY(0);  transform:translateY(0)}

  45%{ -webkit-transform:translateY(8px);  transform:translateY(8px)}
  65%, 100%{ -webkit-transform:translateY(0);  transform:translateY(0)}
}

@-webkit-keyframes nudgeMouse{ 0%{ -webkit-transform:translateY(0);  transform:translateY(0)}

  45%{ -webkit-transform:translateY(8px);  transform:translateY(8px)}
  65%, 100%{ -webkit-transform:translateY(0);  transform:translateY(0)}
}

@-webkit-keyframes trackBallSlide{ 0%{ opacity:1;  -webkit-transform:scaleY(1) translateY(-10px);  transform:scaleY(1) translateY(-10px)}

  45%{ opacity:0;  -webkit-transform:scaleY(0.5) translateY(13px);  transform:scaleY(0.5) translateY(13px)}
  46%{ opacity:0;  -webkit-transform:scaleY(1) translateY(-10px);  transform:scaleY(1) translateY(-10px)}
  65%, 100%{ opacity:1;  -webkit-transform:scaleY(1) translateY(-10px);  transform:scaleY(1) translateY(-10px)}
}
@keyframes trackBallSlide{ 0%{ opacity:1;  -webkit-transform:scaleY(1) translateY(-10px);  transform:scaleY(1) translateY(-10px)}

  45%{ opacity:0;  -webkit-transform:scaleY(0.5) translateY(13px);  transform:scaleY(0.5) translateY(13px)}
  46%{ opacity:0;  -webkit-transform:scaleY(1) translateY(-10px);  transform:scaleY(1) translateY(-10px)}
  65%, 100%{ opacity:1;  -webkit-transform:scaleY(1) translateY(-10px);  transform:scaleY(1) translateY(-10px)}
}
@-webkit-keyframes mouse-scroll-btn-roll-over{0%{stroke-dashoffset:120}
  100%{stroke-dashoffset:0}
}
@keyframes mouse-scroll-btn-roll-over{0%{stroke-dashoffset:120}
  100%{stroke-dashoffset:0}
}
@-webkit-keyframes mouse-scroll-btn-roll-out{0%{stroke-dashoffset:0}
  100%{stroke-dashoffset:-120}
}
@keyframes mouse-scroll-btn-roll-out{0%{stroke-dashoffset:0}
  100%{stroke-dashoffset:-120}
}

.custom-404page-grp h1 {
  font-size: 250px!important;
  line-height: 250px!important;
  font-family: 'Open Sans';
  font-weight: 700;
}
.custom-404page-grp h2 {
  text-transform: uppercase;
  font-size: 70px;
  font-family: 'Open Sans';
  font-weight: 700;
}
.custom-404page-grp {
  text-align: center;
  margin-bottom: 38px !important;
}

/* -------------------------- About Website Page --------------------------- */
.custom-banner-area {
  background-color: #16659d;
  padding: 3%;
  text-align: center;
}
.custom-banner-area h2 {
  text-align: center;
  font-size: 3em;
  letter-spacing: -1px;
  line-height: 1em;
  padding-bottom: 0px;
  padding-top: 20px;
  color: #fff;
}
.custom-banner-area p {
  text-align: center;
  font-size: 24px;
  line-height: 38px;
  padding-bottom: 0px;
  color: #fff;
}
.cm-about-section3 {
  background-color: #16659d;
  color: #fff;
  text-align: center;
}
.cm-about-section3 h2 {
  color: #fff;
  margin: 0;
}
.cm-about-section2 {
  background-color: #f8f8f8;
  padding-bottom:25px;
}
.cm-about-section2-left,
.cm-about-section2-right {
  padding: 2% 0 0;
}
.body-container p:last-child {
  padding-bottom: 0;
}
.cm-about-section1-column ul {
  padding-top: 15px;
  margin-left: 0;
  padding-bottom:25px;
}
.cm-about-section1-column ul li {
  list-style: none;
  position: relative;
  padding-left: 38px;
  margin-bottom: 5px;
}
.cm-about-section1-column ul li:before{
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  margin-right: 0;
  text-align: center;
  vertical-align: middle;
  word-spacing: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  background-color: transparent;
  color: #94c83f;
  font-size: 16px;
  height: 100%;
  line-height: 25px;
  content: "\f00c";
}
.cm-about-section1 .page-center {
  padding-top: 1.3%;
  padding-bottom: 1.3%;
}
.cm-about-section1 {
  background-color: #ffffff;
}

/* -------------------------- About Website Page End --------------------------- */



/* -------------------------- Contact Page ------------------------------------ */
.cm-contact-page .body-container{
  background-color: #f8f8f8;
  padding-bottom: 40px;
}
.cm-contact-map iframe {
  width: 100%;
  min-height: 500px;
}
.hs-contact-section .main-content {
  width: 48.93617020799999% !important;
  margin: 0 auto !important;
  display: block !important;
  float: none !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
.hs-contact-section .form-title{
  line-height: 25px;
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans';
  margin: 0;
}
.hs-contact-section .hs-input,
.custom-career-form .hs-form-field .hs-input{
  max-width:100%;
}
.hs-contact-section textarea{
  margin-bottom:7px;
}
.hs-contact-section select {
  height: 56px;
  background-color: transparent!important;
  border: 1px solid #ccc!important;
  box-shadow: none!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px !important;
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 22px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.hs-richtext p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 13px;
}
.hs-contact-section .legal-consent-container .hs-field-desc.checkbox-desc {
  margin: -12px 0 0 21px;
}
.hs-contact-section .legal-consent-container .field.hs-form-field {
  margin-bottom: 8px;
}
.hs-contact-section form.hs-form .hs-form-field ul.inputs-list{
  margin-left: 30px;
  margin-bottom: 30px;
  margin-top: -5px;
}
.hs-contact-section .hs-form-booleancheckbox {
  margin-bottom: -25px;
  list-style: none;
  margin-left: -30px;
}
.hs-contact-section .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: block;
  margin-left: 20px;
}

/* -------------------------- Contact Page End --------------------------- */
/* -------------------------- Management Page  --------------------------- */
.divider-border {
  margin: 10px auto 10px auto;
  background-color: #ddd;
  height: 1px;
}
.cm-managemnt-item {
  width: 48.93617020799999%;
  display: inline-block;
  vertical-align: top;

}
.cm-managemnt-item:nth-child(even) {
  margin-left: 1.5%;
}
.cm-managemnt-item:nth-child(n+3) {
  padding-top: 20px;
}
.cm-managemnt-header h4 {
  margin-bottom: -4px;
  margin-top: 20px;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans';
  font-weight: 300;
  letter-spacing: 0.5px;
}
.cm-one-column-page .cm-one-column-section .hs_cos_wrapper_type_rich_text ul{
  margin-left: 0;
  margin-bottom: 30px;
}
.cm-one-column-page .cm-one-column-section .hs_cos_wrapper_type_rich_text ul li{
  list-style: none;
  position: relative;
  padding-left: 38px;
}
.cm-one-column-page .cm-one-column-section .hs_cos_wrapper_type_rich_text ul li:before{
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  line-height: 25px;
  font-size: 16px;
  height: 100%;
  word-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  color: #09669E;
  content: "\f138";
}

/* -------------------------- Management Page End --------------------------- */
/* -------------------------- Support Page --------------------------- */

.cm-support-page .cm-title-grp h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: 'Open Sans';
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  padding: 0px 0px 33px 0px;
  margin: 0;
}
.cm-support-page .cm-title-grp {
  margin-top: -7px;
  margin-bottom: 40px;
}
.cm-support-page .cm-title-grp .divider-border {
  margin: 0;
}

/* -------------------------- Support Page End --------------------------- */
/* -------------------------- Career Inner Page --------------------------- */

.custom-career-form {
  padding: 2%;
  background-color: #fff;
}
.custom-career-form .form-title {
  margin: 0;
}
.custom-career-form .hs-form {
  margin-bottom: 24px;
  margin-top: 16px;
}
.custom-career-form form.hs-form fieldset .hs-form-field {
  margin-top: 16px;
}
.custom-career-form form.hs-form fieldset .hs-form-field > label {
  font-weight: normal!important;
  padding-top: 20px;
  padding-bottom: 6px;
  font-family: 'Open Sans';
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  margin: 0;
}
.custom-career-form form.hs-form fieldset .hs-form-field .hs-input {
  margin-top: 8px;
  background-color: #efefef;
}
.custom-career-form form.hs-form fieldset .hs-form-field .hs-form-required {
  margin-left: 4px;
  color: #09669E;
}
.custom-career-form form.hs-form fieldset .hs-form-field select {
  line-height: 1.5 !important;
  padding: 8px;
  -webkit-appearance: none;
  border: none;
  color: #555;
  background-color: #fff !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.16)!important;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.16)!Important;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.16)!Important;
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.16)!Important;
  font-weight: 400;
}
.custom-career-form form.hs-form fieldset .hs-form-field.hs-please_attach_resume .hs-input {
  padding: 0;
  background: transparent;
  box-shadow: none;
  font-size: 13.33px;
  font-family: arial;
  color: #000;
  margin-top: 11px;
  margin-bottom: -1px;
}
.custom-career-form .legal-consent-container {
  padding-top: 10px;
}
.custom-career-form .legal-consent-container .hs-richtext p {
  font-size: 14px;
  margin: 0;
  padding-bottom: 25px;
  -webkit-font-smoothing: antialiased;
}
.custom-career-form .hs-button.primary {
  min-width: auto;
  margin-top: 7px;
  margin-bottom: 10px;
}
.custom-career-form .hs-error-msgs.inputs-list label {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 12px;
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 6px;
  padding-top: 8px;
}
.custom-career-form .hs_error_rollup .hs-error-msgs.inputs-list label{
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
  background-color: transparent;
}
.custom-career-form .error{
  border: 1px solid #790000;
}
.custom-section-header-grp p {
  padding: 0;
}
.custom-btn-mod {
  padding-top: 20px;
  width: 31.914893614%;
}
.custom-btn-item {
  padding-top: 25px;
}
.custom-btn-item a {
  background-color: #0d3b5f;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  font-size: 12px;
  padding: 10px 15px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #FFF;
  width: 100%;
  font-family: 'Open Sans';
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
  display: inline-block;
  box-sizing: border-box !important;
}
.custom-btn-item a:hover {
  opacity: 0.87;
  color: #fff;
}

/* -------------------------- Career Inner Page End --------------------------- */
/* -------------------------- serviec Page --------------------------- */

.custom-success-stories-header {
  padding: 75px 0 40px;
  text-align: center;
}

.custom-success-stories-grp {
  background-color: #f0f1f5;
}

.custom-success-stories-header * {
  margin: 0;
}

.custom-success-stories-item-grp {
  padding: 10px 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* width: 100%; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.custom-success-stories-item {
  width: 48.93617020799999%;
  text-align: center;
  float: left;
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background-color: #fff;
  padding: 25px 15px 15px 15px;
  position: relative;
  -webkit-transition: top 0.2s ease,-webkit-box-shadow 0.2s ease;
  -moz-transition: top 0.2s ease,-moz-box-shadow 0.2s ease;
  -o-transition: top 0.2s ease,-o-box-shadow 0.2s ease;
  transition: top 0.2s ease,box-shadow 0.2s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.custom-success-stories-item:nth-child(2n) {
  margin-left: 2.1%;
}
.column-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.custom-success-stories-item-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
.custom-success-stories-item-img img {
  padding: 0px 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.custom-success-stories-item-desc {
  padding: 20px 40px;
  font-family: 'Open Sans', 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #333;
}
.custom-success-stories-item-header {
  padding: 0px 40px 20px;
}
.custom-success-stories-btn {
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
}
.custom-success-stories-btn a {
  padding: 10px 15px;
  border: 2px solid rgba(0,0,0,0.15);
  color: rgb(9, 102, 158);
  border-color: rgba(9, 102, 158, 0.75);
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  padding-top: 9px;
  padding-bottom: 9px;
  ackground-color: transparent!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  -o-box-shadow: none!important;
  opacity: 1!important;
  transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  -moz-transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  -o-transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
  font-family: 'Open Sans';
  position: relative;
  text-transform: uppercase;
  top: -3px;
  display: inline-block;
  line-height: 20px;
  margin-bottom: 3px;
}
.custom-success-stories-item:hover {
  top: -4px;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.custom-success-stories-item-header > *:last-child {
  margin-bottom: 0;
}
.custom-success-stories-item-header > *:last-child {
  margin-bottom: 0;
}
.two-col-content-with-background-image {
  padding: 80px 0;
  color: #fff;
}
.two-col-content-with-background-image .image-group {
  width: 48.93617020799999%;
  float: left;
}
.two-col-content-with-background-image .image-group img {
  margin: 0 auto;
  display: block;
}
.two-col-content-with-background-image .content-group {
  width: 48.93617020799999%;
  float: left;
  margin-left: 2.1%;
}
.two-col-content-with-background-image .content-group h2 {
  color: #fff;
  margin-bottom: 20px;
}
.custom-services-grp {
  padding: 50px 0;
  position: relative;
  background-color: #ffffff;
}
.custom-services-item {
  width: 30%;
  float: left;
  text-align: center;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.custom-services-item-grp {
  margin: 0 -1.5%;
}
.cm-services-icon {
  color: #09669E;
}
.cm-services-icon svg,.cm-services-icon svg path {
  stroke: #09669e;
  fill: none;
}
.cm-services-icon svg {
  height: 100px;
  width: 100px;
}
.custom-services-item h3 {
  margin: 0;
}
.cm-full-width-cnt-grp {
  padding: 50px 0;
  background-color: #f0f1f5;
}
.cm-full-width-cnt {
  width: 65.95744680199999%;
  margin: 0 auto;
  text-align: center;
}
.cm-full-width-cnt h3 {
  margin: 0;
}
.cm-full-width-cnt hr {
  background-color: #ddd;
  margin: 15px auto;
  width: 20%;
}
.cm-services-banner-area {
  margin-top: -43px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  background-color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
.cm-services-banner-area * {
  width: 100%;
}
.slider-down-arrow.no-border {
  -webkit-animation: nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
  animation: nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
  border: none!important;
  overflow: visible;
  text-align: center;
  opacity: 1;
  height: 60px;
  width: 60px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  z-index: 100;
  left: 50%;
  margin-left: -30px;
}
.nectar-scroll-icon {
  width: 30px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.nectar-scroll-icon-path {
  fill: transparent;
  stroke-width: 2px;
  stroke-dashoffset: 120;
  stroke-dasharray: 120;
  -webkit-animation: mouse-scroll-btn-roll-out .55s cubic-bezier(.5,.1,.07,1);
  animation: mouse-scroll-btn-roll-out .55s cubic-bezier(.5,.1,.07,1);
}
.slider-down-arrow.no-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 30px;
  height: 45px;
  margin-left: -15px;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 62;
}
.slider-down-arrow.no-border:before {
  position: absolute;
  content: '';
  display: block;
  left: 50%;
  margin-left: -1px;
  top: 22px;
  background-color: rgba(255,255,255,0.5);
  width: 2px;
  height: 6px;
  border-radius: 10px;
  transition: background-color .55s cubic-bezier(.5,.1,.07,1);
  -webkit-animation: trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
  animation: trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
}
.slider-down-arrow.no-border:hover:before {
  background-color: rgba(255,255,255,1);
}
.slider-down-arrow.no-border:hover .nectar-scroll-icon-path {
  stroke-dashoffset: 0;
  -webkit-animation: mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1);
  animation: mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1);
}
.video-wrap {
  position: absolute!important;
  top: 0;
  left: 0;
  right: 0;
}
.video-wrap video {
  position: relative;
}
.video-texture.active_texture {
  background: rgba(21, 103, 160, 0.5);
  height: 3000px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}
.cm-services-banner-cnt {
  position: relative;
  z-index: 11;
  text-align: center;
  margin-top: -31px;
}
.cm-services-banner-cnt h1 {
  color: #fff;
  padding-bottom: 27px;
  margin-top: 7px;
}
.cm-services-banner-cnt .sub-head {
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: -.5px;
  padding-bottom: 15px;
}
.buttons {
  -webkit-font-smoothing: antialiased;
}
.button.solid_color {
  display: inline-block;
  padding: 8px;
  margin: 0px 0px 0px 0px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.button.solid_color a {
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  background-color: #09669E;
  font-weight: normal;
  color: #fff;
  padding: 13px 17px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Open Sans';
  letter-spacing: 2px;
  font-size: 12px;
  display: inline-block;
  width: auto;
}
.two-col-content-with-background-image.right_image_col .image-group {
  float: right;
  margin-left: 2.1%;
}
.two-col-content-with-background-image.right_image_col  .content-group {
  margin-left: 0;
}
.two-col-content-with-background-image {
  position: relative;
  z-index: 3;
}

.cm-services-page .two-col-content-with-background-image-wrap-grp .image-group {
  padding: 3%;
}
.cm-crystal-page .two-col-content-with-background-image .content-group h2 {
  letter-spacing: -1px;
}
.cm-crystal-page .two-col-content-item:nth-child(1) .left-group img{
  min-height: 400px;
}

/* -------------------------- serviec Page End --------------------------- */
/* -------------------------- Product Trials Page --------------------------- */

.cm-product-page .custom-section-header-grp h2 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
  letter-spacing: .5px !important;
  color: #444;
  padding-bottom: 15px;
  margin: 0;
}
.cm-product-page .custom-section-header-grp {
  text-align: center;
  padding-bottom: 25px;
}
.cm-product-page .custom-section-header-grp .divider-border {
  display: none;
}
.cm-product-page .custom-section-header-grp p {
  width: 48.93617020799999%;
  margin: 0 auto 40px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 32px;
}
.content-with-top-icon-img-grp {
  position: relative;
  padding-bottom: 60px;
  padding-top: 30px;
}
.content-with-top-icon-img-grp .content-with-top-icon-img-grp-item {
  box-shadow: 0px 6px 0px #f0f0f0;
  padding: 20px !important;
  text-align: center;
  width: 48.93617020799999%;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-with-top-icon-img-grp .content-with-top-icon-img-grp-item:nth-child(2n) {
  margin-left: calc(2.1% - 4px);
}
.content-with-top-icon-img-grp-image-group {
  padding-bottom: 15px !important;
}
.content-with-top-icon-img-grp-content-wrapper h3 {
  text-align: center;
  padding-top: 5px;
  color: #21bad1;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px !important;
  font-weight: 400 !important;
  letter-spacing: .5px !important;
  margin: 0;
}
.content-with-top-icon-img-grp-subtitle {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #333;
}
.content-with-top-icon-img-grp-subtitle p {
  padding-bottom: 15px !important;
  text-align:center;
}
.content-with-top-icon-img-grp-button-group a {
  background-color: rgb(9, 102, 158);
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  padding: 12px 30px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
  display: inline-block;
  font-weight: 500;
  margin-top: -9px;
}
.content-with-top-icon-img-grp-button-group a:hover {
  opacity: 0.87;
  color: #fff;
}
.content-with-top-icon-img-grp .content-with-top-icon-img-grp-item:nth-child(n+3) {
  margin-top: 90px;
}

/* -------------------------- Product Trials Page End --------------------------- */
/* -------------------------- CustomerPage Page --------------------------- */

.cm-customer-page .body-container{
  background-color: transparent;
}
.cm-customer-section {
  background-color: #f0f1f5;
}
.cm-customer-section {
  padding-bottom:30px;
  padding-top: 10px;
}
.cm-case-studies-grp {
  padding-bottom: 20px;
}
.cm-case-studies-item {
  width: 48.93617020799999%;
  display: inline-block;
  vertical-align: top;
  padding: 20px 0;
}
.cm-case-studies-item:nth-child(2n) {
  margin-left: calc(2.1% - 4px);
}
.cm-case-studies-item-inner {
  text-align: center;
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background-color: #fff;
  padding: 25px 15px 15px 15px;
  position: relative;
  -webkit-transition: top 0.2s ease,-webkit-box-shadow 0.2s ease;
  -moz-transition: top 0.2s ease,-moz-box-shadow 0.2s ease;
  -o-transition: top 0.2s ease,-o-box-shadow 0.2s ease;
  transition: top 0.2s ease,box-shadow 0.2s ease;
}
.cm-case-studies-item-img {
  padding: 0px 15px;
}
.cm-case-studies-item-img img {
  margin: 10px auto 30px;
  display: block;
}
.cm-customer-page .cm-case-studies-item-img {
  padding-bottom: 30px;
}
.cm-customer-page .cm-case-studies-item-img img {
  margin-bottom: 0;
}
.cm-case-studies-item-title {
  font-family: 'Open Sans';
  font-weight: 300;
  line-height: 40px;
  font-size: 22px;
  padding-left: 0px;
  letter-spacing: 0.5px;
  padding-bottom: 30px;
}
.cm-case-studies-item-btn a {
  display: inline-block;
  line-height: 20px;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  font-family: 'Open Sans';
  letter-spacing: 2px;
  padding: 10px 15px;
  font-weight: normal;
  font-size: 12px;
  background-color: transparent!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  -o-box-shadow: none!important;
  opacity: 1!important;
  transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  -moz-transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  -o-transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  border: 2px solid rgba(0,0,0,0.15);
  color: rgb(9, 102, 158);
  border-color: rgba(9, 102, 158, 0.75);
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cm-case-studies-item-inner:hover {
  top: -4px;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.cm-case-studies-item-btn {
  padding-bottom: 30px;
}
.cm-case-studies-banner {
  padding: 150px 0;
  position: relative;
}
.cm-case-banner-cnt {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.cm-case-banner-cnt h1 {
  font-size: 4.5em !important;
  line-height: 60px !important;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans';
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0;
}
.cm-case-banner-cnt h2 {
  padding-top: 40px;
  font-size: 3em !important;
  line-height: 60px !important;
  font-weight: 100;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans';
  letter-spacing: 0px;
  margin: 0;
}
.cm-case-studies-banner .row-bg-wrap:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  background-color: #000000;
  opacity: 0.3;
}

/* -------------------------- Customer Page End --------------------------- */
/* -------------------------- Privacy Page   --------------------------- */
.cm-privacy-page .main-content {
  padding:0 12%;
}
.cm-privacy-page .main-content h1,
.cm-privacy-page .main-content h2,
.cm-privacy-page .main-content h3, 
.cm-privacy-page .main-content h4, 
.cm-privacy-page .main-content h5,
.cm-privacy-page .main-content h6 {
  font-weight: 400;
  text-transform: none;
}
.cm-privacy-page .main-content h2{
  font-size: 26px !important;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 7px;
}
.cm-privacy-page .main-content h3{
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 7px;
}

.cm-privacy-page .main-content h4{
  font-size: 22px;
  line-height: 34px;
  color: #444;
  font-weight: 400;
  margin-bottom: 8px;
}
.cm-privacy-page .main-content .custom-section-header-grp h2 {
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 700;
}

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

/* -------------------------- Crystal Website Page --------------------------- */
.content-with-bg-image{
  padding: 50px 0;
  position: relative;
  color: #fff;
}
.content-with-bg-image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  background: linear-gradient(to bottom,#0abab5 0%,#09a7a2 100%);
  opacity: 0.3;
}
.content-with-bg-image > div {
  position:relative;
  z-index:3;
}
.content-with-bg-image .inner-group {
  width: 48.93617020799999%;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.content-with-bg-image .inner-group h1 {
  color: #fff;
  font-weight: 400;
  font-family: Open Sans;
  letter-spacing: -.75px;
  margin-bottom: 15px;
}
.content-with-bg-image .inner-group p {
  color: #fff;
  padding-bottom: 15px;
}
.content-with-bg-image .inner-group .button-group a {
  background-color: rgb(255, 255, 255);
  display: inline-block;
  line-height: 20px;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-family: 'Open Sans';
  border: solid 2px #09669E;
  color: #09669E;
  font-size: 14px;
  padding: 15px 22px;
  opacity: 0.9;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  box-shadow: none;
  min-width: 80% !important;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-family: 'Open Sans', serif;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.content-with-bg-image .inner-group .button-group a:hover {
  opacity: 1;
}
.cm-one-col-cnt-with-top-icon-img-grp {
  padding: 40px 0;
  background-color: #f0f1f5;
}
.cm-one-col-cnt-with-top-icon-img-inner-grp-wrap {
  background-color: #ffffff;
  position: relative;
}
.cm-one-col-cnt-with-top-icon-img-inner-grp {
  width: 31.914893614%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cm-one-col-cnt-with-top-icon-img img {
  margin: 0 auto;
  max-width: 80px;
  padding-bottom: 20px;
  display: block;
}
.cm-crystal-section .cm-full-width-cnt-grp {
  background-color: #f8f8f8;
  padding: 75px 0 25px;
}
.cm-crystal-section .cm-full-width-cnt {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
}
.cm-crystal-section .cm-full-width-cnt > *:last-child {
  margin-bottom: 0;
}
.cm-crystal-section .cm-full-width-cnt h4 {
  font-family: Open Sans;
  letter-spacing: -0.75px;
  font-weight: 400;
}
.cm-crystal-section .two-col-content-with-background-image ul{
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 5px;
}
.cm-crystal-section .two-col-content-with-background-image ul li{
  padding-bottom: 15px;
}
.cm-crystal-section .two-col-content-with-background-image ul li:before{
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff !important;
  margin-left: 0px !important;
  font-size: 20px !important;
  background-color: transparent!important;
  line-height: 15px!important;
  height: 13px;
  width: 15px;
  margin-right: 9px;
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  top: -2px;
  word-spacing: 1px;
  content: "\f046";
}
.cm-crystal-section .two-col-content-with-background-image .content-inner-group {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 25px;
}
.cm-crystal-section .two-col-content-with-background-image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to bottom,#0abab5 0%,#09a7a2 100%);
  opacity: 0.3;
  content: "";
}
.two-col-content-item {
  padding: 75px 0;
  position: relative;
  background-color: #ffffff;
}
.two-col-content-item:nth-child(odd) {
  background-color: #f8f8f8;
}
.two-col-content-item .right-group {
  margin-top: 15px;
  width: 48.93617020799999%;
  float: left;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 25px;
  color: #333;
  margin-left: 2.1%;
}
.two-col-content-item .right-group h2 {
  margin-bottom: 10px !important;
}
.two-col-content-item .right-group p {
  padding-top: 15px;
  padding-bottom: 15px !important;
}
.two-col-content-item .left-group {
  margin-top:0;
  width: 48.93617020799999%;
  float: left;
}
.two-col-content-item.right_col_content .right-group {
  margin-top: 60px;
  margin-left: 0;
}
.two-col-content-item.right_col_content .left-group {
  float: right;
  margin-left: 2.1%;
  margin-top: 15px;
}
.two-col-content-item .left-group img {
  display: block;
  margin: 0 auto;
}
.cm-crystal-section .two-col-content-with-background-image {
  padding: 75px 0;
}
.cm-crystal-section .two-col-content-with-background-image.right_image_col .content-group {
  margin-top: 10px;
}
.cm-crystal-section .two-col-content-with-background-image.right_image_col .content-group h1 {
  color: #fff;
  font-family: Open Sans;
  letter-spacing: -.75px;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.cm-crystal-section .two-col-content-with-background-image.right_image_col .content-group p {
  padding: 15px 0 !important;
  margin-bottom: 15px;
}
.two-col-content-with-background-image.right_image_col .content-group .button-group a {
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  background-color: rgb(9, 102, 158);
  margin-top: 25px;
  opacity: 0.9;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  min-width: 68% !important;
  font-size: 14px;
  padding: 15px 22px;
  text-align: center;
  font-weight: normal;
  color: #FFF;
  font-family: 'Open Sans';
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  line-height: 20px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.two-col-content-with-background-image.right_image_col .content-group .button-group a:hover {
  opacity: 1;
  color: #fff;
}
.cm-crystal-section .two-col-content-item .right-group h2 {
  font-family: Open Sans;
  letter-spacing: -1px;
}
.cm-one-col-cnt-with-top-icon-img-cnt p {
  padding-bottom: 15px;
}

/* -------------------------- Crystal Website Page End --------------------------- */

/* -------------------------- SQL Databases Website Page --------------------------- */

.custom-migrate-btrieve-section1 .content-with-bg-image:after {
  display:none;
}
.content-with-bg-image h2 {
  color: #fff;
  margin-bottom: 20px;
}
.custom-migrate-btrieve-section1 .cm-case-studies-grp-wrap {
  padding: 40px 0;
}
.custom-migrate-btrieve-section1 .cm-case-studies-grp-wrap .cm-case-studies-item {
  padding-top: 0;
  padding-bottom: 0;
}
.cm-tabber-grp {
  background-color: #f0f1f5;
  padding: 40px 0;
}
.hs-tabber-header-group ul {
  padding: 0;
  text-align: center;
  margin: 0;
  padding-left: 0 !important;
  list-style: none;
  margin-bottom: 65px;
}
.hs-tabber-header-group ul li {
  position: relative;
  white-space: nowrap;
  padding: 0;
  background-image: none;
  list-style: none;
  float: none;
  display: inline-block;
  background-color: #FDA733;
  box-shadow: 0px 2px #cecece;
  border-right: 1px solid #aeaeae;
  margin-right: -3px;
}
.hs-tabber-header-group ul li:last-child {
  border-right: none;
}
.hs-tabber-header-group ul li a {
  background-color: #fff;
  border-radius: 0;
  padding: 15px 35px;
  transition: all 0.3s cubic-bezier(0.12,0.75,0.4,1);
  color: #000;
  font-size: 13px;
  position: relative;
  display: block;
  cursor:pointer;
  padding-right: 34px;
}
.hs-tabber-header-group ul li a:hover {
  color: #09669E;
}
.hs-tabber-header-group ul li.hs-tabber-header-inner.active a {
  background-color: #09669E !important;
  color: #fff !important;
}
.hs-tabber-content-item {
  background-color: #ffffff;
  padding: 40px !important;
  border-left: 16px solid #FDA733;
  position: relative;
  display: none;
}
.hs-tabber-content-item:nth-child(1) {
  display: block;
}

.hs-tabber-col1-content {
  width: 48.93617020799999%;
  float: left;
}

.hs-tabber-col2-content {
  width: 48.93617020799999%;
  margin-left: 2.1%;
  float: left;
}

.hs-tabber-col1-content img {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 20px;
  max-width: 80px;
}
.hs-tabber-col-content-grp h6 {
  margin: 0;
}

.hs-tabber-col-content-grp p {
  padding-bottom: 15px;
}
.hs-tabber-col-content-grp p span {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 25px;
  color: #333;
}
.hs-tabber-col2-content h5 {
  margin-bottom: 7px;
}
.hs-tabber-col2-content-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 21.73913043px;
}
.hs-tabber-col2-content-inner {
  margin-bottom: 21.73913043px;
}
.hs-tabber-col2-content-inner ul:last-child {
  margin-bottom: -21.73913043px;
}
.hs-tabber-col2-content-inner ul li {
  padding-left: 55px;
  padding-bottom: 15px;
  position: relative;
}
.hs-tabber-col2-content-inner ul li i {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  color: #94c83f;
  background: transparent;
  line-height: 34px!important;
  height: 34px;
  width: 34px;
  margin-right: 0px;
  font-size: 34px!important;
  background-color: transparent!important;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -2px;
}
.hs-tabber-col2-content-inner ul li .extra-color-3 {
  color: #94c83f;
}
.hs-tabber-col2-content-inner ul li .extra-color-3:after {
  content: "\f058";
  font-size: 18px;
}
.hs-tabber-col2-content-inner ul li .extra-color-1{
  color: #f7941e;
}
.hs-tabber-col2-content-inner ul li .extra-color-1:after{
  content: "\f05a";
  font-size: 18px;
}
.hs-tabber-col2-content-btn a {
  background-color: #09669e;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  -ms-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1);
  font-size: 14px;
  padding: 15px 22px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
  display: inline-block;
  min-width: 80%;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-family: 'Open Sans', serif;
}
.hs-tabber-col2-content-btn a:hover {
  opacity: 0.87;
  color: #fff;
}
.hs-tabber-col1-content h5 {
  margin-top: 6.73913px;
}
.custom-migrate-btrieve-section1 .cm-full-width-cnt-grp {
  background-color: #ffffff;
  padding: 75px 0;
}
.custom-migrate-btrieve-section1 .cm-full-width-cnt-grp .page-center {
}
.custom-migrate-btrieve-section1 .cm-full-width-cnt-grp h4 {
  letter-spacing: -0.75px;
  font-weight: 400;
  margin: 0;
}
.custom-migrate-btrieve-section1 .cm-full-width-cnt {
  width: 100%;
}
.custom-migrate-btrieve-section1 .two-col-content-with-background-image ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-migrate-btrieve-section1 .two-col-content-with-background-image ul li{
  padding-bottom: 15px;
}
.custom-migrate-btrieve-section1 .two-col-content-with-background-image ul li:before{
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff !important;
  margin-left: 0px !important;
  font-size: 20px !important;
  line-height: 15px!important;
  height: 13px;
  width: 15px;
  margin-right: 9px;
  background-color: transparent!important;
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  top: -2px;
  word-spacing: 1px;
  content: "\f046";
}
.custom-migrate-btrieve-section1 .two-col-content-with-background-image ul li:last-child {
  padding-bottom: 0;
}
.custom-migrate-btrieve-left-btn a {
  background-color: rgb(9, 102, 158);
  opacity: 0.9;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  min-width: 71% !important;
  font-size: 14px;
  padding: 15px 22px;
  text-align: center;
  color: #FFF;
  font-family: 'Open Sans';
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  line-height: 20px;
  display: inline-block;
  margin-top: 25px;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-family: 'Open Sans', serif;
}
.custom-migrate-btrieve-left-btn a:hover {
  opacity: 1;
  color: #fff;
}
.custom-migrate-btrieve-right {
  margin-left: 2.1%;
}
.custom-migrate-btrieve-right img{
  display: block;
  margin: 0 auto;
  vertical-align: baseline;
}
.custom-banner-migrate-btrieve .text {
  font-weight: 500;
}
.custom-migrate-btrieve-left {
  width: 48.93617020799999%;
  float: left;
  padding-right: 10%;
  margin-top: 20px;
}
.custom-migrate-btrieve-right {
  width: 48.93617020799999%;
  float: left;
  text-align: center;
}
.inner-wrap .play:after {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 200px;
  height: 100%;
  z-index: 1;
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
  background-color: #FF4E4E;
}
.inner-wrap svg path {
  fill: #fff;
}
.inner-wrap .play {
  width: 70px;
  height: 70px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0px auto;
  transform: translateY(-50%);
}
.inner-wrap svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 2px;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  fill: #fff;
  z-index: 9;
}
.custom-banner-migrate-btrieve {
  color: #fff;
  padding: 50px 0px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  overflow:hidden;
  position:relative;
}
.custom-banner-migrate-btrieve h1 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: -.75px;
}
.custom-banner-migrate-btrieve .text {
  line-height: 25px;
  font-size: 32px;
  margin-top: 24px;
}
.custom-banner-migrate-btrieve .inner-wrap-area {
  position: relative;
}
.custom-migrate-btrieve-section1 .two-col-content-item.right_col_content .right-group {
  margin-top: 35px;
}
.custom-migrate-btrieve-section1 .two-col-content-item.right_col_content .left-group {
  margin-top: 0;
}
.custom-migrate-btrieve-section1 .two-col-content-item .right-group {
  margin-top:25px;
}
.custom-migrate-btrieve-section1 .two-col-content-item h2 {
  letter-spacing: -1px;
}
.custom-migrate-btrieve-section1 .two-col-content-item .right-group h2 {
  margin-bottom: 15px !important;
}
.custom-migrate-btrieve-section1 .two-col-content-item.right_col_content .left-group img {
  margin-bottom: 7px;
}
.custom-banner-migrate-btrieve .magnific-popup:after {
  content: "";
  background-color: #FF4E4E !important;
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 200px;
  height: 100%;
  z-index: 1;
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
}
.custom-banner-migrate-btrieve .magnific-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  color: #fff;
  display: inline-block;
  border-radius: 200px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.custom-banner-migrate-btrieve .magnific-popup .play {
  position: relative;
  z-index: 10;
}
.custom-banner-migrate-btrieve .inner-wrap-area:hover .magnific-popup:after {
  -webkit-transform: scale(1.14);
  transform: scale(1.14);
}
.custom-banner-migrate-btrieve .full-link.popup-youtube {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.custom-migrate-btrieve-section1 .cm-case-studies-grp {
  padding-bottom: 0;
}
.custom-migrate-btrieve-section1 .cm-case-studies-item-btn a {
  font-weight: 600;
  letter-spacing: 1.5px;
  font-family: 'Open Sans', serif;
}
.custom-migrate-btrieve-section1 .cm-case-studies-item-img img {
  margin: 20px auto 0;
  display: block;
}
.custom-migrate-btrieve-section1 .cm-case-studies-item-img {
  padding-bottom:35px;
}
.custom-migrate-btrieve-section1 .content-with-bg-image h2 {
  letter-spacing: -1px;
}
.custom-migrate-btrieve-section1 .content-with-bg-image .inner-group p {
  padding-bottom: 20px;
}
.custom-migrate-btrieve-section1 .content-with-bg-image .inner-group {
  padding: 0;
}
.custom-migrate-btrieve-section1 .two-col-content-with-background-image {
  padding: 70px 0 75px;
}
.custom-migrate-btrieve-section1 .two-col-content-with-background-image .image-group img {
  margin-top: 15px;
}
.custom-migrate-btrieve-section1 .two-col-content-with-background-image .content-group h2 {
  letter-spacing: -1px;
  margin-bottom: 15px;
}

/* -------------------------- SQL Databases Website Page End --------------------------- */
/* -------------------------- Advanced  SQL Databases Website Page End --------------------------- */

.custom-advanced-banner-migrate-btrieve .custom-migrate-btrieve-left {
  padding-right: 5%;
}
.custom-advanced-banner-migrate-btrieve .custom-migrate-btrieve-left-cnt p {
  padding-top: 15px;
  padding-bottom: 15px !important;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 25px;
}
.custom-advanced-banner-migrate-btrieve .custom-migrate-btrieve-left-btn {
  margin-top: 15px;
}
.custom-advanced-banner-migrate-btrieve .custom-migrate-btrieve-left-btn a {
  background-color: rgb(255, 255, 255);
  color: #09669E !important;
  min-width: 72% !important;
}
.hs-migrate-dataflex-to-sql-layout .two-col-content-item:nth-child(odd) {
  background-color: #ffffff;
}
.hs-migrate-dataflex-to-sql-layout .two-col-content-item {
  background-color: #f8f8f8;
}
.hs-migrate-dataflex-to-sql-layout .two-col-content-item .left-group img {
  margin-top: 35px;
}
.hs-migrate-dataflex-to-sql-layout .two-col-content-item.right_col_content .left-group img {
  margin-top: 0;
}
.hs-migrate-dataflex-to-sql-layout .two-col-content-with-background-image .content-group {
  margin-top: 25px;
}
.hs-migrate-dataflex-to-sql-layout .custom-migrate-btrieve-section1 .two-col-content-with-background-image ul {
  padding: 15px 0;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 25px;
}
.hs-migrate-dataflex-to-sql-layout .two-col-content-with-background-image .image-group {
  margin-bottom: 15px;
}
.hs-migrate-dataflex-to-sql-layout .custom-migrate-btrieve-section1 .two-col-content-with-background-image {
  padding: 75px 0 75px;
}
.hs-migrate-dataflex-to-sql-layout .custom-migrate-btrieve-section1 .two-col-content-with-background-image .image-group img {
  margin-top: 0;
}
.hs-migrate-dataflex-to-sql-layout .cm-full-width-cnt-grp p {
  padding-bottom: 15px;
}
.hs-migrate-dataflex-to-sql-layout .cm-full-width-cnt-grp h4 {
  margin-bottom: 8px;
}
.hs-migrate-dataflex-to-sql-layout .cm-full-width-cnt-grp *:last-child {
  margin-bottom: 0;
}
.hs-migrate-dataflex-to-sql-layout .custom-migrate-btrieve-section1 .cm-case-studies-grp-wrap {
  background: #f0f1f5;
}
.hs-migrate-dataflex-to-sql-layout .cm-tabber-grp {
  background-color: #f8f8f8;
}
.hs-migrate-dataflex-to-sql-layout .hs-tabber-content-item {
  border-left: 16px solid #1274A5;
}
.hs-migrate-dataflex-to-sql-layout .hs-tabber-header-group ul li a {
  padding: 15px 40px;
  padding-right: 39px;
}

/* -------------------------- Advanced SQL Databases Website Page End --------------------------- */

/* -------------------------- Home Website Page --------------------------- */
.cm-advanced-case-study-grp {
  padding: 80px 0;
}

.cm-advanced-case-study-item {
  width: 31.914893614%;
  float: left;
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background-color: #fff;
  position: relative;
  -webkit-transition: top 0.2s ease,-webkit-box-shadow 0.2s ease;
  -moz-transition: top 0.2s ease,-moz-box-shadow 0.2s ease;
  -o-transition: top 0.2s ease,-o-box-shadow 0.2s ease;
  transition: top 0.2s ease,box-shadow 0.2s ease;
  margin-left: 2.1%;
  text-align: center;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 15px;
}
.cm-advanced-case-study-item:nth-child(3n+1) {
  margin-left: 0;
}
.cm-advanced-case-study-item-icon svg, .cm-advanced-case-study-item-icon svg path {
  stroke: #09669e;
  fill: none;
}
.cm-advanced-case-study-item-icon svg {
  height: 100px;
  width: 100px;
}
.cm-advanced-case-study-item-title {
  padding-top: 10px;
  padding-bottom: 7px;
}
.cm-advanced-case-study-item-title h3 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  letter-spacing: .5px !important;
  margin: 0;
}
.cm-advanced-case-study-item-sub-title p {
  padding-bottom: 15px !important;
}
.cm-advanced-case-study-item-divider {
  margin: 30px auto;
  background-color: #ddd;
  height: 1px;
  max-width: 300px;
}
.cm-advanced-case-study-item-image {
  padding-top: 10px;
}
.cm-advanced-case-study-item-image img {
  display: block;
  margin: 0 auto;
}
.cm-advanced-case-study-item-desc {
  background-color: #fff;
  padding: 30px 28px 0;
  font-family: 'Open Sans', 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #333;
}
.cm-advanced-case-study-item-desc p {
  padding-bottom: 15px !important;
}
.cm-advanced-case-study-item-bio {
  background-color: #fff;
  padding: 0 20px 40px;
}
.cm-advanced-case-study-item-bio h6 {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  color: #333;
}
.cm-advanced-case-study-item:hover {
  top: -4px;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.cm-advanced-case-study-item-btn {
  padding-bottom: 25px;
}
.cm-advanced-case-study-item-btn a {
  border: 2px solid rgba(0,0,0,0.15);
  color: rgb(9, 102, 158);
  border-color: rgba(9, 102, 158, 0.75);
  display: inline-block;
  line-height: 20px;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  text-align: -webkit-center;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  background-color: transparent!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  -o-box-shadow: none!important;
  opacity: 1!important;
  transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  -moz-transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  -o-transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  padding: 12px 30px;
  font-weight: 500;
}
.cm-advanced-case-study-item-btn a:hover {
  border-color: rgba(9, 102, 158);
}
.cm-home-section3 {
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
}
.custom-heading-with-icon h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 46px !important;
  letter-spacing: .5px !important;
  color: #444;
}
.custom-heading-with-icon h2 i {
  top: -5px;
  color: #16659d;
  font-size: 1em;
}
.custom-heading-with-icon.left .left-title {
  display: none;
}
.custom-heading-with-icon.right .right-title {
  display: none;
}
.cm-home-section3 .hs_cos_wrapper_type_rich_text h3 {
  font-size: 20px;
  font-weight: 400 !important;
  letter-spacing: .5px !important;
  margin-bottom: 24px;
}
.cm-home-section3 .hs_cos_wrapper_type_rich_text p {
  padding-bottom: 15px !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.cm-home-page .custom-btn-mod {
  padding: 0;
  width: 100%;
  text-align: center;
}
.cm-home-page .custom-btn-mod .custom-btn-item {
  padding-top: 0;
  padding-bottom: 15px;
}
.cm-home-page .custom-btn-mod .custom-btn-item a {
  background-color: rgb(9, 102, 158);
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  padding: 12px 30px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #FFF;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  text-align: center !important;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  opacity: 1;
  line-height: 20px;
  display: inline-block;
  width: auto;
  margin-bottom: 0;
}
.cm-home-page .custom-btn-mod .custom-btn-item a:hover {
  opacity: 0.87;
  color: #fff;
}
.content-with-top-icon-img-grp-inner-item {
  position: relative;
}
.cm-advanced-content-with-top-icon-img-grp .content-with-top-icon-img-grp-image-group img {
  margin-top: -85px;
}
.cm-home-section2 {
  padding-top: 50px;
}
.cm-home-section1 {
  background-color: #ffffff;
  padding: 30px 0;
  text-align: center;
}
.cm-home-section1 .hs_cos_wrapper_type_rich_text {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.cm-home-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  margin: 0;
  letter-spacing: .5px !important;    
}
.cm-home-banner-area {
  background-color: #bce4fa;
}
.cm-home-banner-image img {
  margin: 0 auto;
  display: block;
}
.cm-home-page .content-with-top-icon-img-grp-button-group a {
  margin-top: 25px;
}
.cm-home-page .content-with-top-icon-img-grp-button-group {
  margin-top: -25px;
  padding-bottom: 5px;
}
.cm-home-page .content-with-top-icon-img-grp {
  padding-bottom: 70px;
}
/**
* Simple fade transition,
*/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
  display: inline-block;
  width: 20px!important;
  height: 20px;
  padding-right: 0!important;
  line-height: 20px!important;
  transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  font-size: 0;
}
.mfp-iframe-holder .mfp-close:after {
  content: "\e117";
  font-size: 20px;
  display: block;
  position: relative;
  top: -20px;
}
.mfp-iframe-holder .mfp-close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.inner-play-wrap svg{
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: 2px;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

@-moz-document url-prefix() {
  .inner-play-wrap svg{
    top: 52px;
  }
}
.inner-play-wrap svg path{
  fill: #fff!important;
}
.custom-banner-migrate-btrieve .row-bg-wrap:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  background-color: #fda633;
  opacity: 0.3;
}
.custom-banner-migrate-btrieve.custom-advanced-banner-migrate-btrieve .row-bg-wrap:after {
  display:none;
}

.hs-search-page .body-container .hs-search-field__bar input[type="text"] {
  border-radius: 0px 2px 2px 0px;
  padding: 10px;
  border: 0px;
  border-bottom: 1px solid #fff;
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 22px;
  color: #555;
  background-color: #efefef;
  box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.hs-search-page .hs-search-field--open .hs-search-field__suggestions li a {
  padding: 5px 15px;
}

.hs-search-page .hs-search-field__suggestions #results-for {
  padding: 5px 15px;
}

.hs-search-page .hs-search-field--open .hs-search-field__suggestions {
  margin-bottom: 20px;
}

.hs-search-page .hs-search-results__listing li {
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  background-color: #fff;
  padding: 18px;
  margin-bottom: 20px;
}

.hs-search-page .hs-search-results__listing li a.hs-search-results__title {
  margin-bottom: 1px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}

.hs-search-page .hs-search-results__listing li  p.hs-search-results__description {
  letter-spacing: 0px;
  font-family: 'Open Sans';
  font-weight: 400;
  color: #999;
  margin-top: 3px;
  font-size: 14px;
  line-height: 25px;
}
.cm-main-search-area .hs-search-field form{
  max-width: 585px;
  position: relative;
}
.hs-search-page .hs-search-field {
  position: relative;
  margin-bottom: 30px;
}
.cm-main-search-area .hs-search-field__bar button {
  padding: 10px 22px!important;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0!important;
  line-height: 22px;
  background-color: #09669E!important;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  border: none;
  color: #fff;
  cursor: pointer;
}
.cm-main-search-area .hs-search-field__bar button:hover {
  opacity: 0.85;
  color:#fff;
}



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


strong, b {
  font-weight: bold;
  font-family: 'Open Sans';
}

.row-bg {
  width: 100%;
}
.parallax_section {
  position: relative;
}
.parallax_section .row-bg.translate{
  background-attachment: scroll;
  top: auto;
  bottom: 0
}

.parallax_section .row-bg-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0
}
.parallax_section .row-bg-wrap .inner-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.parallax_section .row-bg{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed
}
.parallax_section {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover
}
.custom-banner-migrate-btrieve .page-center,
.full-width-section .page-center{
  position: relative;
  z-index: 5;
}



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


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


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

@media (min-width: 1301px) {
  .cm-crystal-section .cm-full-width-cnt h4 {
    font-size: 19px;
    line-height: 27px;
  }
  .cm-full-width-cnt-grp h4 {
    font-size: 19px;
    line-height: 27px;
  }
}
@media (max-width: 1300px) and (min-width: 1001px) {
  h1,
  .cm-support-page .cm-title-grp h2,
  .cm-privacy-page .main-content h2{
    font-size: 30px;
    line-height: 37.5px;
  }
  h2,
  .cm-privacy-page .main-content h3,
  .cm-privacy-page .main-content .custom-section-header-grp h2{
    font-size: 20.4px;
    line-height: 25.5px;
  }
  .cm-privacy-page .main-content .custom-section-header-grp h2{
    font-size: 20.4px !important;
  }
  h3,
  .cm-privacy-page .main-content h4{
    font-size: 18.7px;
    line-height: 27.2px;
  }
  h4,
  .cm-product-page .custom-section-header-grp p{
    font-size: 18px;
    line-height: 28px;
  }
  h5 {
    font-size: 16px;
    line-height: 26px;
  }
  h6,
  .cm-advanced-case-study-item-bio h6{
    font-size: 14px;
    line-height: 24px;
  }
  .custom-footer-col h3 {
    line-height: 28px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    left:6px;
  }
  .cm-services-banner-area {
    min-height: 416px;
  }
  .cm-services-banner-cnt {
    margin-top: -27px;
  }
  .cm-services-banner-cnt h1 {
    padding-bottom: 22px;
  }
  .custom-migrate-btrieve-left-btn a {
    min-width: 66%;
  }
  .hs-tabber-header-group ul li a {
    padding: 15px 33px;
  }
  .hs-migrate-dataflex-to-sql-layout .hs-tabber-header-group ul li a {
    padding: 15px 34px;
    padding-right: 33px;
  }
  .custom-copyright p {
    padding-bottom: 15px;
  }
  .two-col-content-with-background-image.right_image_col .content-group .button-group a {
    min-width: 65.5% !important;
  }
  .cm-about-section1 .page-center {
    padding-top: 2%;
    padding-bottom: 2%;
  }

}
@media (min-width: 1001px){
  #Evolve-Your-Business.parallax_section .row-bg.translate {
    background-position: right top;
  }
  #Modernize-Your-Legacy-Applications.parallax_section .row-bg.translate {
    background-position: left top;
  }
  #Create-Strategic-Application-Solutions.parallax_section .row-bg.translate {
    background-position: left top;
  }
  .cm-case-studies-banner .parallax_section .row-bg.translate {
    background-position: left bottom;
  }
}
@media (max-width: 1100px) and (min-width: 1001px){
  .custom-footer-partner p img:first-child {
    width: 120px;
  }
  .custom-footer-partner p img:last-child {
    width: 120px;
  }
  
}
@media (max-width: 1000px) and (min-width: 691px) {
  h1,
  .cm-support-page .cm-title-grp h2,
  .cm-privacy-page .main-content h2{
    font-size: 28px;
    line-height: 35px;
  }
  h2,
  .cm-privacy-page .main-content h3,
  .cm-privacy-page .main-content .custom-section-header-grp h2{
    font-size: 19.2px;
    line-height: 24px;
  }
  .cm-privacy-page .main-content .custom-section-header-grp h2{
    font-size: 19.2px !important;
  }
  h3,
  .cm-privacy-page .main-content h4{
    font-size: 17.6px;
    line-height: 25.6px;
  }
  h4,
  .cm-product-page .custom-section-header-grp p{
    font-size: 18px;
    line-height: 28px;
  }
  h5 {
    font-size: 16px;
    line-height: 26px;
  }
  h6,
  .cm-advanced-case-study-item-bio h6{
    font-size: 14px;
    line-height: 24px;
  }
  .container-fluid .row-fluid .page-center {
    max-width:600px;
  }
  .body-container .page-center {
    padding-left:0;
    padding-right:0;  
  }
  .custom-copyright {
    width: 100% !important;
  }
  .custom-copyright p {
    max-width: 294px;
  }
  .custom-footer-partner,
  .custom-footer-social-group {
    width: 49% !important;
    margin: 0 !important;
    float: left !important;
  }
  .custom-footer-partner p img:first-child {
    width: 120px;
    margin-top: 0;
  }
  .custom-footer-partner p img:last-child {
    width: 120px;
    margin-top: 0;
  }
  
  .custom-footer-social-group {
    float:right !important;
  }
  .custom-footer-col1,
  .custom-footer-col2 {
    width: 48%!important;
    padding: 15px;
    margin-bottom: 40px;
    margin-left: 0 !important;
    margin-right: 15px;
    float: left !important;
  }
  .custom-footer-col3 {
    width: 100% !important;
    margin: 0 !important;
    clear: both;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    width: 48%;
    margin-right: 15px;
    padding: 0 15px 15px;
    float: left !important;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:last-child {
    margin-right: 0;
  }
  .custom-footer-col2 {
    margin-right: 0;
  }
  .custom-footer-col h3 {
    line-height: 28px;
  }
  .custom-footer-col .custom-menu-title h3 {
    padding: 15px 15px 0;
  }
  .cm-about-section2-left {
    margin-bottom: 25px;
  }
  .cm-advanced-case-study-item-bio {
    padding: 0 0 40px;
  }
  .cm-advanced-case-study-item-desc {
    padding: 30px 0px 0;
  }

  .cm-advanced-case-study-item {
    padding: 3%;
  }
  .cm-advanced-case-study-item-inner {
    padding-top: 40px;
  }
  .cm-advanced-case-study-item-bio h6 {
    font-size: 14px;
    line-height: 24px;
  }
  .hs-migrate-dataflex-to-sql-layout .hs-tabber-header-group ul li a {
    padding: 15px 12px;
    padding-right: 12px;
  }

}
@media (max-width: 1000px){
  .cm-about-section1 .page-center {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after {
    background-color: #999; /* Icon color */
  }
  #back-to-top {
    display:none !important;
  }
  .custom-footer .page-center,
  .custom-header .page-center{
    padding: 0;
  }
  .custom-footer-social-icons-grp ul li {
    width: 33px;
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .custom-header-search-icons {
    right: 0;
  }
  .custom-header-search-icons .buttons {
    display:none;
  }
  .custom-header-top-menu .hs-menu-wrapper > ul{
    float: none!important;
    width: 100%;
    text-align: center;
    border-top: 1px solid #DDDDDD;
  }
  .custom-header-top-menu .hs-menu-wrapper > ul > li {
    display: inline-block!important;
    float: none!important;
    width: auto;
  }
  .custom-footer-partner p img:first-child {
    width: 128px;
    margin-top: 0;
  }
  .custom-footer-partner p img:last-child {
    width: 128px;
    margin-top: 0;
  }
  
  .custom-footer-col p:last-child {
    padding-bottom: 15px;
  }
  .custom-logo img {
    max-width: 145px;
  }
  .custom-header-Bottom {
    padding-top: 18px;
    padding-bottom: 19px;
  }
  .mobile-trigger {
    top: 4px;
    right: 0px;
  }
  a#toggle-nav:hover .lines-button:after, a#toggle-nav:hover .lines:after, a#toggle-nav:hover .lines:before {
    background-color: #999;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    max-width: 600px;
    padding: 0;
    padding-top: 10px;
  }
  .custom-menu-primary.js-enabled {
    top: 19px;
    position: relative;
  }
  .custom-banner-area {
    padding: 6%;
    margin-top: 0;
  }
  .body-container {
    margin-top: 0;
  }
  .hs-contact-section .main-content {
    width: 100% !important;
  }
  .cm-managemnt-item {
    padding-bottom: 25px;
  }
  .cm-managemnt-item:nth-child(2n) {
    padding-bottom: 0;
  }
  .custom-career-form {
    padding: 3%;
  }
  .cm-bottom-margin {
    margin-bottom: 25px;
  }
  .cm-services-banner-area {
    margin-top: 0;
    min-height: 357px;
  }
  .slider-down-arrow.no-border {
    display: none;
  }
  .cm-services-banner-cnt {
    margin-top: -3px;
  }
  .cm-full-width-cnt {
    margin-bottom: 25px;
  }
  .cm-services-banner-cnt h1 {
    padding-bottom: 0;
  }
  .button.solid_color a {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .cm-crystal-section .two-col-content-with-background-image .content-group,
  .two-col-content-item .right-group{
    margin-bottom: 25px;
  }
  .custom-migrate-btrieve-left {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .hs-tabber-header-group ul li a {
    padding: 15px 12px;
    font-size: 12px;
  }
  .custom-migrate-btrieve-left-btn a {
    min-width: 65% !important;
  }
  .full-width-section .row-bg {
    margin-top: 0!important;
    height: 100%!important;
    transform: none!important;
    -webkit-transform: none!important;
    background-attachment: scroll!important;
    background-position: 50%!important;
  }
  .custom-advanced-banner-migrate-btrieve .custom-migrate-btrieve-left {
    width: 100%;
    float: none;
  }
  .blog .blog-sidebar .tabber-tabs > li > a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }


}

@media (max-width: 992px){
  .custom-migrate-btrieve-section1 .two-col-content-item.right_col_content .right-group {
    margin-top: 0;
  }
  .custom-migrate-btrieve-section1 .two-col-content-item .right-group {
    margin-top: 0;
  }
  .two-col-content-item .right-group {
    margin-top: 0;
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .two-col-content-item .left-group {
    display: none;
    width: 100%;
    float: none;
  }
  .two-col-content-with-background-image .image-group {
    width: 100%;
    float: none;
    display: none;
  }
  .two-col-content-with-background-image .content-group {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .custom-migrate-btrieve-section1 .content-with-bg-image .inner-group {
    padding-top: 0;
    padding-bottom: 25px;
  }
  .custom-migrate-btrieve-section1 .cm-full-width-cnt {
    margin-bottom: 0;
  }
  .custom-migrate-btrieve-section1 .two-col-content-with-background-image .content-group {
    padding-bottom: 0;
  }
  .custom-migrate-btrieve-section1 .two-col-content-item .right-group {
    margin-bottom: 0;
  }
  .custom-migrate-btrieve-section1 .two-col-content-item.right_col_content .right-group {
    margin-bottom: 25px;
  }
  .hs-migrate-dataflex-to-sql-layout .two-col-content-with-background-image .content-group {
    margin-top: 0;
  }
  .custom-advanced-banner-migrate-btrieve .custom-migrate-btrieve-right {
    display: none;
  }
  .hs-contact-section form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto !important;
  }

}

/* =============== 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 .main-content,
  .blog-content,.blog-sidebar,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    float: none;
    margin: 20px 0 20px 0px;
  }
  .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;
  }
  .cm-managemnt-item {
    width: 100%;
    display: block;
  }
  .cm-managemnt-item:nth-child(even) {
    margin-left: 0;
  }
  .custom-btn-mod,
  .cm-full-width-cnt{
    width: 100%;
  }
  .custom-services-item {
    width: 100%;
    float: none;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .custom-services-item-grp {
    margin: 0;
  }
  .two-col-content-with-background-image .image-group {
    display: none;
  }
  .two-col-content-with-background-image .content-group {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .custom-success-stories-item:nth-child(2n) {
    margin-left: 0;
  }
  .custom-success-stories-item {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  .custom-success-stories-item:last-child,
  .custom-services-item:last-child{
    margin-bottom:0;
  }
  .custom-success-stories-item-grp {
    display:block;
  }
  .video-wrap{
    display:none;
  }
  .two-col-content-with-background-image.right_image_col .image-group {
    float: none;
    margin-left: 0;
  }
  .cm-full-width-cnt {
    padding-top: 26px;
    padding-bottom: 1px;
  }
  .two-col-content-with-background-image .content-group {
    padding-bottom: 20px;
  }
  .cm-product-page .custom-section-header-grp {
    padding-bottom: 66px;
  }
  .cm-product-page .custom-section-header-grp p {
    width: 100%;
    margin-top: 41px;
  }
  .content-with-top-icon-img-grp .content-with-top-icon-img-grp-item {
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 85px;
  }
  .content-with-top-icon-img-grp .content-with-top-icon-img-grp-item:nth-child(2n) {
    margin-left: 0;
  }
  .content-with-top-icon-img-grp .content-with-top-icon-img-grp-item:last-child {
    margin-bottom: 30px;
  }
  .content-with-top-icon-img-grp .content-with-top-icon-img-grp-item:nth-child(n+3) {
    margin-top: 30px;
  }
  .cm-case-studies-item {
    width: 100%;
    display: block;
    padding: 20px 0 5px;
  }
  .cm-case-studies-item:nth-child(2n) {
    margin-left: 0;
  }
  .cm-case-studies-item:last-child {
    padding-bottom: 25px;
  }
  .cm-case-studies-grp {
    padding-bottom: 40px;
  }
  .cm-crystal-section .two-col-content-with-background-image .content-group{
    padding-bottom:0;
  }
  .two-col-content-with-background-image.right_image_col .content-group .button-group a {
    min-width: 72.5% !important;
  }
  .two-col-content-item .right-group,
  .two-col-content-item .left-group{
    width: 100%;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0;
  }
  .two-col-content-item .left-group {
    margin-bottom:25px;
  }
  .two-col-content-with-background-image .image-group {
    width: 100%;
    float: none;
  }
  .cm-crystal-section .two-col-content-with-background-image .image-group {
    display: block;
  }
  .cm-crystal-page .cm-crystal-section .two-col-content-with-background-image.cm-adv-two-col-content-with-background-image .image-group {
    display: none;
  }
  .cm-crystal-page .cm-crystal-section .two-col-content-with-background-image .image-group {
    display: block;
    margin-bottom: 24px;
    margin-top: 10px;
    padding: 0 5%;
  }
  .cm-crystal-section .two-col-content-with-background-image .content-group {
    padding-bottom: 0;
    padding-top: 15px;
  }
  .cm-crystal-page .cm-crystal-section .two-col-content-with-background-image.cm-adv-two-col-content-with-background-image .content-group {
    padding-top: 0;
  }
  .custom-migrate-btrieve-left {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom:25px;
  }
  .custom-migrate-btrieve-right {
    width: 100%;
    float: none;
    text-align: center;
    margin-left: 0;
  }
  .cm-home-banner-area {
    background-color: #bce4fa;
    text-align: center;
    padding: 20px 0 15px;
  }
  .cm-home-banner-title p {
    text-align: center;
    font-size: 21px;
    line-height: 30px;
    color: #0d3b60;
  }
  .cm-home-banner-area {
    background-color: #bce4fa;
    text-align: center;
    padding: 20px 0 15px;
  }
  .cm-home-banner-title p {
    text-align: center;
    font-size: 21px;
    line-height: 30px;
  }
  .cm-advanced-case-study-item {
    width: 100%;
    float: none;
    margin-left: 0;
    padding: 3%!important;
    margin-bottom: 25px;
  }
  .cm-advanced-case-study-item:last-child {
    margin-bottom: 0;
  }
  .cm-advanced-case-study-item-inner {
    padding-top: 40px;
  }
  .cm-advanced-case-study-item-desc {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cm-advanced-case-study-item-bio h6 {
    font-size: 14px;
    line-height: 24px;
  }
  .custom-migrate-btrieve-left-btn a {
    min-width: 72.5% !important;
  }
  .hs-tabber-col1-content {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  .hs-tabber-col2-content {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .cm-case-studies-grp-wrap .cm-case-studies-item {
    margin-bottom: 25px;
  }
  .cm-case-studies-grp-wrap .cm-case-studies-item:last-child {
    margin-bottom: 0;
  }
  .custom-migrate-btrieve-section1 .content-with-bg-image .inner-group {
    padding-top: 25px;
    padding-bottom: 27px;
  }
  .custom-migrate-btrieve-section1 .cm-full-width-cnt {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cm-about-section2-left {
    margin-bottom:25px !important;
  }
  .cm-one-col-cnt-with-top-icon-img-inner-grp {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cm-main-search-area .hs-search-field__bar button {
    position: static;
    margin-top: 5px !important;
  }
  .cm-main-search-area .hs-search-field form {
    max-width: 100%;
  }
  .blog .blog-sidebar .tabber-tabs > li {
    float: none;
  }
  .blog .blog-sidebar .tabber-tabs > li > a {
    border: 1px solid #ddd;
    border-radius: 0;
    border-bottom: 0;
  }
  .blog .blog-sidebar .tabber-tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
  }
  .blog .blog-sidebar .tabber-tabs > .active > a:after{
    display:none;
  }
  .blog .blog-sidebar .tabber-tabs > .active > a {
    border-bottom: none !important;
  }
  .blog .blog-sidebar .tabber-tabs>li>a {
    padding-right: 12px;
    padding-left: 12px;
    font-size:14px;
  }
  .blog .blog-sidebar .tabber-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  .blog .blog-sidebar .tabber-tabs>li>a {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
    margin-right: 0;
  }
  .blog .blog-sidebar .tabber-content {
    border-radius: 0 0px 4px 4px;
  }

}  


@media (max-width: 690px) {
  .custom-404page-grp h1 {
    font-size: 150px !important;
    line-height: 150px !important;
  }
  .custom-404page-grp h2 {
    font-size: 40px;
  }
  h1,
  .cm-support-page .cm-title-grp h2,
  .cm-privacy-page .main-content h2{
    font-size: 26px;
    line-height: 32.5px;
  }
  h2,
  .cm-privacy-page .main-content h3,
  .cm-privacy-page .main-content .custom-section-header-grp h2{
    font-size: 18px;
    line-height: 22.5px;
  }
  .cm-privacy-page .main-content .custom-section-header-grp h2{
    font-size: 18px !important;
  }
  h3,
  .cm-privacy-page .main-content h4{
    font-size: 17.6px;
    line-height: 25.6px;
  }
  h4,
  .cm-product-page .custom-section-header-grp p{
    font-size: 16.2px;
    line-height: 25.2px;
  }
  h5 {
    font-size: 16px;
    line-height: 26px;
  }
  h6,
  .cm-advanced-case-study-item-bio h6{
    font-size: 14px;
    line-height: 24px;
  }
  .custom-footer-social-icons-grp ul {
    float: left;
  }
  .custom-footer-partner,
  .custom-copyright {
    margin-bottom: 25px !important;
  }
  .custom-lp-footer .custom-copyright {
    margin-bottom: 0 !important;
  }
  .custom-footer-col1,
  .custom-footer-col2 {
    margin-bottom:40px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    margin-bottom: 85px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:last-child {
    margin-bottom:0px;
  }
  .custom-footer-social-group {
    clear:both;
  }
  .custom-footer-social-icons-grp ul li{
    margin-right: 10px;
    margin-left: 0px!important;
  }
  .custom-footer-partner p {
    overflow: hidden;
  }
  .custom-header-top-menu .hs-menu-wrapper > ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .custom-header-top-menu .hs-menu-wrapper > ul > li > a {
    border:none;
  }
  .custom-header-top-menu .hs-menu-wrapper > ul > li:last-child {
    border-right: none;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    width: 100%;
    margin-right: 0;
    float: none !important;
  }
  .hs-contact-section form.hs-form fieldset .hs-form-field {
    padding: 0 10px 0 0;
    width: 100% !important;
    padding: 0;
    float: none !important;
  }
  .hs-contact-section form.hs-form fieldset[class*="form-columns"] .hs-input {
    width:100% !important;
  }
  .cm-services-banner-area {
    margin-top: 0;
    min-height: 185px;
  }
  .button.solid_color a {
    font-size: 8px;
    padding: 4px 7px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  .cm-services-banner-cnt {
    margin-top: -8px;
  }
  .button.solid_color {
    padding: 7px 8px;
  }
  .hs-tabber-header-group ul li {
    margin-right: 0;
    box-shadow: 0px 2px #cecece;
    border: 1px solid #aeaeae;
    display: block;
  }
  .hs-tabber-col1-content {
    width: 100%;
    float: none;
  }
  .hs-tabber-col2-content {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .custom-migrate-btrieve-section1 .cm-case-studies-grp-wrap .cm-case-studies-item {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .custom-migrate-btrieve-section1 .cm-case-studies-grp-wrap .cm-case-studies-item:nth-child(1) {
    padding-top: 0px;
  }
  .content-with-bg-image .inner-group {
    width: 100%;
  }
  .hs-tabber-header-group ul li:last-child {
    border-right: 1px solid #aeaeae;
  }
  .two-col-content-with-background-image.right_image_col .content-group .button-group a {
    min-width: 66.4% !important;
  }




}

@media (max-width: 690px) and (min-width: 480px) {
  .container-fluid .row-fluid .page-center{
    max-width:420px;
  }
  .body-container .page-center {
    padding-left:0;
    padding-right:0;
  }
}
@media (max-width: 640px){
  .custom-career-form .hs-form {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .custom-career-form .hs-button.primary {
    min-width: 100%;
    margin-top: 7px;
    line-height: 2;
    margin-bottom: 10px;
    display: block;
  }
  .custom-career-form form.hs-form fieldset .hs-form-field {
    padding: 0;
    width: 100% !important;
    float: none !important;
  }
  .custom-career-form form.hs-form fieldset .hs-form-field .hs-input {
    margin-top: 8px;
    background-color: #efefef;
    line-height: 2;
  }
  .custom-career-form form.hs-form fieldset[class*="form-columns"] .hs-input {
    width:100% !important;
  }

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

@media (max-width: 479px) {

  .checkbox-row span.fakelabel span {
    float: none;
  }
  .container-fluid .row-fluid .page-center{
    max-width:320px;
  }
  .body-container .page-center {
    padding-left:0px;
    padding-right:0px;
  }
  div#hs-eu-cookie-confirmation {
    font-size: 12px !important
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 8px 14px 14px !important
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
    font-size: 12px !important
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    font-size: 12px !important
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    font-size: 12px !important;
    margin-bottom: 12px !important;
    line-height: 15px !important
  }
  .two-col-content-with-background-image.right_image_col .content-group .button-group a {
    min-width: 65.4% !important;
  }
}
@media (max-width: 360px) {
  .body-container .page-center,
  .custom-footer .page-center,
  .custom-header .page-center{
    padding-left:10px;
    padding-right:10px;
  }
  .mobile-trigger {
    right:10px;
  }
}