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

body,html {
    overflow-x: hidden;
font-family: 'Saira', sans-serif;
}


.footer-inner {
    height: 45px;
    padding: 0px;
    border-top: solid 3px #67BF7A;
    background-color: #1b1b1b;
    border-bottom: solid 10px #313131;
}

@media screen and (min-width: 1120px) {

}
.header img {
    max-width: 100%;
    height: auto;
}
#menu-img {
    text-align: center
}
#menu-img img {
    padding-top: 3%;
    width: 40%;

}
.section-tree .section h3 #category-text {
    padding-top: 10px;
    padding-left: 2px;
}
.section-tree {
    padding:0;
    margin-top:0;

}
.section-tree .section {
    width:32.333%;
}
.section-tree .section:last-child {
    width:40%;
}
.section-tree .section h3 {
    padding: 0 0 0 41px;
    position: relative;
}
.section-tree .section h3 a img {
    position: absolute;
    top: 0;
    left: 0;
    float:left;
}
#section_title h2 img {
    margin-left: 11%;
    margin-right: 10px;
}
#hide {
    display: none;
}
#submit_request a {
    border: solid 2px #67BF7A;

}
#submit_request a{
    font-size: 1.2em;
    color: #67BF7A;
    padding-left: 15px;
    padding-top: 9px;
    padding-bottom: 10px;
    text-decoration: none;

}
#submit_request img {
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 5px;
}
.article-unsubscribe {
    display:none;
}
#switch-link {
    bottom: 5%;
    right: 5%;
    position: absolute;
    font-size: 14px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    margin-bottom: 6px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}
#open-hours {
    padding-top: 55px;
}


/***** New design *****/
/***** Header *****/
.header {
    max-width: 1160px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-right h2 {
    font-style: normal;
    font-weight: 100;
    color: #666666;
    font-size: 20px;
    line-height: 20px;
    margin: 0 auto;
    padding-left: 10px;
    border-left: 1px solid #666666;
}

.header-logo {
    padding-right: 10px;
}

@media (min-width: 1024px) {
    .header {
        width: 90%;
    }
}

.nav-wrapper a {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 41px;
    text-transform:uppercase;
    padding: 0 20px;
    width: auto;
    height: 41px;
    border: 1px solid #216f47;
}
.nav-wrapper.submit-a-request {
    background-color: #216f47;
}

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

.nav-wrapper a:link, .nav-wrapper a:visited, .nav-wrapper a:focus, .nav-wrapper a:active {
    background-color: transparent;
  	color: #216f47;
    text-decoration: none;
}

.nav-wrapper a:hover {
    background-color: #216f47;
    color: #ffffff;
}

#user-dropdown a:hover {
  color: #666666;
  background-color: transparent !important;
}

.nav-wrapper a.submit-a-request {
    background-color: #216f47;
    color: #ffffff;
    margin-left: 8px;
}

.nav-wrapper a.submit-a-request:hover {
    background-color: #54a882;
}

.nav-wrapper .icon-menu {
    display: inline-block;
    margin-right: 10px;
    color: rgba(40, 40, 40, 1);
}

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

.dropdown-menu-caret {
  padding:0 0 15px 0;
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    color: #216f47;
    font-size: 13px;
    font-weight: bold;
    line-height: 41px;
    width: auto;
  	height: 15px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .dropdown-menu a {
        display: inline-block;
    }
}

.dropdown-menu a:hover, .dropdown-menu a:link, .dropdown-menu a:visited, .dropdown-menu a:focus, .dropdown-menu a:active {
    background-color: transparent;
    text-decoration: none;
}

.dropdown-menu .dropdown-menu-end .dropdown-menu-caret * {
  background-color: red;
}

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

@media (min-width: 768px) {
    .user-nav {
        position: relative;
    }
}

.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 {
    display: block;
    margin: 20px;
}

/***** HomePage *****/
.section h2 {
    text-align: center;
}

.hero {
    background-image: url("https://help.rally.tv/hc/theming_assets/01JVQ1YN8187RT4W1R03X3GR5X");
    background-position: center;
    background-size: cover;
    height: 450px;
    width: 100%;
    margin: 0 auto;
}

.hero-gradient {
    content: '';
    position: absolute;
    width: 100%;
    height: 450px;
    background-color: #000000;
    opacity: 0.34;
}

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

.hero-inner h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 30px;
    margin: 0 auto;
}

.search {
    position: relative;
    display: flex;
    width: 660px;
}

.search input[type="search"] {
    position: absolute;
    top: 0;
    z-index: 1;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 19px;
    color: #a9aab4;;
    height: 55px;
    width: 660px;
    padding-left: 24px;
    padding-right: 150px;
}

.search input[type="submit"] {
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;;
    border: 3px solid #ffffff;
    height: 55px;
    background-image: linear-gradient(-240deg, #65bd72 0%, #64bca3 100%);
    padding: 0 30px;
      line-height: 49px;
}

.search input[type="search"]:focus {
    border: 2px solid #ffffff;
    color: #555;
}

.home-inner {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.home-inner h2 {
    text-shadow: 0 22px 33px rgba(132, 76, 157, 0.14);
    color: #47525d;
    font-size: 30px;
    font-weight: bold;
    line-height: 30x;
    letter-spacing: 0.6px;
    padding: 48px 0 51px 0;
    margin: 0;
}

.blocks-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0 0 80px 0;
    height: auto;
}

@media (min-width: 768px) {
    .blocks-list {
        display: flex;
        justify-content: center;
    }
}

.blocks-item {
    width: 486px;
    height: 300px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-sizing: border-box;
    color: rgba(252, 76, 2, 1);
    display: flex;
    flex-direction: column;
    margin: 0 0 30px;
    max-width: 100%;
    text-align: center;
}

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

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
}

.blocks-item-active {
    margin: 0 25px 0 !important;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05) !important;
}


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

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

.blocks-item-internal a {
    color: rgba(40, 40, 40, 1);
}

.blocks-item-link {
    height: 100%;
    color: rgba(252, 76, 2, 1);
    padding: 20px 85px;
}

.blocks-item-link img {
    width: 60px
    height: 45px;
    padding-top: 35px;
}

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

.blocks-item-title {
    margin-bottom: 0;
}

.blocks-item-title-broadcaster {
    color: #216f47;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 38px;
    padding-bottom: 31px;
    margin: 0 auto;
}

.blocks-item-title-viewer {
    color: #7559ae;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 38px;
    padding-bottom: 31px;
    margin: 0 auto;
}

.blocks-item-title-active {
    color: #216f47 !important;
}

