/****************************************************************************/
/* Aplite Theme v1.0                                                        */
/* Created by Salted Stone                                                  */
/****************************************************************************/

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


/* =Fonts
-------------------------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);

@font-face {
    font-family: 'modern_pictograms_proregular';
    src: url('//364768.fs1.hubspotusercontent-na1.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.eot');
    src: url('//364768.fs1.hubspotusercontent-na1.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.eot#iefix') format('embedded-opentype'),
         url('//364768.fs1.hubspotusercontent-na1.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.woff2') format('woff2'),
         url('//364768.fs1.hubspotusercontent-na1.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.woff') format('woff'),
         url('//364768.fs1.hubspotusercontent-na1.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.ttf') format('truetype'),
         url('//364768.fs1.hubspotusercontent-na1.net/hubfs/364768/Aplite/fonts/modernpictogramspro_2.34-webfont.svg#modern_pictograms_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
    text-decoration:none;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
    max-width:100%;
    height:auto;
}

img-left {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
a:focus {
	outline:none;
}

/* Clearing floats */
.manual-clear:after,
.aplite-section-title-wrap:after {
    clear: both;
}
.manual-clear:before,
.manual-clear:after,
.aplite-section-title-wrap:before,
.aplite-section-title-wrap:after {
	display: table;
	content: "";
}

/* =Sidr Styles
-------------------------------------------------------------- */
.sidr{
  display:none;
  position:absolute;
  position:fixed;
  top:0;
  height:100%;
  z-index:999999;
  width:260px;
  overflow-x:none;
  overflow-y:auto;
  font-size:15px;
  background:#333;
  color:#fff;-webkit-box-shadow:inset 0 0 5px 5px #222;-moz-box-shadow:inset 0 0 5px 5px #222;
  box-shadow:inset 0 0 5px 5px #222
}
.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 h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,
.sidr h6{
  font-size:11px;
  font-weight:normal;
  padding:0 15px;
  margin:0 0 5px;
  color:#fff;
  line-height:24px;
  background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);
  background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);
  background-image:-o-linear-gradient(#4d4d4d,#1a1a1a);
  background-image:linear-gradient(#4d4d4d,#1a1a1a);-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
  box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)
}
.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:block;margin:0 0 15px;padding:0;border-top:1px solid #1a1a1a;border-bottom:1px solid #4d4d4d}
.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #4d4d4d;border-bottom:1px solid #1a1a1a}
.sidr ul li:hover,
.sidr ul li
.active,.sidr ul li
.sidr-class-active{border-top:none;line-height:49px}
.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li
.active>a,
.sidr ul li.active>span,
.sidr ul li
.sidr-class-active>a,
.sidr ul li
.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #222;-moz-box-shadow:inset 0 0 15px 3px #222;box-shadow:inset 0 0 15px 3px #222}
.sidr ul li a,
.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#fff}
.sidr ul li ul{border-bottom:none;margin:0}
.sidr ul li ul li{line-height:40px;font-size:13px}
.sidr ul li ul li:last-child{border-bottom:none}
.sidr ul li ul li:hover,
.sidr ul li ul li
.active,.sidr ul li ul li
.sidr-class-active{border-top:none;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{-webkit-box-shadow:inset 0 0 15px 3px #222;-moz-box-shadow:inset 0 0 15px 3px #222;box-shadow:inset 0 0 15px 3px #222}
.sidr ul li ul li a,
.sidr ul li ul li span{color:rgba(255,255,255,0.8);padding-left:30px}
.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;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;
  border-radius:2px;
  border:none;
  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)}

/* =inline DropDown Menu Styles
-------------------------------------------------------------- */

/* Dropdown Button */
.div-center {
  display: flex;
  justify-content: center;
  padding: 1%;
}

/* Dropdown Button */
.dropbtn {
  background-color: #1ba6a7;
  color: #fff;
  font-family:Montserrat;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
	text-align: center;
  padding: 5% 87px 5% 87px;
  flex-grow: 1;
}

  /*Drop Down Arrow*/
.dropbtn:after {
  content: '< >';
  font: 10px, monospace;
  color: #FFF;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  border: none;
  right: 11px;
  top: 18px;
  padding: 0 0 2px;
  /*left line */  
  position: absolute;
  pointer-events: none;
}

/* Media Query for Tablets Ipads portrait mode */
  @media (min-width: 768px) and (max-width: 1024px){
.dropbtn {
  background-color: #1ba6a7;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
	text-align: center;
  padding: 5% 20px 5% 20px;
  flex-grow: 1;
    }
}

 /* Media Query for Tablets Ipads portrait mode */
  @media (min-width: 768px) and (max-width: 1024px){
.dropbtn:after {
  content: '< >';
  font: 6px, monospace;
  color: #FFF;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  border: none;
  right: 5px;
  top: 10px;
  padding: 0 0 2px;
  /*left line */  
  position: absolute;
  pointer-events: none;
    }
}

    
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 270px;
  max-width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #000;
  font-size: 12px;
  padding: 10px 8% 10px 8%;
  text-decoration: none;
  display: block;
}
/* Smaller font links inside the dropdown */
.dropdown-content a i {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  display: block;
}
/* Change color of selected link page */
.dropdown-content-selected {background-color: #ddd;}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd; text-decoration: none;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #198c88;}

/* Show the dropdown menu on hover
.dropdown:hover .dropdown-content {display: block;}  */

#myDropdown {
   max-height:250px;/* you can change as you need it */
   overflow:auto;/* to get scroll */
}

/* Show the dropdown menu on Click - works with attached Javascript*/
.show {display:block; border: none;}

/* =inline BUY NOW Button Styles
-------------------------------------------------------------- */

/* BUY NOW Button */
.div-center {
  display: flex;
  justify-content: center;
  padding: 1%;
}

/* BUY NOW Button */
.buynowbtn {
  background-color: #ffffff;
  color: #aa2b8f;
  font-family:Montserrat;
  font-size: 18px;
  font-weight: 700;
  border: 2px;
  border-style: solid;
  border-color: #aa2b8f;
  border-radius: 5px;
	text-align: center;
  white-space: pre;
  padding: 10px 30% 10px 30%;
  flex-grow: 1;
}
 /* Media Query for Tablets Ipads portrait mode */
  @media (min-width: 768px) and (max-width: 1024px){
.buynowbtn {
  background-color: #ffffff;
  color: #aa2b8f;
  font-size: 18px;
  font-weight: 700;
  border: 2px;
  border-style: solid;
  border-color: #aa2b8f;
  border-radius: 5px;
	text-align: center;
  white-space: pre;
  padding: 10px 20% 10px 20%;
  flex-grow: 1;
}
}


/* The container <div> - needed to position the dropdown content */
.buynow {
}

/* Change the background color of the BUY NOW button when the dropdown content is shown */
.buynow:hover .buynowbtn {background-color: #aa2b8f; color: #fff;}

/* Change the background color of the Buying Options button when the dropdown content is shown */
.buynow:hover .buyingopbtn {background-color: #aa2b8f; color: #fff;}

/* Show the dropdown menu on hover .dropdown:hover .dropdown-content {display: block;}  */

/* Show the BUY NOW menu on Click - works with attached Javascript*/
.show {display:block; border: none;}




/* =Main Theme Styles
-------------------------------------------------------------- */
body {
    font-family:Montserrat;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size: 16px;
    color: #777c88;
    line-height: 28px;
}
.dhide {
    display:none;
}
.page-center {
    max-width:1140px;
    margin:0 auto;
    padding:0 9px;
}
.aplite-section-wrap {
    padding:80px 0;
}
.aplite-section-wrap-medium {
    padding:75px 0;
}
.aplite-section-wrap-thin {
    padding:50px 0;
}
.aplite-section-wrap-tiny {
    padding:25px 0;
}
.aplite-section-wrap-tiny {
    padding:25px 0;
}
.aplite-section-wrap-mini {
    padding:20px 0 0 0;
}
.bg-jar-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: "https://www.jar-systems.com/hubfs/2018%20MAY%20Website%20Redesign/43346097_l-2.jpg";
    color:#fff;
}
.bg-primary {
    background:#136eb5;
    color:#FFF;
}
.bg-secondary {
    background:#23a8a8;
    color:#FFF;
}
.bg-third {
    background:#0e5384;
    color:#FFF;
}
.bg-gradient {
    background: rgba(19, 110, 181, 0.8);
    background: -moz-linear-gradient(left, rgba(19, 110, 181, 0.8) 0%, rgba(35, 168, 168, 0.8) 100%); 
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(19, 110, 181, 0.8)), color-stop(100%,rgba(35, 168, 168, 0.8))); 
    background: -webkit-linear-gradient(left, rgba(19, 110, 181, 0.8) 0%,rgba(35, 168, 168, 0.8) 100%); 
    background: -o-linear-gradient(left, rgba(19, 110, 181, 0.8) 0%,rgba(35, 168, 168, 0.8) 100%); 
    background: -ms-linear-gradient(left, rgba(19, 110, 181, 0.8) 0%,rgba(35, 168, 168, 0.8) 100%); 
    background: linear-gradient(to right, rgba(19, 110, 181, 0.8) 0%,rgba(35, 168, 168, 0.8) 100%); 
    color:#FFF;
}
.bg-tinted-light {
    background-color:rgba(19, 110, 181, 0.05);
}
.bg-tinted-dark {
    background-color:#003c83;
    color:#FFF;
}
.bg-dark-brand-mix {
    background-color:rgba(35, 168, 168, 0.37);
}
.bg-light-grey {
    background-color:#E6E7E8;
}
.bg-dark-grey {
    background-color:#51545d;
}
.bg-white {
    background-color:#FFF;
}

