@charset "UTF-8";
/* colors
Blue - Standard:  	#0e76bc  |  rgba(14,118,188,1);
Blue - Darker:   	#084b78  |  rgba(8,75,120,1);
Blue - Royal:		#283891  |  rgba(40,56,145,1);
Blue - Dark Royal:	#152058  |  rgba(21,32,88,1);
Blue - Highlight:	#25aae1  |  rgba(37,170,225,1);
Grey:				#CCC     |  rgba(204,204,204,1);
Grey - Light:		#ededed  |  rgba(237,237,237,1);
Orange:				#f26f05  |  rgba(242,111,5,1);
*/
/***********************************************************************************************
************************************************************************************************
************************************************************************************************
GENERAL INTERFACE LAYOUT
************************************************************************************************
************************************************************************************************
*******************************/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  font-family: 'Raleway', Gotham, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
}
header:after, nav:after, section:after, article:after, footer:after, .inner:after, .row:after, #header-group:after, #above_content_bar:after {
  content: "";
  display: table;
  clear: both;
}
#wrapper {
  width: 100%;
  position: relative;
}
.inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
.inner.slim {
  text-align: center;
  max-width: 740px;
}
/*HEADER---------------------------------------------*/
#header-banner {
  background-image: url(../images/banners/default.jpg);
  background-color: #444;
  background-size: cover;
  background-position: center;
  min-height: 560px;
  margin: 0;
  padding: 0;
  -webkit-animation: fadein 2s; /* Safari and Chrome */
  -moz-animation: fadein 2s; /* Firefox */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera */
  animation: fadein 2s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
/*@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}*/
/* Opera */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#header-banner.home {
  background-image: url(../images/banners/home-1-desktop.jpg);
  min-height: 800px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#header-banner.home.background1 {
  background-image: url(../images/banners/home-1-desktop.jpg);
}
#header-banner.home.background2 {
  background-image: url(../images/banners/home-2-desktop.jpg);
}
#header-banner.home.background3 {
  background-image: url(../images/banners/home-3-desktop.jpg);
}
#header-banner.home.background4 {
  background-image: url(../images/banners/home-4-desktop.jpg);
}
#header-banner.home.background5 {
  background-image: url(../images/banners/home-5-desktop.jpg);
}
#header-banner.error {
  background-image: url(../images/banners/404.jpg);
  background-position: center top;
  min-height: 800px;
}
#header-group {
  z-index: 900;
}
#header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  width: 100%;
  height: 135px;
  background-color: rgba(255, 255, 255, 0.0);
  z-index: 920;
}
#header-group.is_stuck #header {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  height: 90px;
}
.header-logo {
  float: left;
  margin-top: 20px;
  /*background-image: url("../images/amplify-30th.svg");*/
  background-image: url("../images/amplify.svg");
  background-repeat: no-repeat;
background-size: 400px;
  background-position: 0 -115px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header-group.is_stuck .header-logo {
  /*background-image: url("../images/amplify-30th.svg");*/
  background-image: url("../images/amplify.svg");
  background-position: 0 0;
  margin-top: 10px;
}
.header-logo a {
  display: block;
  width: 400px;
  height: 110px;
  text-decoration: none;
}
#header-group.is_stuck .header-logo {
  /*background-image: url("../images/amplify-30th.svg");*/
  background-image: url("../images/amplify.svg");
  background-position: 0 0;
  background-size: 255px;
}
#header-group.is_stuck .header-logo a {
  width: 255px;
  height: 70px;
	
}
#nav {
  float: right;
  padding-top: 50px;
}
#header-group.is_stuck #nav {
  padding-top: 20px;
}
.header-button {
  display: inline-block;
  margin: 0 15px 0 5px;
  font-weight: 600;
  font-size: 0.850em;
  line-height: 1.2;
  vertical-align: top;
}
.header-button span {
  display: inline-block;
  font-size: 1.059em;
}
.header-button a {
  padding: 14px 14px 16px;
  border: 1px solid #FFF;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background-color: transparent;
  text-transform: uppercase;
}
.header-button a:hover {
  background-color: #FFF;
  color: rgba(40, 56, 145, 1);
}
#header-group.is_stuck .header-button a {
  color: rgba(40, 56, 145, 1);
  border: 1px solid rgba(40, 56, 145, 1);
}
#header-group.is_stuck .header-button a:hover {
  color: #FFF;
  background-color: rgba(40, 56, 145, 1);
}
#nav ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  vertical-align: top;
}
#nav ul li {
  float: left;
  list-style: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 5px 10px 5px 0;
  margin: 0;
}
/*#header-group.is_stuck .header-button, #header-group.is_stuck #nav ul li {
  font-size: 0.700em;
}
#header-group.is_stuck #nav ul li ul.sub-menu li {
  font-size: 0.850em;
}*/
#nav ul li a {
  color: #FFF;
  display: block;
  padding: 1px 1px 1px 10px;
  text-decoration: none;
  border-left: 1px solid #FFF;
  min-height: 40px;
}
#header-group.is_stuck #nav ul li a {
  color: rgba(40, 56, 145, 1);
  border-left: 1px solid rgba(40, 56, 145, 1);
}
#nav ul li:hover a, #header-group.is_stuck #nav ul li:hover a {
  color: rgba(37, 170, 225, 1);
}
#nav ul li a span {
  display: block;
}
#nav ul li {
  width: 140px;
}
#nav ul li.widenav {
  width: 165px;
}
#nav ul li.shortnav {
  width: 120px;
}
/*#nav ul li.nav1 {
  width: 180px;
}
#nav ul li.nav2 {
  width: 160px;
}
#nav ul li.nav3 {
  width: 100px;
}
#nav ul li.nav4 {
  width: 140px;
}*/
/*Sub Menus------------------------------------------*/
#nav ul.sub-menu {
  display: none;
  position: absolute;
  width: 240px;
  line-height: 1.2;
  z-index: 500;
  padding-top: 10px;
  border-left: 1px solid #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header-group.is_stuck #nav ul.sub-menu {
  border-left: 1px solid rgba(40, 56, 145, 1);
}
#nav ul li:hover ul.sub-menu {
  display: block;
  border-bottom: 1px solid #EEE;
}
#nav ul.sub-menu li {
  width: 100%;
  padding: 0;
  border-right: 1px solid #EEE;
  border-top: 1px solid #EEE;
	font-size: 14px;
  line-height: 1.1;
  text-transform: none;
	font-weight: 400;
}
#nav ul li ul.sub-menu li a {
  color: rgba(40, 56, 145, 1);
  background-color: rgba(255, 255, 255, 0.9);
  min-height: auto;
  height: auto;
  padding: 10px;
  border-left: none;
}
#header-group.is_stuck #nav ul li ul.sub-menu li a {
  border-left: none;
  color: rgba(40, 56, 145, 1);
}
#nav ul li ul.sub-menu li:hover a {
  color: #FFF !important;
  background-color: rgba(37, 170, 225, 1);
}
/*TOUCH STYLES----------------------------------*/
.touch-device #nav > li.menu-item-has-children > a:hover { /*remove hover style for touch*/
  background-color: transparent;
  color: #333;
}
.touch-device #nav > li.menu-item-has-children:hover { /*remove hover style for touch*/
  background-color: transparent;
}
.touch-device #nav > li.menu-item-has-children.active > a { /*in place of hover style*/
}
.touch-device #nav > li.menu-item-has-children:hover > ul.sub-menu { /*remove hover style for touch*/
  display: none;
}
.touch-device #nav > li.menu-item-has-children.active > ul.sub-menu {
  display: block;
}
#masthead {
  text-align: center;
  color: #FFF;
  padding: 200px 0 0;
  margin: 0 auto;
  font-size: 1.250em;
  line-height: 1.6;
  font-weight: 300;
  font-family: 'Raleway', Gotham, Helvetica, Arial, sans-serif;
  max-width: 1200px;
  z-index: 10 !important;
}
#masthead p {
  margin: 20px 0 0;
  padding: 0;
}
#masthead h1, #masthead h2, #masthead h3, #masthead p.heading {
  font-size: 2.500em;
  line-height: 1.1;
  font-weight: 500;
  font-family: 'Roboto', Gotham, Helvetica, Arial, sans-serif;
  margin: 20px 0 0;
  padding: 0;
}
#masthead h1 span, #masthead h2 span, #masthead h3 span, #masthead p.heading span {
  font-weight: 300;
}
#masthead h1.nonheading, #masthead h2.nonheading, #masthead h3.nonheading {
  font-size: 1.250em;
  line-height: 1.6;
  font-weight: 300;
  font-family: 'Raleway', Gotham, Helvetica, Arial, sans-serif;
}
#masthead .home-header {
  width: 720px;
  margin: auto;
  padding-top: 75px;
  text-align: left;
  font-weight: 500;
}
#masthead .home-header span {
  font-weight: 500;
}
#masthead a {
  color: #FFF;
  text-decoration: none;
}
#masthead .error-header {
  max-width: 700px;
  margin: auto;
}
/*CONTENT---------------------------------------------*/
#above_content_bar {
  border-bottom: 1px solid #c2c2c2;
  padding: 10px 0 5px;
  font-family: 'Roboto', Gotham, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.800em;
  line-height: 1.2;
  color: #666;
}
.breadcrumbs {
  float: left;
  padding-top: 10px;
}
.breadcrumbs a {
  color: #666;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: rgba(37, 170, 225, 1);
}
.sharing {
  float: right;
  width: 200px;
  min-height: 38px;
  text-align: right;
  vertical-align: middle;
}
.sharing .at-icon-wrapper {
  background-color: #999 !important;
}
.sharing div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.sharing .addthis_inline_share_toolbox {
  min-width: 110px;
}
#content {
  position: relative;
  min-height: 400px;
  padding: 30px 0;
}
#content.notoppad {
  padding-top: 0;
}
#content.nobottompad {
  padding-bottom: 0;
}
#content.homepage {
  position: relative;
  padding: 0 0;
}
/*FOOTER---------------------------------------------*/
#footer {
  position: relative;
  padding: 30px 0;
  background-color: rgba(8, 75, 120, 1);
  color: #FFF;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  font-family: 'Roboto', Gotham, Helvetica, Arial, sans-serif;
}
#footer .footer-top {margin: 0 auto 58px; padding: 20px 30px 48px; border-bottom: 1px solid #153553; text-align: center}
#footer .footer-top img {max-width: 370px; margin: 0 auto;}
#footer .outer-footer-columns {display: flex; justify-content: space-between;}
#footer .footer-col-left {width: 40%;}
#footer .footer-col-right {width: 55%;}
#footer a {
  color: #FFF;
  text-decoration: none;
}
#footer a:hover {
  color: rgba(37, 170, 225, 1);
}
#footer .partner-logos {display: flex; margin: 4px 0 103px;}
#footer .partner-logos > div {width: 100px; margin-left: 18px;}
#footer .partner-logos > div:first-child {margin-left: 0}
#footer .partner-logos .hubspot-partner {margin-left: 14px}
#footer .partner-logos .google-partner a {display: block; margin-top: -3px; width: 95px;}
#footer ul {
  margin: 0 0 20px;
  padding: 0;
}
#footer ul.extrabot {margin-bottom: 40px;}
#footer ul li {
  margin: 0;
  padding: 0 0 12px;
	font-size: 15px;
  font-family: 'Roboto', Gotham, Helvetica, Arial, sans-serif;
  list-style: none;
}
#footer ul li:first-child {
  text-transform: uppercase;
  font-weight: 700;
}
#footer .footer-info {font-size: 13px;}
#footer p {margin-bottom: 20px;}

