@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800);
/* PrismJS 1.13.0
http://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+c+aspnet+cpp+csharp+markup-templating+go+java+json+markdown+objectivec+php+sql+powershell+typescript+plsql&plugins=toolbar+autoloader+show-language+copy-to-clipboard */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	text-align: left;
	white-space: pre-wrap;
	word-spacing: normal;
	word-break: break-all;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #999;
}

.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #a67f59;
	background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}

.token.function,
.token.class-name {
	color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
	color: #e90;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

div.code-toolbar {
	position: relative;
}

div.code-toolbar > .toolbar {
	position: absolute;
	top: .3em;
	right: .2em;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
}

div.code-toolbar:hover > .toolbar {
	opacity: 1;
}

div.code-toolbar > .toolbar .toolbar-item {
	display: inline-block;
}

div.code-toolbar > .toolbar a {
	cursor: pointer;
}

div.code-toolbar > .toolbar button {
	background: none;
	border: 0;
	color: inherit;
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 0;
	-webkit-user-select: none; /* for button */
	-moz-user-select: none;
	-ms-user-select: none;
}

div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
	color: #bbb;
	font-size: .8em;
	padding: 0 .5em;
	background: #f5f2f0;
	background: rgba(224, 224, 224, 0.2);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
	border-radius: .5em;
}

div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar span:hover,
div.code-toolbar > .toolbar span:focus {
	color: inherit;
	text-decoration: none;
}


@font-face {
  font-family: 'doc360columnicon';
  src: url("../fonts/column-icon/doc360columnicon.eot?-fvbane");
  src: url("../fonts/column-icon/doc360columnicon.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/column-icon/doc360columnicon.woff?-fvbane") format("woff"), url("../fonts/column-icon/doc360columnicon.ttf?-fvbane") format("truetype"), url("../fonts/column-icon/doc360columnicon.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="doc360column-"], [class*=" doc360column-"] {
  font-family: 'doc360columnicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.doc360column-telemarketer:before {
  content: "\F100"; }

.doc360column-hospital-history:before {
  content: "\F101"; }

.doc360column-heartbeat:before {
  content: "\F102"; }

.doc360column-care:before {
  content: "\F103"; }

.doc360column-shield:before {
  content: "\F104"; }

.doc360column-chart:before {
  content: "\F105"; }

.doc360column-career:before {
  content: "\F106"; }

.doc360column-handshake:before {
  content: "\F107"; }

.doc360column-flag:before {
  content: "\F108"; }

.doc360column-layers:before {
  content: "\F109"; }

.doc360column-checked:before {
  content: "\F10A"; }

.doc360column-bar-chart-1:before {
  content: "\F10B"; }

.doc360column-trophy:before {
  content: "\F10C"; }

.doc360column-home:before {
  content: "\F10D"; }

.doc360column-folder:before {
  content: "\F10E"; }

.doc360column-structure:before {
  content: "\F10F"; }

.doc360column-paper-plane:before {
  content: "\F110"; }

.doc360column-book:before {
  content: "\F111"; }

.doc360column-view:before {
  content: "\F112"; }

.doc360column-cheking:before {
  content: "\F113"; }

.doc360column-video-player:before {
  content: "\F114"; }

.doc360column-radio-antenna:before {
  content: "\F115"; }

.doc360column-tv:before {
  content: "\F116"; }

.doc360column-newspaper:before {
  content: "\F117"; }

.doc360column-teamwork:before {
  content: "\F118"; }

.doc360column-chat:before {
  content: "\F119"; }

.doc360column-panel:before {
  content: "\F11A"; }

.doc360column-hourglass:before {
  content: "\F11B"; }

.doc360column-idea-2:before {
  content: "\F11C"; }

.doc360column-target:before {
  content: "\F11D"; }

.doc360column-management:before {
  content: "\F11E"; }

.doc360column-idea-1:before {
  content: "\F11F"; }

.doc360column-coin-1:before {
  content: "\F120"; }

.doc360column-like:before {
  content: "\F121"; }

.doc360column-coin:before {
  content: "\F122"; }

.doc360column-bar-chart:before {
  content: "\F123"; }

.doc360column-jupiter:before {
  content: "\F124"; }

.doc360column-radars:before {
  content: "\F125"; }

.doc360column-rocket:before {
  content: "\F126"; }

.doc360column-compass:before {
  content: "\F127"; }

.doc360column-alarm-clock:before {
  content: "\F128"; }

.doc360column-settings-1:before {
  content: "\F129"; }

.doc360column-planet-earth:before {
  content: "\F12A"; }

.doc360column-inbox:before {
  content: "\F12B"; }

.doc360column-idea:before {
  content: "\F12C"; }

.doc360column-monitor:before {
  content: "\F12D"; }

.doc360column-placeholder:before {
  content: "\F12E"; }

.doc360column-settings:before {
  content: "\F12F"; }

.doc360column-guarantee:before {
  content: "\F130"; }

.doc360column-advertising:before {
  content: "\F131"; }

.doc360column-save-money:before {
  content: "\F132"; }

.doc360column-exchange:before {
  content: "\F133"; }

.doc360column-application:before {
  content: "\F134"; }

.doc360column-interview:before {
  content: "\F135"; }

.doc360column-approval:before {
  content: "\F136"; }

.doc360column-microphone:before {
  content: "\F137"; }

.doc360column-personal-profile:before {
  content: "\F138"; }

.doc360column-salary:before {
  content: "\F139"; }

.doc360column-check-list:before {
  content: "\F13A"; }

.doc360column-hiring:before {
  content: "\F13B"; }

.doc360column-video-conference-1:before {
  content: "\F13C"; }

.doc360column-time:before {
  content: "\F13D"; }

.doc360column-certificate:before {
  content: "\F13E"; }

.doc360column-video-conference:before {
  content: "\F13F"; }

.doc360column-skills:before {
  content: "\F140"; }

.doc360column-conversation-1:before {
  content: "\F141"; }

.doc360column-recruitment:before {
  content: "\F142"; }

.doc360column-profiles:before {
  content: "\F143"; }

.doc360column-resume:before {
  content: "\F144"; }

.doc360column-conversation:before {
  content: "\F145"; }

body {
  margin: 0px;
  padding: 0px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 160%;
  color: #222222;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow: auto; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@-ms-viewport {
  width: device-width; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin: .5rem 0px 1rem 0px;
  padding: 0px;
  font-weight: 700; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.3rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1rem; }

p {
  margin: 0px 0px 1rem 0px;
  padding: 0px; }

a {
  color: #863ab5;
  text-decoration: none; }
  a:hover {
    color: #6f3096;
    text-decoration: underline; }

.clearfix {
  display: block;
  content: "";
  clear: both; }

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px 15px; }
  .container::after, .container::before {
    clear: both;
    content: "";
    display: table; }

