@charset "UTF-8";
/* CSS Document */
body
    {
        background: #fff;
		font-family: "Figtree", sans-serif;        
		font-weight: 400;
		font-style: normal;
		font-optical-sizing: auto;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
}

p{
	color:#211f20;
	font-size: 1.2em;
	line-height: 1.5em; 
	font-family: "Figtree", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
}

h1 { 
    margin-top: 0;
    margin-bottom: 15px;
	font-family: "Figtree", sans-serif;  
	font-optical-sizing: auto;
	font-style: normal;	
	font-weight: 900;
	text-align: left;
	color: #211f20;
	font-size: 2.75em;
	line-height: 1.2em;
	padding-top: 10px;
}

h1 strong{
	color: #1742f5;
	font-weight: 900;
}

h2{
	font-size:2em;
	line-height: 1.2em;
	margin-top:10px;
}

h1,
h2,
h3,
h4 {
        font-weight: 900;
		color: #211f20;
		font-family: "Figtree", sans-serif; 
		font-optical-sizing: auto;
		font-style: normal;	
    }

.blueiconsheaders 
	{
		text-transform: capitalize;
		color: #070d63;
		font-weight: 800;
		font-family: "Figtree", sans-serif;
		font-optical-sizing: auto;
		font-style: normal;
		margin-top:0px; 
		padding-top:0px;
}

/****  PRODUCT PAGE Feature titles  ****/
#productFeatures .blueiconsheaders {
	color: #1742f5;
}

