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

@import url('//fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@import url('//fonts.googleapis.com/css?family=Arimo:700&display=swap');
@import url('//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/font_css.css');
@import url('//use.fontawesome.com/releases/v5.4.1/css/all.css');
@font-face{
	font-family:Cooper Hewitt;
	font-weight:100;
	src:url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/CooperHewitt-Thin.otf)
}
@font-face{
	font-family:Cooper Hewitt;
	font-weight:300;
	src:url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/CooperHewitt-Light.otf)
}
@font-face{
	font-family:Cooper Hewitt;
	font-weight:400;
	src:url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/CooperHewitt-Book.otf)
}
@font-face{
	font-family:Cooper Hewitt;
	font-weight:500;
	src:url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/CooperHewitt-Medium.otf)
}
@font-face{
	font-family:Cooper Hewitt;
	font-weight:600;
	src:url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/CooperHewitt-Semibold.otf)
}
@font-face{
	font-family:Cooper Hewitt;
	font-weight:700;
	src:url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/CooperHewitt-Bold.otf)
}
@font-face{
	font-family:Source Sans Pro;
	font-weight:100;
	src:url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/SourceSansPro-ExtraLight.otf)
}
@font-face{
	font-family:Source Sans Pro;
	font-weight:300;
	src:url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/SourceSansPro-Light.otf)
}
@font-face{
	font-family:Source Sans Pro;
	font-weight:400;
	src:url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/SourceSansPro-Regular.otf)
}
@font-face{
	font-family:Source Sans Pro;
	font-weight:600;
	src:url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/SourceSansPro-Semibold.otf)
}
@font-face{
	font-family:Source Sans Pro;
	font-weight:700;
	src:url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/SourceSansPro-Bold.otf)
}
/* EX: @import url('http://example.com/example_style.css'); */

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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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


@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-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.com/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.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* New resources May 2020 */


@font-face {
	font-family: 'icomoon';
	src:  url('https://2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/fonts-May2020/icomoon.eot?n1npz6');
	src:  url('https://2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/fonts-May2020/icomoon.eot?n1npz6#iefix') format('embedded-opentype'),
		url('https://2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/fonts-May2020/icomoon.ttf?n1npz6') format('truetype'),
		url('https://2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/fonts-May2020/icomoon.woff?n1npz6') format('woff'),
		url('https://2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/fonts-May2020/icomoon.svg?n1npz6#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-plane:before {
	content: "\e900";
}
.icon-user:before {
	content: "\e901";
}
.icon-facebook:before {
	content: "\ea90";
}
.icon-instagram:before {
	content: "\ea92";
}
.icon-twitter:before {
	content: "\ea96";
}
.icon-linkedin:before {
	content: "\eaca";
}

/* ==========================================================================
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 {
	font-family: Source Sans Pro,sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.4375;
}

body.custom-landing-page{
	font-family: "Cooper Hewitt", sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.4375;
}

#site-wrapper1{
	overflow: hidden;
}

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

/* Highlighted Text */
::-moz-selection {}
::selection {}


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

/* Basic text */
p {
	margin: 0;
} 
small {}
b, strong {
	font-weight: 700;
}
em {}
cite {}
code {}
pre {}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Cooper Hewitt,sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, h2 {
	line-height: 1.2;
}
h3, h4 {
	line-height: 1;
}
h1 {
	font-size: 3.75rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2.25rem;
  margin-bottom:0px!important;
}

h4 {
	font-size: 1.5rem;
}
h5 {}
h6 {}

figure {
	margin: 0;
}

/* Anchor Links */
a {}
a:hover, a:focus {}

/* Lists */
ul, ol {
	margin: 0 0 1.8em 1em;
	padding: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

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

.custom-header-group{
	height: 80px !important;
	left: 0;
	position: fixed;
	top: 0;
	width: 100% !important;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	z-index: 999;
}

.custom-header-group .page-center{
	max-width: 1350px !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
}

.custom-logo-group{
	width: auto !important;
	padding: 18px 0;
}

.custom-logo img{
	display: block;
	height: auto;
	width: 130px;
	margin-top: 0px;
}

.custom-logo-two img{
	display: block;
	height: auto;
	width: 278px;
	margin-top: 0px;
}

.custom-header-search-group{
	width: 150px !important;
	float: right !important;
	margin: 26px 0 0 40px !important;
}
.custom-header-search {
	margin: 0 auto;
	max-width: 550px;
	position: relative;
}
.custom-header-search-group .hs-search-field__input {
	box-shadow: none !important;
	outline: none !important;
	background: transparent !important;
	border-radius: 0 !important;
	color: inherit !important;
	font: inherit !important;
	margin: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #31a0c6 !important;
	padding: 0 30px 0 0 !important;
	width: 100% !important;
	line-height: 22px !important;
	height: 22px;
}
.header-search__button {
	color: inherit !important;
	font: inherit !important;
	margin: 0 !important;
	-webkit-appearance: button;
	cursor: pointer;
	text-transform: none;
	background: transparent !important;
	border: 0 !important;
	height: 20px !important;
	padding: 0 !important;
	position: absolute;
	right: 0;
	top: -4px;
	width: 20px;
}


/* New Header Styling May 2020 */
DIV.headerRow DIV.custom-header-search-group {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-top: 20px !important;
	position: absolute;
	right: 350px;
	width: 50px !important;
}
DIV.headerRow DIV.custom-header-search-group.show {
	width: 270px !important;
	background-color: #FFFFFF;
	padding-left:15px;
	z-index: 9;
}
DIV.headerRow DIV.custom-header-search-group .header-search__button {
	color: #1e68ae;
	top: 4px;
}

DIV.headerRow DIV.custom-header-search-group .hs-search-field__input {
	border-bottom: none !important;
	border-left: 1px solid #dddddd  !important;
	height: 30px;
	padding-left: 5px !important;
}

DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child A {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #002653;
	border: 2px solid #002653;
	color: #FFFFFF;
	font-family: "Arimo";
	font-size: 12px;
	font-weight: 700;
	padding: 10px 20px;
	text-transform: uppercase;
}
DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2) A {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 2px solid #1e68ae;
	color: #1e68ae;
	font-family: "Arimo";
	font-size: 12px;
	font-weight: 700;
	margin-left: 100px;
	padding: 10px 20px;
	text-transform: uppercase;
}
DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child A:after {
	content: none;
}
DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2) A:after {
	content: none
}
DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child A:hover {
	background-color: #FFFFFF; 
	border: 2px solid #1e68ae;
	color: #1e68ae;

}
DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2) A:hover {
	background-color: #002653;
	color: #FFFFFF;
}
DIV.headerRow .page-center {
	max-width: 1530px !important;
	position:relative;
}
DIV.headerRow .custom-menu-primary a {
	float: none;
	font-weight: 400;
	text-transform: none;
}
DIV.headerRow .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover:after {
	bottom: -1px;
}
.headerRow .custom-menu-primary .hs-menu-wrapper>ul ul li {
	padding-top:5px;
	padding-bottom: 5px;
}
DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	font-size: 16px;
}
DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
	border-bottom: none;
}
DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a {
	border-radius: 0;
}
DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
	border-bottom: none !important;
	display: list-item;
	float: none !important;
	margin: 0 auto 7px;
	max-width: 215px;
	text-align: left;
	width: auto;
}
DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover {
	background: none;
} 
DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.dl-back {
	display: none !important;
}
DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.custom-parent-link {
	display: none !important;
}
.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
	white-space: unset;
}
DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	display: inline-block;
	padding: 0;
}
DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	padding: 12px 0 !important;
	text-align:center;
}
body .header-container-wrapper {
	min-height: 70px !important;
}
body .header-container, body .footer-container {
	padding: 0 !important;
}

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

.body-container-wrapper {}
.body-container {}
.body-container .page-center{}

