@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  background-color:  #FFFFFF;
  color: #2F3941;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

main {
  display: flex;
  flex-direction: column;
}

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

h1
{
    font-family:'Montserrat', sans-serif!important;
  	font-weight: 500;
  	margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h2 a
{
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: #36a0da;
  text-decoration: none;
}

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

p {
  font-family: "Roboto",  -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
}

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[disabled] {
  background-color: #f1f1f1;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #87929D;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #2568f8;
}

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 #36a0da;
}


.container {
  width: 100%;
  max-width: 1400px;
  padding: 12px;
  margin-right: auto;
  margin-left: auto;
}
.container--fluid {
  max-width: 100%;
}

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

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

.error-page {
  padding: 20px;
  background: #FAFAFA;
}

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


/****** Vue ********/
[v-cloak] {
  display: none;
}


/***** Buttons *****/
.button, .split-button button, .section-subscribe button, .subscriptions-subscribe button, .requests-search button, .requests-download button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .pillButton {
  border: 1px solid #414bf9;
  border-radius: 20px;
  font-weight: 800;
  color: #FFF!important;
  cursor: pointer;
  display: inline-block;
  font-family:'Mulish', sans-serif;
  line-height: 40px;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  font-size: 13px;
  background-color: #414bf9;
  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;
}

.pillButton {
  font-size: 16px;
}

.pillButton:active {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .button, .requests-download button, .requests-search button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
    width: auto;
  }
}

.button::after, [role="button"]::after, .pillbutton:after {
  color: #36a0da;
}

.button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"][aria-selected="true"]{
  background-color: #1a6690;
  color: #FFF;
  text-decoration: none;
}

.button:hover, .split-button button:hover, .subscriptions-subscribe button:hover, .section-subscribe button:hover, .article-subscribe button:hover, .community-follow button:hover, .requests-table-toolbar .organization-subscribe button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .button:active, .split-button button:active, .section-subscribe button:active, .article-subscribe button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .button:focus, .split-button button:focus, .article-subscribe button:focus, .community-follow button:focus, .requests-table-toolbar .organization-subscribe button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .button.button-primary, .split-button button.button-primary, .section-subscribe button.button-primary, .section-subscribe button[data-selected="true"], .article-subscribe button.button-primary, .article-subscribe button[data-selected="true"], .community-follow button.button-primary, .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link, .pillButton:hover, .pillButton:active, .pillButton:focus {
  background-color: #232cd1;
  border-color: #232cd1;
}

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

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

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

/* Sign in button */
.nav-wrapper .sign-in {
  cursor: pointer;
  font-family:'Mulish', sans-serif;
  user-select: none;
  white-space: nowrap;
  text-transform: uppercase;
}


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

/*** Requests related buttons ****/
.button-large, input[type="submit"] {
  border: 1px solid #36a0da;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-family:'Mulish', sans-serif;
  line-height: 2.72;
  min-width: 190px;
  margin: 0;
  padding: 0 1.9286em;
  text-align: center;
  background-color: #2568f8;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
}

@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: #1a6690;
}

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

/***** 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 #36a0da;
}

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

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

.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 #36a0da;
  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("/hc/assets/loader.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: #1a6690;
}


/* Hide Custom Fields: Platform, Media, Application, ; */
.request_custom_fields_80767868,
.request_custom_fields_80767968,
.request_custom_fields_80783148,
.request_custom_fields_80768248 {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}


/***** Header *****/

.header {
  background-color:#000443;
  position: relative;
  padding:60px 50px 25px;
  margin:0;
  width:100%;
  max-width:100%!important;
  background-size: cover;
}

@media (min-width: 1160px) {
.nav-wrapper-desktop
{
  /* width:375px; */
}
}

.nav-wrapper {
  font-size: 16px;
}

.nav-wrapper .region-dropbtn {
  border: none;
  font-weight: 700;
}
.region-dropbtn:hover
{
  color:#00c6b3!important
}

.nav-wrapper .region-dropdown {
  position: relative;
  display: none;
}

@media (min-width: 1160px) {
 .nav-wrapper .region-dropdown {
	display: inline-block;
 }
}

.nav-wrapper .region-dropdown-content {
  padding: 12px 17px;
  display: none;
  position: absolute;
  background-color: white;
  min-width: 105px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  z-index: 1000;
}

.nav-wrapper .region-dropdown-content a {
  transition-duration: 0.25;
  color: black;
  padding: 4px 0;
  white-space: nowrap;
  text-decoration: none;
  display: block;
}

.nav-wrapper .region-dropdown-content a:hover{
  transition-duration: 0.1s;
    color:#00c6b3!important;
}

.nav-wrapper .region-dropdown:hover .region-dropdown-content {
  transition-duration: 0.1;
  display: block;
}


