<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> @import url("https://www.manageengine.cn/css/fonts.css");
/* reset CSS */

html {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
.clearfix:after {
	content: "";
	clear: both;
	display: table;
}
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, splan, 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;
	-moz-osx-font-smoothing: grayscale;
	font-family: "proxima_nova_rgregular";
}
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;
}
/* Reset CSS */


/*Global Style*/

h1 {
	font-size: 50px;
	font-family: proxima_nova_rgbold;
	line-height: 1.2;
	margin-bottom: 20px;
}
h2 {
	font: 30px/1.25 proxima_novasemibold;
	margin-bottom: 75px;
}
h3 {
	font: 26px/1.25 proxima_novasemibold;
	margin-bottom: 15px;
}
h4 {
	font: 22px/1.4 proxima_novasemibold;
	color: #00a9f4;
	margin-bottom: 10px;
}
h5 {
	font: 20px/1.4 'proxima_novasemibold';
	margin-bottom: 5px;
}
img {
	max-width: 100%;
}
p {
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 30px;
}
.container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 30px;
}
.container-header {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 30px;
}
#backToTop {
	position: fixed;
	right: 20px;
	bottom: 80px;
	color: #000;
	background: rgba(0, 0, 0, 0.7) url(https://www.manageengine.cn/images/up-arrow.png) no-repeat 16px 17px;
	font-size: 12px;
	display: none;
	cursor: pointer;
	transition: all 0.1s ease 0s;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-indent: -1000px;
	overflow: hidden;
}
/*Global Style*/


/*header style*/

.header-bg {
	padding: 20px 0px;
}
.secondary-header {
	display: none;
}
.secondary-header p {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #000;
	font-size: 18px;
	width: 100%;
}
.secondary-header ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0px;
}
.fixed-header {
	display: block;
	position: fixed;
	top: 0px;
	right: 0;
	left: 0;
	background: #fff;
	box-shadow: 0px 0px 10px #ddd;
	z-index: 99;
	animation: fadein 0.5s ease-in-out;
}
 @keyframes fadein {
 0% {
 transform: translateY(-30px);
}
 100% {
 transform: translateY(0px);
}
}
img.me-logo {
	width: 162px;
}
img.sdp-logo {
	width: 222px;
}
/*header style*/

/* Mobile Menu Style Starts*/