.content-wrapper {
	padding-bottom: 60px;
	padding-top: 60px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.hero {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-color: #DFDFDF;
	height: 550px;
}
.hero-bg {
	background-position: 50%;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
}

.container {
	box-sizing: content-box !important;
	max-width: 1197px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 60px;
	padding-right: 60px;
	float: none !important;
}
.hero-content-wrapper {
	height: 100%;
	position: relative;
}

.container::after {
	content: " ";
	display: block;
	clear: both;
	content: "";
	display: table;
}
.custom-breadcrumb {
	font-family: Cooper Hewitt,sans-serif;
	padding-bottom: 35px;
	padding-top: 35px;
	display: block;
}
.custom-breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.custom-breadcrumb ul li {
	float: left;
	padding: 0;
	color: #31a0c6;
}
.custom-breadcrumb ul li a{
	text-decoration: none;
	color: #333;
}
.banner-white .custom-breadcrumb ul li a{
	color: #e6e6e6;
}
.banner-white .custom-breadcrumb ul li {
	color: #fff;
}
.banner-white .custom-breadcrumb .hs-breadcrumb-menu-divider:before {
	color: #e6e6e6;
}
.custom-breadcrumb ul li a:hover {
	text-decoration: underline;
}
.custom-breadcrumb .hs-breadcrumb-menu-divider:before {
	content: ' / ';
	padding-left: 0;
	color: #333;
	padding-right: 3px;
}
.hero-content {
	width: 83.0508474576%;
	float: left;
	margin-right: 1.6949152542%;
	color: #fff;
	padding: 40px 0;
	position: absolute;
	top: 52%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
}
.hero-content__heading {
	font-size: 3.75rem;
	letter-spacing: .125rem;
	margin-bottom: .33em;
}
.hero-content__text {
	width: 79.1666666667%;
	margin: 0;
	float: left;
	margin-left: 0;
	margin-right: 4.1666666667%;
	font-family: Cooper Hewitt,sans-serif;
	font-size: 1.5rem;
}
.hero-content__text:after {
	clear: both;
	content: "";
	display: table;
}
.hero--small .hero-content__heading {
	font-size: 3rem;
	line-height: 1.1;
	margin: 0;
}
.hero-content:after {
	clear: both;
	content: "";
	display: table;
}
.hero-content__title {
	display: block;
	font-family: Cooper Hewitt,sans-serif;
	font-size: .875rem;
	font-weight: 700;
	margin-bottom: 2rem;
}
.heading--underline-left {
	position: relative;
}
.heading--spaced-out {
	letter-spacing: .125rem;
	text-transform: uppercase;
}
.hero-content__title {
	display: block;
	font-family: Cooper Hewitt,sans-serif;
	font-size: .875rem;
	font-weight: 700;
	margin-bottom: 2rem;
}
.heading--underline-left:after {
	background-color: #fff;
	bottom: -1rem;
	content: "";
	height: .1875rem;
	left: 0;
	position: absolute;
	width: 4.9375rem;
}
.hero .heading--underline-left:after {
	background-color: #000;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
img {
	border: 0;
}
.hero-ctas {
	margin-bottom: 15px;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.hero-cta {
	text-align: center;
}
.hero-ctas .hs_cos_wrapper_type_cta {
	display: inline;
}
.hero-ctas a {
	/*margin-bottom: 10px;*/
  margin-bottom:1px; /*changed to 1 to counteract the buttons sitting side by side where one is higher than the other*/
}

.container--small {
	box-sizing: content-box;
	max-width: 997.5px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 22px;
	padding-right: 22px;
}

.section-header__heading {
	font-size: 2.25rem;
	margin-bottom: 12px;
}
.section-header__sub-heading {
	font-size: 1.25rem;
}
.section-header__lead, .section-header__sub-heading {
	font-family: Cooper Hewitt,sans-serif;
	font-weight: 500;
}
.row:after {
	clear: both;
	content: "";
	display: table;
}
.content-page-wrapper h3 {
	font-size: 1.125rem;
	margin-bottom: 10px;
}
.content-page-wrapper {
	box-shadow: 0 2px 11px #b5b5b5;
	margin-bottom: 35px;
	overflow: hidden;
	padding: 20px 8.4745762712%;
}
.container--small:after {
	clear: both;
	content: "";
	display: table;
}
.section:after {
	clear: both;
	content: "";
	display: table;
}
.section {
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
}

.content-page-wrapper img {
	display: block;
}
.featured-post {
	border-bottom: 1px solid #eaeaea;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.featured-post__img {
	display: none;
	box-sizing: border-box;
	width: 50%;
	float: left;
}
.featured-post__img img {
	display: block;
	max-width: 100%;
}
.featured-post__copy {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 20px 0 30px;
}
.featured-post__heading {
	font-size: 1.5rem;
	width: 100%;
}
.featured-post__text {
	width: 100%;
}
.featured-post--flipped .featured-post__img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.featured-post__copy>*+* {
	margin-top: 24px;
}
.adv-banner p {
	margin-bottom: 44px;
}
.section-header {
	margin-bottom: 36px;
}
/* =============== Contact Us =============== */
.custom-contact-form{
	background-color: #fff;
	border-top: 3px solid #000;
	box-shadow: 0 2px 11px #b5b5b5;
	border-top-color: #59c3e8;
}
.custom-contact-form .hs-input,
.custom-contact-form textarea, 
.custom-contact-form  select{
	font-size: 1.125rem !important;
	line-height: normal !important;
}
.custom-book-a-demo-group .hs-input, 
.custom-book-a-demo-group  select{
	font-size: 1.125rem !important;
	line-height: normal !important;
}
.custom-book-a-demo-group textarea.hs-input{
	font: inherit !important;
}
.body-container .custom-contact-form .hs_cos_wrapper_type_form {
	background: transparent;
	border: none;
	box-shadow: none;
	max-width: 100%;
	padding-top: 55px;
	margin-left: 16.9491525424%;
	padding: 55px 0;
	box-sizing: border-box;
	width: 66.6666666667%;
	float: none;
}
.section-header--extended {
	margin: 35px 0 0;
}
.custom-contact-form .actions {
	padding: 8px 0 7px;
}
.content-page-wrapper li {
	margin: 0 0 .5em;
}
.hero-content--black {
	color: #000;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.content-page-wrapper .table-wrapper {
	overflow: auto;
}
.content-page-wrapper table {
	border: 1px solid #d6d6d6;
	min-width: 500px;
}
.content-page-wrapper .table-wrapper table {
	margin-bottom: 10px;
}
.content-page-wrapper tr {
	border-bottom: 1px solid #d6d6d6;
}
td, th {
	padding: 0;
}
.content-page-wrapper td, .content-page-wrapper th {
	border-right: 1px solid #d6d6d6;
	padding: 15px;
	vertical-align: top;
}
.custom-blog-cat-grp {
	padding: 0 0 12px;
}
.custom-blog-topic-grp li.filter__item.selected .icon.filter__icon {
	background: #31a0c6;
	border-color: #31a0c6;
}
.custom-blog-topic-grp li.filter__item.selected .icon.filter__icon {
	background: #31a0c6;
	border-color: #31a0c6;
}
.custom-blog-topic-grp li.filter__item.selected .filter__icon svg path {
	fill: #fff;
}

/* ============ Book a Demo ================ */

.body-container .custom-book-a-demo-group .hs_cos_wrapper_type_form {
	max-width: 100%;
	margin-bottom: 0px;
	padding-top: 54px;
}
.custom-book-a-demo-group {
	padding-top: 60px;
	padding-bottom: 60px;
}
.custom-book-a-demo-group form {
	padding: 0;
	width: 100%;
	margin: 0px auto;
}
.custom-book-a-demo-group .actions,
.custom-book-a-demo-group form.hs-form fieldset {
	max-width: none;
	padding: 0;
	width: 68.8%;
	margin: 0px auto;
}
.custom-book-a-demo-group .hs_where_are_you_based_.hs-where_are_you_based_ > label,
.custom-book-a-demo-group h3 {
	font-size: 1.5rem;
	margin-bottom: 1em;
	line-height: 1.2;
}
.custom-book-a-demo-group hr {
	border-top: 1px solid #eaeaea;
	clear: both;
	width: 100%;
	float: left;
	margin: 50px 0;
}
.custom-book-a-demo-group .hs_type_of_institution.hs-type_of_institution > label {
	margin-top: 1.86em;
	font-weight: 500;
	display: inline-block;
	font-size: 1.5rem;
	margin-bottom: 1em;
	font-family: Cooper Hewitt,sans-serif;
}
.custom-book-a-demo-group ul.inputs-list.multi-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.custom-book-a-demo-group .hs_type_of_institution.hs-type_of_institution input[type="radio"]:checked + span svg *, 
.custom-book-a-demo-group ul.inputs-list.multi-container li.hs-form-radio:hover svg *{
	fill: #0d4c9c;
}
.custom-book-a-demo-group ul.inputs-list.multi-container li.hs-form-radio svg path {
	fill: #eaeaea;
	-webkit-transition: fill .25s;
	transition: fill .25s;
}
.custom-book-a-demo-group .hs_type_of_institution.hs-type_of_institution input[type="radio"] {
	left: -9999px;
	position: absolute;
}
.custom-book-a-demo-group ul.inputs-list.multi-container li.hs-form-radio {
	width: auto;
	text-align: center;
	margin: 0 1em;
}
.custom-book-a-demo-group ul.inputs-list.multi-container li.hs-form-radio svg {
	height: 110px;
	display: block;
	text-align: center;
	cursor:pointer;
}
.custom-book-a-demo-group .hs_where_are_you_based_.hs-where_are_you_based_ > label {
	font-family: Cooper Hewitt,sans-serif;
	font-weight: 700;
	margin-bottom: 1em;
	display: block;
}
.custom-book-a-demo-group .hs_where_are_you_based_.hs-where_are_you_based_ .input li {
	width: 50%;
}

.custom-book-a-demo-group .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox,
.custom-book-a-demo-group .hs_where_are_you_based_.hs-where_are_you_based_.hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio {
	width: calc(50% - 24px);
	text-align: left;
	margin-bottom: 20px;
	padding-right: 30px;
	color: #31a0c6;
	cursor: pointer;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.333;
	position: relative;
	float: left;
	cursor:pointer;
	margin-left: 24px;
	margin-right: 0;
} 
.custom-book-a-demo-group .hs_where_are_you_based_.hs-where_are_you_based_.hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio{
	cursor:pointer;
}
.custom-book-a-demo-group .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox label span:before,
.custom-book-a-demo-group .hs_where_are_you_based_.hs-where_are_you_based_.hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio label span:before {
	border: 1px solid #31a0c6;
	border-radius: 7px;
	content: "";
	display: block;
	height: 12px;
	left: -1em;
	position: absolute;
	top: .35em;
	width: 12px;
}
.custom-book-a-demo-group .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox label input[type="checkbox"]:checked + span:before,
.custom-book-a-demo-group .hs_where_are_you_based_.hs-where_are_you_based_.hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio label input[type="radio"]:checked + span:before{
	background:#31a0c6;
}
.custom-book-a-demo-group .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox label input[type="checkbox"],
.custom-book-a-demo-group .hs_where_are_you_based_.hs-where_are_you_based_.hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio input {
	position: absolute;
	left: -99999px;
}
.custom-book-a-demo-group .hs_type_of_institution.hs-type_of_institution {
	margin-bottom: 0;
}
.hs_where_are_you_based_.hs-where_are_you_based_ {
	display: none;
}
.hs_where_are_you_based_.hs-where_are_you_based_.show{
	display:block;
}
.hs_education_services_europe > label ,
.hs_tribal_cloud_services1 > label,
.hs_student_information_systems_europe > label,
.hs_education_services > label,
.hs_student_information_systems > label {
	margin-top: 1.86em;
	font-weight: 500;
	display: inline-block;
	font-size: 1.5rem;
	margin-bottom: 1em;
	font-family: Cooper Hewitt,sans-serif;
}
.custom-book-a-demo-group textarea {
	border-color: #31a0c6;
	display: block;
	min-height: 130px;
	border-radius: 10px;
	resize: none;
}
.custom-book-a-demo-layout .hs_message.hs-message,
.hs_tribal_cloud_services1,
.hs_student_information_systems_europe,
.custom-book-form-wrap.custom-form3,
.custom-book-form-wrap.custom-form4,
.custom-book-form-wrap.custom-form5{
	display:none;
}

.custom-book-a-demo-group fieldset.custom-form3,
.custom-book-a-demo-group fieldset.custom-form4,
.custom-book-a-demo-group fieldset.custom-form5 {
	background: #f7f7f7;
	width: calc(100% + 40px) !important;
	transform: translate(-50%);
	left: 50%;
	position: relative;
}
.custom-book-form-wrap.custom-form4,
.custom-book-form-wrap.custom-form3 {
	width: 77.933333%;
	margin: 0px auto;    
	padding: 55px 0 18px;    
}
.custom-book-form-wrap.custom-form4 h3 {
	margin-bottom: 12px;
}
.custom-book-form-wrap.custom-form3 h3 {
	margin-bottom: 12px;
}
.custom-book-form-wrap.custom-form4 p,
.custom-book-form-wrap.custom-form3 p {
	margin-bottom: 7px;
}
.hs_student_information_systems > label {
	margin-bottom: 21px;
}
.custom-book-form-wrap.custom-form2 {
	margin-bottom: 35px;
}
.custom-book-a-demo-group fieldset.form-columns-1.custom-single-field {
	background: #f7f7f7;
	width: calc(100% + 40px) !important;
	transform: translate(-50%);
	left: 50%;
	position: relative;
}
.custom-book-a-demo-group .custom-book-form-wrap.single-field{
	width: 77.933333%;
	margin: 0px auto;    
}
.custom-book-a-demo-group .custom-book-form-wrap.custom-form5{
	width: 77.933333%;
	margin: 0px auto;    
	padding: 55px 0 18px;   
}
.custom-book-a-demo-group .hs_message.hs-message.hs-fieldtype-textarea{
	padding: 55px 0px 0px;
}
.custom-book-form-wrap.custom-form4 .hs_education_services > label {
	margin-bottom: 21px;
}
.custom-book-form-wrap.custom-form5:after,
.custom-book-form-wrap.custom-form4:after {
	content: "";
	border-bottom: 1px solid #eaeaea;
	margin-top: 0;
	padding-top: 0;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	bottom: 39px;
}
.custom-book-form-wrap.custom-form4,
.custom-book-form-wrap.custom-form5 {
	position: relative;
	padding-bottom: 45px;
}
.custom-book-form-wrap.custom-form5 h3,
.custom-book-a-demo-group .custom-book-form-wrap.single-field h3 {
	margin-top: 0 !important;
}
.custom-book-form-wrap.single-field .hs_tribal_cloud_services1 > label {
	margin-top: 0;
}
.custom-book-a-demo-group .custom-book-form-wrap.custom-form5 h3 {
	margin-bottom: 12px;
}
.custom-book-form-wrap.custom-form5:after {
	bottom: 12px;
}
.custom-book-a-demo-group .custom-book-form-wrap.custom-form5 p {
	margin-bottom: 6px;
}
.custom-book-form-wrap.custom-form5 .hs_education_services_europe > label {
	margin-bottom: 21px;
}
.custom-book-a-demo-group .hs_student_information_systems_europe label {
	margin-top: 27px;
	margin-bottom: 21px;
}
.custom-book-a-demo-group .hs_student_information_systems_europe {
	padding-bottom: 18px !important;
}
.investor-layout .custom-banner .container--small,
.what-we-do-layout .custom-banner .container--small{
	max-width: 100% !important;
	padding: 0 !important;
}
.investor-layout .adv-banner p,
.what-we-do-layout .adv-banner p{
	margin-bottom: 0;
}

/* =============== What We Do Page =============== */

.section--blue-dark {
	background-color: #0d4c9c;
	clear: both;
}
.hero+.section--blue-dark {
	margin-top: 40px;
}

/* =============== Career Page =============== */

.hs-career-page .adv-banner p {
	margin-bottom: 0;
}
.hs-career-page .statement__title h2 {
	margin-bottom: 25px;
}
.listingCareers .statement ul {
	clear: both;
	margin: 0;
	color: #fff;
	font-size: 1.0625rem;
	margin-left: 1em;
	padding-top: 20px;
	text-align: left;
}
.listingCareers .statement ul li {
	margin: 0 0 1em;
}
.hs-career-page .content-page-wrapper p {
	margin: 0 0 2em;
}
.hs-career-page .content-page-wrapper h3 {
	font-family: Cooper Hewitt,sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .8px;
	line-height: 1.33;
	margin: 0 0 .9375rem;
}
.hs-career-page .content-page-wrapper-inner-section {
	font-family: Source Sans Pro,sans-serif;
	letter-spacing: .1px;
	max-width: 798px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-top: 60px;
}

.section.custom-title-with-top-image ul.icons-pack.icons-pack--audience.l-full {
	margin: 0;
}
.section.custom-title-button {
	padding: 0;
}
a#cta_button_2007157_09c35e79-0816-4664-a15b-557819bf9475 {
	min-width: auto;
	width: 88px;
}
video {
	object-fit: cover;
}
.hero-animate-scroll--white {
	bottom: 18px;
	color: #fff;
	cursor: pointer;
	font-family: Source Sans Pro,sans-serif;
	left: 50%;
	padding-bottom: 14px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.hero-animate-scroll--white:after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	bottom: 0;
	content: "";
	height: 14px;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%) rotate(45deg);
	-ms-transform: translate(-50%) rotate(45deg);
	transform: translate(-50%) rotate(45deg);
	width: 14px;
}
.post-summaries--thinking .post-summary__image {
	object-fit: cover;
}
/* ========== What We Do Inner ======= */
.banner-with-button h2.hero-content__text {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 1em;
	width: 100%;
	margin-right: 0;
}
.banner-with-button .hs-cta-node a {
	min-width: auto !important;
}
.custom-popup-form-group {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,0.75);
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
	opacity: 0;
}
.open-form .custom-popup-form-group {
	display: flex;
	opacity: 1;
}
.open-form {
	overflow: hidden;
}
.custom-popup-form-group .custom-popup-form-inner {
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 500px;
	box-sizing: border-box;
	width: 90%;
	padding: 35px 30px 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left;
	background-color: #fff;
}
.body-container .custom-popup-form-group .hs_cos_wrapper_type_form {
	max-width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	box-shadow: none;
}
.custom-popup-form-group .custom-popup-form-inner label {
	color: #33475b;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	line-height: 20px;
	padding-top: 0;
	margin-bottom: 4px;
	display: block;
}
.custom-popup-form-group .custom-popup-form-inner .hs-input {
	padding: 0 15px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	background-color: #f5f8fa;
	border: 1px solid #cbd6e2;
	display: block;
	min-height: 40px;
	border-radius: 15px;
}
.custom-popup-form-group .custom-popup-form-inner .hs-input:focus {
	outline: 0;
	border-color: #75b9f0;
}
.custom-popup-form-group .hs-form-field {
	margin: 20 0 20px;
}
.custom-popup-form-group a.close-modal {
	position: absolute;
	top: 3px;
	right: 3px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	background-image: url('//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Images/download.png');
}
a.popup-form.hero-cta.btn.btn--fill {
	cursor: pointer;
}
.custom-popup-form-group span.hs-form-required {
	color: red;
}
.custom-popup-form-group input.hs-button.primary.large {
	background: #329fc6;
	border-color: #329fc6;
	color: #ffffff;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	line-height: 12px;
	position: relative;
	text-align: center;
	padding: 12px 24px;
	min-width: auto;
	margin: 17px 0 18px;
	border-radius: 15px;
}
.custom-popup-form-group .hs-error-msgs.inputs-list label {
	color: #f2545b;
	font-size: .875rem;
	margin: 0 0 2px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}
.custom-popup-form-group .hs-input invalid.error {
	border-color: #c87872;
}
.slider-dots-wrapper {
	margin: 15px 0 0;
	bottom: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	display: flex;
	align-items: center;
}
.testimonials-carousel.js-testimonials.slick-initialized.slick-slider.slick-dotted {
	padding: 0 !important;
	margin: 0 !important;
}
.testimonials-carousel .slick-dots {
	position: static;
	width: auto;
	padding: 0;
	margin: 0px 0 0;
	list-style: none;
	text-align: left;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0px;
}
.testimonials-carousel .slick-dots button {
	display: none !important;
}
.testimonials-carousel .slick-dots li {
	background-color: #bbdce7;
	border-radius: 50%;
	color: transparent;
	cursor: pointer;
	display: block;
	height: .8rem;
	-webkit-transition: .2s;
	transition: .2s;
	width: .8rem;
	margin: 0;
}
.testimonials-carousel .slick-dots li + li {
	margin-left: 22px;
}
.testimonials-carousel .slick-dots li:hover,
.testimonials-carousel .slick-dots li.slick-active {
	background-color: #31a0c6;
}

.testimonials-carousel .slick-prev,
.testimonials-carousel .slick-next {
	border-bottom: 3px solid #bbdce7;
	border-left: 3px solid #bbdce7;
	color: transparent;
	cursor: pointer;
	height: .8rem;
	-webkit-transition: border .25s;
	transition: border .25s;
	width: .8rem;
	top: auto;
	bottom: 0;
	margin-top: 0;
	z-index: 99;
	position: static;
}
.testimonials-carousel .slick-prev:hover, 
.testimonials-carousel .slick-next:hover {
	border-color: #31a0c6;
}
.testimonials-carousel .slick-prev:before,
.testimonials-carousel .slick-next:before {
	display: none;
}
.testimonials-carousel .slick-prev {
	margin-right: 22px !important;
	transform: rotate(45deg) !important;
	left: 0;
}
.testimonials-carousel .slick-next {
	margin-left: 22px !important;
	transform: rotate(-135deg) !important;
	right: auto;
	left: 0px;
}
.custom-book-a-demo-group li.hs-form-radio,
.custom-book-a-demo-group li.hs-form-radio *,
.custom-book-a-demo-group li.hs-form-checkbox,
.custom-book-a-demo-group li.hs-form-checkbox *{
	cursor: pointer;
}

.btn,
.btn a{
	text-decoration: none;
}
.btn a:hover{
	color: #fff;
}

.btn:hover a{
	color: #fff;
}

.header-container .hs-search-field__bar button svg {
	height: 21px;
}




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

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

.custom-footer-group{
	background-color: #000;
	border-top: 1px solid #eaeaea;
	color: #fff;
	padding: 35px 0 30px;
}

.custom-footer-group .page-center{
	max-width: 1150px !important;
	padding-left: 60px !important;
	padding-right: 60px !important;
}
.hs-form-required {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -.5em;
}
.email-subscribe {
	box-sizing: border-box;
	width: 75%;
	float: left;
	padding-right: 36px;
}
.email-subscribe__heading {
	font-size: 1.5rem;
	max-width: 420px;
	letter-spacing: .8px;
	margin-bottom: 30px;
}

