

/* ---------------------------------------------
	01. General Styles
	----------------------------------------- */

html {
	font-size: 18px;
	background-color: #F9f9f9;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-family: "Montserrat", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

#wrapper {
	max-width:1920px;
	margin:auto;
	overflow: hidden;
	background:#fff;
}

header, footer, section {
	background-color: #fff;
}

	
p, ul, ol, button, input, textarea, select {

	color:#454749;
	font-size:100%;
	font-family: "barlow", sans-serif;
	font-weight: 400;
	font-style: normal; 
}


sup {
	position: relative;
	top: -11px;
	font-size: 70%;
	margin-left: 5px;
}


img {
	width:100%;
	height:auto;
}

a, p, ul, ol {
	line-height: 1.6;
}

a {

	text-decoration: none;
}

h2, h3 {
	font-size: 47px;
	color:#446DE0;
	font-weight: 600;
}

a:hover {
	text-decoration: underline;
}


p {
	margin-bottom:1em;
	font-weight: 400;
	width:100%;
}

p:last-of-type {
	margin-bottom:0;
}

em {
	font-style: italic;
}

strong {
	font-weight: 600;
}

.padding {
	padding-top:80px;
	padding-bottom:80px;
}


.padding-top {
	padding-top:80px;
}

.padding-bottom {
	padding-bottom:80px;
}


h1, h2, h3, h4, h5 {
	font-weight: 600;
	line-height:1.15;
	font-family: "Montserrat", sans-serif;

}


.button {
	font-family: "Montserrat", sans-serif;
	height:48px;
	padding:0 20px;
	font-weight:bold;
	border-radius: 30px;
	line-height: 48px;
	font-size: 16px;
	display: inline-block;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	
	
}


header .button {
	font-family: "Montserrat", sans-serif;
	height:48px;
	padding:0 20px;
	font-weight:bold;
	border-radius: 30px;
	line-height: 48px;
	font-size: 16px;
	display: inline-block;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	letter-spacing: 0;
	
}

.button:hover {
	text-decoration: none;
}

.button.blue {
	background:#446DE0;
	color:#fff;
}

.button.blue:hover {
	background:#202644;
}





/* ---------------------------------------------
	02. Header Styles
	----------------------------------------- */


.menu-trigger, .search-trigger {
	display: none;
	position: absolute;
	right: 1.5rem;
	top: 55px;
	font-size: 26px;
	font-weight: 300;
	color: #446DE0;
	cursor: pointer;
	}

.menu-trigger:after {
	content:'\f0c9';
	font-family:"Font Awesome 6 Pro";
	font-weight: 400;
	
}

.menu-active .menu-trigger:after {
	content:'\f00d';
	font-size: 28px;
}

.search-trigger {
	right: 3.75rem;
	font-size: 24px;
	}




header {
	position: relative;
	z-index: 2;
}

.container {
	width: 1322px;
	max-width: 95%;
}

header .row {
	height:194px;

}

header .logo {
	width: 133px;
	height: 39px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	line-height: 0;
}

header .logo img {
	width:134px;
	position: relative;
	top:5px;
}


header .logo, header ul, header .button-holder {
	 display: inline-block;
 }
 
 header ul, header .button-holder {
	 position: relative;
	 top: 10px;
 }
 
 header ul li a:hover {
 text-decoration: none;
 }

header ul li {
	list-style: none;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	letter-spacing: 0.1rem; 
	margin:0 13px;
	position: relative;
	padding-bottom:20px;
}



header ul li a {
	font-weight: 500;
	color:#454749;
	position: relative;
}


header li > a {
	position: relative; 
}

header li > a:after {
	content: '';
	position: absolute;
	display: block;
	height: 2px;
	background: #446DE0;
	width: 0;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
	transition: width 0.3s ease;
	z-index: 1;

}

header li > a:hover:after {
	width: 100%; 
}

header li .sub-menu li a:after, header li.menu-item-has-children a:after  {
	display: none!important;
}

header li .sub-menu {
	opacity: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	left: 0;
	padding: 0 20px 10px 20px;
	border-top: 2px solid #446DE0;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 15px 10px;
	background: #fff;
	min-width: 220px;
	top: 32px;
	z-index: 2;
	transition: all 0.3s ease;
}

header li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	display: block;
}

header li .sub-menu li {
	text-transform: none;
	border-bottom:0.56px solid #9F9B95;
	font-size: 15px;
	text-align: left;
	margin:0; 
	padding-bottom: 8px;
	padding-top: 15px;
	letter-spacing: 0;
	display: block;
	width:100%;
	font-family: "barlow", sans-serif;
	transition: width 0.3s ease;
}

.menu-item-has-children:after {
	font-family: "Font Awesome 6 Pro";
	content:'\f078';
	font-weight: 500;
}

header li:hover a, .menu-item-has-children:hover:after {
	color:#446DE0;
}

header li .sub-menu li a, header li:hover .sub-menu li a, header li .sub-menu li a {
	display: block;
	font-weight: 400;
	color:#454749;
	
}

header li .sub-menu li a:hover {
	font-weight:600;
	color:#446DE0;
	
}


header li .sub-menu li:last-child {
	border-bottom:0;
}



header .button-holder img {
	width: 20px;
	height: 35px;
	margin-right: 10px;
	position: relative;
	top: 12px;
	margin-left: 15px;
}


/* ---------------------------------------------
	03. Front Page Styles
	----------------------------------------- */
.home .banner {
		background-color:#F1EDE8;
		position: relative;
	}
	
	
.home .banner .center-offset {
	position: relative;
	
}
	
	.banner .row, .banner-holder {
		height:640px;
	}



.banner .arrow {
	width:34px;
	height:50px;
	cursor: pointer;
}

