/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */
.top-pane-container{
  padding: 40px 30px 0px;
}
.top-pane-container .dnd_area-row-1-background-color{
  padding: 40px 0px 0px;
  margin-right: -30px;
  margin-left: -30px;
}
.people-layout center h4{
  padding-bottom: 30px;
}
.page-center-padding{
  padding: 40px 30px 30px;
}
.dnd-section {
 /*padding: 80px 30px; */
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Branding SF";
  src:url("") format("truetype"); 
      url("") format("eot");
      url("") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Branding SF";
  src:url("") format("truetype");
      url("") format("eot");
      url("") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Branding SF";
  src:url("") format("truetype");
      url("") format("eot");
      url("") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  font-display: swap;
  src:url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/MicroSourcing_May2020/fonts/FontsFree-Net-Proxima-Nova-Light.eot") format("eot"), 
      url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/FontsFree-Net-Proxima-Nova-Light.woff") format("woff"), 
      url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/FontsFree-Net-Proxima-Nova-Light.ttf") format("truetype");
      font-style: normal;
      font-weight: 300;
      font-display: block;  
}
@font-face {
  font-family: "Proxima Nova";
  font-display: swap;
  src:url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/MicroSourcing_May2020/fonts/FontsFree-Net-Proxima-Nova-Sbold.eot") format("eot"), 
      url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/FontsFree-Net-Proxima-Nova-Sbold.woff") format("woff"), 
      url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/FontsFree-Net-Proxima-Nova-Sbold.woff") format("ttf");
      font-style: normal;
      font-weight: 400;
    font-display: block;
}
@font-face {
  font-family: "Proxima Nova";
  font-display: swap;
  src: url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/MicroSourcing_May2020/fonts/FontsFree-Net-Proxima-Nova-Bold.eot") format("eot"), 
       url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/FontsFree-Net-Proxima-Nova-Bold.woff") format("woff");
       url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/FontsFree-Net-Proxima-Nova-Bold.woff") format("ttf");
        font-style: normal;
        font-weight: 700;
        font-display: block;
}
@font-face {
  font-family: "quadmenu";
  src: url("data:font/opentype;charset=utf-8;base64,aAYAAMQFAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAFwARRgAAAAAAAAAAAAAAAAAAAAAAAA4AaQBjAG8AbQBvAG8AbgAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAADgBpAGMAbwBtAG8AbwBuAAAAAAAAAQAAAAsAgAADADBPUy8yDxIEhQAAALwAAABgY21hcABku6oAAAEcAAAAZGdhc3AAAAAQAAABgAAAAAhnbHlmMXPixAAAAYgAAAHgaGVhZAds1XQAAANoAAAANmhoZWEG7APKAAADoAAAACRobXR4Ef8BTwAAA8QAAAAkbG9jYQF4AfgAAAPoAAAAFG1heHAACwAdAAAD/AAAACBuYW1lmUoJ+wAABBwAAAGGcG9zdAADAAAAAAWkAAAAIAADAlUBkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOkGA8D/wABAA8AAQAAAAAEAAAAAAAAAAAAAACAAAAAAAAMAAAADAAAAHAABAAMAAAAcAAMAAQAAABwABABIAAAADgAIAAIABgABACDpAOkE6Qb//f//AAAAAAAg6QDpAukG//3//wAB/+MXBBcDFwIAAwABAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABACwA6QJmAjYAGgAAARQHAQYjIicBJjU0PwE2MzIfATc2MzIfARYVAmYF/vUFCAcG/vYGBhwGBwgG4OEFCAcGHQUCBgcG/vYGBgEKBgcIBR0GBuHhBgYdBQgAAAEALADXAmYCIwAaAAABFA8BBiMiLwEHBiMiLwEmNTQ3ATYzMhcBFhUCZgUdBgcIBeHgBggHBhwGBgEKBgcIBQELBQEGBwYdBQXh4QUFHQYHCAUBCwUF/vUFCAAAAQAHAGkBVAKjABoAAAEUBwEGIyIvASY1ND8BJyY1ND8BNjMyFwEWFQFUBv72BgcIBR0GBuHhBgYdBQgHBgEKBgGGBwb+9gYGHAYHCAbg4QUIBwYdBQX+9QUIAAABABoAaQFmAqMAGgAAARQPARcWFRQPAQYjIicBJjU0NwE2MzIfARYVAWYF4eEFBR0GBwgF/vUFBQELBQgHBh0FAnQIBeHgBggHBhwGBgEKBgcIBQELBQUdBgcAAAEA1gCBAyoC1QALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uApnu7jzu7jzu7jzu7gABAAAAAQAARhEAF18PPPUACwQAAAAAANKSSNEAAAAA0pJI0QAAAAADKgLVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAMqAAEAAAAAAAAAAAAAAAAAAAAJBAAAAAAAAAAAAAAAAgAAAAKSACwCkgAsAVsABwGAABoEAADWAAAAAAAKABQAHgBMAHoAqADWAPAAAQAAAAkAGwABAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("embedded-opentype"), url("data:font/opentype;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBIUAAAC8AAAAYGNtYXAAZLuqAAABHAAAAGRnYXNwAAAAEAAAAYAAAAAIZ2x5ZjFz4sQAAAGIAAAB4GhlYWQHbNV0AAADaAAAADZoaGVhBuwDygAAA6AAAAAkaG10eBH/AU8AAAPEAAAAJGxvY2EBeAH4AAAD6AAAABRtYXhwAAsAHQAAA/wAAAAgbmFtZZlKCfsAAAQcAAABhnBvc3QAAwAAAAAFpAAAACAAAwJVAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQASAAAAA4ACAACAAYAAQAg6QDpBOkG//3//wAAAAAAIOkA6QLpBv/9//8AAf/jFwQXAxcCAAMAAQAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAsAOkCZgI2ABoAAAEUBwEGIyInASY1ND8BNjMyHwE3NjMyHwEWFQJmBf71BQgHBv72BgYcBgcIBuDhBQgHBh0FAgYHBv72BgYBCgYHCAUdBgbh4QYGHQUIAAABACwA1wJmAiMAGgAAARQPAQYjIi8BBwYjIi8BJjU0NwE2MzIXARYVAmYFHQYHCAXh4AYIBwYcBgYBCgYHCAUBCwUBBgcGHQUF4eEFBR0GBwgFAQsFBf71BQgAAAEABwBpAVQCowAaAAABFAcBBiMiLwEmNTQ/AScmNTQ/ATYzMhcBFhUBVAb+9gYHCAUdBgbh4QYGHQUIBwYBCgYBhgcG/vYGBhwGBwgG4OEFCAcGHQUF/vUFCAAAAQAaAGkBZgKjABoAAAEUDwEXFhUUDwEGIyInASY1NDcBNjMyHwEWFQFmBeHhBQUdBgcIBf71BQUBCwUIBwYdBQJ0CAXh4AYIBwYcBgYBCgYHCAUBCwUFHQYHAAABANYAgQMqAtUACwAAAQcXBycHJzcnNxc3Ayru7jzu7jzu7jzu7gKZ7u487u487u487u4AAQAAAAEAAEYRABdfDzz1AAsEAAAAAADSkkjRAAAAANKSSNEAAAAAAyoC1QAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADKgABAAAAAAAAAAAAAAAAAAAACQQAAAAAAAAAAAAAAAIAAAACkgAsApIALAFbAAcBgAAaBAAA1gAAAAAACgAUAB4ATAB6AKgA1gDwAAEAAAAJABsAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") format("truetype"), url("data:font/opentype;charset=utf-8;base64,d09GRgABAAAAAAYQAAsAAAAABcQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIEhWNtYXAAAAFoAAAAZAAAAGQAZLuqZ2FzcAAAAcwAAAAIAAAACAAAABBnbHlmAAAB1AAAAeAAAAHgMXPixGhlYWQAAAO0AAAANgAAADYHbNV0aGhlYQAAA+wAAAAkAAAAJAbsA8pobXR4AAAEEAAAACQAAAAkEf8BT2xvY2EAAAQ0AAAAFAAAABQBeAH4bWF4cAAABEgAAAAgAAAAIAALAB1uYW1lAAAEaAAAAYYAAAGGmUoJ+3Bvc3QAAAXwAAAAIAAAACAAAwAAAAMCVQGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QYDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAEgAAAAOAAgAAgAGAAEAIOkA6QTpBv/9//8AAAAAACDpAOkC6Qb//f//AAH/4xcEFwMXAgADAAEAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEALADpAmYCNgAaAAABFAcBBiMiJwEmNTQ/ATYzMh8BNzYzMh8BFhUCZgX+9QUIBwb+9gYGHAYHCAbg4QUIBwYdBQIGBwb+9gYGAQoGBwgFHQYG4eEGBh0FCAAAAQAsANcCZgIjABoAAAEUDwEGIyIvAQcGIyIvASY1NDcBNjMyFwEWFQJmBR0GBwgF4eAGCAcGHAYGAQoGBwgFAQsFAQYHBh0FBeHhBQUdBgcIBQELBQX+9QUIAAABAAcAaQFUAqMAGgAAARQHAQYjIi8BJjU0PwEnJjU0PwE2MzIXARYVAVQG/vYGBwgFHQYG4eEGBh0FCAcGAQoGAYYHBv72BgYcBgcIBuDhBQgHBh0FBf71BQgAAAEAGgBpAWYCowAaAAABFA8BFxYVFA8BBiMiJwEmNTQ3ATYzMh8BFhUBZgXh4QUFHQYHCAX+9QUFAQsFCAcGHQUCdAgF4eAGCAcGHAYGAQoGBwgFAQsFBR0GBwAAAQDWAIEDKgLVAAsAAAEHFwcnByc3JzcXNwMq7u487u487u487u4Cme7uPO7uPO7uPO7uAAEAAAABAABGEQAXXw889QALBAAAAAAA0pJI0QAAAADSkkjRAAAAAAMqAtUAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAAyoAAQAAAAAAAAAAAAAAAAAAAAkEAAAAAAAAAAAAAAACAAAAApIALAKSACwBWwAHAYAAGgQAANYAAAAAAAoAFAAeAEwAegCoANYA8AABAAAACQAbAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("woff"), url("data:font/opentype;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+R2VuZXJhdGVkIGJ5IEljb01vb248L21ldGFkYXRhPgo8ZGVmcz4KPGZvbnQgaWQ9Imljb21vb24iIGhvcml6LWFkdi14PSIxMDI0Ij4KPGZvbnQtZmFjZSB1bml0cy1wZXItZW09IjEwMjQiIGFzY2VudD0iOTYwIiBkZXNjZW50PSItNjQiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDI0IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4MjA7IiBob3Jpei1hZHYteD0iNTEyIiBkPSIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTAwOyIgZ2x5cGgtbmFtZT0iYW5nbGUtZG93biIgaG9yaXotYWR2LXg9IjY1OCIgZD0iTTYxNC4yODYgNTE4LjA5NnEwLTcuNDI5LTUuNzE0LTEzLjE0M2wtMjY2LjI4Ni0yNjYuMjg2cS01LjcxNC01LjcxNC0xMy4xNDMtNS43MTR0LTEzLjE0MyA1LjcxNGwtMjY2LjI4NiAyNjYuMjg2cS01LjcxNCA1LjcxNC01LjcxNCAxMy4xNDN0NS43MTQgMTMuMTQzbDI4LjU3MSAyOC41NzFxNS43MTQgNS43MTQgMTMuMTQzIDUuNzE0dDEzLjE0My01LjcxNGwyMjQuNTcxLTIyNC41NzEgMjI0LjU3MSAyMjQuNTcxcTUuNzE0IDUuNzE0IDEzLjE0MyA1LjcxNHQxMy4xNDMtNS43MTRsMjguNTcxLTI4LjU3MXE1LjcxNC01LjcxNCA1LjcxNC0xMy4xNDN6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMjsiIGdseXBoLW5hbWU9ImFuZ2xlLXVwIiBob3Jpei1hZHYteD0iNjU4IiBkPSJNNjE0LjI4NiAyNjIuMDk2cTAtNy40MjktNS43MTQtMTMuMTQzbC0yOC41NzEtMjguNTcxcS01LjcxNC01LjcxNC0xMy4xNDMtNS43MTR0LTEzLjE0MyA1LjcxNGwtMjI0LjU3MSAyMjQuNTcxLTIyNC41NzEtMjI0LjU3MXEtNS43MTQtNS43MTQtMTMuMTQzLTUuNzE0dC0xMy4xNDMgNS43MTRsLTI4LjU3MSAyOC41NzFxLTUuNzE0IDUuNzE0LTUuNzE0IDEzLjE0M3Q1LjcxNCAxMy4xNDNsMjY2LjI4NiAyNjYuMjg2cTUuNzE0IDUuNzE0IDEzLjE0MyA1LjcxNHQxMy4xNDMtNS43MTRsMjY2LjI4Ni0yNjYuMjg2cTUuNzE0LTUuNzE0IDUuNzE0LTEzLjE0M3oiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTAzOyIgZ2x5cGgtbmFtZT0iYW5nbGUtcmlnaHQiIGhvcml6LWFkdi14PSIzNDciIGQ9Ik0zNDAgMzkwLjA5NnEwLTcuNDI5LTUuNzE0LTEzLjE0M2wtMjY2LjI4Ni0yNjYuMjg2cS01LjcxNC01LjcxNC0xMy4xNDMtNS43MTR0LTEzLjE0MyA1LjcxNGwtMjguNTcxIDI4LjU3MXEtNS43MTQgNS43MTQtNS43MTQgMTMuMTQzdDUuNzE0IDEzLjE0M2wyMjQuNTcxIDIyNC41NzEtMjI0LjU3MSAyMjQuNTcxcS01LjcxNCA1LjcxNC01LjcxNCAxMy4xNDN0NS43MTQgMTMuMTQzbDI4LjU3MSAyOC41NzFxNS43MTQgNS43MTQgMTMuMTQzIDUuNzE0dDEzLjE0My01LjcxNGwyNjYuMjg2LTI2Ni4yODZxNS43MTQtNS43MTQgNS43MTQtMTMuMTQzeiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGU5MDQ7IiBnbHlwaC1uYW1lPSJhbmdsZS1sZWZ0IiBob3Jpei1hZHYteD0iMzg0IiBkPSJNMzU4LjI4NiA2MjcuODFxMC03LjQyOS01LjcxNC0xMy4xNDNsLTIyNC41NzEtMjI0LjU3MSAyMjQuNTcxLTIyNC41NzFxNS43MTQtNS43MTQgNS43MTQtMTMuMTQzdC01LjcxNC0xMy4xNDNsLTI4LjU3MS0yOC41NzFxLTUuNzE0LTUuNzE0LTEzLjE0My01LjcxNHQtMTMuMTQzIDUuNzE0bC0yNjYuMjg2IDI2Ni4yODZxLTUuNzE0IDUuNzE0LTUuNzE0IDEzLjE0M3Q1LjcxNCAxMy4xNDNsMjY2LjI4NiAyNjYuMjg2cTUuNzE0IDUuNzE0IDEzLjE0MyA1LjcxNHQxMy4xNDMtNS43MTRsMjguNTcxLTI4LjU3MXE1LjcxNC01LjcxNCA1LjcxNC0xMy4xNDN6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwNjsiIGdseXBoLW5hbWU9ImNsb3NlIiBkPSJNODEwIDY2NC42NjdsLTIzOC0yMzggMjM4LTIzOC02MC02MC0yMzggMjM4LTIzOC0yMzgtNjAgNjAgMjM4IDIzOC0yMzggMjM4IDYwIDYwIDIzOC0yMzggMjM4IDIzOHoiIC8+CjwvZm9udD48L2RlZnM+PC9zdmc+") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "themify";
  src: url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/MicroSourcing_May2020/fonts/themify.eot") format("embedded-opentype"), 
    url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/themify.woff") format("woff"), 
      url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/themify.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
        font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/MicroSourcing_May2020/fonts/icomoon.eot") format("embedded-opentype"), 
       url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/icomoon.woff") format("woff"), 
       url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/icomoon.ttf") format("truetype");
       font-style: normal;
       font-weight: normal;
}
@font-face {
  font-family: "Source Sans-Pro";
  src: local("Source Sans-Pro Bold"), local("SourceSansPro-Bold"), 
    url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/MicroSourcing_May2020/fonts/Source-Sans.eot") format("embedded-opentype"), 
    url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/Source-Sans.woff") format("woff"), 
    url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/Source-Sans.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    ont-display: swap;
}

 @font-face {
  font-family: "revicons";
  src:  url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/MicroSourcing_May2020/fonts/revicons.eot") format("embedded-opentype"), 
    url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/revicons.woff") format("woff"), 
    url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/revicons.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
 @font-face {
  font-family: "slick";
  src:  url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/MicroSourcing_May2020/fonts/slick.eot") format("embedded-opentype"), 
    url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/slick.woff") format("woff"), 
    url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/slick.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/MicroSourcing_May2020/fonts/fa-brands-400.eot);
    src: url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/MicroSourcing_May2020/fonts/fa-brands-400.eot#iefix) format("embedded-opentype"), 
    url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/fa-brands-400.woff2") format("woff2"), 
    url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/fa-brands-400.woff") format("woff"), 
    url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url(//cdn2.hubspot.net/hubfs/6222830/MicroSourcing_May2020/fonts//fa-regular-400.eot);
    src: url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/MicroSourcing_May2020/fonts/fa-regular-400.eot#iefix) format("embedded-opentype"), 
    url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/fa-regular-400.woff2") format("woff2"),
    url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/fa-regular-400.woff") format("woff"), 
    url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/MicroSourcing_May2020/fonts/fa-solid-900.eot);
    src: url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/MicroSourcing_May2020/fonts/fa-solid-900.eot#iefix) format("embedded-opentype"), 
    url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/fa-solid-900.woff2") format("woff2"),  
    url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/fa-solid-900.woff") format("woff"), 
    url("//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/fonts/fa-solid-900.ttf") format("truetype");
}

html {
  font-size: 24px;
}

body {
  font-family: Source Sans Pro, Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.615;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

p {
  margin-top: 0;
  margin-bottom: 40px;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.1;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.25;
}

h4 {
  font-family: Source Sans Pro, Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.16;
}

h6 {
  font-size: .9rem;
  line-height: 1;
  margin-bottom:21px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 45px;
  background: 0 0;
  border-width: 7px;
  padding: 0 40px 0 37px;
  border-left:2px solid #e17d40;
}
blockquote p{
  font-style: italic;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Source Sans Pro, Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  -webkit-transition: all .15s ease-in-out ;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  letter-spacing:1px;
  border-style: solid;
  border-width: 1px;
  padding: 13px 29px;
  font-size:20px;
  line-height: 17px;
  font-weight:700;  

  text-decoration: none;
  margin-top:10px;
  margin-bottom:10px;
  white-space:normal !important;
  text-decoration:none !important;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
}
.hs-form label {
  font-size:20px;
  font-weight: 300;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 1.615;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f00 !important;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 47px;
  font-weight:300;
  padding: 9px 10px;
  font-size:20px;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
  opacity:1 !important;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
  opacity:1 !important;
}

.hs-input input,
.hs-input textarea {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}
.hs-input:focus {
  outline: none;
  border:0;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  min-height: 148px;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom:10px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

body form li.hs-form-booleancheckbox input {
    height: auto !important;
}

.hs-build-team-sticky-form{
    position: -webkit-sticky; /* Safari */
/*   position: sticky;
  top: 100px; */
}
.custom-content-form-section .hs-form li.hs-form-booleancheckbox label {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.hs-build-team-sticky-form{
  background-color: #41617b;
  padding: 20px;
  border-radius: 16px;
}
.hs-build-team-sticky-form h5{
  color: #87cdea;
}
.hs-build-team-sticky-form p{
  color: #ffffff;
}
.hs-build-team-sticky-form form fieldset div label{
  display: none;
}
.hs-build-team-sticky-form form .hs-error-msgs label{
  display: block !important;
  font-size: 14px !important;
}
.hs-build-team-sticky-form form fieldset div .hs-input{
  font-size: 14px;
   line-height: 20px;  
    height: 40px;
}

.hs-build-team-sticky-form .hs-richtext p{
    font-size: 14px;
    line-height: 20px;  
    margin-bottom: 0px;
  display: none;
}
.hs-build-team-sticky-form .hs-submit{
 text-align: right; 
}
.hs-build-team-sticky-form .hs-submit input[type="submit"]{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  font-weight:600;
  margin-right: 8px;
     letter-spacing: normal;
  width: 100%;
}
/*.hs-build-your-team-page-with-two-columns .custom-content-form-section form{
  display: none;
}*/
@media only screen and (max-width: 850px) {
  .hs-build-your-team-page-with-two-columns .custom-content-form-section form{
    display: block;
  }  
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.hs_error_rollup {
    display: none;
}
.hs-default-font-element,
.hs-main-font-element {
  font-family: Source Sans Pro, Lato, serif;
}
.custom-home-row7 .custom-content-form-section input.hs-button.primary.large{
  margin-top: 30px;
  margin-bottom: 30px;
}
.hs-content-id-30001736040 .custom-content-form-section.Style1 {
    padding-top: 1px !important;
}
.hs-content-id-30001736040 .custom-home-row7 .custom-content-form-section form {
    margin-top: 0;
}
.custom-form-div-t07{
    display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:0;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.build-your-team-roles-table{
    border: none;
    border-collapse:collapse;
}
.build-your-team-roles-table th,
.build-your-team-roles-table td{
    border: none;
}
@media only screen and (max-width: 600px){
    .build-your-team-roles-table th,
    .build-your-team-roles-table td{
        width: 100%;
        display: inline-block;
        padding-top: 0px;
        padding-bottom: 0px;
    } 
    .build-your-team-roles-table td > ul{
        margin-bottom: 0px;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.img-center{
     display: block;
     margin: 0px auto;
}
.byt-send-us-an-email-link{
    font-family: Source Sans Pro;
    color: rgba(96,186,220,1.0) !important;
    font-size: 20px !important;
    font-weight: 300;
}


.hs-two-column-right-layout .top-pane-container center {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 60px;
}
.hs-two-column-right-layout .top-pane-container center h4{
  font-weight: 400;
  font-family: "Source Sans Pro";
  padding: 0 25px;
  margin-bottom: 0;
  color: #313d49;
}
.hs-build-your-team-page-with-two-columns-v2 ul li h3{
    font-size: 18px !important;
    line-height: 1.5;
    display: inline;
    font-weight: 600;
 }

.hs-two-column-right-layout .cm-two-column-right-col1 {
  width: calc(75% - ( ( 4% ) * 0.75 ) );
  margin-right: 4%;
  float: left;
  padding-top: 60px;
  padding-bottom: 60px;
/*   padding-right:93px; */
/*   padding-right:70px; */
   padding-right:120px;
}
.hs-two-column-right-layout .cm-two-column-right-col2 {
  width: 25%;
  width: calc(25% - ( ( 4% ) * 0.25 ) );
  float: left;
  background-color: #fbfbfb;
  padding: 70px 34px 155px
}

.hs-build-your-team-page-with-two-columns .cm-two-column-right-page .page-center .build-your-team-page-column-one,
.hs-build-your-team-page-with-two-columns-v2 .cm-two-column-right-page .page-center .build-your-team-page-column-one{
  width: calc(60% - ( ( 4% ) * 0.75 ) );
  margin-right: 4%;
  float: left;
/*   padding-top: 60px; */
/*   padding-bottom: 60px; */
/*   padding-right:93px; */
/*   padding-right:70px; */
/*    padding-right:120px;  */
}
.hs-build-your-team-page-with-two-columns .cm-two-column-right-page .page-center .build-your-team-page-column-two,
.hs-build-your-team-page-with-two-columns-v2 .cm-two-column-right-page .page-center .build-your-team-page-column-two{
  width: calc(40% - ( ( 4% ) * 0.25 ) );
  float: left;
/*   background-color: #fbfbfb; */
/*   padding: 0px 20px 155px  */
}
.hs-build-your-team-page-with-two-columns .cm-two-column-right-page .hs-build-team-one .dnd-section .dnd-column,
.hs-build-your-team-page-with-two-columns-v2 .cm-two-column-right-page .hs-build-team-one .dnd-section .dnd-column{
  border-bottom: unset;
}
.hs-build-your-team-page-with-two-columns .cm-two-column-right-page .hs-build-team-one .dnd-section .dnd-column h4,
.hs-build-your-team-page-with-two-columns-v2 .cm-two-column-right-page .hs-build-team-one .dnd-section .dnd-column h4{
 padding-left: 0px !important;
  padding-right: 0px !important;
}
.hs-build-your-team-page-with-two-columns .main_section_one-column-2-padding,
.hs-build-your-team-page-with-two-columns-v2 .main_section_one-column-2-padding{
  margin-bottom: 0px !important;
}
.cm-two-column-right-col1 .dnd-section {
  padding: 0 !important;
}
.cm-two-column-right-page .page-center {
  display: -webkit-flex;
  display: flex;
}
.cm-two-column-right-col1 h2 {
  margin-top: 0px;
  margin-bottom: 31px;
}
.cm-two-column-right-col1 h2 {
  margin-top: 0px;
  margin-bottom: 31px;
}
.cm-two-column-right-col2 ul li {
  padding: 15px 0 2px 14px;
  border-radius: 5px;
  line-height: 1;
  position: relative;
  width: 100%;
}
.cm-two-column-right-col2 ul li:before {
  content: "‧";
  margin-right: 10px;
  color: #313d49;
  font-weight: 700;
  position: absolute;
  left: 0;
}

.hide-on-tab,
body .container-fluid .row-fluid ul.fusion-checklist.hide-on-tab {
    display: block;
}
.hs-content-id-30038891892 .span6.widget-span.widget-type-custom_widget.main_section_five-module-1-vertical-alignment.dnd-module{
   display: block !important;
}

.hs-build-team-two .hs_cos_wrapper_type_header,
.hs-build-team-two .hs_cos_wrapper_type_rich_text>center {
  display: block;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 60px;
  text-align: center;
  margin-bottom: 70px;
}

.hs-build-team-two .hs_cos_wrapper_type_header h1,
.hs-build-team-two .hs_cos_wrapper_type_rich_text>center h4{
  font-weight: 400;
  font-family: "Source Sans Pro";
  padding: 0 25px;
  color: #313d49;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.5;
}

.custom-team-botom-pane .span4 a:hover{
  color: #60BADC !important;
  text-decoration: underline !important;
}

.cm-two-column-right-col2 ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
}
.cm-two-column-right-col2 ul li.active a {
  text-decoration: none !important;
  color: #60badc !important;
  font-weight: 400;
}
.cm-two-column-right-col2 ul li a {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  font-size: 15px;
/*   padding-left: 10px; */
  font-family: "Proxima Nova",Helvetica,sans-serif;
  line-height: 1.2;
  font-weight: 300;
  color: #313d49;
}
.cm-two-column-right-col2 ul li a:hover {
  color:#e17d40;
}
.cm-two-column-right-col2 ul li.active:before {
  color: #60badc;
}
.cm-two-column-right-col2 .dnd-section {
  padding: 0;
}
.cm-two-column-right-col2 .hs_cos_wrapper_type_text {
  text-transform: uppercase;
  font-size: 17px;
  font-family: "Proxima Nova",Helvetica,sans-serif;
  display: inline;
  font-weight: 700;
  border-bottom: 1px solid #c0c2c5;
  color: #313d49;
}
.cm-two-column-right-inner-col2 {
  position: sticky;
  top: 155px;
  transition: all ease 0.5s;
}
.cm-two-column-right-inner-col2:before {
  content: "";
  border-right: 8px solid #df7126;
  position: absolute;
  top: 5px;
  left: -34px;
  height: 117px !important;
}
.cm-video-group a:before {
  content: "" !important;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  background: url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/images/play-btn.png) no-repeat center center;
  width: 70px;
  height: auto;
  background-size: contain;
}
.hs-website-layout .bottom-container hr {
  border-color: #ebebeb;
  border-top-width: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  margin-bottom: 100px;
  border-bottom-style: solid;
  border-top-style: solid;  
  background: transparent;
}
.banner-section .row-fluid [class*="span"] {
  min-height: 0;
}
.hs-website-layout .container-fluid.bottom-container ul li {
  margin: 0;
}
.cm-two-column-right-col1 hr {
  border-color: #ebebeb;
  border-top-width: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  border-bottom-style: solid;
  border-top-style: solid;
  background: transparent;
}
.cm-two-column-right-col1 p + hr {
  margin-top: 60px;
}
.cm-two-column-right-col1 .hs_cos_gallery_main {
  padding: 0 !important;
}
.cm-two-column-right-col1 button.slick-next.slick-arrow,
.cm-two-column-right-col1 button.slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  margin: -20px 0 0;
  text-align: center;
  opacity: 0;
  overflow: hidden;
  background-color: rgba(0,0,0,.5);
  background-repeat: no-repeat;
  cursor: pointer;
  font-weight: 400;
  font-family: icomoon;
  -webkit-font-smoothing: none;
  -webkit-transition: all .15s ease-in-out !important;
  transition: all .15s ease-in-out !important;
  -moz-transition: all .15s ease-in-out !important;
  width: 45px;
  height: 50px;
  line-height: 45px;
  font-size: 35px;
  text-decoration: none !important;
  z-index: 9;
  text-align: center !important;
  display: block !important;
}
.cm-two-column-right-col1 button.slick-next.slick-arrow{
  right:0;
}
.cm-two-column-right-col1 button.slick-prev.slick-arrow:before {
  content: "";
  font-size: 35px;
  font-family: icomoon;
  color: #fff;
  display: inline-block;
  opacity: 1;
}
.cm-two-column-right-col1 button.slick-next.slick-arrow:before {
  content: "";
  font-size: 35px;
  font-family: icomoon;
  color: #fff;
  display: inline-block;
  opacity: 1;
}
.cm-two-column-right-col1 .hs_cos_gallery_main:hover button.slick-next.slick-arrow,
.cm-two-column-right-col1 .hs_cos_gallery_main:hover button.slick-prev.slick-arrow {
  opacity: .8;
}
.cm-two-column-right-col1 .hs_cos_gallery_main:hover button.slick-next.slick-arrow:hover,
.cm-two-column-right-col1 .hs_cos_gallery_main:hover button.slick-prev.slick-arrow:hover {
  opacity: 1;
}
.cm-two-column-right-col1 ul.slick-dots li button{
  display:none;
}
.cm-two-column-right-col1 .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper img {
  width: 100% !important;
}
.cm-two-column-right-col1 .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  width: 100%;
}
.cm-two-column-right-col1  ul.slick-dots li{
  width: 11px;
  height: 11px;
  display: inline-block;
  background: #666;
  background: rgba(0,0,0,.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,.3);
  background: #bcbdbd;
}
.cm-two-column-right-col1  ul.slick-dots li.slick-active{
  background: #de7126 ;
}
.cm-two-column-right-col1  ul.slick-dots {
  margin: -47px 0 47px;
  z-index: 9999;
}
ul.ms-checklist li:before {
   content: "\f058" !important;
}
.body-container-wrapper .cm-two-column-right-col1 .hs_cos_wrapper_type_rich_text ul li:before,
ul.ms-checklist li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding: 0;
  position: absolute;
  left: 6px;
  top: 15px;
  display: block;
}
.body-container-wrapper .cm-two-column-right-col1 .hs_cos_wrapper_type_rich_text ul li,
ul.ms-checklist li {
  padding-right: 0;
  padding-left: 43.2px;
  margin: 0;
  position: relative;
  font-size: 18px;
  line-height: 30.6px;
}
.body-container-wrapper .cm-two-column-right-col1 .hs_cos_wrapper_type_rich_text ul + hr {
  margin-top: 70px;
}
.container-fluid.bottom-container .cm-video-group {
  margin: 0;
  display: block;
  font-size: 0;
}
.cm-video-group a:before {
  width: 98px;
  height: 98px;
}
.cm-two-column-right-col1 p+hr:last-child {
  margin-bottom: 24px;
}
.custom-two-col-video .col2 .custom-column-content-centered:before {
  content: "" !important;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  background: url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/images/play-btn.png) no-repeat center center;
  width: 98px;
  height: auto;
  background-size: contain;
}
.hs-build-your-team-page.hs-two-column-right-layout .cm-two-column-right-col2{
  background-color: unset;
  padding: 0px;
}
.hs-build-your-team-page.hs-two-column-right-layout .cm-two-column-right-col1,
.hs-two-column-right-layout.hs-video-layout .cm-two-column-right-col1 {
  padding-right: 0;
}
.hs-video-layout .banner-section .page-center,
.hs-video-layout .body-container-wrapper .dnd-section > .row-fluid,
.hs-video-layout .custom-breadcrumb-menu .content-wrapper,
.hs-video-layout .body-container-wrapper .page-center{
  max-width: 1430px;
}
.hs-video-layout .cm-two-column-right-inner-col2:before {
  display: none;
}
.hs-two-column-right-layout.hs-video-layout .cm-two-column-right-col2 {
  padding-left: 0;
  padding-right: 0;
  margin-top: 60px;
      padding-top: 0;
/*   background: #fff; */
}
.hs-two-column-right-layout.hs-video-layout .cm-two-column-right-inner-col2 {
  position: static;
}
.top-pane-container center h4 a {
  text-decoration: none;
  border-bottom: 2px solid #60badc;
}
.top-pane-container center h4 a:hover {
  border-bottom: 2px solid #e17d40;
}
.people-layout center h4 {
  font-family: "Source Sans Pro",Arial,Helvetica,sans-serif !important;
  max-width: 950px;
  color: #313d49;
}
.people-layout .page-header.section-header {
  margin-bottom: 39px;
}

.fancybox-slide--video .fancybox-content {
  max-width: 950px;
  padding-bottom: 27.8%  !important;
  height: auto !important;
  outline: 5px solid #000;
  background:#000;
}
.fancybox-slide--video .fancybox-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#svg-reduce-cost {
  max-width: 259px;
}
.custom-svg7 .st0-creative-1 {
  fill: #FBFEFF;
}
.custom-case-studies-slider-section strong {
  font-family: source sans-pro !important;
}
.custom-svg7 .st1-creative-1 {
  fill: none;
  stroke: #45647D;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-dasharray: 4;
}

.custom-svg7 .st2-creative-1 {
  fill: none;
  stroke: #45647D;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.custom-svg7 .st3-creative-1 {
  fill: none;
  stroke: #45647D;
  stroke-width: 2.2663;
  stroke-miterlimit: 10;
}

.custom-svg7 .st4-creative-1 {
  fill: #ECF6FD;
}

.custom-svg7 .st5-creative-1 {
  fill: #45647D;
}

.custom-svg7 .st6-creative-1 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700
}