.social-follow {
	border-left: 1px solid #676767;
	box-sizing: border-box;
	padding: 20px 0 26px 36px;
	width: 25%;
	float: right;
	margin-right: 0;
	margin-top: 35px;
}
.social-follow__heading {
	font-size: 1.5rem;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: left;
	position: relative;
	font-weight: 500;
}
.social-follow__heading:after {
	background-color: #676767;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	width: 170px;
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.social-follow__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	list-style: none;
	-webkit-box-pack: unset;
	-ms-flex-pack: unset;
	justify-content: unset;
	margin: 0;
}
.social-follow__link {
	display: block;
	-webkit-transition: all .25s;
	transition: all .25s;
}
.section--splash-right .social-follow__img {
	height: auto;
	width: 37px;
}
.post-summary__image-wrapper img {
	margin-bottom: 10px;
}
.social-follow__link:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.email-subscribe .hs-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
}
.email-subscribe .hs_error_rollup {
	position: absolute;
	bottom: -25px;
}
.nav-list.js-nav-list {
	display: none !important;
}
.email-subscribe form.hs-form fieldset {
	max-width: none;
}
.email-subscribe .hs-form-field {
	margin: 0;
}
.email-subscribe .hs-form-field>label {
	display: block;
	margin: 0 0 4px;
}
.email-subscribe .hs-form-field .hs-input {
	color: inherit;
	font: inherit;
	margin: 0;
	line-height: normal;
	border: 1px solid #b5b5b5;
	border-radius: 25px;
	-webkit-appearance: none;
	box-shadow: none;
	padding: 8px 8px 4px;
	background-color: #000;
	border: 1px solid #676767;
	width: 100%;
}
.email-subscribe .hs-form>.hs_submit {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 23.0769230769%;
	float: right;
	margin-right: 0;
}
.email-subscribe .hs-form>.hs_submit .actions {
	width: 100%;
}
.email-subscribe .hs-form>.hs_submit input.hs-button {
	-ms-flex-item-align: end;
	align-self: flex-end;
	min-width: 170px;
	width: 100%;
	background-color: #329fc6;
	color: #fff;
	padding-bottom: 6px;
	padding-top: 9px;
	margin: 24px 0 0;
}
.email-subscribe .hs-form>.hs_submit input.hs-button:hover {
	background-color: #fff;
	color: #329fc6;
}
.social-follow__item+.social-follow__item {
	margin-left: 20px;
}
.email-subscribe h3.form-title{
	display: none;
}
.email-subscribe label p{
	display: none;
}
.custom-footer-menu{
	margin-top: 25px;
}
ul.icons-pack.icons-pack--stats.l-full {
	margin: 0;
}
.custom-footer-menu .hs-menu-wrapper > ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.custom-footer-menu .hs-menu-wrapper > ul:after {
	clear: both;
	content: "";
	display: table;
}