.mobile-menu {
	display: none;
}
.dropdown-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	z-index: 999999;
	cursor: pointer;
	max-width: 100%;
	padding: 20px;
	margin: 0 auto;
}
.drop-list-items {
	display: none;
}
.menu-title {
	font-size: 14px;
	margin: 0px;
	color: #000;
}
#current-text {
	color: #058ef7;
	margin: 0px;
	font-size: 18px;
}
#current-text p {
	margin: 0px;
}
.dropdown-up-arrow {
	transform: rotate(180deg);
}
ul.category.drop-list-items {
	padding: 0px 0px;
	line-height: 30px;
	background: #333;
}
ul.category.drop-list-items li {
	cursor: pointer;
	display: block;
}
ul.category.drop-list-items li:not(:last-child) {
	padding: 10px 20px;
	border-bottom: 1px solid #555;
}
.drop-list-items li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
a.mobile-cta {
	background: #f0483d;
	color: #fff;
	padding: 10px 50px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
/* Mobile Menu Style Ends */


/*breadcrumb*/
.bread-crumb {
	border-bottom: 1px solid #f2f2f2;
}
.bread-crumb p {
	margin-bottom: 0px;
	font-size: 15px;
	padding: 20px 0px;
}
.bread-crumb a {
	color: #138cd6;
	text-decoration: none;
}
.smlarlft {
	background: url(../../images/sdp-common-image.png) 0px 0px no-repeat;
	width: 6px;
	height: 9px;
	margin: 0 5px 5px 5px;
	position: relative;
	top: 5px;
	display: inline-block;
}
.smlarlft {
	background: url(../../images/sdp-common-image.png) 0px 0px no-repeat;
	width: 6px;
	height: 9px;
	margin: 0 5px 5px 5px;
	position: relative;
	top: 5px;
	display: inline-block;
}
.last-updated {
	text-align: right;
	font-size: 20px;
	color: #00a9f4;
	font-weight: bold;
	margin-bottom: 50px;
}
/*breadcrumb*/


/*toc*/

ol.toc {
	list-style: decimal;
	font-size: 20px;
	margin-left: 20px;
	display: none;
}
ol.toc li {
	line-height: 1.5;
	margin-bottom: 10px;
}
ol.toc li a {
	text-decoration: none;
	color: #138cd6;
	font-size: 20px;
	position: relative;
	padding-left: 5px;
	cursor: pointer;
}
ol.toc li a:before {
	content: "";
	width: 0%;
	border-bottom: 1px solid #138cd6;
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	transition: width 0.5s;
}
ol.toc li a:hover:before {
	width: 100%;
}
ol.inner-toc {
	margin: 30px 20px;
}
ol.inner-toc li {
	position: relative;
}
ol.inner-toc li a {
	font-size: 18px;
}
ol.inner-toc li:before {
	content: "";
	width: 7px;
	height: 7px;
	background: #000;
	position: absolute;
	top: 13px;
	left: -19px;
	bottom: 0;
	border-radius: 50px;
}
/*toc*/

/*banner style starts */
.banner-bg {
	background: url(../../images/itil-features-banner.jpg);
	background-size: cover;
	padding: 75px 0px;
}
.banner {
	display: flex;
	align-items: center;
}
.banner&gt;div {
	flex: 0 0 50%;
}
.banner img {
	width: 80%;
}
.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;
	width: 100%;
}
ul.banner-cta {
	display: block;
}
.banner-cta li a {
	display: inline-block;
	background: #f0483d;
	color: #fff;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 1px;
	border: 1px solid #ff2323;
	text-align: center;
	font-family: proxima_nova_rgbold;
}
ul.banner-cta li:nth-child(2) a {
	background: none !important;
	border: 1px solid #ff2323;
	color: #ff2323;
}
/*banner ends */


/*sidebar style starts*/

.sidebar {
	background: #31383d;
	left: 0;
	top: 0;
	padding: 30px 0px;
	width: 200px;
	height: 100vh;
	display: none;
}
p.sidebar-close {
	position: fixed;
	left: 15px;
	top: 120px;
	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;
}
.close-button-move:before {
	color: #fff !important;
	transition: color 2s;
	transform: rotate(-45deg);
	left: 45px !important;
	top: 0px !important;
}
.sticky-sidebar {
	display: block;
	position: fixed;
	padding: 75px 0px;
	top: 108px;
	animation: fade-right 0.5s ease-in-out;
	z-index: 999;
}
@keyframes fade-right {
 0% {
 transform:translateX(-100px);
}
 100% {
 transform:translateX(0px);
}
}
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: #00a9f4;
}
ul.sidebar li a {
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	display: block;
	transition: 0.3s;
	line-height: 1.4;
	cursor: pointer;
}
/*sidebar style ends*/


