/*<meta />*/

html
{
	font-size: 16px;
}


.off-canvas-content .outer-row
{
	margin: 0%;
}

body
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	mc-hyphenate: never;
	color: #002041;
	font-size: 1rem;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

h1
{
	padding-top: 6px;
	orphans: inherit;
	widows: inherit;
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	color: #002041;
}

h2
{
	padding-top: 6px;
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-weight: normal;
	font-size: 1.4rem;
	color: #6e37fa;
}

h3
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 1.3rem;
	font-weight: normal;
	font-style: italic;
	padding-top: 6px;
	color: #32bbb9;
}

h4
{
	padding-top: 6px;
	widows: inherit;
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-weight: normal;
	font-size: 1.2rem;
	color: #ff9408;
}

h5
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-weight: normal;
	font-size: 1.1rem;
	color: #f40953;
}

h6
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 1.0rem;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

p
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	color: #002041;
	font-size: .9rem;
}

ul, ol {
  line-height: 1;
}

img {
  border: none !important;
  float: left !important;
  margin-right: 10px !important;
}

.sl-border-body {
    border-color: transparent;
}