#mobile-trigger {
    font-size:42px;
    color:#136eb5;
    font-family:'modern_pictograms_proregular';
    float:right;
    margin-top:-45px;
    position:relative;
    z-index:99;
    text-rendering:auto;
}

.header-container .widget-span {
    min-height:0!important;
}

.header-border-bottom {
    border-bottom-width:3px;
    border-bottom-style:solid;
    border-bottom-color:#136eb5;
}

.aplite-section-title-wrap {
    text-align:center;
    padding-bottom:75px;
}

.aplite-section-title-wrap-med {
    text-align:center;
    padding-bottom:40px;
}

.aplite-section-title-wrap-sm {
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
}
.aplite-section-title-wrap.left {
    text-align:left;
}
h2.aplite-section-title, .aplite-section-title.widget-span .hs_cos_wrapper_type_text {
    display:inline;
    border-bottom-width:3px;
    border-bottom-style:solid;
    border-bottom-color:#136eb5;
    padding-bottom:8px;
    font-size: 32px;
    color: #51545d;
    line-height: 50px;
    font-weight:700;
}

h2.aplite-section-title-no-border, .aplite-section-title-no-border.widget-span .hs_cos_wrapper_type_text {
    display:inline;
    padding-bottom:8px;
    font-size: 32px;
    line-height:50px;
    color: #51545d;
    font-weight:700;
}

h2.aplite-section-title a:not(.active):hover {
    opacity: .5;
}

.bg-tinted-dark h2.aplite-section-title, .bg-tinted-dark .aplite-section-title.widget-span .hs_cos_wrapper_type_text, .bg-primary, .bg-gradient, .bg-third h2.aplite-section-title, .bg-primary .aplite-section-title .widget-span .hs_cos_wrapper_type_text, .bg-third .aplite-section-title.widget-span .hs_cos_wrapper_type_text, .bg-gradient .aplite-section-title.widget-span .hs_cos_wrapper_type_text, {
    border-bottom-color:#FFF;
    border-image:none;
    color:#FFF;
}

h2.aplite-section-title-white, .aplite-section-title-white.widget-span .hs_cos_wrapper_type_text {
    display:inline;
    border-bottom-width:3px;
    border-bottom-style:solid;
    border-bottom-color:#FFF;
    padding-bottom:8px;
    font-size: 32px;
    color: #FFF;
    line-height: 50px;
    font-weight:700;
}


html.borderimage .aplite-section-title, html.borderimage .aplite-section-title.widget-span .hs_cos_wrapper_type_text {
    -moz-border-image: -moz-linear-gradient(left, #136eb5 0%, #23a8a8 100%); /* FF3.6+ */
    -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#136eb5), color-stop(100%,#23a8a8)); /* Chrome,Safari4+ */
    -webkit-border-image: -webkit-linear-gradient(left, #136eb5 0%,#23a8a8 100%); /* Chrome10+,Safari5.1+ */
    -o-border-image: -o-linear-gradient(left, #136eb5 0%,#23a8a8 100%); /* Opera 11.10+ */
    -ms-border-image: -ms-linear-gradient(left, #136eb5 0%,#23a8a8 100%); /* IE10+ */
    border-image: linear-gradient(to right, #136eb5 0%,#23a8a8 100%); /* W3C */
    border-image-slice: 1;
}
html.borderimage .bg-tinted-dark .aplite-section-title, html.borderimage .bg-tinted-dark .aplite-section-title.widget-span .hs_cos_wrapper_type_text, html.borderimage .bg-primary .aplite-section-title, html.borderimage .bg-third .aplite-section-title, html.borderimage .bg-gradient .aplite-section-title, html.borderimage .bg-primary .aplite-section-title.widget-span .hs_cos_wrapper_type_text, html.borderimage .bg-third .aplite-section-title.widget-span .hs_cos_wrapper_type_text, html.borderimage .bg-gradient .aplite-section-title.widget-span .hs_cos_wrapper_type_text, {
    border-bottom-color:#FFF;
    border-image:none;
    color:#FFF;
}

.mini-header {
    font-size:18px;
    font-weight:700;
}
.mini-header-white {
    font-size:18px;
    font-weight:700;
    color:#fff;
}
.headline-header {
    font-size:22px;
    line-height:1.5em;
    color:#51545d;
}
.information-header {
    font-size:14px;
    line-height:1.75em;
    color:#777c88;
}
.underline a:link {
  text-decoration:underline !important;
}
.underline a:hover {
  color: #f37621 !important;
  
}
.bold-link a:link {
  font-weight: bold; !important;
  
}
.bold-link a:hover {
  color: #f37621 !important;
  
}
.bold-link-white a:link {
  font-weight: bold; !important;
  color: #ffffff !important;
  
}
.bold-link-white- a:hover {
  color: #f37621 !important;
  
}
.header-container-wrapper .hs_cos_wrapper_type_logo a, .header-container-wrapper .hs_cos_wrapper_type_linked_image a {
    margin:15px 0;
    display:block;
    position:relative;
    min-height:30px;
}
.header-container-wrapper .hs_cos_wrapper_type_logo img, .header-container-wrapper .hs_cos_wrapper_type_linked_image img {
    width:auto !important;
    display:block;
    height:auto;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}

.header-container-wrapper .hs-menu-wrapper {
    text-align:right;
    font-size:0px;
    font-weight:600;
}
.header-container-wrapper .hs-menu-item { 
  margin-right:5px;
  	text-align:left;
    display:inline-block;
    position:relative;
    zoom:1;
    *display:inline;
}

.hs-menu-depth-1.hs-menu-item {
    margin-top:20px;
  line-height:100%;

}
.hs-menu-depth-1.hs-menu-item a {
    padding:7px 15px;
    font-size: 14px;
    color: #777c88;
    line-height: 17px;
}
.hs-menu-depth-1.hs-menu-item:hover a {
    background:#d7dfec;
}

.header-container-wrapper .hs-menu-children-wrapper .hs-menu-item, .header-container-wrapper .hs-menu-children-wrapper .hs-menu-item a {
    display:block;
    color: #777c88;
 	  background: #d7dfec;
}
.header-container-wrapper .hs-menu-children-wrapper .hs-menu-item, .header-container-wrapper .hs-menu-children-wrapper .hs-menu-item:hover a {
  background: #f3f8fb;
}
.header-container-wrapper .hs-menu-children-wrapper {
    display:none;
    position:absolute;
    z-index:1;
}
.header-container-wrapper .hs-menu-depth-1 .hs-menu-children-wrapper {
    left:0;
    min-width:200px;
}
.header-container-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper {
    left:100%;
    top:0px;
    min-width:200px;
}
.header-container-wrapper .hs-menu-item:hover > .hs-menu-children-wrapper {
    display:block;
}

.aplite-banner {
    padding:190px 0;
    background: rgba(19, 110, 181, 0.8);
    background: -moz-linear-gradient(left, rgba(19, 110, 181, 0.8) 0%, rgba(35, 168, 168, 0.8) 100%); 
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(19, 110, 181, 0.8)), color-stop(100%,rgba(35, 168, 168, 0.8))); 
    background: -webkit-linear-gradient(left, rgba(19, 110, 181, 0.8) 0%,rgba(35, 168, 168, 0.8) 100%); 
    background: -o-linear-gradient(left, rgba(19, 110, 181, 0.8) 0%,rgba(35, 168, 168, 0.8) 100%); 
    background: -ms-linear-gradient(left, rgba(19, 110, 181, 0.8) 0%,rgba(35, 168, 168, 0.8) 100%); 
    background: linear-gradient(to right, rgba(19, 110, 181, 0.8) 0%,rgba(35, 168, 168, 0.8) 100%); 
}
.aplite-banner-med {
    padding:50px 0;
    background: rgba(19, 110, 181, 0.8);
    background: -moz-linear-gradient(left, rgba(19, 110, 181, 0.8) 0%, rgba(35, 168, 168, 0.8) 100%); 
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(19, 110, 181, 0.8)), color-stop(100%,rgba(35, 168, 168, 0.8))); 
    background: -webkit-linear-gradient(left, rgba(19, 110, 181, 0.8) 0%,rgba(35, 168, 168, 0.8) 100%); 
    background: -o-linear-gradient(left, rgba(19, 110, 181, 0.8) 0%,rgba(35, 168, 168, 0.8) 100%); 
    background: -ms-linear-gradient(left, rgba(19, 110, 181, 0.8) 0%,rgba(35, 168, 168, 0.8) 100%); 
    background: linear-gradient(to right, rgba(19, 110, 181, 0.8) 0%,rgba(35, 168, 168, 0.8) 100%); 
}
.cta-banner {
    padding:190px 0;
    background: rgba(19, 110, 181, 0.8);
    background: -moz-linear-gradient(left, rgba(19, 110, 181, 0.8) 0%, rgba(35, 168, 168, 0.8) 100%); 
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(19, 110, 181, 0.8)), color-stop(100%,rgba(35, 168, 168, 0.8))); 
    background: -webkit-linear-gradient(left, rgba(19, 110, 181, 0.8) 0%,rgba(35, 168, 168, 0.8) 100%); 
    background: -o-linear-gradient(left, rgba(19, 110, 181, 0.8) 0%,rgba(35, 168, 168, 0.8) 100%); 
    background: -ms-linear-gradient(left, rgba(19, 110, 181, 0.8) 0%,rgba(35, 168, 168, 0.8) 100%); 
    background: linear-gradient(to right, rgba(19, 110, 181, 0.8) 0%,rgba(35, 168, 168, 0.8) 100%); 
}
.video-banner {
    padding:190px 0;
    background-color:rgba(0,0,0,0.25);
}
.aplite-banner.smaller {
    padding:70px 0 50px;
}
.aplite-banner.smallest {
    padding:40px 0 20px;
}
.aplite-home-banner-title {
    padding-bottom: 25px;
    font-size: 45px;
    color: #FFFFFF;
    line-height: 54px;
    font-weight:700;
    text-align:center;
}
.aplite-CTA-img-banner-title {
    padding-bottom: 5px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 35px;
    font-weight:700;
    text-align:left;
}
.aplite-CTA-img-banner-subtext {
    font-size: 18px;
    text-align:left;
    color: #FFFFFF;
    line-height: 27px;
    padding-bottom:40px;
}
.aplite-LP-banner-title {
    padding-bottom:25px;
    font-size: 45px;
    color: #FFFFFF;
    line-height: 54px;
    font-weight:700;
    text-align:left;
}

