@charset "utf-8";
/* CSS Document */
/* Version 01 */
/*	<link href="https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/cyber-ad-styles.css?version=24" rel="stylesheet"> */

body {
	margin: 0;
	font-family: "canada-type-gibson", arial;
	color: black;
	font-size: 18px;
	font-weight: 300;
}
h1 {
	font-size: 4.2em;
	margin-bottom: 0.6em;
}
h2 {
	font-size: 2.6em;
	color: #242a75;
	font-weight: 100;
}
h3 {
	color: #242a75;
}
h4 {
	font-size: 1.8em;
	margin-bottom: 1.5em;
	color: #00bbdd;
	font-weight: 800;
}
p {
	font-size: 1.2em;
}
img {
	max-width: 100%;
}
blockquote {
	color: white;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding: 25px 0;
	margin: 62px 0 30px;
	font-size: 1.4em;
	opacity: 1;
	-webkit-transition: all 1s;
	transition: all 1s;
}
#quote p {
	opacity: 1;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.qfadeout {
	opacity: 0 !important;
}
blockquote::before {
	content: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/icon-Quote.svg");
	width: 40px;
	margin-top: -68px;
	margin-bottom: 20px;
	display: block;
}
blockquote::after {
	content: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/icon-Quote-2.svg");
	width: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
	display: block;
	position: absolute;
	right: 16px;
}
.qpic-cont {
	min-height: 670px;
}
.quotepic-01, .quotepic-02 {
	position: absolute;
	max-height: 670px;
	bottom: 0;
	opacity: 1;
	-webkit-transition: all 1s;
	transition: all 1s;
}
#header {
	position: absolute;
	z-index: 5;
	width: 100%;
	backdrop-filter: blur(20px);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.whitebg {
	padding: 20px 0;
	background-color: rgba(255,255,255,1);
	width: 100%;
}
.semiwhite {
	background-color: rgba(255,255,255,0.8) !important;
}
.fixedhead {
	position: fixed !important;
	top: -85px;
	z-index: 3;
}
.showhead {
	top: 0;
}
#header img {
	max-height: 39px;
}
#customers {
	padding: 50px 0;
}
#banner {
	padding: 200px 0 200px;
	background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/Thales_Cybersecurity_WebsiteBannerImage_1500x750_blank.jpg?version=0") top center no-repeat #1D225F;
	background-size: cover;
}