#content {
	padding: 50px 0px;
}
.row-bg {
	padding: 100px 0px;
	box-sizing: border-box;
}
.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-min {
	width: 100%;
	overflow: hidden;
}
.row-min-left-col {
	width: 27.5%;
	margin-right: 2.5%;
	float: left;
}
.row-min-right-col {
	width: 67.5%;
	margin-left: 2.5%;
	float: left;
}
.space {
	padding: 50px 0px;
}
.resolution-space {
	margin: 75px auto;
}
a.cta {
	display: inline-block;
	background: #f0483e;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	font-size: 16px;
	text-decoration: none !important;
	cursor: pointer !important;
	margin-top: 10px;
	text-align: center;
	float: right;
	font-weight: bold;
	font-family: proxima_nova_rgbold;
}
ul.list-items {
	margin-left: 20px;
	margin-bottom: 50px;
}
ul.list-items&gt;li {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 15px;
	position: relative;
	padding-left: 10px;
}
ul.list-items&gt;li:before {
	content: "";
	background: #00a9f4;
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 0;
	left: -20px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
}
ol.inner-list {
	list-style: decimal;
	margin: 10px 0px 0px 40px;
}
.mobile-heading {
	display: none;
}
img.mim-image {
	width: 500px;
	display: block;
	margin: 0 auto;
}
img.workflow {
	margin: 40px auto;
	display: block;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
}
.no-bord {
	border: none !important;
}
img.full-image {
	display: block;
	margin: 0 auto;
}
p.stages-title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0px 10px 0px;
}
ol.custom-list li {
	list-style: decimal;
	font-size: 22px;
	margin-left: 20px;
}
strong {
	font-weight: bold;
}
#glossary h3 {
	font-size: 22px;
	margin-bottom: 5px;
}
#glossary p {
	border-bottom: 1px solid #cae5ff;
	padding-bottom: 20px;
}
ul.add-resources h4 {
	color: #000;
}
ul.key-features {
	display: flex;
	align-items: center;
	margin: 30px 0px;
}
ul.key-features li:nth-child(1) {
	margin-right: 30px;
	flex: 0 0 10%;
}
ul.key-features li:nth-child(2) {
	flex: 0 0 90%;
}
ul.key-features li h4 {
	margin-bottom: 5px;
}
ul.key-features li p {
	margin: 0px;
}
.box-wrapper {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.box-wrapper&gt;div:nth-child(1) {
	background: #f8f8f8;
}
.box-wrapper&gt;div:nth-child(2) {
	background: #e8f3fb;
}
.box-wrapper&gt;div:nth-child(3) {
	background: #e8f3fb;
}
.box-wrapper&gt;div:nth-child(4) {
	background: #f8f8f8;
}
.box-wrapper&gt;div:nth-child(5) {
	background: #f8f8f8;
}
.box-wrapper&gt;div:nth-child(6) {
	background: #e8f3fb;
}
.box-wrapper&gt;div:nth-child(7) {
	background: #e8f3fb;
}
.box-wrapper&gt;div:nth-child(8) {
	background: #f8f8f8;
}
.box-wrapper&gt;div:nth-child(9) {
	background: #f8f8f8;
}
.box-wrapper&gt;div:nth-child(10) {
	background: #e8f3fb;
}
.box {
	width: 50%;
	max-width: 50%;
	padding: 30px;
}
.box img {
	width: 100px;
	display: block;
	margin: 0 auto;
}
.box-img img {
	width: auto;
}
a.internal-links {
	text-decoration: none;
	color: #00a9f4;
	border-bottom: 1px solid;
}
.box h4 {
	margin: 30px 0px 20px 0px;
	text-align: center;
}
/*table style starts*/
table {
	border-collapse: collapse;
	margin: 40px 0px;
	width: 100%;
	box-sizing: border-box;
}
table th {
	background: #03A9F4;
	color: #fff;
	font-size: 20px !important;
	font-weight: bold;
}
table th, td {
	padding: 15px;
	text-align: center;
	line-height: 1.5;
	border: 1px solid #9ec6e9;
	font-size: 18px;
}
tr.colsp td {
	background: #eaf4fd;
}
p.denotes {
	margin-top: 20px;
	font-size: 14px;
}
img.fig {
	display: block;
	margin: 40px auto;
}
.scrollable-table {
	width: 100%;
	overflow-x: scroll;
}
.role-res td:nth-child(1) {
	width: 30%;
}
.role-res td:nth-child(2) {
	width: 70%;
}
.activity td:nth-child(1) {
	width: 70%;
}
.activity td:nth-child(2) {
	width: 30%;
}
table.qa td {
	width: 50%;
}
/*table style starts*/



/*form style starts*/

.form-bg {
	background: #e5f2ff;
	padding: 100px;
	text-align: center;
}
p.form-main-title {
	font: 30px/1.25 proxima_novasemibold;
	margin: 0px auto 20px auto;
	width: 75%;
}
p.form-heading {
	text-align: center;
	/*font-size: 22px;*/
	color: #333;
	/*font-weight: bold;*/
	margin-bottom: 50px;
}
ul.form-list-items {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
ul.form-list-items li {
	padding: 30px;
	flex-grow: 1;
	flex-basis: 0;
}
ul.form-list-items li:nth-child(1) {
	background: #dce2d7;
}
ul.form-list-items li:nth-child(2) {
	background: #e4dbb7;
}
ul.form-list-items li:nth-child(3) {
	background: #dce2d7;
}
ul.form-list-items img {
	display: block;
	margin: 0 auto;
	width: 150px;
}
ul.form-list-items p {
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: 600;
	line-height: 1.3;
	margin: 0px;
}
p.form-des {
	font-size: 18px !important;
	font-weight: normal !important;
	line-height: 1.6 !important;
	margin: 20px 0px !important;
}
.bottom-space {
	margin-bottom: 30px !important;
}
.form-fields {
	display: flex;
	justify-content: center;
}
input#user-detail {
	display: none;
}
input[type="text"], input[type="email"], input[type="phone"], input[type="password"], textarea {
	border: none !important;
	border-radius: 1px !important;
}
.apiform {
	width: 100%;
	font-family: "proxima_nova_rgregular";
}
label.formfild {
	position: relative;
}
.formfild {
	position: relative;
}
.formfild .error {
	border-bottom: 1px solid red !important;
}
span.errormsg {
	position: absolute;
	top: -25px;
	right: 0;
	bottom: 0;
	left: 0px;
	color: red;
	z-index: 999;
	height: 10px;
}
input#emailID {
	width: 50%;
	height: 50px;
	padding: 0px 20px;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	box-sizing: border-box;
}
 input#emailID::placeholder {
 color: #000;
}
input, select:focus {
	outline: none;
}
select#MECountryListing {
	border: none;
}
select {
	background: #fff url(https://www.manageengine.cn/products/service-desk/images/selectbox-arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.apiform select {
	width: 50%;
	padding: 0px 0px 0px 20px;
	color: #000;
	height: 50px;
	box-sizing: border-box;
	border-radius: 1px;
	font-size: 16px;
}
select#country_state {
	border: none;
	font-size: 16px;
}
.submitdiv {
	float: inherit;
	width: 50%;
	padding: 0px;
	max-width: 100%;
	box-sizing: border-box;
}
.apiform input[type="submit"] {
	font-family: proxima_nova_rgbold;
	background: #f0483d;
	color: #fff;
	font-size: 16px;
	width: 100%;
	padding: 15px 30px;
	outline: none;
	border-radius: 1px;
	height: auto;
	border: none !important;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	margin-top: 20px;
	-webkit-appearance: none;
}
.prvcy-plicy {
	width: 50%;
	margin: 10px auto 0 auto;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 1.5;
}
.prvcy-plicy a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
}
#meGDPRMessage {
	font-size: 14px;
	margin: 10px auto 0;
	color: #000;
	width: 50%;
	line-height: 1.5;
}
/*form style ends*/




