/*<meta />*/

.ht-grid-col a
{
	text-decoration: none !important;
}

a,
a:visited,
.bbp-author-name
{
	color: #0083DB;
}

a:hover
{
	color: #3498db;
}

.hkb-entry-content a:hover
{
	text-decoration: none;
	color: #646469;
}

.hkb-article-list a:hover
{
	color: #646469 !important;
}

#nav-primary ul > li a:hover
{
	color: #0083DB;
}

#nav-primary ul ul li a:hover
{
	background-color: #e6e6e6;
	color: #0083DB !important;
}

.hkb_widget_articles > ul > li a:hover
{
	color: #646469 !important;
}

.hkb-breadcrumbs a:hover
{
	color: #0083DB;
}

#site-footer-widgets a:hover
{
	background: #0083DB;
}

.hkb-article .hkb-article__title a:hover
{
	color: #0083DB;
}

.hkb-article-tags a:hover
{
	background: #0083DB;
	color: #fff;
}

#drop-btn a:hover
{
	background: none;
}

.dropdown a:hover
{
	background: none;
	color: #0083DB;
}

#site-header
{
	background: #333333;
}

@media screen and (max-width: 720px)
{
	#nav-primary-menu
	{
		background: #333333;
	}
}

#site-header,
#site-header a,
#site-header a:visited,
#site-header a:hover
{
	color: #222222;
}

#page-header
{
	background: #333333;
}

#page-header,
#page-header a,
#page-header a:visited,
#page-header a:hover,
#page-header #page-header-title
{
	color: #ffffff;
}

#page-header #page-header-tagline
{
	color: rgba(255,255,255,0.9);
}

#ht-site-container.ht-layout-boxed
{
	max-width: 1200px;
	box-shadow: 0 0 55px rgba(0,0,0,0.15);
}

#homepage-features .hf-block i
{
	color: #333333;
}

.feature-row
{
	display: flex;
}

.feature-row .col
{
	margin-right: 24px;
}

.feature-row .col:last-child
{
	margin-right: 0;
}

.feature-card
{
	padding: 32px 20px;
	border: 1px solid #E6E6E6;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.card-emphasis
{
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.card-heading
{
	font-weight: medium;
	font-size: 24px;
	margin-bottom: 12px;
}

.card-body
{
	font-weight: 400;
	font-size: 18px;
}

.bpModal
{
	/* display: none;
     */
	vertical-align: middle;
	position: relative;
	z-index: 1000;
	width: 500px;
	max-width: 99%;
	max-height: 99%;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f7f7f7;
	border: 1px solid #b4b4b9;
	border-radius: 4px;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .09), 0 6px 6px rgba(0, 0, 0, .13);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .09), 0 6px 6px rgba(0, 0, 0, .13);
	text-align: left;
}

.bpModal-header
{
	text-align: center;
	border-bottom: 1px solid #b4b4b9;
	padding: 20px;
}

.bpModal-body
{
	padding: 20px;
	overflow-y: scroll;
	max-height: 500px;
}

.bpModal-footer
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #b4b4b9;
	text-align: right;
	font-size: 16px;
}

.scroll-back-to-top-wrapper
{
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	font-size: 12px;
	background-color: #0083DB;
	color: #ffffff;
	width: 40px;
	height: 38px;
	line-height: 38px;
	right: 25px;
	bottom: 10px;
	padding-top: 2px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.scroll-back-to-top-wrapper:hover
{
	background-color: #003aa0;
	color: #ffffff;
}

.scroll-back-to-top-wrapper.show
{
	visibility: visible;
	cursor: pointer;
	opacity: 0.9;
}

.scroll-back-to-top-wrapper i.fa
{
	line-height: inherit;
}

.scroll-back-to-top-wrapper .fa-lg
{
	vertical-align: 0;
}

.hkb-site-search
{
	display: none;
}

/* Hide Comment Section */

#respond,
.comment-respond
{
	display: none;
}

body
{
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	color: #222;
	overflow-x: hidden;
	overflow-y: auto;
}

li[rel="profile"]
{
	padding-left: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.5;
}

.ht-container
{
	max-width: 1200px;
	margin: 0 auto;
}

.hkb-template-single
{
	max-width: 66%;
	margin: 0 auto;
}

@media (max-width: 1100px)
{
	.hkb-template-single
	{
		max-width: 95%;
		margin: 0 auto;
	}
}

.hkb-article__content.entry-content ul,
.hkb-article__content.entry-content ol
{
	padding-left: 24px !important;
	margin-bottom: 32px;
}

.hkb-article__content.entry-content li > ul,
.hkb-article__content.entry-content li > ol
{
	padding-top: 8px;
}

.entry-content li
{
	line-height: 1.4;
	margin-bottom: 24px;
}

.entry-content p
{
	margin-bottom: 32px;
}

pre
{
	background: #f5f8fa !important;
	display: block !important;
	padding: 15px 20px !important;
	font-family: "Roboto Mono", monospace !important;
}

pre::-webkit-scrollbar-track,
code::-webkit-scrollbar-track
{
	background-color: transparent;
}

pre::-webkit-scrollbar,
code::-webkit-scrollbar
{
	height: 6px;
	background-color: transparent;
	transition: all 0.3s;
}

pre::-webkit-scrollbar-button,
code::-webkit-scrollbar-button
{
	display: none;
}

pre::-webkit-scrollbar-thumb,
code::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: rgba(150, 150, 150, 0.3);
	transition: all 0.5s;
	height: 4px;
}

pre::-webkit-scrollbar-thumb:hover,
code::-webkit-scrollbar-thumb:hover
{
	background-color: rgba(150, 150, 150, 1);
	transform: scale(0.5);
}

h1.widgettitle,
h2.widgettitle
{
	font-size: 20px;
	margin-bottom: 20px !important;
}

#nav-primary
{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.subheading
{
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	font-weight: 300;
}

b,
strong
{
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}

#nav-primary ul ul li a,
#nav-primary ul ul li a:visited
{
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	text-transform: none;
}

#page-header #page-header-tagline
{
	font-family: 'Roboto', sans-serif;
	margin-top: 15px;
	color: #ccc;
}

form textarea,
form select,
form input[type="date"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="email"],
form input[type="month"],
form input[type="number"],
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form input[type="text"],
form input[type="time"],
form input[type="url"],
form input[type="week"]
{
	color: #797979;
	font-family: 'Roboto';
	font-size: 16px;
	padding-bottom: 9px;
}

form button,
form input[type="reset"],
form input[type="submit"],
form input[type="button"]
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #53a42e;
	border-color: #53a42e;
	color: #fff;
	border-radius: 3px;
	font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
	letter-spacing: 0.3px;
	font-weight: 700;
	line-height: 20px;
	font-size: 18px;
	transition: all 0.3s ease 0s;
	text-transform: none;
}

#hkb.hkb-template-category .hkb-article .hkb-article__title
{
	font-family: 'Roboto';
	font-weight: 400;
}

a,
a:visited
{
	color: #222;
}

.hkb-entry-content a,
.bbp-author-name
{
	text-decoration: underline;
	color: #222;
	transition: 0.3s all;
}

a sup
{
	text-decoration: none;
	display: inline-block;
}

.hkb-article__content h1,
.hkb-article__content h2,
.hkb-article__content h3,
.hkb-article__content h4,
.hkb-article__content h5,
.hkb-article__content h6
{
	margin-bottom: 8px;
	/* margin-top: 48px;
     */
}

.hkb-em-date
{
	display: none;
}

/* Header */

#site-header
{
	background-color: #f1f2f2;
	padding-bottom: 15px;
	padding-top: 20px;
}

#site-header #logo img
{
	max-width: 160px;
}

#nav-primary ul > li a
{
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
}

/* Dropdown */

#nav-primary ul ul
{
	background-color: #f1f2f2;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-color: #0083DB;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top-style: solid;
	border-top-width: 2px;
}