.blocks-item-description {
    margin: 0;
    text-shadow: 0 22px 33px rgba(132, 76, 157, 0.14);
    color: #424d63;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

.section-team {
    background-color: #fbfcfc;
}

.team-inner {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.team-inner h2 {
    text-shadow: 0 22px 33px rgba(132, 76, 157, 0.14);
    color: #47525d;
    font-size: 30px;
    font-weight: bold;
    line-height: 30x;
    letter-spacing: 0.6px;
    padding: 30px 0;
    border-bottom: 1px solid #f0f1f1;
    margin: 0;
}

.team-list {
    display: flex;
  	flex-wrap: wrap;
    justify-content: center;
    padding-top: 100px;
    margin 0 auto;
}

@media screen and (max-width: 1160px) {
  .team-list: padding: 100px 50px 0 50px;
}

.team-row {
  display: flex;
  flex-direction: row;
}

.team-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
}

.team-profile p {
    color: #424d63;
    font-size: 18px;
    line-height: 18x;
    padding: 37px 0 97px 0;
    margin: 0;
}

.team-profile img {
    height: 113px;
    width: 113px;
    border-radius: 50%;
}

/***** Category Page *****/
.hero-category {
    background-image: url(https://help.rally.tv/hc/theming_assets/01JVQ1YN8187RT4W1R03X3GR5X);
    background-position: center;
    background-size: cover;
    height: 210px;
    width: 100%;
    margin: 0 auto;
}

.section-category {
}

.category-inner {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.category-inner h2 {
    color: #47525d;
    font-size: 30px;
    font-weight: bold;
    line-height: 30x;
    letter-spacing: 0.6px;
    padding: 48px 0 51px 0;
    margin: 0;
}

.blocks-list-category {
    display: flex;
    flex-wrap: wrap;
    /*   justify-content: flex-start; */
    /*   align-items: stretch; */
    align-content: stretch;
    list-style: none;
    padding: 35px 0;
    height: auto;
}

@media (min-width: 768px) {
    .blocks-list-category {
        display: flex;
        justify-content: center;
    }
}

.blocks-item-category {
    width: 295px;
    height: 175px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-sizing: border-box;
    color: rgba(252, 76, 2, 1);
    display: flex;
    flex-direction: column;
    margin: 0 0 0px;
    max-width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .blocks-item-category {
        margin: 0 15px 0;
    }
}

.blocks-item-category:hover, .blocks-item-category:focus, .blocks-item-category:active {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
}


.blocks-item-link-category {
    height: 100%;
    color: rgba(252, 76, 2, 1);
    padding: 0 20px;
		display:flex;
  	flex-direction: column;
}

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

.blocks-item-img-category {
    width: 50px
    height: 50px;
  	padding-top: 42px;
}

.blocks-item-title-category {
  height: 100%;
  display: flex;
  align-items: center;
}

.blocks-item-title-category-text {
    color: #646777;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto;
  	height:
}

.section-sections {
    background-color: #ffffff;
}

.sections-inner {
    max-width: 1160px;
    margin: 0 auto;
}

.panel-group {
    padding: 15px 0 75px 0;
}

.panel-one {
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    margin: 5px 0;
}

.accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    border: none;
    padding: 18px 0;
    cursor: pointer;
    outline: none;
}

.accordion:hover {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.accordion-left {
    display: flex;
}

.accordion-right {
    padding: 0 30px;
}

.accordion-icon {
    margin: 0 25px 0 20px;
    width: 30px;
    height: 30px;
}

.accordion-left h3 {
    color: #3f435a;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    margin: 0;
}

.accordion-arrow {
    width: 15px;
    height: 10px;
}

.active {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 3px;
}

.active .accordion-arrow {
    -ms-transform:      rotate(180deg);
    -moz-transform:     rotate(180deg);
    -webkit-transform:  rotate(180deg);
    -o-transform:       rotate(180deg);
    transform:          rotate(180deg);
}

.panel {
    background-color: #fbfcfc;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.article-list {
    padding: 10px 0 25px 0;
}

.article-list-item {
    display:flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 15px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.article-list-item:hover {
    background-color: #ffffff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 3px;
}

.article-list-item-more {
    display:flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 15px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.article-list-item-more:hover {
    background-color: #ffffff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 3px;
}

.article-item-left {
    padding-left: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.article-list-more {
  font-weight: 900;
}

.article-select {
    margin-left: 15px;
    width: 25px;
    height: 20px;
    display: none;
}

.article-list-item:hover * .article-select {
    display: inline;
}

.article-item-right {
    padding-right: 30px;
    display: flex;
    align-items: center;
}

.article-list-item {
    color: #3f435a;
    font-size: 21px;
    font-weight: 400;
}

.article-list-item:hover {
    color: #216f47;
    text-decoration: none;
}

.article-list-item-more a {
    color: #216f47;
    font-size: 21px;
    font-weight: 900;
}

.article-list-item-more:hover a {
    text-decoration: none;
}


/***** Section Page *****/
.breadcrumbs li {
  color: #5b5b5b;
  display: inline;
  font-weight: 300;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

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


.breadcrumbs-section {
  border-bottom: 1px solid #e1e1e1;
}

.breadcrumbs-inner {
  max-width: 925px;
  margin: 0 auto;
}

.breadcrumbs-inner h3 {
  padding: 23px 0;
  margin: 0;
  line-height: 16px;
}

.breadcrumbs-inner li a, .breadcrumbs-inner li a:focus, .breadcrumbs-inner li a:visited {
  color: #47525d;
  text-decoration: none;
}

.breadcrumbs-inner li a:hover {
  color: #216f47;
}

.breadcrumbs-inner li {
  color: #47525d;
  font-size: 16px;
  line-height: 16px;
}

.section-section {
  background-color: #ffffff;
}
.section-inner {
  max-width: 925px;
  margin: 0 auto;
}

.section-title {
  color: #47525d;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}

.section-page-list {
    padding: 10px 0 25px 0;
}

.section-page-list-item {
  display:flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.section-page-list-item:hover {
  background-color: #ffffff;
}

.section-page-item-left {
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.section-page-list-item:hover * .article-select {
  display: inline;
}

.section-page-item-right {
  padding-right: 30px;
  display: flex;
  align-items: center;
}

.section-page-list-item a {
  color: #3f435a;
  font-size: 21px;
  font-weight: 400;
}

.section-page-list-item:hover a {
  color: #216f47;
  text-decoration: none;
}

.section-icon {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 10px;
}

/***** Article Page *****/
.section-article, main {
}



main {padding-bottom: 80px;}


.article-inner {
  max-width: 925px;
  margin: 0 auto;
}

.article-content {
  margin: 0;
}

.article-title {
  color: #47525d;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}

.article-page-info {}

.article-page-content {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

.article-page-body a {
  color: #216f47;
}

.article-page-body a:hover, .article-page-body a:focus {
  text-decoration: none;
}

.article-page-body ul {
  list-style-image: url($assets-unordered-list-png);
  padding-right: 5px;
}

.article-page-body ul li {
  padding-left: 5px;
  color: #434b5b;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.article-page-body ol li {
  color: #434b5b;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  list-style-position: inside
}

.article-page-body p {
  color: #434b5b;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
}

.article-page-body h1 {
  color: #434b5b;
  font-weight: 500;
}

.article-page-body h2 {
  color: #434b5b;
  font-weight: 500;
}

.article-page-body h3 {
  color: #434b5b;
  font-weight: 500;
}

.article-page-body h4 {
  color: #434b5b;
  font-weight: 500;
}

.article-page-body h5 {
  color: #434b5b;
  font-weight: 500;
}


.article-page-relatives {
  display: flex;
  flex-direction: row;
}

.relatives-icon {
  width: 15px;
  height: 20px;
}

.article-page-relatives {
  margin: 0;
  padding: 40px 0;
}

.article-page-relatives-content {
  padding-left: 10px;
}

.article-page-relatives-content ul {
  list-style-type: none;
  padding: 0;
}

.article-page-relatives-content h3 {
  color: #47525d;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0.4px;
  margin: 0;
  text-transform: uppercase;
}

.article-page-relatives-content li {
  margin: 25px 0 0 0;
}

.article-page-relatives-content a {
  color: #7f8292;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  margin: 0;
}

.article-page-relatives-content a:hover, .article-page-relatives-content a:focus {
  color: #216f47;
  text-decoration: none;
}

/***** Search Results Page *****/
.section-search-results {
}
.section-search-results-inner {
  max-width: 925px;
  width: 100vw;
  margin: 0 auto;
}

.search-results-heading {
  width: 100%;
  text-align: center;
  color: #47525d;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.6px;
  margin: 60px 0;
}

.search-results-list {
  display:flex;
  flex-direction: column;
  width: 100%;
}

.result-tile {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  display:flex;
  flex-direction: column;
}

.result-link, .result-link:hover, .result-link:active, .result-link:focus {
  text-decoration: none;
}

.result-link:hover {
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
}

.result-link {
  width: 100%;
  height: 100%;
}

.result-link-inner {
  margin: 30px;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}

.result-left {
  display: flex;
  flex-direction: row;
  align-content: center;
  
}

.search-result-title {
  color: #3f435a;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 5px 0 0;
}

.search-result-image {
    margin-left: 15px;
    width: 25px;
    height: 20px;
    display: none;
}

.result-link:hover * .search-result-image {
    display: inline;
}

.result-right {
  display: flex;
  align-content: center;
}

.result-select {
  width: 10px;
  height: 15px;
}

/***** New Request Page *****/
.newrequest-hero-inner {
  width: 100%;
  height: 100%;
  display:flex;
  align-items: center;
  justify-content: center
}

.newr-hero-text { 
}

.newr-hero-text h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.container-new-request-inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.info-column {
  width: 30%;
  text-shadow: 0 22px 33px rgba(132, 76, 157, 0.14);
  color: #545667;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.info-column p {
  max-width: 300px;
  margin-bottom: 35px;
}

.request-column {
  width: 70%;
  padding-right: 25px;
}

.request-column h1 {
  margin: 0;
  font-size: 22px;
  line-height: 22px;
  color: #545667;
  padding-bottom: 20px;
}

.form footer {
    padding-top: 30px;
  	justify-content: flex-end;
}

.form footer input {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 41px;
    padding: 0 20px;
    width: auto;
    height: 41px;
    border: 1px solid #216f47;
  	background-color: #216f47;
    border-radius: 20px;
}

.form footer input:hover {
	box-shadow: 0 10px 41px rgba(101, 189, 120, 0.42);
}

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


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

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

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

.form-field p {
    color: #a9aab4;
    font-size: 11px;
}

.form-field .nesty-input {
    height: 37px;
    line-height: 37px;
}
.form-field .nesty-input:focus {
    outline: none;
    border: 1px solid #999;
}

.form form + form {
    margin-top: 25px;
}

/***** Request Page *****/

.request-column a {
  	color:  #216f47;
}

.request-column > a:hover {
    text-decoration: none;
}

/***** Activities Pages *****/
.container-activities-inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  color: #666666;
}

.container-activities-inner a {
  	color:  #216f47;
}

.container-activities-inner a:hover, .container-activities-inner a:focus, .container-activities-inner a:visited, .container-activities-inner a:active {
    text-decoration: none;
}

/***** Other *****/
.error-page {
  	padding-bottom: 100px;
    margin: 0 auto;
    max-width: 500px;
    padding-top: 5%;
}

.error-page h1 {
    font-size: 52px;
    margin-bottom: 0;
}

.error-page h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

.error-page > a {
    display: block;
    margin-top: 25px;
  	color:  #216f47;
}

.error-page > a:hover {
    text-decoration: none;
}

.profile-header .options {
  display: inline-block;
  margin-bottom: 10px;
}

.profile-info {
  padding-top: 25px;
}

.profile-section-header {
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}

.profile-stats {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.profile-section-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.profile-nav {
  padding-bottom: 15px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}

.profile-activity-contribution {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

/* Was this article helpful */

.article-votes-question {
  font-size: 21px;
}

.article-vote {
    display: inline-block;
    text-align: center;
    width: 75px;
  color: #000;
}
.article-vote a {
    color: #000 !important;
    outline: none;
    text-decoration: none;
}

.article-vote-sum {
    display: block;
    font-weight: bold;
    margin: 3px 0;
}
[dir=rtl] .vote-sum {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.article-vote-up:before, .article-vote-down:before {
/*     border-radius: 50%;
    border: 1px solid #ddd; */
    color: #216f47 !important;
  margin: 0 auto;
  border: 2px solid #216f47;
  border-radius: 1.5em;
  padding: 10px;
    display: inline-block;
    font-size: 15px;
/*     height: 25px; */
    line-height: 18px;
    width: 50px;
}

.article-vote-up:hover:before {
  	background: #216f47;
  	color: #fff !important;
}

.article-vote-up[aria-selected=true]:before {
  	background: #216f47;
  	color: #fff !important;
}

.article-vote-down[aria-selected=true]:before {
  	background: #216f47;
  	color: #fff !important;
}

.article-vote-up:active, .article-vote-up:visited {
  	background: #216f47;
  	color: #fff !important;
  	border-radius: 1.5em;
}

.article-vote-down:active, .article-vote-down:visited {
  	background: #216f47;
  	color: #fff !important;
  	border-radius: 1.5em;
}

.article-vote-up:active:before {
  	background: #216f47;
  	color: #fff !important;
  	border-radius: 1.5em;
}

.article-vote-down:active:before {
  	background: #216f47;
  	color: #fff !important;
  	border-radius: 1.5em;
}

.article-vote-down:hover:before {
  	background: #216f47;
  	color: #fff !important;
  	border-radius: 1.5em;
}

.article-vote-down:active, .article-vote-down:visited {
  	background: #216f47;
  	color: #fff !important;
  	border-radius: 1.5em;
}

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

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

.article-vote-voted:before, .vote-voted:hover:before {
    border-color: $color_4;
}

.article-vote-label {
  	margin-top: 3em;
}

/* End Was this article helpful */




.header-logo img {
    width: 100px;
}

.header-right h2 {
    cursor: pointer;
}



header.header {
    position: relative;
}


header.header:before {
    content: '';
    background: #282828;
    width: 1000%;
    height: 100%;
    position: absolute;
    left: -130%;
}

.header-logo {
    position: relative;
}
.header-right h2 {
    position: relative;
    color: #fff;
    border-color: #fff;
    line-height: 1.7;
    letter-spacing: 0;
}

.nav-wrapper a:link, .nav-wrapper a:visited, .nav-wrapper a:focus, .nav-wrapper a:active {
    color: #fff;
      border-color: #fff;
}

.dropdown-menu [role="menuitem"] {
    color: #333 !important;
}
section.section.hero-category {
    height: 400px;
}

section.section.hero-category:before {
       content: '';
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(180deg,rgba(15, 19, 35, 0.4) 0,transparent 100%);
    height: 100%;
}


.header-right h2 {
    cursor: pointer;
      font-weight: 500;
      font-size: 17px;
}

#user .dropdown-toggle {
    border-color: #fff;
}span#user-name {
    color: #fff;
}.btn.with-image.dropdown-toggle:After {
    color: #fff;
}
.hero-inner h2 {
    font-size: 37px;
        font-weight: 600;

}
.search input[type="submit"] {
    background: #FC4C02;
}
li.blocks-item-category {
    width: 220px;
    height: 175px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 0 0px;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 5px;
}

.category-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

h4.blocks-item-title-category-text {
    color: #646777;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

a.submit-a-request {
    background: #FC4C02 !important;
}






.footer {
    display: flex;
    background-color: #1d242a;
    min-height: 170px;
    box-sizing: border-box;
}

.footer-nav-list,
.footer-social-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav-list {
    display: flex;
}

.footer-social-list {
    display: flex;
    justify-content: space-between;
}

.footer-social-item {
    text-align: center;
}

.facebook-icon:hover {
    background-color: #3b5998;
}

.twitter-icon:hover {
    background-color: #55acee;
}

.youtube-icon:hover {
    background-color: var(--youtube-icon-color);
}

.instagram-icon:hover {
    background-color: #4c68d7;
}

.footer-nav-link {
    color: #f0f0f0;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    margin: 0 10px;
}

.footer-nav-link:hover {
    color: #4d555c;
} 

.footer-nav-item:not(:first-child)::before {
    content: "|";
}

.footer-nav-item {
    color: #f0f0f0;
}

.footer-social-link {
      color: #f0f0f0;
    background-color: #4d555c;

    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: block;
    line-height: 45px;
}

@media (max-width: 1025px) {
    .footer {
        flex-flow: column wrap;
        justify-content: center;
    }

    .footer-nav-wrapper {
        order: 2;
    }

    .footer-social-wrapper {
        order: 1;
        margin-bottom: 25px;
    }

    .footer-nav-list {
        justify-content: center;
        flex-flow: row wrap;
        margin: 0;
    }

    .footer-social-list {
        justify-content: center;
        padding: 0;
        margin: 0;
    }

    .footer-nav-item {
        padding: 0;
    }

    .footer-nav-link {
        font-size: 12px;
    }

    .footer-social-item {
        padding: 0 10px;
    }
}

@media (min-width: 500px) {
    .footer {
        padding: 35px 20px 35px;
    } 
}
 
@media (min-width: 1025px) {
    .footer {
        padding: 27.5px 50px 27.5px;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        min-height: 100px;
    }

    .footer-nav-wrapper,
    .footer-social-wrapper {
        min-width: 175px;
    }

    .footer-nav-wrapper {
        flex: 1 1 auto;
    }

    .footer-nav-list {
        justify-content: center;
    }

    .footer-nav-split {
        padding: 0 30px;
    }
}



.section-articles {
}

.articles-inner {
    max-width: 1160px;
    margin: 0 auto;
}

.panel-group {
    padding: 15px 0 75px 0;
}

.panel-one {
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    margin: 5px 0;
}

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

.panel-one a:hover .article-item-left h3 {
}

.article-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none;
}

.article-item:hover {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
}

.article-item-right {
    margin: 0 30px;
}

.article-item-left {
  padding-left: 35px;
}

.article-item-left h3 {
    color: #3f435a;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.article-item-arrow {
    width: 15px;
    height: 10px;
}


.section-articles {
}

.articles-inner {
    max-width: 1160px;
    margin: 0 auto;
}

.panel-group {
    padding: 15px 0 75px 0;
}

.panel-one {
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    margin: 5px 0;
}

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

.article-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none;
}

.article-item:hover {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
}

.article-item-right {
    margin: 0 30px;
}

.article-item-left {
  padding-left: 35px;
}

.article-item-left h3 {
    color: #3f435a;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.article-item-arrow {
    width: 15px;
    height: 10px;
}
section.section.hero-category {
    position: relative;
}

.article-votes {
    padding: 20px 0;
    text-align: center;
}

.article-votes > * {
    padding: 10px 0;
}

h1.article-title {
    color: #47525d;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    text-transform: uppercase;
}

.result-tile {
    background: #fff;
}

.container.submit-page {
    padding-top: 30px;
}

div#upload-dropzone {
    background: #fff;
}

.panel-one a:hover .article-item-left h3,a.result-link:hover .search-result-title {
    color: #fc4c02;
}
section.categories.blocks {
    margin-left: -5px;
    margin-right: -5px;
}

input#query {
    font-weight: 400;
}


/*

.fixed header.header {
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}

.fixed section.section.hero-category {
    margin-top: 79px;
}

div#preview-bar-container {
    position: fixed;
    z-index: 99999999;
}


header.header {
    transition: all 300ms ease;
}
*/

.blocks-item-img-category img {
    height: 60px;
}

.blocks-item-img-category {
    padding-top: 35px;
}

li.blocks-item-category {
    position: relative;
}

li[desc="NEW"].blocks-item-category:before, li[desc="new"].blocks-item-category:before {
    content: attr(desc);
    position: absolute;
    right: 0;
    background: #55a742;
    color: #fff;
    padding: 5px 7px;
    text-transform: lowercase;
    font-weight: bolder;
    font-size: 11px;
    line-height: 1;
    pointer-events: none;
}







@media screen and (max-width: 800px) {

form.search.search-full {
    max-width: 100%;
    width: 100%;
    border: 0px solid red;
}

section.section.hero-category {
    padding: 0 10px !important;
    width: 100%;
    box-sizing: border-box;
}

input#query {
    max-width: 100%;
    width: 100%;
    border: 0px solid darkgreen;
}

.hero-inner {
    width: 100%;
}

header.header {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.header-logo {
    padding-right: 5px;
}

.header-logo img {
    width: 17vw;
}

.header-right h2 {
    font-size: 15px;
    padding-left: 5px;
}

nav#user-nav {position: static;}

ul.blocks-list-category {
    justify-content: center;
    padding: 20px;
}

a.login,a.submit-a-request {
    padding: 0 5px;
    width: unset;
    min-width: unset;
    display: inline-block;
    border: none;
    background: transparent !important;
}

nav#user-nav {
    display: flex;
}

main {
    padding: 10px;
}
nav#user-nav>a {
    padding: 3px;
    margin: 0;
}

.hero-inner h2 {
    font-size: 25px;
    line-height: 30px;
  }
  
  .article-page-body {
    /* max-width: 90vw; */
}

.article-page-body>* {
    max-width: 100% !important;
    width: unset !important;
    box-sizing: border-box;
}

.article-page-body a {
    display: inline-block;
    width: unset;
    max-width: 100%;
    word-break: break-all;
}
  
  .article-item-right {
 }
  
  .article-item-left {
    padding-left: 0;
}

.article-item-right {
    margin: 0;
    padding-right: 0px;
    padding-left: 10px;
}

.panel-one a {
    padding: 5px 15px;
    box-sizing:x border-box;
      height: unset;
      min-height: 60px;
      box-sizing: border-box;
}

.article-item-left h3 {
    font-size: 16px;
}
  .container-category.ccdvdre {
    display: flex;
    flex-direction: column-reverse;
}

ul.blocks-list-category {
    overflow-x: hidden;
}

  
  
}


.form-field.string.request_custom_fields_360010636479 {
    display: none;
    visibility: hidden;
    opacity: 0;
}

ul.key-articles li {flex: 1;justify-content: space-between;
  flex: 1 0 100px;margin: 0 5px;
  max-width: 210px;
  overflow-y: hidden;
}

ul.key-articles {
    display: flex;
    list-style: none;
    margin: 20px -5px;
    padding: 5px 0;
    margin-bottom: 0;
}

ul.key-articles a {
    color: #fff;
    padding: 13px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: block;
    /* max-height: 20px; */
    /* overflow-y: hidden; */
    /* line-height: 23px; */
    text-align: center;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
      font-weight: 600;
}

ul.key-articles a:hover {
    text-decoration: none;
}

form.search.search-full {
    min-height: 55px;
}

.hero-inner {
    transform: translateY(-50%);
}

ul.key-articles a {
    color: #fff;
      background: #FC4C02;
      text-decoration: unset;
      font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: -0.5px;
}
.hero-inner {
    max-width: 820px;
}

form.search.search-full {
    width: 100%;
}

.search input[type="search"] {
    width: 100%;
}

section.section.knowledge-base {
    position: relative;
}

.my-hp section.section.knowledge-base:before {
    content: '';
    background: #282828;
    width: 1000vw;
    height: calc(100% + 80px);
    position: absolute;
    left: -50vw;
    top: 0px;
}



.my-hp a {
  text-decoration: none;
}
.my-hp a:hover {
  text-decoration: none;
}
.my-hp ul {
  margin: 0;
  padding: 0;
}
.my-hp ::placeholder {
  color: #ccc;
}
.my-hp a {
  color: #337ab7;
  text-decoration: none;
}
.my-hp a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.my-hp .knowledge-base:after {
  display: block;
  clear: both;
  visibility: hidden;
}
.my-hp .knowledge-base ul li {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.my-hp .knowledge-base ul li a {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.my-hp ul.blockslist {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 50px 0;
  margin: 0 -15px;
  flex-wrap: wrap;
  list-style: none;
}
.my-hp li.blocksitem {
  flex: 1 0 180px;
  margin: 15px;
}
.my-hp section.categories.blocks {
  max-width: 1460px;
  margin: 0 auto;
  max-width: 90vw;
}
.my-hp ul.blockslist ul {
  list-style: none;
}
.my-hp .knowledge-base ul li a {
  position: static;
}
.my-hp span.blocksitem-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 18px;
  display: block;
}
.my-hp ul.articlelist a {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  display: block;
  padding-right: 24px;
  position: relative;
}
.my-hp li.articlelist-item {
  padding: 8px 0;
}
.my-hp a.seeall-articles {
  display: block;
  margin-top: 15px;
}
.my-hp li.blocksitem:last-child {
  display: block;
}
.my-hp span.blocksitem-title {
  font-size: 17px;
  font-weight: 900;
}
.my-hp a.seeall-articles {
  text-decoration: underline;
  color: #1100FF;
  font-size: 15px;
}
.my-hp a.articlelist-link {
  /* color: #494E54 !important; */
  font-weight: 400 !important;
  font-size: 16px !important;
}
.my-hp li.articlelist-item {
  padding: 12px 0px;
}
.my-hp li.articlelist-item:nth-child(n+6) {
  display: none;
}
.my-hp a.articlelist-link {
  position: relative;
}
.my-hp ul.blockslist > li:last-child a.articlelist-link {
  padding-right: 22px;
  box-sizing: border-box;
  padding-right: 30px;
}
.my-hp span.blocksitem-title {
  text-align: left;
  opacity: 1;
}
.my-hp .knowledge-base ul li a.articlelist-link {
  font: normal normal normal 14px/23px;
  opacity: 1;
}
.my-hp a.seeall-articles {
  text-align: left;
  text-decoration: underline;
  letter-spacing: 1.46px;
  color: #000;
  text-transform: uppercase;
  opacity: 1;
  font-size: 11px;
}
.my-hp .knowledge-base ul li a.articlelist-link {
  font-size: 14px !important;
}
.my-hp span.blocksitem-title {
  display: flex;
  align-items: center;
}
.my-hp ul.blockslist > li:last-child a.articlelist-link:after {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 998px) {
  .my-hp ul.blockslist > li:last-child {
    padding-left: 0;
  }
  .my-hp span.blocksitem-title {
    margin-bottom: 5px;
  }
  .my-hp .knowledge-base ul li.blocksitem {
    margin-bottom: 30px;
  }
}
.my-hp .knowledge-base ul li a {
  /* color: #000; */
  line-height: 1.4;
}
.my-hp span.blocksitem-title {
  min-height: 46px;
}
.my-hp .blocksitem-title a {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.5px;
  /* color: #434b5b!important; */
  background: transparent !important;
}
.my-hp span.blocksitem-title .material-icons {
  min-height: unset;
  width: 28px;
  font-size: 27px;
  margin-right: 10px;
  color: #fff;
}
.my-hp .knowledge-base ul li a.articlelist-link {
  background: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  /* color: #434b5b !important; */
  text-align: left;
}
.my-hp ul.blockslist {
  padding-bottom: 200px;
}
@media screen and (max-width: 998px) {
  .my-hp ul.blockslist {
    padding-bottom: 20px;
  }
}
.my-hp .knowledge-base ul li a {
  background: transparent;
  color: #fff;
}
.my-hp .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/*! CSS Used fontfaces */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v138/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
}









.article-votes {
  display: none !important;
}









.new-article h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.new-article a {
  background-color: transparent;
}
.new-article strong {
  font-weight: bolder;
}
.new-article small {
  font-size: 80%;
}
.new-article button, .new-article input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.new-article button, .new-article input {
  overflow: visible;
}
.new-article button {
  text-transform: none;
  -webkit-appearance: button;
}
.new-article [type=button] {
  -webkit-appearance: button;
}
.new-article button::-moz-focus-inner, .new-article [type=button]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.new-article button:-moz-focusring, .new-article [type=button]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.new-article [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.new-article * {
  box-sizing: border-box;
}
.new-article h1, .new-article h2, .new-article h3 {
  margin-top: 0;
}
.new-article h1 {
  font-size: 32px;
}
.new-article h2 {
  font-size: 22px;
}
.new-article h3 {
  font-size: 18px;
  font-weight: 600;
}
.new-article a {
  color: #1F73B7;
  text-decoration: none;
      color: #FC4C02 ;
}
.new-article a:hover, .new-article a:active, .new-article a:focus {
  text-decoration: underline;
}
.new-article input {
  color: #000;
  font-size: 14px;
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
}
.new-article input:not([type=checkbox]) {
  outline: none;
}
.new-article input:not([type=checkbox]):focus {
  border: 1px solid #003367;
}
.new-article.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1160px) {
  .new-article.container {
    padding: 0;
    width: 90%;
  }
}
.new-article ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.new-article .button, .new-article .article-subscribe button {
  background-color: transparent;
  border: 1px solid #003367;
  border-radius: 4px;
  color: #003367;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}
@media (min-width: 768px) {
  .new-article .button, .new-article .article-subscribe button {
    width: auto;
  }
}
.new-article .button:visited, .new-article .article-subscribe button:visited, .new-article .button:hover, .new-article .article-subscribe button:hover, .new-article .button:active, .new-article .article-subscribe button:active, .new-article .button:focus, .new-article .article-subscribe button:focus {
  background-color: #003367;
  color: #FFFFFF;
  text-decoration: none;
}
.new-article .breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}
.new-article .breadcrumbs li {
  color: #5a6d7c;
  display: inline;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-article .breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}
.new-article .breadcrumbs li a:visited {
}
@media (min-width: 768px) {
  .new-article .breadcrumbs {
    margin: 0;
  }
}
.new-article .search-container {
  position: relative;
}
.new-article .search {
  border-color: #ddd;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
}
.new-article .search input[type=search], .new-article .search .clear-button {
  background-color: #fff;
  border-radius: 30px;
  border: none;
}
.new-article .search input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #666;
  flex: 1 1 auto;
  height: 40px;
  width: 100%;
}
.new-article .search input[type=search]:focus {
  color: #555;
}
.new-article .search .clear-button {
  align-items: center;
  box-sizing: border-box;
  color: #777;
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 15px;
}
.new-article .search .clear-button:hover {
  background-color: #003367;
  color: #fff;
}
.new-article .search .clear-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #003367;
}
.new-article [dir=ltr] .search input[type=search] {
  padding-left: 40px;
  padding-right: 20px;
}
.new-article [dir=ltr] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
.new-article [dir=ltr] .search .clear-button:focus {
  border-left-color: #003367;
}
.new-article .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;
}
.new-article .sub-nav {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: space-between;
  margin-bottom: 55px;
}
.new-article .sub-nav .breadcrumbs {
  margin: 0;
}
.new-article .sub-nav .search-container {
  max-width: 300px;
  width: 100%;
}
.new-article .sub-nav input[type=search]::after {
  font-size: 15px;
}
@media (min-width: 768px) {
  .new-article .sub-nav {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .new-article .sub-nav .search-container {
    flex: 0 1 300px;
  }
}
.new-article .article {
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .new-article .article {
    flex: 1 0 80%;
    max-width: 80%;
    min-width: 640px;
    padding: 0 30px;
    padding-left: 40px;
    padding-right: 0;
  }
}
.new-article .article-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .new-article .article-container {
    flex-direction: row;
  }
}
.new-article .article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .new-article .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}
.new-article .article-author {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .new-article .article-title {
    flex-basis: 100%;
    padding-top: 0;
  }
}
.new-article .article-info {
  max-width: 100%;
}
.new-article .article-meta {
  display: inline-block;
  vertical-align: middle;
}
.new-article .article-body a {
  color: #1F73B7;
  text-decoration: underline;
      color: #FC4C02;
}
.new-article .article-body a:visited {
}
.new-article .article-body a:hover, .new-article .article-body a:active, .new-article .article-body a:focus {
}
.new-article .article-body ul, .new-article .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
.new-article .article-body ul {
  list-style-type: disc;
}
.new-article .article-body > p:last-child {
  margin-bottom: 0;
}
.new-article .article-content {
  /* line-height: 1.6; */
  margin: 40px 0;
  word-wrap: break-word;
}
.new-article .article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.new-article .article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .new-article .article-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}
.new-article .article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.new-article .article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}
.new-article .article-relatives > *:last-child {
  padding: 0;
}
@media (min-width: 768px) {
  .new-article .article-relatives {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .new-article .article-relatives > * {
    padding-right: 20px;
  }
}
.new-article .article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}
.new-article .article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}
.new-article .article-return-to-top {
  border-top: 1px solid #ddd;
}
.new-article .article-return-to-top a {
  color: #2F3941;
  display: block;
  padding: 20px 0;
}
.new-article .article-return-to-top a:hover, .new-article .article-return-to-top a:focus {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .new-article .article-return-to-top {
    display: none;
  }
}
.new-article .article-return-to-top-icon {
  transform: rotate(0.5turn);
}
.new-article .sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
}
.new-article .sidenav-item {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
}
.new-article .recent-articles li, .new-article .related-articles li {
  margin-bottom: 15px;
}
.new-article .share {
  padding: 0;
  white-space: nowrap;
}
.new-article .share li, .new-article .share a {
  display: inline-block;
}
.new-article .share li {
  height: 25px;
  width: 25px;
}
.new-article .share a {
  color: #5a6d7c;
}
.new-article .share a:hover {
  text-decoration: none;
  color: #003367;
}
.new-article .share a svg {
  height: 18px;
  width: 18px;
  display: block;
}
.new-article .comment-heading, .new-article .recent-articles-title, .new-article .related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}
.new-article .comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.new-article .comment-overview p {
  margin-top: 0;
}
.new-article .comment-callout {
  color: #5a6d7c;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}
.new-article .collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .new-article .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}
.new-article .collapsible-sidebar-title {
  margin-top: 0;
}
.new-article .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) {
  .new-article .collapsible-sidebar-toggle {
    display: none;
  }
}
.new-article .collapsible-sidebar-toggle-icon {
  display: none;
}
.new-article .collapsible-sidebar-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.new-article .collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid #003367;
}
.new-article .collapsible-sidebar-body {
  display: none;
}
@media (min-width: 1024px) {
  .new-article .collapsible-sidebar-body {
    display: block;
  }
}
.new-article .meta-group {
  display: block;
}
.new-article .meta-group * {
  display: inline;
}
.new-article .meta-data {
  color: #5a6d7c;
  font-size: 13px;
}
.new-article .meta-data:not(:last-child)::after {
  content: "·";
  margin: 0 5px;
}
.new-article a {
  transition: 0.3s;
}
.new-article input#query {
  border-radius: 3px;
  height: 50px;
  border: none !important;
  font-size: 17px;
}
.new-article input#query:focus, .new-article input#query:active {
  border: none !important;
  outline: none !important;
}
.new-article nav.sub-nav .search-container {
  display: none;
  display: none;
}
.new-articlemain > .container {
  margin-top: -85px;
  position: relative;
  background: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
}
.new-article input#query {
  background: rgba(255, 255, 255, 0.8);
}
.new-article input#query:focus {
  background: #fff;
}
.new-article.container {
  box-shadow: 0px 10px 20px -10px rgba(4, 4, 5, 0.3);
  padding-bottom: 30px;
}
.new-article div#article-comments, .new-article .article-votes, .new-article .article-subscribe {
  display: none;
}
 .container {
  max-width: 1300px;
}
main > .container:not(.hp-main) {
  padding: 30px 35px;
  padding-bottom: 50px;
}
.new-article input#query {
  border-radius: 10px;
}
.new-article.container {
  border-radius: 10px !important;
}
 main .container {
  width: unset;
}
 main > .container:not(.hp-main) {
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.new-article button.clear-button, .new-article .article-votes {
  display: none !important;
}

.container.new-article {
    margin-top: -30px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.article-body p {
    margin-bottom: 0;
}
header.article-header {
    margin-bottom: 10px !important;
}


.article-content {
    margin-top: 20px !important;
}

.article-body img {
    max-width: 100%;
}

.my-hp .knowledge-base ul li a:hover {
    text-decoration: none;
}

.my-hp .knowledge-base ul li a {
    font-size: 18px;
    line-height: 1.1;
      text-align: left;
}

.my-hp span.blocksitem-title {
    min-height: 50px;
box-sizing: border-box;
}


section.section.hero-category:before {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.59) 0%, rgba(0,0,0,0.5) 90%);
}



