.coh-container-boxed.custom-container-wrap {
  margin: 0 auto;
  max-width: 92rem;
  padding: 0 16px;
  width: 100%;
}

.menu-container.coh-style-menu-container .coh-get-in-touch .coh-get-in-touch-button:after {
  display: none;
}

.search-block {
  height: 272px;
  background: #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}

.search-block h2 {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 32px;
}

.search-wrap input {
  width: 100%;
  height: 56px;
  border-radius: 48px;
  background: #fff;
  padding: 8px 8px 8px 28px;
  border: none;
  font-size: 20px;
  font-weight: 300;
}
.search-wrap input:focus {
    border: 2px solid #E00083;
    border-radius: 50px;
}
.search-wrap input::placeholder {
    color: #979797;
}

.search-wrap {
  max-width: 646px;
  width: 100%;
  position: relative;
}

.search-wrap .search-icon img {
  max-width: 30px;
    width: 30px;
    height: 30px;
}

.search-wrap .search-icon {
  height: 44px;
  width: 44px;
  position: absolute;
  right: 5px;
  top: 5px;
  background: #000;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-container.coh-style-menu-container .coh-get-in-touch .coh-get-in-touch-button {
  border-radius: 56px;
  background: #E00083 !important;
  display: flex;
  padding: 12px 20px;
  font-size: 16px;
  height: auto;
  min-width: auto;
}

.white-bg.coh-ce-cpt_planet_header-805a5683 .coh-get-in-touch {
  filter: unset;
  margin-left: 26px;
}


.links-listing-block h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
}

.links-listing-block ul li,
.sidebar-block .links-listing-block .views-row {
  list-style: none;
  margin: 13px 0;
}

.links-listing-block ul li a,
.sidebar-block .links-listing-block .views-row a,
.sidebar-block .links-listing-block header a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  padding: 5px 0 5px 12px;
  display: block;
  transition: 0.3s all;
  border-left: 2px solid transparent;
  color: black;
}

.sidebar-block .links-listing-block {
  padding: 0;
}

.sidebar-block .links-listing-block .views-row a.active,
.links-listing-block ul li a.active {
  border-color: rgba(224, 0, 131, 1);
}

.links-listing-block ul {
  padding: 0;
  margin-top: 15px;
}

.links-listing-block ul li a:hover,
.sidebar-block .links-listing-block .views-row a:hover {
  color: rgba(224, 0, 131, 1);
}

.menu-container .coh-container.cta-wrapper {
  display: flex;
  align-items: center;
}

.cards-grid .card-wrap {
  border: 1px solid rgba(209, 209, 209, 1);
  border-radius: 8px;
  padding: 24px;
}
.cards-grid .card-wrap img {
    margin-bottom: 25px;
}
.cards-grid .card-wrap h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-left: 4px solid rgba(224, 0, 131, 1);
  padding: 3px 0 3px 15px;
  margin-bottom: 10px;
}

.cards-grid .card-wrap h4, .cards-grid .card-wrap h4 a {
  font-size: 24px;
  color: #202020;
  font-weight: 600;
  margin-bottom: 15px;
}

