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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i,800&display=swap');

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

@import url('//fonts.googleapis.com/css?family=Roboto&display=swap');

@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap');

@import url('//fonts.googleapis.com/css?family=Rock+Salt&display=swap');

@import '//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css';

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Fonts/fa-solid-900.eot#iefix") format("embedded-opentype"),
    url("//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Fonts/fa-solid-900.woff2") format("woff2"),
    url("//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Fonts/fa-solid-900.woff") format("woff"),
    url("//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Fonts/fa-brands-400.eot") format("embedded-opentype"),
    url("//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Fonts/fa-brands-400.woff2") format("woff2"),
    url("//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Fonts/fa-brands-400.woff") format("woff"),
    url("//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Fonts/glyphicons-halflings-regular.eot);
  src: url(//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'),
    url(//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Fonts/glyphicons-halflings-regular.woff) format('woff'),
    url(//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Fonts/glyphicons-halflings-regular.ttf) format('truetype'),
    url(//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

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

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

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

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

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

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

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

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

/* Responsive iFrames */
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}
 
/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; } 

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

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

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

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

body {
  background: #fff;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #22282c;
}


* {
  font-variant-ligatures: none;
}


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

/* Highlighted Text */

/*::-moz-selection {
color: #fff;
background: #3390FF;
text-shadow: none;
}
::selection {
color: #fff;
background: #3390FF;
text-shadow: none;
}*/


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

/* Basic text */
p {
  margin: 0 0 15px;
} 
small {}
b, strong {
  font-weight: 700;
}
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 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 40px;
  line-height: 40px;
  font-family: "PT Sans", Arial, Sans-serif;
}
h2 {
  color: #127b78;
  font-size: 30px;
  line-height: 35px;
  font-family: "PT Sans", Arial, Sans-serif;
}
h3{
  font-family: 'PT Sans' , sans-serif;
  font-size: 28px;
  color: #22282c;
  margin-top: 30px;
}
h4 {
  font-size: 23px;
  font-family: "Open Sans", Arial, Sans-serif;
  font-weight: 800;
  line-height: 27px;
  margin-top: 5px;
  margin-bottom: 2px;
}
h4 {
  font-family: 'PT Sans', sans-serif;
  color: #23737b;
  font-size: 21px ;
  margin-top: 10px;
  margin-bottom: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}

/* Anchor Links */
a { 
  color: #127b78;
  text-decoration: none;
  
}

a:hover {
  text-decoration: underline;
  color: #127b78;
}

a:active, a:focus {
  outline: none;
}

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

.body-container ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

.body-container ul li {
  padding: 5px 0px;
}

img {
  vertical-align: middle;
}

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

/* Horizontal Rules */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}


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

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

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

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


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


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

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

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


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

.header-container-wrapper {
  min-height: 129px;
}

.header-container-wrapper .page-center {
  padding-left: 15px;
  padding-right: 15px;
}

.header-container {}

.header-group {
  background-color: #121416;
  font-size: 14px;
  line-height: 1.42857143;
  position: fixed;
  width: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.header-top-group .page-center {
  padding: 15px 0px 15px 15px !important;
}

.custom-logo {
  width: auto !important;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 5px;
  margin-left: 0 !important;
}

.custom-logo img {
  max-width: 220px !important;
}

.header-bottom-group {
  background-color: #292f32;
  text-align: right;
}

.header-bottom-group .page-center {
  padding: 11px 15px 13px;
}

.header-bottom-group h5 {
  margin: 0 2px 0 0;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
}

.header-bottom-group p {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin: auto;
  margin-top: 4px;
  margin-bottom: 2px;
  padding-right: 18px;
}

.header-bottom-group h5 .cta_button {
  background: #B75B10;
  border: 0;
  position: relative;
  top: 0px;
  font-size: 15px;
  color: #ffffff;
  font-family: "PT Sans", Arial, Sans-serif;
  display: inline-block;
  padding: 6px 12px 7px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  text-decoration: none;
}

.header-bottom-group h5 .cta_button:hover {
  background-color: #c4600f;
}

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

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

.body-container .page-center {
  padding-top: 50px;
  padding-bottom: 50px;  
  padding-right: 30px;
  padding-left: 30px;
}

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

.custom-banner-group {
  padding: 75px 0px;
  background-size: cover;
  min-height: 450px;
  background-color: #292f32;
}
.custom-banner-group .page-center {
  padding: 0 30px !important;
}
.custom-banner-group .custom-banner-content h1 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 70px;
  line-height: 75px;
}
.custom-banner-group .custom-banner-content h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #ffffff;
  font-size: 45px;
  line-height: 50px;
}
.custom-banner-group .custom-banner-content p {
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 25px;
  line-height: 35px;
  margin: 0 0 10px;
}
.custom-banner-group .accentbar-color {
  width: 200px;
  height: 20px;
  margin-top: 20px;
}
.custom-banner-group .custom-banner-content {
  margin-top: 80px;
}
.custom-top-mnenu-group {
  background-color: #127b78;
  padding: 0 15px;
}
.custom-top-mnenu-group .page-center {
  padding: 0 15px !important;
}
.custom-top-menu ul {
  padding: 0 !important;
  margin: 0;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.custom-top-menu ul li {
  float: none !important;
  padding: 0 !important;
}
.custom-top-menu ul li a {
  color: #f2f2f2;
  text-align: center;
  padding: 13px 15px 14px;
  text-decoration: none;
  font-size: 17px;
  transition: .3s background-color;
}
.custom-top-menu ul li a:hover {
  background-color: #13615f;
  color: #ffffff;
}
.custom-top-menu ul li.active a {
  background-color: #ffffff;
  color: #22282c;
}
.custom-client-sucess-story-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 50px;
}
.custom-client-sucess-story-wrap .custom-client-sucess-story-item {
  padding: 0 10px 0 15px;
  width: 25%;
  min-height: 500px;
}
.custom-client-sucess-story-wrap .custom-client-sucess-story-item p {
  margin-top: -5px;
}
.custom-client-sucess-story-wrap a.custom-read-story-button {
  background-color: transparent;
  color: #127b78;
  border: 1px solid #127b78;
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
}
.custom-client-sucess-story-wrap i.fa.fa-chevron-right {
  top: 0px;
  position: relative;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.custom-client-sucess-story-wrap .custom-client-sucess-story-button {
  margin-bottom: 50px;
}
.custom-client-sucess-story-wrap a.custom-read-story-button:hover {
  background-color: #EBEBEB;
}
.custom-sign-up-group {
  background-size: cover;
  background-position: top center;
}
.custom-sign-up-group .custom-sign-up-wrap {
  display: flex;
  margin: 0 -15px;
}
.custom-sign-up-group .custom-sign-up-col {
  padding: 25px 50px 25px 50px;
  width: 50%;
  position: relative;
}
.custom-sign-up-group .custom-sign-up-col.news-col:before {
  background: #e3e3e3;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  width: 1px;
  top: 0;
}
.custom-sign-up-group .custom-sign-up-col h2.text-title-white {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #ffffff;
  font-size: 30px;
  line-height: 35px;
}
.custom-sign-up-group p.text-body-white {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
}
.custom-orange-btn {
  font-size: 20px;
  background-color: #b75b10;
  border: 1px solid #b75b10;
  margin-right: 5px;
  font-family: "PT Sans", Arial, Sans-serif;
  padding: 10px 16px;
  line-height: 1.33;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.custom-orange-btn:hover {
  background-color: #cb620e;
  border-color: #ce6510;
  color: #fff !important;
  text-decoration: none !important;
}
.custom-orange-btn i,
.custom-orange-btn em{
  position: relative;
  top: 0px;
  font-family: "Font Awesome 5 Free" !important;
  left: 0;
  width: 12.5px;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa, .fas {
  font-weight: 900;
}
.employee-giving-solutions .custom-corporate-top-col {
  padding-bottom: 45px;
  margin-top: -1px;
}
.donor-management .bottom-request-demo-sec h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.donor-management .bottom-request-demo-sec .custom-orange-btn i,
.donor-management .bottom-request-demo-sec .custom-orange-btn em{
  position: relative;
  top: 0px;
  font-family: "Font Awesome 5 Free" !important;
  left: 0px;
  width: 12.5px;
}

/* ====== Full Width Content ========== */

.custom-banner-group.modern-slavery-act-2015 .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}
.custom-banner-group.modern-slavery-act-2015 .custom-banner-content {
  margin-top: 60px;
}
.one-column-layout .main-content-col p a {
  font-weight: bold;
}
.one-column-layout .main-content-col h3 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 30px;
  line-height: 35px;
  margin: -5px 0 10px;
}
.one-column-layout .main-content-col ul {
  padding-left: 40px;
}
.one-column-layout .main-content-col {
  padding-bottom: 50px;
}
.custom-one-column-bg-wrapper .custom-content-wrap {
  width: 80%;
  margin: 0 auto;
}
.custom-one-column-bg-wrapper .custom-content-wrap p {
  color: #fff;
}
.custom-one-column-bg-wrapper .custom-content-wrap p a {
  color: #fff;
  font-weight: bold;
}
/* ======== Corporate Layout ======= */
.corporate-banner-area {
  background-size: cover;
}
.corporate-banner-area .page-center {
  padding-top: 75px;
  padding-bottom: 75px;
}
.corporate-banner-area .client-story-banner-col {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.corporate-banner-area .client-story-hero-box {
  margin: 0 -15px;
  position: relative;
  top: -20px;
}
.corporate-banner-area .client-story-banner-col h1 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 90px;
  line-height: 90px;
}
.corporate-banner-area .client-story-banner-col h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 30px;
}
.corporate-banner-area .client-story-banner-col.col-right {
  padding-top: 50px;
}
.corporate-banner-area .banner-video {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}
.corporate-banner-area .banner-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.corporate-banner-area .custom-orange-btn em {
  top: 0;
  left: 5px;
}
.corporate-banner-area .custom-orange-btn em {
  left: 0;
  width: 12.5px;
}
.custom-one-column-button-wrapper .page-center {
  padding-top: 10px;
  padding-bottom: 20px;
}
.custom-one-column-button-wrapper .custom-content-wrap {
  text-align: center;
}
.custom-one-column-button-wrapper .custom-content-wrap p {
  font-size: 18px;
  line-height: 24px;
  padding-top: 5px;
  text-align: center;
  color: #fff;
}
.custom-one-column-button-wrapper .custom-content-wrap a.custom-orange-btn {
  border: none;
  background-color: #d19f2a;
  padding: 10px 40px 10px 40px;
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
  font-size: 18px;
}
.custom-one-column-button-wrapper .custom-content-wrap a.custom-orange-btn i {
  left: 0px;
  top: 0;
}
.custom-one-column-button-wrapper .custom-button-wrap {
  padding-left: 5px;
}
.custom-one-column-button-wrapper .custom-content-wrap a.custom-orange-btn:hover {
  background-color: #b47a25;
  opacity: 9;
  transition: 1s;
}
.custom-corporate-top-col {
  text-align: center;
  padding-bottom: 65px;
}
.custom-corporate-top-col h3 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 35px;
  line-height: 40px;
  margin: 0 0 10px;
}

.custom-corporate-top-col p {
  text-align: center;
  width: 80%;
  margin: 0 auto 10px;
}
.custom-corporate-title-bg-wrap {
  margin: 0 -15px 50px;
}
.custom-corporate-title-bg-wrap .custom-content-col {
  width: 33.33%;
  float: left;
  padding: 30px;
  text-align: center;
}
.custom-corporate-title-bg-wrap .custom-content-col h3 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #ffffff;
  font-size: 45px;
  line-height: 50px;
  margin: 0 0 10px;
}
.custom-corporate-title-bg-wrap .custom-content-col p {
  color: #fff;
}
.custom-one-column-image-bg-wrap {
  padding: 25px 0;
  margin: 50px 0 25px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.custom-one-column-image-bg-wrap .custom-image-col {
  margin-top: -50px;
  text-align: center;
}
.custom-coprorate-giving-program-group .custom-corporate-top-content h3 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin: 0 0 10px;
}
.custom-coprorate-giving-program-wrap {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item {
  width: 50%;
  padding: 50px 20px 20px;
}
.custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item img {
  border-radius: 50%;
}
.custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item h4 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 30px;
  line-height: 35px;
  margin: 20px 0 10px;
  font-weight: 500;
}
.custom-coprorate-giving-program-wrap.three-column .custom-coprorate-giving-program-item {
  width: 33.33%;
}
.custom-coprorate-giving-program-group .custom-corporate-top-content p {
  text-align: center;
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 25px;
  line-height: 35px;
}
.custom-corporate-row4 .hs_cos_wrapper_type_rich_text hr {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 5px;
  background-color: #127b78;
  border: 0;
}
/*.custom-corporate-row5 {
background-color: #f7f8f8;
}*/
.custom-video-with-content-group {
  background-color: #f7f8f8;
}
.custom-video-with-content-wrap {
  display: flex;
  margin: 0 -15px;
}
.custom-video-with-content-wrap .custom-left-column-video {
  width: 66.66%;
}
.custom-video-with-content-wrap .custom-right-column-content {
  width: 33.33%;
  background-color: #3598db;
  padding: 25px 25px 25px 25px;
}
.custom-video-with-content-wrap .custom-right-column-content h5 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0px;
  width: 90%;
}
.custom-video-with-content-wrap .custom-right-column-content p {
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
}
.custom-video-with-content-wrap .custom-right-column-content a.custom-orange-btn.transparent-btn {
  margin: 20px 0;
  background-color: transparent;
  border-color: #fff;
  font-size: 18px;
  color:#fff !important;
  padding: 6px 12px;
}
.custom-video-with-content-wrap .custom-right-column-content a.custom-orange-btn.transparent-btn i {
  left: 0;
}
.custom-video-with-content-wrap .custom-right-column-content a.custom-orange-btn.transparent-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}
.custom-partner-logo-group .page-center {
  padding-bottom: 0;
  overflow: hidden;
}
.custom-partner-logo-content-wrap h5 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 15px;
}
.client-story-tesimonial-gallery.coprorate-gallery {
  padding: 16px 15px 0px;
}
.coprorate-gallery .client-story-testimonial-col.col-left {
  width: 16.66%;
}
.coprorate-gallery .client-story-testimonial-col.col-right {
  width: 83.33%;
}
.coprorate-gallery .client-story-testimonial-wrap {
  align-items: end;
}
.client-story-tesimonial-group.client-story-tesimonial-gallery.coprorate-gallery .client-story-testimonial-col.col-left img {
  width: 135px;
  margin: 0 auto;
  display: block;
}
.coprorate-gallery p.client-story-testimonial-testimony {
  font-family: 'Roboto Condensed',sans-serif;
  color: #30373b;
  font-size: 25px !important;
  line-height: 30px !important;
  margin-bottom: 0;
}
.coprorate-gallery p.client-story-testimonial-testimony-name {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
}
.coprorate-gallery .testimony-logo img {
  width: 70px;
  margin-left: 0 !important;
}
.coprorate-gallery .testimony-logo {
  display: inline-block;
  margin-right: 29px;
  vertical-align: middle;
}
.coprorate-gallery .corporate-slider-btn {
  display: inline-block;
  padding: 15px 0px 0px 10px;
}
.coprorate-gallery a.custom-testimonial-btn {
  border: 1px solid #127b78;
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  padding: 6px 12px;
  display: inline-block;
  text-decoration: none;
}
.coprorate-gallery a.custom-testimonial-btn:hover {
  background-color: #EBEBEB;
}
.coprorate-gallery .slick-track {
  display: block;
}
.coprorate-gallery .hs_cos_gallery_main button.slick-arrow {
  position: absolute;
  transform: none;
}

.custom-number-description-wrap {
  display: flex;
  margin: 0 -15px;
}
.custom-number-description-wrap .custom-content-col {
  width: 33.33%;
  padding: 0 15px;
}
.custom-number-description-wrap .custom-content-col .custom-content-col-inner {
  border-radius: 50%;
  padding: 30px;
  margin: 10px auto;
  width: 275px;
  text-align: center;
  height: 275px;
}
.custom-number-description-wrap .custom-content-col .custom-content-col-inner h6 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #ffffff;
  font-size: 45px;
  line-height: 50px;
  margin-top: 30px;
}
.custom-number-description-wrap .custom-content-col .custom-content-col-inner p {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
}

.need-quick-sloution {
  background-position: top;
  background-size: cover;
}
.need-quick-sloution .custom-sign-up-col {
  width: 50%;
}
.need-quick-sloution .custom-sign-up-col h6 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 30px;
  line-height: 35px;
}
.need-quick-sloution .custom-client-sucess-story-button {
  padding-top: 20px;
}
.need-quick-sloution .custom-client-sucess-story-button a.custom-orange-btn {
  background-color: transparent;
  color: #127b78;
  border-color: #127b78;
  padding: 6px 12px;
  margin: 0;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.need-quick-sloution .custom-client-sucess-story-button a.custom-orange-btn i {
  color: #127b78 !important;
  left: 0;
}
.need-quick-sloution .custom-client-sucess-story-button a.custom-orange-btn:hover {
  background-color: #EBEBEB;
  color: #127b78 !important;
}
.custom-banner-group.advanced-banner .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 30px;
}
.custom-banner-group.advanced-banner .custom-banner-content {
  margin-top: 50px;
}
.custom-banner-group.advanced-banner .custom-orange-btn em {
  top: 0;
  left: 0;
  width: 12.5px;
}
.corporate-type2-layout .custom-one-column-image-bg-wrap {
  margin: 0;
}

.custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item h3 {
  margin-top: 0;
  color: #22282c;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 10px;
  font-family: "Open Sans",Arial,sans-serif;
}

.custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item ul {
  padding-left: 40px;
}

.custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item ul li {
  list-style-type: none;
  list-style-image: url('//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Images/bullet-teal.png');
}

.custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item p a {
  font-weight: bold;
}
.rew-demo-con-center-con {
  text-align: center;
}
.rew-demo-con-center-con .req-demo-col-cs {
  width: 100%;
}
.corporate-type2-layout .rew-demo-con-center-con .req-demo-col-cs p,
.coummnity-foun-lay .rew-demo-con-center-con .req-demo-col-cs p{
  color: #fff;
  margin: 0 0 35px;
}
.custom-banner-group.advanced-banner.impact-measurement-framework {
  padding-bottom: 60px;
}
.custom-banner-group.advanced-banner.impact-measurement-framework .custom-banner-content {
  width: 50%;
  margin-top: -20px;
}
.custom-banner-group.advanced-banner.impact-measurement-framework .custom-banner-content h1 {
  margin-bottom: 10px;
}
.corporate-type2-layout .custom-coprorate-giving-program-group .custom-corporate-top-content p {
  font-family: 'Open Sans', sans-serif;
  color: #22282c;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}
/*.custom-one-column-image-bg-wrap .custom-image-col img {
width: 100%;
}*/

.custom-blog-rss-feed {
  padding: 50px 15px 0;
}
.custom-blog-rss-feed h3 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin: 0 0 10px;
}
.custom-blog-rss-feed .hs-rss-module {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 0;
  margin: 0;
}
.custom-blog-rss-feed .hs-rss-item {
  box-shadow: 0 20px 50px rgba(0,0,0,.1);
  margin-bottom: 60px;
  border-radius: 10px;
  min-height: 340px;
  position: relative;
  margin-left:37px;
  margin-right: 38px;
}
.custom-blog-rss-feed .hs-rss-item:hover {
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.custom-blog-rss-feed .hs-rss-item-image-wrapper img {
  position: absolute;
  left: 00;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-blog-rss-feed .hs-rss-item-text {
  width: 100% !important;
  padding: 30px 40px 20px !important;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
}
.custom-blog-rss-feed .hs-rss-item:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.6),rgba(0,0,0,0.3));
  z-index: 9;
}
.custom-blog-rss-feed a.hs-rss-title {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 15px;
  text-decoration: none;
}

.custom-blog-rss-feed .slick-prev,
.custom-blog-rss-feed .slick-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: hsla(0,0%,100%,.75);
  border: 0;
  color: #333;
  z-index: 9;
}
.custom-blog-rss-feed .slick-prev:hover,
.custom-blog-rss-feed .slick-next:hover {
  background: #fff;
}
.custom-blog-rss-feed .slick-next {
  right: 10px;
}
.custom-blog-rss-feed .slick-prev {
  left: 10px;
}
.custom-blog-rss-feed .slick-prev:before,
.custom-blog-rss-feed .slick-next:hover {
  opacity: 1;
}
.custom-blog-rss-feed .slick-next:before,
.custom-blog-rss-feed .slick-prev:before {
  display: none;
}
.custom-blog-rss-feed .slick-prev .flickity-button-icon,
.custom-blog-rss-feed .slick-next .flickity-button-icon{
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  fill: #333;
}
.impact-measurement-framework .custom-one-column-image-bg-wrap .custom-image-col img {
  width: 100% !important;
}
/* ======== Foundation Coummunity ===== */

.coummnity-foun-lay .corporate-banner-area .client-story-banner-col h1 {
  font-size: 65px;
  line-height: 72px;
}
.coummnity-foun-lay .corporate-banner-area {
  height: 450px;
}
.coummnity-foun-lay .corporate-banner-area .fa.fa-chevron-right {
  top: 0;
}
.coummnity-foun-lay .custom-coprorate-giving-program-group .custom-corporate-top-content p {
  color: #22282c;
  line-height: 32px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}
.coummnity-foun-lay .custom-one-column-image-bg-wrap {
  margin: 0;
}
.custom-partner-logo-wrap {
  display: flex;
  justify-content: center;
}
.custom-partner-logo-item {
  width: 16.66%;
  padding: 0 15px;
}
.coummnity-foun-lay .custom-partner-logo-wrap {
  padding-top: 15px;
}
.custom-partner-button-group {
  text-align: center
}
.custom-partner-button-item {
  padding: 20px 15px 0;
  display: inline-block;
}
.community-foundation .custom-partner-button-item a.custom-orange-btn.transparent-btn,
.employee-giving-solutions .custom-partner-button-item a.custom-orange-btn.transparent-btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.employee-giving-solutions .custom-partner-logo-content-wrap h5 {
  margin-bottom: 10px;
}
.community-foundation .coprorate-gallery .hs_cos_gallery_slide:nth-child(1) .testimony-logo img {
  width: 125px;
}
.community-foundation .coprorate-gallery .hs_cos_gallery_slide:nth-child(2) .testimony-logo img {
  width: 80px;
}
.community-foundation .coprorate-gallery .hs_cos_gallery_slide:nth-child(3) .testimony-logo img {
  width: 125px;
}
.coummnity-foun-lay .custom-partner-logo-group .page-center {
  padding-bottom: 50px;
}

a.custom-orange-btn.transparent-btn {
  background-color: transparent;
  color: #127b78;
  border-color: #127b78;
  padding: 6px 12px;
  margin: 0;
}
a.custom-orange-btn.transparent-btn i.fa.fa-chevron-right {
  top: 0;
  left: 0;
}
a.custom-orange-btn.transparent-btn:hover {
  background-color: #EBEBEB;
  color: #127b78 !important;
}

.corporate-banner-area.donor-management {
  min-height: 450px;
}
.corporate-banner-area.donor-management h1.client-story-banner-ttl {
  margin: 20px 0 30px;
}
.corporate-banner-area.donor-management .client-story-hero-box {
  top: 0;
}
.corporate-banner-area.donor-management em {
  top: 0;
}
.custom-corporate-row1 .hs_cos_wrapper_type_rich_text p {
  width: 81%;
  margin-left: auto;
  margin-right: auto;
}
.corporate-rss-layout .bottom-request-demo-sec.with-bg-image .inner-grp {
  padding: 25px 0;
}

.corporate-banner-area.employee-giving .client-story-hero-box {
  top: 0;
}

.employee-giving-solutions .custom-corporate-top-col h3 {
  margin-bottom: 20px;
}
..employee-giving-solutions  .custom-corporate-top-col {
  padding-bottom: 45px;
}
.custom-iframe-title-group .custom-iframe-title-col h4 {
  text-align: center;
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}
.custom-iframe-title-group .iframe-wrapper {
  width: 65.86%;
  margin: 0 auto;
  padding-bottom: 36.95%;
}

.corporate-banner-area.arts-grants-management .client-story-hero-box {
  top: 0;
}
.corporate-banner-area.arts-grants-management .client-story-banner-col h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 35px;
  line-height: 40px;
}
.corporate-banner-area.arts-grants-management em.fa.fa-chevron-right {
  top: 0;
}

.arts-granting-solutions .custom-corporate-row1 .page-center {
  padding: 0 !important;
}

.arts-granting-solutions .custom-one-column-image-bg-wrap {
  margin: 99px 0 25px;
}

.arts-granting-solutions .custom-partner-logo-wrap {
  padding-bottom: 60px;
  padding-top: 40px;
}
.arts-granting-solutions .coprorate-gallery .testimony-logo img {
  width: 50px;
}
.arts-granting-solutions .client-story-tesimonial-gallery .slick-slide {
  padding-bottom: 40px;
}

.committee-management .custom-banner-group.advanced-banner .custom-banner-content {
  margin-top: 10px;
}
.committee-management  .custom-banner-group.advanced-banner .custom-banner-content h1 {
  margin-bottom: 10px;
}
.committee-management .custom-banner-group.advanced-banner .custom-banner-content h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 30px;
}
.committee-management .custom-banner-group {
  height: 450px;
}
.committee-management .custom-one-column-bg-wrapper .custom-content-wrap {
  padding: 0 15px;
}
.committee-management .custom-corporate-row1 .page-center {
  padding: 0 !important;
}
.corporate-type2-layout.committee-management .custom-one-column-image-bg-wrap {
  margin: 49px 0 25px;
}
.custom-committee-management-group {
  background-size: cover;
  background-position: top left;
  padding: 50px 0;
}
.custom-committee-management-group .custom-committee-management-col {
  background-color: rgba(0,0,0,0.8);
  padding: 75px;
  width: calc(50% + 15px);
  margin-left: -15px;
}
.custom-committee-management-group .custom-committee-management-col h2 {
  color: #fff;
}
.custom-committee-management-group .custom-committee-management-col p {
  color: #fff;
}
.custom-committee-management-group .custom-committee-management-col ul li {
  color: #fff;
  list-style-type: none;
  list-style-image: url('//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Images/bullet-teal.png');
}
.custom-committee-management-group .custom-committee-management-col ul {
  padding-left: 40px;
}

/* ========= Reseach Management ====== */

.custom-banner-group.advanced-banner.research-grants-management .custom-banner-content {
  margin-top: 30px;
}
.reasearch-mang-lay .custom-corporate-row1 .hs_cos_wrapper_type_rich_text hr {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 5px;
  background-color: #127b78;
  border: 0;
}
.reasearch-mang-lay .custom-iframe-title-group .iframe-wrapper {
  width: 64.04%;
  padding-bottom: 36.05%;
}
.reasearch-mang-lay .custom-corporate-row2 .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item img {
  border-radius: 0;
}
.reasearch-mang-lay .custom-partner-logo-wrap {
  padding: 15px 0 0;
}
.reasearch-mang-lay.research-management-software a.custom-orange-btn.transparent-btn {
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.reasearch-mang-lay.research-management-software .custom-video-with-content-group a.custom-orange-btn.transparent-btn {
  font-family: "PT Sans", Arial, Sans-serif;
}
.reasearch-mang-lay .custom-partner-logo-group .page-center {
  padding-bottom: 35px;
}
.reasearch-mang-lay a.custom-orange-btn.transparent-btn {
  font-family: "PT Sans", Arial, Sans-serif;
}
.custom-banner-group.janus .custom-banner-content h1 {
  margin-bottom: 10px;
}
.custom-banner-group.janus .custom-banner-content h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 30px;
}
.janus-machine-learning .custom-one-column-bg-wrapper.two-col .custom-content-wrap {
  width: 50%;
  padding: 0 15px;
}
.janus-machine-learning .custom-one-column-bg-wrapper.two-col .page-center {
  display: flex;
}
.janus-machine-learning .custom-corporate-row2 .hs_cos_wrapper_type_rich_text hr {
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 5px;
  background-color: #127b78;
  border: 0;
}
.custom-predictive-algorithms-group {
  background-size: cover;
  padding-bottom: 75px;
}
.custom-predictive-algorithms-group .custom-predictive-algorithms-content {
  text-align: center;
}
.custom-predictive-algorithms-group .custom-predictive-algorithms-content h5 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin: 0;
}
.custom-predictive-algorithms-group .custom-predictive-algorithms-content p a {
  font-weight: bold;
}
.iolta-layout .custom-banner-group.advanced-banner .custom-banner-content h1 {
  margin-bottom: 10px;
}
.iolta-layout .custom-corporate-row1 .page-center {
  padding-bottom: 0;
}
.iolta-layout .custom-corporate-row2 .custom-corporate-top-content {
  padding-bottom: 20px;
}
.iolta-layout .custom-corporate-row2 .custom-coprorate-giving-program-group.power-feature .page-center {
  padding-bottom: 0;
}
.custom-blog-rss-feed.rss-no-slider .hs-rss-item {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.donor-management .custom-blog-rss-feed {
  padding: 0;
}
.donor-management .custom-corporate-row3 .page-center {
  padding-bottom: 0;
}
.donor-management .custom-one-column-image-bg-wrap {
  margin-top: 0;
}
.donor-management .custom-corporate-row3 .page-center {
  padding-top: 0;
}
.custom-blog-rss-feed.rss-no-slider .rss-wrapper-item {
  padding: 0 15px;
  width: 33.33%;
}
.iolta-layout .req-demo-col-cs h6.req-demo-title {
  font-weight: bold;
}
.iolta-layout .req-demo-col-cs p {
  margin: 0 0 35px;
}
.iolta-layout .req-demo-col-cs {
  padding-top: 25px;
  padding-bottom: 25px;
}
.coummnity-foun-lay .req-demo-col-cs h6.req-demo-title {
  font-weight: 700;
}
.coummnity-foun-lay .rew-demo-con-center-con .req-demo-col-cs {
  padding-top: 25px;
  padding-bottom: 25px;
}

.scholar-mang-lay .corporate-banner-area .client-story-hero-box {
  top: 0;
  margin-top: -30px;
}
.scholar-mang-lay .corporate-banner-area .client-story-banner-col h2 {
  margin-bottom: 10px;
}
.scholar-mang-lay .corporate-banner-area em.fa.fa-chevron-right {
  top: 0;
}
.scholar-mang-lay .custom-corporate-top-col h3 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin-top: -1px;
}
.scholar-mang-lay .custom-corporate-title-bg-wrap {
  margin-bottom: 0;
}
.scholar-mang-lay .custom-one-column-image-bg-wrap {
  margin: 0;
  padding: 20px 0 0;
}
.scholar-mang-lay .custom-one-column-image-bg-wrap .page-center {
  padding-bottom: 0;
}
.scholar-mang-lay .custom-corporate-row4 .hs_cos_wrapper_type_rich_text hr {
  margin-top: 0;
  border: 0;
}
.scholar-mang-lay .custom-corporate-row4 .custom-corporate-top-content {
  padding-bottom: 20px;
}
.scholar-mang-lay .coprorate-gallery .testimony-logo img {
  width: 125px;
  margin-top: -3px;
}
.scholar-mang-lay .client-story-tesimonial-gallery .slick-slide {
  padding-bottom: 20px;
}
.custom-blog-rss-feed.rss-no-slider .hs-rss-item {
  margin-bottom: 30px;
}

.custom-banner-logo-image {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.custom-banner-logo-image img {
  width: 235px;
}

.area-agency-aging-software .corporate-banner-area .client-story-banner-col h1 {
  font-size: 55px;
  line-height: 58px;
}
.area-agency-aging-software .corporate-banner-area .client-story-banner-col.col-right {
  padding: 0 15px;
}
.scholar-mang-lay.area-agency-aging-software .corporate-banner-area .client-story-hero-box {
  margin-top: 20px;
}
.scholar-mang-lay.area-agency-aging-software .custom-corporate-row4 .custom-corporate-top-content {
  padding-bottom: 0;
}
.scholar-mang-lay.area-agency-aging-software .custom-one-column-image-bg-wrap .page-center {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100% !important;
}
.custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item .custom-button-wrap a.custom-orange-btn.transparent-btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.custom-coprorate-giving-program-wrap .custom-button-wrap {
  margin-bottom: 50px;
}
.area-agency-aging-software .client-story-tesimonial-gallery.coprorate-gallery {
  padding-top: 0;
}
.area-agency-aging-software .custom-partner-logo-content-wrap h5 {
  margin-bottom: 10px;
}
.area-agency-aging-software .custom-blog-rss-feed {
  padding: 0px;
}
.area-agency-aging-software .custom-rss-group .page-center {
  padding-top: 20px;
}
.area-agency-aging-software .coprorate-gallery .hs_cos_gallery_slide:nth-child(1) .testimony-logo img {
  width: 40px;
}
.area-agency-aging-software .coprorate-gallery .hs_cos_gallery_slide:nth-child(2) .testimony-logo img {
  width: 175px;
}
.area-agency-aging-software .coprorate-gallery .hs_cos_gallery_slide:nth-child(3) .testimony-logo img {
  width: 75px;
}

.partner-program-lay .custom-banner-group.advanced-banner .custom-banner-content h1 {
  margin-bottom: 10px;
}
.partner-program-lay .custom-banner-group.advanced-banner .custom-banner-content h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 25px;
  line-height: 35px;
}
.partner-program-lay .custom-partner-row1-title h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 30px;
}
.partner-program-lay .custom-corporate-row1 .hs_cos_wrapper_type_rich_text p {
  width: 100%;
}
.partner-program-lay .custom-partner-row1 {
  width: 80% !important;
  margin: 0  auto !important;
  float: none !important;
}
.partner-program-lay .custom-partner-row1 ul {
  padding-left: 40px;
  margin-top: -5px;
}
.partner-program-lay .custom-partner-row1 ul li {
  padding: 5px 0px;
  list-style-type: none;
  list-style-image: url('//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Images/bullet-orange-1.png');
}
.partner-program-lay .custom-one-column-image-bg-wrap {
  margin: 0;
  padding: 19px 0 0;
}
.partner-program-lay .custom-one-column-image-bg-wrap .custom-image-col {
  margin: 0;
}
.partner-program-lay .custom-coprorate-giving-program-group .custom-corporate-top-content p {
  color: #22282c;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
}
.custom-image-description-backround-group .page-center {
  padding-bottom: 0;
}
.partner-program-lay .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item h4 {
  margin-top: 35px;
}
.partner-program-lay .custom-corporate-row3 .page-center {
  padding-bottom: 0;
}
.partner-program-lay .custom-coprorate-giving-program-group.power-feature .page-center {
  padding-bottom: 0;
}
.custom-image-description-backround-group h3.title {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin-top: 0;
  padding-bottom: 50px;
}
.custom-image-description-backround-group .custom-image-description-backround-wrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.custom-image-description-backround-group .custom-image-description-item {
  width: 50%;
  padding: 60px;
}
.custom-image-description-backround-group .custom-image-description-item h3 {
  color: #ffffff;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: 'Open Sans',sans-serif;
}
.custom-image-description-backround-group .custom-image-description-item p {
  color: #fff;
}
.custom-image-description-backround-group .custom-image-description-item ul {
  padding: 0;
  list-style-type: none;
}
.custom-image-description-backround-group .custom-image-description-item ul li {
  color: #fff;
  font-family: "PT Sans", Arial, Sans-serif;
}
.partner-program-lay .cs-request-demo-wrap p {
  margin-bottom: 35px;
}
.partner-program-lay.custom-orange-btn em {
  top: 0;
}

.state-agency-granting-solutions .custom-banner-group.advanced-banner .custom-banner-content {
  margin-top: -10px;
}
.state-agency-granting-solutions .custom-banner-group {
  height: 450px;
}
.custom-one-column-bg-wrapper.three-col .custom-content-wrap {
  width: 33.33%;
  padding: 50px 20px 20px;
}
.custom-one-column-bg-wrapper.three-col .custom-content-wrap p a {
  font-weight: bold;
  color: #fff;
}
.custom-one-column-bg-wrapper.three-col .page-center {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 25px;
}
.partner-program-lay.state-agency-granting-solutions .custom-partner-row1 {
  width: 100% !important;
}
.partner-program-lay.state-agency-granting-solutions .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item h4 {
  margin-top: 20px;
}
.state-agency-granting-solutions .custom-corporate-row1 .page-center {
  padding-bottom: 0;
}
.state-agency-granting-solutions .custom-one-column-image-bg-wrap .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.partner-program-lay..state-agency-granting-solutions .custom-corporate-row3 .page-center {
  padding-bottom: 50px;
}
.partner-program-lay.state-agency-granting-solutions .custom-coprorate-giving-program-group.power-feature .page-center {
  padding-bottom: 70px;
  border-bottom: 1px solid #eee;
  margin-bottom: 0px !important;
}
.state-agency-granting-solutions .client-story-tesimonial-group {
  background-color: #fff;
}
.state-agency-granting-solutions .custom-iframe-title-group .page-center {
  border-top: 1px solid #eee;
  padding-top: 40px;
  margin-top: 20px !important;
}
.state-agency-granting-solutions .custom-video-button-wrap {
  text-align: center;
  padding-top: 20px;
}
.state-agency-granting-solutions .iframe-wrapper-group {
  width: 50%;
  margin: 0 auto;
  padding: 0 7px;
}
.state-agency-granting-solutions .custom-iframe-title-group .iframe-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
}
.state-agency-granting-solutions .req-demo-col-cs h6.req-demo-title {
  font-weight: 700;
}
.state-agency-granting-solutions .rew-demo-con-center-con .req-demo-col-cs {
  padding-top: 25px;
  padding-bottom: 25px;
}
.state-agency-granting-solutions .coprorate-gallery .hs_cos_gallery_slide:nth-child(1) .testimony-logo img {
  width: 125px;
}
.state-agency-granting-solutions .coprorate-gallery .hs_cos_gallery_slide:nth-child(2) .testimony-logo img {
  width: 125px;
}
.state-agency-granting-solutions .coprorate-gallery .hs_cos_gallery_slide:nth-child(3) .testimony-logo img {
  width: 40px;
}

/* ======= Grant Management =========== */

.grant-mang-layout .custom-banner-group.advanced-banner .custom-banner-content {
  margin-top: 20px;
}
.grant-mang-layout .custom-coprorate-giving-program-group .custom-corporate-top-content p {
  font-family: 'Open Sans', sans-serif;
  color: #22282c;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}
.grant-mang-layout .custom-one-column-image-bg-wrap {
  margin: 0;
}
.custom-coprorate-giving-program-group.marketplace-group {
  background-color: #f7f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
}
.custom-coprorate-giving-program-group.marketplace-group .page-center {
  padding-top: 20px;
  padding-bottom: 27px;
  display: block;
}
.custom-coprorate-giving-program-group.marketplace-group .custom-corporate-top-content p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.marketplace-group .custom-marketpplace-button-wrap {
  text-align: center;
  padding-top: 20px;
}
.marketplace-group .custom-marketpplace-button-wrap a.custom-orange-btn.transparent-btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.marketplace-group  .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item img {
  border-radius: 0;
  margin-bottom: 10px;
}
.custom-coprorate-giving-program-group.marketplace-group .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item {
  padding-top: 0;
  padding-bottom: 10px;
}
.custom-coprorate-giving-program-group.marketplace-group .custom-coprorate-giving-program-wrap {
  margin-top: 25px;
  padding-top: 21px;
}
.marketplace-group .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item p {
  line-height: 160%;
}
.marketplace-group .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item p a {
  color: #428bca;
  text-decoration: none;
  font-weight: normal;
}
.marketplace-group .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item p a:hover {
  color: #2a6496;
  text-decoration: underline;
}
.custom-coprorate-giving-program-group.marketplace-group .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item:nth-child(1) img {
  width: 90%;
}
.marketplace-group .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item:nth-child(1),
.marketplace-group .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item:nth-child(2),
.marketplace-group .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item:nth-child(3){
  padding-bottom: 46px;
}
.grant-mang-layout .custom-partner-logo-wrap {
  padding: 15px 0 0;
  margin: 0 -15px;
}
.grant-mang-layout .custom-partner-logo-content-wrap {
  position: relative;
}
.grant-mang-layout .custom-partner-logo-item img {
  width: 160px;
  margin: 0 auto;
  display: block;
}
.grant-mang-layout .custom-partner-logo-group .page-center {
  padding-bottom: 76px;
}
.grant-mang-layout .custom-partner-logo-group .custom-partner-logo-content-wrap:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -71px;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.grant-mang-layout .custom-partner-logo-group a.custom-orange-btn.transparent-btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.grant-mang-layout .client-story-tesimonial-gallery.coprorate-gallery {
  background-color: #fff;
}
.grant-mang-layout .coprorate-gallery .hs_cos_gallery_slide:nth-child(1) .testimony-logo img {
  width: 100px;
}
.grant-mang-layout .coprorate-gallery .hs_cos_gallery_slide:nth-child(2) .testimony-logo img {
  width: 50px;
}
.grant-mang-layout .coprorate-gallery .hs_cos_gallery_slide:nth-child(3) .testimony-logo img {
  width: 50px;
}
.grant-mang-layout .coprorate-gallery .hs_cos_gallery_slide:nth-child(4) .testimony-logo img {
  width: 150px;
}
.grant-mang-layout .hs_cos_gallery_main ul.slick-dots {
  margin-bottom: -10px;
}


.custom-review-wrap {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.custom-review-group .custom-horozontal-line hr {
  margin-top: 15px;
}
.custom-review-wrap .custom-review-item {
  width: 25%;
  text-align: center;
  padding: 20px 15px 10px;
}
.custom-review-wrap .custom-review-item img.review-stars {
  margin: 5px auto;
  width: 100px;
  display: block;
}
.custom-review-wrap .custom-review-item .text-display3 {
  color: #22282c;
  text-align: center;
  font-family: "PT Sans", Arial, Sans-serif;
  font-size: 35px;
  line-height: 40px;
}
.custom-review-wrap .custom-review-item p {
  color: #22283c;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.custom-review-wrap .custom-review-item p.reviewer-name {
  font-size: 13px;
  line-height: 17px;
  margin-top: -10px;
}
.custom-horozontal-line hr {
  margin-top: 15px;
}
.custom-review-bottom-wrap {
  text-align: center;
  padding-bottom: 20px;
}
.custom-review-bottom-wrap .custom-image-box-left {
  display: inline-block;
  margin: 0px 6px 0px 10px;
}
.custom-review-bottom-wrap .custom-review-button-wrap {
  display: inline-block;
}
.custom-review-bottom-wrap .custom-image-box-left img {
  width: 125px;
}
.custom-review-button-wrap a.custom-orange-btn.transparent-btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.grant-mang-layout .custom-rss-group {
  border-top: 1px solid #eee;
}

.grant-mang-layout .custom-rss-group .page-center {
  padding-top: 40px;
  padding-bottom: 20px;
}
.grant-mang-layout .custom-rss-group .page-center {
  padding-top: 40px;
}
.grant-mang-layout .custom-blog-rss-feed.rss-no-slider .hs-rss-module {
  padding-left: 0;
  padding-bottom: 0;
}
.grant-mang-layout .custom-blog-rss-feed .rss-wrapper-item {
  width: 33.33%;
  padding: 0 15px;
}
.grant-mang-layout .custom-blog-rss-feed.rss-no-slider .hs-rss-item {
  margin-left: auto;
  margin-right: auto;
}
.grant-mang-layout .need-quick-sloution .custom-sign-up-col h6, 
.grant-mang-layout .need-quick-sloution .custom-sign-up-col p {
  color: #fff;
}
.grant-mang-layout .need-quick-sloution .custom-client-sucess-story-button a.custom-orange-btn {
  color: #fff;
  border-color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-family: "PT Sans", Arial, Sans-serif;
}
.grant-mang-layout .need-quick-sloution .custom-client-sucess-story-button a.custom-orange-btn i {
  color: #fff !important;
  left: 0;
}
.grant-mang-layout .need-quick-sloution .custom-client-sucess-story-button a.custom-orange-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}
.grant-mang-layout .need-quick-sloution .custom-client-sucess-story-button {
  padding-top: 10px;
  padding-bottom: 20px;
}
.grant-mang-layout .rew-demo-con-center-con .req-demo-col-cs p {
  margin-bottom: 35px;
}
.grant-mang-layout .rew-demo-con-center-con {
  text-align: center;
  padding: 25px 0;
}
.grant-mang-layout .req-demo-col-cs h6.req-demo-title{
  font-weight: 700;
}

.custom-banner-group.aoda .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}
.custom-banner-group.aoda .custom-banner-content {
  margin-top: 50px;
}
.aoda .custom-full-row2 {
  padding-top: 49px;
}
.aoda .custom-full-row2 .main-content-col h2,
.gsa .custom-full-row2 .main-content-col h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 30px;
}
.aoda .custom-full-row2 .page-center {
  padding-left: 15px;
  padding-right: 15px;
}
.aoda .custom-full-row2 .main-content-col p,
.gsa .custom-full-row2 .main-content-col p {
  width: 83.33%;
  margin: 0 auto;
  padding: 0 15px 15px;
}

.gsa .custom-banner-group .custom-banner-content {
  margin-top: 50px;
}
.gsa .custom-banner-group .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}
.gsa .custom-full-row2 .main-content-col img {
  width: 400px !important;
  margin-bottom: 70px;
}

.tradeshows .custom-banner-group .custom-banner-content {
  margin-top: 40px;
}
.tradeshows .custom-banner-group .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}
.one-column-layout.tradeshows .main-content-col {
  padding-top: 49px;
}
.custom-sign-up-group .custom-sign-up-wrap .custom-orange-btn em{
  top: 0;
}
.custom-sign-up-group .custom-sign-up-wrap .custom-orange-btn i {
  top: 0;
  left: 0px;
}

.agreements .custom-banner-group .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}
.agreements .custom-banner-group .custom-banner-content {
  margin-top: 50px;
}
.agreements .custom-full-row2 {
  padding-top: 34px;
}
.agreements .custom-full-row2 .page-center {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
}
.one-column-layout.agreements .main-content-col {
  padding: 0;
  margin: 0;
}
.agreements .main-content-col h2 {
  font-size: 28px;
  font-family: "PT Sans", Arial, Sans-serif;
  color: #22282c;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  line-height: 1.1;;
}

.research-management-software .coprorate-gallery .hs_cos_gallery_slide:nth-child(1) .testimony-logo img {
  width: 80px;
}
.research-management-software .coprorate-gallery .hs_cos_gallery_slide:nth-child(2) .testimony-logo img {
  width: 100px;
}
.research-management-software .coprorate-gallery .hs_cos_gallery_slide:nth-child(3) .testimony-logo img {
  width: 85px;
}
.research-management-software .coprorate-gallery .hs_cos_gallery_slide:nth-child(4) .testimony-logo img {
  width: 160px;
}
.custom-blog-rss-feed a.custom-orange-btn.transparent-btn {
  margin-top: 20px;
  color: #fff !important;
  border-color: #fff;
  font-size: 18px;
  line-height: 25px;
}
.custom-blog-rss-feed a.custom-orange-btn.transparent-btn:hover {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.2);
}
/* ========== Labs Layout =====  */

.custom-labs-banner-group {
  padding: 25px 0;
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: 0;
  height: 450px;
}
.custom-labs-banner-group .custom-banner-content {
  text-align: center;
  margin-top: -30px;
}

.labs-layout .custom-one-column-bg-wrapper .custom-content-wrap p {
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 35px;
  line-height: 40px;
}
.labs-layout .custom-one-column-bg-wrapper.two-col .custom-content-wrap p {
  color: #22282c;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}
.labs-layout .custom-one-column-bg-wrapper.two-col .custom-content-wrap {
  padding: 50px 20px 20px;
  width: 50%;
  display: block;
}
.labs-layout .custom-one-column-bg-wrapper.two-col .page-center {
  display: flex;
}
.labs-layout .custom-iframe-title-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.labs-layout .iframe-wrapper-group {
  width: 91.66666667%;
  margin: 0  auto;
  padding: 0 1px;
}
.labs-layout .custom-iframe-title-group .iframe-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
}
.labs-layout .custom-iframe-title-group .page-center {
  padding-top: 0;
}
.labs-layout .custom-iframe-title-group .custom-iframe-title-col h4 {
  margin-top: 20px;
}
.labs-layout .custom-iframe-title-group {
  padding-bottom: 90px;
}

.scholar-mang-lay.area-agency-aging-software .client-story-tesimonial-gallery .slick-slide {
  padding-bottom: 95px;
}
.area-agency-aging-software .hs_cos_gallery_main ul.slick-dots {
  bottom: 30px;
}
.donor-management .bottom-request-demo-sec {
  background-size: cover;
  background-position: top right;
}
/* =============== Footer =============== */

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

.footer-group {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #22282c;
  font-size: 14px;
  line-height: 1.42857143;
}

.footer-group .page-center {
  padding: 0  15px;
}

.footer-bottom-group {
  margin-top: 20px;
}

.footer-bottom-menu {
  float: right !important;
  width: 52% !important;
  margin-top: 10px;
}

.footer-copyright {
  float: left !important;
  width: 36% !important;
  margin-top: 10px;
  margin-left: 0 !important;
}

.footer-bottom-menu ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: disc;
  display: block;
}

.footer-bottom-menu ul li {
  float: left;
  list-style-type: none;
  padding: 5px 0px;
}

.footer-bottom-menu ul li a {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  transition: color 100ms linear;
}

.footer-copyright p {
  margin: 0 0 10px;
  padding: 5px 0px;
  color: #fff;
}

.footer-social-icon {
  border-top: 1px solid #4D4D4D;
  padding-top: 20px;
  margin-top: 20px;
}

.footer-social-icon ul {
  padding: 0 15px;
  margin: 0;
  list-style: none;
  display: block;
}

.footer-social-icon ul li {
  float: left;
  margin: 15px 10px 15px 0px;
}

.footer-social-icon ul li a {
  display: block;
  background-color: #000000;
  border-radius: 50%;
  padding: 8px 7px 8px 8px;
  width: 40px;
  height: 40px;
  text-align: center;
}

.footer-social-icon ul li a img {
  width: 100% !important;
}

.footer-social-icon ul li a:hover {
  background-color: #137b77;
  transform: scale(1.1);
  webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
  cursor: pointer;
}

.footer-left-group .footer-menu ul {
  width: 70%;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li > a {
  font-family: 'Roboto Condensed', Arial, Sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  color: #e9e8e8;
  cursor: default;
  line-height: 1.1;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li {
  display: block;
  width: 100%;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  width: 100%;
  display: block;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li {
  float: left;
  width: 22%;
  padding: 0px;
  margin: 0px 3% 0 0;
  list-style: none;
}

.footer-right-group > .row-fluid-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}

.footer-left-group .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
  float: none;
  width: 100%;
  margin: 0;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li a {
  height: auto;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Roboto Condensed', Sans-serif;
  padding: 4px 4px;
  webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  text-decoration: none;
  white-space: normal !important;
}
.footer-menu3-group {
  margin-top: 30px;
  border-top: 1px solid #4D4D4D;
  padding-top: 20px;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li a:hover {
  background-color: #137b77;
  color: #fff;
  text-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
}

a#back-to-top {
  opacity: 0.5;
  height: 60px;
  width: 60px;
  right: 30px;
  bottom: 30px;
  display: inline-block;
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #30373b;
  background-image: url(//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Images/backtotop.png);
  background-size: 61px 61px;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

a#back-to-top:hover {
  opacity: 1;
  background-color: #137b77;
}

/* back to top button */

.cd-top {
  display: none;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color:  #30373b;
  background-image: url(//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Images/backtotop.png);
  background-size: 61px 61px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top:hover {
  background-color: #000000;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible - Link to top */
  visibility: visible;
  opacity: 5;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .8;
}
.cd-top.cd-fade-out:hover,
.cd-top:hover {
  opacity: 5;
}
.cd-top {
  height: 60px;
  width: 60px;
  right: 30px;
  bottom: 30px;
}


.footer-bottom-menu ul li a:hover {
  color: #137b77;
  webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  transition: color 100ms linear;
}

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

@media screen and (min-width:768px) {

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

  /* Parent List */
  .custom-menu-primary {
    width: auto !important;
    float: right !important;
    margin: 0 !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    display: block;
    padding: 5px 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #ffffff;
    line-height: 20px;
    padding: 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: rgba(18,20,22,0.9);
    color: #ffffff;
    min-width: 160px;
    padding: 5px 0;
    font-size: 14px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    top: 100%;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 35px;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #fff;
    background-color: #137b77;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul > li.hs-item-has-children > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: -5px;
    margin-right: 5px;
    right: 10px;
    position: absolute;
    top: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul > li.hs-item-has-children:hover > a:after {
    border-left-color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul ul {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
  }

  /* 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 */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .custom-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper{
    opacity:0 !important;
    visibility:hidden !important;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.clicked > ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.clicked li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper{
    opacity:0 !important;
    visibility:hidden !important;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.clicked > ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.clicked li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
  }



}


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

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

@media (max-width: 767px){

  /* 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;
    float: right;
    padding: 9px 10px;
    margin-right: 0;
    margin-bottom: 8px;
    border: 0;
    margin-top: 1px;
  }

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

  .mobile-trigger span.icon-bar {
    background-color: #fff;
    height: 3px;
    width: 25px;
    display: block;
    border-radius: 1px;
  }

  .mobile-trigger span.icon-bar + span.icon-bar {
    margin-top: 4px;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-depth-1 > .child-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100% !important;
    height: 40px !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-depth-1 > .child-trigger:after {
    display: none !important;
  }

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 100% !important;
    height: 40px !important;
    padding: 0 !important;
  }

  .child-trigger:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-left-color: #ccc;
    margin-top: 0;
    margin-right: 5px;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    right: 10px;
    position: absolute;
    top: 18px;
    border-top: 4px solid;
  }

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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-right: 15px;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    max-height: 340px;
    overflow-y: auto !important;
    padding: 0 15px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 7.5px 0;
    width: 100%;
    margin: 0 -15px;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 20px;
    padding-right: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 5px 0px;
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #ffffff;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding: 5px 0;
    padding-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    line-height: 20px;
    font-size: 17px;
    color: #fff;
    padding: 5px 15px 5px 25px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    color: #fff;
    background-color: #137b77;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul ul {
    padding-bottom: 9px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 14px;
    padding-top: 5px;
    width: calc(100% - 15px);
    margin-left: auto;
  }

}


/* ==========================================================================
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 */
/* Blog Author and Avatar */
#hubspot-author_data {
  padding-bottom: 10px;
}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  padding: 15px 0;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {
  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 */

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

#comments-listing {
  border: none;
  margin-bottom: 0px;
  margin-top: 0px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border: 1px solid #000 !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: none;
  margin: 0;
  padding: 0;
}

.comment-date { font-size: 13px; text-align: left; display: block !important; }
.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 {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

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


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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.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 {
  line-height: 1.42857143;
}

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

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

/* Labels and Legends */
label {
  font-size: 15px;
  color: #6d6d6d;
  font-weight: 600;
  padding-bottom: 5px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.hs-form-field > label {}

span.hs-form-required {
  color: red;
}

/* 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 {
  display: inline-block;
  width: 100%;
  max-width: 550px;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 1px 11px rgba(74,92,106,0.1);
  box-shadow: inset 0 1px 11px rgba(74,92,106,0.1);
  border: 1px solid #90c7c5 ;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-family: "Open Sans", Arial, Sans-serif;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {
  height: auto;
  overflow: auto;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
  text-transform: none;
}
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 */
ul.no-list.hs-error-msgs.inputs-list {
  margin: -10px 0 10px;
  padding: 0;
  list-style: none;
}

ul.no-list.hs-error-msgs.inputs-list li {
  padding: 0;
}

ul.no-list.hs-error-msgs.inputs-list li label {
  padding: 0;
  margin: 0;
  color: red;
  font-weight: normal;
  display: block;
}

.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
}

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

/* 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;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-shadow: inset 0 1px 11px rgba(74,92,106,0.1);
  box-shadow: inset 0 1px 11px rgba(74,92,106,0.1);
  border: 1px solid #90c7c5;
  background-color: #127b78;
  border-radius: 7px;
  font-size: 20px;
  display: inline-block;
  font-family: "PT Sans", Arial, Sans-serif;
  line-height: 1.33;
  padding: 10px 16px;
  color: #fff;
  font-weight: 400;
  white-space: normal !important;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #0D625F;
}

.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active {
  color: #fff;
  background-color: #449d44;
}


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



body.error-template .hs-input,
body.password-template input[type="password"] {
  display: block;
}

.checkbox-row span.fakelabel span {
  float: none;
}

/* Search Styling */

.hs-search-results ul#hsresults li:first-child {
  border-top: 1px solid #ddd;
}

.hs-search-results ul#hsresults li {
  list-style: none;
  border: 1px solid #ddd;
  margin-bottom: 0;
  padding: 15px;
  border-bottom: 0;
  border-top: 0;
  position: relative;
}

.hs-search-results ul#hsresults li p {
  margin-bottom: 0;
}

.hs-search-results ul#hsresults li:last-child {
  border-bottom: 1px solid #ddd;
}

ul.hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  top: 34px;
  background: #fff;
  margin-top: 0;
  z-index: 9;
  max-width: 550px;
  padding: 0;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 15px;
  border: 1px solid #ddd !important;
}

.hs-search-results ul#hsresults li:after {
  content: '';
  border-bottom: 1px solid #ddd;
  height: 0;
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.hs-search-results ul#hsresults li:last-child:after {
  display: none;
}

.hs-search-field__suggestions li a:hover {
  background: transparent;
}
.hs-search-field input[type="search"]::-webkit-search-decoration,
.hs-search-field input[type="search"]::-webkit-search-cancel-button,
.hs-search-field input[type="search"]::-webkit-search-results-button,
.hs-search-field input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions {
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
}
.hs-search-field__suggestions #results-for {
  padding: 5px;
}
.hs-search-field--open .hs-search-field__suggestions li a {
  padding: 5px;
}

/*  End  */


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

.custom-blog-rss-feed .hs-rss-description p {
  font-size: 0;
}
.custom-blog-rss-feed .hs-rss-description p a {
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  margin-top: 20px;
  display: inline-block;
  padding: 6px 12px;
  font-family: "PT Sans", Arial, Sans-serif;
  font-weight: bold;
  line-height: 25px;
}
.custom-blog-rss-feed .hs-rss-description p a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  text-decoration: none;
}
.custom-blog-rss-feed .hs-rss-description p a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.blog .section.post-body iframe {
  max-width: 100%;
}
.header-no-nav .header-top-group {
  height: 90px;
}


.area-agency-aging-software .coprorate-gallery .hs_cos_gallery_main button.slick-arrow {
  height: 250px;
}

.client-stories-corporate .custom-banner-group.client-success-stories .custom-banner-content {
  margin-top: 70px;
}
.grants-management-software .custom-banner-group {
  background-size: cover;
  background-position: top center;
}

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

/* Integration Layout */

.integration-banner-group {
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 51px;
  text-align: center;
}

.integration-banner-group h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 35px;
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.integration-banner-group .inner-grp {
  margin-top: -20px;
}

.integration-banner-group .inner-grp img {
  width: 375px;
}

.integration-banner-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.integration-page .custom-one-column-bg-wrapper {
  text-align: center;
}

.integration-page .row3-group {
  background-color: #f7f8f8;
}

.integration-page .row2-group .page-center {
  padding-bottom: 40px;
}

.iframe-group {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  width: 100%;
}

.iframe-wrapper {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bottom-request-demo-sec {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
}

.bottom-request-demo-sec h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 35px;
  line-height: 40px;
}

.bottom-request-demo-sec p {
  font-size: 18px;
  line-height: 25px;
}

/*  End  */

/*  Training Layout  */

.training-page .custom-banner-group .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}

.training-page .custom-banner-group .custom-banner-content {
  padding: 0 15px;
  margin-top: 90px;
}

.custom-one-column-bg-wrapper.two-col .custom-content-wrap {
  width: 49.7%;
  display: inline-block;
  vertical-align: top;
  padding:  0 30px;
}

.custom-one-column-bg-wrapper.two-col .page-center {
  padding-left: 15px;
  padding-right: 15px;
}

.training-page .row2-group .page-center {
  padding: 0 15px 50px;
}

.image-with-content-group {
  display: block;
  width: 100%;
}

.image-with-content-group .item-content {
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}

.image-with-content-group .item-content h2.title {
  font-size: 30px;
  line-height: 35px;
}

.image-with-content-group .item-content h2.title img {
  border-radius: 50%;
}

.image-with-content-group .item-content h2.title span {
  display: block;
}

.training-page .row2-group hr {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 5px;
  background-color: #127b78;
  border: 0;
}

.blockquote-with-bg-sec {
  margin: 0 auto;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
}

.blockquote-with-bg-sec .page-center {
  padding-bottom: 70px;
}

.blockquote-with-bg-sec .quote-text {
  width: 80%;
  padding-bottom: 10px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.blockquote-with-bg-sec .quote-text img {
  border-radius: 50%;
  margin-bottom: 20px
}

.blockquote-with-bg-sec .quote-text p.text {
  font-size: 30px;
  line-height: 40px;
}

.blockquote-with-bg-sec p.text-author {
  margin: 0 auto;
  color: #ffffff;
  font-size: 15px;
  font-style: italic;
}

.fwcwb-group.center {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.fwcwb-group.center h6 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #ffffff;
  font-size: 30px;
  line-height: 35px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.fwcwb-group.center .orange-btn {
  font-size: 20px;
  background-color: #b75b10;
  margin-right: 5px;
  border-radius: 0px;
  font-family: "PT Sans", Arial, Sans-serif;
  line-height: 1.33;
  padding: 10px 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  background-image: none;
  border: 1px solid #cb620e;
  margin-top: -5px;
}

.fwcwb-group.center .orange-btn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f054";
  padding-left: 6px;
  vertical-align: middle;
  position: relative;
  top: 0px;
}

.fwcwb-group.center .orange-btn:hover {
  background-color: #cb620e;
  border-color: #ce6510;
  text-decoration: none;
  color: #fff;
}

/*  End  */

/*  Partners Layout  */

.partner-page .custom-banner-group .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}

.partner-page .custom-banner-group .custom-banner-content {
  margin: 0;
}

.partner-page .custom-banner-group .custom-banner-content h2 {
  font-size: 25px;
  line-height: 35px;
}

.partner-page .image-with-content-group {
  display: block;
  margin: 0;
}

.partner-page .image-with-content-group .item-content {
  width: 100%;
  float: none;
  padding: 0 0 50px;
}

.partner-page .image-with-content-group {
  padding: 50px 0;
}

.partner-page .image-with-content-group .item-content h2.title img {
  border-radius: 0;
}

.partner-page .image-with-content-group .item-content .bottom-content a {
  font-weight: bold;
}

.partner-page .image-with-content-group .item-content .bottom-content h3 {
  margin: 10px 0 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: normal;
  display: inline-block;
}

.partner-page .image-with-content-group .item-content .bottom-content h3 a {
  background-color: transparent;
  color: #127b78;
  border: 1px solid #127b78;
  display: inline-block;
  padding: 6px 11px 6px 12px;
  text-decoration: none;
}

.partner-page .image-with-content-group .item-content .bottom-content h3 a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-left: 5px;
  vertical-align: middle;
}

.partner-page .image-with-content-group .item-content .bottom-content h3 a:hover {
  background-color: #EBEBEB;
}

.partner-page .image-with-content-group .item-content h2.title br {
  display: none;
}

.partner-page .image-with-content-group .item-content h2.title {
  font-size: 14px;
  line-height: 1.42857143;
}

/*  End  */

/*  Two Column Right Layout  */

.two-col-right-lay .custom-banner-group .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}

.two-col-right-lay .custom-banner-group .custom-banner-content {
  margin-top: 50px;
}

.two-col-right-lay .custom-one-column-bg-wrapper p a {
  color: #ffffff;
  font-weight: bold;
}

.two-col-right-lay .right-col-content {
  padding-top: 50px;
}

.two-col-right-lay .left-col-content {
  font-size: 14px;
  line-height: 1.42857143;
}

.two-col-right-lay .left-col-content p {
  font-size: 18px;
  line-height: 25px;
}

.two-col-right-lay .row2-group {
  padding-bottom: 50px;
}

/*  End  */

/*  Premium Layout  */

.premium-page .custom-banner-group .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}

.premium-page .custom-banner-group .custom-banner-content {
  margin-top: 10px;
}

.premium-page .custom-banner-group .custom-banner-content h2 {
  font-size: 25px;
  line-height: 35px;
}

.premium-page .custom-one-column-bg-wrapper .custom-content-wrap {
  text-align: center;
  width: 100%;
}

.premium-page .custom-one-column-bg-wrapper .custom-content-wrap h3 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 35px;
}

.premium-page .row2-group h4 {
  text-align: center;
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
  margin: 0 0 10px;
}

.premium-page .row2-group {
  font-size: 14px;
  line-height: 1.42857143;
}

.premium-page .row2-group p {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.premium-page .row2-group table {
  max-width: 980px;
  margin: 0 -15px;
  margin-top: 40px;
  border-spacing: 0;
  border-collapse: collapse;
  width: calc(100% + 30px);
  margin-bottom: 25px;
  display: inline-block;
}

.premium-page .row2-group table th {
  font-family: 'PT Sans',Sans-serif;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  border-right: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e4e4e4;
  color: #22282c;
}

.premium-page .row2-group table tr td {
  font-family: 'PT Sans',Sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #22282c;
  border-right: 1px solid #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f7f8f8;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  width: 395px;
  line-height: 22px;
}

.premium-page .row2-group table tr td:first-of-type {
  width: 180px;
  background-color: #f7f8f8;
  line-height: 1.42857143;
}

.premium-page .row2-group hr {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 5px;
  background-color: #127b78;
  border: 0;
}

.premium-page .image-with-content-group {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.premium-page .image-with-content-group .item-content h2.title br {
  display: none;
}

.premium-page .image-with-content-group .item-content h2.title img {
  margin-bottom: 20px;
}

.premium-page .image-with-content-group .item-content p {
  text-align: left;
}

.premium-page .row2-group h6 {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 3px 0 10px;
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
}

.premium-page .row2-group .hs_cos_wrapper_type_module:last-child > .hs_cos_wrapper_type_rich_text {
  width: 100%;
}

/*  End  */


/*  Video Layout  */

.video-banner-area {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
}

.video-banner-area .page-center {
  padding: 0 15px;
}

.video-banner-area .inner-group {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
}

.video-banner-area  p {
  font-size: 18px;
  line-height: 25px;
}

.video-banner-area hr {
  border-top: 1px solid #ffffff;
  width: 95%;
  margin: 0px 0px 10px 0px;
}

.video-banner-area .banner-content h1 {
  margin: 0 0 20px;
  font-size: 55px;
  line-height: 58px;
}

.video-banner-area .banner-iframe-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.video-banner-area .banner-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-banner-area .banner-iframe p {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 15px;
  line-height: 19px;
  margin-top: 5px;
}

.video-page .custom-one-column-bg-wrapper .custom-content-wrap {
  text-align: center;
}

.video-group {
  font-size: 14px;
  line-height: 1.42857143;
}

.video-group h2.title {
  margin: 0;
}

.video-group  .readmore-tag {
  margin-top: 10px;
  padding-bottom: 50px;
}

.video-group .readmore-tag a {
  color: #127b78;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}

.video-group .readmore-tag a .fa {
  font-size: 12px;
}

.video-item-group {
  margin-right: -15px;
  margin-left: -15px;
  display: inline-block;
  width: calc(100% + 30px);
  margin-bottom: -5px;
}

.video-item {
  min-height: 210px;
}

.video-item .image-wrapper {
  position: relative;
}

.video-item .image-wrapper span.video-image {
  color: #127b78;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  cursor: pointer;
}

.video-item .image-wrapper span.video-image img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.video-item .image-wrapper span.video-image  .fa-youtube {
  color: white;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  opacity: 0.7;
  text-align: center;
  vertical-align: middle;
  font-family: "Font Awesome 5 Brands";
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-item .image-wrapper span.video-image .fa-youtube:before {
  content: "\f167";
}

.video-item  p.caption {
  font-family: 'Open Sans', sans-serif;
  color: #22282c;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  margin-top: 5px;
}

.video-item .image-wrapper span.video-image:hover .fa-youtube {
  color: red;
  opacity: 0.9;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.modal-open .modal {
  z-index: 99999;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.fade.in {
  opacity: 1;
}

.modal-open {
  overflow: auto;
  padding-right: 0px!important;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate3d(0,-25%,0);
  -o-transform: translate3d(0,-25%,0);
  transform: translate3d(0,-25%,0);
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header button.close {
  margin-top: 0px;
  font-size: 50px;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  font-family: "Open Sans", Arial, sans-serif;
  text-transform: none;
  margin: 0;
}

.modal-header h4 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 10px;
  font-weight: 500;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-body .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.modal-body .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn {
  border-radius: 0px;
  font-family: "PT Sans", Arial, Sans-serif;
  color: #333;
  background-color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #ccc;
}
.modal-footer .btn:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.video-group h2.title.with-btm-gap {
  padding-bottom: 50px;
}

.modal-header button.close:hover, .modal-header button.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/*  End  */

/*  Event Layout  */

.event-page .custom-banner-group .custom-banner-content,
.career-page .custom-banner-group .custom-banner-content {
  margin-top: 50px;
}

.event-page .custom-banner-group .custom-banner-content h1,
.career-page .custom-banner-group .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}

.event-page .row2-group .row2-top-group {
  padding-top: 50px;
  padding-bottom: 50px;
}

.event-page .row2-group .row2-top-group .row2-right-col h2 {
  margin-top: 20px;
}

.event-page .row2-group hr {
  padding-bottom: 50px;
}

.event-page .video-group h2.title.with-btm-gap {
  text-align: center;
}

.event-page .video-item .image-wrapper span.video-image {
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}

.event-page .modal-header h4 {
  font-weight: 500;
  margin-bottom: 15px;
}

/*  End  */

/*  Career Layout */

.career-page .custom-one-column-bg-wrapper .custom-content-wrap {
  text-align: center;
}

.career-page .row2-group .hs_cos_wrapper_type_text {
  text-align: center;
  display: block;
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  margin: 0 0 6px;
}

.career-page .image-with-content-group {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: -2px;
}

.career-page .image-with-content-group .item-content h2.title img {
  margin-bottom: -15px;
}

.career-page .image-with-content-group .bottom-content a {
  font-weight: bold;
}

.career-page .image-with-content-group .bottom-content p {
  font-size: 18px;
  line-height: 25px;
}

.career-page .image-with-content-group .bottom-content ul {
  font-size: 18px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.career-page .image-with-content-group .bottom-content ul li {
  list-style: none;
  list-style-image: url(//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Images/bullet-orange.png);
  padding: 5px 0px;
}

.career-page .row2-group hr {
  margin-top: 52px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 5px;
  background-color: #127b78;
  border: 0;
}

.career-page .image-with-content-group .item-content h2.title.no-title{
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 15px;
}

.career-page .image-with-content-group .item-content h2.title.no-title img {
  border-radius: 0;
}

.career-page .row2-group .hs_cos_wrapper_type_linked_image {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 2px;
}

.career-group {
  padding: 50px 0 4px;
  display: inline-block;
  width: 100%;
}

.career-item {
  margin: 0 auto 40px;
  padding: 60px;
  height: auto;
}

.career-item .btn-grp a {
  font-size: 20px;
  background-color: #b75b10;
  border: 1px solid #b75b10;
  font-family: "PT Sans", Arial, Sans-serif;
  padding: 10px 16px;
  line-height: 1.33;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
}

.career-item .btn-grp a:hover {
  background-color: #cb620e;
  border-color: #ce6510;
}

/*  End  */

/*  Support Layout  */

.support-page .video-banner-area {
  padding-top: 75px;
  padding-bottom: 62.8px;
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: unset;
}

.support-page .video-banner-area .inner-group {
  margin: 0;
  justify-content: center;
  align-items: center;
}

.support-page .video-banner-area h1 {
  font-size: 90px;
  line-height: 90px;
  position: relative;
  padding-bottom: 40px;
  margin: 0;
}

.support-page .video-banner-area h1:after {
  width: 200px;
  height: 20px;
  background-color: #008AFF;
  margin-top: 20px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}

.support-page .custom-one-column-bg-wrapper .custom-content-wrap {
  text-align: center;
}

.support-page .row2-group .right-col-content .custom-one-column-bg-wrapper .page-center {
  max-width: 100% !important;
  padding: 45px;
}

.support-page .row2-group .right-col-content .custom-one-column-bg-wrapper .custom-content-wrap {
  text-align: left;
  width: 100%;
}

.support-page .row2-group .right-col-content .custom-one-column-bg-wrapper .custom-content-wrap p a {
  color: #fff;
  font-weight: normal;
}

.support-two-col-img-grp .right-col-grp .pop-up-btn-grp span.popup-title {
  display: none;
}

.support-two-col-img-grp {
  margin-top: 35px;
}

.support-two-col-img-grp .left-img {
  margin-right: -10px;
  text-align: center;
}

.support-two-col-img-grp .right-col-grp {
  margin-top: 15px;
  text-align: left;
}

.support-two-col-img-grp .right-col-grp p {
  color: #000000;
  font-size: 15px;
  font-style: italic;
  line-height: 25px;
  margin: 0;
}

.support-two-col-img-grp .right-col-grp .pop-up-btn-grp {
  padding-top: 10px;
  padding-bottom: 25px;
}

.support-two-col-img-grp .right-col-grp .pop-up-btn-grp a.btn {
  background-color: transparent;
  color: #127b78;
  border: 1px solid #127b78;
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  cursor: pointer;
  text-decoration: none;
}

.support-two-col-img-grp .right-col-grp .pop-up-btn-grp a.btn:hover {
  background-color: #EBEBEB;
}

.support-page .row3-group .left-col-content .custom-one-column-bg-wrapper .page-center {
  padding: 45px;
}

.support-page .row3-group .left-col-content .custom-one-column-bg-wrapper .custom-content-wrap {
  width: 100%;
  text-align: left;
}

.support-page .row3-group .left-col-content .custom-one-column-bg-wrapper .custom-content-wrap h3 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 35px;
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.support-page .row3-group .right-col-content,
.support-page .row3-group .left-col-content {
  margin: 0 !important;
  width: 100% !important;
  float: none !important;
}

.support-page .row3-group {
  padding-bottom: 50px;
}

.support-page .fwcwb-group.center .content,
.service-page .fwcwb-group.center .content {
  padding: 25px 50px 25px;
}

.support-page .fwcwb-group.center .content h6 {
  font-weight: 700;
}

.support-page .fwcwb-group.center .content .buttonwrapper a,
.service-page .fwcwb-group.center .content .buttonwrapper a,
.direct-page .fwcwb-group.center .content .buttonwrapper a {
  text-transform: capitalize;
}

.support-page .fwcwb-group.center .content .buttonwrapper a em.fa.fa-chevron-right,
.service-page .fwcwb-group.center .content .buttonwrapper a em.fa.fa-chevron-right,
.direct-page .fwcwb-group.center .content .buttonwrapper a em.fa.fa-chevron-right{
  left: 0px;
  top: 0;
  margin-right: -5px;
}

/*  End  */

/*  Service Layout  */

.service-page .custom-banner-group {
  padding-top: 50px;
  padding-bottom: 50px;
}

.service-page .custom-banner-group .custom-banner-content {
  width: 50%;
  margin-top: 50px;
}

.service-page .custom-banner-group .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}

.service-page .row2-group .hs_cos_wrapper_type_rich_text h2 {
  font-size: 45px;
  line-height: 50px;
}

.service-page .row2-group .hs_cos_wrapper_type_rich_text p {
  width: 82.1%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.service-page .image-with-content-group .item-content {
  padding-top: 25px;
}

.service-page .image-with-content-group .item-content h2.title img {
  margin-bottom: -15px;
}

.service-page .row2-group .custom-one-column-bg-wrapper {
  width: 60%;
  padding: 20px;
  min-height: 400px;
  margin: auto;
  margin-bottom: 30px;
  box-shadow: 0 20px 50px rgba(0,0,0,.1);
  border-radius: 10px;
  transition: 0.2s;
  color: #fff;
}

.service-page .row2-group .custom-one-column-bg-wrapper .page-center {
  padding: 20px !important;
  max-width: 100%;
}

.service-page .row2-group .custom-one-column-bg-wrapper .custom-content-wrap {
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
}

.service-page .row2-group .custom-one-column-bg-wrapper .custom-content-wrap h2 {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 27px;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 2px;
}

.service-page .row2-group .custom-one-column-bg-wrapper .custom-content-wrap ul li {
  padding-bottom: 0px;
}

.service-page .row2-group .custom-one-column-bg-wrapper .custom-content-wrap ul {
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}

.service-page .row2-group .custom-one-column-bg-wrapper .custom-content-wrap hr {
  margin: 0px 0px 10px 0px;
  border-top: 1px solid #ffffff;
}

.service-page .row2-group .hs_cos_wrapper_type_rich_text hr {
  display: inline-block;
  width: 100%;
  margin-bottom: 65px;
}

.service-page .row2-group .hs_cos_wrapper_type_linked_image {
  text-align: center;
  display: block;
  padding: 20px 0 40px;
}

.service-page .row2-group .hs_cos_wrapper_type_linked_image img.hs-image-widget {
  border-radius: 50%;
}

.service-page .row2-group .custom-one-column-bg-wrapper.with-btn {
  min-height: 275px;
}

.service-page .row2-group .custom-one-column-bg-wrapper.with-btn h2 {
  font-size: 35px;
  line-height: 40px;
}

.service-page .row2-group .custom-one-column-bg-wrapper.with-btn .btn-grp {
  padding-top: 10px;
  padding-bottom: 20px;
}

.service-page .row2-group .custom-one-column-bg-wrapper.with-btn .btn-grp a {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
  padding: 6px 12px;
  font-family: "PT Sans", Arial, Sans-serif;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.service-page .row2-group .custom-one-column-bg-wrapper.with-btn .btn-grp a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}

.service-page .row2-group .custom-one-column-bg-wrapper.with-btn .btn-grp a:after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: relative;
  top: 3px;
  padding-right: 1px;
}

.service-page .row2-group .custom-one-column-bg-wrapper:hover {
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}

.service-page .custom-banner-group {
  background-position: center top;
}

/*  End  */

/*  Direct Layout  */

.direct-page .corporate-banner-area .client-story-banner-col.col-right {
  padding-top: 20px;
}

.direct-page .corporate-banner-area .client-story-hero-box {
  top: 0;
  margin-top: 10px;
}

.direct-page .corporate-banner-area .client-story-banner-col .custom-orange-btn em.fa.fa-chevron-right {
  left: 0;
  top: 0;
  margin-right: -5px;
}

.direct-page .corporate-banner-area .client-story-banner-col {
  padding-bottom: 20px;
}

.direct-page .custom-one-column-bg-wrapper .custom-content-wrap p {
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  font-family: "PT Sans", Arial, Sans-serif;
}

.direct-page .row2-group .row2-left-col,
.direct-page .row2-group .row2-right-col {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

.direct-page .row2-group .row2-left-col h3 {
  color: #127b78;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 10px;
}

.direct-page .row3-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.direct-page .three-col-equal-group {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.direct-page .three-col-equal-group .content {
  background: radial-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.2));
  padding: 0px;
  width: 32%;
  margin: 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
}

.direct-page .three-col-equal-group .content .heading-col {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: center;
}

.direct-page .three-col-equal-group .content .heading-col h3 {
  color: #ffffff;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-family: inherit;
}

.direct-page .three-col-equal-group .content .content-grp {
  padding: 45px 30px 40px 30px;
  color: #ffffff;
}

.direct-page .three-col-equal-group .content .content-grp h3 {
  position: relative;
  font-size: 25px;
  line-height: 32px;
  color: #ffffff;
  margin: 0 0 15px;
  font-family: 'Open Sans', sans-serif;
}

.direct-page .three-col-equal-group .content .content-grp ul {
  position: relative;
  font-size: 25px;
  line-height: 32px;
  padding-left: 40px;
}

.direct-page .three-col-equal-group .content .content-grp ul li {
  list-style: none;
}

.direct-page .three-col-equal-group .content .content-grp ul li:before {
  font-family: 'FontAwesome';
  font-size: 25px;
  content: '\f00c';
  margin: 0 5px 0 -30px;
  color: #ffffff;
}

.direct-page .three-col-equal-group .content .content-grp h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 70px;
  color: #ffffff;
  text-align: center;
  line-height: 70px;
  position: relative;
  margin-bottom: 15px;
}

.direct-page .three-col-equal-group .custom-col1.content {
  text-align: center;
}

.direct-page .three-col-equal-group .custom-col1.content .content-grp p {
  font-size: 18px;
  line-height: 25px;
}

.direct-page .three-col-equal-group .custom-col1.content .content-grp hr {
  margin: 55px auto 45px;
  width: 75px;
  height: 2px;
  background-color: #ffffff;
}

.direct-page .three-col-equal-group .custom-col1.content .content-grp sup {
  font-size: .3em;
  position: relative;
  top: -30px;
}

.direct-page .row3-group .hs_cos_wrapper_type_rich_text h4 {
  text-align: center;
  padding-top: 49px;
  font-size: 30px;
  line-height: 35px;
  font-family: "PT Sans", Arial, Sans-serif;
  font-weight: normal;
  margin: 0;
}

.direct-page .row3-group .hs_cos_wrapper_type_rich_text h6 {
  text-align: center;
  padding-top: 22px;
  margin: 0 0 60px;
}

.direct-page .row3-group .hs_cos_wrapper_type_rich_text h6 a {
  background-color: transparent;
  color: #127b78;
  border: 1px solid #127b78;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 700;
}

.direct-page .row3-group .hs_cos_wrapper_type_rich_text h6 a:after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding: 0 0px 0 4px;
  top: 2px;
  position: relative;
}

.direct-page .row3-group .hs_cos_wrapper_type_rich_text h6 a:hover {
  background-color: #EBEBEB;
}

.direct-page .row3-group .hs_cos_wrapper_type_rich_text hr {
  display: inline-block;
  width: 100%;
}

.direct-page .client-story-tesimonial-gallery.coprorate-gallery {
  background-color: #fff;
  padding-top: 0;
  margin-top: -5px;
}

.direct-page .client-story-tesimonial-gallery .slick-slide {
  padding: 0 0 20px;
}

.direct-page .hs_cos_gallery_main ul.slick-dots {
  margin-bottom: -50px;
}

.client-story-tesimonial-gallery .slick-slide .slick-slide-inner-wrapper {
  width: 100% !important;
}

.direct-page .custom-blog-rss-feed {
  margin-top: 71px;
  position: relative;
  padding-top: 71px;
}

.direct-page .custom-blog-rss-feed:before {
  content: '';
  border-top: 1px solid #eee;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  max-width: 1140px;
}

.direct-page .client-story-tesimonial-gallery .slick-slide:first-child .testimony-logo img {
  width: 150px;
}

.direct-page .fwcwb-group.center .content {
  padding: 25px 50px 25px 50px;
}

/*  End  */

/* Uptime User Layout */

.uptime-user-page .row1-group {
  background-color: #f3f3f4;
  padding-top: 100px;
  padding-bottom: 35px;
  -webkit-box-shadow: inset 0px -7px 14px -5px rgba(66,72,75, 0.6);
  -moz-box-shadow: inset 0px -7px 14px -5px rgba(66,72,75, 0.6);
  box-shadow: inset 0px -7px 14px -5px rgba(66,72,75, 0.6);
}

.uptime-user-page .row1-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.uptimetabs ul {
  width: 655px;
  margin: 0;
  margin-top: 20px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  padding-left: 0;
  list-style: none;
}

.uptimetabs ul li {
  float: none;
  position: relative;
  padding: 5px 0px;
}

.uptimetabs ul li a {
  font-family: 'PT Sans', Arial, Sans-serif;
  font-size: 26px;
  font-weight: normal;
  width: 350px;
  line-height: 130%;
  background-color: #bac8c8;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  transition: color 100ms linear;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #30373b;
}

.uptimetabs ul >li:first-of-type a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.uptimetabs ul >li:last-of-type a {
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.uptimetabs ul > li.active>a {
  color: #fff;
  background: #7ab55c;
  background: -moz-linear-gradient(top, #7ab55c 0%, #127b78 90px, #127b78 100%);
  background: -webkit-linear-gradient(top, #7ab55c 0%,#127b78 90px,#127b78 100%);
  background: -o-linear-gradient(top, #7ab55c 0%,#127b78 90px,#127b78 100%);
  background: -ms-linear-gradient(top, #7ab55c 0%,#127b78 90px,#127b78 100%);
  background: linear-gradient(top, #7ab55c 0%,#127b78 200px,#127b78 100%);
  font-weight: bold;
}

.uptime-tabber-grp .tab-content .top-content h2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 28px;
  line-height: 160%;
  font-weight: normal;
  color: #30373b;
  margin: 35px auto;
  margin-bottom: 0;
  max-width: 948px;
  text-align: left;
}

.uptime-tabber-grp .count {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px;
}

.uptime-tabber-grp .count .inner-row {
  margin-top: 40px;
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
}

.uptime-tabber-grp .counter {
  width: 200px;
  margin-right: 5px;
  float: left;
  padding: 10px;
  background: #42484b;
  background: -moz-linear-gradient(top, #fff 0%, #d7d7d7 200px, #d7d7d7 100%);
  background: -webkit-linear-gradient(top, #fff 0%,#d7d7d7 200px,#d7d7d7 100%);
  background: -o-linear-gradient(top, #fff 0%,#d7d7d7 200px,#d7d7d7 100%);
  background: -ms-linear-gradient(top, #fff 0%,#d7d7d7 200px,#d7d7d7 100%);
  background: linear-gradient(top, #fff 0%,#d7d7d7 200px,#d7d7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#d7d7d7');
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: -4px 1px 31px -4px rgba(0,0,0,0.21);
  -moz-box-shadow: -4px 1px 31px -4px rgba(0,0,0,0.21);
  box-shadow: -4px 1px 31px -4px rgba(0,0,0,0.21);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.uptime-tabber-grp .counter h4 {
  font-family: 'PT Sans', sans-serif;
  font-size: 34px;
  margin-top: 15px;
  text-align: center;
  color: #22282c;
  font-weight: 500;
  line-height: 1.1;
}

.uptime-tabber-grp .statstimestamp {
  color: #22282c;
  margin-top: -26px;
  font-size: 14px;
  line-height: 1.42857143
}

.uptime-tabber-grp .tab-pane .container {
  padding-bottom: 50px;
}

.uptime-tabber-grp .top-content h3 {
  font-family: 'PT Sans', sans-serif;
  font-size: 28px;
  line-height: 160%;
  font-weight: normal;
  color: #30373b;
  margin-top: 35px;
  margin-bottom: 42px;
}

.uptime-tabber-grp .map {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 10px 0 rgb(0,0,0);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
}

.uptime-tabber-grp #chartdiv a {
  display: none !important;
}

/*  End  */

/* Call Recording Layout */

.call-recording-banner-area h1 {
  text-shadow: 2px 2px 13px rgba(0, 80, 78, 1);
  font-family: "PT Sans", Arial, Sans-serif;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}

.call-recording-banner-area .page-center {
  padding: 0 15px;
}

.call-recording-banner-area {
  color: #fff;
  -webkit-box-shadow: inset 0px -7px 14px -5px rgba(8,64,22,0.6);
  -moz-box-shadow: inset 0px -7px 14px -5px rgba(8,64,22,0.6);
  box-shadow: inset 0px -7px 14px -5px rgba(8,64,22,0.6);
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.call-recording-banner-area p {
  font-family: 'PT Sans', Arial, Sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 150%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-shadow: 2px 2px 13px rgba(0, 80, 78, 1);
  margin: 0 0 10px;
}

.call-recording-page .row2-group .page-center {
  padding: 10px 15px 20px;
}

.call-recording-page .row2-group h2 {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #30373b;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-family: "Open Sans", Arial, Sans-serif;
}

.call-recording-page .row2-group p {
  font-size: 17px;
  line-height: 150%;
  margin: 0 0 10px;
}

.call-recording-page .row2-group ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.call-recording-page .row2-group ul li {
  font-size: 17px;
  padding: 0;
  line-height: 1.42857143;
}

/* End */

/* Pricing Layout */

.pricing-page .custom-banner-group .custom-banner-content {
  margin-top: 40px;
  width: 50%;
}

.pricing-page .custom-banner-group .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}

.pricing-page .custom-banner-group .custom-banner-content h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 25px;
  line-height: 35px;
}

.pricing-page .custom-banner-group {
  padding-left: 0;
  padding-right: 0;
}

.pricing-page .custom-one-column-bg-wrapper .custom-content-wrap p {
  text-align: center;
}

.pricing-tabber-grp h3 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}

.pricing-tabber-inn-grp {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 14px;
  line-height: 1.42857143;
}

.pricing-tabber-inn-grp ul.tabber-tab {
  font-size: 22px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.pricing-tabber-inn-grp ul.tabber-tab li {
  padding: 0px 0px 0px 0px;
  background-color: #eeeeee;
  float: none;
  position: relative;
}

.pricing-tabber-inn-grp ul.tabber-tab li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #428bca;
}

.pricing-tabber-inn-grp ul.tabber-tab li.active > a, .pricing-tabber-inn-grp ul.tabber-tab li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.pricing-tabber-inn-grp ul.tabber-tab li a:hover,.pricing-tabber-inn-grp ul.tabber-tab li a:focus {
  text-decoration: none;
  background-color: #eee;
  color: #2a6496;
}

.pricing-tabber-inn-grp ul.tabber-tab li.active > a:hover {
  color: #fff;
  background-color: #428bca;
}

.pricing-tabber-inn-grp .tabber-content h2.top-heading {
  padding-top: 50px;
  text-align: center;
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 35px;
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.pricing-tabber-inn-grp .tabber-content .pricing-tab-grp {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.pricing-tab-item {
  background: radial-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.2));
  padding: 0px;
  width: calc(33.33% - 10px);
  margin: 5px;
  color: #fff;
}

.pricing-tabber-inn-grp .tabber-content {
  padding-bottom: 50px;
}

.pricing-tab-item .price-heading h3 {
  color: #ffffff;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Open Sans", Arial, Sans-serif;
}

.pricing-tab-item .price-content {
  padding: 15px 30px 60px 30px;
  text-align: center;
}

.pricing-tab-item .price-content p.text {
  margin: 0 auto;
  font-size: 15px;
  line-height: 25px;
}

.pricing-tab-item .price-content strong {
  font-weight: 700;
}

.pricing-tab-item .price-content p.price-number {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 100px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: 60px;
  margin-bottom: 0;
}

.pricing-tab-item .price-content p.price-month {
  text-align: center;
  margin-top: 6px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
}

.pricing-tab-item .price-content p.price-number sup {
  font-size: .3em;
  position: relative;
  top: -50px;
}

.pricing-tab-item .price-content p.price-from {
  margin-top: 30px;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
}

.pricing-tab-item .price-heading {
  padding: 10px;
  text-align: center;
}

.pricing-tab-item .price-content.with-from p.price-number {
  margin-top: 0;
}

.pricing-tabber-inn-grp .tab-bottom-content p {
  font-size: 18px;
  line-height: 24px;
}

.pricing-page .row2-group .hs_cos_wrapper_type_rich_text {
  font-size: 14px;
  line-height: 1.42857143;
}

.pricing-page .row2-group .hs_cos_wrapper_type_rich_text h3 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  margin: 0 0 10px;
}
.pricing-page .row2-group .hs_cos_wrapper_type_rich_text p {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}
.pricing-page .row2-group .hs_cos_wrapper_type_rich_text h4 {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #127b78;
  font-size: 25px;
  line-height: 35px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}
table.imp-table-group {
  margin-top: 29px;
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
.table.imp-table-group>thead:first-child>tr:first-child>th {
  border-top: 0;
}
table.imp-table-group thead > tr > th {
  border-bottom: thin;
  vertical-align: bottom;
  padding: 8px;
  line-height: 1.42857143;
  text-align: left;
  border-top: 1px solid #ddd;
}

table.imp-table-group thead:first-child > tr > th {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  background-color: #127b78;
  color: white;
}

table.imp-table-group .pricing-subhead-white th {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  background-color: white;
  color: gray;
}

table.imp-table-group .pricing-regulartext {
  font-weight: 400;
}

table.imp-table-group .pricing-subhead-blue th {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  background-color: skyblue;
  color: white;
}

table.imp-table-group>tbody>tr>td {
  white-space: normal;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 18px;
  color: gray;
  font-family: 'Roboto Condensed', sans-serif;
}

table.imp-table-group>tbody>tr>td:first-child {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: gray;
}

table.imp-table-group>tbody>tr>td i.fas.fa-check {
  color: skyblue;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
table.imp-table-group>tbody>tr>td span.video-icon {
  margin-left: 12px;
  color: #127b78;
  cursor: pointer;
}
table.imp-table-group>tbody>tr>td span.video-icon i.fa.fa-video:before {
  content: "\f03d";
}
table.imp-table-group>tbody>tr>td p {
  margin: 0;
}
table.imp-table-group>tbody>tr>td p a:hover,
table.imp-table-group>tbody>tr>td p a:focus {
  color: #2a6496;
  text-decoration: underline;
}
table.imp-table-group>tbody>tr>td p a {
  color: #428bca;
  text-decoration: none;
}
.pricing-page .row2-group .custom-one-column-bg-wrapper.with-btn .page-center {
  padding: 50px 0;
  max-width: 100%;
  text-align: center;
}
.pricing-page .row2-group .custom-one-column-bg-wrapper.with-btn .custom-content-wrap {
  width: 100%;
}
.pricing-page .row2-group .custom-one-column-bg-wrapper.with-btn .custom-content-wrap p {
  font-family: 'Open Sans', sans-serif;
  color: #22282c;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}
.pricing-page .row2-group .custom-one-column-bg-wrapper.with-btn .custom-content-wrap .btn-grp {
  padding-top: 20px;
}
.pricing-page .row2-group .custom-one-column-bg-wrapper.with-btn .custom-content-wrap .btn-grp a {
  background-color: transparent;
  color: #127b78;
  border: 1px solid #127b78;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
}
.pricing-page .row2-group .custom-one-column-bg-wrapper.with-btn .custom-content-wrap .btn-grp a:hover {
  background-color: #EBEBEB;
}
.pricing-page .row2-group .custom-one-column-bg-wrapper.with-btn .custom-content-wrap .btn-grp a:after {
  color: #127b78;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: relative;
  top: 2px;
}
.pricing-page .req-demo-col-cs h6.req-demo-title {
  color: #fff !important;
}
.pricing-page .req-demo-col-cs .req-demo-buttonwrapper {
  margin-top: 35px;
}
.pricing-page .modal-header h4 {
  font-weight: normal;
}

.custom-banner-group.marketplace .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}
.custom-banner-group.marketplace {
  background-position: center center;
  background-repeat: no-repeat;
}
.marketplace-layout .custom-one-column-bg-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}
.marketplace-layout .custom-one-column-bg-wrapper .page-center {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 0;
}
.marketplace-layout .custom-one-column-bg-wrapper .custom-content-wrap {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.accordion-group {
  margin-bottom: 20px;
}
.accordion-heading {
  font-family: "PT Sans", Arial, Sans-serif;
  font-weight: bold;
  color: #22282c;
  font-size: 28px;
  line-height: 30px;
  background-color: #ffffff;
  border: solid thin;
  border-color: #dbdbdb;
  border-radius: 0px;
  margin-bottom: 10px;
  padding: 15px;
}
.accordion-heading h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  position: relative;
  cursor: pointer;
}
.accordion-heading h3 > span {
  padding: 5px 0px;
  padding-bottom: 5px;
  font-size: 23px;
  line-height: 25px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #0e6190;
}
h3.pen span:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f5ad";
  margin-right: 10px;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accordion-heading .glyphicon {
  font-size: 18px;
  color: #0e6190;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 8px;
}
.glyphicon-plus:before {
  content: "\2b";
}
.accordion-heading:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  transition: 0.3s;
}
.accordion-heading.accordion-heading-active .glyphicon-plus:before {
  content: "\2212";
}
.accordion-content .inner-group {
  padding: 20px 30px 25px 30px;
  margin-bottom: 5px;
}
.accordion-content .inner-group:after {
  content: "";
  display: table;
  clear: both;
}
.accordion-content .inner-group .row {
  margin-right: -15px;
  margin-left: -15px;
}
.accordion-content .inner-group .hs-item {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  width: 50%;
  float: left;
}
h3.card > span:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f09d";
  margin-right: 10px;
}
h3.heart > span:before {
  font-family: 'FontAwesome';
  content: "\f004";
  margin-right: 10px;
}
h3.shield > span:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f3ed";
  margin-right: 10px;
}
h3.graph > span:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f080";
  margin-right: 10px;
}
h3.chat > span:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f086";
  margin-right: 10px;
}
h3.check > span:before {
  font-family: 'FontAwesome';
  content: "\f058";
  margin-right: 10px;
}
h3.microscope > span:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f610";
  margin-right: 10px;
}
h3.folder > span:before {
  font-family: 'FontAwesome';
  content: "\f07b";
  margin-right: 10px;
}
h3.hash > span:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f292";
  margin-right: 10px;
}
h3.handshake > span:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f4c4";
  margin-right: 10px;
}
h3.cloud > span:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0c2";
  margin-right: 10px;
}
h3.user > span:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f4fc";
  margin-right: 10px;
}
h3.medical > span:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f477";
  margin-right: 10px;
}
h3.calculator > span:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f1ec";
  margin-right: 10px;
}
.marketplace-layout .fwcwb-group {
  padding-top: 50px;
  padding-bottom: 50px;
}
.marketplace-layout .fwcwb-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.marketplace-layout .fwcwb-group .content {
  padding: 25px 20px;
}

/* About Us Website Page */

.custom-banner-group.our-company .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}
.custom-banner-group.our-company .custom-banner-content {
  margin-top: 70px;
}
.about-row1 .page-center {
  padding-bottom: 0;
}
.about-row1 .hs-heading h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
.about-row1 .hs-col {
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 50px;
}
.about-row1 .hs-col p a {
  font-weight: bold;
}
.about-row2 {
  background-color: #f7f8f8;
  padding-top: 75px;
  padding-bottom: 75px;
}
.about-row2 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.about-row2 h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 5px;
}
.about-row2 p {
  font-family: 'Open Sans', sans-serif;
  color: #22282c;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}
.about-row3 {
  padding-top: 50px;
}
.about-row3 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.about-row3 h3 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
.accentbar2 {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 5px;
  background-color: #127b78;
}
.our-history-group h2.title {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
.our-history-group .two-col-content {
  margin-right: -15px;
  margin-left: -15px;
}
.our-history-group .left-content {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  text-align: right;
}
.our-history-group .right-content {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}
.about-row4 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.implementation-content:after,
.our-history-group .two-col-content:After {
  content: "";
  display: table;
  clear: both;
}
.our-history-group .bottom-image {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
}
.about-row4 {
  padding-bottom: 50px;
}

/* Implementation Website Page */


.custom-banner-group.implementation h1.text-display1 {
  font-size: 90px;
  line-height: 90px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.implementation-group h2.title {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 15px;
}
.implementation-content {
  padding-bottom: 20px;
  margin-right: -15px;
  margin-left: -15px;
}
.implementation-content .hs-item {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}
.implementation-content .hs-item img {
  width: 200px;
  margin-bottom: 20px;
}
.implementation-content .hs-item p a {
  font-weight: bold;
}
.implementation-group p.bottom-text {
  text-align: center;
  width: 80%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  padding-bottom: 20px;
}
.implementation-group h3.buttom-heading {
  text-align: center;
  width: 80%;
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 25px;
  line-height: 35px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-top: 0;
}
.implementation-group .row {
  margin-right: -15px;
  margin-left: -15px;
}
.implementation-group .clientsuccess .inner {
  padding-top: 20px;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}
.btn-readmore {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  border-color: #127b78;
  background-color: transparent;
  font-weight: bold;
  color: #127b78;
  font-size: 18px;
  line-height: 25px;
}
.btn-readmore:hover {
  background-color: #EBEBEB;
}
.custom-banner-group.implementation .custom-banner-content {
  margin-top: 90px;
  padding-left: 15px;
  padding-right: 15px;
}
.implementation-layout .custom-content-wrap {
  padding-left: 10px;
  padding-right: 10px;
}
.about-row3 .image-with-content-group .item-content h2.title span {
  margin-top: -15px;
}

/* Security Privacy Website Page */


.security-privacy-layout .custom-banner-content {
  margin-top: 10px;
}
.security-privacy-layout .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.security-privacy-layout .row-1-group {
  margin: 0 auto;
  background-color: #127b78;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.security-privacy-layout .row-1-group .page-center {
  padding: 0 30px;
}
.security-privacy-layout .row-1-group .hs-col {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
}
.security-privacy-layout .row-2-group .row-2-col1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.security-privacy-layout .row-2-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.security-privacy-layout .row-2-col1 h3 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
.security-privacy-layout .row-3-group .hs-col ul,
.security-privacy-layout .row-2-col1 ul {
  font-family: 'Open Sans', sans-serif;
  color: #22282c;
  font-size: 18px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
.security-privacy-layout .row-3-group .hs-col ul li,
.security-privacy-layout .row-2-col1 ul li {
  list-style: none;
  list-style-image: url(//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Images/bullet-blue.png);
}
.logo-group {
  margin-top: 35px;
  color: #22282c;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 50px;
}
.logo-group h3.title {
  margin-bottom: 10px;
  margin-top: 0px;
  line-height: 35px;
  font-family: 'PT Sans', Arial, Sans-serif;
  font-size: 30px;
  padding-bottom: 20px;
  color: #137e7a;
  text-align: center;
}
.logo-group .logo-wrapper {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 45px;
  margin-bottom: 30px;
}
.logo-group .logo-wrapper .logo {
  margin-top: 6px;
  padding-left: 0;
  float: left;
  width: auto;
  margin-right: 38px;
}
.logo-group .logo-wrapper .logo:last-child {
  margin-right: 0;
}
.logo-group .logo-wrapper .logo img {
  height: 110px !important;
}
.security-privacy-layout .row-3-group {
  background-color: #f7f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}
.security-privacy-layout .row-3-group .page-center {
  padding: 0;
}
.row-3-wrapper1 h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
.row-3-wrapper1 p {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  width: 80%;
  text-align: center;
}
.security-privacy-layout .row-3-group .hs-col {
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 50px;
}
.security-privacy-layout .row-3-group .col-1 {
  padding-right: 0;
}
.security-privacy-layout .row-3-group .col-2 {
  padding-left: 5px;
}
.security-privacy-layout .row-3-group .hs-col p a {
  font-weight: bold;
}
.security-privacy-layout .row-3-group .hs-col h4 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 500;
}
.security-privacy-layout .row-4-group {
  padding-top: 50px;
  padding-bottom: 50px;
}
.security-privacy-layout .row-4-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.security-privacy-layout .row-4-top-col h5 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
.security-privacy-layout .row-4-top-col p {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  width: 80%;
  text-align: center;
}
.security-privacy-layout .row-4-group .hs-col {
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 50px;
}
.security-privacy-layout .row-4-group .hs-col h5 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 30px;
  line-height: 35px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.security-privacy-layout .row-4-group .hs-col a {
  font-weight: bold;
}
.custom-banner-group.gdpr .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}
.gdpr-row1 {
  padding-top: 50px;
}
.gdpr-row1 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.gdpr-layout .hs-heading h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
.gdpr-layout .hs-col {
  padding-bottom: 20px;
  padding-top: 50px;
  padding-left: 5px;
  padding-right: 5px;
}
.gdpr-layout .hs-col p a {
  font-weight: bold;
}
.gdpr-row3 {
  background-color: #f7f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}
.gdpr-row3 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.gdpr-row3 .hs-col ul {
  font-family: 'Open Sans', sans-serif;
  color: #22282c;
  font-size: 18px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
.gdpr-row3 .hs-col ul li {
  list-style: none;
}
.gdpr-row3 .hs-col ul li:before {
  font-family: 'FontAwesome';
  font-size: 25px;
  content: '\f00c';
  margin: 0 5px 0 -30px;
  color: #127b78;
}
.gdpr-row3 .hs-col ul li + li {
  margin-top: 25px;
}
.gdpr-row4 .hs-heading {
  margin-bottom: 20px;
}
.gdpr-row4 .image-with-content-group {
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}
.gdpr-row4 .image-with-content-group h2.title img {
  width: 125px;
}
.gdpr-row4 .image-with-content-group .item-content:nth-child(2n+1) {
  clear: both;
}
.gdpr-row4 .image-with-content-group .item-content p a {
  font-weight: bold;
}
.gdpr-row5 {
  background-color: #f7f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}
.gdpr-row5 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.gdpr-row5 h3 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
  margin-top: 0;
}
.gdpr-row5 ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: 'Open Sans', sans-serif;
  color: #22282c;
  font-size: 18px;
  line-height: 25px;
}
.gdpr-row5 p a,
.gdpr-row5 ul li a {
  color: #127b78;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}
.gdpr-row5 .blog-rss .hs-rss-module {
  font-family: 'Open Sans', sans-serif;
  color: #22282c;
  font-size: 18px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 10px;
}
.gdpr-row5 .blog-rss .hs-rss-item {
  padding: 5px 0px;
  margin: 0;
  display: list-item;
}
.gdpr-row5 .blog-rss .hs-rss-item a.hs-rss-title {
  font-weight: bold;
  color: #127b78;
  font-size: 18px;
  line-height: 25px;
}
.gdpr-row5 .hs-heading {
  text-align: center;
  padding-top: 50px;
}
.gdpr-row5 .iframe-group {
  padding-bottom: 50px;
}

/* User Groups Website Page */

.user-layout .custom-banner-group .custom-banner-content {
  margin-top: 40px;
}
.user-layout .custom-banner-group .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}
.user1-groups {
  padding-top: 50px;
}
.user1-groups .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.user1-groups .user1-col {
  width: 83.33333333% !important;
  margin: 0 auto !important;
  float: none;
  text-align: center;
}
.user2-groups {
  padding-top: 50px;
  padding-bottom: 50px;
}
.user2-groups .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.tabber-group ul.tabs {
  font-size: 22px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 0;
}
.tabber-group ul.tabs li {
  position: relative;
  float: none;
  padding: 0px 0px 0px 0px;
  background-color: #eeeeee;
}
.tabber-group ul.tabs li + li {
  margin-left: 2px;
}
.tabber-group ul.tabs li a {
  color: #127b78;
  position: relative;
  display: block;
  padding: 10px 15px;
  text-align: center;
  line-height: 1.42857143;
}
.tabber-group ul.tabs li.active a, 
.tabber-group ul.tabs li.active a:hover {
  background-color: #127b78;
  color: #fff;
}
.tabber-group ul.tabs li a:hover {
  color: #0c504e;
  text-decoration: none;
  background-color: #eee;
}
.tabber-item {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.active-tab-item {
  opacity: 1;
}
.tabber-item .top-content {
  width: 83.33333333%;
  padding-bottom: 20px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.tabber-item .top-content p {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #22282c;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}
.tcli-wrapper .hs-item {
  margin-right: -15px;
  margin-left: -15px;
}
.tcli-wrapper .hs-item .col-1 {
  line-height: 1.42857143;
  font-size: 14px;
}
.tcli-wrapper .hs-item .hs-col {
  padding-right: 15px;
  padding-left: 15px;
}
.tcli-wrapper .hs-item:After {
  content: "";
  display: table;
  clear: both;
}
.tcli-wrapper .btn-group {
  margin-right: -15px;
  margin-left: -15px;
}
.tcli-wrapper .btn-group .inner {
  padding-bottom: 25px;
  padding-top: 10px;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
}
a.join-us-btn {
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  font-weight: 400;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  background-color: transparent;
  color: #127b78;
  border-color: #127b78;
}
a.join-us-btn:hover {
  background-color: #EBEBEB;
  color: #0c504e;
  text-decoration: none;
}
a.join-us-btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.tcli-wrapper .hs-item .col-1 a {
  display: block;
}
.tcli-wrapper hr + .hs-item {
  padding-top: 20px;
}
.user-layout .custom-orange-btn em {
  top: 0;
}
.testimony-logo img[src="null"] {
  display: none;
}
.testimony-logo.mo {
  margin-right: 0;
}




/* Contact Us Website Page */

.contact-layout .custom-banner-group .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}
.contact-layout .custom-banner-group .custom-banner-content {
  margin-top: 30px;
}
.contact-layout .main-content {
  background-color: #fff;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 450px, #f5f5f5 100%);
  background: -webkit-linear-gradient(top, #fff 0%,#f5f5f5 450px,#f5f5f5 100%);
  background: -o-linear-gradient(top, #fff 0%,#f5f5f5 450px,#f5f5f5 100%);
  background: -ms-linear-gradient(top, #fff 0%,#f5f5f5 450px,#f5f5f5 100%);
  background: linear-gradient(top, #fff 0%,#f5f5f5 450px,#f5f5f5 100%);
}
.contact-layout .main-content .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.contact-us-detail {
  padding-top: 20px;
  padding-bottom: 25px;
  margin-right: -15px;
  margin-left: -15px;
}
.contact-us-detail .col-2 {
  float: right;
  height: 100%;
  width: 23%;
  margin-top: -20px;
  padding-top: 32px;
  background-color: #e5ecec;
  color: #22282c;
  padding-left: 17px;
  padding-right: 17px;
}
.contact-us-detail:after {
  content: "";
  display: table;
  clear: both;
}
.contact-us-detail .top-content p {
  font-size: 16px;
  padding-top: 10px;
  line-height: 25px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #22282c;
}
.contact-us-detail .hs-form {
  padding-top: 12px;
}
.contact-us-detail .hs-form-group h3 {
  margin: 0;
}
.contact-us-detail .hs-form label span.hs-form-required {
  display: none;
}
.contact-us-detail .hs-form .hs-input {
  -webkit-box-shadow: inset 0 1px 11px rgba(74,92,106,0.1);
  box-shadow: inset 0 1px 11px rgba(74,92,106,0.1);
  border: 1px solid #90c7c5 !important;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.contact-us-detail .hs-form .actions {
  padding-top: 50px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.contact-us-detail .hs-form .actions input.hs-button.primary.large {
  margin: 0;
  line-height: 1.42857143;
  padding: 6px 12px;
}
.contact-us-detail .bottom-content p {
  font-size: 16px;
}
.contact-us-detail .inquiries h3 {
  font-weight: 500;
  line-height: 1.1;
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #23737b;
  font-family: 'PT Sans', sans-serif;
}
.contact-us-detail .inquiries small {
  float: left;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #22282c;
}
.contact-us-detail .inquiries small a {
  width: 100%;
  font-size: 15px;
  color: #137e7a;
}
.contact-us-detail .inquiries blockquote {
  margin: 0;
  display: inline-block;
  padding-top: 0px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-top: 1px solid #b4d4d4;
  border-bottom: 0px;
  margin-top: 15px;
}
.contact-us-detail .inquiries blockquote h4 {
  font-size: 17px;
  font-weight: 600;
  color: #137b77;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.1;
  font-family: "Open Sans", Arial, Sans-serif;
}
.contact-us-detail .inquiries blockquote p {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #22282c;
  line-height: 25px;
  margin-bottom: 15px;
}
.contact-us-detail .inquiries blockquote p small {
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px;
}
.newsletter.contact-layout .custom-banner-group .custom-banner-content {
  margin-top: -20px;
  margin-bottom: -15px;
}
.contact-us-detail .hs-form .hs-form-field {
  margin-bottom: 17px;
  padding-right: 0;
}
.contact-us-detail .hs-form fieldset.form-columns-2 .hs-form-field {
  padding: 0 15px;
}
.contact-us-detail .hs-form fieldset.form-columns-2 .hs-form-field:first-child {
  padding-left: 0;
}
.contact-us-detail .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
  padding-right: 0;
}
.contact-us-detail .hs-form a,
.contact-us-detail .hs-form .hs-richtext a {
  font-weight: bold;
}
.contact-us-detail .hs-form .hs-richtext p {
  font-size: 16px;
  padding-top: 10px;
  line-height: 25px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}
.contact-us-detail .hs-form a, .contact-us-detail .hs-form .hs-richtext a {
  font-weight: bold;
  color: #127b78;
  font-size: 18px;
  line-height: 25px;
}
.contact-us-detail .hs-form .hs-richtext {
  margin-bottom: 20px;
}
.contact-us-detail .hs-form textarea {
  min-height: 74px;
}
.custom-banner-group.contact-us .custom-banner-content {
  margin-top: 50px;
}

.demo-request.contact-layout .custom-banner-group .custom-banner-content {
  margin-top: 20px;
}


/* Comparison Website page */

.comparison-banner {
  padding-top: 50px;
  padding-bottom: 30px;
  background-position: center top;
}
.comparison-banner .image-group {
  margin-top: -9px;
  margin-bottom: 15px;
}
.comparison-banner hr {
  border-top: 1px solid #ffffff;
  width: 95%;
  margin: 0px 0px 10px 0px;
}
.comparison-banner .custom-banner-content {
  margin: 0;
}
.comparison-banner .custom-banner-content h1 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 55px;
  line-height: 58px;
}
.custom-banner-group .btn-wrapper {
  margin-bottom: 50px;
}
a.pink-btn {
  display: inline-block;
  text-align: center;
  font-weight: 400;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  background-color: #e01a83;
  padding: 15px 30px 15px 30px;
  border-radius: 50px 50px 50px 50px;
  color: white;
  font-size: 25px;
}
a.pink-btn:hover {
  background-color: #b7156b;
  transition: 1s;
  text-decoration: none;
}
a.pink-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.comparison-layout .custom-one-column-bg-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.comparison-layout .custom-one-column-bg-wrapper .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.comparison-layout .custom-content-wrap {
  padding-top: 10px;
  width: 85%;
  text-align: center;
}
.orange-color .accordion-heading {
  background-color: #f36e24;
}
.comparison-accordion-group .accordion-heading .glyphicon,
.comparison-accordion-group .accordion-heading h3>span {
  color: #ffffff;
}
.pink-color .accordion-heading {
  background-color: #e01a83;
}
.comparison-accordion-group .accordion-content .inner-group {
  padding-left: 15px;
  padding-right: 15px;
}
.comparison-accordion-group .accordion-content .inner-group h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.orange-color .accordion-content h2 {
  color: #f36e24;
}
.orange-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  font-weight: 400;
  display: inline-block;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  background-color: #f36e24;
  padding: 15px 30px 15px 30px;
  border-radius: 50px 50px 50px 50px;
  color: white;
  font-size: 25px;
}
.orange-btn:hover {
  background-color: #bb551c;
  transition: 1s;
  text-decoration: none;
  color: #fff;
}
.orange-btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.comparison-accordion-group .accordion-content .btn-wrapper {
  margin-bottom: 20px;
}
.pink-color .accordion-content h2 {
  color: #e01a83;
}
.comparison-accordion-group {
  margin-bottom: 20px;
}
.engage-group {
  background-color: #1a3667;
  line-height: 1.42857143;
  font-size: 14px;
}
.engage-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.engage-group .image img {
  padding-top: 20px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.engage-group h5 {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 40px;
  font-family: "PT Sans", Arial, Sans-serif;
}
.engage-group .btn-wrapper {
  margin-bottom: 50px;
  text-align: center;
  padding-top: 20px;
}
.engage-group .page-center:after {
  content: "";
  display: table;
  clear: both;
}
a.red-btn {
  text-align: center;
  white-space: normal;
  font-weight: 400;
  display: inline-block;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  background-color: #ea1d2d;
  padding: 10px 50px 10px 50px;
  color: white;
  font-size: 25px;
}
a.red-btn:hover {
  background-color: #007dbb;
  transition: 1s;
  text-decoration: none;
}
a.red-btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

/* Privacy Website Page */

.privacy-layout .custom-banner-group .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}
.privacy-layout .custom-content-wrap {
  text-align: center;
  width: 83.33333333%;
}
.privacy-layout .custom-content-wrap p a {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}
.one-col-content-group {
  padding-bottom: 50px;
}
.one-col-content-group .heading h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
.one-col-content-group .hs-item {
  padding-bottom: 50px;
}
.one-col-content-group ol {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #22282c;
  font-size: 18px;
  padding-left: 40px;
  line-height: 25px;
}
.one-col-content-group .hs-item a {
  color: #127b78;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}
.one-col-content-group ul {
  padding-left: 40px;
}
.one-col-content-group .hs-item:only-of-type {
  padding: 0;
}
.privacy-layout .body-container h6 {
  color: #22282c;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}
.three-col-content p a {
  color: #127b78;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}
.three-col-content ul {
  padding-left: 40px;
}
.three-col-content {
  padding-top: 20px;
}
.three-col-content:after {
  content: "";
  display: table;
  clear: both;
}
.engage-layout .comparison-banner .content-wrapper {
  width: 75%;
  padding-right: 7px;
}
.engage-layout .comparison-banner .image-group {
  margin-top: 0;
  margin-bottom: 20px;
}
.engage-layout .comparison-banner .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}
.engage-layout .comparison-banner .custom-banner-content h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 35px;
  line-height: 40px;
}
.engage-layout .custom-one-column-button-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.engage-layout .custom-one-column-button-wrapper .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.engage-layout .custom-one-column-button-wrapper p {
  font-size: 21px;
  line-height: 26px;
  padding-top: 10px;
  text-align: center;
}
.engage-layout .custom-one-column-button-wrapper .custom-button-wrap {
  margin-top: 10px;
  margin-bottom: 20px;
}
.engage-layout .custom-iframe-title-group {
  padding-top: 50px;
  padding-bottom: 50px;
}
.engage-layout .custom-iframe-title-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.engage-layout .custom-iframe-title-col h4 {
  color: #ffffff;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 50px;
  font-family: "PT Sans", Arial, Sans-serif;
}
.engage-layout .custom-iframe-title-col p.content {
  padding-bottom: 20px;
  color: #ffffff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
  width: 80%;
}
.engage-layout .custom-iframe-title-col .iframe-wrapper {
  width: 83.33333333%;
  padding-bottom: 46.629%;
  margin-bottom: 25px;
}
.engage-layout .row-1-group {
  padding-top: 50px;
}
.engage-layout  .software-solution-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.software-solution-group h2.title {
  font-size: 45px;
  line-height: 50px;
  font-family: "PT Sans", Arial, Sans-serif;
  text-align: center;
  color: #007dbb;
  margin-bottom: 50px;
}
.software-solution-group .hs-row {
  padding-bottom: 50px;
}
.tcwi-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.tcwi-wrapper:After {
  content: "";
  display: table;
  clear: both;
}
.tcwi-wrapper .engage-box1 {
  padding: 50px 40px 50px 40px;
}
.tcwi-wrapper .engage-box1 h4 {
  line-height: 35px;
  margin-bottom: 15px;
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 35px;
  font-weight: 500;
  margin-top: 0;
}
.tcwi-wrapper .engage-box1 p {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
}
.software-solution-group .hs-row + .hs-row {
  padding-top: 50px;
}
.tcwi-wrapper .engage-box1 ul {
  padding-left: 20px;
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 10px;
}
.tcwi-wrapper .engage-box1 ul li {
  padding-bottom: 0px;
}
.engage-row {
  background-color: #f7f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}
.engage-row .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.engage-row h2.title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  font-family: "PT Sans", Arial, Sans-serif;
  color: #007dbb;
}
.engage-accordion-group .accordion-heading h3>span {
  color: #fff;
}
.engage-accordion-group .green .accordion-heading {
  background-color: #40ae49;
}
.engage-accordion-group .accordion-heading .glyphicon {
  color: #fff;
}
.engage-accordion-group .content-wrapper {
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.engage-accordion-group .engage-inner {
  margin-top: 20px;
}
.engage-accordion-group .engage-inner h2 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 55px;
  line-height: 58px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.engage-accordion-group .engage-inner h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
}
a.green-btn {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  font-weight: 400;
  display: inline-block;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  background-color: #40ae49;
  padding: 15px 30px 15px 30px;
  border-radius: 50px 50px 50px 50px;
  color: white;
  font-size: 25px;
}
a.green-btn:hover {
  background-color: #338b3a;
  transition: 1s;
  text-decoration: none;
}
a.green-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.light_blue .accordion-heading {
  background-color: #00add8;
}
.light_blue .engage-inner {
  margin-top: 100px;
}
a.light_blue-btn {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  background-image: none;
  display: inline-block;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  background-color: #00add8;
  padding: 15px 30px 15px 30px;
  border-radius: 50px 50px 50px 50px;
  color: white;
  font-size: 25px;
}
a.light_blue-btn:hover {
  text-decoration: none;
  background-color: #0088aa;
  transition: 1s;
}
a.light_blue-btn:active{
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.engage-accordion-group .pink-color .engage-inner {
  margin-top: -10px;
}
.blue .accordion-heading {
  background-color: #00558a;
}
.accordion-content.content_iframe .inner-group {
  padding: 20px 15px;
}
.accordion-content.content_iframe h3 {
  color: #007dbb;
  padding-bottom: 0px;
  font-size: 35px;
  line-height: 40px;
  font-family: "PT Sans", Arial, Sans-serif;
  margin-top: 0px;
}
.accordion-content.content_iframe p {
  width: 80%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.accordion-content .embed-content {
  padding-top: 20px;
  margin-right: -15px;
  margin-left: -15px;
}
.accordion-content .embed-content .inner {
  padding-right: 15px;
  padding-left: 15px;
}
.engage-accordion-group {
  margin-bottom: 25px;
}
.engage-layout .custom-blog-rss-feed h3 {
  padding-bottom: 50px;
  color: #007dbb;
}
.engage-layout .custom-blog-rss-feed .hs-rss-module {
  padding-top: 20px;
  padding-bottom: 0;
}
.engage-layout .engage-group .btn-wrapper {
  padding-top: 0;
}
.engage-layout .engage-group h5 {
  margin-top: 20px;
}
.csr-solution h2.title {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #ffffff;
  font-size: 45px;
  line-height: 50px;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}
.csr-solution.custom-sign-up-group .custom-sign-up-col {
  text-align: center;
}
.csr-solution.custom-sign-up-group .custom-sign-up-col h6.text-title-white {
  margin-bottom: 30px;
}
.csr-solution .custom-orange-btn i {
  left: 0px;
  top: 0;
}
.engage-layout .row-1-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

/* Thank You Detail Website Page */

.custom-banner-group.thank-you .custom-banner-content h1 {
  font-size: 90px;
  line-height: 90px;
}
.custom-banner-group.thank-you .custom-banner-content {
  margin-top: 50px;
}
.resources-group {
  padding-bottom: 50px;
}
.resources-group h2.title {
  padding-bottom: 50px;
  text-align: center;
}
.resources-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.resources-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.resources-wrapper .hs-item {
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.resources-wrapper .inner-group {
  margin: auto;
  margin-bottom: 50px;
  width: 475px;
  min-height: 375px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(0,0,0,.1);
  border-radius: 10px;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.resources-wrapper .box {
  padding: 20px;
  width: 100%;
}
.resources-wrapper .thankyou-textbox {
  margin-top: 180px;
}
.thankyou-card-title {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  color: #127b78;
}
p.thankyou-card-text {
  margin-bottom: 15px;
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #22282c;
}
.resources-wrapper .box a.btn-readmore:hover {
  text-decoration: none;
}
.resources-wrapper .inner-group:hover {
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.follow-social-media h2.title {
  padding-bottom: 50px;
  text-align: center;
}
.social-media-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.social-media-wrapper {
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
}
.social-media-wrapper .hs-item {
  width: 16.66666667%;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 -2.35px;
}
.follow-social-media {
  padding-bottom: 50px;
}


.trigger-open .custom-top-menu .hs-menu-wrapper > ul {
  margin-top: -6px;
}
.client-trigger {
  transition: .3s background-color;
  color: #f2f2f2;
  padding: 14px 15px 20px;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.42857143;
  position: relative;
}
.client-trigger:hover {
  background-color: #13615f;
  color: #ffffff;
  cursor: pointer;
}
.client-trigger i {
  text-align: center;
  padding: 0 15px;
  text-decoration: none;
  transition: .3s background-color;
  font-size: 20px;
  display: block;
  position: absolute;
  top: 53%;
  right: 0;
  transform: translateY(-50%);
  color: #ffffff;
}
.custom-top-menu ul li.active a:hover {
  background-color: #13615f;
  color: #ffffff;
}
.marketplace-layout .fwcwb-group.center .custom-orange-btn em {
  top: 0;
  left: 0;
}
.page-center.rss-center-wrapper {
  padding-top: 0;
}
.iolta-layout .custom-blog-rss-feed {
  padding-left: 0;
  padding-right: 0;
}
.custom-event-group .custom-event-iten-wrap {
  display: flex;
  margin: 0 -15px;
}
.custom-event-group .custom-event-image {
  width: 41.66666667%;
  padding: 0 15px;
}
.custom-event-group .custom-event-description {
  width: 58.33333333%;
  padding: 20px 15px 0;
}
.custom-event-group  .custom-event-image img {
  width: 425px;
}
.custom-event-group .custom-event-iten-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
/*.custom-event-group .custom-event-iten-wrap:nth-child(2) {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}*/
a#cta_button_6704953_11ffd3c4-2539-45ac-89d1-bef13361aae9 {
  padding: 7px 10px;
}
a#cta_button_6704953_11ffd3c4-2539-45ac-89d1-bef13361aae9 em {
  top: 0;
}

/* ========= Style 2 ======= */

/* Client Story Website Page */
.client-story-banner-area {
  padding-top: 75px;
  padding-bottom: 75px;
}

.client-story-banner-area .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.client-story-banner-area,.client-story-banner-area * {
  color: #fff;
}
.client-story-hero-box {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 10px;
}

.client-story-banner-col {
  width: 50%;
  padding: 0 15px;
  float: left;
}

.client-story-banner-col p.client-story-banner-topic {}

hr.client-story-topic-hr {
  border-top: 1px solid #ffffff;
  width: 95%;
  margin: 0px 0px 10px 0px;
}

h1.client-story-banner-ttl {
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 55px;
  line-height: 58px;
}

h2.client-story-banner-summry {
  font-family: "PT Sans", Arial, Sans-serif;
  color: white;
  font-size: 25px;
  line-height: 30px;
}

.client-story-banner-btn-in {
  padding-top: 10px;
  padding-bottom: 20px;
}

a.client-story-banner-btn {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  font-weight: 400;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-family: "PT Sans", Arial, Sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  border-radius: 0px;
  background-color: transparent;
  border-color: #ffffff;
}

a.client-story-banner-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  text-decoration: none;
}

a.client-story-banner-btn:focus {
  background-color: transparent;
  border-color: #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.banner-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  z-index: 3;
}

.banner-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.client-story-banner-area {
  background-repeat: no-repeat;
  background-size: cover;
}

.client-detail-group > div > img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.client-detail-wrap {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
}

.client-detail-col {
  width: 41.66666667%;
  padding: 0 15px;
}

.client-detail-col .content {
  margin: auto;
  margin-bottom: 30px;
  width: 400px;
  box-shadow: 0 20px 50px rgba(0,0,0,.1);
  border-radius: 10px;
  transition: 0.2s;
  min-height: 475px;
  background-color: #3598db;
}

.client-detail-col.col-right .content {
  background-color: #f39c11;
}

.client-detail-col .content * {
  color: #fff;
}

.client-detail-col .content .box {
  padding: 20px;
  width: 100%;
}

.client-detail-group {
  font-size: 14px;
  line-height: 1.42857143;
}

.client-detail-group h2.client-detail-title {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 27px;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 2px;
}

p.client-detail-text {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
}

hr.clientstory-hr {
  border-top: 1px solid #ffffff;
  width: 100%;
  margin: 0px 0px 10px 0px;
}

.client-detail-col .content:hover {
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.client-detail-col .content .box ul {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
  padding-left: 20px;
}

.client-detail-col .content .box ul li {
  padding: 5px 0px;
  padding-bottom: 0;
}
.client-story-full-content-with-bg * {
  color: inherit;
}

.client-story-full-content-with-bg h3.title {
  margin-top: 0px;
  font-size: 30px;
  line-height: 35px;
}

.client-story-full-content-with-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.client-story-image-with-descrip {
  margin: 0 -15px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.client-story-image-with-descrip-col {
  padding: 0 15px;
  width: 50%;
}

.client-story-image-with-descrip-col.col-right {}

.img-pp-img_right .client-story-image-with-descrip-col.col-right {
  float: right;
}

.client-story-image-with-descrip-col.col-right {
  text-align: center;
}

.client-story-image-with-descrip-col.col-right img {
  border-radius: 50%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

h3.client-story-image-title {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.clearfix.client-story-image-with-descrip.img-pp-img_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.client-story-tesimonial-group {
  background-color: #f7f8f8;
}

.client-story-testimonial-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.client-story-testimonial-col.col-left {
  width: 25%;
}

.client-story-testimonial-col.col-right {
  width: 75%;
}

.client-story-testimonial-col {
  padding: 0 15px;
}

p.client-story-testimonial-testimony {
  font-family: 'Roboto Condensed', sans-serif;
  color: #30373b;
  font-size: 32px;
  line-height: 38px;
}

p.client-story-testimonial-testimony-name {
  padding-top: 5px;
}

.client-story-testimonial-col.col-left img {
  border-radius: 50%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.client-story-image-with-descrip.padding-top-img-desc-wrap {
  padding-top: 50px;
}

.client-story-testimonial-wrap.test-img-align-img_right_al {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.client-story-tesimonial-group.no-tp-bt-sp .client-story-testimonial-col.col-left img {
  margin-top: 0;
  margin-bottom: 0;
}
.related-client-story-group .section-title {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 50px;
}

.related-client-story-item {
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.related-client-story-item.with-image .related-client-story-textbox {
  margin-top: 160px;
}

.related-client-story-card {
  margin: auto;
  margin-bottom: 30px;
  width: 300px;
  min-height: 450px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(0,0,0,.1);
  border-radius: 10px;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

.related-client-story-box {
  padding: 20px;
  width: 100%;
}
.related-client-story-item h2.related-client-story-title {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  color: #127b78;
}

p.related-client-story-text {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #22282c;
}
.reated-client-story-wrap.related-client-content-type-2 .related-client-story-item:first-child {
  margin-left: 16.66666667%;
}
.related-client-story-btn-wrap {
  padding-top: 10px;
}

a.related-client-story-btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  font-weight: 400;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  border-radius: 0px;
  background-color: transparent;
  color: #127b78;
  border-color: #127b78;
}

a.related-client-story-btn i {
  line-height: 1;
  vertical-align: middle;
}

a.related-client-story-btn:hover {
  text-decoration: none;
  background-color: #EBEBEB;
}

a.related-client-story-btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cs-request-demo-wrap {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.rew-demo-con-left-cont {
  margin-right: -15px;
  margin-left: -15px;
}

.req-demo-col-cs {
  display: inline-block;
  width: 50%;
  padding: 0 15px;
}

.req-demo-col-cs h6.req-demo-title {
  font-family: "PT Sans", Arial, Sans-serif;
  font-size: 30px;
  line-height: 35px;
}



.req-demo-btn-st {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  line-height: 1.33;
  padding: 10px 16px;
  font-family: "PT Sans", Arial, Sans-serif;
  margin-right: 5px;
  font-size: 20px;
  background-color: #d66a13;
  border-color: #cb620e;
  text-decoration: none;
}
.req-demo-btn-st:after{
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  vertical-align: middle;
}
.req-demo-btn-st:hover,
.req-demo-btn-st:focus{
  background-color: #cb620e;
  border-color: #ce6510;
  text-decoration:none;
  color:#fff;
}
.req-demo-btn-st:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fa {
  vertical-align: middle;
}
.related-client-story-card:hover {
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.related-client-story-card.sciencefoundationireland {
  background-position: right top;
}
.client-detail-col.col-left ul a {
  text-decoration: underline;
  vertical-align: text-top;
}
.client-story-tesimonial-gallery .slick-slide-inner-wrapper > img {
  display: none;
}

.client-story-tesimonial-gallery {
  padding: 50px 15px 20px;
}

.client-story-tesimonial-gallery .slick-slide-inner-wrapper > img {
  display: none;
}

.client-story-tesimonial-gallery-in .page-center {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px !important;
  padding-top: 0 !om;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.client-story-tesimonial-group.client-story-tesimonial-gallery .client-story-testimonial-col.col-left img {
  margin-left: 0;
  margin-right: 0;
}

.hs_cos_gallery_main  {
  padding: 0;
  margin:0;
}

.client-story-tesimonial-gallery .slick-slide {
  padding-bottom: 50px;
}

.hs_cos_gallery_main ul.slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  line-height: 20px;
  margin-bottom: 13px;
}

.hs_cos_gallery_main ul.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid lightgray;
  border-radius: 10px;
  position: relative;
  z-index: 5;
  padding: 0;
  overflow: hidden;
  vertical-align: middle;
}

.hs_cos_gallery_main ul.slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.hs_cos_gallery_main ul.slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: lightgray;
}
.hs_cos_gallery_main button.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  font-size: 20px;
  color: lightgray;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .0);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .8;
  z-index: 5;
  font-size: 0;
  height: 100%;
}

.hs_cos_gallery_main button.slick-prev.slick-arrow {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.hs_cos_gallery_main button.slick-arrow:before {
  display: none;
}

.hs_cos_gallery_main button.slick-arrow:after {
  width: 30px;
  height: 30px;
  margin-top: -5px;
  font-size: 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: -15px;
}
.hs_cos_gallery_main button.slick-arrow:hover{
  color: black;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .3;
}
.hs_cos_gallery_main button.slick-prev.slick-arrow:before {
  content: "\e079";
}

.hs_cos_gallery_main button.slick-next.slick-arrow:after {
  content: "\e080";
}

.hs_cos_gallery_main button.slick-prev.slick-arrow:after {
  content: "\e079";
}
.hs_cos_gallery_main p.client-story-testimonial-testimony{
  width:90%;
}
.hs_cos_gallery_main ul.slick-dots li.slick-active {
  margin: 0 1.5px;
}

.reated-client-story-wrap.related-client-content-type-1 .related-client-story-item {
  margin-left: 33.33333333%;
}
.module-detail-cs-snap .client-detail-col .content{
  min-height: 325px;
}
.module-detail-cs-massachusetts-life-sciences .client-detail-col .content,
.module-detail-cs-robins  .client-detail-col .content,
.module-detail-cs-enterprise-ireland  .client-detail-col .content,
.module-detail-cs-pohlad .client-detail-col .content,
.module-detail-cs-health-plan-provider .client-detail-col .content,
.module-detail-cs-wtsc .client-detail-col .content,
.module-detail-cs-shrf .client-detail-col .content{
  min-height: 400px;
}
.module-detail-cs-vancouver-foundation .client-detail-col .content,
.module-detail-cs-feeding-america .client-detail-col .content,
.module-detail-cs-global-corporate-foundation  .client-detail-col .content,
.module-detail-cs-national-commercial-bank-jamaica  .client-detail-col .content,
.module-detail-cs-genome-alberta  .client-detail-col .content{
  min-height: 425px;
}
.module-detail-cs-ohio-arts .client-detail-col .content,
.module-detail-cs-fwcp .client-detail-col .content,
.module-detail-cs-sickkids .client-detail-col .content,
.module-detail-cs-toronto-arts .client-detail-col .content{
  min-height: 450px;
}
.module-detail-cs-jdrf .client-detail-col .content,
.module-detail-cs-merz .client-detail-col .content,
.module-detail-cs-grow-central-florida .client-detail-col .content {
  min-height: 500px;
}
.module-detail-cs-new-hampshire-charitable-foundation .client-detail-col .content{
  min-height: 525px;
}
.module-detail-cs-chicago-community-trust .client-detail-col .content,
.module-detail-cs-science-foundation-ireland .client-detail-col .content{
  min-height: 550px;
}
.client-story-full-content-with-bg.add-padding-tb-mod {
  padding: 50px 0;
}
.img_sld_right .client-story-testimonial-wrap{
  flex-direction:row-reverse;
}
.cs-toronto-arts .client-story-full-content-with-bg {
  background-position: bottom;
}
.cs-snap .client-story-full-content-with-bg,
.cs-pa-iolta-board .client-story-full-content-with-bg {
  background-position: center center;
}
.client-story-image-with-descrip .description ul li {
  list-style: none;
  list-style-image: url(//6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/SmartSimple_December2019%20Theme/Images/bullet-blue-1.png);
}


/* Home Page */
.home-page-banner-area .slick-slide-inner-wrapper > img {
  display: none;
}
.home-page-banner-area .slick-slide-inner-wrapper {
  width: 100%;
}

.home-page-banner-area .slick-slide-inner-wrapper .caption > span {
  display: block;
  width: 100%;
}
.cation-wrap {
  height: 575px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 14px;
  line-height: 1.42857143;
}

.cation-wrap .content {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  position: relative;
  width: 85%;
  top: 25px;
  text-align: center;
}

.cation-wrap .content * {
  color: #fff;
}

.cation-wrap .content h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 65px;
  line-height: 70px;
  color: #ffffff;
  text-align: center;
}

.cation-wrap .content h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 10px;
}

.cation-wrap .content > a {
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.33;
  padding: 10px 16px;
  font-size: 20px;
  background-color: #d66a13;
  border-color: #cb620e;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin-right: 0;
  font-family: "PT Sans", Arial, Sans-serif;
}

.cation-wrap .content > a:hover,.cation-wrap .content > a:focus {
  background-color: #cb620e;
  border-color: #ce6510;
  color: #fff;
  text-decoration: none;
}

.cation-wrap .content > a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cation-wrap .content > a i{
  display:inline-block;vertical-align:middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.cation-wrap .content > a i:after {
  content: "\f054";
}
.home-page-banner-area .hs_cos_gallery_main button.slick-arrow{
  top:10px;
  filter: alpha(opacity=50);
  opacity: .5;
  color:#fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.home-page-banner-area .hs_cos_gallery_main button.slick-arrow:after{
  margin-top: -15px;
}
.home-page-banner-area .hs_cos_gallery_main button.slick-prev.slick-arrow{
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.home-page-banner-area .hs_cos_gallery_main button.slick-next.slick-arrow {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.home-page-banner-area {
  position: relative;
  z-index: 3;
}
.home-page-banner-area .hs_cos_gallery_main button.slick-arrow:hover{
  color:#fff;
}
.home-page-banner-area .hs_cos_gallery_main button.slick-next.slick-arrow:hover, 
.home-page-banner-area .hs_cos_gallery_main button.slick-next.slick-arrow:focus,
.home-page-banner-area .hs_cos_gallery_main button.slick-prev.slick-arrow:hover, 
.home-page-banner-area .hs_cos_gallery_main button.slick-prev.slick-arrow:focus{
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.home-page-banner-area .hs_cos_gallery_main ul.slick-dots {
  bottom: 20px;
}
.home-page-banner-area .hs_cos_gallery_main ul.slick-dots li{
  background-color: rgba(255,255,255,0);
  border: 1px solid #fff;
}
.home-page-banner-area .hs_cos_gallery_main ul.slick-dots li.slick-active{
  background-color: #fff;
}
.home-page-logo-gallery-wrap .page-center {
  padding-bottom: 0;
}

.home-page-logo-gallery-wrap {
  text-align: center;
}

.home-page-logo-gallery-wrap h2.logo-title {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #127b78;
  margin-bottom: 25px;
}

.home-page-logo-gallery-wrap button.slick-arrow,
.home-page-logo-gallery-wrap .slick-dots {
  display: none !important;
}
.home-page-logo-gallery-wrap .slick-slide-inner-wrapper img{
  transform: scale(1);
  transition: .2s ease-in-out;
}
.home-page-logo-gallery-wrap .slick-slide-inner-wrapper > a:hover img{
  transform: scale(1.2);
}
.home-page-logo-gallery-wrap .hs_cos_gallery_main .slick-slide{
  margin: 0px 20px;
}
.slick-list:focus{
  outline: none;
}
.home-page-logo-gallery-wrap .button-logo-item {
  padding-top: 14px;
  text-align: center;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

.home-page-logo-gallery-wrap .bottom-slider-wrap {
  padding-bottom: 5px;
}
.home-soution-group .page-center {
  padding-top: 0;
}

.home-soution-group .home-sol-title h2 {
  text-align: center;
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 50px;
}


.home-solution-itme {
  float: left;
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

.home-solution-itme .card {
  margin: auto;
  margin-bottom: 30px;
  width: 300px;
  min-height:355px;
  background: #fff;
  box-shadow:0 20px 50px rgba(0,0,0,.1);
  border-radius:10px;
  transition:0.2s;
  background-position: center;
  background-size: cover;
}

.home-solution-itme .card:hover {
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}

.home-solution-itme .card .box {
  padding: 20px;
  width: 100%;
}
.home-solution-itme .card .box i {
  color: #ffffff;
}

.home-soution-group {
  font-size: 14px;
  line-height: 1.42857143;
}

.home-soution-group h2.card-title {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 25px;
  color: #ffffff;
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-lightbulb:before {
  content: "\f0eb";
}

.home-soution-group ul{
  text-align: left;
  list-style: none;
  padding-left: 0px;
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.home-soution-group ul li{
  padding: 5px 0px;
}
.home-soution-group ul li a{
  color: #ffffff;
}
.home-soution-group ul li a:hover,
.home-solution-itme .card .box a:hover i{
  color: #dadada;
  text-decoration: none;
}
.home-soution-group ul .fa {
  vertical-align: middle;
  font-size: 14px;
}
.card.solution-privatefamilyfoundations {
  background-position: right;
}

.card.solution-scholarshipproviders {
  background-position: right;
}

.card.solution-barassociations {
  background-position: right;
}

.card.solution-othersolutions {
  background-position: left;
}

.home-page-feature-gallery-wrap {
  padding: 50px 0;
}

.home-page-feature-gallery-wrap .slick-slide-inner-wrapper > img {
  display: none;
}

.feature-gallery-item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.eature-gallery-col.col-left {
  width: 215px;
}

.eature-gallery-col {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.eature-gallery-col.col-right {
  width: 75%;
}

.eature-gallery-col img {
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 !important;
}

.eature-gallery-col h4 {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #127b78;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 10px;
  font-weight: 500;
}

.eature-gallery-col p {
  font-family: 'Open Sans', sans-serif;
  color: #22282c;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  margin-top: 0;
}
.home-page-feature-gallery-wrap {
  padding: 50px 15px;
}
.feature-gall-itm .page-center {
  max-width: 1170px !important;
  padding-left: 15px;
  padding-right: 15px;
}
.home-page-feature-gallery-wrap {
  min-height: 425px;
}
.home-page-supporting-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
}

.home-page-supporting-wrap .clearfix {
  margin: 0 -15px;
  width: auto;
}

.home-page-supporting-col {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

.home-page-supporting-col.col-left {
  text-align: center;
}

.home-page-supporting-col.col-right {}

.home-page-supporting-col h4.text-title-white {
  font-family: "PT Sans", Arial, Sans-serif;
  color: #ffffff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  margin: 0 0 10px;
}

.supprtin-btn-erp {
  padding-top: 20px;
}

.home-page-supporting-col.col-left:before {
  content: "";
  display: inline-block;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.home-page-supporting-col.col-left img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.supprtin-btn-erp a.btn {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  font-weight: 400;
  display: inline-block;
  padding: 6px 12px;
  font-family: "PT Sans", Arial, Sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  border-radius: 0px;
  background-color: transparent;
  border-color: #ffffff;
}

.supprtin-btn-erp a.btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  text-decoration: none;
}

.supprtin-btn-erp a.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.home-page-supporting-col.col-left {
  font-size: 14px;
  line-height: 1.42857143;
}

.home-page-supporting-col.col-left {
  font-size: 14px;
  line-height: 1.42857143;
}

.home-lay .client-story-tesimonial-gallery .slick-slide {
  padding-top: 50px;
}

.home-lay .coprorate-gallery .client-story-testimonial-col.col-left {
  width: 25%;
}

.home-lay .coprorate-gallery .client-story-testimonial-col.col-right {
  width: 75%;
}
.home-lay .client-story-tesimonial-group.client-story-tesimonial-gallery.coprorate-gallery .client-story-testimonial-col.col-left img {
  width: auto;
}

.home-lay .hs_cos_gallery_main p.client-story-testimonial-testimony {
  font-family: 'Roboto Condensed', sans-serif;
  color: #30373b;
  font-size: 32px !important;
  line-height: 38px !important;
  margin-bottom: 15px;
}

.home-lay .coprorate-gallery p.client-story-testimonial-testimony-name {
  font-family: 'Open Sans', sans-serif;
  color: #22282c;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}
.home-lay .client-story-tesimonial-gallery.coprorate-gallery {
  padding-top: 0;
}
.home-lay .client-story-testimonial-col.col-right img {
  margin: 0;
}

.home-lay .client-story-testimonial-wrap {
  display: block;
  margin: 0;
}

.home-lay .client-story-testimonial-col {
  float: left;
}
.home-lay .client-story-tesimonial-gallery {
  padding: 0 30px;
  background-color: #ffffff;
  min-height: 565px;
}
.home-lay .home-page-client-testimonial-gallery p.client-story-testimonial-testimony-name.test-sydneyyovic > strong {
  display: block;
}
.home-lay .client-story-testimonial-col .btn-wrp {
  padding: 20px 15px 0;
}

.home-lay .client-story-testimonial-col .btn-wrp a.btn {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  font-weight: 400;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: transparent;
  color: #127b78;
  border-color: #127b78;
}

.home-lay .client-story-testimonial-col .btn-wrp a.btn:hover {
  background-color: #EBEBEB;
  text-decoration: none;
  color: #127b78;
  border-color: #127b78;
}

.home-lay .client-story-testimonial-col .btn-wrp a.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.company-overhead-gallery-wrap .slick-slide-inner-wrapper > img {
  display: none;
}

.overhead-caption-item {
  text-align: center;
}

.overhead-caption-item h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 125px;
  line-height: 130px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 10px;
}

.overhead-caption-item p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}

.overhead-caption-item .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.company-overhead-gallery-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin: 0 auto;
  padding: 100px 0px 100px 0px;
  background-color: #127b78;
}

.company-overhead-gallery-wrap .hs_cos_gallery_main ul.slick-dots {
  bottom: -60px;
}

.company-overhead-gallery-wrap .hs_cos_gallery_main button.slick-arrow {
  opacity: .2;
}
.home-lay .client-story-tesimonial-gallery .slick-slide {
  padding-top: 0;
  padding-bottom: 0;
}

.home-lay .client-story-tesimonial-gallery .slick-slide .page-center {
  padding-top: 45px !important;
  padding-bottom: 50px !important;
}
.home-lay .client-story-tesimonial-gallery .hs_cos_gallery_main ul.slick-dots {
  bottom: -40px;
}


.home-lay .client-story-tesimonial-gallery .hs_cos_gallery_main button.slick-arrow {
  top: 25px;
}
.home-lay .client-story-testimonial-col.col-left img{
  margin-top: 5px;
  margin-bottom: 5px;
}
.cation-wrap .content h1:before {
  display: inline-block;
  vertical-align: text-top;
  font-size: .6em;
  margin-right: .12em;
  content: "$";
  top: -4px;
  position: relative;
}
.cation-wrap .content {
  top: 120px;
}
/*.caption-wrp-3.cation-wrap .content {
  top: 140px;
}
.caption-wrp-4.cation-wrap .content {
  top: 125px;
}*/
.caption-wrp-4.cation-wrap .content > * > img {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -2px;
}

.cation-wrap .content h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  margin-top: -12px;
  margin-bottom: -8px;
  margin-bottom: -4px;
}

.cation-wrap .content h1 {
  font-size: 7em;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.1em;
  font-weight: 400;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 10px;
}
.cation-wrap .content h1+h4{
  margin-top:-5px;
}
.client-story-image-with-descrip-col ul {
  padding-left: 40px;
}
.logo-group .logo-wrapper .logo img:hover {
  transform: scale(1.1);
}

.logo-group .logo-wrapper .logo img {
  transition: all .2s ease-in-out;
}


@media (max-width:1199px){
  .client-story-banner-col {
    width: 100%;
  }
  .client-story-tesimonial-gallery-in .page-center {
    max-width: 970px !important;
  }

  .client-story-tesimonial-gallery-in .client-story-testimonial-col {
    width: 100% !important;
  }
  .cation-wrap .content>a{
    font-size: 19px;
  }
  .eature-gallery-col {
    width: 100% !important;
    float: none;
    max-width: 90%;
  }

  .feature-gall-itm .page-center {
    max-width: 970px !important;
  }

  .eature-gallery-col.col-left {
    text-align: center;
  }

  .feature-gallery-item-wrap {
    display: block;
  }

  .eature-gallery-col img {
    margin: 0 auto !important;
  }

  .home-lay .client-story-testimonial-wrap {
    font-size: 14px;
    line-height: 1.42857143;
  }

  .home-lay .client-story-testimonial-col {
    float: none;
  }

  .home-lay .client-story-testimonial-col.col-left img {
    margin-bottom: 0;
  }

  .client-story-testimonial-col.col-right {
    font-size: 18px;
    line-height: 25px;
  }

  .client-story-tesimonial-group.client-story-tesimonial-gallery.home-page-client-testimonial-gallery {
    padding-bottom: 50px;
  }
  .custom-banner-group.modern-slavery-act-2015 .custom-banner-content {
    margin-top: 20px;
  }
}

@media(min-width:768px){
  .home-lay .client-story-testimonial-col.col-right img {
    margin: 0;
    display: inline;
  }
  .home-page-client-testimonial-gallery .client-story-testimonial-col.col-right {
    font-size: 14px;
    line-height: 1.42857143;
  }
  .home-page-client-testimonial-gallery .client-story-testimonial-col.col-right p.client-story-testimonial-testimony-name,
  .home-lay .client-story-testimonial-col .btn-wrp a.btn{
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width:1199px) and (min-width:992px){
  .request-a-demo-cta {
    font-size: 19px;
  }
  .custom-banner-group.advanced-banner.partner-program {
    min-height: auto;
  }
  .custom-banner-group.advanced-banner .custom-orange-btn em {
    width: 12px;
  }
}
@media (max-width:1099px) and (min-width:992px){
  .client-detail-col .content {
    max-width: 100%;
  }
}
@media (max-width:992px){
  .cation-wrap .content>a {
    font-size: 18px;
  }
}
@media (max-width:991px){
  .header-no-nav .header-top-group {
    height: 101px;
  }
  .client-detail-col .content {
    width: 350px;
  }

  .client-detail-col {
    width: 50%;
  }
  .client-story-image-with-descrip-col {
    width: 100%;
    float: none !important;
  }

  .client-story-testimonial-col {
    width: 100% !important;
  }

  .reated-client-story-wrap.related-client-content-type-2 .related-client-story-item:first-child {
    margin-left: 0;
  }

  .related-client-story-item {
    width: 50%;
  }
  .related-client-story-item:nth-chils(2n+1){
    clear:left;
  }
  .request-a-demo-cta {
    font-size: 18px;
  }
  .reated-client-story-wrap .container-fluid .row-fluid .page-center {
    max-width: 750px !important;
  }
  .reated-client-story-wrap.related-client-content-type-1 .related-client-story-item{
    margin-left:25%;
  }
  .cs-request-demo-wrap .clearfix.rew-demo-con-left-cont {
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
  }
  .cation-wrap {
    height: 500px;
  }

  .cation-wrap .content {
    margin-top: -20px;
  }

  .cation-wrap .content h2 {
    font-size: 50px;
    line-height: 55px;
  }

  .cation-wrap .content h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .caption-wrp-2.cation-wrap .content h4 {
    font-size: 30px;
    line-height: 35px;
  }
  .caption-wrp-2.cation-wrap .content {
    margin-top: 0;
  }

  .cation-wrap .content {
    top: 120px;
  }

  .caption-wrp-4.cation-wrap .content>*>img {
    top: -11px;
  }

  .home-page-logo-gallery-wrap .bottom-slider-wrap {
    padding-bottom: 0;
  }

  .home-solution-itme {
    width: 50%;
  }

  .overhead-caption-item h4 {
    font-size: 90px;
    line-height: 95px;
  }

  .feature-gall-itm .page-center {
    max-width: 750px !important;
  }

  .home-page-supporting-col {
    float: none;
    width: 100%;
  }

  .client-story-tesimonial-gallery-in .page-center {
    max-width: 750px !important;
  }
}


@media (max-width:767px){
  .home-page-client-testimonial-gallery p.client-story-testimonial-testimony-name {
    padding-top: 5px;
    margin-bottom: 17px;
  }
  h1.client-story-banner-ttl {
    font-size: 45px;
    line-height: 48px;
  }

  .client-detail-wrap {
    display: block;
  }

  .client-detail-col {
    width: 100%;
  }

  .client-detail-col .content {
    width: 100%;
  }

  .related-client-story-item {
    width: 100%;
  }

  .related-client-story-card {
    width: 250px;
    min-height: inherit;
  }

  .related-client-story-group .section-title {
    font-size: 38px;
    line-height: 43px;
  }

  .req-demo-col-cs {
    width: 100%;
  }

  .request-a-demo-cta {
    font-size: 17px;
  }

  .cs-request-demo-wrap {
    background-size: auto;
  }
  .hs_cos_gallery_main p.client-story-testimonial-testimony{
    font-size: 27px;
    line-height: 33px;
  }
  .hs_cos_gallery_main button.slick-arrow:after {
    font-size: 20px;
  }
  .hs_cos_gallery_main ul.slick-dots li {
    margin: 1px 6px;
  }
  .hs_cos_gallery_main ul.slick-dots li.slick-active {
    margin-right: 5px;
    margin-left: 4px;
  }

  .reated-client-story-wrap.related-client-content-type-1 .related-client-story-item{
    margin-left:0;
  }
  .cs-request-demo-wrap .clearfix.rew-demo-con-left-cont {
    margin-left: -22.5px;
    margin-right: -22.5px;
    width: auto;
  }

  .cation-wrap .content {
    margin-top: 0;
  }

  .cation-wrap .content h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .cation-wrap .content h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .home-page-banner-area .hs_cos_gallery_main ul.slick-dots li.slick-active {
    margin-right: 1px;
    margin-left: 1px;
  }

  .home-page-banner-area .hs_cos_gallery_main ul.slick-dots li {
    margin: 0 3px;
  }

  .home-page-banner-area .hs_cos_gallery_main button.slick-arrow {
    display: none !important;
  }

 .cation-wrap .content h1 {
    font-size: 4em;
  }

  .cation-wrap .content h4 {
    margin-bottom: -6px;
  }

  .cation-wrap .content h1:before {
    top: -2px;
  }

  .cation-wrap .content {
    margin-top: 0 !important;
    top: 80px !important;
  }

  .cation-wrap .content > a {
    font-size: 17px;
  }

  .caption-wrp-4.cation-wrap .content>*>img {
    top: -11px;
    margin-top: -7px;
  }

  .home-page-logo-gallery-wrap .button-logo-item {
    padding-top: 26px;
  }

  .home-soution-group .home-sol-title h2 {
    font-size: 38px;
    line-height: 43px;
  }

  .home-solution-itme {
    float: none;
    width: 100%;
  }
  .solution-mob-item {
    margin-bottom: 0;
    border-radius: 4px;
    border: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .solution-mob-heading {
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    border: none;
    font-family: "PT Sans", Arial, Sans-serif;
    font-weight: bold;
    color: #22282c;
    font-size: 28px;
    line-height: 30px;
    position: relative;
    z-index: 3;
  }

  .solution-mob-heading h4 {
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
  }

  .solution-mob-heading h4 span {
    cursor: pointer;
    color: #22282c;
    font-size: 19px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    display: block;
    width: 100%;
    padding-bottom: 6px;
    text-align: left;
  }

  .home-soution-group .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .solution-mob-heading h4 span i.more-less {
    font-size: 18px;
    color: #127b78;
    float: right;
  }

  .solution-mob-heading h4 span:after {
    content: '';
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    color: #449517;
    line-height: 15px;
    background-image: none;
    height: 25px;
    width: 25px;
  }

  .solution-mob-collapse {
    display: none;
  }

  .solution-mob-heading:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
  }
  .solution-mob-body {
    border-top: none;
    padding: 0px 30px 20px 30px;
    font-size: 38px;
    line-height: 43px;
  }

  ul.solution-mob-body-ul {
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #22282c;
    font-size: 18px;
    line-height: 25px;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  ul.solution-mob-body-ul li {
    font-size: 15px;
    color: #6d6d6d;
    line-height: 150%;
    padding-bottom: 5px;
  }

  ul.solution-mob-body-ul li a {
    font-family: "Open Sans", Arial, Sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #22282c;
    text-decoration: none;
  }

  ul.solution-mob-body-ul li a i {
    margin-left: -2px;
  }

  ul.solution-mob-body-ul li a:hover {
    color: #127b78;
    text-decoration: none;
  }
  .solution-mob-item.active-item .solution-mob-heading h4 span i:before {
    content: "\2212";
  }

  .home-soution-group {
    padding-bottom: 30px;
  }

  .overhead-caption-item h4 {
    font-size: 60px;
    line-height: 65px;
  }
  .company-overhead-gallery-wrap .hs_cos_gallery_main button.slick-arrow:after{
    line-height: 30px;
    margin-top: 4px;
  }
  .company-overhead-gallery-wrap  .hs_cos_gallery_main button.slick-prev.slick-arrow{
    display:none !important;
  }
  .company-overhead-gallery-wrap .hs_cos_gallery_main ul.slick-dots {
    bottom: -58px;
  }
  .home-lay .client-story-testimonial-col.col-left,
  .hs_cos_gallery_main button.slick-prev.slick-arrow {
    display: none !important;
  }
  .home-page-feature-gallery-wrap .hs_cos_gallery_main button.slick-arrow {
    top: 15px;
  }
  .home-page-supporting-wrap .page-center {
    padding-top: 0;
  }
  .home-page-banner-area .hs_cos_gallery_main ul.slick-dots {
    bottom: 10px;
  }
  .eature-gallery-col.col-left {
    display: none;
  }
  .home-lay .client-story-testimonial-wrap {
    font-size: 38px;
    line-height: 43px;
  }
  .client-detail-group .client-detail-col .content{
    min-height:inherit !important;
  }
}

@media (max-width:575px){
  .cation-wrap .content {
    width: 100%;
    margin-top: -50px;
  }

  .cation-wrap.caption-wrp-1 .content > img {
    width: 50px;
  }

  .cation-wrap .content h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .cation-wrap .content h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .cation-wrap .content>a {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
  }

  .cation-wrap .content h1 {
    font-size: 2.8em;
    margin-bottom: 6px;
  }

  .caption-wrp-3.cation-wrap .content h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .caption-wrp-3.cation-wrap .content h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .caption-wrp-3.cation-wrap .content {
    top: 140px;
    margin-top: -110px;
  }

  .caption-wrp-4.cation-wrap .content h2 > img {
    display: none !important;
  }

  .caption-wrp-4.cation-wrap .content h2 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  .caption-wrp-4.cation-wrap .content h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .caption-wrp-4.cation-wrap .content {
    margin-top: -91px;
  }
  .home-page-logo-gallery-wrap .bottom-slider-wrap {
    margin-top: -6px;
  }

  .overhead-caption-item h4 {
    font-size: 35px;
    line-height: 40px;
  }

  .home-lay .hs_cos_gallery_main p.client-story-testimonial-testimony {
    font-size: 27px !important;
    line-height: 33px !important;
  }
}


@media (max-width:479px){
  .related-client-story-card {
    max-width: 100%;
  }
  a.related-client-story-btn {
    white-space: normal;
  }
  .hs_cos_gallery_main button.slick-arrow{
    display:none !important;
  }
  .cs-request-demo-wrap .clearfix.rew-demo-con-left-cont {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .cation-wrap .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cation-wrap .content {
    margin-top: 0 !important;
    top: 40px !important;
  }
}


/* ======================================= */
/* SmartSimple CSS Starts Here */
/* ======================================= */


/* Buttons with rounded corners */
.cation-wrap .content>a {
  border-radius: 7px;
}
.btn-readmore {
  border-radius: 7px!important;
}
.custom-client-sucess-story-wrap a.custom-read-story-button {
  border-radius: 7px;
}
a.client-story-banner-btn {
  border-radius: 7px;
}
a.related-client-story-btn {
  border-radius: 7px!important;
}
.coprorate-gallery a.custom-testimonial-btn {
  border-radius: 7px!important;
}
.custom-blog-rss-feed .hs-rss-description p a {
  border-radius: 7px;
}
.header-bottom-group h5 .cta_button {
  border-radius: 5px;
}
.header-bottom-group p.user-agent a.user-agent-btn {
  border-radius: 5px;
}
.event-btn {
  border-radius: 7px;
}
.supprtin-btn-erp a.btn {
  border-radius: 7px;
}
.home-lay .client-story-testimonial-col .btn-wrp a.btn {
  border-radius: 7px;
}
.career-item .btn-grp a {
  border-radius: 7px;
}
.read-more-btn {
  border-radius: 7px!important;
}
a.join-us-btn {
  border-radius: 7px;
}
#hs_cos_wrapper_widget_1576053299937 a {
  border-radius: 7px;
}


.vhcenter {
	display: flex;
    align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

/* Price Boxes - Flexible SmartSimple Solutions */
.ss-flex-solution .span4 {
  margin: 0px auto;
  padding: 0px;
  min-height: 470px;
  width: 33%;
  justify-content: center;
  margin: 1px;

}

.pricing-box1 {
  background: radial-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.2));
  background-color: #3598db;

}

.pricing-box2 {
  background: radial-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.2));
  background-color: #3598db;

}

.pricing-box3 {
  background: radial-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.2));
  background-color: #f39c11;

}

.internal-users-box {
  background: rgba(0, 0, 0, 0.2);
  padding: 5px;
  text-align: center;
}

.pricing-div {
  padding: 15px 30px 75px 30px;
  color: #ffffff;
  text-align: center;
}
.price-number-flex {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 80px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  position: relative;
  top: 30px;
}

.price-number-flex sup {
  font-size: .3em;
  position: relative;
  top: -40px;
}

.pricing-month {
  position: relative;
  top: 30px;
  text-align: center;
  color: #ffffff;
}
.pricing-from {
  position: relative;
  top: 30px;
  text-align: center;
  color: #ffffff;
}

.ss-flex-solution .text-author-normal {
  font-size: 15px;
  line-height: 25px;
}

.price-asterisk p {
  font-size: 18px;
  line-height: 24px;
}

.text-subtitle-white {
  color: #ffffff;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .ss-flex-solution .span4 {
    width: 100%;
    min-height: 400px;
  }

}

@media (max-width: 991px) and (min-width: 767px) {
  .ss-flex-solution .span4 {
    min-height: 560px;
  }
  .price-number-flex {
    font-size: 70px;
  }
}



/* Price Box - Direct Solution */

.ss-direct-solution .span4 {
  margin: 0px auto;
  padding: 0px;
  min-height: 400px;
  width: 33%;
  justify-content: center;
  margin: 1px;

}

.price-number-direct sup {
  font-size: .3em;
  position: relative;
  top: -40px;
}

.price-number-direct {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 80px;
  color: #ffffff;
  text-align: center;
  line-height: 85px;
  position: relative;
  top: 30px;
}

.pricing-year-direct {
  position: relative;
  top: 30px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 767px) {
  .ss-direct-solution .span4 {
    width: 100%;
    min-height: 400px;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .ss-direct-solution .span4 {
    width: 100%;
  }
}


/* Price Box - for SmartSimple Direct Landing Page */

.ss-direct-page .span4 {
  margin: 0px auto;
  padding: 0px;
  min-height: 490px;
  width: 33%;
  justify-content: center;
  margin: 1px;
}

.ss-direct-page .internal-users-box {
  padding-top: 15px;
}

.direct-deployment-box1 {
  background: radial-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.2));
  background-color: #6666ff;


}
.direct-deployment-box2 {
  background: radial-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.2));
  background-color: #10ada9;

}
.direct-deployment-box3 {
  background: radial-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.2));
  background-color: #f39c11;

}

.direct-deployment-text {
  position: relative;
  top: 30px;
  text-align: center;
  color: #ffffff;
}

.direct-deployment-text2 {
  position: relative;
  top: 30px;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}

.direct-deployment-checkmark li {
  list-style: none;
}
.direct-deployment-checkmark li:before {
  font-family: 'FontAwesome';
  font-size: 25px;
  content: '\f00c';
  margin: 0 5px 0 -30px;
  color: #ffffff;
}

.direct-deployment-div {
  padding: 15px 30px 70px 30px;
  color: #ffffff;
  text-align: center;
}
.direct-deployment-number {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 70px;
  color: #ffffff;
  text-align: center;
  line-height: 70px;
  position: relative;
  top: 30px;
}

.direct-deployment-number sup {
  font-size: .3em;
  position: relative;
  top: -30px;
}

.direct-deployment-accentbar {
  margin: auto;
  width: 75px;
  height: 2px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .ss-direct-page .span4 {
    width: 100%;
    min-height: 400px;
  }

}


@media (max-width: 767px) {
  .price-number-direct {
    font-size: 65px;
  }
}


@media (max-width: 991px) and (min-width: 767px) {
  .ss-direct-page .span4 {
    min-height: 570px;
  }
  .direct-deployment-number {
    font-size: 50px;
  }
}

/*  Sign Up Group - Demo Request Only */
.custom-sign-up-group-demo-request-only .custom-sign-up-col {
  width: 100%;
  text-align: center;
}



/* SS Horizontal Rule */

.ss-hr hr {
  border: 0; border-top: 1px solid #dddddd;
  margin-top: 50px;
  margin-bottom: 50px;
}
.header-bottom-group p.user-agent a.user-agent-btn {
  display: inline-block;
  padding: 6px 12.5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  font-family: "PT Sans", Arial, Sans-serif;
}

.header-bottom-group p.user-agent {
  margin: 0;
  padding: 0;
  vertical-align: top;
  margin-right: -2px;
  padding-left: 9px;
}

.header-bottom-group p.user-agent a.user-agent-btn:hover {
  text-decoration: none;
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rss-blog-post-wrap .slick-list {
  width: 100%;
}
.rss-blog-post-wrap .custom-blog-rss-feed .hs-rss-title {
  color: #fff;
  font-family: 'Open Sans',sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 15px;
  text-decoration: none;
}
.slick-initialized .slick-slide:focus {
  outline: none;
}
.rss-blog-post-wrap .feature-image-rss-fd{
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 10px;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}
.rss-blog-post-wrap .custom-blog-rss-feed .hs-rss-item:before{
  display:none;
}
.custom-blog-rss-feed .slick-arrow+.slick-arrow {
  display: none !important;
}
.custom-blog-rss-feed .slick-next {
  right: 0;
}
.custom-blog-rss-feed .slick-prev {
  left: 0;
}

@media (max-width: 767px){
  .rss-blog-post-wrap .custom-blog-rss-feed .hs-rss-title {
    font-size: 20px;
    line-height: 25px;
  }
}




/*  Blog - Subscribe & Comment box  */

.widget-type-blog_subscribe {
  background-color: #eeeeee;
  padding: 25px 25px 15px 25px;
}
.widget-type-blog_subscribe .form-title {
  font-size: 20px;
  margin-top: 0px;
}
.widget-type-blog_subscribe input {
  margin-bottom: 10px;
}
.blog span.hs-form-required {
  color: #6d6d6d;
}

/* Blog - Photo by...  */
.blog .caption {
  font-size: 12px;
}

/* Blog - Comment section */

.blog .post-footer {
  border-top: 1px solid #dddddd;
  padding-top: 25px;
  margin-top: 50px;
}

/* Blog - Social Icon */
.hs-blog-social-share {
  padding-top: 8px;
}
.hs-blog-social-share .hs-blog-social-share-item {
  margin-right: 20px;
}

/* Blog - typography */
.blog p {
  line-height: 28px;
}
#hubspot-author_data {
  font-size: 14px;
}

.blog-listing-wrapper .post-body a {
  font-weight: 700;
}

.section.post-body a {
  font-weight: 700;
}



/* Blog - Previous & Next Post */
.blog-previous-next {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  margin-top: 25px;
}
.blog-previous {
  float: left;
  font-weight: 700;
}
.blog-previous .fas {
  font-style: normal;
  color: #127b78;
}
.blog-previous a:hover {
  text-decoration: none;
}

.blog-next {
  text-align: right;
  font-weight: 700;
}
.blog-next .fas {
  font-style: normal;
  color: #127b78;
}
.blog-next a:hover {
  text-decoration: none;
}



/* Blog Listing Template */

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  max-width: 100%;
  max-height: none;
}
.blog-list #hs_cos_wrapper_blog_social_sharing {
  display: none;
}
#hubspot-topic_data {
  font-size: 14px;
}
.read-more-btn {
  font-weight: 700;
  background: none;
  padding: 7px 15px 7px 15px;
  border-radius: 0px;
  border: 1px solid #127b78;
  color: #127b78;
  transition: 0.1s;
}
.read-more-btn-div {
  margin-top: 10px;
  margin-bottom: 30px;
}
.read-more-btn:hover {
  text-decoration: none;
  background: #eeeeee;
}

/* Blog Listing - Previous & Next Post */

.blog-list-previous {
  float: left;
  font-weight: 700;
  text-align: left;
}
.blog-list-previous .fas {
  font-style: normal;
  color: #127b78;
}
.blog-list-previous a:hover {
  text-decoration: none;
}

.blog-list-all {
  float: left;
  font-weight: 700;
  text-align: center;
}
.blog-list-all a:hover {
  text-decoration: none;
}

.blog-list-next {
  float: left;
  font-weight: 700;
  text-align: right;
}
.blog-list-next .fas {
  font-style: normal;
  color: #127b78;
}
.blog-list-next a:hover {
  text-decoration: none;
}

.post-listing-simple h2 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .blog-list-next {
    text-align: center;
  }
  .blog-list-previous {
    text-align: center;
  }
}






.post-filster-see-all {
  font-weight: 700;
  background: none;
  padding: 7px 15px 7px 15px;
  border-radius: 0px;
  border: 1px solid #127b78;
  color: #127b78;
  transition: 0.1s;
}

/*  SmartSimple Events  */
.custom-event-group .custom-event-description {
  padding-top: 0px;
}
.custom-event-group .custom-event-iten-wrap {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.event-btn {
  background-color: transparent;
  color: #127b78;
  border: 1px solid #127b78;
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
  margin-top: 5px;
  padding: 6px 12px;
  transition: 0.1s;
}
.event-btn:hover {
  text-decoration: none;
  background: #eeeeee;
}

.webinars-events-link a {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 25px;
  line-height: 25px;
}
  .webinars-events-link .page-center {
    padding-top: 20px;
    padding-bottom: 5px;
  }
.webinars-events-link .fa-chevron-right {
  color: #ffffff;
  font-style: normal!important;
}


/*  CTA Buttons */
.blog-btn:hover {
  text-decoration: none;
  background-color: #0d5b59!important;
  transition: 0.1s;
}
.fa-chevron-right {
  font-size: 12px; 
}
.custom-blog-rss-feed .hs-rss-description p a:after {
  font-size: 10px;
  vertical-align: middle;
  position: relative;
  margin-top: -8px;
}
.cation-wrap .content>a i {
 font-size: 12px; 
}

/* Implementation Website Page 
@media (min-width: 992px) {
  .implementation-content .hs-item {
    width: 48%!important;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .implementation-content .hs-item {
    width: 100%;
  }
}


@media (max-width: 767px){
  .implementation-content .hs-item {
    width: 100%;
  }
}
*/

/* SS Privacy Policy Platform */
.platform-policy p.content {
font-size: 16px;
line-height: 27px;
color: #22282c;
text-align: center;
padding-top: 15px;
width: 99%;
margin: 0 auto;
}


.platform-policy > .row {
padding-bottom: 30px;
border-bottom: 1px solid #f7f8f8;
}

.platform-policy > .row > table {
width: 80%;
margin: 0 auto;
margin-top: 40px;
}


.platform-policy > .row.noborder {
border-bottom: 0;
}

.platform-policy > .row > table th {
font-family: 'PT Sans', Sans-serif;
font-size: 26px;
font-weight: normal;
color: #ffffff;
text-align: center;
border-right: 1px solid #fff;
padding-top: 10px;
padding-bottom: 10px;
}


.platform-policy > .row > table td {
font-family: 'PT Sans', Sans-serif;
font-size: 18px;
font-weight: normal;
color: #22282c;
border-right: 1px solid #fff;
padding-top: 25px;
padding-bottom: 25px;
border-bottom: 1px solid #c6c6c6;
vertical-align: top;
}

.platform-policy {
	margin-top: 0px;
}
.platform-policy td.item {
	text-align: left;
	padding: 10px;
  background-color: #f4f4f4;
  border-top: 0px;
  border-right: 0px;
}

.platform-policy td.info {
	padding-right: 25px;
}


.platform-policy th.item {
	background-color: #e4e4e4;
  color: #22282c!important;
}


.platform-policy th.essential {
	background-color: #127b78;
	padding: 10px;
}

.platform-policy th.premium {
	background-color: #d89203!important;
	padding: 10px;
}

@media (max-width: 767px) {
/* Platform Privacy Policy */
	.platform-policy > .row > table {
		width: 100%;
	}
}


/* Implementation */
.outline-btn:hover {
  background-color: #eeeeee!important;
}

#hs_cos_wrapper_widget_1583027391571 {
  text-align: center;
  padding-bottom: 20px;
}

/* Agreements and Terms */

#hs_cos_wrapper_widget_1584021800813 .span12 {
  height: 0!important;
}


/* ========= Engage Pages - 2020 - Styles Begin ========== */

/* Engage Overview */

.smartsimple-cloud-corporate-social-responsibility-software .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.smartsimple-cloud-corporate-social-responsibility-software .custom-banner-logo-image img {
  width: 400px!important;
}


.engage-2020 h2 {
  color: #00558a;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}



#hs_cos_wrapper_widget_1591798940168 h1 {
  font-size: 50px;
  line-height: 50px;
  color: #ffffff;
  
  margin-bottom: 0;
  }

 #hs_cos_wrapper_widget_1591798940168 h2 {
   font-size: 25px;
   line-height: 30px;
   
   color: #ffffff;
   margin-top: 10px;
   margin-bottom: 30px;
  }

  .engage-strapline .page-center {
    padding-top: 20px;
    padding-bottom: 0;
  }


/* Features vertical tabs */

/* Style the tab */
.tab {
  float: left;
  background-color: rgba(0,0,0,0.0);
  width: 30%;
  min-height: 425px;
  margin-bottom: 0;
}

/* Style the buttons inside the tab */
.engage-2020 .tab button {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  display: block;
  background-color: inherit;
  color: #ffffff;
  padding: 10px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  
}

/* Change background color of buttons on hover */
.engage-2020 .tab button:hover {
  background-color: rgba(255,255,255,0.2);
}

/* Create an active/current "tab button" class */
.engage-2020 .tab button.active {
  background-color: #916e1d;
  color: #ffffff;
}

/* Style the tab content */
.engage-2020 .tabcontent {
  float: left;
  padding: 30px 25px 25px 50px;
  width: 70%;
  height: 300px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

#hs_cos_wrapper_widget_1591279887778 h3 {
  color: #ffffff;
}
#hs_cos_wrapper_widget_1591279887778 p {
  color: #ffffff;
}

.engage-2020 .button {
  background: rgba(30,77,113,0.0);
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  border-radius: 7px;
  text-decoration: none;
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  transition: 0.2s
}

.engage-2020 .button:hover {
  background: rgba(255,255,255,0.1);
}

.engage-2020 .tab .fa {
  font-size: 8px;
}

.engage-2020 .button-outline .button {
  background: rgba(30,77,113,0.0);
  border: 1px solid #00558a;
  color: #00558a;
  padding: 15px 32px;
  text-align: center;
  border-radius: 7px;
  text-decoration: none;
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 4px 2px;
  cursor: pointer;
  transition: 0.2s
}

.engage-2020 .button-outline .button:hover {
  background: rgba(0,85,138,0.1);
}

#hs_cos_wrapper_widget_1591279887778 h3 {
  margin-top: 0;
  padding-bottom: 15px;
}
/* Features Vertical Tabs Ends */


#hs_cos_wrapper_widget_1591361882465 .page-center {
  padding-top: 0;
}

#hs_cos_wrapper_widget_1591370513667 {
  padding: 50px 0 50px;
}
#hs_cos_wrapper_widget_1591377893221 div {
  width: 100%!important;
}
  .partners-in-success {
    display: flex;
  }

#hs_cos_wrapper_widget_1591377893221_ .button {
  min-width: 265px;
  color: #00558a;
  font-weight: 600;
  border: 1px solid #00558a;
  padding-left: 10px;
  padding-right: 10px;
}
#hs_cos_wrapper_widget_1591377893221_ .button:hover {
   background: rgba(0,85,138,0.1);
}



#hs_cos_wrapper_widget_1591382732766 .client-story-tesimonial-group {
  background-color: #fff;
  }

#hs_cos_wrapper_widget_1591382732766 .coprorate-gallery a.custom-testimonial-btn {
  color: #00558a;
  border: 1px solid #00558a!important;
  font-family: 'PT Sans', sans-serif!important;
  font-size: 20px;
  font-weight: 300!important;
  }

#hs_cos_wrapper_widget_1591382732766 .coprorate-gallery .custom-testimonial-btn:hover {
  background: rgba(0,85,138,0.1);
  }


#hs_cos_wrapper_widget_1591382732766 .fa {
  color: #00558a!important;
  }

#hs_cos_wrapper_widget_1591382732766 .slick-slide:nth-child(3) .testimony-logo img {
  width: 100px;
  }

#hs_cos_wrapper_widget_1591382732766 .slick-slide:nth-child(4) .testimony-logo {
  display: none!important;
  }

#hs_cos_wrapper_widget_1591382732766 .slick-slide:nth-child(5) .testimony-logo {
  display: none!important;
  }





.ss-hr hr {
    border-bottom-color: rgba(0, 0, 0, 0.1)!important;
    width: 100%!important;
  }

#hs_cos_wrapper_widget_1591398246626 h3 {
  color: #00558a;
}

#hs_cos_wrapper_widget_1591398246626 .rss-item-sl-1 .feature-image-rss-fd {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.0),rgba(0,0,0,0.0)), url(https://www.smartsimple.com/hubfs/discover-resources-crowdsourcing-3.jpg)!important;
}

#hs_cos_wrapper_widget_1591398246626 .rss-item-sl-2 .feature-image-rss-fd {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5),rgba(0,0,0,0.1)), url(https://www.smartsimple.com/hubfs/discover-resources-adopoting-un-sdgs-2.jpg)!important;
}

#hs_cos_wrapper_widget_1591398246626 .rss-item-sl-3 .feature-image-rss-fd {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5),rgba(0,0,0,0.1)), url(https://www.smartsimple.com/hubfs/discover-resources-comparison.jpg)!important;
}

.engage-2020 .custom-blog-rss-feed .hs-rss-description p a {
  font-family: 'PT Sans', sans-serif;
}


/* Engage Features - Corporate Giving */

.corporate-social-responsibility-software-corporate-giving .custom-banner-logo-image img {
  width: 400px!important;
}

.corporate-social-responsibility-software-corporate-giving .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 75px;
}

#hs_cos_wrapper_widget_1591495461769 h1 {
  font-size: 50px;
  line-height: 50px;
}

.corporate-social-responsibility-software-corporate-giving .engage-strapline {
  background-color: #1a3667; 
}

.corporate-social-responsibility-software-corporate-giving .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/bullets-pink.png);
  font-size: 16px;
  line-height: 22px;
}
.corporate-social-responsibility-software-corporate-giving .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}
#hs_cos_wrapper_widget_1591502068297 h3 {
  margin-top: 0;
  color: #00558a;
  font-weight: 700;
}

.corporate-social-responsibility-software-corporate-giving #hs_cos_wrapper_widget_1591370513667 {
    padding: 0 0 50px;
}

.corporate-social-responsibility-software-corporate-giving .body-container .page-center {
  padding-bottom: 0;
}

/* Engage Features - Employee Giving */

.corporate-social-responsibility-software-employee-giving .custom-banner-logo-image img {
  width: 400px!important;
}

.corporate-social-responsibility-software-employee-giving .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.corporate-social-responsibility-software-employee-giving .engage-strapline {
  background-color: #1a3667;
  padding-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
}

#hs_cos_wrapper_module_1591501633313253 h3 {
  margin-top: 0;
  color: #00558a;
  font-weight: 700;
}
.corporate-social-responsibility-software-employee-giving .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}

#hs_cos_wrapper_widget_1591621742496 .page-center {
  padding-top: 0;
}
.corporate-social-responsibility-software-employee-giving .client-story-image-with-descrip.padding-top-img-desc-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.corporate-social-responsibility-software-employee-giving #hs_cos_wrapper_widget_1591370513667 {
  padding: 0 0 50px;
}

/* Engage Features - Volunteer Management */

.corporate-social-responsibility-software-volunteer-management .custom-banner-logo-image img {
  width: 400px!important;
}

.corporate-social-responsibility-software-volunteer-management .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.corporate-social-responsibility-software-volunteer-management .engage-strapline {
  background-color: #1a3667;
  padding-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
}

.corporate-social-responsibility-software-volunteer-management .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/bullets-orange-11.png);
  font-size: 16px;
  line-height: 22px;
}
.corporate-social-responsibility-software-volunteer-management .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}

.engage-2020 .client-story-image-with-descrip-col.col-right img {
    border-radius: 0;
}

#hs_cos_wrapper_widget_1591621742496 .page-center {
  padding-top: 25px;
  padding-bottom: 0;
}

.corporate-social-responsibility-software-volunteer-management .client-story-image-with-descrip.padding-top-img-desc-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.corporate-social-responsibility-software-volunteer-management #hs_cos_wrapper_widget_1591370513667 {
  padding: 0 0 50px;
}




/* Engage Features - Matching Gifts */

.corporate-social-responsibility-software-matching-gifts .custom-banner-logo-image img {
  width: 400px!important;
}

.corporate-social-responsibility-software-matching-gifts .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.corporate-social-responsibility-software-matching-gifts .engage-strapline {
  background-color: #1a3667;
  padding-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
}

.corporate-social-responsibility-software-matching-gifts .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/bullets-green-3.png);
  font-size: 16px;
  line-height: 22px;
}
.corporate-social-responsibility-software-matching-gifts .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}

.corporate-social-responsibility-software-matching-gifts .client-story-image-with-descrip.padding-top-img-desc-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.corporate-social-responsibility-software-matching-gifts #hs_cos_wrapper_widget_1591370513667 {
  padding: 0 0 50px;
}

/* Engage Features - Employee Volunteer Grants */

.corporate-social-responsibility-software-employee-volunteer-grants .custom-banner-logo-image img {
  width: 400px!important;
}

.corporate-social-responsibility-software-employee-volunteer-grants .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.corporate-social-responsibility-software-employee-volunteer-grants .engage-strapline {
  background-color: #1a3667;
  padding-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
}
.corporate-social-responsibility-software-employee-volunteer-grants .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/bullets-bronze-12.png);
  font-size: 16px;
  line-height: 22px;
}
.corporate-social-responsibility-software-employee-volunteer-grants .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}
.corporate-social-responsibility-software-employee-volunteer-grants .client-story-image-with-descrip.padding-top-img-desc-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.corporate-social-responsibility-software-employee-volunteer-grants #hs_cos_wrapper_widget_1591370513667 {
  padding: 0 0 50px;
}

/* Engage Features - Fundraising & Donations */

.corporate-social-responsibility-software-fundraising-donations .custom-banner-logo-image img {
  width: 400px!important;
}

.corporate-social-responsibility-software-fundraising-donations .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.corporate-social-responsibility-software-fundraising-donations .engage-strapline {
  background-color: #1a3667;
  padding-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
}
.corporate-social-responsibility-software-fundraising-donations .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/bullets-orange-11.png);
  font-size: 16px;
  line-height: 22px;
}
.corporate-social-responsibility-software-fundraising-donations .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}
.corporate-social-responsibility-software-fundraising-donations .client-story-image-with-descrip.padding-top-img-desc-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.corporate-social-responsibility-software-fundraising-donations #hs_cos_wrapper_widget_1591370513667 {
  padding: 0 0 50px;
}


/* Engage Features - In-kind Giving */

.corporate-social-responsibility-software-in-kind-giving .custom-banner-logo-image img {
  width: 400px!important;
}

.corporate-social-responsibility-software-in-kind-giving .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.corporate-social-responsibility-software-in-kind-giving .engage-strapline {
  background-color: #1a3667;
  padding-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
}
.corporate-social-responsibility-software-in-kind-giving .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/bullets-medium-blue-14.png);
  font-size: 16px;
  line-height: 22px;
}
.corporate-social-responsibility-software-in-kind-giving .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}
.corporate-social-responsibility-software-in-kind-giving .client-story-image-with-descrip.padding-top-img-desc-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.corporate-social-responsibility-software-in-kind-giving #hs_cos_wrapper_widget_1591370513667 {
  padding: 0 0 50px;
}

/* Engage Features - Corporate Sponsoships */

.corporate-social-responsibility-software-sponsorships .custom-banner-logo-image img {
  width: 400px!important;
}

.corporate-social-responsibility-software-sponsorships .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.corporate-social-responsibility-software-sponsorships .engage-strapline {
  background-color: #1a3667;
  padding-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
}
.corporate-social-responsibility-software-sponsorships .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/bullets-pink.png);
  font-size: 16px;
  line-height: 22px;
}
.corporate-social-responsibility-software-sponsorships .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}
.corporate-social-responsibility-software-sponsorships .client-story-image-with-descrip.padding-top-img-desc-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.corporate-social-responsibility-software-sponsorships #hs_cos_wrapper_widget_1591370513667 {
  padding: 0 0 50px;
}

/* Engage Features - Employee Assistance Funds */

.corporate-social-responsibility-software-employee-assistance-funds .custom-banner-logo-image img {
  width: 400px!important;
}

.corporate-social-responsibility-software-employee-assistance-funds .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.corporate-social-responsibility-software-employee-assistance-funds .engage-strapline {
  background-color: #1a3667;
  padding-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
}
.corporate-social-responsibility-software-employee-assistance-funds .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/bullets-orange-11.png);
  font-size: 16px;
  line-height: 22px;
}
.corporate-social-responsibility-software-employee-assistance-funds .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}
.corporate-social-responsibility-software-employee-assistance-funds .client-story-image-with-descrip.padding-top-img-desc-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.corporate-social-responsibility-software-employee-assistance-funds #hs_cos_wrapper_widget_1591370513667 {
  padding: 0 0 50px;
}

/* Engage Features - Reporting Impact */

.corporate-social-responsibility-software-reporting-impact .custom-banner-logo-image img {
  width: 400px!important;
}

.corporate-social-responsibility-software-reporting-impact .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.corporate-social-responsibility-software-reporting-impact .engage-strapline {
  background-color: #1a3667;
  padding-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
}
.corporate-social-responsibility-software-reporting-impact .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/bullets-orange-11.png);
  font-size: 16px;
  line-height: 22px;
}
.corporate-social-responsibility-software-reporting-impact .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}
.corporate-social-responsibility-software-reporting-impact .client-story-image-with-descrip.padding-top-img-desc-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.corporate-social-responsibility-software-reporting-impact #hs_cos_wrapper_widget_1591370513667 {
  padding: 0 0 50px;
}

/* Engage Features - Goal Tracking */

.corporate-social-responsibility-software-goal-tracking .custom-banner-logo-image img {
  width: 400px!important;
}

.corporate-social-responsibility-software-goal-tracking .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.corporate-social-responsibility-software-goal-tracking .engage-strapline {
  background-color: #1a3667;
  padding-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
}
.corporate-social-responsibility-software-goal-tracking .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/bullets-orange-11.png);
  font-size: 16px;
  line-height: 22px;
}
.corporate-social-responsibility-software-goal-tracking .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}
.corporate-social-responsibility-software-goal-tracking .client-story-image-with-descrip.padding-top-img-desc-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.corporate-social-responsibility-software-goal-tracking #hs_cos_wrapper_widget_1591370513667 {
  padding: 0 0 50px;
}









@media (max-width: 990px) {
  #hs_cos_wrapper_widget_1590777823770_ h1 {
    width: 100%;
  }
    
}
  

@media (max-width: 767px) {
  
  #hs_cos_wrapper_widget_1590777823770_ h3 {
    width: 100%;
  }
  
  #hs_cos_wrapper_widget_1590777823770_ h1 {
    width: 100%;
    font-size: 50px;
    line-height: 50px;
  }
  
 
  .partners-in-success {
    display: block;
  }
  .engage-2020 .tab button {
    font-size: 12px;
    line-height: 16px;
  }
  .engage-2020 .tabcontent {
    font-size: 15px;
    line-height: 19px;
  }
  #hs_cos_wrapper_widget_1591279887778 h3 {
    font-size: 20px;
    line-height: 24px;
  }
  
  .engage-2020 .button {
    padding: 10px 15px 10px; 
   }
  #hs_cos_wrapper_module_159127969935134 .button {
    font-size: 12px;
  }

  
  
  
  
  
}

/* ========= Engage Pages - 2020 - Style Ends ========== */




/* ========= Home Page 2020 - Styles Begin ========== */

#hs_cos_wrapper_widget_1593529278155 h3 {
  color: #ffffff;
}



.home-solution-itme .card {
  border: 1px solid #e1e1e1;
}

.homepage-2020 .card-title {
  color: #22282c!important;
  font-family: 'PT Sans', sans-serif!important;
  font-weight: 400!important;
  text-align: center;
}
#hs_cos_wrapper_widget_1594057933527 a:hover {
  text-decoration: none;
}
.solution-mob-heading h4 span {
  font-weight: 400;
}

/* Home Page 2021 */

#hs_cos_wrapper_widget_1637852892465 .custom-client-sucess-story-item {
  min-height: 400px;
}
#hs_cos_wrapper_widget_1637852892465 .custom-client-sucess-story-wrap {
  margin-bottom: 0!important;
}

.cd-top {
  height: 40px;
  width: 40px;
  background-size: 40px 40px;
}





/* Home Page 2021 - List of dynamic blog posts */
#hs_cos_wrapper_widget_1639770421993 h2 {
  font-size: 45px;
  line-height: 50px;
}

.dynamic-blog-content {
  display: flex;
  align-items: center;
	justify-content: center;
	
}

.dynamic-blog-image {
  margin-right: 15px;
  margin-bottom: 10px;
}

.dynamic-blog-container img {
  border-radius: 10px;
  width: 249px;
}

.dynamic-blog-title {
  width: 45%;
}

.dynamic-blog-container h3 {
 font-size: 25px;
  line-height: 27px;
  text-align: left;
  margin-top: 0;
}

@media (max-width: 650px) {
  
  .dynamic-blog-content {
    display: block;
  }
  .dynamic-blog-container h3 {
    margin-bottom: 25px;
  }
  
  .dynamic-blog-title {
    width: 100%;
}
    
}





#hs_cos_wrapper_widget_1637852892465 .custom-client-sucess-story-item img {
  border-radius: 10px;
}






/* ========= Platform3 - Styles Begins ========== */

.smartsimple-cloud .custom-banner-logo-image img {
  width: 300px!important;
}


.platform3-2020 h2 {
  color: #127b78;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}

.platform3-2020 .button {
  background: rgba(30,77,113,0.0);
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  border-radius: 7px;
  text-decoration: none;
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  transition: 0.2s
}

.platform3-2020 .button:hover {
  background: rgba(255,255,255,0.1);
}


.platform3-2020 .button-outline .button {
  background: rgba(30,77,113,0.0);
  border: 1px solid #00558a;
  color: #00558a;
  padding: 15px 32px;
  text-align: center;
  border-radius: 7px;
  text-decoration: none;
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 4px 2px;
  cursor: pointer;
  transition: 0.2s
}

.platform3-2020 .button-outline .button:hover {
  background: rgba(0,85,138,0.1);
}

.platform3-2020 #hs_cos_wrapper_module_1591501633313253 h3 {
  color: #127b78;
}




.smartsimple-cloud .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.smartsimple-cloud .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/bullets-orange-11.png);
  font-size: 16px;
  line-height: 22px;
}
.smartsimple-cloud .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}
.smartsimple-cloud .client-story-image-with-descrip.padding-top-img-desc-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.smartsimple-cloud #hs_cos_wrapper_widget_1591370513667 {
  padding: 0 0 50px;
}


/* ========= Grants Management - Styles Begins ========== */

.grants-management-2020, .discover-2020, .aspire-2020, .unite-2020, .exchange-2020, .corporate-banner-area {
  background-position: top center;
}





.custom-one-column-bg-wrapper.two-col .custom-content-wrap {
  padding-bottom: 20px;
}

@media (min-width: 766px) {
  
  .custom-one-column-bg-wrapper.two-col .custom-content-wrap {
    width: 49%!important;
    display: inline-block!important;
  }
  
}




.smartsimple-cloud-grants-management-software .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.smartsimple-cloud-grants-management-software .custom-banner-logo-image img {
  width: 425px!important;
}

.smartsimple-cloud-grants-management-software h2 {
  color: #00558a;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}

.smartsimple-cloud-grants-management-software .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.grants-management-2020 .button-outline .button {
  background: rgba(30,77,113,0.0);
  border: 1px solid #00558a;
  color: #00558a;
  padding: 15px 32px;
  text-align: center;
  border-radius: 7px;
  text-decoration: none;
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 4px 2px;
  cursor: pointer;
  transition: 0.2s
}

.grants-management-2020 .button-outline .button:hover {
  background: rgba(0,85,138,0.1);
}

.grants-management-2020 .client-story-tesimonial-group {
    background-color: #ffffff;
}

.grants-management-2020 #hs_cos_wrapper_widget_1594841832383 .slick-slide:nth-child(1) .testimony-logo img {
  width: 50px;
  }

.grants-management-2020 #hs_cos_wrapper_widget_1594841832383 .slick-slide:nth-child(3) .testimony-logo img {
  width: 125px;
  }

.grants-management-2020 #hs_cos_wrapper_widget_1594841832383 .slick-slide:nth-child(4) .testimony-logo img {
  width: 125px;
  }

#hs_cos_wrapper_widget_1594841832383 .coprorate-gallery a.custom-testimonial-btn {
  border: 1px solid #00558a;
  color: #00558a;
  }

#hs_cos_wrapper_widget_1594841832383 .coprorate-gallery .fa-chevron-right {
  color: #00558a!important;
  }

#hs_cos_wrapper_widget_1594841832383 .coprorate-gallery .custom-testimonial-btn:hover {
  background: rgba(0,85,138,0.1);
  }

#hs_cos_wrapper_widget_1594907814628_ .button {
  min-width: 300px;
  color: #00558a;
  font-weight: 600;
  border: 1px solid #00558a;
  padding-left: 10px;
  padding-right: 10px;
}
#hs_cos_wrapper_widget_1594907814628_ .button:hover {
   background: rgba(0,85,138,0.1);
}

#hs_cos_wrapper_module_1594826327331431 .page-center {
  padding-bottom: 0;
}



.benefit-left {
  padding: 110px 100px 110px 100px;
}
.benefit-right {
  padding: 100px;
}
  

#hs_cos_wrapper_module_1594921514324277 .button {
  min-width: 300px;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
#hs_cos_wrapper_module_1594921514324277 .button:hover {
   background: rgba(255,255,255,0.1);
}
#hs_cos_wrapper_widget_1594921689700 .button {
  min-width: 300px;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
#hs_cos_wrapper_widget_1594921689700 .button:hover {
   background: rgba(255,255,255,0.1);
}
@media (max-width: 990px) {
  
  .benefit-left {
   padding: 50px 25px 50px 25px;
  }
  
  .benefit-right {
   padding: 50px 25px 50px 25px; 
  }
  
}

/* ========= Grants Management: Program Manager - Styles Begins ========== */

.grants-management-software-program-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.grants-management-software-program-manager .custom-banner-logo-image img {
  width: 400px!important;
}

.grants-management-software-program-manager h2 {
  color: #00558a;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}

.grants-management-software-program-manager .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.grants-management-software-program-manager #hs_cos_wrapper_widget_1594822595385 .button {
  min-width: 255px;
  color: #00558a;
  font-weight: 600;
  border: 1px solid #00558a;
  padding-left: 10px;
  padding-right: 10px;
}
.grants-management-software-program-manager #hs_cos_wrapper_widget_1594822595385 .button:hover {
   background: rgba(0,85,138,0.1);
}

.grants-management-software-program-manager .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://6704953.fs1.hubspotusercontent-na1.net/hubfs/6704953/bullets-orange-11.png);
  font-size: 16px;
  line-height: 22px;
}

.grants-management-software-program-manager #hs_cos_wrapper_widget_1594991924159 h3 {
  margin-top: 0;
  color: #00558a;
  font-weight: 700;
}

.grants-management-software-program-manager .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}

.grants-management-software-program-manager .client-story-image-with-descrip-col.col-right img {
    border-radius: 0;
}

.grants-management-software-program-manager .coprorate-gallery a.custom-testimonial-btn {
  border: 1px solid #00558a;
  color: #00558a;
  }

.grants-management-software-program-manager .coprorate-gallery .fa-chevron-right {
  color: #00558a!important;
  }

.grants-management-software-program-manager .coprorate-gallery .custom-testimonial-btn:hover {
  background: rgba(0,85,138,0.1);
  }







/* ========= Grants Management: Meeting Manager - Styles Begins ========== */

.grants-management-software-meeting-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.grants-management-software-meeting-manager .custom-banner-logo-image img {
  width: 400px!important;
}

.grants-management-software-meeting-manager h2 {
  color: #00558a;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}

.grants-management-software-meeting-manager .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.grants-management-software-meeting-manager #hs_cos_wrapper_widget_1594822595385 .button {
  min-width: 255px;
  color: #00558a;
  font-weight: 600;
  border: 1px solid #00558a;
  padding-left: 10px;
  padding-right: 10px;
}
.grants-management-software-meeting-manager #hs_cos_wrapper_widget_1594822595385 .button:hover {
   background: rgba(0,85,138,0.1);
}

.grants-management-software-meeting-manager .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://www.smartsimple.com/hubfs/bullets-pink.png);
  font-size: 16px;
  line-height: 22px;
}

.grants-management-software-meeting-manager #hs_cos_wrapper_widget_1594991924159 h3 {
  margin-top: 0;
  color: #00558a;
  font-weight: 700;
}

.grants-management-software-meeting-manager .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}

.grants-management-software-meeting-manager .client-story-image-with-descrip-col.col-right img {
    border-radius: 0;
}

.grants-management-software-meeting-manager .coprorate-gallery a.custom-testimonial-btn {
  border: 1px solid #00558a;
  color: #00558a;
  }

.grants-management-software-meeting-manager .coprorate-gallery .fa-chevron-right {
  color: #00558a!important;
  }

.grants-management-software-meeting-manager .coprorate-gallery .custom-testimonial-btn:hover {
  background: rgba(0,85,138,0.1);
  }

.grants-management-software-meeting-manager .slick-slide:nth-child(2) .testimony-logo img {
  width: 100px;
  }

.grants-management-software-meeting-manager .slick-slide:nth-child(3) .testimony-logo img {
  width: 120px;
  }

/* ========= Grants Management: Goal Tracker - Styles Begins ========== */

.grants-management-software-goal-tracker .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.grants-management-software-goal-tracker .custom-banner-logo-image img {
  width: 400px!important;
}

.grants-management-software-goal-tracker h2 {
  color: #00558a;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}

.grants-management-software-goal-tracker .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.grants-management-software-goal-tracker #hs_cos_wrapper_widget_1594822595385 .button {
  min-width: 255px;
  color: #00558a;
  font-weight: 600;
  border: 1px solid #00558a;
  padding-left: 10px;
  padding-right: 10px;
}
.grants-management-software-goal-tracker #hs_cos_wrapper_widget_1594822595385 .button:hover {
   background: rgba(0,85,138,0.1);
}

.grants-management-software-goal-tracker .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://www.smartsimple.com/hubfs/SmartSimple_December2019%20Theme/Images/bullet-blue.png);
  font-size: 16px;
  line-height: 22px;
}

.grants-management-software-goal-tracker #hs_cos_wrapper_widget_1594991924159 h3 {
  margin-top: 0;
  color: #00558a;
  font-weight: 700;
}

.grants-management-software-goal-tracker .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}

.grants-management-software-goal-tracker .client-story-image-with-descrip-col.col-right img {
    border-radius: 0;
}

.grants-management-software-goal-tracker .coprorate-gallery a.custom-testimonial-btn {
  border: 1px solid #00558a;
  color: #00558a;
  }

.grants-management-software-goal-tracker .coprorate-gallery .fa-chevron-right {
  color: #00558a!important;
  }

.grants-management-software-goal-tracker .coprorate-gallery .custom-testimonial-btn:hover {
  background: rgba(0,85,138,0.1);
  }

.grants-management-software-goal-tracker .slick-slide:nth-child(1) .testimony-logo img {
  width: 100px;
  }


/* ========= Grants Management: Application Manager - Styles Begins ========== */

.grants-management-software-application-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.grants-management-software-application-manager .custom-banner-logo-image img {
  width: 400px!important;
}

.grants-management-software-application-manager h2 {
  color: #00558a;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}

.grants-management-software-application-manager .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.grants-management-software-application-manager #hs_cos_wrapper_widget_1594822595385 .button {
  min-width: 255px;
  color: #00558a;
  font-weight: 600;
  border: 1px solid #00558a;
  padding-left: 10px;
  padding-right: 10px;
}
.grants-management-software-application-manager #hs_cos_wrapper_widget_1594822595385 .button:hover {
   background: rgba(0,85,138,0.1);
}

.grants-management-software-application-manager .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://www.smartsimple.com/hubfs/SmartSimple_December2019%20Theme/Images/bullet-blue.png);
  font-size: 16px;
  line-height: 22px;
}

.grants-management-software-application-manager #hs_cos_wrapper_widget_1594991924159 h3 {
  margin-top: 0;
  color: #00558a;
  font-weight: 700;
}

.grants-management-software-application-manager .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}

.grants-management-software-application-manager .client-story-image-with-descrip-col.col-right img {
    border-radius: 0;
}

.grants-management-software-application-manager .coprorate-gallery a.custom-testimonial-btn {
  border: 1px solid #00558a;
  color: #00558a;
  }

.grants-management-software-application-manager .coprorate-gallery .fa-chevron-right {
  color: #00558a!important;
  }

.grants-management-software-application-manager .coprorate-gallery .custom-testimonial-btn:hover {
  background: rgba(0,85,138,0.1);
  }

.grants-management-software-application-manager .slick-slide:nth-child(2) .testimony-logo img {
  width: 50px;
  }

.grants-management-software-application-manager .slick-slide:nth-child(3) .testimony-logo img {
  width: 75px;
  }

/* ========= Grants Management: Budget Manager - Styles Begins ========== */

.grants-management-software-budget-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.grants-management-software-budget-manager .custom-banner-logo-image img {
  width: 400px!important;
}

.grants-management-software-budget-manager h2 {
  color: #00558a;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}

.grants-management-software-budget-manager .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.grants-management-software-budget-manager #hs_cos_wrapper_widget_1594822595385 .button {
  min-width: 255px;
  color: #00558a;
  font-weight: 600;
  border: 1px solid #00558a;
  padding-left: 10px;
  padding-right: 10px;
}
.grants-management-software-budget-manager #hs_cos_wrapper_widget_1594822595385 .button:hover {
   background: rgba(0,85,138,0.1);
}

.grants-management-software-budget-manager .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://www.smartsimple.com/hubfs/bullets-green-3.png);
  font-size: 16px;
  line-height: 22px;
}

.grants-management-software-budget-manager #hs_cos_wrapper_widget_1594991924159 h3 {
  margin-top: 0;
  color: #00558a;
  font-weight: 700;
}

.grants-management-software-budget-manager .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}

.grants-management-software-budget-manager .client-story-image-with-descrip-col.col-right img {
    border-radius: 0;
}

.grants-management-software-budget-manager .coprorate-gallery a.custom-testimonial-btn {
  border: 1px solid #00558a;
  color: #00558a;
  }

.grants-management-software-budget-manager .coprorate-gallery .fa-chevron-right {
  color: #00558a!important;
  }

.grants-management-software-budget-manager .coprorate-gallery .custom-testimonial-btn:hover {
  background: rgba(0,85,138,0.1);
  }

.grants-management-software-budget-manager .slick-slide:nth-child(2) .testimony-logo img {
  width: 50px;
  }

.grants-management-software-budget-manager .slick-slide:nth-child(3) .testimony-logo img {
  width: 75px;
  }

/* ========= Grants Management: Event Manager - Styles Begins ========== */

.grants-management-software-event-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.grants-management-software-event-manager .custom-banner-logo-image img {
  width: 400px!important;
}

.grants-management-software-event-manager h2 {
  color: #00558a;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}

.grants-management-software-event-manager .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.grants-management-software-event-manager #hs_cos_wrapper_widget_1594822595385 .button {
  min-width: 255px;
  color: #00558a;
  font-weight: 600;
  border: 1px solid #00558a;
  padding-left: 10px;
  padding-right: 10px;
}
.grants-management-software-event-manager #hs_cos_wr.grants-management-grantmaking-software-event-managerapper_widget_1594822595385 .button:hover {
   background: rgba(0,85,138,0.1);
}

.grants-management-software-event-manager .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://www.smartsimple.com/hubfs/bullets-pink.png);
  font-size: 16px;
  line-height: 22px;
}

.grants-management-software-event-manager #hs_cos_wrapper_widget_1594991924159 h3 {
  margin-top: 0;
  color: #00558a;
  font-weight: 700;
}

.grants-management-software-event-manager .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}

.grants-management-software-event-manager .client-story-image-with-descrip-col.col-right img {
    border-radius: 0;
}

.grants-management-software-event-manager .coprorate-gallery a.custom-testimonial-btn {
  border: 1px solid #00558a;
  color: #00558a;
  }

.grants-management-software-event-manager .coprorate-gallery .fa-chevron-right {
  color: #00558a!important;
  }

.grants-management-software-event-manager .coprorate-gallery .custom-testimonial-btn:hover {
  background: rgba(0,85,138,0.1);
  }

.grants-management-software-event-manager .slick-slide:nth-child(2) .testimony-logo img {
  width: 50px;
  }

.grants-management-software-event-manager .slick-slide:nth-child(3) .testimony-logo img {
  width: 75px;
  }



/* ========= Discover: Overview - Styles Begins ========== */

.smartsimple-cloud-research-grants-management-software .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.smartsimple-cloud-research-grants-management-software .custom-banner-logo-image img {
  width: 425px!important;
}

.smartsimple-cloud-research-grants-management-software h2 {
  color: #22282c;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}

.smartsimple-cloud-research-grants-management-software .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.discover-2020 .button-outline .button {
  background: rgba(30,77,113,0.0);
  border: 1px solid #22282c;
  color: #22282c;
  padding: 15px 32px;
  text-align: center;
  border-radius: 7px;
  text-decoration: none;
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 4px 2px;
  cursor: pointer;
  transition: 0.2s
}

.discover-2020 .button-outline .button:hover {
  background: rgba(127,127,127,0.1);
}

.discover-2020 .client-story-tesimonial-group {
    background-color: #ffffff;
}

#hs_cos_wrapper_widget_1594841832383 .slick-slide:nth-child(1) .testimony-logo img {
  width: 100px;
  }

#hs_cos_wrapper_widget_1594841832383 .slick-slide:nth-child(2) .testimony-logo img {
  width: 125px;
  }

#hs_cos_wrapper_widget_1594841832383 .slick-slide:nth-child(3) .testimony-logo img {
  width: 175px;
  }

#hs_cos_wrapper_widget_1594841832383 .slick-slide:nth-child(4) .testimony-logo img {
  width: 125px;
  }

.smartsimple-cloud-research-grants-management-software #hs_cos_wrapper_widget_1594841832383 .coprorate-gallery a.custom-testimonial-btn {
  border: 1px solid #22282c;
  color: #22282c;
  }

.smartsimple-cloud-research-grants-management-software #hs_cos_wrapper_widget_1594841832383 .coprorate-gallery .fa-chevron-right {
  color: #22282c!important;
  }

.smartsimple-cloud-research-grants-management-software #hs_cos_wrapper_widget_1594841832383 .coprorate-gallery .custom-testimonial-btn:hover {
  background: rgba(34,40,44,0.1);
  }


.smartsimple-cloud-research-grants-management-software #hs_cos_wrapper_widget_1594915783435 a.custom-orange-btn.transparent-btn {
  color: #22282c;
  border: 1px solid #22282c;
}
.smartsimple-cloud-research-grants-management-software #hs_cos_wrapper_widget_1594915783435 .fa-chevron-right {
  color: #22282c!important;
}
.smartsimple-cloud-research-grants-management-software #hs_cos_wrapper_widget_1594915783435 .custom-orange-btn.transparent-btn:hover {
  background: rgba(34,40,44,0.1);
}

.smartsimple-cloud-research-grants-management-software #hs_cos_wrapper_widget_1594915783435 h5 {
  color: #22282c;
}
.smartsimple-cloud-research-grants-management-software #hs_cos_wrapper_widget_1594910724506 h3 {
  color: #22282c!important;
}


#hs_cos_wrapper_module_1594826327331431 .page-center {
  padding-bottom: 0;
}


/* ========= Discover: Committee Manager - Styles Begins ========== */

.research-grants-management-software-committee-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.research-grants-management-software-committee-manager .custom-banner-logo-image img {
  width: 425px!important;
}
.research-grants-management-software-committee-manager h2 {
  color: #22282c;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}
.research-grants-management-software-committee-manager .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}
.research-grants-management-software-committee-manager #hs_cos_wrapper_widget_1594822595385 .button {
  min-width: 265px;
  color: #22282c;
  font-weight: 600;
  border: 1px solid #22282c;
  padding-left: 10px;
  padding-right: 10px;
}
.research-grants-management-software-committee-manager #hs_cos_wr.grants-management-grantmaking-software-event-managerapper_widget_1594822595385 .button:hover {
   background: rgba(0,0,0,0.1);
}
.research-grants-management-software-committee-manager .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://www.smartsimple.com/hubfs/SmartSimple_December2019%20Theme/Images/bullet-orange.png);
  font-size: 16px;
  line-height: 22px;
}
.research-grants-management-software-committee-manager #hs_cos_wrapper_widget_1595535537666 h3 {
  margin-top: 0;
  color: #808080;
  font-weight: 700;
}
.research-grants-management-software-committee-manager .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}
.research-grants-management-software-committee-manager .client-story-image-with-descrip-col.col-right img {
    border-radius: 0;
}
.research-grants-management-software-committee-manager .coprorate-gallery a.custom-testimonial-btn {
  border: 1px solid #22282c!important;
  color: #22282c!important;
  }
.research-grants-management-software-committee-manager #hs_cos_wrapper_widget_1594841832383 .coprorate-gallery .fa-chevron-right {
  color: #22282c!important;
  }
.research-grants-management-software-committee-manager .coprorate-gallery .custom-testimonial-btn:hover {
  background: rgba(0,0,0,0.1)!important;
  }

/* ========= Discover: Fund Manager - Styles Begins ========== */

.research-grants-management-software-fund-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.research-grants-management-software-fund-manager .custom-banner-logo-image img {
  width: 425px!important;
}
.research-grants-management-software-fund-manager h2 {
  color: #22282c;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}
.research-grants-management-software-fund-manager .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}
.research-grants-management-software-fund-manager #hs_cos_wrapper_widget_1594822595385 .button {
  min-width: 265px;
  color: #22282c;
  font-weight: 600;
  border: 1px solid #22282c;
  padding-left: 10px;
  padding-right: 10px;
}
.research-grants-management-software-fund-manager #hs_cos_wr.grants-management-grantmaking-software-event-managerapper_widget_1594822595385 .button:hover {
   background: rgba(0,85,138,0.1);
}
.research-grants-management-software-fund-manager .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://www.smartsimple.com/hubfs/SmartSimple_December2019%20Theme/Images/bullet-orange.png);
  font-size: 16px;
  line-height: 22px;
}
.research-grants-management-software-fund-manager #hs_cos_wrapper_widget_1595535537666 h3 {
  margin-top: 0;
  color: #808080;
  font-weight: 700;
}
.research-grants-management-software-fund-manager .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}
.research-grants-management-software-fund-manager .client-story-image-with-descrip-col.col-right img {
    border-radius: 0;
}
.research-grants-management-software-fund-manager #hs_cos_wrapper_widget_1594841832383 .coprorate-gallery a.custom-testimonial-btn {
  border: 1px solid #22282c;
  color: #22282c;
  }
.research-grants-management-software-fund-manager #hs_cos_wrapper_widget_1594841832383 .coprorate-gallery .fa-chevron-right {
  color: #22282c!important;
  }
.research-grants-management-software-fund-manager #hs_cos_wrapper_widget_1594841832383 .coprorate-gallery .custom-testimonial-btn:hover {
  background: rgba(0,0,0,0.1);
  }

/* ========= Discover: Program Manager - Styles Begins ========== */

.research-grants-management-software-program-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.research-grants-management-software-program-manager .custom-banner-logo-image img {
  width: 425px!important;
}
.research-grants-management-software-program-manager h2 {
  color: #22282c;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}
.research-grants-management-software-program-manager .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}
.research-grants-management-software-program-manager #hs_cos_wrapper_widget_1594822595385 .button {
  min-width: 265px;
  color: #22282c;
  font-weight: 600;
  border: 1px solid #22282c;
  padding-left: 10px;
  padding-right: 10px;
}
.research-grants-management-software-program-manager #hs_cos_wr.grants-management-grantmaking-software-event-managerapper_widget_1594822595385 .button:hover {
   background: rgba(0,85,138,0.1);
}
.research-grants-management-software-program-manager .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://www.smartsimple.com/hubfs/SmartSimple_December2019%20Theme/Images/bullet-orange.png);
  font-size: 16px;
  line-height: 22px;
}
.research-grants-management-software-program-manager #hs_cos_wrapper_widget_1595535537666 h3 {
  margin-top: 0;
  color: #808080;
  font-weight: 700;
}
.research-grants-management-software-program-manager .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}
.research-grants-management-software-program-manager .client-story-image-with-descrip-col.col-right img {
    border-radius: 0;
}
.research-grants-management-software-program-manager #hs_cos_wrapper_widget_1594841832383 .coprorate-gallery a.custom-testimonial-btn {
  border: 1px solid #22282c;
  color: #22282c;
  }
.research-grants-management-software-program-manager #hs_cos_wrapper_widget_1594841832383 .coprorate-gallery .fa-chevron-right {
  color: #22282c!important;
  }
.research-grants-management-software-program-manager #hs_cos_wrapper_widget_1594841832383 .coprorate-gallery .custom-testimonial-btn:hover {
  background: rgba(0,0,0,0.1);
  }

/* ========= Discover: Submission Manager - Styles Begins ========== */

.research-grants-management-software-submission-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.research-grants-management-software-submission-manager .custom-banner-logo-image img {
  width: 425px!important;
}
.research-grants-management-software-submission-manager h2 {
  color: #22282c;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}
.research-grants-management-software-submission-manager .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}
.research-grants-management-software-submission-manager #hs_cos_wrapper_widget_1594822595385 .button {
  min-width: 265px;
  color: #22282c;
  font-weight: 600;
  border: 1px solid #22282c;
  padding-left: 10px;
  padding-right: 10px;
}
.research-grants-management-software-submission-manager #hs_cos_wr.grants-management-grantmaking-software-event-managerapper_widget_1594822595385 .button:hover {
   background: rgba(0,85,138,0.1);
}
.research-grants-management-software-submission-manager .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://www.smartsimple.com/hubfs/SmartSimple_December2019%20Theme/Images/bullet-orange.png);
  font-size: 16px;
  line-height: 22px;
}
.research-grants-management-software-submission-manager #hs_cos_wrapper_widget_1595535537666 h3 {
  margin-top: 0;
  color: #808080;
  font-weight: 700;
}
.research-grants-management-software-submission-manager .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}
.research-grants-management-software-submission-manager .client-story-image-with-descrip-col.col-right img {
    border-radius: 0;
}
.research-grants-management-software-submission-manager #hs_cos_wrapper_widget_1594841832383 .coprorate-gallery a.custom-testimonial-btn {
  border: 1px solid #22282c;
  color: #22282c;
  }
.research-grants-management-software-submission-manager #hs_cos_wrapper_widget_1594841832383 .coprorate-gallery .fa-chevron-right {
  color: #22282c!important;
  }
.research-grants-management-software-submission-manager #hs_cos_wrapper_widget_1594841832383 .coprorate-gallery .custom-testimonial-btn:hover {
  background: rgba(0,0,0,0.1);
  }
.research-grants-management-software-submission-manager #hs_cos_wrapper_module_1594840750024718 .slick-slide:nth-child(1) .testimony-logo img {
  width: 175px;
  }


/* ========= Discover: Reporting Outcomes - Styles Begins ========== */

.research-grants-management-software-reporting-outcomes .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.research-grants-management-software-reporting-outcomes .custom-banner-logo-image img {
  width: 425px!important;
}
.research-grants-management-software-reporting-outcomes h2 {
  color: #22282c;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}
.research-grants-management-software-reporting-outcomes .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}
.research-grants-management-software-reporting-outcomes #hs_cos_wrapper_widget_1594822595385 .button {
  min-width: 265px;
  color: #22282c;
  font-weight: 600;
  border: 1px solid #22282c;
  padding-left: 10px;
  padding-right: 10px;
}
.research-grants-management-software-reporting-outcomes #hs_cos_wr.grants-management-grantmaking-software-event-managerapper_widget_1594822595385 .button:hover {
   background: rgba(0,85,138,0.1);
}
.research-grants-management-software-reporting-outcomes .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://www.smartsimple.com/hubfs/SmartSimple_December2019%20Theme/Images/bullet-orange.png);
  font-size: 16px;
  line-height: 22px;
}
.research-grants-management-software-reporting-outcomes #hs_cos_wrapper_widget_1595535537666 h3 {
  margin-top: 0;
  color: #808080;
  font-weight: 700;
}
.research-grants-management-software-reporting-outcomes .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}
.research-grants-management-software-reporting-outcomes .client-story-image-with-descrip-col.col-right img {
    border-radius: 0;
}










/* ========= Aspire: Overview - Styles Begins ========== */

.smartsimple-cloud-scholarship-management-software .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.smartsimple-cloud-scholarship-management-software .custom-banner-logo-image img {
  width: 400px!important;
}

.smartsimple-cloud-scholarship-management-software h2 {
  color: #1c4a35;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}

.smartsimple-cloud-scholarship-management-software .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.aspire-2020 .button-outline .button {
  background: rgba(30,77,113,0.0);
  border: 1px solid #1d6b11;
  color: #1d6b11;
  padding: 15px 32px;
  text-align: center;
  border-radius: 7px;
  text-decoration: none;
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 4px 2px;
  cursor: pointer;
  transition: 0.2s
}

.aspire-2020 .button-outline .button:hover {
  background: rgba(33,108,54,0.1);
}


.smartsimple-cloud-scholarship-management-software #hs_cos_wrapper_widget_1594915783435 a.custom-orange-btn.transparent-btn {
  border: 1px solid #1d6b11;
  color: #1d6b11;
  }

.smartsimple-cloud-scholarship-management-software #hs_cos_wrapper_widget_1594915783435 .coprorate-gallery .fa-chevron-right {
  color: #1d6b11!important;
  }

.smartsimple-cloud-scholarship-management-software #hs_cos_wrapper_widget_1594915783435 a.custom-orange-btn.transparent-btn:hover {
  background: rgba(28,74,53,0.1)!important;
  color: #1d6b11!important;
  }


.smartsimple-cloud-scholarship-management-software .coprorate-gallery a.custom-testimonial-btn {
  color: #1d6b11;
  border: 1px solid #1d6b11;
}
.smartsimple-cloud-scholarship-management-software #hs_cos_gallery_widget_1597868189082_Gallery .fa-chevron-right {
  color: #1d6b11!important;
}
.smartsimple-cloud-scholarship-management-software .custom-orange-btn.transparent-btn:hover {
  background: rgba(34,40,44,0.1);
}

.aspire-2020 .coprorate-gallery .testimony-logo img {
  width: 125px;
}

/* ========= Aspire: Application Manager ========== */

.scholarship-management-software-application-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.scholarship-management-software-application-manager .custom-banner-logo-image img {
  width: 400px!important;
}
.scholarship-management-software-application-manager h2 {
  color: #216c36;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}
.aspire-2020 .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.aspire-2020 .client-story-image-with-descrip-col.col-right img {
  border-radius: 0;
}

.aspire-2020 .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://www.smartsimple.com/hubfs/bullets-dark-green.png);
  font-size: 16px;
  line-height: 22px;
}

.aspire-2020 .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}

.scholarship-management-software-application-manager .client-story-tesimonial-group {
  background-color: #ffffff;
}

.scholarship-management-software-application-manager #hs_cos_wrapper_module_1594234855238126 h3 {
  margin-top: 0;
  color: #216c36;
  font-weight: 700;
}

.scholarship-management-software-application-manager h2 {
  color: #216c36;
}

.aspire-2020 .coprorate-gallery a.custom-testimonial-btn {
  border: 1px solid #1d6b11;
  color: #1d6b11;
}

.aspire-2020 #hs_cos_gallery_widget_1597868189082_Gallery .fa-chevron-right {
    color: #1d6b11!important;
}

.aspire-2020 .coprorate-gallery a.custom-testimonial-btn:hover {
  background-color: rgba(28,74,53,0.1)!important;
  color: #1d6b11!important;
}

@media (max-width: 767px) {  
.aspire-2020 .manage-buttons {
    display: block!important;
  }
}

/* ========= Aspire: Award & Financial Aid Manager ========== */

.scholarship-management-software-award-financial-aid-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.scholarship-management-software-award-financial-aid-manager .custom-banner-logo-image img {
  width: 400px!important;
}
.scholarship-management-software-award-financial-aid-manager h2 {
  color: #216c36;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}
.scholarship-management-software-award-financial-aid-manager #hs_cos_wrapper_module_1594234855238126 h3 {
  margin-top: 0;
  color: #216c36;
  font-weight: 700;
}
.scholarship-management-software-award-financial-aid-manager .client-story-tesimonial-group {
  background-color: #ffffff;
}

/* ========= Aspire: Fund Manager ========== */

.scholarship-management-software-fund-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.scholarship-management-software-fund-manager .custom-banner-logo-image img {
  width: 400px!important;
}
.scholarship-management-software-fund-manager h2 {
  color: #216c36;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}
.scholarship-management-software-fund-manager #hs_cos_wrapper_module_1594234855238126 h3 {
  margin-top: 0;
  color: #216c36;
  font-weight: 700;
}
.scholarship-management-software-fund-manager .client-story-tesimonial-group {
  background-color: #ffffff;
}

/* ========= Aspire: Review Manager ========== */

.scholarship-management-software-review-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.scholarship-management-software-review-manager .custom-banner-logo-image img {
  width: 400px!important;
}
.scholarship-management-software-review-manager h2 {
  color: #216c36;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}
.scholarship-management-software-review-manager #hs_cos_wrapper_module_1594234855238126 h3 {
  margin-top: 0;
  color: #216c36;
  font-weight: 700;
}
.scholarship-management-software-review-manager .client-story-tesimonial-group {
  background-color: #ffffff;
}


/* ========= Unite: Overview - Styles Begins ========== */

.smartsimple-cloud-government-funding-software .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.smartsimple-cloud-government-funding-software .custom-banner-logo-image img {
  width: 425px!important;
}

.smartsimple-cloud-government-funding-software h2 {
  color: #7257a5;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}

.smartsimple-cloud-government-funding-software .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.unite-2020 .button-outline .button {
  background: rgba(30,77,113,0.0);
  border: 1px solid #7257a5;
  color: #7257a5;
  padding: 15px 32px;
  text-align: center;
  border-radius: 7px;
  text-decoration: none;
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 4px 2px;
  cursor: pointer;
  transition: 0.2s
}

.unite-2020 .button-outline .button:hover {
  background: rgba(114,87,165,0.1);
}

.unite-2020 .client-story-tesimonial-group {
  background-color: #ffffff;
}

.smartsimple-cloud-government-funding-software #hs_cos_wrapper_widget_1594915783435 h5 {
  color: #7257a5;
}

.smartsimple-cloud-government-funding-software .coprorate-gallery .testimony-logo img {
  width: 125px;
}


.smartsimple-cloud-government-funding-software #hs_cos_wrapper_widget_1594915783435 a.custom-orange-btn.transparent-btn {
  border: 1px solid #7257a5;
  color: #7257a5;
  }

.smartsimple-cloud-government-funding-software #hs_cos_wrapper_widget_1594915783435 .fa-chevron-right {
  color: #7257a5!important;
  }

.smartsimple-cloud-government-funding-software #hs_cos_wrapper_widget_1594915783435 a.custom-orange-btn.transparent-btn:hover {
  background: rgba(114,87,165,0.1)!important;
  color: #7257a5!important;
  }


.smartsimple-cloud-government-funding-software .coprorate-gallery a.custom-testimonial-btn {
  color: #7257a5;
  border: 1px solid #7257a5;
}
.smartsimple-cloud-government-funding-software #hs_cos_gallery_widget_1597868189082_Gallery .fa-chevron-right {
  color: #7257a5!important;
}
.smartsimple-cloud-government-funding-software .coprorate-gallery a.custom-testimonial-btn:hover {
  background: rgba(114,87,165,0.1)!important;
}

.smartsimple-cloud-government-funding-software #hs_cos_gallery_widget_1597868189082_Gallery .slick-slide:nth-child(7) .testimony-logo img {
  width: 60px;
  }

.unite-2020 #hs_cos_wrapper_widget_1598639552786 .button-outline .button {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.unite-2020 #hs_cos_wrapper_widget_1598639552786 .button-outline .button:hover {
    background: rgba(255,255,255,0.1);
}

@media (max-width: 1299px) {
.unite-2020 .aspire-benefit-buttons {
  display: block;
  }
}

.unite-2020 #hs_cos_wrapper_widget_1594910724506 .custom-blog-rss-feed h3 {
  color: #7257a5;
}


/* ========= Unite: Source Funds Manager - Styles Begins ========== */

.unite-2020 .client-story-image-with-descrip-col.col-right img {
  border-radius: 0;
}

.government-funding-software-source-funds-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.government-funding-software-source-funds-manager .custom-banner-logo-image img {
  width: 425px!important;
}

.government-funding-software-source-funds-manager h2 {
  color: #7257a5;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}

.government-funding-software-source-funds-manager .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.unite-2020 .button-outline .button {
  background: rgba(30,77,113,0.0);
  border: 1px solid #7257a5;
  color: #7257a5;
  padding: 15px 32px;
  text-align: center;
  border-radius: 7px;
  text-decoration: none;
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 4px 2px;
  cursor: pointer;
  transition: 0.2s
}

.unite-2020 .button-outline .button:hover {
  background: rgba(114,87,165,0.1);
}

.unite-2020 .client-story-image-with-descrip .description ul li {
  list-style-image: url(https://www.smartsimple.com/hubfs/bullets-dark-orange.png);
  font-size: 16px;
  line-height: 22px;
}

.unite-2020 .client-story-image-with-descrip-col ul {
    padding-left: 20px;
}

.unite-2020 #hs_cos_wrapper_module_1594234855238126 h3 {
  margin-top: 0;
  color: #7257a5;
  font-weight: 700;
}

.unite-2020 .coprorate-gallery a.custom-testimonial-btn {
  border: 1px solid #7257a5;
  color: #7257a5;
}

.unite-2020 #hs_cos_gallery_widget_1597868189082_Gallery .fa-chevron-right {
    color: #7257a5!important;
}

.unite-2020 .coprorate-gallery a.custom-testimonial-btn:hover {
  background-color: rgba(114,87,165,0.1)!important;
  color: #7257a5!important;
}

.unite-2020 .testimony-logo img {
  width: 150px;
}
.government-funding-software-source-funds-manager #hs_cos_gallery_widget_1597868189082_Gallery .slick-slide:nth-child(3) .testimony-logo img {
  width: 60px;
  }

@media (max-width: 767px) {
.unite-2020 .manage-button {
  display: block!important;
  }
}

/* ========= Unite: Program Manager - Styles Begins ========== */

.government-funding-software-program-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.government-funding-software-program-manager .custom-banner-logo-image img {
  width: 425px!important;
}

.government-funding-software-program-manager h2 {
  color: #7257a5;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}

.government-funding-software-program-manager .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

/* ========= Unite: Panel Manager - Styles Begins ========== */

.government-funding-software-panel-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.government-funding-software-panel-manager .custom-banner-logo-image img {
  width: 425px!important;
}

.government-funding-software-panel-manager h2 {
  color: #7257a5;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}

.government-funding-software-panel-manager .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.government-funding-software-panel-manager #hs_cos_gallery_widget_1597868189082_Gallery .slick-slide:nth-child(6) .testimony-logo img {
  width: 60px;
  }


/* ========= Unite: Budget Manager - Styles Begins ========== */

.government-funding-software-budget-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.government-funding-software-budget-manager .custom-banner-logo-image img {
  width: 425px!important;
}

.government-funding-software-budget-manager h2 {
  color: #7257a5;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}

.government-funding-software-budget-manager .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.government-funding-software-budget-manager #hs_cos_gallery_widget_1597868189082_Gallery .slick-slide:nth-child(2) .testimony-logo img {
  width: 250px;
  }

.government-funding-software-budget-manager #hs_cos_gallery_widget_1597868189082_Gallery .slick-slide:nth-child(3) .testimony-logo img {
  width: 60px;
  }

/* ========= Unite: Application Manager - Styles Begins ========== */

.government-funding-software-application-manager .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.government-funding-software-application-manager .custom-banner-logo-image img {
  width: 425px!important;
}

.government-funding-software-application-manager h2 {
  color: #7257a5;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}

.government-funding-software-application-manager .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

/* ========= Unite: Reporting - Styles Begins ========== */

.government-funding-software-reporting .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.government-funding-software-reporting .custom-banner-logo-image img {
  width: 425px!important;
}

.government-funding-software-reporting h2 {
  color: #7257a5;
  font-size: 2.5em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 25px;
}

.government-funding-software-reporting .strapline p {
  font-family: "PT Sans",Arial,Sans-serif;
  color: #ffffff;
  padding-top: 10px;
  font-size: 25px;
  line-height: 30px;
}






/* =============== Testimonial Quote sliders with large spacing at top - FIX - Start ============ */

.client-story-tesimonial-group a {
  display: block;
}

/* =============== Testimonial Quote sliders with large spacing at top - FIX - End ============ */












/* ========= Client Success Stories: Grants Management ========== */
.client-success-grants-management .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.client-success-grants-management .custom-banner-logo-image img {
  width: 400px!important;
}
.client-success-grants-management h1 {
  font-size: 55px!important;
  line-height: 60px!important;
}

.cs-text img {
  max-width: none!important;
}

/* ========= Client Success Stories: Discover ========== */
.client-success-research-grants-management .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.client-success-research-grants-management .custom-banner-logo-image img {
  width: 450px!important;
}
.client-success-research-grants-management h1 {
  font-size: 55px!important;
  line-height: 60px!important;
}

/* ========= Client Success Stories: Aspire ========== */
.client-success-scholarship-management .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.client-success-scholarship-management .custom-banner-logo-image img {
  width: 400px!important;
}
.client-success-scholarship-management h1 {
  font-size: 55px!important;
  line-height: 60px!important;
}

/* ========= Client Success Stories: Engage ========== */
.client-success-corporate-social-responsibility .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.client-success-corporate-social-responsibility .custom-banner-logo-image img {
  width: 400px!important;
}
.client-success-corporate-social-responsibility h1 {
  font-size: 55px!important;
  line-height: 60px!important;
}

/* ========= Client Success Stories: Unite ========== */
.client-success-government-funding .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.client-success-government-funding .custom-banner-logo-image img {
  width: 400px!important;
}
.client-success-government-funding h1 {
  font-size: 55px!important;
  line-height: 60px!important;
}

/* ========= Client Success Stories: Exchange ========== */
.client-success-exchange .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}
.client-success-exchange .custom-banner-logo-image img {
  width: 400px!important;
}
.client-success-exchange h1 {
  font-size: 55px!important;
  line-height: 60px!important;
}

  
/* ========= Client Success Stories Routing Page ========== */

@media (max-width: 1199px) and (min-width: 768px) {
.client-success .custom-client-sucess-story-wrap .custom-client-sucess-story-item {
  width: 49%;
  }
}

.client-success .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 20px
}
.client-success .custom-banner-logo-image img {
  width: 600px!important;
}
.client-success .custom-banner-logo-image {
  border-bottom: 1px solid #127b78;
}
.client-success h1 {
  font-size: 75px!important;
  line-height: 80px!important;
  color: #127b78!important;
}
.client-success .corporate-banner-area .client-story-banner-col h2 {
  color: #127b78!important;
}

.take-the-next-step {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.take-the-next-step .span3 {
  text-align: center;
}







.client-success #hs_cos_gallery_widget_1576484284435_Gallery .cation-wrap {
  height: auto!important;
  min-height: 675px;
}
.client-success #hs_cos_gallery_widget_1576484284435_Gallery .cation-wrap .content {
  top: 80px!important;
  
}
.client-success #hs_cos_gallery_widget_1576484284435_Gallery h2 {
  font-size: 30px;
  line-height: 35px;
}
.client-success #hs_cos_gallery_widget_1576484284435_Gallery h3 {
  font-size: 45px;
  line-height: 50px;
}
.client-success #hs_cos_gallery_widget_1576484284435_Gallery p {
  font-size: 18px;
}

@media (max-width: 766px) {
  
  .client-success #hs_cos_gallery_widget_1576484284435_Gallery h3 {
    font-size: 25px;
    line-height: 30px;
}
}


.client-success #hs_cos_wrapper_widget_1596827902701_ h2 {
  font-size: 45px;
  line-height: 50px;
}

.client-success .custom-client-sucess-story-wrap .custom-client-sucess-story-item {
  min-height: 300px;
}



.cs-text {
  width: 225px;
  font-family: "Open Sans",Arial,Sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #707070;
  border-left: 1px solid #e1e1e1;
  padding: 5px 5px 5px 20px;
  margin-left: 35px;
  
}

/* Client stories hyperlink underline styles in descriptions */
  .description a {
    text-decoration: underline;
  }
    .client-story-full-content-with-bg a {
    text-decoration: underline;
  }
  
  .client-story-full-content-with-bg a:hover {
    color: #ffffff;
    text-decoration: underline;
  }





/* ========= Marketplace 2020 ========== */

.marketplace-2020 h2 {
  color: #3f96d3;
}

.marketplace-menu .ss-hr hr {
  margin-bottom: 25px;
}

.marketplace-categories span {
  min-width: 1%;
  background-color: #3f96d3;
  padding: 7px;
  border-radius: 8px;
  min-width: 1%;
  font-size: 13px;
  line-height: 13px;
  color: #ffffff;
}

.marketplace-2020 .corporate-banner-area .client-story-banner-col {
  padding-top: 50px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .corporate-banner-area .client-story-banner-col h1 {
    font-size: 50px;
    line-height 55px;
 }
}



.marketplace-menu ul {
  padding-left: 0;
}



.marketplace-menu .hs-menu-item a {
  color: #3f96d3;
  padding: 5px 15px 5px 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}




.marketplace-menu ul li:hover > a {
  background-color: #3f96d3;
  text-decoration: none;
  color: #ffffff;
}

.marketplace-menu .hs-menu-children-wrapper {
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  padding: 5px 0 5px 0;
}

.marketplace-menu .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  top: -6px;
}


.marketplace-2020 h3 {
  font-size: 24px;
  line-height: 28px;
}

 .marketplace-2020 table {
    border: 0;
  }
  
  .marketplace-2020 td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }
  
  .marketplace-2020 td {
    border-right: 0;
    border-left: 0;
  }



.marketplace-2020 .custom-client-sucess-story-group img {
  max-width: 75px;
}
.marketplace-2020 .custom-client-sucess-story-group p {
  font-size: 13px;
  line-height: 18px;
}
.marketplace-2020 .custom-client-sucess-story-wrap .custom-client-sucess-story-item {
  padding-right: 20px;
  min-height: 100px;
}










/* ========= HS SEARCH INPUT - Styles Begin ========== */

@media (min-width: 767px) {

#hs_cos_wrapper_module_1593547117650152 input[type="text"] {
  box-sizing: border-box;
  margin-top: 13px;
  margin-bottom: 0;
  width: 20px;
  border: 0 solid #ccc;
  border-radius: 4px;
  background-color: #292f32;
  background-image: url('https://www.smartsimple.com/hubfs/icon-maginfiying-glass-for-search-WHITE.svg');
  background-position: 2px 2px; 
  background-repeat: no-repeat;
  padding: 5px 5px 7px 25px;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

#hs_cos_wrapper_module_1593547117650152 input[type="text"]:focus {
  width: 70%;
  padding-left: 30px;
  background-color: white;
  background-image: url('https://www.smartsimple.com/hubfs/icon-maginfiying-glass-for-search.svg');
  background-repeat: no-repeat;
}
  
}


#hs_cos_wrapper_module_1593547117650152 ul.hs-search-field__suggestions {
  top: 50px;
}


@media (max-width: 766px) {
  
  #hs_cos_wrapper_module_1593547117650152 ul.hs-search-field__suggestions {
    display: none;
  }
  
  #hs_cos_wrapper_module_1593547117650152 input[type="text"] {
    margin-bottom: 0;
  }
  
}


/* ========= HS SEARCH INPUT - Styles ends ========== */





@media (max-width: 767px) {
  #hs_cos_wrapper_widget_1594907814628_ .partners-in-success {
    text-align: center;
  }
}

#hs_cos_wrapper_widget_1594910724506 .page-center {
  padding-top: 0;
}

#hs_cos_wrapper_widget_1594910724506 .custom-blog-rss-feed h3 {
  color: #00558a;
}

#hs_cos_wrapper_widget_1594915783435 h5 {
  color: #00558a;
  padding-bottom: 25px;
}

#hs_cos_wrapper_widget_1594915783435 a.custom-orange-btn.transparent-btn {
    background-color: transparent;
    color: #00558a;
    border-color: #00558a;
}

#hs_cos_wrapper_widget_1594915783435 a.custom-orange-btn.transparent-btn:hover {
    color: #00558a !important;
    background: rgba(0,85,138,0.1);
}

#hs_cos_wrapper_widget_1594915783435 .fa-chevron-right {
    color: #00558a!important;
}




/* ========= Footer ========== */
.footer-social-icon {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}



/* ====== Third Party Licenses ====== */

.third-party .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.third-party .corporate-banner-area {
  padding: 25px 0 0 0;
}

.third-party .w3-container {
  margin-bottom: 75px;
}

.third-party h2 {
  margin-bottom: 30px;
}

.third-party h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  color: #127b78;
  padding-right: 15px;
  margin-top: 0;
  margin-bottom: 8px;
}

.third-party .w3-container p {
  margin-bottom: 0;
}

.third-party .w3-container .fa-chevron-right {
  font-style: normal;
}

.third-party .w3-container .license-type {
  font-size: 14px;
  line-height: 16px;
}

.third-party .w3-bar {
  display: inline-block;
  margin-bottom: 25px;
}

.third-party .w3-black {
  color: #fff;
  background-color: #ffffff;
}

.third-party .w3-button:hover {
  color: #000;
  background-color: #ccc;
}


.third-party .w3-bar .w3-bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  margin: 5px;
}

.third-party .w3-bar .w3-bar-item:focus-visible {
  outline: 3px solid #999999;
  outline-offset: 1px;
}






.third-party .w3-bar .w3-button {
  white-space: normal;
  font-family: "PT Sans", Arial, Sans-serif;
  min-width: 275px;
  font-size: 20px;
  padding: 10px;
}

.third-party .w3-red, .w3-hover-red:hover {
  color: #fff;
  background-color: #127b78;
}




.third-party .w3-container a{
  
  margin-bottom: 5px;
}





.third-party .modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
	pointer-events: none;
}

.third-party .modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.third-party .modalDialog > div {
	max-width: 800px;
	position: relative;
	margin: 12% auto;
	padding: 25px 25px 15px 25px;
	background: #ffffff;
	border-radius: 10px;
  

  
}

.third-party .close {
  padding: 0;
	color: #bbbbbb;
	line-height: 25px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 15px;
	width: 24px;
	text-decoration: none;
  background:none;
  font-size: 40px;
}

.third-party .close:hover { 
color: #127b78;
}




.third-party .license-body {
  font-size: 14px;
  max-height: 300px;
  max-width: 800px;
  overflow-y: auto;
  overflow-x: hidden;
}

.third-party pre {
  background-color: #eeeeee;
  color: #000000;
  border: 1px solid #cccccc;
  padding: 15px;
}

.third-party pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
  word-break: word-break;
}

/* ========= Platform3 For Salesforce - Styles Begins ========== */

.smartsimple-cloud-for-salesforce .corporate-banner-area .client-story-hero-box {
  padding: 40px 0 40px;
}

.smartsimple-cloud-for-salesforce .custom-banner-logo-image img {
  width: 425px!important;
  padding-bottom: 15px;
}

#hs_cos_wrapper_widget_1617045562794 .corporate-banner-area .client-story-banner-col h1 {
  font-size: 2.5em;
  line-height: 1em;
}

#hs_cos_wrapper_widget_1617045562794 .corporate-banner-area .client-story-banner-col h2 {
  line-height: 30px;
  margin-bottom: 25px;
}




#hs_cos_wrapper_widget_1617045562794 .button-outline .button {
  background-color: #b75b10;
  border: 1px solid #b75b10;
  color: #ffffff;
  padding: 10px 16px 10px 16px;
}

#hs_cos_wrapper_widget_1617045562794 .button-outline .button:hover {
  background-color: #cb620e;
  border: 1px solid #b75b10;
}

#hs_cos_wrapper_widget_1617045562794 .appexchange-btn .button {
  background-color: rgba(0, 0, 0, 0.0);
  border: 1px solid #ffffff;
}

#hs_cos_wrapper_widget_1617045562794 .appexchange-btn .button:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #ffffff;
}

  #hs_cos_wrapper_widget_1617109007498 .button-outline .button {
    background-color: rgba(0, 0, 0, 0.0);
    border: 1px solid #177EAB;
    color: #177EAB;
	}

  #hs_cos_wrapper_widget_1617109007498 .button-outline .button:hover {
    background-color: rgba(0, 0, 0, 0.05);
	}

  #hs_cos_wrapper_widget_1617111005061 .button-outline .button {
    background-color: rgba(0, 0, 0, 0.0);
    border: 1px solid #177EAB;
    color: #177EAB;
	}

  #hs_cos_wrapper_widget_1617111005061 .button-outline .button:hover {
    background-color: rgba(0, 0, 0, 0.05);
	}

#hs_cos_wrapper_module_161711556588521 .client-story-tesimonial-group {
 background-color: #ffffff; 
}




  #hs_cos_wrapper_module_1617116658733178 .button-outline .button {
    background-color: rgba(0, 0, 0, 0.0);
    border: 1px solid #ffffff;
    color: #ffffff;
	}

  #hs_cos_wrapper_module_1617116658733178 .button-outline .button:hover {
    background-color: rgba(0, 0, 0, 0.06);
	}


/* testionial quote section */
  #hs_cos_wrapper_widget_1617115675444 .coprorate-gallery a.custom-testimonial-btn {
    border: 1px solid #177EAB;
    color: #177EAB;
  }
  #hs_cos_wrapper_widget_1617115675444 .coprorate-gallery a.custom-testimonial-btn .fa-chevron-right {
      color: #177EAB!important;
    }
  #hs_cos_wrapper_widget_1617115675444 .coprorate-gallery a.custom-testimonial-btn:hover {
    background-color: rgba(0, 0, 0, 0.06);
  }






#hs_cos_wrapper_widget_1617119949540 h3 {
  color: #177EAB;
  }
#hs_cos_wrapper_widget_1617119949540 .custom-blog-rss-feed {
  padding-top: 0;
  }


#hs_cos_wrapper_widget_1591567744361 .button-outline .button {
  background-color: #b75b10;
  border: 1px solid #b75b10;
  color: #ffffff;
  padding: 10px 16px 10px 16px;
}

#hs_cos_wrapper_widget_1591567744361 .button-outline .button:hover {
  background-color: #cb620e;
  border: 1px solid #b75b10;
}

#hs_cos_wrapper_widget_1591567744361 .appexchange-btn .button {
  background-color: rgba(0, 0, 0, 0.0);
  border: 1px solid #ffffff;
}

#hs_cos_wrapper_widget_1591567744361 .appexchange-btn .button:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #ffffff;
}


/* ========= Solutions Pages Update 2021 ========== */
.anchor-bar {
    background-color: #127b78;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index:100;
}
.anchor-bar-content {
  text-align: center;
}
.anchor-bar-content p {
  display: inline-block;
  color: #ffffff;
  margin-right: 50px;
}
.anchor-bar .page-center {
  padding-top: 12px;
  padding-bottom: 0;
}

#benefits,#capabilities {
position: relative;
top: -150px;
}


/* ========= Solutions Testimonial Quotes ========== */

.overview-quote h3 {
  font-size: 35px!important;
  line-height: 45px!important;
  font-weight: 400!important;
  color: #22282c!important;
}
.overview-quote p {
  text-align: center;
}
.overview-quote .headshot img {
  border-radius: 50%;
}
.overview-quote .quote-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.overview-quote .quote-logo {
  margin-right: 15px;
}

/* Homepage 3 column testimonials */
#hs_cos_wrapper_widget_1629911799179 .headshot {
  border-radius: 50%;
}

#hs_cos_wrapper_widget_1629911799179 .job-title {
  font-size: 15px;
  line-height: 20px;
}

#hs_cos_wrapper_widget_1629911799179 .user {
  font-size: 11px;
  line-height: 16px;
}
#hs_cos_wrapper_widget_1629911799179 .button-outline {
 margin-bottom: 50px;
}
#hs_cos_wrapper_widget_1629911799179 .row {
  margin-top: 50px;
  margin-bottom: 50px;
}



/* ========= Blog fixes ========== */
#hs_cos_wrapper_module_1523032037008319 a {
  display: inline;
}

#hs_cos_wrapper_module_1523032024362314 a {
  display: inline;
}


/* ========= Security Update Announcement Bar ========== */
.security-update-bar .page-center {
  padding-top: 17px;
  padding-bottom: 5px;
}
.security-update-bar a {
  color: #ffffff;
}

/* ========= Contact details ========== */
.inquiries h4 {
  font-size: 18px;
}
.inquiries p {
  font-size: 14px!important;
}




/* ========= Trust Center ========== */
.trust-center-2022 .trust-center-body a {
  font-weight: bold;
}


.trust-center-hero-box {
    width: 50%;
    padding-top: 75px;
    padding-bottom: 60px;
  }
.trust-center-hero-box h1 {
    font-size: 55px!important;
    line-height: 55px!important;
    font-weight: bold!important;
  }
.trust-center-hero-box p {
  font-size: 24px;
  line-height: 30px;
}

.trust-portal-buttons {
  display: flex;
}
.trust-portal-login {
  padding-bottom: 5px;
}

.trust-center-content h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: bold!important;
  color: #30373b;
}

.trust-center-content .client-story-image-with-descrip-col.col-right img {
  border-radius: 0;
}


@media (max-width: 690px) {
.trust-center-hero-box {
    width: 100%;
  }
}

@media (max-width: 800px) {
.trust-hero {
    margin-top: 25px;
  }
}


@media (max-width: 430px) {
.trust-portal-buttons {
    display: block;
  }
}



 /* Trust Center Menu bar */

  .trust-bar {
    padding: 10px 0 0 0;
    z-index: 0;
  }
  .trust-bar-content p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 700;
    margin-right: 0;
  }
  .trust-bar .trust-bar-content a {
    color: #ffffff;
    transition: 0.2s;
  }
  .trust-bar .trust-bar-content a:hover {
    text-decoration: none;
    color: #9bbab9!important;
  } 

.trust-center-content hr {
  border-top: 1px solid #cccccc;
}


@media (max-width: 800px) {
.trust-center-hero-box {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .trust-bar {
    padding-left: 5px;
    padding-right: 5px;
  }
  
}


/* Trust Overview */

.trust-center-2022 #hs_cos_wrapper_widget_1644438189263 h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  color: #30373b;
}


.trust-center-2022 .button-outline .button {
    background: rgba(30,77,113,0.0);
    border: 1px solid #22282c;
    color: #22282c;
    padding: 8px 20px;
    text-align: center;
    border-radius: 7px;
    text-decoration: none;
    display: inline-block;
    font-family: 'PT Sans',sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    transition: .2s;
}
.trust-center-2022 .button-outline .button:hover {
    background: rgba(127,127,127,0.1);
}
#hs_cos_wrapper_widget_1645208092947 {
  padding-bottom: 275px;
}

@media (max-width: 767px) {
#hs_cos_wrapper_widget_1645208092947 {
  padding-bottom: 0;
  }
#hs_cos_wrapper_widget_1645208092947_ {
  padding-bottom: 25px;
  }
}

.trust-center-2022 hr {
  border-bottom-color: #cccccc!important;
  width: 100%!important;
}
.trust-center-2022 .logo-group .logo-wrapper .logo img:hover {
  transform: none;
}

#hs_cos_wrapper_widget_1645208092947 {
  padding-top: 25px;
}

.trust-center-2022 .four-column-mod {
  margin-top: 30px;
}

#hs_cos_wrapper_widget_1655475449103_ {
  padding-bottom: 25px;
}






/* Styling for image/description to have photo corners meet up  */

.trust-center-2022 .client-story-image-with-descrip.padding-top-img-desc-wrap {
  padding-top: 0;
}
.trust-center-2022 .client-story-image-with-descrip-col.col-right img {
  margin-top: 0!important;
  margin-bottom: 0!important;
  margin-left: 0!important;
  margin-right: 0!important;
}

.trust-center-2022 .client-story-image-with-descrip-col.col-right {
  padding: 0!important;
}

.trust-center-2022 .client-story-image-with-descrip-col {
  padding: 0 30px!important;
}

@media (max-width: 991px) {
.trust-center-2022 .client-story-image-with-descrip-col {
  padding: 10px 30px 50px!important;
}
}

/* Styling for image/description to have photo corners meet up - ENDS  */










/* Legal */

.trust-center-content a {
  vertical-align: middle;
}


/* System Status */
.trust-center-content .uptime-tabber-grp .tab-content .top-content h2 {
  margin: 50px 0 10px 0!important;
}

.trust-center-2022 .uptime-tabber-grp {
  padding-top: 25px;
}


/* Alert */
.trust-center-content .dynamic-blog-container {
  padding-top: 50px;
}







/* ========= Grants Management 2022 ========== */

.grants-management-2022-hero-box {
    width: 50%;
    padding-top: 100px;
    padding-bottom: 85px;
  }

.grants-management-2022-hero-box h1 {
  font-size: 25px!important;
  line-height: 30px!important;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.grants-management-2022-hero-box hr {
  border-top: 1px solid #30373b;
}

.grants-management-hero-bar {
  background-color: #30373b;
  padding: 15px 15px 10px 15px;
  margin-top: 25px;
}






@media only screen and (min-width: 560px) and (max-width: 800px) {
    .grants-management-2022-hero-box {
    width: 65%;
    padding-top: 40px;
    padding-bottom: 0;
    }
}

@media (max-width: 559px) {
.grants-management-2022-hero-box {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.grants-management-2022 h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
  color: #30373b;
}

.grants-management-2022 .client-story-image-with-descrip-col.col-right img {
  border-radius: 0!important;
}
.grants-management-2022 .grants-management-2022-content hr {
  border-top: 1px solid #dddddd!important;
  border-bottom: 0!important;
  width: 100%!important;
  margin-bottom: 50px!important;
}

.grants-management-2022-content .logo-group .logo-wrapper .logo img:hover {
    transform: none;
}

.grants-management-2022 .button-outline .button {
    background: rgba(30,77,113,0.0);
    border: 1px solid #22282c;
    color: #22282c;
    padding: 8px 20px;
    text-align: center;
    border-radius: 7px;
    text-decoration: none;
    display: inline-block;
    font-family: 'PT Sans',sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    transition: .2s;
}
.grants-management-2022 .button-outline .button:hover {
    background: rgba(127,127,127,0.1);
}

.grants-management-2022 h3.client-story-image-title {
  color: #30373b;
  font-weight: bold;
}

.grants-management-2022 .client-story-image-with-descrip .description ul li {
    list-style: none;
    list-style-image: url(https://www.smartsimple.com/hubfs/bullet-blue-fresh.png);
}




#hs_cos_wrapper_widget_1646772954945 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

#hs_cos_wrapper_widget_1646772954945 .page-center .title {
  display: none;
}

#hs_cos_wrapper_widget_1646773375176 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

#hs_cos_wrapper_widget_1646773375176 .page-center .title {
  display: none;
}

#hs_cos_wrapper_widget_1646773375176 .logo-group {
  padding-bottom: 0;
}

.grants-management-2022 .overview-quote {
  padding-bottom: 50px;
}


.cta-request-demo {
  display: flex;
  justify-content: center;
}

.cta-request-demo a {

  background-color: #30373b;
  padding: 10px;
  border-radius: 20px;
  
  text-align: center;
  margin-bottom: 75px;
  
  transition: ease-in-out all .2s;
}

.cta-request-demo .fa {
  font-size: 22px;
}

.cta-request-demo a:hover {
  background: rgba(18,123,120,1.0);
  text-decoration: none;
}

.cta-request-demo h3 {
  color: #ffffff;
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.cta-request-demo .button-outline .button {
    background: rgba(30,77,113,0.0);
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 8px 20px;
    text-align: center;
    border-radius: 7px;
    text-decoration: none;
    display: inline-block;
    font-family: 'PT Sans',sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    transition: .2s;
}
.cta-request-demo .button-outline .button:hover {
    background: rgba(255,255,255,0.2);
}


/* Grants Managment 2022 intro tile */
.grants-management-intro {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-image: url('https://www.smartsimple.com/hubfs/intro-image-homepage.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  overflow: auto;
  margin-bottom: 50px;
  border-radius: 15px;
  transition: 0.2s;
}

.grants-management-intro-content {
  padding: 75px 25px 75px 20px;
  width: 55%;
  float: right;
}

.grants-management-intro-content h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
}









/* Styling for image/description to have photo corners meet up  */

.grants-management-2022 .client-story-image-with-descrip.padding-top-img-desc-wrap {
  padding-top: 0;
}
.grants-management-2022 .client-story-image-with-descrip-col.col-right img {
  margin-top: 0!important;
  margin-bottom: 0!important;
  margin-left: 0!important;
  margin-right: 0!important;
}

.grants-management-2022 .client-story-image-with-descrip-col.col-right {
  padding: 0!important;
}

.grants-management-2022 .client-story-image-with-descrip-col {
  padding: 0 30px!important;
}

@media (max-width: 991px) {
.grants-management-2022 .client-story-image-with-descrip-col {
  padding: 10px 30px 50px!important;
}
}

/* Styling for image/description to have photo corners meet up - ENDS  */





/* Grants Management 2022 - Resources section BEGINS */
.grants-management-resources-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 75px;
}

.grants-management-resources {
  display: flex;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 24%;
  background-color: #30373b;
  margin: 5px;
  min-height: 200px;
  border-radius: 15px;
  
  
  align-items: center;
  justify-content: center;
  
  transition: 0.2s;
}

.grants-management-resources:hover {
  text-decoration: none;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
}

.grants-management-resources-content {
  padding: 30px 15px 15px 15px;
  
}

.grants-management-resources .fresh-link {
  font-weight: 400;
}

.grants-management-resources p {
  text-align: center;
  color: #ffffff;
}

.grants-management-resources-container .one-page {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.smartsimple.com/hubfs/resources-one-pager.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.grants-management-resources-container .overview {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.smartsimple.com/hubfs/resources-overview.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.grants-management-resources-container .blog {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.smartsimple.com/hubfs/resources-blog.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.grants-management-resources-container .wiki {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.smartsimple.com/hubfs/resources-wiki.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}



@media only screen and (min-width: 550px) and (max-width: 1200px) {
   .grants-management-resources {
    
    width: 47%!important;
    }
}

@media (max-width: 549px) {
    .grants-management-resources {
    
    width: 100%!important;
  }
}


/* Grants Management 2022 - Resources section ENDS */



#hs_cos_wrapper_widget_1659709793008 .testimonial-content {
  padding-right: 25px;
  padding-left: 0;
}



/* Grants Management 2022 Accordion */
.solutions-accordion .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  margin-bottom: 2px;
  text-align: left;
  outline: none;
  border-radius: 5px;
  font-family: "PT Sans",Arial,Sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  transition: 0.4s;
}

.solutions-accordion .active, .accordion:hover {
  background-color: #ddd;
}

.solutions-accordion .accordion:after {
  content: '\002B';
  color: #50cccc;
  font-size: 24px;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.solutions-accordion .active:after {
  content: "\2212";
}

.solutions-accordion .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.solutions-accordion .panel p {
  padding: 10px 0 20px 0;
}


.grants-management-2022 .platform-solutions-team {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}

.grants-management-2022 .team-group {
  padding-bottom: 100px;
}

@media (max-width: 524px) {
.grants-management-2022 .platform-solutions-team {
  display: block;
  text-align: center;
  }
}

.grants-management-2022 .overview-quote {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 80%;
}
.grants-management-2022 .overview-quote .quote-wrapper {
  justify-content: left;
}
.grants-management-2022 .testimonial-content {
  width: 75%;
  padding-left: 25px;
}

@media (max-width: 674px) {
.grants-management-2022 .overview-quote {
  display: block;
  }
  .grants-management-2022 .testimonial-content {
  width: 100%;
  padding-left: 0;
}
}




/* ========= Deploy 2022 Begins ========= */

#hs_cos_wrapper_widget_1658238843142 .homepage-intro {
    background-image: url(https://www.smartsimple.com/hubfs/intro-deploy.jpg);
}


.deploy-hero-box {
    padding-top: 100px;
    padding-bottom: 75px;
  }



.deploy-hero-box h1 {
  font-size: 60px!important;
  line-height: 68px!importatn;
  margin-bottom: 25px!important;
  text-align: left;
}


.deploy-hero-box hr {
  border-top: 1px solid #30373b;
}

.deploy-hero-bar {
  background-color: #30373b;
  padding: 15px 15px 10px 15px;
  margin-top: 25px;
}

.hero-accent {
  height: 5px;
  background-color: #50cccc;
}

.fresh-teal-accent-bar {
  width: 175px;
  height: 20px;
  background-color: #50cccc;
}

#hs_cos_wrapper_widget_1646773375176 .logo-group .logo-wrapper .logo {
 margin: 0 25px 0 25px;
}

.deploy-2022 .cta-request-demo {
  width: 50%;
  margin: 0 auto;
}



@media (max-width: 520px) {
  
.deploy-hero-box {
  width: 100%;
  padding-top: 75px;
  padding-bottom: 50px;
  }
.deploy-hero-box h1 {
  font-size: 60px;
  line-height: 65px;
  padding-bottom: 10px;
  }
.deploy-2022 .fresh-teal-accent-bar {
  width: 150px;
  height: 20px;
  }
}


.professional-services-overview {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  justify-content: center;
  text-align: center;
}
.professional-services-item {
  width: 23%;
  min-height: 300px;
  padding: 25px;
  margin: 10px;
}
.professional-services-overview h3 {
  text-align: center;
  font-weight: 800;
  margin-top: 10px;
}
.professional-services-overview img {
  width: 125px;
}

@media screen and (min-width: 660px) and (max-width: 1199px) {
  .professional-services-item {
    width: 47%;
  }
}

@media screen and (max-width: 659px) {
  .professional-services-item {
    width: 100%;
    min-height: 0;
  }
}


.deploy-2022 .quote-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  background-color: #ffffff;
  border: 8px solid #233e6b;
  border-radius: 25px;
  padding: 30px;
}

.deploy-2022 .quote-bubble-icon {
  width: 15%;
  margin-right: 10px;
  margin-bottom: 5px;
}

.deploy-2022 .quote-bubble-text {
  width: 84%;
}


.quote-icon-navy-blue {
  
}
.quote-icon-fresh-teal {
  border: 8px solid #50cccc!important;
  margin-left: auto; 
  margin-right: 0;
}
.quote-icon-grey {
  border: 8px solid #30373b!important;
}
.quote-icon-purple {
  border: 8px solid #c77dff!important;
  margin-left: auto; 
  margin-right: 0;
}

    
@media screen and (max-width: 780px) {
  .deploy-2022 .quote-bubble {
  display: block;
  }
  .deploy-2022 .quote-bubble-icon {
  width: 100%;
}

.deploy-2022 .quote-bubble-text {
  width: 100%;
}
}


.deploy-2022 .team-group {
  padding-bottom: 50px;
}


/* ========= Deploy 2022 Ends ========= */










/* Homepage updates 2022 */
.homepage-hero-content-2022 {
    width: 52%!important;
}
.homepage-hero-content-2022 hr {
    border-top: 1px solid #000000;
}

/* Home page What's New items boxes */
#hs_cos_wrapper_widget_1637852892465 .custom-client-sucess-story-item {
    min-height: 200px;
}





/* Begin of mockup for homepage hero content */

.homepage-hero-content-2022-test {
   width: 50%!important;
  padding-bottom: 75px;
}

.homepage-hero-content-2022-test h1 {
    font-size: 23px!important;
    line-height: 28px !important;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}


.homepage-hero-content-2022-test .fresh-hero-bar {
  background-color: #30373b;
  margin-top: 25px;
  max-width: 455px;
}

.homepage-hero-content-2022-test p {
  font-size: 25px;
  line-height: 30px;
  padding-top: 20px;
}

.homepage-2022 hr {
  border-top: 1px solid #dddddd!important;
  border-bottom: 0!important;
  width: 100%!important;
  margin-bottom: 50px!important;
}


@media only screen and (min-width: 560px) and (max-width: 800px) {
   .homepage-hero-content-2022-test {
    
    width: 85%!important;
    padding-top: 0;
    padding-bottom: 0;
    }
}

@media (max-width: 559px) {
    .homepage-hero-content-2022-test {
    
    width: 100%!important;
    padding-top: 0;
    padding-bottom: 0;
  }
  
.homepage-2022 .homepage-intro-content {
    width: 100%!important;
  }  
  
}

#hs_cos_wrapper_widget_1625857092147 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.homepage-2022 h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
    color: #30373b;
}

.homepage-2022 .logo-group {
  padding-bottom: 0!important;
}

#hs_cos_wrapper_widget_1625857092147 {
  padding-bottom: 0!important;
}

#hs_cos_wrapper_widget_1637852892465 .custom-client-sucess-story-wrap {
  padding-top: 25px;
}

.homepage-2022 .metrics h2 {
  color: #30373b;
}





.homepage-intro {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-image: url('https://www.smartsimple.com/hubfs/intro-image-homepage-v2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  overflow: auto;
  
  border-radius: 15px;
  transition: 0.2s;
}

.homepage-intro-content {
  padding: 75px 25px 75px 20px;
  width: 55%;
  float: right;
}

.homepage-intro-content h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
}



#hs_cos_wrapper_widget_1652383693459 .homepage-intro:hover {
  text-decoration: none;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
}
.homepage-intro p {
  color: #30373b;
}





@media (max-width: 750px) {
.homepage-intro-content {
    width: 75%!important;
  padding: 50px 25px 50px 25px;
}
}
/* End of mockup for hero content */




@media (max-width: 700px) {
.homepage-hero-content-2022 {
    width: 100%!important;
}
  
  .homepage-2020 #hs_cos_wrapper_widget_1632959658418 {
    padding-bottom: 25px;
  }
  
}


/* Homepage CTA under hero */

.homepage-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.homepage-cta-item {
  width: 32%;
  margin: 0 5px 0 5px;
  text-align: center;
  padding: 1px;
  
  transition: all .3s ease;
}

.homepage-cta-item p {
  font-weight: bold;
}

.homepage-cta a {
  color: #30373b;
}
.homepage-cta a:hover {
  text-decoration: none;
  opacity: 0.75;
}


.cta-discover p:before {
  background-image: url('https://www.smartsimple.com/hubfs/icon-cta-homepage-discover-platform.png');
  background-size: 50px 50px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px; 
  height: 50px;
  content:"";
  vertical-align: middle;
  margin-right: 5px;
}

.cta-demo p:before {
  background-image: url('https://www.smartsimple.com/hubfs/icon-cta-homepage-request-demo.png');
  background-size: 50px 50px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px; 
  height: 50px;
  content:"";
  vertical-align: middle;
  margin-right: 5px;
}

.cta-support p:before {
  background-image: url('https://www.smartsimple.com/hubfs/icon-cta-homepage-support.png');
  background-size: 50px 50px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px; 
  height: 50px;
  content:"";
  vertical-align: middle;
  margin-right: 5px;
}



@media (max-width: 991px) {
  
.homepage-cta {
  flex-direction: column;
}
 .homepage-cta-item {
   width: 100%;
   text-align: left;
  } 
  
}















/* Homepage updates 2022 - Solutions Cards */
/* Float four columns side by side */
.home-row {
  box-sizing: border-box;
  padding-bottom: 30px;
}

.home-column {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}

/* Remove extra left and right margins, due to padding */
.home-row {margin: 0 -5px;}

/* Clear floats after the columns */
.home-row:after {
  content: "";
  display: table;
  clear: both;
}



/* Style the cards */
.home-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  text-align: center;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #cccccc;
  display: block;
  min-height: 425px;
  transition: 0.2s;
}

.home-card a {
  color: #30373b;
}

.home-card:hover {
  text-decoration: none;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
}

.card-accent-bar {
  width: 30%;
  height: 5px;
  background-color: #50cccc;
  margin-top: 10px;
}

.home-card p {
  text-align: left;
  color: #30373b;
  padding-top: 10px;
}

.home-card-image {
  margin-bottom: 20px;
}

.home-card-image img {
  border-radius: 15px 15px 0 0;
}

.card-text {
  padding: 0 30px 30px 30px;
}

.card-text h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  color: #30373b;
  text-align: left;
  margin-top: 0;
}


#hs_cos_wrapper_widget_1658173261949 {
  padding-bottom: 75px;
}



/* Responsive columns */
@media screen and (min-width: 650px) and (max-width: 999px) {
  .home-column { 
    width: 50%;
  }
  .home-card {
    min-height: 475px;
  }
}


@media screen and (max-width: 649px) {
  .home-column {
    width: 100%;
    display: block;
  }
  
    .home-card {
    min-height: 325px;
  }
  
}
/* Style the cards - Ends */


.homepage-get-in-touch {
  background-color: #f4f4f4;
  padding: 30px 10px 15px 10px;
}







/* Logo Group Fix - Begins */
.homepage-2022 .logo-group .logo-wrapper .logo {
  margin: 0 25px 0 25px;
}

.homepage-2022 .logo-group {
  margin-bottom: 100px;
}



/*  Homepage Trust and Security Section */
.homepage-trust {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-image: url('https://www.smartsimple.com/hubfs/trust-image-homepage.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: auto;
  border-radius: 15px;
  margin-bottom: 75px;
  transition: 0.2s;
}
.homepage-trust-content {
  padding: 50px 25px 75px 60px;
  width: 55%;
}
.homepage-trust-content h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
}

.homepage-trust a {
  text-decoration: none;
  color: #30373b;
  display: block!important;
}

.homepage-trust:hover {
  text-decoration: none;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
}
.homepage-trust-content img {
  padding-bottom: 20px;
}

.fingertips img {
  margin-top: 20px;
}



@media (max-width: 750px) {
.homepage-trust-content {
    width: 75%!important;
  padding: 50px 25px 50px 25px;
}
}


/* Homepage Events section */
.homepage-events {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #000000;
  background-image: url('https://www.smartsimple.com/hubfs/webinars-events-homepage.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  overflow: auto;
  border-radius: 15px;
  margin-bottom: 50px;
  transition: 0.2s;
}
.homepage-events-content {
  padding: 75px 25px 75px 60px;
  width: 55%;
}
.homepage-events-content h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  color: #ffffff;
}

.homepage-events a {
  text-decoration: none;
  color: #ffffff;
  display: block!important;
}

.homepage-events:hover {
  text-decoration: none;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
}
.homepage-events-content img {
  padding-bottom: 20px;
}

.webinars-events img {
  margin-top: 20px;
}



@media (max-width: 750px) {
.homepage-events-content {
    width: 75%!important;
  padding: 50px 25px 50px 25px;
}
}










/* What's New - 2 Items - Begins */

.whats-new-2 {
  display: flex;
  margin-bottom: 50px;
}

.whats-new-2-item {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 5px;
  border: 1px solid #dddddd;
  border-radius: 15px;
  transition: 0.2s;
}

.whats-new-2-item img {
  border-radius: 15px 15px 0 0;
}

.whats-new-2-item p {
  color: #22282c;
}

.whats-new-2-text {
  padding: 20px 25px 20px 25px;
}

.whats-new-2-item:hover {
  text-decoration: none;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
}

.fresh-link {
  font-weight: bold;
}
.fresh-link .fa {
  font-weight: bold;
  color: #50cccc;
}

@media screen and (max-width: 650px) {
  .whats-new-2 {
    flex-direction: column;
  }
}

/* What's New - 2 Items - Ends */



/* Stats 2022 - Begins */

.stats-flex-row-container {  
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 75px;
    
}

.stats-flex-row-item {
    width: 30%; /*grow | shrink | basis */ 
}

.stats-flex-row-item {
  background-color: #30373b;
  border-radius: 15px;
  color: #ffffff;
  text-align: center;
  margin: 10px;
  padding: 45px 5px 45px 5px;
  transition:  0.4s ease;
}



.stats-flex-row-item h3 {
  color: #50cccc;
  font-size: 70px;
  font-weight: bold;
  margin: 0;
}

.stats-flex-row-item img {
  max-width: 65px;
  border-radius: 60px;
}

.stats-flex-row-container a:hover {
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow:inset 0px 0px 0px 15px #50cccc;
    -moz-box-shadow:inset 0px 0px 0px 15px #50cccc;
    box-shadow:inset 0px 0px 0px 15px #50cccc;
  
}


@media screen and (min-width: 660px) and (max-width: 999px) {
  .stats-flex-row-item {
    width: 47%;
  }
}


@media screen and (max-width: 659px) {
  .stats-flex-row-item {
    width: 100%;
}
}
  
/* Stats 2022 - Ends */




/* Homepage Testimony 2022 - Begins */

.testimony-2022-container {  
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}






.testimony-2022-container a {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 30%;
  min-height: 550px;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #dddddd;
  color: #22282c;
  text-align: center;
  margin: 10px;
  padding: 25px 10px 25px 10px;
  transition: 0.2s;
}



.testimony-2022-container img {
  max-width: 150px;
  border-radius: 100px;
}

.testimony-2022-container a:hover {
  text-decoration: none;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
}

.testimony-2022-text {
  margin-top: 15px;
}
.testimony-2022-text img {
  border-radius: 0;
  max-width: 100px;
}

.testimony-2022-text .harrington img {
  max-width: 220px;
}

.testimony-2022-text .sfi img {
  max-width: 220px;
}

.testimony-2022-text .helios img {
  max-width: 220px;
}

.testimony-2022-container hr {
  padding: 0;
  margin: 0;
}


#hs_cos_wrapper_widget_1652127597041 .client-story-image-with-descrip-col.col-right img {
  border-radius: 0;
}
#hs_cos_wrapper_widget_1652127597041 h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #30373b;
}
#hs_cos_wrapper_widget_1652127597041 {
  margin-bottom: 50px;
}



@media screen and (min-width: 660px) and (max-width: 999px) {
  .testimony-2022-container a {
    width: 47%;
  }
}


@media screen and (max-width: 659px) {
  .testimony-2022-container a {
    width: 100%;
}
}
  
/* Homepage Testimony 2022 - Ends */


/* Homepagge bottom CTA button */
.homepage-2022 .cta-request-demo a {
  width: 80%;
  
}

/* Homepage YouTube box */
.homepage-youtube-box {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  background-image: url('https://www.smartsimple.com/hubfs/homepage-youtube-circles.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 225px;
  border-radius: 15px;
  margin-bottom: 50px;
  transition: 0.2s;
  width: 50%;
  margin: 10px;
}

.homepage-marketplace-box {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  background-image: url('https://www.smartsimple.com/hubfs/marketplace-background-people.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 225px;
  border-radius: 15px;
  margin-bottom: 50px;
  transition: 0.2s;
  width: 50%;
  margin: 10px;
}

.homepage-youtube-box:hover {
  text-decoration: none;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
}

.homepage-marketplace-box:hover {
  text-decoration: none;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
}
.content-5 {
  padding: 40px;
}

.content-5 h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  color: #30373b;
  margin-top: 0;
}
.content-5 p {
  color: #30373b;
}
.content-5 img {
  padding-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .homepage-marketplace-box {
    width: 100%;
}
  .homepage-youtube-box {
    width: 100%;
  }
  .content-5 {
    padding: 25px;
  }
}

.content-5 img {
  float: right;
}








/*  Pricing Page 2022 Updates Begin */

.ss-direct-solution .row-fluid {
 display: flex;
  justify-content: center;
}
.ss-direct-solution .span4 {
  width: 45%;
  min-height: 360px;
  margin-left: 10px!important;
  margin-right: 10px!important;
}
.pricing-subscription p {
  color: #ffffff;
}
.pricing-accent-bar {
  background-color: #50cccc;
  height: 5px;
}

.additional-cost h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
    color: #30373b;
}
.additional-cost {
  width:70%;
  margin: 0 auto;
}



@media screen and (max-width: 799px) {
  
  .ss-direct-solution .row-fluid {
    display: block;
  }
  
  .ss-direct-solution .span4 {
   width: 100%;
   margin-left: 0!important;
    margin-right: 0!important;
    margin-bottom: 5px!important;
  }
}

/*  Pricing Page 2022 Updates Ends */







/*  SmartSimple Cloud - 2022 Begins  */


/* SS Cloud intro section */

.sscloud-intro {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-image: url('https://www.smartsimple.com/hubfs/ss-cloud-intro-section.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  overflow: auto;
  
  border-radius: 15px;
  transition: 0.2s;
}

.sscloud-intro-content {
  padding: 75px 25px 75px 20px;
  width: 55%;
  float: right;
}

.sscloud-intro-content h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
}





.ss-cloud-intro {
  background-image: url('https://www.smartsimple.com/hubfs/ss-cloud-intro-section.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: auto;
  border-radius: 15px;
  margin-bottom: 50px;
  padding: 40px;
  
}
.ss-cloud-intro-content {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 55px 35px 75px 35px;
  border-radius: 7px;
}
.ss-cloud-intro-content h3 {
  font-size: 35px;
  line-height: 40px;
  color: #30373b;
  text-align: center;
}













/* Flip Card Begins */

.flip-card-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 75px;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 310px;
  perspective: 1000px;
  margin: 10px;
  
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  
  border-radius: 15px;
  
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner, .flip-card:focus .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card:focus {
  outline: 3px solid #999;
    outline-offset: 2px;
}

.flip-card-front, .flip-card-back {
  
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  display: flex;
  background-color: #30373B;
  color: #ffffff;
  border-radius: 15px;
  padding: 15px;
  align-items: center;
justify-content: center;
  flex-direction: column;
}

.flip-card-back {
  background-color: #30373b;
  color: #ffffff;
  transform: rotateY(180deg);
  border-radius: 15px;
}

.flip-card h3 {
  color: #ffffff;
  font-weight: bold;
  margin-top: 0;
}

/* Flip Card Ends */




#hs_cos_wrapper_widget_1646859769300 {
  width: 50%;
  margin: 0 auto;
}




/*  SmartSimple Cloud - 2022 Ends  */






/* GOVERNMENT FUNDING 2022 BEGINS */



.government-funding-2022 .logo-group {
  padding-bottom: 0;
}

.government-funding-2022 .overview-quote {
  margin-bottom: 50px;
}

.government-funding-2022 .cta-request-demo {

  margin: 0 auto;
}

/* GOVERNMENT FUNDING 2022 ENDS */




/* CERTIFICATIONS 2022 BEGINS */

.certifications-2022 .homepage-intro {
   background-image: url(https://www.smartsimple.com/hubfs/certifications-intro-box.jpg)!important;
  border: 1px solid #dddddd;
}


.certifications-2022 .homepage-intro:hover {
  text-decoration: none;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
}
.certifications-2022 .homepage-intro p {
  color: #30373b;
}

.certifications-2022 .homepage-intro .fresh-link .fa {
  font-size: 16px;
}

@media screen and (max-width: 550px) {
  .certifications-2022 .homepage-intro-content {
    width: 100%!important;
  }
}




.certificate-cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;
  
}

.certificate-card-item {
  width: 47%;
  min-height: 680px;
  padding: 20px 35px 10px 35px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  margin: 5px;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.certificate-card-item h3 {
  font-weight: 800;
}

@media screen and (max-width: 990px) {
  .certificate-card-item {
    width: 100%;
    min-height: 0;
  }
}





.why-certify {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  
  justify-content: center;
  text-align: center;
}

.why-certify-item {
  width: 23%;
  min-height: 300px;
  padding: 25px;
  margin: 10px;
}

.why-certify h3 {
  text-align: center;
  font-weight: 800;
  margin-top: 10px;
}
.why-certify img {
  width: 145px;
}

@media screen and (min-width: 660px) and (max-width: 1199px) {
  .why-certify-item {
    width: 47%;
  }
}

@media screen and (max-width: 659px) {
  .why-certify-item {
    width: 100%;
    min-height: 0;
  }
}




.certification-learn {
  display: flex;
  flex-wrap: wrap;
  
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
}
.certification-learn-item {
  width: 32%;
  min-height: 200px;
  padding: 10px;
  margin: 5px;
}

.certification-learn-item h3 {
  text-align: center;
  font-weight: 800;
  margin-top: 10px;
}
.certification-learn-item img {
  width: 100px;
  text-align: center;
}

@media screen and (min-width: 600px) and (max-width: 999px) {
  .certification-learn-item {
    width: 47%;
  }
}

@media screen and (max-width: 599px) {
  .certification-learn-item {
    width: 100%;
  }
}


.certification-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.certification-details-item {
  width: 47%;
  min-height: 250px;
  padding: 5px;
  margin: 5px;
}

@media screen and (max-width: 750px) {
  .certification-details-item {
    width: 100%;
    min-height: 0;
  }
}

.certifications-2022 .certification-details-item ol li {
  margin-bottom: 10px;
}
.certifications-2022 .certification-details-item ol > li::marker {
  font-weight: bold;
}

.certifications-2022 #hs_cos_wrapper_widget_1666638352647_ a {
  text-decoration: underline;
}
.certifications-2022 #hs_cos_wrapper_widget_1665694310581_ a {
  text-decoration: underline;
}


/* CERTIFICATIONS 2022 ENDS */





/* ------------- REGIONAL WEBPAGES BEGINS --------------- */
.regional-template .header-container-wrapper {
  min-height: 105px;
}



/* Regional Template begins */


.regional-hero-content {
  width: 55%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.regional-hero-content h1 {
  line-height: 50px;
  margin-bottom: 20px;
}

.regional-fresh-bar {
  width: 150px;
  height: 15px;
  background-color: #50cccc;
}
@media screen and (max-width: 750px) {
  .regional-hero-content {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
  }
  .regional-hero-content h1 {
  font-size: 30px;
  line-height: 30px;
  }
}


.regional-cta-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 125px;
}
.regional-cta-item-2 {
  width: 32%;
  margin: 0 5px 0 5px;
  text-align: center;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.regional-cta-item-2 p {
  font-size: 25px;
  font-weight: bold;
}

.regional-cta-2 a {
  color: #30373b;
}
.regional-cta-2 a:hover {
  text-decoration: none;
  opacity: 0.75;
}




.regional-whats-new-cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;
}

.regional-whats-new-item {
  width: 32%;
  min-height: 375px;
  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  margin: 5px;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.regional-whats-new-item-image-1 {
  background-image: url(https://www.smartsimple.com/hubfs/regional-whats-new-image-1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 150px;
  border-radius: 15px;
}

.regional-whats-new-item-image-2 {
  background-image: url(https://www.smartsimple.com/hubfs/regional-whats-new-image-2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 150px;
  border-radius: 15px;
}

.regional-whats-new-item-image-3 {
  background-image: url(https://www.smartsimple.com/hubfs/regional-whats-new-image-3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 150px;
  border-radius: 15px;
}

.regional-template .card-title {
  border: 0 solid #dddddd;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.regional-whats-new-text {
  padding: 5px 15px 15px 15px;
}
.regional-whats-new-text h3 {
  font-weight: bold;
  margin-top: 10px;
}

.regional-teal-bar {
  width: 55px;
  height: 5px;
  background-color: #50cccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .regional-whats-new-item {
    width: 32%;
  }
}

@media screen and (min-width: 600px) and (max-width: 999px) {
  .regional-whats-new-item {
    width: 48%;
  }
}

@media screen and (max-width: 599px) {
  .regional-whats-new-item {
    width: 100%;
    min-height: 0;
  }
}




.regional-message {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;
}

.regional-message-item {
  background-color: black;
  width: 48%;
  min-height: 275px;
  padding: 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  margin: 10px;
  border: 1px solid #dddddd;
  border-radius: 15px;
  color: #ffffff;
}
.regional-message h3 {
  color: #ffffff;
  margin-top: 0;
  font-weight: bold;
}


.regional-message .image-1 {
  background-image: url(https://www.smartsimple.com/hubfs/regional-message-boxes-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  
  border-radius: 15px;
}
.regional-message .image-2 {
  background-image: url(https://www.smartsimple.com/hubfs/regional-message-boxes-2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  
  border-radius: 15px;
}

.regional-message .image-3 {
  background-image: url(https://www.smartsimple.com/hubfs/regional-message-boxes-3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 150px;
  border-radius: 15px;
}
.regional-message .image-4 {
  background-image: url(https://www.smartsimple.com/hubfs/regional-message-boxes-4.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 150px;
  border-radius: 15px;
}


@media screen and (max-width: 1200px) {
  .regional-message-item {
  width: 100%;
  
  }
}



.regional-cta-box {
  background-image: url(https://www.smartsimple.com/hubfs/regional-cta-image.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 65px 30px 50px 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: 0px solid #dddddd;
  border-radius: 15px;
  margin-bottom: 50px;
}

.regional-cta-box-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.regional-cta-box-title {
  width: 80%;
}
.regional-cta-box-title h2 {
  color: #ffffff;
}
.regional-cta-box-buttons {
  width: 15%;
}
.regional-cta-box-fresh-bar {
  width: 100px;
  height: 10px;
  background-color: #50cccc;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .regional-cta-box-title {
  width: 100%;
  }
  .regional-cta-box-buttons {
  width: 100%;
  }
}




.regional-other-solutions-cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;
}
.regional-other-solutions-cards .fa {
  color: #50cccc;
  font-weight: bold;
}

.regional-other-solutions-cards .regional-whats-new-item-image-1 {
  background-image: url(https://www.smartsimple.com/hubfs/regional-other-solutions-image-1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 150px;
  border-radius: 15px;
}

.regional-other-solutions-cards .regional-whats-new-item-image-2 {
  background-image: url(https://www.smartsimple.com/hubfs/regional-other-solutions-image-2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 150px;
  border-radius: 15px;
}

.regional-other-solutions-cards .regional-whats-new-item-image-3 {
  background-image: url(https://www.smartsimple.com/hubfs/regional-other-solutions-image-3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 150px;
  border-radius: 15px;
}

.regional-other-solution-cards h4 {
  margin-bottom: 0!important;
}


.regional-template .news-room {
  min-height: 350px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 50px 75px 50px;
  border: 1px solid #dddddd;
  border-radius: 15px;
  background-image: url("https://www.smartsimple.com/hubfs/dynamic-blog-list-background-3.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
.regional-template .news-room h2 {
  text-align: center;
  margin-bottom: 50px;
}



.regional-template .logo-group {
  margin-bottom: 75px;
}

.regional-template .logo-group .logo-wrapper .logo {
  margin: 0 25px 0 25px;
  text-align: center;
}
.regional-template .logo-group {
  padding-bottom: 0;
}
.regional-template .logo-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.regional-template .logo-group .logo-wrapper .logo img:hover {
    transform: none;
}



/* Regional Template ends */




/* ------------- REGIONAL WEBPAGES ENDS --------------- */







/* ------------- SPAIN WEBPAGES BEGINS --------------- */

.regional-spain .regional-hero-content {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 10px;
  width: 100%;
}

.regional-spain .regional-hero-content h1 {
  font-size: 40px!important;
  line-height: 45px!important;
}

.regional-spain .regional-hero-content p {
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 30px;
}

.regional-benefits-item {
  display: flex;
}

.regional-benefits-item .title {
  font-size: 25px;
  line-height: 30px;
}

.regional-benefits-item p {
  margin-bottom: 20px;
}

.regional-benefits-item img {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  margin-bottom: 35px;
}




#hs_cos_wrapper_widget_1667923467466 {
  text-align: center;
}

.regional-spain a.widget_1667923467466 img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  transition: .2s;
}
.regional-spain a.widget_1667923467466 img:hover {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.4);
}





.fresh-teal-accent-bar-2 {
  width: 125px;
  height: 10px;
  background-color: #50cccc;
  margin: 0 auto;
}

.regional-spain .scalable {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 80%;
  margin-bottom: 50px;
}

.regional-spain .scalable-item {
  width: 23%;
  min-height: 200px;
  padding: 10px;
  margin: 5px;
}

.regional-spain .scalable p {
  text-align: center;
  margin-top: 10px;
}


.regional-spain .scalable img {
  width: 110px;
}

@media screen and (min-width: 660px) and (max-width: 1199px) {
  .regional-spain .scalable-item {
    width: 47%;
  }
}

@media screen and (max-width: 659px) {
  .regional-spain .scalable-item {
    width: 100%;
    min-height: 0;
  }
}

.regional-spain .cta-regional {
  background-color: #f4f4f4;
  border-radius: 20px;
}
.regional-spain .cta-regional h3 {
  margin-top: 0;
}


.regional-spain .regional-message {
  margin-bottom: 75px;
}

.regional-spain .regional-message .regional-message-item {
  min-height: 450px;
}

#hs_cos_wrapper_widget_1665519014714 a {
  text-decoration: none;
}

.regional-spain .regional-message .regional-message-item ul li {
  line-height: 18px;
}

.regional-spain .regional-message h2 {
  font-size: 27px;
  line-height: 28px;
  color: #ffffff;
}

.regional-spain .image-1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}

.regional-spain .image-1:hover {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
}


@media screen and (max-width: 500px) {
 .regional-spain .regional-message .regional-message-item {
  width: 100%;
}
}


.regional-spain .logo-group .logo-wrapper .logo img {
    height: 100px!important;
  
}




.regional-spain .client-title {
  display: flex;
  align-items: center;
  justify-content: center;
}




.noticias-item {
  display: flex;
  justify-content: center;
}

.noticias-item .noticias-image {
  width: 30%;
  padding-right: 15px;
  margin-bottom: 10px;
}
.noticias-item .noticias-image img {
  border: 2px solid #dddddd;
  border-radius: 15px;
}

.noticias-item .noticias-text {
  width: 70%;
}
.noticias-item .noticias-text h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}


@media screen and (max-width: 600px){
 .noticias-item {
  display: block;
}
  .noticias-item .noticias-image {
    width: 100%;
  }
  .noticias-item .noticias-text {
    width: 100%
  }
  
}






.regional-spain .regional-whats-new-item {
  min-height: 750px;
}

.regional-spain .regional-whats-new-item-image-1 {
    background-image: url(https://www.smartsimple.com/hubfs/noticias-aef.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 200px;
    border-radius: 15px;
    border: 1px solid #dddddd;
}
.regional-spain .regional-whats-new-item-image-2 {
    background-image: url(https://www.smartsimple.com/hubfs/noticias-alfredo-dean.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 200px;
    border-radius: 15px;
    border: 1px solid #dddddd;
}
.regional-spain .regional-whats-new-item-image-3 {
    background-image: url(https://www.smartsimple.com/hubfs/noticias-aws.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 200px;
    border-radius: 15px;
    border: 1px solid #dddddd;
}




@media screen and (max-width: 599px) {
 .regional-spain .regional-whats-new-item {
  min-height: 0;
}
}

/* ------------- SPAIN WEBPAGES ENDS --------------- */








/* ------------- Life at SmartSimple begins --------------- */

.life-hero-box {
    padding-top: 150px;
    padding-bottom: 100px;
  }

.life-hero-box h1 {
  font-size: 60px!important;
  line-height: 65px!important;
  margin-bottom: 25px!important;
  text-align: left;
}
.life-2022 .fresh-teal-accent-bar {
  width: 125px;
  height: 10px;
}

#hs_cos_wrapper_widget_1646684729005 {
  margin-bottom: 50px;
}



.hs_cos_gallery_main button:focus-visible {
  border: solid 3px grey;
  }

.life-2022 .slick-slide-inner-wrapper img {
 max-width: 65%;
} 

.life-2022 .slick-slider {
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
 .life-2022 .slick-slide-inner-wrapper img {
 max-width: 100%;
} 
}







@media screen and (max-width: 599px) {
 .life-hero-box h1 {
  font-size: 40px!important;
  line-height: 45px!important;
}
.life-hero-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }  
  
}


.life-history {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-image: url('https://www.smartsimple.com/hubfs/our-history.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  overflow: auto;
  
  border-radius: 15px;
  transition: 0.2s;
}

.life-history-content {
  padding: 75px 25px 75px 20px;
  width: 55%;
  float: right;
}

@media screen and (max-width: 700px) {
 .life-history-content {
  width: 100%;
}
}

.life-2022 .cta-request-demo a {
  padding: 0;
  margin-bottom: 0;
}







.dynamic-blog-item-life {
  display: flex;
  
	justify-content: center;
  
}

.dynamic-blog-content-life {
  align-items: center;
	justify-content: center;
	margin-bottom: 30px;
  width: 33.2%;
  margin-right: 15px;
  
}

.dynamic-blog-image-life {
  margin-bottom: 10px;
}


.dynamic-blog-container-life img {
  border-radius: 10px;
  width: 100%;
}



.dynamic-blog-container-life h3 {
 font-size: 18px;
  line-height: 23px;
  text-align: left;
  margin-top: 0;
}

.dynamic-blog-container-life a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #30373b;
}

@media (max-width: 850px) {
  
  .dynamic-blog-item-life {
    display: block;
  }
  
  .dynamic-blog-content-life {
    width: 100%;
    margin-bottom: 50px;
  }
  .dynamic-blog-container-life h3 {
    margin-bottom: 25px;
  }
  
  .dynamic-blog-container-life img {
  width: 100%;
}
  

    
}



/* ----- Life at SmartSimple Intro Box ------- */
.life-intro-box {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #000000;
  background-image: url('https://www.smartsimple.com/hubfs/intro-life-at-smartsimple.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  overflow: auto;
  border-radius: 15px;
  margin-bottom: 50px;
  transition: 0.2s;
}
.life-intro-box-content {
  padding: 75px 25px 75px 60px;
  width: 45%;
}

.life-intro-box-content p {
  
  color: #ffffff;
}

.life-intro-box-content img {
  padding-bottom: 20px;
}


@media (max-width: 750px) {
.life-intro-box-content {
    width: 100%!important;
  padding: 50px 25px 50px 25px;
}
}


/* ----- Life at SmartSimple Join Team box ------- */
.life-join-team {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #000000;
  background-image: url('https://www.smartsimple.com/hubfs/life-at-smartsimple-join-team.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  overflow: auto;
  border-radius: 15px;
  margin-bottom: 50px;
  transition: 0.2s;
}



.life-join-team:hover {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
}
.life-join-team a:hover {
  text-decoration: none;
}

.life-join-team-content .fresh-link {
  color: #30373b;
}

.life-join-team-content {
  padding: 35px 25px 50px 60px;
  width: 50%;
}


@media (max-width: 750px) {
.life-join-team-content {
    width: 100%!important;
  padding: 50px 25px 50px 25px;
}
}



.radio-hour {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 100px;
}
.radio-hour-content {
  padding: 25px 10px 25px 0;
}

@media (max-width: 900px) {
.radio-hour {
  display: block;
}
}


/* ------------- Life at SmartSimple ends --------------- */



/* ------------- AI homepage hero begins --------------- */
.aifusion-hero {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.homepage-2023 #hs_cos_wrapper_widget_1632959658418 {
    padding: 0 0 0 0!important;
}

.homepage-hero-ai {
  width: 75%;
  padding-top: 60px;
  padding-bottom: 40px;
}

.homepage-hero-ai h1 {
  color: #ffffff;
  font-size: 36px!important;
  line-height: 40px!important;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 5px;
}
.homepage-hero-ai p {
  color: #ffffff;
  font-size: 24px;
  line-height: 26px;
}


.homepage-2023 #solutions {
  top:-150px; /* -(some pixels above) */
    position: relative;
}



@media screen and (max-width: 700px) {
 .homepage-hero-ai {
   width: 100%;
   padding-top: 10px;
   padding-bottom: 10px;
}
}


/* ------------- AI homepage hero endss --------------- */




/* ------------- SmartSimple Cloud Features begins --------------- */
.smartsimple-cloud-features-box {
  padding-top: 75px;
  padding-bottom: 75px;
}

.smartsimple-cloud-features-box img {
  padding-bottom: 30px;
}

.smartsimple-cloud-features-box h1 {
  color: #30373b;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
}






.smartsimple-cloud-features table.imp-table-group thead > tr > th {
  border-top: 0;
  
}

.smartsimple-cloud-features .text-title {
  font-size: 30px;
}

/* ------------- SmartSimple Cloud Features ends --------------- */





/* ------------- Training 2023 at SmartSimple begins --------------- */

.training2023-hero-box {
    padding-top: 150px;
    padding-bottom: 100px;
  }

.training2023-hero-box h1 {
  font-size: 60px!important;
  line-height: 65px!important;
  margin-bottom: 25px!important;
  text-align: left;
}
.training2023 .fresh-teal-accent-bar {
  width: 125px;
  height: 10px;
}


.training2023-intro-box {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #000000;
  background-image: url('https://www.smartsimple.com/hubfs/intro-training-at-smartsimple.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  overflow: auto;
  border-radius: 15px;
  margin-bottom: 50px;
  transition: 0.2s;
}
.training2023-intro-box-content {
  padding: 50px 25px 50px 50px;
  width: 55%;
}

@media (max-width: 750px) {
.training2023-intro-box-content {
  width: 100%;
  }
}



.training-youtube {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #000000;
  background-image: url('https://www.smartsimple.com/hubfs/training-youtube-section-V2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: auto;
  border-radius: 15px;
  margin-bottom: 50px;
  transition: 0.2s;
}

.training-youtube:hover {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
}
.training-youtube a:hover {
  text-decoration: none;
}

.training-youtube-content .fresh-link {
  color: #30373b;
}

.training-youtube-content {
  padding: 35px 25px 50px 60px;
  width: 50%;
}

@media (max-width: 700px) {
.training-youtube {
  background-position: left top;
  }
.training-youtube-content {
    width: 100%!important;
  padding: 50px 25px 50px 25px;
}
}




.training-certified {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px;
  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #f0eeed;

  border-radius: 15px;
  margin-bottom: 50px;
  transition: 0.2s;
}

.training-certified:hover {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
}



.training-certified-content {
  color: #30373b;
  padding: 25px 10px 25px 0;
}

.training-badges {
  padding-right: 20px;
}

@media (max-width: 900px) {
.training-certified {
  display: block;
}
  
.training-badges {
  padding-right: 0;
  }
}


/* ------------- Training 2023 at SmartSimple ends --------------- */



/* ------------- Gated-page: AI Lookbook begins --------------- */
.ai-lookbook .hs-button.primary, input[type="submit"] {
  background-color: #30373b;
}

.ai-lookbook .hs-button.primary:hover, input[type="submit"]:hover {
    background-color: #127b78!important;
}

.ai-lookbook .button-outline .button {
  background-color: #30373b;
}

.ai-lookbook .button-outline .button:hover {
    background-color: #127b78;
}

.ai-lookbook .hero-content {
  padding-top: 25px;
  padding-bottom: 0;
}
.ai-lookbook .custom-banner-content {
  padding: 10px 0 10px 0;
}

/* ------------- Gated-page: AI Lookbook ends --------------- */









/*  ====== Branding Fixes - 2022 Begins ====== */

/* Blog Begins*/

.post-header h2 a, h2.post-listing-simple a {
    color: #30373b;
  font-weight: bold;
}
.post-header h1 {
    color: #30373b;
  font-weight: bold!important;
}


.read-more-btn {
    border: 1px solid #30373b;
    color: #30373b;
}

.read-more-btn:hover {
  color: #30373b;
}




.blog-previous a, .blog-previous .fas {
  color: #30373b;
}

.blog-next a, .blog-next .fas {
  color: #30373b;
}

.blog-pagination a, .blog-pagination .fas {
  color: #30373b;
}

#hs_cos_wrapper_module_157666139666533 .accentbar-color {
  background-color: #50cccc!important;
}

/* Blog Ends */



/* Events page */
.past-events .custom-banner-group {
  background-position: center bottom;
}

#hs_cos_wrapper_widget_1586805429638 h2 {
  color: #30373b;
  font-weight: bold;
}

#hs_cos_wrapper_widget_1586805429638 a.custom-read-story-button {
  color: #30373b!important;
  border: 1px solid #30373b;
}
#hs_cos_wrapper_widget_1586805429638 .fa-chevron-right {
  color: #30373b!important;
}
.webinars-events-link .page-center {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.webinars-events-link {
  padding-top: 15px;
  padding-bottom: 5px;
}


/* Partners page 2022 */

.partner-page h2 {
  color: #30373b;
  font-weight: bold;
}

.partner-intro {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-image: url('https://www.smartsimple.com/hubfs/intro-image-partner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  overflow: auto;
  
  border-radius: 15px;
  transition: 0.2s;
}

.partner-intro-content {
  padding: 110px 25px 110px 20px;
  width: 55%;
  float: right;
}

@media screen and (max-width: 499px) {
  .partner-intro-content {
    width: 100%;
    padding: 75px 25px 75px 20px;
}
}

/* One Trust Cookie Shield icon */

#ot-sdk-btn-floating .ot-floating-button__back {
  background-color: #50cccc!important;
}
  
#ot-sdk-btn-floating .ot-floating-button__front {
 background-color: #50cccc!important;
}

/*  Demo Request page */
.contact-layout .inquiries h3, h4 {
  color: #30373b;
}

.contact-layout .inquiries blockquote h4 {
  color: #30373b;
}

.contact-layout input[type="submit"] {
 color: #30373b;
  background-color: #ffffff;
  border: 1px solid #30373b;
  font-weight: bold;
  transition: .2s;
}

.contact-layout input[type="submit"]:hover {
  background: rgba(127,127,127,0.1);
}

.contact-layout input[type="text"], select, textarea {
  border: 1px solid #50cccc;
}

.thank-you-detail .title {
  color: #30373b;
  font-weight: bold;
}

.thank-you-detail .thankyou-card-title {
  color: #30373b;
}

.thank-you-detail .btn-readmore {
  color: #30373b;
  border: 1px solid #30373b;
}

.thank-you-detail .btn-readmore .fa {
  color: #30373b!important;
}

/*  .benefit-right - box fixes after deleting Partners buttons */
.benefit-right {
  padding-bottom: 50px;
  padding-left: 75px;
  padding-right: 75px;
}


/*  ====== Branding Fixes - 2022 Ends =======*/





/* ===== Elevate 2023 begin ====== */

.elevate-intro {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-image: url('https://www.smartsimple.com/hubfs/intro-elevate-audience.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  overflow: auto;
  
  border-radius: 15px;
  transition: 0.2s;
}

.elevate-intro-content {
  padding: 75px 25px 75px 20px;
  width: 50%;
  float: right;
}

.elevate-intro-content h3 {
  font-size: 30px;
  line-height: 35px;
}

.elevate2023 #hs_cos_wrapper_widget_1689773063251 {
  margin-top: 50px;
}


.elevate2023 .life-join-team {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #000000;
  background-image: url('https://www.smartsimple.com/hubfs/elevate2023-where-to-stay.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  overflow: auto;
  border-radius: 15px;
  margin-bottom: 50px;
  transition: 0.2s;
}

.elevate2023 .life-join-team:hover {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
}
.elevate2023 .life-join-team a:hover {
  text-decoration: none;
}



.read-more-target,
.read-more-trigger_opened {
  display: none;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target,
.read-more-state:checked ~ .read-more-trigger_opened {
  display: block;
}
.read-more-state:checked ~ .read-more-trigger_closed {
  display: none;
}



.elevate-what-to-do {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-image: url('https://www.smartsimple.com/hubfs/elevate2023-what-to-do.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  overflow: auto;
  
  border-radius: 15px;
  transition: 0.2s;
}

.elevate-what-to-do-content {
  padding: 50px 25px 50px 20px;
  width: 50%;
  float: right;
}

.elevate2023 .elevate-what-to-do:hover {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
}
.elevate2023 .elevate-what-to-do a:hover {
  text-decoration: none;
}
.elevate2023 .elevate-what-to-do a {
  color: #30373b;
}

@media screen and (max-width: 600px) {
  .elevate-what-to-do-content {
    width: 100%;
    padding: 25px 25px 25px 20px;
}
  .elevate-what-to-do {
    background-image: none;
  }
  
}





@media screen and (max-width: 600px) {
  .elevate-intro-content {
    width: 100%;
    padding: 25px 25px 25px 20px;
}
  .elevate-intro {
    background-image: none;
  }
}

/* ===== Elevate 2023 end ====== */











/* ========= Accessibility WCAG Fixes Start ========== */

/* Remove outline for non-keyboard :focus */
*:focus:not(.focus-visible) {
  outline: none;
}

/* Optional: Customize .focus-visible */
a:active, a:focus-visible {
  outline: 3px solid #999999;
  outline-offset: 2px;
}

a:focus {
  outline: 3px solid #999999;  
}

.cation-wrap .content>a {
  background-color: #b75b10;
}

a {
  display: inline-block;
}

.screen-reader-text {
   clip: rect(1px, 1px, 1px, 1px);
   height: 1px;
   overflow: hidden;
   position: absolute !important;
   width: 1px;
  color: #ffffff;
}

.skip-content-style a:focus,
.skip-content-style a:active {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  -webkit-clip: auto;
  clip: auto;
  color: #ffffff;
  padding: 8px;
  background-color: #127b78;
}

.engage-2020 .tab button:focus-visible {
  outline: 3px solid #999999;
  outline-offset: 2px;
}



.marketplace-layout #hs_cos_wrapper_module_140190329510711990 button {
  width: 100%;
}
.marketplace-layout #hs_cos_wrapper_module_140190329510711990 button:focus-visible {
  outline: 3px solid #999999;
  outline-offset: 2px;
}

.marketplace-layout #hs_cos_wrapper_module_140190329510711990 .accordion-heading h3 {
  text-align: left;
}

.client-detail-col .content {
  background-color: #207ab6;
}
.client-detail-col.col-right .content {
    background-color: #b75b10;
}

/* Pricing page fixes */
.pricing-box1,.pricing-box2 {
  background-color: #1D7BB9;
}

.pricing-box3 {
  background-color: #A56909;
}

table.imp-table-group .pricing-subhead-white th {
  color: #757575;
}

table.imp-table-group .pricing-subhead-blue th {
  background-color: #1C7FA6;
}

table.imp-table-group>tbody>tr>td:first-child {
  color: #757575;
}

table.imp-table-group>tbody>tr>td {
  color: #757575;
}

table.imp-table-group>tbody>tr>td p a {
  color: #347AB7;
}

label {
  color: #22282c;
}
.blog span.hs-form-required {
  color: #22282c;
}

.contact-us-detail .col-2 {
  background-color: #f3f6f6;
}

#hs_cos_wrapper_widget_1576484394173 h2 {
  color: #ffffff!important;
}



/* Grants Management Overview V2 */

.grants-management-2020-v2 .corporate-banner-area .page-center {
  padding-top: 50px;
  padding-bottom: 0;
}

.strapline-container .page-center {
  padding-top: 20px;
}


.grants-management-2020-v2 h3 {
  font-size: 22px;
}
.solutions-benefits a:hover {
  text-decoration: none;
}
.solutions-benefits {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}

.modules-section h3 {
    margin-top: 0;
    color: #00558a;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
}
.smartsimple-cloud-grants-management-software .modules-section .page-center {
  padding-bottom: 0!important;
}

#hs_cos_wrapper_widget_1594910724506 .custom-blog-rss-feed h3 {
    font-size: 2.5em;
    line-height: 1em;
}

#hs_cos_wrapper_widget_1616161248052 .page-center {
  padding-top: 0;
}

#hs_cos_wrapper_widget_1594755558914 .page-center {
  padding-top: 0!important;
}


/* Anchor Bar */
  .anchor-bar {
    padding: 5px;
    z-index: 0;
  }
  .anchor-bar-content p {
    font-size: 14px;
    line-height: 22px;
  }
  .anchor-bar a {
    color: #ffffff;
  }
  .anchor-bar a:hover {
    text-decoration: none;
  }

 .grants-management-2020-v2 #application-manager,#program-manager,#budget-manager,#meeting-manager,#event-manager,#goal-tracker {
    position: relative;
    top: -150px;
  }




/* Research Grants Management Overview - V2 */
.research-grants-management-v2 .custom-banner-logo-image img {
    width: 425px;
}

.research-grants-management-v2 .corporate-banner-area .page-center {
  padding-bottom: 25px;
}
.research-grants-management-v2 .strapline p {
    font-family: "PT Sans",Arial,Sans-serif;
    color: #fff;
    padding-top: 10px;
    font-size: 25px;
    line-height: 30px;
}
.research-grants-management-v2 h2 {
    color: #22282c;
    font-size: 2.5em;
    line-height: 1em;
    padding: 0;
    margin-bottom: 25px;
}
.strapline-container .page-center {
  padding-top: 25px;
  padding-bottom: 25px;
}
#hs_cos_wrapper_widget_1634843609865_ {
  padding-top: 25px;
  padding-bottom: 75px;
}

#hs_cos_wrapper_widget_1634843609865_ a {
  text-decoration: none;
}
#hs_cos_wrapper_widget_1634843609865_ h3 {
  font-size: 22px;
}
.research-grants-management-v2 .client-story-image-with-descrip-col.col-right img {
  border-radius: 0;
}
.research-grants-management-v2 .client-story-image-with-descrip .description ul li {
    list-style-image: url(https://www.smartsimple.com/hubfs/SmartSimple_December2019%20Theme/Images/bullet-orange.png);
}
.research-grants-management-v2 .modules-section h3 {
    margin-top: 0;
    color: gray;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
}
#hs_cos_wrapper_widget_1594910724506 .custom-blog-rss-feed h3 {
  color: #22282c;
}
 .research-grants-management-v2 #submission-manager,#program-manager,#committee-manager,#fund-manager,#reporting-research-outcomes {
    position: relative;
    top: -150px;
  }



/* CSR Overview - V2 */

#hs_cos_wrapper_widget_1591798940168 .page-center {
  padding-bottom: 0;
}

.csr-overview-v2 .client-story-hero-box {
  padding-top: 25px;
  padding-bottom: 25px;
}

.csr-overview-v2 .custom-banner-logo-image img {
    width: 425px;
}
.csr-overview-v2 #hs_cos_wrapper_widget_1635175851158 h3 {
    font-size: 22px;
}
.csr-modules h3 {
    margin-top: 0;
    color: #00558a;
    font-weight: 700;
}
.csr-modules .page-center {
  padding-top: 0;
}
 .csr-overview-v2 #corporate-giving,#employee-giving,#volunteer-management,#matching-gifts,#employee-volunteer-grants,#fundraising-donations,#in-kind-giving,#sponsorships,#employee-assistance-funds,#reporting-impact,#goals-tracking {
    position: relative;
    top: -150px;
  }
#hs_cos_wrapper_widget_1635175851158 {
  padding-bottom: 100px;
}



/* Scholarship Management Overview - V2 */

.scholarship-management-overview-v2 .custom-banner-logo-image img {
    width: 425px;
}
#hs_cos_wrapper_widget_1591495461769 .page-center {
  padding-top: 80px;
  padding-bottom: 25px;
}
.scholarship-management-overview-v2 h2 {
    color: #1c4a35;
    font-size: 2.5em;
    line-height: 1em;
    padding: 0;
    margin-bottom: 25px;
}
.scholarship-management-overview-v2 #hs_cos_wrapper_widget_1635270176018_ h3 {
    font-size: 22px;
}
.scholarship-modules h3 {
    margin-top: 0;
    color: #216c36;
    font-weight: 700;
}
 .scholarship-management-overview-v2 #application-manager,#award-financial-manager,#fund-manager,#review-manager {
    position: relative;
    top: -150px;
  }



/*  Government Funding Overview - V2 */

.government-funding-overview-v2 .custom-banner-logo-image img {
    width: 425px;
}
.government-funding-overview-v2 .strapline p {
    font-family: "PT Sans",Arial,Sans-serif;
    color: #fff;
    padding-top: 10px;
    font-size: 25px;
    line-height: 30px;
}
.government-funding-overview-v2 h2 {
    color: #7257a5;
    font-size: 2.5em;
    line-height: 1em;
    padding: 0;
    margin-bottom: 25px;
}
.government-funding-overview-v2 #hs_cos_wrapper_module_1594234855238126 h3 {
    font-size: 22px;
    font-weight: 500; 
}
.government-funding-modules h3 {
    margin-top: 0;
    color: #7257a5;
    font-weight: 700;
} 
.government-funding-overview-v2 #application-manager,#program-manager,#panel-manager,#source-funds-manager,#budget-manager,#reporting-your-impact {
    position: relative;
    top: -150px;
  }

.footer-bottom-menu ul li a:hover {
  color: #ffffff;
  }

#hs_cos_wrapper_widget_1599763085766_ h3 {
  font-size: 45px;
  line-height: 50px;
}

.homepage-solution-description p {
  color: #22282c!important;
  font-size: 18px!important;
  line-height: 20px!important;
  padding-bottom: 5px;
}
#hs_cos_wrapper_widget_1576560122061 h2 {
  text-align: center!important;
  padding-top: 20px!important;
}

#hs_cos_wrapper_widget_1599753447079 hr {
  margin-top: 0!important;
}

#hs_cos_wrapper_widget_1599753447079 p {
  margin-bottom: 0!important;
}

#hs_cos_wrapper_widget_1599753447079 .card-title p {
  margin-bottom: 10px!important;
  font-size: 18px!important;
  line-height: 20px!important;
}

.solution-mob-item p {
  margin-bottom: 10px!important;
}





/* ========= WCAG Fixes Ends ========== */










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

@media (min-width: 768px) {
  .container-fluid .row-fluid .page-center {
    max-width: 780px;
  }
  .header-container .page-center {
    max-width: 750px !important;
  }
  .footer-left-group {
    width: 25% !important;
    padding-right: 15px;
    margin-top: 10px;
  }
  .footer-right-group {
    width: 75% !important;
    margin: 10px 0 0 !important;
    padding-right: 30px;
  }
  .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul {
    opacity: 1 !important;
    position: relative !important;
    visibility: visible !important;
  }
  .call-recording-page .header-container-wrapper {
    min-height: 148px;
  }
  .uptimetabs ul li {
    display: table-cell;
    width: 1%;
  }
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
  .video-item {
    width: 33.33333333%;
    float: left;
    padding: 0 15px;
  }
  .career-page .custom-banner-group.careers {
    padding-left: 0;
    padding-right: 0;
  }
  .support-page .video-banner-area,
  .service-page .custom-banner-group {
    padding-left: 0;
    padding-right: 0;
  }
  .pricing-tabber-inn-grp ul.tabber-tab li {
    display: table-cell;
    width: 1%;
  }
  .accordion-content .inner-group .hs-item {
    width: 33.33333333%;
    float: left;
  }
  .tabber-group ul.tabs li {
    display: table-cell;
    width: 1%;
  }

}

@media (min-width: 992px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1000px;
  }
  .header-container .page-center {
    max-width: 970px !important;
  }
  .partner-page .custom-banner-group .custom-banner-content {
    max-width: 41.66666667%;
  }

  .partner-page .image-with-content-group .item-content h2.title {
    width: 25%;
    float: left;
    padding: 0 15px;
    text-align: center;
  }

  .partner-page .image-with-content-group .item-content .bottom-content {
    width: 75%;
    float: left;
    padding: 0 15px;
  }

  .partner-page .image-with-content-group .item-content {
    width: calc(100% + 30px);
    float: none;
    padding: 0 0 50px;
    display: inline-block;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -6px;
  }

  .premium-page .row2-group .page-center .hs_cos_wrapper_type_rich_text {
    width: 83.33333333%;
    margin: 0 auto !important;
    display: block;
    float: none !important;
  }

  .video-item {
    width: 25%;
    float: left;
    padding: 0 15px;
  }

  .modal-dialog {
    max-width: 900px;
  }

  .event-page .row2-group .row2-top-group .row2-left-col {
    width: 41.66666667% !important;
    padding: 0 15px 0 0;
  }

  .event-page .row2-group .row2-top-group .row2-right-col {
    padding-left: 13px;
    margin: 0 !important;
    width: 58.33333333% !important;
  }
  .career-item {
    width: 50%;
    float: left;
  }
  .career-page .image-with-content-group .item-content {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 49.7%;
  }
  .support-page .row2-group .page-center > .row-fluid-wrapper {
    width: calc(100% + 30px);
  }  
  .support-page .row2-group .left-col-content {
    width: 66.66666667% !important;
    padding: 0 15px;
  }
  .support-page .row2-group .right-col-content {
    width: 33.33333333% !important;
    margin: 0 !important;
  }
  .support-two-col-img-grp {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
  }
  .support-two-col-img-grp .left-img {
    width: 25%;
    float: left;
    padding: 0 15px;
  }
  .support-two-col-img-grp .right-col-grp {
    width: 66.66666667%;
    padding: 0 15px;
  }
  .service-page .image-with-content-group {
    margin: 0 -15px;
    width: calc(100% + 30px);
    margin-bottom: -6px;
  }
  .direct-page .row2-group .row2-left-col {
    width: 48.7% !important;
    margin-left: 17.066667% !important;
    float: left !important;
  }
  .direct-page .row2-group .row2-right-col {
    width: 23% !important;
    float: left !important;
    text-align: center;
  }
  .accordion-content .inner-group .hs-item {
    width: 25%;
    float: left;
  }
  .about-row3 .image-with-content-group .item-content {
    width: 33.33333333%;
    float: left;
  }
  .our-history-group .left-content {
    width: 33.33333333%;
    float: left;
  }
  .our-history-group .right-content {
    width: 66.66666667%;
    float: left;
  }
  .implementation-content .hs-item {
    width: 33.33333333%;
    float: left;
  }
  .about-row3 .image-with-content-group {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .about-row3 .image-with-content-group .item-content:nth-child(4n+4) {
    clear: both;
  }
  .tcli-wrapper .hs-item .col-1 {
    width: 41.66666667%;
    float: left;
  }
  .tcli-wrapper .hs-item .col-2 {
    width: 58.33333333%;
    float: left;
  }
  .contact-us-detail .col-1 {
    width: 66.66666667%;
    float: left;
  }
  .three-col-content {
    margin-right: -15px;
    margin-left: -15px;
  }
  .three-col-content .hs-item {
    width: 25%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  .tcwi-wrapper .hs-item {
    width: 50%;
    float: left;
  }
  .client-trigger {
    display: none;
  }
  .custom-top-menu .hs-menu-wrapper {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1200px;
  }
  .header-container .page-center {
    max-width:1170px !important;
  }
  .iframe-group {
    width: 65.766667%;
  }
  .image-with-content-group .item-content {
    width: 50%;
    float: left;
  }
  .image-with-content-group {
    display: inline-block;
    margin-bottom: -8px;
  }
  .training-page .row2-group hr {
    margin-top: 52px;
  }
  .video-banner-area .inner-group > div {
    width: 50%;
    padding: 0 15px;
  }
  .video-banner-area .inner-group {
    display: flex;
  }
  .support-page .row3-group .left-col-content {
    width: 34.233333% !important;
    float: left !important;
  }
  .support-page .row3-group .right-col-content {
    width: 64.666667% !important;
    float: left !important;
    margin: 0;
    padding: 0 15px;
  }
  .comparison-banner .content-wrapper {
    width: 58.33333333%;
    float: left;
    padding-right: 14px;
  }
  .accordion-content .embed-content .inner {
    width: 66.66666667%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 1400px) and (min-width: 768px){
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:last-child > ul {
    left: auto !important;
    right: 0 !important;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 15px 12px;
  }
  .custom-menu-primary {
    font-size: 18px;
  }
  .footer-social-icon ul li {
    margin-right: 6px;
  }
  .footer-bottom-menu {
    width: 62% !important;
  }
  .footer-copyright {
    width: 38% !important;
  }
  .header-container-wrapper {
    min-height: 135px;
  }
  .fwcwb-group.center .orange-btn {
    font-size: 19px;
  }
  .premium-page .row2-group table th {
    font-size: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .premium-page .row2-group table tr td {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .premium-page .image-with-content-group {
    display: inline-block;
    margin-bottom: -8px;
  }  
  .premium-page .image-with-content-group .item-content,
  .service-page .image-with-content-group .item-content {
    width: 50%;
    float: left;
  }
  .service-page .image-with-content-group {
    display: inline-block;
  }  
  .call-recording-banner-area h1 {
    font-size: 32px;
    margin-top: 25px;
  }
  .call-recording-banner-area p {
    font-size: 17px;
  }
  .call-recording-page .row2-group p ,
  .call-recording-page .row2-group ul li {
    font-size: 16px;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  .custom-menu-primary {
    float: left !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 17px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:last-child>ul {
    left: 0 !important;
    right: auto !important;
  }
  .header-container-wrapper {
    min-height: 160px;
  }
  .footer-copyright {
    width: 30% !important;
    font-size: 15px;
  }
  .footer-bottom-menu {
    width: 67% !important;
  }
  .footer-bottom-menu ul li a {
    padding-right: 5px;
  }
  .footer-social-icon ul li {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .bottom-request-demo-sec .btn-grp a {
    font-size: 18px;
  }
  .fwcwb-group.center .orange-btn {
    font-size: 18px;
  }
  .premium-page .row2-group table tr td {
    font-size: 17px;
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .premium-page .row2-group table th {
    font-size: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .premium-page .row2-group table {
    max-width: 680px;
    margin: 55px auto 80px;
    display: block;
  }
  .direct-page .client-story-tesimonial-gallery-in .page-center {
    max-width: 750px !important;
  }
  .call-recording-banner-area {
    padding-bottom: 14px;
  }
  .call-recording-banner-area h1 {
    font-size: 31px;
    margin-top: 20px;
  }
  .call-recording-banner-area p {
    font-size: 17px;
  }
  .call-recording-page .row2-group h2 {
    font-size: 22px;
  }
  .call-recording-page .row2-group p ,
  .call-recording-page .row2-group ul li {
    font-size: 15px;
  }
  .custom-banner-group.advanced-banner.partner-program {
    min-height: auto;
  }
  .custom-banner-group.modern-slavery-act-2015 .custom-banner-content {
    margin-top: 20px;
  }
  .custom-banner-group.modern-slavery-act-2015 {
    height: 450px;
  }
  .agreements .main-content-col h2 {
    font-size: 27px;
  }
  .agreements .custom-full-row2 {
    padding-top: 24px;
  }
}
@media (max-width: 1280px) {
  .support-page .row2-group .page-center>.row-fluid-wrapper {
    width: 100%;
  }
  .custom-blog-rss-feed.rss-no-slider .hs-rss-module {
    padding-left: 0;
  }
}
@media (max-width:1199px) {
  .custom-client-sucess-story-wrap .custom-client-sucess-story-item {
    width: 100%;
    min-height: auto;
  }
  .custom-orange-btn {
    font-size: 19px;
  }
  .custom-video-with-content-wrap .custom-left-column-video,
  .custom-video-with-content-wrap .custom-right-column-content {
    width: 100%;
  }
  .custom-video-with-content-wrap,
  .custom-number-description-wrap {
    display: block;
  }
  .custom-number-description-wrap .custom-content-col {
    width: 100%;
  }
  .corporate-banner-area .client-story-banner-col {
    width: 100%;
  }
  .custom-iframe-title-group .iframe-wrapper {
    padding-bottom: 56.25%;
  }
  .custom-committee-management-group .custom-committee-management-col {
    width: calc(100% + 30px);
  }
  .janus-machine-learning .custom-one-column-bg-wrapper.two-col .page-center {
    display: block;
  }
  .janus-machine-learning .custom-one-column-bg-wrapper.two-col .custom-content-wrap {
    width: 100%;
    padding: 0 15px;
  }
  .area-agency-aging-software .corporate-banner-area .client-story-banner-col.col-right {
    padding: 25px 15px 0;
  }
  .custom-blog-rss-feed.rss-no-slider .hs-rss-module {
    padding-left: 0;
  }
  .custom-blog-rss-feed.rss-no-slider .hs-rss-module .rss-wrapper-item {
    width: 33.33%;
    padding: 0 15px;
  }
  .custom-image-description-backround-group .custom-image-description-item {
    width: 100%;
  }
  .grant-mang-layout .custom-coprorate-giving-program-wrap.three-column .custom-coprorate-giving-program-item,
  .grant-mang-layout .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item {
    width: 33.33%;
  }
  .custom-review-wrap .custom-review-item {
    width: 50%;
  }
  .premium-page .row2-group .page-center .hs_cos_wrapper_type_rich_text {
    width: 100%;
  }
  .video-banner-area .page-center {
    padding: 0 30px;
  }
  .event-page .custom-banner-group {
    padding-left: 0;
    padding-right: 0;
  }
  .career-page .row2-group .hs_cos_wrapper_type_text {
    margin: 0 0 10px;
  }
  .career-item .btn-grp a {
    font-size: 19px;
  }
  .support-page .video-banner-area .banner-content {
    margin-top: -20px;
    margin-bottom: 30px;
  }  
  .support-page .video-banner-area {
    padding-bottom: 75px;
  }
  .support-page .row3-group .left-col-content {
    margin-bottom: 20px !important;
  }
  .direct-page .corporate-banner-area .client-story-banner-col {
    padding-bottom: 0;
  }
  .uptimetabs ul>li>a {
    padding: 10px;
    font-size: 20px;
  }
  .uptime-tabber-grp .tab-content .top-content h2 {
    font-size: 25px;
    width: 880px;
    margin: 30px auto;
    margin-bottom: 0;
  }
  .uptime-tabber-grp .counter {
    width: calc(33.33% - 30px );
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .uptime-tabber-grp .top-content h3 {
    font-size: 25px;
    width: 880px;
    margin: 30px auto;
    margin-bottom: 0;
  }
  .uptimetabs ul {
    width: 500px;
    margin-top: 18px;
  }
  .uptime-tabber-grp .count {
    margin-top: 0;
  }
  .pricing-page .custom-banner-group .custom-banner-content {
    width: 100%;
  }  
  .pricing-tabber-inn-grp ul.tabber-tab li a {
    padding: 15px 12px;
  }
  .pricing-tab-item .price-content p.price-number {
    font-size: 7vw;
    line-height: 1.2;
  }
  .security-privacy-layout .row-4-group .hs-col,
  .security-privacy-layout .row-1-group .hs-col {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  .logo-group h3.title {
    font-size: 28px;
  }
  .logo-group {
    margin-top: 15px;
  }
  .logo-group .logo-wrapper {
    margin-top: 25px;
  }
  .logo-group .logo-wrapper .logo {
    margin-right: 35px;
    margin-top: 15px;
  }
  .logo-group .logo-wrapper .logo img {
    height: 92px !important;
  }
  .security-privacy-layout .row-3-group .hs-col {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
    padding-left: 35px;
    padding-right: 35px;
  }
  .security-privacy-layout .custom-banner-group {
    padding-bottom: 65px;
  }
  .gdpr-layout .custom-banner-group .custom-banner-content {
    margin-top: 105px;
  }
  .gdpr-layout .row-5-left-col, 
  .gdpr-layout .row-5-middle-col, 
  .gdpr-layout .row-5-right-col,
  .gdpr-layout .gdpr-row1 .hs-col,
  .gdpr-layout .gdpr-row2 .hs-col {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }
  .user1-groups .user1-col {
    width: 100% !important;
  }
  .tabber-group ul.tabs li a {
    padding: 15px 12px;
  }
  .tabber-item .top-content {
    width: 100%;
  }
  .tcli-wrapper .hs-item {
    padding-top: 20px;
  }
  .contact-us-detail .col-2 {
    width: 26%;
    padding-top: 20px;
  }
  .contact-us-detail .inquiries h3 {
    margin-top: 10px;
    font-size: 23px;
    margin-bottom: 12px;
  }
  .contact-us-detail .inquiries p {
    font-size: 19px;
  }
  .contact-us-detail .inquiries small {
    font-size: 16px;
    padding-top: 3px;
  }
  .contact-us-detail .col-1 {
    width: 62%;
  }
  .comparison-banner .custom-banner-content {
    margin: 0;
  }
  .custom-banner-group .btn-wrapper {
    margin-bottom: 0;
  }
  .privacy-layout .custom-content-wrap {
    text-align: center;
    width: 100%;
  }
  .engage-layout .comparison-banner .content-wrapper {
    width: 100%;
    padding-right: 0;
  }
  .engage-layout .custom-iframe-title-col .iframe-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 25px;
  }
  .engage-accordion-group .engage-inner h4 br,
  .engage-accordion-group .engage-inner h2 br {
    display: none;
  }

}
@media (max-width: 1023px){
  .resources-wrapper .inner-group {
    width: 100%;
  }

}
@media (max-width:991px) {
  .custom-top-menu ul {
    display: block !important;
  }
  .custom-orange-btn {
    font-size: 18px;
  }
  .custom-corporate-title-bg-wrap .custom-content-col {
    width: 100%;
  }
  .custom-banner-group.advanced-banner.impact-measurement-framework .custom-banner-content {
    width: 100%;
  }
  .reasearch-mang-lay .custom-iframe-title-group .iframe-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
  }
  .custom-blog-rss-feed.rss-no-slider .hs-rss-module .rss-wrapper-item {
    width: 50%;
  }
  .custom-blog-rss-feed.rss-no-slider .hs-rss-module {
    display: flex;
    align-items: center;
    justify-content: inherit;
    flex-wrap: wrap;
  }
  .custom-blog-rss-feed.rss-no-slider .hs-rss-item {
    margin-left: auto;
    margin-right: auto;
  }
  .state-agency-granting-solutions .custom-banner-group.advanced-banner .custom-banner-content {
    margin-top: -30px;
  }
  .custom-one-column-bg-wrapper.three-col .page-center {
    display: block;
  }
  .custom-one-column-bg-wrapper.three-col .custom-content-wrap {
    width: 100%;
  }
  .state-agency-granting-solutions .custom-one-column-image-bg-wrap .page-center {
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .state-agency-granting-solutions .custom-one-column-image-bg-wrap {
    padding: 20px 0;
  }
  .state-agency-granting-solutions .custom-corporate-row3 .page-center {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .state-agency-granting-solutions .client-story-tesimonial-gallery-in .page-center {
    max-width: 750px !important;
  }
  .state-agency-granting-solutions .iframe-wrapper-group {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .custom-blog-rss-feed .hs-rss-item {
    margin-left: 25px;
    margin-right: 25px;
  }
  .grant-mang-layout .custom-coprorate-giving-program-wrap.three-column .custom-coprorate-giving-program-item,
  .grant-mang-layout .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item {
    width: 100%;
  }
  .custom-review-wrap .custom-review-item {
    width: 50%;
  }
  .grant-mang-layout .custom-banner-group.advanced-banner .custom-banner-content {
    margin-top: -20px;
  }
  .grant-mang-layout .custom-banner-group {
    height: 450px;
    background-position: top center;
  }
  .marketplace-group .custom-coprorate-giving-program-wrap.three-column .custom-coprorate-giving-program-item {
    width: 33.33% !important;
  }
  .marketplace-group .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item img {
    margin-bottom: 15px;
  }
  .marketplace-group .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item p {
    font-size: 13px;
  }
  .grant-mang-layout .custom-partner-logo-wrap {
    flex-wrap: wrap;
  }
  .grant-mang-layout .custom-partner-logo-item {
    width: 33.33%;
  }
  .grant-mang-layout .client-story-tesimonial-gallery-in .client-story-testimonial-col {
    max-width: 750px;
  }
  .grant-mang-layout .custom-blog-rss-feed .rss-wrapper-item {
    width: 100% !important;
  }
  .custom-one-iframe-group {
    padding: 0 20px;
  }
  .custom-one-column-bg-wrapper.two-col .custom-content-wrap {
    width: 100%;
    display: block;
  }
  .partner-page .image-with-content-group .item-content h2.title {
    text-align: center;
    margin-bottom: 20px;
  }
  .two-col-right-lay .left-col-content {
    width: 100% !important;
    float: none !important;
  }
  .two-col-right-lay .right-col-content {
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
  }
  .event-page .row2-group .row2-top-group .row2-left-col {
    width: 100% !important;
    float: none !important;
  }
  .event-page .row2-group .row2-top-group .row2-right-col {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .career-item .btn-grp a {
    font-size: 18px;
  }
  .career-item:nth-child(2) {
    margin-bottom: 40px;
  }
  .career-item {
    margin: 0;
  }
  .career-group {
    padding: 50px 0;
  }
  .support-page .row2-group .left-col-content,
  .support-page .row2-group .right-col-content {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  .service-page .custom-banner-group .custom-banner-content {
    margin-top: 60px;
  }
  .direct-page .corporate-banner-area .client-story-hero-box {
    margin-top: -10px;
  }
  .direct-page .row2-group .row2-right-col {
    text-align: center;
  }
  .uptime-user-page .row1-group {
    padding-top: 90px;
  }
  .uptimetabs ul>li>a {
    font-size: 19px;
  }
  .uptimetabs ul {
    margin-top: 20px;
  }
  .uptime-tabber-grp .tab-content .top-content h2 {
    font-size: 24px;
    margin: 25px auto;
    margin-bottom: 0;
    width: 100%;
  }
  .uptime-tabber-grp .top-content h3 {
    font-size: 24px;
    width: 100%;
    margin: 25px auto;
    margin-bottom: 0;
  }
  .pricing-tabber-inn-grp ul.tabber-tab li a {
    padding: 10px 15px;
  }
  .pricing-tab-item .price-content p.price-number {
    font-size: 7vw;
    line-height: 1;
  }
  .labs-layout .custom-one-column-bg-wrapper.two-col .page-center {
    display: block;
  }
  .labs-layout .custom-one-column-bg-wrapper.two-col .custom-content-wrap {
    width: 100%;
  }
  .labs-layout .iframe-wrapper-group {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .about-row1 .hs-col {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  .about-row3 .image-with-content-group {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .our-history-group .left-content img {
    float: right;
  }
  .logo-group h3.title {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .logo-group .logo-wrapper {
    margin-top: 30px;
  }
  .logo-group .logo-wrapper .logo {
    margin-right: 35px;
    margin-top: 6px;
  }
  .logo-group .logo-wrapper .logo img {
    height: 66px !important;
  }
  .gdpr-layout .row-4-left-col, 
  .gdpr-layout .row-4-middle-col, 
  .gdpr-layout .row-4-middle-col,
  .gdpr-layout .hs-col {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }
  .tabber-group ul.tabs li a {
    padding: 10px 15px;
  }
  .contact-us-detail .col-2 {
    width: 33%;
    padding-top: 20px;
  }
  .contact-us-detail .col-1 {
    width: 62%;
    float: left;
  }
  .contact-us-detail .hs-form {
    padding-top: 5px;
  }
  .engage-layout .comparison-banner .custom-banner-content h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .engage-layout .comparison-banner .custom-banner-content h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .engage-layout .comparison-banner {
    min-height: auto;
  }
  .engage-layout .row-1-group .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .resources-wrapper .hs-item {
    width: 100%;
    float: none;
  }
  .resources-wrapper .inner-group {
    min-height: inherit;
  }
  .user-layout .custom-banner-group {
    background-position: center;
  }
  .custom-top-menu ul li.active a {
    background-color: #127b78;
    color: #ffffff;
  }
  .custom-top-menu ul li.active a:hover {
    background-color: #13615f;
    color: #fff;
  }
  .custom-top-menu ul li a {
    display: block !important;
    text-align: left;
  }
  .custom-event-group .custom-event-iten-wrap {
    display: block;
  }
  .custom-event-group .custom-event-image {
    width: 100%;
  }
  .custom-event-group .custom-event-description {
    width: 100%;
  }
  .custom-coprorate-giving-program-wrap.three-column .custom-coprorate-giving-program-item,
  .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item {
    width: 100%;
  }

  .custom-partner-logo-item {
    width: 33.33%;
    text-align: center;
  }
  .research-management-software .custom-partner-logo-item {
    width: 50%;
  }
  .custom-partner-logo-wrap {
    flex-wrap: wrap;
  }
  .custom-partner-logo-wrap {
    justify-content: flex-start;
  }
  .client-trigger {
    padding: 14px 30px 14px 30px;
    font-size: 20px;
  }
  .client-trigger i {
    right: 15px;
  }
  .trigger-open .custom-top-menu .hs-menu-wrapper>ul {
    margin-top: 0;
    padding-left: 15px !important;
  }
  .research-management-software .custom-partner-logo-item img {
    width: 160px;
  }
  .custom-banner-group.advanced-banner.research-grants-management {
    background-position: top center;
  }
}
/* ==== End 991 ====== */
@media (max-width: 900px){
  div#animation_container {
    width: 100% !important;
    overflow: hidden;
    height: 85vw !important;
    position: relative;
  }

  canvas#canvas {
    width: 100% !important;
    height: auto !important;
  }

  .canvas-wrapper {
    margin: 0 -30px;
    position: relative;
  }

}


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

@media (max-width: 767px) {
  .header-container-wrapper {
    min-height: 130px;
  }
  .header-bottom-group p.user-agent {
    display: inline-block;
  }
  iframe {
    max-width: 100% !important;
  }
  .hs_recaptcha.field.hs-form-field {
    overflow-x: auto;
    overflow-y: hidden;
  }
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width: 100% !important;
    width: 100% !important;
  }
  ul.hs-search-field__suggestions {
    max-width: 100%;
  }
  .header-top-group .page-center {
    padding: 15px 0px 15px 10px !important;
  }
  .header-bottom-group p {
    display: none;
  }
  .header-bottom-group h5 {
    margin: 0 2px 2px 0;
  }
  h1 {
    font-size: 50px;
    line-height: 45px;
  }
  .footer-copyright {
    float: none !important;
    width: 100% !important;
    margin-top: 5px;
    margin-left: 0 !important;
    clear: both;
    font-size: 15px;
  }
  .footer-bottom-menu {
    float: none !important;
    width: 100% !important;
    margin-top: 0px;
  }
  .footer-bottom-menu ul {
    margin-top: 10px;
    margin-bottom: 0;
    display: inline-block !important;
    white-space: normal;
    width: 100% !important;
    padding: 0;
  }
  .footer-bottom-menu ul li a {
    padding-left: 0;
    padding-right: 10px;
  }
  .footer-social-icon ul {
    padding: 0;
  }
  .footer-bottom-group {
    margin-top: 0;
  }
  .footer-social-icon {
    border-top: 0px solid #4d4d4d;
    padding-top: 0px;
    margin-top: 0;
  }
  .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
    float: none;
    width: 100%;
    padding: 0px;
    margin: 0;
    list-style: none;
  }

  .footer-menu ul.hs-menu-children-wrapper {
    display: none;
  } 

  .footer-menu3-group {
    margin-top: 0px;
    border-top: 0px solid #4d4d4d;
    padding-top: 0;
  }

  .footer-right-group>.row-fluid-wrapper {
    margin-right: 0;
    margin-left: 0;
  }

  .footer-menu {
    margin-top: 0px;
    padding-bottom: 5px;
  }

  .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
    display: block;
    margin: 20px 0 10px;
    width: 100%;
    font-family: 'Roboto Condensed',Arial,Sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }

  .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    display: block;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #14181a;
    padding: 4px 0px 10px 0px;
    cursor: pointer;
  }

  .footer-menu .child-trigger {
    width: 100% !important;
    height: 34px !important;
  }

  .footer-menu .child-trigger:after {
    font-size: 25px;
    position: absolute;
    content: "+";
    border: 0 !important;
    color: inherit;
    top: unset;
    margin: 0;
    float: none;
    font-weight: bold;
    right: 12px;
  }

  .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li:last-child {
    margin-bottom: 0;
  }

  .footer-menu .child-trigger.child-open:after {
    content: "-";
  }

  .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.footer-hover {
    color: #137b77;
  }

  .footer-left-group .footer-menu ul {
    width: 100%;
  }
  .footer-left-group {
    margin-top: 10px;
  }
  a#back-to-top {
    height: 40px;
    width: 40px;
    right: 20px;
    bottom: 20px;
    background-size: 40px 40px;
  }
  .custom-banner-group {
    min-height: auto;
  }
  .custom-banner-group .custom-banner-content {
    margin-top: 0;
  }
  .custom-banner-group.client-success-stories .custom-banner-content h1 {
    font-size: 60px;
    line-height: 65px;
  }
  .client-trigger {
    padding: 14px 15px 14px;
    font-size: 20px;
  }
  .trigger-open .custom-top-menu .hs-menu-wrapper>ul {
    margin-top: 0;
  }
  .custom-banner-group .custom-banner-content h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .custom-banner-group .page-center {
    padding: 0 15px !important;
  }
  .custom-top-menu ul li a {
    text-align: left;
  }
  .custom-sign-up-group .page-center {
    padding: 15px !important;
  }
  .custom-sign-up-group .custom-sign-up-wrap {
    display: block;
    margin: 0;
  }
  .custom-sign-up-group .custom-sign-up-col {
    padding: 25px 50px 25px 50px;
    width: 100%;
    position: relative;
  }
  .custom-sign-up-group .custom-sign-up-col.request-col {
    border-bottom: solid thin white;
  }
  .custom-sign-up-group .custom-sign-up-col.news-col:before {
    display: none; 
  }
  .custom-orange-btn {
    font-size: 17px;
  }
  .need-quick-sloution .custom-sign-up-col {
    width: 100%;
  }
  .custom-number-description-wrap .custom-content-col .custom-content-col-inner {
    padding: 25px;
    width: 225px;
    height: 225px;
  }
  .custom-number-description-wrap .custom-content-col .custom-content-col-inner h6 {
    font-size: 30px;
    line-height: 32px;
    margin-top: 15px;
  }
  .corporate-banner-area .client-story-banner-col h1 {
    font-size: 35px;
    line-height: 32px;
  }
  .corporate-banner-area .client-story-banner-col h2 {
    line-height: 30px;
  }
  .custom-corporate-title-bg-wrap .custom-content-col h3 {
    font-size: 30px;
    line-height: 32px;
  }
  .custom-coprorate-giving-program-group .custom-corporate-top-content h3 {
    font-size: 38px;
    line-height: 43px;
  }
  .power-feature .custom-coprorate-giving-program-wrap .custom-coprorate-giving-program-item {
    padding: 50px 20px 20px;
  }
  .custom-banner-group.advanced-banner .custom-banner-content h1 {
    font-size: 50px;
    line-height: 58px;
  }
  .custom-banner-group.advanced-banner.impact-measurement-framework .custom-banner-content {
    margin: -10px 0 0;
  }
  .custom-banner-group.advanced-banner.impact-measurement-framework {
    padding-bottom: 75px;
  }
  .custom-partner-logo-content-wrap h5 {
    font-size: 38px;
    line-height: 43px;
  }
  .coprorate-gallery .client-story-testimonial-col.col-left {
    width: 16.66%;
    display: none !important;
  }
  .coummnity-foun-lay .corporate-banner-area {
    height: 100%;
  }
  .coummnity-foun-lay .corporate-banner-area .client-story-hero-box {
    top: 0;
    margin-top: -10px;
  }
  .coummnity-foun-lay .corporate-banner-area .client-story-banner-col h1 {
    font-size: 50px;
    line-height: 58px;
  }
  .custom-partner-logo-wrap {
    flex-wrap: wrap;
  }
  .custom-partner-logo-item {
    width: 50%;
    text-align: center;
  }
  .corporate-banner-area.donor-management {
    min-height: 100%;
  }
  .corporate-banner-area.donor-management h1.client-story-banner-ttl {
    font-size: 45px;
    line-height: 55px;
    margin-top: -10px;
    max-width: 200px;
  }
  .committee-management .custom-banner-group {
    height: 100%;
  }
  .committee-management .custom-banner-group.advanced-banner .custom-banner-content {
    margin-top: -10px;
  }
  .committee-management .custom-banner-group.advanced-banner .custom-banner-content h1 {
    font-size: 55px !important;
    line-height: 60px !important;
  }
  .custom-banner-group.advanced-banner.research-grants-management .custom-banner-content {
    margin-top: 10px;
  }
  .custom-banner-group.advanced-banner.research-grants-management .custom-banner-content h1 {
    font-size: 48px !important;
    line-height: 56px !important;
  }
  .custom-banner-group.advanced-banner.research-grants-management {
    background-position: top center;
  }
  .custom-banner-group.advanced-banner .custom-banner-content {
    margin: 10px 0 0;
  }
  .custom-banner-group.advanced-banner .custom-banner-content h1 {
    font-size: 75px !important;
    line-height: 62px !important;
  }
  .custom-predictive-algorithms-group .custom-predictive-algorithms-content h5 {
    font-size: 38px;
    line-height: 43px;
  }
  .iolta-layout .custom-banner-group.advanced-banner .custom-banner-content h1 {
    margin-bottom: 10px;
    font-size: 55px !important;
    line-height: 60px !important;
  }
  .custom-blog-rss-feed h3 {
    font-size: 38px;
    line-height: 43px;
  }
  .custom-blog-rss-feed.rss-no-slider .hs-rss-module {
    padding-left: 0;
  }
  .custom-blog-rss-feed.rss-no-slider .hs-rss-module {
    padding-left: 0;
    display: block;
  }
  .custom-blog-rss-feed .hs-rss-item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .custom-blog-rss-feed.rss-no-slider .hs-rss-item {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .scholar-mang-lay .corporate-banner-area .client-story-hero-box {
    top: 0;
    margin-top: -50px;
  }
  .scholar-mang-lay .corporate-banner-area .client-story-banner-col h1 {
    font-size: 55px;
    line-height: 60px;
  }
  .scholar-mang-lay .corporate-banner-area .client-story-banner-col h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .scholar-mang-lay .custom-corporate-top-col h3 {
    font-size: 38px;
    line-height: 43px;
  }
  .scholar-mang-lay .custom-one-column-image-bg-wrap .page-center {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .scholar-mang-lay  .coprorate-gallery .client-story-testimonial-col.col-left {
    display: block !important;
    padding-bottom: 10px;
  }
  .custom-blog-rss-feed.rss-no-slider .hs-rss-module .rss-wrapper-item {
    width: 100%;
  }
  .partner-program-lay .custom-banner-group.advanced-banner .custom-banner-content h1 {
    font-size: 60px !important;
    line-height: 68px !important;
  }
  .partner-program-lay .custom-banner-group.advanced-banner .custom-banner-content {
    margin-top: -10px;
  }
  .partner-program-lay .custom-partner-row1-title h2 {
    font-size: 38px;
    line-height: 43px;
  }
  .state-agency-granting-solutions .custom-banner-group.advanced-banner .custom-banner-content {
    margin-top: 10px !important;
  }
  .state-agency-granting-solutions .custom-banner-group.advanced-banner .custom-banner-content h1 {
    font-size: 45px !important;
    line-height: 50px !important;
  }
  .state-agency-granting-solutions .custom-banner-group {
    height: 100%;
  }
  .grant-mang-layout .custom-banner-group {
    height: 100%;
    background-position: top center;
  }
  .grant-mang-layout .custom-banner-group.advanced-banner .custom-banner-content {
    margin-top: 20px;
  }
  .grant-mang-layout .custom-banner-group.advanced-banner .custom-banner-content h1 {
    font-size: 55px !important;
    line-height: 63px !important;
  }
  .grant-mang-layout .custom-corporate-row1 .custom-corporate-top-content {
    margin: 0 -15px;
  }
  .marketplace-group .custom-coprorate-giving-program-wrap.three-column .custom-coprorate-giving-program-item {
    width: 100% !important;
    padding-bottom: 10px;
  }
  .grant-mang-layout .custom-partner-logo-item {
    width: 50%;
  }
  .custom-review-wrap .custom-review-item {
    width: 100%;
  }
  .custom-banner-group.aoda,
  .gsa .custom-banner-group{
    min-height: 450px;
  }
  .custom-banner-group.aoda .custom-banner-content h1,
  .gsa .custom-banner-group .custom-banner-content h1 {
    font-size: 35px;
    line-height: 32px;
  }
  .aoda .custom-full-row2 .main-content-col h2,
  .gsa .custom-full-row2 .main-content-col h2 {
    font-size: 38px;
    line-height: 43px;
  }
  .aoda .custom-full-row2 .main-content-col p,
  .gsa .custom-full-row2 .main-content-col {
    width: 100%;
  }
  .gsa .custom-one-column-bg-wrapper .custom-content-wrap {
    width: 80%;
    padding: 0 6px;
  }
  .tradeshows .custom-banner-group .custom-banner-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .tradeshows .custom-banner-group .custom-banner-content {
    margin-top: -10px;
  }
  .agreements .custom-banner-group .custom-banner-content h1 {
    font-size: 48px;
    line-height: 56px;
  }
  .agreements .custom-banner-group .custom-banner-content {
    margin-top: 10px;
  }
  .agreements .main-content-col h2 {
    font-size: 24px;
  }
  .agreements .custom-full-row2 {
    padding-top: 24px;
  }
  .custom-one-column-bg-wrapper .custom-content-wrap {
    width: 100%;
  }
  .training-page .custom-banner-group .custom-banner-content h1 {
    font-size: 60px;
    line-height: 68px;
  }
  .training-page .custom-banner-group .custom-banner-content {
    margin-top: 10px;
  }
  .fwcwb-group.center .orange-btn {
    font-size: 17px;
  }
  .training-page .row2-group .page-center {
    padding: 0 0px 50px;
  }
  .partner-page .custom-banner-group .custom-banner-content h1 {
    font-size: 60px;
    line-height: 68px;
  }
  .partner-page .custom-banner-group .custom-banner-content {
    margin: -10px 0 0;
  }
  .two-col-right-lay .custom-banner-group .custom-banner-content h1 {
    font-size: 55px;
    line-height: 63px;
  }
  .two-col-right-lay .custom-banner-group .custom-banner-content {
    margin-top: -10px;
  }
  .premium-page .custom-banner-group .custom-banner-content {
    margin-top: -10px;
  }
  .premium-page .custom-banner-group .custom-banner-content h1 {
    font-size: 55px;
    line-height: 63px;
  }
  .premium-page .row2-group h4 {
    font-size: 38px;
    line-height: 43px;
  }
  .premium-page .row2-group table th {
    font-size: 19px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .premium-page .row2-group table tr td {
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .premium-page .row2-group table {
    width: 100%;
    margin: 40px auto 25px;
  }
  .premium-page .row2-group h6 {
    font-size: 38px;
    line-height: 43px;
    margin-top: 0;
  }
  .video-banner-area .page-center {
    padding: 0 15px;
  }
  .video-banner-area .banner-content h1 {
    font-size: 45px;
    line-height: 48px;
  }
  .video-item {
    min-height: 185px;
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .video-item p.caption {
    font-size: 16px;
    line-height: 20px;
  }
  .event-page .custom-banner-group .custom-banner-content h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .event-page .custom-banner-group .custom-banner-content {
    margin-top: 0;
    padding: 0 15px;
  }
  .career-page .custom-banner-group .custom-banner-content {
    margin: 10px 0 0;
  }
  .career-page .custom-banner-group .custom-banner-content h1 {
    font-size: 60px;
    line-height: 68px;
  }
  .career-page .row2-group .hs_cos_wrapper_type_text {
    font-size: 38px;
    line-height: 43px;
  }
  .career-item .btn-grp a {
    font-size: 17px;
  }
  .support-page .video-banner-area .banner-content h1 {
    font-size: 55px;
    line-height: 60px;
  }
  .support-page .fwcwb-group.center .page-center,
  .service-page .fwcwb-group.center .page-center,
  .direct-page .fwcwb-group.center .page-center {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .support-page .video-banner-area {
    min-height: 100%;
  }
  .service-page .custom-banner-group .custom-banner-content {
    margin-top: -10px;
  }
  .service-page .custom-banner-group .custom-banner-content h1 {
    font-size: 50px;
    line-height: 58px;
  }
  .service-page .row2-group .hs_cos_wrapper_type_rich_text h2 {
    font-size: 38px;
    line-height: 43px;
  }
  .service-page .image-with-content-group .item-content {
    padding-left: 5px;
    padding-right: 5px;
  }
  .service-page .row2-group .custom-one-column-bg-wrapper {
    width: 100%;
  }
  .service-page .row2-group .custom-one-column-bg-wrapper.with-btn h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .direct-page .corporate-banner-area {
    background-position: center;
    height: auto;
  }
  .direct-page .corporate-banner-area .client-story-banner-col h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .direct-page .corporate-banner-area .client-story-banner-col h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .direct-page .corporate-banner-area .client-story-banner-col {
    padding-bottom: 20px;
  }
  .direct-page .corporate-banner-area .client-story-banner-col.col-right {
    padding-bottom: 0;
  }
  .direct-page .three-col-equal-group {
    margin: 0;
    display: block;
    padding: 0 20px;
  }
  .direct-page .three-col-equal-group .content {
    width: 100%;
    margin: 5px 0;
    display: inline-block;
  }
  .direct-page .row3-group .hs_cos_wrapper_type_rich_text p {
    padding: 0 16px;
  }
  .direct-page .hs_cos_gallery_main button.slick-prev.slick-arrow {
    display: none !important;
  }
  .uptime-user-page .row1-group {
    padding-top: 20px;
  }
  .uptimetabs ul {
    width: 100%;
    display: inline-block;
    width: 100%;
    margin-bottom: -1px;
  }
  .uptimetabs ul li {
    float: left;
    width: 50%;
  }
  .uptimetabs ul li a {
    width: 100%;
  }
  .uptime-user-page .row1-group .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .uptimetabs ul>li>a {
    font-size: 18px;
  }
  .uptime-tabber-grp .tab-content .top-content h2 {
    font-size: 23px;
    margin: 20px auto;
    margin-bottom: 0;
  }
  .uptime-tabber-grp .counter {
    width: calc(50% - 30px );
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 5px;
    background-color: #eee;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
  }
  .uptime-tabber-grp .counter h4 {
    font-size: 30px;
  }
  .uptime-tabber-grp .top-content h3 {
    font-size: 23px;
    width: 100%;
    margin: 20px auto;
    margin-bottom: 0;
  }
  .radial-progress .inset {
    background-color: #eee;
  }
  .call-recording-banner-area {
    padding-bottom: 10px;
  }
  .call-recording-banner-area h1 {
    font-size: 30px;
  }
  .call-recording-banner-area p {
    font-size: 18px;
  }
  .call-recording-page .row2-group h2 {
    font-size: 22px;
  }
  .call-recording-page .row2-group p ,
  .call-recording-page .row2-group ul li {
    font-size: 15px;
  }
  .call-recording-page .header-container-wrapper {
    min-height: 138px;
  }
  .pricing-page .custom-banner-group .custom-banner-content {
    margin-top: -10px;
  }
  .pricing-page .custom-banner-group .custom-banner-content h1 {
    font-size: 65px;
    line-height: 75px;
  }
  .pricing-page .custom-banner-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pricing-tabber-grp h3 {
    font-size: 38px;
    line-height: 43px;
  }
  .pricing-tabber-inn-grp ul.tabber-tab li a {
    margin-bottom: 5px;
  }
  .pricing-tabber-inn-grp .tabber-content .pricing-tab-grp {
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pricing-tab-item {
    width: 100%;
  }
  .pricing-tab-item .price-content p.price-number {
    font-size: 90px;
    line-height: 1;
    margin-top: 65px;
    margin-bottom: 10px;
  }
  .pricing-tab-item .price-content p.price-number sup {
    top: -45px;
  }
  .pricing-tab-item .price-content p.price-from {
    margin-bottom: 10px;
  }
  .imp-table-outer-group {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-bottom: 15px;    
    border: 1px solid #ddd;
  }
  .pricing-page .cs-request-demo-wrap {
    background-size: cover;
  }
  .pricing-page .row2-group .hs_cos_wrapper_type_rich_text h3 {
    font-size: 38px;
    line-height: 43px;
  }
  table.imp-table-group thead>tr>th {
    white-space: nowrap;
  }
  .custom-labs-banner-group {
    height: 100%;
  }
  .labs-layout .custom-one-column-bg-wrapper .custom-content-wrap {
    width: 80%;
  }
  .custom-banner-group.advanced-banner.impact-measurement-framework.advanced-banner .custom-banner-content h1 {
    font-size: 50px !important;
    line-height: 58px !important;
  }
  .custom-image-description-backround-group h3.title {
    font-size: 38px;
    line-height: 43px;
  }
  .cd-top {
    height: 40px;
    width: 40px;
    right: 20px;
    bottom: 20px;
    background-size: 40px 40px;
  }
  .marketplace-layout .fwcwb-group {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .custom-banner-group.marketplace .custom-banner-content h1 {
    font-size: 50px;
    line-height: 45px;
  }
  .custom-banner-group.implementation .custom-banner-content {
    margin-top: 10px;
  }
  .custom-banner-group.implementation h1.text-display1 {
    font-size: 45px;
    line-height: 55px;
  }
  .implementation-layout .custom-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .implementation-group h2.title {
    font-size: 38px;
    line-height: 43px;
  }
  .custom-banner-group.our-company .custom-banner-content {
    margin-top: 0;
  }
  .custom-banner-group.our-company .custom-banner-content h1 {
    font-size: 60px;
    line-height: 68px;
  }
  .about-row1 .hs-heading h2 {
    font-size: 38px;
    line-height: 43px;
  }
  .our-history-group h2.title,
  .about-row3 h3,
  .about-row2 h2 {
    font-size: 38px;
    line-height: 43px;
  }
  .custom-banner-group .custom-banner-content h1 {
    font-size: 48px;
    line-height: 56px;
  }
  .security-privacy-layout .custom-banner-group .custom-banner-content {
    margin-top: 10px;
  }
  .security-privacy-layout .custom-banner-group {
    padding-bottom: 75px;
  }
  .security-privacy-layout .row-2-col1 h3 {
    font-size: 38px;
    line-height: 43px;
  }
  .logo-group h3.title {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .logo-group .logo-wrapper .logo {
    margin-bottom: 20px;
    margin-right: 25px;
  }
  .logo-group .logo-wrapper .logo img {
    padding-left: 15px;
  }
  .logo-group .logo-wrapper {
    margin-right: -30px;
    margin-left: -30px;
  }
  .security-privacy-layout .row-4-top-col h5,
  .row-3-wrapper1 h2 {
    font-size: 38px;
    line-height: 43px;
  }
  .custom-banner-group.gdpr .custom-banner-content h1 {
    font-size: 65px;
    line-height: 74px;
  }
  .gdpr-layout .hs-heading h2 {
    font-size: 38px;
    line-height: 43px;
  }
  .gdpr-row4 .page-center {
    padding-right: 15px;
    padding-left: 15px;
  }

  .user-layout .custom-banner-group .custom-banner-content h1 {
    font-size: 50px;
    line-height: 45px;
  }
  .user-layout .custom-banner-group .custom-banner-content {
    margin-top: 0;
  }
  .tabber-group ul.tabs li a {
    margin-bottom: 5px;
  }
  .contact-layout .custom-banner-group .custom-banner-content h1 {
    font-size: 50px;
    line-height: 58px;
  }
  .contact-layout .custom-banner-group .custom-banner-content {
    margin-top: 0;
  }
  .contact-us-detail .top-content p {
    font-size: 14px !important;
  }
  .contact-us-detail .hs-form .actions input.hs-button.primary.large {
    margin-bottom: 15px;
    width: 100%;
  }
  .contact-us-detail .col-1 {
    width: 60%;
    float: left;
  }
  .contact-us-detail .bottom-content p {
    font-size: 14px;
  }
  .contact-us-detail .col-2 {
    width: 35%;
    padding-top: 20px;
  }

  .newsletter.contact-layout .custom-banner-group .custom-banner-content {
    margin-top: -30px;
    margin-bottom: 0;
  }
  .contact-layout .custom-banner-group.contact-us .custom-banner-content h1 {
    font-size: 60px;
    line-height: 68px;
  }
  .custom-banner-group.contact-us .custom-banner-content {
    margin-top: 10px;
  }
  .demo-request.contact-layout .custom-banner-group .custom-banner-content h1 {
    font-size: 60px;
    line-height: 68px;
  }
  .demo-request.contact-layout .custom-banner-group .custom-banner-content {
    margin-top: 10px;
  }
  .comparison-banner .image-group {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .comparison-banner.custom-banner-group .custom-banner-content h1 {
    font-size: 45px;
    line-height: 48px;
  }
  .custom-banner-group .btn-wrapper {
    margin-bottom: 65px;
  }
  .comparison-layout .custom-content-wrap {
    padding-top: 10px;
    width: 100%;
    text-align: center;
  }
  .comparison-layout .body-container .page-center {
    padding-right: 15px;
    padding-left: 15px;
  }
  .privacy-layout .custom-banner-group .custom-banner-content h1 {
    font-size: 35px;
    line-height: 32px;
  }
  .privacy-layout .custom-banner-group .custom-banner-content {
    margin-top: 80px;
  }
  .one-col-content-group .heading h2 {
    font-size: 38px;
    line-height: 43px;
  }
  .engage-layout .comparison-banner .custom-banner-content h1 {
    font-size: 35px;
    line-height: 32px;
  }
  .engage-layout .custom-iframe-title-col h4 {
    font-size: 30px;
    line-height: 35px;
    margin-top: -10px;
  }
  .software-solution-group h2.title {
    font-size: 38px;
    line-height: 43px;
  }
  .software-solution-group .hs-row+.hs-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .engage-row h2.title {
    font-size: 38px;
    line-height: 43px;
  }
  .engage-row .page-center {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .engage-accordion-group .engage-inner h2 {
    font-size: 45px;
    line-height: 48px;
  }
  .light_blue .engage-inner {
    margin-top: 20px;
  }
  .csr-solution h2.title {
    font-size: 30px;
    line-height: 32px;
  }
  .custom-banner-group.thank-you .custom-banner-content h1 {
    font-size: 60px;
    line-height: 68px;
  }
  .custom-banner-group.thank-you .custom-banner-content {
    margin-top: 10px;
  }
  .resources-wrapper .inner-group {
    min-height: 375px;
  }
  .marketplace-layout .custom-one-column-bg-wrapper .custom-content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .accordion-group {
    margin-left: -15px;
    margin-right: -15px;
  }
  .custom-banner-group.modern-slavery-act-2015 .custom-banner-content h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .custom-banner-group.modern-slavery-act-2015 .custom-banner-content {
    margin-top: -20px;
  }
  .custom-blog-rss-feed a.hs-rss-title {
    font-size: 20px;
    line-height: 25px;
  }
  .social-media-wrapper .hs-item {
    padding: 0px 5px 0px 5px;
  }
  .accordion-heading h3>span {
    padding-left: 0;
    text-indent: 0;
  }
  .custom-coprorate-giving-program-group .custom-corporate-top-content {
    margin: 0 -15px;
  }
  .custom-partner-logo-item img {
    width: 160px;
  }
  .custom-banner-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-partner-logo-item {
    width: 50%;
    text-align: center;
  }
  .arts-granting-solutions .corporate-banner-area .client-story-banner-col h1 {
    font-size: 50px;
    line-height: 58px;
  }
  .corporate-banner-area.arts-grants-management .client-story-banner-col h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .corporate-banner-area.employee-giving .client-story-hero-box {
    top: -25px;
  }
  .custom-iframe-title-group .custom-iframe-title-col {
    margin: 0 -15px;
  }
  .custom-iframe-title-group .iframe-wrapper {
    width: calc(100% - 30px) !important;
    margin: 0 15px;
  }
  .labs-layout .custom-iframe-title-group .iframe-wrapper {
    padding-bottom: 51.25%;
  }
  .custom-banner-group.advanced-banner.case-management .custom-banner-content h1 {
    font-size: 55px !important;
    line-height: 63px !important;
  }
  .custom-banner-group.advanced-banner.case-management .custom-banner-content {
    margin: 20px 0 0;
  }
  .custom-coprorate-giving-program-group .custom-corporate-top-content h3 br {
    display: none;
  }
  .client-trigger i {
    right: 0px;
  }
  .trigger-open .custom-top-menu .hs-menu-wrapper>ul {
    margin-top: 0;
    padding-left: 0px !important;
  }
  .section.post-body p img {
    display: block;
    float: none !important;
  }
  .grant-mang-layout .rew-demo-con-center-con {
    padding: 0;
  }
  .iolta-layout .need-quick-sloution {
    background-size: auto;
  }
  .iolta-layout .req-demo-col-cs {
    padding: 0 35px;
  }
  .grant-mang-layout .cs-request-demo-wrap,
  .iolta360 .cs-request-demo-wrap {
    background-size: cover;
    background-position: top center;
  }
  .grant-mang-layout .cs-request-demo-wrap .page-center,
  .iolta360 .cs-request-demo-wrap .page-center{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .custom-orange-btn i,
  .custom-orange-btn em {
    width: 10px;
  }
  .area-agency-aging-software .custom-sign-up-group .page-center {
    padding: 50px 15px !important;
  }
  .client-stories-corporate .custom-banner-group.client-success-stories .custom-banner-content {
    margin-top: 0;
  }
  .donor-management .bottom-request-demo-sec.with-bg-image,
  .state-agency-granting-solutions .cs-request-demo-wrap,
  .community-foundation .cs-request-demo-wrap{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .donor-management .bottom-request-demo-sec.with-bg-image .page-center,
  .state-agency-granting-solutions .cs-request-demo-wrap .page-center,
  .community-foundation .cs-request-demo-wrap .page-center{
    padding: 15px !important;
  }
  .corporate-rss-layout.donor-management .bottom-request-demo-sec.with-bg-image .inner-grp,
  .state-agency-granting-solutions .rew-demo-con-center-con .req-demo-col-cs,
  .community-foundation .cs-request-demo-wrap .req-demo-col-cs{
    padding: 25px 50px 25px 50px;
  }
  .header-no-nav{
    overflow-y:hidden !important;
  }
  .header-no-nav .header-top-group {
    height: 78px;
  }
  .header-no-nav .header-bottom-group {
    display: none;
  }
  .no-nav-lay .header-container-wrapper {
    min-height: 78px;
  }
}

/* ======= 767 ====== */

@media (max-width: 665px){

  .contact-us-detail .top-content p {
    font-size: 16px !important;
  }
  .contact-us-detail .col-1 {
    width: 100%;
    float: none;
  }
  .contact-us-detail .bottom-content p {
    font-size: 16px;
    padding-top: 2px !important;
  }
  .contact-us-detail .col-2 {
    width: 100%;
    float: none;
    padding-top: 10px;
    margin-top: 10px;
    display: inline-block;
  }
  .contact-us-detail .hs-form .actions input.hs-button.primary.large {
    margin-bottom: 0;
    width: 100%;
  }
  .contact-us-detail .inquiries p {
    font-size: 18px;
  }
  .contact-us-detail .inquiries small {
    float: left;
    font-size: 16px;
    padding-top: 3px;
    width: 100%;
  }

  .newsletter.contact-layout .custom-banner-group .custom-banner-content {
    margin-top: -30px;
    margin-bottom: 0;
  }

}

@media (max-width: 601px) {
  .footer-menu {
    margin-top: -10px;
  }
}

@media (max-width: 575px) {
  .direct-page .three-col-equal-group .content .content-grp h2 {
    font-size: 50px;
  }
  .pricing-tab-item .price-content p.price-number {
    font-size: 60px;
    line-height: 80px;
    margin-top: 70px;
    margin-bottom: 15px;
  }
  .pricing-tab-item .price-content p.price-number sup {
    top: -30px;
  }
  .pricing-tab-item .price-content p.price-from {
    margin-bottom: 15px;
  }
  .orange-btn,
  a.pink-btn {
    font-size: 18px;
  }
  .comparison-layout .custom-content-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .comparison-layout .body-container .engage-group .page-center {
    padding-right: 30px;
    padding-left: 30px;
  }
  .custom-one-column-button-wrapper .custom-content-wrap a.custom-orange-btn {
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 0;
  }
  .engage-accordion-group .engage-inner h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .engage-accordion-group .content-wrapper {
    height: auto;
  }
  .engage-accordion-group .engage-inner .btn-wrapper {
    margin-bottom: 50px;
  }
  .accordion-heading h3>span {
    padding-right: 25px;
  }
  .client-trigger {
    font-size: 16px;
  }
  .client-trigger {
    padding: 14px 15px 20px;
  }
  .trigger-open .custom-top-menu .hs-menu-wrapper>ul {
    margin-top: -6px;
  }
}

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

@media (max-width: 479px) {
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block !important;
    float: none;
    margin: 0 0 20px;
  }

  .checkbox-row span.fakelabel span {
    float: none;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-copyright {
    margin-top: 7px;
  }
  .footer-menu {
    margin-top: -5px;
  }
  .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
    margin: 20px 0 13px;
  }
  .footer-menu.footer-menu2-group {
    margin-top: 6px;
  }
  .footer-left-group {
    margin-top: 13px;
  }
  .custom-orange-btn {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .bottom-request-demo-sec .btn-grp a,
  .fwcwb-group.center .orange-btn {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .training-page .custom-banner-group .custom-banner-content {
    padding: 0;
  }
  .training-page .custom-banner-group {
    padding-left: 5px;
    padding-right: 5px;
  }
  .partner-page .custom-banner-group .custom-banner-content h1 {
    font-size: 14vw;
  }
  .premium-page .row2-group table th {
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .premium-page .row2-group table tr td {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .premium-page .row2-group table tr td:first-of-type {
    padding-left: 15px;
    padding-right: 15px;
  }
  .premium-page .row2-group table {
    overflow-x: auto;
  }
  .video-item-group {
    margin: 0;
    width: 100%;
    display: block;
  }  
  .video-item {
    width: 100%;
    float: none;
    padding: 0;
  }
  .career-item .btn-grp a {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .support-page .row2-group .right-col-content .custom-one-column-bg-wrapper .custom-content-wrap p a {
    word-break: break-word;
  }
  .support-page .row2-group .right-col-content .custom-one-column-bg-wrapper .page-center,
  .support-page .row3-group .left-col-content .custom-one-column-bg-wrapper .page-center {
    padding: 45px 25px;
  }
  .support-page .fwcwb-group.center .content,
  .service-page .fwcwb-group.center .content,
  .direct-page .fwcwb-group.center .content {
    padding: 25px 25px;
  }
  .service-page .row2-group .hs_cos_wrapper_type_rich_text p {
    width: 100%;
  }
  .custom-blog-rss-feed.rss-no-slider .hs-rss-item {
    width: 100%;
  }
  .uptimetabs ul li a {
    font-size: 15px;
  }
  .uptime-tabber-grp .tab-content .top-content h2 {
    font-size: 20px;
  }
  .uptime-tabber-grp .count .inner-row {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .uptime-tabber-grp .counter {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }    
  .uptime-tabber-grp .count {
    margin-top: 0;
    padding: 0 15px;
  }
  .uptime-tabber-grp .counter h4 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .radial-progress {
    margin-top: 20px;
  }
  .uptime-tabber-grp .top-content h3 {
    font-size: 20px;
  }
  .call-recording-banner-area h1 {
    font-size: 28px;
  }
  .call-recording-banner-area p {
    font-size: 18px;
  }
  .call-recording-page .row2-group h2 {
    font-size: 20px;
  }
  .call-recording-page .row2-group p ,
  .call-recording-page .row2-group ul li {
    font-size: 15px;
  }
  .request-a-demo-cta {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .contact-us-detail .top-content p {
    padding-top: 0;
  }
  .contact-us-detail .hs-form .actions {
    margin-bottom: 20px;
  }
  a.red-btn {
    padding: 10px 30px;
  }
  .accordion-heading h3 {
    padding-right: 20px;
  }
  .career-item {
    padding: 30px;
  }
  .custom-image-description-backround-group .custom-image-description-backround-wrap {
    width: 100%;
  }
  .custom-image-description-backround-group .custom-image-description-item {
    padding: 30px;
  }
  .one-col-content-group .hs-item a {
    word-break: break-all;
  }
  /*.custom-coprorate-giving-program-group .custom-corporate-top-content {
  margin: 0;
}*/
  .custom-committee-management-group .custom-committee-management-col {
    padding: 30px;
  }
}

@media (max-width: 400px) {
  .service-page .row2-group .custom-one-column-bg-wrapper .page-center {
    padding: 20px 0!important;
  }
  .direct-page .three-col-equal-group {
    padding: 0;
  }
  .direct-page .row3-group .hs_cos_wrapper_type_rich_text p {
    padding: 0;
  }
  .pricing-page .row2-group .hs_cos_wrapper_type_rich_text h3 {
    font-size: 34px;
  }
  .contact-us-detail .hs-form fieldset.form-columns-2 .hs-form-field {
    padding: 0;
  }
}

@media (max-width: 360px) {
  .custom-banner-group.advanced-banner .custom-banner-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .scholar-mang-lay.scholarship-management .corporate-banner-area .client-story-banner-col h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .custom-banner-group.advanced-banner.impact-measurement-framework.advanced-banner .custom-banner-content h1 {
    font-size: 40px !important;
  }
  .grant-mang-layout .custom-banner-group.advanced-banner .custom-banner-content h1 {
    font-size: 45px !important;
  }
  .coummnity-foun-lay .corporate-banner-area .client-story-banner-col h1 {
    font-size: 45px;
  }
  .committee-management .custom-banner-group.advanced-banner .custom-banner-content h1,
  .arts-granting-solutions .corporate-banner-area .client-story-banner-col h1,
  .custom-banner-group.advanced-banner .custom-banner-content h1,
  .custom-banner-group.advanced-banner.case-management .custom-banner-content h1 {
    font-size: 45px !important;
  }
  .engage-accordion-group .engage-inner h2 {
    font-size: 30px;
  }
  .janus-machine-learning .custom-banner-group.advanced-banner .custom-banner-content h1 {
    font-size: 75px !important;
  }
}

.btn-readmore:hover,
.btn:hover{
  text-decoration:none;
}
.tcli-wrapper .hs-item img {
  width: 425px;
}
.contact-us-detail .hs-form .actions {
  padding-top: 33px;
}
.newsletter .contact-us-detail .hs-form .actions{ 
  padding-top:45px;
}
.contact-us-detail .hs-form ul.no-list.hs-error-msgs.inputs-list {
  margin-top: 0px;
}
.contact-us-detail .top-content p:nth-of-type(2) {
  padding-top: 3px;
}
.demo-request .contact-us-detail .hs-form .actions input.hs-button.primary.large,
.contact .contact-us-detail .hs-form .actions input.hs-button.primary.large,
.newsletter .contact-us-detail .hs-form .actions input.hs-button.primary.large{
  margin-top: 0;
  padding: 10px 16px;
  line-height: 1.33;
}
.modal-open:after {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  content: " ";
  top: 0;
  left: 0;
  z-index: 1;
}
div#id2 .pricing-tab-item .price-content p.price-number {
  font-size: 80px;
}

div#id2  .pricing-tab-item {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

div#id2 .pricing-tab-item .price-content {
  padding-left: 40px;
  padding-right: 40px;
}
div#id2 .pricing-tab-item{
  width:auto;
}
@media (max-width:991px){
  .service-page.enhanced-services .image-with-content-group .item-content {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width:767px){
  .gdpr-layout .custom-banner-group .custom-banner-content {
    margin-top: 0;
  }

  .custom-banner-group.gdpr {
    padding-top: 66px;
  }
  .demo-request .contact-us-detail .hs-form .actions,
  .contact  .contact-us-detail .hs-form .actions{
    padding-left: 0;
    padding-right: 0;
  }

  .training-page .custom-banner-group.training {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-group {
    max-height: 100vh;
    overflow-y: auto;
  }
  div#id2 .pricing-tab-item .price-content p.price-number {
    font-size: 60px;
    line-height: 65px;
  }
  div#id2 .pricing-tab-item .price-content p.price-number {
    margin-top: 50px;
  }
  .header-group.header-no-nav .mobile-trigger {
    display: none !important;
  }
}
@media (max-width:599px){
  form.hs-form fieldset .hs-form-field {
    float: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .accordion-heading h3 > span {
    position: relative;
    padding-left: 36px;
  }

  .accordion-heading h3 > span:before {
    position: absolute;
    left: 0;
  }
}
@media (max-width:479px){
  .implementation-layout .custom-banner-group.implementation h1.text-display1 {
    font-size: 30px;
  }
  .service-page .fwcwb-group.center .content .buttonwrapper a em.fa.fa-chevron-right{
    margin-right: -2px;
  }
  div#id2 .pricing-tab-item .price-content p.price-number {
    margin-top: 50px;
  }
}










/* Media Queries - add ons by Kwong */

@media (max-width: 991px) and (min-width: 768px){
.header-container-wrapper {
    min-height: 130px!important;
}
}