/*MOBILE HEADER---------------------------------------------*/
.mobile-header {
  display: none;
  height: 70px;
  position: fixed;
  width: 100%;
  background-color: transparent;
  z-index: 1000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header-group.is_stuck .mobile-header {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.mobile-header a {
  text-decoration: none;
}
.logowrap {
  margin: 10px auto 0;
  text-align: center;
  width: 160px;
  height: 44px;
  /*background-image: url("../images/amplify-30th.svg");*/
  background-image: url("../images/amplify.svg");
  background-repeat: no-repeat;
  background-position: 0 -44px;
	background-size: 160px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.logowrap a {
  display: block;
  width: 160px;
  height: 44px;
}
#header-group.is_stuck .logowrap {
  /*background-image: url("../images/amplify-30th.svg");*/
  background-image: url("../images/amplify.svg");
  background-position: 0 0;
}


.mobile-header .header-logo {
  display: none;
}
.ToggleMenu.Open, .ToggleRight.Open {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ToggleMenu.Open {
  float: left;
  background-image: url(../images/icon-sprites.png);
  background-position: 0 0;
}
#header-group.is_stuck .ToggleMenu.Open {
  background-position: 0 -50px;
}
.ToggleMenu.Open:hover, #header-group.is_stuck .ToggleMenu.Open:hover {
  background-color: #0e76bc;
  background-image: url(../images/icon-sprites.png);
  background-position: 0 0;
}
.ToggleRight.Open {
  float: right;
  background-image: url(../images/icon-sprites.png);
  background-position: -50px 0;
}
#header-group.is_stuck .ToggleRight.Open {
  background-position: -50px -50px;
}
.ToggleRight.Open:hover, #header-group.is_stuck .ToggleRight.Open:hover {
  background-color: #0e76bc;
  background-image: url(../images/icon-sprites.png);
  background-position: -50px 0;
}
/*when shown on desktop/tablet*/
#header .ToggleRight.Open {
  background-position: -150px 0;
}
#header-group.is_stuck #header .ToggleRight.Open {
  background-position: -150px -50px;
}
#header .ToggleRight.Open:hover, #header-group.is_stuck #header .ToggleRight.Open:hover {
  background-color: #0e76bc;
  background-image: url(../images/icon-sprites.png);
  background-position: -150px 0;
}
.ToggleMenu.Close, .ToggleRight.Close {
  width: 50px;
  height: 50px;
  padding: 10px;
  background-image: url(../images/icon-sprites.png);
  background-repeat: no-repeat;
}
.ToggleMenu.Close {
  float: right;
  background-position: -100px -50px;
}
.ToggleRight.Close {
  float: left;
  background-position: -100px 0;
}
/*Side Menu WP---------------------------------------------------------*/
#sidemenu {
  clear: both;
  background-color: rgba(255, 255, 255, 0.9);
  /*margin-top: 134px;*/
  height: 520px;
  margin-top: 90px;
}
#header-group.is_stuck #sidemenu {
  margin-top: 90px;
}
.sidr ul li ul li {
  line-height: 1.8 !important;
  font-size: 13px !important;
}
#sidemenu > ul {
  border: none !important;
  margin-top: 55px;
  margin-bottom: 0;
}
#sidemenu > ul > li {
  border-top: none !important;
}
#sidemenu .sub-menu {
  border: none !important;
}
#sidemenu ul > li > a {
  padding-left: 30px !important;
  color: #000;
}
#sidemenu ul > li > a:hover {
  background-color: #0e76bc;
  color: #FFF;
}
#sidemenu .sub-menu li a {
  padding: 5px 15px;
}
/*menu-item-has-children*/
/*Firt tier with sub-menu---------------------*/
#sidemenu > ul > li.menu-item-has-children > a {
  background-image: url(../images/responsive/sidelinks-expand.png);
  background-repeat: no-repeat;
  background-position: left 6px;
}
#sidemenu > ul > li.menu-item-has-children.active > a {
  background-image: url(../images/responsive/sidelinks-close.png);
  background-color: #003770 !important;
}
/*Second Tier-------------------------------*/
#sidemenu > ul > li > ul.sub-menu {
  display: none;
  background-color: #003770;
  border-top: none;
}
#sidemenu > ul > li > ul.sub-menu > li {
  border-top: none;
}
#sidemenu ul.sub-menu a {
  color: #fff !important;
}
#sidemenu > ul > li > .sub-menu > li:hover > a {
  background-color: #758391;
  color: #fff;
}
/*Side Menu other links/small menu----------------*/
.smallmenu {
  text-align: left;
  font-size: 0.867em;
  border: none !important;
  margin-top: 0 !important;
}
.smallmenu li {
  padding: 0;
  line-height: 42px !important;
  border: none !important;
}
.smallmenu li a {
  padding: 0 0 0 35px !important;
}
/** search ***/
#rightside {
  clear: both;
  /*margin-top: 134px;*/
  margin-top: 90px;
  height: 50px;
  background-color: #0e76bc;
}
#rightside form {
  float: left;
  margin: 0;
}
#rightside input {
  margin-top: 8px;
  font-family: 'Raleway', Gotham, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #FFF;
  width: 180px;
}
#rightside.sidr input[type="text"] {
  margin: 10px 0 0;
}
#rightside input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}
#rightside input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}
#rightside input::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}
/**search results*/
#content #addsearch-results {
  font-family: 'Raleway', Gotham, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