.banner .arrow {
  position: relative; /* Ensure the arrow is positioned relative to its normal position */
  animation: bounce 1.5s ease-in-out infinite; /* Apply the animation */
}

@keyframes bounce {
  0%, 100% {
	transform: translateY(0); /* Starting and ending at the initial position */
  }
  50% {
	transform: translateY(10px); /* Move down by 10px */
  }
}


.banner {
	position: relative;
}

.home .banner h1 {
	font-size: 47px;
	color:#446DE0;
}

.banner h3 {
	font-size: 19px;
	letter-spacing: 0.1rem;
	margin: 15px 0 30px 0;
	color: #446DE0;
	font-weight: 700;
}

.banner-holder {
	position: relative;
}

.banner-image {
position: relative;
top: -40px;
z-index: 3;
left: 30px;
}

.banner .banner-graphic {
	position: absolute;
	left: -178px;
	/*top: 85px;*/
	bottom:0;
	max-width: 345px;
	z-index: 4;
}


.home .banner .banner-graphic, .page-template-template-why-caps .banner .banner-graphic, .page-template-template-automated-saving .banner .banner-graphic {
	bottom: -210px;
}

	
.banner .banner-graphic.desktop {
display: block;
}

.banner .banner-graphic.mobile {
display: none;
}



.video-placeholder {
	position: relative;
}

.video-placeholder img {
	position: relative;
	z-index: 2;
}

.video-placeholder img.graphic {
	position: absolute;
	top:100px;
	right:-120px;
	width:210px;
	height:210px;
	z-index: 1;
}

.intro {
	background:#446DE0;
	color:#fff;
}

.intro {
	padding-top:155px;
}

.intro img.placeholder-cursor {
	cursor: pointer;
}

.intro p {
	color:inherit;
}

.intro h2 {
	font-size: 45px;
	margin-bottom:55px;

}

.home .intro h2 {
	color:#fff;
}

.intro .main-copy {
	padding:0 5rem;
	margin-bottom:30px;
}

.intro .author span {
	display: block;
	
}

.intro .author span:first-child {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	margin-bottom: 5px;
}

.intro .author span:last-child {
	font-size: 15px;

}






section.icons {
	background-color:#F1EDE8;
	line-height: 0;
}


section.icons .full {
	position: relative;
	padding-left:1rem;
}

section.icons .full img.graphic {
	position: absolute;
	right:0;
	bottom:-70px;
	z-index: 2;
	width:210px;
	height:210px;
}


section.icons .inner {
	max-width: 651px;
	padding: 0 4rem;
}

section.icons .inner li p {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-top:10px;
	padding:0 1rem;
	font-family: "Montserrat", sans-serif;
	line-height:20px;
}