@media (max-width: 768px) {
  .nav-wrapper .hide-on-mobile {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}

.menu {
    font-style: normal;
}
.sf-menu, .sf-menu a {
    font-family: "Roboto", sans-serif;    
    border-top: none;
    border-left: none;
    text-align: left;
}

.sf-hidden {
  display: none;
  width: 12em!important;
}

.sf-menu {
    line-height: 1.0;
    z-index: 497;
}

.sf-menu li {
    float: left;
    position: relative;
    background:  transparent;
}

sf-menu, .sf-menu * {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sf-menu ul li {
    width: 100%;
}

@media (min-width: 1160px) {
  .header {
/*    padding: 0;
    width: 90%;
*/  }
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}


.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  color: #414BF9;
  display: block;
  margin: 20px;
}

.user-nav .search {
  flex: 1 1 auto;
  margin-top: 10px;
}

.user-nav .search:before {
  display: none;
}

@media (min-width: 768px) {
  .user-nav {
    flex-direction: row;
    position: relative;
    margin-right: 20px;
  }

  .user-nav .search {
    margin: 0;
    padding-left: 10px;
  }
}

.nav-wrapper {
  padding-bottom:10px;
  display: flex;
  align-items: center;
}

.nav-wrapper a {
  border: 0;
  width: auto;
  display: none;
  color: white;
}

@media (min-width: 768px) {
  .nav-wrapper {
    justify-content: space-between;
  }
  .nav-wrapper a {
    display: inline-block;
  }
}

.nav-wrapper .header-button {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;

}

.nav-wrapper .header-button:hover {
  background-color: #ddd;
}

@media (min-width: 768px) {
  .nav-wrapper .region-dropdown a {
    display: block;
    margin-right: 20px;
  }
}

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


.nav-wrapper a, .nav-wrapper span
{
  font-weight:700;
  font-size: 16px;
  display: flex;
}

.nav-wrapper *{
  transition-duration: .25s;
}

.nav-wrapper *:hover, .nav-wrapper span:hover, .nav-wrapper span:focus {
  transition-duration: .1s;
  color: #00c6b3!important;  
}

@media (max-width: 768px) {
  .nav-wrapper .hide-on-mobile {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}

.nav-wrapper .menu-button {
  background: none;
  border: 0;
  color: white;
  display: none;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper .menu-button {
    display: none;
  }  
}

.nav-wrapper .menu-button .icon-menu {
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="rtl"] .nav-wrapper .menu-button {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper .menu-button:hover, .nav-wrapper .menu-button:focus, .nav-wrapper .menu-button:active {
  background-color: transparent;
  color: #1F73B7;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}

@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;
}

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

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

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

.user-info > button {
  border: 0;
  color: #FFFFFF;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
  vertical-align: baseline;
}

.user-info > button:hover, .user-info > button:focus {
  color: #FFFFFF;
  background-color: transparent;
}

.user-info > button::after {
  color: #FFFFFF;
  padding-right: 15px;
}

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

#user #user-name {
  display: none;
  font-size: 14px;
}

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

#user #user-name:hover {
  text-decoration: underline;
}



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

.avatar {
  display: inline-block;
  position: relative;
}
.avatar img {
  height: 40px;
  width: 40px;
}
.avatar .icon-agent {
  color: #17494D;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #FFFFFF;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/

.footerArea
{
  margin-top: 10px;
  background:#000443;
  padding:45px;
  display:flex;
  justify-content: center;
}
.innerFooterContainer
{
  max-width:1400px;
  margin:0;
  width: 100%;
}

@media (max-width: 960px) and (min-width: 721px) {
.innerFooterContainer {
    width: 720px;
}
}

.finePrintBottom
{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

@media (max-width: 600px) {
 .finePrintBottom {
    display: block;  
 }
}

@media (max-width: 600px) {
.finePrintBottom div {
    width: 100%;
}
}

.finePrintLeft
{
  display:flex;
  align-items:center;
  justify-content:left
}

@media (max-width: 600px) {
.finePrintBottom .finePrintLeft {
    flex-direction: column;
}
}

.bugImage
{
  width:200px;
}

.ppText {
    text-align: left;
    padding: 10px 30px 10px 0;
}

.ppText a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.finePrintRight
{
  text-align:right;
}

@media (max-width: 600px) {
.finePrintRight, .ppText {
    text-align: center;
    padding: 10px 0;
}
}

.copyrightText {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.whiteFooterLink {
  color:#FFFFFF;
  font-family:'Mulish', sans-serif;
  font-weight:700;
  font-size:18px;
}

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

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

.breadcrumbs li {
  color:#27A092;
  font-family:'Mulish', sans-serif;
  display: inline;
  font-weight: 300;
  font-size:20px;
  max-width: 450px;
  overflow: hidden;
  font-weight:500;
  text-overflow: ellipsis;
}




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

.breadcrumbs li a {
  color:#27A092;
}

/***** Search field *****/
.search-container {
  position: relative;
  width: 100%;
  min-width: 300px;
}

.search {
  border-color: #87929D;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
}

.search:focus-within {
  border-color: #17494D;
}

.search input[type=search],
.search .clear-button {
  background-color: #fff;
  border-radius: 30px;
  border: none;
}
.search-full input[type=search], .search-full .clear-button {
  border-color: #fff;
}
.search input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #000;
  flex: 1 1 auto;
  height: 40px;
  width: 100%;
  font-family:'Mulish', sans-serif;
  font-weight: 500;
}
.search input[type=search]:focus {
  color: #555;
}
.search input[type=search]::-webkit-search-decoration, .search input[type=search]::-webkit-search-cancel-button, .search input[type=search]::-webkit-search-results-button, .search input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search input[type=search]:-webkit-autofill, .search input[type=search]:-webkit-autofill:hover, .search input[type=search]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.search .clear-button {
  align-items: center;
  box-sizing: border-box;
  color: #777;
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 15px;
}
.search .clear-button:hover {
  background-color: #2568f8;
  color: #fff;
}
.search .clear-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #2568f8;
}
.search-has-value .clear-button {
  display: flex;
}

[dir=ltr] .search input[type=search] {
  padding-left: 40px;
  padding-right: 20px;
}
[dir=ltr] .search-has-value input[type=search] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=ltr] .search-has-value input[type=search]:focus {
  border-right-color: #17494D;
}

[dir=ltr] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=ltr] .search .clear-button:focus {
  border-left-color: #2568f8;
}

[dir=rtl] .search input[type=search] {
  padding-left: 20px;
  padding-right: 40px;
}
[dir=rtl] .search-has-value input[type=search] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=rtl] .search-has-value input[type=search]:focus {
  border-left-color: #2568f8;
}
[dir=rtl] .search .clear-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=rtl] .search .clear-button:focus {
  border-right-color: #2568f8;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
  pointer-events: none;
}
[dir=rtl] .search-icon {
  left: auto;
  right: 15px;
}


/****** Article *********/

.article-body img {
    height: auto;
    max-width: 75% !important;
    border: 1px solid;
}

.article-body p
{
  line-height:28px;
  margin-bottom: 10px;
}

.article-body h2
{
  font-family:'Montserrat', sans-serif!important;
  font-weight:700;
  text-transform:none;
  margin-block-start: 0.83em;
}

.article-body p, ol, li, .article-body a, span
{
  font-family:'Mulish', sans-serif;
}

