.tsD_banner{
	background: #0c2233;
	color: #fff;
	padding: 10px;
	text-align: center;
	width: 100%;
}
  
  
.tsD_banner2{
	display: none;
}

@media (max-width: 816px) {
	body:not(.archive):not(.single) .tsD_banner2 {
		display: block;
	}
}
.tsD_banner2 {
	background: #ff9718;
	color: #fff;
	padding: 20px;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 0;
}
.tsD_banner2 a {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 10px;
}
.tsD_banner2 a:hover {
	color: #fff;
}
/* HEADER  ------------------------ */
#button, .header_btn, .header_btn2{
  float: left;
}
#button a{
  font-size: 0.75em; 
  font-weight: 600;
  letter-spacing: 0;
}
.header_btn, .header_btn2{
  margin-right: 1.5rem;
}
.header_btn a{
  background: #334154;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}
.header_btn2 a{
  background: #2DB0B9;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}

.support-btn{
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.support-btn a{
  color: #334154;
}
.login-btn{
  background: #2DB0B9;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.header_btn a:hover, .header_btn2 a:hover{
  color: #fff;
}
#wrapper .tsH {
  background: #fff;
  border-bottom: 1px solid #E2E8F0;
}
#wrapper .tsH_wrp {
    max-width: 1200px;
    margin: 0 auto;
}
/*#wrapper .tsH #_the_logo img {
    filter: invert(1);
}*/
.tsH .tsH_navTrig {
  visibility: visible;
  opacity: 1;
  max-width: initial;
  color: #324154;
  padding: 0.5rem .75rem;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.tsM.open .tsM_wrp {
  right: auto;
  left: 0;
  width: 70%;
}
.tsH .tsH_wrp {
  -webkit-box-orient: horizontal;
}
.tsH button.tsC_open.tsH_navTrig{
    font-size:140%;
}
.tsH .tsH_wrp #_the_logo {
	padding:.5rem 0;
}
.tsW .tsM {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7000;
}
.tsM .tsM_wrp {
  background: #324154;
  right: auto;
  left: -100%;
  min-height: 60em;
}

.tsM #access .menu ul li{
    font-family: var(--headerFont);
    text-transform: uppercase;
    font-size: 1.875rem;
}
.tsM #access .sub-menu li{
   font-size: 1.275rem !important;
}
.tsM .tsM_bdy {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
}
.tsM .tsM_sec{
 width: 80%; 
}
.tsM .tsM_sec.social{
 width: 20%; 
}
#tsM.open .menu-item {
    -webkit-animation-name:fade-in-bottom;
            animation-name:fade-in-bottom;
    -webkit-animation-duration:0.6s;
            animation-duration:0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
            animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
#tsM.open .menu-item:nth-of-type(1n) {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}
#tsM.open .menu-item:nth-of-type(2n) {
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
}
#tsM.open .menu-item:nth-of-type(3n) {
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
}
#tsM.open .menu-item:nth-of-type(4n) {
    -webkit-animation-delay: .8s;
            animation-delay: .8s;
}
#tsM.open .menu-item:nth-of-type(5n) {
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
}
.tsM .social-media-links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tsM .tsC_close {
  left: unset !important;
  right: 0 !important;
  padding: 1rem 1.5rem 1rem 1rem;
  background: #FFF;
    opacity: 1.0;
}
.tsC_close {
  border-radius: 0;
}
.tsM .tsC_close.icon-close:before {
  display: block;
  color: #324154;
}
.tsM .social-media-links li a{
	border-radius:0;
}
.tsH .original_access {
  display: none;
}
.tsH.expand #_the_logo img,
.tsH.shrink #_the_logo img {
  max-height: 3rem;
  object-fit:contain;
}
.tsH #_the_logo .logo a,
.logo-variation-header .logo-slot.slot_0,
.logo-variation-header .logo-slot.slot_1{
	display:inline-flex;
}
.tsH.shrink .tsH_navTrig {
	color:var(--promo4);
}
.tsW .tsH.expand .slot_1 {
  display: none;
}
.tsW .tsH.shrink .slot_0 {
  display: none;
}

.tsH.shrink {
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
  box-shadow: 0 0 15px rgba(0,0,0,.15);
  background: rgb(255 255 255 / 80%);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
#wrapper .tsSC {
  display: none;
}

/*---------------------------------------------------- HEADER ------------------------------------------------*/
#wrapper .sendtofriend,
#wrapper .printthispage,
.tsM .social-media-links li a,
.page-id-11357 .footer-phone-address {
	display: none !important;
}

.tsH.shrink {
	border-bottom: none !important;
}
#wrapper .tsH_wrp {
	padding: 0.5rem 0.5rem;
}

#wrapper .tsH .menu .sf-menu li {
	text-transform: none;
	letter-spacing: 0.05em;
	font-weight: normal;
}
#wrapper .tsH .menu > ul > li a {
	padding: 0.4rem 0.75rem;
}
.phone-cta a {
	background: transparent;
	font-weight: bold !important;
}
.phone-cta a::before,
#wrapper .tsD_text_ab_btn a.teal_link::before {
	font-family: "tsi-cms";
	content: "A";
	speak: none;
	font-size: 1.1rem;
	vertical-align: middle;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#wrapper .tsD_text_ab_btn a::before {
	font-size: 1.4rem !important;
}
.page-id-11357 .header-cta {
	display: none !important;
}
.header-cta a {
	background: #ff9718;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
}
.tsH .menu .phone-cta a {
	padding: 0.75rem 1.25rem;
}
#wrapper .tsH.expand #_the_logo img,
#wrapper .tsF #_the_logo img {
	min-height: 2.75rem;
}
#wrapper .tsD_white * {
	color: #fff;
}
@media (min-width: 1025px) {
	#menu-item-316 {
		display: inline-block !important;
	}
	/*.home .tsC,
	.page-id-497 .tsC,
	.page-id-489 .tsC,
	.page-id-511 .tsC,
	.page-id-499 .tsC,
	.page-id-13221 .tsC {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
	.tsSC {
		box-shadow: none !important;
	}

	.home .tsH:not(.shrink),
	.home .tsH:not(.shrink) .tsSC,
	.page-id-497 .tsH:not(.shrink),
	.page-id-497 .tsH:not(.shrink) .tsSC,
	.page-id-489 .tsH:not(.shrink),
	.page-id-489 .tsH:not(.shrink) .tsSC,
	.page-id-511 .tsH:not(.shrink),
	.page-id-511 .tsH:not(.shrink) .tsSC,
	.page-id-499 .tsH:not(.shrink),
	.page-id-499 .tsH:not(.shrink) .tsSC,
	.page-id-13221 .tsH:not(.shrink),
	.page-id-13221 .tsH:not(.shrink) .tsSC {
		background-color: transparent;
	}*/
}

@media print, screen and (max-width: 1024px) {
	#menu-item-316 {
		display: none !important;
	}
	.tsW .tsH ul#menu-primary-menu li {
		display: none;
	}
	.tsW .tsH .menu li.phone-cta {
		display: block !important;
	}
	.tsW .tsH #access {
		display: initial;
		flex-basis: auto;
	}
  
}
.tsW .tsM li.phone-cta {
	display: none;
}


/*--------------------------------- LOGO ------------------------------*/

#wrapper .tsH.expand #_the_logo img {
	max-height: 2rem !important;
}
#wrapper .tsH.shrink #_the_logo img {
	max-height: 2rem !important;
}

/*----------------------------HIDE NAV/LINKS --------------------------------------------------*/

.page-id-11357 #access,
.page-id-11357 .tsD_banner,
.page-id-11357 .tsF_section.section_content,
.page-id-11357 .tsF_logo {
	display: none;
}
.page-id-11357 .tsW {
	background-color: #387d87;
}

/*-------------------------------------------------- GLOBAL BODY --------------------------------------------------*/

#wrapper .tsD_2col .tsI_hd{
   font-size: 26px;
   line-height: 34px;
}

#wrapper .app_btn{
  vertical-align: top;
}
#wrapper .tsD_app_store .tsI_img {
    width: 50%;
    margin: 0 auto;
}
#wrapper .tsB.well .tsI {
    box-shadow: 0 0 1px rgba(0,0,0,.09), 0 1px 2px rgba(0,0,0,.5);
}

a.anchor {
	display: block !important;
	position: relative !important;
	top: -450px !important;
	visibility: hidden !important;
}

#wrapper ul {
	list-style-position: outside !important;
}
#wrapper .tsT_banner.b1.large .tsI_hd {
	line-height: 2.2em;
}

.full_width_content .tsT_article.a1.medium .yHero .tsI_sh,
.full_width_content .tsT_article.a1.large .tsI_sh,
.full_width_content .tsT_article.a2.medium .yHero .tsI_sh,
.full_width_content .tsT_article.a2.large .tsI_sh,
.full_width_content .tsT_article.a3.medium .yHero .tsI_sh,
.full_width_content .tsT_article.a3.large .tsI_sh,
.full_width_content .tsT_banner.b1.medium .yHero .tsI_sh,
.full_width_content .tsT_banner.b1.large .tsI_sh,
.full_width_content .tsT_plugin.medium .yHero .tsI_sh,
.full_width_content .tsT_plugin.large .tsI_sh,
.full_width_content .tsT_services.medium .yHero .tsI_sh,
.full_width_content .tsT_services.large .tsI_sh,
.full_width_content .tsT_list.l2.medium .yHero .tsI_sh,
.full_width_content .tsT_list.l2.large .tsI_sh {
	font-size: 1.2em !important;
	margin-bottom: 0.5rem !important;
	/*font-weight: lighter !important;*/
}