section.icons .inner li .image-holder {
	height: 95px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

section.icons .inner li:nth-child(1) img {
	width:109px;
	height:84px;
}

section.icons .inner li:nth-child(2) img {
	width:92px;
	height:93px;
}


section.icons .inner li:nth-child(3) img {
	width:125px;
	height:72px;
}


section.different {
	background-size:cover;
	background-position: top center;
	background-repeat:no-repeat;
	position: relative;
}


section.different .graphic {
	position: absolute;
	left:0;
	bottom:-80px;
	height:210px;
	width:210px;
	z-index: 2;
}

section.different .row {
	height:638px;
}

section.different .inner {
	padding:0 4rem;
}

section.different h2 {
	font-size:47px;
	color:#446DE0;
	margin-bottom:30px;
}


section.different h3 {
	font-size:24px;
	color:#454749;
	margin-bottom:20px;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

.icon-list {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.icon-list li {
	text-align: center;
}



section.features .image-holder  {
	height:130px;
	display: flex;
	justify-content: center;
}

section.features p {
	padding:0 1.5rem;
}


section.features h4 {
	font-size: 22px;
	margin-top:15px;
	margin-bottom:15px;
	color:#446DE0;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

section.features h3 {
	font-size: 33px;
	margin-bottom:30px;
	color:#446DE0;
}

section.features .feature-item:nth-child(1) img {
	width:115px;
	height:103px;
}

section.features .feature-item:nth-child(2) img {
	width:123px;
	height:127px;
}


section.features .feature-item:nth-child(3) img {
	width:105px;
	height:106px;
}

section.features.padding {
	padding-top:110px;
	padding-bottom:70px;
}

section.features .padding-top {
	padding-top:80px;
}

section.features .button {
	ont-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	line-height: 1.2;
	height: auto;
}




section.software {
	background-color:#F1EDE8;
}

section.software h3 {
	color:#454749;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	margin-bottom:50px;
}

section.software li {
	list-style: none;
	margin:0;
	padding:0 40px;
	border-right:0.88px solid #646668;
}

section.software li:last-child {
	border-right:0;
}

.flexbox-list {
	display: flex; 
	justify-content: center; 
	align-items: center; 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	gap: 0; 
}

.flexbox-list li {
	text-align: center; 
}

.flexbox-list img {
	max-width: 100%;
	height: 58px;
	
	display: block;
}

section.talk {
	background-color:#446DE0;
	color:#fff;
	position: relative;
	
}

section.talk * {
	color:inherit;
}

section.talk .content-column .contact-details p {
	margin-bottom:0;
	font-weight: 500;
	letter-spacing: 0.05rem;
	font-family: "Montserrat", sans-serif;
}

section.talk .content-column .contact-details {
	margin-top:30px;

}

section.talk .content-column .contact-details  {
	 position: relative;
}

section.talk .content-column .contact-details  img {
position: absolute;
right: -41px;
width: 105px;
height: 105px;
bottom: -61px;
}

section.talk h3 {
	font-size: 56px;
	margin-bottom:10px;
}

section.talk.padding {
	padding-top:60px;
	padding-bottom:70px;
}

section.talk .contact-details a:hover {
	text-decoration: none;
	opacity: 0.7;
}


section.talk img.graphic {
	position: absolute;
	right: 0;
	width: 210px;
	height: 345px;
	bottom: 0;
	z-index: 2;
}

.forminator-edit-module {
	display: none!important;
}

body .forminator-ui.forminator-custom-form[data-design=default] .forminator-label {
	text-transform: uppercase;
	letter-spacing: 0.1rem!important;
	font-size: 14px!important;
	font-weight:600!important;
}

body .forminator-ui.forminator-design--default .forminator-label .forminator-required {
	color: #fff!important;
}

.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
	margin-bottom:20px!important;
}


.forminator-ui.forminator-custom-form[data-design=default] .forminator-input {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: unset;
	max-width: unset;
	min-height: unset;
	max-height: unset;
	height: auto;
	line-height: 1.3em;
	background-image: unset;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin: 0;
	padding: 9px 0!important;
	color:#B1C2F2!important;
		border:1px solid #fff!important;
		border-top: 0!important;
		border-left: 0!important;
		border-right:0!important;
	border-radius: 0!important;
	background:transparent;
}

.forminator-ui.forminator-custom-form[data-design=default] {
	width: 100%;
	margin: 20px 0 0 0!important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
	width: auto;
	max-width: unset;
	height: auto;
	min-height: unset;
	max-height: unset;
	cursor: pointer;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 40px!important;
	line-height:47px!important;
	height:47px!important;
	border: 0;
	background-image: unset;
	line-height: 1.45em;
	text-align: center;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	box-shadow:none!important;
	border:1px solid #fff!important;
	background-color:transparent!important;
	border-radius: 30px!important;
	text-transform: uppercase;
	letter-spacing:0.1rem;
	font-size: 16px!important;
	margin-top:15px!important;

}



.forminator-ui.forminator-custom-form[data-design=default] .forminator-button:after {
	position: relative;
	left:0;
	transition: left 0.5s ease;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-button:hover:after {
	left:5px;
}



.forminator-ui.forminator-custom-form[data-design=default] .forminator-button:after {
	content:'\f061';
	font-family: "Font Awesome 6 Pro";
	margin-left:5px;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-button:hover {
	color:#446DE0!important;
	background-color:#fff!important;
}



/* ---------------------------------------------
	04. Footer Styles
	----------------------------------------- */


footer {
	background-color:#202644;
	color:#fff;
	padding-top:120px;
	padding-bottom:70px;
}

footer.padding {
	padding-top:110px;
}

footer * {
	color:inherit;
}

footer h3 {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.15rem;
	margin-left: 20px;
	line-height: 1;
	position: relative;
	top: -4px;
	display: inline-block;
	width:auto;
}


footer .logo img {
	width:134px;
}

footer .copyright {
	position: relative;
}

footer .copyright p {
	font-size: 12px;
}

footer hr {
	margin-top:15px;
	margin-bottom:20px;
	background:#fff;
	height:0.8px;
	display: block;
	width:100%;
}

footer span {
	display: inline-block;
	width:40px;
	text-align: center;
}

footer .ico-phone {
	width:18px;
	height:30px;
	position: relative;
	top: 6px;
}

footer .ico-mail {
	width:28px;
	height:18px;
	position: relative;
	top: 4px;
}

footer .contact-details a {
font-family: "Montserrat", sans-serif;
font-size: 18px;
font-weight: 500;
letter-spacing: 0.08rem;
	
}

footer .social-icons a {
	display: inline-block;
	height: 34px;
	width: 34px;
	border-radius: 100%;
	background: #446DE0;
	color: #fff;
	line-height: 34px;
	text-align: center;
	font-size: 20px;
	margin-left: 8px;
}


footer a:hover {
	text-decoration: none;
	opacity: 0.7;
}

footer .footer-menu li {
	list-style: none;
	font-size: 16px;
	display: block;
	margin: 8px 0;
}

footer h4 {
	color:#446DE0;
	font-size:20px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}


.hide-desktop, .search-area {
	display: none;
}






/* ---------------------------------------------
04. Wy CAAPS Page Styles
----------------------------------------- */



.banner {
	background-color:#446DE0;
}

.banner h1 {
	color:#fff;
	font-size: 102px;
}

.page-intro {
	font-size: 21px;
}

.page-intro p {
line-height:30px;
}


.columns-3.padding {
	padding-bottom:40px;
}

.columns-3 .columns-holder {
	background: #F1EDE8;
	border-radius: 30px;
	padding: 100px 40px 40px 40px;
	position: relative;
	min-height: 100%;
}

.columns-3 img.banner-graphic {
	width:148px;
	height:148px;
	position: absolute;
	top:-70px;
	left:50%;
	transform: translateX(-50%);
}

.columns-3 h3 {
	color:#446DE0;
	font-size: 30px;
}


.columns-3 .margin {
	margin: 60px 0;
}


.columns-2 {
	background:#C1D4FF;
	line-height: 0;
	margin-bottom:80px;
	margin-top:20px;
}

.columns-2 .inner {
	max-width: 593px;
float: right;
}

.columns-2 .inner h3 {
	color:#446DE0;
	font-size: 47px;
	margin-bottom:20px;
}

.columns-2 ul {
	list-style: none;
	margin-left:-2em;
}

.columns-2 ul li {
	position: relative;
	padding-left: 2em;
	margin:8px 0;
}



.columns-2 ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background-image: url(../images/ico_check-tick.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}



.columns-2-1 {
	background:#C1D4FF;
	padding-top:0;
	padding-bottom:60px;
	margin-top:100px;
}


.columns-2-1 img.graphic {
	position: absolute;
	bottom: -60px;
	right: -90px;
	width: 372px;
	height: 186px;
}

.columns-2-1 {
	position: relative;
}



.columns-2-1 .inner {

	float: right;
	font-size:20px;

}

.columns-2-1 .inner p {
	line-height: 1.4;
}

.columns-2-1 .inner h3 {
	color:#446DE0;
	font-size: 47px;
	margin-bottom:20px;
}

.columns-2-1 .main-image {
	position: relative;
	top: -50px;
	max-width: 626px;
	left: 10px;
}

.columns-2-1 .icon-image {
	position: relative;
width: 149px;
height: 149px;
top: -111px;
margin-bottom: -80px;
}

.button {
	ont-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	padding: 18px 40px;
	line-height: 1.3;
	height: auto;
	
	position: relative;
	padding-right: 60px;
}


.button i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	right:30px;
}


.image_2-column {
	position: relative;
	border-radius: 30px;
	top: 15px;
}

.video-section {
	background: #F1EDE8;
	padding:80px;
	position: relative;
}


.video-section h3 {
	color: #446DE0;
	font-size: 33px;
	margin: 30px 0 40px 0;
	line-height: 49px;
}

.video-section > img.graphic {
	position: absolute;
	left:0;
	top:200px;
	transform: rotate(-180deg);
	width:210px;
	height:210px;
}


.page-template-template-automated-saving .banner h1 {
	color: #fff;
	font-size: 52px;
}

.page-template-template-automated-saving .page-intro.padding {
	padding-top:130px;
}

.page-template-template-automated-saving .video-section {
	background: #fff;
	padding:0 80px 80px 80px;
}

.page-template-template-automated-saving .video-section > img.graphic {
	transform: none;
}

.page-template-template-automated-saving .columns-2-1 {
	background: #fff;
	padding-top: 0;
	padding-bottom: 80px;
	margin-top: 0;
}



.page-template-template-automated-saving .main-image {
	top: 0;
}



.page-template-template-automated-saving .columns-4 {
	background:#F1EDE8;
	padding-top:80px;
	padding-bottom:90px;
}

.page-template-template-automated-saving .columns-4 h3 {
	color:#446DE0;
	font-size:47px;
	margin-bottom:10px;
}

.page-template-template-automated-saving .columns-4 .content-main {
	margin-bottom:40px;
}

.page-template-template-automated-saving .columns-4 ul {
	list-style: none;
	margin-left: -2em;
	padding-right: 90px;
}

.page-template-template-automated-saving .columns-4 ul li {
	position: relative;
	padding-left: 2em;
	margin: 15px 0;
}

.page-template-template-automated-saving .columns-4 ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background-image: url(../images/ico_check-tick.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.page-template-template-automated-saving .icons {
	background:#fff;

}

.page-template-template-automated-saving .icons h3 {
	color:#446DE0;
	font-size: 47px;
	margin-bottom:10px;
}



.page-template-template-automated-saving section.icons .inner li:nth-child(1) img {
	width:95px;
	height:111px;
}

.page-template-template-automated-saving section.icons .inner li:nth-child(2) img {
	width:93px;
	height:100px;
}


.page-template-template-automated-saving section.icons .inner li:nth-child(3) img {
	width:96px;
	height:101px;
}

.page-template-template-automated-saving section.icons .inner li .image-holder {
	height: 111px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-end; 
}


.page-template-template-automated-saving section.icons .inner li p {
	padding:0;
}



.alert {
	background:#F1EDE8;
	position: relative;
	
}

.alert h3 {
	color:#446DE0;
	font-size:33px;
	margin-bottom:20px;
}

.alert .graphic-right {
	width:210px;
	height:210px;
	position: absolute;
	top:0;
	right:0;
	transform: rotate(-180deg);
}

.alert .graphic-left {
	width:210px;
	height:210px;
	position: absolute;
	top:0;
	left:0;
	transform: rotate(-180deg);
}



	.page-template-template-automated-saving section.icons p.body-copy {
	font-size: 20px;
	line-height: 27px;
}



/* PAGE TEMPLATE PAYMENT TIME REPORTING  */

 .banner.alt {
	background:#fff;
}


 .banner.alt .graphic-left {
	position: absolute;
	top:0;
	left:0;
	width:210px;
	height:210px;
	transform: rotate(180deg);
	
}

 .banner.alt h1 { 

color:#446DE0;
font-size: 53px;
margin-bottom:30px;
}


 .banner.alt .row {
height: auto;
padding-bottom: 100px;
padding-top: 60px;
}


.how-works {
	position: relative;
}

.how-works .container {
	background:#C1D4FF;
	
	padding: 40px; 
}

.how-works h2 {
	color:#446DE0;
	font-size: 53px;
	margin-bottom:30px;
}

.how-works .grid-holder {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap; 
	gap: 20px; 
	padding: 20px; 
}

.how-works .grid-item {
	display: flex;
	flex-direction: column;
	align-items: start;
	max-width: 230px;
	text-align: left;
}

.how-works .number {
	background-color: #446DE0;
	color: #fff;
	font-size: 41px;
	font-weight: 600;
	width: 81px;
	height: 80px;
	line-height: 92px;
	text-align: center;
	border-radius: 50% 50% 0 0;
	margin-bottom: 10px;
}


.how-works .content {
	font-size: 19px;
	color: #454749;
	line-height: 1.5;
	position: relative;
	margin-top:20px;
	font-family: "barlow", sans-serif;
}

.how-works .content:after {
	position: absolute;
	top:20px;
	right:-70px;
	content:'';
	height:74px;
	width:37px;
	background-image:url(../images/ico_how-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
}


.how-works .grid-item:last-child .content:after {
	display: none;
}

.how-works .graphic-right {
	position: absolute;
	right:0;
	top:-160px;
	width:215px;
	height:420px;
}


.page-template-template-payment-time-reporting .content-area {
	background:#fff;
}

.page-template-template-payment-time-reporting .content-area h3 {
	font-size:47px ;
	color:#446DE0;
	margin-bottom:30px;
}

.page-template-template-payment-time-reporting .alert h3 {
	font-size: 33px;
	line-height: 49px;
	margin-bottom:40px;
}



.page-template-template-power-bi .columns-2-1 {
	padding-bottom:0;
}



.page-template-template-power-bi .columns-2-1 img.graphic {
	bottom: 0px;
}

.page-template-template-power-bi .banner.alt .row {
	padding-bottom:0;
}


.page-template-template-power-bi .columns-2-1 ul {
	list-style: none;
	margin-left: -2em;
	padding-right: 90px;
}

.page-template-template-power-bi .columns-2-1 ul li {
	position: relative;
	padding-left: 2em;
	margin: 10px 0;
}

.page-template-template-power-bi .columns-2-1 ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background-image: url(../images/ico_check-tick.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}


.page-template-template-power-bi .columns-2-1 h2 {
	margin-bottom:20px;
	line-height:58px;
}


.page-template-template-power-bi .content-area img {
	padding-right:30px;
}

.page-template-template-power-bi .content-area h3 {
	margin-bottom:20px;
}

.page-template-template-power-bi .content-area h3:last-of-type {
	margin-top:40px;
}


.page-template-template-power-bi .content-area h3:first-of-type {
	margin-top:0px;
}



.page-template-template-project-methodology .banner h1 {
	font-size: 53px;
	margin-bottom:20px;
}


.page-template-template-project-methodology .banner p {
	color:#fff;
	max-width: 300px;
}





.page-template-template-project-methodology .content-area {
	background:#F1EDE8;
}




.page-template-template-project-methodology .content-area h3 {
	color:#446DE0;
	font-size: 45px;
	margin-bottom:40px;
}


.page-template-template-project-methodology .content-area ul {
	list-style: none;
	margin-left: -2em;
}

.page-template-template-project-methodology .content-area li {
	position: relative;
	padding-left: 2em;
	margin: 8px 0;
}


.page-template-template-project-methodology .content-area li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background-image: url(../images/ico_check-tick.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.page-template-template-project-methodology .inner h2, .page-template-template-project-methodology .inner h3 {
	margin-bottom:10px;
	margin-top:40px;
}



.page-template-template-project-methodology .content-area .col-xs-12:first-child .inner {
	padding-right:80px;

}

.page-template-template-project-methodology .content-area .col-xs-12:last-child .inner {
	padding-left:80px;
	
	
}

.page-template-template-project-methodology .alert h3 {
	line-height:49px;
	font-size:33px;
	margin-bottom:30px;
}


.page-template-template-project-methodology .image-holder {
	position: relative;
}

.page-template-template-project-methodology .image-holder img.graphic-right  {
width: 210px;
height: 210px;
position: absolute;
right: -130px;
bottom: 80px;
transform: rotate(180deg);
z-index: -1;
}




/* ---------------------------------------------
04. Proven Integrations
----------------------------------------- */


.accordion-section.padding {
	padding-top:120px;
	padding-bottom:120px;
}

.accordion-section .button i {
	right:20px;
}

.page-template-template-proven-integrations .banner h1 {
	font-size: 53px;
	line-height: 61px;
	margin-bottom: 20px;

}

.page-template-template-proven-integrations .banner p {
	font-size:21px;
	color:#fff;
	max-width:320px;
	line-height:30px;
}

#accordion .draw-outer {
	width:100%;
	padding-top:40px;
	padding-bottom:40px;
	border-top:1px solid #000;

		
}

#accordion .draw-outer:last-child {
	border-bottom:1px solid #000;
}

#accordion .draw {
	margin-top:30px;
}


#accordion h4 {
	position:relative;
	font-size: 31px;
	max-width: 400px;
	cursor: pointer;
	display: flex;
	width: 100%;
	min-width: 100%;
	
	-ms-flex-align: center;
	  -webkit-box-align: center;
	  align-items: center;
}

#accordion h4:after {
	content: '';
	height: 21px;
	width: 42px;
	background-image: url(../images/ico_accordion-arrow.svg);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(0);
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 250ms ease-out;
}

#accordion h4.active:after {
	transform:translateY(-50%) rotate(180deg);
}

#accordion span {
	display: inline-block;
	min-width:50%;
}

