@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Mono', monospace/*'Varela Round',Helvetica,Arial,sans-serif*/;
}

body,
input,
button,
select,
textarea {
	font-family: Inter;
}

body {
	background-color: #fafafa;
	background: radial-gradient(circle 500px at 0% 12%, rgba(61,215,145,0.2) 0%, rgba(255,255,255,0) 100%), /* green*/
	radial-gradient(circle 300px at 100% 0%, rgba(61,215,145,0.2) 0%, rgba(255,255,255,0) 100%),
	radial-gradient(circle 500px at 96% 42%, rgba(61,215,145,0.2) 0%, rgba(255,255,255,0) 100%),
	radial-gradient(circle 200px at 0% 56%, rgba(61,215,145,0.2) 0%, rgba(255,255,255,0) 100%),
	radial-gradient(circle 350px at 105% 82.4%, rgba(61,215,145,0.2) 0%, rgba(255,255,255,0) 100%),
	radial-gradient(circle 100px at 0% 92%, rgba(61,215,145,0.2) 0%, rgba(255,255,255,0) 100%);

}

strong {
	font-weight: 600;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
	background-color: #fff;
	border: 1px solid #EDEDED;
	box-shadow: none;
}

a {
	color: #4495D8;
}

.btn {
	display: inline-block;
	padding: 11px 10px;
	color: #1a1500;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 18px;
	color: #1a1500;
	text-shadow: none;
	background-color: #ffdb4d;
	background-image: none;
	filter: unset;
	border-color: rgba(0, 0, 0, .07);
	border-radius: 3px;
	box-shadow: none;
}

a.btn {
	color: #1a1500;
	text-decoration: none;
}

.btn:focus,
.btn:hover {
	background: #fc0;
	border-color: rgba(0, 0, 0, .07) rgba(0, 0, 0, .12) rgba(0, 0, 0, .12) rgba(0, 0, 0, .07);
	text-decoration: none;
}

.contentWrapper h1,
.contentWrapper h2,
.contentWrapper h3,
.contentWrapper h4,
.contentWrapper h5 {
	font-weight: 600;
	color: #161B1E;
}

#contentArea {
	padding-top: 30px;
}

.container-fluid {
	max-width: 1360px;
}
/* ########## NAV BAR AND SEARCH ########## */

#docsSearch {
	color: #23374d;
	border-bottom: 0px;
	/*background-image: url('https://cookie-script.com/support-assets/support_header.svg');
	background-color: #23374d;
	background-position: center bottom;
	background-repeat: repeat-x;*/
	background: none;
	padding: 5.5em 0 0 0;

}

.navbar,
.navbar .navbar-inner {
	background: transparent;
	box-shadow: none;
}

.navbar .brand,
.navbar .nav li a:hover,
.navbar .nav li a:focus,
.navbar .nav .active a,
.navbar .nav .active a:hover,
.navbar .nav .active a:focus {
	color: #22b8f0;
}

.navbar .nav li a,
.navbar .icon-private-w {
	padding: 7px 26px;
	color: #505656;
	text-transform: uppercase !important;
	font-size: 13px;
	font-weight: 700;
}

@media (min-width: 769px) {
	.navbar .nav {
		position: relative;
		right: unset;
		left: auto;
		bottom: 0;
		margin-right: 0;
	}
}


.navbar .brand img {
	border: none;
	clip: rect(0 0 0 0);
	margin: -1px;
	overflow: hidden;
	padding: 0;
	margin-right: 6px;
}

.navbar .brand::after{
	content: "Help Center";
	color: #22B4EC;
	position: relative;
	top: 6px;
	font-family: 'Roboto Mono',monospace;
	font-weight: 600;
	font-size: 23px;
	word-break: keep-all;
	white-space: nowrap;
}

.navbar .brand {
	max-width: 500px;
	margin: 15px 0;
	padding: 0;
	background-size: 100%;
	background-repeat: no-repeat;
}

#searchBar .search-query {
	/*border-radius: 10px;
	font-size: 24px;
	line-height: 1;
	width: 100%;
	height: 70px;
	color: #161B1E;
	border: 0;*/
	background-color: #ffffff;
	color: #031a3d;
	border: 1px solid #8e8e8e;
	border-radius: 50px;
	padding: 25px 250px 25px 30px;
	line-height: 1;
	font-size: 18px;
	font-family: Inter;

	display: block;
	width: 100%;
	height: inherit;
	background-image: none;
	background-clip: padding-box;
	/*box-shadow: none;
	-webkit-box-shadow: none;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	*/
}