i {
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.bodybold
{ 
	font-family: "Figtree", sans-serif;  
	font-optical-sizing: auto;
	font-style: normal;	
	font-weight: 700;
}


.plank1 hr{
	border-top: 1px solid #1742f5;
}

hr {
	border-top: 1px solid #999999;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}




/* ---------- GDPR BAR -----------*/
.GDPRbar{
	background: #3c454e;
	padding-bottom:5px; 
	padding-top: 10px;
}

.GDPRbar h2{
	font-family: "Figtree", sans-serif;  
	color:#FFFFFF;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
}

.GDPRbar p{
	color:#FFFFFF;
}

/*---END GDPR BAR---*/




/* img */
img{
        max-width: 100%;
        height: auto;
    }
/* img */



.gradient1{
	background: #3894FF;
	background: -webkit-linear-gradient(90deg, rgba(56, 148, 255, 1) 0%, rgba(23, 66, 245, 1) 100%);
	background: -o-linear-gradient(90deg, rgba(56, 148, 255, 1) 0%, rgba(23, 66, 245, 1) 100%);
	background: linear-gradient(90deg, rgba(56, 148, 255, 1) 0%, rgba(23, 66, 245, 1) 100%);
}

.gradient2{
	background: #081581;
	background: -webkit-linear-gradient(90deg, rgba(8, 21, 129, 1) 0%, rgba(23, 66, 245, 1) 100%);
	background: -o-linear-gradient(90deg, rgba(8, 21, 129, 1) 0%, rgba(23, 66, 245, 1) 100%);
	background: linear-gradient(90deg, rgba(8, 21, 129, 1) 0%, rgba(23, 66, 245, 1) 100%);
}

.gradient3{
    background: #1742f5;
}

.gradient4{
    background: #3894ff;
	background: -webkit-linear-gradient(left, rgba(8, 233, 235, 1) 10%, rgba(56, 148, 255, 1) 36%, rgba(122, 98, 255, 1) 63%, rgba(255, 92, 244, 1) 90%);
	background: -o-linear-gradient(left, rgba(8, 233, 235, 1) 10%, rgba(56, 148, 255, 1) 36%, rgba(122, 98, 255, 1) 63%, rgba(255, 92, 244, 1) 90%);
	background: linear-gradient(to right, rgba(8, 233, 235, 1) 10%, rgba(56, 148, 255, 1) 36%, rgba(122, 98, 255, 1) 63%, rgba(255, 92, 244, 1) 90%);
}

.graysectionbackgrounds{
	background: #EDEFF5;
	background: -webkit-linear-gradient(left, rgba(252, 253, 255, 1) 0%, rgba(237, 239, 245, 1) 100%);
	background: -o-linear-gradient(left, rgba(252, 253, 255, 1) 0%, rgba(237, 239, 245, 1) 100%);
	background: linear-gradient(to right, rgba(252, 253, 255, 1) 0%, rgba(237, 239, 245, 1) 100%);
}



.asset-thumbnail{
	margin-top:25px;
}

#about{
	background: #EDEFF5;
	background: -webkit-linear-gradient(left, rgba(252, 253, 255, 1) 0%, rgba(237, 239, 245, 1) 100%);
	background: -o-linear-gradient(left, rgba(252, 253, 255, 1) 0%, rgba(237, 239, 245, 1) 100%);
	background: linear-gradient(to right, rgba(252, 253, 255, 1) 0%, rgba(237, 239, 245, 1) 100%);
	padding-top:40px;
	padding-bottom:40px;
}



/*------------------FORM STYLES----------------*/


.clipped-corner{
	border-radius: 0 0 50px 0;
}


.buttonPrimary{
	background-color:#ffffff;
	color:#1c1d23;
	font-family: "Figtree", sans-serif; 
	font-size:18px; 
	font-weight: 800;
	text-transform: none;
	border:none;
	border-radius: 25px;
	padding-left: 25px;
	padding-right:25px;
	text-align: center;
	min-height:50px;
    transition: all 0.5s ease;
}

.buttonPrimary:hover{
	background: #211f20;
	color:#ffffff;
}

.buttonSecondary{
	background-color: #1742f5;
	border:none;
	border-radius: 25px;
	color:#ffffff;
	font-family: "Figtree", sans-serif;  
	font-size:18px; 
	font-weight: 800;
	text-transform: none;
	padding-left: 25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom: 10px;
	text-align: center;
	min-height:50px;
    transition: all 0.5s ease;
}

.buttonSecondary:hover{
	background: #211f20;
	color:#ffffff;
}

.buttonSecondaryWhite{
	background-color: inherit;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	border-radius: 25px;
	color:#FFFFFF;
	font-family: "Figtree", sans-serif; 
	font-size:18px; 
	font-weight: 700;
	text-transform: none;
	padding-left: 25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom: 10px;
	text-align: center;
	min-height:50px;
    transition: all 0.5s ease;
}

.buttonSecondaryWhite:hover{
	background:#FFFFFF;
	color:#211f20;
}

.textLink{
	color:#00b5c2 !important;
	font-family: "Figtree", sans-serif; 
	xxfont-size: 1.2em;
	xxline-height: 1.5em;
	font-weight: 600;
	text-decoration: underline;
}

.textLink:hover{
	color:#211f20 !important;
}

.textLink:visited{
	color:#6e17f2;
}

.textLinkCharcoal{
	color:#211f20;
	font-family: "Figtree", sans-serif;  
	xxfont-size: 1.2em;
	xxline-height: 1.5em;
	font-weight: 600;
	text-decoration: underline;
}
.textLinkCharcoal:hover{
	color:#ffffff!important;
}

.textLinkCharcoal:visited{
	color:#6e17f2;
}


.textLinkWhite{
	color:#FFFFFF;
	font-family: "Figtree", sans-serif;  
	xxfont-size: 1.2em;
	xxline-height: 1.5em;
	font-weight: 600;
	text-decoration: underline;
}

.textLinkWhite:hover{
	color:#00b5c2!important;
}

.textLinkWhite:visited{
	color:#6e17f2;
}


.form2021{
	margin-top:50px;
	padding: 20px;
	background-color: #1742f5;
}

#contact
    {
        background-color: #1742f5;
        color: #464646;
		font-family: "Figtree", sans-serif; 
		font-size: 1.2em;
    }
#contact h2
    {
        padding-bottom: 10px;
    }
#contact address
    {
        padding-top: 20px;
    }
#contact address .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;
    }

#contact .form-control
    {
        border: none;
        border-radius: 5px;
        box-shadow: none;
        margin-bottom: 15px;
    }
#contact input
    {
        height: 40px;
    }
#contact input[type="submit"]
	{
		height:50px;
		margin-top:30px;
        transition: all 0.5s ease;
    }

#contact input[type="submit"]:hover {
    background: #211f20;
	color:#ffffff;
}

#contact .contactMeCheckbox{
	color:#FFFFFF;
	font-size: .75em;
	line-height: 1.4em;
}

#contact .form-group{
	margin-bottom:0;
	margin-right:0;
	margin-left:0;
	margin-top:0;
}


.input-wrap {
      position: relative;
      }
    .LV_validation_message{
      	font-weight:600;
		position: absolute;
		right: 25px;
		margin-top: -50px;
      	display: flex;
		z-index: 1000;
    }
    .LV_valid{
      color:#98ca48;
      display:none;
    }
    .LV_invalid{
      color:#df4925;
      font-size:12px;
    }
    .LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
      outline: 1px solid #98ca48;
    }
    .LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
      outline: 1px solid #df4925;
    }

