<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}
#smartbanner, body {
	-webkit-font-smoothing: antialiased
}
body {
	margin: 0;
	color: #000;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
embed, img, object, video {
	max-width: 100%;
	height: auto
}
video {
	width: 100%
}
input:focus, keygen:focus, select:focus, textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}
input {
	border: none;
	border-radius: 0
}
* {
	-webkit-tap-highlight-color: transparent;
	font-variant-numeric: lining-nums;
}
*, ::after, ::before {
	box-sizing: inherit;
}
section#sdpcutomerlogos {
	display: none;
}
section#ftrgetstd {
	display: none;
}
section#allFea {
	display: none;
}
/*banner style starts */
.banner-bgk {
	background: url(/products/service-desk/images/itil-features-banner.jpg);
	background-size: cover;
	padding: 100px 0px;
}
.banner {
	text-align: center;
}
.banner h1 {
	font-size: 40px;
	font-family: proxima_nova_rgbold;
	line-height: 1.2;
}
.banner p {
	font-size: 20px;
	line-height: 1.6;
	margin: 10px 0px 30px 0px;
}
ul.banner-cta {
	display: flex;
	justify-content: center;
	margin-bottom: 150px;
}
.banner-cta li a {
	display: inline-block;
	background: #f0483d;
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: proxima_nova_rgbold;
	min-width: 150px;
}
.itil-video {
	height: 100%;
	left: 50%;
	top: 0;
	width: 35%;
	margin: -170px auto 0px auto;
	display: block;
}
/*banner ends */



/*mobile navigation */
.fixed-header {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 9999999;
	background: #f9f9f9;
}
.mobile-menu {
	display: none;
}
.menu-title {
	font-size: 14px;
	margin: 0px;
	color: rgba(0,0,0,.4);
}
ul.category.drop-list-items li {
	cursor: pointer;
	margin-bottom: 20px;
}
li.current_page_item span {
	color: #2296f3 !important;
}
.dropdown-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	z-index: 999999;
	cursor: pointer;
	max-width: 100%;
	padding: 10px 30px;
	box-shadow: 0px 0px 10px #dedede;
}
.dropdown-up-arrow {
	transform: rotate(180deg);
}
ul.category.drop-list-items {
	padding: 15px 30px;
	line-height: 30px;
	background: #fff;
	box-shadow: 0 2px 10px -2px rgba(0,0,0,.2);
}
.drop-list-items {
	display: none;
}
#current-text {
	font-size: 16px;
	color: #058ef7;
}
#current-text p {
	margin: 0px;
	font-size: 18px;
}
/*mobile navigation */





/*sidebar style starts*/


.sidebar {
	background: #31383d;
	left: 0;
	top: 0;
	padding: 30px 0px;
	width: 200px;
	height: 100vh;
	display: none;
}
.sticky-sidebar {
	display: block;
	position: fixed;
	top: 100px;
	z-index: 999;
	padding: 75px 0px;
	animation: fade-right 0.2s ease-in-out;
	width: 200px;
}
p.sidebar-close {
	position: fixed;
	left: 15px;
	top: 110px;
	background: transparent;
	cursor: pointer;
	padding: 15px;
	width: 20px;
	height: 20px;
	z-index: 9999;
	display: none;
}
p.sidebar-close:before {
	content: "\2630";
	position: absolute;
	color: #fff;
	top: 10px;
	right: 0px;
	bottom: 0px;
	left: 15px;
}
.close-button-move {
	left: -35px !important;
	background: #31383d !important;
	transform: rotate(45deg);
	border-radius: 10px;
	padding: 20px !important;
	transition: 0.5s;
}
 @keyframes fade-right {
 0% {
 transform: translateX(-100px);
}
 100% {
 transform: translateX(0px);
}
}
.close-button-move:before {
	color: #fff !important;
	transition: color 2s;
	transform: rotate(-45deg);
	left: 45px !important;
	top: 0px !important;
}
p.sidebar-button {
	padding: 10px 30px;
	background: #34ad65;
	color: #fff;
	position: fixed;
}
ul.sidebar li {
	font-size: 18px;
	transition: 0.3s;
	width: 200px;
}
ul.sidebar li:hover {
	background: #424c52;
}
ul.sidebar li span {
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	display: block;
	transition: 0.3s;
	line-height: 1.3;
	cursor: pointer;
	font-size: 18px;
}
.section-active {
	background: #00a9f4;
	color: #fff !important;
}
/*sidebar style ends*/