.custom-footer-menu .hs-menu-wrapper > ul:before{
	content: none;
}
.custom-footer-menu .hs-menu-wrapper > ul > li{
	padding-right: 25px;
	text-align: left;
	float: none !important;
}
.custom-footer-menu .hs-menu-wrapper > ul > li + li{
	padding-left: 25px;
	border-left: 1px solid #eaeaea;
	margin-top: 0;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a{
	color: #fff;
	font-size: .9375rem;
	text-decoration: none;
	display: inline-block;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover{
	text-decoration: underline;
	color: #fff;
}
.content-page-wrapper h2 {
	font-size: 1.375rem;
	margin-bottom: 10px;
}

.content-page-wrapper a {
	color: #329fc6;
}
.services-filter {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
a#cta_button_2007157_f589e394-024c-4461-b466-3186e0cf7759 {
	box-sizing: border-box !important;
}
.grid-listing {
	margin-top: 0;
	margin-bottom: 0;
}
.main-content p,
.sidebar p{
	margin: 0 0 1.8em;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5{
	margin: 0 0 10px;
}
.main-content{
	box-shadow: 0 2px 11px #b5b5b5;
	padding: 50px 20px;
}
.sidebar{
	box-shadow: 0 2px 11px #b5b5b5;
	padding: 50px 20px;
}


.section.section--blue-dark.two-column-with-button {
	margin: 0;
}
.faqs__ctas {
	margin-top: 25px
}
.two-column-with-button .statement__title-wrapper p span,
.two-column-with-button .statement__text-wrapper p span {
	display: inline !important;
	float: none;
	background-color: transparent;
	color: #000000;
	font-family: Source Sans Pro, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	-webkit-text-stroke-width: 0px;
	white-space: normal;
	word-spacing: 0px;
}

/* =============== New Footer May 2020 =============== */
DIV.copyrightRow {
	background: rgb(6,37,74); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(6,37,74,1) 0%, rgba(12,74,148,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(6,37,74,1) 0%,rgba(12,74,148,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(6,37,74,1) 0%,rgba(12,74,148,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06254a', endColorstr='#0c4a94',GradientType=1 ); /* IE6-9 */ 
	padding: 10px 0 30px;
}  
DIV.copyrightRow DIV.copy SPAN {
	color: #FFFFFF;
	display:block;
	margin-top: 25px;
	text-align:right;
}
DIV.copyrightRow .page-center {
	padding-left: 15px !important;
	padding-right: 15px !important; 
}
DIV.copyrightRow .custom-footer-menu .hs-menu-wrapper>ul>li {
	padding-right: 20px;
}
DIV.copyrightRow .custom-footer-menu .hs-menu-wrapper>ul>li+li {
	border-left: 1px solid #3ea8d7;
	padding-left: 15px;
}
DIV.copyrightRow .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
	border-bottom: none;
	font-family: "Source Sans Pro", sans-serif;
	padding: 0;
}
DIV.copyrightRow .custom-footer-menu .hs-menu-wrapper>ul>li+li {
	padding-right:15px;
	padding-left:15px;
}

DIV.footer-container-wrapper {
	padding: 0;
	text-align: left !important;
}
DIV.footerRow {
	background: rgb(0,28,62); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,28,62,1) 0%, rgba(0,56,125,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,28,62,1) 0%,rgba(0,56,125,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,28,62,1) 0%,rgba(0,56,125,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c3e', endColorstr='#00387d',GradientType=1 ); /* IE6-9 */
	padding: 70px 0 50px;
}
DIV.footerRow .page-center {
	padding-left: 15px !important;
	padding-right: 15px !important;  
}
DIV.footerRow H2.email-subscribe__heading {
	font-family: "Source Sans Pro", sans-serif;
	margin-bottom: 20px;
	max-width:none;
}
DIV.footerRow IMG.responsive {
	height: auto;
	margin-bottom: 20px;
	max-width:100%;
}
DIV.footerRow .hs_cos_wrapper_type_form {
	background: none;
	border: none;
	box-shadow: none;
	max-width: none;
}
DIV.footerRow .email-subscribe .hs-form-field .hs-input {
	background: none !important;
	border: 1px solid #FFFFFF;
	/*   border-radius: 25px!important; */
	border-radius: 0!important;
	color: #FFFFFF !important;
	margin-bottom: 15px;
	padding: 15px 15px 15px 40px !important;
}
DIV.footerRow .email-subscribe .hs-form-field .hs-input:focus {
	border: 1px solid #FFFFFF !important;
	color: #FFFFFF !important;
}

DIV.footerRow .email-subscribe .hs-form>.hs_submit input.hs-button {
	background-color: #329fc6 !important;
	border: 1px solid #329fc6 !important;
	/*   border-radius: 25px !important; */
	border-radius: 0!important;
	height: 52px;
	margin-top: 0 !important;
	margin-bottom: 15px !important;
	text-transform: uppercase;
}
DIV.footerRow .email-subscribe .hs-form>.hs_submit input.hs-button:hover  {
	background-color: #fff !important;
	color: #329fc6 !important;
}
DIV.footerRow FORM LABEL {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}
DIV.footerRow FORM DIV.hs-firstname {
	position:relative;
}
DIV.footerRow FORM DIV.hs-firstname:before {
	content: '\e901';
	font-family: "icomoon";
	font-size: 20px;
	position: absolute;
	top:12px;
	left: 15px;
}
DIV.footerRow FORM DIV.hs-email {
	position:relative;
}
DIV.footerRow FORM DIV.hs-email:before {
	content: '\e900';
	font-family: "icomoon";
	font-size: 20px;
	position: absolute;
	top:12px;
	left: 15px;
}
DIV.footerRow .footerSocial {
	display:flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-top: 110px;
	width:25%;
}
DIV.footerRow .footerSocial A {
	background-color: #FFFFFF;
	border-radius: 50%;
	color: #003270;
	font-size: 30px;
	margin-left: 10px;
	padding: 4px 5px 1px;
	text-align: center;
	text-decoration: none;
	width: 47px;
}
.footer-container-wrapper .container-fluid .row-fluid .copyrightRow .page-center{
  max-width: 1250px!important;
}



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


/* =============== Custom Menu Primary =============== */
/*  */
.hs-menu-item.hs-menu-depth-1.active {
	background: transparent;
}

/* Parent List */
.custom-menu-primary{
	float: right !important;
	margin: 5px 0 0 !important;
	width: auto !important;
	font-family: Cooper Hewitt,sans-serif;
}

.custom-menu-primary .hs-menu-wrapper > ul{
	display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
	font-size: 1rem;
	font-weight: 400;
	padding: 21px 0;
	/*   position: static !important; */
}
.custom-menu-primary .hs-menu-wrapper > ul > li + li{
	border: 0;
	margin-left: 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
	color: #000;
	letter-spacing: .03125rem;
	display: inline;
	padding: 0;
	position: relative;
	text-decoration: none;
	width: auto;
}

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


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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1091px) {
	.custom-menu-primary .hs-menu-wrapper,
	.custom-menu-primary .hs-menu-wrapper > ul ul { 
		display:block !important;
	}
	/* Child List */
	.custom-menu-primary .hs-menu-wrapper > ul ul{
		padding: 12px 10px;
		top: 60px !important;
		box-shadow: 0 5px 8px 0 rgba(0,0,0,.15);
		background-color: #fff;
		-webkit-transition: all .4s !important;
		transition: all .4s !important;
		padding-left: 32%;
		width: 240px !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li{
		margin-left: 30px;
		font-size: 1rem;
		float: left;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a{
		color: #000;
		letter-spacing: .03125rem;
		display: inline;
		padding: 0;
		width: auto;  
		position: relative;
		text-decoration: none;

	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a:after {
		background-color: transparent;
		bottom: -7px;
		content: "";
		display: block;
		height: 3px;
		left: 0;
		position: absolute;
		-webkit-transition: background-color .25s;
		transition: background-color .25s;
		width: 100%;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover:after {
		background-color: #59c3e8;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
		background-color: transparent;
		bottom: -7px;
		content: "";
		display: block;
		height: 3px;
		left: 0;
		position: absolute;
		-webkit-transition: background-color .25s;
		transition: background-color .25s;
		width: 100%;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after,
	.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after,
	.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:after{
		background-color: #59c3e8;
	}
	li.dl-back, li.custom-parent-link {
		display: none !important;
	}
}


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

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

@media (max-width: 1090px){

	/* 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; /* Show button on mobile */
		cursor: pointer; /* Mouse pointer type on hover */
		position: absolute; /**************************************/
		top: 0px;           /* Position Button at right of screen */
		right: 10px;        /**************************************/
		width: auto; /* Button width */
		height: auto; /* Button height */      
		padding: 7px 10px 8px 10px;
		background: #ffffff; /* Background color */
		border: 1px solid #000;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		text-transform: uppercase;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #000; 
	}
	.mobile-trigger:hover{
		text-decoration: none; /* Removes link text underline on button */
		color: #fff;
		background-color: #000; 
		border-color: transparent;
	}

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

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

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

	.child-trigger{
		display: block !important; /* Hide button on Desktop */
		cursor: pointer; /* Mouse pointer type on hover */
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100% !important; /* Button width */
		min-width: 100% !important;
		height: 68px !important; /* Button height */  
		padding: 0 !important;
	}
	.child-trigger:after{
		border-right: 3px solid #31a0c6;
		border-top: 3px solid #31a0c6;
		content: "";
		display: block;
		height: .6em;
		position: absolute;
		right: 5px;
		top: 45%;
		-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
		width: .6em;
	}
	.child-trigger i{
		position: relative;
		top: 50%; /* Centers icon inside button */
		margin: 0 auto !important;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.child-trigger i:after{
		position: absolute;
		content: '';
	}
	.child-trigger i, .child-trigger i:after{
		width: 10px; /* Icon line width */
		height: 1px; /* Icon line height */
		background-color: #fff; /* Icon color */
		display: block;
	}
	.child-trigger i:after{
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}  
	.child-trigger.child-open i{}
	.child-trigger.child-open i:after{
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

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

	.custom-menu-primary.js-enabled {
		background-color: #fff;
		box-shadow: 0 2px 5px rgba(0,0,0,.2);
		font-family: Cooper Hewitt,sans-serif;
		left: 100%;
		list-style: none;
		min-height: 100%;
		overflow: hidden;
		padding: 0 22px 60px;
		position: absolute;
		top: 60px;
		-webkit-transition: left .4s;
		transition: left .4s;
		width: 100% !important;
		z-index: 5;
		margin: 0 !important;
		float: none !important;
	}
	.mobile-open .custom-menu-primary.js-enabled {
		left: 0;
	}

	/* Hide menu on mobile */
	.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;
	}
	.custom-menu-primary .hs-menu-wrapper{
		width: 100%; /* Full screen width */
	}

	/* Level 1 Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul > li{
		position: static;
		font-size: 1.5rem;
		font-weight: 500;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a{
		color: #000;
		letter-spacing: .03125rem;   
		display: block;
		padding: 17px 0;
		position: relative;
		text-decoration: none;
		width: 100%;
		font-family: Cooper Hewitt,sans-serif;
		line-height: 1.4375;
		font-weight: 500;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li + li {
		border-top: 1px solid #eaeaea;
		margin-left: 0;
	}

	/* Level 1 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul{
		background-color: #fff;
		height: 100%;
		left: 120% !important;
		list-style: none;
		padding: 0;
		position: absolute !important;
		top: 0;
		-webkit-transition: all .4s !important;
		transition: all .4s !important;
		width: 100%;
		z-index: 9 !important;
		display: block !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.child-open.hs-menu-item.hs-item-has-children > ul {
		left: 0 !important;
		background: #fff;
		z-index: 9999 !important;
		height: 100vh !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li{
		border-bottom: 1px solid #eaeaea;
		cursor: pointer;
		font-size: 1.125rem;
		padding: 0;
		position: relative;
		padding-left: 48px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a{
		color: #000;
		letter-spacing: .03125rem;   
		display: inline-block;
		padding: 17px 0;
		position: relative;
		text-decoration: none;
		width: 100%;
		font-size: 1.125rem;
		font-family: Cooper Hewitt,sans-serif;
		line-height: 1.4375;
		font-weight: 500;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
		bottom: 12px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a span {
		display: inline-block;
		position: relative;
		z-index: 99;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a span:after {
		background-color: transparent;
		bottom: -5px;
		content: "";
		display: block;
		height: 3px;
		left: 0;
		position: absolute;
		-webkit-transition: background-color .25s;
		transition: background-color .25s;
		width: 100%;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a span:hover:after {
		background-color: #59c3e8;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.active > a span:after,
	.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a span:after{
		background-color: #59c3e8;
	}

	li.dl-back a {
		padding: 0 !important;
		letter-spacing: 0 !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.dl-back{
		padding: 17px 24px;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.custom-parent-link {
		font-size: 1.5rem;
		padding: 0 0 0 48px;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.custom-parent-link a {
		font-size: inherit;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child {
		border-bottom: 0;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.dl-back:before {
		border-bottom: 3px solid #31a0c6;
		border-left: 3px solid #31a0c6;
		content: "";
		display: block;
		height: .6em;
		left: 5px;
		position: absolute;
		top: 45%;
		-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
		width: .6em;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child {
		border-bottom: 0;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.dl-back:before {
		border-bottom: 3px solid #31a0c6;
		border-left: 3px solid #31a0c6;
		content: "";
		display: block;
		height: .6em;
		left: 5px;
		position: absolute;
		top: 45%;
		-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
		width: .6em;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li > a {
		position: relative;
		display: inline-block !important;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li > a:after {
		background-color: transparent;
		bottom: 1px;
		content: "";
		display: block;
		height: 3px;
		left: 0;
		position: absolute;
		-webkit-transition: background-color .25s;
		transition: background-color .25s;
		width: 100%;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li > a:hover:after {
		background-color: #59c3e8;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.dl-back > a:after {
		content: none !important;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.custom-parent-link a:after {
		bottom: 12px;
	}
}

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

/* 2020 Blog Update */

/* Global + News */

.tbl-blog #site-wrapper1 {
	overflow: visible;
}

.tbl-post .container-fluid .row-fluid .page-center {
	max-width: 1292px;
}

.tbl-post .post-header {
	background: linear-gradient(90deg, rgba(62,168,215,1) 0%, rgba(89,195,232,1) 100%);
	text-align: center;
	padding-top: 100px;
	padding-bottom: 45px;
}

.tbl-post .post-header p.blog-title {
	font-family: Cooper Hewitt,sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.36px;
	line-height: 30px;
	margin-bottom: 14px;
}

.tbl-post .post-header h1 {
	color: #ffffff;
	margin-bottom: 33px;
}

.tbl-post .post-header p,
.tbl-post .post-header p a {
	color: #ffffff;
}

.tbl-post .post-header p a:hover {
	text-decoration: none;
}

.tbl-post .post-header p.post-author {
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
}

.tbl-post .post-header #hubspot-author_data {
	padding-bottom: 0;
}

.tbl-post .post-header .arr-next {
	display: block;
	width: 100%;
	margin-top: 25px;
}

.tbl-post .post-header .hero-animate-scroll--white {
	display: block;
	float: none;
	width: 38px;
	height: 38px;
	margin: 0 0;
	border: solid 2px #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	bottom: 0;
	-webkit-transition: bottom .25s ease;
	-moz-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	-ms-transition: bottom .25s ease;
	transition: bottom .25s ease;
}

.tbl-post .post-header .hero-animate-scroll--white:after {
	height: 12px;
	width: 12px;
	top: 8px;
}

.tbl-post .post-header .hero-animate-scroll--white:hover {
	bottom: -5px;
}

.tbl-post .featured-img {
	display: block;
	width: 100%;
	height: 750px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #000000;
}

.tbl-post .section.post-body {
	padding-top: 106px;
	padding-bottom: 114px;
	position: relative;
}

.tbl-post.cs-post .section.post-body {
	padding-bottom: 56px;
}

.tbl-post .section.post-body:focus {
	outline: none;
}

.tbl-post .topics-col {
	padding-top: 4px;
}

.tbl-post .topics-col p.topics-label {
	font-family: Cooper Hewitt,sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	color: #000000;
	margin: 0 0 4px 0;
}

.tbl-post .topic-link {
	position: relative;
	z-index: 2;
	line-height: 30px;
}

.tbl-post .topic-link:last-child {
	margin-bottom: 0;
}

.tbl-post .topic-link a,
.tbl-post .topic-link span {
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #000000;
	border: solid 1px #000000;
	text-decoration: none;
	font-family: Cooper Hewitt,sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.65px;
	line-height: 1.2;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	padding: 9px 11px 6px 11px;
	position: relative;
	z-index: 2;
}

.tbl-post .topic-link a:hover {
	background-color: transparent;
	color: #000000;
}

.tbl-post .topic-link a.higher-education,
.tbl-post .topic-link span.higher-education {
	border: solid 1px #008652;
	/*background-color: #008652;*/
  background:linear-gradient(45deg,#008652,#68bd9d);
}

.tbl-post .topic-link a.higher-education:hover {
	background: transparent;
	color: #008652;
}

.tbl-post .topic-link a.further-education,
.tbl-post .topic-link span.further-education {
	border: solid 1px #CE2E7A;
	background:linear-gradient(45deg,#830f46,#ce2e7a);
}

.tbl-post .topic-link a.further-education:hover {
	background: transparent;
	color: #CE2E7A;
}

.tbl-post .topic-link a.skills,
.tbl-post .topic-link span.skills {
	border: solid 1px #5A257F;
background:linear-gradient(45deg,#077288,#485c73); 
}

.tbl-post .topic-link a.skills:hover {
	background: transparent;
	color: #5A257F;
}

.tbl-post .topic-link a.training-and-employability,
.tbl-post .topic-link span.training-and-employability {
	border: solid 1px #5a257f;
	background-color: #5a257f;
}

.tbl-post .topic-link a.training-and-employability:hover {
	background-color: transparent;
	color: #5a257f;
}

.tbl-post .topic-link a.skills---training,
.tbl-post .topic-link span.skills---training {
	border: solid 1px #5A257F;
	background:linear-gradient(45deg,#5a257f,#a052d5); 
}

.tbl-post .topic-link a.skills---training:hover {
	background: transparent;
	color: #5A257F;
}

.tbl-post .topic-link a.hot-topics,
.tbl-post .topic-link span.hot-topics {
	border: solid 1px #CE2E7A;
	background-color: #CE2E7A;
}

.tbl-post .topic-link a.hot-topics:hover {
	background-color: transparent;
	color: #CE2E7A;
}

.tbl-post .topic-link a.skills-training-and-employability,
.tbl-post .topic-link span.skills-training-and-employability {
	border: solid 1px #5A257F;
	background-color: #5A257F;
}

.tbl-post .topic-link a.skills-training-and-employability:hover {
	background-color: transparent;
	color: #5A257F;
}

.tbl-post .topic-link a.schools---early-years,
.tbl-post .topic-link span.schools---early-years {
	border: solid 1px #077288;
	background-color: #077288;
}

.tbl-post .topic-link a.schools---early-years:hover {
	background-color: transparent;
	color: #077288;
}

.tbl-post .topic-link a.quality-mark,
.tbl-post .topic-link span.quality-mark {
	border: solid 1px #485C73;
	background-color: #485C73;
}

.tbl-post .topic-link a.quality-mark:hover {
	background-color: transparent;
	color: #485C73;
}

.tbl-post .topic-link a.student-support,
.tbl-post .topic-link span.student-support {
	border: solid 1px #3373CB;
	background-color: #3373CB;
}

.tbl-post .topic-link a.student-support:hover {
	background-color: transparent;
	color: #3373CB;
}

.tbl-post .topic-link a.customer-feedback,
.tbl-post .topic-link span.customer-feedback {
	border: solid 1px #0D4C9C;
	background-color: #0D4C9C;
}

.tbl-post .topic-link a.customer-feedback:hover {
	background-color: transparent;
	color: #0D4C9C;
}

.tbl-post .topic-link a.student-experience,
.tbl-post .topic-link span.student-experience {
	border: solid 1px #9C5284;
	background-color: #9C5284;
}

.tbl-post .topic-link a.student-experience:hover {
	background-color: transparent;
	color: #9C5284;
}

.tbl-post .topic-link a.class-measures,
.tbl-post .topic-link span.class-measures {
	border: solid 1px #811046;
	background-color: #811046;
}

.tbl-post .topic-link a.class-measures:hover {
	background-color: transparent;
	color: #811046;
}

.tbl-post p {
	font-family: Cooper Hewitt,sans-serif;
	font-size: 19px;
	line-height: 34px;
	color: #373737;
	margin: 0 0 20px 0;
}

/*old styling
  font-family: Source Sans Pro,sans-serif;
	font-size: 19px;
	line-height: 34px;
	color: #373737;
	margin: 0 0 20px 0;
}
*/




.tbl-post p:last-child {
	margin: 0 0 0 0;
}

.tbl-post p a.btn {
	text-decoration: none;
	line-height: normal;
}

.tbl-post p a {
	color: #224D8F;
	text-decoration: underline;
}

.tbl-post p a:hover {
	text-decoration: none;
}

.tbl-post .section.share-bar {
	background-image: linear-gradient(125.1deg, #5FCEE6 0%, #31A0C6 100%);
	padding-top: 35px;
	padding-bottom: 30px;
}

.tbl-post .share-bar h3 {
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	line-height: 40px;
}

.tbl-post .share-bar .title-col {
	text-align: left;
}

.tbl-post .share-bar .icn-col {
	text-align: center;
	padding-right: 15px;
}

.tbl-post .share-bar .icn-col a {
	display: inline-block;
	text-decoration: none;
	margin: 0 7px;
}

.tbl-post .share-bar .icn-col img {
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.tbl-post .share-bar .icn-col a:hover img {
	opacity: 0.5;
}

.tbl-post .btm-posts {
	background-color: #ffffff;
	padding-top: 132px;
	padding-bottom: 109px;
	background-image: url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Images/TBL%20Blog%20Templates/splash.png);
	background-repeat: no-repeat;
	background-size: initial;
	background-position: right 30% center;
}

.tbl-post .btm-posts h3 {
	color: #000000;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 52px;
}

.tbl-post .post-listing {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-bottom: 17px;
  margin-top:17px;
}

.tbl-post .post-listing .post-item {
	display: inline-block;
	position: relative;
	float: left;
	width: 32%;
	margin-right: 2%;
	background-color: #ffffff;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.06);
	padding: 46px 39px 68px 39px;
	position: relative;
	bottom: 0;
	-webkit-transition: bottom .25s ease;
	-moz-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	-ms-transition: bottom .25s ease;
	transition: bottom .25s ease;
	text-decoration: none;
}

.tbl-post .post-listing .post-item:last-child {
	margin-right: 0;
}

.tbl-post .post-listing .post-item:hover {
	bottom: 10px;
}

.tbl-post .post-listing .post-item h3 {
	color: #000000;
	font-size: 19px;
	font-weight: bold;
	line-height: 29px;
	text-align: left;
	margin-bottom: 20px;
}

.tbl-post .post-listing .post-item h3 a {
	color: #000000;
	text-decoration: none;
}

.tbl-post .post-listing .post-item p.topic-link {
	position: absolute;
	bottom: 39px;
	left: 39px;
}

.tbl-post .btm-posts p.more-btn {
	text-align: center;
	margin-top: 50px;
}

.tbl-post .share-sidebar {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 374px;
	padding-bottom: 114px;
}

.tbl-post .share-sidebar .sidebar-inner {
	display: block;
	position: -webkit-sticky;
	position: sticky;
	top: 374px;
	width: 146px;
	padding: 23px 19px 31px 19px;
	background-color: #000000;
	z-index: 2;
}

.tbl-post .share-sidebar p.share-title {
	font-family: Cooper Hewitt,sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	margin: 0 0 7px 0;
}

.tbl-post li {
  line-height:1.5!important;
}

/*add some space above the share title - but remove it below*/
.share-title {
  padding-top:20px;
  margin-bottom:0px!important;
}

/*remove the space below the topic title*/
.topics-label {
  margin-bottom:0px!important;
}

.tbl-post .share-sidebar a {
	display: inline-block;
	text-decoration: none;
	margin: 0 12px 0 0;
}

.tbl-post .share-sidebar img {
	width: 30px;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.tbl-post .share-sidebar a:hover img {
	opacity: 0.5;
}

.tbl-post .body-col h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 50px;
	margin: 0 0 15px 0;
}

.tbl-post .body-col h2 strong {
	font-weight: bold;
}

.tbl-post .body-col h3 {
	font-size: 25px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 6px 0;
}

.tbl-post .body-col blockquote {
	margin: 32px 0 27px 16px;
	padding: 42px 0 11px 27px;
	border-left: solid 8px #60C2E0;
	background-image: url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Images/TBL%20Blog%20Templates/quote.svg);
	background-repeat: no-repeat;
	background-size: 25px 21px;
	background-position: left 30px top 11px;
}

.tbl-post .body-col blockquote h3 {
	font-family: Source Sans Pro,sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 34px;
	color: #373737;
	margin: 0 0 19px 0;
}

.tbl-post .body-col blockquote p {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: #000000;
}

.tbl-post .body-col a.cta_button {
	text-decoration: none;
	font-weight: 600;
}

.tbl-post .body-col a.cta_button:hover {
	text-decoration: underline;
}

.tbl-post .body-col a.cta_button img {
	display: block;
	margin: 53px 0 43px 0;
}

.btn.btn--black {
	border: 1px solid #000000;
	background-color: #000000;
	color: #ffffff;
}

.btn.btn--black:hover {
	color: #000000;
	background-color: #ffffff;
}

.tbl-post .btm-posts p.more-btn .btn {
	min-width: 163px;
	padding: 13px 30px 10px 30px;
}

.delimiter ul {
	font-family: Source Sans Pro,sans-serif;
	color: #373737;
	font-size: 19px;
	line-height: 34px;
	padding: 0 0 0 0;
	margin: 26px 0 34px 0;
	list-style: none;
}

.delimiter ul li {
	padding: 0 0 0 55px;
	margin: 0 0 10px 0;
	position: relative;
	color: #373737;
	font-size: 19px;
	line-height: 34px;
}

.delimiter ul li:before {
	position: absolute;
	content: '';
	display: block;
	background-color: #60C2E0;
	width: 8px;
	height: 8px;
	top: 14px;
	left: 23px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.delimiter ol {
	font-family: Source Sans Pro,sans-serif;
	color: #373737;
	font-size: 19px;
	line-height: 34px;
	padding: 0 0 0 0;
	margin: 26px 0 26px 0;
	counter-reset: li;
	list-style: decimal;
	*list-style: decimal;
}

.delimiter ol li {
	counter-increment: list;
	list-style-type: none;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 55px;
	color: #373737;
	font-size: 19px;
	line-height: 34px;
}

.delimiter ol li:before {
	font-family: Cooper Hewitt,sans-serif;
	content: counter(li) ".";
	counter-increment: li;
	left: 14px;
	top: 5px;
	position: absolute;
	font-size: 19px;
	font-weight: 900;
	color: #60C2E0;
}

.tbl-post .post-body strong {
	font-weight: 600;
}


/* Main Blog */

.tbl-post.blog-post .section.post-body {
	position: static;
	padding-bottom: 0;
}

.tbl-post .share-sidebar.static-dark {
	display: block;
	height: auto;
	position: static;
	padding-top: 0;
	padding-bottom: 0;
}

.tbl-post .share-sidebar.static-dark .sidebar-inner {
	position: static;
	top: 0;
	padding: 0 0 0 0;
	background-color: transparent;
	width: 100%;
	margin-top: 49px;
}

.tbl-post .share-sidebar.static-dark p.share-title {
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 0 0;
}

/* Manual Active States */

.active-4 .custom-menu-primary .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1:nth-child(4) a:after {
	background-color: #59c3e8;
}

.active-4 .custom-menu-primary .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1:nth-child(4) .hs-menu-item.hs-menu-depth-2 a:after {
	background-color: transparent;
}

.active-4 .custom-menu-primary .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1:nth-child(4) .hs-menu-item.hs-menu-depth-2:hover a:after {
	background-color: #59c3e8;
}


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

/* Blog Post and Listing Body Class */
.blog {}
.hs-blog-listing .body-container {
	background-color: #f7f7f7;
}
.cm-post-section-header {
	margin-bottom: 36px;
}
.post-item-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	list-style: none;
	margin-left: -8px;
	margin-right: -8px;
}
.custom-blog-banner-area.adv-banner p {
	margin:0;
}
.cm-wistia-video-grp {
	padding-top: 120px;
}
/* Blog Post */
.hs-blog-post {}
.cm-blog-post-section .page-center {
	padding-top:0px !important;
}
.blog .section.post-footer {
	padding: 0;
}

/* 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 {
	font-family: Source Sans Pro,sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .1px;
	line-height: 1.5;
	margin-top: 5px;
	margin: 15px 0;
	margin-top: 5px;
}
.post-header h2 a, h2.post-listing-simple a{

}
.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 .cm-post-item {
	padding-left: 10px;
	padding-right: 10px;
	width: 25%;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.post-item-inner {
	background: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}
.post-item-cnt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 11px 16px 20px 13px;
}
.custom-post-item-topic h3{
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.5;
	text-transform: uppercase;
}
.cm-read-more-grp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0;
}
.custom-blog-topic-grp {
	padding: 30px 20px 22px;
	text-align: center;
	margin: 0 auto 100px;
	background-color: #fff;
}

.filter__type {
	display: inline-block;
	margin: 0;
}

.filter__list {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.custom-blog-topic-grp li.filter__item a {
	display: block;
	margin: 0 10px;
	position: relative;
	color: #000;
	text-decoration: none;
}
.custom-blog-topic-grp li.filter__item a:hover:after,
.custom-blog-topic-grp li.filter__item.selected a:after{
	background-color: #0d4c9c;
	bottom: -7px;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}
.custom-blog-topic-grp li.filter__item.selected a:after {
	background-color: #0d4c9c;
	bottom: -7px;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}
.popular-post-group {
	padding-bottom: 60px;
}
.popular-post-group .cm-post-item:first-child {
	-ms-flex-preferred-size: calc(75% - 45px);
	flex-basis: calc(75% - 45px);
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
	overflow: hidden;
}

.popular-post-group .cm-post-item:first-child .post-item-inner {
	border-top: 2px solid #ce2e7a;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.popular-post-group .cm-post-item:first-child .post-item-inner .hs-featured-image-wrapper {
	min-height: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	overflow: hidden;
	width: 44.86%;
	padding: 0;
	height: auto;
}
.popular-post-group .cm-post-item:first-child .post-item-inner .post-item-cnt {
	padding: 20px 33px;
	width: 55.14%;
}
.popular-post-group .cm-post-item:first-child .post-item-inner .post-item-cnt .btn.btn--light-blue {
	border: 1px solid #ce2e7a;
	color: #ce2e7a;
}
.popular-post-group .cm-post-item:first-child .hs-featured-image-inner-wrapper {
	height: auto;
	display: block;
	max-width: none;
	overflow: hidden;
	position: relative;
}
.popular-post-group .cm-post-item:first-child .post-item-inner .post-item-cnt .btn.btn--light-blue:hover {
	background-color: #ce2e7a;
	border: 1px solid #ce2e7a;
	color: #fff;
}
.popular-post-group .cm-post-item:first-child .post-item-inner .hs-featured-image-wrapper img.hs-featured-image {
	float: right;
	height: auto;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.popular-post-group .cm-post-item:first-child .post-header h2 {
	font-family: Cooper Hewitt,sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .8px;
	line-height: 1.33;
}
.blog-listing-wrapper .post-listing .cm-post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
	padding-top: 77.3770491803%;
	position: relative;
	height: 0;
	max-width: none;
	overflow: hidden;
}
.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: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	display: block !important;
	float: none;
	margin: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	right:0;
	object-fit: cover;
}

/* 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 0px 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;
}
.widget-type-blog_comments form {
	margin: 30px 0 0px;
}

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

/* Pagination */
.blog-pagination {
	margin: 30px 0 0;
	text-align: center;
}
.blog-pagination{
	display: block !important;
}
.blog-pagination .no-post{
	display: none;
}

.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;
}
.hs-blog-post .section.post-body.content-wrapper{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0;
}
.custom-blog-topic-grp select {
	display: none;
}
.cm-wistia-video-grp .wistia_responsive_padding{
	padding:41.67% 0 0 0;
	position:relative;
}
.cm-wistia-video-grp .wistia_responsive_wrapper{
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}


/* ==========================================================================
6. FORMS                                        
========================================================================== */
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}




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

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

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
	width: 100%;	
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #b5b5b5;
	border-radius: 0px;
	line-height: normal;
	vertical-align: middle;
	display: block;
	border-color: #31a0c6;
	padding: 14px 8px 10px;
	color: inherit;
	font: inherit;
	margin: 0;
}

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 {
	min-height: 76px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
	-webkit-appearance: menulist;
	height: 51px;
}
select:focus {}

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

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

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

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


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

/* 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;
	white-space: normal;
	-webkit-appearance: none;
	text-decoration: none !important;
	display:inline-block;
	font: inherit;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	vertical-align: middle;
	max-width: 500px;
	border: 1px solid #329fc6;
	border-radius: 0px;
	display: inline-block;
	font-family: Cooper Hewitt,sans-serif;
	font-size: .875rem;
	letter-spacing: .5px;
	min-width: 150px;
	padding: 13px 30px 9px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
	color: #329fc6;
	background-color: #fff;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #329fc6;
	border: 1px solid #329fc6;
	color: #fff;
}

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


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

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


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

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


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

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


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

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


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

.hs-blog-social-share ul li {
	background: none;
	padding-left: 0;
}
form ul li{
	background: none !important;
	padding-left: 0 !important;
}
.hs-error-msgs.inputs-list{
	margin: 0;
	list-style: none;
	padding: 0;
}
.hs-error-msgs.inputs-list label {
	color: #c00;
	font-size: .875rem;
	margin: 0 0 2px 0;
}
.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;
	background: #fff;
}
.hs-search-field__suggestions #results-for {
	padding: 5px;
}
.hs-search-field--open .hs-search-field__suggestions li a {
	padding: 5px;
	color: inherit;
	text-decoration: none;
}
span.hs-search-highlight.hs-highlight-title {
	font-weight: bold;
}
.hs-blog-social-share ul li > span {
	vertical-align: top !important;
}
.comment-date {
	text-align: left;
}

.body-container .hs_cos_wrapper_type_form,
.body-container .hbspt-form,
.body-container .widget-type-blog_subscribe, 
.body-container .hs-search-field,
.body-container .widget-type-email_simple_subscription form, 
.body-container .widget-type-password_prompt form,
.body-container .hs_cos_wrapper_type_blog_comments form {
	max-width: 500px;
	background-color: #fff;
	border-top: 3px solid #000;
	box-shadow: 0 2px 11px #b5b5b5;
	border-top-color: #59c3e8;
	display: block;
	padding: 55px 20px;
}
.filter__select {
	height: 43px;
}

.hs-wrapper-page .body-container .hs_cos_wrapper_type_form,
.hs-wrapper-page .body-container .hbspt-form,
.hs-wrapper-page .body-container .widget-type-blog_subscribe, 
.hs-wrapper-page .body-container .hs-search-field,
.hs-wrapper-page .body-container .widget-type-email_simple_subscription form, 
.hs-wrapper-page .body-container .widget-type-password_prompt form,
.hs-wrapper-page .body-container .hs_cos_wrapper_type_blog_comments form {
	background-color: transparent;
	border-top: 0;
	box-shadow: none;
	border-top-color: #59c3e8;
	display: block;
	padding: 0;
}

.hs-search-page .body-container .hs-search-field{
	max-width: 100%;
	background-color: transparent;
	border-top: 0;
	box-shadow: none;
	border-top-color: #59c3e8;
	display: block;
	padding: 0;
}
.hs-search-page .body-container .hs-search-field__input{
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background: url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Images/icon-search.svg) no-repeat !important;
	background-color: #eaeaea !important;
	background-position: 20px 50% !important;
	background-size: auto 50% !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #000 !important;
	font-size: 3rem !important;
	font-weight: 700 !important;
	margin-bottom: 40px !important;
	padding: 26px 0 10px 90px !important;
	width: 100% !important;
	border-radius: 0;
	line-height: normal !important;
}
.hs-search-page .body-container .hs-search-results2 {
	margin-bottom: 30px;
}
.hs-search-page .body-container .hs-search-results__listing li{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #eaeaea;
	padding: 30px 0;
}
.hs-search-page .body-container .hs-search-results__listing li .hs-search-results__title {
	font-size: 1.5rem;
	margin-bottom: 20px;
	font-family: Cooper Hewitt,sans-serif;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	display: inline-block;
}
.hs-search-page .body-container .hs-search-results__pagination {
	margin: 30px 0 0;
	display: inline-block;
	width: 100%;
}
/* .hs-search-page .body-container .hs-search-results__pagination a {
border: 1px solid #329fc6;
border-radius: 25px;
color: #329fc6;
display: inline-block;
font-family: Cooper Hewitt,sans-serif;
font-size: .875rem;
letter-spacing: .5px;
min-width: 150px;
padding: 13px 30px 9px;
text-align: center;
text-decoration: none;
-webkit-transition: all .25s;
transition: all .25s;
color: #329fc6;
}
.hs-search-page .body-container .hs-search-results__pagination a:hover {
background-color: #329fc6;
border: 1px solid #329fc6;
color: #fff;
text-decoration: none;
} */
.hs-search-page .body-container .hs-search-results__listing li:first-child {
	padding-top: 0;
}
p.testimonial__text.button {
	margin-top: 20px;
}

li.service-feature ul {
	list-style-type: none;
	margin: 0;
	padding-left: 25px;
}

li.service-feature ul li:before {
	background-color: #31a0c6;
	border-radius: 0px;
	content: "";
	height: 9px;
	left: -20px;
	position: absolute;
	top: 5px;
	width: 9px;
}

li.service-feature ul li {
	position: relative;
}
li.service-feature ul li+li {
	margin-top: 15px;
}
ul.service-features {
	margin: 0;
}
.section-header.section-header--no-margin{
	margin: 0;
}
ul.faqs__list {
	margin: 0;
}

a#cta_button_2007157_ff9dc2f3-7fae-4a7d-aae0-cb9d052680dd {
	min-width: 138px;
	line-height: 20px;
	margin: 0;
}
.wht-we-do-inner.tribal-edge-layout .banner-with-button h2.hero-content__text {
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 34px;
}
.wht-we-do-inner.tribal-edge-layout .services-filter-pane.pane.pane--no-border {
	display: none;
}

.hs-main-error-page .custom_error_message h1{
	color: #31a0c6;
}
.error-content-main .container--small {
	padding-left: 0;
	padding-right: 0;
}
.error-content-main .content-page-wrapper {
	padding:50px 8.4745762712%
}
.error-content-main .content-page-wrapper h3 {
	color: #31a0c6;
}

.error-content-main .content-page-wrapper ul {
	font-family: Source Sans Pro,sans-serif;
	list-style: none;
	padding-left: 25px;
}
.error-content-main .content-page-wrapper ul li {
	position: relative;
}
.error-content-main .content-page-wrapper ul li:before {
	background-color: #31a0c6;
	border-radius: 0px;
	content: "";
	height: 9px;
	left: -20px;
	position: absolute;
	top: 5px;
	width: 9px;
}
.error-content-main {
	font-size: 1.125rem;
	font-weight: 500;
}
a#cta_button_2007157_2db91a43-9d44-4803-98ad-f433e6ba7012 {
	margin-top: 0 !important;
}
.custom-book-a-demo-group .custom-form0 .hs-richtext.hs-main-font-element h3 {
	margin-bottom: 24px;
}
.custom-book-a-demo-group .hs-richtext.hs-main-font-element h3 {
	margin-bottom: 12px;
}
.custom-book-a-demo-group fieldset.custom-form15,
.custom-book-a-demo-group fieldset.custom-form14,
.custom-book-a-demo-group fieldset.custom-form13,
.custom-book-a-demo-group fieldset.custom-form12,
.custom-book-a-demo-group fieldset.custom-form11,
.custom-book-a-demo-group fieldset.custom-form10,
.custom-book-a-demo-group fieldset.custom-form9,
.custom-book-a-demo-group fieldset.custom-form8,
.custom-book-a-demo-group fieldset.custom-form7,
.custom-book-a-demo-group fieldset.custom-form6 {
	background: #f7f7f7;
	width: calc(100% + 40px) !important;
	transform: translate(-50%);
	left: 50%;
	position: relative;
}
.custom-book-form-wrap.custom-form15,
.custom-book-form-wrap.custom-form14,
.custom-book-form-wrap.custom-form13,
.custom-book-form-wrap.custom-form12,
.custom-book-form-wrap.custom-form11,
.custom-book-form-wrap.custom-form10,
.custom-book-form-wrap.custom-form9,
.custom-book-form-wrap.custom-form8,
.custom-book-form-wrap.custom-form7,
.custom-book-form-wrap.custom-form6{
	width: 77.933333%;
	margin: 0px auto;
	padding: 55px 0 18px;
}
fieldset.form-columns-1.custom-form15,
fieldset.form-columns-1.custom-form14,
fieldset.form-columns-1.custom-form13,
fieldset.form-columns-1.custom-form12,
fieldset.form-columns-1.custom-form11,
fieldset.form-columns-1.custom-form10, 
fieldset.form-columns-1.custom-form9,
fieldset.form-columns-1.custom-form8, 
fieldset.form-columns-1.custom-form7, 
fieldset.form-columns-1.custom-form6, 
fieldset.form-columns-1.custom-form11 + .custom-single-field,
fieldset.form-columns-1.custom-form6 + .custom-single-field,
fieldset.form-columns-1.custom-form7 + .custom-single-field,
fieldset.form-columns-1.custom-form8 + .custom-single-field,
fieldset.form-columns-1.custom-form9 + .custom-single-field,
fieldset.form-columns-1.custom-form10 + .custom-single-field,
fieldset.form-columns-1.custom-form8 + .custom-single-field + .custom-single-field,
fieldset.form-columns-1.custom-form9 + .custom-single-field + .custom-single-field,
fieldset.form-columns-1.custom-form10 + .custom-single-field + .custom-single-field,
fieldset.form-columns-1.custom-form12 + .custom-single-field,
fieldset.form-columns-1.custom-form12 + .custom-single-field + .custom-single-field,
fieldset.form-columns-1.custom-form12 + .custom-single-field + .custom-single-field + .custom-single-field {
	display: none;
}
#FurtherEducation #Elsewhere fieldset.form-columns-1.custom-form11,
#HigherEducation #NorthAmerica fieldset.form-columns-1.custom-form9,
#FurtherEducation #Elsewhere fieldset.form-columns-1.custom-form8, 
#FurtherEducation #Europe fieldset.form-columns-1.custom-form8, 
#FurtherEducation #Europe fieldset.form-columns-1.custom-form8 + .custom-single-field,
#FurtherEducation #Elsewhere fieldset.form-columns-1.custom-form8 + .custom-single-field,
#FurtherEducation #NorthAmerica fieldset.form-columns-1.custom-form7, 
#FurtherEducation #NorthAmerica fieldset.form-columns-1.custom-form7 + .custom-single-field,
#FurtherEducation #Europe fieldset.form-columns-1.custom-form8 + .custom-single-field + .custom-single-field,
#HigherEducation #AsiaPacific fieldset.form-columns-1.custom-form9 + .custom-single-field,
#FurtherEducation #Elsewhere fieldset.form-columns-1.custom-form9 + .custom-single-field + .custom-single-field,
#FurtherEducation #AsiaPacific fieldset.form-columns-1.custom-form6, 
#FurtherEducation #AsiaPacific fieldset.form-columns-1.custom-form6 + .custom-single-field {
	display: block;
}
#FurtherEducation #AsiaPacific .custom-book-form-wrap.custom-form3{
	display:none;
} 


#Schoolsearlyyears #AsiaPacific .custom-book-form-wrap.custom-form3,
#Schoolsearlyyears #AsiaPacific .hs_message.hs-message{
	display: block;
}
#Schoolsearlyyears #NorthAmerica .hs_message.hs-message,  
#Schoolsearlyyears #NorthAmerica .custom-book-form-wrap.custom-form4,
#Schoolsearlyyears #NorthAmerica .hs_tribal_cloud_services1{
	display: block;
}
#Schoolsearlyyears #Europe .custom-book-form-wrap.custom-form5,
#Schoolsearlyyears #Elsewhere .custom-book-form-wrap.custom-form5,
#Schoolsearlyyears #Europe .hs_message.hs-message ,
#Elsewhere .hs_message.hs-message,
#Schoolsearlyyears #Europe .hs_student_information_systems_europe,
#Schoolsearlyyears #Elsewhere .hs_student_information_systems_europe{
	display:block;
}
.custom-book-a-demo-group .actions {
	display: none;
}
#AsiaPacific .hs_message.hs-message,
#NorthAmerica .hs_message.hs-message,
#Elsewhere .hs_message.hs-message,
#Europe .hs_message.hs-message,
#AsiaPacific .actions,
#NorthAmerica .actions,
#Elsewhere .actions,
#Europe .actions {
	display: block;
}
.hs_student_information_systems_asia_pacific_skills_training_  > label,
.hs_analysis_and_benchmarking_europe_higher_education_  > label,
.hs_student_information_systems_north_america_higher_education_  > label,
.hs_student_information_systems_asia_pacific_higher_education_ > label,
.hs_analysis_and_benchmarking_asia_pacific_higher_education_  > label,
.hs_education_services_europe_further_education_  > label,
.hs_student_information_systems_europe_further_education_ > label,
.hs_student_information_systems_north_america_skills_training_ > label,
.custom-book-form-wrap.single-field > div > label,
.hs_analysis_and_benchmarking_elsewhere_higher_education_ > label,
.hs_student_information_systems_europe_skills_training_  > label,
.hs_student_information_systems_elsewhere_skills_training_ > label,
.hs_analysis_and_benchmarking_europe_further_education_ > label, 
.hs_student_information_systems_north_america_further_education_ > label,
.hs_analysis_and_benchmarking_north_america_further_education_ > label,
.hs_student_information_systems_asia_pacific_further_education_ > label,
.hs_analysis_and_benchmarking_asia_pacific_further_education_ > label {
	margin-top: 1.86em;
	font-weight: 500;
	display: inline-block;
	font-size: 1.5rem;
	margin-bottom: 1em;
	font-family: Cooper Hewitt,sans-serif;
	margin-bottom: 21px;
}
.custom-book-form-wrap.custom-form8 + .custom-single-field,
.custom-book-form-wrap.custom-form8,
.custom-book-form-wrap.custom-form9,
.custom-book-form-wrap.custom-form10,
.custom-book-form-wrap.custom-form11,
.custom-book-form-wrap.custom-form7,
.custom-book-form-wrap.custom-form6 {
	position: relative;
	padding-bottom: 45px;
}
.custom-book-form-wrap.custom-form11:after,
.custom-book-form-wrap.custom-form10:after,
.custom-book-form-wrap.custom-form9:after,
.custom-book-form-wrap.custom-form8 + .custom-single-field:after,
.custom-book-form-wrap.custom-form8:after,
.custom-book-form-wrap.custom-form7:after,
.custom-book-form-wrap.custom-form6:after {
	content: "";
	border-bottom: 1px solid #eaeaea;
	margin-top: 0;
	padding-top: 0;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	bottom: 39px;
}
.hs_student_information_systems_asia_pacific_higher_education_   > label,
.hs_student_information_systems_north_america_higher_education_ > label,
.hs_student_information_systems_north_america_higher_education_ > label,
.hs_education_services_europe_further_education_ > label,
.hs_student_information_systems_europe_further_education_ > label,
.hs_student_information_systems_north_america_further_education_ > label,
.hs_student_information_systems_north_america_further_education_ > label,
.hs_student_information_systems_asia_pacific_further_education_ > label {
	margin-top: 0;
}
.custom-book-form-wrap.single-field label {
	margin-top: 0 !important;
}
.hs_student_information_systems_elsewhere_higher_education_ > label,
.hs_student_information_systems_europe_higher_education_ > label,
.hs_student_information_systems_asia_pacific_further_education_ > label,
.hs_student_information_systems_north_america_higher_education_ > label,  
.hs_student_information_systems_asia_pacific_higher_education_ > label {
	margin-top: 0 !important;
}
#HigherEducation #NorthAmerica fieldset.form-columns-1.custom-form9 + .custom-single-field + .custom-single-field,
#HigherEducation #AsiaPacific fieldset.form-columns-1.custom-form9 {
	display: block;
}
#HigherEducation #Elsewhere fieldset.form-columns-1.custom-form11 + .custom-single-field,
#HigherEducation #Elsewhere fieldset.form-columns-1.custom-form11,
#HigherEducation #Europe fieldset.form-columns-1.custom-form10 + .custom-single-field,
#HigherEducation #Europe fieldset.form-columns-1.custom-form10 {
	display: block;
}
#SkillsTraining #NorthAmerica fieldset.form-columns-1.custom-form13,
#SkillsTraining #Europe fieldset.form-columns-1.custom-form14,
#SkillsTraining #Elsewhere fieldset.form-columns-1.custom-form15,
#SkillsTraining #AsiaPacific fieldset.form-columns-1.custom-form12{
	display:block;
}
.custom-book-a-demo-group fieldset.custom-form15,
.custom-book-a-demo-group fieldset.custom-form14,
.custom-book-a-demo-group fieldset.custom-form13,
.custom-book-a-demo-group fieldset.custom-form12{
	display:none;
}


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


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


