#meGDPRMessage .checkmarkgdpr {
  background: #fff;
  height: 10px;
  width: 10px;
  border: 1px solid #ccc;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.mspftr-bnrbg .mspftr-subhdr {
    color: #fff;
    width: 70%;}
.cmn-breadcrum .bread-crumb-arrow {
    margin: 3px 5px;
    color: #d0e7ff;
}
.cmn-breadcrum .root-page {
    color: #d0e7ff;
}
.cmn-breadcrum a {
    color: #cfe7ff;
    position: relative;
    margin: 10px 0px;
}

@media only screen and (max-width: 667px){
	.promotion-bg.stickyfixed-header {
		margin-top: 25px;
	}
}

#ftrgetstd {
    
    padding: 12% 0 5% 0;
    color: #fff;
    margin-top: -140px;
    position: relative;
	/*background: #182b42;*/
	    background-image: radial-gradient(circle at 10% 20%, rgb(2, 37, 78) 0%, rgb(4, 56, 126) 19.7%, #182b42);
}

#ftrgetstd h2 {
    font: 30px/1.3 'Zoho_Puvi_SemiBold';
    text-align: center;
    color: #fff;
    width: 60%;
    margin:20px auto 0 auto;
}
.mspftrctacont a.ftr-footer-cta {
    color: #fff;
    font-size: 18px;
    padding: 11px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-left: 10px;
	transition: all ease .5s;
	  -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
    opacity: 0;
}
.mspftrctacont a.ftr-footer-cta:hover {
     background: #fff;
	 color:#1b62cd;
}

.mspftrctacont a.ftr-footer-cta1 {
background: #ff1b36;
    color: #fff;
    font-size: 18px;
    padding: 13px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
	transition: all ease .5s;
	  -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
    opacity: 0;
	
}
.mspftrctacont a.ftr-footer-cta1:hover {
background: #e23c32;
   
}


.mspftrctacont.content-view a.ftr-footer-cta{ -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    transition: 1s ease;}

.mspftrctacont.content-view a.ftr-footer-cta1{ -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    transition: 1s ease; }



#customerlogos{ display: none}

.mspfeaturebtmlinks .add-resources-bg {
    padding-top: 0;
	}
.mspfooterlinks {
    padding: 70px 0;
}