body, .article-section
{
  background-color:#FFFFFF!important;
}
.article-section
{
  padding:0!important;
}
.article-section h3
{
  margin-block-start: 0em;
  margin-block-end: 0em;
  text-transform:none;
  font-weight:700;
}
.article-section a
{
  color:#414BF9;
}

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

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

.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

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

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

.article-body h2 span {
  font-size: 22px; 
  font-family: 'Montserrat', sans-serif;
}

.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  width: 100%;
}

.article-container {
  display:flex;
  justify-content:space-between;
  flex-direction: column;
  margin-bottom:120px;
}

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

.article-body img {
    height: auto;
    max-width: 82% !important;
    border: 1px solid;
}

.article-section {
  margin-bottom: 20px;
  padding: 20px;
  background: #fafafa;
}

@media (min-width: 768px) {
  .article-section {
    padding: 30px;
  }
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.article-header h1
{
  color:#414BF9;
  font-family:'Montserrat', sans-serif;
  text-transform:none;
  font-weight:800;  
}

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

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* 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 (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  /* display: flex; */
  max-width: 100%;
}

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

.article-body {
  font-size: 13px;
}

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

/* Don't add a margin when ul is embedded in another ul */
.article-body li ul {
  margin: 0px 0 0px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

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

.article, .article-header
{
  max-width:735px;
}

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

.article-body a:visited {
  color: #1a6690;
}

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

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

.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;
  word-wrap: break-word;
}

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

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

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

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

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding-top: 14px;
}

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

.article-relatives {
  display: flex;
  flex-direction: column;
}

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

.article-relatives > * {
  flex: 1 0 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .article-relatives > * {
    flex: 1 0 49%;
    margin-bottom: 0;
    justify-content: space-between;
  }
}


.article-votes {
  text-align: center;
}

.article-vote {
  background: transparent;
  border: 1px solid #36a0da;
  color: #36a0da;
  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: #36a0da;
}

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

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

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

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

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

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

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

.article-return-to-top a {
  color: #333;
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  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: #36a0da;
  color: #FFF;
  text-decoration: none;
}

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

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

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: #2568f8;
  color: #FFFFFF;
  text-decoration: none;
}
.sidenav-item {
  border-radius: 4px;
  color: #000;
  display: block;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 10px;
  margin-right: 12px;
  padding: 10px;
}

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

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

.articleHelpful
{
  -webkit-box-shadow: 4px 3px 20px 0px rgb(214 214 214);
    -moz-box-shadow: 4px 3px 20px 0px rgba(214,214,214,1);
    box-shadow: 4px 3px 20px 0px rgb(214 214 214);
    padding: 50px 40px!important;
}
.article-votes-question
{
  font-family:'Mulish', sans-serif;
	font-weight:900;
  font-size:24px;
  color:#414BF9;
}

.article-vote-up, .article-vote-down
{
	background:#414BF9;
  padding:0px;
  border-radius:20px;
  border:none;
  color:#FFFFFF;
}
.article-vote-up::before, .article-vote-down::before
{
  display:none;
}
.article-vote:hover
{
  background:#232DD1!important;
}
.article-vote
{
  font-size:20px;
  font-weight:700;
}

/* Table of contents */

.rightSidebar {
  display: none;
}

@media (min-width: 1024px) {
.rightSidebar
{
  display: flex;
	flex-direction: column;
  justify-content: space-between;
}
}

/* Article table */
.article tr:first-of-type td
{
background:#414BF9;
padding:25px 33px;
vertical-align:middle;
color:#FFFFFF;
}

.article table
{
  border-color: #B2B2B2;  
  border-collapse: collapse;  
  border-spacing: 0;
}

/* Fix for missing verticle border in Safari */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {

    .article table { 
        border-color: grey; 
    }
}}

.article table h2 {
   margin-bottom:0!important;
}

.article td
{
  padding:20px 30px;
}
.article table h4
{
  margin-bottom:0!important;
}


/* Article images */
.lumina-rd {display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.7); z-index: 99999;overflow-y:scroll;overflow-x:hidden;}
.lumina-rd-inner
{
  width: 1100px;
  background: #FFFFFF;
  height: unset;
  position: relative;
  top: 25%;
  left: 11%;
  right: auto;
}
.rdii
{
  text-align: center; width: 100%;
}
.rdii img
{
  border:none;
  width: 1100px;
}

.infoBoxInfo a, .warnBoxInfo a
{
  color:#FFFFFF!important;
  font-weight:700!important;
  font-size:18px;
}
.closeButton
{
  padding: 10px 20px;
  text-align: right;
}
.textBox
{
  padding-left:20px;
}

.lumina-rd-close .form-close { 
	cursor: pointer;	
}


/***** 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: #333;
  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: #36a0da;
}

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

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

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

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

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

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

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

.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: #36a0da;
}

.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: flex;
  position: relative;
}

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

@media (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: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (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 (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

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

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

.comment-form {
  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 (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

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

@media (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: #36a0da;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family:  -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, 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;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 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: #1a6690;
}

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

.comment-body pre {
  background: #808080;
  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: flex;
  flex-direction: column;
  text-align: center;
}
.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #5a6d7c;
  display: block;
  margin: 3px 0;
}
[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: #17494D;
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #5a6d7c;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: #17494D;
}

.vote-voted:hover {
  color: #000;
}


/***** 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: #808080;
}

.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(/hc/theming_assets/01HZKXKF9X61PVN1HD9E31RM1Z);*/
  margin-bottom: 10px;
}

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

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

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

.community-header h4 {
  margin-bottom: 0;
}

.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;
}

/* 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: #36a0da;
}

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

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

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

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

.community-follow [role="button"]::after {
  border-left: 1px solid #36a0da;
  content: attr(data-follower-count);
  color: #36a0da;
  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 #36a0da;
  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: #36a0da;
  margin-bottom: 10px;
  margin-right: 5px;
}

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

.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: #333;
    display: block;
    font-weight: 400;
  }
}


/****** Learning Section *********/