.main-content {
	display: flex;
	align-items: center;
}
.main-content .left-col {
	flex: 0 0 57.5%;
	margin-right: 2.5%;
}
.main-content .right-col {
	flex: 0 0 37.5%;
	margin-left: 2.5%;
}
.row-bg {
	padding: 100px 0px;
}
.row {
	display: flex;
	align-items: center;
}
.left-col {
	flex: 0 0 67.5%;
	margin-right: 2.5%;
}
.right-col {
	flex: 0 0 27.5%;
	margin-left: 2.5%;
}
.col {
	flex: 0 0 100%;
}
.row-min {
	display: flex;
}
.row-min-left-col {
	flex: 0 0 27.5%;
	margin-right: 2.5%;
}
.row-min-right-col {
	flex: 0 0 67.5%;
	margin-left: 2.5%;
}
.row-min-right-col h2 {
	width: 70%;
}
.vertical-center {
	align-items: center;
}
.center {
	text-align: center;
}
a.cta {
	display: inline-block;
	background: #f0483d;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	font-size: 16px;
	font-family: proxima_nova_rgbold;
	font-weight: bold;
	text-decoration: none !important;
	border-radius: 3px;
	cursor: pointer !important;
	margin-top: 10px;
}
img.centered-img {
	display: block;
	margin: 0 auto;
	width: 200px;
}
/*timeline style starts*/

* {
	margin: 0;
	padding: 0;
}
a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}
#timeline {
	width: 800px;
	overflow: hidden;
	position: relative;
	z-index: 9;
}
#dates {
	width: 800px;
	height: 60px;
	overflow: hidden;
	z-index: 9999;
	position: relative;
}
ul#dates:before {
	content: "";
	width: 100%;
	position: absolute;
	border: 1px dashed #979da3;
	top: 20px;
	z-index: -99;
	margin-left: 20px;
}
#dates li {
	list-style: none;
	float: left;
	width: 120px;
	height: 50px;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
}
#dates span {
	line-height: 38px;
	text-decoration: none;
	background: #eef7fe;
	padding: 0px 10px;
}
#dates .selected {
	font-size: 40px;
	color: #058ef7 !important;
}
#issues {
	width: 800px;
	overflow: hidden;
}
.desc {
	display: flex;
}
.desc-left-col {
	flex: 0 0 20%;
	margin-left: 10%;
}
.desc-right-col {
	flex: 0 0 60%;
	margin-right: 10%;
}
h5.timeline-title {
	font-size: 26px;
	color: #000;
	margin-bottom: 10px;
}
p.timeline-desc {
	color: #000;
}
#issues li {
	width: 800px;
	list-style: none;
	float: left;
}
#next, #prev {
	position: absolute;
	font-size: 70px;
	top: 70px;
	width: 40px;
	height: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;/*text-indent: -9999px;
	overflow: hidden;*/
}
#next:hover, #prev:hover {
	background-position: 0 -76px;
}
#next {
	right: 0;
}
#prev {
	left: 0;
}
#next.disabled, #prev.disabled {
	opacity: 0.2;
}
/*timeline style ends*/



/*table style starts*/


table {
	border-collapse: collapse !important;
	margin-top: 40px !important;
	width: 100% !important;
}
thead {
	background: #00a9f4;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #fff;
}
table th, td {
	padding: 20px !important;
	text-align: center;
	width: 50%;
	border: 1px solid #e2e2e2 !important;
	font-size: 18px !important;
}
.practice th, td {
	width: 33.33%;
}
/*table style starts*/



/*form style starts*/

.form-fields {
	display: flex;
	justify-content: center;
}
h2.custom-heading {
	color: #000 !important;
}
div#form h2 {
	width: 60%;
	margin: 0 auto 20px auto;
}
/*form style ends*/

ul.footer-buttons {
	display: flex;
	justify-content: center;
}
.footer-buttons li a {
	display: inline-block;
	background: #f0483d;
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: proxima_nova_rgbold;
	min-width: 200px;
}
ul.footer-buttons span {
	font-size: 14px;
	display: block;
	margin-top: -5px;
}

@media only screen and (max-width:1440px) and (min-width:1366px) {
.container-new {
	max-width: 900px !important;
}
}

@media only screen and (max-width:1400px) {
.sidebar-wrapper {
	display: none !important;
}
}