#wrapper .tsB_hd span::after {
	border-bottom: 6px solid;
	opacity: 1;
	color: #39afb9;
}

#wrapper .tsD_text_ab_btn .tsI_sh,
#wrapper .tsD_text_ab_btn .item_2 .tsI_dsc {
	font-weight: lighter;
	font-style: italic;
}

#wrapper .teal_link {
	color: #39afb9;
	text-decoration: none;
	font-weight: 600;
}
#wrapper a:hover {
	border-bottom: 0;
}
@media (min-width: 575px) {
	#wrapper .tsB_hd {
		font-size: 1.9em;
		line-height: 1.5em;
	}
}

#wrapper .tsD_product_seo .tsI_dsc ul li::before,
#wrapper .tsD_product_social .tsI_dsc ul li::before {
	content: "✓";
	display: inline-block;
	width: 1.2em;
	margin-left: -1em;
}

#wrapper .tsD_product_seo .tsI_dsc ul li,
#wrapper .tsD_product_social .tsI_dsc ul li {
	list-style-type: none;
}

#wrapper .tsD_pt0 {
	padding-top: 0;
}

#wrapper .tsD_terms_banner .tsI {
	background: #0c2233;
}
@media (max-width: 980px) {
	.tsT_sec .tsI_tabs_wrp.sec-tabs-3 .tsI_tabs .tab-link.current {
		color: #ff9718 !important;
		border-bottom: 2px solid #ff9718;
	}
	.tsT_sec .tsI_tabs_wrp.sec-tabs-3 .tsI_tabs .tab-link {
		color: #fff !important;
	}
}
/*-------------------------------------------------- NAVIGATION ---------------------------------------------------*/

/*---------------------------------------------------- BUTTON -----------------------------------------------------*/

#wrapper .tsD_single_btn {
	padding-top: 0;
	margin-top: 0;
}
#wrapper .tsI_btn {
	box-shadow: none;
	font-size: 1em;
    background: #39AFB9;
}
#wrapper .tsI_btn:hover{
  background: #49C2C6;
  color: #fff;
}
/*#wrapper .tsI_btn:hover {
	background: #f28e14;
	color: #fff;
}*/
#wrapper .tsD_teal_btn .tsI_btn {
	padding: 0.55em 1.25em !important;
}

#wrapper .tsD_teal_btn .tsI_btn:hover,
#wrapper .tsD_teal_btn_sm .tsI_btn:hover {
	background: #4ac2c7;
	color: #fff;
}
#wrapper .tsD_text_ab_btn .tsI_btn {
	font-style: normal !important;
	font-size: 1em !important;
}
#wrapper .tsD_ghost_btn .tsI_btn {
	padding: 0.55em 1.25em !important;
	background: transparent;
	border: 2px solid #fff;
}
.tsB .tsI .tsI_btn.btn_p1.btn_2, .tsB .tsI .tsI_btn.btn_p1.lnk {
    color: #fff !Important;
}

/*------------------------------------------------- FONT STYLING --------------------------------------------------*/
/*----------------------------------------------------- HEROS -------------------------------------------------------*/
#wrapper .tsD_hero {
	padding-top: 4.2rem !important;
}

/*#wrapper .tsD_hero_internal .tsXb{
  	background: rgba(56, 59, 75, 0.35); 
}

#wrapper .tsD_hero .tsXa, #wrapper .tsD_hero_internal .tsXa{
  z-index: -102 !important;
}*/

#wrapper .tsD_hero_thin {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
#wrapper .tsD_white_left .item_1 * {
	color: #fff !important;
}
#wrapper .tsD_white_left .item_1 .tsI_hd,
#wrapper .tsD_grey_left .item_1 .tsI_hd {
	font-size: 2.4rem;
	padding-top: 2rem;
	text-transform: uppercase;
}
#wrapper .tsD_white_left .item_1 .tsI_sh {
	font-size: 1.4rem;
}
@media (min-width: 801px) {
	#wrapper .tsD_white_left .item_1,
	#wrapper .tsD_grey_left .item_1 {
		width: 50.756%;
	}
	#wrapper .tsD_white_left .item_2,
	#wrapper .tsD_grey_left .item_2 {
		width: 32.756%;
		margin-left: auto;
	}
}
/*------------------------------------------- CONTENT INTERNAL PAGES------------------------------------------------*/
#wrapper .tsD_content .tsI_sh {
	font-size: 1.3em;
}
#wrapper .tsD_content .tsI_dsc {
	font-size: 0.9em;
}

#wrapper .tsD_split1 .tsI_hd,
#wrapper .tsD_split2 .tsI_hd,
#wrapper .tsD_content .tsI_hd {
	font-weight: normal;
	font-size: 1.8rem;
}

#wrapper .tsD_split1 .tsI_hd span,
#wrapper .tsD_split2 .tsI_hd span,
#wrapper .tsD_content .tsI_hd span {
	font-weight: bold;
	font-style: italic;
}
#wrapper .tsD_split2 .tsI.right .tsI_btn_std_wrp,
#wrapper .tsD_split2 .tsI.txt_right .tsI_btn_std_wrp {
	justify-content: flex-end;
}
#wrapper .tsD_img_resize img {
	width: 60%;
}
/*#wrapper .tsI.right .tsI_dsc ul li {
	list-style: none;
	border-right: 2px solid;
	margin-bottom: 8px;
	padding-right: 8px;
}
#wrapper .tsI.left .tsI_dsc ul li {
	list-style: none;
	border-left: 2px solid;
	margin-bottom: 8px;
	padding-left: 8px;
}*/
@media (min-width: 1025px) {
	#wrapper .tsD_content {
		padding-top: 6rem;
	}

	#wrapper .tsB.tsD_content .tsI.left .tsI_dsc_wrp {
		/*max-width: 70% !important;*/
		padding: 1rem 0;
	}
	#wrapper .tsB.tsD_content .tsI.right .tsI_dsc_wrp {
		max-width: 70% !important;
		margin-left: auto;
		padding: 1rem 0;
	}
	#wrapper .tsD_mobile_hide_1 .item_1 {
		display: none;
	}

	#wrapper .tsD_mobile_hide_3 .item_1 {
		display: none;
	}
  .support-btn, .login-btn{
   background: none;
   color: #fff !important;
}
}

@media (max-width: 1024px) {
	#wrapper .tsD_mobile_hide_1 .item_3,
	#wrapper .tsD_mobile_hide_2 .item_1,
	#wrapper .tsD_mobile_hide_3 .item_3,
	#wrapper .tsD_split_vid .item_1,
	#wrapper .tsD_split_vid_2 .item_2 {
		display: none;
	}
}

@media print, screen and (max-width: 850px) {
	#wrapper .tsD_content,
	#wrapper .tsD_content .tsI_hd,
	#wrapper .tsD_content .tsI_sh,
	#wrapper .tsD_content .tsI_dsc {
		text-align: center !important;
	}
	#wrapper .tsD_content .tsI.right .tsI_btn_std_wrp,
	#wrapper .tsD_content .tsI.txt_right .tsI_btn_std_wrp,
	#wrapper .tsD_content .tsI.left .tsI_btn_std_wrp,
	#wrapper .tsD_content .tsI.txt_left .tsI_btn_std_wrp {
		justify-content: center !important;
	}
	#wrapper .tsD_content .tsI.txt_left .tsI_btn,
	#wrapper .tsD_content .tsI.left .tsI_btn {
		align-self: center !important;
	}
	.tsD_split2 .tsI.item_2 {
		order: -1;
	}
	#wrapper .tsD_dl_split * {
		text-align: center !important;
	}
	#wrapper .tsD_dl_split .tsI .tsI_btn {
		margin: 1rem auto;
	}
   .tsM #access .sub-menu li {
    font-size: 0.85rem;
} 
}
/*PRICING PAGE --------------------------------------------------*/
.section_content .tsB.tsD_pricing .tsI {
	background: #f0f1f7 !important;
	-webkit-align-self: center;
	-moz-align-self: center;
	align-self: center;
	-ms-flex-item-align: center;
}
.section_content .tsB.tsD_pricing .tsI:hover {
	background: white !important;
}
.section_content .tsB.tsD_pricing .tsI_hd {
	color: #fff;
}
.section_content .tsB.tsD_pricing ul li {
	border: none !important;
}
#wrapper .tsD_pricing .tsI_btn {
	margin: 0 auto;
	width: 100%;
}