#intro {
	padding: 100px 0 150px;
	border-radius: 100px 100px 0 0;
	background-color: white;
	margin-top: -100px;
}
#three-plaforms, #resources2 {
	padding: 100px 0 200px;
	border-radius: 100px 100px 0 0;
	background-color: #F3F3F3;
	margin-top: -100px;
}
#video {
	padding: 100px 0 200px;
	border-radius: 100px 100px 0 0;
	background-color: white;
	margin-top: -100px;
}
#resources {
	padding: 100px 0 50px;
	border-radius: 100px 100px 0 0;
	background-color: #f3f3f3;
	margin-top: -100px;
	position: relative;
	z-index: 4;
}
#quote {
	padding: 100px 0 100px;
	border-radius: 100px 100px 0 0;
	background: url('../images/pattern.jpg') top left no-repeat #242a75;
	background-size: contain;
	margin-top: -100px;
}
#stats {
	padding: 150px 0 100px;
	border-radius: 100px 100px 0 0;
	background-color: #242a75;
	margin-top: -100px;
	min-height: 1000px;
	position: relative;
}
#scale {
	padding: 100px 0 150px;
	border-radius: 100px 100px 0 0;
	background-color: white;
	margin-top: -100px;
}
.dark h1, .dark h2, .dark p {
	color: white;
}
.lblue {
	color: #00bbdd;
}
#banner p {
	color: #00bbdd;
	font-weight: bold;
}
#banner .whitetext {
	font-size: 1.4em;
	margin-bottom: 50px;
	color: white !important;
}
.navbar {
	padding: 0;
	justify-content: right;
	text-align: right;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 5px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #242a75;
}
.bluebtn, .dbluebtn {
	background-color: #00bbdd;
	padding: 8px 20px;
	color: white;
	border-radius: 7px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.dbluebtn {
	background: url('../images/icon-arrow.svg') center right no-repeat #242a75;
	background-size: 20% 50%;
	font-size: 1.4em;
	padding: 8px 51px 8px 15px;
}
.bluebtn:hover, .dbluebtn:hover {
	background-color: #0099B5;
	text-decoration: none;
	color: white;
}
.dbluebtn:hover {
	background-color: #3A42B0;
	text-decoration: none;
	color: white;
}
.border-btn {
	border: solid 1px #ffffff;
	padding: 8px 20px;
	color: white;
	border-radius: 7px;
	margin-left: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.border-btn:hover {
	background-color: white;
	text-decoration: none;
	color: #242a75;
}
.rotating-num {
	padding: 20px 0;
}
.rotating-num img {
	max-width: 100px;
	margin-bottom: 10px;
}
.iconbox {
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: end;
}
.iconbox img {
	opacity: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.iconfadeout {
	opacity: 0 !important;
}
.megatext {
	font-size: 3.5em;
	font-weight: 800;
	color: #00bbdd;
	margin: 0;
	line-height: 1em;
}
.bigtext {
	font-size: 1.8em;
	font-weight: 800;
	color: #00bbdd;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.plaform-box {
	padding: 40px 40px 20px;
	border-radius: 20px;
	min-height: 320px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.plaform-box p {
	clear: left;
}
.plaform-box:hover {
	background-color: white;
}
.plaform-box img {
	max-width: 80px;
	margin: 0 20px 20px 0;
	float: left;
}
.stat-box {
	padding: 20px 80px;
	margin: 50px 0 0;
}
.stat-box div {
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: end;
}
.stat-box img {
	max-width: 100px;
	max-height: 100px;
}
.stattext {
	font-size: 2.2em;
	font-weight: 800;
	margin-bottom: 0;
	color: #00bbdd;
}
.stickytext {
	top: -50px;
	position: absolute;
	z-index: 3;
}
.fixedtext {
	position: fixed;
	width: 100%;
	top: 0px;
	backdrop-filter: blur(10px);
	padding: 10px 20px;
	margin-left: -20px;
}
.tcbox {
	padding: 100px 0;
	position: relative;
	z-index: 2;
}
.tcbox img {
	max-width: 200px;
	max-height: 150px;
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.tcnum {
	font-size: 4.2em;
	font-weight: 800;
	margin-bottom: 0;
	line-height: 1em;
	opacity: 0;
	margin-left: -30px;
	margin-right: 30px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.tctext {
	font-size: 2.2em;
	font-weight: 800;
	line-height: 1em;
	margin-left: -30px;
	margin-right: 30px;
	opacity: 0;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
.showstat {
	opacity: 1;
	margin-left: 0;
	margin-right: 0;
}
.stickyimg {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 100px 0 0;
}
.fixme {
	position: fixed !important;
}
.logos {
	display: flex;
	justify-content: space-around;
	margin: 50px 0;
}
.logos img {
	max-width: 200px;
	height: auto;
}
.resource-cont, .resource-cont2 {
	overflow: auto;
	height: 560px;
	width: 100%;
	margin: 20px 0;
	scroll-snap-type: x mandatory;
	overscroll-behavior-x: contain;
	display: grid;
	scrollbar-width: none;
	grid-template-columns: repeat(7, 1fr);
	scroll-behavior: smooth;
}
.resource-cont2 {
	height: 625px;
	grid-template-columns: repeat(6, 1fr);
}
.resource, .resource2 {
	border-radius: 20px;
	box-sizing: border-box;
	scroll-snap-align: start;
	text-align: left;
	width: 400px;
	margin-right: 20px;
}
.resource2 {
	width: 345px;
}
.resource img, .resource2 img {
	border-radius: 20px 20px 0 0;
}
.whiterbox {
	background-color: white;
	padding: 20px 30px 15px;
	border-radius: 0 0 20px 20px;
	min-height: 240px;
}
.whiterbox2 {
	background-color: white;
	padding: 20px 30px 15px;
	border-radius: 0 0 20px 20px;
	min-height: 340px;
}
.sliderbtn {
	display: inline-block;
	border: solid 1px #242a75;
	border-radius: 20px;
	width: 40px;
	height: 40px;
}
.sleft, .sleft2 {
	background: url('https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/icon-left-arrow.svg') 42% 50% no-repeat;
	background-size: 36%;
}
.sright, .sright2 {
	background: url('https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/icon-right-arrow.svg') 57% 50% no-repeat;
	background-size: 36%;
}
.sliderbtn:hover {
	cursor: pointer;
}
/* Form Styles */
.form-cont {
	background-color: #242a75;
	text-align: left;
	position: absolute;
	top: -546px;
	left: 50%;
	width: 80%;
	transform: translateX(-50%);
	padding: 50px;
	border-radius: 30px;
	display: none;
}
.form-cont99::after {
	content: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/downarrow.svg?version=0");
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.form-cont-mc, .form-cont-com, .form-cont-ti, .form-cont-app, .form-cont-all,
.form-cont-b2b, .form-cont-bb, .form-cont-dtr, .form-cont-css,
.form-cont-dti, .form-cont-dsp, .form-cont-asp, .form-cont-oip,
.form-cont2, .form-cont3, .form-cont4, .form-cont-ai {
	background-color: #242a75;
	text-align: left;
	position: fixed;
	top: 30px;
	left: 50%;
	width: 40%;
	transform: translateX(-50%);
	padding: 50px;
	border-radius: 30px;
	z-index: 10;
	display: none;
	max-height: 100%;
	/* overflow: scroll; */
}
.form-cont-mc img, .form-cont-com img, .form-cont-ti img, .form-cont-app img,  .form-cont-all img,
.form-cont-b2b img, .form-cont-bb img, .form-cont-dtr img, .form-cont-css img,
.form-cont-dti img, .form-cont-dsp img, .form-cont-asp img, .form-cont-oip img,
.form-cont2 img, .form-cont3 img, .form-cont4 img, .form-cont-ai img {
	max-height: 42px;
	float: right;
}
.form-cont-mc img:hover, .form-cont-com img:hover, .form-cont-ti img:hover, .form-cont-app img:hover,  .form-cont-all img:hover,
.form-cont-b2b img:hover, .form-cont-bb img:hover, .form-cont-dtr img:hover, .form-cont-css img:hover,
.form-cont-dti img:hover, .form-cont-dsp img:hover, .form-cont-asp img:hover, .form-cont-oip img:hover,
.form-cont2 img:hover, .form-cont3 img:hover, .form-cont4 img:hover, .form-cont-ai img:hover {
	cursor: pointer;
}
#mktoForm_5115 input, #mktoForm_5151 input, #form input {
	border: solid 1px white;
	background: #ffffff;
	color: #666666;
	border-radius: 10px;
	padding: 8px 10px;
	width: 100%;
	font-weight: 100;
}
#mktoForm_5115 select, #mktoForm_5151 select, #form select {
	border: solid 1px white;
	background: white;
	color: #666666;
	border-radius: 10px;
	padding: 8px 10px;
	width: 100%;
	font-weight: 100;
}
#mktoForm_5115 .mktoButton, #mktoForm_5151 .mktoButton, #form .submit input  {
	margin-bottom: 0!important;
	border: solid 1px white;
	background: none;
	border-radius: 10px;
	padding: 5px 10px;
	width:100%;
}
#mktoForm_5115 .mktoButton, #mktoForm_5151 .mktoButton,
#mktoForm_5115 .mktoButton:hover, #mktoForm_5151 .mktoButton:hover {
	background-color: #00bbdd;
	border-color: #00bbdd;
}
.mktoCheckboxList {
	color: #ffffff;
}



#mktoForm_7523 input, #mktoForm_7530 input, #form input {
	border: solid 1px white;
	background: #ffffff;
	color: #666666;
	border-radius: 10px;
	padding: 8px 10px;
	width: 100%;
	font-weight: 100;
}
#mktoForm_7523 select, #mktoForm_7530 select, #form select {
	border: solid 1px white;
	background: #ffffff;
	color: #666;
	border-radius: 10px;
	padding: 8px 10px;
	width: 100%;
	font-weight: 100;
}
#mktoForm_7523 .mktoButton, #mktoForm_7530 .mktoButton, #form .submit input  {
	margin-bottom: 0!important;
	border: solid 1px white;
	background: none;
	border-radius: 10px;
	padding: 5px 10px;
	width:100%;
}
.mktoButtonWrap {
	margin-left: 0 !important;
}
.mktoButtonRow {
	margin-top: 10px !important;
    margin-bottom: 20px !important;
}
#mktoForm_7523 .mktoButton, #mktoForm_7530 .mktoButton,
#mktoForm_7523 .mktoButton:hover, #mktoForm_7530 .mktoButton:hover {
	background-color: #00bbdd;
	border-color: #00bbdd;
}
.mktoForm .mktoGutter, .mktoForm .mktoOffset {
	display: none;
}
.mktoForm .mktoHtmlText a {
    color: #00bbdd;
}
::placeholder {
  color: #777777;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: #aaaaaa;
}
.prodchoice {
	display: flex;
}
.prodchoice p {
	padding: 15px;
	background-color: #434994;
	border-radius: 10px;
	margin-right: 5px;
	font-size: 0.9em;
	font-weight: 800;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.prodchoice p:hover {
	background-color: #6369BB;
	cursor: pointer;
}
.productselected {
	background-color: #171C51 !important;
}
/* Footer Styles */
#footer {
    padding: 50px 0;
    border-top: 2px solid #afc9e5;
	background-color: #141534;
	color: white;
	margin-bottom: 0;
	border-bottom: none;
	position: relative;
}