@media only screen and (max-width:1366px) {
.itil-video {
	margin: -150px auto 0px auto;
}
.main-content {
	display: block;
	flex-wrap: wrap;
}
.vertical-center {
	align-items: center;
	text-align: center;
}
.main-content .left-col {
	flex: 0 0 100%;
	margin-right: 0px;
}
.main-content .right-col {
	flex: 0 0 100%;
	margin-left: 0px;
}
.row-min-right-col h2 {
	width: 100%;
}
img.evol-img {
	display: block;
	margin: 50px auto;
}
.main-content img {
	width: 400px;
	display: block;
	margin: 50px auto;
}
.row-min {
	display: block;
	flex-wrap: wrap;
}
.row-min-left-col {
	flex: 0 0 100%;
	margin-right: 0%;
}
.row-min-right-col {
	flex: 0 0 100%;
	margin-left: 0%;
}
.row-min-left-col h2 {
	text-align: center;
	width: 75%;
	margin: 0 auto;
}
img.features-image {
	width: 300px;
	display: block;
	margin: 50px auto;
}
#timeline {
	width: 100%;
}
.desc-right-col {
	flex: 0 0 90%;
}
}

@media only screen and (max-width:1024px) {
.banner h1 {
	font-size: 40px;
	transform: scale(0.8);
}
.sidebar-wrapper {
	display: none !important;
}
ul.banner-cta {
	margin-bottom: 100px;
}
.itil-video {
	margin: -140px auto 0px auto;
	width: 50%;
}
.row-min-right-col h2 {
	width: 60%;
	margin: 20px auto;
}
.row-min-left-col h2 {
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
img.centered-img {
	width: 200px;
}
#timeline {
	width: 100%;
}
.desc-right-col {
	flex: 0 0 80%;
	margin-right: 0%;
}
.vertical-center {
	text-align: center;
}
}

@media only screen and (max-width:900px) {
.scrollable-table {
	width: 100%;
	overflow-x: scroll;
}
.desc-right-col {
	flex: 0 0 60%;
}
}

@media only screen and (max-width:768px) {
ul.banner-cta {
	margin-bottom: 100px;
}
.itil-video {
	margin: -150px auto 0px auto;
	width: 70%;
}
.desc-left-col {
	flex: 0 0 20%;
	margin-left: 10%;
	display: none;
}
.row-min-left-col h2 {
	width: 75%;
}
#timeline {
	width: 90vw;
}
#dates li {
	width: 130px;
}
.desc-right-col {
	flex: 0 0 70%;
	margin-left: 10%;
}
.form-fields {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
div#form h2 {
	width: 80%;
	margin: 0 auto 20px auto;
}
.row-min-right-col h2 {
	width: 80%;
}
}

@media only screen and (max-width:600px) {
.row-bg {
	padding: 75px 0px;
}
.banner h1 {
	transform: scale(1);
	font-size: 28px !important;
}
.banner p {
	font-size: 18px;
}
ul.banner-cta {
	flex-wrap: wrap;
	margin-bottom: 0px;
}
.itil-video {
	margin: 100px auto 0px auto;
	width: 90%;
}
.row-min-left-col h2 {
	width: 100%;
	transform: scale(0.8);
	font-size: 28px;
}
.row-min-right-col h2 {
	width: 100%;
	margin: 20px auto;
	transform: scale(0.8);
}
#timeline {
	width: 85vw;
}
.desc {
	flex-wrap: wrap;
}
#issues {
	height: 170px;
}
.desc-right-col {
	flex: 0 0 70%;
	margin-left: 0px;
}
#next, #prev {
	top: 150px;
	width: 30px;
}
.apiform input {
	width: 350px !important;
}
.apiform select {
	width: 350px !important;
	padding: 0px 20px !important;
}
.submitdiv {
	width: 350px !important;
}
ul.footer-buttons {
	display: block;
}
div#form h2 {
	width: 100%;
	margin: 0 auto 20px auto;
	transform: scale(0.8);
}
a.cta {
	font-size: 16px;
}
.footer-buttons li a {
	font-size: 16px;
}
ul.footer-buttons span {
	font-size: 10px;
	display: block;
}
}

@media only screen and (max-width:375px) {
.banner h1 {
	font-size: 26px;
}
.banner p {
	font-size: 17px;
}
.banner-cta li a {
	font-size: 18px;
}
}</pre></body></html>