/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 621px) {
	.post-summary--w-image .post-summary__image {
		max-width: none;
	}
	.section.custom-title-with-top-image {
		padding-top: 30px;
	}
	.enquiry__inner {
		justify-content: space-between;
	}
	.listingCareers .statement ul {
		-webkit-column-count: 2;
		column-count: 2;
		font-size: 1.125rem;
		list-style-position: inside;
		padding-top: 35px;
	}
	.container--small {
		padding-left: 60px;
		padding-right: 60px;
	}
	.section-header {
		width: 74.5762711864%;
		float: left;
		margin-right: 1.6949152542%;
	}
	.section-header__heading {
		font-size: 3rem;
	}
	.content-page-wrapper {
		padding: 50px 8.4745762712%;
	}
	.section {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.featured-post {
		border-bottom: 0;
		margin: 0 0 40px;
	}
	.featured-post__img {
		display: block;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.featured-post__copy {
		box-sizing: border-box;
		width: 50%;
		float: left;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 20px;
	}
	.content-page-wrapper h2 {
		font-size: 1.5rem;
	}
	.hero .heading--underline-left:after {
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.hero-cta {
		text-align: left;
	}
	.grid-listing__item {
		min-height: 291px;
	}
}
@media (min-width: 993px) {
	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.post-summary__image-wrapper {
			height: 210px;
		}
	}

	.home-page .hero--large {
		height: 750px;
	}
	.section.custom-title-with-top-image {
		padding-top: 20px;
	}
	.section-header {
		width: 49.1525423729%;
		float: left;
		margin-right: 1.6949152542%;
	}
	.section-header--extended {
		width: 66.1016949153%;
		float: left;
		margin-right: 1.6949152542%;
		margin: 0;
	}
	.content-page-wrapper {
		margin-top: 0;
	}
	.section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.featured-post {
		margin: 0;
	}
	.featured-post__copy {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 20px 50px;
	}
	.featured-post:first-of-type .featured-post__copy {
		border-top: 1px solid #eaeaea;
	}
	.featured-post:last-of-type .featured-post__copy {
		border-bottom: 1px solid #eaeaea;
	}
	.hero--small {
		height: 310px;
	}
	.hero .heading--underline-left:after {
		background-color: #fff;
	}
	.hero+.section--blue-dark {
		margin-top: 0;
	}
	.statement {
		text-align: left;
	}
	.statement--individual-service {
		text-align: left;
	}
	.hs-career-page .statement__title p {
		width: 80%;
	}
	.listingCareers .statement ul {
		clear: none;
		-webkit-column-count: 1;
		column-count: 1;
		list-style-position: outside;
		padding-top: 60px;
	}
}

@media (min-width: 2501px) {

	.tbl-post .featured-img {
		height: 1458px;
	}

	.cs-hero-section.featured-img.add-padd {
		padding: 879px 0 340px 0;
	}

}

@media (min-width: 2300px) and (max-width: 2500px) {

	.tbl-post .featured-img {
		height: 1302px;
	}

	.cs-hero-section.featured-img.add-padd {
		padding: 783px 0 280px 0;
	}

}

@media (min-width: 2100px) and (max-width: 2299px) {

	.tbl-post .featured-img {
		height: 1197px;
	}

	.cs-hero-section.featured-img.add-padd {
		padding: 738px 0 220px 0;
	}

}

@media (min-width: 1850px) and (max-width: 2099px) {

	.tbl-post .featured-img {
		height: 964px;
	}

	.cs-hero-section.featured-img.add-padd {
		padding: 572px 0 153px 0;
	}

}

@media (min-width: 1600px) and (max-width: 1849) {

	.tbl-post .featured-img {
		height: 833px;
	}

	.cs-hero-section.featured-img.add-padd {
		padding: 484px 0 110px 0;
	}

}

@media (min-width: 1201px) {
	.nav-search {
		display: none;
	}
}

/* New Media Queries May 2020 */
@media only screen and (max-width:1500px){
	DIV.headerRow .custom-menu-primary .hs-menu-wrapper>ul ul {
		padding-left: 20%;
	}
	DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		font-size: 15px;
	}
}
@media only screen and (max-width:1350px){
	DIV.headerRow .custom-menu-primary .hs-menu-wrapper>ul>li+li {
		margin-left: 20px;
	}
	DIV.headerRow DIV.custom-header-search-group {
		right: 310px;
		width: 35px !important;
	}
	DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2) A {
		margin-left: 50px;
	}
}
/* End New Media Queries May 2020 */