.aplite-LP-banner-title-sm {
    padding-bottom:25px;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 52px;
    font-weight:700;
    text-align:left;
}
.aplite-video-LP-banner-title {
    padding-bottom:25px;
    padding-left:20;
    font-size: 45px;
    color: #FFFFFF;
    line-height: 54px;
    font-weight:700;
    text-align:center;
}
.aplite-banner-subtext {
    font-size: 18px;
    text-align:center;
    color: #FFFFFF;
    line-height: 31px;
    padding-bottom:40px;
}
.aplite-video-subtext {
    font-size: 25px;
    font-weight:550;
    text-align:center;
    color: #FFFFFF;
    line-height: 40px;
    padding-bottom:0px;
}
.aplite-LP-banner-subtext {
    font-size: 18px;
    text-align:left;
    color: #FFFFFF;
    line-height: 31px;
    padding-bottom:40px;
}
.aplite-LP-banner-subtext-white {
    text-align:left;
    color: #FFFFFF;
    font-weight:400;
}
.aplite-video-LP-banner-subtext {
    font-size: 18px;
    text-align:center;
    color: #FFFFFF;
    line-height: 31px;
    padding-bottom:40px;
    padding-left:20px;
}
.aplite-LP-banner-image {
    padding-bottom:0px;
    margin-bottom:0px;
}
.LP-right-form {
    background: url("https://www.jar-systems.com/hubfs/2018%20MAY%20Website%20Redesign/mint-arrow.png") #f7f7f7;
    background-repeat: no-repeat;
    background-position: top center;
    float: right !important;
    border-radius: 0px 0px 10px 10px;
    
}
.LP-right-form form {
    padding: 34px 30px 34px 30px;
}
.LP-form-group {
    float: left!important;
}
}

.landing-page .hs-button {
    width: 100%;
    background-color: #aa2b8f !important;
    padding: 15px 10px;
    border-radius: 50px;
    color: #ffffff !important;
    border: 2px solid #eee;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 700;
    transition: all 0.7s;
}

.landing-page .hs-button:hover {
    border: 2px solid #aa2b8f !important;
    background-color: #ffffff !important;
    color: #aa2b8f !important;
}

.landing-page .hs_radio_button li {
    line-height: 20px;
}

.landing-page .hs-form-checkbox li {
    line-height: 30px;
}

.landing-page .hs_error_rollup {
    padding-bottom: 10px;
}
.landing-page .inputs-list {
    list-style-type: none;
    display: inline;
}

.landing-page .hs-form-field {
    margin-bottom: 20px;
    height: auto !important;
}

.landing-page input[type="radio"] , .landing-page input[type="checkbox"] {
    width: auto !important;
}

.landing-page .hs-form-field label {
    margin-bottom: 5px;
    display: inline-block;
    padding-left: 10px;
}

.landing-page  .hs-input {
    background-color: #eaeaea;
    border: 3px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 8px 18px;
    font-size: 14px;
    width: 75%;
}

.landing-page .input textarea {
    height: 120px;
}

.landing-page select {
     -webkit-appearance: none;
    background-image: url(https://697361.fs1.hubspotusercontent-na1.net/hubfs/697361/arrow-down%20%281%29.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    -moz-appearance: none;
    color: #a4a4a4;
    font-size: 13px;
    font-weight: bold;
}

.aplite-cta-banner-title {
    padding-bottom:25px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
    font-weight:700;
    text-align:left;
}
.aplite-cta-banner-subtext {
    font-size: 16px;
    text-align:left;
    color: #FFFFFF;
    line-height: 28px;
    padding-bottom:40px;
}
.full-bg-img {
    @include full-bg-img;
}
.cta-style-white-filled .cta_button {
    background:#FFF;
    display:block;
    color:#136eb5;
    font-size:18px;
  font-weight: 700;
    padding:12px 0;
    text-align:center;
    border:2px solid #FFF;
    border-radius:5px;
    transition:all 0.3s ease;
}
.cta-style-white-hollow .cta_button {
    background:transparent;
    display:block;
    color:#FFF;
    font-size:18px;
  font-weight: 700;
    padding:12px 0;
    text-align:center;
    border:2px solid #FFF;
    border-radius:5px;
    margin: auto;
    transition:all 0.3s ease;
}

.cta-style-blog .cta_button {
    width:100%;
    background-color:#fff;
    text-align:center;
    border:0;
    padding:10px 0px 10px 0px;
    margin-bottom:10px;
    display:block;
    border-radius:4px;
    position:centered;
    line-height:1.3rem;
    color:#33859C;
    font-size:1rem;
    font-weight:500;
    -webkit-font-smoothing:antialiased
}

.cta-style-blog .cta_button:hover {
    background-color:#f2header-ctaf5f8;
    cursor:pointer
}

.cta-style-color-hollow .cta_button {
    background:transparent;
    display:block;
    color:#aa2b8f;
    font-size:18px;
    font-weight: 700;
    padding:12px 0;
    text-align:center;
    border:2px solid #aa2b8f;
    border-radius:5px;
    transition:all 0.3s ease;header-cta
}
.cta-style-white-filled .cta_button:hover {
    background:#136eb5;
    color:#FFF;
}
.cta-style-white-hollow .cta_button:hover {
    background:rgba(255,255,255,0.2);
}
.cta-style-color-hollow .cta_button:hover {
    color:#FFF;
    background:#aa2b8f;
}

#mobile .sidr-class-hs-cta-node a {
    border:2px solid white;
    background:#FFF;
    border-radius:5px;
    display:block;
    padding:12px 0;
    transition:all 0.3s ease;
    text-align:center;
    width:89%;
    margin:0 auto;
}
#mobile .sidr-class-hs-cta-node a:hover {
    background:rgba(255,255,255,0.8);
}
.header-cta .cta_button {
    font-size:12px;
    color:#aa2b8f;
    line-height:17px;
    margin-top:14px;
    border-width:2px;
    padding:10px 0;
}
#back-to-top-button {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 300px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #aa2b8f; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 12px; /* Some padding */
  border-radius: 5px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#back-to-top-button:hover {
    background:transparent;
    display:block;
    color:#aa2b8f;
    font-size:18px;
    text-align:center;
    border:2px solid #aa2b8f;
    border-radius:5px;
    transition:all 0.3s ease;header-cta
}
.testimonial-slide .hs_cos_wrapper_type_textarea {
    padding:0 13%;
    display:block;
}
.slides-nav-wrapper {
    text-align:center;
}
#testimonials {
    position:relative;
    overflow:visible!important;
}
.slidesjs-navigation {
    font-family: 'modern_pictograms_proregular';
    color:#51545d;
    font-size:40px;
    line-height:0;
    position:absolute;
    top:25%;
    right:-10%;
    transform:translateY(-50%);
    z-index:90;
    cursor:pointer;
}
.slidesjs-previous {
    transform:rotate(180deg);
    left:-10%;
    right:auto;
}
.testimonial-slide:before {
    content:"\201C";
    font-family:Arial, sans-serif;
    position:absolute;
    top:13px;
    left:50px;
    font-size:48px;
    color:#23a8a8;
    
}
.testimonial-slide img {
    width:140px!important;
    height:auto;
    display:block;
    margin:35px auto 0;
}