.custom-svg7 .st7-creative-1 {
  font-size: 16.7659px;
}

.custom-svg7 .st8-creative-1 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300
}
.custom-svg8 .st0-creative-2 {
  fill: #FBFEFF;
}
.custom-svg8 .st1-creative-2 {
  fill: none;
  stroke: #45647D;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.custom-svg8 .st2-creative-2 {
  fill: #ECF6FD;
}
.custom-svg8 .st3-creative-2 {
  fill: #44637C;
}
.custom-svg8 .st4-creative-2 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.custom-svg8 .st5-creative-2 {
  font-size: 16px;
}
.custom-svg8 .st6-creative-2 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.custom-svg10 .st0 {
  fill: #FBFEFF;
}

.custom-svg10 .st1 {
  fill: none;
  stroke: #45647D;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.custom-svg10 .st2 {
  fill: #ECF6FD;
  stroke: #45647D;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.custom-svg10 .st3 {
  fill: #ECF6FD;
  stroke: #45647D;
  stroke-width: 1.6133;
  stroke-miterlimit: 10;
}

.custom-svg10 .st4 {
  fill: #ECF6FD;
}

.custom-svg10 .st5 {
  fill: #45647D;
}

.custom-svg10 .st6 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.custom-svg10 .st7 {
  font-size: 15px;
}
.cm-two-column-right-inner-col2.no-menu:before{
  display:none;
}
.custom-svg10 .st8 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.body-container-wrapper .hs-build-your-team-page .hs_cos_wrapper_type_rich_text ul {
  margin-top: 0;
}
.body-container-wrapper .hs-build-your-team-page .hs_cos_wrapper_type_rich_text ul li{
  margin-top:0;
  margin-bottom:0;
}
.hs-build-team-three .hs_cos_wrapper_type_module .hs_cos_wrapper_type_rich_text hr {
  margin-top: 60px;
  margin-bottom: 60px;
  background: #ebebeb;
  height: 2px;
  clear: left;
}
.body-container-wrapper .cm-two-column-right-col1 .hs_cos_wrapper_type_rich_text ul.list li:before{
  content: "\2022";
  color: #de7126;
  padding-right: 8px;
  font-size: 18px;
}
.body-container-wrapper .cm-two-column-right-col1 .hs_cos_wrapper_type_rich_text ul.list li{
  padding-left: 20px;
}
.custom-two-col-video.right .col2 .custom-column-content-centered:before {
  display: none;
}
.custom-content-form-section.Style1 p strong {
  font-weight: normal;
}
.hs-whitepapers-layout .custom-breadcrumb-menu .content-wrapper{
  max-width:1430px;
}
.cm-two-column-right-col1 h2 small {
  font-weight: 300;
  font-size: 100%;
  display:block;
}

.custom-content-form-section {
  background-image: url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/images/triangles-2.png);
}
.custom-video-click-section .image-section.play-btn:before {
  background: url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/images/play-btn.png) no-repeat center center;
}
.scroll-indicator {
  height: 3px;
  background: #df7126;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 99999;
}
.banner.blog-banner {
  background-image:url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/images/blog-banner.jpg);
}
.certificates{width:33.33%; display: inline-block; vertical-align:top; margin-right:-4px; float:none; padding:0 10px;}
.certificates img {max-width:160px; max-height:102px; }

@media only screen and (min-width: 851px){
  .custom-designer-profile .max-width-550 {
    max-width: 995px;
  }
}

img{
  max-width: 100%;
  height: auto;
}


[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ol li h3 {
  font-size: 18px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  line-height:1.95;
}
ol.list-margin-bottom > li {
  margin-bottom: 40px;
}
.custom-svg .st0{
  fill:#FBFEFF;
}
.custom-svg .st1{
  fill:none;
  stroke:#45647D;
  stroke-width:2;
  stroke-miterlimit:10;
}
.custom-svg .st2 {
  fill: #ecf6fd;
  stroke: none;
}
.custom-svg .st3{
  fill:#45647D;
}
.custom-svg .st4{
  font-family:"Source Sans Pro", Arial, Helvetica, sans-serif; 
  font-weight: 700;
}
.custom-svg .st5{
  font-size:14px;
}
.custom-svg .st6{
  font-family:"Source Sans Pro", Arial, Helvetica, sans-serif; 
  font-weight: 300;
}
.custom-svg .st7{
  fill:none;
  stroke:#45647D;
  stroke-width:1.6133;
  stroke-miterlimit:10;
  stroke-dasharray:4;
}
.custom-content-form-section input.hs-button.primary.large {
  width: 100%;
}
.custom-content-form-section .inner {
  padding-left: 8px;
  padding-right: 8px;
}
.st0-finance-accounting-1 {
  fill: #FBFEFF;
}
.st1-finance-accounting-1 {
  fill: none;
  stroke: #45647D;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.st2-finance-accounting-1 {
  fill: #ECF6FD;
}
.st3-finance-accounting-1 {
  fill: #45647D;
}
.st4-finance-accounting-1 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.st5-finance-accounting-1 {
  font-size: 14.9982px;
}
.st6-finance-accounting-1 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.st0-finance-accounting-3 {
  fill: #44637C;
}

.st1-finance-accounting-3 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.st2-finance-accounting-3 {
  font-size: 20px;
}

.st3-finance-accounting-3 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.st4-finance-accounting-3 {
  font-size: 10px;
}

.st5-finance-accounting-3 {
  fill: #ECF6FD;
}

.st6-finance-accounting-3 {
  font-size: 14px;
}

.st7-finance-accounting-3 {
  font-size: 15px;
}

.st8-finance-accounting-3 {
  fill: none;
  stroke: #45647D;
  stroke-width: 1.6133;
  stroke-miterlimit: 10;
}
.st9-finance-accounting-3 {
  fill: #45647D;
}
.svg-finance-accounting .st0-finance-accounting-2 {
  fill: #FBFEFF;
}
.svg-finance-accounting .st1-finance-accounting-2 {
  fill: none;
  stroke: #45647D;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.svg-finance-accounting .st2-finance-accounting-2 {
  fill: #ECF6FD;
  stroke: #45647D;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.svg-finance-accounting .st3-finance-accounting-2 {
  fill: #ECF6FD;
}
.svg-finance-accounting .st4-finance-accounting-2 {
  fill: #44637C;
}
.svg-finance-accounting .st5-finance-accounting-2 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.svg-finance-accounting .st6-finance-accounting-2 {
  font-size: 15px;
}
.svg-finance-accounting .st7-finance-accounting-2 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.custom-svg1 .st0-healthinfo-1 {
  fill: #FBFEFF;
}
.custom-svg1 .st1-healthinfo-1 {
  fill: none;
  stroke: #45647D;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.custom-svg1 .st2-healthinfo-1 {
  fill: #ECF6FD;
}
.custom-svg1 .st3-healthinfo-1 {
  fill: #44637C;
}
.custom-svg1 .st4-healthinfo-1 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.custom-svg1 .st5-healthinfo-1 {
  font-size: 15px;
}
.custom-svg1 .st6-healthinfo-1 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.custom-svg2 .st0-healthinfo-2{
  fill:#FBFEFF;

}
.custom-svg2 .st1-healthinfo-2{
  fill:none;
  stroke:#45647D;
  stroke-width:2;
  stroke-miterlimit:10;
}
.custom-svg2 .st2-healthinfo-2{
  fill:#ECF6FD;

}
.custom-svg2 .st3-healthinfo-2{
  fill:#45647D;
}
.custom-svg2 .st4-healthinfo-2{
  font-family:"Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.custom-svg2 .st5-healthinfo-2{
  font-size:13px;
}
.custom-svg2 .st6-healthinfo-2{
  font-size:14px;
}
.custom-svg2 .st7-healthinfo-2{
  fill:#44637C;
}
.custom-svg2 .st8-healthinfo-2{
  font-family:"Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.custom-svg2 .st9-healthinfo-2{
  font-size:15px;
}
.custom-svg3 .st0 {
  fill: #FBFEFF;
}
.custom-svg3 .st1 {
  fill: none;
  stroke: #45647D;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.custom-svg3 .st2 {
  fill: #ECF6FD;
  stroke: none;
}
.custom-svg3 .st3 {
  fill: #45647D;
}
.custom-svg3 .st4 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.custom-svg3 .st5 {
  font-size: 14px;
}
.custom-svg3 .st6 {
  fill: #FFFFFF;
}
.custom-svg3 .st7 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.custom-svg5 .st0 {
  fill: #FBFEFF;
}
.custom-svg5 .st1 {
  fill: none;
  stroke: #45647D;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.custom-svg5 .st2 {
  fill: none !important;
  stroke: #45647d !important;
  stroke-width: 1.6133;
  stroke-miterlimit: 10;
}
.custom-svg5 .st3 {
  fill: #45647D;
  fill: none;
  stroke: #45647D;
  stroke-width: 1.7209;
  stroke-miterlimit: 10;
  stroke-dasharray: 4.2668;
}
.custom-svg5 .st4 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  fill: #ECF6FD;
  font-weight: 700;
}
.custom-svg5 .st5 {
  font-size: 14px;
  fill: #45647D !important;
}
.custom-svg5 .st6 {
  fill: #FFFFFF;
  font-weight: 700 !important;
}
.custom-svg5 .st7 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.custom-svg5 g#BG {
  display: none;
}
.custom-breadcrumb-menu li.hs-breadcrumb-menu-item a {
  text-decoration: none;
}
.custom-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb a {
  font-size: 0;
}
.custom-content-form-section h1 {
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 30px;
}
.custom-content-form-section .hs-form label {
  color: #fff;
}
.custom-content-form-section select {
  -webkit-appearance: none;
  background-image: url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/images/arrow-down-orange.png);
  background-repeat:no-repeat;
  background-position: calc(100% - 16px) center;
}
.hs-contact-layout .custom-content-form-section h1 {
  font-weight: normal;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 20px;
}
.hs-contact-layout .custom-content-form-section.Style2 {
  padding-top: 85px;
  background-position: center bottom;
  background-size: contain;
}
.page-header.section-header {
  text-align: center;
  max-width: 860px;
  margin: 0px auto;
}
.page-header.section-header h1 {
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 50px;
}
.hs-contact-layout main.body-container-wrapper .row-fluid [class*="span"] {
  min-height: 1px;
}
.people-layout .banner h1 {
  color: #111;
}
.people-layout .banner p {
  color: #111;
}
body .custom-logo-group.six .custom-logo-item {
  text-align: center;
  margin-right: 3.6%;
  float: none;
}
.custom-logo-group.six.tab-hidden {
  text-align: center;
}
.fancybox-close-small{
  outline:0;
}
.hs-contact-layout .custom-content-form-section.Style2 input.hs-button.primary.large {
  text-transform: uppercase;
}
.cm-office-location-group a:hover i{
  color: #e17d40;
}
.cm-office-location-group a i{
  -webkit-transition: all .15s ease-in-out !important;
  transition: all .15s ease-in-out !important;
  -moz-transition: all .15s ease-in-out !important;
  text-decoration: none;
}
.byline {
  font-size: 15px !important;
  color: #959595 !important;
  text-decoration: none !important;
  line-height: 1.35;
  margin-bottom: 20px;
}
.byline span{
  display: inline-block;
}
.byline .date {
  display: inline-block;
}
.cm-post-item-bottom h2 {
  margin-bottom: 5px !important;  
}