/*CTAs*/
.ctas {
	text-align: center;
	box-shadow: 0px 0px 5px #cccccc87;
	padding: 40px 20px;
	margin: 75px 0px;
}
.ctas p {
	font-family: proxima_nova_rgbold;
	font-size: 26px;
	margin: 0px auto 10px auto;
	line-height: 1.3;
	width: 70%;
}
.ctas-button {
	display: block;
}
.ctas a {
	display: inline-block;
	background: #f0483e;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	font-size: 16px;
	text-decoration: none !important;
	border-radius: 1px;
	cursor: pointer !important;
	margin-top: 10px;
	text-align: center;
	font-family: proxima_nova_rgbold;
}
a.cta-min {
	min-width: auto;
}
a.sec-button {
	background: transparent;
	border: 1px solid #ef483d;
	color: #ef483d;
}
/*CTAs*/

ul.prev-next {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 100px 0px 0px 0px;
}
ul.prev-next li {
	position: relative;
}
ul.prev-next a {
	color: #00a9f4;
	text-decoration: none;
}
ul.prev-next p:nth-child(1) {
	margin: 0;
	font-size: 18px;
	color: #ef483d;
}
ul.prev-next li:nth-child(2) p {
	text-align: right;
}
span.right-arrow {
	float: right;
	color: #ef483d;
	font-size: 18px;
}
span.left-arrow {
	color: #ef483d;
	font-size: 18px;
}
p.prev-next-title {
	color: #00a9f4 !important;
	margin: 0px;
}
.pdf-download {
	background: #fff4c5;
	padding: 20px;
	border-left: 5px solid #d0aa0a;
	margin: 30px 0px;
}
.pdf-download p {
	margin: 0px;
	font-size: 16px;
}
p.source {
	text-align: right;
	margin-top: 20px;
}

