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;
}


/*FONT COLORS*/
.orange {
	color: #D83B01;
}
.blue {
	color:#0078D7;
}
.l_blue {
	color: #00abec;
}
.d_blue {
	color: #022050;
}
.l_grey {
	color:#e6e6e6;
}
.wht_type {
	color:#FFF;
}
.grey {
	color: #efefef;
}
.d_grey {
	color: #2f2f2f;	
}
.black {
	color: #000000;
}


/*BG COLOURS*/
.grey_bg {
	background: #e2e2e2;
}
.l_grey_bg {
	background: #f2f2f2;
}
.black_bg {
	background: #000000;
}
.blue_bg {
	background: #0078d7;
}
.d_blue_bg_1 {
	background: #00188f;
}
.d_blue_bg_2 {
	background: #002050;
}
.orange_bg {
	background: #D83B01;
}
.whtie_bg {
	background: white;
}

/* FONT SIZES */
.superscript {
	font-size:50%;
	vertical-align:text-top;
}
.font_legal {
	font-size:10px;
	line-height:16px;
}
.font_xxs {
	font-size: 10px;
	line-height: 12px;
	padding-top: 5px;
}
.font_xs {
	font-size:12px;
	line-height:16px;
}
.font_s {
	font-size: 14px;
	line-height: 20px;
}
.font_m {
	font-size: 16px;
	line-height: 24px;
}
.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) {
	.font_xxl {
		font-size: 30px;
		line-height: 30px;
	}
	
}

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

@media (min-width: 1200px) {

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

/* CONTENT PADDING*/

.pad_0 {
	padding: 0;
}
.pad_h_10x5 {
	padding-left: 5px;
	padding-right: 5px;
}
.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;
}
.pad_v_20x20 {
	padding-top: 20px;
	padding-bottom: 20px;
}


@media (min-width: 576px) {

	.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;
	}
	.pad_v_20x20 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}


@media (min-width: 768px) {
	.pad_h_10x5 {
		padding-left: 15px;
		padding-right: 15px;
	}
	
}

@media (min-width: 992px) {

	
}

@media (min-width: 1200px) {
	.pad_h_10x5 {
		padding-left: 25px;
		padding-right: 25px;
	}
	.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;
	}
	.pad_v_20x20 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}


.container-fluid {
	max-width: 1200px;
}
sup {
    font-size: 8px;
    vertical-align: middle;
}
.contentspacer {
	height: 25px;
}
.contentspacer2 {
	height: 15px;
}
.contentspacer3 {
	height: 47px;
}
.nowrap {
	white-space: nowrap;
}
p {
	margin: 0px;
	padding: 0 0 5px 0;
}
.hide {
	display: none;
}
.img_100 {
	width: 100%;
}


.fixed-top {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 5px 20px 10px;
	height: 74px;
}
.logo {
	width: 110px;
	height: 24px;
	fill: #58585b;
	margin-top: 5px;
}
.navbar-toggler {
  padding: 5px 8px;
  -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	top:-5px;
	right: 20px;
	left: auto;
}
.navbar-toggler img {
	width: 25px;
}
.navbar-toggler:hover, .navbar-toggler:active {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	border-radius: 5px;
	background-color: #ebebeb
}
.navbar-collapse {
	width: 120%;
	background: white;
	margin: 0 0 0 -25px;
	padding: 0 0 20px 25px;
}
.nav-item {
	display: block
}
.nav-link {
	color: #2f2f2f;
	font-size: 16px;	
	padding: 12px 30px 0 0;
	width: 300px;
}
.nav-link:hover {
	color: #D83B01;
}
.nav-link:focus, .nav-link.active {
	font-family: 'Segoe UI Semibold', Segoe, 'Segoe WP', Tahoma, Verdana, Arial, sans-serif;
	color: #2f2f2f;
}
.nav-item .btn {
	border: 1px solid #2f2f2f;
	margin: 10px 0 0 -10px;
	padding: 3px 0 4px 10px;
	text-align: left;
	display: block;
	width: 160px;
}
.nav-item .btn:hover {
	border: 1px solid #2f2f2f;
	background: #2f2f2f;
	color: white;
	font-family: 'Segoe UI Semibold', Segoe, 'Segoe WP', Tahoma, Verdana, Arial, sans-serif;
}
.cta {
	padding: 8px 0;
	width: 100%;
	max-width: 300px;
	color: white;
	margin: 20px auto;
	background-color: #D83B01;
	border: 1px solid #D83B01;
	border-radius: 0;
}
.cta:hover {
	background-color: white;
	color: #D83B01 !important;
	border: 1px solid #D83B01;
}
.cta_rev {
	border: 1px solid white;
}
.cta_rev:hover {
	background-color: white;
	color: #D83B01;
}
.cta_pillar:hover {
	background-color: white;
	color: #D83B01;
	border: 1px solid white;
}
.cta:focus {
	border: 2px solid #0005ff;
}
#footer .cta {
	height: auto;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	padding-left: 15px;
	width: 240px;
}

