/* Redesign 2021 - Fonts */
@import url("https://use.typekit.net/hzs0pdc.css");
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;700&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* Pygment CSS transfer to reduce CSS assets */
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight { background: #eeffcc; }
.highlight .c { color: #408090; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .ch { color: #408090; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #007020 } /* Comment.Preproc */
.highlight .cpf { color: #408090; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #333333 } /* Generic.Output */
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #007020 } /* Keyword.Pseudo */
.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #902000 } /* Keyword.Type */
.highlight .m { color: #208050 } /* Literal.Number */
.highlight .s { color: #4070a0 } /* Literal.String */
.highlight .na { color: #4070a0 } /* Name.Attribute */
.highlight .nb { color: #007020 } /* Name.Builtin */
.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
.highlight .no { color: #60add5 } /* Name.Constant */
.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #007020 } /* Name.Exception */
.highlight .nf { color: #06287e } /* Name.Function */
.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #bb60d5 } /* Name.Variable */
.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #208050 } /* Literal.Number.Bin */
.highlight .mf { color: #208050 } /* Literal.Number.Float */
.highlight .mh { color: #208050 } /* Literal.Number.Hex */
.highlight .mi { color: #208050 } /* Literal.Number.Integer */
.highlight .mo { color: #208050 } /* Literal.Number.Oct */
.highlight .sa { color: #4070a0 } /* Literal.String.Affix */
.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
.highlight .sc { color: #4070a0 } /* Literal.String.Char */
.highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */
.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #4070a0 } /* Literal.String.Double */
.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */
.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
.highlight .sx { color: #c65d09 } /* Literal.String.Other */
.highlight .sr { color: #235388 } /* Literal.String.Regex */
.highlight .s1 { color: #4070a0 } /* Literal.String.Single */
.highlight .ss { color: #517918 } /* Literal.String.Symbol */
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #06287e } /* Name.Function.Magic */
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
.highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */
.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */
/* End Pygment */

@media screen and (min-width: 1400px) {
	.wy-nav-content {
		height: auto;
		max-width: 100%;
	}
}

html, body {
	height: 100%;
	overflow: hidden;
}

.pointer-events-none {
	pointer-events: none;
}

/* Thermometer */
:root {
	--center-channel-text-64: rgba(61, 60, 64, 0.64);
	--center-channel-text: rgba(61, 60, 64, 1);
}

.c-thermometer {
	padding: 2rem 0 0;
    display: block;
    width: 270px;
    text-align: center;
    position: absolute;
    right: -2rem;
    top: 0;
    border-radius: 20px;
	font-size: 14px;
}
.c-thermometer__trigger:hover {
	filter: grayscale(0);
}
.c-thermometer__popup p {
	margin: 0 2rem;
}

.c-thermometer .c-thermometer__paragraph {
	margin-bottom: 1rem;
	color: var(--center-channel-text-64);
}

.c-thermometer__close {
    cursor: pointer;
    position: absolute;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.4rem;
    right: 0.4rem;
    top: 0.4rem;
}

.c-thermometer__close:hover {
	color: #444;
}

.c-thermometer__emojis {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.c-thermometer__emojis p {
	margin: 0;
	font-size: inherit;
	color: var(--center-channel-text-64);
}
.c-thermometer__emoji {
	font-size: 28px;
}
.c-thermometer__emojis a {
	z-index: 2;
	position: relative;
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	filter: grayscale(100%);
	flex: 1;
}
.c-thermometer__emojis a:hover, .c-thermometer__emojis a.selected {
	color: inherit;
	filter: grayscale(0);
}
/* Thermometer ends */

/* Thermometer Modal */

.c-thermometer-modal__container {
	display: none;
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(0 0 0 / 50%);
}

.c-thermometer-modal__container > div {
	display: flex;
	align-items: center;
    justify-content: center;
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	padding: 0 24px;
}

.c-thermometer-modal__content {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    max-width: 368px;
    width: 100%;
}

.c-thermometer-modal__content h3 {
	color: var(--center-channel-text);
	margin-bottom: 12px;
}

.c-thermometer-modal__textarea-footer {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	line-height: 24px;
}

.c-thermometer-modal__textarea__error {
	color: #FD5960;
	display: none;
}

.c-thermometer-modal__counter {
	color: var(--center-channel-text-64);
	text-align: right;
}

.c-thermometer-modal__content p {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 1rem;
	color: var(--center-channel-text-64);
}

.c-thermometer-modal__content textarea {
	border-radius: 4px;
	height: 142px;
	padding: 14px;
	font-size: 16px;
	resize: none;
	border: 1px solid rgba(61, 60, 64, 0.16);
	box-shadow: none;
}


.c-thermometer-modal__content textarea:focus {
	border-color:#166DE0;
}

.c-thermometer-modal__footer {
	display: flex;
    justify-content: center;
    padding-top: 20px;
}

.c-thermometer-modal__footer .btn {
	border-radius: 4px;
	height: 40px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	border: none;
}

.c-thermometer-modal__footer .btn-primary {
	background: #166DE0;
}

.c-thermometer-modal__footer .btn-primary:hover, .c-thermometer-modal__footer .btn-primary:focus, .c-thermometer-modal__footer .btn-primary:active {
	background: rgb(19, 93, 190);
}

/* Thermometer Modal Ends */

/* Thermometer Confirmation Popup */

.c-thermometer-popup {
	border-radius: 8px;
	border: 1px solid rgba(61, 60, 64, 0.08);
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
	padding: 16px 40px 24px;
	display: none;
	text-align: center;
	max-width: 210px;
	position: absolute;
    right: 0;
    top: -120px;
    background: white;
	z-index: 9;
}

.c-thermometer-popup h5 {
	font-size: 14px;
	margin: 8px 0;
	color: var(--center-channel-text);
}

.c-thermometer-popup p {
	font-size: 12px;
    line-height: 1.5;
    text-align: center;
	margin: 0;
}

.c-thermometer-popup__close {
	position: absolute;
	width: 24px;
	height: 24px;
	color: rgba(61, 60, 64, 0.72);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	right: 8px;
    top: 8px;
    font-size: 22px;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: 300;
}

.c-thermometer-popup__close:hover {
	color: var(--center-channel-text);
}

/* Thermometer Confirmation Popup Ends */

footer:not(.site-footer) {
	position: relative;
    border-top: 1px solid #dedede;
    margin-top: 24px;
	padding: 24px 0 40px;
	line-height: 150%;
    font-size: 14px;
}

footer:not(.site-footer) p {
	line-height: 150%;
    font-size: 14px;
}

.rst-footer-buttons {
	padding-bottom: 16px;
	width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.rst-footer-buttons a:last-child {
	margin-right: 16px;
}

footer hr {
	display: none;
}

@media (max-width: 1024px) {
	footer {
		padding: 160px 0 20px;
	}

	.c-thermometer {
		width: 100%;
		left: 0;
		display: flex;
		justify-content: center;
		position: relative;
	}

	.c-thermometer__trigger {
		width: 270px;
	}

	.c-thermometer-popup {
		max-width: 100%;
		width: 100%;
		top: 20px;
	}
}



.features__table {
	margin-bottom: 50px;
}

.features__table td {
	padding: 10px 20px;
	width: 50%;
}

.features__table img {
	width: 100%;
}

.features__table p {
	font-size: 15px;
	line-height: 1.5;
	margin-top: 10px;
	opacity: .7;
}

.features__table h4 {
	margin-bottom: 10px;
	font-size: 17px;
	color: #555;
}

.rst-versions .rst-other-versions {
	color: rgba(255, 255, 255, 0.6);
	display: none;
	font-size: 90%;
	padding: 12px;
}

.rst-versions .rst-current-version {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	text-transform: uppercase;
}

.rst-versions {
	background: #404040 none repeat scroll 0 0;
	border-style: none; /* removes the underlying theme's top border */
}

.rst-versions .rst-current-version .fa-cog {
	float: left;
}

.rst-versions.shift-up .rst-current-version .fa.fa-angle-up:before {
	/* converts to angle-down when the .shift-up class is applied (e.g. the options pane is visible) */
	content: "\f107";
}

.rst-content tt.literal, .rst-content tt.literal, .rst-content code.literal {
	color: #151515;
	background: #EEEEEE;
}

.rst-content .heading-link h4 {
	font-size: 105%;
}

.rst-content li > *:not(.first).admonition {
	margin-top: 12px;
	margin-bottom: 12px;
}

.rst-content li > img:not(.first) {
	margin-bottom: 12px;
}

.wy-grid-for-nav {
	padding-top: 70px;
}

.rst-versions {
	width: 350px;
}

.wy-nav-content {
	height: auto;
	width: 100%;
    max-width: 100%;
	padding-top: 26px;
}

.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a {
	padding-left: 4rem;
	border: none;
}

.wy-table td, .rst-content table.docutils td, .rst-content table.field-list td {
	vertical-align: top;
}

.wy-nav-content .document {
	max-width: 1000px;
}

.wy-menu-vertical > ul.current {
	display: block;
}

.wy-menu-vertical li.toctree-l2.current li.toctree-l3.current >a {
    background: #E0E0E0;
}

.wy-menu-vertical li.toctree-l3.current li.toctree-l4.current > a {
	background: #cacaca;
}
.wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a {
	font-weight: bold;
    font-size: 0.95em;
}

.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a {
	background: transparent;
	padding-right: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wy-menu-vertical li.toctree-l3.current li.toctree-l4> a code {
	font-size: 1em;
    font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
}

.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a {
	background: transparent;
	border: none;
	font-size: 1em;
}

.wy-menu-vertical li.toctree-l2.current>a {
	background: #E0E0E0;
	border-color: #ddd;
	border-top: none;
}

.wy-menu-vertical li a {
	white-space: nowrap;
}

.wy-menu-vertical li.on a, .wy-menu-vertical li.current>a {
	border-bottom: 1px solid #ddd;
}

.wy-menu-vertical p.caption {
	color: #555;
	font-weight: bold;
	margin: 4px 0;
	height: 33px;
	background: #CACACA;
	cursor:pointer;
}

.wy-menu-vertical p.caption:first-child {
	margin-top: -6px;
	border-top: 0;
}

.rst-content tt, .rst-content tt, .rst-content code {
	white-space: normal;
}

.rst-content .line-block {
	margin-left: 0;
	line-height: 24px;
}

.rst-content .highlight>pre {
	line-height: 1.5;
}

.rst-content dl dt {
	margin-bottom: 5px;
	line-height: 24px;
}

.wy-nav-content-wrap {
	margin-left: 350px;
	height: 100%;
	overflow: auto;
}

h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
	font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
}

.wy-menu-vertical a {
	color: #888;
	font-size: 15px;
}

.wy-menu-vertical li.current a {
	font-size: 14.5px;
	padding-left: 2em;
}

.wy-menu-vertical li.toctree-l2.current>a {
	padding-left: 2.4em;
}

.wy-menu-vertical li.toctree-l2 a {
	padding-left: 2.4em;
}

.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a {
	padding-left: 3.3em;
}

.wy-menu-vertical li.current {
	background: #ececec;
}

.wy-menu-vertical a:hover {
	background-color: #E7EFF5;
}

.wy-side-scroll {
	width: 100%;
}

.wy-menu-vertical {
	width: 100%;
	top: 130px;
	position: relative;
}

.wy-nav-side {
	width: 350px;
	border-right: 1px solid #ddd;
	background: #f9f9f9;
}

.wy-side-nav-search {
	width: 350px;
	margin-top: 70px;
	border-right: 1px solid #ddd;
}

.wy-side-nav-search .icon, .wy-side-nav-search .version {
	display: none;
}

.wy-body-for-nav {
	position: relative;
	width: 100%;
	height: 100%;
	background: transparent;
}

.wy-side-nav-search input[type=text] {
	border: 1px solid #ddd;
}

.wy-side-nav-search {
	background: #f9f9f9;
	position: fixed;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

/* header .links__icon {
	cursor: pointer;
	display: none;
	float: right;
	font-size: 20px;
	padding: 0 20px;
	position: relative;
} */

.search__icon {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 0 20px;
	color: #1C58D9;
	position: relative;
}

@media screen and (min-width: 770px) {
	.search__icon {
		display: none;
	}
}

.search__icon span {
	font-family: "trade-gothic-next","Lato","Helvetica Neue","Arial",sans-serif;
	font-size: 16px;
}

.search__icon:hover {
	color: #1E325C;
}

.wy-nav-top {
	background: #F5F5F5;
	padding: 0 10px;
	color: #222;
	border-bottom: 1px solid #ccc;
}

.wy-nav-top a {
	color: inherit;
}

.wy-nav-top i {
	color: #999;
	font-size: 20px;
	top: 14px;
	left: 5px;
	position: relative;
}

/* header {
	height: 60px;
	line-height: 60px;
	z-index: 999;
	position: fixed;
	top: 0;
	width: 100%;
}

header .header__container {
	background: #fff;
	border-bottom: 1px solid #ddd;
	color: #444;
	height: 70px;
	line-height: 67px;
}

header .header__logo img {
	top: -1px;
	position: relative;
}

header .header__logo {
	margin-left: 15px;
	float: left;
}

header .header__links {
	float: right;
	padding: 0 5px 0 0;
}

header .header__links li {
	float: left;
	display: block;
}

header .header__links li a.active {
	color: #2e97e2;
	border-color: #2e97e2;
}

header .header__links li a {
	font-size: 15px;
	padding: 0 1em;
	color: inherit;
	display: block;
	border-top: 3px solid transparent;
}
*/

header .header__searchbar {
	display: none;
	float: left;
	padding: 0 5px 0 0;
} 

@media (max-width: 768px){
	.wy-nav-side {
		left: -350px;
	}

	header .links__icon {
		display: block;
	}
	.wy-nav-top {
		display: none;
	}
	.wy-side-nav-search {
		position: relative;
	}
	.wy-menu-vertical {
		top: 0;
	}
	.wy-nav-content-wrap {
		margin-left: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.wy-nav-content-wrap.shift {
		top: 70px;
	}
	header .search__icon {
		display: block;
		position: absolute;
		left: -5px;
		top: 0px;
		z-index: 10;
		padding: 20px;
	}
	/* header .header__container {
		text-align:center;
	}
	header .links__icon {
		display: block;
	}
	header .header__logo {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		float:none;
	}
	header .header__logo img {
		width: 176px;
	}
	header .header__links {
		border-bottom: 1px solid #ccc;
		display: none;
		background: #fff;
		line-height: 40px;
		padding: 0 15px 5px;
		width: 100%;
	}
	header .header__links li {
		float: none;
	}
	header .header__links li a {
		display: block;
		padding-left: 0;
	} */
	header .header__searchbar {
		border-bottom: 1px solid #ccc;
		display: none;
		background: #fff;
		line-height: 40px;
		padding: 15px;
		width: 100%;
	}
	header .header__searchbar input[type="text"] {
		width: 100%;
		border-radius: 50px;
		border: 1px solid #ddd;
		padding: 6px 12px;
	}
	header .header__searchbar input:focus {
		outline: none;
	}
	img {
		max-width: 100%;
		width: auto;
	}
}

@media screen and (min-width: 1400px) {
	.wy-nav-content-wrap {
    	background: #fcfcfc; /* gets rid of the wony gray bottom of the page when viewed on a wide screen */
	}
}


/* override table width restrictions */
@media screen and (min-width: 767px) {

   .wy-table-responsive table td {
      /* !important prevents the common CSS stylesheets from overriding
         this as on RTD they are loaded after this stylesheet */
      white-space: normal !important;
   }

   .wy-table-responsive {
      overflow: visible !important;
   }
}

@media print {
	body,
	div.wy-grid-for-nav,
	section.wy-nav-content-wrap {
		height: auto;
	}

	body {
		overflow: visible;
	}

	section.wy-nav-content-wrap {
		margin-left: 0px;
	}

	header {
		position: absolute;
	}

	.header__container > :not(.header__logo) {
		display: none;
	}

	div.c-thermometer__trigger {
		display: none;
	}
}

/* Notification Banner */

.notification-bar {
	color: #1B1D22;
    text-align: center;
    display: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 45px;
	background-color: #FFBC1F;
    position: fixed;
    z-index: 9999;
}

@media (max-width: 770px) {
    .notification-bar {
        text-align: left;
        /* TEMP FOR LONG COPY */
        height: 70px;
    }
}


.notification-bar.closed {
    display: none;
}

.notification-bar__content {
    /* padding: 0.5rem 1rem; */
	font-family: "trade-gothic-next","Lato","Helvetica Neue","Arial",sans-serif;
	font-weight: 700;
    font-size: 15px;
	line-height: 1.2;
    width: 100%;
    /* TEMP FOR LONG COPY */
    padding: 0.5rem 3rem 0.5rem 1rem;
}

.notification-bar__content > div {
	overflow: hidden;
    text-overflow: ellipsis;
	display: flex;
	align-items: center;
	justify-content: center;
}

.notification-bar__content > div img {
	display: none;
}

.notification-bar a {
    color: #1B1D22;
}

.notification-bar__close {
    font-size: 36px;
    font-weight: 300;
    position: absolute;
    cursor: pointer;
    right: -5px;
    opacity: .3;
    top: 0;
    width: 64px;
    line-height: 35px;
}

@media (max-width: 770px) {
    .notification-bar__close {
        /* TEMP FOR LONG COPY */
        right: -25px;
        top: 10px;
    }
}

.notification-bar-hide:hover {
    opacity: .5;
}

.with-notification .wy-side-scroll {
	padding-top: 62px;
}

.with-notification .notification-bar {
	display: flex;
}

.with-notification header {
	top: 46px;
}

@media (max-width: 770px) {
    .with-notification header  {
         /* TEMP FOR LONG COPY */
        top: 70px;
    }
}

.with-notification .wy-grid-for-nav {
	padding-top: 114px;
}

/* Redesign 2021 - BASE */
body {
	font-family: 'Noto Sans','Helvetica Neue',Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #363A45;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'trade-gothic-next',sans-serif;
	font-weight: 800;
}

.document p {
	line-height: 150%;
}

a,
.rst-content a:visited {
	color: #1C58D9;
}

a:hover {
	color: #1E325C;
}

pre {
	font-family: 'Fira Mono','Courier New',Courier,monospace;
}

/* Redesign 2021 - NAV */

.header__logo img {
	height: 40px !important;
	width: auto !important;
}

/* Redesign 2021 - SIDE MENU */

.wy-menu,
.wy-breadcrumbs,
.header__links {
	font-family: 'trade-gothic-next',sans-serif;
}

.wy-breadcrumbs li.wy-breadcrumbs-aside {
	display: block;
	float: none;
}

@media (max-width: 770px) {
	.wy-breadcrumbs li.wy-breadcrumbs-aside {
		margin-top: 20px;
	}
	.wy-breadcrumbs li.wy-breadcrumbs-aside .search__icon {
		padding: 0 20px 0 0;
	}
}

@media (min-width: 770px) {
	.wy-breadcrumbs li.wy-breadcrumbs-aside {
		float: right;
	}
}


.wy-menu-vertical a {
	color: #888;
}

.wy-menu > ul > li.current >a {
	font-weight: 800;
	font-size: 16px;
	line-height: 152.7%;
}

/* Redesign 2021 - CONTENT */
.document ul,
.document ol {
	padding-left: 10px;
}
.document ul li,
.document ol li {
	margin-bottom: 5px;
}

/* Redesign 2021 - CODE BLOCKS */

.highlight {
	background-color: #eff4ff;
	/* background-color: #C5D2EC; */
}

/* Redesign 2021 - NOTE BLOCKS */
.document .admonition-title {
	background-color: #1E325C !important;
}

.document .admonition.note,
.document .admonition.tip {
	background-color: #EBEBEF !important;
}

.document .admonition.note p:not(.admonition-title ) {
	padding-left: 15px;
	padding-right: 15px;
}

/* Redesign 2021 - HEADER */
*,
:after,
:before {
    box-sizing: border-box;
}
.nav-container {
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}
.site-header--not-home .nav-container {
    max-width: 1900px;
}
@media (max-width: 1199.98px) {
    .nav-container {
        padding: 0 40px;
    }
}
@media (max-width: 991.98px) {
    .nav-container {
        padding: 0 32px;
    }
}
@media (max-width: 767.98px) {
    .nav-container {
        padding: 0 24px ;
    }
	div:not(.site-header--not-home) .nav-container .site-header__col--logo {
		padding-left: 50px;
	}
}
@media (min-width: 991.98px) {
    .notification-bar__content > div img {
		display: inline-block;
		margin-right: 10px;
	}
	.site-header--not-home .nav-container {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 1400px) {
	.site-header--not-home .nav-container {
		padding-right: 20vw;
	}
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-left: -24px;
}
@media (max-width: 767.98px) {
    .row {
        margin-left: -24px;
        margin-right: -24px;
    }
}
.col,
.col-3,
.col-9,
.col-12,
.col-lg-2,
.col-lg-10,
.col-md-3,
.col-md-9 {
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
@media (max-width: 991.98px) {
    .nav-open header {
        position: fixed;
        height: 100vh;
        overflow-x: hidden;
    }
    .nav-open .site-header {
        bottom: 0;
        overflow-x: hidden;
    }
    .nav-open .site-header__col--menu {
        height: calc(100vh - 75px);
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 100px;
    }
}
.site-header {
	font-family: 'trade-gothic-next',sans-serif;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.site-header__col--logo {
    display: flex;
    align-items: center;
    padding-left: 10px;
}
@media (max-width: 991.98px) {
    .site-header__col--logo {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.site-header__col--logo img {
    width: 190px;
    max-width: none;
}
.site-header__col--menu .site-nav {
    display: none;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
@media (max-width: 991.98px) {
    .site-header__col--menu .site-nav:before {
        content: "";
        position: absolute;
        left: -10px;
        overflow: hidden;
        top: 0;
        height: 2px;
        background-color: #ffbc1f;
        width: calc(100% + 20px);
    }
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav {
        display: flex;
    }
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu {
        opacity: 0;
        position: absolute;
    }
}
@media (max-width: 991.98px) {
    .site-header__col--menu .site-nav__toplink {
        border-bottom: 1px solid #babec9;
    }
}
.site-header__col--menu .site-nav__toplink > a {
    color: #1b1d22;
    display: block;
    font-size: 18px;
    line-height: 1;
    padding: 40px 0;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__toplink > a {
        line-height: 150%;
        padding: 26px 5px;
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .site-header__col--menu .site-nav__toplink > a {
        padding: 26px 10px;
    }
}
@media (min-width: 1400px) {
    .site-header__col--menu .site-nav__toplink > a {
        padding: 26px 10px;
        font-size: 15px;
    }
}
@media (max-width: 991.98px) {
    .site-header__col--menu .site-nav__toplink > a span {
        float: right;
    }
    .site-header__col--menu .site-nav__toplink > a span svg {
        height: 18px;
        transform: rotate(-90deg);
        width: 26px;
    }
    .site-header__col--menu .site-nav__toplink > a span svg path {
        stroke: #1c58d9;
    }
}
.site-header__col--menu .site-nav__toplink > a span svg path {
    transition: stroke 0.3s ease-in-out;
}
.site-header__col--menu .site-nav__toplink > a:focus,
.site-header__col--menu .site-nav__toplink > a:hover {
    color: #1c58d9;
}
.site-header__col--menu .site-nav__toplink > a:focus span svg path,
.site-header__col--menu .site-nav__toplink > a:hover span svg path {
    stroke: #1c58d9;
}
.site-header__col--menu .site-nav__button {
    border-bottom: none;
    margin: 0 auto;
    max-width: 200px;
    padding-top: 12px;
}
.site-header__col--menu .site-nav__button a {
    font-size: 18px;
    padding: 12px 25px;
    font-weight: 400;
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__button a {
        font-size: 14px;
        padding: 5px 20px;
        margin-top: 9px;
    }
}
.site-header__col--menu .site-nav__button a:focus,
.site-header__col--menu .site-nav__button a:hover {
    color: #fff;
}
@media (max-width: 991.98px) {
    .site-header__col--menu .site-nav__button {
        padding-bottom: 0px;
    }
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__button {
        padding-left: 15px;
    }
}
@media (max-width: 991.98px) {
    .site-header__col--menu .site-nav__login {
        border-bottom: none;
        text-align: center;
    }
    .site-header__col--menu .site-nav__login a {
        padding-bottom: 20px;
        padding-top: 55px;
    }
}
@media (min-width: 992px) {
    .site-header__col--menu {
        display: flex;
        justify-content: flex-end;
    }
}
.site-header__mobile-menu {
    padding-top: 25px;
    text-align: right;
}
@media (min-width: 992px) {
    .site-header__mobile-menu {
        display: none;
    }
}
.site-header__mobile-menu .hamburger-close,
.site-header__mobile-menu.is-active .hamburger-open {
    display: none;
}
.site-header__mobile-menu.is-active .hamburger-close {
    display: inline;
}
.site-header__col--menu .site-nav.active {
    display: block;
}
@media (max-width: 991.98px) {
    .site-header__col--menu .site-nav__hassubnav:not(.is-active) .sub-menu {
        display: none !important;
    }
    .site-header__col--menu .site-nav__hassubnav.is-active > a svg {
        transform: rotate(0);
    }
}
.site-header__col--menu .site-nav__hassubnav .sub-menu {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding-bottom: 45px;
    pointer-events: none;
    z-index: 2;
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu {
        border-top: 2px solid #ffbc1f;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        flex-direction: row;
        padding: 71px 40px;
        right: 0;
        top: 74px;
        transition: opacity 0.15s ease-in-out;
    }
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__block {
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__block {
        margin-bottom: 0;
        padding: 0 11px;
    }
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__block a {
    align-items: center;
    background-color: #ebebef;
    display: flex;
    flex-direction: row;
    padding: 21px 28px;
    text-decoration: none;
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__block a {
        flex-direction: column;
        padding: 21px;
        min-width: 161px;
        transition: box-shadow 0.2s ease, background-color 0.2s ease;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__block a:focus,
    .site-header__col--menu .site-nav__hassubnav .sub-menu__block a:hover {
        background-color: #e8edf8;
    }
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__block--wrapper {
    display: flex;
    flex-direction: row;
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__block--icon {
    align-items: center;
    display: flex;
    height: 64px;
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__block--text {
    display: flex;
    flex-direction: column;
}
@media (max-width: 991.98px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__block--text {
        margin-left: 30px;
    }
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__block--text {
        text-align: center;
    }
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__block--text_title {
    color: #1b1d22;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__block--text_learnmore {
    color: #1c58d9;
    font-size: 12px;
}
@media (max-width: 991.98px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__links {
        padding-top: 20px;
    }
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__links {
        align-items: flex-start;
        display: flex;
        padding-left: 40px;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__links:first-child {
        padding-left: 0;
    }
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__links ul {
    padding: 0;
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__links--single {
    list-style-type: none;
    margin-bottom: 25px;
}
@media (max-width: 991.98px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__links--single {
        margin-bottom: 30px;
        padding-left: 20px;
    }
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__links--single {
        min-height: 30px;
    }
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__links--single a {
    align-items: center;
    color: #1b1d22;
    display: flex;
    font-size: 18px;
    line-height: 150%;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__links--single a {
        font-size: 15px;
    }
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__links--single a:focus,
.site-header__col--menu .site-nav__hassubnav .sub-menu__links--single a:hover {
    color: #1c58d9;
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__links--icon {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
@media (max-width: 991.98px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__products img {
        width: 40px;
        height: auto;
    }
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__products {
        padding-bottom: 40px;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__products .sub-menu__links {
        margin-top: 10px;
    }
}
@media (min-width: 1200px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__products {
        padding-right: 96px;
    }
}
@media (min-width: 1200px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions {
        width: 1100px !important;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions .sub-menu__links li a {
        min-width: 220px;
    }
}
@media (max-width: 991.98px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__community img {
        width: 40px;
        height: auto;
    }
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__community {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__community .sub-menu__links {
        padding-left: 60px;
        margin-top: 10px;
    }
}
@media (min-width: 1200px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__community {
        padding-right: 60px;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__community .sub-menu__links:last-child {
        padding-left: 0;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__community .sub-menu__links li {
        min-width: 150px;
    }
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__login img {
    width: 40px;
    height: auto;
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__login img {
        height: 50px;
        width: auto;
        margin-bottom: 10px;
    }
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__col {
    display: flex;
    flex-wrap: wrap;
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__col .sub-menu__links:first-of-type {
    padding-left: 0;
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__col--title {
    color: #818698;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
    margin-top: 0;
    flex: 0 0 100%;
}
@media (max-width: 991.98px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__col--title {
        margin-bottom: 0;
        padding-left: 20px;
    }
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__col--title {
        margin-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__col {
        padding-bottom: 70px;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__col:last-child {
        padding-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions.is-active {
        display: flex;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions--title {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions .sub-menu__links {
        width: 100%;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions .sub-menu__links--icon {
        border: 1.5px solid #ebebef;
        border-radius: 5px;
        display: inline-block;
        flex: 0 0 30px;
        max-width: 30px;
        min-height: 30px;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions .sub-menu__links--icon img {
        width: 16px;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions .sub-menu__links a {
        font-size: 15px;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions .sub-menu__block {
        flex: 0 0 100%;
        margin-bottom: 25px;
        max-width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions {
        padding-left: 25px;
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions {
        padding-top: 50px;
        padding-bottom: 80px;
        width: 950px;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions .sub-menu__block {
        display: none;
    }
}
@media (min-width: 1200px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions {
        width: 1065px;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions .sub-menu__links {
        padding-left: 25px;
    }
}
@media (max-width: 991.98px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions .sub-menu__col {
        width: 100%;
    }
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__solutions .sub-menu__col ul {
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 25px;
    grid-auto-flow: column;
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__solutions .sub-menu__col ul li {
    margin: auto 0;
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__solutions .sub-menu__col ul li a {
    padding-right: 20px;
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__solutions .sub-menu__solutions--leftcol .sub-menu__links ul {
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(2, 50%);
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions .sub-menu__solutions--leftcol .sub-menu__links ul {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__solutions .sub-menu__solutions--rightcol .sub-menu__links ul {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 50%);
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions .sub-menu__solutions--rightcol .sub-menu__links ul {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}
.site-header__col--menu .site-nav__hassubnav .sub-menu__bar {
    display: none;
}
@media (min-width: 992px) {
    .site-header__col--menu .site-nav__hassubnav .sub-menu__bar {
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__bar a {
        background-color: #1c58d9;
        color: #fff;
        display: block;
        font-size: 15px;
        font-weight: 700;
        line-height: 150%;
        padding: 7px 41px;
        text-align: left;
        text-decoration: none;
    }
    .site-header__col--menu .site-nav__hassubnav .sub-menu__bar a:hover {
        background-color: #043cb5;
    }
}
.site-header__col--menu .site-nav__hassubnav:focus-within .sub-menu,
.site-header__col--menu .site-nav__hassubnav:focus .sub-menu,
.site-header__col--menu .site-nav__hassubnav:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
}
@media (max-width: 991.98px) {
    .site-header .sub-menu__links + .sub-menu__links {
        padding-top: 0;
    }
    .site-header .site-nav__toplink:first-child .sub-menu__links .sub-menu__links--single:last-child {
        margin-bottom: 0;
    }
    .site-header .site-nav__button {
        padding-top: 20px;
    }
}
.mm-button {
    display: inline-block;
    text-align: center;
    font-family: Fira Mono, monospace;
    font-weight: 700;
    border-radius: 30px;
    border: 3px solid transparent;
    cursor: pointer;
    background: transparent;
    font-size: 14px;
    line-height: 21px;
    padding: 11px 30px;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
    .mm-button {
        font-size: 17px;
        line-height: 25.5px;
        padding: 12px 35px;
    }
}
.mm-button.mm-button-solid.mm-button-blue {
    background-color: #1c58d9;
    border-color: #1c58d9;
    color: #fff;
}
@media (min-width: 768px) {
    .mm-button.mm-button-solid.mm-button-blue:focus,
    .mm-button.mm-button-solid.mm-button-blue:hover {
        background-color: #043cb5;
        border-color: #043cb5;
    }
}

.site-nav__button .mm-button {
    border-width: 1px !important;
    transition: none !important;
}

.mm-button-outline--thin.mm-button-outline--thin-blue {
    color: #043cb5 !important;
    border: 1px solid #043cb5;
}

@media (max-width: 767px) {
    .mm-button-outline--thin.mm-button-outline--thin-blue:hover,
    .mm-button-outline--thin.mm-button-outline--thin-blue:focus {
        color: #043cb5 !important; 
    }
}
@media (min-width: 768px) {
    .mm-button-outline--thin.mm-button-outline--thin-blue:hover,
    .mm-button-outline--thin.mm-button-outline--thin-blue:focus {
        color: white !important;
        background-color:  #043CB5;
        border: 1px solid  #043CB5;
    }
}

/* Redesign 2021 - SEARCH */
#search-results .context {
	word-break: break-word;
}