@media only screen and (max-width:1440px) and (min-width:1366px) {
.container {
	max-width: 900px;
}
ul.sidebar li {
	font-size: 17px;
}
/*ul.sidebar li a {
	padding: 7px 30px;
}*/
.apiform input[type="submit"] {
	font-size: 18px;
}
input#emailID {
	width: 60% !important;
}
.apiform select {
	width: 60%;
}
.prvcy-plicy {
	width: 60% !important;
}
#meGDPRMessage {
	width: 60% !important;
}
.submitdiv {
	width: 60% !important;
}
}

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

@media only screen and (max-width:1024px) {
img.add-res {
	display: block !important;
	margin: 0 auto !important;
}
.row-min-left-col {
	width: 100%;
	margin-right: 0%;
}
.row-min-right-col {
	width: 100%;
	margin-left: 0%;
}
#content {
	padding: 50px 0px;
}
.row-bg {
	padding: 75px 0px;
}
img.mim-image {
	width: 400px;
	display: block;
	margin: 0 auto 75px auto;
}
.banner p {
	width: 100%;
}
ul.add-resources &gt;li:nth-child(1) {
	border: none !important;
}
ul.add-resources&gt; li:nth-child(2) {
	margin-left: 0px !important;
}
ul.otherlinkcont {
	flex-wrap: wrap;
}
img.ot {
	display: none;
}
.zoom {
	position: relative;
	width: 50%;
	margin: 0 auto;
}
.add-resources-bg .container {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 auto !important;
}
.ctas a {
	margin: 5px;
}
}

@media only screen and (max-width:1000px) {
ul.add-resources h2 {
	width: 100% !important;
}
}

@media only screen and (max-width:900px) {
.banner {
	flex-wrap: wrap;
	text-align: center;
}
.banner &gt; div {
	flex: 0 0 100%;
}
.banner img {
	width: 400px;
	margin: 30px 0px;
}
ul.banner-cta {
	justify-content: center;
}
.main-content {
	flex-wrap: wrap;
}
.main-content .left-col {
	flex: 0 0 100%;
	margin-right: 0%;
}
.main-content .right-col {
	flex: 0 0 100%;
	margin-right: 0%;
}
img.mim-image {
	width: 400px;
}
.mobile-heading {
	display: block;
}
h2 {
	font: 30px/1.25 proxima_novasemibold;
	margin-bottom: 20px;
	text-align: center;
}
input#emailID {
	width: 70%;
}
.apiform select {
	width: 70%;
}
#meGDPRMessage {
	width: 70%;
}
.submitdiv {
	width: 70%;
}
.prvcy-plicy {
	width: 70%;
}
ul.add-resources h4 {
	text-align: center;
}
}