@media (max-width: 540px) {
	#searchBar .search-query {
		padding: 25px 70px 25px 30px;
	}
}

#searchBar .search-query::placeholder {
	color: /*#DADEE1*/#96a1a3;
}

#searchBar .search-query:focus {
	/*box-shadow: 0 0 0 2px #4495d8;*/
	box-shadow: 0 0 4px 4px rgba(61,215,145,0.25);
}

#searchBar button {
	/*color: #fff;
	text-shadow: none;
	background: #4495D8;
	border-radius: 0 10px 10px 0;
	border: 0;
	font-size: 24px;
	padding: 0 1.5em;
	height: 70px;
	right: 0;*/
	top: 24px;
	right: 0px;
	background-color: #3dd791;
	color: #fff;
	padding: 15px 39px;
	margin: 11px 14px;
	font-size: 16px;
	letter-spacing: 1px;
	text-shadow: none;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 100px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: pre-line;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	line-height: 1.25;
	transition: background-color .15s ease-in-out;
}

@media (max-width: 540px) {
	#searchBar button {
		top: 24px;
	}
}

#searchBar button:hover {
	background-color: #33b57d;
}

#searchBar button:focus {
	box-shadow: 0 0 0 3px rgba(61,215,145,0.25);
}

#searchBar button .icon-search {
	display: inline;
	padding-right: 10px;
	font-size: 16px;
	color: #fff;
}

#serp-dd {
	top: 100px;
	border: 1px solid #EDEDED;
	box-shadow: 0 5px 13px rgb(0 0 0 / 15%);
	border-radius: 15px;
	overflow: hidden;
}
#serp-dd .result a {
	color: #505656;
	padding: 15px;
}

#serp-dd .result a:hover {
	background-color: #f7f9fa;
	color: #22b8f0;
}

#serp-dd .result>li {
	padding: 0px;
}

/* ########## HOME (WITH COLLECTIONS) ########## */

.twoCol h2 a,
.threeCol h2 a {
	font-size: 18px;
	color: #161B1E;
	display: inline-block;
	border-bottom: 0;
}

.twoCol .popArticles,
.threeCol .popArticles,
.most-pop-articles .popArticles {
	font-size: 15px;
	list-style: none;
	margin: 0;
	text-align: left;
}

.icon-article-doc:before {
	content: "";
	display: none;
}

.twoCol .popArticles a,
.threeCol .popArticles a,
.most-pop-articles .popArticles a {
	margin-left: 0;
}

.threeCol .collection {
	border: 1px solid #EDEDED;
	border-radius: 3px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .04);
}

.threeCol .collection .collection-body {
	padding: 0 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 220px;
	max-height: 220px;
}

.threeCol .collection .collection-body ul {
	overflow: hidden;
}

#docsSearch h1 {
	font-size: 36px;
	font-weight: 600;
}

#docsSearch form {
	border-bottom: 1px solid #e9ebed;
	padding: 2em 0 7.5em 0;
}

.collection-head:before {
	content: " ";
	display: block;
	height: 180px;
	background: #EDEDED;
	border-radius: 3px 3px 0 0;
}

.threeCol .collection .collection-head {
	padding: 0;
}

.twoCol h2,
.threeCol h2 {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	font-weight: 400;
	padding: 0 10px;
	margin: 10px 0 0 0;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.twoCol .browse,
.threeCol .browse {
	display: inline-block;
	margin-top: 20px;
}

/* ########## HOME (WITH CATEGORIES) ########## */

.collection-category .category-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
}

.category-list .category {
	flex: 0 0 30%;
	margin: 0 18px 36px;
	padding: 30px 0 20px;
	width: unset;
	/*border: 2px solid #23374D;
	border-radius: 10px;
	box-shadow: none;*/
	box-sizing: border-box;
	box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 15%);
	border-width: 0px;
	border-color: rgba(170, 211, 222, 0.4);
	border-style: solid;
	border-radius: 20px;
	background-color: #fff;
	background-position: center 18px;
	background-repeat: no-repeat;
	background-size: 95px auto;
	transition: box-shadow 0.2s ease-in-out;
}

@media screen and (max-width: 540px) {
	.category-list .category {
		flex: 1 1 100%;
	}

}