#accordion span:first-child {
	padding-right:15%;
}

#accordion h4 img {
	width:auto;
	height:60px;
}



#accordion ul {
	list-style: none;
	margin-left: 0;
	margin-top:10px;
	padding-right: 0;
}

#accordion li {
	position: relative;
	padding-left: 2em;
	margin: 10px 0;
}


#accordion li strong {
	color:#446DE0;
	font-weight: 600;
}

#accordion li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background-image: url(../images/ico_check-tick.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}



/* ---------------------------------------------
04. Security
----------------------------------------- */


.page-template-template-security .banner h1 {
	font-size: 53px;
	margin-bottom:20px;
}

.page-template-template-security .banner p {
	color:#fff;
	font-size: 21px;
	line-height:30px;
	max-width: 470px;
}

.page-template-template-security .features img {
	width:128px;
	height:128px;
	margin-top:50px;
	margin-bottom:20px;
}
.page-template-template-security .features h2 {
	font-size: 47px;
	line-height: 56px;
	margin-bottom:30px;
}

.page-template-template-security .features p {
	font-size: 20px;
	line-height: 26px;
	padding: 0 5px;
}


.page-template-template-security section.features.padding {
	padding-top: 90px;
	padding-bottom: 90px;
}

.page-template-template-security .alert.padding {
	padding-top: 70px;
	padding-bottom: 70px;
}