.feature-item {
    padding-bottom:35px;
}

.feature-item-top {
    padding-bottom:35px;
}

.feature-item-left {
    padding-bottom:25px;
}

.center-only {
    text-align:center;
}

.center-points {
    text-align:center;
}

.center-points img {
    padding-bottom:10px;
}

.three-points {
    text-align:center;
}
.three-points img {
    padding-bottom:25px;
}


.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right;
    width: 60%;
    padding: 0 0 0 15px;
}
.hs-rss-item:last-child {
    margin-bottom: 10px;
}
.hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    display: block;
    width: auto;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    float: right;
    width: 30%;
    border-radius: 4px;
}
.hs_cos_wrapper_type_rss_listing {
    text-align:left;
    display:block;
}
.hs_cos_wrapper_type_rss_listing {
    padding-bottom:8px;
    font-size: 14px;
    color: #51545d;
    line-height: 20px;
    font-weight:700;
    zoom:1;
    *display:inline;
}
.hs-rss-module {
    padding-top:10px;
}
.hs-rss-title {
    font-weight:700;
    font-size: 14px;
    color: #51545d;
    line-height: 20px;
}
.hs-rss-date {
    font-weight:400;
    font-size:10px;
    color:#51545d;
}
.hs-rss-description {
    font-weight:400;
    font-size:12px;
    color:#51545d;
}
.hs-rss-description a {
    margin-top:10px;
    font-weight:500;
    font-size:12px;
    color:#136eb5;
}
.hs-rss-item-text {
    text-align:left;
}

.footer-title {
    font-weight:700;
    font-size: 24px;
    line-height: 32px;
}

#site-footer {
    font-size:14px;
    line-height:23px;
}
.footer-widget-title {
    font-weight:700;
    font-size:14px;
    color:#51545d;
}

#site-footer a {
    color:#777c88;
}
#site-footer .hs_cos_wrapper_type_follow_me {
    text-align:center;
}
#site-footer .hs_cos_wrapper_type_follow_me a {
    margin-left:6px;
    margin-right:6px;
}
#site-footer .hs_cos_wrapper_type_blog_subscribe h3 {
    font-size:14px;
    font-weight:normal;
}
#site-footer .input input {
    width:100%;
    border-radius:3px;
    height:38px;
    border:1px solid #D0D0D0;
}
#site-footer .input input {
    box-sizing: border-box;
    padding: 4px;
}
#site-footer .hs-error-msgs {
    font-size:12px;
    color:#d30000;
    text-align:center;
}

#site-footer .hs_submit input {
    background:#D0D0D0;
    display:inline-block;
    padding:7px 17px;
    color:#FFF;
    border:none;
    border-radius:4px;
    font-size:14px;
    margin-top:9px;
    font-family:Montserrat;
}
#site-footer .hs_submit input:hover {
    background:#333;
}
.hs-footer-company-copyright {
    display:block;
    padding:10px 0;
}


/* Tab styling */
.tab-panels-link a{
    color: #aa2b8f;
}

.tab-panels-link ul li{
	display:inline-block;
	margin-right:25px;
  margin-bottom:5px;
	font-weight:700;
  font-size: 24px;
  color: #aa2b8f;
  line-height: 32px;
  padding: 10px 10px 10px 10px;
	cursor:pointer;
  border-radius: 5px 5px 0px 0px;
  border-top: 2px solid #aa2b8f;
  border-left: 2px solid #aa2b8f;
  border-right: 2px solid #aa2b8f;
  background-color: #ffffff;
  box-shadow: 5px 0px 0px 0px rgba(0,0,0,0.1);
}

.tab-panels-link ul li a:not(.active):hover {
    opacity: .5;
}

.tab-panels .panel{
	display:none;
	padding:30px 15px 15px 15px;
    clear:both;
    max-width:100%;
        -webkit-transform:scale(1.015);
    transform:scale(1.015);
    box-shadow: 10px 15px 20px -10px rgba(0,0,0,0.15);
    transition:0.3s ease-in-out;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}

.tab-panels-link ul li a:before {
    transition: .5s ease;
}