.section-header h1
{
  color:#414BF9;
  font-family:'Montserrat', sans-serif;
  text-transform:none;
  font-weight:800;  
}

.learning-articles .article-list-item {
  font-size: 14px;
  margin-bottom: 10px;
}

.section-body p {
  font-size: 14px;
}


/***** 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: #36a0da;
}

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

@media (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, .status-label-answered {
  text-transform: lowercase;
}

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

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

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

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

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

@media (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 (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

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

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

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

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

.post-content {
  font-family:  -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

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

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

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

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

.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;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 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: #1a6690;
}

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

.post-body pre {
  background: #808080;
  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: 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: #36a0da;
  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;
}

@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-title {
  font-size: 18px;
  font-weight: 600;
}
.post-comments {
  margin-bottom: 20px;
}
@media (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 (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid #2568f8;
}

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

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

.collapsible-nav-list li {
  color: #333;
  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: #333;
  display: block;
}

@media (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 #36a0da;
    order: 1;
    padding: 15px 0 11px 0;
  }
}

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

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

@media (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";
}


/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

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


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

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

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

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid #2568f8;
}

.collapsible-sidebar-body {
  display: none;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}

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

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  border: 0;
  margin-top: -12px;
  margin-bottom: 20px;
  border-radius: 0 0 3px 3px;
}

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


.my-activities-nav .collapsible-nav-list {
  background: #FAFAFA;
  padding: 0 10px;
  border: 0 0 3px 3px;
}

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

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

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

@media (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 (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: 0;
}

@media (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 (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */

#requests-search:focus {
  color: black;
}

.requests-row {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-end;
}

.requests-search {
  flex: 1 1 66%;
  display: flex;
  flex-direction: row;
}

.requests-search input[type="search"] {
  border-radius: 4px 0 0 4px;
  border-right: none;
}

.requests-search button {
  border-radius: 0 4px 4px 0;
}

.requests-dates {
  flex: 1 1 15%;
  margin-left: 10px;
  min-width: 190px;
}

.requests-dates label {

}

.requests-dates input {
  display: block;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  width: 100%;
}



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

