body {
	font-family: 'Segoe UI', Segoe, 'Segoe WP', Tahoma, Verdana, Arial, sans-serif; 
	background: #fff; 
	-webkit-font-smoothing: antialiased; 
	text-rendering: optimizeLegibility; 
	-webkit-text-size-adjust: 100%; 
	-moz-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
	color: #2f2f2f;
}

/* FONTS */

@font-face { 
	font-family: 'Segoe UI Light'; 
	src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.eot"); 
	src: local("Segoe UI Light"), local("Segoe WP Light"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.eot?#iefix") format("embedded-opentype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff") format("woff"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf") format("truetype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.svg#web") format("svg"); 
	font-weight: lighter; 
	font-style: normal; 
}
@font-face { 
	font-family: 'Segoe UI Semilight'; 
	src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.eot"); 
	src: local("Segoe UI Semilight"), local("Segoe WP Semilight"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.eot?#iefix") format("embedded-opentype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff") format("woff"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf") format("truetype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.svg#web") format("svg"); 
	font-weight: normal; 
	font-style: normal; 
}
@font-face { 
	font-family: 'Segoe UI'; 
	src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.eot"); 
	src: local("Segoe UI"), local("Segoe"), local("Segoe WP"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.eot?#iefix") format("embedded-opentype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff") format("woff"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf") format("truetype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.svg#web") format("svg"); 
	font-weight: normal; 
	font-style: normal; 
}
@font-face { 
	font-family: 'Segoe UI Semibold'; 
	src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.eot"); 
	src: local("Segoe UI Semibold"), local("Segoe WP Semibold"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.eot?#iefix") format("embedded-opentype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff") format("woff"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf") format("truetype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.svg#web") format("svg"); 
	font-weight: normal; 
	font-style: normal; 
}
@font-face { 
	font-family: 'Segoe UI Bold'; 
	src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.eot"); 
	src: local("Segoe UI Bold"), local("Segoe Bold"), local("Segoe WP Bold"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.eot?#iefix") format("embedded-opentype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff") format("woff"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf") format("truetype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.svg#web") format("svg"); 
	font-weight: normal; 
	font-style: normal; 
}


/*FONT WEIGHTS*/
.light {
	font-family: 'Segoe UI Light', 'Segoe UI', Segoe, 'Segoe WP', Tahoma, Verdana, Arial, sans-serif; 
}
.semilight {
	font-family: 'Segoe UI Semilight', 'Segoe UI', Segoe, 'Segoe WP', Tahoma, Verdana, Arial, sans-serif;
}
.regular {
	font-family: 'Segoe UI', Segoe, 'Segoe WP', Tahoma, Verdana, Arial, sans-serif;
}
.semibold {
	font-family: 'Segoe UI Semibold', Segoe, 'Segoe WP', Tahoma, Verdana, Arial, sans-serif;
}
.bold {
	font-family: 'Segoe UI Bold', Segoe, 'Segoe WP', Tahoma, Verdana, Arial, sans-serif;
}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.btn:focus {
	outline: solid 2px orange;
}

/* CONTENT PADDING*/

.pad_h_10x5 {
	padding-left: 10px;
	padding-right: 10px;
}
.pad_h_10x10 {
	padding-left: 10px;
	padding-right: 10px;
}
.pad_v_10x5 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pad_v_10x10 {
	padding-top: 20px;
	padding-bottom: 20px;
}


@media (min-width: 576px) {
	.pad_h_10x5 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.pad_h_10x10 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.pad_v_10x5 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.pad_v_10x10 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}


@media (min-width: 768px) {
	
}

@media (min-width: 992px) {

	
}

@media (min-width: 1200px) {
	.pad_h_10x5 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.pad_h_10x10 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.pad_v_10x5 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.pad_v_10x10 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}


/*FONT COLORS*/
.blue {
	color:#0078D7;
}
.l_blue {
	color: #00abec;
}
.d_blue {
	color: #022050;
}
.l_grey {
	color:#737373;
}
.wht_type {
	color:#FFF;
}
.grey {
	color: #efefef;
}
.black {
	color: #000000;
}


/*BG COLOURS*/
.grey_bg {
	background: #efefef;
}
.l_grey_bg {
	background: #e6e6e6;
}
.black_bg {
	background: #000000;
}
.blue_bg {
	background: #0078d7;
}
.d_blue_bg_1 {
	background: #00188f;
}
.d_blue_bg_2 {
	background: #002050;
}
.lime_bg {
	background: #bad80a;
}

/* FONT SIZES */
.superscript {
	font-size:70%;
	vertical-align:text-top;
}
.font_legal {
	font-size:10px;
	line-height:16px;
}
.font_xs {
	font-size:12px;
	line-height:16px;
}
.font_s {
	font-size: 14px;
	line-height: 20px;
}
.font_m {
	font-size: 16px;
	line-height: 22px;
}
.font_l {
	font-size: 18px;
	line-height: 24px;
}
.font_xl {
	font-size: 20px;
	line-height: 28px;
}
.font_xxl {
	font-size: 22px;
	line-height: 30px;
}

@media (min-width: 768px) {
	
}

@media (min-width: 992px) {
	.font_s {
		font-size: 16px;
		line-height: 22px;
	}
	.font_m {
		font-size: 18px;
		line-height: 24px;
	}
	
}

@media (min-width: 1200px) {

	.font_l {
		font-size: 22px;
		line-height: 28px;
	}
}



.container-fluid {
	max-width: 1200px;
}
sup {
	vertical-align: super;
    font-size: 10px;
}
.contentspacer {
	height: 40px;
}
.nowrap {
	white-space: nowrap;
}
.logo {
	width: 110px;
	height: 24px;
	fill: #ffffff;
}
.azure {
	width: 110px;
	height: 30px;
	fill: #ffffff;
	margin-top: 10px;
}
@media screen and (-ms-high-contrast: active) {
	.logo, .azure {
		fill: ButtonText;
		background-color: none;
	}
}


h1 {
	font-size:32px;
	line-height:40px;
	color: white;
	margin-top: 20px;
}
h2 {
	font-size: 25px;
	color: white;
	text-transform: uppercase;
	margin: 15px 0;
}
h3 {
	font-size: 25px;
	margin: 15px 0 35px 0;
}

p {
	margin: 0
}
.cta {
	padding: 8px 0;
	width: 100%;
	min-width: 200px;
	color: white;
	border: 1px solid white;
	margin: 10px 0;
	background: none;
}
.cta:hover {
	background-color: white;
	color: #0078D7 !important;
}
.cta_blk {
	color: black;
	border: 1px solid black;
}
.cta_blk:hover {
	background-color: black;
	color: white !important;
}
.doc_icon {
	display: none;
}
.fixed-top {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
}
#header {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 0px;
}
#header img {
	width: 240px;	
	padding-top: 20px;	
}
.download {
	padding-top: 30px;
	padding-bottom: 30px;	
	text-align: center;
}
.download img {
	width: 60px;
	margin-top: 0;
	padding-bottom: 20px;
}
.bottom_section {
	padding: 20px 0
}
.calllout {
	font-size: 58px;
	line-height: 58px;
	letter-spacing: -2px;
}
.blue_brdr {
	border: 1px solid #0078d7;
	padding: 15px;
	margin-top: 10px;
}
.bottom_brdr {
	padding-bottom: 15px;
	border-bottom: 1px solid #0078d7;
}
.icon_para {
}
.icon_industry {
	width: 70px;
}
.img-fluid {
	max-height: 250px;
	padding-bottom: 20px;
}
#industry .right {
	padding-top: 40px;
}
.graph {
	background: url(../_images/line.png) repeat-x ;
	background-position: 0 3px;
}
.number {
	width: 30%;
}
.centr_img {
	width: 40%;
	margin-top: -40px;
	text-align: center;
}
.line_h {
	width: 1px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0.6);
	margin: 0 auto;
}
.blue_brdr_2 {
	padding: 15px;
	border: 1px solid #0078d7;
}

.blue_brdr_3 {
	padding: 15px;
	border: 1px solid #0078d7;
	margin-top: 15px;
}

.box3 {
	margin-bottom: 15px;
}


#start {
	background: url(../_images/bg1.jpg) no-repeat center center #002050;
	background-size: cover;
}
#start .img-fluid {
	max-height: 200px;
	padding-bottom: 20px;
}
.blue_brdr_4 {
	padding: 15px;
	border: 1px dotted #0078d7;
	margin-bottom: 20px;
}



