/* top hero l2 pages */

.top-cover-hero .scroll-to-down-text {
	display: none;
}

@media only screen and (min-width: 1025px) {
	.top-cover-hero:not(.hero-man) {
		background-size: contain;
	}
}

@media only screen and (max-width: 768px) {
	.top-cover-hero p {
		padding-bottom: 24px;
	}
}

.top-cover-hero {
  position: relative;
}

.top-cover-hero::after {
  content: ' ';
  background-repeat: no-repeat;
  
  background-position-x: 100%;
  background-position-y: 85%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-42%);
  width: 1186px;
}

@media (max-width: 1024px) {
  .top-cover-hero::after {
      content: none;   
  }
}

.top-cover-hero .elementor-widget-wrap section:last-child .elementor-column {
	z-index: 1;
}

.software-laptop-hero img {
	height: auto;
	max-width: unset;
}

/* homepage & contact form - overlay banner top */

.cd-headline.is-full-width.clip {
	max-width: 610px;
}

.overcome-heading .cd-headline.clip span {
	display: initial;
	padding: 0;
	font-family: var(--font-myriad);
	font-weight: 700;
}

.home .top-banner-counter > .elementor-container { 
	border-radius: 25px;
}

.top-banner-counter > .elementor-container {
	background: white;
	border-radius: 10px;
	border: 1px solid white;
	padding: 40px 30px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* homepage - graph component */

.image-graph img {
	width: 100vw;
}

.graph-section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 133, 255, 0.25) -77.97%, rgba(0, 131, 203, 0) 100%);
	border-top: 1px solid #DBEEFC;
	margin-top: -1px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.home .graph-section:before {
    margin-top: 0px;
	}
}

/* homepage - schedule demo */

.contact-button-schedule-demo {
	margin-top: 30px;
}

/* Differentiators Component */

.list-blue-icons .elementor-icon-list-icon {
	background: #DDF0FD;
	border-radius: 12px;
	width: 56px;
	height: 56px;
	flex: 56px 0 0;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.elementor-widget .elementor-icon-list-item.list-item .elementor-icon-list-icon+.elementor-icon-list-text {
	align-self: start;
}

.list-blue-icons ul.elementor-icon-list-items {
display: flex;
	flex-wrap: wrap;
}

.list-blue-icons ul.elementor-icon-list-items > li.elementor-icon-list-item.list-item {
	flex: 0 0 100%;
	width: 100%;
}

.list-blue-icons .elementor-icon-list-icon i {
	line-height: 56px;
	color: var(--ryan-primary-blue);
}
.list-blue-icons .elementor-icon-list-icon svg {
	height: 32px;
	width: 32px;
}
.list-blue-icons .elementor-icon-list-icon +.elementor-icon-list-text {
padding-left: 24px;
}

.list-blue-icons ul.elementor-icon-list-items {
margin-bottom: 0;
}


@media (min-width: 768px) {
.list-blue-icons.elementor-widget-litho-lists .elementor-icon-list-items li {
margin-bottom: 40px;
padding-bottom: 0;
	padding-right: 30px;
}

.list-blue-icons.elementor-widget-litho-lists > .elementor-widget-container {
	overflow: hidden;
}

.list-blue-icons ul.elementor-icon-list-items {
	margin-right: -30px;
}


.list-blue-icons ul.elementor-icon-list-items > li.elementor-icon-list-item.list-item {
	flex: 0 0 50%;
	width: 50%;
}
.list-blue-icons .elementor-icon-list-icon {
	width: 64px;
	height: 64px;
	flex: 64px 0 0;
}
.list-blue-icons .elementor-icon-list-icon i {
	line-height: 64px;
}
.list-blue-icons .elementor-icon-list-icon svg {
	height: 40px;
	width: 40px;
}
.list-blue-icons.elementor-widget-litho-lists .elementor-icon-list-items li {
margin-bottom: 72px;
	padding-right: 50px;
}
}

.list-blue-icons.lb-dark .elementor-icon-list-icon {
	background: var(--ryan-primary-blue);
}
.list-blue-icons.lb-dark .elementor-icon-list-icon i {
	color: white;
}

/* makes every other section light blue */
.entry-content [data-elementor-type="wp-post"] .elementor-top-section.bgcolorable:nth-of-type(even),
.entry-content [data-elementor-type="wp-page"] .elementor-top-section.bgcolorable:nth-of-type(even) {
  background-color: var(--ryan-background-blue);
}

/* ratepoint calculator exception */
.entry-content [data-elementor-type="wp-page"] .elementor-top-section.bgcolorable.after-ratepoint:nth-of-type(odd) {
  background-color: var(--ryan-background-blue);
}

/* related products Component -- dropshadow */
.dropshadow, button.search-button {
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.04))
    drop-shadow(0 1px 18px rgba(0, 0, 0, 0.03))
    drop-shadow(0 3px 5px rgba(0, 0, 0, 0.05));
}
.imgshadow img {
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.04))
    drop-shadow(0 1px 18px rgba(0, 0, 0, 0.03))
    drop-shadow(0 3px 5px rgba(0, 0, 0, 0.05));
}