@media (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 (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 (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 (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 (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: #36a0da;
  color: #FFF;
}

.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 (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

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

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

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

@media (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;
}


.requests-meta {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.requests-count {
  font-size: 20px;
}

.requests-max-reached {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  color: #36a0da;
}

.requests-count div {
  display: inline-block;
}

.requests-count .request-spinner {
  margin-right: 5px;
  vertical-align: middle;
}


/* Custom Request List */
.requests-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #EEE;
  border-width: 1px 0 0 1px;
}

.request-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.requests-list .field {
  flex: 1;
  padding: 4px 8px;
  text-transform: capitalize;
  border: 1px solid #EEE;
  border-width: 0 0 1px 0;
  padding: 8px;
  font-size: 14px;
  flex-wrap: wrap;
  word-wrap: break-word;
  overflow-x: auto;
  background: #FFF;
}

.request-header .field {
  position: relative;
  display: flex;
  align-items: center;
  border-color: #DDD;
  font-weight: bold;
  color: #000;
  background: #FAFAFA;
  cursor: pointer;
}

.request-header .field:hover {
  background: #EEE;
}


.request-header .field.sort-field {
  background: #EEE;
  padding-right: 20px;
}

.request-header .field.sort-field:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-family: "entypo";
  color: #000;
  font-size: 16px;
}


.request-header .field.sort-field.sort-asc:after {
  content: "\25B4";
}

.request-header .field.sort-field.sort-desc:after {
  content: "\25BE";
}

.field.field-subject {
  flex: 2;
}


/* Request List Filters */
.request-filters {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 40px;
}

.request-filter-field {
  flex: 1;
  margin-right: 10px;
}

.request-filter-field:last-child {
  margin-right: 0;
}

.v-select.searchable .dropdown-toggle {
  background: #FFF;
  border: 1px solid #DDD
}

.v-select.searchable .dropdown-menu {
  z-index: 100;
  opacity: 1;
}

.request-filters .multiselect__input {
  margin: 0;
  border: none;
  line-height: 1;
}

.request-filters .multiselect__tags {
  padding: 8px 35px 8px 8px;
}

.request-filters .multiselect__option {
  background: none;
  position: relative;
  color: #333;
}

.request-filters .multiselect__tag {
  background: #36a0da;
  border-radius: 3px;
}

.request-filters .multiselect__tag-icon:focus,
.request-filters .multiselect__tag-icon:hover {
  background: #36a0da;
}

.request-filters .multiselect__tag-icon:after {
  color: rgba(255,255,255,.7);
}

.request-filters .multiselect__tag-icon:focus:after,
.request-filters .multiselect__tag-icon:hover:after {
  color: #FFF;
}


.request-filters .multiselect__option:before {
  content: '';
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-top: 2px;
  margin-right: 10px;
  border: 2px solid #DDD;
  border-radius: 3px;
  line-height: 40px;
}

.request-filters .multiselect__option--selected,
.request-filters .multiselect__option--highlight.multiselect__option {
  background: none;
  color: #333;
}

.request-filters .multiselect__option--highlight {
  background: #F4F4F4;
}

.request-filters .multiselect__option.multiselect__option--selected:before {
  background: #36a0da;
  border-color: #36a0da;
}


/* Following table */

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

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

.subscriptions-table td:first-child {
  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 (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #666;
}

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

@media (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 (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.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 (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: 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 #36a0da;
}

.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 #36a0da;
}

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

.request-title {
  width: 100%;
}

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

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

@media (min-width: 1024px) {
  .request-sidebar {
    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-list {
  gap: 5px;
  display: flex;
  justify-content: center;
}

.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
  text-transform: uppercase;
}

.pagination-next:active .pagination-next-text, .pagination-prev:active .pagination-prev-text{
  text-decoration: underline;
}

.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}

.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

/***** Pagination Numbering format used on Requests and Following pages *****/
.pagination-numbering {
  margin: 40px 0 0;
  text-align: center;
}

.pagination-numbering * {
  display: inline-block;
}

.pagination-numbering li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
  cursor: pointer;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */      
}

@media (min-width: 768px) {
  .pagination-numbering li {
    height: 30px;
    width: 30px;
  }
}

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

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

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

.pagination-numbering a, .pagination-numbering span {
  font-size: 15px;
  color: #666;
  padding: 10px 0;
  text-align: center;
}

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

.pagination-current {
  background-color: #2568f8;
  cursor: default;
}

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

.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;
}

.meta-group-opposite {
  float: right;
}

[dir=rtl] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

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

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

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

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

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


.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";
}

.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: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header{
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  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: 80px;
  height: 80px;
}

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

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.profile-header .basic-info .name {
  margin: 0;
  line-height: 25px;
  vertical-align: middle;
  display: inline;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .options {
    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;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

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

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

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

.profile-stats .stat-label {
  color: #5a6d7c;
  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 (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

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

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

@media (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 (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 (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

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

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

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #2568f8;
  border-radius: 4px;
  color: #2568f8;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}
.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

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

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

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

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

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #5a6d7c;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (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 (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}
@media (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-badges-items {
  margin-top: 25px;
}
.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}
.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}
.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}
.profile-badges-item-image img {
  max-height: 40px;
}
[dir=rtl] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}
.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.profile-badges-item-title {
  font-weight: 600;
}
.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #5a6d7c;
  font-size: 13px;
  margin: 0;
}
.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}
[dir=rtl] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: 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 (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-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}
[dir=rtl] .profile-contribution-icon {
  right: 0;
}
.profile-contribution-icon svg {
  vertical-align: middle;
}

.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-contribution-breadcrumbs li {
  font-size: 13px;
}

.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;
}

.private-activity-icon {
  margin-right: 10px;
}
[dir=rtl] .private-activity-icon {
  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: 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;
  word-wrap: 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-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}
[dir=rtl] .profile-activity-icon {
  right: 0;
}
@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir=rtl] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Category template *****/

.category-container {
  display:flex;
  justify-content:space-between;
  flex-direction: column;
  margin-bottom:120px;
}

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

.category-content {
  width: 100%;
}

/* Category Accordion sections */

.section-accordion-group {
  background: #FFF;
  margin-bottom: 15px;
  border-radius: 4px;
}

.section-accordion-title {
  position: relative;
  margin: 0;
  padding: 12px 20px;
  color: #36a0da;
  cursor: pointer;
  border-radius: 4px;
}

.section-accordion-title:hover {
  background: #FAFAFA;
}

input.mat-input-element {
  font-family:'Mulish', sans-serif;
  font-size: 14px;
}

.section-accordion-title:after {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 21px;
  right: 20px;
  left: auto;
  top: 18px;
  background: url(//p5.zdassets.com/hc/theme_assets/1942342/115000223167/sprite-1.png) -22px 0px;
}

.section-accordion-title.active {
  background: #FAFAFA;
  border-bottom: 1px solid #EEE;
}

.section-accordion-title.active:after {
  background: url(//p5.zdassets.com/hc/theme_assets/1942342/115000223167/sprite-1.png) -88px 0px;
}

.section-accordion-content {
  display: none;
  padding: 10px 20px;
}

.section-accordion-group .article-list-item {
  border-bottom: none;
  padding: 8px 0;
}


.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category-content .section-list {
  margin: 10px 0px;
}

.category-content .section-list-item {
  font-size: 16px;
}

.category-content> .section-list-item a {
  color: #36A0DA;
}

/* Default section template */

.section-container {
  display: flex;
  justify-content: flex-end;
}
.section-content {
  width: 100%;
  flex: 1;
  max-width: 100%;
}

.section-list {
  margin: 40px 0;
}

.section-container .section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}
.section-container .section-list-item:first-child {
  border-top: 1px solid #ddd;
}
.section-container .section-list-item a {
  align-items: center;
  color: #36A0DA;
  display: flex;
  justify-content: space-between;
}


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

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

@media (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: 0px;    
    font-weight: 600;
}

.section-tree-title a {
  color: #333;
  font-size: 18px;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
  text-decoration: underline;
}
/* End of Category Accordion sections */

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


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

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

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

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

.search-results-list > li {
  background: #FAFAFA;
  padding: 20px;
  margin-bottom: 10px;
}


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


.search-result-votes::before, .search-result-meta-count::before {
  color: #36a0da;
}

[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 {
  font-size: 13px;
}

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

.search-result-link {
  font-size: 18px;
}

.search-result a:hover {
  text-decoration: underline;
}

.search-result .meta-group * {
  color: #000;
}

.search-results-sidebar {
  border-top: 1px solid #000;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  color: inherit;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #0072ef;
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

/***** Home page *****/

.home-page-title {
  margin-bottom: 0px;
  font-size: 3.5rem;
  color: #FFFFFF
}

#home-page-container {
  padding-bottom: 30px;
}

.home-page.band {
  	margin-bottom: 10px;
}

.band-title {
  color: #414BF9;
  font-weight: 800;
}

.announcement {
  position: relative;
  padding: 10px 0px;
  margin-bottom: 20px;
  background-repeat: repeat-x;
  background-size: auto 100%;
  color: white;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

#announcement > * {
  font-family:'Montserrat', sans-serif!important;  
}

#top-announcement .announcement-box-primary {
   background-color: #20a6cd;
}

#top-announcement .announcement-box-secondary {
  background-color: #f0f0f0;
}

#bottom-announcement .announcement-box-primary {
  background-color: #14efe4;
  color: black;
}

#bottom-announcement .announcement-box-secondary {
  background-color: #f0f0f0;
}

.announcement-title {
  display: flex;
  flex-direction: column;
}

.announcement-title h2 {
  margin: 0;
}

.announcement-section {
  display: flex;
  flex-direction: column;
  margin: 1px;
}

@media (min-width: 768px) {
  .announcement-section {
    flex-direction: row;
    justify-content: space-between;
  }

  .announcement-title {
    justify-content: space-between;
    flex-direction: row;
  }
}

.announcement-box {
  color: black;
  flex: 1 1 65%;
  padding:15px;
  margin:5px 0px;
  border-radius: 3px
}

.announcement-box a {
  color: black;
}

.announcement-box-secondary {
  flex: 1 1 34%;
}


@media (min-width: 768px) {
  .announcement-box {
    min-height:160px;
  }

  .announcement-box-secondary {
    margin-left: 10px;
  }
}

.announcement-box-secondary a {
  float: left;
  color: #27a092;
  font-weight: 700;
}

.announcement-box-title {
  font-style: normal;
  font-family:'Montserrat', sans-serif!important;
  font-weight: 600;
  line-height:1em;
  font-size: 2em;
  padding: 10px 0;
}

.announcement-box-title-secondary {
  font-weight: normal;
  font-size: 16px;
  font-weight: 900;
}


.announcement-box-button {
  float:left;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top:10px;
  padding:0 0px;

  font-weight:bold;
  line-height:2em;
  font-size:1.25em;
}

.fineprint {
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 50px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: black;
}

.fineprint p {
  font-size: smaller;
}

.fineprint a {
  color: #36A0DA;
  font-weight:bold;
}

.category-list {
  display: flex;
  flex-direction: row;
  justify-content: center !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 10px;
  padding: 20px 0;
}


.category-item {
  position: relative;
  transition-duration: 0.25s;
  width: 256px;
  height: 191px;
  text-align: left;
  overflow: hidden;
  color: black;
  font-weight: normal;
  border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 3px 6px #dfdfdf !important;
  background-size: 100% auto !important;
}

.category-item:hover {
  box-shadow: 0px 3px 6px #9f9f9f !important;
  transition-duration: 0.1s;
}

.category-item:active *{
  text-decoration: underline;
}

.category-item:empty {
  visibility: hidden;
  height: 0;
}

.category-item img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.category-item-link {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
}

.category-item-title {
	background-color: #000443;
  margin: 0;
  padding: 15px;
  color: white;
  font-size: 16px;
  min-height: 80px;
  width: 100%;
  transition-duration: 0.25s;
}

.category-item-link:hover > .category-item-title{
  background-color: #000453;
  transition-duration: .1s;
}

/**** New styling *****/



.warnBox
{
  background-color:#000443;
  padding:20px;
  max-width:600px;
  margin:40px 0;
}
.innerBox
{
  display:flex;
  justify-content:space-around;
  align-items:center;
}
.warnBoxHeader, .warnBoxInfo
{
  color:#FFFFFF
}
.iconBox img
{
  max-width:100%!important;
  border:none!important;
}
.textBox
{
  max-width:500px;
}
.infoBox
{
  background-color:#414BF9;
  padding:20px;
  max-width:600px;
  margin:40px 0;
}
.infoBoxInfo, .infoBoxHeader
{
  color:#FFFFFF;
}
.warnBoxHeader, .infoBoxHeader
{
  font-size:18px;
  font-weight:900;
}
.warnBoxInfo, .infoBoxInfo
{
  font-size:18px;
  font-weight:500;
}


.headerContainer
{
  margin:0 auto;
  flex-direction: row;
  display:flex;
  justify-content:space-between;
}

@media (min-width: 1160px) {
.headerContainer {
  flex-direction: row;
  align-items: flex-end;
}
}

.user-info > [role="button"]
{
  background:transparent!important;
  color:#FFFFFF!important;
  font-family:'Mulish', sans-serif;
  font-weight:500;
}

#user #user-name, .whiteSubmit
{
  font-weight:500;
  color:#FFFFFF;
}

.sub-nav
{
  padding-top:30px;
}


.toc1
{
  -webkit-box-shadow: 4px 3px 20px 0px rgba(214,214,214,1);
-moz-box-shadow: 4px 3px 20px 0px rgba(214,214,214,1);
box-shadow: 4px 3px 20px 0px rgba(214,214,214,1);
  padding:20px;
}
.toc1 li a
{
  color:#27A092!important;
}

.addPad
{
  padding-top:20px;
}
.largeThicc
{
  font-weight:900;
  font-size:18px;
}
.topScrollText
{
  padding-top:20px;
  padding-left:5px;
}
.topScrollText a
{
  color:#27A092!important;
}
.tocHeader
{
  padding-bottom:20px;
}

.tocHeader span
{
  color:#000000;
  font-size:32px;
  font-weight:900;
}
.toc1 ul
{
  padding-inline-start: 5px;
  color:#27A092!important;
}
.toc1 ul li
{
  margin-bottom:5px;
}
.follow-scroll
{
  position:sticky;
  top:30px;
  margin-bottom: 300px;
}
html {
  scroll-behavior: smooth;
}


/***** Category tiles - Referenced in the tiles dynamic content *****/

.tile-global-plans {
  background: url("/hc/theming_assets/01HZKXKM2ZYYDMQBR3K0QR0HFM");
  background-repeat: round;
}

.tile-scope {
  background: url("/hc/theming_assets/01HZKXKH1Z5E675C66N8DRCXAM");
  background-repeat: round;
}

.tile-scope2 {
  background: url("/hc/theming_assets/01HZKXKG7SYGD539VPKQ2W7998");
  background-repeat: round;
}

.tile-as {
  background: url("/hc/theming_assets/01HZKXKGK7A76Q67BZ0WQC51WC");
  background-repeat: round;
}

.tile-av {
  background: url("/hc/theming_assets/01HZKXKHDADVC896WP1T85JVMR");
  background-repeat: round;
}

.tile-buyers {
  background: url("/hc/theming_assets/01HZKXKFDJ7PCS2J5HYZG33GRE");
  background-repeat: round;
}

.tile-buyers-prisma-traditional {
  background: url("/hc/theming_assets/01HZKXKFYCPXDX34VV3HF2WHK4");
  background-repeat: round;
}

.tile-buyers-radia {
  background: url("/hc/theming_assets/01HZKXKH6S3YS8T63QT88HVNQS");
  background-repeat: round;
}

.tile-buyers-prisma-auths {
  background: url("/hc/theming_assets/01HZKXKHTVH4EZKR4N4NS3VB78");
  background-repeat: round;
}

.tile-connect {
  background: url("/hc/theming_assets/01HZKXKG09DK104863GBH7V2NQ");
  background-repeat: round;
}

.tile-datawarehouse-mscape {
  background: url("/hc/theming_assets/01HZKXKH1674BDCG2Y8HCXVW96");
  background-repeat: round;
}

.tile-dealmaker {
  background: url("/hc/theming_assets/01HZKXKG0AYHFX2PF0C4XEZSR7");
  background-repeat: round;
}

.tile-digital-dealmaker {
  background: url("/hc/theming_assets/01HZKXKHC789CE8ZYKZEGDXB6X");
  background-repeat: round;
}

.tile-ds {
  background: url("/hc/theming_assets/01HZKXKHA6ZKJDH8GDTD2D0HYV");
  background-repeat: round;
}

.tile-estimates-and-costs {
  background: url("/hc/theming_assets/01HZKXKH02SB9BDHDBS6KK8SVQ");
  background-repeat: round;
}

.tile-connect {
  background: url("/hc/theming_assets/01HZKXKG09DK104863GBH7V2NQ");
  background-repeat: round;
}

.tile-general {
  background: url("/hc/theming_assets/01HZKXKG59CNDT58HXC3ZC636W");
  background-repeat: round;
}

.tile-internal {
  background-image: url("/hc/theming_assets/01HZKXKHK83NMVDWRRVPTDA0RH");
}

.tile-legal-compliance {
  background: url("/hc/theming_assets/01HZKXKHVP8413VK2VR3KRXG7F");
  background-repeat: round;
}

.tile-md {
  background: url("/hc/theming_assets/01HZKXKM3ZMMA6QF057M5453PQ");
  background-repeat: round;
}

.tile-media-finance {
  background: url("/hc/theming_assets/01HZKXKHHYDT1KHFYNDE4ZNJ98");
  background-repeat: round;
}

.tile-mediaocean-edu {
  background: url("/hc/theming_assets/01HZKXKGWFKE6RNAVCC4NA3CC4");
  background-repeat: round;
}

.tile-mx {
  background: url("/hc/theming_assets/01HZKXKGGNHQG0HV114DAJ1GSN");
  background-repeat: round;
}

.tile-ox {
  background: url("/hc/theming_assets/01HZKXKGHQC9X03ATV3QRGQSYC");
  background-repeat: round;
}

.tile-pats {
  background: url("/hc/theming_assets/01HZKXKFAKYVRPDFTMQFJG9Q1Q");
  background-repeat: round;
}

.tile-pf {
  background: url("/hc/theming_assets/01HZKXKM8YJ0SEVZ47GB3NKN5F");
  background-repeat: round;
}

.tile-propost {
  background: url("/hc/theming_assets/01HZKXKGJVTJSS3G5D75Z48RX2");
  background-repeat: round;
}

.tile-resources {
  background: url("/hc/theming_assets/01HZKXKH0YGV1Y1JNCNNQ0C3M6");
  background-repeat: round;
}

.tile-ox {
  background: url("/hc/theming_assets/01HZKXKGHQC9X03ATV3QRGQSYC");
  background-repeat: round;
}

.tile-sellers {
  background: url("/hc/theming_assets/01HZKXKHRHTYRRSMJCBHAYN53H");
  background-repeat: round;
}

.tile-supply-chain-insights {
  background: url("/hc/theming_assets/01HZKXKH6R1VHXF159Z9QVMHVA");
  background-repeat: round;
}

.tile-technical-support {
  background: url("/hc/theming_assets/01HZKXKHHAH5471V3MABA5PWEY");
  background-repeat: round;
}

.tile-tview {
  background: url("/hc/theming_assets/01HZKXKGP88BHMHRKR04P5KAS4");
  background-repeat: round;
}
.card
{
  border:0!important;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(224,224,224,1);
-moz-box-shadow: 0px 3px 8px 0px rgba(224,224,224,1);
box-shadow: 0px 3px 8px 0px rgba(224,224,224,1);
  margin:15px 0;
}
.card-header
{
  background-color:#FFFFFF!important;
}
.btn-link
{
  color:#208379!important;
  font-family:'Mulish', sans-serif!important;
  font-weight:700!important;
}
.card-body a
{
  color:#414BF9;
  font-family:'Mulish', sans-serif!important;
  font-weight:700!important;
}
small
{
  font-family:'Mulish', sans-serif!important;
}
.article-list-item a
{
    color: #36A0DA;
}
p
{
  font-family:'Mulish', sans-serif;
}

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

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

.logo img
{
  max-width: 215px;
}

@media screen and (max-width: 1025px) {
.logo img {
    max-width: 210px;
}
}

/* ***** Chat widget ****** */
.designstudio-button {
  	border: 0px;
  	padding: unset;
}

.designstudio-button:hover {
	background-color: unset;
}




/******* Section page **************/

.section-container {
  display:flex;
  justify-content:space-between;
  flex-direction: column;
  margin-bottom:120px;
}

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

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

@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;
  margin-bottom: 10px;
}