.section_content .tsB.tsD_pricing .tsI_hds {
	background: #0f3452;
	padding: 1rem !important;
}
.section_content .tsB.tsD_pricing .tsI_hds .pop {
	float: right;
	font-size: 87.5%;
	color: #ccc;
	font-weight: normal;
}
.tsB.tsD_pricing.well .tsI .tsI_wrp .tsI_txt {
	padding-top: 1rem !important;
}
.tsD_pricing .tsI_dsc ul.check-list {
	padding: 0 0 0 0.5rem;
}
.tsD_pricing .tsI_dsc ul.check-list li {
	color: #555;
	font-size: 87.5%;
	list-style: none;
	margin-bottom: 0.5em;
}
.tsB.tsD_pricing .tsI .tsI_wrp .tsI_btn {
	margin: auto 1rem 1rem;
	width: auto;
}
.tsB.tsD_pricing .tsI:hover .tsI_wrp .tsI_btn {
	background: #ff9718;
	color: #fff;
}

@media print, screen and (max-width: 1024px) and (min-width: 481px) {
	.section_content .w1060 .tsB.tsD_pricing.col_3 .tsI {
		margin-left: 27.1220609456%;
		margin-right: 27.1220609456%;
		width: 45.7558781088%;
	}
	.section_content .w1060 .tsB.tsD_pricing.col_3 .tsI.item_2 {
		order: -1;
	}
	.section_content .w1060 .tsB.tsF_form .tsI {
		max-width: 50% !important;
		margin-left: auto;
	}
}

ul.check-list li:before {
	content: "✓ ";
    color: #39AFB9;
}
#wrapper ul li {
	list-style-position: outside !important;
}
/*CUSTOMER TARGETING PAGE --------------------------------------------------*/
#wrapper .tsD_partners {
	background: #39afb9;
}
@media (min-width: 800px) {
	#wrapper .tsD_partners .tsI {
		width: 15.7558781088%;
	}
}
@media (max-width: 800px) {
	#wrapper .tsD_partners .tsI.item_1 {
		width: 100%;
	}
}
#wrapper .tsD_partners .tsI_hd {
	font-weight: 500;
}

/*SOCIAL PROOF STATIC --------------------------------------------------*/

#wrapper .tsD_social_proof .tsI_hd,
#wrapper .tsD_social_proof_2 .tsI_hd {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.1666666667em;
	letter-spacing: -0.0125rem;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
#wrapper .tsD_social_proof_2 .tsI_hd {
	margin-top: 2.5rem;
}
#wrapper .tsD_social_proof .tsI_hd::after,
#wrapper .tsD_download .tsI_hd::after,
#wrapper .tsD_social_proof_2 .tsI_hd::after {
	content: " ";
	display: block;
	border-bottom: 3px solid;
	padding-top: 1.5rem;
	width: 4rem;
	margin: 0 !important;
	opacity: 1;
	color: #52bbc2;
}

@media (min-width: 860px) {
	#wrapper .tsD_social_proof .item_1.tsI {
		width: 20.756%;
	}
	#wrapper .tsD_social_proof .item_2.tsI {
		width: 70.756%;
	}
}

/*----------------------------------------------------- FORM ------------------------------------------------------*/
.gform_page_footer {
	width: 100% !important;
}
#wrapper .tsD_multi_form .tsI_hd {
	color: #fff;
}
#wrapper .tsD_form_hero .item_2 .tsI_hds {
	padding: 1rem 0.5rem;
}
#wrapper .tsD_form_hero .item_2 .tsI_wrp {
	max-width: 28.3333333333em;
	background-color: #fff !important;
	padding: 0 2rem 1rem 2rem;
	border-radius: 0.25rem;
	box-shadow: 6px 6px 11px rgba(0, 0, 0, 0.15);
}

#wrapper .tsD_form_hero .item_2 .tsI_hd {
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
}
#wrapper .tsD_form_hero .tsI_dsc,
#wrapper .tsD_form_hero .tsI_dsc select {
	color: #767676;
}
#wrapper .tsD_form_hero label {
	display: none;
}
#wrapper .tsD_form_hero label.show-label {
	display: block;
	font-weight: lighter;
	font-family: "Open Sans", sans-serif;
}
#wrapper .tsD_form_hero input,
#wrapper .tsD_form_hero select,
#wrapper .tsD_form_hero textarea {
	background-color: #fff;
	border: 1px solid #e3e6f0 !important;
	border-radius: 0.25rem;
	box-shadow: none !important;
	line-height: 1.2;
	padding: 0.5em 0.65em;
	border: none;
	margin-bottom: 1rem;
}
#wrapper .tsD_form_hero select {
	width: 100%;
	height: 2.65rem;
}

#wrapper .tsD_footer_form select {
	width: 100%;
	height: 3.5rem;
}
#wrapper .tsD_form_hero input[type="submit"] {
	background: #ff9718;
	color: #fff;
	font-weight: 600;
	width: 100%;
	text-transform: uppercase;
	padding: 1rem;
}
#wrapper .tsD_form_hero .item_2 .tsI_sh a {
	color: #39afb9;
}
#wrapper .tsD_form_hero .item_2 .tsI_sh a:hover {
	color: #39afb9;
	background: none; 
}
#wrapper .tsD_form_hero input {
	width: 100% !important;
}
#wrapper .tsD_demo_form{
  color: #333 !important; 
}
#wrapper .tsD_demo_form .gsection_title{
  display: none !important;
}
#wrapper .tsD_demo_form .gsection_description{
  font-size: 9px !important;
}

#wrapper .tsD_demo_form a{
  color: #02C9D0 !important; 
}
#wrapper .tsD_demo_form .mdl{
    background-color: #fff;
}
#wrapper .tsD_demo_form .gfield_label{
   display: none;
}
#wrapper .tsD_demo_form .mdl {
   max-width: 54.333333em;
}
#wrapper .tsD_demo_form .tsI_wrp{
   padding: 3rem !important;
}
#wrapper .tsD_demo_form .gform_wrapper .button{
  background: #39AFB9;
  border-color: #39AFB9;
}
#wrapper .tsD_demo_form .tsC_close {
    background-color: #39AFB9;
}
#wrapper .tsD_demo_form .tsI_hds{
    margin-bottom: 3rem;
}
#wrapper .tsD_demo_form .gform_body {
    padding-bottom: 0;
}
#wrapper .tsT_modal .tsI .gform_footer input[type=submit] {
    box-shadow: none;
}
/*--------------PAIN POINT SECTION------------------------*/
#wrapper .tsD_pain_point {
	padding: 0;
}
#wrapper .tsD_pain_point .tsI {
	margin-top: 0;
	margin-bottom: 0;
}

@media print, screen and (min-width: 1024px) {
	#wrapper .tsD_pain_point .tsI {
		width: 70.756%;
		margin-left: auto;
		margin-right: auto;
	}
}

#wrapper .tsD_pain_point .tsI_dsc li {
	padding: 10px 20px;
	margin-bottom: 15px;
	list-style: none;
	font-weight: lighter !important;
}
#wrapper .tsD_pain_point .tsI_dsc li span {
	color: #39afb9;
}
/*--------------INDUSTRY SECTION------------------------*/
#wrapper .tsD_industry table {
	border: 1px solid #babecd;
	border-radius: 10px;
}
#wrapper .tsD_industry .tsI_btn a {
	color: #fff;
}
#wrapper .tsD_industry a {
	color: #666766;
}
#wrapper .tsD_industry a:hover {
	color: #39afb9;
}
#wrapper .tsD_industry .tsI_btn a:hover {
	color: #fff;
}
.industry-types {
	max-width: 960px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 8px;
	border: 1px solid #bbbecc;
}
.industry-type {
	width: 33.3333%;
}
.industry-type {
	border-bottom: 1px solid #bbbecc;
}
.industry-type p {
	/* font-size: 1.2em;*/
	text-align: left;
	margin: 1em 2em !important;
}
.industry-type p::before {
	display: inline-block;
	width: 20px;
	height: 20px;
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
	content: "";
}
.industry-type:nth-child(3n + 2),
.industry-type:nth-child(3n) {
	border-left: 1px solid #bbbecc;
}

.industry-type:last-child,
.industry-type:nth-last-child(2),
.industry-type:nth-last-child(3) {
	border-bottom: 0;
}
.industry-type:nth-child(1) p::before {
	background: url(/files/2020/02/industry_roof.png) no-repeat 0 0;
}
.industry-type:nth-child(2) p::before {
	background: url(/files/2020/02/industry_law.png) no-repeat 0 0;
}
.industry-type:nth-child(3) p::before {
	background: url(/files/2020/02/industry_home_remodeling.png) no-repeat 0 0;
}
.industry-type:nth-child(4) p::before {
	background: url(/files/2020/02/industry_hvac.png) no-repeat 0 0;
}
.industry-type:nth-child(5) p::before {
	background: url(/files/2020/02/industry_general_contracting.png) no-repeat 0 0;
}
.industry-type:nth-child(6) p::before {
	background: url(/files/2020/02/industry_plumbing.png) no-repeat 0 0;
}
.industry-type:nth-child(7) p::before {
	background: url(/files/2020/02/industry_food_beverage.png) no-repeat 0 0;
}
.industry-type:nth-child(8) p::before {
	background: url(/files/2020/02/industry_landscaping.png) no-repeat 0 0;
}
.industry-type:nth-child(9) p::before {
	background: url(/files/2020/02/industry_pet.jpg) no-repeat 0 0;
}
.industry-type:nth-child(10) p::before {
	background: url(/files/2020/02/industry_salon.jpg) no-repeat 0 0;
}
.industry-type:nth-child(11) p::before {
	background: url(/files/2020/02/industry_health.jpg) no-repeat 0 0;
}
.industry-type:nth-child(12) p::before {
	background: url(/files/2020/02/industry_check.png) no-repeat 0 0;
}
.industry-type p span {
	padding: 0 0 0 20px;
}