.cards-grid .card-wrap p {
  color: rgba(32, 32, 32, 1);
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.cards-grid .card-wrap .btn-row {
  margin-top: 20px;
  float: left;
}
.cards-grid .card-wrap .btn-row:last-child {
    float: left;
    margin-top: 18px;
}
.cards-grid .card-wrap .btn-row + .btn-row {
  margin-left: 0;
  float: right;
}
.cards-grid .card-wrap .btn-row:last-child a.download-btn img {
    margin-bottom: 0;
}
body .btn-black {
  background: rgba(32, 32, 32, 1);
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 46px;
}

body .download-btn {
  text-decoration: none;
  color: rgba(0, 113, 222, 1);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  padding: 12px 0px;
  align-items: center;
  gap: 8px;
}

.main-info-wrap {
  padding: 35px 0 60px;
}

.coh-row-inner.main-info-wrap, .coh-container.main-info-wrap {
  padding-top: 70px;
  max-width: 1280px;
    margin: auto;
}

.cards-grid .card-wrap .icon-row {
  margin-bottom: 25px;
}

.cards-grid .card-wrap .icon-row img {
  max-width: 36px;
}

.cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.need-help {
  border-radius: 8px;
  border: 1px solid #D1D1D1;
  background: #000;
  display: flex;
  width: 280px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 24px;
}

.browse-product {
  border-radius: 8px;
  border: 1px solid #D1D1D1;
  background: #FFF;
  display: flex;
  width: 280px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 24px;
}

.need-help img[alt="audible-icon"],
.browse-product img[alt="bulb-icon"] {
  width: 35px;
  height: 35px;
}

.need-help * {
  color: #fff;
}

.browse-product * {
  color: #000;
}

.need-help h4,
.browse-product h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.need-help p,
.browse-product p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.need-help a,
.browse-product a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 27.49px;
  padding: 6px 0;
}

.need-help a {
  color: #fff;
}

.browse-product a {
  color: #000;
}

.need-help a img[alt="angle-right"],
.browse-product a img[alt="angle-right"] {
  width: 9.01px;
  height: 17.01px;
}

.sidebar-block h6  {
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 28px;
}
.sidebar-block h6 a {
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;

}

.see-more {
  margin-bottom: 30px;
  padding-left: 16px;
}

.see-more a {
  display: flex;
  align-items: center;
  gap: 23.49px;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #0071DE;
}

.see-more a img {
  width: 17.01px;
  height: 9.01px;
  object-fit: contain;
}

.product-heading-desc {
  margin-bottom: 48px;
}

.product-list .list-block {
  margin-bottom: 24px;
}

.pro-list-desc {
  display: flex;
  align-items: center;
  gap: 16px;
}

.product-list .list-block h4 {
  color: #202120;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
}

.product-list .list-block p {
  color: #202120;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.product-heading-desc h3 {
  color: #202120;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 16px;
}

.product-heading-desc p {
  color: #202020;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.product-list h4 {
  color: #202020;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
}

.product-list {
  margin-bottom: 32px;
}

.product-list ol li {
  color: #202020;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.card-wrap-main {
  margin-bottom: 24px;
}

.card-wrap-main h4 {
  color: #202020;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
}

.accordion {
  padding-top: 8px;
}

.accordion h3 {
  color: #202020;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 5px;
}

.accordion .panel .panel-heading h4.panel-title {
  padding-bottom: 15px;
  position: relative;
}

.accordion .panel {
  border-bottom: 1px solid #D1D1D1;
  padding: 16px 0;
}

.accordion .panel-body {
  color: #202020;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.accordion .panel .panel-heading h4.panel-title:after {
  content: "";
  background-image: url(/modules/custom/planet_sitestudio_custom_elements/images/plus-icon.png);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}

.accordion .panel-heading h4 a {
  color: #202020;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.tab-heading {
  text-align: center;
  padding-bottom: 15px;
  margin-top: 56px;
}

.tab-heading h5 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
}

.support-tabs .tabs {
  display: inline-block;
  border-radius: 40px;
  border: 2px solid #E00083;
  background: #FFF;
  margin-bottom: 0;
}

.support-tabs .tabs a.active {
  border-radius: 56px;
  background: #202020;
  color: #fff;
  border-color: #202020;
  border: 2px solid #202020;
  margin: -2px;
}

.support-tabs .tabs a {
  color: #202020;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  padding: 8px 24px;
}

.tab-heading h3 {
  color: #202020;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 16px;
}

.tab-heading p {
  color: #202020;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.support-list .list-box {
  width: 100%;
}

.support-list .list-box>.views-row {
  width: 25%;
  float: left;
  margin-bottom: 30px;
}

.support-list .list-box span {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  margin-bottom: 8px;
}

.support-list .list-box a {
  text-decoration: none;
  color: #000;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
  word-break: break-all;
}
/*
.coh-row-visible-xl {
  width: 100%;
}*/

