@charset "UTF-8";
/***** Base *****/


* {
  font-family: 'proxima nova', sans-serif;
}

/**** TOC Style ***/

@media (max-width: 1400px) {
 .toc {
     display: none;
 }   
}

.toc {
  background-color: #fff;
  border-color: #d6d8da;
  border-style: solid;
  border-width: 1px;
  color: #414bf9;
  font-family: 'proxima nova', sans-serif;
  font-size: 13px;
  overflow-x: hidden;
  overflow-y: scroll;
  line-height: 19.5px;
  margin-bottom: 20px;
  margin-left: 22px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 14px;
  width: 250px;
  position: fixed;
  right: 30px;
  top: 40%;
  max-height: 380px;
}
 
 
.toc:before {
  content: 'Table of contents';
  border-bottom-color: #d6d8da;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  box-sizing: border-box;
  color: #000000;
  display: block;
  font-family: 'proxima nova', sans-serif;
  font-size: 20px;
  font-weight: 400;
  height: 36px;
  line-height: 30px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-size-adjust: 100%;
  width: 229px;
  padding-left: 1px;
}
.toc ul ul{
  padding-left: 15px;
  font-weight: 500;
}
.toc ul {
  font-weight: 600;
  padding-bottom: 5px;
  line-height: 1.6;
}
.toc li {
	list-style: square;
}

/*--- End of ToC code ---*/
* {
  box-sizing: border-box;
}

.subSecDiv {
  display: block;
}

.subsec-Button:hover {
  color: #000043;
}

.subsec-Button:before {
  content: '+';  
}

.subsec-Button.selected:before {
  content: "-";
  color: #414bf9;
}

#navbar-container {
  position:absolute;
  z-index:99999999;
  top:0px;
  background: none !important; 
  border-bottom: none !important; 
  box-shadow: none !important; 
}

#articleExplorer {
  text-align: center;
  padding: 15px 0px 15px 0px;
}

#articleExplorer a.button {
  border-color: #ddd;
  margin: 0px 5px 0px 5px;
  min-width: 90px;
  width: auto;
}

#articleExplorer a,a.button {
	color:#333;
}

.current-articleExpl {
  background-color:#ddd;
  color: #333;
  padding-bottom: 1px;
}

a.button.prev:hover, a.button.next:hover {
  color: white !important;
  font-weight: 600;
}

.articlePagination {
  line-height: 29px;
  display: inline-block;
  width: 31px;
}

.blur {
	-webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px); 
}

.blur-home {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px); 
}

.blur-request {
	-webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px); 
}

strong {
  font-weight: 700;
}

.bold-logo {
  font-weight: 700;
}

.note strong {
  font-weight: 700;
}

body {
    font-family: 'proxima nova', sans-serif;
    background-color: #FFFFFF;
    color: #000043;
   /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, proxima nova, sans-serif; */
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
    body > main {
        min-height: 65vh;
    }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'proxima nova', sans-serif;
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, proxima nova; */
    font-weight: 400;
    margin-top: 0;
    color: #000043;
}

h1 {
    font-size: 23px;
  	color: #000043;
  	font-weight: bold;
    padding-top: 8px;
  padding-bottom: 5px;
}

h2 {
    font-size: 20px;
    color: #000043;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 3px solid #eee;
}

h3 {
  font-size: 16px;
  color: #000043;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 5px;
}

h4 {
  font-size: 14px;
  color: #000043;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
}

a {
  color: #414bf9;!important
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid #009ceb;
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(//theme.zdassets.com/theme_assets/2426455/27f536d448438fdd88b4004a3223bcc153fb621d.svg) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #009ceb;
}

select::-ms-expand {
  display: none;
}

textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    resize: vertical;
    width: 100%;
    outline: none;
    padding: 10px;
}

textarea:focus {
    border: 1px solid #009ceb;
}


@media (min-width: 1220px) {
    .container {
      padding-left: 40px;
    }
}

@media (min-width: 1220px) {
    .blockscontainer {
      padding-left: 0px;
    }
}

.container-divider {
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.error-page {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
}

@media (min-width: 1160px) {
    .error-page {
        padding: 0;
        width: 90%;
    }
}

.dropdown-toggle {
    background: none;
    border: 0;
    padding: 0;
    text-align: initial;
}

.dropdown-toggle:focus {
    outline: 0;
    text-decoration: underline;
}

.dropdown-toggle::after {
    color: inherit;
}

/***** Buttons *****/
.button, [role="button"] {
    border: 1px solid #009ceb;
    border-radius: 4px;
    color: #009ceb;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    -webkit-touch-callout: none;
}

@media (min-width: 768px) {
    .button, [role="button"] {
        width: auto;
    }
}

.button::after, [role="button"]::after {
    color: #009ceb;
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
    background-color: #009ceb;
    color: #FFFFFF;
    text-decoration: none;
}

    .button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
        background-color: #000043;
        border-color: #000043;
    }

.button[data-disabled], [role="button"][data-disabled] {
    cursor: default;
}

.button-large, input[type="submit"] {
    background-color: #009ceb;
    border: 0;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
    width: 100%;
}

@media (min-width: 768px) {
    .button-large, input[type="submit"] {
        width: auto;
    }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    background-color: #004189;
}

.button-large[disabled], input[type="submit"][disabled] {
    background-color: #ddd;
}

.button-secondary {
    color: #666;
    border: 1px solid #ddd;
    background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
    color: #333333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

/***** Tables *****/
.table {
    width: 100%;
    table-layout: fixed;
}

@media (min-width: 768px) {
    .table {
        table-layout: auto;
    }
}

.table th,
.table th a {
    color: #666;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
    text-align: right;
}

.table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .table tr {
        display: table-row;
    }
}

.table td {
    display: block;
}

@media (min-width: 768px) {
    .table td {
        display: table-cell;
    }
}

@media (min-width: 1024px) {
    .table td, .table th {
        padding: 20px 30px;
    }
}

@media (min-width: 768px) {
    .table td, .table th {
        padding: 10px 20px;
        height: 60px;
    }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid #009ceb;
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid #009ceb;
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid #009ceb;
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field p {
  color: #666;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("//theme.zdassets.com/theme_assets/1365594/6aae8ce36967837f706ac36deff4b753e43977a4.gif") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #666;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #004189;
}

/***** Header *****/
.header {
  width: 100%;
  min-width: 300px;
  background: #000443;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1160px) {
  .header {
    width: 100%;
  }
}

.help-center-link {
  color: white;
  font-size: 10pt;
  -webkit-font-smoothing: antialiased;
  font-family: 'proxima nova', sans-serif;
  cursor: pointer;
  display: inline;
  background-repeat: no-repeat;
  background-position: center left;
  margin-left: 5px;
}

.v-border {
  display: inline-block;
  height: 30px;
  border-left: 1px solid #5e666b;
  vertical-align: bottom;
}

.logo {
  float: left;
  padding-top: 18px;
}

.logo img {
}

.logo-image-link {
  display: inline-block;
  padding-right: 5px;
  margin-left: 5px;
  vertical-align: middle;
/*   padding-top: 1px; */
}

.help-center-link:hover {
  text-decoration: none;
  color: white;
  padding-top: 8px;
}

.logo-image-link:hover {
  text-decoration: none;
}

.desktop-logo {
  width: 170px;
  height: 35px;
  padding-left: 20px;
}
.mobile-logo {
  display: none;
}

@media screen and (min-width: 769px) {
  .help-center-link {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .help-center-link {
    font-size: 18px;
  }

  .mobile-logo {
    display: inline-block;
    width: 28px;
    height: 22px;
  }

  .desktop-logo {
    display: none;
  }
}

.App-Name {
  width: 101px;
  height: 26px;
  font-family: 'proxima nova', sans-serif;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

/**** Top menu ****/
.welcome-user > a {
  padding: 20px;
}

.user-nav[aria-expanded="true"] {
  background-color: #374047;
  right: 0;
  left: 0;
  top: 60px;
  z-index: 1;
  display: block;
}

.icon-menu[aria-expanded="true"] {
  margin: 0 !important;
  padding: 10px;
}

.user-nav[aria-expanded="true"] > a,
.user-nav[aria-expanded="true"] .welcome-user > a {
  display: block;
  margin: 0;
  padding: 20px;
  text-align: left;
  border-top: 1px solid #50575d;
}

nav-wrapper i {
  font-size: 100px !important;
}

.user-nav > a,
.welcome-user > a {
  color: #aeb3b8;
  cursor: pointer;
  font-size: 12px;
  width: auto;
}
/*
test
*/
.dropdown:hover>.dropdown-menu {
  display: block;
}
.userDropdownMenuItem{
  display: block !important;
}
a.userDropdownMenuItem {
    color: #000 !important;
    text-decoration: none;
}
/*
test
*/
.welcome-user .dropdown-menu-end {
  right: 0;
}

.welcome-user .dropdown-menu-end::before,
.welcome-user .dropdown-menu-end::after {
  content: "";
  border: 0;
}

.welcome-user .dropdown-menu {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 230px;
}

.welcome-user .dropdown-menu-caret {
  margin-top: 1px;
}

.user-nav .fas {
  vertical-align: middle;
  font-size: 21px;
  margin: 0 5px;
}

.nav-wrapper a:hover,
.nav-wrapper a:active,
.nav-wrapper a:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}

.fa-fw {
  font-size: 18px !important;
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover,
.nav-wrapper a:focus,
.nav-wrapper a:active {
  color: #d6d8da !important;
  text-decoration: none !important;
}

.nav-wrapper a.login {
  line-height: 1.5;
  display: inline-block;
}

.top-bar .icon-menu {
  border-left: 1px solid #000443 !important;
  color: white;
  font-size: 25px;
  cursor: pointer;
  padding: 20px 12px 15px 12px;
  float: right;
}

.top-bar .icon-menu::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 700 !important;
}

.top-bar .icon-menu:hover,
.top-bar .icon-menu:focus,
.top-bar .icon-menu:active {
  color: #000443;
}

[dir="rtl"] .top-bar .icon-menu {
  margin-left: 10px;
  margin-right: 0;
  font-size: 25px;
  color: #000443;
}

[dir="rtl"] .top-bar .icon-menu:hover {
  color: #ffffff;
}

/* Desktop */
@media (min-width: 1101px) {
  .fa-user-circle-mobile {
    display: none !important;
  }

  .user-nav {
    position: relative;
  }

  .user-nav a {
    padding: 20px;
    padding-right: 30px;
  }

  .welcome-user {
    display: none;
  }

  .welcome-user.dropdown {
    display: inline-block;
  }

  .user-nav > a,
  .welcome-user > a {
    border-left: 1px solid #000443;
  }

  .nav-wrapper a {
    display: inline-block;
  }

  .nav-wrapper a:hover,
  .nav-wrapper a:focus,
  .nav-wrapper a:active {
    color: darken(white, 20%) !important;
    text-decoration: none !important;
    background: transparent !important;
  }

  .nav-wrapper a:hover,
  .nav-wrapper a:focus,
  .nav-wrapper a:active {
    background-color: transparent;
    color: #d6d8da !important;
    text-decoration: none !important;
  }

  .top-bar .icon-menu {
    display: none;
    margin-top: 0px;
  }
}

/* Mobile */
@media (max-width: 1100px) {
  .fa-user-circle-desktop {
    display: none !important;
  }

  .dropdown-menu-top {
    top: 100%;
    bottom: auto;
  }

  .welcome-user .dropdown-menu-end {
    left: 0;
  }

  .nav-wrapper {
    width: 100%;
    clear: both;
  }

  .user-nav {
    display: none;
  }

  .welcome-user.dropdown {
    width: 100%;
  }

  .nav-wrapper a.login {
    display: block;
  }

  .user-nav[aria-expanded="true"] {
    top: 0;
  }

  .header-contain {
    flex-direction: column;
  }
}

/**** end of top menu ****/

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }

  .user-info > [role="button"] {
    border: 2px solid white !important;
  }

  .user-info > [role="button"]:hover,
  .user-info > [role="button"]:focus,
  .user-info > [role="button"]:active {
    color: #d6d8da;
    background-color: transparent;
    border: 2px solid #d6d8da !important;
  }

  .user-info > [role="button"]:hover > span,
  .user-info > [role="button"]:focus > span,
  .user-info > [role="button"]:active > span {
    color: #d6d8da !important;
  }
}