/*-----------------COMMITMENT SECTION-----------------------------------*/

#wrapper .tsD_commit .tsI_wrp {
	box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
	padding: 3rem;
}
#wrapper .tsD_commit .tsI_hd {
	font-size: 0.9em;
}
#wrapper .tsD_commit .tsI_dsc {
	font-size: 0.875em;
}
#wrapper .tsD_commit .tsI_img {
	max-width: 4rem;
	margin: 0 auto;
	border: none;
	border-radius: 50%;
}
#wrapper .tsD_btn_bottom {
	padding-top: 0;
	padding-bottom: 3rem;
}

/*--------------------------------------------------- PRODUCTS ----------------------------------------------------*/

#wrapper .tsD_product_social {
	margin-bottom: 6rem;
}
#wrapper .tsD_product_web {
	padding-top: 0;
}
#wrapper .tsD_product_web .tsI {
	margin-bottom: 0;
}
#wrapper .tsD_product_web_img {
	margin-top: -17rem;
}
#wrapper .tsD_product_web .tsI_sh {
}
#wrapper .tsD_horiz_bullets .tsI_sh ul li,
#wrapper .tsD_pain_point .tsI_dsc ul li {
	list-style: none;
	text-align: left;
	padding: 5px;
	margin-left: 22px;
	margin-bottom: 10px;
}
#wrapper .tsD_horiz_bullets .tsI_sh ul {
	margin: 0 auto;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
}
#wrapper .tsD_horiz_bullets .tsI_sh li span,
#wrapper .tsD_pain_point .tsI_dsc li span {
	color: #39afb9;
}
#wrapper .tsD_product_engage .tsI_img img {
	width: auto;
	margin: 0 auto;
	max-width: 6rem;
}
#wrapper .tsD_product_engage .tsI .tsI_btn {
	margin-top: auto;
}

#wrapper .tsD_product_web .tsR {
	max-width: 100%;
	padding: 3rem 1.5rem 16rem 1.5rem;
	background: #f8f8f8;
}
@media (max-width: 800px) {
	#wrapper .tsD_product_web .tsR,
	#wrapper .tsD_product_engage .tsR {
		padding: 3rem 1.5rem 10rem 1.5rem;
	}
	#wrapper .tsD_product_web_img {
		margin-top: -12rem;
	}

	#wrapper .tsD_product_engage_img {
		margin-top: -13rem;
	}
}

#wrapper .tsD_overlap {
	max-width: 126rem;
	margin: 2rem auto 4rem auto;
}

#wrapper .tsD_overlap .tsI_hd span,
#wrapper .tsD_overlap_2 .tsI_hd span {
	color: #fff;
}
#wrapper .tsD_overlap .tsI_dsc,
#wrapper .tsD_overlap_2 .tsI_dsc {
	font-size: 0.8em;
}
#wrapper .tsD_overlap .tsR,
#wrapper .tsD_overlap_2 .tsR {
	max-width: 56em;
	background: #39afb9;
	border-radius: 5px;
}
@media (min-width: 1024px) {
	#wrapper .tsD_overlap .item_1 {
		position: relative;
		left: -15%;
		top: 20%;
	}
	#wrapper .tsD_overlap .item_2 {
		position: relative;
		right: 0;
	}
	#wrapper .tsD_overlap .tsI_hd {
		margin-top: 4rem;
	}
}
@media (max-width: 1024px) {
	#wrapper .tsD_overlap .item_1 {
		margin-top: 3rem;
	}
}
#wrapper .tsD_overlap_2 {
	max-width: 126rem;
	margin: 0 auto 6rem auto;
}

@media (min-width: 1024px) {
	#wrapper .tsD_overlap_2 .item_2 {
		position: relative;
		right: -13%;
		top: 20%;
	}
	#wrapper .tsD_overlap_2 .item_1 {
		position: relative;
		right: 0;
		text-align: right;
	}
	#wrapper .tsD_overlap_2 .tsI_hd {
		margin-top: 4rem;
	}
}
@media (max-width: 1024px) {
	#wrapper .tsD_overlap_2 .item_2 {
		margin-top: 3rem;
	}
}

/*------------------------------------------------ SOCIAL PROOF VIDEO --------------------------------------------*/

#wrapper .tsD_social_proof_vid .tsI_cptn {
	background: rgba(12, 34, 51, 0.75);
}
#wrapper .tsD_social_proof_vid .tsI_sh {
	font-weight: lighter;
	font-style: italic;
}
@media (min-width: 800px) {
	#wrapper .tsD_social_proof_vid .tsI_sh {
		font-size: 1.8em;
	}
}

#wrapper .tsD_social_proof_vid a.tsI_btn {
	visibility: hidden;
}

#wrapper .tsD_social_proof_vid a:after {
	content: "Watch Video";
	font-size: initial !important;
	font-weight: lighter;
	visibility: visible;
	text-transform: none;
	display: block;
}
#wrapper .tsD_social_proof_vid a:before {
	display: block;
	content: "";
	background: url(/files/2022/08/play_btn.png);
	visibility: visible;
	background-size: 80px;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
/*---------------------------------------- ABOUT STORY ON HOMEPAGE --------------------------------------------*/
#wrapper .tsD_about_story .tsI {
	margin-top: 0;
	margin-bottom: 0;
}
#wrapper .tsD_about_story .tsI_dsc {
	font-size: 1.3em !important;
	margin-bottom: 0.5rem !important;
	font-weight: lighter !important;
	line-height: 1.7em;
	letter-spacing: -0.0125rem;
}
#wrapper .tsD_customer_journey .item_1 {
	margin-right: auto;
	width: 100%;
	margin-left: auto;
}
#wrapper .tsD_customer_journey .item_2 {
	margin-bottom: 3rem;
}
#wrapper .tsD_about_story .story_content {
	display: none;
}
#wrapper .tsD_about_story button {
	margin-top: 10px;
	background: transparent;
	border: none;
	color: #39afb9;
}
#wrapper .tsD_about_story .tsI_dsc {
	transition-timing-function: ease;
}
/*--------------------------------------------------- BANNER ----------------------------------------------------*/

#wrapper .tsD_banner .tsI_hd {
	font-weight: 600;
	font-size: 1.87em;
}

#wrapper .tsD_banner .tsI_sh {
	font-size: 1.2em;
	max-width: 40rem;
}

#wrapper .tsD_banner .tsI_btn:hover {
	color: #39afb9;
	background: #fff;
	border-color: #fff;
}
/*--------------------------------------------------- SUBPAGES ----------------------------------------------------*/

/*-----------------Digital Marketing-----------------------*/
#wrapper .tsD_dg_features .tsI:hover {
	-webkit-transform: translate(0px, -10px) !important;
	transform: translate(0px, -10px) !important;
	-webkit-transition: all 0.4s ease-in-out !important;
	-moz-transition: all 0.4s ease-in-out !important;
	-o-transition: all 0.4s ease-in-out !important;
	transition: all 0.4s ease-in-out !important;
}
#wrapper .tsD_dg_features .tsI_hd {
	font-size: 1.0625em;
}
#wrapper .tsD_dg_features .tsI_sh {
	font-size: 0.875em;
}
#wrapper .tsD_dg_features .tsI_img img {
	display: block;
	margin: 0 auto;
	width: 60px;
}

@media (min-width: 850px) {
	#wrapper .tsD_dg_features .tsI {
		width: 17.7558781088%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 575px) {
	#wrapper .tsD_dg_features .tsI {
		margin: 0 auto;
		width: 100% !important;
	}
}



/*--------------------------REVIEWS-------------------------*/

#wrapper .tsT_testimonials.well .tsI {
	background-color: #f8f8f8;
}
#wrapper .tsT_testimonials.well .tsI .tsI_hds::before {
	border-top-color: #f8f8f8 !important;
}
#wrapper .tsD_testimonials .tsI .tsI_hds .tsI_hd,
#wrapper .tsD_testimonials .tsI .tsI_hds .tsI_sh {
	color: #231f20 !important;
}
#wrapper .tsD_testimonials .tsI_stars,
#wrapper .tsD_testimonials .tsI_dsc,
#wrapper .tsD_testimonials .icon-quote {
	color: #fff !important;
}
/*---------------------------------------- TESTIMONIALS ---------------------------------------------*/

#wrapper .tsD_case_study .tsR {
	max-width: 92.5em !important;
}

#wrapper .tsD_case_study .tsI .tsI_cptn span {
	display: none;
	font-weight: lighter !important;
}
#wrapper .tsD_case_study .tsI:hover .tsI_cptn span {
	display: block;
}
#wrapper .tsD_case_study .tsI_btn {
	font-size: 0.675em;
}