.custom-section{
  padding-left:30px;
  padding-right:30px;
}
.custom-layout-column {
  position: relative;
  float: left;
  margin-bottom: 20px;
  margin-right: 1%;
}
.custom-home-row7 .custom-content-form-section select.hs-input {
  font-size: 18px;
}
.custom-layout-column.custom-column-last {
  margin-left: 0;
  margin-right: 0;
}
.custom-layout-column .custom-column-wrapper {
  min-height: 1px
}

.custom-layout-column.custom-one-full {
  float: none;
  clear: both
}
.custom-home-row7 .custom-content-form-section form {
  margin-top: 50px;
}
.custom-layout-column.custom-one-sixth {
  width: 16.6666%
}

.custom-layout-column.custom-five-sixth {
  width: 83.3333%
}

.custom-layout-column.custom-one-fifth {
  width: 20%
}

.custom-layout-column.custom-two-fifth {
  width: 40%
}

.custom-layout-column.custom-three-fifth {
  width: 60%
}

.custom-layout-column.custom-four-fifth {
  width: 80%
}

.custom-layout-column.custom-one-fourth {
  width: calc(25% - ( ( 4% ) * 0.25 ) );
}

.custom-layout-column.custom-three-fourth {
  width: calc(75% - ( ( 4% ) * 0.75 ) );
}

.custom-layout-column.custom-one-third {
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
}

.custom-layout-column.custom-two-third {
  width: 66.6666%
}
.svg-image.svg-center {
  margin-left: auto;
  margin-right: auto;
      position: relative;
    top: -30px;
}
.svg-image.svg-center svg {
    max-width: 265px;
}
.svg-image {
  transform: translate3d(0,0,0);
}
.custom-layout-column.custom-one-half {
  width: 50%
}
#svg-hand-coin{
  max-width:108px;
}
#svg-human-message-box{
  max-width:99px;
}
#svg-rocket{
  max-width:69px;
}
#svg-human-multiple-box {
  max-width:182px;
}
#svg-human-magnify{
  max-width:148px;
}
#svg-human-network {
  max-width:119px;
}

.custom-layout-column.custom-column-last {
  margin-left: 0;
  margin-right: 0
}
.custom-layout-column:last-child {
  margin-right: 0 !important;
}
.custom-layout-column.custom-spacing-yes {
  margin-right: 4%
}

.custom-layout-column.custom-spacing-yes.custom-one-sixth {
  width: 13.3333%
}

.custom-layout-column.custom-spacing-yes.custom-five-sixth {
  width: 82.6666%
}

.custom-layout-column.custom-spacing-yes.custom-one-fifth {
  width: 16.8%
}

.custom-layout-column.custom-spacing-yes.custom-two-fifth {
  width: 37.6%
}

.custom-layout-column.custom-spacing-yes.custom-three-fifth {
  width: 58.4%
}

.custom-layout-column.custom-spacing-yes.custom-four-fifth {
  width: 79.2%
}

.custom-layout-column.custom-spacing-yes.custom-one-fourth {
  width: 22%
}

.custom-layout-column.custom-spacing-yes.custom-three-fourth {
  width: 74%
}

.custom-layout-column.custom-spacing-yes.custom-one-third {
  width: 30.6666%
}

.custom-layout-column.custom-spacing-yes.custom-two-third {
  width: 65.3333%
}

.custom-layout-column.custom-spacing-yes.custom-one-half {
  width: 48%
}

.custom-layout-column.custom-spacing-yes.custom-column-last {
  margin-left: 0;
  margin-right: 0
}

.custom-layout-column .custom-column-content-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.custom-layout-column .custom-column-content-centered .custom-column-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%
}

.custom-column-inner-bg-wrapper .custom-column-wrapper {
  position: relative;
  z-index: 3;
  pointer-events: none
}

.custom-column-inner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.custom-column-inner-bg a {
  width: 100%;
  height: 100%
}

.custom-column-inner-bg a span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.custom-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 31px;
  font-size: 40px;
}
.custom-imageframe img {
  vertical-align: top;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.custom-title.custom-title-center {
  text-align: center;
}

.custom-fullwidth .custom-row {
  position: relative;
  z-index: 10;
}
.custom-builder-row.custom-builder-row-inner {
  max-width: 100%!important;
}
.custom-builder-row {
  width: 100%;
  margin: 0 auto;
}
.custom-layout-column {
  position: relative;
  float: left;
  margin-bottom: 20px;
}
.margin-left-right-center {
  margin: 0 auto !important;
}

.imageframe-align-center {
  text-align: center;
}
.page-center {

  width: 100%;
}

.custom-layout-column:last-child {
  margin-right: 0;
}
.custom-imageframe {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
}
.custom-layout-column:last-child {
  margin-right: 0;
}
.custom-title h2 {
  width: 100%;
}
.body-container-wrapper .hs-build-team-three .hs_cos_wrapper_type_rich_text ul,
.custom-three-list{
  margin: 2px 0 40px;
}
.custom-three-list{
  margin: 2px 0 40px !important;
}
.body-container-wrapper .hs-build-team-three .hs_cos_wrapper_type_rich_text ul li,
.custom-three-list li{
  margin:0;
}
.hs-build-team-two .hs_cos_wrapper_type_module hr {
  background: none;
}
.hs-build-team-two .hs_cos_wrapper_type_rich_text>center h4 a {
  border-bottom: 2px solid #60badc;
  -webkit-transition: all .15s ease-in-out !important;
  transition: all .15s ease-in-out !important;
  -moz-transition: all .15s ease-in-out !important;
  text-decoration: none !important;
}
.hs-build-team-two .span6 .hs_cos_wrapper_type_rich_text ul {
  margin: 2px 0 0 !important;
}
.hs-build-team-two .span6 .hs_cos_wrapper_type_rich_text ul li {
  margin: 0;
}

main.body-container-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}

ul.custom-list-icon {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 40px;
  font-size: 18px;
  line-height: 30.6px;
}

ul.custom-list-icon li {
  position: relative;
}

ul.custom-list-icon li i {
  background-color: #ffffff;
  font-size: 18px;
  height: 22px;
  width: 30px;
  margin-right: 9.6px;
  text-align: center;
  color: #df7126;
  float: left;
  position: absolute;
  top: 8px;
}
blockquote p:last-child {
  font-style: normal;
}
.hs-build-team-two .hs_cos_wrapper_type_header h1 span {
  max-width: 1047px;
  display: block;
  margin: 0 auto;
  padding:0 25px;
}
.cm-two-column-right-col1 img {
  margin-bottom: 25px;
  margin-bottom: 0;
}
.hs-content-id-30046347237 .cm-two-column-right-col1 img {
  margin-bottom: 0px;
}
ul.custom-list-icon li span {
  margin-left: 40px;
  display: inline-block;
  vertical-align: top;
}
ul.custom-list-icon li {
  margin: 0 !important;
  /* line-height: 30px; */
}
.hs-build-team-five h1,
.hs-build-team-ten.custom-team-botom-pane .hs_cos_wrapper_type_rich_text h1{
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  font-family: "Proxima Nova",Helvetica,Arial,sans-serif;
  font-weight: normal;
  margin: 0 0 31px;
}
ul.custom-list-icon li:before {
  display: none !important;
}

.custom-team-botom-pane .span4 a {
  font-size: 16px;
  text-decoration: none;
  color: #363636;
}
.custom-team-botom-pane .span4 a:hover{
  color: #60BADC !important;
  text-decoration: underline !important;
}

.custom-designer-profile .custom-text.width-850.margin-left-right-center p {
  text-align: center;
}
.cm-two-column-right-col1 h4 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1;
}
.cm-two-column-right-col1 h4 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1;
}
.cm-two-column-right-col1 ol {
  padding: 0;
  list-style: none;
  counter-reset: list-counter-numbered;
  padding-left: 0;
}
.custom-designer-profile .custom-title h2{
  margin-bottom:0;
}
.cm-two-column-right-col1 ol > li {
  counter-increment: list-counter-numbered;
}

.cm-two-column-right-col1 ol li:before {
  color: #de7126;
  font-weight: 700;
  content: counter(list-counter-numbered) ". ";
  font-size: 18px !important;
  font-family: "Source Sans Pro",Arial,Helvetica,sans-serif !important;
}
.cm-two-column-right-col1 ol li ul li:before{
  display: none;
}
table.ms-blog-post-table {
  border-collapse: collapse;
  width: 100%;
}
table.ms-blog-post-table, table.ms-blog-post-table th, table.ms-blog-post-table td {
  border: 1px solid #000000;
}
.cm-two-column-right-col1 ol li ul{
  list-style-type: disc;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.menu {
  margin: 2px  0 0px;
  padding-bottom: 18px;
}

.body-container-wrapper .cm-two-column-right-col1 .hs_cos_wrapper_type_rich_text ul.menu li:before {
  content: "\2022";
  color: #de7126;
  padding-right: 8px;
  font-size: 18px;
  display: table-cell;
  line-height: 0;
  left: 0;
}

.body-container-wrapper .cm-two-column-right-col1 .hs_cos_wrapper_type_rich_text ul.menu li {
  padding-left: 14px;
  line-height: 29.7px;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.menu {
  margin: 2px 0 18px;
}
/* .body-container-wrapper .hs-build-your-team-page .hs_cos_wrapper_type_rich_text ul li {
display: table;
margin-bottom: 0;
}
.body-container-wrapper .hs-build-your-team-page .hs_cos_wrapper_type_rich_text ul {
margin:2px 0 40px;
}
*/
.custom-button {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  display: block;
  outline: 1px solid transparent;
  overflow: hidden;
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  background: #e07026;
  color: var(--button_accent_color);
  /* border-color: tan; */
  text-decoration: none;
  font-weight: normal;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  letter-spacing: 0;
}

.custom-button:hover {
  background: #ea8c2b !important;
}


.custom-home-row7 .custom-content-form-section h2 {
  font-size: 60px;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1;
  max-width: 100%;
}


.custom-home-row7 .custom-content-form-section .inner {
  max-width: 860px;
}
.custom-home-row7 .custom-content-form-section p {
  /* line-height: 1; */
  padding: 0 30px;
}

.custom-home-row7 .custom-content-form-section h2 {
  font-size: 60px;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1;
  max-width: 100%;
}
.custom-home-row8 .dnd-section {
  background-color: #f5f5f5;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  text-align: center;
}
.custom-content-form-section p {
  line-height: 1.45;
  padding: 0 30px;
}

.custom-content-form-section .inner {
  max-width: 860px;
}
.custom-content-form-section .hs-input {
  padding: 8px 15px;
  height: 60px;
}

.custom-home-row7 .custom-content-form-section {
  padding: 85px 30px 80px;
}
.custom-home-row7 .custom-content-form-section .actions {
  padding-bottom: 50px;
}
.custom-content-form-section input.hs-button.primary.large {
  width: 100%;
  text-transform: uppercase;
}
.custom-content-form-section ul.inputs-list.multi-container {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.custom-home-row7 .custom-content-form-section input.hs-button.primary.large {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-family: "Source Sans Pro";
  font-family: source sans-pro;
  padding-top: 31px;
  padding-bottom: 31px;
}
.custom-content-form-section ul.inputs-list.multi-container label input {
  height: auto;
}
.custom-content-form-section ul.inputs-list.multi-container label {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 8px;
}

.custom-home-row7 .custom-content-form-section input.hs-button.primary.large {
  margin-bottom: 40px;
  text-transform: uppercase;

}
.custom-content-form-section .hs-input::-webkit-input-placeholder {
  color: #363636 !important;
  opacity: 1;
  font-size: 18px;
  font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
  font-weight: 300
}

.custom-content-form-section .hs-input::-moz-placeholder {
  color: #363636 !important;
  opacity: 1;
  font-size: 18px;
  font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
  font-weight: 300
}

.custom-content-form-section .hs-input:-moz-placeholder {
  color: #363636 !important;
  opacity: 1;
  font-size: 18px;
  font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
  font-weight: 300
}

.custom-content-form-section .hs-input:-ms-input-placeholder {
  color: #363636 !important;
  opacity: 1;
  font-size: 18px;
  font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
  font-weight: 300
}

.custom-content-form-section:-moz-placeholder {
  color: #363636 !important;
  opacity: 1;
  font-size: 18px;
  font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
  font-weight: 300
}

.custom-content-form-section .hs-input::placeholder {
  color: #363636 !important;
  opacity: 1;
  font-size: 18px !important;
  font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
  font-weight: 300
}

.custom-home-row8 .dnd-section {
  background-color: #f5f5f5;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  text-align: center;
}

.custom-home-row8 .dnd-section .span2,.custom-home-row8 .dnd-section .span3 {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 25%;
  width: calc(25% - ( ( 4% + 4% ) * 0.25 ) );
  margin-right: 4%;
  margin-left: 0;
}

.custom-home-row8 .dnd-section .span7 .span4 {
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
  margin-right: 4%;
  margin-left: 0;
}

.custom-home-row8 .dnd-section p {
  color: #636363;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 1.275;
  margin-top: 20px;
}

.custom-home-row8 .dnd-section .span7 {
  margin-top: 0px;
  margin-bottom: 0px;
  width: calc(46%);
  margin-right: 4%;
  visibility: visible;
  animation-duration: 1s;
  margin-left: 0;
  margin-bottom: 20px;
}

.custom-home-row8 .dnd-section .dnd-column:last-child {
  margin-right: 0 !important;
}

.custom-home-row8 .dnd-section p {
  color: #636363;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 1.275;
  margin-top: 20px;
}

.custom-home-row8 .dnd-section .span7 .span4 {
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
  margin-right: 4%;
  margin-left: 0;
}

.custom-home-row8 .dnd-section .span7 .span4:last-child p {
  line-height: 1.615;
}
.custom-home-row8 .dnd-section .dnd-column:last-child {
  margin-right: 0 !important;
}

.custom-home-row8 .dnd-section p {
  color: #636363;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 1.275;
  margin-top: 20px;
  margin-bottom: 0;
}
.custom-button:hover {
  color: #fff;
  text-decoration: none;
}
/* .container-fluid[class*='custom-home-row'] {
display: none;
}
.custom-home-row3.container-fluid[class*='custom-home-row'] {
display: block;
}

*/
.custom-location-page.hs-two-column-right-layout .cm-two-column-right-col1 {
  padding-top: 0;
  padding-right: 130px;
  margin-bottom: 0px;
}

.custom-location-page.hs-two-column-right-layout .cm-two-column-right-col2 {
  padding-top: 0px;
}

.custom-location-page.hs-two-column-right-layout .cm-two-column-right-col2.is-affixed .cm-two-column-right-inner-col2 {
  top: 90px!important;
}
.custom-location-page.hs-two-column-right-layout .cm-two-column-right-col2 .cm-two-column-right-inner-col2 {
  top: 1;
  position: sticky !important;
  left: 0 !important;
  width: auto !important;
  bottom: auto !important;
  transform: none !important;
  display: block !important;
}
.table-box-title {

  margin: 0 !important;
}
.custom-location-page.hs-two-column-right-layout .cm-two-column-right-col2 {
  padding-top: 0px;
  height: auto !important;
}
.body-container-wrapper .cm-two-column-right-col1 .hs_cos_wrapper_type_rich_text ul.cm-list li {
  /* padding: 5.5px 0; */
  /* margin-left: 0; */
  margin-top: 10.5px;
  margin-bottom: 8.5px;
}

.body-container-wrapper .cm-two-column-right-col1 .hs_cos_wrapper_type_rich_text ul.cm-list li {}

.body-container-wrapper .cm-two-column-right-col1 .hs_cos_wrapper_type_rich_text ul.cm-list li:first-child {
  margin-top: 0;
}

.body-container-wrapper .cm-two-column-right-col1 .hs_cos_wrapper_type_rich_text ul.cm-list li:first-child {}

.body-container-wrapper .cm-two-column-right-col1 .hs_cos_wrapper_type_rich_text ul.cm-list li:before {
  font-size: 15.84px;
}
.hs-facts-and-figures-inner-group .cm-counter-content p strong {
  font-family: source sans-pro;
}
.custom-location-page.hs-two-column-right-layout .cm-two-column-right-page {
  padding-top: 55px;
}

.custom-location-page.hs-two-column-right-layout .cm-two-column-right-col1 h2 {
  margin-bottom: 55px;
}

.custom-location-page .hs-facts-and-figures-inner-group .cm-counter-item {
  margin-bottom: 46px;
}

.custom-location-page.hs-two-column-right-layout .cm-two-column-right-col1 .hs-facts-and-figures-group h2:first-of-type {
  margin-bottom: 31px;
}

.body-container.bottom-container-1 .dnd-section {
  background-repeat: no-repeat;
  padding: 164px 30px 155px !important;
  background-size: cover !important;
  background-position: 60% center !important;
}


.body-container.bottom-container-1 .dnd-section .hs_cos_wrapper_type_linked_image {
  display: none;
}
.container-fluid.body-container.bottom-container-1 {}

.body-container.bottom-container-1 .dnd-section {
  background-repeat: no-repeat;
  padding: 164px 30px 155px !important;
  background-size: cover !important;
  background-position: 60% center !important;
}

.body-container.bottom-container-1 .dnd-section .hs_cos_wrapper_type_linked_image {
  display: none;
}
.body-container.bottom-container-1 .dnd-section .span6>div {
  padding: 0px 120px 0px 0px;
}
.body-container.bottom-container-1 .dnd-section .span6 a.cta_button {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background-color: rgba(224,112,38,1.0);
  border-color: rgba(224,112,38,1.0);
  text-transform: uppercase;
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255,255,255,1.0);
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  font-weight: normal;
  box-sizing: border-box !important;
  letter-spacing: 0;
  margin: 0;
  text-decoration: none;
  display: inline-block;
}
.bottom-container-loc-page .cm-bottom-pane-inner-col2 {
  padding: 0px 30px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 251px;
}
.body-container.bottom-container-1 .dnd-section .span6 a.cta_button:hover {
  background-color: rgba(234,140,43,1.0);
  border-color: rgba(224,112,38,1.0);
  color: rgba(255,255,255,1.0);
}

.bottom-container-loc-page .cm-bottom-pane-inner-col2 {
  padding: 0px 30px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 251px;
}

.bottom-container-loc-page .cm-bottom-pane-group .page-center {
  align-items: center;
}
body .table-box-title {
  margin: 0 !important;
}
.banner-content.has-text h1,
.custom-home-banner h1{

  font-family: Proxima Nova;
}
.cm-two-column-right-col1 strong {
  font-family: source sans-pro;
}
.bottom-container-loc-page  .cm-bottom-pane-group h2 {
  /* min-height: 251px; */
  margin-top: 0;
}
iframe {
  border: none;
}

#svg-project-based {
  max-width: 323px;
}

#svg-business-process {
  max-width: 265px;
}

#svg-offshore-company {
  max-width: 219px;
}

#svg-managed-operations {
  max-width: 265px;
}


.bottom-container-loc-page .cm-bottom-pane-group .cm-bottom-pane-col1 {
  min-height: 251px;
  display: flex;
  align-items: center;
}
.cm-two-column-right-page blockquote p strong {

  font-family: Source Sans Pro;
}
.body-container.bottom-container-1 .dnd-section .span6 {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 48%;
  margin-right: 4%;
  margin-left: 0;
}

.body-container.bottom-container-1 .dnd-section .span6 h2 {
  font-size: 60px;
  margin-top: 0px;
  margin-bottom: 18px;
  line-height: 1;
}
.banner.logo-banner {}

.banner.logo-banner .banner-content.has-text {
  padding: 107px 10px 80px 0px;
}

.banner.logo-banner .banner-content.has-text p {
  color: #363636;
  margin: 1em 0;
}

.banner.logo-banner .banner-content.has-text h1 {
  margin: 0;
}