.mobile_header_logo {
  padding: 10px 0px;
  display: inline-block;
  position: relative;
  display: none; }
  .mobile_header_logo .header_logo {
    width: 250px;
    margin: 0px 0px 0px 15px;
    height: 40px;
    line-height: 40px;
    display: block; }
    .mobile_header_logo .header_logo img {
      max-height: 40px;
      max-width: 240px;
      vertical-align: middle; }
    .mobile_header_logo .header_logo h1 {
      height: 40px;
      line-height: 38px;
      overflow: hidden;
      margin: 0;
      font-size: 1.5rem;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      display: inline-block; }

.search_overlay {
  background: rgba(197, 197, 197, 0.18);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  display: none; }

.headermobile_nav360 {
  display: none; }

header {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  font-size: .97rem;
  line-height: 1.5rem; }
  header .header_top {
    padding: 10px 0; }
    header .header_top .header_logo {
      width: 280px;
      float: left;
      margin: 0 10px 0 0;
      height: 40px;
      line-height: 40px;
      text-decoration: none; }
      header .header_top .header_logo img {
        max-height: 40px;
        max-width: 270px;
        vertical-align: middle; }
      header .header_top .header_logo h1 {
        height: 40px;
        line-height: 38px;
        overflow: hidden;
        margin: 0;
        font-size: 1.5rem;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 600; }
    header .header_top .header_top_nav {
      width: 100%; }
      header .header_top .header_top_nav .header_top_nav_left {
        float: left;
        margin-top: 6px; }
      header .header_top .header_top_nav .header_top_nav_right {
        float: right;
        margin-top: 6px; }
      header .header_top .header_top_nav ul {
        margin: 0px;
        padding: 0px; }
        header .header_top .header_top_nav ul li {
          display: inline-block;
          vertical-align: middle;
          padding: 0px 10px; }
          header .header_top .header_top_nav ul li:last-child {
            padding: 0px 0px 0px 10px; }
          header .header_top .header_top_nav ul li a {
            color: #222222;
            text-decoration: none; }
            header .header_top .header_top_nav ul li a:hover {
              color: #555555;
              text-decoration: none; }
            header .header_top .header_top_nav ul li a.action-item {
              padding: 4px 10px 6px 10px;
              border-radius: 3px; }
    header .header_top .user-dropdown {
      position: relative;
      float: right;
      margin: 7px 0px 0px 15px; }
    header .header_top .user-dropdown-toggle {
      padding: 0;
      background: #dad8d8;
      border-radius: 50%;
      position: relative;
      width: 25px;
      height: 25px;
      display: inline-block;
      text-align: center;
      line-height: 24px;
      position: relative;
      color: #7d7d8e; }
      header .header_top .user-dropdown-toggle img {
        width: 25px;
        height: 25px;
        border-radius: 50%; }
      header .header_top .user-dropdown-toggle:hover {
        color: #555555; }
      header .header_top .user-dropdown-toggle::after {
        content: "\F107";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: -12px;
        top: 6px; }
    header .header_top .user-dropdown-content {
      display: none;
      position: absolute;
      top: 100%;
      margin-top: .5em;
      background: #fbfbfb;
      min-width: 350px;
      padding: 15px;
      right: 0;
      z-index: 9999;
      border: #ececec solid 1px;
      border-radius: 3px;
      box-shadow: 0px 5px 13px rgba(220, 220, 220, 0.5); }
      header .header_top .user-dropdown-content::after, header .header_top .user-dropdown-content::before {
        clear: both;
        content: "";
        display: table; }
      header .header_top .user-dropdown-content .user-image {
        float: left;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #d8d8d8;
        text-align: center;
        line-height: 66px;
        font-size: 54px;
        overflow: hidden;
        color: #a9a9a9;
        position: relative; }
        header .header_top .user-dropdown-content .user-image img {
          width: 50px;
          height: 50px;
          position: absolute;
          left: 0px; }
      header .header_top .user-dropdown-content .user-detail {
        float: left;
        width: 250px;
        margin-left: 15px; }
        header .header_top .user-dropdown-content .user-detail .user-name {
          color: #2b2b2b;
          font-size: 1rem;
          font-weight: 600;
          width: 100%;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
        header .header_top .user-dropdown-content .user-detail .user-email {
          width: 100%;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          padding: 1px 0px 10px 0px;
          font-size: .9rem;
          color: #8e8e8e; }
        header .header_top .user-dropdown-content .user-detail .portal-link {
          float: left;
          font-size: .9rem;
          padding-top: 5px; }
          header .header_top .user-dropdown-content .user-detail .portal-link a {
            text-decoration: underline;
            color: #0078d7; }
            header .header_top .user-dropdown-content .user-detail .portal-link a:hover {
              text-decoration: none; }
        header .header_top .user-dropdown-content .user-detail .user-logout {
          float: right; }
          header .header_top .user-dropdown-content .user-detail .user-logout a {
            display: inline-block;
            padding: 2px 10px 4px 10px;
            background: #929292;
            border-radius: 2px;
            color: #fff;
            font-size: 13px;
            border: #868282 solid 1px;
            text-decoration: none; }
            header .header_top .user-dropdown-content .user-detail .user-logout a:hover {
              background: #6d6d6d;
              text-decoration: none; }
  header .header_bottom {
    padding: 0;
    background: #863ab5;
    position: relative;
    min-height: 55px; }
    header .header_bottom .beta-tag {
      background: #FFF;
      color: #2d2d2d;
      padding: 1px 4px;
      line-height: 13px;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-align: center;
      border-radius: 2px;
      margin-left: 4px;
      display: inline-block; }
    header .header_bottom .header_bottom_nav {
      position: relative; }
      header .header_bottom .header_bottom_nav ul {
        margin: 0px;
        padding: 0px;
        float: left; }
        header .header_bottom .header_bottom_nav ul li {
          margin: 0px;
          padding: 0px;
          display: inline-block;
          float: left;
          color: #FFF;
          line-height: 55px;
          height: 55px; }
          header .header_bottom .header_bottom_nav ul li .home-icon {
            font-size: 1.3rem;
            padding: 0px 10px;
            margin-right: 15px; }
          header .header_bottom .header_bottom_nav ul li a {
            margin: 0px;
            padding: 0px;
            color: #FFF;
            display: block; }
            header .header_bottom .header_bottom_nav ul li a:hover {
              color: #FFF;
              background: #6f3096; }
          header .header_bottom .header_bottom_nav ul li.versions-selection {
            position: relative; }
            header .header_bottom .header_bottom_nav ul li.versions-selection .version-select {
              padding: 1px 25px 4px 12px;
              border: rgba(255, 255, 255, 0.5) solid 1px;
              border-radius: 4px;
              margin-top: 13px;
              line-height: 1.4rem;
              cursor: pointer;
              position: relative; }
              header .header_bottom .header_bottom_nav ul li.versions-selection .version-select:hover {
                border: rgba(255, 255, 255, 0.8) solid 1px; }
              header .header_bottom .header_bottom_nav ul li.versions-selection .version-select::after {
                position: absolute;
                content: "\F107";
                display: inline-block;
                font-family: FontAwesome;
                font-size: 1rem;
                top: 2px;
                right: 6px; }
            header .header_bottom .header_bottom_nav ul li.versions-selection .version-dropdown {
              display: none;
              position: absolute;
              top: 100%;
              left: 0;
              width: 90px;
              background: #713198;
              z-index: 99999;
              padding: 0; }
              header .header_bottom .header_bottom_nav ul li.versions-selection .version-dropdown ul {
                display: block;
                width: 100%; }
                header .header_bottom .header_bottom_nav ul li.versions-selection .version-dropdown ul li {
                  display: block;
                  width: 100%;
                  height: 32px; }
                  header .header_bottom .header_bottom_nav ul li.versions-selection .version-dropdown ul li a {
                    display: block;
                    line-height: 1rem;
                    padding: 8px 10px; }
                    header .header_bottom .header_bottom_nav ul li.versions-selection .version-dropdown ul li a span {
                      display: inline-block;
                      font-size: 11px;
                      line-height: 14px;
                      color: #333;
                      background: #fff;
                      padding: 1px 4px 2px 4px;
                      max-width: 80px;
                      white-space: nowrap;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      float: right;
                      margin: 0px 0px 0px 5px;
                      border-radius: 2px; }
                    header .header_bottom .header_bottom_nav ul li.versions-selection .version-dropdown ul li a:hover {
                      background: #863ab5;
                      color: #FFF;
                      text-decoration: none; }
            header .header_bottom .header_bottom_nav ul li.versions-selection:hover .version-dropdown {
              display: block; }
    header .header_bottom .header_search {
      height: 55px; }
    header .header_bottom .header_search_box {
      position: absolute;
      top: 9px;
      left: 50%;
      margin-left: -25%;
      width: 50%;
      -webkit-transition: width 0.3s ease-out;
      -moz-transition: width 0.3s ease-out;
      -o-transition: width 0.3s ease-out;
      -ms-transition: width 0.3s ease-out;
      transition: width 0.3s ease-out;
      z-index: 1000;
      opacity: .5; }
      header .header_bottom .header_search_box:hover {
        opacity: 1; }
      header .header_bottom .header_search_box form {
        height: 100%;
        width: 100%; }
        header .header_bottom .header_search_box form input {
          padding: 0px 30px 0px 20px;
          height: 38px;
          width: 100%;
          border: 0 none;
          background-color: #FFF;
          color: #222;
          z-index: 1001;
          position: relative;
          outline: none;
          border-radius: 20px; }
        header .header_bottom .header_search_box form i.fa.fa-search {
          position: absolute;
          top: 10px;
          right: 12px;
          z-index: 9999;
          font-size: 18px;
          color: #222; }
      header .header_bottom .header_search_box.header_search_full {
        width: 75%;
        margin-left: -37%;
        opacity: 1; }

/*****************Mobile Nav ******************/
.slicknav_menu {
  display: none;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0px 10px;
  margin: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .slicknav_menu::before, .slicknav_menu::after {
    clear: both;
    content: "";
    display: table; }
  .slicknav_menu .header_top_nav_left {
    float: none; }
  .slicknav_menu .header_top_nav_right {
    float: none; }
  .slicknav_menu .slicknav_btn {
    position: absolute;
    display: block;
    vertical-align: middle;
    top: -42px;
    right: 20px;
    padding: 2px 5px;
    line-height: 1.125em;
    cursor: pointer; }
    .slicknav_menu .slicknav_btn .slicknav_menutxt {
      display: block;
      line-height: 1.188em;
      float: left;
      display: none; }
    .slicknav_menu .slicknav_btn .slicknav_icon {
      float: left;
      width: 1.755em;
      height: 1em;
      margin: 0.188em 0 0 0.438em; }
      .slicknav_menu .slicknav_btn .slicknav_icon:before {
        background: transparent;
        width: 1.755em;
        height: 1em;
        display: block;
        content: "";
        position: absolute; }
    .slicknav_menu .slicknav_btn .slicknav_icon-bar {
      display: block;
      width: 1.755em;
      height: 0.190em;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      background-color: #7d7d8e; }
    .slicknav_menu .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
      margin-top: 0.188em; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.95em;
    list-style: none;
    overflow: hidden; }
    .slicknav_menu .slicknav_nav ul {
      list-style: none;
      overflow: hidden;
      padding: 0;
      margin: 0 0 0 0px; }
      .slicknav_menu .slicknav_nav ul li {
        padding: 0px;
        display: block; }
        .slicknav_menu .slicknav_nav ul li a {
          padding: 5px 10px;
          margin: 2px 5px;
          text-decoration: none;
          color: #7b7a7a;
          border-radius: 3px;
          display: block; }
          .slicknav_menu .slicknav_nav ul li a:hover {
            background: #eae8e8; }

/*****************Mobile Nav end ******************/
.content-header {
  padding: 7px 0px;
  margin: 0px;
  border-bottom: #ebebeb solid 1px; }
  .content-header .container {
    display: flex; }
  .content-header::before, .content-header::after {
    clear: both;
    content: "";
    display: table; }
  .content-header .breadcrumb-sec {
    padding: 0px;
    margin: 0px;
    flex: 1;
    color: #959595;
    font-size: .97rem; }
    .content-header .breadcrumb-sec::before, .content-header .breadcrumb-sec::after {
      clear: both;
      content: "";
      display: table; }
    .content-header .breadcrumb-sec span {
      display: inline-block;
      float: left;
      padding: 0px 25px 0px 0px;
      position: relative;
      opacity: .75;
      max-width: 19%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .content-header .breadcrumb-sec span::after {
        content: "";
        width: 2px;
        height: 13px;
        position: absolute;
        right: 11px;
        border-right: #a5a2a9 solid 1.4px;
        top: 4px;
        transform: rotate(20deg); }
      .content-header .breadcrumb-sec span:last-child::after {
        display: none; }
  .content-header .action-items {
    float: right;
    text-align: right; }
    .content-header .action-items ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
      float: right; }
      .content-header .action-items ul li {
        margin: 0px;
        padding: 1px 10px;
        list-style: none;
        display: inline-block;
        float: left;
        position: relative;
        cursor: pointer;
        color: #959595;
        font-size: .95rem; }
        .content-header .action-items ul li:hover {
          color: #222; }
        .content-header .action-items ul li .social_share {
          background: #FFF;
          border: #eaeaea solid 1px;
          padding: 10px;
          position: absolute;
          top: 25px;
          left: -15px;
          width: 100px;
          z-index: 9;
          text-align: left;
          box-shadow: 0px 0px 15px #f5f5f5; }
          .content-header .action-items ul li .social_share:after, .content-header .action-items ul li .social_share:before {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .content-header .action-items ul li .social_share:after {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #FFF;
            border-width: 7px;
            margin-left: -7px; }
          .content-header .action-items ul li .social_share:before {
            border-color: rgba(194, 225, 245, 0);
            border-bottom-color: #eaeaea;
            border-width: 8px;
            margin-left: -8px; }
        .content-header .action-items ul li #shareIconsContainer {
          display: none; }
        .content-header .action-items ul li #lightTheme {
          display: none; }
  .content-header .social_share .jssocials-share {
    display: block;
    padding: 0px 0px 10px 0px; }
    .content-header .social_share .jssocials-share:last-child {
      display: inline-block;
      padding: 0px; }
    .content-header .social_share .jssocials-share a {
      display: block;
      text-decoration: none; }
      .content-header .social_share .jssocials-share a:hover span {
        text-decoration: underline; }
      .content-header .social_share .jssocials-share a i {
        color: #fff;
        padding: 2px;
        text-align: center;
        background: #636363;
        width: 20px;
        height: 20px;
        line-height: 18px; }
      .content-header .social_share .jssocials-share a span {
        padding-left: 5px;
        font-size: .85rem;
        color: #333;
        display: inline-block; }
  .content-header .left-sidebar-header-show {
    display: none;
    float: right;
    font-size: .95rem;
    color: #959595;
    cursor: pointer;
    width: 110px; }
    .content-header .left-sidebar-header-show span {
      padding-left: 10px; }

footer {
  background: #f2f2f2;
  padding: 12px 0;
  position: relative;
  z-index: 9;
  border-top: #f2f2f2 solid 1px; }
  footer .footer_menu {
    float: left;
    width: 60%; }
    footer .footer_menu ul {
      margin: 0;
      padding: 2px 0px 0px 0px; }
      footer .footer_menu ul li {
        list-style: none;
        display: inline-block;
        padding: 0 10px 0 0; }
        footer .footer_menu ul li a {
          display: block;
          font-size: .95rem;
          line-height: 1.2rem;
          color: #666;
          text-transform: capitalize; }
          footer .footer_menu ul li a:hover {
            text-decoration: underline; }
  footer .footer_social {
    float: left;
    width: 40%; }
    footer .footer_social ul {
      margin: 0;
      padding: 0;
      text-align: right; }
      footer .footer_social ul li {
        list-style: none;
        display: inline-block;
        padding: 0 0 0 5px; }
        footer .footer_social ul li a {
          display: block;
          font-size: 15px;
          line-height: 30px;
          background: #863ab5;
          color: #fff;
          text-align: center;
          width: 30px; }
          footer .footer_social ul li a:hover {
            background: #6f3096; }

.watermark_logo {
  padding: 10px 0px 10px 0px;
  text-align: right;
  position: fixed;
  bottom: 0px;
  z-index: 99; }
  .watermark_logo span {
    font-size: .85rem;
    margin: 0px 5px 0px 0px;
    display: inline-block;
    float: left; }
  .watermark_logo img {
    display: inline-block;
    float: left; }
  .watermark_logo a {
    opacity: 0.5;
    color: #585858;
    display: block; }
    .watermark_logo a:hover {
      opacity: 0.8; }

.help_box {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  z-index: 999; }
  .help_box .help_box_fields {
    position: relative;
    padding: 10px; }
  .help_box p {
    font-size: .75rem;
    line-height: 1rem;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #5d5d5d; }
  .help_box .btn_primary {
    padding: 5px 10px;
    cursor: pointer;
    margin: 0px 3px 0px 0px;
    border: none;
    font-size: .7rem;
    text-transform: uppercase;
    color: #FFF;
    background: #863ab5; }
  .help_box button + button {
    margin-left: 5px; }
  .help_box .help_close {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 16px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: .7rem; }
    .help_box .help_close a {
      display: block;
      color: #5d5d5d;
      background: #d6d6d6; }
      .help_box .help_close a:hover {
        color: #FFF;
        background: #a7a7a7; }

.page-404-seaction {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  width: 500px;
  top: 50%;
  margin-top: -210px;
  left: 50%;
  margin-left: -250px; }

.page_404 h4 {
  margin-bottom: 20px; }

.page_404 h1 {
  font-size: 40px;
  color: #673ab7;
  margin-bottom: 10px; }

.preview-error {
  max-width: 740px;
  padding: 150px 0px 0px 0px;
  text-align: center;
  margin: 0 auto; }
  .preview-error::before, .preview-error::after {
    clear: both;
    content: "";
    display: table; }
  .preview-error .img-sec {
    width: 150px;
    float: left;
    padding-right: 15px;
    text-align: left;
    opacity: .5; }
  .preview-error .dec {
    text-align: left;
    float: left; }
    .preview-error .dec h1 {
      margin: 0px;
      padding: 6px 0px 10px 0px;
      font-size: 38px;
      font-weight: 300;
      color: #5a5a5a; }
    .preview-error .dec h2 {
      margin: 0px;
      padding: 0;
      font-size: 24px;
      font-weight: 300;
      color: #5d5c5c;
      line-height: 22px; }

/********** Algolia Search CSS Start****************/
.header_search .aa-input-container {
  position: relative; }

.header_search .aa-input-search::-webkit-search-decoration, .header_search .aa-input-search::-webkit-search-cancel-button, .header_search .aa-input-search::-webkit-search-results-button, .header_search .aa-input-search::-webkit-search-results-decoration {
  display: none; }

.header_search .aa-input-icon {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #e4e4e4; }

.aa-dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(228, 228, 228, 0.6);
  min-width: 100%;
  margin-top: 1px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 25px -2px rgba(135, 135, 135, 0.2);
  -moz-box-shadow: 0px 0px 25px -2px rgba(135, 135, 135, 0.2);
  box-shadow: 0px 0px 25px -2px rgba(135, 135, 135, 0.2); }

.aa-suggestion {
  padding: 8px 12px;
  cursor: pointer;
  line-height: 18px;
  overflow: hidden;
  width: 100%;
  text-decoration: none; }

.aa-suggestion + .aa-suggestion {
  border-top: 1px solid rgba(228, 228, 228, 0.6); }

.aa-suggestion:hover, .aa-suggestion.aa-cursor {
  background-color: rgba(241, 241, 241, 0.35);
  text-decoration: none; }

.algolia-autocomplete {
  display: block !important; }

p.no_results {
  padding: 20px 0;
  margin-bottom: 5px; }

.header_search_Results {
  text-align: left; }
  .header_search_Results a {
    color: #7d7d7d;
    display: table;
    table-layout: fixed;
    width: 100%;
    border: none !important;
    text-decoration: none; }
    .header_search_Results a:hover {
      color: #7d7d7d; }
  .header_search_Results em {
    font-weight: bold;
    font-style: normal;
    background: #d5c9e2; }
  .header_search_Results div {
    color: #000;
    font-weight: 600;
    font-size: 15px; }
  .header_search_Results p {
    margin: 5px 0px 0px 0px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.no-data {
  padding: 8px 12px;
  margin: 0px;
  color: #757575;
  text-align: center; }
  .no-data p {
    margin: 0px;
    padding: 15px 0px 0px 0px; }
    .no-data p span {
      font-weight: bold; }

/*****************Algolia Search CSS End******************/
.contributor-hero-section {
  padding: 30px 0px;
  margin: 0px; }
  .contributor-hero-section::before, .contributor-hero-section::after {
    clear: both;
    content: "";
    display: table; }
  .contributor-hero-section .contributor-name {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    margin: 0px 0px 25px 0px;
    font-weight: 600; }
  .contributor-hero-section .contributor-row {
    display: flex; }
    .contributor-hero-section .contributor-row .contributor-image {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      overflow: hidden; }
      .contributor-hero-section .contributor-row .contributor-image img {
        width: 150px;
        height: 150px; }
    .contributor-hero-section .contributor-row .contributor-description {
      font-size: 1rem;
      line-height: 1.3rem;
      color: #FFF;
      flex-grow: 2;
      word-break: break-word;
      width: 75%;
      padding: 20px 0px 0px 30px; }

.contributor-article-details {
  padding: 20px 0px 30px 0px;
  margin: 0px; }
  .contributor-article-details h3 {
    margin: 1rem 0px 1rem 0px; }
  .contributor-article-details ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .contributor-article-details ul::before, .contributor-article-details ul::after {
      clear: both;
      content: "";
      display: table; }
    .contributor-article-details ul li {
      margin: 0px 10px 10px 0px;
      padding: 7px 10px;
      background: #f7f7f7;
      border-radius: 3px;
      float: left; }
      .contributor-article-details ul li a:hover {
        text-decoration: underline; }
      .contributor-article-details ul li::before, .contributor-article-details ul li::after {
        clear: both;
        content: "";
        display: table; }
      .contributor-article-details ul li .article-na {
        float: left; }
        .contributor-article-details ul li .article-na span {
          color: #afafaf;
          font-size: .8rem; }
      .contributor-article-details ul li .article-date {
        float: right;
        color: #afafaf;
        font-size: .8rem;
        margin-left: 20px; }

@media only screen and (max-width: 735px) {
  .preview-error {
    width: 95%; }
    .preview-error .img-sec {
      width: auto;
      float: none;
      padding-right: 0px;
      text-align: center; }
    .preview-error .dec {
      text-align: center;
      float: none; } }

/******Media CSS*******/
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1400px; }
  .landing_home .container {
    max-width: 1140px; } }

@media only screen and (min-width: 767px) {
  .left_sidebar {
    display: block !important; }
  body {
    overflow: auto !important; } }

@media only screen and (max-width: 768px) {
  .mobile_header_logo {
    display: block; }
  header .header_top {
    padding: 0px; }
    header .header_top .header_logo {
      display: none; }
    header .header_top .header_top_nav .header_top_nav_left, header .header_top .header_top_nav .header_top_nav_right {
      display: none; }
    header .header_top .user-dropdown {
      position: absolute;
      top: -25px;
      right: 5%;
      z-index: 9999; }
  header .header_bottom .header_bottom_nav {
    display: flex; }
  header .header_bottom .header_search {
    flex-grow: 2;
    position: relative; }
    header .header_bottom .header_search .header_search_box {
      width: 96%;
      left: auto;
      margin-left: 15px; }
  .tinynav {
    display: none;
    width: 100%; }
  .content-header .left-sidebar-header-show {
    display: block; }
  .content-header .breadcrumb-sec {
    display: none; }
  .content-header .action-items {
    width: 100%; }
    .content-header .action-items ul {
      float: left; }
      .content-header .action-items ul li {
        font-size: 1.2rem; }
        .content-header .action-items ul li span {
          display: none; }
  .slicknav_menu {
    display: block; }
  footer .footer_menu {
    width: 100%;
    margin-bottom: 15px;
    text-align: center; }
  footer .footer_social {
    width: 100%; }
    footer .footer_social ul {
      text-align: center; }
  .watermark_logo {
    padding: 10px 0px 10px 10px; }
  .contributor-hero-section .contributor-row {
    display: block; }
    .contributor-hero-section .contributor-row .contributor-image {
      width: 150px;
      height: 150px;
      margin: 0 auto;
      float: none;
      text-align: center; }
    .contributor-hero-section .contributor-row .contributor-description {
      width: auto;
      padding: 20px; } }

.main_content_block {
  position: relative; }
  .main_content_block::before, .main_content_block::after {
    clear: both;
    content: "";
    display: table; }

.filter_form {
  padding: 5px 0px 20px 0px; }

.filter_form div {
  position: relative; }

.filter_form div input {
  border: 1px solid #dbdbdb;
  width: 100%;
  height: 35px;
  padding: 0 15px 0 10px;
  outline: none;
  margin: 0;
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #7d7d8e; }

.filterform .filter_close_btn {
  position: absolute;
  right: 6px;
  top: 10px;
  color: #9e9e9e;
  background: url(../images/close.png) no-repeat center;
  width: 15px;
  height: 15px;
  display: none; }

.filter_no_result {
  display: none;
  font-weight: 400;
  color: #888; }

.left_sidebar {
  width: 260px;
  float: left;
  height: 100%;
  z-index: 10;
  max-width: 260px; }
  .left_sidebar .left-sidebar-header {
    background: #e8e8e8;
    font-size: 1.1rem;
    cursor: pointer;
    display: none;
    padding: 10px 12px;
    color: #585858; }
    .left_sidebar .left-sidebar-header span {
      float: right;
      display: inline-block;
      margin-top: -3px;
      color: #808080; }
  .left_sidebar .left_sidebar_main {
    position: fixed;
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 177px;
    bottom: 42px; }
  .left_sidebar .left_sidebar_nav {
    overflow-y: auto; }
    .left_sidebar .left_sidebar_nav ul {
      margin: 0 0 0px;
      padding: 0;
      list-style: none; }
      .left_sidebar .left_sidebar_nav ul li a {
        display: block;
        text-decoration: none;
        padding: 5px 9px 5px 25px;
        font-size: .95rem;
        line-height: 1.3rem;
        color: #222;
        cursor: pointer;
        position: relative;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        display: flex; }
        .left_sidebar .left_sidebar_nav ul li a .article-title {
          flex: 1; }
        .left_sidebar .left_sidebar_nav ul li a .Updated-batch {
          background: #e8a62a;
          color: #FFF;
          padding: 2px 0px;
          font-size: .7rem;
          line-height: .62rem;
          height: 14px;
          border-radius: 2px;
          float: right;
          margin-top: 2px;
          letter-spacing: .2px;
          width: 50px;
          text-align: center;
          position: relative; }
        .left_sidebar .left_sidebar_nav ul li a .New-batch {
          background: #7abd7a;
          color: #FFF;
          padding: 2px 0px;
          font-size: .7rem;
          line-height: .62rem;
          height: 14px;
          border-radius: 2px;
          float: right;
          margin-top: 2px;
          letter-spacing: .2px;
          width: 30px;
          text-align: center;
          position: relative; }
        .left_sidebar .left_sidebar_nav ul li a:hover {
          background-color: #eee;
          color: #666; }
        .left_sidebar .left_sidebar_nav ul li a.active {
          background: #863ab5;
          color: #fff; }
      .left_sidebar .left_sidebar_nav ul a[data-option="off"]:after {
        content: "\F105";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 18px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 8px;
        top: 5px;
        -webkit-transition: 0.2s ease-out;
        -moz-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        -ms-transition: 0.2s ease-out;
        transition: 0.2s ease-out; }
      .left_sidebar .left_sidebar_nav ul a[data-option="on"]:after {
        content: "\F105";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 18px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 8px;
        top: 4px;
        -webkit-transform: rotate(90deg) translateX(1px);
        -moz-transform: rotate(90deg) translateX(1px);
        -o-transform: rotate(90deg) translateX(1px);
        -ms-transform: rotate(90deg) translateX(1px);
        transform: rotate(90deg) translateX(1px);
        -webkit-transition: 0.2s ease-out;
        -moz-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        -ms-transition: 0.2s ease-out;
        transition: 0.2s ease-out; }
      .left_sidebar .left_sidebar_nav ul a[data-option="on"], .left_sidebar .left_sidebar_nav ul a[data-option="off"] {
        font-weight: 600; }
      .left_sidebar .left_sidebar_nav ul ul {
        margin-bottom: 0;
        display: none;
        padding-left: 10px;
        position: relative; }
        .left_sidebar .left_sidebar_nav ul ul li a[data-option="on"], .left_sidebar .left_sidebar_nav ul ul li a[data-option="off"] {
          font-weight: 600;
          font-size: .9rem; }

.content_block {
  padding: 18px 0px 0px 260px;
  width: 100%; }
  .content_block .content_container {
    padding: 0px 0px 0px 24px; }
    .content_block .content_container .content_container_text {
      padding: 0;
      clear: both; }
      .content_block .content_container .content_container_text .content_block_head {
        padding: 0px 0 0;
        margin-bottom: 20px; }
        .content_block .content_container .content_container_text .content_block_head hr {
          border: none;
          background: linear-gradient(to right, #dbdbdb 0%, #fff 100%);
          height: 1px;
          margin: 0px; }
        .content_block .content_container .content_container_text .content_block_head h1 {
          font-weight: 700;
          margin: 0px 0px 5px 0px;
          font-size: 1.8rem;
          line-height: 2.2rem; }
        .content_block .content_container .content_container_text .content_block_head .artile_info {
          padding: 0;
          margin: 0px; }
          .content_block .content_container .content_container_text .content_block_head .artile_info ul {
            margin: 0 0 5px 0;
            padding: 0; }
            .content_block .content_container .content_container_text .content_block_head .artile_info ul::before, .content_block .content_container .content_container_text .content_block_head .artile_info ul::after {
              clear: both;
              content: "";
              display: table; }
            .content_block .content_container .content_container_text .content_block_head .artile_info ul li {
              list-style: none;
              display: inline-block;
              font-size: .85rem;
              color: #636363;
              margin: 0;
              float: left;
              position: relative; }
              .content_block .content_container .content_container_text .content_block_head .artile_info ul li span {
                padding-left: 5px; }
              .content_block .content_container .content_container_text .content_block_head .artile_info ul li.contributors-details .contributors-l {
                float: left;
                padding-right: 6px; }
              .content_block .content_container .content_container_text .content_block_head .artile_info ul li.contributors-details .contributors-r {
                float: left;
                top: 3px;
                position: relative; }
                .content_block .content_container .content_container_text .content_block_head .artile_info ul li.contributors-details .contributors-r a {
                  display: block;
                  line-height: 0px;
                  height: 20px;
                  float: left;
                  margin-right: 3px; }
              .content_block .content_container .content_container_text .content_block_head .artile_info ul li.contributors-details .contributor {
                width: 20px;
                height: 20px;
                border-radius: 50%; }
            .content_block .content_container .content_container_text .content_block_head .artile_info ul li + li {
              padding-left: 22px; }
              .content_block .content_container .content_container_text .content_block_head .artile_info ul li + li:before {
                border-left: 1px solid #b9b7b7;
                content: "";
                height: 14px;
                position: absolute;
                left: 11px;
                top: 6px; }
      .content_block .content_container .content_container_text .content_block_text {
        display: block;
        line-height: 1.8rem;
        font-size: 1.05rem; }
        .content_block .content_container .content_container_text .content_block_text b, .content_block .content_container .content_container_text .content_block_text strong {
          font-weight: 600; }
        .content_block .content_container .content_container_text .content_block_text img {
          max-width: 100%;
          margin-bottom: 20px;
          vertical-align: middle;
          border-style: none; }
      .content_block .content_container .content_container_text .right_sidebar {
        width: 200px;
        margin-left: 24px;
        position: relative;
        display: none;
        float: right; }
        .content_block .content_container .content_container_text .right_sidebar .right_sidebar_sticky {
          margin-top: 40px;
          overflow-y: auto;
          position: fixed;
          bottom: 0px;
          top: 160px;
          max-width: 216px; }
        .content_block .content_container .content_container_text .right_sidebar .article_action_links {
          margin: 0px 0 20px; }
          .content_block .content_container .content_container_text .right_sidebar .article_action_links p {
            font-size: .95rem;
            font-weight: 600;
            display: inline-block;
            margin: 0;
            padding: 0; }
        .content_block .content_container .content_container_text .right_sidebar ul {
          margin: 0px !important;
          padding: 0; }
          .content_block .content_container .content_container_text .right_sidebar ul li {
            list-style: none;
            display: block;
            margin: 6px 0 !important;
            border-left: 2px solid transparent; }
            .content_block .content_container .content_container_text .right_sidebar ul li a {
              font-size: .9rem;
              color: #0078d7;
              display: block;
              line-height: 1.2rem;
              padding: 0px 0 0px 10px;
              border-left: 2px solid transparent; }
            .content_block .content_container .content_container_text .right_sidebar ul li.selected a {
              font-weight: 600;
              border-left: 2px solid #0078d7; }
  .content_block ol, .content_block ul, .content_block dl {
    margin-left: 20px;
    margin-bottom: 15px;
    margin-top: 0; }
  .content_block blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #d2d1d1; }
    .content_block blockquote p {
      margin-bottom: 0px; }

.deprecated-section {
  position: relative;
  padding: .75rem 1.25rem;
  margin: 0px 0px 15px 0px;
  border-radius: 2px;
  background: #f7e0e2;
  border: 1px solid #f5c6cb;
  color: #8c3c43;
  cursor: pointer; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 5px; }
  .alert.alert-info {
    color: #006a8a;
    background-color: #ddf7ff; }
  .alert.alert-warning {
    background: #fdf2ce;
    color: #7f6416; }
  .alert.alert-danger {
    background: #f9e2e4;
    color: #7e1115; }
  .alert .title {
    font-weight: 600;
    display: block;
    padding-bottom: 5px; }
  .alert .content {
    display: block;
    line-height: 145%; }
  .alert a {
    font-weight: 600;
    text-decoration: underline; }
    .alert a:hover {
      text-decoration: none; }

/*.infoBox {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    background: #cde9f7;
    border-left: #8fbde2 solid 3px;
    color: #67a2d2;
    border-radius: 3px;

    .title {
        font-weight: 800;
        color: #407daf;
    }

    .content {
        display: block;
        font-weight: 600;
    }
}

.warningBox {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    background: #f8f4c4;
    border-left: #cdb68b solid 3px;
    color: #b39762;
    border-radius: 3px;

    .title {
        font-weight: 800;
        color: #9e7c3a;
    }

    .content {
        display: block;
        font-weight: 600;
    }
}

.errorBox {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    background: #eec8c5;
    border-left: #d57d7a solid 3px;
    color: #c7726d;
    border-radius: 3px;

    .title {
        font-weight: 800;
        color: #b9413d;
    }

    .content {
        display: block;
        font-weight: 600;
    }
}*/
.content_block_image {
  margin-bottom: 20px; }
  .content_block_image img {
    max-width: 100%; }
  .content_block_image figure {
    margin-bottom: 15px; }
  .content_block_image figcaption {
    text-align: center;
    font-size: 14px;
    font-style: italic; }

.content_block_video {
  margin: 20px 0; }
  .content_block_video .video_embed_frame {
    max-width: 100%;
    min-height: 500px; }
    .content_block_video .video_embed_frame iframe {
      width: 100%;
      min-height: 500px; }

div.code-toolbar, iframe {
  margin-bottom: 1rem; }

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: .25rem; }

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit; }

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

table {
  display: block;
  width: 100%;
  overflow: auto;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.2rem; }
  table tr, table th, table td {
    border: 1px solid #eaeaea;
    padding: 2px 10px; }
  table th {
    background: #f5f5f5;
    font-weight: 600; }

.large-table {
  font-size: .8rem;
  line-height: 1.2rem; }
  .large-table tr, .large-table th, .large-table td {
    padding: 2px; }

hr {
  border: none;
  border-bottom: #e6e6e6 solid 1px;
  margin: 15px 0px; }

@media only screen and (max-width: 768px) {
  .left_sidebar {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    position: fixed;
    z-index: 999999;
    background: #FFF;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    display: none; }
    .left_sidebar .left-sidebar-header {
      display: block; }
    .left_sidebar .left_sidebar_main {
      top: 40px !important;
      bottom: 40px !important; }
    .left_sidebar .left_sidebar_nav {
      margin: 15px; }
  .content_block {
    padding: 15px 0px 0px 0px; }
    .content_block .content_container {
      padding: 0px; }
    .content_block .content_container_text_sec {
      width: 100%; }
    .content_block .right_sidebar {
      display: none !important; } }

@media only screen and (max-width: 991px) {
  .content_container_text_sec {
    width: 100%; }
  .right_sidebar {
    display: none; } }

.landing_top {
  padding: 48px 0px 55px 0px;
  color: #FFFFFF; }
  .landing_top h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    line-height: 145%; }
  .landing_top .prormo-text {
    font-size: 1.1rem; }
  .landing_top a.header-link {
    position: relative;
    margin: 20px 30px 10px 0px;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    color: #FFF;
    border: #FFF solid 2px;
    border-radius: 2px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 120px;
    text-decoration: none; }
    .landing_top a.header-link:hover {
      background: #FFF;
      color: #000; }
  .landing_top .search-sec {
    margin: 55px auto 0px auto;
    position: relative;
    width: 800px;
    clear: both; }
    .landing_top .search-sec .search-icon-btn {
      position: absolute;
      right: 16px;
      top: 11px;
      color: #797878;
      font-size: 18px; }
    .landing_top .search-sec input[type="search"] {
      background: #FFF;
      border: #FFF solid 1px;
      border-radius: 4px;
      height: 52px;
      display: block;
      width: 100%;
      padding: 0px 45px 0px 20px;
      outline: none;
      font-size: .97rem; }
      .landing_top .search-sec input[type="search"]::placeholder {
        color: rgba(0, 0, 0, 0.4); }
  .landing_top .algolia-autocomplete {
    display: block !important; }
  .landing_top.no-cover {
    background: #FFFFFF !important;
    color: #333333 !important; }
    .landing_top.no-cover a {
      color: #636363;
      border: #b7b7b7 solid 2px; }
    .landing_top.no-cover .search-sec input[type="search"] {
      border: rgba(0, 0, 0, 0.1) solid 1px; }

.landing_top_inner {
  width: 950px; }
  .landing_top_inner.left {
    float: left;
    text-align: left; }
  .landing_top_inner.center {
    margin: 0 auto;
    text-align: center; }
  .landing_top_inner.right {
    float: right;
    text-align: right; }

.landing_home {
  line-height: 1.8rem;
  font-size: 1.05rem; }
  .landing_home ul, .landing_home ol {
    padding: 0;
    margin: 0px 0px 0px 30px;
    list-style-position: inside; }
    .landing_home ul li, .landing_home ol li {
      padding: 0 0 5px 0;
      margin: 0; }
  .landing_home h2, .landing_home h3, .landing_home h4, .landing_home h5, .landing_home h6 {
    font-family: inherit;
    margin: 0rem 0px .9rem 0px;
    padding: 0px;
    font-weight: 600; }

.landing_text_block {
  padding: 40px 0; }
  .landing_text_block h3 {
    font-size: 1.5rem;
    font-weight: 500; }
  .landing_text_block p {
    margin: 0px; }

.landing_3col {
  padding: 40px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .landing_3col::before, .landing_3col::after {
    clear: both;
    content: "";
    display: table; }
  .landing_3col .col3_block {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding: 0px 20px 40px 20px; }
    .landing_3col .col3_block h3 {
      font-size: 1.4rem;
      font-weight: 500;
      margin: .5rem 0px .9rem 0px; }
    .landing_3col .col3_block p {
      color: #676767;
      line-height: 1.5rem;
      font-size: 1rem;
      margin: 0px; }
    .landing_3col .col3_block .column-icon {
      width: 60px;
      height: 60px;
      overflow: hidden;
      display: inline-block;
      text-align: center;
      line-height: 55px;
      font-size: 50px;
      position: relative; }

.landing-category-section {
  padding: 40px 0px 20px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .landing-category-section .category-title {
    text-align: center;
    width: 100%;
    flex: none;
    padding: 0px 0px 25px 0px; }
  .landing-category-section .col-block {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding: 15px;
    border: #eaeaea solid 1px;
    border-radius: 4px;
    text-align: center;
    box-shadow: #f5f5f5 0px 0px 10px 0px;
    margin: 0px 20px 20px 0px;
    position: relative; }
    .landing-category-section .col-block:hover {
      box-shadow: #eaeaea 0px 0px 20px 0px;
      border-color: #eaeaea;
      text-decoration: none; }
    .landing-category-section .col-block .category-icon {
      width: 60px;
      height: 60px;
      overflow: hidden;
      display: inline-block;
      text-align: center;
      line-height: 55px;
      font-size: 50px;
      position: relative;
      margin: 15px 0px; }
    .landing-category-section .col-block a {
      display: block;
      text-decoration: none; }
    .landing-category-section .col-block h3 {
      margin: 0px;
      padding: 0px;
      color: #222;
      font-size: 1.4rem;
      font-weight: 500; }
    .landing-category-section .col-block p {
      margin: .5rem 0px 0px 0px;
      line-height: 1.3rem;
      padding: 0px;
      color: #676767;
      font-size: .965rem; }
    .landing-category-section .col-block .more-icon {
      position: absolute;
      right: 0px;
      bottom: 0px;
      background: #bfbdbd;
      color: #fff;
      font-size: 14px;
      line-height: 14px;
      padding: 3px 5px;
      border-radius: 4px 0px 0px 0px; }

.landing_2col {
  padding: 40px 0px; }
  .landing_2col .col2_block {
    width: 48%;
    float: left;
    margin: 0 1%; }
    .landing_2col .col2_block h3 {
      font-size: 1.5rem; }
    .landing_2col .col2_block img {
      max-width: 100%; }

@media only screen and (max-width: 1000px) {
  .landing_top_inner {
    width: 95%; }
  .landing_top .search-sec {
    width: 90%; } }

@media only screen and (max-width: 768px) {
  .landing_3col .col3_block {
    width: 100%;
    margin: 0;
    flex: none;
    max-width: 100%; }
  .landing-category-section .col-block {
    width: 100%;
    margin: 0px 0px 20px 0px;
    flex: none;
    max-width: 100%; }
  .landing_2col .col2_block {
    width: 100%;
    margin: 0;
    padding-bottom: 20px; } }

body.dark_theme {
  color: #c3c3c3;
  /*.infoBox {
        background: #3b81a5;
        border-left: #1f5179 solid 3px;
        color: #ffffff;

        .title {
            color: #ffffff;
        }
    }

    .warningBox {
        background: #afa961;
        border-left: #695736 solid 3px;
        color: #ffffff;

        .title {
            color: #ffffff;
        }
    }

    .errorBox {
        background: #ca837e;
        border-left: #6b2b29 solid 3px;
        color: #ffffff;

        .title {
            color: #ffffff;
        }
    }*/ }
  body.dark_theme .deprecated-section {
    position: relative;
    padding: .75rem 1.25rem;
    margin: 0px 0px 15px 0px;
    border-radius: 2px;
    background: #bd8b8f;
    border: 1px solid #885e62;
    color: #ffffff;
    cursor: pointer; }
  body.dark_theme .main_content_block {
    background: #1b1b1b; }
  body.dark_theme .content-header {
    border-bottom-color: #424242; }
    body.dark_theme .content-header .action-items ul li:hover {
      color: #FFF; }
    body.dark_theme .content-header .action-items ul li .social_share {
      background: #585858;
      border: #525252 solid 1px;
      box-shadow: 0px 0px 15px #383838; }
      body.dark_theme .content-header .action-items ul li .social_share:before {
        border-bottom-color: #525252; }
      body.dark_theme .content-header .action-items ul li .social_share:after {
        border-bottom-color: #585858; }
      body.dark_theme .content-header .action-items ul li .social_share .jssocials-share a i {
        color: #000;
        background: #afafaf; }
      body.dark_theme .content-header .action-items ul li .social_share .jssocials-share a span {
        color: #fff; }
  body.dark_theme footer {
    background: #1b1b1b;
    border-top-color: #353535; }
    body.dark_theme footer .footer_menu ul li a {
      color: #0078d7; }
  body.dark_theme .alert.alert-info {
    color: #b9eeff;
    background-color: #245d6f; }
  body.dark_theme .alert.alert-warning {
    background: #6b5c2b;
    color: #ffedb8; }
  body.dark_theme .alert.alert-danger {
    background: #58272a;
    color: #ecaeb1; }
  body.dark_theme .filter_form div input {
    background: transparent;
    border-color: #6f6f6f;
    color: #c3c3c3; }
  body.dark_theme .left_sidebar_nav ul li a {
    color: #c3c3c3; }
    body.dark_theme .left_sidebar_nav ul li a:hover {
      background-color: #4c4c4c;
      color: #afafaf; }
  body.dark_theme .content_block .content_container .content_container_text .content_block_head .artile_info ul li {
    color: #909090; }
  body.dark_theme .content_block .content_container .content_container_text .content_block_head hr {
    background: linear-gradient(to right, #dbdbdb 0%, #1b1b1b 100%); }
  body.dark_theme table tr, body.dark_theme table th, body.dark_theme table td {
    border-color: #333333; }
  body.dark_theme table th {
    background: #3c3c3c; }
  body.dark_theme .aa-dropdown-menu {
    background-color: #3a3a3a;
    border-color: #424242; }
  body.dark_theme .header_search_Results div {
    color: #c3c3c3; }
  body.dark_theme .header_search_Results em {
    background: #222; }
  body.dark_theme .aa-suggestion + .aa-suggestion {
    border-top-color: #424242; }
  body.dark_theme .aa-suggestion:hover, body.dark_theme .aa-suggestion.aa-cursor {
    background-color: #4c4c4c; }
  body.dark_theme .no-data {
    color: #888888; }
  body.dark_theme hr {
    border-bottom-color: #333333; }
  body.dark_theme .help_box {
    background: #333;
    border: 1px solid #252525; }
    body.dark_theme .help_box p {
      color: #888888; }