@media (max-width: 480px) {
	#wrapper .tsD_case_study .tsI .tsI_cptn {
		height: 100%;
		background-color: rgba(12, 34, 51, 0.4);
	}
	#wrapper .tsD_case_study .tsI_txt {
		position: absolute;
		bottom: 0;
		left: 8%;
	}
}

html.modal-open {
	overflow: hidden;
}
.tsD_video_modal.tsT_modal.mdl_wrp.open {
	overflow: auto;
}
.tsD_video_modal.tsT_modal .mdl {
	max-width: 60em;
	background-color: #39afb9 !important;
}
.tsD_video_modal.tsT_modal .mdl_body {
	max-height: 41em;
}

#wrapper .tsD_video_modal .mdl {
	background-color: #39afb9 !important;
}

#wrapper .tsD_video_modal.tsT_modal .tsI .tsI_dsc {
	width: 100%;
	margin: 0;
	display: block;
}
#wrapper .tsD_video_modal.tsT_modal .tsI .tsI_hd {
	margin: 0;
}
#wrapper .tsD_video_modal .tsI_dsc p {
	margin: 0;
}
#wrapper .tsD_video_modal.tsT_modal .tsI_wrp,
#wrapper .tsT_modal .tsI_wrp {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#wrapper .tsD_video_modal.tsT_modal .tsI,
#wrapper .tsT_modal .tsI {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
#wrapper .tsD_video_modal.tsT_modal .tsI:first-of-type {
	margin-top: 0;
}
#wrapper .tsD_video_modal.tsT_modal .tsI:last-of-type {
	margin-bottom: 0;
}
#wrapper .tsD_video_modal.tsT_modal .mdl_body {
	padding: 0;
}
.section .tsT_banner.tsD_p3_item .tsI {
	background-color: var(--promo3) !important;
}

#wrapper .tsD_case_products .tsI_hd {
	font-size: 1.65em;
}
#wrapper .tsD_case_products .tsI_dsc {
	font-size: 1em;
}
#wrapper .tsD_case_products .tsR {
	max-width: 60.5em;
}
#wrapper .tsD_case_products .tsI_img img {
	margin: 0 auto;
	width: 8rem;
}

#wrapper .tsD_case_modal_btn {
	display: none;
}
#wrapper .tsD_case_modal_btn .tsI {
	margin: 0;
}

#wrapper #modal_case-study .tsC_close {
	opacity: 0;
}

#wrapper .tsD_content_title .tsI {
	margin-bottom: 0;
}
#wrapper .tsD_case_first {
	padding-top: 3rem;
}

/*#wrapper .tsD_case_vid .tsI_cptn*/
#wrapper .tsD_case_vid .tsI_wrp {
	background: rgba(57, 175, 185, 0.75);
}
#wrapper .tsD_case_vid .tsI_sh {
	font-weight: normal;
	font-style: normal;
}
#wrapper .tsD_case_vid .tsI_sh span {
	font-weight: lighter;
	font-size: 0.7em;
}
@media (min-width: 800px) {
	#wrapper .tsD_case_vid .tsI_sh {
		font-size: 1.8em;
	}
}

#wrapper .tsD_case_vid a.tsI_btn {
	visibility: hidden;
}

#wrapper .tsD_case_vid a:after {
	content: "Watch Video";
	font-size: initial !important;
	font-weight: lighter;
	visibility: visible;
	text-transform: none;
	display: block;
	color: #fff;
}
#wrapper .tsD_case_vid a:before {
	display: block;
	content: url(/files/2020/03/play-btn-thin.png);
	visibility: visible;
}

#wrapper .tsD_results .tsI {
	margin-left: auto;
	margin-right: auto;
	width: 90.756%;
}
#wrapper .tsD_results .tsI_img img {
	width: 7rem;
}
#wrapper .tsD_results .tsI_hd {
	font-weight: lighter;
}
#wrapper .tsD_results .tsI_hd span {
	font-weight: bold;
}
/*---------------------------------------- FAQ ---------------------------------------------*/

#wrapper .tsD_faq h3 {
	font-weight: bold;
	color: #38a1aa;
}
.ui-accordion .ui-accordion-content {
	height: 300px !important;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	margin-left: -1.5rem !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border-left: 0 !important;
	border-right: 0 !important;
}
.ui-widget-content {
	border: 0 !important;
	color: #666766 !important;
	font-weight: lighter !important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-tr,
.ui-corner-tl {
	border-radius: 0 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border-top: 2px solid #abdce3 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	background: #fff !important;
}
.ui-accordion .ui-accordion-header {
	margin: 0 !important;
	padding: 1.5em 0.5em 1.5em 0.7em !important;
}
.ui-accordion .ui-accordion-header:last-of-type {
	border-bottom: 2px solid #b4e4ea !important;
}
.ui-accordion .ui-accordion-header:hover {
	background: #b4e4ea !important;
}

/*------------------------------------------- BLOG -----------------------------------------------*/
#wrapper .tsT_blog .single-post .post-content a.tsI_btn {
	color: #fff !important;
}
#wrapper .tsI.type-post {
	background-color: #f8f8f8;
}
#wrapper .tsI .read-more {
	background: #39afb9;
}
#wrapper .tsI .read-more span,
#wrapper .tsI .read-more:hover span {
	color: #ffffff !important;
}

#wrapper .promo_colors.not_well .nImg:nth-of-type(5n + 2),
#wrapper .tsT_plugin.not_well .tsI.type-post:nth-of-type(5n + 2) .tsI_hd,
#wrapper .promo_colors.not_well .nImg:nth-of-type(5n + 5),
#wrapper .tsT_plugin.not_well .tsI.type-post:nth-of-type(5n + 5) .tsI_hd {
	background-color: #0c2233;
}
#wrapper .promo_colors.not_well .nImg:nth-of-type(5n + 3),
#wrapper .tsT_plugin.not_well .tsI.type-post:nth-of-type(5n + 3) .tsI_hd,
#wrapper .promo_colors.not_well .nImg:nth-of-type(5n + 4),
#wrapper .tsT_plugin.not_well .tsI.type-post:nth-of-type(5n + 4) .tsI_hd {
	background-color: #39afb9;
}

.tsT_blog .single-post .post-content .btn_blog a {
	color: #fff !important;
}
@media (max-width: 800px) {
	#wrapper .tsD_footer_form input[type="submit"] {
		font-size: 0.7em !important;
	}
}
#wrapper .blog-form {
	background: #eee;
	border-radius: 15px;
	padding: 2rem;
}

/*-------------------------------------------FREE DIRECTORY REPORT -----------------------------------------------*/
@media (min-width: 575px) {
	#wrapper .tsD_directory_form form {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
		grid-auto-flow: row dense;
		grid-gap: 0.8em;
	}
}
#wrapper .tsD_directory_form form {
	background: #eee;
	padding: 1.2em;
}
#wrapper .tsD_directory_form input {
	background-color: #fff;
	box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.2);
	-webkit-appearance: none;
	line-height: 1.2;
	padding: 1em 0.65em;
	border: none;
	border-radius: 5px;
	margin-bottom: 1rem;
	width: 100%;
}
#wrapper .tsD_directory_form label {
	display: none;
}
#wrapper .tsD_directory_form input[type="submit"] {
	background: #ff9718;
	color: #fff;
	font-weight: bold;
	width: 100%;
}
/*FEATURED COMMUNITIES----------------------------------------------------*/
#wrapper .tsD_markets .tsR {
	max-width: 80.5em;
}

/*VERTICAL/INDUSTRY PAGES --------------------------------------------------*/

#wrapper .tsD_dl_thin {
	margin-bottom: 0;
}
#wrapper .tsD_dl_thin .tsI_hd {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/*#wrapper .tsD_dl_thin .tsI_hd, #wrapper .tsD_dl_thin .tsI_sh, #wrapper .tsD_dl_thin .tsI_dsc {
   color: rgba(255, 255, 255, 0.65);
  -webkit-transition: all .9s ease-in-out;
  -moz-transition: all .9s ease-in-out;
  -o-transition: all .9s ease-in-out;
  transition: all .9s ease-in-out;
}

#wrapper .tsD_dl_thin .tsI:hover .tsI_hd, #wrapper .tsD_dl_thin .tsI:hover .tsI_sh, #wrapper .tsD_dl_thin .tsI:hover .tsI_dsc {
   color: rgba(255, 255, 255, 1);
}*/

#wrapper .tsD_dl_thin .tsI_wrp {
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
	text-align: center;
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
}

#wrapper .tsD_dl_thin .tsI_wrp:hover {
	background: rgba(0, 0, 0, 0.1);
}

#wrapper .tsD_dl_thin .tsI {
	min-height: 300px;
	height: 42vh;
}

#wrapper .tsD_industry .tsI_sh {
	font-size: 1.3em;
}