/* Learn More Component -- Clip images, and l2/l3 laptop images */

.hero-clip {
	margin-bottom: -34%;
}
.hero-clip.clip-sm {
	margin-bottom: -17%;
}

/* clip the large laptop image */
@media (min-width: 768px) {
	.hero-clip {
		margin-bottom: -31%;
	}
.hero-clip.clip-sm {
	margin-bottom: -15%;
}
}

/* clip the large laptop image */
@media (min-width: 1100px) {
	.hero-clip {
		margin-bottom: -27%;
	}
.hero-clip.clip-sm {
	margin-bottom: -13%;
}
}

.hero-clip2 {
	margin-bottom: -20%;
}

.hero-clip3 {
	margin-bottom: -8%;
}
.hero-clip4 {
    margin-bottom: 0;
    max-height: 150px;
}

/* clip the large laptop image */
@media (min-width: 425px) {
		.hero-clip4 {
    max-height: 220px;
	}
}

/* clip the large laptop image */
@media (min-width: 768px) {
	.hero-clip2 {
		margin-bottom: -17%;
	}
    .hero-clip3 {
        margin-bottom: -6%;
    }
		.hero-clip4 {
    max-height: 320px;
	}
}
@media (min-width: 1024px) {
		.hero-clip4 {
    max-height: 420px;
	}
}

@media (min-width: 1440px) {
		.hero-clip4 {
    max-height: 450px;
	}
}

/* clip the large laptop image */
@media (min-width: 1100px) {
	.hero-clip2 {
		margin-bottom: -14%;
	}
    .hero-clip3 {
        margin-bottom: -4%;
    }
}

section.bgcolorable {
	overflow: hidden;
}

/* breadcrumbs */

.elementor-page 
.elementor-element.custom-crumbs {
	padding: 12px 12px 24px 12px;
}

.elementor-page 
.elementor-element.custom-crumbs ul {
	margin: 0;
}

.elementor-page 
.elementor-element.custom-crumbs i {
	margin: 0 1rem;
}

.elementor-page 
.elementor-element.custom-crumbs .elementor-icon-list-items .elementor-icon-list-item {
	display: flex;
	align-items: center;
}

.elementor-page 
.elementor-element.custom-crumbs li.elementor-icon-list-item > a {
	display: flex;
	align-items: center;
}

.elementor-page 
.elementor-element.custom-crumbs li.elementor-icon-list-item .elementor-icon-list-text {
	align-self: unset;    
}

/* breadcrumbs trust center */

.elementor-page .elementor-element
.breadcrumbs-trust-center a .elementor-icon-list-text {
	color: var(--ryan-royal-blue);
  text-decoration: underline;
}

.elementor-page .elementor-element
.breadcrumbs-trust-center .elementor-icon-list-text {
	font-size: 16px;
}

/* modal popup container - JS used to display and hide in Code Snippets */

.modal-popup {
	align-items: center;
  justify-content: center;
	z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #f3f3f3;
  padding: 12px;
	height: auto; /* 800px */
	max-height: 90%;
	width: 94%;
	max-width: 800px;
	border-radius: 5px;
  overflow-y: scroll;
  box-shadow: inset 0 -10px 15px -10px var(--ryan-grey);
	scrollbar-width: none;
}

.modal-content::-webkit-scrollbar { 
  display: none;
}

.modal-content div.elementor,
.modal-content div.elementor > section,
.modal-content div.elementor > section > div {
  height: 100%;
}