#footer img {
    padding-bottom: 20px;
}
.social {
    margin-top: 15px;
}
.social a {
    width: 30px;
    height: 30px;
    text-indent: -999px;
    display: inline-block;
    -webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.linkedin {
    background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/footer-linkedin_icon.png?version=0") center center no-repeat;
    background-size: 100%;
}
.twitter {
    background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/footer-x_icon.png?version=0") center center no-repeat;
    background-size: 100%;
}
.facebook {
    background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/footer-facebook_icon.png?version=0") center center no-repeat;
    background-size: 100%;
}
.youtube {
    background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/footer-youtube_icon.png?version=0") center center no-repeat;
    background-size: 100%;
}
.blog {
	background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/footer-blog.png?version=0") center center no-repeat;
    background-size: 100%;
}
.podcast {
	background: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/footer-podcast.png?version=0") center center no-repeat;
    background-size: 100%;
}
.privacy {
    font-size: 0.8em;
    margin-top: 30px;
	font-weight: 100;
	display: inline-block;
}
.privacy a {
    padding: 0 15px;
	color: white;
}
.mobalign p { 
	font-size: 0.8em;
	font-weight: 100;
}
.flex-services {
	display: flex;
}
.flex-services div {
	flex-basis: 17%;
}
.flex-services p {
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 1em;
	font-weight: 100;
}
.flex-services a {
	font-size: 0.8em;
	color: #9e9e9e;
}
.footer-logo {
	max-width: 70%;
}
#footer ul {
	list-style: none;
	font-size: 0.8em;
	margin-top: 30px;
	display: inline-flex;
	float: right;
	flex-wrap: wrap;
}
#footer ul li {
	padding: 0 15px;
	border-right: 1px solid #fff;
	font-weight: 100;
}
#footer ul li a {
	color: white;
}
.last {
	border: none !important;
	padding-right: 0 !important;
}
.carousel-control-next-icon {
	background-image: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/next-icon.svg");
}
.carousel-control-prev-icon {
	background-image: url("https://engage-cybersec.thalesgroup.com/rs/727-WRL-406/images/prev-icon.svg");
}
@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}
@media (max-width: 1536px) {
	h1 {
		font-size: 3.2em;
	}
	h2 {
		font-size: 2.3em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1.5em;
	}
	p {
		font-size: 1.1em;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 0.8rem;
		padding-right: 0.8rem;
	}
	#banner {
		padding: 200px 0 280px;
	}
	.plaform-box {
		padding: 35px 25px 20px;
	}
	.plaform-box img {
		max-width: 70px;
	}
	.form-cont {
		width: 100%;
		top: -552px;
	}
	.qpic-cont {
		min-height: 580px;
	}
	.stat-box {
		padding: 20px 50px;
	}
	.logos img {
		max-width: 160px;
	}
	.whiterbox2 {
		padding: 20px 27px 15px;
	}
	.whiterbox2 p {
		font-size: 0.9em;
	}
	.resource2 {
		width: 245px;
	}
	.resource2 .bluebtn {
		padding: 8px 10px;
	}
	.resource-cont2 {
		height: 539px;
	}
}
@media (max-width: 1200px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	h1 {
		font-size: 3em;
	}
	h2 {
		font-size: 2em;
	}
	h3 {
		font-size: 1.2em;
	}
	p {
		font-size: 1em;
	}
	#banner {
		padding: 180px 0 250px;
	}
	.plaform-box {
		min-height: 305px;
	}
	.plaform-box img {
		max-width: 60px;
		margin: 0 15px 20px 0;
	}
	.form-cont {
		width: 100%;
		top: -555px;
	}
	blockquote {
		font-size: 1.3em;
	}
	.stat-box {
		padding: 20px 25px;
	}
	.logos img {
		max-width: 140px;
	}
	.resource-cont2 {
		height: 510px;
	}
	.whiterbox2 {
		padding: 15px 20px 15px;
		min-height: 270px;
	}
	.whiterbox2 p {
		font-size: 0.9em;
	}
	#resources2 .bluebtn {
		padding: 8px 15px;
	}
}
@media (max-width: 992px) {
	#intro {
		border-radius: 70px 70px 0 0;
		padding: 70px 0 120px;
	}
	.plaform-box {
		min-height: auto;
	}
	blockquote {
		font-size: 1.2em;
	}
	.stattext {
		font-size: 1.8em;
	}
	.stat-box {
		padding: 20px 8px;
	}
	.stat-box img {
		max-width: 70px;
	}
	.logos img {
		max-width: 100px;
	}
	.tcbox {
		padding: 60px 0;
	}
	.tcnum {
		font-size: 3.5em;
	}
	.tctext {
		font-size: 2em;
	}
	.stickyimg {
		border-radius: 100px 100px 0 0;
	}
	.form-cont {
		top: -533px;
	}
	.form-cont-mc, .form-cont-com, .form-cont-ti, .form-cont-app, .form-cont-all,
	.form-cont-b2b, .form-cont-bb, .form-cont-dtr, .form-cont-css,
	.form-cont-dti, .form-cont-dsp, .form-cont-asp, .form-cont-oip,
	.form-cont2, .form-cont3, .form-cont4, .form-cont-ai {
			width: 60%;
	}