/*
.category-list .category:hover {
border-color: #22B4EC;
background-color: #fff;
box-shadow: 0 5px 10px rgba(0, 0, 0, .04);
}
*/
.category-list .category:hover {
	background-color: #fff;
	background-position: center 18px;
	background-repeat: no-repeat;
	background-size: 95px auto;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 25%);
}

.collection-category h2 {
	text-align: center;
	font-weight: 500;
	font-size: 36px;
	padding: 0;
	margin: 0 0 50px;
}

.category-list .category h3 {
	color: #161B1E;
	margin: 0;
	font-family: Inter;
	font-weight: 600;
}

.category-list .category h3:before {
	content: " ";
	display: block;
	height: 180px;
	margin: 0 0 20px;
	background: #EDEDED;
	border-radius: 3px 3px 0 0;
}

.category-list .category .article-count {
	margin-top: 0;
	font-family: 'Roboto Mono',monospace;
}

#category-50 {
	background-image: url('https://cookie-script.com/support-assets/images/account.svg');
}

#category-77 {
	background-image: url('https://cookie-script.com/support-assets/images/common-issues.svg');
}

#category-51 {
	background-image: url('https://cookie-script.com/support-assets/images/domains.svg');
}

#category-7 {
	background-image: url('https://cookie-script.com/support-assets/images/faq.svg');
}

#category-5 {
	background-image: url('https://cookie-script.com/support-assets/images/getting-started.svg');
}

#category-16 {
	background-image: url('https://cookie-script.com/support-assets/images/configuration.svg');
}

#category-80 {
	background-image: url('https://cookie-script.com/support-assets/images/fb.svg');
}

#category-73 {
	background-image: url('https://cookie-script.com/support-assets/images/google-analytics.svg');
}

#category-18 {
	background-image: url('https://cookie-script.com/support-assets/images/google-tag.svg');
}

#category-17 {
	background-image: url('https://cookie-script.com/support-assets/images/integration.svg');
}

#category-19 {
	background-image: url('https://cookie-script.com/support-assets/images/java-script.svg');
}

#category-74 {
	background-image: url('https://cookie-script.com/support-assets/images/invoices.svg');
}

#category-60 {
	background-image: url('https://cookie-script.com/support-assets/images/payment.svg');
}

#category-59 {
	background-image: url('https://cookie-script.com/support-assets/images/pricing.svg');
}
#category-132 {
	background-image: url('https://cookie-script.com/support-assets/images/settings.svg');
}

/* ########## ARTICLE PAGE ########## */

#main-content {
	padding-top: 94px;
	background: none;
	float: left;
}

@media (max-width: 768px) {
	#main-content {
		float: none;
	}
}

.contentWrapper {
	border: 0;
	border-radius: 20px;
	padding: 40px;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 9%)
}

#sidebar {
	position: sticky;
	float: right;
	margin-top: 94px;
	padding-top: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
}

#sidebar form .search-query {
	padding: 0 35px 0 16px;
	border: 1px solid #141e3e/*D0D0D0*/;
	border-radius: 50px;
	color: #161B1E;
}

#sidebar i.icon-search {
	position: absolute;
	top: 12px;
	right: 0px;
	color: #141e3e;
}

#sidebar form button {
	width: 37px;
}

#sidebar button:focus {
	box-shadow: none;
}

#serp-dd.sb {
	top: 42px;
	border-radius: 15px;
	overflow: hidden;
}
#serp-dd .result>li.noResults {
	font-size: 16px;
	padding: 15px 27px;
}

#sidebar h3 {
	font-size: 20px;
	line-height: 24px;
	color: #ccced4/*161B1E*/;
	font-weight: 500;
	margin-top: 80px;
	margin-bottom: 18px;
}

#sidebar .nav-list a {
	display: inline-block;
	border-left: 4px solid transparent;
	color: #73777A;
	font-size: 20px;
	/*padding: 0 0 20px;*/
	line-height: 24px;
	margin-left: 0;
	margin-bottom: 20px;
	padding: 0 0 0 18px;
}

#sidebar .nav-list .active a,
#sidebar .nav-list .active a:hover,
#sidebar .nav-list .active a:focus {
	border-left: 4px solid #22b8f0;
	font-weight: 600;
	color: #161B1E;
	background: none;
	text-shadow: none;
}

#sidebar .nav-list .active a .icon-arrow,
#sidebar .nav-list .active a:hover .icon-arrow,
#sidebar .nav-list .active a:focus .icon-arrow {
	display: none;
}

#categoryHead .sort select {
	width: auto;
	height: auto;
	border: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