@media (max-width: 1200px) {

	.tbl-post .featured-img {
		height: 625px;
	}

	.cs-hero-section.featured-img.add-padd {
		padding: 294px 0 92px 0;
	}

	.custom-header-search .hs-search-field--open .hs-search-field__suggestions {
		margin: 0 auto;
		max-width: 550px;
		position: relative;
	}
	.nav-search {
		cursor: pointer;
		float: right;
		height: 20px;
		margin: 0;
		width: 20px;
	}
	.custom-header-search-group {
		width: 20px !important;
		float: right !important;
		margin: 22px 0 0 40px !important;
	}
	.custom-header-search{
		opacity: 0;
		position: absolute;
		top: -60px;
		-webkit-transition: opacity .4s;
		transition: opacity .4s;
		visibility: hidden;
		max-width: 100%;
	}
	.show-search .custom-header-search{
		top: 70px;
		visibility: visible;
		background: #fff;
		box-shadow: 0 5px 8px 0 rgba(0,0,0,.15);
		display: block;
		left: 0;
		opacity: 1;
		padding: 15px 22px 16px;
		right: 0;
	}
	.custom-header-search form {
		margin: 0 auto;
		max-width: 550px;
		position: relative;
	}

	/* New Media Queries May 2020 */
	DIV.headerRow .custom-menu-primary .hs-menu-wrapper>ul>li+li {
		margin-left: 10px;
	}  
	DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child A {
		padding: 10px;
	}
	DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2) A {
		margin-left: 30px;
		padding: 10px;
	}
	DIV.headerRow DIV.custom-header-search-group {
		margin-top: 25px;
		right: 260px;
	}
	DIV.headerRow .custom-menu-primary .hs-menu-wrapper>ul ul {
		padding-left: 12%;
	}
	/* End New Media Queries May 2020 */

}
@media (min-width: 1091px) {
	.nav-hamburger {
		display: none;
	}
}
@media (max-width: 1090px) {

	.tbl-post .featured-img {
		height: 568px;
	}

	.cs-hero-section.featured-img.add-padd {
		padding: 254px 0 75px 0;
	}

	.tbl-blog #site-wrapper1 {
		overflow: hidden;
	}

	.nav-hamburger {
		cursor: pointer;
		display: block;
		float: right;
		margin-top: 7px;
		padding: 23px 0 25px 12px;
		position: relative;
	}
	.nav-hamburger__icon, .nav-hamburger__icon:after, .nav-hamburger__icon:before {
		background-color: #31a0c6;
		border-radius: 0px;
		display: block;
		height: 3px;
		width: 25px;
	}
	.nav-hamburger__icon {
		position: relative;
	}
	.nav-hamburger__icon:after, .nav-hamburger__icon:before {
		content: "";
		left: 0;
		position: absolute;
	}
	.nav-hamburger__icon:before {
		bottom: 200%;
	}
	.nav-hamburger__icon:after {
		top: 200%;
	}
	.nav-hamburger.active .nav-hamburger__icon:after {
		-webkit-transform: rotate(-45deg) translateY(120%);
		-ms-transform: rotate(-45deg) translateY(120%);
		transform: rotate(-45deg) translateY(120%);
		-webkit-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
	}
	.nav-hamburger.active .nav-hamburger__icon:before {
		-webkit-transform: rotate(45deg) translateY(-120%);
		-ms-transform: rotate(45deg) translateY(-120%);
		transform: rotate(45deg) translateY(-120%);
		-webkit-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
	}
	.nav-hamburger.active .nav-hamburger__icon {
		background-color: transparent;
	}
	.mobile-open .nav-hamburger .nav-hamburger__icon {
		background-color: transparent;
	}
	.mobile-open .nav-hamburger .nav-hamburger__icon:before {
		-webkit-transform: rotate(45deg) translateY(-120%);
		-ms-transform: rotate(45deg) translateY(-120%);
		transform: rotate(45deg) translateY(-120%);
		-webkit-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
	}
	.mobile-open .nav-hamburger .nav-hamburger__icon:after {
		-webkit-transform: rotate(-45deg) translateY(120%);
		-ms-transform: rotate(-45deg) translateY(120%);
		transform: rotate(-45deg) translateY(120%);
		-webkit-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
	}
	.custom-logo-group {
		width: auto !important;
		padding: 18px 0;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		padding: 14px 0;
		position: absolute;
		top: 50%;
	}
	.custom-header-search-group {
		width: 20px !important;
		margin: 21px 0 0 24px !important;
	}
	.custom-header-group {
		height: 60px !important;
		position: relative;
	}
	.header-container-wrapper {
		min-height: 60px;
	}
	.email-subscribe .hs-form>.hs_submit input.hs-button {
		min-width: 156px;
	}
	.social-follow {
		padding: 20px 0 28px 36px;
	}
	.show-search .custom-header-search {
		top: 60px;
	}

	/* Manual Active States */

	.active-4 .custom-menu-primary .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1:nth-child(4) a span:after {
		background-color: #59c3e8;
	}

	.active-4 .custom-menu-primary .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1:nth-child(4) .hs-menu-item.hs-menu-depth-2 a span:after {
		background-color: transparent;
	}

	.active-4 .custom-menu-primary .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1:nth-child(4) .open-menu-list li a:after {
		background-color: transparent;
	}

	/* New Media Queries May 2020 */
	DIV.headerRow DIV.custom-header-search-group {
		position: static;
		width: 20px !important;
	}
	DIV.headerRow .custom-menu-primary .hs-menu-wrapper>ul>li+li {
		margin-left: 0;
	}
	DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2) A {
		background: none;
		border: none;
		color: #000;
		letter-spacing: .03125rem;
		display: block;
		padding: 17px 0;
		position: relative;
		text-decoration: none;
		width: 100%;
		font-family: Cooper Hewitt,sans-serif;
		line-height: 1.4375;
		font-weight: 500;
		font-size: 24px;
		margin-left: 0;
		padding: 17px 0;
		text-transform: none;
	}
	DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child A {
		background: none;
		border: none;
		color: #000;
		letter-spacing: .03125rem;
		display: block;
		padding: 17px 0;
		position: relative;
		text-decoration: none;
		width: 100%;
		font-family: Cooper Hewitt,sans-serif;
		line-height: 1.4375;
		font-weight: 500;
		font-size: 24px;
		padding: 17px 0;
		text-transform: none;
	}
	DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child A:hover {
		background: none; 
		border: none;
		color: #000;

	}
	DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2) A:hover {
		background: none;
		color: #000;
	}
	@media (max-width: 1090px) {
		body .header-container-wrapper {
			min-height: 60px !important;
		}
		DIV.headerRow .custom-menu-primary.js-enabled .hs-menu-flow-horizontal, DIV.headerRow .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
			display: block; 
			box-shadow: none;
		}
		DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
			float: none !important;
			margin-left: 0;
			padding: 17px 0 17px 25px !important;
			width: 100%;
		}
		DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
			background: #FFFFFF !important;
			padding-left: 0 !important;
			top: 0;
      display: none !important;
    }
    DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.child-open ul.hs-menu-children-wrapper {
      position: relative !important;
      height: auto !important;
      display: block !important;
    }
		DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.child-open ul.hs-menu-children-wrapper {
			padding-left: 0 !important;
			top: 0;
			left: 0 !important;
			width: 100%;
		}
		DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.child-open ul.hs-menu-children-wrapper li {
			border-top: 1px solid #eaeaea;
      max-width: 100%;
		}
		DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.child-open ul.hs-menu-children-wrapper li:first-child {
			border-top: none;
		}
		DIV.headerRow .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.custom-parent-link a:after {
			bottom: 2px !important;
		}
		DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2) A {
			font-size: 16px;
		}
		DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child A {
			font-size: 16px;
		}
	}  
	/* End New Media Queries May 2020 */
}
@media (max-width: 992px) {

	.tbl-post .featured-img {
		height: 517px;
	}

	.cs-hero-section.featured-img.add-padd {
		padding: 216px 0 61px 0;
	}

	.hs-search-page .body-container .hs-search-field__input {
		margin-top: 50px;
		margin-bottom: 0 !important;
		font-size: 2rem !important;
		background-size: auto 35% !important;
		padding: 26px 0 26px 70px !important;
	}
	.hero-bg {
		height: 280px;
		position: static;
	}
	.hero-content {
		position: static;
		width: 100%;
		float: none;
		color: #000;
		transform: none;
		padding: 30px 0 0;
	}
	.hero {
		position: relative;
		background-color: #fff;
		height: auto;
	}
	.email-subscribe .hs-form {
		display: block;
	}
	.email-subscribe .hs-form-field {
		margin: 0;
		width: 74.358974359% !important;
		padding: 0 !important;
		margin-right: 2.5641025641% !important;
		margin-top: 12px;
	}
	.email-subscribe .hs-form>.hs_submit {
		display: block;
		float: none;
		width: 21.5%;
		margin-top: 16px;
	}
	.email-subscribe .hs-form>.hs_submit input.hs-button {
		min-width: 130px;
		padding: 9px 20px 6px;
	}
	.email-subscribe {
		box-sizing: border-box;
		width: 58.3333333333%;
		float: left;
		padding-right: 36px;
	}
	.social-follow {
		box-sizing: border-box;
		width: 41.6666666667%;
		float: left;
		float: right;
		margin-right: 0;
		border-left: 1px solid #676767;
		margin-top: 60px;
		padding: 20px 0 20px 36px;
	}
	.email-subscribe__heading {
		max-width: 100%;
		letter-spacing: .8px;
		margin-bottom: 18px;
	}
	.content-wrapper {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.custom-breadcrumb {
		display: none !important;
	}
	.container .container--small {
		padding-left: 0;
		padding-right: 0;
	}
	.body-container .custom-contact-form .hs_cos_wrapper_type_form {
		margin-left: 0;
		width: 100%;
		padding: 55px 60px;
	}
	.blog-listing-wrapper .post-listing .cm-post-item {
		width: 50%;
		padding-left: 8px;
		padding-right: 8px;
	}
	.custom-blog-topic-grp {
		margin:0 -60px 50px;
	}
	.popular-post-group {
		padding-bottom: 50px;
	}
	.custom-blog-banner-area.adv-banner p {
		margin: 0;
		width: 100%;
	}
	.cm-wistia-video-grp {
		padding-top: 100px;
	}
	.custom-book-a-demo-group {
		padding-top: 49px;
	}
	.custom-book-a-demo-group .custom-book-form-wrap.single-field{
		width: 100%;
		padding: 0 20px;
	}
	.custom-book-a-demo-group .actions, .custom-book-a-demo-group form.hs-form fieldset {
		width: 100%;
		padding: 0 40px;
	}
	.custom-book-a-demo-group .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox,
	.custom-book-a-demo-group .hs_where_are_you_based_.hs-where_are_you_based_.hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio {
		margin-top: 12px;
		margin-bottom: 0;
	}
	.custom-book-form-wrap.custom-form4, .custom-book-form-wrap.custom-form3 {
		padding-left: 20px;
		padding-right: 20px;
		width:100%;
	}
	.custom-book-form-wrap.custom-form2 {
		margin-bottom: 55px;
	}
	.custom-book-a-demo-group .hs_student_information_systems.hs-student_information_systems{
		padding-bottom: 20px !important;
	}
	.custom-book-a-demo-group .custom-book-form-wrap.single-field > div {
		margin-bottom: 20px;
	}
	.custom-book-form-wrap.custom-form4{
		position: relative;
		padding-bottom: 65px;
	}
	.custom-book-form-wrap.custom-form5:after {
		bottom: -8px;
	}
	.custom-book-a-demo-group .hs-fieldtype-checkbox ul.inputs-list.multi-container li.hs-form-checkbox,
	.custom-book-a-demo-group .hs_where_are_you_based_.hs-where_are_you_based_.hs-fieldtype-radio ul.inputs-list.multi-container li.hs-form-radio {
		width: 100%;
	}
	.custom-book-a-demo-group .custom-book-form-wrap.custom-form5 {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.hs_tribal_cloud_services1.hs-tribal_cloud_services1 {
		margin-bottom: 55px !important;
	}
	.hs-career-page .section--blue-dark {
		margin-top: 40px;
	}
	.hero-content__text {
		width: 100%;
		margin: 0;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.hs-career-page .content-page-wrapper-inner-section {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.home-page .hero-bg {
		position: relative;
	}
	.section--blue-dark {
		margin-top: 40px;
	}
	.hero-animate-scroll--white {
		display: none;
	}
	.main-content{
		padding: 20px;
	}
	.sidebar{
		padding: 20px;
	}
	.slider-dots-wrapper {
		justify-content: center;
	}


}
@media (max-width: 1050px) and (min-width: 861px ) {
	.service-feature__heading {
		margin-bottom: 25px;
		position: relative;
		font-size: 1.6rem;
	}
	.post-summaries--services .post-summary__heading {
		font-size: 1.8rem;
	}
}

/* New Media Queries May 2020 */
@media only screen and (max-width:850px) {
	DIV.footerRow .footerSocial {
		width:100%;
		justify-content:center;
	}

	DIV .email-subscribe {
		width:100%;
		padding-right:0px;
		text-align:center;
	}
	.email-subscribe .hs-form-field {
		float:none !important;
		margin: 0 auto !important;
	}

	DIV.email-subscribe .hs-form>.hs_submit {
		margin:auto;
	}

	DIV#hs_menu_wrapper_module_1589805379012179_ ul {
		display:block;
		width:50% !important;
		margin:auto;

	}

	DIV.footerRow .hs-menu-wrapper>ul>li {
		text-align:center;
	}

	DIV.copyrightRow .custom-footer-menu .hs-menu-wrapper>ul>li+li {
		border-bottom:1px solid #3ea8d7;
		border-left:none;
		padding-left:none;  
	}

	DIV.copyrightRow .custom-footer-menu .hs-menu-wrapper>ul>li {
		border-bottom:1px solid #3ea8d7;
		padding:10px;
	}

	DIV.copyrightRow DIV.copy SPAN {
		margin-top:0px;
		text-align:center;
		padding:10px;
	}

	DIV.copyrightRow DIV.copy SPAN {
		text-align:center;
	}

	DIV.footerRow .footerSocial {
		align-items:center;
		justify-content:center;
	}

	DIV.footerRow .footerSocial A {
		padding:4px 8px 1px;
		margin:5px;
	}
	DIV.footerRow IMG.responsive {
		margin-bottom:30px;
	}

	DIV.footerRow H2.email-subscribe__heading {
		margin-bottom:30px;
	}  
}
/* END New Media Queries May 2020 */

@media (max-height: 750px){
	.open-form .custom-popup-form-group {
		display: block;
		opacity: 1;
	}
	.custom-popup-form-group {
		padding: 100px 20px;
	}
}

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

/* New Media Queries May 2020 */

@media only screen and (max-width:768px) {
	DIV.headerRow .custom-menu-primary, DIV.headerRow .custom-menu-primary * {
		color: #000000;
	}
	DIV.headerRow .custom-menu-primary .hs-menu-flow-horizontal ul {
		border-top: none !important;
	}
	DIV.headerRow .custom-menu-primary .hs-menu-flow-horizontal ul li {
		border-bottom: none !important;
	}
	DIV.headerRow .custom-menu-primary.js-enabled .hs-menu-flow-horizontal, DIV.headerRow .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
		display: block; 
		box-shadow: none;
	}
	DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
		float: none !important;
		margin-left: 0;
		padding: 17px 0 17px 25px !important;
		width: 100%;
	}
	DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
		background: #FFFFFF !important;
		padding-left: 0 !important;
		top: 0;
	}
	DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.child-open ul.hs-menu-children-wrapper {
    padding-left: 0 !important;
    position: relative !important;
    height: auto !important;
    left: 0 !important;
	}
	DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.child-open ul.hs-menu-children-wrapper li {
    border-top: 1px solid #eaeaea;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100%;
	}
	DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.child-open ul.hs-menu-children-wrapper li:first-child {
		border-top: none;
	}
	DIV.headerRow .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.custom-parent-link a:after {
		bottom: 2px !important;
	}
	DIV .footDiv .footerSocial {
		display:flex;
	}

	DIV.footerRow .footerSocial {
		width:100%;
		justify-content:center;
	}

	DIV.footerRow DIV.email-subscribe {
		width:100%;
		padding-right:0px;
		padding-left:0;
		text-align:center;
	}

	DIV.footerRow .email-subscribe .hs-form-field {
		float:none !important;
		margin: 0 auto !important;
	}

	DIV.footerRow DIV.email-subscribe .hs-form>.hs_submit {
		margin:auto;
		width:180px;

	}
	DIV.footer-container-wrapper {
		text-align:center !important;
	}
	DIV #hs_menu_wrapper_module_1589805379012179_ ul {
		display:block;
		width:50% !important;
		margin:auto;

	}

	DIV.footerRow .hs-menu-wrapper>ul>li {
		text-align:center;
	}

	DIV.copyrightRow .custom-footer-menu .hs-menu-wrapper>ul>li+li {
		border-bottom:1px solid #3ea8d7;
		border-left:none;
		padding-left:none;

	}

	DIV.copyrightRow .custom-footer-menu .hs-menu-wrapper>ul>li {
		border-bottom:1px solid #3ea8d7;
		padding:10px;
	}

	DIV.copyrightRow DIV.copy SPAN {
		margin-top:0px;
		text-align:center;
		padding:10px;
	}

	DIV.footerRow .footerSocial {
		align-items:center;
		justify-content:center;
	}

	DIV.footerRow .footerSocial A {
		padding:4px 8px 1px;
		margin:5px;
	}
}