#wrapper .tsD_industry_icon .tsI_img {
	width: 6rem;
	margin: 0 auto;
}
#wrapper .tsD_sm_text .tsI_hd {
	font-size: 1em;
}
#wrapper .tsD_sm_text .tsI_dsc {
	font-size: 0.875em;
}
#wrapper .tsD_sm_text .tsI {
	margin-left: auto;
	margin-right: auto;
	width: 33.7558781088%;
}
#wrapper .tsD_lg_text .tsI_hd {
	font-size: 1.5em;
}
#wrapper .tsD_lg_text .tsI_dsc {
	font-size: 1.0625em;
}

#wrapper .tsD_challenge .tsI_sh {
	font-size: 1.3em;
}
#wrapper .tsD_challenge .tsI {
	border: 1px solid #39afb9;
	padding: 1rem;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.12);
}
#wrapper .tsD_challenge_btn {
	padding-top: 0;
}

#wrapper .tsD_industry_logos .tsR {
	max-width: 50rem;
}
#wrapper .tsD_seo_def .tsI_img {
	width: 12rem;
	margin: 0 auto;
}

@media (min-width: 816px) {
	#wrapper .tsD_law_seo .tsI_hd {
		font-size: 2.8em;
	}
	#wrapper .tsD_seo_def .tsI.item_1 {
		width: 25.7558781088%;
	}
	#wrapper .tsD_seo_def .tsI.item_2 {
		width: 65.7558781088%;
	}
}

#wrapper .tsD_seo_process .tsI_img {
	width: 3rem;
	margin: 0 auto;
}
#wrapper .tsD_bus_tools .tsI_img {
	width: 6rem;
	margin: 0 auto;
}

/*-------------------------------------------------SUPPORT FORM MODAL----------------------------------------------------*/
#wrapper #modal_form .mdl{
  color: #333 !important; 
}
#wrapper .tsD_support_form.tsT_modal .tsI:first-of-type {
	margin-top: 0;
}
#wrapper .tsD_support_form.tsT_modal .tsI_hds {
	padding: 0 0.5rem 1rem 0.5rem;
}
#wrapper .tsD_support_form.tsT_modal .mdl {
	background-color: #fff !important;
}

#wrapper .tsD_support_form .tsI_txt {
	padding: 1rem;
}
#wrapper .tsD_support_form.tsT_modal .mdl_body {
	padding: 0;
}
#wrapper .tsD_support_form .tsC_close {
	background-color: #e3e3e3;
	color: #333;
}
#wrapper .tsD_support_form .mdl .mdl_title {
	background: #fff;
	color: #241f21;
}
#wrapper .tsD_support_form.tsT_modal .mdl_title {
	border-bottom: none;
	text-align: center;
	padding: 2rem 1rem 0 1rem;
}
#wrapper .tsD_support_form.tsT_modal .mdl_title span {
	font-size: 1.9em;
	font-weight: normal;
}
#wrapper .tsD_support_form.tsT_modal .mdl::before {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 1em;
	top: 0;
	left: 0;
	background-size: 200% 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(to right, #39afb9, #abdce3);
	background-position: 0 0;
	animation: border-glow 8s ease 0s infinite;
}

/*-------------------------------------------------FORM MODAL----------------------------------------------------*/
#wrapper .tsD_form_page .tsI_sh {
	padding-bottom: 1.5rem;
}
#wrapper .tsD_form_modal.tsT_modal .tsI:first-of-type {
	margin-top: 0;
}
#wrapper .tsD_form_modal.tsT_modal .tsI_hds {
	padding: 0 0.5rem 1rem 0.5rem;
}
#wrapper .tsD_form_modal.tsT_modal .mdl {
	max-width: 42.333em;
	background-color: #fff !important;
}

#wrapper .tsD_form_modal .tsI_txt {
	padding: 1rem;
}
#wrapper .tsD_form_modal.tsT_modal .mdl_body {
	padding: 0;
	max-height: 110vh;
}
#wrapper .tsD_form_modal .tsC_close {
	background-color: #e3e3e3;
	color: #333;
}
#wrapper .tsD_form_modal .mdl .mdl_title {
	background: #fff;
	color: #241f21;
}
#wrapper .tsD_form_modal.tsT_modal .mdl_title {
	border-bottom: none;
	text-align: center;
	padding: 2rem 1rem 0 1rem;
}
#wrapper .tsD_form_modal.tsT_modal .mdl_title span {
	font-size: 1.9em;
	font-weight: normal;
}
#wrapper .tsD_form_modal.tsT_modal .mdl::before {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 1em;
	top: 0;
	left: 0;
	background-size: 200% 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(to right, #39afb9, #abdce3);
	background-position: 0 0;
	animation: border-glow 8s ease 0s infinite;
}
#wrapper li.gfield {
	overflow: hidden;
}
.gfield_checkbox li {
	list-style: none !important;
}
/*#wrapper .tsD_form_modal .tsI_dsc ul li {
    list-style-type: none;
}
#wrapper .tsD_form_modal .tsI_dsc ul {
    margin: 0;
}
#wrapper .gform_wrapper li {
    margin-bottom: 0;
}
#wrapper li.gf_left_half input{
    width: 25% !important;
}
#wrapper li.gfield {
    padding: 0 1rem;
}*/
#wrapper .tsT_modal .tsI_hd {
	font-size: 1.85em;
}
#wrapper .gform_wrapper .ginput_container textarea {
	height: 130px;
}
#wrapper .tsD_form_modal.tsD_sales form {
	margin: 15px;
}
#wrapper .tsD_form_modal.tsD_sales label,
#wrapper .tsD_form_page label {
	display: none;
}
#wrapper .tsD_form_modal.tsD_sales input,
#wrapper .tsD_form_page input,
#wrapper .tsD_form_modal.tsD_sales select,
#wrapper .tsD_form_modal textarea {
	background-color: #fff;
	box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.2);
	line-height: 1.2;
	padding: 1em 0.65em;
	border: none;
	border-radius: 3px;
	margin: 1rem;
}
#wrapper .tsD_form_modal.tsD_sales select {
	margin: 5px 0 0 25px;
}
#wrapper .tsD_acton select {
	margin: 15px 0 0 15px;
}
#wrapper .tsD_form_modal.tsD_sales input[type="submit"],
#wrapper .tsD_form_page input[type="submit"] {
	background: #39afb9;
	color: #fff;
	font-weight: bold;
	width: 100%;
}
#wrapper .tsD_form_modal .tsI_sh a {
	color: #39afb9;
}
#wrapper .tsD_form_modal .tsI_sh a:hover {
	color: #39afb9;
	background: none;
}
#wrapper .tsD_form_modal.tsD_sales input,
#wrapper .tsD_form_page input {
	width: 89% !important;
	margin: 12px auto;
}

#wrapper .tsD_form_modal #block-b1582561377190 input,
#wrapper .tsD_form_modal.tsD_sales select {
	width: 89% !important;
}

#wrapper .tsD_form_modal.tsD_sales textarea {
	width: 89% !important;
}
#wrapper .tsD_form_modal a {
	color: var(--promo1);
}
#wrapper .tsD_form_modal.tsD_sales placeholder {
	color: #767676;
}

#aoform-script-4922f85f-e9c2-480c-9a1a-95d90b6da85c:d-0001 {
	overflow: hidden !important;
}
/*----------------------------------------------------FOOTER FORM -----------------------------------------------------*/

.tsC #free-quote-form .section_title {
	display: none;
}
.tsC #free-quote-form {
	padding-top: 0;
	padding-bottom: 0;
}
#wrapper .tsD_footer_form .tsI_hd {
	font-size: 1.9em;
}
#wrapper .tsD_footer_form .tsI_sh {
	font-size: 1.2em;
	font-weight: lighter;
}

#wrapper .tsD_footer_form .item_2 .tsI_hds {
	padding: 1rem 0.5rem;
}
#wrapper .tsD_footer_form .item_2 .tsI_wrp {
	max-width: 28.3333333333em;
	background-color: transparent !important;
	padding: 0 2rem 1rem 2rem;
	border-radius: 0.25rem;
}

#wrapper .tsD_footer_form .item_2 .tsI_hd {
	font-size: 1.5rem;
	font-weight: 400;
}
#wrapper .tsD_footer_form label {
	display: none;
}
#wrapper .tsD_footer_form placeholder {
	color: #fff;
}
#wrapper .tsD_footer_form input,
#wrapper .tsD_footer_form select,
#wrapper .tsD_footer_form textarea {
	background-color: transparent;
	border: 1px solid #666766 !important;
	color: #666766;
	border-radius: 0.25rem;
	box-shadow: none !important;
	line-height: 1.2;
	padding: 1em 0.65em;
	margin-bottom: 1rem;
	width: 100% !important;
}
#wrapper .tsD_footer_form input[type="submit"] {
	background: #ff9718;
	color: #fff;
	font-weight: 600;
	width: 100%;
	border: none !important;
	box-shadow: none;
	font-size: 1em;
	text-transform: uppercase;
}
#wrapper .tsD_footer_form .item_2 .tsI_sh a {
	color: #39afb9;
}
#wrapper .tsD_footer_form .item_2 .tsI_sh a:hover {
	color: #39afb9;
	background: none;
}
#wrapper .tsD_footer_form .item_2
/*---------------------------------------------------- FOOTER -----------------------------------------------------*/
#wrapper .bottom,
#wrapper .brand {
	display: none;
}
#wrapper .tsF .section_content {
	background: #253744;
}
#wrapper .tsF_section.copyright {
	background: #0c2233;
}
#wrapper .tsF .tsR {
	max-width: 100%;
}
#wrapper .tsF .tsI .tsI_hd {
	color: #fff;
	text-transform: uppercase;
}
#wrapper .tsF .tsI {
	max-width: 20rem;
}
#wrapper .tsF .menu li {
	display: table;
	width: 100%;
	page-break-inside: avoid;
	font-size: 0.8875em;
}
#wrapper .tsF hr {
	border: none;
}