#nav-primary ul ul li:first-child a
{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#nav-primary ul ul li:last-child a
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#nav-primary ul > li.menu-item-has-children > a:after
{
	content: "\f107" !important;
	font-family: "FontAwesome";
}

#nav-primary ul ul ul
{
	top: -6px;
}

.language-select .sub-menu
{
	width: max-content !important;
}

/* Hide Bitnami */

#bitnami-banner
{
	display: none !important;
}

/* Mobile menu */

#nav-primary button
{
	color: #222;
}

#site-header a
{
	color: #222;
}

@media screen and (max-width: 720px)
{
	#nav-primary #nav-primary-menu
	{
		background: #ccc;
	}

	#nav-primary ul ul
	{
		background-color: #ccc;
	}

	.sub-menu
	{
		color: #ccc;
	}
}

/* Home */

#page-header
{
	display: none;
}

#homepage-features .hf-block
{
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

#homepage-features .hf-block h4,
#homepage-features .hf-block h5,
#homepage-features .hf-block p
{
	margin-left: 60px;
}

#homepage-features .hf-block h4
{
	margin-bottom: 5px;
}

#homepage-features .hf-block i
{
	color: #0083DB;
}

#homepage-features .hf-block:hover
{
	background-color: #222222;
}

.hkb_widget_articles .hkb-widget__entry-title:hover
{
	color: #0083DB;
}

/* Home Search */

#page-header #page-header-title
{
	font-size: 40px;
}

#page-header.ph-large
{
	padding-bottom: 30px;
	padding-top: 10px;
}

.hkb-site-search .hkb-site-search__button
{
	width: 22%;
	padding-top: 9px;
}

.hkb-site-search .hkb-site-search__field
{
	width: 76%;
	min-height: 40px;
}

form button:hover,
form input[type="reset"]:hover,
form input[type="submit"]:hover,
form input[type="button"]:hover
{
	background-color: #206c16;
	border-color: #206c16;
	color: #fff;
}

#hkb.hkb-searchresults > li .hkb-searchresults__title
{
	font-weight: normal;
	line-height: 22px;
}

#hkb.hkb-searchresults > li:hover,
#hkb.hkb-searchresults > li.hkb-searchresults__current
{
	background-color: #ccc;
}

/* Home Widgets */

.hkb_widget_articles > ul > li::before
{
	color: #0083DB !important;
	top: -1px;
}

.hkb_widget_articles > ul > li
{
	border-bottom: none;
}

/* Content */

.entry-content hr
{
	color: #ccc;
	height: 2px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.entry-content h6
{
	margin-bottom: 5px;
}

.hentry
{
	border-bottom-color: #fff;
	border-bottom-width: 0;
	margin-bottom: 0;
}

.entry-content > ul li,
.entry-content > ol li
{
	margin-top: 7px;
}

.entry-content .wp-caption .wp-caption-text
{
	text-align: left;
}

body.single .hentry .entry-title
{
	font-size: 35px;
	font-weight: bold;
}

/* Breadcrumbs */

#page-header-breadcrumbs
{
	background-color: #eee;
	display: none;
}

/* Sidebar */

.sticky
{
	position: sticky;
	top: 0;
}

.sticky-element-fixed
{
	top: 20px !important;
}

.bluebar
{
	padding: 24px !important;
	border-top: 5px solid #0083DB;
	background-color: #f7f7f7;
	border-radius: 2px;
	box-shadow: 0 2px 3px 1px #cdcdd0;
}

.bluebar a
{
	padding: 0px 5px;
	display: block;
	transition: 0.3s all;
	text-decoration: none;
}

.bluebar .vc_column-inner
{
	padding: 0 !important;
}

@media (max-height: 900px)
{
	.bluebar
	{
		/* height: 100vh;
         */
		overflow: scroll;
	}
}

/* .vc_tta-panel-body a:hover {
     background: #0083DB;
     color: #fff;
}
 */

/*Change Widget Text*/

.vc_edit_form_elements .textarea_raw_html
{
	color: #222 !important;
	font-family: 'Roboto' !important;
}

/* Buttons */

a.btn2:visited,
a.btn4:visited
{
	color: #fff !important;
	text-decoration: none !important;
}

.btn2,
.btn3,
.btn4,
.btn5,
.btn6
{
	letter-spacing: 0.3px;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 1;
	text-decoration: none !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 20px;
}

.btn2:hover
{
	background-color: #00579c;
	border-color: #00579c;
	color: #fff;
}

.btn2
{
	background-color: #0083DB;
	border-color: #0083DB;
	color: #fff !important;
	border: 1px solid #0083DB;
}

.btn3
{
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid #ced1d1;
	background: #f1f2f2;
	border-radius: 3px;
	line-height: 1;
	color: #111;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
}

a.btn3
{
	color: #111;
}

.btn3:hover
{
	background: #111;
	color: #fff;
}

/*.fixed-width {
     width: 132px;
     text-align: center;
}
*/

.current
{
	background: #222;
	color: #fff;
}

#current
{
	background: #222;
	color: #fff;
}

a#current
{
	color: #fff;
	cursor: default;
}

a.current
{
	color: #fff;
	cursor: default;
}

.btn-small
{
	padding: 7px 10px;
	font-size: 11px;
}

.btn-block
{
	width: 100%;
	text-align: center;
}

.btn3 .fa
{
	color: #0083DB;
}

/* Green button for Enterprise page */

.btn4
{
	background-color: #53a42e;
	border-color: #53a42e;
	color: #fff !important;
	border: solid 1px #53a42e;
}

.btn4:hover
{
	background-color: #349528;
	border-color: #349528;
	color: #fff;
}

/* White outline button */

.btn5
{
	background-color: transparent;
	border-color: #fff;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	border: 2px solid #fff;
	letter-spacing: 0.015em;
	font-size: 15px;
	border-radius: 3px;
	line-height: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn5:hover,
a.btn5:hover
{
	background-color: #fff;
	color: #222 !important;
}

/* Black outline button */

.btn6,
a.btn6
{
	background-color: transparent;
	border-color: #333;
	color: #333;
	display: inline-block;
	padding: 10px 15px;
	border: 2px solid #333;
	letter-spacing: 0.015em;
	font-size: 15px;
	border-radius: 3px;
	line-height: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn6:hover,
a.btn6:hover
{
	background-color: #333;
	color: #fff !important;
}

/* Footer */

#site-footer
{
	margin-top: 0;
	background-color: #111;
	padding: 20px 0;
}

#site-footer-widgets
{
	background: #111;
	color: #fff;
	padding: 0;
	/* margin-top: 80px;
     */
}

@media (max-width: 1024px)
{
	#site-footer-widgets .row
	{
		display: block;
	}
}

#site-footer-widgets .widget.widget_text.ht-grid-col.ht-grid-4 div
{
	margin-bottom: 12px;
}

#site-footer-widgets .widget
{
	margin: 30px 0;
}

#site-footer-widgets h3
{
	color: #fff;
	padding: 0 5px;
	margin-bottom: 10px;
}

#site-footer-widgets .col-3
{
	text-align: left !important;
}

.bluebar a
{
	padding: 0px 5px;
	display: block;
	transition: 0.3s all;
}

#site-footer-widgets a,
#site-footer-widgets a:visited
{
	transition: all 0.3s ease;
	padding: 5px;
	color: #fff !important;
}

#site-footer-widgets .ht-grid .ht-grid-4
{
	width: 100% !important;
}

/* 404 */

body.error404 #primary
{
	background-color: #333;
}

/* Contact Form */

.wpcf7 form textarea,
.wpcf7 form select,
.wpcf7 form input[type="date"],
.wpcf7 form input[type="datetime"],
.wpcf7 form input[type="datetime-local"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="month"],
.wpcf7 form input[type="number"],
.wpcf7 form input[type="password"],
.wpcf7 form input[type="search"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="text"],
.wpcf7 form input[type="time"],
.wpcf7 form input[type="url"],
.wpcf7 form input[type="week"]
{
	width: 100%;
	border: 2px solid #ccc;
}

.wpcf7 textarea
{
	height: 100px;
	max-width: none;
}

.entry-content table tbody
{
	background-color: #fff;
}

.entry-content table td,
.entry-content table th
{
	padding-left: 0;
}

form button,
form input[type="reset"],
form input[type="submit"],
form input[type="button"]
{
	/*width: 100%;
    */
}

/* Knowledge Base */

.ht-voting .ht-voting-links .ht-voting-upvote
{
	background-color: #0083DB;
}

.hkb-category[data-hkb-cat-icon="false"] .hkb-category__header
{
	padding-left: 0;
}

.hkb-category[data-hkb-cat-icon="false"] .hkb-category__header::before
{
	display: none;
}

/* Hide author name */

.ht-kb-em-author
{
	display: none;
}

/* Article creation date styles */

.hkb-entry-meta a
{
	color: #222;
}

.hkb-em-date
{
	color: #222;
	font-style: italic;
}

.ht-kb-em-author
{
	display: none;
}

.hkb-entry-meta li:after
{
	content: "";
}

.hkb-em-date span:after
{
	content: ":";
}

.hkb-meta .hkb-meta__usefulness
{
	background-color: #0083DB;
}

.hkb-category .hkb-category__view-all::before
{
	color: #0083DB;
}

.hkb-category .hkb-category__view-all
{
	color: #0083DB;
}

.hkb-article-list .hkb-article-list__format-standard::before,
.hkb-article-list .hkb-article-list__format-video::before
{
	top: -2px;
	color: #0083DB;
}

.hkb-article-related__title
{
	margin-top: 48px;
}

.hkb-article-list > li
{
	margin-bottom: 10px;
	border-bottom: none;
}

.hkb-template-archive .hkb-category__description
{
	display: none;
}

.hkb-article-tags
{
	padding: 20px 0;
}

.hkb-article-tags a
{
	background: #ccc;
	padding: 5px 10px;
}

.hkb-article-tags a::after
{
	content: none;
}

.hkb-article__content ul li
{
	list-style: inherit;
}

/* Post Edits */

.hentry .entry-thumb
{
	display: none;
}

body.single .hentry .entry-header
{
	border-bottom-color: #ccc;
	border-bottom-width: 2px;
}

/* Disable Comments */

#comments
{
	display: none;
}

/* Standard Screenshot Margin */

.scr
{
	margin: 20px 0;
	display: block;
}

/* Clear space in a list */

.line
{
	display: block;
	margin: 10px 0;
}

.code
{
	background-color: #e6f0ff;
	font-family: "Roboto Mono", monospace;
	padding: 4px;
}

/* Notice */

.notice ul,
.notice ol
{
	margin: 0;
}

.notice
{
	position: relative;
	margin: 32px 0;
	background: #fff;
	padding: 1em;
	border-radius: 3px;
}

.notice-eol
{
	background-color: #fff3c9;
	padding: 2em;
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0;
	border: none;
	border-radius: 6px;
}

.notice-eol:before
{
	content: "\f071";
	font-family: FontAwesome;
	font-size: 18px;
	padding-right: 15px;
}

.warning
{
	border-left: solid 44px #f6c700;
	border-right: solid 2px #f6c700;
	border-bottom: solid 2px #f6c700;
	border-top: solid 2px #f6c700;
}

.warning:before
{
	content: "\f071";
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: -36px;
	line-height: 35px;
	font-size: 30px;
	font-family: FontAwesome;
}

.info
{
	border-left: solid 44px #0ba3e6;
	border-top: solid 2px #0ba3e6;
	border-right: solid 2px #0ba3e6;
	border-bottom: solid 2px #0ba3e6;
}

.info:before
{
	content: "\f05a";
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: -34px;
	line-height: 35px;
	font-size: 30px;
	font-family: FontAwesome;
}

.update
{
	border-left: solid 44px #8dc63f;
}

.update:before
{
	content: "\f01e";
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: -34px;
	line-height: 35px;
	font-size: 30px;
	font-family: FontAwesome;
}

.tip-container
{
	border-left: solid 1px #53a42e;
	border-right: solid 1px #53a42e;
	border-bottom: solid 1px #53a42e;
	border-top: solid 1px #53a42e;
	position: relative;
	margin: 32px 0;
	background: #e3f7d7;
	border-radius: 3px;
	font-family: 'Roboto';
	padding: 28px 28px 28px 64px;
}

p.tip-content
{
	margin-bottom: 0;
}

.tip-content:before
{
	content: url('/wp-content/uploads/2021/01/lightbulb-1.svg');
	left: 16px;
	position: absolute;
}

.cell
{
	background-color: #f1f2f2;
	text-align: center;
}

.cell:hover
{
	background-color: #e6e6e6;
}

/* Change attributes for SVG icons */

.entry-content .style-svg
{
	height: 18px;
	width: 18px;
	max-height: 18px;
	max-width: 18px;
	vertical-align: middle;
}

.rel-products
{
	width: 100%;
	margin: 20px 0;
	font-size: 18px;
	border: 2px solid #1e2022;
}

.rel-products-head
{
	background-color: #1e2022;
	color: #fff;
	border-bottom: solid 3px #0083DB;
	padding: 10px 0 10px 10px;
	margin: 0 0 20px 0;
	color: #fff;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
}

a:hover .i-jump
{
	transform: translateX(6px);
}

a:hover .i-jump2
{
	transform: translateX(-6px);
}

.i-jump
{
	transition: linear 0.1s all;
	-webkit-transition: linear 0.1s all;
	-moz-transition: linear 0.1s all;
	-o-transition: linear 0.1s all;
}

.i-jump2
{
	transition: linear 0.1s all;
	-webkit-transition: linear 0.1s all;
	-moz-transition: linear 0.1s all;
	-o-transition: linear 0.1s all;
}

/* 2018 Videos */

.type-post .entry-meta
{
	display: none;
}

/* Make trademark symbols in titles smaller */

h1 sup
{
	font-size: 9px;
	font-family: "Arial";
	top: -1em;
}

h2 sup
{
	font-size: 9px;
	font-family: "Arial";
	top: -1em;
}

h3 sup
{
	font-size: 9px;
	font-family: "Arial";
	top: -1em;
}

h4 sup
{
	font-size: 9px;
	font-family: "Arial";
	top: -1em;
}

p sup
{
	font-size: 6px;
	font-family: "Arial";
	top: -0.6em;
}

/* Collapsible list buttons for FAQ format */

.btn-details summary
{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	font-size: 22px;
	border: solid 1px #00579c;
	color: #00579c;
	padding: 15px;
	margin-bottom: 20px;
}

.btn-details summary:hover
{
	cursor: pointer;
}

.btn-details-small summary
{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	font-size: 18px;
	border: solid 1px #00579c;
	color: #00579c;
	padding: 10px;
	margin-bottom: 20px;
}

.btn-details-small summary:hover
{
	cursor: pointer;
}

details p
{
	margin-left: 40px;
}

/*Hund Widget */

#top-menu
{
	background: #f1f2f2;
	border-bottom: solid 1px #e6e6e6;
}

#link-special
{
	color: #222;
}

#link-special:hover
{
	color: #0083DB;
}

#top-menu .ht-container
{
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#status
{
	display: block;
	order: 2;
	color: #222;
	font-size: 12px;
	font-family: 'Roboto';
}

span.status-widget__state
{
	color: #222;
	font-family: 'Roboto';
	font-size: 14px;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	text-decoration: underline;
}

span.status-widget__state:hover
{
	text-decoration: none;
}

.ht-kb-em-category
{
	display: none;
}

/* Hide Search Unify categories and versions */

.doc-category,
.doc-version,
.doc-topic
{
	display: none;
}

.summary
{
	display: none;
}

a.core-support
{
	border: solid 1px #0083DB;
	color: #222;
	padding: 5px;
	font-size: 12px;
	font-weight: 700;
	vertical-align: middle;
	border-radius: 3px;
	transition: all 0.3s;
}

a.core-support:hover
{
	background: #0083DB;
	color: #fff;
}

a.extended-support
{
	border: solid 1px #f90;
	color: #222;
	padding: 5px;
	font-size: 12px;
	font-weight: 700;
	vertical-align: middle;
	border-radius: 3px;
	transition: all 0.3s;
}

a.extended-support:hover
{
	background: #f90;
	color: #fff;
}

/* Table with a light blue header, no border */

.table-lightBlue
{
	border: solid 1px #ccc;
}

.table-lightBlue th
{
	background-color: #DBF2FF;
}

.table-lightBlue tr
{
	border-bottom: solid 1px #ccc;
}

.table-lightBlue td
{
	padding: 20px !important;
}

.table-lightBlue th
{
	padding: 20px !important;
}

/* Light blue table with border */

.table-border td,
.table-border th
{
	border-right: solid 1px #ccc;
}

/* Alternating striped background */

.table-striped tbody tr:nth-of-type(odd)
{
	background-color: #f0f0f0;
}

/* PDF iframe and mobile view */

.pdf-frame
{
	width: 100%;
	height: 800px;
	border: none;
	border-radius: 6px;
	box-shadow: 0px 1px 8px 0px #6d6d6d;
	object-fit: contain;
}

@media (max-width: 768px)
{
	.pdf-frame
	{
		height: 500px;
	}

	.pdf-container .btn2
	{
		margin-bottom: 25px;
		display: block;
		text-align: center;
	}

	.pdf-container .btn4
	{
		display: block;
		text-align: center;
		margin-bottom: 25px;
	}
}

.btn-container
{
	margin-bottom: 25px;
}

@media (max-width: 768px)
{
	.btn-container .btn3
	{
		margin-bottom: 25px;
		display: block;
	}

	.btn-container .btn3:last-child
	{
		margin-bottom: 0;
	}
}

.version-warning
{
	padding: 20px;
	background: #fff3c9;
	margin-top: 10px !important;
	margin-bottom: 50px !important;
}

.link-underline
{
	color: #222 !important;
	text-decoration: underline;
	transition: 0.3s all;
}

.link-underline:hover
{
	text-decoration: none;
	color: #96969b !important;
}

.link-white
{
	color: #fff !important;
}

a.toc-entry
{
	display: block;
	color: #222;
}

.indent-1
{
	margin-left: 10px;
}

.indent-2
{
	margin-left: 20px;
}

/* Keyword boosting for words that do not appear in article */

.keyword-boost
{
	display: none;
}

/* Underlines for headings */

.underline
{
	border-top: 8px solid #222;
	width: 100%;
	max-width: 98px;
	margin-top: 8px;
	margin-bottom: 32px;
}

.underline-thin
{
	border-top: 1px solid #222;
	width: 40px;
	line-height: 16px;
}

.underline-blue
{
	border-top-color: #0083DB;
}

/* ============ Flexbox grid ============ */

.row
{
	display: flex;
}

.col
{
	flex: 1 1 auto;
}

.col-12
{
	flex-basis: 100%;
}

.col-9
{
	flex-basis: 75%;
}

.col-6
{
	flex-basis: 50%;
}

.col-4
{
	flex-basis: 33.33333%;
}

.col-3
{
	flex-basis: 25%;
}

.col-2
{
	flex-basis: 16.66667%;
}

.col-1
{
	flex-basis: 8.3333%;
}

.flex-shrink-0
{
	flex-shrink: 0;
}

.flex-shrink
{
	flex-shrink: 1;
}

.subheading
{
	font-weight: bold;
	font-size: 18px;
}

/* ================ Generic text box ================ */

.text-box
{
	padding: 20px;
	margin-bottom: 24px;
}

.text-box p:last-child
{
	margin: 0;
}

/* ================= Background colors ================= ----------- BG — Blues ----------- */

.bg-primary
{
	background-color: #0083DB !important;
}

.bg-primaryLight
{
	background-color: #3cabf7 !important;
}

.bg-primaryDark
{
	background-color: #0f4896 !important;
}

.bg-blue1
{
	background-color: #edf8ff !important;
}

.bg-blue2
{
	background-color: #dbf2ff !important;
}

.bg-blue3
{
	background-color: #b0e2ff !important;
}

.bg-blue4
{
	background-color: #9ACEEC !important;
}

.bg-blue5
{
	background-color: #61c3fa !important;
}

.bg-blue6
{
	background-color: #3cabf7 !important;
}

.bg-blue7
{
	background-color: #0083DB !important;
}

.bg-blue8
{
	background-color: #135fba !important;
}

.bg-blue9
{
	background-color: #0f4896 !important;
}

.bg-blue10
{
	background-color: #0b316a !important;
}

.bg-blue11
{
	background-color: #041e44 !important;
}

/* --------------- BG — Grayscale --------------- */

.bg-white
{
	background-color: #fff !important;
}

.bg-caviar1
{
	background-color: #f7f7f7 !important;
}

.bg-caviar2
{
	background-color: #f0f0f0 !important;
}

.bg-caviar3
{
	background-color: #e6e6e8 !important;
}

.bg-caviar4
{
	background-color: #cdcdd0 !important;
}

.bg-caviar5
{
	background-color: #b4b4b9 !important;
}

.bg-caviar6
{
	background-color: #96969b !important;
}

.bg-caviar7
{
	background-color: #7d7d82 !important;
}

.bg-caviar8
{
	background-color: #646469 !important;
}

.bg-caviar9
{
	background-color: #4b4b50 !important;
}

.bg-caviar10
{
	background-color: #323237 !important;
}

.bg-caviar11
{
	background-color: #19191e !important;
}

/* ------------------- BG — Yellow/Orange ------------------- */

.bg-sunset1
{
	background-color: #fff9e3 !important;
}

.bg-sunset2
{
	background-color: #fff3c9 !important;
}

.bg-sunset3
{
	background-color: #ffeda0 !important;
}

.bg-sunset4
{
	background-color: #ffe471 !important;
}

.bg-sunset5
{
	background-color: #ffd933 !important;
}

.bg-sunset6
{
	background-color: #ffb91a !important;
}

.bg-sunset7
{
	background-color: #ff9800 !important;
}

.bg-sunset8
{
	background-color: #e86f00 !important;
}

.bg-sunset9
{
	background-color: #d04d03 !important;
}

/* ------------ BG — Greens ------------ */

.bg-secondary
{
	background-color: #53a42e;
}

.bg-secondaryLight
{
	background-color: #7ac458;
}

.bg-secondaryDark
{
	background-color: #349528;
}

.bg-forest1
{
	background-color: #e3f7d7 !important;
}

.bg-forest2
{
	background-color: #cdf0ba !important;
}

.bg-forest3
{
	background-color: #ace092 !important;
}

.bg-forest4
{
	background-color: #91d672 !important;
}

.bg-forest5
{
	background-color: #7ac458 !important;
}

.bg-forest6
{
	background-color: #53a42e !important;
}

.bg-forest7
{
	background-color: #349528 !important;
}

.bg-forest8
{
	background-color: #29831e !important;
}

.bg-forest9
{
	background-color: #206c16 !important;
}

/* =========== Text Styles =========== ------ Colors ------ */

.text-blue
{
	color: #0083DB !important;
}

.text-blue5
{
	color: #61C3FA;
}

.text-primary
{
	color: #0083DB !important;
}

.text-primaryLight
{
	color: #3cabf7 !important;
}

.text-primaryDark
{
	color: #0f4896 !important;
}

.text-white
{
	color: #fff !important;
}

/* --------- Font size --------- */

.text-0
{
	font-size: 10px !important;
}

.text-1
{
	font-size: 12px !important;
}

.text-2
{
	font-size: 14px !important;
}

.text-3
{
	font-size: 16px !important;
}

.text-4
{
	font-size: 18px !important;
}

.text-5
{
	font-size: 20px !important;
}

.text-6
{
	font-size: 24px !important;
}

.text-7
{
	font-size: 28px !important;
}

.text-8
{
	font-size: 32px !important;
}

.text-9
{
	font-size: 40px !important;
}

.text-10
{
	font-size: 56px !important;
}

.text-11
{
	font-size: 72px !important;
}

/* --------- Alignment --------- */

.text-left
{
	text-align: left;
}

.text-center
{
	text-align: center;
}

.text-right
{
	text-align: right;
}

/* ------------ Font weights ------------ */

.text-light
{
	font-weight: 300;
}

.text-normal
{
	font-weight: 400;
}

.text-medium
{
	font-weight: 500;
}

.text-bold
{
	font-weight: 700;
}

/* -------------- Text transform -------------- */

.text-caps
{
	text-transform: capitalize !important;
}

.text-lowercase
{
	text-transform: lowercase !important;
}

.text-allCaps
{
	text-transform: uppercase !important;
}

.text-regular
{
	text-transform: none !important;
}

/* --------------- Text decoration --------------- */

.text-strike
{
	text-decoration: line-through !important;
}

.text-underline
{
	text-decoration: underline !important;
}

.text-noDeco
{
	text-decoration: none !important;
}

/* -------------- Letter spacing -------------- */

.text-trackTight
{
	letter-spacing: -0.01rem !important;
}

.text-trackNormal
{
	letter-spacing: 0 !important;
}

.text-trackLoose
{
	letter-spacing: 0.06rem !important;
}

/* ======= Margins ======= ------------- Margin bottom ------------- */

.mb-0
{
	margin-bottom: 0 !important;
}

.mb-1
{
	margin-bottom: 4px !important;
}

.mb-2
{
	margin-bottom: 8px !important;
}

.mb-3
{
	margin-bottom: 16px !important;
}

.mb-4
{
	margin-bottom: 32px !important;
}

.mb-5
{
	margin-bottom: 40px !important;
}

.mb-6
{
	margin-bottom: 48px !important;
}

.mb-7
{
	margin-bottom: 56px !important;
}

.mb-8
{
	margin-bottom: 64px !important;
}

.mb-9
{
	margin-bottom: 72px !important;
}

.mb-10
{
	margin-bottom: 80px !important;
}

/* ---------- Margin top ---------- */

.mt-0
{
	margin-top: 0 !important;
}

.mt-1
{
	margin-top: 4px !important;
}

.mt-2
{
	margin-top: 8px !important;
}

.mt-3
{
	margin-top: 16px !important;
}

.mt-4
{
	margin-top: 32px !important;
}

.mt-5
{
	margin-top: 40px !important;
}

.mt-6
{
	margin-top: 48px !important;
}

.mt-7
{
	margin-top: 56px !important;
}

.mt-8
{
	margin-top: 64px !important;
}

.mt-9
{
	margin-top: 72px !important;
}

.mt-10
{
	margin-top: 80px !important;
}

/* ------------ Margin right ------------ */

.mr-0
{
	margin-right: 0 !important;
}

.mr-1
{
	margin-right: 4px !important;
}

.mr-2
{
	margin-right: 8px !important;
}

.mr-3
{
	margin-right: 16px !important;
}

.mr-4
{
	margin-right: 32px !important;
}

.mr-5
{
	margin-right: 40px !important;
}

.mr-6
{
	margin-right: 48px !important;
}

.mr-7
{
	margin-right: 56px !important;
}

.mr-8
{
	margin-right: 64px !important;
}

.mr-9
{
	margin-right: 72px !important;
}

.mr-10
{
	margin-right: 80px !important;
}

/* ------------ Margin left ------------ */

.ml-0
{
	margin-left: 0 !important;
}

.ml-1
{
	margin-left: 4px !important;
}

.ml-2
{
	margin-left: 8px !important;
}

.ml-3
{
	margin-left: 16px !important;
}

.ml-4
{
	margin-left: 32px !important;
}

.ml-5
{
	margin-left: 40px !important;
}

.ml-6
{
	margin-left: 48px !important;
}

.ml-7
{
	margin-left: 56px !important;
}

.ml-8
{
	margin-left: 64px !important;
}

.ml-9
{
	margin-left: 72px !important;
}

.ml-10
{
	margin-left: 80px !important;
}

/* ------------- Margin — all ------------- */

.m-0
{
	margin: 0 !important;
}

.m-1
{
	margin: 4px !important;
}

.m-2
{
	margin: 8px !important;
}

.m-3
{
	margin: 16px !important;
}

.m-4
{
	margin: 32px !important;
}

.m-5
{
	margin: 40px !important;
}

.m-6
{
	margin: 48px !important;
}

.m-7
{
	margin: 56px !important;
}

.m-8
{
	margin: 64px !important;
}

.m-9
{
	margin: 72px !important;
}

.m-10
{
	margin: 80px !important;
}

/* ----------------- Margin top/bottom ----------------- */

.my-0
{
	margin: 0 0 !important;
}

.my-1
{
	margin: 4px 0 !important;
}

.my-2
{
	margin: 8px 0 !important;
}

.my-3
{
	margin: 16px 0 !important;
}

.my-4
{
	margin: 32px 0 !important;
}

.my-5
{
	margin: 40px 0 !important;
}

.my-6
{
	margin: 48px 0 !important;
}

.my-7
{
	margin: 56px 0 !important;
}

.my-8
{
	margin: 64px 0 !important;
}

.my-9
{
	margin: 72px 0 !important;
}

.my-10
{
	margin: 80px 0 !important;
}

/* ----------------- Margin left/right ----------------- */

.mx-0
{
	margin: 0 0 !important;
}

.mx-1
{
	margin: 0 4px !important;
}

.mx-2
{
	margin: 0 8px !important;
}

.mx-3
{
	margin: 0 16px !important;
}

.mx-4
{
	margin: 0 32px !important;
}

.mx-5
{
	margin: 0 40px !important;
}

.mx-6
{
	margin: 0 48px !important;
}

.mx-7
{
	margin: 0 56px !important;
}

.mx-8
{
	margin: 0 64px !important;
}

.mx-9
{
	margin: 0 72px !important;
}

.mx-10
{
	margin: 0 80px !important;
}

.mx-auto
{
	margin-left: auto !important;
	margin-right: auto !important;
}

/* -------------- Padding — all -------------- */

.p-0
{
	padding: 0 !important;
}

.p-1
{
	padding: 4px !important;
}

.p-2
{
	padding: 8px !important;
}

.p-3
{
	padding: 16px !important;
}

.p-4
{
	padding: 32px !important;
}

.p-5
{
	padding: 40px !important;
}

.p-6
{
	padding: 48px !important;
}

.p-7
{
	padding: 56px !important;
}

.p-8
{
	padding: 64px !important;
}

.p-9
{
	padding: 72px !important;
}

.p-10
{
	padding: 80px !important;
}

@media (max-width: 576px)
{
	.xs-p-3
	{
		padding: 16px !important;
	}
}

@media (min-width: 576px)
{
	.sm-p-4
	{
		padding: 32px !important;
	}
}

/* --------------- Padding - Top/Bottom --------------- */

.py-0
{
	padding: 0 0 !important;
}

.py-1
{
	padding: 4px 0 !important;
}

.py-2
{
	padding: 8px 0 !important;
}

.py-3
{
	padding: 16px 0 !important;
}

.py-4
{
	padding: 32px 0 !important;
}

.py-5
{
	padding: 40px 0 !important;
}

.py-6
{
	padding: 48px 0 !important;
}

.py-7
{
	padding: 56px 0 !important;
}

.py-8
{
	padding: 64px 0 !important;
}

.py-9
{
	padding: 72px 0 !important;
}

.py-10
{
	padding: 80px 0 !important;
}

/* --------------- Padding - Left/Right --------------- */

.px-0
{
	padding: 0 0 !important;
}

.px-1
{
	padding: 0 4px !important;
}

.px-2
{
	padding: 0 8px !important;
}

.px-3
{
	padding: 0 16px !important;
}

.px-4
{
	padding: 0 32px !important;
}

.px-5
{
	padding: 0 40px !important;
}

.px-6
{
	padding: 0 48px !important;
}

.px-7
{
	padding: 0 56px !important;
}

.px-8
{
	padding: 0 64px !important;
}

.px-9
{
	padding: 0 72px !important;
}

.px-10
{
	padding: 0 80px !important;
}

/* --------------- Padding - Right --------------- */

.pr-0
{
	padding-right: 0 !important;
}

.pr-1
{
	padding-right: 4px !important;
}

.pr-2
{
	padding-right: 8px !important;
}

.pr-3
{
	padding-right: 16px !important;
}

.pr-4
{
	padding-right: 32px !important;
}

.pr-5
{
	padding-right: 40px !important;
}

.pr-6
{
	padding-right: 48px !important;
}

.pr-7
{
	padding-right: 56px !important;
}

.pr-8
{
	padding-right: 64px !important;
}

.pr-9
{
	padding-right: 72px !important;
}

.pr-10
{
	padding-right: 80px !important;
}

/* --------------- Padding - Left --------------- */

.pl-0
{
	padding-left: 0 !important;
}

.pl-1
{
	padding-left: 4px !important;
}

.pl-2
{
	padding-left: 8px !important;
}

.pl-3
{
	padding-left: 16px !important;
}

.pl-4
{
	padding-left: 32px !important;
}

.pl-5
{
	padding-left: 40px !important;
}

.pl-6
{
	padding-left: 48px !important;
}

.pl-7
{
	padding-left: 56px !important;
}

.pl-8
{
	padding-left: 64px !important;
}

.pl-9
{
	padding-left: 72px !important;
}

.pl-10
{
	padding-left: 80px !important;
}

.pt-0
{
	padding-top: 0 !important;
}

/* --------------- Padding - Top --------------- */

.pt-1
{
	padding-top: 4px !important;
}

.pt-2
{
	padding-top: 8px !important;
}

.pt-3
{
	padding-top: 16px !important;
}

.pt-4
{
	padding-top: 32px !important;
}

.pt-5
{
	padding-top: 40px !important;
}

.pt-6
{
	padding-top: 48px !important;
}

.pt-7
{
	padding-top: 56px !important;
}

.pt-8
{
	padding-top: 64px !important;
}

.pt-9
{
	padding-top: 72px !important;
}

.pt-10
{
	padding-top: 80px !important;
}

/* --------------- Padding - Bottom --------------- */

.pb-0
{
	padding-bottom: 0 !important;
}

.pb-1
{
	padding-bottom: 4px !important;
}

.pb-2
{
	padding-bottom: 8px !important;
}

.pb-3
{
	padding-bottom: 16px !important;
}

.pb-4
{
	padding-bottom: 32px !important;
}

.pb-5
{
	padding-bottom: 40px !important;
}

.pb-6
{
	padding-bottom: 48px !important;
}

.pb-7
{
	padding-bottom: 56px !important;
}

.pb-8
{
	padding-bottom: 64px !important;
}

.pb-9
{
	padding-bottom: 72px !important;
}

.pb-10
{
	padding-bottom: 80px !important;
}

/* ======= Borders ======= */

.radius2
{
	border-radius: 2px;
}

.radius3
{
	border-radius: 3px;
}

.radius4
{
	border-radius: 4px;
}

.radius5
{
	border-radius: 5px;
}

.radius6
{
	border-radius: 6px;
}

.radius20
{
	border-radius: 20px;
}

.radius100
{
	border-radius: 100%;
}

.border-all
{
	border-style: solid !important;
	border-width: 1px !important;
}

.border-top
{
	border-top-style: solid !important;
	border-top-width: 1px !important;
}

.border-right
{
	border-right-style: solid !important;
	border-right-width: 1px !important;
}

.border-bottom
{
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
}

.border-left
{
	border-left-style: solid !important;
	border-left-width: 1px !important;
}

.border-dotted
{
	border-style: dotted !important;
}

.border-dashed
{
	border-style: dashed !important;
}

.border-solid
{
	border-style: solid !important;
}

.border-trans
{
	border-color: transparent !important;
}

.border-white
{
	border-color: #fff !important;
}

.border-black
{
	border-color: #000 !important;
}

.border-success
{
	border-color: #58ce8a !important;
}

.border-error
{
	border-color: #ed4337 !important;
}

.border-accentPurple
{
	border-color: #bf529e !important;
}

.border-blue1
{
	border-color: #edf8ff !important;
}

.border-blue2
{
	border-color: #dbf2ff !important;
}

.border-blue3
{
	border-color: #b0e2ff !important;
}

.border-blue4
{
	border-color: #9ACEEC !important;
}

.border-blue5
{
	border-color: #61c3fa !important;
}

.border-blue6
{
	border-color: #3cabf7 !important;
}

.border-blue7
{
	border-color: #0083DB !important;
}

.border-blue8
{
	border-color: #135fba !important;
}

.border-blue9
{
	border-color: #0f4896 !important;
}

.border-blue10
{
	border-color: #0b316a !important;
}

.border-blue11
{
	border-color: #041e44 !important;
}

.border-forest1
{
	border-color: #e3f7d7 !important;
}

.border-forest2
{
	border-color: #cdf0ba !important;
}

.border-forest3
{
	border-color: #ace092 !important;
}

.border-forest4
{
	border-color: #91d672 !important;
}

.border-forest5
{
	border-color: #7ac458 !important;
}

.border-forest6
{
	border-color: #53a42e !important;
}

.border-forest7
{
	border-color: #349528 !important;
}

.border-forest8
{
	border-color: #29831e !important;
}

.border-forest9
{
	border-color: #206c16 !important;
}

.border-sunset1
{
	border-color: #fff9e3 !important;
}

.border-sunset2
{
	border-color: #fff3c9 !important;
}

.border-sunset3
{
	border-color: #ffeda0 !important;
}

.border-sunset4
{
	border-color: #ffe471 !important;
}

.border-sunset5
{
	border-color: #ffd933 !important;
}

.border-sunset6
{
	border-color: #ffb91a !important;
}

.border-sunset7
{
	border-color: #ff9800 !important;
}

.border-sunset8
{
	border-color: #e86f00 !important;
}

.border-sunset9
{
	border-color: #d04d03 !important;
}

.border-mulberry1
{
	border-color: #ffeffa !important;
}

.border-mulberry2
{
	border-color: #ffe2f6 !important;
}

.border-mulberry3
{
	border-color: #fabee8 !important;
}

.border-mulberry4
{
	border-color: #f29ed9 !important;
}

.border-mulberry5
{
	border-color: #e17fc3 !important;
}

.border-mulberry6
{
	border-color: #bf529e !important;
}

.border-mulberry7
{
	border-color: #a23581 !important;
}

.border-mulberry8
{
	border-color: #881465 !important;
}

.border-mulberry9
{
	border-color: #650046 !important;
}

.border-caviar1
{
	border-color: #f7f7f7 !important;
}

.border-caviar2
{
	border-color: #f0f0f0 !important;
}

.border-caviar3
{
	border-color: #e6e6e8 !important;
}

.border-caviar4
{
	border-color: #cdcdd0 !important;
}

.border-caviar5
{
	border-color: #b4b4b9 !important;
}

.border-caviar6
{
	border-color: #96969b !important;
}

.border-caviar7
{
	border-color: #7d7d82 !important;
}

.border-caviar8
{
	border-color: #646469 !important;
}

.border-caviar9
{
	border-color: #4b4b50 !important;
}

.border-caviar10
{
	border-color: #323237 !important;
}

.border-caviar11
{
	border-color: #19191e !important;
}

/** * Border thickness */

.border-0
{
	border-style: none !important;
	border-width: 0 !important;
}

.border-1
{
	border-width: 1px !important;
}

.border-2
{
	border-width: 2px !important;
}

.border-3
{
	border-width: 3px !important;
}

.border-4
{
	border-width: 4px !important;
}

.border-5
{
	border-width: 5px !important;
}

/* ======= Display ======= */

.block
{
	display: block !important;
}

.inline
{
	display: inline-block !important;
}

.hidden
{
	display: none !important;
}

/* =========== Positioning =========== */

.pos-relative
{
	position: relative !important;
}

.pos-static
{
	position: static !important;
}

.pos-absolute
{
	position: absolute !important;
}

.pos-sticky-top
{
	position: sticky !important;
	top: 0 !important;
}

.pos-sticky-bottom
{
	position: sticky !important;
	bottom: 0 !important;
}

/* ===== Lists ===== */

.list-none
{
	list-style-type: none !important;
}

/* ======= Box shadow ======= */

.shadow1
{
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.14);
}

.shadow2
{
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.13);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.13);
}

.shadow3
{
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
}

.shadow4
{
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

.shadow5
{
	-webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.12);
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.12);
}

/* ===== Width ===== */

.w-50
{
	width: 50% !important;
}

.w-60
{
	width: 60% !important;
}

.w-fitContent
{
	width: fit-content;
	width: -moz-fit-content;
}

/* Hide search bar on 404 page */

body.error404 input.search-field
{
	display: none;
}

/* ===== Order ===== */

.order-0
{
	order: 0;
}

.order-1
{
	order: 1;
}

.order-2
{
	order: 2;
}

.order-3
{
	order: 3;
}

.order-4
{
	order: 4;
}

/* ========================== Article version accordions ========================== */
/* Clear space above accordion heading */

.accordion-heading
{
	margin-top: 64px !important;
	margin-bottom: 8px !important;
}

/* Hide default browser details arrow */

.version-accordion summary::-webkit-details-marker
{
	display: none;
}

/* Details tag, border and transition */

.version-accordion
{
	transition: all ease 1s;
	border: 1px solid #cdcdd0;
	margin-bottom: 16px;
	border-radius: 4px;
}

/* Accordion title */

.version-accordion > summary
{
	background-color: #f0f0f0;
	padding: 12px 24px;
	transition: all 0.6s;
	font-weight: 600;
	font-size: 20px;
	border-radius: 4px;
}

/* BG lighten and pointer cursor */

.version-accordion > summary:hover
{
	background: #f7f7f7;
	cursor: pointer;
}

.version-accordion[open] > summary
{
	/* Change background color on open */
	background-color: #dbf2ff;
	/* Leave bottom corners flat when accordion is open */
	border-radius: 4px 4px 0 0;
}

/* Add a plus sign before the accordion text */

.version-accordion > summary:before
{
	content: "+";
	margin-right: 8px;
}

/* Change the plus sign to a minus sign when open */

.version-accordion[open] > summary:before
{
	content: "–";
	margin-right: 8px;
}

/* Hide down arrow on open */

.version-accordion[open] .plus
{
	display: none;
}

/* Show up arrow on open */

.version-accordion[open] .minus
{
	display: inline-block;
}

/* Disable Chrome/browser outline */

summary:focus
{
	outline: none;
}

/* Animation for accordion content */

@keyframes open {
     0% {
         opacity: 0;
         margin-top: -20px;
    }
     100% {
         opacity: 1;
         margin-top: 0px;
    }
} 

/* Apply open animation to all content in accordion */

details[open] summary ~ *
{
	animation: open 0.5s ease-in-out;
}

/* Apply padding to accordion content */

.accordion-container
{
	padding: 48px;
}

/* Clear large space below the last accordion */

.version-accordion:last-of-type,
.version-accordion:only-of-type
{
	margin-bottom: 100px;
}

/* ================== Grouped accordions ================== */
/* Container for accordion sections */

.accordion-group
{
	border: solid 1px #cdcdd0;
	margin-bottom: 48px;
	border-radius: 4px;
}

/* Use for each accordion section */

.accordion-group-section
{
	margin-bottom: 0;
	border-bottom: solid 1px #cdcdd0;
	transition: all 0.5s;
}

.accordion-group .accordion-group-section:first-of-type
{
	margin-top: 0;
}

/* Prevent double border at the bottom */

.accordion-group .accordion-group-section:last-child
{
	border-bottom: none;
}

/* Accordion section appearance */

.accordion-group-section > summary
{
	margin-bottom: 0;
	padding: 8px 24px;
	font-weight: 500;
	background-color: #f7f7f7;
	transition: all 0.5s;
}

/* Hover effects for each section */

.accordion-group-section > summary:hover
{
	cursor: pointer;
	background-color: #fff;
}

/* Change to dark grey when open */

.accordion-group-section[open] > summary
{
	background-color: #e6e6e8;
}

/* Add plus sign before each section */

.accordion-group-section > summary:before
{
	content: "+";
	margin-right: 8px;
	font-size: 18px;
	font-weight: 400;
}

/* Change to minus sign when open */

.accordion-group-section[open] > summary:before
{
	content: "–";
	margin-right: 8px;
	font-size: 18px;
	font-weight: 400;
}

/* Remove Chrome default arrow */

.accordion-group-section summary::-webkit-details-marker
{
	display: none;
}

/* ========================== Article version info boxes ========================== */

.version-container
{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 48px;
}

.version-box
{
	display: block;
	flex: 0 0 auto;
	padding: 16px;
	margin-right: 24px;
	min-width: 255px;
	border-radius: 8px;
	height: fit-content;
	height: -moz-fit-content;
}

.version-container .version-box > ul
{
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.version-box p
{
	margin-bottom: 4px;
	font-weight: 600;
}

.version-box li
{
	margin-bottom: 4px;
}

@media (max-width: 600px)
{
	.version-box
	{
		margin-right: 0;
		margin-bottom: 24px;
	}
}

/* ==== Tabs ==== Tab component that utilizes flexbox grid for responsiveness — Currently used on product pages */
/* Apply to a .row div */

.tab-row
{
	font-size: 18px;
	font-weight: 700;
	border-bottom: #0083DB solid 2px;
	margin-bottom: 32px;
}

/* Tab styling applied to all .col */

.tab-row .col
{
	padding: 16px 32px;
	margin-right: 16px;
	text-align: center;
	background-color: #f0f0f0;
	border-bottom: none;
	transition: all 0.3s;
}

/* Remove empty space at end of row */

.tab-row .col:last-child
{
	margin-right: 0;
}

/* Light gray bg on hover (caviar-1) */

.tab-row .col:hover
{
	background-color: #f7f7f7;
}

/* Override the tab styling to highlight current page */

.current-tab
{
	cursor: default;
	background-color: #0083DB !important;
	border: #0083DB !important;
	border-bottom-color: #0083DB !important;
	color: #fff !important;
}

@media (max-width: 576px)
{
	/* Make the tab row full-width */

	.tab-row
	{
		display: block;
	}

	/* Make the tabs full-width, switch from right margins to bottom margins */

	.tab-row .col
	{
		display: block;
		margin-right: 0;
		margin-bottom: 8px;
	}
}

/* ============= Heading Icons ============= */

.release-notes-icon::before
{
	content: url('/wp-content/uploads/2020/12/release-notes-icon-crop.png');
	padding-right: 16px;
	vertical-align: sub;
}

.starter-kit-icon::before
{
	content: url('/wp-content/uploads/2021/02/starter-kit.png');
	padding-right: 16px;
	vertical-align: sub;
}

.gateway-user-guide-icon::before
{
	content: url('/wp-content/uploads/2021/04/gateway-user-guide.png');
	padding-right: 16px;
	vertical-align: -25px;
}

.training-videos-icon::before
{
	content: url('/wp-content/uploads/2021/04/training-videos.png');
	padding-right: 16px;
	vertical-align: -20px;
}

/* ======== Dropdown ======== */

.dropdown
{
	position: relative;
	display: inline-block;
}

.dropdown:hover
{
	cursor: pointer;
}

.dropdown-content a
{
	color: #222 !important;
	text-decoration: none !important;
	display: block !important;
	margin-bottom: 0 !important;
}

.dropdown ul.dropdown-content
{
	list-style: none !important;
	padding-left: 0 !important;
	font-size: 14px;
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 0px 0px 5px 1px #ccc;
	z-index: 999 !important;
	border-radius: 4px;
	overflow: auto;
}

.dropdown ul.dropdown-content li
{
	display: block;
	margin-bottom: 0 !important;
	padding-left: 0 !important;
	margin-top: 0;
}

.dropdown ul.dropdown-content li a
{
	padding: 16px !important;
}

#versionDrop
{
	max-height: 335px;
}

#languageList
{
	min-width: 162px;
	transform: translateX(-100px);
	background-color: #f0f0f0;
	box-shadow: none;
	border-radius: 0;
	margin-top: 8px !important;
	border-top: solid 2px #0083DB;
}

#languageList img
{
	float: right;
}

#languageList li
{
	font-size: 12px !important;
}

#languageList li:hover
{
	background-color: #e6e6e6;
}

#languageList li a
{
	font-size: 12px !important;
}

#languageSelect
{
	position: relative;
	display: inline-block;
	margin: 0 15px;
	float: right;
	vertical-align: bottom;
}

#currentLanguage
{
	vertical-align: text-bottom;
}

.dropdown-content::-webkit-scrollbar-track
{
	background-color: transparent;
}

.dropdown-content::-webkit-scrollbar
{
	width: 6px;
	background-color: transparent;
}

.dropdown-content::-webkit-scrollbar-button
{
	display: none;
}

.dropdown-content::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #b4b4b9;
}

.dropdown-content li
{
	
}

.dropdown-content li:hover
{
	background-color: #f7f7f7;
	cursor: pointer;
}

/* ================ Responsive Table ================ */

.flag-border
{
	border: 1px;
	color: black;
}

.table-responsive
{
	display: flex;
	flex-wrap: wrap;
	overflow-x: visible;
}

@media (max-width: 600px)
{
	.table-responsive
	{
		display: block;
	}
}

.full-width-row
{
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

#searchForm .su__search_btn
{
	left: calc(85% - 58px);
}

/* ======================= Badge for Compatibility ======================= */

.badge
{
	padding: 2px 9px;
	font-size: 12.025px;
	font-weight: normal;
	white-space: nowrap;
	color: #ffffff;
	background-color: #999999;
}

.badge-error
{
	background-color: #c1282b;
}

.badge-warning
{
	background-color: #ff9900;
}

.badge-success
{
	background-color: #8DC63F;
}

.badge-info
{
	background-color: #0083DB;
}

.badge-inverse
{
	background-color: #333333;
}

.su__autocomplete-running div#searchHeader .su_autocomplete-block section.su__w-100.su__py-4.su__search_section.su__bg-blue-grd
{
	background-color: #041E44 !important;
}

.su__autocomplete-running .su__search_btn svg path
{
	fill: #000000;
}

.su__autocomplete-running div#searchHeader .su_autocomplete-block section.su__w-100.su__py-4.su__search_section.su__bg-blue-grd
{
	background-color: #041E44 !important;
}

.su__autocomplete-running .su__search_btn svg path
{
	fill: #000000;
}

.su__autocomplete-running .su_autocomplete-block .su__search_section .su__container form#searchForm .su__search_btn
{
	background: #FFFFFF;
}

.header-article,
.header-article .text-2
{
	color: #ffffff !important;
	font-size: 0.9rem;
	margin-top: 1.5vw;
}

.header-title
{
	color: #ffffff !important;
	font-size: 2.5rem;
	margin: 0 0 0.67em 0;
}

.hkb-template-single
{
	max-width: 100%;
	margin: 0 auto;
}

html,
body
{
	font-size: 100%;
}

#sidebar
{
	display: none;
}

#content
{
	margin-top: 0;
}

.hentry.page .entry-title
{
	display: none;
}

.hkb_widget_articles > ul > li
{
	margin-bottom: 10px;
}

#homepage-features
{
	padding-top: 0;
	background: none;
}

#homepage-features .hf-block
{
	padding: 15px 15px 12px 15px;
	background: #f1f2f2;
}

#homepage-features .hf-block i
{
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 1px;
}

#homepage-features .hf-block h4,
#homepage-features .hf-block h5,
#homepage-features .hf-block p
{
	margin-left: 0;
}

h1.widgettitle,
h2.widgettitle
{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}

.entry-content ul,
.entry-content ol
{
	padding-left: 0;
}

.vc_separator.vc_separator_align_left h4
{
	font-size: 26px;
	color: #222;
}

h1.widgettitle,
h2.widgettitle
{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}

.entry-content ul,
.entry-content ol
{
	padding-left: 0;
}

.vc_separator.vc_separator_align_left h4
{
	font-size: 26px;
	color: #222;
}

.hkb-article-list .hkb-article-list__format-video::before
{
	content: f16a !important;
}

.vc_toggle_title > h4
{
	font-size: 15px;
	font-weight: 500;
}

.vc_toggle
{
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.vc_toggle_content
{
	margin-bottom: 0;
}

.hkb-article-list > li
{
	border-bottom: none;
}

.hf-kb-block.btn3
{
	display: block;
}

.btn3:hover h4
{
	color: #fff;
}

.btn3 .fa
{
	color: #0083DB;
}

.btn3:hover .fa
{
	color: #0083DB;
}

.current h4
{
	color: #fff;
	cursor: default;
}

h4
{
	margin: 0 !important;
}

.hkb-widget__entry-title
{
	font-size: 16px !important;
}

.wpb_animate_when_almost_visible
{
	opacity: 1;
}

.su__autocomplete-running div#searchHeader .su_autocomplete-block section.su__w-100.su__py-4.su__search_section.su__bg-blue-grd
{
	background-color: #041E44 !important;
}

.su__autocomplete-running .su_autocomplete-block .su__search_section .su__container form#searchForm .su__search_btn
{
	background: #FFFFFF !important;
}

.su__autocomplete-running .su_autocomplete-block .su__search_section .su__container form#searchForm .su__search_btn:hover
{
	background: #FFFFFF !important;
}

.su__autocomplete-running .su__search_btn svg path
{
	fill: #000000;
}

.header-title,
.header-article
{
	display: none;
}

[lang="en-US"] .header-title,
[lang="en-US"] .header-article
{
	display: block !important;
}

#sidebar
{
	display: none;
}

#content
{
	margin-top: 0;
}

.hentry.page .entry-title
{
	display: none;
}

.hkb_widget_articles > ul > li
{
	margin-bottom: 10px;
}

#homepage-features
{
	padding-top: 0;
	background: none;
}

#homepage-features .hf-block
{
	padding: 15px 15px 12px 15px;
	background: #f1f2f2;
}

#homepage-features .hf-block i
{
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 1px;
}

#homepage-features .hf-block h4,
#homepage-features .hf-block h5,
#homepage-features .hf-block p
{
	margin-left: 0;
}

h1.widgettitle,
h2.widgettitle
{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}

.entry-content ul,
.entry-content ol
{
	padding-left: 0;
}

.vc_separator.vc_separator_align_left h4
{
	font-size: 26px;
	color: #222;
}

h1.widgettitle,
h2.widgettitle
{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}

.entry-content ul,
.entry-content ol
{
	padding-left: 0;
}

.vc_separator.vc_separator_align_left h4
{
	font-size: 26px;
	color: #222;
}

.hkb-article-list .hkb-article-list__format-video::before
{
	content: f16a !important;
}

.vc_toggle_title > h4
{
	font-size: 15px;
	font-weight: 500;
}

.vc_toggle
{
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.vc_toggle_content
{
	margin-bottom: 0;
}

.hkb-article-list > li
{
	border-bottom: none;
}

.hf-kb-block.btn3
{
	display: block;
}

.btn3:hover h4
{
	color: #fff;
}

.btn3 .fa
{
	color: #0083DB;
}

.btn3:hover .fa
{
	color: #0083DB;
}

.current h4
{
	color: #fff;
	cursor: default;
}

h4
{
	margin: 0 !important;
}

.hkb-widget__entry-title
{
	font-size: 16px !important;
}

.nav-search
{
	display: none !important;
}