/* End New Media Queries May 2020 */

@media (min-width: 768px) {

	.tbl-post .share-sidebar .share-mobile {
		display: none;
	}

}

@media (max-width: 767px) {

	.custom-popup-form-group .custom-popup-form-inner {
		max-width: 100%;
		width: 100%;
	}
	iframe {
		max-width: 100%;
	}
	.body-container-wrapper .main-content,
	.body-container-wrapper .sidebar{
		margin-bottom:20px;
	}
	.body-container .hs_cos_wrapper_type_form,
	.body-container .hbspt-form,
	.body-container .widget-type-blog_subscribe, 
	.body-container .hs-search-field,
	.body-container .widget-type-email_simple_subscription form, 
	.body-container .widget-type-password_prompt form,
	.body-container .hs_cos_wrapper_type_blog_comments form{
		max-width: 100%;
	}
	input[type="text"], 
	input[type="password"], 
	input[type="datetime"],
	input[type="datetime-local"], 
	input[type="date"], 
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"], 
	input[type="url"], 
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	input[type="file"],
	textarea,
	select {
		width: 100% !important;
	}
	.blog .section.post-body p img {
		float: none !important;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper {
		position: absolute !important;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li>a span {
		width: auto;
	}
	.custom-footer-menu .hs-menu-wrapper>ul>li>a {
		display: inline;
	}
	.custom-book-form-wrap.custom-form15,
	.custom-book-form-wrap.custom-form14,
	.custom-book-form-wrap.custom-form13,
	.custom-book-form-wrap.custom-form12,
	.custom-book-form-wrap.custom-form11,
	.custom-book-form-wrap.custom-form10,
	.custom-book-form-wrap.custom-form9,
	.custom-book-form-wrap.custom-form8,
	.custom-book-form-wrap.custom-form7,
	.custom-book-form-wrap.custom-form6{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	/* New Blog Templates */

	.tbl-post .topics-col {
		padding-top: 0;
	}

	.tbl-post .topic-link {
		display: inline-block;
		margin-right: 5px;
	}

	.tbl-post .section.post-body {
		position: static;
	}

	.tbl-post .share-sidebar {
		height: auto;
		position: static;
		padding-top: 20px;
		padding-bottom: 50px;
	}

	.tbl-post .share-sidebar p.share-title {
		color: #000000;
	}

	.tbl-post .share-sidebar .sidebar-inner {
		position: static;
		top: 0;
		background-color: transparent;
		padding: 0 0 0 0;
		width: 100%;
	}

	.tbl-post .share-sidebar .share-desktop {
		display: none;
	}

	.tbl-post .section.post-body {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.tbl-post .share-bar .title-col {
		text-align: center;
		margin-bottom: 15px;
	}

	.tbl-post .share-bar .icn-col {
		padding-right: 0;
	}

	.tbl-post .btm-posts {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.tbl-post .btm-posts h3 {
		margin-bottom: 30px;
	}

	.tbl-post .post-listing {
		display: block;
		margin-bottom: 0;
	}

	.tbl-post .post-listing .post-item,
	.tbl-post .post-listing .post-item:last-child {
		display: block;
		width: 100%;
		max-width: 373px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.tbl-post .post-header {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.tbl-post .featured-img {
		height: 399px;
	}

	.tbl-post .post-header h1 {
		font-size: 32px;
		margin-bottom: 15px;
	}

	.tbl-post .body-col h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.tbl-post .share-sidebar.static-dark {
		padding-top: 20px;
		padding-bottom: 50px;
	}

	.tbl-post .share-sidebar.static-dark .sidebar-inner {
		padding: 0 0 0 0;
		margin-top: 0;
	}

}  
@media (max-width: 740px) {
	.custom-footer-menu .hs-menu-wrapper>ul>li+li {
		padding-left: 12px;
	}
	.custom-footer-menu .hs-menu-wrapper>ul>li {
		padding-right: 12px;
	}
}
@media (max-width: 620px) {

	.tbl-post .featured-img {
		height: 323px;
	}

	.custom-logo-group {
		left: 22px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.filter__list {
		display: none;
	}
	.hero-bg {
		height: 180px;
	}
	.hero-content {
		text-align: center;
	}
	.hero-content__heading {
		font-size: 2.25rem;
	}
	.hero-content__text {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.container-fluid .row-fluid .page-center {
		padding-left: 22px;
		padding-right: 22px;
	}
	.content-wrapper {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.container {
		padding-left: 22px;
		padding-right: 22px;
	}
	.custom-footer-menu .hs-menu-wrapper>ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		list-style: none;
	}
	.custom-footer-menu .hs-menu-wrapper>ul>li+li {
		padding-left: 0;
		border-left: none;
		text-align: center;
		margin-top: 12px;
	}
	.custom-footer-menu .hs-menu-wrapper>ul>li {
		padding-right: 0;
		text-align: center;
	}
	.social-follow {
		width: 100%;
		float: none;
		margin-right: 0;
		border-left: none;
		margin-top: 0;
		padding: 30px 0 26px;
	}
	.email-subscribe {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.custom-footer-group .page-center {
		padding-left: 22px !important;
		padding-right: 22px !important;
	}
	.social-follow__list {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		list-style: none;
	}
	.social-follow__heading {
		font-size: 1rem;
		padding-bottom: 10px;
		text-align: center;
	}
	.social-follow__heading:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.email-subscribe .hs-form-field>label {
		text-align: center;
	}
	.email-subscribe .hs-form-field {
		width: 100% !important;
		margin-right: 0 !important;
	}
	.email-subscribe .hs-form>.hs_submit {
		width: 100%;
		margin-top: 0;
	}
	.email-subscribe .hs-form>.hs_submit input.hs-button {
		min-width: 130px;
		margin-top: 12px;
		max-width: 180px;
	}
	.email-subscribe .hs_error_rollup {
		position: relative;
		bottom: 0;
	}
	.body-container .custom-contact-form .hs_cos_wrapper_type_form {
		max-width: 100%;
		width: 100%;
		float: none;
		padding: 0;
	}
	.custom-contact-form {
		background-color: #fff;
		border-top: 0;
		box-shadow: none;
		border-top-color: transparent;
		padding: 0 6px 50px;
	}
	.hs-form-field {
		padding: 0 !important;
		width: 100% !important;
	}
	.blog-listing-wrapper .post-listing .cm-post-item {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.post-item-group {
		display: block;
	}
	.blog-listing-wrapper .post-listing .cm-post-item {
		display: block;
	}
	.post-item-inner {
		display: block;
	}
	.post-item-cnt {
		display: block;
	}
	.cm-read-more-grp {
		display: block;
	}
	.popular-post-group .cm-post-item:first-child .post-item-inner .hs-featured-image-wrapper img.hs-featured-image {
		float: none;
	}
	.popular-post-group .cm-post-item:first-child .post-item-inner .hs-featured-image-wrapper {
		width: 100%;
	}
	.popular-post-group .cm-post-item:first-child .post-item-inner .post-item-cnt {
		width: 100%;
		padding: 20px 13px;
	}
	.hs-featured-image-wrapper {
		padding-top: 0;
		height: auto;
	}
	.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.custom-blog-topic-grp select {
		display: block;
	}
	.custom-blog-topic-grp .filter__list {
		display: none;
	}
	.custom-blog-topic-grp {
		margin: 0 -22px 40px;
		padding: 22px 20px 15px;
		text-align: left;
	}
	.custom-blog-topic-grp-select {
		display: inline-block;
		max-width: 250px;
		width: calc(100% - 80px);
		position: relative;
	}
	.custom-blog-topic-grp-select  select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: #31a0c6;
		border: 0;
		border-radius: 0px;
		color: #fff;
		font-family: Source Sans Pro,sans-serif;
		padding: 10px;
		position: relative;
		text-align: center;
		text-align-last: center;
		width: 100%;
		line-height: 23px;
		height: 43px;
		font-size: 16px;
	}
	.custom-blog-topic-grp-select:after {
		content: "";
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		content: "";
		display: block;
		height: 10px;
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: rotate(45deg) translateY(-75%);
		-ms-transform: rotate(45deg) translateY(-75%);
		transform: rotate(45deg) translateY(-75%);
		width: 10px;
		z-index: 9;
	}
	.popular-post-group {
		padding-bottom: 40px;
	}

	.cm-wistia-video-grp {
		padding-top: 80px;
	}
	.body-container .custom-book-a-demo-group .hs_cos_wrapper_type_form {
		box-shadow: none;
		border: 0;
		padding: 0 6px;
	}
	.custom-book-a-demo-group {
		padding-top: 39px;
		padding-bottom: 30px;
	}
	.custom-book-a-demo-group .hs_type_of_institution.hs-type_of_institution ul.inputs-list.multi-container li.hs-form-radio > label {
		width: auto;
		display: flex;
	}
	.custom-book-a-demo-group .hs_type_of_institution.hs-type_of_institution ul.inputs-list.multi-container li.hs-form-radio {
		width: 50%;
		margin: 0;
		padding: 0 1rem !important;
	}
	.custom-book-a-demo-group .actions, .custom-book-a-demo-group form.hs-form fieldset {
		width: 100%;
		padding: 0;
	}
	.custom-book-a-demo-group .hs_message.hs-message.hs-fieldtype-textarea {
		padding: 55px 0px 0px !important;
	}
	.hero-content__text {
		font-family: Source Sans Pro,sans-serif;
	}
	.hs-career-page .content-page-wrapper-inner-section {
		padding-left: 22px;
		padding-right: 22px;
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.banner-with-button h2.hero-content__text {
		font-family: Cooper Hewitt,sans-serif !important;
	}
	.tribal-edge-layout .banner-with-button h2.hero-content__text {
		font-family: Source Sans Pro,sans-serif !important;
	}
}

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


/* New Media Queries May 2020 */
@media only screen and (max-width:576px) {  
	DIV.copyrightRow .custom-footer-menu .hs-menu-wrapper>ul>li+li {
		border-left:none;
		border-bottom:1px solid #3ea8d7;
	}

	DIV.copyrightRow .custom-footer-menu .hs-menu-wrapper>ul>li {
		padding:10px;
		border-bottom:1px solid #3ea8d7;
		width:80%;
		margin:auto;
	}

	DIV #hs_cos_wrapper_module_1589383557105156 .selectImg{
		margin-left:20px;
	}

	DIV.footerRow DIV.email-subscribe {
		text-align:center;
	}

	DIV.footerRow IMG.responsive {
		margin-bottom:30px !important;
	}

	DIV.footerRow H2.email-subscribe__heading{
		margin-bottom:30px;
	}

	DIV.copyrightRow DIV.copy SPAN {
		text-align:center;
		margin-top:12px;
	}

	DIV.footerRow .footerSocial {
		align-items:center;
		justify-content:center;
	}

	DIV.footerRow .footerSocial A {
		padding:4px 8px 1px;
		margin:5px;
	}

	DIV.footerRow .footerSocial {
		margin:0 auto;
	}
}
/* End New Media Queries May 2020 */

@media (max-width: 479px) {

	.tbl-post .featured-img {
		height: 249px;
	}

	.hs_recaptcha.hs-recaptcha.field.hs-form-field {
		overflow: auto;
	}

	.checkbox-row span.fakelabel span {
		float: none;
	}
	.subscribe-options label {
		margin-left: 0;
		margin-right: 0;
	}
	.hero-content__heading,
	.hero--small .hero-content__heading{
		font-size: 2.25rem;
	}
	.post-summary--offer .post-summary__heading {
		font-size: 2rem;
	}
	.service-feature__heading {
		font-size: 1.5rem;
	}
}

@media (max-width: 400px) {
	.service-feature {
		padding: 45px 15px 50px 15px;
	}
	.custom-book-a-demo-group fieldset.form-columns-2 .hs-input {
		width: 100% !important;
	}
	.hs-search-page .body-container .hs-search-results__prev-page {
		float: none;
	}
	.hs-search-page .body-container .hs-search-results__next-page {
		float: none;
	}
	.hs-search-page .body-container .hs-search-results__pagination a {
		display: block;
		margin: 0 0 10px;
	}
	.hero-content__heading, .hero--small .hero-content__heading {
		font-size: 2rem;
	}

}

@media(max-width:375px){

	.tbl-post .featured-img {
		height: 195px;
	}

	.custom-blog-topic-grp-select {
		display: block;
		max-width: 100%;
		width: 100%;
	}
	.hero--small .hero-content__heading {
		font-size: 2.25rem;
	}

	.hs-full-width-with-banner .hero--small .hero-content__heading{
		font-size: 1.9rem;
	}
}

/*BLOG STYLING -- JP -- MAY 2022 */
/*heading style*/
.blog-header {
    display: flex;
    flex-flow: column;
    background-size: cover!important;
    background-position: center!important;
min-height: 500px;
  justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
}


.blog-header-content {

  width:100%;
  height:100%;
}



.tbl-post .blog-header p, .tbl-post .blog-header p a {
    color: #fff;
}




/*Put the content in a container*/
.page-content-container {
  display:flex;
  flex-flow: row wrap;
  flex-direction:row-reverse;
  padding:30px;
}
/*equal width and take up 100% of available width - everything sit on top of each other for mobile */
.blog-sidebar .blog-content-jp .related-blog-cards {
  flex-grow:1;
  flex-basis:100%:
}

@media all and (min-width:768px) {
  .page-content-container {
    flex-basis:90%;
    justify-content:center;
    padding:0px;
}
}

@media all and (min-width:1024px) {
  .page-content-container {
    flex-basis:80%;
    justify-content:center;
}
}

@media all and (min-width:1600px) {
  .page-content-container {
    flex-basis:80%;
    justify-content:center;
    padding-left:5%;
    padding-right:5%;
}
}




/*lay it out properly for bigger screens*/

@media all and (max-width:700px) {
  /*mobile*/
  .blog-content-jp { padding-top:50px; padding-bottom:50px; }
  .blog-sidebar {display:none!important;}
}

@media all and (min-width:768px) {
  /*tablet*/
  .blog-content-jp { flex-grow:2; max-width:60%; padding-top:50px; padding-bottom:50px; padding-left:10px; padding-right:0px; }
  .blog-sidebar {flex-grow:1; max-width:30%; padding-top:50px; padding-bottom:50px; padding-left:0px; padding-right:10px;}
}
@media all and (min-width:1024px) {
  /*desktop*/
  .blog-content-jp { flex-grow:2; max-width:60%; padding-top:100px; padding-bottom:100px; padding-left:50px; padding-right:0px; }
  .blog-sidebar {flex-grow:0; max-width:20%; padding-top:100px; padding-bottom:100px; padding-left:0px; padding-right:50px; }
}



/*Block added to LH column to add in cross link back to the product/solutions page*/

.blog-block-he {
 display:flex;
  flex-direction:column;
  background:linear-gradient(45deg,#008652,#68bd9d); 
    padding:30px;
  }
.blog-block-fe {
 display:flex;
  flex-direction:column;
  background:linear-gradient(45deg,#830f46,#ce2e7a); 
    padding:30px;
  }

.blog-block-schools {
 display:flex;
  flex-direction:column;
  background:linear-gradient(45deg,#077288,#485c73); 
    padding:30px;
  }

.blog-block-skills {
 display:flex;
  flex-direction:column;
  background:linear-gradient(45deg,#5a257f,#a052d5); 
    padding:30px;
  }

.blog-block-container { 
  margin-top:40px;
  }
@media all and (max-width:900px) {
  .blog-block-container {
    margin-top:20px;
    margin-right:20px;
  }
}

.blog-block-heading {
  color:#fff;
  font-size:1.8rem; 
  font:Cooper Hewitt,sans-serif; 
  font-weight:700;
  margin-top:10px;
  margin-bottom:10px;
  line-height:1;
 
}

.blog-block-text {
  color:#fff;
  font-size:20px; 
  line-height:1.5;
  margin-top:20px;
  margin-bottom:20px;
}

.blog-block-btn {
  	-ms-flex-item-align: end;
	align-self: flex-start;
	background-color: transparent;
  border: 2px solid #fff;
	color: #fff;
	padding-bottom: 9px;
	padding-top: 9px;
  padding-left:20px;
  padding-right:20px;
  margin-top:10px;
  margin-bottom:10px;
  transition:ease 0.5s;
  text-decoration:none;

}
.blog-block-btn:hover {
	background-color: #fff;
	color: inherit;
}

  padding-left:50px;
  padding-right:50px;
  padding-bottom:50px;
}

.btn--black {
  border-radius:0px;
}

/*announcements blog signup form styling*/

.announcements-form  {
  display:flex!important;
  justify-content:center!important;
}

/*Hide the Footer subscribe signup*/
.email-subscribe__heading {
  display:none!important;
}

DIV.footerRow .hs_cos_wrapper_type_form {
  display:none!important;
}