.banner.logo-banner .banner-content.has-text img {
  vertical-align: middle;
}
.body-container.bottom-container-1 .dnd-section .span6 p {
  color: #363636;
}
.overlay-item-description p strong{
  font-family: source sans-pro;
}
.hs-video-layout.hs-two-column-right-layout .top-pane-container center h4 {
  color: #313d49;
}
.custom-breadcrumb-menu .breadcrumb-section {
  overflow: hidden;
}
.custom-breadcrumb-menu .content-wrapper {
  border-bottom: 2px solid #ebebeb;
  padding: 0;
}
.custom-breadcrumb-menu {
  padding: 0 30px;
}
.custom-breadcrumb-menu .hs-breadcrumb-menu-item {
  float: none;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.custom-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb a:before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #313d49;
  font-size: 13px;
}
.custom-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb a {
  position: relative;
}
.custom-breadcrumb-menu .hs-breadcrumb-menu-divider:before {
  padding:0 12px 0 15px;
  content: '/';
}
.custom-breadcrumb-menu .hs-breadcrumb-menu-item span {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.custom-breadcrumb-menu li.hs-breadcrumb-menu-item a, 
.custom-breadcrumb-menu li.hs-breadcrumb-menu-item {
  color: #828b99;
  font-size: 15px;
}
.custom-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb span.text {
  display: none;
}
.custom-breadcrumb-menu .hs-breadcrumb-menu {
  padding: 19px 0 14px;
  margin-left: 10px;
}
.custom-breadcrumb-menu li.hs-breadcrumb-menu-item a:hover {
  color: rgb(51,51,51);
}
.hs-build-your-team-page {
  padding: 55px 0 0;
}
.hs-build-your-team-page-with-sticky-form .hs-build-team-one h4{
    font-family: Proxima Nova;
    font-size: 30px;
    padding: 0px;
}
.hs-build-team-one h4 {
  font-weight: 400;
  font-family: "Source Sans Pro";
  padding: 0 25px;
  color:#313d49;
  margin-bottom:0;
}
.custom-designer-profile .custom-text.width-850.margin-left-right-center p {
  margin-top: 27px;
}
.hs-build-team-one .dnd-section  .dnd-column {
  border-bottom: 2px solid #ebebeb;
}

.custom-svg1 .st4-healthinfo-1{
  font-family: source sans-pro !important;
}
.hs-build-team-nine .span4 {
  margin-right: 1%;
  margin-left: 0;
}
.hs-build-team-nine .span4:last-child {
  margin-right: 0;
}
.hs-build-team-nine.hs-build-team-nine-2 .span4:last-child {
  margin-right: 0;
} 
.hs-build-team-nine.hs-build-team-nine-2 .span4 {
  width: 33.333%;
  width: calc(33.33% - ( ( 1% + 1% ) * 0.3333 ) );
  margin-right: 1%;

  float: left;
}
.custom-content-form-section select.hs-input {
  cursor: pointer;
  font-size:18px;
}
.hs-build-team-two h2,
.hs-build-team-three h2{
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 30px;
}
.custom-logo-group.five .custom-logo-item {
  width: calc(20% - ( ( 4% + 4% + 4% + 4% ) * 0.2 ) ) ;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.hs-build-team-four h2 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px !important;
  text-align: center;
}
.custom-logo-group.five {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hs-build-team-four {
  text-align: center;
}
.hs-build-team-four p:last-child {
  margin-bottom: 27px;
}
.custom-orange-btn  {
  display: inline-block;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  background: #e07026;
  text-decoration:none;
}
.custom-orange-btn:hover {
  background: #ea8c2b;
  color: #fff;
  text-decoration: none;
}
.hs-build-team-five h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 21px;
}

.hs-build-team-nine p a{
  font-size: 16px;
  text-decoration: underline;
  color: #363636;
}

.hs-build-team-nine p a {
  color: #363636;
}

.hs-build-team-nine .hs_cos_wrapper_type_rich_text img {
  margin-bottom: 10px;
}

.hs-build-team-nine p a:hover {
  color: #60badc;
}
.hs-build-team-ten .span2 {
  width: calc(25% - ( ( 4% + 4% ) * 0.25 ) );
  margin: 0;
  margin-right: 4%;
}
.hs-build-team-ten .dnd-section .span2:last-child {
  margin-right: 0;
}
.hs-build-team-ten .span8 {
  width: calc(46%);
  margin-right: 4%;
  margin-left: 0;
}
.hs-build-team-ten .span8 p {
  text-align: center;
  color: #636363;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.275;
  margin: 0 0 20px;
}
.hs-build-team-ten .span8 img {
  margin-bottom: 23px;
}
#byt-middle-cta-orange-btn{
 font-weight: 600; 
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text  ul,
ul.ms-checklist{
  list-style: none;
  padding-left: 0;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li, 
ul.ms-checklist li{
  display: table;
  margin-bottom: 10px;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li:before,
ul.ms-checklist li:before{
  content: "\25AA";
  color: #de7126;
  padding-right: 8px;
  font-size: 18px;
  display: table-cell;
  line-height: 0;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist li:before {
  content: no-close-quote;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist li i.fusion-li-icon {
  color: #df7126;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist li {
  display: block;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist {
  display: block;
      margin: 10px 0 0;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist li span {
  height: 30px;
  width: 30px;
  margin-right: 12.6px;
  float: left;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist.fusion-checklist-1,
.body-container-wrapper .hs-build-team-two-2 .hs_cos_wrapper_type_rich_text ul.fusion-checklist{
  margin-bottom: 40px;
  font-size: 17px;
  margin-top:5px;
  line-height: 28.9px;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist.fusion-checklist-1 li,
.body-container-wrapper .hs-build-team-two-2 .hs_cos_wrapper_type_rich_text ul.fusion-checklist li{
  font-size: 17px;
  line-height: 28.9px;
  padding: 5.5px 0;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist.list-counter-circle li i.fusion-li-icon {
  position: relative;
  top: -6px;
  left: 5px;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist.list-counter-circle li .fa-list-ol:before {
  content: counter(list-counter-circle);
  font-family: "Source Sans-Pro",Arial,Helvetica,sans-serif;
  font-size: 16px;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist li p {
  margin: 0;
  margin-left:43.2px;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist li {
  margin: 0;
  overflow: hidden;
}
.custom-logo-group.four .custom-logo-item {
  width: calc(25% - ( ( 4% + 4% + 4% ) * 0.25 ) );
  margin-right: 4%;
  text-align: center;
  margin-bottom: 50px;
}
.custom-logo-group.four .custom-logo-item:nth-child(4n) {
  margin-right: 0;
}

.custom-logo-group.four {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.custom-logo-group.four .custom-logo-item:last-child {
  margin-right: 0;
}
.custom-logo-group.six .custom-logo-item {
  vertical-align: middle;
  width: calc(16.66% - ( ( 4% + 4% + 4% + 4% + 4% ) * 0.1666 ) )  ;
  display: inline-block;
  text-align: center;
  margin-right: 4%;
  margin-bottom: 50px;
}
.custom-logo-group.six .custom-logo-item:last-child {
  margin-right: 0;
}
.custom-logo-group.six .custom-logo-item:nth-child(6n) {
  margin-right: 0;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist.list-counter-circle li .fa-list-ol:before {
  content: counter(list-counter-circle);
  font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist.list-counter-circle li span {
  border: 1px solid #df7126;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.container-fluid.hs-build-team-nine.hs-build-team-nine-2 .dnd-section .hs_cos_wrapper_type_rich_text {
  max-width: 855px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.custom-image-with-caption-section {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px 0 0;
}
.build-your-team-banner .custom-layout-column.custom-two-fifth {
  width: 42%;
}
.hs-content-id-29973467669 .build-your-team-banner .custom-layout-column.custom-two-fifth,
.hs-content-id-29902567591 .build-your-team-banner .custom-layout-column.custom-two-fifth,
.hs-content-id-30010246807 .build-your-team-banner .custom-layout-column.custom-two-fifth,
.hs-content-id-29970093612 .build-your-team-banner .custom-layout-column.custom-two-fifth {
    width: 50%;
}
.hs-content-id-29974766979 .build-your-team-banner .custom-layout-column.custom-two-fifth {
    width: 40%;
}
.hs-content-id-29902916163 .build-your-team-banner .custom-layout-column.custom-two-fifth{
      width: 47%;
}
.hs-content-id-29904031359 .build-your-team-banner .custom-layout-column.custom-two-fifth {
    width: 43%;
}
.custom-image-with-caption-inner {
  width: calc(25% - ( ( 4% + 4% + 4% ) * 0.25 ) );
  float: left;
  text-align: center;
  margin-right: 4%;
  margin-bottom: 20px;
}
.custom-image-with-caption-inner:nth-child(4n) {
  margin-right: 0;
}
.custom-image-with-caption-inner:last-child {
  margin-right: 0;
}
.custom-image-with-caption-inner img {
  margin-bottom: 5px;
}
.custom-logo-item {
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
  float: left;
}
.three .custom-logo-item {
  margin-right: 4%;
  margin-bottom: 40px;
  text-align: center;
}
.three .custom-logo-item:last-child {
  margin-right: 0;
}
.hs-build-team-two .hs_cos_wrapper_type_module .hs_cos_wrapper_type_rich_text hr {
  margin-top: 60px;
  margin-bottom: 60px;
  background: #ebebeb;
  height: 2px;
  clear: left;
}
.banner-section.facilities-banner .custom-team-banner-area-section h1 {
  color: #111;
}
.banner-section.facilities-banner .custom-team-banner-area-section h3 {
  color: #111;
  margin-top: 30px;
}
.body-container.hs-facility-page {
  padding-top: 55px;
}
.hs-facility-one h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
  line-height: 1.5;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.hs-facility-six h2 {
  font-size: 60px;
  line-height: 1;
  text-align: center;
}
.hs-facility-six p {
  max-width: 955px;
  margin-left: auto;
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
  margin-right: auto;
}
.hs-facility-eight p {
  text-align: center;
  font-size: 20px;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist.list-counter-circle li p {
  margin-left: 34.2px;
}
.st0{fill:#FBFEFF;}
.st1{fill:none;stroke:#45647D;stroke-width:1.6133;stroke-miterlimit:10;}
.st2{fill:#ECF6FD;stroke:#45647D;stroke-width:1.6133;stroke-miterlimit:10;}
.st3{fill:#ECF6FD;}
.st4{fill:#45647D;}
.st5{font-family:'Calibri'; font-weight: 700;}
.st6{font-size:14px;}
.st7{fill:#B8E4F2;}
.st8{font-family:'Calibri'; font-weight: 300;}

.st1, .st2, .st3, .st4, .st5, .st6, .st7 {
  font-family: "Source Sans Pro",Arial,Helvetica,sans-serif !important;
}

.hs-facility-page .cm-bottom-pane-col1 {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  padding-right:50px;
}
.hs-facility-page .cm-bottom-pane-col2 {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
}

.hs-content-id-30010246115 .hs-facility-page .cm-bottom-pane-col2,
.hs-content-id-30010246115 .hs-facility-page .cm-bottom-pane-col1{
  width:100%;
}
.hs-facility-page .cm-bottom-pane-group a.hs-button {
  text-transform: uppercase;
}
.hs-e-course-one .span6 {
  width: calc(50% - ( ( 7% ) * 0.5 ) );
  margin-right: 7%;
  margin-left: 0;
  margin-bottom: 5px;
}
.hs-e-course-one .span6:last-child {
  margin-right: 0;
}
.hs-e-course-one .cm-video-group a:before {
  content: none !important;
}
.hs-e-course-one .span6 ul.fusion-checklist li {
  padding: 5.5px 0;
}
.hs-e-course-one .span6 ul.fusion-checklist {
  margin-top: 0;
}
.hs-e-course-one .span6 h2 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.hs-e-course-one .span6 ul.fusion-checklist li span {
  position: relative;
  left: 6px;
}
.hs-e-course-one .cm-video-group {
  margin: 0;
}
.hs-e-course-page hr {
  background: #dce5ee;
  margin-bottom: 20px;
}
.hs-e-course-five .span6 {
  width: calc(48%);
  margin-right: 4%;
  margin-left: 0;
}
.hs-e-course-five .span6:last-child {
  margin-right: 0;
}
.hs-e-course-five .span6 img {
  width: auto !important;
  max-width: 100%;
}
.hs-e-course-five .span6 ul.fusion-checklist li {
  padding: 5.5px 0;
}
.hs-e-course-five .span6 ul.fusion-checklist {
  margin: 0 0 30px;
}
.hs-e-course-five .span6 ul.fusion-checklist li > span {
  position: relative;
  left: 4px;
}
.hs-e-course-six .span3 {
  width: calc(25% - ( ( 4% ) * 0.25 ) );
  margin-right: 4%;
  text-align: center;
}
.hs-e-course-six .span9 {
  width: calc(75% - ( ( 4% ) * 0.75 ) );
  margin-left: 0;
  padding: 0 30px;
}
.hs-e-course-six .span9 h2 {
  margin-top: -8px;
  margin-bottom: 15px;
}
.hs-e-course-seven h2 {
  margin-bottom: 37px;
}
.hs-e-course-page .cm-bottom-pane-group {
  padding: 57px 30px 60px;
}
.hs-e-course-page .cm-bottom-pane-group h2 {
  margin-top: 0;
}
.hs-content-id-30010246115 .cm-bottom-pane-inner-col1 {
    min-height: 187px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-content-id-30010246115 .cm-bottom-pane-group h2 {
    margin-bottom: 20px;
}
.hs-e-course-page .cm-bottom-pane-col1 {
  width: calc(66.66% - ( ( 4% ) * 0.6666 ) );
  padding-right: 40px;
}
.hs-e-course-page .cm-bottom-pane-col2 {
  width: calc(33.33% - ( ( 4% ) * 0.3333 ) );
  padding: 0;
}

.hs-content-id-30010246115 .main_section_four-column-2-vertical-alignment.dnd-column > div > div > div {
    width: 100% !important;
    margin-left: 0;
}

.image-center {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}
.hide-on-tab,
body .container-fluid .row-fluid ul.fusion-checklist.hide-on-tab{
    display: none;
}

.hs-content-id-30038891892 .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.main_section_four-row-0-vertical-alignment.main_section_four-row-0-force-full-width-section {
    padding: 0;
}
body .hs-fieldtype-booleancheckbox.field.hs-form-field {
    margin-bottom: 0;
}
body .hs-fieldtype-booleancheckbox.field.hs-form-field ul.inputs-list {
    margin-bottom: 0;
}
body .hs-fieldtype-textarea.field.hs-form-field {
    margin-bottom: 0;
}
.custom-content-form-section.Style2 input.hs-button.primary.large {
    margin-top: 40px;
}
.hs-e-course-six .span3 img {
  vertical-align: middle;
}
.hs-e-course-page .cm-bottom-pane-col1 p {
  font-weight: 300;
}
.cm-bottom-pane-col2 a {
  color: #fff;
}
.hs-e-course-page .cm-bottom-pane-col2 .cm-bottom-pane-inner-col2 form .hs-form-field > label {
  display: none;
}
.hs-e-course-page .cm-bottom-pane-col2 .cm-bottom-pane-inner-col2 {
  width: 100%;
}
.hs-e-course-page .cm-bottom-pane-col2 .cm-bottom-pane-inner-col2 form .hs-input {
  border-color: #d2d2d2;
  padding: 18px 15px;
  height: auto;
  border-radius: 5px;
  margin-bottom: 7px;
  font-size: 18px;
  color: #555;
}
.hs-e-course-page .cm-bottom-pane-col2 .cm-bottom-pane-inner-col2 form .hs-input::placeholder{
  color:#555;
}
.custom-e-course-banner-section .col2 .top-right-content hr {
  background: #4a6178;
  margin: 0;
}
.hs-e-course-page .cm-bottom-pane-col2 .cm-bottom-pane-inner-col2 form .hs-input:focus {
  border-bottom: 2px solid #FF9800;
}
.hs-e-course-page .cm-bottom-pane-col2 .cm-bottom-pane-inner-col2 form .hs-button{
  padding: 16px 29px;
  line-height: 18px;
  font-weight: 500;
}
.cm-two-column-right-page blockquote {
  border-left: 7px solid #e17d40;
}
.cm-two-column-right-page blockquote p strong {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  font-style: italic;
}
.hs-e-course-page .cm-bottom-pane-col2 .cm-bottom-pane-inner-col2 form .hs-submit {
  text-align: center;
}
.hs-two-column-right-layout code {
  font-size: 25px;
  color: #fff;
  background: #de7126;
  padding: 12.5px 21px;
  line-height: 1;
  margin-bottom: 10px;
  font-family: 'Proxima Nova',"Source Sans Pro",Arial,Helvetica,sans-serif;
  font-weight: 700;
  display: inline-block;
}
.body-container-wrapper .cm-two-column-right-col1 .hs_cos_wrapper_type_rich_text ul.fusion-checklist li {
  padding-left: 0;
}
.body-container-wrapper .cm-two-column-right-col1 .hs_cos_wrapper_type_rich_text ul.fusion-checklist {
  margin-bottom: 30px;
}
.body-container-wrapper .cm-two-column-right-col1 .hs_cos_wrapper_type_rich_text ul.fusion-checklist li i.fusion-li-icon {
  position: relative;
  left: 6px;
}
.off-shore-staffing .st0{
  fill:#D9EBF9;
}
.off-shore-staffing .st1{
  fill:#ECF8FE;stroke: none;
}
.off-shore-staffing .st2{
  fill:#537289;stroke: none;
}
.off-shore-staffing .st3{
  font-family: source sans-pro; 
  font-weight: 700;
}
.tab-visible {
  display: none !important;
}
.body-container-wrapper .hs-build-your-team-page .hs-build-team-five .hs_cos_wrapper_type_rich_text ul li {
  margin-bottom: 10px;
}
.body-container-wrapper .hs-build-your-team-page .hs-build-team-five .hs_cos_wrapper_type_rich_text ul  {
  margin-bottom: 45px;
}
.body-container-wrapper .hs-build-your-team-page .hs-build-team-five .hs_cos_wrapper_type_rich_text ul ul{
  margin-bottom:0;
}
.off-shore-staffing .st4{
  font-size:15px;
}
.off-shore-staffing .st5{
  font-family:"Source Sans Pro",Arial,Helvetica,sans-serif; 
  font-weight: 300;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist.list-counter-circle li p {
  margin-left: 34.2px;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist.list-counter-circle li {
  counter-increment: list-counter-circle;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist.list-counter-circle li i.fusion-li-icon {
  position: relative;
  top: -6px;
  left: 5px;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul.fusion-checklist.list-counter-circle li span {
  position: relative;
  top: 6px;
}
.contact-center .st0{
  fill:#FBFEFF;
}
.contact-center .st1{
  fill:none;
  stroke:#45647D;
  stroke-width:1.7985;
  stroke-miterlimit:10;
}
ul.hs-error-msgs.inputs-list label {
  color: #ff0000;
  font-size: 18px;
}
.custom-team-banner-area-section.type1 .custom-layout-column.custom-two-fifth {
  width: 35.3%;
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
}
.contact-center .st2{
  fill:#ECF6FD;
  stroke: none;
}
.contact-center .st3{
  fill:#45647D;
}
.contact-center .st4{
  font-family:'Calibri'; 
  font-weight: 700;
}
.contact-center .st5{
  font-size:14.3125px;
}
.contact-center .st6{
  fill:none;
  stroke:#45647D;
  stroke-width:1.7985;
  stroke-miterlimit:10;
  stroke-dasharray:4.4593;
}
.hs-build-team-one h4 strong {
  font-family: Source sans-pro;
}
#svg-modules {
  max-width: 85%;
}
.cm-two-column-right-col1 h1 strong,
.cm-two-column-right-col1 h2 strong,
.cm-two-column-right-col1 h3 strong,
.cm-two-column-right-col1 h4 strong,
.cm-two-column-right-col1 h5 strong,
.cm-two-column-right-col1 h6 strong {
  font-family: inherit;
}
.contact-center .st7{
  font-family:'Calibri'; 
  font-weight: 300;
}
.contact-center .st8{
  fill:#B9E4F2;
}
.custom-e-course-banner-section .col2 .top-right-content > p{
  font-family: Source sans-pro;
}
.svg-image.svg-center.svg-e-course {
  max-width: 85%;
  padding: 50px 0;
}
.off-shore-staffing .st6{
  fill:#94C94A;
}
.off-shore-staffing .st7{
  font-size:31.229px;
}
.hs-build-team-eight h2 {
  text-align: center;
  margin-bottom: 20px;
}
.build-your-team-banner .custom-layout-column.custom-two-fifth .inner-item {
  padding-right: 50px;
}
.hs-build-team-nine .dnd-section[class*="full-width"]>.row-fluid {
  padding: 0 !important;
}
.custom-home-row3 .custom-testimonial-slider-items .col.col2 .author-name-row p{
  color:#313d49;
}
.custom-team-botom-pane .dnd-section {
  background-color: rgba(245, 245, 245, 1);
  padding-top: 50px;
  padding-bottom: 40px;
}

.mic-container-link {
    margin: 50px 0 104px;
}
.custom-infrastructure .custom-title.title { padding-top:80px; }
.hs-build-your-team-page-with-sticky-form .hs-build-team-one .dnd-section .dnd-column{
  border-bottom: unset;
}
.hs-build-your-team-page-with-sticky-form .cm-two-column-right-col1{
  padding-top: 20px;
}

/* eBook Resource Page */
.ebook-resource-section{
  background: #41627b;
}
.ebook-resource-section .wrapper{
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 20px; 
}
/* NEW CONTACT US PAGE */
.hs-content-id-46621876020 .banner{
    min-height: 415px; 
}
@media only screen and (max-width: 768px) and (min-width: 768px){
   /* NEW CONTACT US PAGE Ipad */
    .hs-content-id-46621876020 .banner{
        background-position: -805px 0px !important;
        min-height: 370px;
    }   
}
@media only screen and (max-width: 1400px) and (min-width: 1120px){
  .custom-team-banner-area-section{
    background-position: 65% center ;
  }
}


@media only screen and (min-width: 768px){
  .max-width-550 {
    max-width: 350px;
  }
}

@media only screen and (min-width: 851px){
  
  
  .max-width-550 {
    max-width: 550px;
  }
  .width-850 {
    max-width: 850px;
  }
  .hs-video-layout.hs-two-column-right-layout .top-pane-container center h4 {
    max-width: 1070px;
  }
}



@media only screen and (min-width: 1200px){
  .button-large {
    padding: 15px 58px !important;
    line-height: 20px !important;
    font-size: 20px !important;
  }

}


@media (max-width: 1500px){
  .fancybox-slide--video .fancybox-content {
    padding-bottom: 44vw !important;
  }
}
@media (max-width: 480px){
    table.ms-blog-post-table td ul{
     padding-left: 25px; 
    }

    table.ms-blog-post-table {
      font-size: 12px
    }
}
@media(min-width:1221px) and (max-width:1480px){
  .hs-video-layout .cm-two-column-right-page > .page-center {
    max-width: 1430px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media(max-width:1220px){
  .cm-two-column-right-page {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media(max-width:1200px){
  .hs-two-column-right-layout .cm-two-column-right-col1 {
    padding-right: 0;
  }
  .custom-location-page.hs-two-column-right-layout .cm-two-column-right-col1 {
    padding-top: 0;
    padding-right: 0;

  }
}


@media(max-width:1024px){
  .body-container-wrapper .hs-build-your-team-page .hs_cos_wrapper_type_rich_text ul {
    column-count: 1 !important;
  }
  .hs-build-team-ten .span2 {
    display: none !important;
  }
  .hs-build-team-ten .span8 {
    width: 100%;
    margin:0;
  }
}

@media only screen and (max-width: 1023px){
  .hs-build-team-two .span6 {
    width: 100% !important;
    margin: 0 !important;
  }
  .home-body-container h3 {
    font-size: 32.532px;
    line-height: 1;
  }
  .home-body-container h1 {
    font-size: 55.768px;
  }
  body .author-name-row p{ width:90%; }
}



@media(max-width:850px){
  .custom-banner-content {
    max-width: 350px;
}
  .byt-send-us-an-email-link{
    text-decoration: none !important;
    color: #ffff !important;
    cursor: default;    
  }
  .fancybox-slide--video .fancybox-content {
    padding-bottom: 56.25% !important;
  }
  .hs-build-team-two .hs_cos_wrapper_type_header h1,
  .hs-build-team-two .hs_cos_wrapper_type_rich_text>center h4{
    padding: 0 0px;
  }
  .hs-contact-layout main.body-container-wrapper .row-fluid [class*="span4"] {
    width: 100%;
    margin-left: 0;
  }
  .build-your-team-banner .custom-layout-column.custom-two-fifth .inner-item {
    padding-right: 0px;
  }
  .cm-two-column-right-page .page-center{
    flex-direction:column;
  }
  .hs-two-column-right-layout .cm-two-column-right-col1 {
    padding-right: 0;
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .hs-two-column-right-layout .cm-two-column-right-col2{
    padding-right: 0;
    width: 100%;
    float: none;
    margin-right: 0;
  }
.hs-build-your-team-page-with-two-columns .cm-two-column-right-page .page-center .build-your-team-page-column-one,
.hs-build-your-team-page-with-two-columns .cm-two-column-right-page .page-center .build-your-team-page-column-two,
.hs-build-your-team-page-with-two-columns-v2 .cm-two-column-right-page .page-center .build-your-team-page-column-one,
.hs-build-your-team-page-with-two-columns-v2 .cm-two-column-right-page .page-center .build-your-team-page-column-two{
    padding-right: 0;
    width: 100%;
    float: none;
    margin-right: 0;
}
#hs-build-team-sticky-form-container{
  display: none;
}
  .cm-two-column-right-col1 h2 {
    margin-bottom: 20px;
    font-size: 33.537px;
    line-height: 41.921px;
  }
  .hs-content-id-30046347237 .cm-two-column-right-col1 h2 {
    font-size: 39.04px;
    line-height: 48.8px;
  }
  .hs-content-id-30047109483  .cm-two-column-right-col1 h2{
    font-size: 39.04px;
    line-height: 39.04px;
  }
  .hs-content-id-30046347237 .custom-location-page .hs-facts-and-figures-inner-group .cm-counter-item {
    margin-bottom: 65px;
}
  .hs-two-column-right-layout .top-pane-container center h4 {
    font-size: 27px;
  }
  .cm-counter-group.Twocolumn {
    padding-top: 6px;
  }
  .hs-two-column-right-layout .cm-two-column-right-col2{
    display:none;
  }
  .hs-two-column-right-layout .cm-two-column-right-col1{
    padding-bottom:20px;
  }
  .home-body-container h3 {
    font-size: 29.326px;
  }
  .hs-two-column-right-layout .top-pane-container center h4 {
    padding-left: 0;
    padding-right: 0;

  }
  .hs-build-team-two .hs_cos_wrapper_type_header h1 span {
    padding:0; 
  }
  .custom-location-page.hs-two-column-right-layout .cm-two-column-right-col1 h2 {
    margin-bottom: 20px;
  }
  .custom-title h2 {
    width: 100%;
    font-size: 49.926px;
  }
  .home-body-container h1 {
    font-size: 50.274px;
  }
  .max-width-550 {
    max-width: 100% !important;
  }
  .custom-title {
    margin-top: 0px!important;
    margin-bottom: 20px!important;
  }
  .custom-home-row7 .custom-content-form-section input.hs-button.primary.large {
    margin-bottom: 52px;
  }
  .custom-home-row8 .dnd-section .hs_cos_wrapper_type_linked_image {
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    font-size: 14px !important;
    line-height: 18px;
  }

  .custom-home-row8 .dnd-section .hs_cos_wrapper_type_linked_image img {
    width: 75%;
    margin-bottom: 4px;
  }
  .custom-home-row7 .custom-content-form-section h2 {
    font-size: 49.926px;
  }
  .custom-home-row8 .dnd-section p {
    color: #636363;
    font-size: 14px;
  }
  .custom-layout-column {
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .custom-home-row8 .dnd-section .span7 .span4 {
    width: 33.3333% !important;
    margin-right: 0;
    float: left;
    margin-left: 0;
  }
  .body-container.bottom-container-1 .dnd-section {
    background: #c3cece !important;
    padding: 0 0 70px !important;
  }
  .body-container.bottom-container-1 .dnd-section div {
    flex-wrap: wrap;
  }
  .body-container.bottom-container-1 .dnd-section .span6>div {
    padding: 0;
  }
  .body-container.bottom-container-1 .dnd-section .hs_cos_wrapper_type_linked_image {
    display: block;
  }

  .body-container.bottom-container-1 .dnd-section .hs_cos_wrapper_type_linked_image img {
    width:100%;
  }
  .bottom-container-loc-page .cm-bottom-pane-inner-col2 {
    padding: 0;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1px;
  }
  .body-container.bottom-container-1 .dnd-section div {
    flex-wrap: wrap;
    align-items: center !important;
  }
  .body-container.bottom-container-1 .dnd-section>div {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }
  .body-container.bottom-container-1 .dnd-section .span6 {
    margin-top: 0px;
    margin-bottom: 0;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .bottom-container-loc-page .cm-bottom-pane-group .cm-bottom-pane-col1 {
    min-height: 1px;
    display: flex;
    align-items: center;
  }
  .body-container.bottom-container-1 .dnd-section .span6:first-child {
    order: 1;
    margin-bottom: 25px;
  }

  .body-container.bottom-container-1 .dnd-section .span6:first-child {
    order: 1;
  }
  .body-container.bottom-container-1 .dnd-section div {
    flex-wrap: wrap;
    align-items: center;
  }
  .body-container.bottom-container-1 .dnd-section .span6 .hs_cos_wrapper_type_rich_text {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding:51px 0 0;
  }
/*   .custom-home-row8 .dnd-section div {
    flex-wrap: wrap;
    display: block !important;
  } */
  


  
  .custom-home-row8 .dnd-section .span7 {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    margin-right: 0;
    visibility: visible;
    animation-duration: 1s;
    margin-left: 0;
    margin-bottom: 0;
  }
  .custom-home-row8 .dnd-section .span2, .custom-home-row8 .dnd-section .span3 {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .tab-visible {
    display: block !important;
  }
  .tab-hidden {
    display: none !important;
  }
  .custom-logo-item {
    margin-right: 0 !important;
    text-align: center;
  }

  .custom-logo-item img {
    padding: 0 10px;
  }
  .hs-build-team-nine.hs-build-team-nine-2 .span4:last-child {
    margin-right: 0;
    margin-bottom: 0 !important;
  }
  .hs-build-team-nine .span4{
    width:100% !important;
    float:none !important;
    margin:0 !important;
  }
  .hs-build-team-nine.hs-build-team-nine-2 .span4 {

    margin-bottom: 20px !important;
  }
  .hs-build-team-nine .dnd-section > .row-fluid {
    display: block !important;
    text-align: center;
    padding: 0 20px;
  }
  .hs-build-team-ten .span8 p{
    font-size: 14px ;
    line-height: 18px;
  }
  .custom-image-with-caption-inner {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .hs-e-course-one .span6 {
    width: 100%;
    margin: 50px 0 20px;
    float: none;
    display: block !important;
  }
  .hs-e-course-one .dnd-section .row-fluid {
    display: block !important;
  }
  .hs-e-course-one .span6 img {
    margin: 0 auto;
    display: block;
  }
  .hs-e-course-one .cm-video-group {
    text-align: center;
    display: block;
  }
  .hs-e-course-one .span6:last-child {
    margin-top: 0;
  }
  .hs-e-course-three .span6 {
    width: 100% !important;
    float: none;
    margin: 0;
  }
  .hs-e-course-three .dnd-section .row-fluid {
    display: block !important;
  }
  .hs-e-course-five .span6 {
    width: 100%;
    margin: 0;
  }
  .hs-e-course-five .dnd-section .row-fluid {
    display: block !important;
  }
  .hs-e-course-five .span6 .widget-type-linked_image {
    display: block;
    text-align: center;
  }
  .hs-e-course-six .span3 {
    width: 100%;
    margin: 0;
    float: none;
  }
  .hs-e-course-six .span9 {
    width: 100%;
    padding: 0;
    float: none;
  }
  .hs-e-course-six .dnd-section .row-fluid {
    display: block !important;
  }
  .hs-e-course-seven .row-fluid {
    display: block !important;
  }
  .hs-e-course-seven .span6 {
    width: 100%;
    float: none;
    margin: 0 0 40px;
  }
  .hs-e-course-seven .span6:last-child {
    margin: 0;
  }
  .hs-e-course-page .cm-bottom-pane-col1 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .hs-e-course-page .cm-bottom-pane-col2 {
    width: 100%;
  }
  .hs-e-course-page .cm-bottom-pane-col2 .cm-bottom-pane-inner-col2 form {
    max-width: 100%;
  }
  .hs-build-team-one h4,
  .hs-build-team-two .hs_cos_wrapper_type_header h1,
  .hs-build-team-two .hs_cos_wrapper_type_rich_text>center h4{
    font-size: 27px;
    padding: 0;
  }

  .custom-breadcrumb-menu .hs-breadcrumb-menu {
    margin-left: 0;
    padding: 24px 0 10px;
  }
  .body-container  .hs-build-your-team-page h2{
    font-size: 33.3px !important;
  }
}

@media(max-width:767px){
   .custom-banner-content {
    max-width: 100%;
}
  h2.questions-heading {
    font-size: 32px !important;
}
  
  .hs-content-id-30001736040 .custom-content-form-section.Style1 {
      padding-top: 1px !important;
      margin-top: -1px;
  }
  .hs-website-layout .container-fluid.bottom-container ul {
    margin-bottom: 56px;
  }
  .page-header.section-header h1 { font-size:27px; }
  .home-body-container h3 {
    font-size: 27.282px;
  }
  body .cm-two-column-right-col1 h2 {
    font-size: 38.44px;
    line-height: 48.05px;
  }
  .custom-home-row7 .custom-content-form-section h2 {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  .custom-location-page.hs-two-column-right-layout .cm-two-column-right-col1 h2 {
    margin-bottom: 20px;
    font-size: 38.35px;
  }
  .hs-two-column-right-layout .cm-two-column-right-col1 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 38.47px;
    line-height: 48.088px
  }
  .bottom-container .custom-content-form-section h1 {
    font-size: 54.777px;
    line-height: 1;
  }
  .hs-build-team-ten .dnd-column {
    margin-bottom: 20px;
  }
  .custom-breadcrumb-menu .hs-breadcrumb-menu{
    line-height:14px;
  }
  .facilities-banner .custom-team-banner-area-section .inner-item {
    padding: 20px 0 50px !important;
    text-align: center;
  }

  .facilities-banner .custom-team-banner-area-section {
    background-position: center center;
  }

  .banner-section.facilities-banner .custom-team-banner-area-section h1 {
    margin-bottom: 10px;
  }

  .banner-section.facilities-banner .custom-team-banner-area-section h3 {
    margin-top: 20px;
  }
  .hs-facility-page .cm-bottom-pane-col1 {
    width: 100%;
    padding-right:0;
  }

  .hs-facility-page .cm-bottom-pane-col2 {
    width: 100%;
  }
  .hs-build-team-one h4,
  .hs-build-team-two .hs_cos_wrapper_type_header h1,
  .hs-build-team-two .hs_cos_wrapper_type_rich_text>center h4{
    font-size: 28px;
  }
  .body-container  .hs-build-your-team-page h2 {
    font-size: 25px !important;
  }

  .body-container .hs-build-team-four h2 {
    font-size: 38.5px !important;
    max-width: 100%;
  }

  .body-container .custom-designer-profile .custom-title h2 {
    font-size: 38.5px !important;
  }

  .body-container .custom-content-form-section h2 {
    font-size: 38.5px !important;
    margin-bottom: 45px;
  }
  .hs-contact-layout .custom-content-form-section.Style2 {
    background-size: auto;
    background-position: center bottom;
    background-repeat: repeat-x;
    padding-bottom: 99px !important;
  }
  .hs-facility-one h3 {
    font-size: 27px;
  }
  .main-blog-homepage-banner .page-center .banner-content{
    min-height: 737px;
    width: 100% !important;
  }
  .main-blog-homepage-banner .page-center .banner-content h1{
    text-align: center !important;
  }
}

@media only screen and (max-width:600px){
  .custom-home-row7 .custom-content-form-section input.hs-button.primary.large {

    height: 50px;
    padding: 13px 29px;
    line-height: 17px;
  }
  .custom-location-page.hs-two-column-right-layout .cm-two-column-right-col1 h2 {
    margin-bottom: 20px;
    font-size: 27px;
  }
  .page-banner .home-banner-button {
    margin-top: 60px;
  }
  body .cm-two-column-right-col1 h2 {
    font-size: 33.28px;
    line-height: 41.6px;
  }
  .hs-e-course-page .cm-bottom-pane-col2 .cm-bottom-pane-inner-col2 form .hs-button {
    width: 100%;
  }
}

@media(max-width:479px){
  blockquote {
    padding-right: 0;
  }
  .hs-e-course-six .span9 h2 {
    font-size: 27px;
  }
  .hs-facility-six h2 {
    font-size: 40px;
  }
  body .cm-two-column-right-col1 .cm-read-the-next-group h2 {
    font-size: 25px;
    line-height: normal;
  }
  .custom-home-row3 .custom-testimonial-slider-items .col.col2 .author-name-row p {
    font-size: 9px;
  }
  .banner-section.facilities-banner .custom-team-banner-area-section h1 {
    font-size: 38px !important;
  }
  body .cm-two-column-right-col1 .cm-read-the-next-group h2 {
    font-size: 25px;
    line-height: normal;
  }
  .hs-build-team-one h4,
  .hs-build-team-two .hs_cos_wrapper_type_header h1,
  .hs-build-team-two .hs_cos_wrapper_type_rich_text>center h4{
    font-size: 27px;
  }
  .body-container .hs-build-team-four h2 {
    font-size: 29.95px !important;
  }
  .body-container .custom-designer-profile .custom-title h2 {
    font-size: 29.95px !important;
  }
  .body-container .custom-content-form-section h2 {
    font-size: 29.95px !important;
  }
  .custom-content-form-section select.hs-input {
    padding-right: 50px;
  }
  .hs-contact-layout .custom-content-form-section h1 {
    font-size: 38.4px;
    line-height: 38.4px;
  }
  .hs-build-team-five h1,
  .hs-build-team-ten.custom-team-botom-pane .hs_cos_wrapper_type_rich_text h1{
    font-size: 27px;
    line-height: 33.75px;
  }
  .custom-location-page .body-container.bottom-container-1 .dnd-section .span6 h2 {
    font-size: 38.4px;
    line-height: 38.4px;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width:400px){
  .hs-two-column-right-layout .cm-two-column-right-col1 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 27px !important;
    line-height: 33.75px !important;
  }
  .bottom-container .custom-content-form-section h1 {
    font-size: 35.711px;
    line-height: 1;
  }
  body .cm-two-column-right-col1 h2 {
    font-size: 27px;
    line-height: 33.75px;
  }
  .hs-content-id-30047109483 body .cm-two-column-right-col1 h2 {
    font-size: 27px;
    line-height: 33.75px;
  }
  .custom-home-row7 .custom-content-form-section p {
    padding: 0;
  }
}


@media(max-width:340px){
  .hs-facts-and-figures-inner-group .cm-counter-content p {
    margin-bottom: 0;
    font-size: 18px;
  }
}

@media(max-width:330px){
  .hs-build-team-one h4 ,
  .body-container .hs-build-team-four h2,
  .body-container .custom-designer-profile .custom-title h2,
  .body-container .custom-content-form-section h2,
  .hs-build-team-two .hs_cos_wrapper_type_header h1,
  .hs-build-team-two .hs_cos_wrapper_type_rich_text>center h4{
    font-size: 27px !important;
  }
  .hs-facility-six h2 {
    font-size: 37.815px;
    line-height: 37.815px;
  }

}

/* ========Fancy Box Styling========== */
body.popupClass .fancybox-slide--video .fancybox-content {
    max-width: 600px;
    padding-bottom: 58% !important;
  width:100%;
}

body.popupClass .fancybox-bg {
    background: transparent;
}
body.popupClass .fancybox-container {
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    right: 0;
    height: 438px;
    bottom: 0;
    line-height: 100%;
    top: 50%;
    left: 43%;
    transform: translate(-50%, -50%);
}
body.popupClass .fancybox-button--close {
    background: transparent;
}
body.popupClass .fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.popupClass .fancybox-button--close:after,
body.popupClass .fancybox-button--close:before {
    height: 3px;
    width: 20px;
}
body.popupClass .fancybox-buttons {
    right: -30px;
}

.compensate-for-scrollbar, .fancybox-enabled body.popupClass {
    margin-right: 17px;
    position: relative;
    z-index: 1;
}

.fancybox-enabled body.popupClass:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(8,13,19,.9) !important;
    z-index: 9;
}
@media(max-width:1300px){
    body.popupClass .fancybox-container{
    left:50%;
  }
}
@media(min-width: 981px){
  .image-center {
    display: none;
}
}
@media(max-width:980px){
  .svg-image.svg-center {
    top: 0;
}
  body.popupClass .fancybox-container {
    width: 80%;
        height: auto;
}
  .compensate-for-scrollbar, .fancybox-enabled body.popupClass {
    margin-right: 0;
}
  .hs-content-id-30038891892 .span6.widget-span.widget-type-custom_widget.main_section_five-module-1-vertical-alignment.dnd-module {
    display: none !important;
}
  .hs-content-id-30083518559 .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area1-row-0-force-full-width-section {
    padding: 0;
}
  
  .hs-content-id-30001736040 .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.dnd_area_row7-row-1-force-full-width-section {
    padding: 0;
}
  .hs-content-id-30001736040 .dnd_area_row7-row-0-background-color {
    padding-bottom: 0;
}
  h2.questions-heading {
    font-size: 36px !important;
    line-height: 1;
}
  .hs-content-id-30001736040 .custom-content-form-section.Style1{
        position: relative;
    top: -1px;
  }
}

body.scrolling_down a.back_to_top {
    opacity: 1;
    pointer-events: auto;
}

a.back_to_top {
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 1400px) and (min-width: 1120px){
.hs-content-id-30010246807 .custom-team-banner-area-section {
    background-position: 47% center;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {  
  min-height:136px;
}
.header .header-inner-group{
  background-color: #F8FAFC;
}
.header.scroll-header .header-top-group{display:none}
.header-top-group{text-align:right;padding-left:30px;padding-right:30px;font-family:"Source Sans Pro",Arial,Helvetica,sans-serif;text-transform:uppercase;min-height:44px;font-size:16px}
.header__container{margin:0 auto;padding:0}
.custom-logo{float:left;width:23%;padding:26px 0 18px 100px}
.header .header-inner-group{position:absolute;width:100%;box-shadow:0 10px 50px -2px rgba(0,0,0,.14);z-index:9999;left:0;right:0}
.header.scroll-header .header-inner-group{position:fixed;top:0;box-shadow:rgba(0,0,0,.117647) 0 1px 3px;transition:all ease .4s}
.header.scroll-header.default .header-inner-group{top:-100%}#mm-blocker{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}
html.mm-opening #mm-blocker{-webkit-transform:translate(-440px,0);-ms-transform:translate(-440px,0);transform:translate(-440px,0);-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0);background:#000!important;opacity:.3}
.header__row-1,.header__row-2{display:flex;justify-content:flex-end;align-items:center;width:100%}
.header__row-1{padding-top:20px}
.header__menu--flex{display:flex}#nav-toggle{display:none}
/* Styles for the Logo */
.header__logo { display: flex;align-items: center;max-width: 200px;height: auto;margin-left: 22px;margin-right: auto;overflow: hidden}
.header__logo img{max-width:100%}.header__logo .logo-company-name{font-size:28px;margin-top:7px}.header__logo--tablet{display:none}.header__logo--main{padding-top:20px}.header__search{width:auto;padding:0 22px}
.header__search .hs-search-field__input {box-sizing: border-box; background-color: white;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);background-repeat: no-repeat;background-position: center right 15px;color: #494a52;border: 1.79px solid #D1D6DC;border-radius: 6px;font-family: Source Sans Pro, Lato, serif;font-weight: 300;font-size: 22px;line-height: 42;padding: 0 15px;height: 45px}
.header__search .hs-search-field--open .hs-search-field__input{border:1.79px solid #d1d6dc;border-bottom:none;border-radius:6px 6px 0 0;background-color:#fff}.header__search .hs-search-field__input::placeholder{color:transparent}.header__search .hs-search-field--open .hs-search-field__suggestions{position:absolute;width:100%;background-color:#fff;border-top:-2px solid #fff;border:1.79px solid #d1d6dc;border-radius:0 0 6px 6px;z-index:10}
.header__search .hs-search-field__suggestions li {border-top: 1px solid #D1D6DC;font-family: Source Sans Pro, Lato, serif;font-size: 22px}
.header__search .hs-search-field__suggestions li a {color: #494a52;text-decoration: none;padding: 3px 15px;transition: background-color 0.3s}
.header__search .hs-search-field__suggestions #results-for {display: none}
/* Styles for the Language Switcher Component */
.header__language-switcher {padding-right: 35px;cursor: pointer}
.header__language-switcher .lang_switcher_class {position: static}
.header__language-switcher .lang_list_class {display: block;visibility: hidden;opacity: 0;font-family: Source Sans Pro, Lato, serif;font-size: 0.8rem;color: #494a52;top: 42px;left: calc(100% - 24px);padding-top: 0;min-width: 100px;text-align: left;transition: opacity 0.3s;border: 1.79px solid #D1D6DC;border-radius: 6px;box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)}
.header-top-group a{text-decoration:none}.header__language-switcher:hover .lang_list_class{visibility:visible;opacity:1;transition:opacity .3s}.header__language-switcher .lang_list_class:before{top:-24px;left:70%;border-bottom-color:#d1d6dc;border-radius:6px}.header__language-switcher .lang_list_class:after{top:-22px;left:70%}.header__language-switcher .lang_list_class.first-active::after{top:-22px;border-bottom-color:#ebeff3;transition:.3s}.header__language-switcher .lang_list_class li{border:none;padding:10px 15px;font-size:18px}.header__language-switcher .lang_list_class li:first-child{border-top:none;border-radius:6px 6px 0 0}.header__language-switcher .lang_list_class li:last-child{border-bottom:none;border-radius:0 0 6px 6px}.header__language-switcher .lang_list_class li:hover{background-color:#ebeff3;transition:background-color .3s}
.header__language-switcher .lang_list_class li a {font-family: Source Sans Pro, Lato, serif;color: #494a52 }
.header__language-switcher .lang_list_class li a:hover {color: #494a52 }
.header__language-switcher--label {display: flex;position: relative}
.header__language-switcher--label-current {font-size: 18px;margin-left: 10px;margin-bottom: 5px;display: flex;align-items: center}
.header__language-switcher--label-current:after {content: "";display: block;height: 0px;width: 0px;margin-top: 3px;margin-left: 10px;border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 6px solid #494a52 }
.ip-WORLD {display: inline-block !important}
.flag-item {background: url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/images/ms-image-sprites.png) no-repeat;width: 26px;height: 17px;float: left;display: inline-block;margin-right: 6px;margin-top: 12px;margin-left: 7px;margin-right: 7px;vertical-align: middle;margin-top: 2px}
.flag-ip-US{background-position:0 0}.change-country{display:inline-block;position:relative;vertical-align:middle;cursor:pointer}.change-country i.fusion-li-icon{vertical-align:middle;display:inline-block;position:relative;top:-2px;margin-right:10px}.header-top-content{float:right;padding:8px 0 0}.change-country i.fusion-li-icon{-webkit-transition:all .3s ease-in-out!important;transition:all .3s ease-in-out!important;-moz-transition:all .3s ease-in-out!important}.change-country.open i.fusion-li-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
#MobileNav .mm-listview > li.FAQs > a:not(.mm-next):before,
#MobileNav #mm-4 .mm-listview > li.Industry > a:not(.mm-next):before,
#MobileNav #mm-4 .mm-listview > li.Teams > a:not(.mm-next):before,
#MobileNav #mm-4 .mm-listview > li.JobRoles > a:not(.mm-next):before,
#MobileNav .mm-listview > li.Videos > a:not(.mm-next):before,
#MobileNav .mm-listview > li.Whitepapersand.eBooks > a:not(.mm-next):before,
#MobileNav .mm-listview > li.E-Course > a:not(.mm-next):before,
#MobileNav .mm-listview > li.Blog > a:before{content: "";display: inline-block;background-image: url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/images/mobile-learn-icons-020819.png);background-repeat: no-repeat;margin: auto;-webkit-transition: all .3s steps(1) !important;transition: all .3s steps(1) !important;-moz-transition: all .3s steps(1) !important;width: 61px !important;vertical-align: middle;margin-right: 15px}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link#jobroles:before,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link#teams:before,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link#industry:before,
body .custom-menu-primary .submenu.level-1>li[data-id="learn"] > ul > li h3:after{content:"";background-image: url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/images/learn-icons-012419.png);background-repeat: no-repeat;margin: auto;-webkit-transition: all .3s steps(1);transition: all .3s steps(1);-moz-transition: all .3s steps(1);width: 53px;height: 58px;display:block;background-position: -1px -1px;margin-top:30px}
a.header--toggle.header__navigation--toggle {text-decoration: none !important}
#available-country{position:absolute;z-index:99;background-color:#31373e;color:#fff;right:0;min-width:200px;padding:0 0 5px;border-top:1px solid #4c4c4c;border-bottom-right-radius:8px;border-bottom-left-radius:8px;box-shadow:0 4px 15px -5px #0e0e0e;top:34px}#available-country ul{padding:0;margin:0}#available-country ul li{list-style:none;padding:0 25px;line-height:2.5;text-align:left}.flag-ip-AU{background-position:-27px -20px}.flag-ip-PH{background-position:0 -20px}.flag-ip-EU{background-position:-27px -2px}.flag-ip-CA{background-position:-116px -84px}.flag-ip-US{background-position:0 0}.localization-icon{font-weight:400;margin-right:5px}#available-country .flag-item{margin-left:0;margin-top:12px;margin-right:6px}

.custom-probe-logo {float: left;width: 10%;padding: 40px 0 18px 0px;}
.custom-probe-logo a {display: inline-block}



@media (max-width:1800px){.custom-logo{padding-left:0;width:18%;}}
@media (max-width:1500px){.custom-logo{width:15%;}.custom-probe-logo{width:10%;padding:33px 0 18px 8px;}}
@media (max-width:1420px){.custom-probe-logo{padding:30px 0 18px 11px;}}
@media (max-width:1300px){.custom-probe-logo{padding:29px 0 18px 11px;}}


@media only screen and (max-width:1200px) and (min-width:1120px){.custom-logo{padding-left:10px;width: 18%}.custom-probe-logo{width:14%;padding:30px 0 18px 20px}}
@media only screen and (max-width:1120px) and (min-width:1065px){.custom-logo{width: 18%}.custom-probe-logo{width:14%;padding:28px 0 18px 20px}}

@media (max-width:1024px){.header__navigation--toggle:before{content:"\f0c9";speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition-property:color,background-color,border-color;transition-duration:.2s;transition-timing-function:linear;font-family:icomoon}.header__navigation--toggle{color:#585e65;margin-top:0;cursor:pointer!important;padding:9px 10px 0;font-family:icomoon;float:right;font-size:21px;margin-left:20px;position:absolute;right:20px;top:58px}.custom-logo{padding:19px 15px 12px;width:30%}.custom-probe-logo{width: 20%; padding: 27px 0px 8px 0px;}.header__language-switcher--toggle.hide,.header__navigation--toggle.hide,.header__search--toggle.hide{display:none}.header__language-switcher--toggle.open,.header__navigation--toggle.open,.header__search--toggle.open{display:block;margin-right:auto;margin-left:0}.custom-logo img{max-width:240px}.header-top-group{padding-left:22px;padding-right:22px}.change-country i.fusion-li-icon{top:-2px}.header{min-height:115px}a.header--toggle.header__navigation--toggle{text-decoration:none!important;display:block}.custom-logo img { width: 100% !important; }}

/* Mobile Styles */
@media (max-width: 767px) {
 .header__container{flex-direction:column;padding:20px 0 0}.header__container form{max-width:100%}.header__logo{width:100%;margin:0 auto}.header__language-switcher,.header__navigation,.header__search{display:none;width:100%}.header__language-switcher.open,.header__navigation.open,.header__search.open{display:block;position:absolute;top:75px;left:0;right:0;height:calc(100vh - 115px);background-color:{};}.header__close--toggle,.header__language-switcher--toggle{position:relative;cursor:pointer;margin:0 5vw}.header__language-switcher--toggle.hide,.header__search--toggle.hide{display:none}.header__language-switcher--toggle.open,.header__search--toggle.open{display:block;margin-right:auto;margin-left:0}.header__language-switcher--toggle.open:after,.header__search--toggle.open:after{display:block}.header__language-switcher--toggle:after,.header__search--toggle:after{display:none;position:absolute;left:40px;top:-10px;font-weight:600;font-size:26px;text-transform:uppercase}.header__column{position:relative}.header__row-1{padding-top:0}.header__row-2{justify-content:center;padding:30px}
 .header__language-switcher--toggle {background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);background-size: cover;width: 25px;height: 25px}
 .header__language-switcher--toggle:after {content: "Language" }
 .header__language-switcher{border-top:2px solid #ced4db;padding-right:0;padding-left:30px}.header__language-switcher .lang_list_class{display:block;visibility:visible;opacity:1;top:0;left:30px;border:none;border-radius:0;box-shadow:unset;padding:0 30px;background-color:inherit}.header__language-switcher .lang_list_class li{background-color:inherit;font-size:22px}.header__language-switcher--label-current{display:none}.header__language-switcher .globe_class{background-image:none}.header__language-switcher .lang_list_class li:hover{background-color:inherit}.header__language-switcher .lang_list_class:after,.header__language-switcher .lang_list_class:before{content:none}
 .header__search--toggle {background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);background-size: cover;width: 25px;height: 25px}
 .header__search--toggle:after {content: "Search" }
 .header__search {order: 1;padding: 30px;border-top: 2px solid #CED4DB}
 .header__search .hs-search-field__input {padding-left: 15px}
 .header__search .hs-search-field__suggestions li {padding: 10px 0}
 .header__close--toggle {display: none;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);background-size: 110%;background-repeat: no-repeat;width: 25px;height: 25px;margin-right: 0}
 .header__close--toggle.show {display: block} 
  .custom-logo {width: 35%}
  .custom-probe-logo {width: 30%}
}

@media (max-width: 640px) {.custom-logo {width: 42%; text-align: center;}}
@media (max-width: 520px) {
  .custom-logo {width: 100%; padding-bottom: 0}
  .custom-probe-logo {width: 100%; padding: 10px 0; text-align: center; padding-bottom: 20px}
  .custom-probe-logo img {width: 100%}
}

@media(max-width:350px){
  .header-top-group{min-height:67px}.header-top-content{padding:10px 0 0}.change-country{margin-top:-4px}.change-country i.fusion-li-icon{top:-3px}.header__navigation--toggle{top:14px}.custom-header-container{position:relative}.custom-logo img{max-width:237px}.header__navigation--toggle{right:15px}.cm-two-column-right-col1 h2{font-size:27px;line-height:33.75px}.custom-logo{padding:20px 10px 0px;width:100%}.header{min-height:138px}
  .custom-probe-logo {width: 100%; padding: 10px 0; text-align: center; padding-bottom: 20px}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  font-size: 14px;
  line-height:1.615;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  padding-top: 43px;
  border-top: 1px solid #e1e1e1;
}
footer.footer.no-nav .copyright-container{
  border-top: 0;
}
footer.footer.no-nav {
  padding-top: 0;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Source Sans Pro, Lato, sans-serif;
  font-size:14px;
}
.custom-footer-top-links-group ul {
  width: 100%;
}
.copyright-container{margin-top:0;overflow:hidden;border-top:1px solid #f5f5f5;padding-top:20px;width:100%}.alignleft,.fusion-alignleft{display:inline;float:left;margin-right:15px}.alignright,.fusion-alignright{display:inline;float:right;margin-left:15px}.copyright-container *{font-weight:300}.copyright-container a{text-decoration:none}footer .copyright-container li:last-child{padding-right:0;margin-right:0}footer .copyright-container li{padding:0 13.5px;display:inline-block;line-height:1;margin-right:0;font-size:14px}footer .copyright-container li:not(:last-child){border-right:1px solid #959595}.custom-footer-top-links-group .hs-menu-wrapper>ul>li>a,.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li>a{margin:0 0 19px;color:#df7126;font-weight:300;text-transform:initial;font-size:25px;line-height:1.5;font-family:"Proxima Nova",Helvetica,Arial,sans-serif;cursor:text;pointer-events:none}.custom-footer-top-links-group ul ul li{width:100%}footer .social-media-container{display:inline;float:right;margin-left:15px;padding:0;margin-top:0;padding-right:1px;list-style:none}footer .social-media-container li{display:inline-block;padding:0 8.7px}footer .social-media-container li:last-child{padding-right:9px}footer .social-media-container a{color:#3e4043}.inline-list{display:inline-block;padding:0;margin-top:0}footer .subsidiaries li{vertical-align:bottom}.inline-list li{display:inline-block}footer .subsidiaries li:not(:last-child){padding-right:38px}
.footer-logos {
  background: url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/images/ms-image-sprites.png) no-repeat;
  float: left;
  display: inline-block;
}
footer ul.inline-list.subsidiaries{padding-bottom:11px}#footer-logo-microsourcing{width:216px;height:27px;background-position:-1px -48px}#footer-logo-microcreatives{width:146px;height:20px;background-position:-60px -1px}#footer-logo-probe{width:107px;height:29px;background-position:0 -81px}.custom-footer-bottom-group{font-family:"Source Sans Pro",Arial,Helvetica,sans-serif;font-size:13px;padding-bottom:60px;overflow:hidden;padding-top:8px}.copyright-pages{margin:0;line-height:20.995px}.above-copyright ul{margin:0 0 13px}.footer .fa.fa-facebook,.footer .fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.footer .page-center{padding-left:30px;padding-right:30px}.footer .fa.fa-linkedin,.footer .fa.fa-youtube-play{font-family:"Font Awesome 5 Brands";font-weight:400}.footer .fa.fa-linkedin:before{content:"\f0e1"}.footer .fa.fa-youtube-play:before{content:"\f167"}.footer .social-media-container .fa-facebook:hover{color:#3b5998}.footer .fa-facebook:before{content:"\f39e"}.social-media-container .fa{color:#848f99;font-size:23px}.footer .social-media-container .fa-linkedin:hover{color:#0077b5}.footer .social-media-container .fa-twitter:hover{color:#38a1f3}.social-media-container .fa-instagram:hover{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);color:#fff;-webkit-text-fill-color:transparent;-webkit-background-clip:text}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow,.fa.fa-youtube-play{font-family:"Font Awesome 5 Brands";font-weight:400}.social-media-container .fa-youtube-play:hover{color:#cc181e}.social-media-container .fa:hover{-webkit-transition:all .3s ease-in-out!important;transition:all .3s ease-in-out!important;-moz-transition:all .3s ease-in-out!important}.custom-footer-top-links-group ul li:nth-child(3){width:66.6666%;padding-left:0;padding-right:0}.custom-footer-top-links-group .hs-menu-wrapper>ul>li>a:empty{display:none}.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li>ul>li{padding:0}.custom-footer-top-links-group ul ul ul{margin-bottom:50px}.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li>ul>li>a{line-height:1.616;padding:1px 0;-webkit-transition:all .3s ease-in-out!important;transition:all .3s ease-in-out!important;-moz-transition:all .3s ease-in-out!important}.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover{text-decoration:underline}.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li>a:empty{display:none}.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li>ul>li>a.INDUSTRY,.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li>ul>li>a.JobRoles,.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li>ul>li>a.Teams{color:#3e4043;font-weight:700;text-transform:uppercase;pointer-events:none;font-family:"Source Sans-Pro",Arial,Helvetica,sans-serif}.custom-footer-top-links-group ul ul li{padding-left:0;padding-right:0}.custom-footer-top-links-group ul li:nth-child(3)>a{padding-left:15px}.custom-footer-top-links-group{padding-left:15px;padding-right:15px}.back_to_top{text-decoration:none!important;position:fixed;bottom:0;right:130px;text-align:center;z-index:999999999;width:48px;opacity:.9;z-index:99999999;height:35px;text-align:center;line-height:30px;background-color:#333;color:#444;cursor:pointer;border-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;display:none;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out}.back_to_top:before{line-height:35px;content:'\f106';-webkit-font-smoothing:antialiased;font-family:icomoon;font-size:22px;color:#fff}.back_to_top:hover{background:#e17d40}.back_to_top-show{display:block}.copyright-container .alignright .hs_cos_wrapper_widget.hs_cos_wrapper_type_module{display:inline-block}.copyright-container .alignright .all-rights,.copyright-container .alignright .hs_cos_wrapper_widget.hs_cos_wrapper_type_module{display:inline-block}.copyright-container .alignright ul{display:block}

#footer-logo-probe {
    width: 190px;
    height: 21px;
    background: url(https://6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/PROBE%20Group%20Company%20190.png) no-repeat center center;
}
@-moz-document url-prefix() {
  .custom-footer-top-links-group .hs-menu-wrapper > ul > li > ul > li > ul > li > a.INDUSTRY,
  .custom-footer-top-links-group .hs-menu-wrapper > ul > li > ul > li > ul > li > a.Teams, 
  .custom-footer-top-links-group .hs-menu-wrapper > ul > li > ul > li > ul > li > a.JobRoles{
    font-weight: normal;
  }
}  

@media only screen and (max-width:1369px) and (min-width:1024px){.custom-footer-top-links-group .hs-menu-wrapper>ul>li>a,.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li>a{font-size:19px}}@media only screen and (max-width:1023px) and (min-width:901px){.custom-footer-top-links-group .hs-menu-wrapper>ul>li>a,.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li>a{font-size:16px}}@media(max-width:1420px){.footer .page-center{max-width:100%;padding-left:30px;padding-right:30px}}@media(max-width:1370px){.copyright-container .alignleft,.copyright-container .alignright{width:100%;text-align:center;margin-bottom:10px;margin-left:0;margin-right:0}.copyright-container span.all-rights ul{display:block;margin-top:10px;margin-bottom:3px}.copyright-container .alignright .all-rights,.copyright-container .alignright .hs_cos_wrapper_widget.hs_cos_wrapper_type_module{display:block}}@media(min-width:851px){.custom-footer-top-links-group ul li{width:16.66666667%;line-height:1.615;padding-left:15px;padding-right:15px}.custom-footer-top-links-group ul li:nth-child(3)>ul>li{width:25%;padding-left:15px;padding-right:15px}.custom-footer-top-links-group ul li:nth-child(3)>ul>li:last-child{width:50%}.custom-footer-top-links-group ul li:nth-child(3)>ul>li:last-child ul li{width:100%}.custom-footer-top-links-group ul li:nth-child(3)>ul>li:last-child>ul{-webkit-column-count:2;-moz-column-count:2;column-count:2;display:block}}
@media(max-width:850px){.custom-footer-top-links-group ul li:nth-child(3){width:100%;padding-left:0;padding-right:0}.custom-footer-top-links-group ul li:nth-child(3)>a{padding-left:0}.custom-footer-bottom-group{padding-bottom:49px}.copyright-container{border:0;padding-top:13px}footer .subsidiaries li:not(:last-child){padding-right:0;display:block;margin-bottom:35px}footer ul.inline-list.subsidiaries{width:100%;display:block;text-align:center;padding-top:50px}footer .subsidiaries li:not(:last-child){padding-right:0}footer ul.inline-list.subsidiaries a{display:inline-block;text-align:center}footer .subsidiaries li:last-child{margin-bottom:41px}footer .subsidiaries{display:block;text-align:center}footer .subsidiaries li{padding-right:0;margin-bottom:35px;overflow:hidden;display:inline-block;width:100%;text-align:center}.above-copyright ul{margin:0}footer .social-media-container{float:none;text-align:center;display:block}.custom-footer-top-links-group .hs-menu-wrapper>ul>li>a:not(:empty)+ul,.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li>a:not(:empty)+ul{display:none}.custom-footer-top-links-group ul>li{width:100%}.custom-footer-top-links-group .hs-menu-wrapper>ul>li>a,.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li>a{font-size:20px!important;line-height:20px!important;margin-bottom:0!important;padding:25px;cursor:pointer;pointer-events:auto}.custom-footer-top-links-group .hs-menu-wrapper>ul>li>a:after,.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li>a:after{content:"\f107";font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;right:25px;-webkit-transition:all .3s ease-in-out!important;transition:all .3s ease-in-out!important;-moz-transition:all .3s ease-in-out!important}.custom-footer-top-links-group{padding-left:0;padding-right:0}.custom-footer-top-links-group ul>li:nth-child(2){order:3}.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li>ul>li{padding:0 25px}.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li>ul>li>a{padding:5px 0;color:#3e4043}.custom-footer-top-links-group .hs-menu-wrapper>ul>li>a.active:after,.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li>a.active:after{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover{text-decoration:underline;color:#df7126}.custom-footer-top-links-group ul ul ul{margin-bottom:40px;margin-top:-5px}.custom-footer-top-links-group .hs-menu-wrapper>ul>li:nth-child(3)>ul li{border:0}.custom-footer-top-links-group .hs-menu-wrapper>ul>li:nth-child(3)>ul li ul{margin-bottom:25px}.custom-footer-top-links-group .hs-menu-wrapper>ul>li:nth-child(3),.custom-footer-top-links-group .hs-menu-wrapper>ul>li>ul>li{border-bottom:1px solid #e1e1e1}.back_to_top{bottom:22px;right:100px;height:44px;width:44px;border-radius:4px}.back_to_top:before{line-height:42px}.footer{padding-top:0}}


@media(max-width:767px){
  .custom-footer-bottom-group {
    padding-bottom: 89px;
  }
}
@media(max-width:600px){footer .social-media-container{margin-bottom:7px}.copyright-container span.hs_cos_wrapper_type_text{display:inline-block}}@media(max-width:479px){.copyright-container .page-center{overflow:hidden}.copyright-container .alignright span.all-rights{margin-top:20px}.copyright-container .alignleft{margin-bottom:20px}ul.inline-list.social-media-container.alignright li{padding:0 9px}}

/* LANDING PAGE FOOTER */
.footer-black {
  background-color: #000 !important;
  color: #fff !important;
}

.footer-black .page-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-black .page-center .copyright,
.footer-black .page-center .menus,
.footer-black .page-center .footer-images { flex: 1; }
.footer-black .page-center .all-rights a { 
  margin: 0 0.4rem;
  color: #fff;
}
.footer-black .page-center .footer-images { 
  display: flex;
  justify-content: flex-end;
  align-items: center;
} 

.footer-black .page-center img {width: 8rem;}
.footer-black .page-center img:not(:last-child) {margin-right: 1rem;}


@media only screen and (max-width: 640px) {
  .footer-black .page-center {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-black .page-center > *:not(:last-child){
    margin-bottom: 1rem;
  }
}

body.scrolling_down a.back_to_top {
  z-index: 9999999;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.hs-blog-listing .page-center,
.hs-blog-listing .custom-breadcrumb-menu .content-wrapper,
.hs-blog-listing .page-center  {
  max-width: 1430px;
}

.custom-breadcrumb-menu.tag { width:96%; margin:0 auto;  }


.hs-blog-listing .content-wrapper {
  max-width: 1330px;
  overflow:hidden;
}
.blog-banner .banner-content {
    width: 33.3333%;
    padding-right: 50px;
}
.hs-blog-id-29573304672 .blog-banner .banner-content {
    width: 31.3333%;
    padding-right: 0;
}
.banner.blog-banner {
  background-color: #31373e;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0px 30px;
  background-size: cover;
  min-height: 535px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-image:url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/images/blog-banner.jpg);
}
.custom-blog-top-pane {
  padding-top: 105px;
  padding-right: 6%;
  padding-bottom: 77px;
  padding-left: 6%;
}
.custom-blog-top-pane-col1 {
  width: calc(40% - ( ( 4% ) * 0.4 ) );
  margin-right: 4%;
  margin-bottom: 50px;
  float: left;
  text-align: center;
  padding-top:15px;
}
.custom-blog-top-pane-col2 {
  width: calc(60% - ( ( 4% ) * 0.6 ) );
  margin-bottom: 20px;
  float: left;  
}
.read-article-btn {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 14px 25px;
  max-width: 300px;
  display: block;
  width: 100%;
  text-align: center;
  line-height: normal;
}
.custom-blog-top-pane-col2 p{
  font-size: 20px;
  margin-bottom: 34px;
}
.custom-blog-top-pane-col2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 30.6px;
}
.read-more a {
  text-decoration: none !important;
  line-height: 1.35;
  font-size: 18px !important;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  margin-right: 10px;
  text-align: right;
}
.read-more a:after {
  content: '\f105';
  top: 50%;
  right: -10px;
  padding-left: 5px;
  font-size: 18px;
  font-family: icomoon;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.read-more {
  padding: 5.5px 0;
  margin-top: 17px;
}
.custom-blog-top-pane-col2 ul li {
  padding-left: 42px;
  position: relative;
  padding-top: 5.5px;
  margin-left: 0;
  padding-bottom: 5.5px;
  font-weight: 300;
}
.custom-blog-top-pane-col2 ul li:before {
  content: "\f058";
  color: #df7126;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 300;
  position: absolute;
  left: 5px;
  top: 11px;
}
.post-item {
  width: 33.333%;
  padding: 45px 45px 30px;
  opacity: 1 !important;
}
.post-item-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  max-width: 420px;
}
.blog-index {
  display: flex;
  flex-wrap: wrap;
  margin-left: -45px;
  margin-right: -45px;
  position: relative;
  padding-top: 28px;
}
.blog-index:before {
  content: "";
  background: #ebebeb;
  width: 100%;
  height: 1px;
  max-width: 1430px;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 0;
  position: absolute;
}
.post-item-top-group {
  position: relative;
  height: 234px;
  overflow: hidden;
}
.cm-post-item-bottom {
  padding: 15px 0 25px 0;
}
.post-item-top-group img {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
}
.cm-post-item-bottom h2 {
  font-family: "Proxima Nova","Source Sans Pro",Arial,Helvetica,sans-serif;
  font-size: 30px !important;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 15px;
}
.post-item-top-group:hover .post-item-hover{
  opacity:1;
}
.post-item-hover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(222,113,38,.95);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding:10px;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  cursor: pointer;
  color: #fff;
}
.cm-post-item-bottom h2 a {
  text-decoration: none;
  color:#313d49;
  font-family: "Proxima Nova","Source Sans Pro",Arial,Helvetica,sans-serif;
}
.cm-post-item-bottom h2 a:hover {
  color: #e17d40;
}
.cm-post-item-bottom p {
  margin: 0;
}
.banner.blog-banner * {
  color: #fff
}
.cm-bottom-pane-group {
  background-color: #41617b;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 90px 30px 89px;
  background-size: cover;
  color: #fff;
  font-size: 20px;
}
.cm-bottom-pane-group a.hs-button {
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  font-weight: normal;
  box-sizing: border-box !important;
  letter-spacing: 0;
  margin: 0;
}
.cm-bottom-pane-group h2 {
  color: #fff;
  font-family: "Proxima Nova",Helvetica,sans-serif;
  line-height: 1.275;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 50px;
  margin-top: 27px;
}
.cm-bottom-pane-col1 {
  width: calc(60% - ( ( 4% ) * 0.6 ) );
  margin-right: 4%;
  border-right: 2px solid #547088;
  float: left;
}
.cm-bottom-pane-col2 {
  margin-bottom: 20px;
  width: 40%;
  width: calc(40% - ( ( 4% ) * 0.4 ) );
  float: left;
  padding: 9px 30px 0;
  display: flex;
  align-items: center;
}
.cm-bottom-pane-group .page-center {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cm-bottom-pane-group .page-center {}
.cm-bottom-pane-group.width2 .cm-bottom-pane-col1{
  width: calc(50% - ( ( 4% ) * 0.5 ) );
}
.cm-bottom-pane-group.width2 .cm-bottom-pane-col2{
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  padding:0;
}
.cm-bottom-pane-group{
  background-image: url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/images/triangles-2.png);
}
a.next-posts-link.load-more.no-posts {
  display: none !important;
}
a.next-posts-link.load-more {
  color: #313d49;
  top: 2px;
  left: 0;
  right: 0;
  font-size: 16px;
  height: 55px;
  background: #d7d7d7;
  display: block !important;
  width: 100%;
  text-decoration: none;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: source sans-pro;
  padding: 16px 15px;
}
.topics-group {
  position: relative;
  padding: 15px 0 0;
  z-index: 33;
  text-align:center;
}
.post-item-top-group a.overlay-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  display: block;
}
a.read-article-btn:after {
  content: "\276f";
  margin-left: 4px;
}
a.next-posts-link.load-more:hover {
  background:rgba(215,215,215,0.8);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.blog-recent-posts__image a.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.defListStyle ol {
    list-style: decimal;
    padding: unset;
    padding-left: 40px;
}
.defListStyle ol li:before { content:''; }
@media(min-width:851px){
  .cm-bottom-pane-group.width2 .cm-bottom-pane-col1,
  .cm-bottom-pane-group.width2 .cm-bottom-pane-col2 {
    display: flex;
    align-items: center;
  }  
  .blog-sidebar-item{
  background-color:#fff; padding-bottom:16px; 
}
  .blog-sidebar-topics{
  border-top:20px solid #fff;
  border-bottom:20px solid #fff;
}
}

@media(max-width:850px){
  .cm-bottom-pane-group.width2 .cm-bottom-pane-col1,
  .cm-bottom-pane-group.width2 .cm-bottom-pane-col2,
  .cm-bottom-pane-col1, .cm-bottom-pane-col2 {
    width: 100%;
    float: none;
    margin-right: 0;
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .cm-bottom-pane-group .page-center {
    flex-direction: column;
  }
  .cm-bottom-pane-group h2 {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 11px;
  }
  .cm-bottom-pane-col2 {
    margin-bottom: 11px;
  }
  .custom-blog-top-pane-col1 {
    width: 100%;
    margin-right: 0;
    padding-top: 2px;
    margin-bottom: 40px;
  }
  .custom-blog-top-pane-col2 {
    width: 100%;
    float: none;
  }
  .post-item {
    padding: 45px;
    width: 50%;
  }
  .blog-index {
    margin-left: -35px;
    margin-right: -35px;
  }
  .banner.blog-banner h1 {
    margin: 0;
    font-size: 40px;
    text-align: center;
  }
}

.banner.blog-banner h1 {
  line-height: 66px;
  font-weight: 300;
  font-size: 60px;
  margin: 28px 0 0
}

.banner.blog-banner * {
  color: #fff
}

.banner.blog-banner p {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 300;
  margin-bottom: 1em;
  font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
  line-height: 1.6
}

.banner.blog-banner-content {
  width: 40%
}

.banner.blog-banner-content.has-text h1 {
  margin-bottom: 31px;
  line-height: 1.1
}

.blog-header {
  background-color: #F8FAFC;
    margin-top: 40px;
/*   text-align: center; */
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
  margin-bottom: 0px;
  font-weight: 600;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
  
  #blog-container-10202020 .blog-main-content-left .hs-search-field-blog {
    display: none;
  }
}

.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Source Sans Pro, Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
div#infscr-loading{ padding-left:30px; }
div#infscr-loading img { display:inline-block; max-width:100px; vertical-align:middle; }
div#infscr-loading div {display:inline-block; }
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Source Sans Pro, Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding-top:10px;
}
.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post h2 , .blog-post h3 { font-size:25px; font-weight:700; }
.blog-post h4 {font-size:22px;}
.blog-post__meta {
  margin: 0;
  font-size: 15px !important;
  color: #959595 !important;
  display: flex;
  padding: 5.5px 0 20px;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}
.cm-two-column-right-col1 .blog-post h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  font-weight: 300;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
}
.blog-post__tags {
  font-family: Source Sans Pro, Lato, sans-serif;
  color: #fff;
}
.blog-post__meta img {
  border-radius: 50%;
  max-width:72px;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #fff;
}
.blog-post__tags a {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  color: #fff !important;
  line-height: 1.5;
  font-size: 15px;
  text-decoration: underline;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
.custom-content-box-group {
  font-size: 16px;
  color: #313d49;
  line-height: 1.3;
/*   margin-top: 10px; */
  background-size: cover;
  position: relative;
  margin-bottom: 40px;
}
.custom-content-box-group .box-content {
  position: absolute;
  top: 35px;
  width: 80%;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
}
.custom-content-box-group h5 {
  font-size: 21px;
  margin-top: 0;
  font-family: "Proxima Nova",Helvetica,Arial,sans-serif;
  font-weight: bold;
}
.custom-content-box-group .overlay-link{
  position:absolute;
  top:0;
  left:0;
  right:0;
  width:100%;
  height:100%;
  z-index:2;
}
.custom-related-post-item {
  margin-right: 15px;
  width: 225px;
}
.custom-related-post-item .blog-recent-posts__title {
  color: #313d49;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top:15px;
}
.custom-related-post-item .blog-recent-posts__title a{
  color: #313d49;
  text-decoration:none;
  font-family:"Proxima Nova",Helvetica,Arial,sans-serif;
}
.custom-related-post-item .blog-recent-posts__title a:hover{
  color: #313d49;
  text-decoration:none;
}
.comment-date{
  display:block !important;
}

.blog-post-template-10212020 .content-wrapper,
#blog-post-template-10212020 .page-center {
    max-width: 1140px !important;
}

.hs-blog-post .blog-comments,
#blog-post-template-10212020 .blog-comments {
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #cccc;
  margin: 50px 0px;
  padding: 30px;
}
.Related.Posts h2 {
  color: #333;
  font-family: "Proxima Nova",Helvetica,Arial,sans-serif;
  font-size: 25px;
  line-height: 37.5px;
  font-weight: 300;
  margin-bottom: 15px;
}
.custom-related-post-item .date {
  line-height: 1.5;
}
.blog-recent-posts__image:before {
  content: "";
  background-image: linear-gradient(to top,#df762e 0,rgba(223, 118, 46, 0.8) 100%);
  display: block;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  transition: opacity .5s ease-in-out;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: normal;
  text-align: center;
  cursor: pointer;
}
.blog-recent-posts__image:hover:before {
/*   opacity: 1;
  visibility: visible; */
}
.custom-related-post-item .date {
  line-height: 1.5;
  color: #959595;
  font-size: 13px;
}
.fusion-sharing-box.fusion-single-sharing-box.share-box {
  padding: 15px 20px !important;
  height: 60px !important;
  color: #363636;
  margin-top: 30px !important;
  background: #f6f6f6;
}
.fusion-sharing-box.fusion-single-sharing-box.share-box h4 {
  color: #363636;
  font-size: 20px;
  margin: 0;
  display: inline-block;
  font-weight: 400;
}
.fusion-social-networks.boxed-icons {
  float: right;
}
.fusion-social-networks-wrapper a.post_share_facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.fusion-social-networks-wrapper a {
  margin: 5px 3.2px;
  text-decoration: none;
  font-size: 15px;
  border: 1px solid #46494a;
  color: #ffffff;
  background-color: #0077b5;
  border-color: #0077b5;
  border-radius: 3px;
  padding: 2.5px 4px;
}
.Related.Posts {
  margin-top: 45px;
}
.fusion-social-networks-wrapper a:hover {
  opacity: .8;
}
.fusion-social-networks-wrapper a .fa-facebook:before {
  content: "\e604";
}
.fusion-social-networks-wrapper a .fa-linkedin:before{
  content: "\e60f";
  color:#fff;
}
.fusion-social-networks-wrapper a i:before {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.fusion-social-networks-wrapper .fa-twitter:before {
  content: "\e605";
}
.fusion-social-networks-wrapper a.product_share_twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: #55acee;
}
.fusion-social-networks-wrapper a {
  color: #ffffff;
  background-color: #0077b5;
  border-color: #0077b5;
}
.hs-blog-post .cm-two-column-right-col1,
#blog-post-template-10212020 .cm-two-column-right-col1 {
  width: 62%;
  padding-top: 0;
}
.hs-blog-post .cm-two-column-right-col2,
#blog-post-template-10212020 .cm-two-column-right-col2 {
  margin-left: auto;
  width: 29.8%;
  padding-top: 0 !important;
  margin-top:10px; 
}

.hs-blog-post .cm-two-column-right-page,
#blog-post-template-10212020 .cm-two-column-right-page {
  padding: 46px 30px 0 30px;
}
.blog-pagination{
  display: block !important;
}
.blog-pagination .no-post{
  display: none;
}
.hs-blog-post .cm-two-column-right-col2 h3,
#blog-post-template-10212020 .cm-two-column-right-col2 h3 {
  color: #313d49;
  font-family: "Proxima Nova",Helvetica,Arial,sans-serif !important;
  margin: 0 !important;
  font-size: 20px !important;
  pointer-events: none;
  padding: 0 !important;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 10px !important;
  border-bottom: 1px solid #b5b8bb !important;
}
.hs-blog-post .cm-two-column-right-col2 .block ul li {
  padding: 17px 10px;
  padding-left:20px; 
  border-bottom: 1px solid #ebebeb;
  float: none;
}

.hs-blog-post .cm-two-column-right-col2 .block ul li:last-child,
#blog-post-template-10212020 .cm-two-column-right-col2 .block ul li:last-child {
  border-bottom:0;
}
.hs-blog-post .cm-two-column-right-col2 .block ul,
#blog-post-template-10212020 .cm-two-column-right-col2 .block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-blog-post .cm-two-column-right-col2 .block ul li:before,
#blog-post-template-10212020 .cm-two-column-right-col2 .block ul li:before {
  display:none;
}
.hs-blog-post .cm-two-column-right-col2 .block ul li a:before,
#blog-post-template-10212020 .cm-two-column-right-col2 .block ul li a:before {
  content: "\e900" !important;
  font-family: 'quadmenu'!important;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  padding-right: 3px;
  margin-right: 2px;
  color: #60badc;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  font-weight: 300;
}
.hs-blog-post .cm-two-column-right-col2 .block a,
#blog-post-template-10212020 .cm-two-column-right-col2 .block a {
  text-decoration: none;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  color: #60badc;
}
.hs-blog-post .cm-two-column-right-col2 .block ul li a:hover:before,
.hs-blog-post .cm-two-column-right-col2 .block ul a:hover,
#blog-post-template-10212020 .cm-two-column-right-col2 .block ul li a:hover:before,
#blog-post-template-10212020 .cm-two-column-right-col2 .block ul a:hover {
  color:#e17d40;
}
.hs-blog-post .cm-two-column-right-col2 .block {
  padding: 30px 30px;
}

.custom-blog-sidebar-img{
  background:#fff;
  padding:20px 0px;
}


.hs-blog-post .cm-two-column-right-col2 .custom-content-box-group,
#blog-post-template-10212020 .cm-two-column-right-col2 .custom-content-box-group {
  margin-bottom: 0;
}


#blog-post-template-10212020 .cm-two-column-right-col2 {
  background-color: transparent;
}

#blog-post-template-10212020 .cm-two-column-right-col2 .block ul li {
  border-top: 2px solid #ebebeb;
  border-bottom: 0;
  padding: 15px 0 15px 17px;
  border-radius: 0;
}

#blog-post-template-10212020 .blog-sidebar-topics > * {
  margin-bottom: 30px;
  padding-bottom: 0;
}

#blog-post-template-10212020 .blog-post__meta .fusion-inline-sep {
    margin: 0 8px 0 10px;
}

#blog-post-template-10212020 .blog-post__meta {
  position: relative;
}
#blog-post-template-10212020 .fusion-social-networks.boxed-icons {
  position: absolute;
  right: 0;
  margin-top: 16px;
}

#blog-post-template-10212020 .newsletter-form .hs-custom-form .hs-form-field {
  width: 33.3%;
}

#blog-post-template-10212020 .newsletter-form .hs-form fieldset > div:last-child .input,
.section-related-posts .blog-recent-posts__list .custom-related-post-item:last-child{
  margin-right: 0;
}
  

.icon-envelope {
  margin-right: 13px;
  vertical-align: middle;
}

.icon-envelope::after {
  content: "\e75a";
  color: #51606f;
  font-family: 'themify';
  font-size: 35px;
}

#blog-post-template-10212020 .newsletter-form-container {
  display: block;
  text-align: center;
  background: #f6f9fc;
  padding: 65px 20px 75px;
}
#blog-post-template-10212020 .newsletter-form-container h2 {
  margin-bottom: 5px;
}
#blog-post-template-10212020 .newsletter-form-container p{
  color: #24272c;
  font-size: 19px;
}
#blog-post-template-10212020 .newsletter-form .hs-form fieldset .hs-error-msgs label {
  color: red !important;
}
#blog-post-template-10212020 .newsletter-form-container .newsletter-form {
  margin-top: 35px;
}
#blog-post-template-10212020 .newsletter {
    margin-right: 0;
}
#blog-post-template-10212020 .newsletter-form-container .hs-input {
  border-color: transparent;
}
#blog-post-template-10212020 .newsletter-form-container input.hs-input.error,
#blog-post-template-10212020 .newsletter-form-container div.field.error input,
#blog-post-template-10212020 .newsletter-form-container div.field.error textarea,
#blog-post-template-10212020 .newsletter-form-container div.field.error .chzn-choices,
#blog-post-template-10212020 .newsletter-form-container textarea.hs-input.error,
#blog-post-template-10212020 .newsletter-form-container select.hs-input.error {
    border-color: #c87872;
}
#blog-post-template-10212020 .newsletter-form .hs-custom-form {
  display: block;
}
#blog-post-template-10212020 .newsletter-form .hs-form fieldset {
  max-width: 1140px;
  margin: auto;
}
#blog-post-template-10212020 .newsletter-form .hs-form .hs-submit {
  border: 0;
}
#blog-post-template-10212020 .newsletter-form .hs-form .hs-submit input {
  width: 100%;
  max-width: 305px;
}
#blog-post-template-10212020 .newsletter-form .hs-form .hs-submit .actions {
  margin-top: 20px;
}

#blog-post-template-10212020 > .page-center {
  max-width: 100% !important;
  border-bottom: 2px solid rgba(225,225,225,1.0);
}
#blog-post-template-10212020 > .page-center > .cm-two-column-right-col1 {
  max-width: 1140px !important;
  margin: auto;
  float: none;
  padding: 0 20px 60px;
}

.section-related-posts .cm-two-column-right-col1 {
  width: 100% !important;
}
.section-related-posts .custom-related-post-item {
  width: 33.3333%;
}
.section-related-posts .custom-related-post-item .blog-recent-posts__title {
  font-size: 22px;
  line-height: 1.3;
}
.section-related-posts .custom-related-post-item .date {
  color: #cccccc;
  margin-top: 5px;
  margin-bottom: 15px;
}
.section-related-posts .custom-related-post-item p {
  margin-bottom: 0;
  font-size: 16px;
}
.section-related-posts .read-more {
  margin-top: 5px;
}
.section-related-posts .read-more a {
  font-size: 16px !important;
  font-weight: 600;
}

.blog-sidebar-topics.mobile{
  display:none;
}
.author-avatar {
  width: 72px;
  height: 72px;
  background-size: cover;
  border-radius: 50%;
}
span.filter-link-count {
  display: none;
}
.blog-psot__timestamp {
  margin-top: 16px;
  margin-left: 20px;
}
.tooltipster-default .tooltipster-content {
  max-width: 200px;
  padding: 3px 8px !important;
  color: #d1d1d2;
  text-align: center;
  font-size:12px !important;
  text-decoration: none;
  background-color: rgba(33, 33, 33, .97);
  border-radius: 4px;
  font-family: Source Sans Pro !important;
  background-clip: padding-box;
}
.tooltipster-arrow-border{
  border-color: rgba(33, 33, 33, .97) !important;
}
.tooltipster-arrow-border + span {
  border-top-color: rgba(33,33,33,.97) !important;
}


@media only screen and (max-width: 1400px) and (min-width:1120px) {
  .banner.blog-banner {
    background-position:65% center
  }
}

@media only screen and (max-width: 1023px) and (min-width:768px) {
  .banner.blog-banner-content.has-text {
    width:50%
  }
   .hs-blog-id-29573304672 .blog-banner .banner-content {
    width: 40.3333%;
  }
}

@media only screen(min-width: 768px) {
  .banner.blog-banner.style-2 .banner.blog-banner-content.has-text {
    width:50%
  }
}

@media only screen and (max-width: 850px) {  
  .blog-post__body img[style*="float"] {
    float: none !important;
    margin: 0px auto 15px !important;
    display: block !important;
  }
  .hs-blog-post .cm-two-column-right-col2 .cm-two-column-right-inner-col2,
  #blog-post-template-10212020 .cm-two-column-right-col2 .cm-two-column-right-inner-col2 {
    display: flex;
    flex-wrap: wrap;
    
  }
  .blog-sidebar-topics.mobile{
    display:block;
  }
  .blog-sidebar-topics.desktop{
    display:none;
  }
  .banner.blog-banner-content {
    width:100%
  }
  .hs-blog-post .cm-two-column-right-col2,
  #blog-post-template-10212020 .cm-two-column-right-col2 {
    display:block !important;
  }
  .cm-two-column-right-col1 .blog-post h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .hs-blog-post .cm-two-column-right-col2,
  .hs-blog-post .cm-two-column-right-col1,
  #blog-post-template-10212020 .cm-two-column-right-col2,
  #blog-post-template-10212020 .cm-two-column-right-col1 {
    width: 100%;
    padding-top: 0;
  }
  
  
  .custom-related-post-item {
    margin-right: 15px;
    width: 33.333%;
  }
  .hs-blog-post .cm-two-column-right-inner-col2 > div,
  #blog-post-template-10212020 .cm-two-column-right-inner-col2 > div {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner.blog-banner h1 {
    margin: 0;
    line-height: 1;
    font-size:40px;
  }

  .banner.blog-banner {
    padding: 86px 30px 80px;
    min-height: 306px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover
  }
  .banner.blog-banner-content.has-text p {
    margin-top: 0
  }

  .banner.blog-banner-content.has-text h1 {
    margin-bottom: 20px;
    line-height: 1.1;
    font-size: 40px;
    margin-top: 20px
  }
.hs-blog-id-29573304672 .banner.blog-banner {
    min-height: 295px;
    background-position: center center;
}
  .hs-blog-id-29573304672 .banner.blog-banner h1 {
    text-align: left;
}
}

@media only screen and (max-width: 767px) {
  .blog-post h2 , .blog-post h3 { font-size:22px !important; line-height:1 !important; }
  .blog-post h4 {font-size:20px !important; line-height:1 !important; }
  
  .blog-sidebar-topics{
  border-top:20px solid #fff;
  border-bottom:20px solid #fff;
}
   .blog-sidebar-item{
  background-color:#fff; padding-bottom:16px; 
}
   .blog-sidebar-topics.mobile{
    display:none;
  }
  .blog-sidebar-topics.desktop{display:block;}
  .hs-blog-post .cm-two-column-right-inner-col2 > div,
  #blog-post-template-10212020 .cm-two-column-right-inner-col2 > div {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
/*     margin-bottom: 40px; */
  }
  .banner.blog-banner {
    background-image:url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/images/mic_MS_MicroSourcing-blog-031119-m.jpg);
  }
  .hs-blog-post .cm-two-column-right-col2,
  #blog-post-template-10212020 .cm-two-column-right-col2 {
    padding-bottom: 0;
  }
  .banner.blog-banner-content {
    width:100%;
    text-align: center
  }

  .banner.blog-banner {
    min-height: 200px;
    padding: 65px 30px 50px
  }

  .banner.blog-banner-content.has-text h1 {
    margin-top: 0
  }

  .banner.blog-banner {
    min-height: 200px;
    padding: 65px 30px 50px;
    align-items: self-start;
    min-height: 737px;
    background-position: center center
  }
  .blog-index {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .post-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }


}

@media only screen and (max-width: 640px) {
  .fusion-sharing-box.fusion-single-sharing-box.share-box h4 {
    display: block;
    margin-bottom: 11px;
  }

  .fusion-sharing-box.fusion-single-sharing-box.share-box {
    height: auto !important;
  }
  .fusion-social-networks.boxed-icons {
    float: none;
  }
}

@media only screen and (max-width: 480px) {
  .blog-recent-posts__list {
    flex-direction: column;
  }
  .banner.blog-banner h1 {
    font-size:38.4px;
    line-height: 38.4px
  }
  .custom-related-post-item {
    margin-right: 0;
    margin-bottom:20px;
    width: 100%;
  }
  .section.post-footer .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
    height: 85px;
  }
  #blog-container-10202020 .newsletter-form .hs-custom-form .hs-form-field .input input {
    width: 100%;
  }
  #blog-post-template-10212020 .newsletter-form .hs-custom-form .hs-form-field {
    width: 100%;
    margin-bottom: 10px;
  }
  #blog-post-template-10212020 .newsletter-form-container .hs-input {
    width: 100%;
  }
  #blog-post-template-10212020 .newsletter-form .hs-form fieldset .input {
    margin-right: 0;
  }
  #blog-post-template-10212020 .newsletter-form .hs-form .hs-submit input {
    padding: 15px 1rem;
  }
  .section-related-posts .custom-related-post-item {
    width: 100%;
  }
  #blog-post-template-10212020 .cm-two-column-right-col2 {
    padding-bottom: 40px !important;
  }
  #blog-post-template-10212020 .newsletter-form .hs-form .hs-submit input {
    max-width: 100%;
  }
}