#fullArticle h1,
#fullArticle h2,
#fullArticle h3,
#fullArticle h4,
#fullArticle h5 {
	margin: 40px 0 20px 0;
	color: #161B1E;
}

#fullArticle h4 {
	margin-top: 20px;
}

#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
	font-size: 17px;
	line-height: 1.6;
	color: #161B1E;
}

#fullArticle p:last-child {
	margin-bottom: 0;
}

#fullArticle strong {
	color: #161B1E;
}

#fullArticle .title {
	margin: 0 40px 40px 0;
}

#fullArticle .printArticle {
	right: 30px;
	top: 50px;
}

#fullArticle img {
	margin: 20px 0;
	padding: 0;
	border-radius: 0px;
	border: 1px solid #EDEDED;
}

.articleFoot p,
.articleFoot time {
	color: #9EA1A3;
	display: inline-block;
	font-family: 'Inter';
	font-style: normal;
}

#sbContact {
	color: #9EA1A3;
	border-bottom: 1px solid #9EA1A3;
}

#sbContact:hover {
	color: #9EA1A3;
	text-decoration: none;
	border-bottom-color: #9EA1A3;
}

/* ########## ARTICLES LIST / CATEGORY ########## */

#categoryHead h1 {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 40px;
}

.articleList {
	font-size: 18px;
	list-style-type: none;
}

.articleList li {
	margin: 18px 0;
	padding-left: 0;
	line-height: 24px;
}

.articleList a {
	margin-left: 0;
}

/* ########## ZENDESK LEGACY ########## */

/*Styles that in from Zendesk import and are added here for legacy and compatibility of old docs */

.note-box,
.boxGentleWarning {
	background: #fff5cc;
	border-radius: 3px;
	padding: 20px;
	margin: 20px 0;
}

.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 10px;
}
.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.bs-callout p:last-child {
	margin-bottom: 0;
}
.bs-callout code {
	border-radius: 3px;
}
.bs-callout + .bs-callout {
	margin-top: -5px;
}
.bs-callout-default {
	border-left-color: #777;
}
.bs-callout-default h4 {
	color: #777;
}
.bs-callout-primary {
	border-left-color: #428bca;
}
.bs-callout-primary h4 {
	color: #428bca;
}
.bs-callout-success {
	border-left-color: #5cb85c;
}
.bs-callout-success h4 {
	color: #5cb85c;
}
.bs-callout-danger {
	border-left-color: #d9534f;
}
.bs-callout-danger h4 {
	color: #d9534f;
}
.bs-callout-warning {
	border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
	color: #f0ad4e;
}
.bs-callout-info {
	border-left-color: #5bc0de;
}
.bs-callout-info h4 {
	color: #5bc0de;
}

.brand img{
	max-height: 35px;
	width: auto;
}

.hljs {
	display: block;
	overflow-x: auto;
	padding: 0.5em;
	color: #333;
	background: #f8f8f8;
}

.hljs-comment,
.hljs-quote {
	color: #998;
	font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
	color: #333;
	font-weight: bold;
}
.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
	color: #008080;
}
.hljs-string,
.hljs-doctag {
	color: #d14;
}
.typesrc .hljs-string,
.typesrc .hljs-doctag {
	color: #000;
	font-weight: 700;
}
.hljs-title,
.hljs-section,
.hljs-selector-id {
	color: #900;
	font-weight: bold;
}
.hljs-subst {
	font-weight: normal;
}
.hljs-type,
.hljs-class .hljs-title {
	color: #458;
	font-weight: bold;
}
.hljs-tag,
.hljs-name,
.hljs-attribute {
	color: #000080;
	font-weight: normal;
}
.hljs-regexp,
.hljs-link {
	color: #009926;
}
.hljs-symbol,
.hljs-bullet {
	color: #990073;
}
.hljs-built_in,
.hljs-builtin-name {
	color: #0086b3;
}
.hljs-meta {
	color: #999;
	font-weight: bold;
}
.hljs-deletion {
	background: #fdd;
}
.hljs-addition {
	background: #dfd;
}
.hljs-emphasis {
	font-style: italic;
}
.hljs-strong {
	font-weight: bold;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

a.label:hover,
a.label:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.label:empty {
	display: none;
}

.label-default {
	background-color: #96a1a3;
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #7b898b;
}

.label-primary {
	background-color: #22b8f0;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #0e9cd1;
}

.label-success {
	background-color: #38b775;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #2c905c;
}

.label-info {
	background-color: #03a9f4;
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #0286c2;
}

.label-warning {
	background-color: #ff5722;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ee3900;
}

.label-danger {
	background-color: #f44336;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #ea1c0d;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #96a1a3;
	border-radius: 10px;
}

#setup a:hover,
#account-and-domains a:hover,
#general-questions a:hover{
	color: #22b8f0;
}
#setup a,
#account-and-domains a,
#general-questions a{
	font-weight: 700;
	text-transform: uppercase;
	color: #505656;
}