.tsC_Btn.to-top.scrollBtn {
	bottom: 7px;
	height: 28px;
	line-height: 16px;
	right: 10px;
	margin-right: 0;
}

.tsF_logo {
	padding-right: 30px;
	margin-right: 0;
}

/*------------------------------------------------- SUPPORT -------------------------------------------------*/

#wrapper .tsD_support .tsR {
	max-width: 80em !important;
}

/*------------------------------------------------- COVID -------------------------------------------------*/

#wrapper .tsD_covid_topics .tsI {
	background-color: #fff;
	border: 1px solid #39afb9;
}
#wrapper .tsD_covid_topics .tsI_hd {
	font-weight: 600;
}

.page-id-12957 .tsC_Btn.to-top.scrollBtn {
	bottom: 50px;
	right: unset;
	left: 25px;
}
.page-id-12957 .tsC_Btn.to-top,
.page-id-12957 .tsC_Btn.to-top:hover {
	background: rgba(57, 175, 185, 0.9);
}
.page-id-12957 .to-top::before {
	content: "Back to Top";
	font-family: "Open Sans";
}
.page-id-12957 .to-top {
	display: block;
}

/*------------------------------------------------- MOBILE VIEW -------------------------------------------------*/

#wrapper .tsD_products_mobile {
	padding-bottom: 3rem;
	background: #f8f8f8;
}
#wrapper .tsD_products_mobile .tsI_cptn {
	text-align: center;
}
#wrapper .tsD_products_mobile .nImg {
	background-color: #f8f8f8 !important;
}
#wrapper .tsD_products_mobile .tsI.nImg .tsI_cptn .tsI_hds *,
#wrapper .tsD_products_mobile .tsI.nImg .tsI_cptn .tsI_dsc {
	color: #231f20;
}
#wrapper .tsD_products_mobile .tsI_hd {
	font-size: 2em;
	font-weight: normal;
}
#wrapper .tsD_products_mobile .tsI_sh {
	padding: 1rem 0 2rem 0;
	font-weight: lighter;
}

img.product_icon {
	margin: 0 auto 1.5rem auto;
	max-width: 115px;
}
#wrapper .tsD_products_mobile .slick-prev.slick-arrow,
#wrapper .tsD_products_mobile .slick-next.slick-arrow {
	display: block !important;
}

#wrapper .tsD_products_mobile .slick-prev,
#wrapper .tsD_products_mobile .slick-next {
	opacity: 1 !important;
	background-color: transparent;
	color: #ff9718;
	padding: 0;
}
#wrapper .tsD_products_mobile .slick-prev {
	left: 0.8rem;
}
#wrapper .tsD_products_mobile .slick-next {
	right: 0.8rem;
}

/*------------------------------------------------- MEDIA QUERIES -------------------------------------------------*/

@media print, screen and (min-width: 1100px) {
	#container .section:not(.w232) .the_list_item #container .section:not(.w232) .the_list_item {
		width: 47% !important;
		display: inline-grid !important;
		margin-right: 0.8rem !important;
	}
	#container .the_list_item .the_list_item_desc ol li,
	#container .the_list_item .the_list_item_desc ul li {
		position: static !important;
	}
	ul li {
		list-style-position: outside !important;
	} /*fix for Charlotte theme*/
	ul.columns {
		columns: 3;
		-webkit-columns: 3;
		-moz-columns: 3;
	}
	ul.columns2 {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	ol.columns {
		columns: 3;
		-webkit-columns: 3;
		-moz-columns: 3;
	}
	ol.columns2 {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}

@media print, screen and (max-width: 1040px) {
	#wrapper .tsD_case_study .tsI:nth-of-type(3n + 1),
	#wrapper .tsD_case_study .tsI:nth-of-type(3n + 2),
	#wrapper .tsD_case_study .tsI:nth-of-type(3n + 3) {
		width: calc(100% - 0px);
		margin: 4px 0;
	}
}
@media print, screen and (max-width: 1024px) {
	.tsH ul#menu-primary-menu li {
		display: none;
	}
	.tsH .menu li.phone-cta {
		display: block !important;
	}
	.tsH #access {
		flex-basis: auto;
	}
	.tsM li.phone-cta {
		display: none;
	}

	#wrapper #_the_logo {
		padding: 0;
	}
	#wrapper .tsD_hero {
		padding-top: 0 !important;
	}
	#wrapper .tsH #_the_logo img {
		max-height: 2.75rem;
	}
	#wrapper .section .tsT_sec.cover_scroll .tsXa {
		background-size: 120% auto;
	}
	#wrapper .section .tsT_sec.full_scroll .tsXa {
		background-size: 120% auto;
	}
	#wrapper .tsD_pain_point .tsI {
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		width: 75.756%;
	}
	#wrapper .tsD_pain_point .tsI_dsc,
	#wrapper .tsD_pain_point .tsI_dsc ul {
		margin: 0;
		padding: 0;
	}
	#wrapper .tsD_pain_point {
		padding: 1rem;
	}
	.industry-type p {
		font-size: 1em;
	}

	#wrapper .tsD_teal_btn .tsI_btn {
		padding: 1.1em 1.25em !important;
	}
	.header-cta {
		display: none !important;
	}
	#wrapper .tsD_products_mobile .tsI {
		height: 77vh !important;
	}
	#wrapper .tsD_social_proof_vid a:before {
		content: url("/files/2020/02/play_btn_thin_sm-(1).png");
	}
}
@media print, screen and (max-width: 860px) {
	#wrapper .tsF_section {
		padding-bottom: 5rem;
	}
	#wrapper .tsD_social_proof .item_1.tsI {
		width: 100%;
	}
	#wrapper .tsD_social_proof .item_2.tsI {
		width: 100%;
	}
	#wrapper .tsD_social_proof .tsI_img img {
		width: 11rem;
		margin: 0 auto;
	}
	img.product_icon {
		margin: 0 auto;
		max-width: 80px;
	}
	#wrapper .tsD_footer_form .tsI.right .tsI_hd,
	#wrapper .tsD_footer_form .tsI.right .tsI_sh {
		text-align: center !important;
	}
	#wrapper .tsD_footer_form .item_2 .tsI_wrp {
		max-width: 50.3333333333em;
	}
	.industry-type {
		width: 100%;
		border-bottom: 1px solid #bbbecc;
	}
	.industry-type p {
		font-size: 1.25em;
	}
	.industry-type:nth-child(3n + 2),
	.industry-type:nth-child(3n) {
		border-left: none;
	}
	.industry-type:nth-last-child(2),
	.industry-type:nth-last-child(3) {
		border-bottom: 1px solid #bbbecc;
	}
}
@media print, screen and (max-width: 575px) {
	#wrapper .tsD_product_web .tsR,
	#wrapper .tsD_product_engage .tsR {
		padding: 3rem 1.5rem 5rem 1.5rem;
	}
	#wrapper .tsD_product_web_img {
		margin-top: -6rem;
	}

	#wrapper .tsD_product_engage_img {
		margin-top: -7rem;
	}
	.full_width_content .tsT_article.a1.medium .yHero .tsI_sh,
	.full_width_content .tsT_article.a1.large .tsI_sh,
	.full_width_content .tsT_article.a2.medium .yHero .tsI_sh,
	.full_width_content .tsT_article.a2.large .tsI_sh,
	.full_width_content .tsT_article.a3.medium .yHero .tsI_sh,
	.full_width_content .tsT_article.a3.large .tsI_sh,
	.full_width_content .tsT_banner.b1.medium .yHero .tsI_sh,
	.full_width_content .tsT_banner.b1.large .tsI_sh,
	.full_width_content .tsT_plugin.medium .yHero .tsI_sh,
	.full_width_content .tsT_plugin.large .tsI_sh,
	.full_width_content .tsT_services.medium .yHero .tsI_sh,
	.full_width_content .tsT_services.large .tsI_sh,
	.full_width_content .tsT_list.l2.medium .yHero .tsI_sh,
	.full_width_content .tsT_list.l2.large .tsI_sh {
		font-size: 1.2em !important;
		margin-top: 0 !important;
	}

	#wrapper .tsD_white_left .item_1 .tsI_hd {
		font-size: 1.4rem !important;
	}
	#wrapper .tsD_pain_point .tsI {
		width: 95.756%;
	}
	#wrapper .tsD_pain_point .tsI_dsc li {
	}

	#wrapper .tsF_copyright {
		margin: 1rem;
	}
	#wrapper .copyright img {
		margin: 0 auto;
	}
	#wrapper .tsD_teal_btn .tsI_btn {
		font-size: 0.8em !important;
		width: 100%;
	}
	#wrapper .tsD_products_mobile .slick-prev.slick-arrow,
	#wrapper .tsD_products_mobile .slick-next.slick-arrow {
		display: block !important;
	}
    #button{
    display: none;
  }