@media only screen and (max-width:768px) {
img.mim-image {
	width: 300px;
	margin: 0px auto 30px auto;
}
.banner img {
	width: 300px;
}
.form-bg {
	padding: 50px;
}
p.form-main-title {
	width: 100%;
}
.ctas p {
	width: 100%;
}
.zoom {
	width: 75%;
}
.zoom:after {
	display: none;
}
}

@media only screen and (max-width:600px) {
.container {
	padding: 0px 20px;
}
p {
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 20px;
}
.banner h1 {
	font: 30px/1.2 proxima_nova_rgbold;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
h4 {
	font-size: 20px;
}
ul.form-list-items {
	flex-wrap: wrap;
}
ul.form-list-items li {
	padding: 30px;
	flex-grow: inherit;
	flex-basis: inherit;
	width: 100%;
}
.apiform input[type="submit"] {
	font-size: 14px;
	letter-spacing: 0px;
	padding: 10px;
}
img.add-res {
	display: block;
	margin: 0 auto !important;
}
ul.add-resources h2 {
	width: 100% !important;
}
ul.add-resources h4 {
	text-align: center;
}
.form-bg {
	padding: 50px 30px;
}
input#emailID {
	height: 40px;
}
.apiform select {
	height: 40px;
}
.last-updated {
	font-size: 16px;
}
#current-text p {
	margin-top: -3px;
}
ol.toc li a {
	font-size: 16px;
}
ol.toc li {
	line-height: 1.5;
	margin-bottom: 5px;
}
ol.inner-toc {
	margin: 20px 20px;
}
ul.list-items li {
	font-size: 16px;
	line-height: 1.6;
}
table th, td {
	font-size: 16px;
}
table th {
	font-size: 18px !important;
}
.bread-crumb p {
	font-size: 12px;
}
.banner-cta li a {
	font-size: 16px;
	letter-spacing: 0px;
	min-width: auto;
}
ul.key-features {
	flex-wrap: wrap;
}
ul.key-features li img {
	display: block;
	margin: 0 auto 10px auto;
	width: 75px;
}
ul.key-features li:nth-child(1) {
	margin-right: 0px;
	flex: 0 0 100%;
}
ul.key-features li:nth-child(2) {
	flex: 0 0 100%;
}
ul.key-features li h4 {
	text-align: center;
}
ul.key-features li p {
	text-align: center;
}
.box {
	padding: 20px;
}
.zoom {
	width: 90%;
}
ul.list-items&gt;li:before {
	left: -10px;
}
}

@media only screen and (max-width:414px) {
.box {
	width: 100%;
	max-width: 100%;
}
.box-wrapper&gt;div:nth-child(3) {
	background: #f8f8f8;
}
.box-wrapper&gt;div:nth-child(4) {
	background: #e8f3fb;
}
.box-wrapper&gt;div:nth-child(7) {
	background: #f8f8f8;
}
.box-wrapper&gt;div:nth-child(8) {
	background: #e8f3fb;
}
.ctas a {
	min-width: auto;
	line-height: 1.5;
}
.ctas p {
	font-size: 24px;
}
.ctas a {
	font-size: 14px;
}
ul.list-items&gt;li {
	margin-bottom: 12px;
}
input#emailID {
	width: 100%;
}
.apiform select {
	width: 100%;
}
.prvcy-plicy {
	width: 100%;
}
.submitdiv {
	width: 100%;
}
ul.addresorcs li a {
	line-height: 1.5;
}
p.prev-next-title {
	display: none;
}
}

@media only screen and (max-width:375px) {
.banner-cta li a {
	font-size: 16px;
}
}

@media only screen and (max-width:360px) {
.form-bg {
	padding: 50px 20px;
}
}

@media only screen and (max-width:320px) {
.apiform input[type="submit"] {
	font-size: 12px;
}
.banner-cta li a {
	font-size: 14px;
}
.box img {
	width: 75px;
}
.dropdown-bar {
	padding: 10px 20px;
}
}</pre></body></html>