body code{
	padding: 2px 4px !important;
	font-size: 100% !important;
	color: #42465b;
	background-color: #dde3e7;
	border-radius: 4px;
	font-family: "Courier New",monospace;
}

body pre{
	font-size: 100% !important;
	word-break: normal !important;
}

.navbar-inner .container-fluid {
	display: flex;
	justify-content: space-between;
}

.navbar-inner .container-fluid .collapse{
	display: flex;
	align-items: center;
}

.category-list .category {
	/* padding: 20px 0 10px; */
	padding: 115px 20px 10px;
}

.container-fluid:before, .container-fluid:after,
.category-list .category h3:before {
	content: none;
}


#footer {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
}
#footer-container {
	flex-flow: row wrap;
	display: flex;
}

.footer-column-container, .footer-column-container-solution {
	width: 25%;
	padding: 0;
}

#footer-container h6 {
	line-height: 1.3;
	font-size: 20px;
	color: #363636;
}
#footer-container ul {
	margin: unset;
	margin-top: 20px;
}

#footer-container li {
	list-style: none;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
#footer-container a {
	font-weight: normal !important;
	line-height: 1.5;
}
@media only screen and (max-width: 768px) {
	.footer-column-container-solution, .footer-column-container {
		width: 50%;
		padding: 0;
	}
}

#subfooter {
	margin-top: 80px;
	padding: 16px 0 24px;
	display: flex;
	border-top: 1px solid #F0F1F4;
	justify-content: space-between;
	align-items: center;
}
#social-networks {
	position: relative;
	left: -10px;
}

#social-networks a:hover{
	text-decoration: none;
}

#social-networks svg {
	fill: #ADBCD3;
}

#social-networks a:hover svg {
	fill: #000000;
	text-decoration: none !important;
}

#legal-links a:hover {
	color: #000000;
	text-decoration: none;
}
#legal-links a {
	margin-right: 30px;
	color: #838D99;
	font-weight: normal !important;
}
.articleRatings {
	margin-top: 50px;
}
@media (max-width: 768px) {

	body {
		background-color: #fafafa;
		background: radial-gradient(circle 200px at 0% 12%, rgba(61,215,145,0.2) 0%, rgba(255,255,255,0) 100%), /* green*/
		radial-gradient(circle 100px at 100% 0%, rgba(61,215,145,0.2) 0%, rgba(255,255,255,0) 100%),
		radial-gradient(circle 200px at 96% 42%, rgba(61,215,145,0.2) 0%, rgba(255,255,255,0) 100%),
		radial-gradient(circle 50px at 0% 56%, rgba(61,215,145,0.2) 0%, rgba(255,255,255,0) 100%),
		radial-gradient(circle 100px at 105% 82.4%, rgba(61,215,145,0.2) 0%, rgba(255,255,255,0) 100%),
		radial-gradient(circle 50px at 0% 92%, rgba(61,215,145,0.2) 0%, rgba(255,255,255,0) 100%);
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-rendering: optimizeLegibility;
	}

	#searchBar button{
		padding: 15px 16px;
	}
	#searchBar button .icon-search{
		padding-right: 0;
	}
	#searchBar button span{
		display: none;
	}
	#main-content{
		padding-top: 0;
	}
	#sidebar {
		position: static;
		float: none;
		margin-top: 0;
		padding-top: 12px;
		padding-left: 12px;
		padding-bottom: 12px;
	}
	#sidebar h3{
		margin-top: 33px;
	}
	#main-content,#contentArea{
		padding-top: 0px;
	}
	.contentWrapper {
		padding: 25px 20px;
		box-shadow:none;
		background: transparent;
	}
	#fullArticle .title {
		margin: 0 30px 0.5em 0;
	}
	.navbar-inner .container-fluid .collapse{
		background: #FFF;
		box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
		border-radius: 15px;
	}
	#docsSearch{
		padding: 1.5em 0 0 0;
	}
	#docsSearch form{
		padding: 2em 0 2.5em 0;
	}

}