.plant-resources-wrapp form.views-exposed-form {
  display: none;
}

.sidebar-block header h4 {
  font-size: 24px;
  font-weight: 600;
}

.sidebar-block {
  padding-top: 35px;
}


.coh-accordion-tabs .coh-accordion-tabs-content-wrapper h4.coh-accordion-title {
  margin: 0;
}
/*
.coh-accordion-tabs .coh-accordion-tabs-content-wrapper .coh-accordion-title a {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 17px;
    display: block;
  position: relative;
} */
/*
.coh-accordion-tabs .coh-accordion-tabs-content-wrapper .coh-accordion-tabs-content {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #202020;
  margin-bottom: 16px;
} */
/*
.coh-accordion-tabs .coh-accordion-tabs-content-wrapper h4.coh-accordion-title a {
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-radius: 0;
  padding-bottom: 15px;
  color: #202020;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.accordion {
  padding: 32px 0 0 0;
}
*/
/*
.coh-container>.coh-row {
  padding: 0 16px;
}
*/
.coh-container.cards-grid:before,
.cards-grid .card-wrap::after {
  display: none;
}

.tab-heading .coh-wysiwyg {
  width: 100%;
  align-items: center;
}

.support-list .list-box form {
  display: none;
}

.coh-column.cards-grid.coh-col-xl {
  padding: 0;
}

.coh-style-planet-link-button-pink {
  font-family: 'TT Commons', sans-serif;
}

.coh-row-inner.tab-heading {
  gap: 48px;
}

footer * {
    font-family: 'TT Commons', sans-serif !important;
}
.accordion.product-wrapp-accordion .coh-accordion-title a:after {
    content: "";
    background-image: url(/modules/custom/planet_sitestudio_custom_elements/images/plus--icon.png);
    width: 20px;
    height: 20px;
    background-size: 20px;
    position: absolute;
    right: 0;
    top: 5px;
  transition: all 0.3s;
}
.accordion.product-wrapp-accordion .coh-accordion-title.is-active a:after {
    transform: rotate(225deg);
    font-family: unset;
}

#homepage_language_modal_desc {
    padding: 96px 32px 0 32px;
}
#homepage_language_modal_desc img {
    width: 100%;
    border-radius: 8px;
}
#homepage_language_modal_desc h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    margin-top: 56px;
    margin-bottom: 16px;
}
#homepage_language_modal_desc p {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}
.lang-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 56px;
    margin-bottom: 56px;
}
.lang-btn-wrap a.default_language_sel.btn {
    border-radius: 56px;
    border: 2px solid #E00083;
    color: #202020;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 16px 24px;
    position: relative;
    padding-left: 37px;
}
.default-user-Portal-logo {
    background: url(/modules/custom/planet_sitestudio_custom_elements/images/Icon-portal.png) no-repeat;
    height: 50px;
    margin-bottom: 25px;
}

.default-user-Training-logo {
    background: url(/modules/custom/planet_sitestudio_custom_elements/images/Icon-training.png) no-repeat;
    height: 50px;
    margin-bottom: 25px;
}

.default-user-Guide-logo {
    background: url(/modules/custom/planet_sitestudio_custom_elements/images/Icon-userguide.png) no-repeat;
    height: 50px;
    margin-bottom: 25px;
}
.lang-btn-wrap a.default_language_sel.btn:before {
    content: "";
    background-image: url(/modules/custom/planet_sitestudio_custom_elements/images/united-kingdom.png);
    width: 15px;
    height: 15px;
    background-size: 15px;
    position: absolute;
    right: auto;
    top: 18px;
    left: 18px;
}
.product-list > div {
    margin-left: 15px;
}
.product-list > div div {
    display: list-item;
    list-style: auto;
    margin-bottom: 10px;
}

.product-heading-desc + .product-list {
    font-weight: 300;
  }

.sidebar-block .coh-inline-element h4.coh-heading {
  font-size: 24px;
  font-weight: 600;
}
.sidebar-cst-blocks .dark-theme {
  background: #000;
  padding: 15px 15px;
  margin-top: 30px;
  border-radius: 8px;
}