.circle {
	width: 220px;
	height: 220px;
	border-radius: 130px;
	border: 1px solid #00abec;
	display: inline-block;
	margin: 10px auto;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}
.circle p {
	width: 180px;
	height: 300px;
	margin: 15px 10px 0;
}
.cloud {
	width: 220px;
	margin: 10px auto;
}
.cloud img {
	width: 100%;
}
h4 {
	font-size: 26px;
	margin-bottom: 8px;
}
#why {
	background: url(../_images/bg2.jpg) no-repeat center center #000813;
	background-size: cover;
}
.wht_box {
	padding: 15px;
	background: white;
	font-size: 14px;
	line-height: 18px;
	border-radius: 5px;
	margin: 15px 0;
}
.full_height {
	height: auto;
	margin: 15px 0;
}
#why .col-md-4 {
}
#why ul {
	padding: 0 10px 0 30px;
}
#why li {
	padding-bottom: 8px;
}
.box_icon {
	width: 80px;
}

@media (min-width: 420px) {
	.cta {
		min-width: auto;
	}
	.download .cta {
		margin: 20px auto 0;
	}
	.box_icon {
		position: absolute;
		bottom: 25px;
		right: 30px;
	}
	.full_height {
		height: 90%;
		margin: 5px 0 0;
	}
	.short_li_1 {
		width: 80%;
	}
	.short_li_2 {
		width: 60%;
	}

}