.page-template-template-security .alert h3 {
	color: #446DE0;
	font-size: 33px;
	margin-bottom: 20px;
	line-height: 49px;
	max-width: 700px;
	margin: 0 auto 50px auto;
}



/* ---------------------------------------------
07. Microsoft 365 
----------------------------------------- */



.page-template-template-microsoft365 .banner h1 {
	font-size: 50px;
	line-height:66px;
	margin-bottom:80px;
}

.page-template-template-microsoft365 .banner-icons {
	width:400px;
	height:60px;
}

.page-template-template-microsoft365 .full-width h2 {
	font-size: 45px;
	line-height: 54px;
	margin-bottom:20px;
}

.page-template-template-microsoft365 .full-width p {
	font-size: 21px;
	line-height:30px;
}

.page-template-template-microsoft365 .alert-style {
	border-radius: 30px;
	background-color:#F0ECE6;
	padding:50px 70px;
	display: flex;
	margin-top:60px;
}

.page-template-template-microsoft365 .alert-style h3 {
		color: #454749;
		font-size: 25px;
		line-height: 35px;
		font-family: "barlow", sans-serif;
		text-align: left;
		margin-left: 40px;
		padding-left: 40px;
		font-weight:600;
		border-left: 1px solid #454749;
		padding-right:70px;
}