/* Some template stuff, don't sweat this at all */
.theme-border {
    border-bottom-width:3px;
    border-bottom-style:solid;
    border-bottom-color:#136eb5;
    padding-bottom:8px;
}
html.borderimage .theme-border {
    -moz-border-image: -moz-linear-gradient(left, #136eb5 0%, #23a8a8 100%); /* FF3.6+ */
    -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#136eb5), color-stop(100%,#23a8a8)); /* Chrome,Safari4+ */
    -webkit-border-image: -webkit-linear-gradient(left, #136eb5 0%,#23a8a8 100%); /* Chrome10+,Safari5.1+ */
    -o-border-image: -o-linear-gradient(left, #136eb5 0%,#23a8a8 100%); /* Opera 11.10+ */
    -ms-border-image: -ms-linear-gradient(left, #136eb5 0%,#23a8a8 100%); /* IE10+ */
    border-image: linear-gradient(to right, #136eb5 0%,#23a8a8 100%); /* W3C */
    border-image-slice: 1;
}
.bg-macbook, .layout-macbook {
    background:url(//364768.fs1.hubspotusercontent-na1.net/hubfs/364768/Aplite/aplite-laptop.png) top center no-repeat;
    padding-bottom:56.07%;
}
.bg-macbook img {
    width:77%;
    top:4.2%;
    left:11.6%;
}
.bg-ipad {
    background:url(//364768.fs1.hubspotusercontent-na1.net/hubfs/364768/Aplite/aplite-tablet.png) top center no-repeat;
    padding-bottom:55.29%;
    width:80%;
}
.layout-ipad {
    width:auto;
    background:url(//364768.fs1.hubspotusercontent-na1.net/hubfs/364768/Aplite/aplite-tablet.png) top center no-repeat;
    padding-bottom:68.28%;
}
.bg-ipad img {
    width:82%;
    left:9%;
    top:4.2%;
}
.bg-iphone-full-wrapper {
    width:44%;
    margin:0 auto;
}
.bg-iphone-full-wrapper-bg {
    background:url(//364768.fs1.hubspotusercontent-na1.net/hubfs/364768/Aplite/phone-shadow.png) center 135% no-repeat;
    background-size:100% auto;
}
.bg-iphone, .layout-iphone {
    background:url(//364768.fs1.hubspotusercontent-na1.net/hubfs/364768/Aplite/aplite-phone.png) top center no-repeat;
    padding-bottom:205.75%;
}
.bg-iphone img {
    width:88.1%;
    top:11.7%;
    left:6%;
}
.bg-macbook img, .bg-ipad img, .bg-iphone img, .layout-macbook img, .layout-ipad img, .layout-iphone img {
    display:block;
    position:absolute;
}
.bg-macbook, .bg-ipad, .bg-iphone, .layout-macbook, .layout-ipad, .layout-iphone {
    background-size:100% auto;
    position:relative;
    height:0;
    margin:0 auto;
}

.layout-item {
    display:inline-block;
    zoom:1;
    *display:inline;
}

.bg-layout-1 {
    text-align:center;
}
.bg-layout-1 .layout-macbook-wrap {
    width:72.45%;
}
.bg-layout-1 .layout-iphone-wrap {
    width:11.11%;
    margin-left:5.5%;
}
.bg-layout-1 .layout-macbook-wrap img {
    top:4.4%;
    left:11.6%;
    width:77.2%;
}
.bg-layout-1 .layout-iphone img {
    top:11%;
    left:5%;
    width:89%;
}

.bg-layout-2 {
    text-align:justify;
    padding:0 15px;
}
.bg-layout-2:after {
    content:" ";
    width:100%;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.bg-layout-2 .layout-item {
    vertical-align:middle;
}
.bg-layout-2 .layout-macbook-wrap {
    width:57.36%;
}
.bg-layout-2 .layout-ipad-wrap {
    width:33.75%;
    margin-left:-5.5%;
}
.bg-layout-2 .layout-iphone-wrap {
    width:11.11%;
}
.bg-layout-2 .layout-macbook img {
    top:4.3%;
    left:11.6%;
    width:77.3%;
}
.bg-layout-2 .layout-ipad img {
    top:4.7%;
    left:9.5%;
    width:81.4%;
}
.bg-layout-2 .layout-iphone img {
    top:11%;
    left:5%;
    width:89%;
}

.bg-layout-3 {
    text-align:center;
}
.bg-layout-3 .layout-iphone-wrap {
    width:15.137375%;
    margin-left:7.49375%;
}
.bg-layout-3 .layout-iphone-wrap:first-child {
    margin-left:0;
}
.bg-layout-3 .layout-iphone img {
    top:11%;
    left:5.6%;
    width:89%;
}

.flexible-column .hs_cos_wrapper_widget:not(.hs_cos_wrapper_type_custom_widget) + .hs_cos_wrapper_widget:not(.hs_cos_wrapper_type_custom_widget) {
    padding-top:1.8em;
}

.widget-header {
    font-size:18px;
    color:#51545d;
    padding-bottom:0.8em;
}

.divider-line {
    height:1px;
    margin:3em 0;
    background:#D0D0D0;
}

.body-container-wrapper .hs-menu-wrapper a {
    padding:11px 13px 8px;
    border-radius:5px;
    color:#136eb5;
    background-color:#FFF;
    transition:0.2s;
    line-height:1;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.body-container-wrapper .hs-menu-wrapper a:hover {
    color:#FFF;
    background-color:#136eb5;
}

.pullout-copy {
    color:#FFF;
    font-weight:300;
    font-size:32px;
    text-align:center;
    padding:0 6%;
    line-height:1.2em;
}

.single-column-flexible .hs_cos_wrapper:nth-child(even) {
    background-color:rgba(19, 110, 181, 0.1);
}

/* About */
.team-modules-wrap span {
    font-size:0px;
}
.team-modules-wrap span .hs_cos_wrapper_type_custom_widget {
    width:calc(100% / 4);
    display:inline-block;
    zoom:1;
    *display:inline;
}
.team-item-wrap {
    border:1px solid #E1E1E1;
    margin:0 15px 50px;
}
.team-item-wrap:hover{
    -webkit-transform:scale(1.015);
    transform:scale(1.015);
    box-shadow:0 10px 50px -5px rgba(0,0,0,0.15);
    transition:0.3s ease-in-out;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.team-item-image {
    display:block;
}
.team-item-info {
    padding:25px;
}
.team-item-name {
    font-size:18px;
    font-weight:400;
    color:#51545d;
    padding-bottom:5px;
}
.team-item-title {
    font-style:italic;
    font-size:14px;
    color:#51545d;
    font-weight:300;
    padding-bottom:5px;
}
.team-item-bio {
    font-size:14px;
    line-height:1.5em;
}
.jar-solution-title {
    font-style:normal;
    font-size:14px;
    color:#51545d;
    font-weight:600;
    padding-bottom:5px;
}
.logo-item-wrap {
    padding:5px;
}
.logo-item-wrap:hover{
    -webkit-transform:scale(1.015);
    transform:scale(1.015);
    box-shadow:0 10px 50px -5px rgba(0,0,0,0.15);
    transition:0.3s ease-in-out;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
 }
.jar-solution-model {
    font-style:italic;
    font-size:10px;
    color:#51545d;
    font-weight:300;
    padding-bottom:5px;
}
.jar-solution-desc {
    font-style:normal;
    font-size:14px;
    color:#51545d;
    font-weight:300;
    line-height:150%;
}
.jar-solution-guide-item-wrap {
    border:1px solid #E1E1E1;
    margin:0 15px 50px;
}
.contact-modules-wrap span {
    font-size:0px;
}
.contact-modules-wrap span .hs_cos_wrapper_type_custom_widget {
    width:calc(100% / 2);
    display:inline-block;
    zoom:1;
    *display:inline;
}
.industry-modules-wrap span {
    font-size:0px;
}
.industry-modules-wrap span .hs_cos_wrapper_type_custom_widget {
    width:calc(100% / 3);
    display:inline-block;
    zoom:1;
    *display:inline;
}

/*****************************************/
/* BLOG   */
/*****************************************/

#blog-nav-logo .jar-blog-title{
    text-align:center;
    font-size:1.15rem;
    background-color:#0e5283;
    color:#fff;
    display:block;
    padding:6px;
    font-weight:700;
    letter-spacing:0.02rem
}

#blog-nav-logo .jar-blog-center-title{
    font-size:24px;
    text-align:center;
    color:#0e5283;
    display:block;
    padding:6px;
}

.jar-blog__subscribe2{
    background:#005587;
    border-radius:8px;
    display:flex;
    justify-content:space-around;
    flex-direction:column;
    text-align:center;
    color:#fff;
    padding:20px;
    margin-bottom:20px;
    position:relative
}


.jar-post-summary-no-hover{
    background-color:rgba(19, 110, 181, 0.1);
    border-radius:8px;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:16px;
}

.wt-blog__one-third{
    width:31.9%;
    min-height:450px
}
@media (max-width: 500px){
    .wt-blog__one-third{
        min-width:100%;
        min-height:auto
    }
}
.wt-blog__two-thirds{
    width:66.6%
}
@media (max-width: 500px){
    .wt-blog__two-thirds{
        min-width:100%
    }
}
.wt-blog__post-summary{
    background-color:#DCE5F1;
    border-radius:8px;
    overflow:hidden;
    position:relative;
    transition:0.3s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    padding-bottom:25px
}
.wt-blog__post-summary:hover{
    -webkit-transform:scale(1.015);
    transform:scale(1.015);
    box-shadow:0 10px 50px -5px rgba(0,0,0,0.15);
    transition:0.3s ease-in-out;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.wt-blog__post-summary--no-img{
    position:relative;
    background-color:transparent
}
.wt-blog__post-summary--no-img::before{
    pointer-events:none;
    content:'';
    display:none;
    position:absolute;
    width:65px;
    height:65px;
    border:5px solid #eaf0f6;
    left:20px;
    top:20px;
    border-radius:50%;
    z-index:4;
    background-color:#eaf0f6
}
.wt-blog__post-summary--no-img figure{
    display:none
}
.wt-blog__post-summary p a{
    padding:0 20px
}
.wt-blog__post-summary a{
    color:inherit
}
.wt-blog__post-summary a:hover{
    text-decoration:none;
    cursor:pointer
}
.wt-blog__post-summary figure{
    margin:0;
    padding:0;
    height:0;
    position:relative;
    padding-bottom:56.25%;
    width:100%;
    flex-grow:2;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    overflow:hidden
}
@media (max-width: 500px){
    .wt-blog__post-summary figure{
        height:auto
    }
}
.wt-blog__post-summary figure img{
    padding:0;
    display:block;
    position:absolute;
    top:-100%;
    bottom:-100%;
    left:-100%;
    right:-100%;
    margin:auto;
    max-width:none;
    min-width:100%;
    min-height:100%
}
@supports ((-o-object-fit: cover) or (object-fit: cover)){
    .wt-blog__post-summary figure img{
        top:auto;
        bottom:auto;
        left:auto;
        right:auto;
        max-height:100%;
        max-width:100%;
        -o-object-fit:cover;
        object-fit:cover
    }
}

.wt-blog__listing{
    display:flex;
    flex-flow:row wrap;
    width:98%;
    justify-content:space-between;
    margin-bottom:30px
}

@media (max-width: 500px){
    .wt-blog__listing{
        flex-direction:column
    }
}
.wt-blog__listing .wt-blog__post-summary{
    margin-bottom:20px
}
.wt-blog__listing .wt-blog__post-summary__no-img{
    background-color:transparent
}
.wt-blog__one-third{
    width:31.9%;
    min-height:450px
}
@media (max-width: 500px){
    .wt-blog__one-third{
        min-width:100%;
        min-height:auto
    }
}
.wt-blog__two-thirds{
    width:66.6%;
    position:;
}
@media (max-width: 500px){
    .wt-blog__two-thirds{
        min-width:100%
    }
}
.wt-blog__post-summary{
    background-color:#DCE5F1;
    border-radius:8px;
    overflow:hidden;
    position:relative;
    transition:0.3s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    padding-bottom:25px
}
.wt-blog__post-summary:hover{
    -webkit-transform:scale(1.015);
    transform:scale(1.015);
    box-shadow:0 10px 50px -5px rgba(0,0,0,0.15);
    transition:0.3s ease-in-out;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.wt-blog__post-summary--no-img{
    position:relative;
    background-color:transparent
}
.wt-blog__post-summary--no-img::before{
    pointer-events:none;
    content:'';
    display:none;
    position:absolute;
    width:65px;
    height:65px;
    border:5px solid #eaf0f6;
    left:20px;
    top:20px;
    border-radius:50%;
    z-index:4;
    background-color:#eaf0f6
}
.wt-blog__post-summary--no-img figure{
    display:none
}
.wt-blog__post-summary--no-img p{
    display:block;
    margin:0
}
.wt-blog__post-summary p a{
    padding:0 20px
}
.wt-blog__post-summary a{
    color:inherit
}
.wt-blog__post-summary a:hover{
    text-decoration:none;
    cursor:pointer
}
.wt-blog__post-summary figure{
    margin:0;
    padding:0;
    height:0;
    position:relative;
    padding-bottom:56.25%;
    width:100%;
    flex-grow:2;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    overflow:hidden
}
@media (max-width: 500px){
    .wt-blog__post-summary figure{
        height:auto
    }
}
.wt-blog__post-summary figure img{
    padding:0;
    display:block;
    position:absolute;
    top:-100%;
    bottom:-100%;
    left:-100%;
    right:-100%;
    margin:auto;
    max-width:none;
    min-width:100%;
    min-height:100%
}
@supports ((-o-object-fit: cover) or (object-fit: cover)){
    .wt-blog__post-summary figure img{
        top:auto;
        bottom:auto;
        left:auto;
        right:auto;
        max-height:100%;
        max-width:100%;
        -o-object-fit:cover;
        object-fit:cover
    }
}
.wt-blog__listing{
    display:flex;
    flex-flow:row wrap;
    width:100%;
    justify-content:space-between;
    margin-bottom:0px
}
@media (max-width: 500px){
    .wt-blog__listing{
        flex-direction:column
    }
}
.wt-blog__listing .wt-blog__post-summary{
    margin-bottom:20px
}
.wt-blog__listing .wt-blog__post-summary__no-img{
    background-color:transparent
}
@media (max-width: 500px){
    .wt-blog__listing .wt-blog__post-summary__no-img{
        background-color:#F2F5F8
    }
}
.wt-blog__listing .wt-blog__post-summary__no-img::before{
    display:none
}
.wt-blog__sidebar .wt-blog__post-summary figure{
    display:none
}
@-webkit-keyframes cardSlide{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@keyframes cardSlide{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.wt-blog__sticky-nav__tools .wt-blog__subscribe div{
    margin-left:0 !important
}
.wt-blog__subscribe{
    background:linear-gradient(to bottom, #005587 0%, #33859C 80%);
    border-radius:8px;
    display:flex;
    justify-content:space-around;
    flex-direction:column;
    text-align:center;
    color:#fff;
    margin-bottom:20px;
    position:relative
}
.wt-blog__subscribe__padding{
    padding:20px;
}

/*****************************************/
/* JAR declarations here    */
/*****************************************/

.jar-blog__input--hidden{
    display:none
}
.jar-blog__input--hidden.jar-blog__subscribe__card-toggle--options:checked ~ .jar-blog__subscribe__card--options{
    position:relative;
    left:0;
    opacity:1;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.hsg-safari .jar-blog__input--hidden.jar-blog__subscribe__card-toggle--options:checked ~ .jar-blog__subscribe__card--options{
    top:auto;
    -webkit-transform:none;
    transform:none
}
@-moz-document url-prefix(){
    .jar-blog__input--hidden.jar-blog__subscribe__card-toggle--options:checked ~ .jar-blog__subscribe__card--options{
        transform:none
    }
}
.jar-blog__input--hidden.jar-blog__subscribe__card-toggle--options:not(:checked) ~ .jar-blog__subscribe__card--options{
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.hsg-safari .jar-blog__input--hidden.jar-blog__subscribe__card-toggle--options:not(:checked) ~ .jar-blog__subscribe__card--options{
    top:auto;
    -webkit-transform:none;
    transform:none
}
.jar-blog__input--hidden.jar-blog__subscribe__card-toggle--email:checked ~ .jar-blog__subscribe__card--email{
    position:relative;
    left:0;
    opacity:1;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.hsg-safari .jar-blog__input--hidden.jar-blog__subscribe__card-toggle--email:checked ~ .jar-blog__subscribe__card--email{
    top:auto;
    -webkit-transform:none;
    transform:none
}
.jar-blog__input--hidden.jar-blog__subscribe__card-toggle--email:checked ~ .jar-blog__subscribe__card--options{
    position:absolute;
    left:calc(-100% + 20px);
    opacity:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.hsg-safari .jar-blog__input--hidden.jar-blog__subscribe__card-toggle--email:checked ~ .jar-blog__subscribe__card--options{
    top:auto;
    -webkit-transform:none;
    transform:none
}
.jar-blog__input--hidden.jar-blog__subscribe__card-toggle--email:not(:checked) ~ .jar-blog__subscribe__card--email{
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.hsg-safari .jar-blog__input--hidden.jar-blog__subscribe__card-toggle--email:not(:checked) ~ .jar-blog__subscribe__card--email{
    top:auto;
    -webkit-transform:none;
    transform:none
}
.jar-blog__subscribe{
    background:linear-gradient(to bottom, #005587 0%, #33859C 80%);
    border-radius:8px;
    display:flex;
    justify-content:space-around;
    flex-direction:column;
    text-align:center;
    color:#fff;
    padding:20px;
    margin-bottom:20px;
    position:relative
}
.jar-blog__subscribe__flex-container{
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
    margin-left:0 !important
}
@media (max-width: 767px){
.jar-blog__subscribe.jar-blog__full-width{
        display:none
    }
}
.jar-blog__subscribe.jar-blog__full-width{
    bottom:101%;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
.jar-blog__subscribe.jar-blog__full-width::after{
    top:97%;
    left:50%;
    -webkit-transform:rotate(45deg) translateX(-50%) translateY(0%);
    transform:rotate(45deg) translateX(-50%) translateY(0%)
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__flex-container{
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    flex-direction:row
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__container{
    padding:33px 20px 25px
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__back-button{
    margin:0;
    padding:0;
    position:absolute;
    bottom:-16px;
    right:14px;
    width:222px
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__back-button label{
    text-align:right;
    letter-spacing:0.03em;
    position:relative
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__back-button label span::before,.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__back-button label span::after{
    position:absolute;
    left:-20px !important
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__form{
    margin-left:14px !important
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__card{
    -webkit-box-orient:horizontal !important;
    -webkit-box-direction:normal !important;
    flex-direction:row !important
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__card--email .jar-blog__subscribe__form{
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    flex-direction:row;
    margin-left:40px
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__card--email .jar-blog__subscribe__form .jar-blog__subscribe__form__second{
    display:-webkit-box !important;
    display:flex !important;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    flex-direction:row;
    -webkit-box-pack:justify;
    justify-content:space-between;
    -webkit-box-flex:1;
    flex-grow:1;
    align-self:center;
    position:relative;
    top:-11px
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__card--email .jar-blog__subscribe__form__submit{
    -webkit-box-flex:1;
    flex-grow:1
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__card--email .jar-blog__subscribe__form__submit input[type='submit']{
    margin-top:9px;
    margin-left:15px;
    min-width:208px
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__card--email{
    margin-bottom:0;
    margin-right:40px;
    align-self:center;
    max-height:65px;
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    flex-direction:row;
    flex-wrap:wrap;
    max-width:215px
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__card--email li{
    width:40%;
    padding-left:26px;
    -webkit-box-ordinal-group:5;
    order:4
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__card--email li:first-child{
    -webkit-box-ordinal-group:2;
    order:1
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__card--email li:last-child{
    -webkit-box-ordinal-group:4;
    order:3;
    margin-bottom:0
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__card--email .jar-blog__subscribe__form__email{
    min-width:220px;
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__card--email .jar-blog__subscribe__form__email label{
    line-height:0;
    margin-bottom:10px
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__heading{
    padding:0 30px 0 15px;
    border:0;
    border-right:2px solid #fff;
    margin-bottom:0;
    display:-webkit-box;
    display:flex;
    max-width:29%;
    min-height:65px;
    margin-left:0 !important
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__heading h4{
    line-height:30px;
    text-align:left;
    font-size:1.5rem;
    font-weight:500;
    -webkit-font-smoothing:antialiased;
    align-self:center
}

.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__options{
    -webkit-box-flex:1;
    flex-grow:1;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    flex-direction:row;
    display:-webkit-box;
    display:flex;
    -webkit-box-align:center;
    align-items:center;
    min-width:100%;
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__options li{
    margin-left:20px
}
.jar-blog__subscribe.jar-blog__full-width .jar-blog__subscribe__options li:first-child{
    margin-left:25px
}

.jar-blog__subscribe__card{
    width:100%;
    position:absolute;
    left:calc(100% - 20px);
    opacity:1;
    -webkit-transition:0.5s all;
    transition:0.5s all;
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column
}
.jar-blog__subscribe__card--options{
    opacity:0;
    display:-webkit-box;
    display:flex
}
.jar-blog__subscribe__card--email{
    opacity:0;
    display:-webkit-box;
    display:flex
}
.jar-blog__subscribe__form__email{
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column
}
.jar-blog__subscribe__form__email label{
    color:#fff;
    font-size:0.75rem;
    margin-bottom:6px
}
.jar-blog__subscribe__form__email input[type='email']{
    width:100%;
    padding:12px 0px 12px 0px;
    border:0;
    background-color:#fff;
    text-align:center;
    color:#99ACC1;
    font-size:0.9em !important
}

.jar-blog__subscribe__form__submit input[type='submit']{
    width:100%;
    text-align:center;
    margin-top:15px;
    padding:10px 0px 10px 0px;
    background-color:#fff;
    color:#33859C;
    display:block;
    position:relative;
    border-radius:4px;
    border:0;
    line-height:1.3rem;
    font-size:1rem;
    font-weight:500;
    -webkit-font-smoothing:antialiased
}
.jar-blog__subscribe__form__submit input[type='submit']:hover{
    background-color:#f2f5f8;
    cursor:pointer
}

.jar-blog__subscribe__form__submit p{
    color:#fff;
    font-size:0.75rem;
    line-height:1.5em;
    margin-top:6px;
    margin-bottom:6px
} 

.jar-blog__subscribe__back-button{
    margin-top:15px;
    width:100%
}
.jar-blog__subscribe__back-button label{
    position:relative;
    display:inline-block;
    width:100%;
    text-align:center;
    color:#fff;
    font-size:0.92rem;
    letter-spacing:0.02rem;
    cursor:pointer
}
.jar-blog__subscribe__back-button label:hover{
    text-decoration:underline
}
.jar-blog__subscribe__back-button label span{
    position:relative
}
.jar-blog__subscribe__back-button label span::before,.jar-blog__subscribe__back-button label span::after{
    content:'';
    height:30%;
    background-color:#fff;
    width:0.06rem;
    position:absolute;
    left:-10px;
    display:block
}
.jar-blog__subscribe__back-button label span::before{
    -webkit-transform:translateY(-50%) rotate(-45deg);
    transform:translateY(-50%) rotate(-45deg);
    top:8px;
    height:5px
}
.jar-blog__subscribe__back-button label span::after{
    -webkit-transform:translateY(-50%) rotate(45deg);
    transform:translateY(-50%) rotate(45deg);
    top:4px;
    height:6px
}
@media (max-width: 500px){
    .jar-blog__subscribe__back-button label span::after{
        top:35%
    }
}
.jar-blog__subscribe__container{
    text-align:left;
    border-radius:8px;
    width:100%;
    position:relative;
    display:-webkit-box;
    display:flex;
    margin-left:0 !important
}
.jar-blog__subscribe__container ul{
    position:relative;
    width:100%;
    overflow:hidden
}
.jar-blog__subscribe__options li label,.jar-blog__subscribe__options li button,.jar-blog__subscribe__options li a{
    width:100%;
    background-color:#fff;
    text-align:center;
    border:0;
    padding:10px 0px 10px 0px;
    margin-bottom:10px;
    display:block;
    border-radius:4px;
    position:relative;
    line-height:1.3rem;
    color:#33859C;
    font-size:18px;
    font-weight:500;
   z-index:800;
    -webkit-font-smoothing:antialiased; 
    -webkit-appearance: none; 
}

.jar-blog__subscribe__options li label:hover,.jar-blog__subscribe__options li button:hover,.jar-blog__subscribe__options li a:hover{
    background-color:#f2f5f8;
    cursor:pointer
}

.jar-blog__subscribe__options li label i svg,.jar-blog__subscribe__options li button i svg,.jar-blog__subscribe__options li a i svg{
    fill:#00a4bd !important
}
.jar-blog__subscribe__options li:last-child label,.jar-blog__subscribe__options li:last-child button{
    margin:0
}
.jar-blog__subscribe ul{
    list-style:none
}

.blog-section-link a{
    color: #51545d;
    line-height:1.5em;
}

.blog-section-link a:hover {
    text-decoration: underline;
}

.blog-section-title-link {
    color:#51545d;
    font-weight:450;
    font-size:14px;
}

.blog-main-link {
    color:#51545d;
    font-size:30px;
    font-weight:450;
    line-height:1.25em;
}

.topic-link {
    color:#51545d;
    font-weight:600;
    font-size:12px;
    text-transform:uppercase;
}
.topic-link-header {
    color:#fff;
    font-weight:600;
    font-size:12px;
    text-transform:uppercase;
}

.read-time {
    color:#51545d;
    font-weight:475;
    font-size:12px;
    text-transform:uppercase;
}
.post-body {
    padding:8% 0;
}

.jar-blog-section-title{
    font-size:0.90rem;
    display:inline-block;
    font-weight:400;
    letter-spacing:0.05em;
    padding:0px 65px 0px 10px;
    background-color:#0e5283;
    color:#fff;
    border-radius:1px;
    margin-bottom:16px
}

.jar-post-summary{
    background-color:#DCE5F1;
    border-radius:8px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:16px;
}

.jar-post-summary:hover{
    -webkit-transform:scale(1.015);
    transform:scale(1.015);
    box-shadow:0 10px 50px -5px rgba(0,0,0,0.15);
    -webkit-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}

.blog-title-padding{
    padding-left:20px;
    padding-right:20px;
}

.blog-text-padding{
    padding-left:20px;
    padding-right:20px;
}

.jar-blog__cta__header{
    font-size:35px;
    line-height:1.5em;
    font-weight:500;
    padding-bottom:30px;
}

/*****************************************/
/* END BLOG   */
/*****************************************/



.post-item  {
    margin-top:50px;
}
.post-item .row-fluid {
    border:1px solid #E1E1E1;
}
.hs-featured-image-link {
    display:block;
    min-height:250px!important;
    height:100%;
    background-position:center center;
    background-size:cover;
}
.hs-featured-image {
    float:none;
    display:block;
    min-height:250px;
    max-width:100%;
    margin:0;
}
.excerpt-body {
    padding:20px 20px 20px 20px;
}
.excerpt-header h2 {
    padding-bottom:12px;
}
.excerpt-header h2 a {
    color:#51545d;
    font-size:24px;
    font-weight:600;
    line-height:1.2em;
}
.excerpt-header #hubspot-author_data {
    padding-bottom:12px;
}
.excerpt-header #hubspot-author_data a, .excerpt-header #hubspot-author_data {
    color:#4A4A4A;
}

.blog-section-inner {
    padding:50px 0;
}
.post-header {
    position:relative;
    padding:80px 0 50px;
    min-height:350px;
    width:100%;
    overflow:hidden;
    box-sizing:border-box;
}
.post-header-bg {
    position:absolute;
    width:100%;
    min-height:350px;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}
.post-header-tint {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.60);
    position:absolute;
    top:0;
    left:0;
}
.post-header-content {
    position:relative;
    color:#FFF;
    padding:0 8%;
}
.hs-author-avatar {
    height:50px;
    width:50px;
    border-radius:50%;
    border:1px solid #FFF;
    vertical-align:middle;
    position: relative;
    top: -10px;
    margin-right: 10px;
}
#hubspot-author_data {
    font-style:italic;
}
#hubspot-author_data a {
    color:#FFF;
}
.post-header-content h1 {
    font-size:45px;
    line-height:1.1em;
    letter-spacing:-0.013em;
}
#hubspot-topic_data {
    margin-top:15px;
    margin-left:-10px;
}
#hubspot-topic_data li {
    margin:0 10px;
    display:inline-block;
    zoom:1;
    *display:inline;
}

.blog-pagination {
    text-align:center;
    padding-top:50px;
}
.blog-pagination a {
    display:inline-block;
    color:#FFF;
    background-color:#136eb5;
    padding:11px 17px;
    border-radius:5px;
    margin:0 7px;
}

#blog-comments {
    padding-top:50px;
}
#comment-form {
    padding-top:60px;
    border-top:1px solid #D1D1D1;
}
#comment-form .hs-form-field {
    padding-bottom:20px;
}
#comment-form .hs-input {
    padding:8px 15px;
    border-radius:5px;
    border:1px solid #D2D2D2;
    font-size:16px;
    color:#777c88;
    width:100%;
    box-sizing:border-box;
    max-width:490px;
}
#comment-form .hs_subscribe.hs-form-field .hs-input {
    width:auto;
}
.hs-button.primary {
    background-color:#136eb5;
    padding:10px 17px 10px 17px;
    min-width:154px;
    text-align:center;
    border-radius:5px;
    font-size:16px;
    font-family:Montserrat;
    color:#FFF;
    border:none;
}
.hs-blog-post .addthis_toolbox {
    position:fixed;
    top:10%;
    left:0;
    width:50px;
}
.addthis_toolbox a {
    margin-bottom:0!important;
    height:50px;
}
.addthis_32x32_style .at-icon {
    margin-left:8px;
    margin-top:8px;
}
.addthis_toolbox.addthis_32x32_style span {
    width:50px!important;
    height:50px!important;
}
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
    padding:0!important;
}

.widget-type-rich_text p, .widget-type-rich_text ul, .hs_cos_wrapper_type_rich_text p, .hs_cos_wrapper_type_rich_text ul, .post-body p, .post-body ul, .solutions-post-body p, .solutions-post-body ul{
    padding-bottom:1.5em;
}
.widget-type-rich_text ul, .post-body ul, .solutions-post-body ul,.hs_cos_wrapper_type_rich_text ul {
    list-style-type:square;
    list-style-position:outside;
    padding-left:25px;
}
.widget-type-rich_text ol, .post-body ol, .solutions-post-body ol, .hs_cos_wrapper_type_rich_text ol {
    list-style-type:decimal;
    list-style-position:outside;
    padding-left:25px;
}
.widget-type-rich_text li, .post-body li, .solutions-post-body li, .hs_cos_wrapper_type_rich_text li {
    padding-top:1em;
}
.widget-type-rich_text ul li:first-child, .widget-type-rich_text ol li:first-child, .hs_cos_wrapper_type_rich_text ul li:first-child, .hs_cos_wrapper_type_rich_text ol li:first-child, .post-body ul li:first-child, .post-body ol li:first-child .solutions-post-body ul li:first-child, .solutions-post-body ol li:first-child {
    padding-top:0;
}
.widget-type-rich_text a, .post-body a, .solutions-post-body a, .excerpt-body a, .hs_cos_wrapper_type_rich_text a {
    color:#136eb5;
}
.widget-type-rich_text a:hover, .post-body a:hover, .solutions-post-body a:hover, .hs_cos_wrapper_type_rich_text a {
    text-decoration:none;
}

.related-section-link a {
    color: #fff;
    line-height:1.5em;
}

.related-section-link a:hover {
    text-decoration: underline;
}

.post-body blockquote {
    padding-left:30px;
    margin-left:30px;
    border-left:2px solid #4A4A4A;
    font-weight:300;
    font-style:italic;
    font-size:20px;
    line-height:1.8em;
    margin-bottom:1.8em;
}
.post-body blockquote p {
    padding-bottom:0;
}
.post-body code {
    background-color:#E6E7E8;
    padding:4px;
}
.solutions-post-body blockquote {
    padding-left:30px;
    margin-left:30px;
    border-left:2px solid #4A4A4A;
    font-weight:300;
    font-style:italic;
    font-size:20px;
    line-height:1.8em;
    margin-bottom:1.8em;
}
.solutions-post-body blockquote p {
    padding-bottom:0;
}
.solutions-post-body code {
    background-color:#E6E7E8;
    padding:4px;
}
.fix-v-align .widget-span {
    position:relative;
}

/*****************************************/
/* Phone to Tablet Media Queries         */
/*****************************************/
@media (max-width: 1080px) {
  .manual-clear .span6{float:none !important;width:100%!important;}
  .aplite-section-title {
    padding-top: 40px;
}
  .LP-form-group.page-center {
    padding-top: 100px !important;   
        margin-left: 0px;
}
.LP-right-form {
    float: none!important;
    margin-bottom: 40px;
}
.LP-form-group select {
    width:100% !important; 
}
  .LP-form-group  fieldset{max-width:100% !important}
 .LP-form-group {
    float: none!important;
} 
  .landing-page .hs-input {   
        padding: 10px 10px;
    width: 90%;
}
  
}
@media (max-width: 767px) {
.aplite-section-title {
    padding-top: 40px;
}
  .LP-form-group.page-center {
    padding-top: 100px !important;   
}
.LP-right-form {
    float: none!important;
    margin-bottom: 40px;
}
.LP-form-group select {
    width:100% !important; 
}
  .LP-form-group  fieldset{max-width:100% !important}
 .LP-form-group {
    float: none!important;
} 
  .landing-page .hs-input {   
        padding: 10px 10px;
    width: 90%;
}
 .widget-module {
    width: calc(100% - 0px) !important;  
    float: none!important;
    margin: 10px;
    background-color: #DCE5F1;
}
  
  .mhide {
        display:none;
    }
    .dhide {
        display:block;
    }
    .widget-type-space {
        display:none !important;
    }
    .m-no-break.widget-type-space {
        display:block!important;
    }
    
    .header-container-wrapper .hs_cos_wrapper_type_logo a, .header-container-wrapper .hs_cos_wrapper_type_linked_image a {
        max-width:calc(100% - 50px);
    }
    
    .hs-with-featured-image .hs-rss-item-text{ width:100%; float:none; padding-left:0; padding-right:0;}
    .hs-with-featured-image .hs-rss-item-image-wrapper{ width:100%; float:right; padding-right:0; margin-top:20px;}
    .hs-rss-title{ font-size:26px; margin-bottom:20px;}
    
    .aplite-banner {
        padding: 50px 10px;
    }
    .aplite-banner .cta_button {
        margin:10px 0;
    }
    
    h2.aplite-section-title, .aplite-section-title.widget-span .hs_cos_wrapper_type_text {
        padding-bottom:0;
    }
    .bg-iphone-full-wrapper-bg {
        padding-bottom:30px;
    }
    
    .aplite-section-wrap {
        padding: 80px 0px;
    }
    .aplite-section-wrap-medium {
        padding:35px 0;
    }
    
    .aplite-section-title-wrap {
        padding-bottom:35px;
    }
    
    .feature-item {
        text-align:center;
        padding-bottom:40px;
    }
    
    .feature-item-sm {
        text-align:center;
        padding-top:5px;
        padding-bottom:0px;
    }
    
    .feature-item-left {
        text-align:left;
        padding-bottom:30px;
    }
    
    .hs_cos_wrapper_type_rss_listing h3 {
        display: inline;
        padding-bottom: 0px;
    }
    .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        width:auto;
    }
    .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
        display:none;
    }
    
    .three-points .widget-type-cell {
        padding-bottom:40px;
    }
    
    .center-points .widget-type-cell {
        padding-bottom:30px;
    }
    
    .bg-layout-1, .bg-layout-2, .bg-layout-3 {
        text-align:center;
    }
    .layout-item {
        padding-top:35px;
    }
    .layout-item:first-child {
        padding-top:0;
    }
    .layout-macbook-wrap, .layout-ipad-wrap, .layout-iphone-wrap {
        width:100%!important;
        margin:0!important;
    }
    .layout-iphone-wrap {
        width:55%!important;
    }
    
    .testimonial-slide::before {
        left:5px;
    }
    .slidesjs-navigation {
        top:93%;
        right:0;
    }
    .slidesjs-previous {
        left:0;
        right:auto;
    }
    
    .widget-span + .widget-type-widget_container {
        padding-top:5em;
    }
    .span6 + .span6 {
        padding-top:2em;
    }
    
    /* About */
    .team-modules-wrap span .hs_cos_wrapper_type_custom_widget {
        width:auto;
        display:block;
    }
    .industry-modules-wrap span .hs_cos_wrapper_type_custom_widget {
        width:auto;
        display:block;
    }
    
    .blog-section-inner {
        padding:10px 0;
    }
    .post-header {
        padding:30px 0 50px;
        min-height:0;
    }
    #hubspot-author_data {
        text-align:center;
    }
    .hs-author-avatar {
        margin:0 auto;
        display:block;
    }
    .post-header-content h1 {
        text-align:center;
        font-size:30px;
        padding-top:20px;
    }
    #hubspot-topic_data {
        display:none;
    }
    
    .post-body {
        padding:4% 6%;
    }
    .post-item + .post-item {
        margin-top:10px;
    }
    
    .excerpt-body {
        padding:20px;
    }
    .excerpt-header #hubspot-author_data {
        text-align:left;
    }
    
    .blog-pagination {
        padding-bottom:50px;
    }
    
    .hs-blog-post .addthis_toolbox {
        top:auto;
        bottom:0px;
        width:100%;
        background:#d5d5d5;
        padding-left:37px;
    }
    
    #site-footer > div > div > div > div > div > div > div > .widget-span { 
        padding-bottom:25px;
    }
    #site-footer .hs_submit input {
        width:100%;
        display:block;
        -ms-appearance:none;
        -o-appearance:none;
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
    }
    #site-footer .hs_cos_wrapper_type_follow_me, .hs-footer-company-copyright {
        text-align:center;
    }
    .widget-type-follow_me {
        padding-bottom:0!important;
    }
    .hs-page .hs-tools-menu {
        top:70px!important;
    }
}