#header {
	position: relative;
	margin-top: 74px;
	height: 300px;
	background-size: cover;
}
.bg1 {
	background: url(../_images/header_img.jpg) right center no-repeat #000000;
}
.bg2 {
	background: url(../_images/header_img_smb.jpg) right center no-repeat #000000;
}
#header::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%);
  height: 150px;
  width: 100%;
  content: '';
}
.section--hero {
	margin-top: 74px;
}
h1 {
	position: absolute;
	bottom: 15px;
	left: 20px;
	font-size: 40px;
	letter-spacing: -1px;
	color: white;
}
.office-help h1 {
	font-size: 34px;
	line-height: 40px;
	position: relative;
	left: 0;
	bottom: auto;
}
h2 {
	font-size: 26px;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
h4 {
	font-size: 26px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}


.laptop_poster {
	width: 100%;
	max-width: 380px;
	padding: 10px 0 20px 0;
}



.product_left {
	padding-right: 20px;
}
.product_right {
	padding-left: 20px;
	padding-top: 40px;
}
.product_header {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.product_header img {
	height: 100%;
}
.product_image {
	margin-top: -150px;
	padding-bottom: 20px;
}
.product_image img {
	width: 140px;
}
.para_height {
	padding-top: 10px;
}
.cap_sub {
	font-size: 12px;
	text-transform: uppercase;
}
.app_icon {
	display: inline-block;
	width: 45px;
	text-align: center;
	margin: 0 10px 0 0;
}
.app_icon img {
	width: 45px;
	background-color: white;
}
.app_icon p {
	font-size: 10px;
	line-height: 12px;
	padding-top: 5px;
}
.service_icon, .service_icon2 {
	width: 60px;
	margin: 7px 0;
}
.service_icon img {
	width: 30px;
}
.service_icon2 img {
	width: 40px;
}
.top_pad {
	padding-top: 5px
}

.onenote_para {
	margin: 5px 0 0 5px;
}
.onenote_para_smb {
	display: inline-block;
	width: 130px;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 5px;
}

.up_to {
	width: 60px;
	height: 65px;
	text-align: center;
	border-right: 1px solid black;
	padding-right: 20px;
	margin-right: 20px;
}
.up_to .font_m {
	line-height: 10px;
}


#classic_apps {
	position: relative;
	background-color: #f2f2f2;
	padding: 0 10px 20px;
}
.classic_apps_img {
	position: relative;
	height: 300px;
	background: url(../_images/classic_app_header.jpg) right center #f2f2f2 no-repeat;
	background-size: 650px;
	margin: 30px 15px;
}
#classic_apps .product_image {
	margin-top: 150px;
	padding-bottom: 0px;
}
#classic_apps h2 {
	margin-top: 15px;
}

#premium_apps {
	position: relative;
	padding: 0 10px 20px;
}
.premium_apps_img {
	position: relative;
	height: 300px;
	background: url(../_images/premium_app_header.jpg) right center #ffffff no-repeat;
	background-size: cover;
	margin: 30px 15px;
}
#premium_apps .product_image {
	margin-top: 150px;
	padding-bottom: 0px;
}
#premium_apps h2 {
	margin-top: 15px;
}
#premium_apps .cap_sub {
	padding-top: 7px;
}
.poster {
	cursor: pointer;
}

h3 {
	font-size: 28px;
	letter-spacing: -1px;
}
.screen_l img {
	width: 150px;
	padding-top: 20px
}

#compare_row .cap_sub {
	padding: 3px 0 0 20px
}
.compare_out {
	overflow: hidden;
}
.compare_intro {
	padding: 0 0 0 20px;
}
.border_0 {
	border-bottom: 0px;
}