.page-template-template-microsoft365 .alert-style img {
	width:233px;
	height:103px;

}

.page-template-template-microsoft365 .alert-style .button.clear.black i {
	margin-left:5px;
}


.page-template-template-microsoft365 .alert-style .button.clear.black {
	min-width:244px;
	border:1px solid #454749;
	color:#454749;
}

.page-template-template-microsoft365 .alert-style .button.clear.black:hover {
	color:#F0ECE6;
	background:#454749;
}

.page-template-template-microsoft365 .alert-style .column {
	flex: 0 1 auto;
	max-width: fit-content;
	width: calc(100% - 233px);
}

.page-template-template-microsoft365 .content-area ul {
	list-style: none;
	margin-left: 0;
}


.page-template-template-microsoft365 .content-area li {
	position: relative;
	padding-left: 2em;
	margin: 8px 0;
}


.page-template-template-microsoft365 .content-area li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background-image: url(../images/ico_check-tick.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.page-template-template-microsoft365 .content-area h3 {
	color: #446DE0;
	font-size: 45px;
	margin-bottom: 40px;
	padding-left:2rem;
}

.page-template-template-microsoft365  .content-area .col-xs-12:first-child .inner {
	padding-right: 80px;
}

.page-template-template-microsoft365 .content-area.padding {
	padding-top:120px;
}


.page-template-template-microsoft365 .columns-2 .inner {
	max-width: 630px;
	float: left;
	padding-left: 110px;

}

.page-template-template-microsoft365 .columns-2 {
	background: #446DE0;
	line-height: 0;
	margin-bottom: 20px;
	margin-top: 0;
}

.page-template-template-microsoft365 .columns-2 .inner h3 {
	color: #fff;
	font-size: 45px;
	line-height:58px;
	margin-bottom: 20px;
}

.page-template-template-microsoft365 .columns-2 ul li {
	position: relative;
	padding-left: 2em;
	margin: 15px 0;
	color: #fff;
	font-size: 20px;
	line-height: 27px;
}

.page-template-template-microsoft365 .columns-2 ul li:before {
	filter: brightness(0) invert(1);
}

.video-holder small {
	display: block;
	color:#202644;
	font-size:18px;
	text-transform: uppercase;
	font-weight: 600;
	padding-left:30px;
	padding-top:20px;
	letter-spacing: 0.05rem;
	line-height: 1.2;
}

.page-template-template-microsoft365 .two-col-video .col-xs-12:first-child {
	padding-right:40px;
}

.page-template-template-microsoft365 .two-col-video .col-xs-12:last-child {
	padding-left:40px;
}



.page-template-template-microsoft365 .two-col-video {
	
}




.page-template-template-microsoft365 .approver {
	background-color:#F0ECE6;
}

.page-template-template-microsoft365 .approver h3 {
	margin-bottom:80px;
}

.page-template-template-microsoft365 .approver .video-holder {
	padding-left:40px;
}

.page-template-template-microsoft365 .approver .item {
	border-bottom:1.48px solid #446DE0;
	display: flex;
	margin:40px 0;
	-ms-flex-align: end;
	  -webkit-box-align: end;
	  align-items: flex-end;
	  margin-right:40px;
}

.page-template-template-microsoft365 .approver .item:first-child {
	margin-top:0;
	
}

.page-template-template-microsoft365 .approver .item:last-child {
	margin-bottom:0;
	
}

.page-template-template-microsoft365 .approver .item img {
	width:126px;
	height:115px;
}


.page-template-template-microsoft365 .approver .item p {
	font-size:23px;
	line-height:30px;
	padding-left:30px;
	padding-bottom:20px;
}



.page-template-template-microsoft365 .alert h3 {
	margin-bottom:30px;
	max-width: 800px;
}




/* ---------------------------------------------
07. About Page Styles
----------------------------------------- */


.page-template-template-about .two-column h1, .page-template-template-about .two-column h2, .page-template-template-about .two-column h3  {
	font-size:47px;
	line-height:56px;
	color:#446DE0;
	margin-bottom:10px;
	margin-top:20px;
}

.page-template-template-about .two-column .inner-left {
	padding-right:100px;
}



.page-template-template-about .two-column .inner-right {
	padding-left:20px;
}


.page-template-template-about .two-column .inner-left img { 
max-width: 329px;
margin-top: 80px;
}

.page-template-template-about .two-column .alert h3 {
	margin-bottom:20px;
}


.page-template-template-about .two-column .alert h3 {
	margin-bottom:20px;
}


.page-template-template-about .alert-buttons {
	margin-top:30px;
	
}

.page-template-template-about .alert-buttons .button {
	margin:0 5px;
}


.page-template-template-about .alert-buttons .button:first-child {
	padding-right:40px;
}






/* ---------------------------------------------
07. Contact Page Styles
----------------------------------------- */





.page-template-template-contact .contact-area {
	background-color:#F1EDE8;
	padding-top:110px;
	padding-bottom:110px;
}

.page-template-template-contact .contact-area p a {
	font-weight: 600;
	color:#446DE0;
	font-family: "Montserrat", sans-serif;
}

.page-template-template-contact .contact-area p a:hover {
	text-decoration: none;
}

.page-template-template-contact .contact-area h1, .page-template-template-contact .contact-area h2, .page-template-template-contact .contact-area h3 {
	font-size:47px;
	line-height:56px;
	color:#446DE0;
	margin-bottom:10px;
}

.page-template-template-contact .contact-area h1 {
	margin-bottom:20px;
}

 .page-template-template-contact .contact-area h3 {
	 margin-bottom:20px;
	 font-size: 40px;
 }

.page-template-template-contact .contact-area .contact-form-holder {
	border:1.42px solid #446DE0;
	border-radius: 34px;
	padding:40px 50px 90px 50px!important;
}

.page-template-template-contact .contact-area .contact-form-holder form {
	text-align: left;
	position: relative;
	
	margin-bottom: -60px !important;
}

.page-template-template-contact .contact-area .forminator-ui.forminator-custom-form[data-design=default] .forminator-label {
	margin-bottom:5px;
}

.page-template-template-contact .contact-area .forminator-ui.forminator-custom-form[data-design=default] .forminator-error-message {
padding: 0px 10px;
}


.page-template-template-contact .contact-area .forminator-ui.forminator-custom-form[data-design=default] .forminator-error-message {
	background-color: transparent!important;
}


.page-template-template-contact .contact-area .forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
 height: 57px !important;
 border:none!important;
	 line-height: 57px !important;
 }


