


/* ==========================================================================
General fonts  definition.
Change the line above with whatever Google font call of your liking
========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');

/* ==========================================================================
Font Awesome
========================================================================== */

@import url('https://use.fontawesome.com/releases/v5.1.1/css/all.css');

/* ==========================================================================
Other
========================================================================== */

@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/venobox/1.8.3/venobox.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/plyr/3.3.22/plyr.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/lity/2.4.0/lity.min.css');

/* ==========================================================================
HS COS Boilerplate v1.4.0                                
========================================================================== */

/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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


/* ==========================================================================

Index:         

1. BASE STYLES   
- Variables
- Macros
- Base
- Typography

2. COS STRUCTURE
- Structure
- Header
- Content
- Footer

3. MAIN NAVIGATION
- Custom Menu Primary
- Mobile Menu

4. TEMPLATE MODULE CLASSES
- Common Template Classes
- Site Pages
- Landing Pages
- System Pages

5. COS COMPONENTS
- Blog
- Forms
- Buttons

6. DOMAIN SPECIFICS

7. MISCELLANOUS

8. MOBILE MEDIA QUERIES

========================================================================== */








/* ==========================================================================


1. BASE STYLES                                             


========================================================================== */





/* ==========================================================================
Variables                                               
========================================================================== */


/**
* Find the most consistently used font styles, colors, and container widths 
* for your site and assign them to the jinja variables below for easy use 
* and reference. 
*
* Apply the variable as shown below.  Ignore the jingja comment tags.
*
* 
*/

/* Colors */
 





   
  
 
 







 

 
 

/* Containers */






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


/** 
* Create jinja macros for CSS3 properties that need browser prefixes.
*
* Apply the style as shown below on it's own CSS property line.  
* Ignore the jinja comment tags. 
*
*  The variable name must be a signle word (no dashes). In the example below, the variable name is cssTransition.
*/

 

/** 
* Example of how to apply the above macro (ignore the jinja comment tags):
*
* a {
*   color: red;
*   font-size: 12px;
*    
* }
*/




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


/** 
* Box Sizing
* 
* Applies a natural box layout model to all elements so that width and padding 
* are essentially combined, making responsive styles easier to manage.
*/

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: white;
  width: 100%;
  overflow-x: hidden;
} 

/* Website background color and default font styles */
body {
  background: #fafafa;
  color: #364756;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

@media(max-width: 1023px){
  body {
    font-size: 14px;
  }
}

/**
* Page Center
*
* Apply .page-center to full-width modules.
*/

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1120px;
  margin: 0 auto;
}

a { color: #57cdc6; text-decoration: none; }
a:hover, a:focus { color: #1e84c6; }

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




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


/* Basic text */
p {
  line-height:1.75;
  margin-bottom: 25px; 
  margin-top: 0;
} 
small {}
strong {}
em {}
cite {
  text-transform: none;
  display: block;
  font-weight: 400;
  font-style: normal;
}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */

h1 {
  font-size: 35px;
  line-height: 1.66;
  margin-top: 0px;
  margin-bottom: 0px;
}
h2 {
  font-size: 25px;
  line-height: 1.52;
  margin-top: 0px;
  margin-bottom: 0px;
}
h3 {
  font-size: 17px;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
}
h4 {
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0.7px;
}
h5{
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.4px;
}
h6{
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media(max-width: 1023px){
  h1 {
    font-size: 34px;
    line-height: 1.41;
  }
  h2 {
    font-size: 24px;
    line-height: 1.46;
  }
  h3 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  h4 {
    font-size: 14px;
    line-height: 1.53;
  }
  h5{
    font-size: 14px;
  }
  h6{
    font-size: 12px;
  }

}

p, ul, ol, pre, table, blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
}
/* Lists */
ul, ol {
  margin: 25px 0;
  padding: 0 0 0 47px;;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* REMOVED - set to .wrapper class
.row-fluid-wrapper {
max-width: 1120px;
margin: 0 auto !important;
}*/

.footer-container-wrapper {
  margin-top: 100px;
}

.header-container-wrapper .row-fluid-wrapper,
.footer-container-wrapper .row-fluid-wrapper,
.body-container > .row-fluid-wrapper:first-of-type {
  max-width: none;
}

/* Quotes */
blockquote {
  font-size: 17px;
  font-style: italic;
  border-left: 4px solid #EAF4FF;
  margin-left: 0;
  padding-left: 25px;
}
blockquote p {}
blockquote small {
  font-style: normal;
  margin-top: 25px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

/*===============Tables===================*/

.table {
  width: 100%;
  margin-bottom: 25px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: .9em;
}
.table thead th {
  vertical-align: bottom;
}
.table th {
  font-weight: bold;
}
.table th, .table td {
  padding: 8px;
  line-height: 33px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead th {
  vertical-align: bottom;
}
.table th {
  font-weight: bold;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}

table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}

table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}

table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}

table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}

table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}

table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}

table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}

table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}

table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}

table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}

table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}

table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}





.text-muted{
  color: #94ADC5;
}
.text-warning{
  color: #FF1E00;
}
.text-danger{
  color: #F25A57;
}
.text-success{
  color: #43B86A;
}
.text-info{
  color: #00B5DA;
}





/* ==========================================================================


2. COS STRUCTURE                                            


========================================================================== */
.section{
  padding: 32px 0;
}
.section.bordered{
  border-bottom: solid 1px #dcdfe6;
}

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


/* The outer wrappers of your website */
.wrapper,
.row-fluid .wrapper[class*="span"]{
  max-width: 1120px;
  margin: 0 auto;
  display: block;
  padding-top: 0;
  float: none;
}
.wrapper.padded {
  width: 94%;
}
.wrapper.padded .wrapper.padded {
  width: 100%;
}
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

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