.formCaveat{
	color:#a4e3ed;
	font-size: .75em;
	font-style: italic;
	text-align: left;
	margin-right:20px;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:0;
}
/* ------END FORM STYLES-------*/





/*DEVICE SCREEN SIZING*/

@media (min-width: 992px) {
	.form2021{
		margin-top:-15px!important;
	}
}


/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
	.CTAbar button{
	float: right!important;
	margin-top: 0;
	}
}

@media (max-width:767px){
	.container{
		margin-left: 25px;
		margin-right: 25px;
	}
	.CTAbar button{
		float: left!important;
		margin-top: 20px;
	}
	input[type="checkbox"] {
    width: 25px;
    height: 25px;
  }  
}

@media (max-width:991px){
	.CTAbar h2{
		margin-top:0;
	}
	.quoteLogo, .quoteLogo img{
		text-align: center!important;
		max-height: 200px;
	}
	.videoPlankText{
		margin-top:25px;
	}
}


@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}


/*---- FIX MOBILE VIEW ON GATEWAY PAGE -----*/

@media (max-width: 575px){
	.gateWayBodyBlue .container{
		width:90%;
	}
	.gatewayFeaturedAsset img{
		margin-bottom:20px;
	}
}





@media (min-width: 992px) {
  .productFeatureTextLeft {
  	margin: 0;
  	position: absolute;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.productFeatureTextRight {
  margin: 0;
  position: absolute;
  top: 50%;
  right:0%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.productFeatureImageRight{
	position: absolute;
	right:0%;
	top:50%;
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.productFeatureImageLeft{
	position:absolute;
	left:0%;
	top:50%;
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
}

/* end  */


/*----------------------SECTIONS------------------------*/

/* plank1 */
.plank1{
    width: 100%;
    height: 100%;
	padding-top:60px; 
	padding-bottom:60px;
}  

#assetType{
	float: right;
	text-transform:uppercase;
	letter-spacing: 3px;
	font-weight: 900;
	font-family: "Figtree", sans-serif; 
	font-size: 16px;
	color:#1742f5;
	margin-top:15px;
}
/* end plank1 */



/* start plank */
.plank{
        padding-top: 40px;
        padding-bottom: 40px;
}
.plank p{
        padding-top: 10px;
}
.plank span{
        float: left;
}
/* end plank */






/* ------Start PRODUCT FEATURES for DEMO TRIAL TEMPLATE------*/
#productFeatures{
	    padding-top: 40px;
        padding-bottom: 40px;
}

.productFeature{
	margin-top: 30px;
	min-height: 400px;
	position: relative;
}





/* Start QUOTE OR CALLOUT */
.quoteOrCallOut{
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
}
	
.quoteOrCallOut h2{
		text-align:left;
    }
	
.quoteOrCallOut .fa{
        color: #28a7e9;
        font-size: 60px;
    }
.quoteOrCallOut h3{
        font-size: 20px;
    }

.whitequotetext {
		text-transform: none;
		font-family: "Figtree", sans-serif; 	
		color: #fff;
		line-height: 1.25em;
		font-weight: 700;
		font-size: 2em;
		margin-bottom: 0px;
		text-align: center;
		padding-bottom: 15px;
}

.quotesource {
		font-family: "Figtree", sans-serif; 		
		color: #FFFFFF;
		line-height: 3.1rem;
		font-weight: 500;
		font-size: 1.2em;
		margin-bottom: 0px;
		margin-top:0px;
		text-align: center;
}

.quoteLogo{
		text-align: left;
}

.statNumber h2{
		color:#FFFFFF;
		font-family: "Figtree", sans-serif; 
		font-weight: 900;
		font-optical-sizing: auto;
		font-style: normal;	
		font-size:7em;
		text-align: left;
		margin: 0;
		line-height: 1.1em;
}

.statText{
		vertical-align: center;
		height: inherit;
}
.statText h2{
		color:#ffffff;
		font-family: "Figtree", sans-serif; 
		font-optical-sizing: auto;
		font-style: normal;	
		font-weight: 400;
		font-size:2.5em;
		line-height: 1.25em;
}

/* end QUOTE OR CALLOUT */



/*ul*/
.featureList, .featureList ul {
  margin-top: 0;
  padding-left: 2em;
  list-style-type: none;
  font-size: .9em;
  font-family: "Figtree", sans-serif !important; 
}
.featureList li:before {
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
  font-family: "Figtree", sans-serif !important; 
}

.featureList li.tick:before {
  content: "\2713";
  color: #464646;
  font-family: "Figtree", sans-serif !important; 	
}


/*-- Im not sure what this is for 
.featureList li.cross:before {
  content: "\2717";
  color: crimson;
  font-family: "Figtree", sans-serif !important; 	
}
----/

/* end UL */




/*-----------CTA BAR------------*/
.CTAbar{
	padding-top: 45px;
	padding-bottom: 45px;
}

.CTAbar h2{
	color: #FFFFFF;
	margin-bottom: 0;
	font-weight: 900;
}

.CTAbarBtnOnly{
	text-align: center;
	float: none;
	padding-top: 45px;
	padding-bottom: 45px;
}

/*-----------end CTA BAR----------*/




/*----------CONFFIRMATION PAGES----------*/
.confirmationPage .gradient1 h1{
	color:#FFFFFF;
}

.confirmationPage .gradient1 p{
	color:#FFFFFF;
}

.confirmationPage .gradient2 h1{
	color:#FFFFFF;
}

.confirmationPage .gradient2 h2{
	color:#FFFFFF;
}

.confirmationPage .gradient2 p{
	color:#FFFFFF;
}

.confirmationPage h3{
	color:#1742f5;
}




/*---------------------RESOURCE HUB PAGE STYLES----------------*/

.resourceHubGatewayHeader{
	background-color: #ffffff;
	padding-bottom:20px;
}

.resourceHubGatewayHeader h1{
	font-size: 3.75em;
}

.resourceHubGatewayHeader p{
	font-size: 1.7em;
}

.gatewayFeaturedAsset, .gatewayFeaturedAsset2{
	padding-top:30px;
	padding-bottom: 30px;
}

.gatewayFeaturedAsset p, .gatewayFeaturedAsset h4, .gatewayFeaturedAsset a{
	color: #FFFFFF!important;
}

.gatewayFeaturedAsset2 p, .gatewayFeaturedAsset2 h4, .gatewayFeaturedAsset2 a{
	color: #FFFFFF!important;
}

.resourceHubGateway .textLink, .resourceHubGateway .textLinkCharcoal, .resourceHubGateway .textLinkWhite{
	font-size: 1.7em;
}

.resourceHubGateway .footerlinks{
	font-size: 1.4em;
}

.resourceHubGateway .boilerplate{
	font-size:1.75em;
}

.portfolio-item{
	margin-bottom: 30px;
}

.h-100 {
    height: 100%!important;
}

.card{
	font-family: "Figtree", sans-serif; 
	-moz-box-shadow: 0px 1px 3px 1px #adadad;
	-webkit-box-shadow: 0px 1px 3px 1px #adadad;
	box-shadow: 0px 1px 3px 1px #adadad;
	border-radius: 10px;
	position: relative;
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
}

.card-body{
	padding: 1.75em;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.card-img-top{
	border-radius: 0;
}

.cardIndustryTag{
	font-family: "Figtree", sans-serif; 
	color:#a7aca8;
	font-size: .9em;
	letter-spacing: 2px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.cardAssetType{
	font-family: "Figtree", sans-serif; 
	font-size: 1.3em;
	letter-spacing: 3px;
	font-weight: 900;
	text-transform: uppercase;
}

h4.card-title{
	font-family: "Figtree", sans-serif; 
	font-optical-sizing: auto;
	color: #1742f5;
	font-size: 2.3em;
	margin-top: 0;
	margin-bottom: 10px;
}

.card-title a{
	color:#1742f5;
	text-decoration: none;
}

.webinar-date{
	font-family: "Figtree", sans-serif; 
	font-optical-sizing: auto;
	color: #5e5f61;
	font-size: 1.3em;
	line-height: 1em;
	font-style: italic;
}

.card-text{
	font-family: "Figtree", sans-serif; 
	font-size: 1.7em;
	line-height:1.4em;
}







/* start footer */
footer{
		text-align: left;
    	background-repeat: no-repeat;
    	background-size: cover;
		background-color:#1c1d23;
    	padding: 30px 0;
}

.boilerplate{
	font-size: 1.25em;
	color: #fff;
    line-height: 1.35em;
    margin: 15px 0;	
	text-align: left;
	font-family: "Figtree", sans-serif; 
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
	float:left; display:block;
}
	

.footerlinks{
	font-size: 1em;
	color: #fff;
    line-height: 20px;
	text-align: left;
	margin-bottom:40px;
	float:left; display:block;
}

.footerlinks a{
	color:#ffffff!important;
}

.footerLogo{
	float: left; 
	display: block; 
	padding-top: 15px; 
	padding-bottom: 10px;
}

.footerLogo img{
	width: 100px;
}
	
/* end footer */









/* ---- ARCHIVE ---- */
.form-box-gradient{
	background-color: #1742f5;
}