.close-button {
  display: flex;
  align-items: center;
	position: absolute;
	top: 3px;
	right: 14px;
	font-size: 24px;
  font-weight: 300;
	cursor: pointer;
	color: #3E4050;
  z-index: 1;
}

span.close-text {
  color: var(--ryan-grey);
  font-family: var(--font-myriad);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
	.modal-content {
		/* height: 930px; */
		max-height: 88%;
	}
}

/* TABS (Contact form) */

#swiperPagesContactForms li.nav-item {
	margin: 0;
}

#swiperPagesContactForms ul.nav-tabs {
	margin-bottom: 50px;
	display: inline-flex;
}

#swiperPagesContactForms a.nav-link {
	display: inline-block;
	padding: 12px 24px;
	border: 1px solid #D2D3DC;
	background: white;
	color: var(--ryan-grey);
	font-family: var(--font-myriad);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#swiperPagesContactForms li.nav-item:first-child a.nav-link {
	border-radius: 4px 0px 0px 4px;
}

#swiperPagesContactForms li.nav-item:last-child a.nav-link {
	border-radius: 0px 4px 4px 0px;
}

#swiperPagesContactForms a.nav-link.active {
	background: var(--ryan-royal-blue);
	color: white;
	border-color: var(--ryan-royal-blue);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.bottom-border-swiper::before {
	position: absolute;
	content: '';
	top: 49px;
	background: var(--middle-grey);
	height: 1px;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.bottom-border-swiper::before {
		top: 42px;
	}
}

/* TABS (trust center) - replacement for Swipers to remove Elementor pro */

#trustCenterTabs .litho-tabs .nav-tabs {
	white-space: nowrap;
	/*justify-content: center;*/
	align-items: end;
	padding-bottom: 48px;
	text-align: center;
	overflow: scroll;
	margin: 0;
	display: block;
}

@media (max-width: 1024px) {
	#trustCenterTabs .litho-tabs .nav-tabs {
		/*display: flex; */
		width: auto;
		justify-content: flex-start;
		scrollbar-width: none;
	}
}

#trustCenterTabs .litho-tabs .nav-tabs::-webkit-scrollbar {
	display: none;
}

#trustCenterTabs .tab-style-1 .nav-tabs>li.nav-item {
	display: inline-block;
}

#trustCenterTabs .tab-style-1 .nav-tabs>li.nav-item>a.nav-link:hover+.tab-border {
	opacity: 0;
}

#trustCenterTabs .tab-style-1 .nav-tabs>li.nav-item>a.nav-link.active:hover+.tab-border {
	opacity: 1;
}

#trustCenterTabs .tab-content .tab-pane {
	padding-left: 15px;
	padding-right: 15px;
}

#trustCenterTabs .litho-tabs .nav-tabs .nav-link, #trustCenterTabs .litho-tabs .nav-tabs .tab-border,
#trustCenterTabs .tab-content .tab-pane {
	transition: none;
}

/* version selector for pages (e.g. in trust center) */
#pageVersionSelector {
  appearance: none;
	margin-bottom: 56px;
	margin-left: 10px;
	border-color: #AAB9BF;
	border-radius: 6px;
	line-height: 16px;
	padding: 12px 40px 12px 12px;
	background-image: url('/wp-content/uploads/2023/09/Down-page-selector.svg');
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-position-x: 100%;
	font-family: var(--font-myriad);
	font-size: 16px;
	color: #7A7C8E;
}

/* subscribe form coded into bottom of news and insights and single.php pages */

a#subscribe-form {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
}

.subscribe-form-container {
	padding: 40px 40px 65px 40px;
	background: url('/wp-content/uploads/2023/09/news-and-insights-mail-subscribe.svg');
	text-align: center;
	max-width: 1170px;
	width: 98%;
	margin: auto;
	border-radius: 24px;
}

.subscribe-form-container h3 {
	font-size: 40px;
	color: white;
	font-family: var(--font-myriad);
	font-weight: 600;
	letter-spacing: -0.5px;
	line-height: 46px;
	text-align: center;
	margin-bottom: 16px;
}

.subscribe-form-container p {
	font-size: 1.25rem;
	color: white;
	font-family: var(--font-lato);
	line-height: 30px;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 50px;
}