.page-template-template-contact .contact-area .forminator-ui.forminator-custom-form[data-design=default] .forminator-input {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: unset;
	max-width: unset;
	min-height: unset;
	max-height: unset;
	height: auto;
	line-height: 1.3em;
	background-image: unset;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin: 0;
	padding: 9px 15px!important;
	border-width: 0;
	border-style: 0;
	border-radius: 15px!important;
	background-color:#fff;
	font-family: "barlow", sans-serif!important;
	color:#000!important;
}

.page-template-template-contact .contact-area .forminator-ui.forminator-custom-form[data-design=default] .forminator-textarea {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	resize: vertical;
	margin: 0;
	min-height: 130px!important;
	background-image: unset;
	line-height: 20px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	padding: 9px 15px!important;
	border-width: 0;
	border-style: 0;
	border-radius: 15px!important;
	background-color:#fff;
	font-family: "barlow", sans-serif!important;
	color:#000!important;
}

.page-template-template-contact .contact-area .forminator-ui.forminator-design--default .forminator-label .forminator-required {
	color:#000!important;
}

.page-template-template-contact .contact-area .contact-form-holder p {
	margin-bottom:40px!important;
	padding:0 1rem;
}


.page-template-template-contact .contact-area .forminator-ui.forminator-design--default .forminator-button-submit {
	font-size: 14px;
	font-family: inherit;
	font-weight: 500;
	position: absolute!important;
	bottom: -77px;
	left: 50%;
	transform: translateX(-50%);
	background: #446DE0 !important;
	color: #fff;
}

.forminator-field-captcha {
	display:none!important;
}


.page-template-template-contact .contact-area .forminator-ui.forminator-design--default .forminator-button-submit:hover {
	color: #fff!important;
	background: #446DE0 !important;
}



.page-template-template-contact .contact-area .forminator-ui.forminator-custom-form[data-design=default] .forminator-input::placeholder,
.page-template-template-contact .contact-area .forminator-ui.forminator-custom-form[data-design=default] .forminator-textarea::placeholder {
	color: #B1B1B2 !important;
	font-family: "Barlow", sans-serif !important;
	font-size: 16px!important;
}




.page-template-template-contact .icon-holder {
	margin-top:80px;
	max-width:367px;
}


.page-template-template-contact .contact-area {
	position: relative;
	
}


.page-template-template-contact .contact-area img.contact-graphic {
	width:555px;
	height:345px;
	position: absolute;
	left:0;
	bottom:0;
}


.page-template-template-contact .contact-relative {
	position: relative;
}


.page-template-template-contact .contact-relative img.icon-graphic {
	position: absolute;
	width:105px;
	height:105px;
	right:30px;
	top:0;
	
}


.page-template-template-contact .request-demo-link {
	color:#fff;
	font-size: 18px;
	color: #446DE0;
	font-weight: 600;
	margin-top: 60px;
	width: 366px;
	padding-left: 60px;
	position: relative;
	cursor: pointer;
	letter-spacing: 0.05em;
}


.page-template-template-contact .request-demo-link img {
	width: 37px;
	height: 55px;
	position: absolute;
	left: 0;
	top: -20px;
	
	transition: all 150ms ease-out;
}


.page-template-template-contact .request-demo-link:hover img {
	top: -10px;
}

.page-template-template-contact .contact-area .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-col {

	padding: 0 5px!important;
}


.page-template-template-contact .contact-area .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row {
		
		margin-right: -5px!important;
		margin-left: -5px!important;
	}
	
	
.page-template-template-thankyou .thankyou-area {
	position: relative;
	background-color: #F1EDE8;
}

.page-template-template-thankyou .thankyou-area .row {
	height:640px;
}


.page-template-template-thankyou .thankyou-area h1 {
	font-size:78px;
	color:#446DE0;
}	