.table td {
  vertical-align: middle;
  border-bottom: 1px solid #bdbdbd;
	border-top: none;
	padding: 15px 25px
}
.t2 td {
	padding: 15px 40px
}
.orng_border {
	border-top: 5px solid #D83B01;
	border-bottom: 5px solid #D83B01;	
	box-sizing: border-box;
}

.x_height {
	height: 30px;
	background-color: aqua
}
.table img, .table .app_icon img {
	width: 35px;
}
.icon_sm img {
	width: 30px;
}
.table .app_icon {
	text-align: left;
	display: inline-table;
}

table p {
	padding-bottom: 10px;
	padding-top: 5px;
}
.table {
	margin: 0;
}

#choose_carousel .carousel-control-prev,
#choose_carousel .carousel-control-next {
	display: none;	
}
.item_pad {
	padding: 0 30px
}
.row_margin {
	margin: 0;
}

#legal {
	margin-top: 30px;
}
#legal .table td {
	border: none;
	padding: 0 0 3px 0;
}
#legal .table .first {
	width: 15px;
}




#bottom_tabs .nav-pills {
	margin: 20px 0;
}
#bottom_tabs .nav-pills .nav-link {
  border-radius: 0rem;
  padding: 0;
  margin: 0 20px 10px 0px;
  border: 2px solid #bdbdbd;
  background-color: white;
}
#bottom_tabs .nav-link.last {
  margin: 0;
}
#bottom_tabs .nav-pills .nav-link img {
	width: 80px;
}
#bottom_tabs .nav-pills .nav-link.active,
#bottom_tabs .nav-pills .show > .nav-link {
  border: 2px solid #d83b01;
}
#bottom_tabs .nav-link {
	display: inline-block;
	width: 84px;
}
#bottom_tabs .tab-pane img {
  width: 100%;
  max-width: 426px;
}



#footer {
	position: relative;
	background-color: black
}
.footer_img {
	position: relative;
	height: 300px;
	background: url(../_images/footer_img.jpg) left 20% #000000 no-repeat;
	background-size: cover;
}
.footer_img::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%);
  height: 100%;
  width: 100%;
  content: '';
}
.footer_txt {
	padding: 30px 20px;
}


@media (min-width: 460px) {
	.product_header img {
		width: 100%;
		height: auto;
	}
	.nav-pills .nav-link {
	  margin: 0 30px 10px 0px;
	}
	
}
@media (min-width: 576px) {
	.hide {
		display: block;
	}
	.fixed-top {
		padding: 20px 5px;
		height: 120px;
	}
	.logo {
		margin-top: 0;
	}
	.navbar-collapse {
		display: block;
		width: auto
	}
	.navbar-toggler {
		display: none;
	}
	.nav-link {
		padding: 20px 20px 0 0;
		width: auto;
	}
	.nav-link.last {
		padding-right: 0;
	}
	.nav-item .btn {
		text-align: center;
		margin: 15px 15px 0 10px;
		padding: 3px 0px 4px 0px;
		width: 120px;
	}

	.top_spacer {
		margin-top: 145px;
	}

	#header {
		height: 300px;
		margin-top: 120px;
	}
	#header::before {
	  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%);
	  height: 100%;
	  width: 70%;
	  content: '';
	}
	.section--hero {
		margin-top: 120px;
	}
	h1 {
		position: relative;
		top: auto;
		bottom: auto;		
		font-size: 46px;
		letter-spacing: -2px;
		margin: 0;
	}
	.office-help h1 {
		font-size: 38px;
		line-height: 46px;
	}
	h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.product_right {
		padding-top: 0px;
	}
	.product_header img {
		height: 100%;
		width: auto;
	}
	.para_height {
		height: 120px;	
	}
	.cta {
		width: 98%;
		max-width: 240px;
		padding: 6px 0;
	}
	
	.onenote_para {
		margin: 5px 0 0 5px;
	}
	
	.classic_apps_img {
		height: 300px;
		background-size: 800px;
		margin: 30px 15px;
	}
	.premium_apps_img {
		height: 300px;
		margin: 30px 15px;
	}
	
	.table td {
		padding: 10px 25px
	}
	.t2 td {
		padding: 15px 40px
	}
	.t3 td {
		padding: 15px
	}

	
	h4 {
	}
	
	.footer_img {
		height: auto;
		background: url(../_images/footer_img.jpg) center center #000000 no-repeat;
		background-size: cover;
	}
	.footer_img::before {
	  display: block;
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%);
	  height: 100%;
	  width: 100%;
	  content: '';
	}

}