.support-btn, .login-btn{
   display: block; 
}
  
.tsM #access .menu ul li{
    font-family: var(--headerFont);
    text-transform: uppercase;
    font-size: 1.475rem;
}
.tsM #access .sub-menu li{
   font-size: 0.875rem !important;
}
.tsM #access li.support-btn, .tsM #access li.login-btn{
   font-size: 0.875rem !important;
}
}

/*---------------------------------------- CASE STUDY HERO ADJUSTMENT ----------------------------------------------*/

@media (max-width: 1000px) {
	#wrapper .tsD_case_vid .tsI {
		height: 44vh;
	}
	#wrapper .tsD_covid_hero {
		padding-top: 0;
		padding-bottom: 0;
	}
}

/*---------------------------------------- ABOUT PAGE --------------------------------------------*/
#wrapper .tsD_about {
	padding-top: 5rem;
	padding-bottom: 3rem;
}
#wrapper .tsD_stats .tsI_hd {
	text-transform: uppercase;
	font-size: 2rem;
}
#wrapper .tsD_stats .tsI_img img {
	margin: 0 auto;
	width: 4rem;
}

#wrapper .tsD_leaders .tsI_img img {
	margin: 0 auto;
	width: 75%;
}
#wrapper .tsD_stats .tsI_dsc {
	font-size: 0.875em;
}

/*----GREENHOUSE INTERNAL JOB BOARD----------*/
.accessible h1 {
	display: none !important;
}

/*----------Facebook Messenger Landing Page----------*/

.page-id-13284 .tsH_navTrig,
.page-id-13284 .tsD_banner2 {
	display: none !important;
}

/*--------------------------------------------------- BLOG CATEGORIES ----------------------------------------------------*/

/* SUBSCRIPTION MODAL */
#popup_subscribe {
	padding: 30px;
}
#popup_subscribe .mdl {
	background: var(--promo3);
}
#popup_subscribe .mdl_body {
	border: 10px solid white;
	padding: 20px 50px 30px;
	border-image-source: url(/files/2021/02/tsi-bg-1.jpg);
	border-image-slice: 10;
	border-image-width: 10px;
	border-image-repeat: stretch;
}
#popup_subscribe .tsI_hd {
	color: white;
}
#popup_subscribe .tsC_close {
	margin-left: auto;
	position: static;
	float: right;
}
#popup_subscribe li.gfield {
	overflow: visible;
	padding: 0;
}
#popup_subscribe .gfield_description {
	margin: 0;
}

@media (min-width: 851px) {
	.archive,
	.single-post .tsC {
		padding-right: 360px;
	}
	.blog-cat.show {
		position: fixed;
		top: 7rem;
		right: 0;
	}
	#sticky-nav {
		top: 100px;
		position: fixed;
		right: 20px;
		width: 320px;
	}
	.subscribe_promo {
		padding: 20px;
	}
	.subscribe_promo h4 {
		margin-top: 0;
	}
	.subscribe_promo .tsI_btn {
		max-width: 10em;
		margin: auto;
	}
}
@media (max-width: 850px) {
  .support-btn a{
  color: #334154 !important;
}
	.archive,
	.single-post .tsC {
		padding-top: 140px;
	}
	#sticky-nav {
		margin: 10px 0;
		position: absolute;
		left: 10px;
		right: 10px;
		top: 10px;
	}
	.subscribe_promo {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 15px 20px;
	}
	.subscribe_promo h4 {
		flex: 3;
		text-align: left;
		margin: 0;
		padding-right: 10px;
	}
	.subscribe_promo .tsI_btn {
		flex: 1;
		width: auto;
		margin: auto;
	}
}
.blog-cat {
	display: none !important;
}
.blog-cat.show {
	display: inherit !important;
}
/* WHATEVER YOU WANT HERE */
.blog-cat.show {
	padding: 0;
	z-index: 11;
	background: rgba(248, 248, 248, 0.85);
}
#wrapper .blog-cat .tsI_hd {
	color: #fff;
	background: #39afb9;
	padding: 1rem 2rem;
	margin: 0;
	text-transform: uppercase;
}
#wrapper .blog-cat ul {
	padding: 1rem 2rem;
	max-height: 50vh;
	overflow: auto;
	/* position: absolute; */
	/* z-index: 1; */
}

.side-span-1,
.side-span-2 {
	background-color: #fff;
	border-width: 1px 0;
	border-color: #ececec;
	border-style: solid;
	box-shadow: 5px 1px 5px rgba(0, 0, 0, 0.1);
	text-align: center;
	font-weight: 900 !important;
	font-size: 0.875em;
	color: var(--color5);
	text-transform: uppercase;
	display: inline-block !important;
	padding: 10px;
	width: 100%;
}
.side-span-1:hover,
.side-span-2:hover,
.side-span-3:hover {
	/* background-color: #f8f8f8; */
	box-shadow: 5px 1px 5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
/*QUICK NAV CONTENT THAT TOGGLES*/
.anchor-content {
	display: none;
}
.link-content {
	display: none;
}
.link-content,
.anchor-content {
	font-size: 0.875em;
	line-height: 1.4;
	width: 100%;
	margin: 0 !important;
	line-height: normal;
	font-weight: 600;
}
#wrapper .tsI_dsc .link-content li {
	list-style-type: none;
}
.subscribe_promo {
	background: var(--promo3);
	color: white;
	text-align: center;
	font-size: 1em;
}
.subscribe_promo .tsI_btn:hover {
	border-bottom: 1px solid transparent !important;
}
#sticky-nav {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	z-index: 12;
	overflow: hidden;
}
#sticky-nav > div > ul > li a {
	padding: 2px 5px;
	margin: 0 0 3px;
	border-radius: 2px;
	display: block;
	font-weight: normal;
}
#sticky-nav > div > ul > li a:hover,
.active:hover,
.active {
	background-color: #39afb9;
	color: white;
}

.tsI_dsc a:not(.tsI_btn):hover {
	border-bottom: none;
}
.side-span-title::after {
	content: " ›";
	font-family: "tsi-cms";
	font-size: 90%;
}

/*-----------MULTISTEP FORM--------------*/

.gsection_title {
	font-size: 1.1em !important;
}

.tsD_pricing_form .mdl {
	background-color: #fff !important;
	max-width: 60.3333333333em;
	padding: 2rem;
}
.gf_progressbar_title {
	font-size: 0.675em;
}
.gf_progressbar_percentage {
	padding: 0rem 0.5rem !important;
}
.tsD_pricing_title .tsI_hd {
	font-size: 1.8em !important;
}
#wrapper .tsT_plugin {
	margin-top: 0;
}
#wrapper .tsT_plugin .form-plugin.nHero:first-of-type {
	margin-top: 0;
}
#wrapper .gform_wrapper .button {
	color: #fff;
	border-color: #ff9718;
	background: #ff9718;
}

#wrapper .blog-form .gform_wrapper {
	margin-top: 0 !important;
}

#wrapper .tsD_multi_form .item_2 #gform_2 {
	background: rgba(255, 255, 255, 0.7) !important;
	padding: 0 2rem;
}
#wrapper .tsD_multi_form li {
	border: none !important;
}

#wrapper .tsD_multi_form .item_1 * {
	color: #fff !important;
}
#wrapper .tsD_multi_form .item_1 .tsI_hd {
	font-size: 2.2rem;
	padding-top: 2rem;
	text-transform: uppercase;
}
#wrapper .tsD_multi_form .item_1 .tsI_sh {
	font-size: 1.2rem;
}
@media (min-width: 801px) {
	#wrapper .tsD_multi_form .item_2 {
		width: 50.756%;
	}
	#wrapper .tsD_multi_form .item_1 {
		width: 32.756%;
		margin-left: auto;
	}
}
@media (max-width: 575px) {
	#wrapper .tsD_multi_form .item_1 .tsI_hd {
		font-size: 1.6rem !important;
	}
	#wrapper .tsD_multi_form,
	#wrapper .tsD_hero_internal {
		padding-top: 0;
	}
}
#wrapper .tsD_multi_form label,
#wrapper .gform_previous_button {
	display: none;
}
#wrapper .tsD_multi_form .gfield_checkbox label,
#wrapper .tsD_multi_form #field_2_5 label {
	display: inline-block;
}
#wrapper .tsD_multi_form .tsR {
	max-width: 88.5em;
}
#wrapper .tsD_hero_internal {
	padding-bottom: 6rem;
}
#wrapper .gsection_title {
	font-size: 1em;
}
#wrapper .gform_hidden {
	padding: 0 !important;
	margin: 0 !important;
}

/* Birdseye Widget */
.rectangle_bev3Container___Trbm {
	background: transparent !important;
	color: white !important;
}

.rectangle_bev3Container___Trbm label {
	color: white !important;
}

.indvStar .invStarOuter,
.indvStar .invStarInner {
	color: #1c2571 !important;
}