.user-nav .user-info .dropdown-toggle {
  display: none !important;
  color: white;
}

.user-nav[aria-expanded="false"] .user-info .dropdown-toggle #user-name {
  display: none !important;
  color: #009CEB;
}

.user-nav[aria-expanded="true"] .user-info {
  border: 2px solid #009CEB;
  border-radius: 4px;
}

.user-nav[aria-expanded="true"] .user-info:hover,
.user-nav[aria-expanded="true"] .user-info:active,
.user-nav[aria-expanded="true"] .user-info:focus {
  background: #009CEB;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}

.user-nav[aria-expanded="true"] .user-info .dropdown-toggle {
  color: #009CEB;
}

.user-nav[aria-expanded="true"] .user-info:hover .dropdown-toggle {
  background: transparent;
}

.user-nav[aria-expanded="false"] .user-info .dropdown-toggle {
  display: none !important;
  color: #009CEB;
}

.user-nav[aria-expanded="true"] .user-info .dropdown-toggle #user-name {
  display: inline !important;
  color:#009CEB;
}

.user-nav[aria-expanded="true"] .user-info:hover .dropdown-toggle #user-name {
  color: #ffffff;
}

.icon-menu[aria-expanded="true"]::before {
  content: "\f00d";
}

.user-nav > a:hover {
  background-color: rgb(40, 49, 57) !important;
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .user-nav .user-info .dropdown-toggle {
    display: inline-block !important;
    color: white;
    margin-top: -3px;
    margin-left: 2px;
  }

  .user-nav .user-info .dropdown-toggle:hover,
  .user-nav .user-info .dropdown-toggle:focus,
  .user-nav .user-info .dropdown-toggle:active {
    display: inline-block !important;
    color: #d6d8da !important;
  }

  .user-nav[aria-expanded="false"] .user-info .dropdown-toggle #user-name {
    display: inline !important;
    color: white;
  }

  .user-nav[aria-expanded="false"] .user-info .dropdown-toggle {
    display: inline-block !important;
    color: #009CEB;
  }

  .user-nav[aria-expanded="false"] .user-info .dropdown-toggle #user-name:hover,
  .user-nav[aria-expanded="false"]
    .user-info
    .dropdown-toggle
    #user-name:active,
  .user-nav[aria-expanded="false"]
    .user-info
    .dropdown-toggle
    #user-name:focus {
    color: #d6d8da;
  }
}

.user-info > [role="button"] {
  color: white;
  border-radius: 4px;
  min-width: 0;
  white-space: nowrap;
  border: none;
  padding: 0px 5px 0px 5px;
  font-weight: bold;
  margin-top: -2px;
  text-decoration: none !important;
}

.user-info:hover > [role="button"]::after {
  color: #d6d8da;
}

.user-info > [role="button"]::after {
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 11px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
}

/***** User avatar *****/
.user-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: #009CEB;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #ffffff;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}
/***** Footer *****/
.footer {
  border-top: 1px solid #eaebec;
  padding: 30px 0;
  background: #eaebec;
  margin-top: 40px;
}

.footer a {
  color: #666;
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  height: 80px;
}

.footer-inner p {
  max-width: 1400px;
}

.footer-inner a{
 color: #374047;
}

.footer-inner a:hover{
 color: #374047;
 text-decoration: underline;
}

@media screen and (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector {
  color: #666;
  display: inline-block;
  font-weight: 300;
}

.powered-by-zendesk{
  background-color: #444 !important;
  width: 100% !important;
  padding: 0% 5% !important;
}

.powered-by-zendesk svg{
  fill: #eee !important;
}

.powered-by-zendesk a{
  color: #eee !important;
}

.PRIVACY-POLICY-OPT {
  width: 700px;
  height: 17px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #374047;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
  display: inline;
}

@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #414bf9;
  display: inline;
  font-weight: 300;
  font-size: 16px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  font-size:9px;
  margin: 0 4px;
}

.article-breadcrumb-title{
	color: #414bf9;
  font-weight: 300;
  font-size: 16px;
}

.article-breadcrumb-title::before{
   content: ">";
        font-size: 9px;
        margin: 0 4px;
}

.breadcrumbs li a {
  color: #000043;
}

.breadcrumbs li a:hover,.breadcrumbs li a:active,.breadcrumbs li a:focus {
  color: #1a486c;
  text-decoration:none;
  cursor:pointer;
}

.breadcrumbs li a:visited {
  color: #000043;
}


/***** Search field *****/
.search {
  position: relative;
  justify-content:center;
}

.search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  color: #999;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  max-width:610px;
  font-size: 18px;
  
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
  margin-right: 0px;
}

.search input[type="search"]:focus {
  border: 1px solid #009CEB;
  color: #555;
}

.search input[type="submit"] {
  text-transform:uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 3.72;
  display:none;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #aaa;
}

.search input[type="submit"]:hover,.search input[type="submit"]:focus,.search input[type="submit"]:active {
  border: 1px solid #009CEB;
}

@media screen and (min-width: 768px) {
  .search input[type="search"] {
    margin: 0px auto;
    display: block;
    
    max-width:500px;
    /*display: -webkit-flex;
    display:flex;
  	float:left;
    margin-right: 15px;*/
  }
  .search input[type="submit"] {
    display: -webkit-flex;
    display:flex;
  }
}

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #000043;
  content: "\1F50D";
  font-size: 24px;
  font-weight:800;
  position: absolute;
  right: 15px;
  pointer-events:auto;
}

@media screen and (min-width: 768px) {
  .search::before {
    right: 10px;
    color: #000043;
  }
  .container-divider .search::before {
    right: 15px;
  }
}

[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}

.search-full input[type="search"] {
  border: none;
  border-radius: 6px;
  max-width: 672px;
}
/***** Hero component *****/
.hero {
    background-image: url(/hc/theming_assets/01JRT8BWEGT45KB1MD0KBCGBSW);
    background-position: center;
    background-size: cover;
    height: 300px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

.hero-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 610px;
    margin: 0 auto;
}

    .hero-inner h1 {
        color: #fff;
      	font-size: 36px;
      	font-weight: 300;
    }


.page-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
  	padding-left: 0px;
}