@media (max-width: 400px){
  .fusion-social-networks.boxed-icons { position: unset !important }
  .author-avatar {width: 70px; height: 60px; margin-top: 10px;}
  .fusion-social-networks-wrapper a { font-size: 10px }
}


@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  position:relative;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width:767px){
  .blog-banner .banner-content {
    width: 100%;
    padding: 0;
}
  .banner.blog-banner h1 {
    font-size: 40px;
    line-height: 1.1;
}
}

/* ADDITIONAL CSS 08/2020 */
/* FULL WIDTH FORM */
.newsletter-form-container{
  display: flex;
  align-items: center;
  background-color: #DA7130;
  padding: 1.5rem 9rem;
  margin-top: -3rem;
  position: relative;
}
.newsletter{
  color: #fff;
  flex: 0.4;
  margin-right: 3rem;
}
.newsletter h5 { color: inherit; }
.newsletter p { margin-bottom: 0; }
.newsletter-form{
  flex: 1;
}
.newsletter-form .hs-custom-form {
  display: flex;
  align-items: flex-start;
  max-width: unset;
} 
.newsletter-form .hs-form label:not(.hs-error-msg) { display: none; }
.newsletter-form .hs-form fieldset {
  max-width: unset;
  width: 100%;
  flex: 1;
} 
.newsletter-form .hs-form fieldset > * { margin-bottom: 0; } 
.newsletter-form .hs-form fieldset .input { margin-right: 1rem; }
.newsletter-form .hs-form fieldset .input input {
  padding: 0.3rem 1rem;
  font-size: 1em;
}
.newsletter-form .hs-form fieldset .input input:placeholder { color: #eee !important; }
.newsletter-form .hs-form fieldset .hs-error-msgs label {
  color: #fff !important;
  font-size: 0.8em;
}
.newsletter-form .hs-form .hs-submit {
  text-align: center;
  border: 1px solid #fff;
}
.newsletter-form .hs-form .hs-submit input { 
  margin: 0;
  padding: 0.6rem 1rem;
}


/* ADDITIONAL CSS 10/20/2020 */


  @media only screen and (min-width: 851px) {
    #blog-container-10202020 .custom-blog-top-pane-col1 {
      width: 49.3%;
      margin-bottom: 0;
      margin-right: 0;
    }
    #blog-container-10202020 .custom-blog-top-pane-col2 {
      width: 50.7%;
      padding-left: 50px;
    }
    #blog-container-10202020 .custom-blog-top-pane {
      padding: 35px 126px 45px;
    }
  }

  #blog-container-10202020 .custom-blog-top-pane-col1 {
    padding-top:5px;
  }

  #blog-container-10202020 .custom-breadcrumb-menu .content-wrapper {
    border-bottom: 0;
  }

  #blog-container-10202020 .blog-index:before {
    display: none;
  }

  #blog-container-10202020 .custom-blog-top-pane .page-center > h2,
  .blog-main-content .blog-main-content-left > h2,
  .blog-main-content-right h2,
  #blog-post-template-10212020 .blog-sidebar-topics h2 {
    font-size: 30px !important;
    font-weight: 500;
    line-height: 1.25;
  }

  #blog-container-10202020 .custom-blog-top-pane .cm-post-item-top h2 {
    font-family: "Proxima Nova","Source Sans Pro",Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 15px;
  }
  #blog-container-10202020 .custom-blog-top-pane .cm-post-item-top h2 a {
    text-decoration: none;
    color:#313d49;
    font-family: "Proxima Nova","Source Sans Pro",Arial,Helvetica,sans-serif;
    font-size: 40px;
  }
  #blog-container-10202020 .custom-blog-top-pane .cm-post-item-top h2 a:hover {
    color: #e17d40;
  }

  #blog-container-10202020 .byline {
    color: #c2c2c2 !important;
  }

  #blog-container-10202020 .custom-blog-top-pane {
    background: #f6f9fc;
    max-width: 1430px;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 45px;
  }
  #blog-container-10202020 .custom-blog-top-pane-col2 h2 {
    margin-bottom: 5px;
    margin-top: 20px;
  }

  #blog-container-10202020 .custom-blog-top-pane-col2 p {
      font-size: 18px;
      margin-bottom: 15px;
  }

  #blog-container-10202020 .cm-post-item-bottom .byline {
    font-size: 13px !important;
  }
  #blog-container-10202020 .cm-post-item-bottom p,
  #blog-container-10202020 .cm-post-item-bottom .read-more a {
    font-size: 16px !important;
  }
  #blog-container-10202020 .cm-post-item-bottom .read-more a {
    font-weight: 600 !important;
  }
  #blog-container-10202020 .cm-post-item-bottom .fusion-inline-sep {
      margin: 0 8px 0 10px;
  }
  #blog-container-10202020 .cm-post-item-bottom .read-more {
    margin-top: 5px;
  }

  .hs-blog-listing #blog-container-10202020 .content-wrapper {
      max-width: 1430px;
  }
  
  .blog-main-content {
      padding-top: 50px;
  }
  .blog-main-content > div {
    float:left;
  }
  .blog-main-content .blog-main-content-full-width{
      width: 100%;
   }
  .blog-main-content .blog-main-content-left {
    width: 70%;
  }
  .blog-main-content .blog-main-content-right {
    width: 30%;
  }
  .blog-main-content .blog-main-content-right > * {
    margin-bottom: 30px;
  }
  .blog-main-content .blog-main-content-right ul,
  .blog-sidebar-topics ul.hs-search-field__suggestions{
    list-style: none;
    padding: 0;
  }
  .blog-main-content .blog-main-content-right ul li,
  .blog-sidebar-topics ul.hs-search-field__suggestions li,
  #blog-post-template-10212020 .blog-sidebar-topics ul li {
    padding: 20px 0 12px;
    border-top: 2px solid #ebebeb;
  }