@media (min-width: 768px) {
	.fixed-top {
		padding: 0 5px 0 15px;
		height: 85px;
	}
	.logo {
		width: 120px;
		height: 28px;
	}
	.nav {
		margin-top: 17px;
	}
	.nav-link {
		padding: 3px 20px 0 0;
	}
	.nav-item .btn {
		margin: 0px 10px;
		padding: 3px 0px 4px 0px;
		width: 120px;
	}
	#header {
		margin-top: 85px;
	}
	.section--hero {
		margin-top: 85px;
	}
	.cta {
		width: 160px;
		padding: 6px 0;
	}

	h1 {
		font-size: 56px;
		letter-spacing: -2px;
		margin-left: 5px;
	}
	.office-help h1 {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: -1px;
		margin-left: 0;
	}
	
	.para_height {
		height: 100px;	
	}
	.app_icon {
		width: 50px;
		text-align: center;
		margin: 5px 15px 5px 0;
	}
	.app_icon img {
		width: 50px;
	}
	.service_icon, .service_icon2 {
		width: 65px;
	}
	.onenote_para {
		margin: 12px 0 0 3px;
	}
	
	#classic_apps {
		height: 400px;
		padding: 0 0 0 25px;
	}
	.classic_apps_img {
		height: 400px;
		background-size: cover;
		background-position: 75% 50%;
		margin: 0 -15px 0 0;
	}
	.classic_apps_img::before {
	  display: block;
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  background-image: linear-gradient(to right, rgba(242, 242, 242, 1) 0%, rgba(243, 243, 243, 0) 20%);
	  height: 100%;
	  width: 100%;
	  content: '';
	}
	#classic_apps .product_image {
		margin-top: 250px;
	}
		
	.compare_intro {
		padding: 0 25px 0 25px;
	}
	h3 {
		font-size: 26px;
		letter-spacing: -1px;
		margin-bottom: 15px;
	}
	.screen_l img {
		width: auto;
		height: 350px;
		padding-top: 0px
	}
	#compare_row .cap_sub {
		padding: 3px 0 0 30px
	}
	.table .cap_sub {
		padding: 0
	}
	.table .app_icon {
		text-align: center;
		margin: 5px 5px 0;
	}
	.table .app_icon img {
		width: 35px;
	}

	.compare_in {
		padding: 0;
	}
	.orng_border {
		border: 5px solid #D83B01;	
		box-sizing: border-box;
		padding: 20px;
		height: 105px;
	}
	.table td {
		padding: 10px 10px
	}
	.t2 td {
		padding: 15px 40px
	}
	.t3 td {
		padding: 15px
	}
	.th_15 {
		height: 105px;
	}
	.th_30 {
		height: 175px;
	}
	.th_40 {
		height: 260px;
	}
	.carousel-item {
		height: 936px;
	}
	.t_right td {
		padding-left: 25px;
	}
	#choose_carousel .carousel-control-prev,
	#choose_carousel .carousel-control-next {
		display: block;
	  opacity: 0.7;
	  width: 13px;
		height: 32px;
		top: 360px;
	}
	#choose_carousel .carousel-control-prev {
	  left: 40%;
	}
	#choose_carousel .carousel-control-next {
	  right: 20px;
	}
	#choose_carousel .carousel-control-prev img,
	#choose_carousel .carousel-control-next img {
		width: 13px;
	}
	#choose_carousel .carousel-control-prev:hover,
	#choose_carousel .carousel-control-next:hover {
	  opacity: 1;
	}

	.item_pad {
		padding: 0
	}
	.row_margin {
		margin: 0 -15px;
	}
	


	#bottom_tabs .nav-pills {
		margin: 10px 0 0 0;
	}
	#bottom_tabs .nav-pills .nav-link {
	  margin: 0px 20px 0px 0px;
	}
	
	.footer_txt {
		padding: 40px 30px;
	}



}

@media (min-width: 910px) {
	.product_header img {
		width: 100%;
		height: auto;
	}
	.nav-pills .nav-link img {
		width: 100px;
	}
	.tab-pane img {
	  width: 80%;
	}
	h4 {
		height: auto;
	}
}