@media (min-width: 768px) {
    .page-header {
        align-items: baseline;
        flex-direction: row;
        margin: 0;
    }
}

.page-header .section-subscribe {
    flex-shrink: 0;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .page-header .section-subscribe {
        margin-bottom: 0;
    }
}

.page-header h1 {
    flex-grow: 1;
  	color: #000043;
    margin-bottom: 10px;
  	color: #000043;
}

.page-header-description {
    font-style: regular;
    font-weight: 300;
  	color: #000043;
    margin: 0 0 10px 0;
    word-break: break-word;
}

@media (min-width: 1024px) {
    .page-header-description {
        flex-basis: 100%;
    }
}

.page-header .icon-lock::before {
    content: "\1F512";
    font-size: 20px;
    position: relative;
    left: -5px;
    vertical-align: baseline;
}

.sub-nav {
display: table-cell;
flex-direction: column;
justify-content: space-between;
margin-bottom: 30px;
min-height: 50px;
padding-bottom: 15px;
padding-left: 0px;
padding-top: 30px;
}

@media (min-width: 768px) {
    .sub-nav {
        align-items: baseline;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .sub-nav input[type="search"] {
        min-width: 300px;
    }
}

.sub-nav input[type="search"]::after {
    font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
    display: flex;
    flex-wrap: wrap;
/*     justify-content: flex-start; */
    list-style: none;
    padding: 0;
}

.blocks-item {
  border: 0px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  display: flex;
  flex-basis: 22%;
  height: 254px;
  width: 298px;
  text-align: center;
  margin: 0 3% 30px 0;
}

@media (max-width: 1080px) {
  .blocks-item {
  	flex-basis: 31%;
  }
  
  .blocks-list .blocks-item:nth-child(3n) {
    margin-right: 0;
  } 
}

@media (max-width: 767px) {
    .blocks-item {
      flex-basis: 100%;
      margin-right: 0;
    }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
    background-color: #fff;
  	color: #858c90;
}

    .blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
        text-decoration: none;
    }

.blocks-item-internal {
    background-color: transparent;
    border: 1px solid #ddd;
}

    .blocks-item-internal .icon-lock::before {
        content: "\1F512";
        font-size: 15px;
        bottom: 5px;
        position: relative;
    }

    .blocks-item-internal a {
        color: #333333;
    }

.blocks-item-link {
    color: #858c90;
    font-size: 13px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    border-radius: inherit;
}

    .blocks-item-link:hover, .blocks-item-link:active {
        text-decoration: none;
    }

    .blocks-item-link:focus {
        outline: 0;
        box-shadow: 0 0 0 3px #009CEB;
        text-decoration: none;
        color: #858c90;

    }

.blocks-item-title {
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.blocks-item-description {
    font-weight: 300;
    margin: 0;
}
.blocks-item-description:hover {
    color: #858c90;
}

    .blocks-item-description:not(:empty) {
        margin-top: 10px;
    }


/***** Homepage *****/
.section {
/*     margin-bottom: 40px; */
}

@media (min-width: 768px) {
    .section {
/*         margin-bottom: 60px; */
    }
}

.home-section h2 {
    margin-bottom: 10px;
    text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .promoted-articles {
        flex-direction: row;
    }
}

.promoted-articles-item {
    flex: 1 0 auto;
}

@media (min-width: 1024px) {
    .promoted-articles-item {
        align-self: flex-end;
        flex: 0 0 auto;
        padding-right: 30px;
        width: 33%;
        /* Three columns on desktop */
    }

    [dir="rtl"] .promoted-articles-item {
        padding: 0 0 0 30px;
    }
}

.promoted-articles-item:nth-child(3n) {
    padding-right: 0;
}

.promoted-articles-item a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    color: #333333;
}

.promoted-articles-item .icon-lock::before {
    vertical-align: baseline;
}

.promoted-articles-item:last-child a {
    border: 0;
}

@media (min-width: 1024px) {
    .promoted-articles-item:last-child a {
        border-bottom: 1px solid #ddd;
    }
}

/***** Community section in homepage *****/
.community {
    text-align: center;
}