.blog-sidebar-topics ul.hs-search-field__suggestions li:before{
   content: "" !important;
}
.blog-sidebar-topics ul.hs-search-field__suggestions li a{
    color: #60BADC;
}
.blog-sidebar-topics ul.hs-search-field__suggestions li a:hover{
    color: #dc7227;
}
  .blog-main-content .post-item {
    width: 50%;
    padding-top: 0 !important;
  }
  .blog-main-content-full-width .post-item{
     width: 33.33%; 
  }
    .blog-header-container{
        padding: 30px 40px;
    }
    .blog-avatar-image{
        width: 100%;
        max-width: 300px;
        margin: 0px auto 20px;
        display: block;
    }
  #blog-container-10202020 .newsletter-form-container {
    display: block;
    background-color: #41617b;
    padding: 40px 35px;
    margin-top: 0;
    border-radius: 8px;
  }
  #blog-container-10202020 .newsletter-form-container .newsletter {
    margin-right: 0;
  }
  #blog-container-10202020 .newsletter-form {
    margin-top: 15px;
  }
  #blog-container-10202020 .newsletter-form-container .newsletter h2,
  #blog-container-10202020 .newsletter-form-container .newsletter h5 {
    font-size: 30px;
  }
  #blog-container-10202020 .newsletter-form-container .newsletter p {
    font-size: 17px;
  }
  #blog-container-10202020 .newsletter-form .hs-custom-form {
    display:block;
  }
  #blog-container-10202020 .newsletter-form .hs-custom-form .hs-form-field {
    width: 100% !important;
    float: none !important;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #blog-container-10202020 .newsletter-form .hs-custom-form .hs-form-field .input {
    margin-right: 0;
  }
  #blog-container-10202020 .newsletter-form .hs-custom-form .hs-form-field .input input {
    height: 40px;
  }
  #blog-container-10202020 .blog-index {
    padding-top: 5px;
    margin-left: 0;
    margin-right: 0;
  }
  #blog-container-10202020 .post-item {
    padding: 45px 90px 10px 0;
  }
  #blog-container-10202020 .newsletter-form .hs-form .hs-submit input {
    width: 100%;
    padding: 0.7rem 1rem;
  }
  #blog-container-10202020 .newsletter-form .hs-form .hs-submit {
    border: 0;
  }
  #blog-container-10202020 .sidebar-popular-post {
	  -ms-box-orient: horizontal;
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -moz-flex;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-flex-flow: row wrap;
	  flex-flow: row wrap;
  }
  #blog-container-10202020 .sidebar-popular-post > div:first-child {
    max-width: 39%;
  }
  #blog-container-10202020 .sidebar-popular-post > div:last-child {
    max-width: 61%;
    padding-left: 20px;
    padding-top: 15px;
    line-height: 1.3;
  }
  #blog-container-10202020 .sidebar-popular-post a {
    color: #313d49;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
  }
  #blog-container-10202020 .sidebar-popular-post a:hover,
  #blog-container-10202020 .sidebar-popular-post a:focus {
      color: rgba(225,125,64,1.0);
  }
  #blog-container-10202020 .sidebar-popular-post .date {
    color: #c2c2c2;
    font-size: 16px;
    margin-top: 5px;
  }
  #browse-by-topic li {
    padding: 12px 0 12px;
  }
  #browse-by-topic li:before {
    content: "";
    border: solid #60badc;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 10px;
  }
  #browse-by-topic li a {
    font-size: 16px;
    text-decoration: none;
  }
  #blog-container-10202020 .load-more {
    font-size: 18px;
    color: rgb(49 61 73 / 0.8);
    background: transparent;
    border-top: 2px solid #ebebeb;
    width: calc(100% - 90px);
  }
  #blog-container-10202020 .load-more:hover {
    color: rgba(215,215,215,1);
  }

  #blog-container-10202020 .cm-bottom-pane-group {
    margin-top: 40px;
  }