.page-header-description {
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

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

.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

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

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

/***** Global Naviation sidebar *****/
.navigation-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding-top: 14px;
}

@media (min-width: 1024px) {
  .navigation-sidebar {    
    max-width: 300px;
    border: 0;
    flex: 0 0 25%;
    height: auto;
    margin-right: 10px
  }
}

/***** Individual articles content *****/

/* Contacts article */

.contacts-page td {
  padding-bottom: unset;
  padding-top: unset;
  padding-right: 20px;
  width: auto;  
  padding-left: 0px;
}

/* Articles using faq-table class */
.faq-table tr:first-of-type td {
  background: unset;
  color:#000000;
}

/* No header table */
.noheader-table tr:first-of-type td {
  background: unset;
}


/*****  Unsupported browser *****/
.unsupported-browser {
  display: none;
  margin-top: 50px;
}

.unsupported-browser .l-centered {
  margin-left: auto;
  margin-right: auto;
}

.unsupported-browser .l-max-readable-width {
    max-width: 40em;
}

.unsupported-browser h1, article p {
  margin: 0;
}

.unsupported-browser .err__container {
    padding: 1.2rem 1.6rem;
    border-radius: 0.2rem;
    background-color: #000443;
    color: white;
}

.unsupported-browser .l-top-padded {
    padding-top: 0.8rem;
}