#content #addsearch-nohits p {
  padding: 0;
}
/**default page options**/
.closing-cta {
  text-align: center;
  border-top: 1px solid #999;
  padding: 45px 0;
}
.closing-cta .closing-statement {
  font-size: 1.750em;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 10px;
}
/**** hubspot form items*****/
.hbspt-form input, .hbspt-form textarea {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  font-family: 'Raleway', Gotham, Helvetica, Arial, sans-serif;
}
.hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form input[type="tel"], .hbspt-form textarea {
  width: 100% !important;
}
.hbspt-form .hs-button {
  background-color: rgba(37, 170, 225, 1);
  font-weight: 700;
  padding: 8px 15px;
  color: #FFF;
  transition: all 0.5s ease;
  cursor: pointer;
}
.hbspt-form .hs-button:hover {
  color: #FFF;
  background: rgba(40, 56, 145, 1);
}
.hbspt-form ul.hs-error-msgs.inputs-list {
  margin: 2px 0 0;
  padding: 0;
}
.hbspt-form ul.hs-error-msgs.inputs-list li {
  list-style: none;
  font-family: 'Roboto', Gotham, Helvetica, Arial, sans-serif;
  line-height: 1;
  font-weight: 700;
  color: #C00;
  font-size: 13px;
}
.hbspt-form .hs_error_rollup ul.hs-error-msgs.inputs-list li {
  font-size: 16px;
  margin-bottom: 5px;
}
.hbspt-form ul.hs-error-msgs.inputs-list li label {
  display: block !important;
}
.hbspt-form input.error, .hbspt-form textarea.error {
  border: 1px solid #C00;
}
.hbspt-form fieldset {
  max-width: 800px !important;
}
.hbspt-form .legal-consent-container {
  margin-bottom: 20px;
  line-height: 1.2;
}
.hbspt-form .legal-consent-container ul, .hbspt-form .legal-consent-container li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hbspt-form .legal-consent-container li:after {
  content: "";
  display: table;
  clear: both;
}
.hbspt-form .legal-consent-container li input {
  float: left;
  margin-right: 10px;
}
.hbspt-form .legal-consent-container li p {
  display: block;
}
.hbspt-form .legal-consent-container .hs-richtext {
  display: none;
}
#main-contact-form .hs-richtext, #main-contact-form fieldset {
  margin-bottom: 10px;
}
#main-contact-form .hs-richtext, #main-contact-form label {
  font-size: 14px;
}
#contact-form {
  width: 440px;
}
#suggestion-form {
  width: 525px;
}
#contact-form .hbspt-form label, #newsletter-form .hbspt-form label, 
#suggestion-form .hbspt-form .hs-firstname label, #suggestion-form .hbspt-form .hs-lastname label, #suggestion-form .hbspt-form .hs-email label, #suggestion-form .hbspt-form .hs-company label {
  display: none;
}
#contact-form .hbspt-form input.hs-input, #suggestion-form .hbspt-form input.hs-input {
  max-width: 225px;
}
#contact-form .hbspt-form .legal-consent-container label {
  display: inline-block;
}
#contact-form .hbspt-form .legal-consent-container p {
  text-transform: none !important;
  font-size: 0.700em;
  line-height: 1.2;
  font-weight: 400;
}
.legal-consent-container .hs-form-booleancheckbox-display span {
  margin-left: 16px;
  font-size: 12px;
}
#newsletter-form {
  width: 380px;
}
#newsletter-form .hbspt-form input[type="email"] {
  width: 70% !important;
  float: left;
}
#newsletter-form .hbspt-form .hs-button {
  float: left;
  padding: 5px 10px;
}
#suggestion-form, #suggestion-form input {
	font-size: 14px;
}
#suggestion-form label {
	font-weight: bold;
}
#suggestion-form ul.inputs-list {
	margin: 0 0 10px;
	padding: 0;
}
#suggestion-form ul.inputs-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#suggestion-form ul.inputs-list li label {
	font-weight: normal;
}
/** home page****/
.home-text {
  max-width: 1180px;
  color: #0e76bc;
  font-size: 1.250em;
  margin: 0 auto;
}
.home-text .home-p-1 {
  font-size: 1.500em;
  line-height: 1.4;
  font-family: 'Roboto', Gotham, Helvetica, Arial, sans-serif;
  padding-top: 70px;
  font-weight: 500;
}
.home-text a {
  color: #283891;
  text-decoration: none;
}
.home-text a:hover {
  color: #0e76bc;
}
.home-block {
  margin: 0 auto 30px;
  width: 100%;
  font-size: 0; /* close gap inline-block elements, set parent div font size to 0, reset in child */
}
.home-block:after {
  content: "";
  display: table;
  clear: both;
}
.home-block p {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
.home-block .home-block-col {
  z-index: 1;
  background-color: #CCC;
  position: relative;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  float: none;
  min-height: 200px;
  font-size: 16px; /* close gap inline-block elements, set parent div font size to 0, reset in child */
  line-height: 1;
  width: 25%;
}
.home-block .home-block-col:after {
  content: "";
  display: table;
  clear: both;
}
.home-block .sector {
  position: relative;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
.home-block .sector.sector-1 {}
.home-block .sector.sector-2 {}
.home-block .sector.sector-3 {}
.home-block .sector.sector-4 {}
.home-block .sector.sector-5 {}
.home-block .sector.sector-6 {}
.home-block .sector img {
  z-index: 1;
  width: 100% !important;
  max-width: none !important;
  height: auto;
  display: block;
  margin: 0 auto;
}
.home-block .sectors-block-mfg {
  position: absolute;
  top: 30%;
  left: 15%;
}
.home-block .sectors-block-dist {
  position: absolute;
  top: 25%;
  left: 15%;
}
.home-block .sectors-block-integrators {
  position: absolute;
  top: 30%;
  left: 15%;
}
.home-block .sectors-block-commercial {
  position: absolute;
  top: 30%;
  left: 15%;
}
.home-block .sectors-block-medical {
  position: absolute;
  top: 25%;
  left: 15%;
}
.home-block .sectors-block-associations {
  position: absolute;
  top: 30%;
  left: 15%;
}
.home-block .sector div a:first-child {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: solid 1px #FFF;
  width: 60%;
}
.home-block .sector div a {
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
  cursor: pointer;
}
.home-block .sector div a.hovertxt {
  padding: 10px;
  background-color: #25aae1;
}
.home-block .sector div:hover a.hovertxt {
  display: inline-block;
}
.touch-device .home-block .sector div a.hovertxt {
  display: inline-block;
  opacity: 1;
}
/*effect*/
.home-block .sector div a.parent {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.home-block .sector div a.parent, .home-block .sector div a.hovertxt {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.touch-device .home-block .sector div a.parent, .touch-device .home-block .sector div a.hovertxt, .touch-device .home-block .sector div:hover a.parent, .touch-device .home-block .sector div:hover a.hovertxt {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.home-block .sector div a.hovertxt {
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.home-block .sector div:hover a.hovertxt {
  opacity: 1;
}
.home-block .sector div:hover a.parent, .home-block .sector div:hover a.hovertxt {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.home-block .sector div:hover a.hovertxt {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
/** sector main page **/
.sectors-block {
  margin: -30px auto 40px;
  width: 100%;
  font-size: 0; /* close gap inline-block elements, set parent div font size to 0, reset in child */
}
.sectors-block:after {
  content: "";
  display: table;
  clear: both;
}
.sectors-block p {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
.sectors-block .sectors-block-row {
  z-index: 1;
  position: relative;
  text-align: center;
}
.sectors-block .sectors-block-row:after {
  content: "";
  display: table;
  clear: both;
}
.sectors-block .sector {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 auto;
  text-align: left;
  float: none;
  min-height: 200px;
  font-size: 24px; /* close gap inline-block elements, set parent div font size to 0, reset in child */
  line-height: 1;
  overflow: hidden;
}
.sectors-block .sector.sector-1 {
  width: 40.78125%;
} /* 783/1920 */
.sectors-block .sector.sector-2 {
  width: 59.21875%;
} /* 1137/1920 */
.sectors-block .sector.sector-3 {
  width: 54.94791%;
} /* 1055/1920 */
.sectors-block .sector.sector-4 {
  width: 45.05208%;
} /* 865/1920 */
.sectors-block .sector.sector-5 {
  width: 48.85416%;
} /* 938/1920 */
.sectors-block .sector.sector-6 {
  width: 51.14583%;
} /* 982/1920 */
.sectors-block .sector img {
  z-index: 1;
  width: 100% !important;
  max-width: none !important;
  height: auto;
  display: block;
  margin: 0 auto;
}
.sectors-block-mfg {
  position: absolute;
  top: 30%;
  left: 15%;
}
.sectors-block-dist {
  position: absolute;
  top: 30%;
  left: 15%;
}
.sectors-block-integrators {
  position: absolute;
  top: 30%;
  left: 15%;
}
.sectors-block-commercial {
  position: absolute;
  top: 30%;
  left: 15%;
}
.sectors-block-medical {
  position: absolute;
  top: 30%;
  left: 15%;
}
.sectors-block-associations {
  position: absolute;
  top: 30%;
  left: 15%;
}
.sectors-block .sector div a:first-child {
  display: block;
  text-transform: uppercase;
  font-size: 38px;
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: solid 1px #FFF;
  width: 60%;
}
.sectors-block .sector div a {
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
  cursor: pointer;
}
.sectors-block .sector div a.hovertxt {
  padding: 20px;
  background-color: #25aae1;
}
.sectors-block .sector div:hover a.hovertxt {
  display: inline-block;
}
.touch-device .sectors-block .sector div a.hovertxt {
  display: inline-block;
  opacity: 1;
}
/*effect*/
.sectors-block .sector div a.parent {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.sectors-block .sector div a.parent, .sectors-block .sector div a.hovertxt {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.touch-device .sectors-block .sector div a.parent, .touch-device .sectors-block .sector div a.hovertxt, .touch-device .sectors-block .sector div:hover a.parent, .touch-device .sectors-block .sector div:hover a.hovertxt {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sectors-block .sector div a.hovertxt {
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.sectors-block .sector div:hover a.hovertxt {
  opacity: 1;
}
.sectors-block .sector div:hover a.parent, .sectors-block .sector div:hover a.hovertxt {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sectors-block .sector div:hover a.hovertxt {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
/** sector pages **/
.sector-wrap {
  background-color: rgba(237, 237, 237, 1);
  padding: 40px 0 140px;
  border-top: 1px solid #FFF;
}
ul.sector-list {
  max-width: 380px;
  background-color: #FFF;
  border: 1px solid rgba(37, 170, 225, 1);
  margin: 0;
  padding: 0;
  float: right;
}
ul.sector-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.sector-list li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  line-height: 1.2;
  text-align: left;
}
ul.sector-list li a:hover {
  color: #FFF;
  background-color: rgba(14, 118, 188, 1);
}
ul.sector-list li a.active {
  color: #FFF;
  background-color: rgba(21, 32, 88, 1);
}
.sector-text {
  /*padding-top: 20px;
	max-width: 580px;*/
  padding-top: 0px;
  max-width: none;
}
.sector-text:after {
  content: "";
  display: table;
  clear: both;
}
ul.choices {
  padding: 0;
  margin: 0;
}
ul.choices:after {
  content: "";
  display: table;
  clear: both;
}
ul.choices li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: 'Roboto', Gotham, Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
}
ul.choices li.expand {
  float: left;
}
ul.choices li.next {
  float: right;
}
@media (max-width:480px) {
  ul.choices li.expand, ul.choices li.next {
    float: none;
    margin-bottom: 10px;
  }
}
ul.choices li a {
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  color: #FFF;
  background-color: rgba(37, 170, 225, 1);
}
ul.choices li a:hover {
  background-color: rgba(8, 75, 120, 1);
}
#sector-text-wrap {
  padding-top: 20px;
  max-width: 580px;
  overflow: hidden;
  /*   overflow-x: scroll;
    overflow-y: hidden;*/
}
#sector-text-wrap::-webkit-scrollbar {
  display: none;
}
#sector-text-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.sector-content {
  float: left;
  width: 100%;
  padding: 0 15px 0 0;
  transition: all ease .5s;
  opacity: .2;
  display: none;
}
.sector-content.active {
  opacity: 1;
}
.sector-list-select {
  display: none;
  max-width: 100%;
}
@media(max-width:700px) {
  .sector-wrap .gridcol {
    float: none;
    clear: both;
    width: auto !important;
  }
  ul.sector-list {
    float: none;
    margin: 0 auto 15px;
    display: none;
  }
  .sector-list-select {
    display: block;
  }
}
/** case studies ***/
.case-study-block {
  margin: auto;
  background-color: #EEE;
}
.featured-case-study {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 50px 20px;
  text-align: center;
}
.featured-case-study .featured-txt {
  background-color: rgba(0, 0, 0, 0.65);
  max-width: 1040px;
  padding: 100px;
  margin: auto;
  color: #FFF;
  font-size: 1.250em;
  font-weight: 500;
  text-align: left;
}
.featured-case-study .featured-txt p {
  margin: 0;
}
.featured-case-study .featured-logo {
  margin: -260px auto 0;
  padding: 0;
  width: 200px;
  background-color: rgba(237, 237, 237, 1);
}
.featured-case-study .featured-logo img {
  margin: 0 auto 20px;
  display: block;
}
.featured-case-study .featured-link {
  margin: -30px auto 0;
}
.featured-case-study .featured-link a {
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  margin: auto;
  color: #FFF;
  background-color: rgba(37, 170, 225, 1);
}
.featured-case-study .featured-link a:hover {
  background-color: rgba(8, 75, 120, 1);
}
.secondary-study-wrap {
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #FFF;
}
.secondary-study-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.secondary-study {
  width: 33.33333%;
  float: left;
  border-left: 1px solid #FFF;
}
.secondary-study:first-child {
  border-left: 1px solid #666;
}
.secondary-study img {
  display: block;
  margin: 0 auto;
}
/** indents and generic blocks **/
.indented {
  margin-left: 100px;
  margin-right: 100px;
}
.section-block {
  width: 100%;
  padding: 50px 0;
}
.section-block.dark {
  background-color: rgba(21, 32, 88, 1);
  color: #FFF;
  text-align: center;
}
.section-block.light {
  background-color: rgba(237, 237, 237, 1);
  border-top: 1px solid #FFF;
  padding: 40px 0;
  margin-bottom: 30px;
}
.section-block.light h1, .section-block.light h2, .section-block.light h3 {
  font-size: 1.750em;
  font-weight: 600;
  color: #333;
}
.section-block.light p {
  font-size: 1.250em;
  font-weight: 300;
  margin-bottom: 0;
}
/** two column / content pages **/
.two-col-left {
  width: 61.49341%; /*840*/
  float: left;
}
.two-col-right {
  width: 31.18594%; /*426*/
  position: absolute;
  top: -270px;
  right: 40px;
}
.second-txt-block {
  border-top: 1px solid #CCC;
  padding-top: 30px;
}
.client-intro h3, .client-intro h2, .client-intro h1 {
  margin-bottom: 8px;
  line-height: 1.3;
}
.section-block.light .client-intro p {
  margin-bottom: 14px;
  line-height: 1.3;
}
.client-intro {
  line-height: 1.3;
}
.side-services {
  color: #FFF;
  background-color: rgba(14, 118, 188, 1);
}
.side-services.secondary {
  color: #333;
  background-color: #FFF;
  border: solid 1px #DDD;
  margin-top: 5px;
}
.side-services a {
  color: #FFF;
  text-decoration: none;
}
.side-services.secondary a, .side-services.secondary a:hover {
  color: #333;
}
.side-services a:hover {
  text-decoration: underline;
  color: #FFF;
}
.side-services ul {
  margin: 0 0 0 10px;
  padding: 0 0 0 0;
}
.side-services ul li {
  margin: 0 0 0 10px;
  padding: 0 0 14px 10px;
  line-height: 1.4;
}
.side-services p {
  font-size: 1.250em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.side-testimonial {
  background-color: rgba(21, 32, 88, 1);
  color: #FFF;
  background-image: url("../images/quote-open.png");
  background-position: left top;
  background-repeat: no-repeat;
}
.side-testimonial span {
  display: none;
}
.side-testimonial i {
  display: block;
}
.side-testimonial > div {
  background-image: url("../images/quote-close.png");
  background-position: right 40px;
  background-repeat: no-repeat;
}
.side-request {
  background-color: #CCC;
}
.side-request > div, .side-testimonial > div, .side-services > div {
  padding: 40px;
}
.side-request p {
  font-size: 1.250em;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.side-request .hbspt-form label {
  display: none;
}
.side-request .hbspt-form .legal-consent-container label {
  display: inline-block;
}
.side-request .hbspt-form .legal-consent-container p {
  text-transform: none !important;
  font-size: 0.700em;
  line-height: 1.2;
  font-weight: 400;
}
.side-request .hbspt-form input.hs-input {
  max-width: 165px;
}
.side-buttons {
  /*margin-top: -100px;*/
}
.side-buttons a {
  display: block;
  margin: 0 auto 4px;
  text-decoration: none;
  padding: 10px 20px;
  color: #FFF;
  font-family: 'Roboto', Gotham, Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-align: center;
}
.side-buttons a.liteblue {
  background-color: rgba(37, 170, 225, 1);
}
.side-buttons a.medblue {
  background-color: rgba(14, 118, 188, 1);
}
.side-buttons a.drkblue {
  background-color: rgba(8, 75, 120, 1);
}
.side-buttons a.orange {
  background-color: rgba(242, 111, 5, 1);
}
.side-buttons a:hover {
  background-color: rgba(21, 32, 88, 1);
  color: #FFF;
}
.skewed-block {
  margin-top: -40px;
  -ms-transform: skewY(-10deg); /* IE 9 */
  -webkit-transform: skewY(-10deg); /* Safari */
  transform: skewY(-10deg); /* Standard syntax */
  border-top: 4px solid #FFF;
}
.skewed-block > div {
  -ms-transform: skewY(10deg); /* IE 9 */
  -webkit-transform: skewY(10deg); /* Safari */
  transform: skewY(10deg); /* Standard syntax */
  padding: 60px 40px;
}
.side-request.skewed-block > div {
  padding-bottom: 35px;
}
/** banner background classes **/
/** THREE VERSIONS FOR BANNERS, TABLET & MOBILE IN RESPONSIVE CSS **/
#header-banner.industrial_sectors {
  background-image: none;
  background-color: #0e76bc;
}
#header-banner.industrial_sector_mfgs {
  background-image: url(../images/banners/industrial_sector_mfgs-desktop.jpg);
}
#header-banner.industrial_sector_distributors {
  background-image: url(../images/banners/industrial_sector_distributor-desktop.jpg);
}
#header-banner.industrial_sector_integrators {
  background-image: url(../images/banners/industrial_sector_integrator-desktop.jpg);
}
#header-banner.industrial_sector_commercial {
  background-image: url(../images/banners/industrial_sector_commercial-desktop.jpg);
}
#header-banner.industrial_sector_medical {
  background-image: url(../images/banners/industrial_sector_medical-desktop.jpg);
}
#header-banner.industrial_sector_associations {
  background-image: url(../images/banners/industrial_sector_member-desktop.jpg);
}
#header-banner.marketing {
  background-image: url(../images/banners/marketing-desktop.jpg);
}
#header-banner.marketing_gdd {
  background-image: url(../images/banners/marketing-gdd-desktop.jpg);
}
#header-banner.marketing_persona {
  background-image: url(../images/banners/marketing_persona-desktop.jpg);
}
#header-banner.marketing_webdev {
  background-image: url(../images/banners/marketing-webdev-desktop.jpg);
}
#header-banner.marketing_content {
  background-image: url(../images/banners/marketing-content-desktop.jpg);
}
#header-banner.marketing_email {
  background-image: url(../images/banners/marketing-email-desktop.jpg);
}
#header-banner.marketing_inbound {
  background-image: url(../images/banners/marketing-inbound-desktop.jpg);
}
#header-banner.marketing_business {
  background-image: url(../images/banners/marketing-business-desktop.jpg);
}
#header-banner.marketing_consulting {
  background-image: url(../images/banners/marketing-consulting-desktop.jpg);
}
#header-banner.blog {
  background-image: url(../images/banners/blog-desktop.jpg);
}
#header-banner.work_with_us {
  background-image: url(../images/banners/workwithus2-desktop.jpg);
}
#header-banner.smb {
  background-image: url(../images/banners/smb-desktop.jpg);
}
#header-banner.contact {
  background-image: url(../images/banners/contact2-desktop.jpg);
}
#header-banner.case_studies {
  background-image: url(../images/banners/case_studies-desktop.jpg);
}
#header-banner.case_studies_marco {
  background-image: url(../images/banners/case_studies-marco-desktop.jpg);
}
#header-banner.case_studies_allorings {
  background-image: url(../images/banners/case_studies-allorings-desktop.jpg);
}
#header-banner.case_studies_genesis {
  background-image: url(../images/banners/case_studies-genesis-desktop.jpg);
}
#header-banner.case_studies_donmech {
  background-image: url(../images/banners/case_studies_donmech-desktop.jpg);
}
#header-banner.case_studies_kawasaki {
  background-image: url(../images/banners/case_studies_kawasaki-desktop.jpg);
}
#header-banner.case_studies_phase1 {
  background-image: url(../images/banners/case_studies-phase1-desktop.jpg);
}
#header-banner.case_studies_ria {
  background-image: url(../images/banners/case_studies-ria-desktop.jpg);
}
#header-banner.case_studies_tccc {
  background-image: url(../images/banners/case_studies-tccc-desktop.jpg);
}
#header-banner.case_studies_mcma {
  background-image: url(../images/banners/case_studies-mcma-desktop.jpg);
}
#header-banner.case_studies_dmm {
  background-image: url(../images/banners/case_studies-dmm-desktop.jpg);
}
#header-banner.case_studies_wynnpharm {
  background-image: url(../images/banners/case_studies-wynnpharm-desktop.jpg);
}
#header-banner.case_studies_gfs {
  background-image: url(../images/banners/case_studies-gfs-desktop.jpg);
}
#header-banner.case_studies_unitedpipe {
  background-image: url(../images/banners/case_studies-unitedpipe-desktop.jpg);
}
#header-banner.case_studies_a3mex {
  background-image: url(../images/banners/case_studies-a3mex-desktop.jpg);
}
#header-banner.case_studies_a3 {
  background-image: url(../images/banners/case_studies-a3-desktop.jpg);
}
#header-banner.case_studies_automate {
  background-image: url(../images/banners/case_studies-automate-desktop.jpg);
}
#header-banner.hosting {
  background-image: url(../images/banners/hosting-desktop.jpg);
}
#header-banner.headshots {
  background-image: url(../images/banners/headshots.jpg);
}
/** featured case study backgrounds / industry relationship studies **/
.featured-case-study.kawasaki {
  background-image: url(../images/featured-case-study/kawasaki-desktop.jpg);
}
.featured-case-study.donmech {
  background-image: url(../images/featured-case-study/donmech-desktop.jpg);
}
.featured-case-study.genesis {
  background-image: url(../images/featured-case-study/genesis-desktop.jpg);
}
.featured-case-study.marco {
  background-image: url(../images/featured-case-study/marco-desktop.jpg);
}
.featured-case-study.phase1 {
  background-image: url(../images/featured-case-study/phase1-desktop.jpg);
}
.featured-case-study.ria {
  background-image: url(../images/featured-case-study/ria-desktop.jpg);
}
.featured-case-study.tccc {
  background-image: url(../images/featured-case-study/tccc-desktop.jpg);
}
/** landing pages **/
#header-banner.crm-ebook {
  background-image: url(../images/banners/crm-ebook-desktop.jpg);
}
#header-banner.gdpr {
  background-image: url(../images/banners/gdpr-desktop.jpg);
}
/*Case Study Detail Page ----------------------------------------*/
.study-logo {
  float: left;
  margin-right: 40px;
}
/* Boxed Content & Case Study Lists ----------------------------------------*/
ul.case-study-filters {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
ul.case-study-filters li {
  float: left;
  list-style: none;
  padding: 0 5px 0 0;
  font-size: 0.800em;
  line-height: 1.2;
}
ul.case-study-filters li.heading {
  padding-top: 8px;
  padding-right: 10px;
  text-transform: uppercase;
  color: #666;
}
ul.case-study-filters li select {
  margin: 0;
  background: transparent;
  background-color: #FFF;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 6px 30px 6px 8px;
  line-height: 1.2;
  border: 1px solid #CCC;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@-moz-document domain('aimgbeta.com'), domain('aimg.com') {
  table.form-table select {
    padding-top: 0;
    padding-bottom: 0;
  }
}
ul.case-study-filters li select option {
  padding: 2px 30px 2px 2px;
}
ul.case-study-filters li select:focus {
  outline: none;
}
.case-study-box {
  position: relative;
  transition: all 350ms ease;
  transform: scale(0);
}
.case-study-box.hide {
  /*display:none;*/
  transform: scale(0);
}
.case-study-box.show {
  /*display:none;*/
  transform: scale(1);
}
.box-effect-wrap {
  margin: 0 -1.5552%; /* 20/1286 */
}
.box-effect-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.box-effect-wrap figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 20px 0 0 1.5552%; /* 20/1286 */
  max-width: 460px;
  max-height: 280px;
  width: 31%; /* /1286 */
  /*background: #0e76bc;*/
  background: #000;
  cursor: pointer;
}
.box-effect-wrap figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.5;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.box-effect-wrap figure figcaption {
  padding: 20px;
  color: #FFF;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;
}
.box-effect-wrap figure figcaption::before, .box-effect-wrap figure figcaption::after {
  pointer-events: none;
}
.box-effect-wrap figure figcaption, .box-effect-wrap figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-effect-wrap figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.box-effect-wrap figure figcaption > div {
  position: absolute;
  top: 40px;
  left: 0;
  padding: 20px;
  width: 100%;
  height: auto;
}
.box-effect-wrap figure figcaption:hover > div {
  background-color: rgba(14, 118, 188, .8);
}
.touch-device .box-effect-wrap figure figcaption > div {
  background-color: rgba(14, 118, 188, .8);
}
.box-effect-wrap figure h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  font-size: 1.25em;
  line-height: 1.1;
}
.box-effect-wrap figure h2 span {
  font-size: 0.833em;
  line-height: 1.1;
  text-transform: none;
  font-weight: 400;
  padding-top: 5px;
  display: block;
}
.box-effect-wrap figure h2, .box-effect-wrap figure p {
  margin: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.box-effect-wrap figure p {
  color: rgba(255, 255, 255, 1);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  font-size: 0.778em;
  line-height: 1.1;
  text-transform: none;
  font-weight: 400;
  padding-top: 12px;
}
.box-effect-wrap figure:hover img, .box-effect-wrap figure:hover p {
  opacity: 1;
}
.touch-device .box-effect-wrap figure img, .touch-device .box-effect-wrap figure p {
  opacity: 1;
}
.box-effect-wrap figure:hover img, .box-effect-wrap figure:hover h2, .box-effect-wrap figure:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.touch-device .box-effect-wrap figure img, .touch-device .box-effect-wrap figure h2, .touch-device .box-effect-wrap figure p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.box-effect-wrap figure:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
/*short header pages (non-blog)**/
body.page-template-page-short-header #header-banner, body.page-template-page-timeline #header-banner, body.page-template-page-smb-tool #header-banner, body.page-template-page-labor-cost #header-banner, body.page-template-page-timeline-cms #header-banner, body.page-template-page-resources #header-banner {
  min-height: 135px;
}
body.page-template-page-short-header #header-banner #masthead, body.page-template-page-timeline #header-banner #masthead, body.page-template-page-smb-tool #header-banner #masthead, body.page-template-page-labor-cost #header-banner #masthead, body.page-template-page-timeline-cms #header-banner #masthead, body.page-template-page-resources #header-banner #masthead {
  display: none;
}
body.page-template-page-timeline-cms #content {
  padding: 0 0 50px;
}
/***********************************************************************************************
************************************************************************************************
************************************************************************************************
GENERAL STYLES
************************************************************************************************
************************************************************************************************
***********************************************************************************************/
a {
  outline: none;
  cursor: pointer;
  color: #000;
  transition: all 0.5s ease;
}
a:hover {
  color: #000;
}
a:hover, a:active, a:focus {
  outline: 0;
}
a.tel {
  white-space: nowrap;
  text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 34px 0;
  padding: 0;
}
img {
  max-width: 100%;
  border: none;
  height: auto;
}
form {
  margin: 0px;
  padding: 0px;
}
input, textarea, select, option {
  font-size: 1em;
  resize: none;
  outline: none;
}
input, textarea, select {
  border: 1px solid #CCC;
  padding: 5px;
  margin: 2px;
}
input.formBoxWide, textarea.formBoxWide {
  width: 98%;
}
sup {
  font-size: 0.571em; /* 8/14 */
}
ul, ol {
  margin: 0 0 34px 20px;
  padding: 0 0 0 20px;
}
ul ul, ol ol {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
}
ul li {
  list-style: disc;
  margin: 0 0 0 2px;
  padding: 0 0 3px 2px;
}
ul.list-notopspace, ol.list-notopspace {
  margin-top: -24px;
}
ul.arrowList {
  margin: 0 0 10px 12px;
  padding: 0 0 0 10px;
}
ul.arrowList li {
  list-style: url(../images/arrow.gif);
  margin: 0 0 0 2px;
  padding: 0 0 10px 2px;
}
iframe {
  border: none;
}
img.alignleft, .alignleft{
  float: left;
  margin: 0 40px 30px 0;
}
img.alignright, .alignright {
  float: right;
  margin: 0 0 30px 40px;
}
img.aligncenter, .aligncenter {
  margin: 20px auto;
  display: block;
}
.circled {
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-shape-outside: circle(50%);
  shape-outside: circle(50%);
  shape-margin: 20px;
}
.shape {
  -webkit-shape-outside: circle(50%);
  shape-outside: circle(50%);
  shape-margin: 20px;
}
.hoverImg:hover, a.hoverImg:hover, a.hoverImg img:hover, input.hoverImg:hover {
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
}
a.btn, input.btn {
  cursor: pointer;
  padding: 10px 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: inline-block;
  color: #FFF;
  background: rgba(242, 111, 5, 1);
  border: none;
  font-family: 'Roboto', Gotham, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.500em;
}
a.btn.sml, input.btn.sml {
  cursor: pointer;
  padding: 6px 20px;;
  font-size: 1em;
}
a.btn:hover, input.btn:hover {
  color: #FFF;
  background: rgba(40, 56, 145, 1);
}
/* classes */
h1 {
  line-height: 1.4;
}
h2, .title {
  line-height: 1.4;
}
h3, .subtitle {
  line-height: 1.4;
}
h4 {
  text-transform: uppercase;
  font-size: 1em;
}
h1.pageTitle, h2.pageTitle, h3.pageTitle, p.pageTitle {
  font-size: 2.500em;
  line-height: 1.1;
  font-weight: 500;
  font-family: 'Roboto', Gotham, Helvetica, Arial, sans-serif;
}
.alertTxt {
  color: #F00;
}
.largeTxt {
  font-size: 1.200em;
}
.smallTxt {
  font-size: 0.800em;
}
.grey {
  color: #999;
}
.horizontal, .horizontalClear {
  margin: 0px;
  padding: 0px 0px 5px;
  width: auto;
  border-top: 1px dotted #999;
}
.horizontalClear {
  clear: both;
}
.nowrap, .tel {
  white-space: nowrap;
}
.tel {
  font-family: 'Roboto', Gotham, Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-left: 4px;
}
a.tel {
  text-decoration: none;
  color: #333;
}
.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.top-padding {
  padding-top: 20px;
}
.bottom-padding {
  padding-bottom: 20px;
}
.forcebr {
  display: block;
}
.circleNumber {
  background-color: #25aae1;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
  width: 36px;
  height: 36px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  color: #FFF;
  line-height: 1.3;
  text-align: center;
  padding: 4px;
	font-weight: 500;
}
h2 .circleNumber {
  margin-top: 0;
  line-height: .8;
}
h3 .circleNumber, h4 .circleNumber {
  margin-top: 0;
  line-height: 1;
}
.modal-title {
  font-size: 1.250em;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.box-shadow {
  -webkit-box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.40);
  -moz-box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.40);
  box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.40);
}
.landingpage-form {
  background-color: #EEE;
  padding: 40px;
}
.landingpage-form div {
  margin-bottom: 10px;
}
.landingpage-form label {
  font-size: 14px;
}
.landingpage-form a {
  text-decoration: none;
  background-color: rgba(21, 32, 88, 1);
  color: #FFF;
  display: inline-block;
  padding: 4px 8px;
}
.landingpage-form a:hover {
  background-color: rgba(14, 118, 188, 1);
}
.landingpage-form .legal-consent-container a {
  background: none;
  padding: 0;
  color: #333;
  text-decoration: underline;
}
.infographic {
  margin-bottom: 40px;
}
.infographic img {
  display: block !important;
  margin: 0 auto !important;
}
.countdown {
  text-align: center;
  max-width: 900px;
  margin: auto;
  font-weight: 500;
  font-family: 'Roboto', Gotham, Helvetica, Arial, sans-serif;
  padding: 10px;
  background-color: #f26f05;
}
/************ allow video & maps to resize  **************/
.embed-container {
  position: relative;
  padding-bottom: 56.25%; /*the height of the box equal to % of its width*/
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container.embed-square {
  padding-bottom: 80%; /*the height of the box equal to % of its width*/
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* TO CLEAR FLOATS */
.brclear {
  clear: both;
  height: 0;
  margin: 0;
  font-size: 5px;
  line-height: 0px;
}
/************ blog articles on non-blog pages  **************/
.page-template .article-wrap {
  margin: 0 1.83016%;
}
.article-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.article-wrap p {
  margin: 0;
}
.page-template .blog-block {
  background-color: #EEE;
  font-size: 16px;
  min-height: 310px;
  position: relative;
  float: left;
  /*width: 29.67301%;*/ /*405/1366*/
  width: 45%; /*658/1366*/
  margin: 0 1.83016% 40px; /*25/1366*/
}
.blog-block h2.entry-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
.blog-block h2.entry-title a {
  text-decoration: none;
  color: #000;
}
.blog-block h2.entry-title a:hover {
  color: #25aae1;
}
.blog-block .entry-content {
  margin: 0 0 20px;
}
.blog-block .more-link {
  color: #999;
  text-decoration: none;
  font-weight: 400;
  position: absolute;
  left: 40px;
  bottom: 16px;
}
.blog-block .more-link:hover {
  color: #184e63;
}
.blog-block .article-content {
  padding: 20px 40px 30px;
  position: relative;
  line-height: 1.6;
}
.blog-block .article-content p {
  margin: 0;
}
.blog-block img {
  display: block;
  margin: 0 auto;
  height: auto;
  opacity: 1;
  zoom: 1;
  transition: opacity 0.5s ease;
}
.blog-block img:hover {
  opacity: 0.5;
  zoom: 1;
}
.blog-block .posted-on {
  display: block;
  font-family: 'Roboto', Gotham, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #9ca4ab;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/***********************************************************************************************
************************************************************************************************
************************************************************************************************
GRID STYLES
************************************************************************************************
************************************************************************************************
*******************************/
.gridrow {
  margin-left: -2.03252%;
  margin-right: -2.03252%; /*background-color:#333;*/
}
.gridrow.padded { /*for outside margins*/
  margin-left: 0;
  margin-right: 0;
} /*Grid after only works with IE8+ */
.gridrow:after {
  content: "";
  display: table;
  clear: both;
} /**/
.lt-ie8 .gridrow {
  overflow: visible;
  _height: 1%;
} /*.lt-ie8 .gridrow {  overflow: auto;  zoom: 1;  }*/
.gridcol {
  margin: 0 2.03252% 10px; /*20*/
  float: left;
  overflow: visible;
  box-sizing: border-box;
}
.gridrow .gridrow .gridcol { /*background-color:#fff;*/
}
.one.gridcol {
  width: 4.26829%; /*42*/
}
.two.gridcol {
  width: 12.60162%; /*124*/
}
.three.gridcol {
  width: 20.93495%; /*206*/
}
.four.gridcol {
  width: 29.26829%; /*288*/
}
.five.gridcol {
  width: 37.60162%; /*370*/
}
.six.gridcol {
  width: 45.93495%; /*452*/
}
.seven.gridcol {
  width: 54.26825%; /*534*/
}
.eight.gridcol {
  width: 62.60162%; /*616*/
}
.nine.gridcol {
  width: 70.93495%; /*698*/
}
.ten.gridcol {
  width: 79.26829%; /*780*/
}
.eleven.gridcol {
  width: 87.60162%; /*862/984*/
}
.twelve.gridcol {
  width: 95.93495%; /*944/984*/
}
.gridrow.two-up .gridcol {
  width: 45.93495%; /*452*/
}
.gridrow.three-up .gridcol {
  width: 29.26829%; /*288*/
}
.gridrow.four-up .gridcol {
  width: 20.93495%; /*206*/
} /*20px (10,10) Margin-------------------------------------------------------------*/
.gridrow.smallmargin {
  margin-left: -1.01626%;
  margin-right: -1.01626%;
}
.gridrow.smallmargin .gridcol {
  margin: 0 1.01626% 10px;
}
.gridrow.smallmargin .one.gridcol {
  width: 6.30081%;
}
.gridrow.smallmargin .two.gridcol {
  width: 14.63414%;
}
.gridrow.smallmargin .three.gridcol {
  width: 22.96747%;
}
.gridrow.smallmargin .four.gridcol {
  width: 31.30081%;
}
.gridrow.smallmargin .five.gridcol {
  width: 39.63414%;
}
.gridrow.smallmargin .six.gridcol {
  width: 47.96747%;
}
.gridrow.smallmargin .seven.gridcol {
  width: 56.30081%;
}
.gridrow.smallmargin .eight.gridcol {
  width: 64.63414%;
}
.gridrow.smallmargin .nine.gridcol {
  width: 72.96747%;
}
.gridrow.smallmargin .ten.gridcol {
  width: 81.30081%;
}
.gridrow.smallmargin .eleven.gridcol {
  width: 89.63414%;
}
.gridrow.smallmargin .twelve.gridcol {
  width: 97.96747%;
}
.gridrow.smallmargin.two-up .gridcol {
  width: 47.96747%;
}
.gridrow.smallmargin.three-up .gridcol {
  width: 31.30081%;
}
.gridrow.smallmargin.four-up .gridcol {
  width: 22.96747%;
} /*END Margin-------------------------------------------------------------*/
.gridcol.right {
  float: right;
}
.gridcol img {
  max-width: 100%;
}
.gridcol.center {
  text-align: center;
}
.gridcol.imagefull img {
  width: 100%;
}
.push-six.gridcol {
  margin-left: 48.98373% !important; /*six plu the margin ercent*/
}
@media (max-width : 800px) {
  .tabletview.gridrow .gridcol {
    width: 100% !important;
    float: none;
  }
}
@media (max-width : 640px) { /*For TCCC*/ /*.gridrow{margin:0;} .gridcol{ width:100% !important; float:none; margin:0 0 10px; } */
  .gridcol {
    width: 100% !important;
    float: none;
  }
  .gridrow {
    width: 100%;
  }
  .gridrow.padded .gridcol {
    margin: 0 0 10px;
  }
  .gridcol.Box {
    min-height: 0;
  }
}
@media screen {
  .print {
    display: none;
  }
}
/*TIMELINE----------*/
.page-template-page-timeline #above_content_bar {
  display: none;
}
.page-template-page-timeline #content {
  padding: 0 0 30px 0;
}
.tl-media-shadow {
  box-shadow: none !important;
}
/*RELATED NEWS - CASE STUDY PAGES ------------------------------*/
.two-col-right.case-study {
  /*width: 31.18594%;
    position: relative;
    top: -270px;
    right: auto;
    float:right;*/
}
.related-news {
  clear: both;
  background-color: rgba(21, 32, 88, 1);
  color: #ddd;
  -webkit-clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 100%);
  padding: 95px 0 20px;
}
.related-news:after {
  content: "";
  display: table;
  clear: both;
}
.related-news .title {
  font-size: 24px;
  font-weight: bold;
  color: rgba(242, 111, 5, 1);
  margin-bottom: 30px;
}
.related-news-block {
  margin-bottom: 30px;
  font-size: 14px;
}
.related-news-block:after {
  content: "";
  display: table;
  clear: both;
}
.related-news-block .introimage {
  width: 175px;
  float: left;
}
.related-news-block .introimage img {
  padding: 5px;
  background-color: #FFF;
}
.related-news-block .block-content {
  width: calc(100% - 195px);
  float: right;
}
.related-news-block a {
  color: rgba(242, 111, 5, 1);
  text-decoration: none;
  font-size: 18px;
}
.related-news-block a:hover {
  color: #fff;
}
.related-news-block p {
  margin-bottom: 5px;
}
.related-news a.btn {
  font-size: 18px;
  padding: 5px 10px;
}
.related-news ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.related-news ul li {
  list-style: none;
  font-size: 14px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: -4px 3px;
  background-size: 25px;
  background-image: url(../images/news-list-icon.png);
  margin-bottom: 15px;
}
.related-news ul li a {
  color: rgba(242, 111, 5, 1);
  text-decoration: none;
  font-size: 18px;
}
.related-news ul li a:hover {
  color: #fff;
}
.related-news ul li p {
  margin-bottom: 5px;
}
@media (max-width:975px) {
  .related-news {
    -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    padding: 20px 0 20px;
  }
}
@media (max-width:680px) {
  .related-news-block {
    margin-bottom: 25px;
  }
  .related-news-block .introimage, .related-news-block .block-content {
    width: auto;
    float: none;
  }
  .related-news-block .introimage {
    max-width: 300px;
    margin: 0 0 10px;
  }
}
/*SHARPSPRING MARKETING AUTOMATION------------------------------------------------*/
body.page-template-page-sharpspring {}
body.page-template-page-sharpspring .fancybox-container {
  z-index: 9999999;
}
body.page-template-page-sharpspring #content {
  padding: 0;
}
#header-banner.sharpspring-banner {
  min-height: 485px;
  background-image: url("../images/sharpspring/sharpspring-banner-bg.jpg");
}
.sharpspring-banner #masthead {
  text-align: left;
}
.sharpspring-banner #masthead h1 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: bold;
  font-family: 'Roboto', Gotham, Helvetica, Arial, sans-serif;
  margin: 0px 0 10px;
  padding: 0;
  color: #25aae1;
}
.sharpspring-banner #masthead h2 {
  font-size: 27px;
  line-height: 1.1;
  font-weight: normal;
  font-family: 'Raleway', Gotham, Helvetica, Arial, sans-serif;
  margin: 0px 0 10px;
  padding: 0;
}
.sharpspring-banner .btn {
  font-size: 22px;
  text-transform: uppercase;
  margin: 20px 0;
}
.intro-title {
  background-color: #152058;
  text-align: center;
  padding: 20px 0;
}
.intro-title h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1;
  font-weight: bold;
  font-family: 'Roboto', Gotham, Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
}
.intro-bar {
  background-color: #25aae1;
}
.intro-bar .inner {
  text-align: center;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0;
}
.intro-block {
  background-color: #666;
  margin: 0;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 275px;
  background-repeat: no-repeat;
  background-position: center top;
}
.intro-block:nth-child(1) {
  background-image: url("../images/sharpspring/intro-block-bg1.jpg");
}
.intro-block:nth-child(2) {
  background-image: url("../images/sharpspring/intro-block-bg2.jpg");
}
.intro-block:nth-child(3) {
  background-image: url("../images/sharpspring/intro-block-bg3.jpg");
}
.intro-block:nth-child(4) {
  background-image: url("../images/sharpspring/intro-block-bg4.jpg");
}
.intro-block-content {
  color: #fff;
  padding: 60px 25px 20px;
  position: absolute;
  background-color: rgba(0, 0, 0, .65);
  bottom: 0;
  height: 145px;
  font-size: 16px;
  width: 100%;
}
.intro-block-content p {
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
.intro-block-number {
  font-size: 63px;
  line-height: 90px;
  font-weight: bold;
  font-family: 'Roboto', Gotham, Helvetica, Arial, sans-serif;
  color: #fff;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  border: 4px solid #fff;
  text-align: center;
  background-color: #25aae1;
  position: absolute;
  top: -50px;
  right: 50%;
  transform: translate(50%);
}
.integration {
  text-align: center;
  font-size: 20px;
  padding: 30px 0;
}
.integration strong {
  color: #25aae1;
}
.integration-logos {
  text-align: center;
}
.integration-logos img {
  display: inline-block;
  vertical-align: middle;
}
.benefits-of-amplify {
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #ededed;
  padding: 30px 0;
}
.benefits-of-amplify h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1;
  font-weight: bold;
  font-family: 'Roboto', Gotham, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.benefits-of-amplify h3 {
  font-size: 30px;
  font-weight: 400;
}
.benefits-of-amplify .btn {
  text-transform: uppercase;
}
.circle-chart-block {
  margin: 150px 0 160px 0;
}
.circle-chart {
  background-color: #ccc;
  position: relative;
  height: 435px;
}
.circle-chart img {
  top: -155px;
  right: 50%;
  transform: translate(50%);
  position: absolute;
  padding: 0 20px;
}
.low-cost-platform {
  padding: 10px 0 30px 0;
}
.platinum-partner {
  width: 375px;
  float: left;
}
.platinum-partner img {
  margin: 0 auto;
}
.low-cost-platform-content {
  width: calc(100% - 405px);
  float: right;
  padding-top: 40px;
}
.low-cost-platform-content h2 {
  color: #ee852a;
  margin-bottom: 10px;
}
.top-rated {
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #ededed;
  padding: 30px 0;
}
.top-rated h2 {
  margin-bottom: 10px;
}
ul.top-rated-icons {
  text-align: center;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: 0;
}
ul.top-rated-icons li {
  display: inline-block;
  margin: 0 0 10px;
  max-width: 18%;
}
ul.top-rated-icons li img.aligncenter {
  margin: 0;
}
.platform-features {
  /*padding:30px 0;*/
}
.platform-features-content {
  width: calc(100% - 800px);
  float: left;
  font-size: 20px;
  line-height: 1.3;
  padding-top: 75px;
}
.platform-features-content h2 {
  color: #ee852a;
  font-size: 24px;
  margin-bottom: 10px;
}
.platform-features-screens {
  width: 775px;
  float: right;
}
.closing-block {
  border-top: 1px solid #000;
  padding: 30px 0;
}
.closing-block-left {
  width: 375px;
  float: left;
}
.closing-block-left img {
  margin: 0 auto;
}
.closing-block-right {
  width: calc(100% - 405px);
  float: right;
}
.closing-block h2 {
  color: #ee852a;
  font-size: 40px;
  margin-bottom: 10px;
}
.closing-block h3 {
  font-size: 35px;
  margin-bottom: 10px;
}
@media (max-width:1285px) {
  .platform-features-content {
    width: calc(100% - 640px);
    padding-top: 45px;
  }
  .platform-features-screens {
    width: 600px;
  }
}
@media (max-width:1060px) {
  .platform-features-content {
    width: auto;
    float: none;
    padding-top: 30px;
    text-align: center;
  }
  .platform-features-screens {
    width: auto;
    float: none;
  }
}
@media (max-width:1090px) {
  .intro-block {
    width: 50%;
  }
  .platinum-partner {
    width: 275px;
  }
  .low-cost-platform-content {
    width: calc(100% - 305px);
    padding-top: 0;
  }
}
@media (max-width:975px) {
  ul.top-rated-icons li {
    max-width: 32%;
  }
  .closing-block-left {
    width: 275px;
  }
  .closing-block-right {
    width: calc(100% - 300px);
  }
  .closing-block h2 {
    font-size: 30px;
  }
  .closing-block h3 {
    font-size: 30px;
  }
}
@media (max-width:830px) {
  .circle-chart {
    height: auto;
    padding: 10px 0;
  }
  .circle-chart img {
    top: 0;
    position: relative;
  }
  .circle-chart-block {
    margin: 20px 0;
  }
}
@media (max-width:760px) {
  .closing-block-left {
    display: none;
  }
  .closing-block-right {
    width: auto;
    float: none;
    text-align: center;
  }
}
@media (max-width:700px) {
  .platinum-partner {
    width: auto;
    float: none;
  }
  .low-cost-platform-content {
    width: auto;
    float: none;
    padding-top: 10px;
    text-align: center;
  }
}
@media (max-width:720px) {
  .sharpspring-banner .btn {
    font-size: 20px;
  }
  #header-banner.sharpspring-banner {
    min-height: 410px;
  }
  .sharpspring-banner #masthead {
    text-align: center;
    padding: 165px 0 0;
  }
  .sharpspring-banner #masthead h1 {
    font-size: 40px;
  }
  .sharpspring-banner #masthead h2 {
    font-size: 22px;
  }
}
@media (max-width:630px) {
  .intro-block {
    width: 100%;
  }
  .intro-title h2 {
    font-size: 30px;
  }
  .benefits-of-amplify h2 {
    font-size: 30px;
  }
  .benefits-of-amplify h3 {
    font-size: 25px;
  }
  .benefits-of-amplify .btn {
    font-size: 20px;
    padding: 10px;
  }
}
@media (max-width:484px) {
  .sharpspring-banner #masthead {
    padding: 110px 0 0;
  }
}
/*CAREERS---------------------------------------------------------------*/
body.page-template-page-careers-main #header-banner, body.page-template-page-careers-detail #header-banner {
  min-height: 200px;
  background-image: url("../images/banners/careers-desktop.jpg");
}
body.page-template-page-careers-main #header-banner #masthead, body.page-template-page-careers-detail #header-banner #masthead {
  display: none;
}
body.page-template-page-careers-detail h1 {
    margin-bottom: 0;
}
.careers-left {
  width: calc(100% - 560px);
  float: left;
}
.careers-right {
  width: 480px;
  float: right;
}
@media(max-width:900px) {
  .careers-left {
    width: calc(100% - 330px);
  }
  .careers-right {
    width: 275px;
  }
}
@media(max-width:767px) {
  .careers-left, .careers-right {
    width: auto;
    float: none;
  }
}
.job-positions-wrap {
  background-color: #152058;
  color: #fff;
  padding: 15px;
  line-height: 1.3;
}
.job-positions-wrap h2 {
  margin: 0 0 15px;
}
.job-positions-wrap p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.3;
}
ul.job-positions {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.job-positions li {
  list-style: none;
  margin: 0 0 10px 0;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.job-position-title {
  margin-bottom: 10px;
}
.job-position-title a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
}
.job-position-title a:hover {
  color: #f26f05;
}
.job-position-info {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}
a.position-link {
  display: inline-block;
  padding: 4px 7px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background-color: #f26f05;
}
a.position-link:hover {
  background-color: #25aae1;
}
.no-positions {
  border-top: 1px solid #fff;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
}
/*Job details---------------------------*/
.job-detail-left {
  width: calc(100% - 560px);
  float: left;
}
.job-detail-right {
  width: 480px;
  float: right;
    margin-top: -100px;
}

@media(max-width:1000px) {
  .job-detail-left, .job-detail-right {
    width: auto;
    float: none;
      margin-top: 0;
  }
}
.job-detail-right img {
    margin: 0 auto 5px;
    display: block;
}
.job-application {
  padding: 20px;
  border: 6px solid #ddd;
  background-color: #ededed;
    margin-bottom: 20px;
}
.job-application-top {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.job-application h2 {
  margin: 0 0 15px;
}
.job-application p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.3;
}

/*Form Styles*/
.job-application label {
  font-size: 14px;
  font-weight: bold;
}
.job-application fieldset {
  margin-bottom: 5px !important;
}
.job-application .form-field {}
.job-application .hs-input {
  font-size: 14px;
}
.job-application .hs-form-required {
  color: #cc0000;
}
.job-application .required-message {
  font-size: 12px;
}
.job-application .required-message span {
  color: #cc0000;
  font-weight: bold;
}
.job-application input, .job-application textarea, .job-application select {
  border: 1px solid #CCC;
  padding: 5px;
  margin: 0;
}
.job-application input[type=file] {
  background-color: #fff;
  width: 100%;
}
.job-application textarea[name="cover_letter_copy_paste_"] {
  min-height: 275px;
}
.job-application select {
  position: relative;
  /* padding: 11px 30px 11px 6px;*/
  -webkit-border-radius: 0px;
	border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  background-image: none;
  height: 36px;
  width: 100% !important;
  /*  -webkit-appearance: none;*/
}
.job-application .hs-fieldtype-select .input {
  position: relative;
}
.job-application .hs_submit.hs-submit {
  margin: 20px 0 10px;
}
/*.job-application .hs-fieldtype-select .input:before{content: "";position: absolute;width: 0;height: 0;top: 13px;right: 5px;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #999;z-index:99;}*/

/*COVID-19 SECTION*/
.covidBannerText{
	position: relative;
	bottom: 17vw;
	font-size: 5vw;
	color: white;
	text-align: center;
	z-index: 100;
	height: 0;
	overflow: visible;
}
.covidSubBannerText{
	position: relative;
	bottom: 12vw;
	font-size: 1.5vw;
	color: white;
	text-align: center;
	z-index: 100;
	height: 0;
	overflow: visible;
	width: 70vw;
	margin: 0 auto;
}
.covidSignUp{
	text-align: center;
	padding-bottom: 20px;
}
@media (max-width: 1200px){
	.covidSubBannerText{
		bottom: 13vw;
	}
}
@media (max-width: 850px){
	.covidSubBannerText{
		bottom: 14vw;
	}
}
@media (max-width: 700px){
	.covidBannerText{
		bottom: 13vw;
	}
	.covidSubBannerText{
		position: static;
		color: black;
		font-size: 16px;
		height: auto;
		padding-bottom: 12px;
	}
}
.covidForm{
	margin-bottom: 30px;
}
.covidForm label{
	display: none;
}
.covidForm .hs-input{
	    height: 45px;
    margin-top: 2.5px;
    max-width: 500px !important;
	width: 400px !important;
}
.covidForm .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field input {
	width: 400px !important;
	margin-right: 0;
}
@media (max-width: 600px){
	.covidForm .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field input {
		width: 200px !important;
	}
}
.covidForm .hbspt-form .hs-button {
	margin-left: 0;	
}
.covidForm form{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.covidForm .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field{
	display: flex;
	flex-direction: column;
}
.covidIntro{
	text-align: center;
	margin-bottom: 0;
}
.covidText{
	padding-bottom: 20px;
}
.covixBoxes{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.covidBox{
	width: 525px;
	background-color: #EEEEEE;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	line-height: 1.75;
}
.covidBox h2{
	margin-top: 0;
	margin-bottom: 16px;
	background-color: rgb(7, 19, 46);
	color: white;
	text-align: center;
	    font-size: 26px;
}
@media (max-width: 1170px){
	.covidBox{
		width:47%;
	}
	.covidBox h2{
		font-size: 22px;	
	}
}
@media (max-width: 1000px){
	.covidBox h2{
		font-size: 18px;	
	}
}
@media (max-width: 840px){
	.covidBox{
		width:84%;
	}
	.covidBox h2{
		font-size: 25px;	
	}
}
@media (max-width: 500px){
	.covidBox{
		width:100%;
	}
	.covidBox h2{
		font-size: 25px;	
	}
}
.covidBox img{
	display: block;
}
.covidBox ul{
	padding-bottom: 70px;
	padding-right: 10px;
}
.covidBullet::before {
	color: rgb(24,59,186);
}
.covidLinkP{
	position: absolute;
	bottom: 20px;
}
.covidLink{
	color: rgb(24,59,186);
	text-decoration: none;
}
.moreInfoLink{
	margin-left: 20px;
	font-weight: 500;
}
.quoteBox{
	padding: 10px;
}
.page-template-page-resources-php main{
	padding: 0 !important;
}
#post-5913 p{
	margin-bottom: 0;
}
#post-5913 p img{
	margin-bottom: 0;
}
#covidQuote{
	text-align: center;
	font-size: 24px;
	color: black;
	margin-bottom: 24px;
}
#covidQuoter{
	font-size: 16px;
	color: black;
	text-align: center;
}
.quoteFlex{
	display: flex;
	flex-direction: row;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
    justify-content: space-around;
	margin-top: 40px;
}
.covidQuotationMark{
	width: 131px;
	height: 113px;
}
.covidQuotationMark1{
	position: relative;
	bottom: 25px;
}
.covidQuotationMark2{
	position: relative;
	top: 25px;
}
.quoteSubFlex{
	display: flex;
	flex-direction: column;
	padding: 0 25px 25px 25px;
}
@media (max-width: 850px){
	.covidQuotationMark{
		display: none;
	}
	.quoteFlex{
		padding-top: 0;	
	}
}
/*content area banner*/
.content-banner {
	background-size: cover;
	background-position: center center;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 40px;
}
.content-banner h1 {
	color: #FFF;
	font-size: 46px;
	margin-bottom: 10px;
}
.content-banner p {
	color: #FFF;
	font-size: 20px;
	margin: 0 12% 10px;
}
.content-banner a {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}
.content-banner a:hover {
	color: rgba(242, 111, 5, 1);
}
#covid-tag{
	transition: 0.5s;
}
#covid-tag:hover{
	background-color: rgba(126,56,0,0.85) !important;
	right: -70px !important;;
}
/*Calculator*/
.calculator{
	color: black;
}
.calcTitleSection p {
	margin-bottom: 0;
	text-align: center;
}
.calcTitleSection{
	margin-bottom: 25px;
}
.calcTitle{
	text-align: center;
	font-size: 36px;
	color: #0378b8;
	font-weight: 700;
	margin-bottom: 0;
}
.calculator .lifetime-wrap {
    border: 1px solid #CCC;
    background-color: #283891;
    color: #FFF;
}
.calculator .projected-customers {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    line-height: 1.2;
	font-weight: 700;
}
.calculator table {
    width: 100%;
    border-collapse: collapse;
}
.calculator table th {
    text-align: left;
    padding: 10px;
    width: 50%;
}
.calculator table.subTable th {
	background-color: white;
	color: black;
}
.calculator table td {
    width: 10%;
}
.calculator td.col2 {
    font-size: 24px;
    white-space: nowrap;
    padding: 0 10px;
	text-align: center;
}
.calculator td.col3 {
	width: 25%;
}
.calculator td.col4{
	width: 25%;	
	font-size: 16px;
}
.calculator td.col3 input {
    width: 93%;
    max-width: 100%;
    border: 1px solid #CCC;
    font-size: 21px;
    margin: 10px auto;
    text-align: center;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-weight: 700;
}
.calculator .projected-revenue .col2 {
	font-size: 46px;
}
.calculator table .totalRevenue, .calculator .output {
    font-size: 36px;
    font-weight: bold;
    color: #f26f05;
    font-family: 'Roboto', Arial, sans-serif;
	text-align: center;
}
.calculator table .totalRevenue{
	font-size: 48px;
}
.calculator table .totalRevenue, #potential-revenue-page table tr:last-child td {
}
.calculator .calcRow{
	display: flex; 
	flex-direction: row; 
	justify-content: space-between; 
	text-align: center; 
	margin-bottom: 0;
}
.calculator .calcItem{
	text-align: center; 
	width: 33%;
	display: flex;
    flex-direction: column;
}
.calculator .calcItem label{
	width: 100%;
}
.calculator .calcItem input{
	max-width:250px;
	    margin: 0 auto;
}
.calculator .calcItem p{
	margin-bottom: 0;
}
.calculator .calcNoMargin{
	margin: 0;
	font-weight: 700;
}
.calculator .calcNoMarginTop{
	    min-height: 64px;
}
.calculator .subTable{
	background: white;
	color: black;
}
.calculator .subTable tr{
	border-top: 1px solid rgb(200, 200, 200);
}
.calculator .subTableValue{
	color: #f26f05;
	font-weight: 700;
    font-size: 24px;
}
.calculator .calcGrid{
	    margin: 0 auto;
    float: none;
	line-height: 1.2;
}
.calculator .potentialRevenue{
	font-size: 23px;
    font-weight: 400;
	    background-color: white;
    color: black;
	text-align: center;
}
.calculator .potentialRevenueBold{
    font-weight: 900;
}
.calculator .revenueSpan{
	    color: #f26f05;
	font-weight: 900;
}
.calculator .footnotes{
	padding-top: 24px;
}
.calculator .footnotes p{
	margin-bottom: 0;
    font-size: 14px;
}
@media (max-width: 1050px){
	.calcRow{
		flex-direction: column;
		margin-bottom: 0;
	}
	.calcItem{
		width: 100%;
	}
}
@media (max-width: 750px){
.calcGrid {
		width: 100% !important;
    	float: none;
	}
}