@media (min-width: 576px) {
	#masthead {
		height: 70px;
		padding: 0 30px;
	}
	.fixed-top {
	  position: fixed;
	  top: 0;
	  right: 0;
	  left: 0;
	}
	#header {
		text-align: left;
	}
	#header img {
		padding-top: 0;
	}
	h1 {
		font-size:40px;
		line-height:50px;
		margin-top: 0;
	}
	.cta {
		width: 150px;
		margin: 15px 5px;
		padding: 4px 0;
	}
	.download {
		padding-top: 0px;
		padding-bottom: 0px;	
		text-align: left;
		height: 160px;
		overflow: hidden;
	}
	.download .cta {
		margin: -70px 0 0 0;
	}
	.bottom_section .cta {
		margin: -0 0 0 0;
	}
	.download img {
		width: 110px;
		margin: 25px 0 0 0;
		padding-bottom: 0;
	}
	.download_intro {
		padding-top: 30px;
	}
	.bottom_section {
		height: 150px;
		padding: inherit
	}
	h2 {
		margin: 2px 0 0 0;
	}
	.azure {
		margin-top: 0;
	}
	h3 {
		margin: 0 0 35px 0;
	}
	.img-fluid {
		padding-bottom: 0px;
	}
	.icon_para {
		width: 80%;
	}
	.icon_industry {
		position: absolute;
		bottom: -5px;
		right: -5px;
	}
	.circle, .cloud {
		margin: 5px;
	}

	h4 {
		font-size: 22px;
		margin-bottom: 4px;
	}

}

@media (min-width: 768px) {
	#header img {
		width: 280px;	
	}
	.cta {
		width: 160px;
	}
	.ccs-download-button {
		margin-top: 20px;
	}
	.download .cta {
		margin: 0 auto;
	}
	.download {
		height: 110px;
	}
	.download img, .doc_icon img {
		width: 85px;
		margin: 15px 0 0 0;
	}
	.download_intro {
		padding-top: 0;
	}
	.doc_icon {
		display: block;
		width: 85px;
	}
	.bottom_section {
		height: 110px;
		overflow: hidden;
	}
	.blue_brdr {
		margin-top: 0;
	}
	#customers_cloud .last {
		padding-top: 0;
	}
	#start .img-fluid {
		max-height: 300px;
	}
	.circle, .cloud {
		margin: 5px 5%;
	}
	.box3 {
		margin-bottom: 0;
		height: 100%;
	}
	.blue_brdr_3 {
		margin-top: 0;
	}
	.box2 {
		margin-top: 15px;
		height: 220px;
	}
	#customers_cloud .col-md-3 {
		padding-left: 0 !important;
	}
	.wht_box {
		margin: 0;
	}
	.full_height {
		margin-top: 30px;
	}
}


@media (min-width: 992px) {
	#header img {
		width: 300px;	
	}
	.cta {
		margin: 10px 0 10px 40px;
		width: 190px;
		padding: 6px 0;
	}
	.doc_icon {
		width: 190px;
	}
	
	#masthead {
		height: 90px;
		padding: 0 40px
	}
	
	

	.logo {
		width: 120px;
		height: 28px;
	}
	.img-fluid {
		max-height: 300px;
	}
	#customers_cloud .last {
		margin-top: 0px;
	}
	.circle, .cloud {
		margin: 9px;
	}	
	.box2 {
		height: auto;
	}

}

@media (min-width: 1200px) {

	h4 {
		font-size: 26px;
		margin-bottom: 8px;
	}
	.wht_box {
		font-size: 16px;
		line-height: 22px;
	}
	.doc_icon {
		width: 195px;
	}
}

	
	
/*FOOTNOTE*/

#footnote {
	padding: 20px 10px;
}
#footnote p {
	margin-top: 10px;
	font-size: 12px;
	padding: 0;
}
.cnet {
	width: 255px;
}

@media (min-width: 576px) {
	#footnote {
		padding: 25px 20px;
	}
}

@media (min-width: 992px) {
	#footnote p {
		font-size: 13px;
	}
	.cnet {
		width: 320px;
	}
}


	
#back-top {
	position: fixed;
	z-index: 102;
	margin-left: -5px;  /*Width: 750px; */
	bottom: 60px; /* 30px; */
}
#back-top a:hover {
	opacity: 0.5;
}
.back_to_top {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background: url(../_images/back_to_top.svg) no-repeat 20% 50% rgba(0, 0, 0, 0.4);
	background-size: 30px 30px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
    position: fixed; 
    right: 0;
	height: 40px;
	width: 60px;
}
@media screen and (-ms-high-contrast: white-on-black) { 
	.back_to_top {
		background: url(../_images/back_to_top.svg) no-repeat 20% 50% rgba(0, 0, 0, 1);
	}
}
@media screen and (-ms-high-contrast: black-on-white) { 
	.back_to_top {
		background: url(../_images/back_to_top_black.svg) no-repeat 20% 50% rgba(255, 255, 255, 1);
	}
}