.sidebar-cst-blocks .dark-theme h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
}

.sidebar-cst-blocks .dark-theme p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin: 12px 0 20px 0;
}

.sidebar-cst-blocks .dark-theme a {
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.sidebar-cst-blocks .dark-theme a img {
  margin-left: 20px;
}

.sidebar-cst-blocks .light-theme {
  border: 1px solid #d1d1d1;
  padding: 15px 15px;
  margin-top: 5px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.sidebar-cst-blocks .light-theme h3 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-top: 5px;
}

.sidebar-cst-blocks .light-theme p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  margin: 12px 0 20px 0;
}

.sidebar-cst-blocks .light-theme a {
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.sidebar-cst-blocks .light-theme a img {
  margin-left: 20px;
}
.product-list .list-block .pro-list-desc {
  display: inline-flex;
}

.product-list .list-block p a {
  color: #202120;
  text-decoration: underline;
}

.links-listing-block ul li.more {
font-size: 16px;
  font-weight: 600;
  color: #0071DE;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
  padding-right: 40px;
}

.links-listing-block ul li.more img {
  margin-left: 20px;
  position: absolute;
  right: 0;
  top: 3px;
}


.links-listing-block ul li.less img {
  margin-left: 20px;
  transform: rotate(180deg);
}

.search-result-head h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 35px;
}

.training-path-wrap > div > div,
.technical-doc-wrap > div > div {
  margin-bottom: 20px;
  display: flex;
}
.training-path-wrap > div > div > article, .technical-doc-wrap > div > div > article{
  display: flex;
}
.training-path-wrap > div > div > article > .coh-container > .coh-row, .technical-doc-wrap > div > div article > .coh-container > .coh-row{
  display: flex;
}
.training-path-wrap > div > div > article > .coh-container, .technical-doc-wrap > div > div article > .coh-container{
  display: flex;
}
.training-path-wrap > div > div > article > .coh-container > .coh-row > .coh-row-inner > .cards-grid, .technical-doc-wrap > div > div article > .coh-container > .coh-row > .coh-row-inner > .cards-grid {
    display: flex;
}
.menu-left-sidebar {
  margin-top: 20px;
}

.menu-left-sidebar h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.menu-left-sidebar li a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.menu-left-sidebar li a:hover {
  color:	rgba(224, 0, 131, 1);
}

.menu-left-sidebar ul {
  padding-left: 15px;
}
/*
header .coh-container-boxed {
    max-width: 1280px;
    padding: 0 32px;
}
footer.coh-container-boxed {
    max-width: 1280px;
    padding: 0 16px;
} */
body .support-list .list-box > .views-row {
  width: 100%;
  margin-bottom: 0;
}