/* .ADDITIONAL CSS 10/20/2020 */


@media only screen and (min-width: 1500px) {
  .hs-blog-listing #blog-container-10202020 > .content-wrapper {
    padding: 0;
  }
}

@media only screen and (max-width: 1440px) {
  .newsletter-form-container { 
    padding: 1.5rem 1rem;
  }
}

@media only screen and (max-width: 1350px) {
  #blog-container-10202020 .sidebar-popular-post>div:last-child {
    padding-top: 0;
  }
}

@media only screen and (max-width: 850px) {
  #blog-container-10202020 .post-item {
    padding-right: 35px;
    padding-bottom: 40px;
    width: 100%;
  }
  #blog-container-10202020 .load-more {
    width: calc(100% - 35px);
  }
  #blog-container-10202020 .newsletter-form .hs-form .hs-submit input {
    font-size: 15px;
  }
  #blog-container-10202020 .custom-blog-top-pane-col1 {
    margin-bottom: 15px;
  }
  #blog-post-template-10212020 .cm-two-column-right-inner-col2 > div {
    width: 100%;
  }
  #blog-post-template-10212020 .cm-two-column-right-col2 {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .newsletter-form-container{ margin-top: -1rem; }
  .newsletter-form-container {
    flex-direction: column;
    align-items: stretch;
  }
    .blog-header__title{
        text-align: center;
    }
  .author-position{
      display: block;
      text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .blog-main-content > div {
    width: 100% !important;
  }
  #blog-container-10202020 .post-item {
    padding: 10px;
    width: 50%;
  }
  #blog-container-10202020 .blog-index {
    padding-left: 0;
    padding-right: 0;
  }
  #blog-container-10202020 .custom-blog-top-pane .cm-post-item-top h2 a {
    font-size: 30px;
  }
  #blog-container-10202020 .load-more {
    width: 100%;
  }
  #blog-container-10202020 .main-blog-homepage-banner .page-center .banner-content {
    min-height: 200px;
  }
  #blog-container-10202020 .blog-main-content-right .hs-search-field-blog {
    display: none;
  }
  #blog-container-10202020 .blog-main-content-left .hs-search-field-blog {
    margin-bottom: 30px;
  }
  .blog-header-container{
      padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
    #blog-container-10202020 .post-item {
         width: 100%;
    }
    .blog-avatar-image{
        margin: 20px auto 20px;
    }
}
@media only screen and (max-width: 372px) {
  .newsletter {
    flex: 1;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .newsletter-form .hs-custom-form {
    flex-direction: column;
  }

  .newsletter-form .hs-form fieldset .input { margin: 0; }
  .newsletter-form .hs-form fieldset .input input {
    width: 100% !important;
    margin: 0 0 10px 0;
    font-size: 0.8em;
  }

  .newsletter-form .hs-form fieldset .hs-error-msgs label {
    margin-bottom: 1rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Source Sans Pro, Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
input#hs-pwd-widget-password {
  height: 47px !important;
  display: block;
}
.systems-page .hs-form-field {
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.error-right {
  text-align: left !important;
}
.error-group a.hs-button {
  padding: 15px 58px;
  font-weight: normal;
  text-transform: uppercase;
}
.error-group .error-page_heading{
  font-size:40px;
  font-family:"Proxima Nova", Helvetica, Arial, sans-serif;
  line-height:50px;
  margin: 0 0 12px;
  font-weight:normal;
}
.error-group {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}
.error-left, .error-right {
  width: 33.33333333%;
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media(max-width:850px){
  .error-group .error-page_heading {
    font-size: 33.411px;
    line-height: 41.763px;
  }
  .error-left {
    margin-bottom: 30px;
  }
  .error-group {
    flex-direction:column;
  }
  .error-left, .error-right {
    width:100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}

.content-wrapper.custom-error-page.page-center {
  padding: 155px 30px;
}

.content-wrapper.custom-error-page.page-center .error-page {
  margin: 0 -15px;
}

.error-group p {
  margin-bottom: 30px;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
.error-page {
  position:relative;
  text-align:center;
  padding:10rem 0;
}
input#hs-pwd-widget-password {
  height: 47px !important;
  display: block;
  max-width: 530px !important;
  width: 100%;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.widget-type-email_subscriptions .header {
  min-height: 1px;
}
.widget-type-email_subscriptions .header {
 min-height: 1px;
}
.error-page.custom-404-error{
  padding-top:0;
  padding-bottom:0;
}

@media only screen and (min-width: 1200px){
  .error-group a.hs-button {
    padding: 15px 58px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 15px 58px !important;
    line-height: 20px !important;
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 1199px){
  .error-group a.hs-button{
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 850px){
  .content-wrapper.custom-error-page.page-center {
    padding: 55px 30px 55px;
  }
  .error-group a.hs-button {
    width: auto !important;
    font-size: 20px;
    padding: 20px;
  }
  .error-right {
    text-align: center !important;
    max-width: 400px;
    margin: 0 auto;
  }
  .error-group .error-page_heading {

    margin: 9px 0 12px;
    font-weight: normal;
  }
  .error-right {
    text-align: center !important;
  }
  input.email-edit.hs-input {
    width: 100%!important;
  }
  form#email-prefs-form h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 340px){
  .error-group .error-page_heading {
    font-size: 27px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.google-ads-landing-page-header{
    max-width: 1390px;
    display: block;
    margin: 0px auto;
}
#google-ads-total-tools-logo-wrapper{
 float: left;
    padding: 13px 10px 10px 10px;
    width: 12%;
}
.google-ads-landing-page-header .header-inner-group{
    padding-left: 15px;
    padding-right: 15px;    
}
.google-ads-landing-page-header .header-inner-group:after{
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;    
}
.google-ads-header-phone-num-wrapper{
    float: left;
    width: 65%;
    text-align: right;
    padding: 25px 15px 12px;
}
.google-ads-header-num{
    text-decoration: none;
    color: #494a52;
    font-size: 22px;
}
.google-ads-header-num .fa-phone{
    transform: scaleX(-1);
    font-size: 18px;
}
.google-ads-banner .banner{
    min-height: 460px !important;
}
.google-ads-banner .banner-content{
   width: 65%;
}
.google-ads-col-1{
    width: calc(60% - ( ( 4% ) * 0.60 ) );
    margin-right: 4%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
/*     padding-right: 120px;     */
}
.google-ads-col-2{
    width: calc(40% - ( ( 4% ) * 0.40 ) );
    float: left;
/*     background-color: #fbfbfb; */
/*     padding: 70px 34px 155px;     */
}
.google-ads-col-2 #ms-full-width-form-section{
    background-image: none;
    padding: 45px 15px 0px !important;
}
.google-ads-col-form form fieldset div p{
    display: none;
}
.google-ads-col-form form fieldset div .hs-input,
.google-ads-col-form form fieldset div .hs-input::-webkit-input-placeholder, 
.google-ads-col-form .custom-content-form-section.Style2 .hs-input{
    font-size: 18px !important;
    line-height: 20px;
    height: 40px;
}
.google-ads-col-2 .google-ads-col-form .hs-submit input[type="submit"]{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight:600;
    margin-right: 8px;
    letter-spacing: normal;
    width: 100%;
}
.google-ads-video-thumbnail{
    display: block;
    margin: 50px auto 45px;
    max-width: 480px;
    width: 100%;
}
.google-ads-total-tools-logo{
    float: left;
    max-width: 110px;
    padding-right: 10px;
    padding-top: 10px;
}
.google-ads-footer{
    background-color: #000000;
    color: #ffffff;
}
.google-ads-footer .copyright-container{
    padding-top: 25px;
    padding-bottom: 20px;
}
.google-ads-footer .copyright-container .alignright,
.google-ads-footer .copyright-container a{
   color: #ffffff; 
}
.google-ads-footer .copyright-container .alignright ul{
    display: block;
}
.google-ads-align-left{
    display: inline-flex;
    margin-left: 15px;    
}
.google-ads-align-right{
    display: inline-flex;
   margin-left: 55px;
}
.google-ads-footer-logos li{
     border-right: none !important;
    margin-right: 20px !important; 
        float: left;

    margin-bottom: -8px;
}
.google-ads-footer-logos li:last-child{
    margin-right: 0px;
}
.google-ads-footer-logos li img{
    height: 20px;
}

    .google-ads-align-left span.all-rights ul{
        margin-top: 0px !important;
    }
@media (max-width: 1102px){
    .google-ads-align-left{
        display: block;
        text-align: center;
    }
    .google-ads-align-left span.all-rights ul{
        padding-left: 0px !important;
        margin-top: 10px !important;
    }
    .google-ads-footer-logos::after {
      content: "";
      clear: both;
      display: table;
    }
    .google-ads-footer-logos{
    margin: 15px auto 10px !important;
    display: block;
    width: 305px;
    padding: 0px;   
    }
    .google-ads-align-right{
 display: block;
    margin-left: 0px;       
    }
    .google-ads-align-left{
        margin-left: 0px;
    }
}
@media (max-width: 1024px){
    .google-ads-header-phone-num-wrapper{
        width: 58%;
        padding: 19px 15px 12px;
    }
}
@media (max-width: 850px){
    .google-ads-col-1,
    .google-ads-col-2{
        padding-right: 0;
        width: 100%;
        float: none;
        margin-right: 0;
    } 
}
@media (max-width: 767px){
    .google-ads-header-phone-num-wrapper{
        width: 53%;
    }
    #google-ads-total-tools-logo-wrapper{
       padding: 5px 10px 10px 10px; 
    }
    .google-ads-banner .banner-content{
        width: 100%;
    }
    .google-ads-col-form .cm-two-column-right{
        margin-left: -30px;
        margin-right: -30px;
    }
    .custom-content-form-section{
        background-image: url(//6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/raw_assets/public/MicroSourcing_May2020/images/triangles-2.png) !important;
        background-position: center bottom !important;
    }
    .google-ads-col-form .cm-two-column-right .row-number-1{
        padding-bottom: 0px;
    }
}
@media (max-width: 640px){
    .google-ads-header-phone-num-wrapper{
        width: 46%;
    }    
}
@media (max-width: 520px){
    .google-ads-header-phone-num-wrapper{
        width: 100%;
        text-align: center;
        padding: 0px;
    } 
    #google-ads-total-tools-logo-wrapper{
        width: 100%;
        float: none;
    }
    #google-ads-total-tools-logo-wrapper .google-ads-total-tools-logo{
        margin: 0px auto;
        display: block;
        float: none;

    }
    .google-ads-header-num{
        font-size: 18px;
    }

}