.page-template-template-thankyou .thankyou-area p {
	font-size: 24px;
}
	
	.thank-you-graphic-left {
		width:345px;
		height:555px;
		position: absolute;
		left:0;
		bottom:0;
	}
	
	.thank-you-graphic-right {
		width:345px;
		height:420px;
		position: absolute;
		right:0;
		top:10px;
	}
	
	
	.page-template-template-thankyou .icon-holder img { 
	max-width: 459px;
	margin-top: 120px;
	}
	
	.page-template-default .standard-page{
		background-color:#F1EDE8;
	}
	
.page-template-default .standard-page h1, .standard-page h1  {
	font-size:57px;
	color:#446DE0;
	margin-bottom:20px;
	margin-top:20px;
	width:100%;
}	
	
	
	.standard-page a {
		color:#446DE0;
	}
		
	.page-template-default .standard-page h2 {
		font-size:33px;
		color:#446DE0;
		margin-bottom:10px;
		margin-top:20px;
		width:100%;
	}	
	
	
	.page-template-default .standard-page h3 {
		font-size:24px;
		color:#446DE0;
		margin-bottom:10px;
		margin-top:20px;
		width:100%;
	}	
	
	
	.page-template-default .standard-page a {
		color:#446DE0;
	}
	
	

		
	
.video-design {
	line-height: 0;
border: 2.55px solid #fff;
padding: 5% 5% 10% 5%;
border-radius: 30px;
position: relative;
z-index: 2;
}


.video-design img {
	border-radius: 30px;
	overflow:hidden;
}

.video-holder {
	position: relative;
	line-height: 0;
}

.video-design a {
	width:111px;
	height:111px;
	background:#446DE0;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate3d(-50%, -50%, 0) scale(1);
	color:#fff;
	font-size: 60px;
	z-index: 2;
	line-height: 111px;
	border-radius: 100%;
	text-align: center;
	font-weight: 300;
	transition: all 250ms ease;
}


.video-design a:hover {
	transform: translate3d(-50%, -50%, 0) scale(1.1);
}

.video-design a i {
	position: relative;
	left:5px;
}

.video-design .timeline {
height: 2.55px;
width: 95%;
margin: auto;
background: #fff;
position: relative;
top: 1.7rem;
border-radius: 2px;
}

.video-design .timeline:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 46px;
	height: 24px;
	width: 24px;
	border-radius: 100%;
	background: #fff;
}




.video-design.dark {
	border-color:#202644;
}


.video-design.dark .timeline, .video-design .timeline:before {
	background:#202644;
}


.video-modal {
	display: none; /* Hidden by default */
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(255, 255, 255, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 1000;
	backdrop-filter: blur(10px);
	
}

.video-modal.active {
	display: flex; /* Show when active */
}

.video-modal video {
	max-width: 80%;
	max-height: 80%;
	display: block;
	margin: auto;
}

.close-button {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 24px;
	color: #446DE0;
	cursor: pointer;
	border:2px solid #446DE0;
	width:34px;
	height:34px;
	border-radius: 100%;
	line-height:32px;
	text-align: center;
	font-weight: 400;
	transition: all 150ms linear;
}

.close-button:hover {
background:#446DE0;
color:#fff;
}



.page-template-template-proven-integrations .video-design {
	line-height: 0;
	border:none;
	padding:none;
	border-radius: 0;
	position: relative;
	z-index: 2;
	padding:0;
}

.page-template-template-proven-integrations .video-design .timeline {
	display: none;
}


.cmplz-link.privacy-statement {
	display: none!important;
}



footer .contact-details {
	float:right;
}

.search-results .header {
	background:#F1EDE8;
}


.search-results form#searchform {
	position: relative;
	width:100%;
	
}

.search-results form#searchform button {
	display: none;
}

.search-results form#searchform input { 
width: 100%;
border: none;
padding: 16px 80px 20px 80px;
border-radius: 27px;
font-size: 30px;
line-height: 0;

}

.search-results form#searchform:before {
	content:'';
	display: block;
	position: absolute;
	left:30px;
	top:50%;
	transform: translateY(-50%);
	width:33px;
	height:33px;
	background-image:url(../images/ico_search.svg);
	background-size: contain;
	background-repeat: no-repeat;
}


.search-results .search-result-holder h5 {
	margin: 20px 0;
	font-size: 21px;
}


.search-results .search-result-holder {
	padding:50px 30px 0 30px;
}


.search-results .search-result-holder a {
	color:#446DE0;
	color: #454749;
	font-weight: 400;
}

.search-results .search-result-holder a:hover {
	color:#446DE0;
	text-decoration: none;
}

.search-results .search-result-holder h1 {
	color:#446DE0;
	font-size: 36px;
	margin-bottom:40px;
}




.search-results section.component {
	background:#F1EDE8;
}



.page-template-template-fraud-defender .columns-3.padding {
	padding-top:20px;
}



.page-template-template-boostAP-productivity h1 {
	color:#446DE0;
	font-size: 53px;
	margin-bottom:60px;
}

.page-template-template-boostAP-productivity .alert h3 {
	margin-bottom:0;
}

.page-template-template-boostAP-productivity .alert-buttons {
	margin-top:40px;
}


.page-template-template-boostAP-productivity .video-section > img.graphic {
	
	position: absolute;
	left: 0;
	top: 100px;
	transform: none;
	width: 210px;
	height: 210px;
}

.page-template-template-boostAP-productivity .video-section > img.graphic.alt {
	left: auto;
	right: 0;
	transform: rotate(-180deg);
	top: auto;
	bottom: 90px;
}



.page-template-template-boostAP-productivity .alert .graphic-right {
	display: none;
}

.page-template-template-boostAP-productivity .video-section {
	padding-top:120px;

}



.page-template-template-fraud-defender .alert h3 {
	margin-bottom:0;
}

.page-template-template-fraud-defender .alert .alert-buttons {
	margin-top:40px;
}