.subscribe-form-container #subscribe-popup-btn {
	border-radius: 115px;
	margin-bottom: 25px;
	background-color: white;
	color: var(--ryan-primary-navy);
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: 600;
	padding: 16px 30px;
	font-family: var(--font-myriad);
	text-transform: uppercase;
	border: 1px solid white;
  transition: all 0.3s ease-in-out;
}

.subscribe-form-container #subscribe-popup-btn:hover {
	background: var(--ryan-light-blue);
	border: 1px solid var(--ryan-light-blue);
	cursor: pointer;
}

/* privacy notice data subject request form */

.privacy-notice-dsar-block .elementor-inner-section {
	height: 100%;
}

.privacy-notice-dsar-block .elementor-container {
	padding: 16px;
}

.privacy-notice-dsar-block .elementor-button {
	margin-top: auto;
}

/* table of contents - trust center */

@media only screen and (max-width: 768px) {
	.first-section-by-table-of-contents {
		order: 1;
	}
}

.table-of-contents h3 {
	font-family: var(--font-myriad);
	font-size: 24px;
	line-height: 36px;
	color: var(--ryan-primary-navy);
	font-weight: 600;
	margin-bottom: 15px;
}

.table-of-contents .content {
	line-height: 24px;
}

.table-of-contents a {
	color: var(--ryan-royal-blue);
	font-size: 16px;
}

.table-of-contents a:hover {
	text-decoration: underline;
}

/* ratepoint sales tax calculator */

.sales-tax-calculator-form-container .ratepoint-signup-form-container {
	display: none;
}

.sales-tax-calculator-form-container.rate-limit-popup-show .ratepoint-signup-form-container,
.sales-tax-calculator-form-container.rate-limit-popup-show .modal-popup {
	display: block;
}

.sales-tax-calculator-form-container.rate-limit-popup-show .modal-popup {
	border-radius: 24px;
}

.sales-tax-calculator-form-container.rate-limit-popup-show .ratepoint-calculator-inner-section {
	filter: blur(2px);
	pointer-events: none;
}

.ratepoint-calculator-inner-section > div > .elementor-column.elementor-col-50 {
	width: 100%;
}

.ratepoint-calculator-inner-section > div > .elementor-column.elementor-col-50 >  div:first-child  {
	width: 50%;
}

.ratepoint-calculator-inner-section > div > .elementor-column.elementor-col-50 >  div:last-child  {
	width: 50%;
}

@media only screen and (max-width: 769px) {
	.ratepoint-calculator-inner-section > div > .elementor-column.elementor-col-50 {
		flex-direction: column;
	}
	
	.ratepoint-calculator-inner-section > div > .elementor-column.elementor-col-50 >  div:first-child,
	.ratepoint-calculator-inner-section > div > .elementor-column.elementor-col-50 >  div:last-child {
		width: 100%;
	}
}

.ratepoint-calculator-inner-section .search-title {
	display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  line-height: 32px;
}

.ratepoint-calculator-inner-section .search-title > .elementor-widget-container {
	width: 100%;
	margin-bottom: 16px
}

.ratepoint-calculator-inner-section .search-title h3 {
	display: inline-block;
	margin-right: 16px;
}

.ratepoint-calculator-inner-section #resetForm {
	margin-left: 10px;
  font-size: 16px;
  color: #1a6af9;
  text-decoration: underline;
  float: right;
}

.ratepoint-calculator-inner-section #resetForm:hover {
	cursor: pointer;
}

.ratepoint-calc-result-table .row:nth-child(even) {
	background-color: #F8F8FA;
}

.ratepoint-calc-result-table .row div {
	font-family: var(--font-myriad);
	font-size: 16px;
	line-height: 24px;
	color: var(--ryan-grey);
	padding: 10px 16px;
}

.ratepoint-calc-result-table .row div:nth-child(2) {
	padding-left: 12px;
	padding-right: 12px;
}

.ratepoint-calc-result-table .row:not(:first-child) div:nth-child(2) {
	text-transform: uppercase;
	overflow-x: scroll;
	scrollbar-width: none;
}

.ratepoint-calc-result-table .row:not(:first-child) div:nth-child(2)::-webkit-scrollbar {
	display: none;
}

.ratepoint-calc-result-table #unincorp-info {
	vertical-align: middle;
	display: inline-block;
	position: relative;
}