@media all {
  .my-footer *, .my-footer :after, .my-footer :before {
    box-sizing: inherit;
  }
  .my-footer a:hover {
    cursor: pointer;
  }
  .my-footer .row {
    width: 100%;
  }
  .my-footer .row {
    margin: 0 auto;
    max-width: 80rem;
  }
  .my-footer .row:after, .my-footer .row:before {
    content: " ";
    display: table;
  }
  .my-footer .row:after {
    clear: both;
  }
  .my-footer .columns {
    float: left;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    width: 100%;
  }
  .my-footer .columns + .columns:last-child {
    float: right;
  }
}
@media only screen {
  .my-footer .columns {
    float: left;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    position: relative;
  }
  .my-footer .small-16 {
    width: 100%;
  }
}
@media only screen and (min-width: 40.063em) {
  .my-footer .columns {
    float: left;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    position: relative;
  }
  .my-footer .medium-6 {
    width: 37.5%;
  }
  .my-footer .medium-10 {
    width: 62.5%;
  }
}
@media only screen and (min-width: 64.063em) {
  .my-footer .columns {
    float: left;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    position: relative;
  }
  .my-footer .large-6 {
    width: 37.5%;
  }
  .my-footer .large-10 {
    width: 62.5%;
  }
}
@media only screen and (min-width: 90.063em) {
  .my-footer .columns {
    float: left;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    position: relative;
  }
}
@media only screen and (min-width: 120.063em) {
  .my-footer .columns {
    float: left;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
    position: relative;
  }
}
@media all {
  .my-footer .text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 40em) {
  .my-footer .small-only-text-center {
    text-align: center !important;
  }
}
@media all {
  .my-footer div {
    margin: 0;
    padding: 0;
  }
}
@media all {
  .my-footer a {
    color: #008cba;
    line-height: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
}
@media all {
  .my-footer a:focus, .my-footer a:hover {
    color: #0078a0;
  }
}
@media print {
  .my-footer * {
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  .my-footer a, .my-footer a:visited {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  .my-footer a[href]:after {
    content: " (" attr(href) ")";
  }
}
@media all {
  .my-footer .full-width.row {
    max-width: 100%;
  }
}
@media all {
  .my-footer .padding-right-small {
    padding-right: 0.3125rem !important;
  }
}
@media all {
  .my-footer .padding-top-medium {
    padding-top: 0.9375rem !important;
  }
}
@media all {
  .my-footer .padding-bottom-medium {
    padding-bottom: 0.9375rem !important;
  }
}
@media all {
  .my-footer .padding-left-medium {
    padding-left: 0.9375rem !important;
  }
}
@media all {
  .my-footer .border-top {
    border-top: 1px solid #e3e8e9 !important;
  }
}
@media all {
  .my-footer a {
    transition: color 0.2s ease;
  }
}
@media all {
  .my-footer a:link, .my-footer a:visited {
    color: #22b9b0;
  }
}
@media all {
  .my-footer a:active, .my-footer a:hover {
    color: #149a97;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
}
@media all {
  .my-footer div {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.875rem;
    line-height: 1.45;
  }
}
@media all {
  .my-footer .footer--site {
    margin-bottom: 0;
    transition: margin-bottom 1s;
    transition-delay: 1s;
    width: 100%;
    z-index: 1000;
  }
}
@media all {
  .my-footer .footer--site .force-min-height {
    min-height: 50px;
  }
}
@media all {
  .my-footer .footer--site .display-flex-container {
    align-items: center;
    display: flex;
  }
}
@media all {
  .my-footer .footer--site .display-flex-container.flex-end {
    justify-content: flex-end;
  }
}
@media all {
  .my-footer .footer--site .display-flex-container.flex-start {
    justify-content: flex-start;
  }
}
@media all {
  .my-footer .footer--site .helper-links a {
    font-size: 12px;
    margin-right: 1rem;
    opacity: 1;
    white-space: nowrap;
  }
}
@media all {
  .my-footer .footer--site a:hover {
    opacity: 0.5;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .my-footer .footer--site .helper-links a {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .my-footer .footer--site {
    bottom: auto;
    display: block;
    left: auto;
    position: relative;
  }
  .my-footer .footer--site .display-flex-container {
    display: block;
  }
  .my-footer .footer--site .force-min-height {
    min-height: 0;
  }
  .my-footer .footer--site .helper-links {
    margin-right: 0.5rem;
    text-align: center;
  }
  .my-footer .footer--site .vhx-link {
    padding-top: 0;
  }
}
@media all {
  .my-footer a {
    transition: color 0.2s ease;
  }
  .my-footer a:link, .my-footer a:visited {
    color: #22b9b0;
  }
  .my-footer a:active, .my-footer a:hover {
    color: #149a97;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
  .my-footer div {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.875rem;
    line-height: 1.45;
  }
  .my-footer .row.full-width {
    max-width: 100%;
  }
  .my-footer *, .my-footer :after, .my-footer :before {
    box-sizing: inherit;
  }
  .my-footer a {
    color: #16b7af;
    outline: none !important;
  }
  .my-footer a:hover {
    color: #fff;
  }
  .my-footer a:focus {
    outline: 1px solid red;
  }
  .my-footer .text-right {
    text-align: right;
  }
  .my-footer .padding-top-medium {
    padding-top: 1em;
  }
  .my-footer .padding-bottom-medium {
    padding-bottom: 1em;
  }
  .my-footer .padding-left-medium {
    padding-left: 1em;
  }
  .my-footer .padding-right-small {
    padding-right: 0.5em;
  }
  .my-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.my-footer .site-background-color {
  background-color: #141414 !important;
}
.my-footer .site-border-color {
  border-color: #323232 !important;
}
.my-footer .site-font-secondary-color {
  color: #bebebb !important;
}

.my-footer .footer--site .display-flex-container.flex-start {
    flex-wrap: wrap;
}

 .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
h4.blocks-item-title-category-text {
    text-decoration: none !important;
    position: relative;
    top: -9px;
}

a.blocks-item-link-category {
    text-decoration: none;
}

.blocks-list-category span.material-icons {
    font-size: 36px;
    color: #FC4C02;
    position: relative;
    top: -10px;
}

li.cccc.blocks-item-category {
    padding-top: 40px;
}

li.cccc.blocks-item-category {
    height: 130px;
}

h4.blocks-item-title-category-text {
    text-transform: initial;
}

span.blocksitem-title {
    cursor: pointer;
}

a.seeall-articles {
    font-size: 12px !important;
}

.my-footer {
    position: relative;
}
.my-footer ul {
    padding-left: 0;
}
.collapsible-sidebar[aria-expanded="true"]>div {
    display: block;
    max-height: unset;
    overflow: visible;
}

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

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

button.collapsible-sidebar-toggle:focus {
    outline: none;
  border: none !important;
}

span.blocksitem-title {
    border: none;
}
.header-logo a {
    display: flex;
}

.header-right h2 {
    line-height: 1.2;
    border-width: 2px;
}
span.blocksitem-title div {
    display: flex;
    /* width: 50px; */
    height: 100%;
    /* justify-content: center; */
    padding-left: 15px;
    margin-right: 15px;
    align-items: center;
}

span.blocksitem-title div img {
    height: 35px;
}
section.knowledge-base.categories.blocks {
    margin: 40px 5px 0px;
}
.panel-one {
    margin-bottom: 17px;
}

input#query:focus-visible {
    outline: none;
}

.my-footer ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
}

.my-footer li {
    margin: 10px;
}

.my-footer {
    background: #1E2329;
    padding: 15px;
}

.my-footer li a {
    color: #fff !important;
}

span.blocksitem-title:before {
  content: '';
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}span.blocksitem-title:hover:before {
  content: '';
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fc4c02;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

span.blocksitem-title {
    position: relative;
    min-height: 40px !important;
}

span.blocksitem-title div {
}

span.blocksitem-title a {
    text-align: center;
}

.xxsec.my-hp .knowledge-base ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: -0.2px;
}




/* tablet */
@media screen and (max-width: 1024px) {

section.section.hero-category {
    height: 300px;
}

ul.key-articles {
    flex-wrap: wrap;
    margin-top: 7px;
    margin-left: -7px;
    margin-right: -7px;
}

ul.key-articles li {
    margin-bottom: 15px;
    flex: 1 0 35%;
    max-width: calc(50% - 14px);
    margin: 7px 7px;
}
  .hero-inner h2 {
    margin-bottom: 0px;
}main {
    padding-top: 0;
}a.seeall-articles {
    font-size: 13px !important;
}.panel-group {
    padding-bottom: 0px;
}
  .result-tile {
    box-sizing: border-box;
}

.section-search-results-inner {
    width: unset;
}
  .new-article h1 {
    line-height: 1.2;
    padding: 0;
    font-size: 27px;
    padding-bottom: 10px;
}
  
.header-right {
    width: 100%;
    justify-content: center;
}

.header-right h2 {
    margin: 0;
    margin-left: 5px;
}
  .my-hp .knowledge-base ul li a {
    text-align: left;
}
.my-hp li.blocksitem {
    flex: 1 0 10%;
    margin: 10px;
}
  
}



/* mobile */
@media screen and (max-width: 766px) {
.my-hp .knowledge-base ul li.blocksitem {
    width: 100%;
    flex: 1 0 52%;
}

.my-hp .knowledge-base ul li {
    padding: 3px 0;
}

.my-hp .knowledge-base ul li a.articlelist-link {
    padding: 0;
}

.my-hp span.blocksitem-title {
    margin-bottom: 0;
}
 .my-footer ul {
    flex-wrap: wrap;
}

.my-footer li {
    margin: 2px 8px;
}
.my-hp .knowledge-base ul li.blocksitem {
    margin-bottom: 15px;
}
  
  .category-inner.my-hp.xxsec li {
    margin: 0;
    margin-bottom: 0 !important;
    padding: o !important;
}

section.knowledge-base.categories.blocks {
    margin: 0;
    margin-bottom: 10px;
    margin-right: 0 !important;
    max-width: unset;
}
  
}

.category-inner.my-hp.xxsec span.blocksitem-title {
    background: #FC4C00;
    padding: 10px 5px;
    color: #fff !important;
}

.category-inner.my-hp.xxsec span.blocksitem-title a {
    color: #fff;
}

a.submit-a-request.date.date-new {
    max-width: 250px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    background: #fc4c02 !important;
    color: #fff !important;
    font-size: 17px;
    border-color: #fff;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
}


.sub-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    margin-top: 30px;
}

.sub-btns a {
    margin: 0 !important;
    margin: 0 10px !important;
}
 



@media (max-width: 768px) {

.sub-btns {
    margin-left: -5px;
    margin-right: -5px;
    flex-direction: column;
}

.sub-btns a {
    line-height: 1.1;
}

.sub-btns a {
    margin: 5px !important;
}

}

.form-field.request_custom_fields_15305444276380 {
    display: none !important;
}


.request_ticket_form_id{
     display:none;
}

.attachments{
     display:none;
}