@media (min-width: 992px) {
	.fixed-top {
		height: 105px;
	}
	.logo {
		width: 120px;
		height: 28px;
	}
	.nav-link {
		padding: 3px 30px 0 0;
	}
	.nav-item .btn {
		margin: 0px 15px;
		padding: 3px 0px 4px 0px;
		width: 160px;
	}
	#header {
		height: 350px;
		margin-top: 105px;
		background-size: 980px;
	}
	.section--hero {
		margin-top: 105px;
	}
	h1 {
		font-size: 70px;
		letter-spacing: -3px;
		margin-left: 5px;
	}
	.office-help h1 {
		font-size: 40px;
		line-height: 48px;
		letter-spacing: -1px;
		margin-left: 0;
	}
	h2 {
		margin-bottom: 20px;
	}
	.cta {
		width: 180px;
		margin: 30px auto;
		padding: 6px 0;
	}
	#footer .cta {
		font-size: 16px;
		line-height: 20px;
		width: 270px;
		max-width: none
	}
	.laptop_poster {
		width: 420px;
		max-width: none
	}
	
	.classic_apps_img {
		background-size: 980px;
		background-position: 75% 50%;
	}
	#classic_apps .cta {
		margin: 15px auto
	}
	
	#premium_apps {
		height: 720px;
		padding: 0 0 0 25px;
	}
	.premium_apps_img {
		height: 630px;
		background-size: cover;
		background-position: 55% 50%;
		margin: 0 -15px 0 0;
	}
	.premium_apps_img::before {
	  display: block;
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 30%);
	  height: 100%;
	  width: 100%;
	  content: '';
	}
	#premium_apps .product_image {
		margin-top: 380px;
		padding-bottom: 0px;
	}
	#premium_apps .product_image img {
		width: 240px;
	}
	#premium_apps .cta {
		margin: 15px auto
	}
	.onenote_para {
		margin: 8px 0 0 5px;
	}
	.onenote_para_smb {
		margin: 7px 0 0 2px;
	}
	
	h3 {
		font-size: 30px;
	}
	
	.th_15 {
		height: 105px;
	}
	.th_30 {
		height: 143px;
	}
	.th_40 {
		height: 190px;
	}
	
	.carousel-item {
		height: 805px;
	}
	#choose_carousel .carousel-control-prev,
	#choose_carousel .carousel-control-next {
		top: 280px;
	}
	#choose_carousel .carousel-control-prev {
	  left: 40%;
	}
	
	

	
	#bottom_tabs .nav-pills {
		margin: -70px 0 0 0;
	}
	#bottom_tabs .nav-pills .nav-link {
	  margin: 10px 30px 0 0;
	}
	#bottom_tabs .nav-link {
		width: 124px;
	}
	#bottom_tabs .nav-pills .nav-link img {
		width: 120px;
	}
	

}

@media (min-width: 1200px) {
	.fixed-top {
		padding: 0 10px 0 25px;
	}
	h1 {
		margin-left: 15px;
	}
	.onenote_para {
		margin: 20px 0 0 5px;
	}
	.office-help h1 {
		margin-left: 0;
	}
	.para_height {
		height: 100px;	
	}
	.footer_txt {
		padding: 40px 0 10px 40px;
	}
	#choose_carousel .carousel-control-prev {
	  left: 190px;
	}
	#bottom_tabs .nav-pills {
		margin: -90px 0 0 0;
	}

}

	
/*FOOTNOTE*/

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

@media (min-width: 576px) {
	.cnet {
		width: 225px;
	}
}

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


.back-to-top {
	background: url(../_images/back_to_top.svg) no-repeat 20% 50% rgba(0, 0, 0, 0.4);
	background-size: 30px 30px;
	margin: 0;
	position: fixed;
	bottom: 15px;
	right: 0;
	width: 60px;
	height: 40px;
	z-index: 100;
	display: none;
	text-decoration: none;
	background-color: rgba(51, 51, 51, 0.55);
	border-radius: 15px 0px 0px 15px
}
.back-to-top:hover {
	background-color: rgba(51, 51, 51, 0.9);
}  



@media screen and (-ms-high-contrast: active) {
	.logo {
		fill: ButtonText;
		background-color: none;
	}
	.bg1 {
		background: url(../_images/header_img.jpg) right center no-repeat #000000;
	.bg2 {
		background: url(../_images/header_img_smb.jpg) right center no-repeat #000000;
	}
	#header::before {
	  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%);
	}
}

@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);
	}
}