@media (max-width: 1199px) {
  .wrapper,.row-fluid .wrapper[class*="span"]{
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .wrapper.nopad-phone {
    width: 100%;
  }
  .wrapper.nopad-phone .wrapper.padded {
    width: 94%;
  }
  .wrapper.nopad-phone .wrapper.padded .wrapper.padded {
    width: 100%;
  }
}


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


.header-container-wrapper {
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  z-index: 3;
  transition: 0.1s all ease;
}

.sidr-open .header-container-wrapper{ 
  left: -260px; 
}

.header-container {}

.header{
  padding: 0;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(91deg, rgba(129, 243, 218, 0.98), #26a8fd);
  border-image-slice: 1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-image: url(https://www.servicepower.com/hubfs/IL%20Assets%20July%202018/header-bg_2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.header .wrapper>.row-fluid-wrapper>.row-fluid{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo img{
  max-height: 50px;
  max-width: 107%;
  width: auto !important;
  margin: 22px 0 25px 0px;
}

.header .hs-menu-wrapper{
  /* 	text-align: right;  */
  line-height: 1;
}
.header .hs-menu-wrapper>ul{
  display: inline-flex !important;
  align-items: center;
  justify-content:flex-end;
  line-height: 1;
}
.header .hs-menu-wrapper ul li{

}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  padding: 0 3px;
}
.header .hs-menu-wrapper .hs-menu-depth-1>a{
  text-transform: uppercase;
  color: #4f565f;
  font-size: 14px;
  padding: 2px 6px;
  letter-spacing: normal;
  position: relative;
}
.header .hs-menu-wrapper .hs-menu-depth-1>a:hover{
  color: #51cdcb;
  font-weight: bold;
}
.header .hs-menu-wrapper .hs-menu-depth-1:hover:after{
  content: '';
  position:absolute;
  width: 100%;
  height: 40px;
  top: 100%;
  left: 0;
}
.header .hs-menu-wrapper .hs-menu-depth-1:nth-last-child(4)>a{
  margin-right: 0;
  padding: 4px 14px;
  border: solid 2px #1e84c6;
  color: #1e84c6;
  margin-left: 40px;
  border-radius: 12px;
  white-space: nowrap !important;
  font-size: 11px;
  font-weight: bold;
  text-transform: none;
  width: auto !important;
  line-height: 1;
}
.header .hs-menu-wrapper .hs-menu-depth-1:nth-last-child(4)>a:hover{
  color: #FFF;
  background: #1e84c6;
}

.header .hs-menu-wrapper .hs-menu-depth-1:nth-last-child(3)>a,
.header .hs-menu-wrapper .hs-menu-depth-1:nth-last-child(2)>a,
.header .hs-menu-wrapper .hs-menu-depth-1:nth-last-child(1)>a{
  color: #1e84c6;
}
.header .hs-menu-wrapper .hs-menu-depth-1:nth-last-child(3)>a:hover,
.header .hs-menu-wrapper .hs-menu-depth-1:nth-last-child(2)>a:hover,
.header .hs-menu-wrapper .hs-menu-depth-1:nth-last-child(1)>a:hover{
  color: #4f565f;
}


.header .hs-menu-wrapper .hs-menu-depth-1 ul{
  top: calc(100% + 34px) !important;
  left: 50% !important;
  transform: translateX(-50%);
  min-width: 220%;
  border-top: 4px solid #5fd5e4;
  background-clip: padding-box !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 15px 0 !important;
}
.header .hs-menu-wrapper .hs-menu-depth-1 ul li{
  text-align: center; 
}
.header .hs-menu-wrapper .hs-menu-depth-1 ul li a{
  text-transform: uppercase;
  color: #4f565f;
  font-size: 11px;
  line-height: 1.25 !important;
  padding: 8px 11px;
  letter-spacing: 0.7px;
  white-space: nowrap !important;
  text-align: center;
  margin: 0 !important;
  width: 100%;
  display: inline-block !important;
}
.header .hs-menu-wrapper .hs-menu-depth-1 ul li a:hover{
  font-weight: bold;
  background-color: rgba(81, 205, 203, 0.2);
}

.header.basic .logo .cell-wrapper{
  text-align: center;
}

/* Header Modal Search */

.header .modal{
  display:none;
  z-index:99;
  width: 100vw;
  height: 100vh;
  background-color: rgba(30,132,198, 0.8);
  top: 0;
  left: 0;
  position: fixed;
}
.header .modal>.row-fluid-wrapper:first-child>.row-fluid{
  z-index:10;
  position: absolute;
  padding: 30px;
  padding-top: 60px;
  background: #FFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);

  max-width: 60%;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.73);
  padding-top: 80px;
  text-align: center
}
.header .modal.search>.row-fluid-wrapper:first-child>.row-fluid{
  background: none;
  box-shadow: none;
  color: #FFF;
}
.header .modal .close{
  position: absolute;
  top: 30px;
  right: 30px;
  color: #FFF;
  width: auto;
  line-height: 1;
  cursor: pointer;
}

.header .modal.search input[type=search]{
  background: transparent !important;
  color: #FFF;
  padding-right: 16px;
  padding-bottom: 5px;
  border: none;
  border-bottom: 2px solid #FFF;
  border-radius: 0;
  font-size: 32px;
}

.header .modal.search input[type="search"]::-webkit-search-decoration,
.header .modal.search input[type="search"]::-webkit-search-cancel-button,
.header .modal.search input[type="search"]::-webkit-search-results-button,
.header .modal.search input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.header .modal.search .hs-search-field--open .hs-search-field__suggestions{
  background: #FFF;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.73);
  padding: 20px;
  border: none;
}
.header .modal.search .hs-search-field--open .hs-search-field__suggestions li:first-child{
  color: #2f3135;
  text-transform: uppercase;
}

@media(max-width: 1230px){
  .header .hs-menu-wrapper .hs-menu-depth-1>a{
    font-size: 11px;
    padding: 0 4px;
  }
}
@media(max-width: 1023px){
  .header{
    padding: 0 20px;
    position: relative;
  }
  .header .logo img{
    height: 40px;
    width: inherit;
    max-width: inherit;
    margin: 5px 0;
  }
  .header .hs-menu-wrapper{
    display:none;
  }
  .header .mobile-header{
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: auto;
    cursor: pointer;
    z-index: 10;
  }
  .sidr-inner ul li:nth-last-child(3) svg,
  .sidr-inner ul li:nth-last-child(2) svg,
  .sidr-inner ul li:nth-last-child(1) svg{
    height: 36px;
    margin-top: 20px;
  }
}
@media(max-width: 767px){
  .header .logo img{
    width: 160px !important;
    max-height: inherit;
    margin: 6px 0;
  }
  .header .wrapper{
    width: 100% !important;
    max-width: 100% !important;
  }
  .header .wrapper>.row-fluid-wrapper>.row-fluid{
    justify-content: inherit;
  }
  .sidr .sidr-class-hs-item-has-children{

  }
  .sidr .sidr-class-hs-item-has-children .sidr-class-hs-menu-children-wrapper{
    display: none; 
  }
  .sidr .sidr-class-hs-item-has-children.active .sidr-class-hs-menu-children-wrapper{
    display: block;
  }

}

@media(max-width: 1023px){
  .sidr ul li:nth-last-child(1), .sidr ul li:nth-last-child(2), .sidr ul li:nth-last-child(3) {
    width: 100% !important;
  }

  .sidr ul li ul li a, .sidr ul li ul li span {
    line-height: 18px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}


@media(min-width: 1024px){
  .header .mobile-header{
    display: none;
  }
  .header .hs-menu-wrapper .hs-menu-depth-1:nth-last-child(3)>a svg, 
  .header .hs-menu-wrapper .hs-menu-depth-1:nth-last-child(2)>a svg, 
  .header .hs-menu-wrapper .hs-menu-depth-1:nth-last-child(1)>a svg {
    width: 23px;
  }
}


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


.body-container-wrapper {
  overflow:hidden;
  position:relative;
  z-index:2;
}
.body-container {}

.max-row {
  max-width: 1120px;
  margin: 0 auto;
  float: none;
  display: block;
}

/* Unique Pages
========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */


/* ==========================================================================
FOOTER
========================================================================== */




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


.footer{
  background-color: #f5f7f8;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to right, rgba(129, 243, 218, 0.98), #26a8fd);
  border-image-slice: 1;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
/* Footer Content */
.footer .wrapper{
  padding: 45px 0 !important;
}

.footer .widget-type-follow_me a.fm_button span {
  display: inline-block !important;
  background-repeat: no-repeat;
  width: 22px !important;
  height: 22px !important;
  background-size: contain !important;
  background-position: center center;
}

.footer .widget-type-follow_me a.fm_button:before {
  content: '';
  display: none !important;
}

.footer .widget-type-follow_me a.fm_button.fm_twitter span {
  background-image: url(https://www.servicepower.com/hubfs/IL%20Assets%20July%202018/home/twitter.svg) !important;
}

.footer .widget-type-follow_me a.fm_button.fm_facebook span {
  background-image: url(https://www.servicepower.com/hubfs/IL%20Assets%20July%202018/home/facebook.svg) !important;
}

.footer .widget-type-follow_me a.fm_button.fm_youtube span {
  background-image: url(https://www.servicepower.com/hubfs/IL%20Assets%20July%202018/home/youtube-logo.svg) !important;
}

.footer .widget-type-follow_me a.fm_button.fm_instagram span {
  background-image: url(https://www.servicepower.com/hubfs/IL%20Assets%20July%202018/home/instagram.svg) !important;
}

.footer .widget-type-follow_me a.fm_button.fm_linkedin span {
  background-image: url(https://www.servicepower.com/hubfs/IL%20Assets%20July%202018/home/linkedin.svg) !important;
}

.footer .wrapper .left-col{

}
.footer .wrapper .left-col .logo img{
  max-width: 220px; 
  height: auto;
  margin-bottom: 38px;
}
.footer .wrapper .left-col .contact-title{
  font-size: 16px;
  color: #607d8b;
  font-weight: bold;
}

.footer .wrapper .left-col .widget-type-simple_menu ul{
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
.footer .wrapper .left-col .widget-type-simple_menu ul li *{
  font-size: 16px;
  color: #607d8b;
  line-height: 2;
}

.footer .wrapper .left-col .widget-type-simple_menu ul li a {
  padding: 0;
}

@media(max-width: 767px){
  .footer .wrapper{
    padding: 42px 0;
  }
  .footer .wrapper .left-col .logo,
  .footer .wrapper .left-col .contact-title,
  .footer .wrapper .left-col .widget-type-simple_menu{
    display:none
  }
  .footer .wrapper .left-col .widget-type-follow_me>div{
    display: flex;
    justify-content: space-around;
    margin-bottom: 48px;
  }
}

/* Right Col */
.footer .wrapper .right-col h3{
  font-size: 18px !important;
  font-weight: normal !important;
  font-style: normal;
  font-stretch: normal;
  line-height: normal !important;
  letter-spacing: normal;
  color: #607d8b;
  margin-bottom: 30px;
}
.footer .wrapper .right-col p {
  margin-top: 32px;
}

.hs_cos_wrapper_type_form ul.hs-error-msgs label:before, .hs_cos_wrapper_type_blog_subscribe ul.hs-error-msgs label:before {
  display: none;
}
.footer .wrapper .right-col .row-fluid-wrapper:nth-child(2){
  margin-top: 14px;
}
.footer .wrapper .right-col .row-fluid-wrapper:nth-child(2) .row-fluid{
  display: flex;
  align-items: center;
}
.footer .wrapper .right-col .row-fluid-wrapper:nth-child(2) .row-fluid>div{
  min-height: inherit; 
}

.footer .wrapper .right-col .hs-form{
  border-radius: 30px;
  padding: 7px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  border: solid 1px #e7e9ea;
  position: relative;
}

.footer .wrapper .right-col .hs-form .hs_recaptcha{
  display: none; 
}

.footer .wrapper .right-col .hs-form .hs-email{
  padding-left: 7px;
}
.footer .wrapper .right-col .hs-form .hs-email:before{
  content: '';
  width: 25px;
  height: 19px;
  vertical-align:middle;
  display: inline-block;
  background: url(https://www.servicepower.com/hubfs/IL%20Assets%20July%202018/envelope-icon.svg) no-repeat center center;
  line-height: 36px;
}
.footer .wrapper .right-col .hs-form .hs-email .input{
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
}
.footer .wrapper .right-col .hs-form input[type="email"]{
  border: none; 
  border-radius: 30px;
  padding: 0 10px;
  height: 100%;
  margin-left: 10px;
}
.footer .wrapper .right-col .hs-form input[type="submit"]{
  padding: 10px 35px;
  background-image: linear-gradient(106deg, #ffa131, #ff416a);
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  border: none !important;
  line-height: 1;
  text-transform: none;
  margin: 0;
}
.footer .wrapper .right-col .hs-form input[type="submit"]:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(102deg, #ffa131, #ff416a);
}
.footer .wrapper .right-col .hs-form .hs-form-field{
  position: relative;
  width: 100%;
  margin: 0;
}
.footer .wrapper .right-col .hs-form .hs-error-msgs{
  position: absolute;
  top: calc(100% + 30px);
  left: 7px;
  width: 150%;
}

.footer .wrapper .right-col .hs-form .hs-error-msgs li {
  display: block;
  padding-left: 10px;
  line-height: 0.8;
  margin-top: 2px;
}

.footer .wrapper .right-col .row-fluid-wrapper:nth-child(2) .row-fluid>div {
  margin-bottom: 10px;
}

.footer .wrapper .right-col .widget-type-text{
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #979797;
}

.footer .hs_cos_wrapper_type_form {
  max-width: none;
}

.footer .wrapper .right-col .hs_error_rollup .hs-error-msgs {
  position: absolute;
  margin: 0;
  top: -21px !important;
  text-align: left;
  left: 15px !important;
}

.footer .wrapper .right-col .widget-type-rich_text{
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: 0.4px;
  color: #607d8b;
}

.footer .wrapper .right-col .widget-type-menu ul{
  padding: 0; 
  display: flex;
  justify-content: space-between;
}
.footer .wrapper .right-col .widget-type-menu ul *{
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #607d8b;

}
.footer .wrapper .right-col .widget-type-menu ul li{
  text-align: center;
  padding: 0 10px;
}

.footer .wrapper .right-col .widget-type-menu ul li a{
  padding: 0;
}
@media(max-width: 1199px){
  .footer .wrapper .right-col .row-fluid-wrapper:nth-child(2) .row-fluid{
    flex-wrap: wrap;
  }
  .footer .wrapper .right-col .row-fluid-wrapper:nth-child(2) .row-fluid>div{
    width: 100%;
  }
  .footer .wrapper .right-col .hs-form{
    margin-bottom: 17px; 
  }
}

@media(max-width: 767px){
  .footer .wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .footer .wrapper .right-col .widget-type-menu ul{
    flex-wrap: wrap; 
    text-align: center;
  }
  .footer .wrapper .right-col .widget-type-menu ul li{
    width: auto;
    margin-bottom: 17px;
    display: inline-block;
  }

  .footer .wrapper .right-col .hs-form .hs-email .input {
    max-width: calc(100% - 40px);
  }
}

/* Copyright */
.footer .copy{
  text-align: center; 
  background-color: #ebeef0;
  padding: 25px;
}
.footer .copy *{
  margin: 0; 
  color: #607d8b;
  font-size: 12px;
}
.footer .copy a{
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer .wrapper .right-col p {
    margin-top: 10px;
  }

  .footer .wrapper .right-col .hs-form {
    margin-bottom: 30px;
  }
}

@media(min-width: 768px) and (max-width: 1199px){
  .footer .wrapper,
  .header .wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}

@media (min-width: 1023px) and (max-width: 1100px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    padding-left: 10px !important;
  }
}





/* ==========================================================================


4. TEMPLATE MODULE SELECTORS                                         


========================================================================== */





/* Common Template Selectors                                             
========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








/* ==========================================================================


5. COS COMPONENTS                                        


========================================================================== */





/* ==========================================================================
Blog                                         
========================================================================== */
.hs-rss-item-text{
  margin-top: 12px;
}

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

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

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

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


/* Blog Content Column
========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
.hs-author-avatar {}
.hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
* Blog Social Sharing icons
*
* Overrides defaults to better align icons and prevent overlapping 
*/

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

/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination .previous-posts-link {}
.blog-pagination .all-posts-link {}
.blog-pagination .next-posts-link {}



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

.blog .blog-sidebar {}

.widget-type-post_listing ul, .hs_cos_wrapper_type_post_filter ul{
  padding-left: 0;
  margin-top: 10px;
}
.widget-type-post_listing ul li, .hs_cos_wrapper_type_post_filter ul li{
  list-style-type: none;
  margin-bottom: 25px;
  font-size: .9em;
}
.hs_cos_wrapper_type_blog_subscribe label{
  margin-top: 11px;
  display: block;
}
.hs-rss-byline {
  opacity: .7;
  font-size: 0.8em;
}
.hs-rss-item {
  margin-bottom: 50px;
}


/* Blog Modules */
.blog .blog-sidebar .widget-span {}




/* ==========================================================================
Forms
========================================================================== */


/* All Global Forms
========================================================================== */

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

/* Descriptions */
body .hs-field-desc {
  font-size: .85em;
  font-style: italic;
}

/* Labels */
body label { 
  font-weight: 500;
  font-size: .9em;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'Lato', sans-serif;
  resize: none;
  font-size: 13px;
  color: #76778c;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus { 
  border: 1px solid #57cdc6;
  outline: none;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

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

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

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {
  border: 1px solid #FF1E00;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
  opacity: .8; 
  font-size: .9em;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: .8; 
  font-size: .9em;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: .8; 
  font-size: .9em;
}
:-ms-input-placeholder { /* IE10 */
  opacity: .8; 
  font-size: .9em;
}

.hs-error-msgs{
  list-style: none;
  padding: 0;
}

.hs-error-msgs label{
  color: #ef4a22 !important;
  font-size: 12px !important;
  margin: 0 !important;
}

body .sf-form form.hs-form .hs-form-field ul.hs-error-msgs {
  margin-top: 0;
}

.hs-error-msgs label a {
  color: #57cdc6 !important;
  text-decoration: none !important;
}

.hs_error_rollup{
  text-align: center;
}
.hs_error_rollup .hs-error-msgs{
  margin: 10px 0;
}

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

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

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

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

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}

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

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"] {}


/* Google Search Form
========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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




/* ==========================================================================
Buttons                                              
========================================================================== */


/* All Global Buttons (Excluding CTAs)
========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-decoration: none !important;
  border: 2px solid #57cdc6 !important;
  border-radius: 30px;
  padding: 10px 35px;
  background: #57cdc6;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: normal;
  white-space: normal; /* Required for iOS! */
  word-wrap: break-word;
  text-transform: none;
  line-height: normal;
  outline: 0;
  transition: all 0.3s ease;  
  box-shadow: none;
  text-shadow: none;
}

body form .hs-button.primary {
  text-transform: none;
  line-height: normal;
  font-size: 14px;
}

form #hs-pwd-widget-password {
  background: #f6f6f6;
  border: solid 1px #aaa !important;
  font-size: 14px !important;
  font-family: 'Helvetica',Arial,sans-serif;
  margin-bottom: 12px;
  height: 40px !important;
  padding: 5px 12px;
  max-width: 400px;
  display: block;
}

@media(max-width: 767px){
  body .hs-button.primary,
  body input[type="submit"],
  body input[type="button"] {
    font-size: 14px;
  }
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  color: white;
  background-color: #74d7d3;
  border-color: #74d7d3 !important;
  box-shadow: none !important;
  text-shadow: none;
}

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

.cta-pill-gradient {
  text-transform: none !important;
}

.cta-pill-gradient:hover {
  border: none !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(102deg, #ffa131, #ff416a) !important;
  box-shadow: none !important;
}

.il-btn-gradient-pill {
  border-radius: 32px !important;
  min-height: 20px;
  line-height: 20px;
  padding: 10px 60px;
  background-image: linear-gradient(100deg,#ffa131,#ff416a);
  color: #FFF;
  border: 0 !important;
  text-transform: none;
  font-weight: bold;
  transition: all 0.2s ease;
}

.il-btn-gradient-pill span {
  width: 13px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.il-btn-gradient-pill span img {
  vertical-align: top;
  margin-top: 6px;
}

.il-btn-gradient-pill:hover {
  border: none !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(102deg, #ffa131, #ff416a) !important;
  box-shadow: none !important;
  color: white !important;
}

.cta_learn_more {
  background: none !important;
  border: none !important;
  text-transform: none !important;
  padding: 0 !important;
}

.cta_learn_more:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.cta_learn_more:hover {
  color: #74d7d3 !important;
}

.cta_blue_pill {
  border-radius: 32.5px !important;
  border: 0 !important;
  background-color: #51cdc7;
  color: white;
  padding: 6px 41px !important;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Lato';
  font-weight: bold;
}

.cta_blue_pill:hover {
  background-color: #74d7d3 !important;
  color: white !important;
}

@media(max-width: 1023px){
  body .hs-button.primary,
  body input[type="submit"],
  body input[type="button"] {
    padding: 14px 24px;   
  }
}


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

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


/* Blog Comment Button
========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
========================================================================== */

/** 
* Override global CTA styles by wrapping the CTA module in a module group 
* that has an ID, and use that ID to prefix your CTA selector. Example shown below.
*
* All overriding properties require !important tags. 
*/
.cta_button,
.cta_button:active{
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 3;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  outline: 0;
  background-color: #3bc9cd;
  border: 2px solid #3bc9cd;
  border-radius: 30px;
  padding: 6px 53px;
  color: #FFF;
  transition: all 0.3s ease;
  white-space: normal;
}

.cta_button:hover,
.cta_button:focus{
  color: #3bc9cd;
  background: #FFF;
}
.cta_button.outlined{
  background: transparent;
  color: #3bc9cd;
  border: 2px solid rgba(0,0,0,0);
}
.cta_button.outlined:hover{
  border-color: #3bc9cd;
}

.big-text .cta_button{
  font-size: 17px;
}

#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}



/* ==========================================================================


6. DOMAIN ESPECIFICS                                        


========================================================================== */
/*- Follow Me Widget  -*/
.widget-type-follow_me {display:block;}
.widget-type-follow_me h3 { font-weight:700; margin-bottom:17px; }
.widget-type-follow_me h3:empty { display:none; }
.widget-type-follow_me a.fm_button {
  display: inline-block;
  height: 34px;
  width: 34px;
  margin: 0 4px 4px 0;
  font-family:FontAwesome;
  font-size:22px;
  line-height:34px;
  color:#607d8b;
  text-decoration:none;
  text-align:center;   
}
.footer-container .widget-type-follow_me a.fm_button { color:#607d8b; }

.widget-type-follow_me a.fm_button span {display: none!important;}

.widget-type-follow_me a.fm_button:before{ content:"\f0ac";}
.widget-type-follow_me a.fm_linkedin:before,
.widget-type-follow_me a[href*="linkedin.com"]:before {content:"\f0e1";}
.widget-type-follow_me a.fm_twitter:before,
.widget-type-follow_me a[href*="twitter.com"]:before {content:"\f099";}
.widget-type-follow_me a.fm_googleplus:before,
.widget-type-follow_me a[href*="plus.google.com"]:before {content:"\f0d5";}
.widget-type-follow_me a.fm_youtube:before,
.widget-type-follow_me a[href*="youtube.com"]:before {content:"\f167";}
.widget-type-follow_me a.fm_facebook:before,
.widget-type-follow_me a[href*="facebook.com"]:before {content:"\f09a";}
.widget-type-follow_me a.fm_rss:before {content:"\f09e";}
.widget-type-follow_me a.fm_xing:before,
.widget-type-follow_me a[href*="xing.com"]:before {content:"\f168";}
.widget-type-follow_me a[href*="instagram.com"]:before {content:"\f16d";}

.widget-type-follow_me a.fm_linkedin:hover,
.widget-type-follow_me a[href*="linkedin.com"]:hover {color:#069;}
.widget-type-follow_me a.fm_twitter:hover,
.widget-type-follow_me a[href*="twitter.com"]:hover {color:#46d4fe;}
.widget-type-follow_me a.fm_googleplus:hover,
.widget-type-follow_me a[href*="plus.google.com"]:hover {color:#dd5948;}
.widget-type-follow_me a.fm_youtube:hover,
.widget-type-follow_me a[href*="youtube.com"]:hover {color:#e62d28;}
.widget-type-follow_me a.fm_facebook:hover,
.widget-type-follow_me a[href*="facebook.com"]:hover {color:#3b5998;}
.widget-type-follow_me a.fm_rss:hover {color:#e6b54c;}
.widget-type-follow_me a.fm_xing:hover,
.widget-type-follow_me a[href*="xing.com"]:hover {color:#0a5d5e;}
.widget-type-follow_me a[href*="instagram.com"]:hover {color:#8a3ab9;}





/* ==========================================================================


7. MISCELLANOUS                                        


========================================================================== */





/** 
* Styles that do not fit into available sections above can go here.
* For example, one would place 3rd party plugin overriding styles here.
*
* This section is NOT for 'Custom' styles.  All custom styles must go in the
* proper sections above.
*
* For instance, custom header and footer styles must go in the HEADER and 
* FOOTER sections.  Custom styles for anything in-between the header and footer 
* (such as, styles that are unique to the HOMEPAGE only), must go in the 
* CONTENT section.
*/ 








/* ==========================================================================


7. MOBILE MEDIA QUERIES                              


========================================================================== */





/* Screen sizes smaller than site maxWidth (.page-center)
========================================================================== */

@media (max-width: 1120px) {}


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

@media (max-width: 767px) {

  .header2-underline {
    margin-top: 0;
  }
}


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

@media (max-width: 479px) {}



/*** CompanyModules ***/


/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}

img.alignRight{
  margin: 0 0 5px 15px;
}

img.alignLeft{
  margin: 0 15px 5px 0;
}

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

/* Blog Social Sharing */
.widget-type-social_sharing, .widget-type-follow_me{
  margin-top: 11px;
}

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

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

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
}

#caldays {
  margin-bottom: 4px;
}

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

/* Forms */

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
{
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  padding: 5px 12px;
  border: solid 1px #e1e2e7;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1;
}
textarea{
  min-height:150px;
  border: solid 1px #cccfda;
  padding: 12px;
  margin-bottom:26px;
  font-size: 13px;
}
select{
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  min-height: 40px !important;
  border: 1px solid #e1e2e7 !important;
  border-radius: 3px !important;
  padding: 5px 12px !important;
  background: url(//cdn2.hubspot.net/hub/358710/file-2408982178-png/IL-Boilerplate-images/dropdown-arw.png) 100% center no-repeat;

  font-size: 13px !important;
  line-height: 2 !important;
  white-space: normal !important;
}

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

/* Menus */
.hs-menu-wrapper ul {

}

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
  font-size: .9em;
  padding-left: 47px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 15px;
  background: #EBEFF2;
  top: 25px;
  padding: 25px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}


/* responsive pre elements */

pre {
  overflow-x: auto;
}

/* responsive pre tables */

table pre {
  white-space: pre-wrap;
}

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

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

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


iframe[name=google_conversion_frame] {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -10000;
  overflow: hidden;
  pointer-events: none;
}

/* Custom CSS utility classes */
@media (min-width: 768px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}



* {
  -webkit-tap-highlight-color: transparent;
}

/* Sidr Theme */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.9px;
  background: #1e84c6;
  color: #fff;
  padding: 0 10px;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: flex;
  margin: 0 0 15px;
  padding: 0;
  flex-wrap: wrap;
}
.sidr ul li{
  display: block;
  margin: 0;
  line-height: 48px;
  border-bottom: 1px solid #57cdc6;
  width: 100%;
}
.sidr ul li.sidr-class-hs-menu-depth-1:nth-last-child(1),
.sidr ul li.sidr-class-hs-menu-depth-1:nth-last-child(2),
.sidr ul li.sidr-class-hs-menu-depth-1:nth-last-child(3){
  width: calc(100% / 3) !important;
  display: flex;
  order: -1;
  justify-content: center;
  align-items: center;
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: 0;
  line-height: 49px;
}
.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.sidr ul li ul li:last-child {
  border-bottom: 0;
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: 0;
  line-height: 41px;
}
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,
.sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {

}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}

.sidr ul li ul li.sidr-class-hs-item-has-children > a {
    color: white;
}

.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: #fff;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}


/* Helper Classes */
.flex-row > span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -3.5%;
  max-width: 100%;
}

.flex-row > span > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.flex-row.three-col-grid,
.flex-row.two-col-grid {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.flex-row.two-col-grid > .row-fluid-wrapper {
  width: 50%;
  padding: 15px;
}

.header2-underline {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: normal;
  color: #1e84c6;
  position: relative;
  margin: 0 0 60px 0;
}

.header2-underline:after {
  content: '';
  width: 100px;
  height: 6px;
  background-color: #1e84c6;
  position: absolute;
  bottom: -20px;
}

/* Mobile */
@media (max-width: 767px) {

  .flex-row > span {
    display: block;
    margin: 0;
  }

  .flex-row > span > div {
    display: block;
  }

  .three-col-grid .widget-span {
    margin-bottom: 20px;
  }

  .section {
    padding: 32px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1260px) {
  .section {
    padding-left: 46px;
    padding-right: 46px;
  }
}

/* Header */

.widget-type-header h1,
.widget-type-header h2,
.widget-type-header h3,
.widget-type-header h4,
.widget-type-header h5{
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  color: #1e84c6;
}

.widget-type-header h1:after,
.widget-type-header h2:after,
.widget-type-header h3:after,
.widget-type-header h4:after,
.widget-type-header h5:after{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100px;
  height: 6px;
  background: #1e84c6;
}

.widget-type-header small{
  font-size: 14px;
  font-weight: normal;
  color: #818285;
  line-height: 14px;
  display: block;
  margin-bottom: 10px;
}

@media(max-width: 767px){
  .widget-type-header h1,
  .widget-type-header h2,
  .widget-type-header h3,
  .widget-type-header h4,
  .widget-type-header h5{
    padding-bottom: 0px;
  }
  .widget-type-header h1:after,
  .widget-type-header h2:after,
  .widget-type-header h3:after,
  .widget-type-header h4:after,
  .widget-type-header h5:after{
    content: none;
  }
}


.embed-container { 
  position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: 100%; 
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.content-block-video .plyr--video .plyr__control--overlaid {
  background-color: transparent;
  background-image: url(https://380173.fs1.hubspotusercontent-na1.net/hubfs/380173/IL%20Assets%20July%202018/play-button-1.svg?t=1533159019640);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.content-block-video .plyr--video .plyr__control--overlaid svg {
  display: none;
}


.plyr__poster{
  background-color: transparent;  
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* MJ STYLE OVERRIDES */

body:not(.sds-lp) .body-container-wrapper {
  padding-top: 0 !important;
}

body:not(.sds-lp) .header-container-wrapper {
  background-color: transparent !important;
}

.footer .hs_cos_wrapper_type_form .field>label {
  display: none !important;
}

/* RC ITEM */

.rc-item {
  margin-top: 10px;
  background: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  border-bottom: 3px solid #57cdc6;
}

.rc-i-wrapper {
  padding-top: 22px;
  background: white;
}

.rc-item-footer.absolute {
  background: white;
}

.rc-i-wrapper .rc-item-header {
  height: 202px;
  padding-bottom: 0;
  overflow: hidden;
  text-align: center;
  position: inherit;
}

.rc-i-wrapper .rc-item-header .rc-item-image {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: inherit;
  top: 0;
  left: 0;
}

.rc-i-wrapper .rc-item-header .rc-item-image img {
  position: relative;
  transform: none;
  left: 0;
  height: auto !important;
  width: 100% !important;
}

.rc-item-cta {
  text-align: center;
}

.rc-item-type {
  top: -17px;
  bottom: auto;
}

.rc-item.new .rc-i-wrapper .rc-item-header:before {
  top: 11px;
  border-radius: 0;
  background-image: linear-gradient(106deg, #ffa131, #ff416a);
  box-shadow: 0px 3px 2px -1px rgba(0,0,0,0.25);
}

.rc-item-type .rc-item-type-wrapper,
.event-tag>span {
  letter-spacing: .7px;
  text-align: center;
  color: #fff;
  background: #8ba4b0;
  padding: 4px 42px;
  white-space: nowrap;
  line-height: normal;
  font-size: 11px;
  font-weight: bold;
}

.hs-content-path-resources-videos .video-module a.video-link:before {
  content: '';
  background-image: url(https://www.servicepower.com/hubfs/IL%20Assets%20July%202018/play-button.svg);
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 999;
  transform: translate(-50%);
  left: 50%;
  top: 30%;
  background-size: cover;
}

.hs-content-path-resources-videos .video-module .video-title {
  z-index: 13;
  bottom: 0;
  text-align: left;
  font-weight: bold;
  padding: 15px;
  transform: none;
  top: auto;
  left: 0;
  line-height: normal;
}

.hs-content-path-resources-videos .video-module .video-title:before {
  display: none;
}

.hs-content-path-contact-us .main-content form .legal-consent-container {
  font-size: 16px;
  padding: 0 5px;
}

.hs-content-path-contact-us .main-content form .hs-input {
  background: #f6f6f6;
  border: solid 1px #aaa !important;
  font-size: 14px !important;
  font-family: 'Helvetica',Arial,sans-serif;
  margin-bottom: 12px;
}

.hs-content-path-contact-us .main-content form.hs-form fieldset .hs-form-field {
  margin: 0;
  padding: 0 5px;
}

.hs-content-path-contact-us .main-content form .hs-submit .actions {
  text-align: center;
}

.hs-content-path-contact-us .main-content form .hs-submit .hs-button {
  border-radius: 32px;
  min-height: 20px;
  line-height: 20px;
  padding: 10px 60px;
  background-image: linear-gradient(100deg,#ffa131,#ff416a);
  color: #FFF;
  border: 0 !important;
  text-transform: none;
  font-weight: bold;
  transition: all .2s ease;
  border: none !important;
  width: auto;
  text-transform: none;
  display: inline-block;
}


#pagination a.jp-current, 
#pagination a.jp-current:hover {
  background: #51cdc7;
}

#pagination a.jp-previous:before {
  content: "\f104" !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
}

#pagination a.jp-next:after {
  content: "\f105" !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
}

#pagination a:hover {
  color: #74d7d3 !important;
}

/* Shoutbox Form */
.shoutbox-form .sds-site-wrapper {
  max-width: none;
  padding: 0;
}

.shoutbox-form .sds-site-wrapper .sf-wrapper {
  max-width: none;
  padding: 40px;
  margin-top: 10px;
}

.shoutbox-form .sds-site-wrapper .sf-wrapper .sf-image {
  right: 50px;
}

.shoutbox-form .sds-site-wrapper .sf-wrapper .sf-headline {
  padding: 0;
  max-width: calc(100% - 200px);
}

.shoutbox-form .sds-site-wrapper .sf-wrapper .sf-form {
  padding: 0;
}

.shoutbox-form .sds-site-wrapper .sf-wrapper form .hs-input {
  background: #f6f6f6;
  border: solid 1px #aaa !important;
  font-size: 14px !important;
  font-family: 'Helvetica',Arial,sans-serif;
  margin-bottom: 12px;
}

.shoutbox-form .sds-site-wrapper .sf-wrapper form .hs-fieldtype-select {
  position: relative;
}

.shoutbox-form .sds-site-wrapper .sf-wrapper form .hs-fieldtype-select:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 900;
  position: absolute;
  right: 23px;
  top: 6px;
  font-size: 18px;
  color: #57cdc6;
}

.shoutbox-form .sds-site-wrapper .sf-wrapper form .legal-consent-container {
  display: block;
  width: 100%;
  margin: 0;
}

.shoutbox-form .sds-site-wrapper .sf-wrapper form .hs-submit {
  display: block;
  width: 100%;
  margin: 0;
}

.shoutbox-form .sds-site-wrapper .sf-wrapper form .hs-submit .actions {
  text-align: center;
}

.shoutbox-form .sds-site-wrapper .sf-wrapper form .hs-submit .hs-button {
  border-radius: 32px;
  min-height: 20px;
  line-height: 20px;
  padding: 10px 60px;
  background-image: linear-gradient(100deg,#ffa131,#ff416a);
  color: #FFF;
  border: 0 !important;
  text-transform: none;
  font-weight: bold;
  transition: all .2s ease;
  border: none !important;
  width: auto;
  text-transform: none;
  display: inline-block;
  font-size: 14px;
}

/* 404 Page */
.sds-error-404 .se-bg {
  padding-left: 15px;
  padding-right: 15px;
}
.sds-error-404 #error-search-form #error-search-field {
  height: 60px;
  width: calc(100% - 185px);
  padding: 0 5px 0 50px !important;
  border-radius: 30px 0 0 30px;
}
.sds-error-404 .hs_cos_wrapper_type_rss_listing h3 {
  font-weight: bold;
  color: #4f565f;
}
.sds-error-404 .hs-rss-item {
  border-bottom: 3px solid #51cdc7;
  position: relative;
  padding-bottom: 30px;
  cursor: pointer;
}

.sds-error-404 .hs-rss-item .hs-rss-item-text {
  padding: 25px 35px 18px 35px;
}
.sds-error-404 .hs-rss-item .hs-rss-item-text a.hs-rss-title {
  padding: 0;
}
.sds-error-404 .hs-rss-item .hs-rss-item-text a.hs-rss-title span {
  font-size: 16px;
  font-weight: bold;
  color: #4f565f;
  padding: 0;
}

.sds-error-404 .hs-rss-item .hs-rss-item-text .hs-rss-byline {
  padding: 0;
  margin-bottom: 7px;
}

.sds-error-404 .hs-rss-item .hs-rss-item-text .hs-rss-description {
  padding: 0;
}

.sds-error-404 .hs-rss-item .hs-rss-item-text .hs-rss-description p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #4f565f;
  margin-bottom: 16px;
}

.sds-error-404 .hs-rss-item .hs-rss-item-text .hs-rss-description p a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  background: #57cdc6;
  color: white;
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  max-height: 0;
  overflow-y: hidden;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0,1,0.5,1);
  padding: 0;
  line-height: 26px;
}

.sds-error-404 .hs-rss-item:hover .hs-rss-item-text .hs-rss-description p a {
  max-height: 24px;
}

@media (max-width: 767px) {
  .rc-listing-wrapper {
    max-width: none;
  }

  .shoutbox-form .sds-site-wrapper .sf-wrapper {
    padding: 40px 20px;
    margin-top: 0;
  }

  .shoutbox-form .sds-site-wrapper .sf-wrapper .sf-image {
    width: 100%;
    position: relative;
    right: auto;
    text-align: center;
  }

  .shoutbox-form .sds-site-wrapper .sf-wrapper .sf-headline {
    width: 100%;
    max-width: none;
  }

  .shoutbox-form .sds-site-wrapper .sf-wrapper form .hs-form-field {
    margin: 0;
  }

  .header .modal>.row-fluid-wrapper:first-child>.row-fluid {
    max-width: 90% !important;
  }
}



/* Second level. nav */
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%!important;
  top: 0!important;
  transform: none;
  min-width: auto;
}

.subscription-preferences {
  margin-top: 140px;
  padding: 20px;
}

@media (max-width: 1023px) {
  .subscription-preferences {
    margin-top: 60px;
  }
}

.vast-subscription-preferences #globalresub-container .hs-button[type=submit] {
  margin-top: 12px;
}

#email-prefs-form .email-prefs #submitbutton {
  margin-left: 16px;
}

.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
	vertical-align: top !important;
}



/******************* Revisions 2021 -j *****************/
@media only screen and (max-width: 767px) {
h2.header2-underline {
    text-align: center;
    margin-bottom: 40px;
}

.header2-underline:after {
    display: none;
}
.page-product-overview .hero .hero-content h2 br {
    display: none;
}
.page-customer .hero#hero-module_153231887868242 .hero-content,
.hero#hero-module_153194559973764 .hero-content{
    max-width: 100%!important;
    text-align: center!important;
}

.page-customer .hero#hero-module_153231887868242 .hero-content .hero-cta {
    text-align: center!important;
}
  
.widget-type-header h1, 
.widget-type-header h2,
.widget-type-header h3,
.widget-type-header h4,
.widget-type-header h5,
.block02 h2, .block03 h2,
.il_customer_list .item-body,
.block04 .il-fullwidth-cta-box .inner-content h3,
.block04 .il-fullwidth-cta-box .inner-content p,
.upcoming-box, .latest-resources-box, .resources-subscribe-box,
.blog-hp-card .content-block .content-block-text .content-block-text-inner,
.hs-content-path-contact-us h2,
.hs_cos_wrapper_type_rich_text td,
.hs-form-2ba13a23-4dea-4b1c-8ea2-8c882238dac1_3a446e74-67c0-4026-a630-3ce9deacda01 .hs-richtext,
.hs-form-305613f6-77bb-4666-a444-f7c88f489722_2fb75bff-e436-4ace-81d8-016b2b957f80 .hs-richtext,
.hs-form-305613f6-77bb-4666-a444-f7c88f489722_7dbc5aa9-de64-457e-8f1f-97fe63bb1316 .hs-richtext,
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_rich_text p,
.hs-content-path-company-careers p,
.hs-content-path-company-careers h2
  
{
    text-align: center!important;
}

.hero#hero-module_153194559973764 .hero-content,
.hero#hero-module_1533748147535374 .hero-content,
.hero#hero-module_153231887868242 .hero-content,
.hero#hero-module_1533749632298390 .hero-content,
.blog-hp-hero .hero-content,
.hero .hero-content
{
    max-width: 100%!important;
}
.hero .hero-content
{
    max-width: 100%!important;
}
.content-block-horizontal .content-block-mobile-image {
    display: block;
    margin: 0 auto;
}

.content-block-horizontal .content-block-text h3 {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.5;
    margin-top: 20px;
}

.content-block-horizontal .content-block-text .content-block-rich-text p {
    margin-top: 0;
    text-align: center;
}
ul.ft-menu>li.ft-field {
    width: auto;
    margin-right: 15px;
}

ul.ft-menu>li.ft-field:last-child {
    margin-right: 0;
}
.product-feature,
.legal-consent-container,
.card-content {
    text-align: center;
}
.horizontal-icon-box {
    display: block!important;
    text-align: center!important;
}

.horizontal-icon-box .image {
    margin: 0 auto!important;
    margin-bottom: 10px!important;
}

.horizontal-icon-box .text {
    width: 100%!important;
    padding-left: 0!important;
    text-align: center!important;

}

.horizontal-icon-box .text .title {
    display: inline-block!important;
    position: relative!important;
    top: 0!important;
    transform: unset!important;
    left: 0!important;
}
ul {
    text-align: left;
}
}

@media only screen and (max-width: 600px) {
.module-product-overview-solution-grid-v2__mobile-buttons a,
.module-product-overview-solution-grid-v3__mobile-buttons a {
    width: 100%!important;
}
.rc-item-body.h3-with-bar {
    text-align: center;
}
.service-manual-gallery-alphabet {
    text-align: center;
}

.service-manual-gallery-alphabet-name:after {
    width: 100%;
}

.service-manual-gallery-alphabet-name {
    padding-top: 60px;
}
}

@media only screen and (max-width: 500px) {
ul.ft-menu>li.ft-field {
    display: block;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
}

ul.ft-menu>li.ft-field:last-child {
    margin-bottom: 0;
}
}


.rc-homepage ul.no-list.hs-error-msgs.inputs-list {
    display: none!important;
}

.rc-homepage .resources-subscribe-box .hs-form .hs-form-field {
    margin-bottom: 0!important;
}

.resources-subscribe-form .hs-email>label {
    display: none!important;
}
.rc-homepage .resources-subscribe-box .hs-form input[type="submit"] {
    margin-top: 0!important;
}

.header {
    position: relative!important;
    background-image: unset!important;
}

.header:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ecececd1;
}

.header>.row-fluid-wrapper {
    position: relative!important;
}