.shield { 
		width: 65%;
        float: unset !important;
        margin-top: 0px !important;
        margin: 0 15% 0 15%;
	}
@media (max-width: 768px) {
	.whitebg {
		padding: 15px 0;
	}
	#banner {
		padding: 130px 0 160px;
	}
	.form-cont {
		top: -556px;
	}
	.qpic-cont {
		min-height: 360px;
	}
	.quotepic-01, .quotepic-02 {
		max-width: 60%;
	}
	#quote {
		background-size: cover;
	}
	.stat-box {
		padding: 0 8px;
		margin: 0;
	}
	.logos img {
		max-width: 120px;
	}
	.logos {
		flex-wrap: wrap;
	}
	.stickyimg {
		left: 130px;
	}
	.sliderbtn {
		display: none;
	}
	.resource-cont {
		height: 482px;
	}
	.resource, .resource2 {
		width: 300px;
	}
}
@media (max-width: 596px) {
	h1 {
		font-size: 2.1em;
	}
	h2 {
		font-size: 1.5em;
		text-align: left;
	}
	h3 {
		font-size: 1.2em;
		text-align: left;
	}
	h4 {
		font-size: 1.2em;
		text-align: left;
	}
	p {
		font-size: 1em;
		text-align: left;
	}
	.rotating-num {
		padding: 5px 0;
	}
	.iconbox img {
		max-width: 80px;
	}
	.navbar-toggler {
		padding: 0.1rem 0.3rem;
	}
	.navbar-toggler-icon {
		width: 1em;
		height: 1em;
	}
	.nav-link {
		padding-top: 0.1rem;
		padding-bottom: 0.1rem;
	}
	#banner {
		padding: 100px 0 70px;
/*		background-position: right 50px;
		background-size: auto 250px; */
	}
	#intro {
		border-radius: 30px 30px 0 0;
		padding: 50px 0 30px;
		margin-top: -30px;
	}
	
	#three-plaforms {
		border-radius: 30px 30px 0 0;
		padding: 50px 0 60px;
		margin-top: -30px;
	}
	#quote {
		border-radius: 30px 30px 0 0;
		padding: 50px 0 30px;
		margin-top: -30px;
	}
	#scale {
		border-radius: 30px 30px 0 0;
		padding: 50px 0 30px;
		margin-top: -30px;
	}
	#video {
		border-radius: 30px 30px 0 0;
		padding: 50px 0 60px;
		margin-top: -30px;
	}
	#stats {
		border-radius: 0;
		padding: 50px 0 30px;
		margin-top: -30px;
	}
	#resources, #resources2 {
		border-radius: 30px 30px 0 0;
		padding: 50px 0 30px;
		margin-top: -30px;
	}
	
	.stickytext {
		top: 0;
	}
	blockquote {
		font-size: 1em;
	}
	.plaform-box {
		padding: 10px 10px 10px;
		margin-bottom: 20px;
	}
	.megatext {
		font-size: 2.5em;
		text-align: center !important;
	}
	.bigtext {
		font-size: 1.2em;
		text-align: center !important;
	}
	.flex-services {
		flex-wrap: wrap;
	}
	.rotating-num {
		min-height: 240px;
	}
	#footer ul {
		margin: 0;
		padding: 0;
	}
	#footer img {
		max-width: 60%;
	}
	#footer {
		padding: 20px;
	}
	.form-cont {
		top: -563px;
		padding: 30px;
		width: 93%;
	}
	.form-cont::after {
		left: 20%;
	}
	.prodchoice {
		flex-wrap: wrap;
	}
	.prodchoice p {
		margin-bottom: 5px;
		width: 100%;
	}
	.qpic-cont {
		min-height: 250px;
	}
	.quotepic-01, .quotepic-02 {
		max-height: 250px;
	}
	blockquote::before, blockquote::after {
		width: 30px;
	}
	.stickyimg {
		left: -200px;
		right: auto;
		border-radius: 0;
		max-width: none;
	}
	.tcbox {
		padding: 60px 0 30px;
	}
	.tcbox img {
		max-width: 100px;
		margin-bottom: 10px;
	}
	.tcnum {
		font-size: 3em;
	}
	.tctext {
		font-size: 1.5em;
	}
	.stat-box {
		padding: 0 30px;
	}
	.stat-box p {
		text-align: center;
	}
	.stickyimg {
		display: none;
	}
	.logos {
		margin: 30px;
	}
	.resource-cont2 {
		height: 460px;
	}
	.whiterbox2 {
		min-height: 220px;
	}
	#banner .whitetext {
		font-size: 1.2em;
		margin-bottom: 20px;
	}
.form-cont-mc, .form-cont-com, .form-cont-ti, .form-cont-app,  .form-cont-all,
.form-cont-b2b, .form-cont-bb, .form-cont-dtr, .form-cont-css,
.form-cont-dti, .form-cont-dsp, .form-cont-asp, .form-cont-oip,
	.form-cont2, .form-cont3, .form-cont4, .form-cont-ai {
		width: 90%;
		padding: 30px;
	}
.form-cont-mc img, .form-cont-com img, .form-cont-ti img, .form-cont-app img,  .form-cont-all img,
.form-cont-b2b img, .form-cont-bb img, .form-cont-dtr img, .form-cont-css img,
.form-cont-dti img, .form-cont-dsp img, .form-cont-asp img, .form-cont-oip img,
	.form-cont2 img, .form-cont3 img, .form-cont4 img, .form-cont-ai img  {
		max-height: 30px;
	}
	.mktoForm {
		padding: 0 !important;
	}
}