input, ::placeholder
{
  color:#000
}
.copyrightTextFooter
{
  color:#FFFFFF;
}

.nav-wrapper .sign-in:hover
{
    color: #FFF!important;
    text-decoration: none;
}

/***** Site left side Navigation *****/

.toggle-nav{
  margin-right: 0px;
  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:#2d7ebf;
}

.toggle-nav.hidden:before{
  display: inline-block;
  content:" ";  
  width: 5px;
}

.category-nav {
  max-width: 100%;
}

.category-nav a{
  color:#858c90; 
  font-size: 14px;
}

.category-nav a:hover{
  color:#4a5258;
  text-decoration: underline;
}

.category-nav a.selected{
  color:#2d7ebf;
  pointer-events:none;
}

.category-nav a.selected:hover{
  color:#1771B9;
}

.category-nav>.toggle-sec>.sections-nav>.section-nav > a {
  font-weight: 700;
}

.section-nav {
  text-indent:-20px;
	padding-left:50px;
  /*display:none;
  overflow: hidden;*/
}

.toggle-sec{
  overflow: hidden;
  height:0px;
}

.section-nav a{
	color:#5c6164;
}

.section-nav a:hover{
  color:#4a5258;
}

.section-nav a.article-selected{
  color:#2d7ebf;
}