.ratepoint-calc-result-table #unincorp-info:hover {
	cursor: pointer;
}

.ratepoint-calc-result-table #unincorp-info-ex {
	display: none;
	cursor: default;
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 300px;
	background: white;
	border-radius: 3px;
	padding: 11px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.ratepoint-calc-result-table #unincorp-info:hover #unincorp-info-ex {
	display: block;
}

.ratepoint-calc-result-table #unincorp-info img {
	height: 24px;
	vertical-align: middle;
}

.ratepoint-calc-result-table .row.d2,
.ratepoint-calc-result-table .row.d3,
.ratepoint-calc-result-table .row.d4,
.ratepoint-calc-result-table .row.d5 {
	display: none;
}

.ratepoint-calc-result-table .total-rate {
	padding-right: 0 !important;
}

.ratepoint-calc-result-table #dollarAmt {
	/* margin-right: -10px;
	float: right; */
	text-align: left;
	color: #737585;
}

/* testimonial section (on careers page) */

.testimonial-section {
	background: linear-gradient(356deg, var(--ryan-primary-navy) 5.29%, #0C2381 63.92%, var(--ryan-primary-blue) 98.23%);
}

.testimonial-section .testimonial .elementor-column {
	flex-direction: column;
	padding: 0 15px;
	box-sizing: border-box;
}

.testimonial-section .testimonial .elementor-column:first-child {
	margin: 0px 0px 0px 75px;
	width: 75%;
}

.testimonial-section .testimonial .elementor-column:last-child {
	width: 25%;
}

@media only screen and (max-width: 1024px) {
	.testimonial-section .testimonial .elementor-column:first-child {
		margin: 0px 0px 24px 0;
		width: 100%;
	}

	.testimonial-section .testimonial .elementor-column:last-child {
		margin: 0;
		width: 100%;
	}
}

.testimonial-section .testimonial .quote {

}

.testimonial-section .content-carousel-style-4 .content-box .slide-description {
	opacity: 1;
}

.testimonial-section .testimonial p {
	color: white;
	font-family: var(--font-myriad);
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	padding-top: 20px;
}

.testimonial-section .testimonial .headshot {
	border-radius: 200px 200px 200px 200px;
	margin: auto;
}

.testimonial-section .testimonial .name, .testimonial-section .testimonial .title {
	color: white;
	font-family: var(--font-myriad);
	font-size: 24px;
	line-height: 33px;
	text-align: center;
}

.testimonial-section .testimonial .name {
	margin-top: 15px;
	font-weight: 600;
}

.testimonial-section .testimonial .title {
	margin-top: 12px;
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


/* careers page components */

.community-outreach img {
	width: 100%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.job-bucket-categories {
	padding: 40px;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 24px;
	border-radius: 10px;
	border: 1px solid var(--middle-grey);
	box-shadow: 0px 24px 38px 0px rgba(0, 0, 0, 0.04), 0px 9px 46px 0px rgba(0, 0, 0, 0.03), 0px 11px 15px 0px rgba(0, 0, 0, 0.05);
}

.job-bucket-categories:first-child {
	margin-left: 2%;
}

.job-bucket-categories:last-child {
	margin-right: 2%;
} 

@media (max-width: 1024px) {
	.job-bucket-categories.elementor-column.elementor-col-33 {
		width: 100%;
		margin-left: 2%;
		margin-right: 2%;
	}
}

.job-bucket-categories.empty  {
	border: none;
	box-shadow: none;
}

.job-bucket-categories h3 {
	color: var(--ryan-primary-navy);
	font-family: var(--font-myriad);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 8px;
}

.job-bucket-categories p {
	font-family: var(--font-lato);
	color: var(--ryan-grey);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.3px;
	margin-bottom: 16px;
}

.job-bucket-categories a {
	color: var(--ryan-royal-blue);
	position: relative;
}

.job-bucket-categories a:hover, .job-bucket-categories a:hover:after {
	color: var(--ryan-primary-blue) !important;
	border-bottom-color: var(--ryan-primary-blue);
}

.job-bucket-categories a::after {
	content: '';
	width: 100%;
	height: 100%;
	transition: .3s all ease;
	display: block;
	border-bottom: 1px solid var(--ryan-royal-blue);
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
}