.community-image {
    min-height: 300px;
    background-image: url(//theme.zdassets.com/theme_assets/2426455/e58c5e8c3ebf94cbbc4d3669def0adbd7d0ff479.svg);
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
}

.community,
.activity {
    border-top: 1px solid #ddd;
    padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
    margin-bottom: 10px;
    text-align: center;
}

.recent-activity-list {
    padding: 0;
}

.recent-activity-item {
    border-bottom: 1px solid #ddd;
    overflow: auto;
    padding: 20px 0;
}

.recent-activity-item-parent {
    font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
    margin: 6px 0;
    color: #333333;
    display: inline-block;
    width: 100%;
}

@media (min-width: 768px) {
    .recent-activity-item-parent, .recent-activity-item-link {
        width: 70%;
        margin: 0;
    }
}

.recent-activity-item-link {
    font-size: 14px;
    font-weight: 300;
}

.recent-activity-item-meta {
    margin: 15px 0 0 0;
    float: none;
}

@media (min-width: 768px) {
    .recent-activity-item-meta {
        margin: 0;
        float: right;
    }

    [dir="rtl"] .recent-activity-item-meta {
        float: left;
    }
}

.recent-activity-item-time, .recent-activity-item-comment {
    color: #666;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}

.recent-activity-item-comment {
    padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
    padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
    display: inline-block;
}

.recent-activity-item-comment span::before {
    color: #009CEB;
    content: "\1F4AC";
    display: inline-block;
    font-size: 15px;
    padding-right: 3px;
    vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
    padding-left: 3px;
}

.recent-activity-controls {
    padding-top: 15px;
}

/***** Category pages *****/
.category-container {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media screen and (min-width: 1024px) {
  .category-content {
    margin-left:30px;
    flex: 0 0 70%;
  }
}

.section-tree {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media screen and (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree .icon-lock::before {
  vertical-align: baseline;
}

.section-tree-title {
  margin-bottom: 10;
  padding-top: 10px;
}

h2.section-tree-title {
  text-align: left !important;
}

h3.section-tree-title {
  text-align: left !important;
}


.section-tree-title a {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000043;
  margin-top: 20px;
}

.section-tree-title a:hover,.section-tree-title a:focus,.section-tree-title a:active {
  color: #414bf9;
  text-decoration:none;
}

.section-tree .see-all-articles {
  /*background-color: #414bf9;*/
  color:#414bf9;
  font-size: 80%;
  font-weight: bold;
  border: none;
  /*padding: 8px;*/
  border-radius: 5px;
  text-decoration: none;
  display:none;
  border: 1px solid white;
}

.article-list-item {
  font-size: 16px;
  color: #414bf9;
  padding: 4px 0;
  margin-left: 18px;
  list-style-type: square;
}

.article-list-item a {
  color: #414bf9;
}
.article-list-item a:hover,.article-list-item a:focus,.article-list-item a:active {
  color: #000043;
  text-decoration:none;
}

.icon-star::before {
  color: #414bf9;
  font-size: 18px;
}


/***** Section pages *****/
.section-container {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
  padding-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .section-content {
    flex: 0 0 70%;
    margin-left: 30px;
  }
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}


/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

@media screen and (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 30px;
  }
}

.article-container {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-top: 34px;

}

@media screen and (max-width: 768px) {
  .article-container {
    padding-left: 10px;
    max-width: 95%;
  }
}

@media screen and (min-width: 1024px) {
  .article-container {
    flex-direction: row;
    max-width: 90%;
  }
}

.article-header {
  align-items: flex-start;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 20px;
    
}

@media screen and (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
      margin-bottom: 10px;

  }
}


@media screen and (min-width: 768px) {
.article-title {
width: 508px;
height: auto;
font-size: 28px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #000043;
flex-basis: 100%;
padding-bottom: 0px;
/* Take entire row */
}
}

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media screen and (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  margin-left: 0px;
  vertical-align: middle;
}

.article-body img {
  height: auto;
  max-width: 100%;
  border: 2px solid #d6d8da;
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body a{
	color: #414bf9;
  text-decoration:none;
}

.article-body h1 {
/* color: #000 
font-size: 20px; !important;
font-weight: 400;
border-bottom: 2px solid #000;
width:90%; */
  color: #000043; 
  font-size: 23px !important;
  font-weight: 400;
  width:90%;
}

.article-body h2 {
/* margin-bottom: -5px !important; */
  font-size: 20px;
  color: #000043;
  border-bottom: 1px solid #e8f6fd;
  padding-top: 10px;
  padding-bottom: 5px;
}

.article-body h3 {
/* margin-bottom: -5px !important; */
  font-size: 18px;
  color: #000043
}
.article-body a:hover, .article-body a:focus, .article-body a:active{
	color: #1a486c;
  text-decoration:none;
}

.article-body a:visited {
  color: #009ceb;
  text-decoration:none;
}

.article-body code {
  background color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
  color: #000043
}

.article-body pre {
  background: #3F3F3F;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: wrap;
  white-space: pre-wrap;
  color: #F7F6F6;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #666;
  font-weight: 300;
}

.article-comment-count:hover,.article-comment-count:focus,.article-comment-count:active {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: #009ceb;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-comments{
	display:none;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
  /*min-width:300px;*/
  
}

@media screen and (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
    margin-right:20px;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1 0 auto;
  margin-right: 0;
}

.article-relatives > *:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .article-relatives > * {
    margin-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  background: transparent;
  border: 1px solid #000043;
  color: #000043;
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: #000043;
}

.article-vote:hover {
  background-color: #000043;
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: #ffffff;
}

.article-vote-up::before {
  content: "\2713";
}

.article-vote-down::before {
  content: "\2715";
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media screen and (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: #009CEB;
  display: none;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus, .article-return-to-top a:active {
  text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: #009CEB;
  color: #ffffff;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #1a486c;
  border-color: #1a486c;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
}

.sidenav-item {
  border-radius: 4px;
  color: #333333;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  /*background-color: #009ceb;
  color: #ffffff;*/
  text-decoration: none;
}

.recent-articles h3,
.related-articles h3 {
  font-size: 15px;
  margin: 20px 0;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

    .attachments .attachment-item:last-child {
        margin-bottom: 0;
    }

    .attachments .attachment-item::before {
        color: #333333;
        content: "\1F4CE";
        font-size: 15px;
        left: 0;
        position: absolute;
        top: 5px;
    }

[dir="rtl"] .attachments .attachment-item {
    padding-left: 0;
    padding-right: 20px;
}

    [dir="rtl"] .attachments .attachment-item::before {
        left: auto;
        right: 0;
    }

.upload-dropzone span {
    color: #666;
}

/***** Social share links *****/
.share {
    padding: 0;
    white-space: nowrap;
}

    .share li, .share a {
        display: inline-block;
    }

    .share a {
        border-radius: 50%;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        width: 25px;
    }

        .share a::before {
            color: #666;
            display: block;
            font-size: 23px;
            text-align: center;
            width: 100%;
        }

        .share a:hover {
            text-decoration: none;
        }

            .share a:hover::before {
                color:  #009CEB;
            }

.share-twitter::before {
    content: "\e901";
}

.share-facebook::before {
    content: "\e903";
}

.share-linkedin::before {
    content: "\e900";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  padding-left:10px;
}

.comment.internal {
	background-color: #FFF6D9;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: 400;
  color: #555;
  margin-top:20px;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #666;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: #009CEB;
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter a {
  color: #666;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid #009CEB;
  padding: 40px 20px 20px;
}

@media screen and (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: -webkit-flex;
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: #009CEB;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: 'proxima nova', sans-serif;
  line-height: 1.6;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #004189;
}

code{
	font-size:14px;
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}


/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
    display: inline-block;
    text-align: center;
    width: 35px;
}

    .vote a {
        outline: none;
    }

        .vote a:active, .vote a:hover, .vote a:focus {
            text-decoration: none;
        }

.vote-sum {
    color: #666;
    display: block;
    margin: 3px 0;
}

[dir="rtl"] .vote-sum {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
    color: #009CEB;
}

.vote-up::before, .vote-down::before {
    color: #666;
    font-size: 24px;
}

.vote-up::before {
    content: "\2B06";
}

.vote-down::before {
    content: "\2B07";
}

.vote-voted::before {
    color: #009CEB;
}

.vote-voted:hover::before {
    color: #000043;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
    text-align: center;
    flex-shrink: 0;
    /*Avoid collapsing elements in Safari*/
}

    .actions .dropdown-toggle {
        font-size: 0;
        margin: 15px 0;
    }

        .actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
            background-color: #f7f7f7;
        }

        .actions .dropdown-toggle::before {
            background-color: transparent;
            border-radius: 50%;
            color: #666;
            content: "\2699";
            display: block;
            font-size: 13px;
            margin: auto;
            padding: 5px;
        }

/***** Community *****/
.community-hero {
    background-image: url(//theme.zdassets.com/theme_assets/2426455/ea0fc49e94c74884940bd530924916ea87035a5f.svg);
    margin-bottom: 10px;
}

.community-footer {
    padding-top: 50px;
    text-align: center;
}

.community-footer-title {
    font-size: 16px;
    margin-bottom: 20px;
}

.community-featured-posts, .community-activity {
    padding-top: 40px;
    width: 100%;
}

.community-header {
    margin-bottom: 30px;
}

    .community-header h1 {
        margin-bottom: 0;
        font-size: 16px;
    }

.post-to-community {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .post-to-community {
        margin: 0;
    }
}

/* Community topics grid */
.topics {
    max-width: none;
    width: 100%;
}

.topics-item .meta-group {
    justify-content: center;
    margin-top: 20px;
  display:block;
}

/* Community topic page */
.topic-header {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

@media (min-width: 768px) {
    .topic-header {
        padding-bottom: 10px;
    }
}

.topic-header .dropdown {
    display: block;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .topic-header .dropdown {
        border-top: 0;
        display: inline-block;
        margin-right: 20px;
        padding: 0;
    }
}

.no-posts-with-filter {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
    margin-bottom: 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .community-follow {
        margin-bottom: 0;
        width: auto;
    }
}

.community-follow .dropdown {
    width: 100%;
}

.community-follow [role="button"] {
    line-height: 30px;
    padding: 0 10px 0 15px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .community-follow [role="button"] {
        width: auto;
    }
}

.community-follow [role="button"]:hover {
    background-color: #000043;
}

    .community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
        border-color: #FFFFFF;
        color: #FFFFFF;
    }

.community-follow [role="button"][aria-selected="true"] {
    background-color: #000043;
    color: #FFFFFF;
}

    .community-follow [role="button"][aria-selected="true"]::after {
        border-left: 1px solid #FFFFFF;
        color: #FFFFFF;
    }

    .community-follow [role="button"][aria-selected="true"]:hover {
        background-color: #004189;
        border-color: #004189;
    }

.community-follow [role="button"]::after {
    border-left: 1px solid #009ceb;
    content: attr(data-follower-count);
    color: #009ceb;
    display: inline-block;
 /*   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; */
    margin-left: 15px;
    padding-left: 10px;
    position: absolute;
    right: 10px;
}

@media (min-width: 768px) {
    .community-follow [role="button"]::after {
        position: static;
    }
}

[dir="rtl"] .community-follow [role="button"]::after {
    border-left: 0;
    border-right: 1px solid #009ceb;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
    padding: 0;
}


.striped-list-item {
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .striped-list-item {
        align-items: center;
        flex-direction: row;
    }
}

.striped-list-info {
    flex: 2;
}

.striped-list-title {
    color: #009ceb;
    margin-bottom: 10px;
    margin-right: 5px;
}

    .striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
        text-decoration: underline;
    }

    .striped-list-title:visited {
        color: #004189;
    }

.striped-list .meta-group {
    margin: 5px 0;
}

.striped-list-count {
    color: #666;
    font-weight: 300;
    font-size: 13px;
    justify-content: flex-start;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .striped-list-count {
        display: flex;
        flex: 1;
        justify-content: space-around;
    }
}

.striped-list-count-item::after {
    content: "·";
    display: inline-block;
    padding: 0 5px;
}

@media (min-width: 768px) {
    .striped-list-count-item::after {
        display: none;
    }
}

.striped-list-count-item:last-child::after {
    display: none;
}

.striped-list-number {
    font-weight: 300;
    text-align: center;
}

@media (min-width: 768px) {
    .striped-list-number {
        color: #333333;
        display: block;
        font-weight: 400;
    }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #009ceb;
}

.status-label-featured{
  font-weight:800;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending, .status-label-not-planned {
  background-color: #eee;
  color: #666;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold {
  text-transform: lowercase;
}


/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: 'proxima nova', sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.post-info {
  flex: 1;
}

@media screen and (min-width: 1024px) {
  .post-info {
    padding-right: 20px;
  }
}

[dir="rtl"] .post-info {
  padding-left: 45px;
  padding-right: 0;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-meta span a{
  color:#009ceb;
  text-decoration:none;
}

.post-meta span a:hover, .post-meta span a:focus, .post-meta span a:active{
  color: #1a486c;
  text-decoration:none;
}

.post-meta span a:visited{
  color: #1a486c;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #004189;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #666;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: #009ceb;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

p > img{
  border: 2px solid #d6d8da;
}

.row > img{
  border: 1px solid #eee;
}

li > img{
  border: 1px solid #eee;
  margin-top:15px;
}


.row > h3{
	border-bottom: 1px solid #eee;
  /* padding-top:30px; */
}

.row > h4{
	font-style:italic;
}

.row > p > .wysiwyg-font-size-large ,.article-body > p > .wysiwyg-font-size-large , .rowRight > .wysiwyg-font-size-large, .row .wysiwyg-font-size-large, .rowRight > h3, .rowLeft > h3, .innerCell p span.wysiwyg-font-size-large, .article-body > h2 > .wysiwyg-font-size-large, .article-body > h3 > .wysiwyg-font-size-large, .article-body > h3, .innerCell > h3{
 /* padding-top:30px; */
  font-size:18px;
  font-weight:600;
  display:block;
}

.article-body > .internal-only > h3 {
  border-bottom: 1px solid #eee;
 /* padding-top:30px; */
  font-size:18px;
  font-weight:600;
  display:block;
}

.article-body > .custom-info > h3 {
  border-bottom: 1px solid #eee;
 /* padding-top:30px; */
  font-size:18px;
  font-weight:600;
  display:block;
}
.article-body > .custom-warning > h3 {
  border-bottom: 1px solid #eee;
 /* padding-top:30px; */
  font-size:18px;
  font-weight:600;
  display:block;
}
.article-body > .custom-success > h3 {
  border-bottom: 1px solid #eee;
 /* padding-top:30px; */
  font-size:18px;
  font-weight:600;
  display:block;
}
.article-body > .custom-danger > h3 {
  border-bottom: 1px solid #eee;
 /* padding-top:30px; */
  font-size:18px;
  font-weight:600;
  display:block;
}


.row > p > a{
 	color:#009ceb;
  text-decoration:none !important;
}

.row > p > a:hover, .row > p > a:focus, .row > p > a:active{
 	color: #1a486c;
  text-decoration:none !important;
}

.row > p > a:visited{
 	color: #1a486c;
  text-decoration:none !important;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.nav-sidebar-list{
	margin:0;
  padding:0;
  font-size:14px;
  font-weight: 400;
  color: #858c90;
  min-width: 250px;
}

.nav-sidebar-list a{
	margin:0;
  padding: 5px 0px;
}

.nav-sidebar-list a:hover{
	color: #009ceb;
}

@media screen and (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #333333;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: #333333;
  display: block;
}

@media screen and (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid #009ceb;
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: #333333;
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  /*Below added by Paul on 11/22 to address sidebar with in section/category template issue*/
  max-width: 250px;
}

@media screen and (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    width: 250px;
    padding: 0;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}

@media screen and (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}

@media screen and (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}


/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: #009ceb;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media screen and (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media screen and (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  
    padding-left:20px;
}

@media screen and (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media screen and (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media screen and (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: #009ceb;
  color: #ffffff;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media screen and (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media screen and (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media screen and (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: #009ceb;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #1a486c;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media screen and (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #666;
}

/***** Request *****/
.request-container {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
  margin-bottom: 25px;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media screen and (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  align-self: center;
  color: #666;
  margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid #009ceb;
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #009ceb;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media screen and (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #666;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

/* .pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

@media screen and (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
} */

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: #333333;
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 15px;
  color: #666;
  padding: 10px 12px;
}

@media screen and (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 13px;
    padding: 5px 12px;
  }
}

.pagination-current {
  background-color: #009ceb;
}

.pagination-current a, .pagination-current span {
  color: #ffffff;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** Metadata *****/
.meta-group {
/*  display: block; */
  align-items: flex-start;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
margin-bottom: 10px;
  margin-top: 25px;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #666;
  font-size: 13px;
  font-weight: 300;
  padding-top: 50px;
}

li.meta-data {
  padding-top:5px!important;
}

.blocks-item-link ul.meta-group .meta-data{
  font-weight: 600;
  font-size:15px !important;
}

.topics-item .meta-group .meta-data{
  color: #ffffff;
  font-size: 14px;
}

.blocks-item-link:hover .meta-group .meta-data{
	color: #009ceb;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
  color: #aeb2b5;
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .profile-header .container {
  	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .profile-header .options {
  	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: #009ceb;
  border: 0;
  color: #ffffff;
  line-height: normal;
  padding: 8px 20px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #666;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media screen and (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media screen and (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #009ceb;
  border-radius: 4px;
  color: #009ceb;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #666;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media screen and (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media screen and (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** Search results *****/
.search-results {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0px;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 45%;
  }
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-result-description {
  margin-top: 15px;
}

.search-result-votes, .search-result-meta-count {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
  color: #009ceb;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}

.note{
  /*background:rgb(255,247,207);
  padding: 15px 20px;
  border-radius:10px;*/
  padding: 15px 0px;
  margin: 5px 0px 5px 0px;
}


.dropdown-menu{
  background:#ffffff !important;
  color:#009ceb;
}

.container2 {
    max-width: 1300px;
    background: #fff;
    margin: 0 auto;
    padding: 60px 3.5% 40px 3.5%;
}

.container3 {
    max-width: 100%;
    background: #f4f5f5;
}

.container3 > section {
  	max-width: 1300px;
	  margin: 0 auto;
    padding: 60px 3.5% 40px 3.5%;
}


@media screen and (min-width: 1200px) {
  .container2, 
  .container3 > section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.CTA-Copy {
    width: 320px;
    height: 33px;
    font-family: OpenSans;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #374047;
}

.resources {
    background-color: #374047;
    background-size: cover;
    height: 350px;
    padding: 0 0px;
    text-align: left;
    width: 100%;
}

.resources-inner {
    position: relative;
    top: 10%;
    max-width: 1400px;
    margin: 10;
    padding-left: 5%;
    padding-right: 5%;
    color: white;
}

.resources-inner h1 {
    color: white;
    font-size: 24px;
}

.resources-inner img {
    width:400px;
    max-width:100%;
}

.resources-container {
    position: relative;
    text-align: center;
    color: white;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.blocks-list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    padding: 20;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .blocks-list2 {
        margin: 0 0px;
    }
}

.blocks-item-link:hover {
  box-shadow: 1px 1px 10px #ccc;
}

.knowledge {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    position: relative;
    height: auto;
   
}

.knowledge1 {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    position: relative;
    height: auto;
   
}

.col15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    display: table;
    width: 100%;
    padding-bottom: 30px;
}

.col15 {
    width: 20%;
    float: left;
}

@media (max-width: 768px) {
    .col15 {
        width: 33.333%;
        float: left;
        
    }
    
}

@media (max-width: 468px) {
    .col15 {
        width: 50%;
        float: left;
    }
    .hero-inner h1 {
       font-size:22px;
    }
}

@media (min-width: 992px) {
    .col15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col15 {
        width: 20%;
        float: left;
    }
}

.col16 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    display: table;
    width: 100%;
    padding-bottom: 30px;
}

.col16 {
    width: 33.333%;
    float: left;
}

@media (max-width: 768px) {
    .col16 {
        width: 100%;
        float: left;
    }

  .item2 {
    }   
}

img {
    max-width:100%;
    cursor: pointer;
}

@media (max-width: 468px) {
    .col16 {
        width: 100%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col16 {
        width: 33.333%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col16 {
        width: 33.333%;
        float: left;
    }
}

.item1 {
    height: 55px !important;
    width: 55px;
    display: table-cell;
    overflow: hidden;
}

.item2 {
   
    height:55px !important;
    display: table-cell;
    padding-left: 5px;
    vertical-align: middle;
    overflow:hidden;
}

.tab {
    margin-left: 5px!important;
  	color: #374047;
}

.blocks-item2 {
    border: 1px solid #eaebec;
    background-color: #f4f5f5;
    border-radius: 6px;
    box-sizing: border-box;
    justify-content: center;
    margin: 2.5px 0 0 0;
    width: 50px;
    height: 50px;
    text-align: center;
    justify-content: center;
    padding-top: 13px;
}

@media (min-width: 768px) {
    .blocks-item2 {
        margin: 0 0px 0px;
    }
}

.blocks-item2:hover, .blocks-item2:focus, .blocks-item2:active {
    background-color: #f4f5f5;
    text-decoration: none;
    color: rgba(65, 75, 249, 1);
}

.blocks-item2:hover *, .blocks-item2:focus *, .blocks-item2:active * {
    color: #f4f5f5;
    text-decoration: none;
    color: #fff;
}

.blocks-list3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}

@media (min-width: 768px) {
    .blocks-list3 {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .blocks-list3 {
        justify-content: center;
    }
}

.blocks-item3 {
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex: 1 0 450px;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    max-width: 400px;
    height: 150px;
    text-align: center;
}

@media (min-width: 768px) {
    .blocks-item3 {
        margin: 0;
    }
}

.blocks-item3:hover, .blocks-item3:focus, .blocks-item3:active {
    text-decoration: none;
    color: rgba(65, 75, 249, 1);
}

.blocks-item3:hover *, .blocks-item3:focus *, .blocks-item3:active * {
    color: #fff;
    text-decoration: none;
    color: #fff;
}

.horizontalgap {
    float: left;
    overflow: hidden;
    height: 1px;
    width: 0px;
}

.verticalgap {
    float: left;
    overflow: hidden;
    height: 1px;
    width: 0px;
}

.header-contain {
    /*max-width: 1000px;*/
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
}

@media (max-width: 768px) {
  .header-contain {
    flex-direction: column;
  }
}

.add_space {
    height: 40px;
    width: 80%;
    margin: 0px auto;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.page-anchor {
    color: #009ceb;
    text-decoration: none !important;
}

.user-nav .dropdown-menu [role="menuitem"]:hover {
  background: #DBEAF9 !important;
  color: rgb(45, 54, 61) !important;
}

.user-nav .dropdown-menu [role="menuitem"] {
  padding: 12px 8px;
  border-bottom: 1px solid #DBDDDE;
}

.user-nav .dropdown-menu [role="menuitem"]:last-child {
  border-bottom: none;
}

.user-nav .dropdown-menu {
  padding: 0px;
}

#user-dropdown .fas {
  width: 12px;
  font-size: 12px;
}

@media (min-width: 769px) {
  .fa-user-circle-mobile {
    display: none !important;
  }
}

@media (max-width: 1101px) {
  .fa-user-circle-desktop {
  	display: none !important; 
  }  
}

@media (max-width: 985px) {
  .user-nav a {
    padding: 20px 10px;
    font-size: 11px;
  }
  
  .user-nav .fas {
    font-size: 18px;
  }
}
/***** Blocks4 *****/
.blocks-item4 {
border: 0px solid #fff;
border-radius: 4px;
box-sizing: border-box;
color: #000;
background-color: #fff;
display: flex;
flex: 1 0 250px;
margin: 0 5px 30px;
height: 234px;
text-align: center;
}

@media (min-width: 768px) {
    .blocks-item4 {
        margin: 0 5px 30px;
    }
}

.blocks-item4:hover, .blocks-item4:focus, .blocks-item4:active {
  box-shadow: 0 2px 16px 0 #d6d8da;
  border: solid 1px #d6d8da;
  background-color: #ffffff;
}

}

.blocks-item4:hover *, .blocks-item4:focus *, .blocks-item4:active * {
  color: $brand_text_color;
  text-decoration: none;
}

.blocks-item4-internal {
    background-color: transparent;
    border: 1px solid #ddd;
}

    .blocks-item4-internal .icon-lock::before {
        content: "\1F512";
        font-size: 15px;
        bottom: 5px;
        position: relative;
    }

    .blocks-item4-internal a {
        color: #333333;
    }

.blocks-item4-link {
    color: #858c90;
    font-size: 13px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    border-radius: inherit;
}

    .blocks-item4-link:hover, .blocks-item4-link:active {
        text-decoration: none;
    }

    .blocks-item4-link:focus {
        outline: 0;
        box-shadow: 0 0 0 3px #009ceb;
        text-decoration: none;
    }

.blocks-item4-title {
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.blocks-item4-description {
    font-weight: 300;
    margin: 0;
}

    .blocks-item4-description:not(:empty) {
        margin-top: 10px;
    }

.products {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.products li {
  flex: 0 0 20%;
  margin: 10px 0;
}

.products a {
    display: flex;
    align-items: center;
  	color: #595E62;
}

.products a:hover .product-icon {
  background-color: #d6d8da;
  border-color: #c6c8ca;
}

@media screen and (max-width:1024px) {
    .products li {
        flex: 1 0 33%;
    }  
}

@media screen and (max-width: 767px) {
    .products li {
        flex: 1 0 50%;
    }  

  .products a {
    justify-content: center;
  }
  
  .product-text {
      	word-spacing: 100vw;
	      width: 50%;
    		font-size: 13px;
    }
}

.product-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f4f5f5;
    border: 1px solid #eaebec;
    border-radius: 6px;
    margin-right: 10px;
}

.rocket-icon {
    background-image: url(/hc/theming_assets/01HZKV9XV00Q1M0SJD2DDKKRJZ); 
}

.bar-chart-icon {
    background-image: url(/hc/theming_assets/01HZKV9W55819JYN5BKP2EJTGA); 
}

.portrait-icon {
    background-image: url(/hc/theming_assets/01HZKV9VBQN15RZ8CD0Y6PDEY2); 
}


.social-ads-icon {
    background-image: url(/hc/theming_assets/01HZKVA3XZHZ4RE84763RC5T6W); 
}

.rss-icon {
    background-image: url(/hc/theming_assets/01HZKV9W1D165YHH2ZAWXCR4MY); 
}

.bracket-icon {
    background-image: url(/hc/theming_assets/01HZKV9VXJ2DXB3JQN9SQNM138); 
}

.palette-icon {
    background-image: url(/hc/theming_assets/01HZKV9V8261NDRBNF4EWAGVP8); 
}

.pie-chart-icon {
    background-image: url(/hc/theming_assets/01HZKV9VJS51KMTQ7TSK6RZF78); 
}

.imposium {
    background-image: url(/hc/theming_assets/01J83B0KN8WNJTCSBS2151SGTX); 
}

.tree-chart-icon {
    background-image: url(/hc/theming_assets/01HZKV9VF9T1FB1MN7Q3DS2CY1); 
}

.pen-icon {
    background-image: url(/hc/theming_assets/01HZKV9V35X97FADVR55NAYZ3N); 
}

.bullseye-icon {
    background-image: url(/hc/theming_assets/01HZKV9WQHFS793MZPV99PEHBF); 
}

#targetPractice {
  margin-left: 40%;
}

.verification-product-icon {
    background-image: url(/hc/theming_assets/01HZKVA4QE8RXSKAD1KHNFF1TQ); 
}

.fraud-detection-icon {
    background-image: url(/hc/theming_assets/01HZKV9ZV9VRTN2TP64AC8Q4TC); 
}


.additional-resources-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 3.5% 40px 3.5%;
}

.additional-resources {
  background-color: #000443;
}

.additional-resources img {
  max-height: 150px;
}

.additional-resources-list {
  display: flex;
  flex-wrap: wrap;
}

.additional-resources-list li {
  position: relative;
  margin-right: 1%;
  flex-basis: 32%;
}

@media screen and (max-width: 600px) {
  .additional-resources-list li {
    flex-basis: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
}

.additional-resources-list li:last-child {
  margin-right: 0;
}

.resources-item-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  text-shadow: 1px 1px 2px #222;
	font-size: 16px;
  z-index: 2;
}

.additional-resources-title {
	font-size: 22px;
  color: #ffffff;
  font-weight: normal;
	font-weight: 300;
}

.blocks-item-single {
  flex-basis: 100%;
}

.user-nav .dropdown-toggle::after {
  content: '';
}

.additional-resources-list li:hover img {
  filter: brightness(1.5);
}
.category-breakdown{
	text-decoration:none;
  color: #555;
}

.category-breakdown h1{
	font-size:32px;
  font-weight:400;
}

.category-breakdown-title{
  border-bottom:2px solid #eee;
}

.category-breakdown:hover, .category-breakdown:focus, .category-breakdown:active{
	text-decoration:none;
  color: #aaa;
}

.section-breakdown-container{
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
	display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: left;
  margin-bottom: 10px;
}

.float-section{
	width: 100%;
  float: none;
  margin-right: 0px;
}

.section-breakdown{
  text-decoration:none;
  color: #000043;
}

.section-breakdown:hover, .section-breakdown:focus, .section-breakdown:active{
	text-decoration:none;
  color: #414bf9;
}

.section-breakdown-title{
  font-weight: 400;
}

.articles-breakdown{
  max-width: 1024px;
  margin: 0px auto;
}

.article-breakdown{
	text-decoration:none;
  color: #000043;
}

.article-breakdown:hover, .article-breakdown:focus, .article-breakdown:active{
	text-decoration:none;
  color: #414bf9;
}
.section-see-more-button{
  /*background-color: #414bf9;*/
  color:#414bf9;
  font-size: 80%;
  font-weight: bold;
  border: none;
  padding: 8px;
  border-radius: 5px;
  text-decoration: none;
  display:none;
  border: 1px solid white;
}

@media (min-width: 768px) {
	.section-see-more-button{
  	display:inline-block;
      color:#414bf9;
    /*margin-top:10px;*/
  }
}

.show-button{
  display:inline-block;
    color:#414bf9;
  margin-top:20px;
}

.section-see-more-button:hover,.section-see-more-button:focus, .section-see-more-button:active{
  color: #000043;
  /*background-color: #000043;*/
  text-decoration: none;
  /*border: 1px solid #009ceb;*/
}

.article-see-more-button{
  color:#000043;
  font-size: 80%;
  font-weight:600;
  border: none;
  text-decoration: none;
  /*margin-left:10px;*/
}

.article-see-more-button:hover, .article-see-more-button:focus, .article-see-more-button:active{
  color: #414bf9;
  text-decoration: none;
}

.article-list{
  display:none;
}

@media (min-width: 768px) {
  .float-section{
    width: 29%;
    float: left;
    margin-right: 4.3%;
    margin-bottom: 30px;
    margin-top:10px;
  }
  
  .article-list{
    display:block;
  }
}

.article-subsection{
  margin-top:50px;
  border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 4px 0px;
}


.show-articles{
	display:block;
}

.page-link{
  text-decoration:none;
  color:#009ceb !important;
}

.page-link:hover, .page-link:focus, .page-link:active{
  text-decoration:none;
  color: #1a486c  !important;
}

img.no-border{
 border:none; 
}

.outline{
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 0px !important;
}

table {
    font-family: 'proxima nova', sans-serif;
    border-collapse: collapse;
    width: 100%;
  	font-size:10pt;
}

td, th {
    border: 1px solid #d6d8da;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f4f5f5;
}

tr:nth-child(even) td{
  	border: 1px solid #d6d8da;
}

div.article-avatar{
	display:none;
  
}

.copyright{
	font-size:9pt;
  color:white;
}

.nav-tree{
	min-width:250px;
}

.toggle-nav{
  margin-right: 8px;
  color:#858c90;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  text-align: center;
  line-height: 15px;
  display: inline-block;
  cursor: pointer;
  pointer-events:auto;
}

.toggle-nav:hover{
  color:#1771B9;
}

.toggle-nav:before{
  content:"+";
}

.toggle-nav.selected:before{
  content:"-";
  color:#009ceb;
}


.category-nav a{
  color:#000043;
}

.category-nav a:hover{
  color:#000043;
}

.category-nav a.selected{
  color:#000043;
  pointer-events:none;
}

.category-nav a.selected:hover{
  color:#414bf9;
}

.section-nav{
  text-indent:-20px;
	padding-left:50px;
  /*display:none;
  overflow: hidden;*/
}

.toggle-sec{
  overflow: hidden;
  height:0px;
}

.section-nav a{
	color:#414bf9;
}

.section-nav a:hover{
  color:#000043;
}

.section-nav a.article-selected{
  color:#000043;
}

.section-nav a.article-selected:hover{
  color:#000043;
}
.section-nav a.selected{
  color:#000043;
  pointer-events:none;
}

.section-nav a.selected:hover{
  color:#000043;
}

.section-nav a.lock::after{
    content: "\1F512";
    font-family: "copenhagen-icons";
    color: #d6d8da;
    margin-left: 3px;
}

.section-nav span{
	font-size:12px;
  margin-left:3px;
}

.section-nav span::before{
	
  vertical-align:0px;
}

.toggle-sec, .toggle-nav {
    display:none;
}

@media (min-width: 1024px) {
  .toggle-nav {
    display:inline;
  }
  .toggle-sec {
    display:block;
  }
}

.image-previewer{
	display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.8);
  z-index:99999999;
}

.image-previewer-contain{
  margin: 0px auto;
  width:80%;
  height:80%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-size:contain;
  background-position: center;
  background-repeat:no-repeat;
}

#image-close{
  position: absolute;
  top: 20px;
  left: 20px;
 	color:#d6d8da;
  font-size: 25px;
  font-weight: 400;
  cursor:pointer;
  border:3pt solid #d6d8da;
  border-radius:20px;
  border-radius: 50%;
  height:45px;
  width:45px;
  text-align:center;
}



span.code{
  /* font-family: monospace, monospace; */
  font-size: 14px;
  background:#f4f5f5;
  display:inline-block;
  width:80%;
  padding:3px;
  padding-left:10px;
  margin-left:5px;
}

span.code.indent{
	padding-left: 30px;
}

span.code.indent2{
	padding-left: 50px;
}

span.code.indent3{
	padding-left: 70px;
}

.code-line{
	margin:0;
  margin-bottom: -1px;
  margin-top: -1px;
}

.code-line.short{
	margin-left:8px;
}

.gutter{
	vertical-align:0;
  font-size:1em;
  width: 7%;
}

.gutter div{
	margin-bottom:1px;
  
}

code{
	margin:0 !important;
  padding:0 !important;
  background:none !important;
  border:none !important;
}

div.code table{
	table-layout: fixed;
}

td.gutter{
	white-space:nowrap;
}

.codeContent .gutter{
	text-align:right;
}

td.code{
  margin:0;
  padding:8px;
  padding-left:15px;
  background:#f4f5f5;
  width:auto;
  white-space: nowrap;
  overflow-x: auto;
  background: #374047;
  color: white;
}

.js.string,.xml.string,.javascript.string{
	color:#ecdd93;
}

.xml.keyword{
	color:#ea8daf;
}

.xml.color1{
	color:#9fdaab;
}

.js.keyword,.javascript.keyword{
	color:#8ab7db;
}

.js.comments,.javascript.comments{
	color:#aeb2b5;
}

.xml > a {
  color:#ecdd93;
  pointer-events:none;
}


.code-contain{
  margin: 10px 0px;
}

td.code .container{
  margin:0;
  padding:0px;
}
/* 
.popup-background{
	display:none;
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background: rgba(25,25,25,.6);
  z-index:99999999;
}

.popup-container{
	position:absolute;
  width:65%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background:white;
  text-align:center;
  border-radius:5px;
      max-width: 600px;
}

.popup-header{
	padding:20px 0px 10px 0px;
  font-size:17pt;
  color:white;
  background:#666;
  color:#009ceb;
  font-weight:700;
}

span.popup-close{
	position:absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  font-weight: 700;
  font-size:12pt;
}

div.popup-close{
	background:#009ceb;
  margin: 0px auto;
  margin-top:30px;
  color:white;
  width:75px;
  padding:4px;
  cursor: pointer;
  border-radius: 3px;
}

.popup-main{
 	 padding:20px 40px 30px 40px;
}
 */
.errorLog{
  max-width: 650px;
  margin-bottom:10px;
  display:none;
}

.mark-as-solved{
  display:none;
}

.wysiwyg-color-pink{
	color: #000043 !important;
}

.user_auth_fail{
	display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


}

.code .container{
	margin-top: -4px !important;
  line-height: 22.5px;
}

.notification.notification-lock{
	position: fixed;
	bottom: 0px;
  z-index:999999999;
}

.notification.notification-lock .notification-inner{
	text-align:center;
}

.notification.notification-lock .notification-inner .notification-icon, .notification.notification-lock .notification-inner .notification-text{
	display:inline;
}

.article-body li {
	margin-top:5px;
}

.article-body ul li {
	margin-top:5px;
}

.article-body li ol,.article-body li ul{
	margin-top:5px;
  margin-bottom:5px;
}

.article-body li ol li{
	list-style-type: lower-alpha;
}

p.sample{
	   margin: 0 0 0 0;
    margin-left: 30px;
    border-radius: 10px;
    background: #f4f5f5;
    max-width: 400px;
    padding: 10px;
}

li > span > img, li >img {
margin-top:1em;
  margin-bottom:1em;
}

.panel.output-block{
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
}

.panelHeader{
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: #fafafa;
  border-bottom-color: #cccccc;
}

.panelContent{
  padding: 10px;
  background-color: #fafafa;
}

.code-contain{
  margin: 10px 0px;
}

.code.panel,.codeHeader,.codeContent{
  background:#ffffff;
}

.code.panel{
  background:#ffffff;
}

.codeHeader{
  border-bottom: 1px solid #d6d8da;
  text-align: left;
  padding: 5px 15px;
  overflow: hidden;
  position: relative;
  border-bottom-width: 1px;
  background:none;
}

.codeContent{
  padding:0px;
}
p.link-container{
  margin-top:0px;
  height: 0px;
}

.panelContent .emoticon{
	border: none;
  vertical-align: -3px;
}

.emoticon-information,.emoticon-warning{
	vertical-align: text-bottom;
}

.categories.blocks > ul > li {
margin-bottom: 35px !important;
}

.nesty-panel{
  max-height:250px;
}

.nesty-panel-list:hover{
  background:#8ab7db;
  color:black;
}

li.adServing {
  border-top: 1px solid #4C535B;
}

.adServing.nav-sidebar-list {
  margin: 0;
  color: #333;
}

.adServing {
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 14px;
}

a.adServing.current-article {
  border: none;
  color: #fff !important;
  background-color: #4C535B;
  line-height: 40px;
  border-radius: 0px;
  font-weight: 500;
}

li.adServing:last-child {
  border-bottom: 1px solid #4C535B;
}

.lessonTitle {
	flex-basis: 80%; 
}

div .navButtons {
  float: right;
  color: #333;
}

.navButtons a.button {
    border-color: #ddd;
    color: #333;
}

.navButtons a.button.next {
  font-weight: 600;
}

@media print {
  a[role="button"],
  #preview-bar-container,
  div.container-divider,
  header.header,
  header > div,
  section.article-sidebar,
  div.add_space,
  footer,
  section.article-relatives,
  span.icon-wrapper,
  div.header-contain,
  #preview-bar-container > div,
  br,
  body > main > div.back-to-top-button,
  .toc {
    display: none !important;
  }
  
   nav.sub-nav, p {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  
  img {
    margin: 0px;
    padding: 0px;
    display:block;
    page-break-inside: avoid;
  }
  
  main, div.article-content {
    margin: 0px;
  }
  body > main > div.container.container-space-above {
    margin-top: 0px;
  }
  
 tr, td, th, p, span, a, li, h2, h3, h4 {
   page-break-inside: avoid;
  }

/* span, span.a {
    box-sizing: unset !important;
  } */

 /* Repeat table headers when table spans a page */
 thead {
   display:table-header-group;
  }
  
/*for section page */
  div.section-tree, {
    flex-direction: initial;
  }
}

#custom_login {
  position:	absolute;
  background-color: #009ceb;
  height: 30px;
  width: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

#custom_login h4 {
  border-bottom: none;
  font-weight: 600;
  line-height: 2;
}

@media only screen and (max-width: 770px) {
  #custom_login {
    display: none !important;
  }
}

/* Images in articles without borders */
img.class="imgnoborder" {
  	border:0px!important;
  border-color:#fff!important;
  }


/* Warning, Info, Success, and Danger bubbles--- Internal Only Style */
div.custom-warning {
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 2px 12px;
   background-color: #fff5cc;
  border-left: 7px solid #ffd93b; 
  background: #FFF9DD;
}

div.custom-info {
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 2px 12px;
  background-color: #ccebfb;
  border-left: 7px solid #009ceb; 
background: #ccebfb;
}

div.custom-success { 
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 2px 12px;
background: #DFF6DF;
    border-left: 7px solid #a3e5a3; 
}

div.custom-important {
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 2px 12px;
background: #ffc8c8;
    border-left: 7px solid #f94e4e; 
}


div.custom-info p {
  padding-top: 10px;
  margin-top: 10px;
}

div.custom-success p {
  padding-top: 10px;
  margin-top: 10px;
}
div.custom-danger p {
  padding-top: 10px;
  margin-top: 10px;
}
div.custom-warning p {
  padding-top: 10px;
  margin-top: 10px;
}
/*-- Internal Only Content Block --*/
.internal-only {
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 5px 12px;
background: #efefef;
    border-left: 7px solid #c9c9c9; 
}

.internal-only:before {
    /* font-family: "Font Awesome 5 Free"; */

    content: "Internal Only";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
	
@media print
{    
    .internal-only, .no-print *
    {
        display: none !important;
    }
}
/*--
.internal-only:before {
  content: "Internal Only";
  content:url('<i class="fa fa-lock" aria-hidden="true"></i>') 
	font-weight: bold;
  border-bottom: 1px solid #eee;
}

--*/

.internal-only:before {
   font-family: "Font Awesome 5 Free";
   content: "\f023";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}
/*------ CTA ------*/
}
.CTA-Copy {
  width: 320px;
  height: 33px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #374047;
}
.contacthero {
  background-image: url(/hc/theming_assets/01JRT8BWEGT45KB1MD0KBCGBSW);
  background-position: center;
  background-size: cover;
  height: 154px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.contacthero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}
.header-underline {
  width: 50px;
  height: 3px;
  background-color: #000043;
}
@media screen and (max-height: 450px) {
    .sidebar a {font-size: 18px;}
}

.sitenav-category-subnav-container {
  padding-left: 30px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sitenav-categories-list {
  margin-bottom: 30px
}

.sitenav-categories-list a {
  color: #374047;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sitenav-categories-list a:hover {
  color: #007ee5;
  text-decoration: underline;
}

.twitter-timeline {
  margin-left: -10px;
}


.sitenav-sub-nav-category {
  margin-bottom: 20px;
}

.sitenav-sub-nav-category > a > i {
  display: none
}

.sitenav-sub-nav-category > a:hover > .fa-chevron-right {
  display: inline-block;
}

.sitenav-sub-nav-category > ul {
  display: none
}


.sitenav-sub-nav-section {
  margin: 5px 0 5px 0px;
}

.sitenav-sub-nav-section > a:hover > .fa-chevron-right {
  display: inline-block;
}

.sitenav-sub-nav-section a {
  cursor: pointer;
  font-size: 14px;
  
  padding-left: 20px;
}
.sitenav-sub-nav-section a:active {
  
  color: #000043;
 
}
.sitenav-sub-nav-section > ul {
  display: none
}


.sitenav-sub-nav-article {
  margin: 2px 20px
}

.sitenav-sub-nav-article a {
  cursor: pointer;
  font-size: 12px;
  margin-left:-15px;
}


.fa-chevron-plus {
  background-image: url(/hc/theming_assets/01HZKVA2SE5PSJVVTGFDG8RC40);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  margin-top: -2px;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
}

.fa-chevron-minus {
  background-image: url(/hc/theming_assets/01HZKVA2GMZPKVRV7D1CYWR11E);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  margin-top: -2px;
  margin-right: 6px;
  vertical-align: middle;
}

.article-list {
  list-style: square;
  padding-left: 0px;
  padding-bottom: 0px;
}

.sitenav-sub-nav-article {
  margin: 0px 20px
}

.sitenav-current-article {
  background-color: rgba(65, 75, 249, 1);
  color: #ffffff;
  text-decoration: none;
}

.sitenav-current-article > a {
	background-color: #DDDDDD;
  color: #ffffff;
  text-decoration: none;
}

.article-tree-toggle {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0px;
  border: none;
  border-bottom: 1px solid #DDDDDD;
  display: none;
  width: 100%;
  text-align: left;
  background: white;
  margin-bottom: 1px;
  position: relative;
}

.article-tree-toggle:focus {
  outline:none;
}

.article-sidebar {
  margin-bottom: 0px;
  border-bottom: none;
}

@media (max-width: 1024px) {
	.article-sidebar {
		display: none;
  }
}

.article-toggle-icon {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 10px;
  background: url($assets-chevron-down-svg);
  background-repeat: no-repeat !important;
}

.article-tree-open .article-toggle-icon {
  background: url($assets-times-svg);
  background-repeat: no-repeat !important;
  width: 16px;
  height: 16px;
}

//**----Article Lock Icon --**//

.icon-lock {
   max-height:15px!important;
  max-width:15px!important;
	}

/**--Article Follow button fix---**//
.container button
{color:#666666;
border-radius: 5px;
}

@media (max-width: 1024px) {
  .category-content, .section-container, .article {
    margin-left: 0px;
    border: none;
  }
  .article-tree-toggle {
    display: none;
  }
  .sitenav-categories-list {
    display: none;
  }
  .show-article-tree {
    display: block !important;
  }
}

.sitenav-current > a {
  color: #333333;
}

.sitenav-current > a:hover > .fa-chevron-right {
  display: block;
}

.sitenav-current > a > i.fa-chevron-down {
  display: inline-block;
}

.sitenav-current > ul {
  display: block
    line-height: 2;
}

.fa-chevron-down {
  background-image: url($assets-chevron-down-svg);
  width: 10px;
  height: 12px;
  margin-top: 3px;
}

.fa-chevron-right {
  background-image: url($assets-chevron-left-svg);
  width: 8px;
  background-repeat: no-repeat;
  height: 10px;
  margin-top: 5px;
}

.article {
  margin-left: 30px;
  border-left: 0px solid #dadada;
}

.sitenav-sub-nav-category > a > span > i.fa-chevron-minus,
.sitenav-sub-nav-section > a > span > i.fa-chevron-minus {
  display: none;
}

.sitenav-current > a > span > i.fa-chevron-minus {
	display: inline-block;
}

.sitenav-current > a > span > i.fa-chevron-plus {
	display: none;
}
  
#go-top {
	width: 50px;
	height: 50px;
	background-color: rgba(196, 64, 111, .5);
	position: fixed;
	right: 2rem;  /*here you can edit where to place it from the right -- use 'px' if you want for example 16px */
	bottom: 2rem; /*here you can edit where to place it from the bootom -- use 'px' if you want for example 16px */
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
}
#go-top i {
	font-size: 23px;
	line-height: 50px;
}
#go-top:hover {
	background-color: rgba(196, 64, 111, 1);
}
.showGoTop #go-top {
	visibility: visible;
	opacity: 1;
}

.back-to-top-button {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
}

.back-to-top-link {
  background: #414bf9;
  color: #ffffff;
  padding: 5px 12px;
  font-size: 30px;
  border-radius: 50%;
}

.back-to-top-link:hover {
  background: #1b247b;
}

.back-to-top-link:hover,
.back-to-top-link:focus,
.back-to-top-link:active {
  cursor: pointer;
  text-decoration: none;
}

.back-to-top-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f062";
  font-weight: 900;
  color: #ffffff;
}

.category-container {
  display: flex;
  justify-content: end;
  flex-direction: row;
}

.category-content {
  flex: 1 0 66%;
  max-width: 66%;
  min-width: 640px;
  padding: 0 30px;
  margin-left: 30px;
  border-left: 1px solid #ffffff;
}

.section-container  {
  display: flex;
  justify-content: end;
  flex-direction: row;
}

.section-content {
  flex: 1 0 66%;
  max-width: 66%;
  min-width: 640px;
  padding: 0 30px;
  margin-left: 30px;
  border-left: 1px solid #ffffff;
}

button.register {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff !important;
  background: #000043;
  border-radius: 5px;
  border:0px;
  margin:5px;
  padding: 10px;
  padding-left:15px;
  padding-right:15px;
}
button.register a {
  color:#fff!important;
    font-weight:600;
}


/***** Class definition for Campus logo with hover ****/
div.campus-logo {
	position:relative;
  float:right;
  border:0px!important;
  width:200px;
  height:231px;
}
  
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}


.campus-logo:hover .overlay {
  opacity: 1;
  background: url('https://flashtalkingsupport.zendesk.com/hc/article_attachments/360053311874/Website_Logo_Spin.gif');
  background-size: 200px 231px;
}


/*-- Fix Search Results page to highlight pages and de-emphasize breadcrumbs--*/

a.search-result-link {
  font-size: 16px !important;
  font-weight: 600 !important;
}

ol.search-result-breadcrumbs, .search-result-description {
 font-size: 14px !important;
}

li.search-result ul.meta-group a {
 font-size: 14px !important;
}

/*-- ensure tt characters appear with courier new -*/
/*-- added by Paul on 9/23/2020 --*/

tt{
  font-family: "Courier New", Courier, monospace;
  font-weight: 600;
}
/*
pre.syntaxhighlighter, pre.syntaxhighlighter span{
  font-family: monospace;
}

pre.syntaxhighlighter, pre.syntaxhighlighter span{ 
	font-weight: bold;
}
/*
Addtional CSS
*/
#subBtn Button {
    border: 1px solid #000043;
    background-color: transparent;
    border-radius: 4px;
    color: #000043;
    cursor: pointer;
    font-size: 12px;
    line-height: 2.34;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    user-select: none;
    white-space: nowrap;
  	margin: 10px 0 10px 0;
}
#subBtn Button:hover, #subBtn Button:hover {
    color: white !important;
    font-weight: 600;
    background-color: #000043;
}