.section-nav a.article-selected:hover{
  color:#1771B9;
}
.section-nav a.selected{
  color:#2d7ebf;
  pointer-events:none;
}

.section-nav a.selected:hover{
  color:#1771B9;
}

.section-nav a.lock::after{
    content: "\1F512";
    font-family: "copenhagen-icons";
    color: #d6d8da;
    margin-left: 3px;
}

.section-nav span{
	font-size:12px;
  margin-left: 0px;
  margin-right: 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;
  }
}

/***** Sortable table *****/
th[role=columnheader]:not(.no-sort) {
	cursor: pointer;
}

th[role=columnheader]:not(.no-sort):after {
	content: '';
	float: right;
	margin-top: 7px;
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: #404040 transparent;
	visibility: hidden;
	opacity: 0;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

th[aria-sort=ascending]:not(.no-sort):after {
	border-bottom: none;
	border-width: 4px 4px 0;
}

th[aria-sort]:not(.no-sort):after {
	visibility: visible;
	opacity: 0.4;
}

th[role=columnheader]:not(.no-sort):hover:after {
	visibility: visible;
	opacity: 1;
}
  
/***** End of sortable table *****/

/***** Calendar template ******/

.prisma-omni:before {
  content:url("/hc/theming_assets/01HZKXKFQJWM7B63R13TGJP6V4");
          display: inline-block;
          padding-right: 3px;
          vertical-align: middle;
        height: 20px;
}

/****** End of Calendar template ******/

/***** On-demand template *****/
.ondemand-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 120px;
}

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

/***** Value calculator *****/

.prisma-omni:before {
  content:url("/hc/theming_assets/01HZKXKFQJWM7B63R13TGJP6V4");
          display: inline-block;
          padding-right: 3px;
          vertical-align: middle;
        height: 20px;
}

/****** End of Value calculator ******/


/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height 0.2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-inline.notification-error::before, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
[dir=rtl] .notification-inline {
  text-align: right;
}
.notification-inline[aria-hidden=true] {
  display: none;
}
.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}
[dir=rtl] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}
.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}
.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir=rtl] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

/* Dropdowns */

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

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-toggle > * {
  display: inline-block;
}
.dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  display: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  padding: 12px 17px;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  color: black;
  cursor: pointer;
  display: block;
  padding: 4px 0;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}
[dir=rtl] .dropdown-menu [role=menuitem],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus,
.dropdown-menu [role=menuitemradio]:hover,
.dropdown-menu [role=menuitemradio]:focus {
  text-decoration: none;
}
.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][aria-hidden=true] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir=rtl] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
  margin: auto 6px;
}

.content-tags > p {
  color: #68737D;
  margin-top: 32px;
  margin-bottom: 4px;
}
.content-tags-add-hint {
  color: #68737D;
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}
.content-tag-list li {
  border-right: 1px solid #C2C8CC;
  margin-bottom: 4px;
}
[dir=ltr] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}
[dir=rtl] .content-tag-list li {
  padding-left: 8px;
  margin-left: 8px;
}
.content-tag-list li:last-child {
  border: none;
}

/***** WYSIWYG Editor *****/
#hc-wysiwyg {
  border: 1px solid #87929D;
}

/***** Upload Dropzone *****/
.upload-dropzone {
  border: 1px solid #87929D;
}

/***** Summary component *****/
zd-summary-block {
  background: #f3f6f6;
}
[dir=ltr] zd-summary-block {
  border-left-color: #859fa1;
}
[dir=rtl] zd-summary-block {
  border-right-color: #859fa1;
}

/* Filmstrip container */
#filmstrip {
  display: flex;
  flex-direction: column;
  overflow-x: auto; /* Enable horizontal scrolling */
  white-space: nowrap; /* Prevent line breaks between frames */
  max-width: 1400px;
}

#player_container .video-js {
  	width: 960px;
  	height: 540px;
}

/* Individual filmstrip frame */
.filmstrip-frame {
  flex: 0 0 auto; /* Allow frames to shrink or grow as needed */
	margin: 0 5px;
  text-align: center;
  font-weight: bold;
}

/* Optional: Hover effect */
.filmstrip-frame:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}

.filmstrip > .v-image {
  margin-right: 8px; /* Adjust spacing between images */
}

.filmstrip-overlay-text {
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 8px;
  font-size: 14px;
}


/******* User register custom template **************/
.user-register p {
  margin-bottom: 10px;
}

/******* Password request custom template **************/
.password-request p {
  margin-bottom: 10px;
}