.support-list .list-box {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.default-user-Guide-logo, .default-user-Portal-logo, .default-user-Training-logo {
  color: #fff;
  height: 50px;
  width: 50px;
}
.technical-doc-wrap > div, .training-path-wrap > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.technical-doc-wrap .cards-grid, .training-path-wrap .cards-grid {
    display: block;
}

.lang-btn-wrap a.btn-black {
    padding: 16px 24px;
    border: 2px solid #202020;
    line-height: 20px;
    padding-left: 37px;
    position: relative;
}
.lang-btn-wrap a.btn-black:before {
    content: "";
    width: 15px;
    height: 15px;
    background-size: 15px;
    position: absolute;
    right: auto;
    top: 18px;
    left: 18px;
}
.lang-btn-wrap a.lang-en:before {
    background-image: url(/modules/custom/planet_sitestudio_custom_elements/images/united-kingdom.png);
}
.lang-btn-wrap a.lang-es:before {
    background-image: url(/modules/custom/planet_sitestudio_custom_elements/images/spanish.png);
}
.lang-btn-wrap a.lang-it:before {
    background-image: url(/modules/custom/planet_sitestudio_custom_elements/images/italy.png);
}
.lang-btn-wrap a.lang-fr.btn-black:before {
    background-image: url(/modules/custom/planet_sitestudio_custom_elements/images/france.png);
}
.lang-btn-wrap a.lang-de.btn-black:before {
    background-image: url(/modules/custom/planet_sitestudio_custom_elements/images/de.png);
}
.cards-grid .coh-wysiwyg {
    justify-content: space-between;
    flex-direction: row;
}
.coh-style-primary-dark-atom- input {
  color: #fff;
}
@media(max-width: 575px) {

  .need-help,
  .browse-product {
    width: 100%;
  }

  .support-list {
    grid-template-columns: 1fr;
  }

  .support-list.email-list {
    grid-template-columns: 1fr;
  }

  .support-tabs .tabs a {
    padding: 8px 14px;
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .main-info-wrap {
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sidebar-block, .coh-column.coh-visible-xl.coh-col-xl-3 {
    width: 280px;
    max-width: 280px;
    flex: 0 0 280px;
    padding-top: 0px;
  }

  .coh-row-xl>.coh-row-inner>.coh-column.coh-col-xl.coh-col-xl-push-0.coh-col-xl-pull-0.coh-col-xl-offset-0 {
    width: calc(100% - 280px);
    padding: 0;
  }

  .main-info-wrap .right-content-block {
    width: 100%;
  }

  .product-heading-desc {
    max-width: 646px;
  }

  .product-list {
    max-width: 694px;
  }

  .mobile-content {
    display: none;
  }

  .search-wrap {
    min-width: 646px;
  }
  .support-list.email-list .list-box .views-row{
    width: 100%;
    margin-bottom: 7px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body .support-list .list-box > .views-row {
    width:100%;
    float: left;
  }
}

@media(max-width: 991px) {
  body .support-list .list-box > .views-row {
    width:100%;
    float: left;
  }
  .support-list .list-box {
    grid-template-columns: 1fr 1fr;
  }
  .search-result-head {
    display: none;
  }
  .cards-grid.coh-ce-a2d07d4a {
    grid-template-columns: 1fr;
  }

  .support-list .list-box>.views-row {
    width: 50%;
    float: left;
  }
}

@media(max-width:767px) {
  .support-list .list-box {
    grid-template-columns: 1fr;
  }
  .coh-container-boxed .coh-container-boxed {
    padding: 0;
  }
  .desktop-content {
    display: none;
  }

  .product-heading-desc h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .sidebar-block {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .main-info-wrap.coh-ce-56326777 {
    gap: 0;
  }

  .support-list .list-box>.views-row {
    width: 100%;
    float: left;
  }

  .tab-heading p {
    font-size: 16px;
    line-height: 22px;
  }

  .coh-row-inner.tab-heading .coh-col-xl-offset-0 {
    min-height: auto;
  }

  .coh-row-inner.tab-heading {
    gap: 16px;
    flex-direction: column-reverse;
    padding-bottom: 24px;
  }
  .coh-row-inner.main-info-wrap{
    padding-top: 0;
  }
  .coh-row-inner.main-info-wrap .sidebar-block {
    padding-top: 0;
  }
  .coh-row-inner.main-info-wrap .coh-column.coh-visible-xl.coh-col-xl-3{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 30px;
  }
  .coh-row-inner.tab-heading h5.coh-heading {
    display: none;
  }
}

@media (min-width: 992px) {
  .cards-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}


@media(min-width: 576px) and (max-width: 991px) {
  .support-list {
    grid-template-columns: 1fr 1fr !important;
  }

  .support-list.email-list {
    grid-template-columns: 1fr;
  }
}

@media(min-width:1200px) and (max-width: 1499px) {
  body .btn-black {
    padding: 12px 15px;
    font-size: 15px;
  }
}

@media (min-width:992px) and (max-width: 1199px) {
  .cards-grid, .technical-doc-wrap > div, .training-path-wrap > div {
    grid-template-columns: 1fr 1fr !important;
  }

  .support-list .list-box>.views-row {
    width: 33.33%;
    float: left;
  }
}