/*Begin: Country Selelect (aka, Global Homepage) */
.cs_content .ghpg-body-wrapper .global-home-country a {
  margin: 0 0 5px 20px;
  display: inline-block;
  min-height: 0;
}
.cs_content .ghpg-body-wrapper {
  max-height: none;
  overflow: initial;
}
.ghpg-countries {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  margin: 0 0 15px 0;
}
.ghpg-countries {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  column-gap: 50px;
  column-rule: solid 1px #e5e5e5;
}
.cs_content .ghpg-teaser .ghpg-countries {
  -webkit-column-count: auto;
  -moz-column-count: auto;
  column-count: auto;
}
.cs_content .ghpg-region-wrapper:last-of-type {
  border-bottom: solid 1px #e5e5e5;
}
.cs_content div.ghpg-region-wrapper:last-child .simple-accordion_header,
.cs_content .ghpg-teaser .ghpg-region-wrapper:last-of-type {
  border-bottom: 0px;
}
.cs_content .show-row-countries::after {
  content: ' ';
  width: 0px;
  height: 0px;
  border: solid #004494;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin: 0 0 2px 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cs_content .active-country-check {
  content: '';
  display: inline-block;
  margin: 0 0 3px 10px;
  width: 5px;
  height: 8px;
  border: solid #004494;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.ghpg-int {
  border-bottom: none !important;
}
.ghpg-body-wrapper {
  max-height: 75vh;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ghpg-body-wrapper::-webkit-scrollbar {
  display: none;
}
.hideIntCountries .ghpg-int {
  display: none;
}
.ghpg-teaser .global-home-country {
  padding-left: 40px;
}
.ghpg-teaser .ghpg-region-wrapper {
  padding: 10px 0;
}
.global-home-country {
  padding-left: 30px;
  background-position: 0 0;
  overflow-y: hidden;
  margin-bottom: 15px;
}
.global_country_inner_wrap {
  width: 100%;
  display: inline-block;
  margin: 5px 0 0 0;
}
.global_country_name {
  margin-right: 5px;
  float: left;
}
.global_country_languages {
  float: left;
  width: 45%;
}
.country_flag_noFlag.global-home-country {
  padding-left: 0px;
}
.mt_direction_right_to_left .global_country_name {
  margin-left: 5px;
  float: right;
}
.mt_direction_right_to_left .global_country_languages {
  float: right;
}
.mt_direction_right_to_left .country_flag_noFlag.global-home-country {
  padding-right: 0px;
}
.mt_direction_right_to_left .ghpg-teaser .country_flag_us a {
  margin-right: 15px;
}
.mt_direction_right_to_left .global-home-country {
  background-position-x: right !important;
  padding-right: 30px;
}
.ghpg-welcome-headline {
  width: 70%;
  font-size: 18px;
  line-height: 22px;
  margin: 15px 0;
}
.ghpg-teaser {
  margin: 30px 0 40px 0;
  padding: 15px;
  border: 0px;
  background: #F5F5F9;
  color: black;
  font-size: 16px;
  line-height: 24px;
}
.ghpg-teaser {
  display: none;
}
.ghpg-teaser .title {
  padding: 0;
  margin: 0 0 15px 0;
  cursor: default;
}
.ghpg-teaser .title span {
  font-weight: bold;
  cursor: default;
}
.ghpg-teaser a {
  display: inline-block;
}
.ghpg-teaser .content {
  padding: 10px 35px 10px 10px;
}
.ghpg-section {
  padding: 0 0 4px 1px;
  font-size: 14px;
  margin: 0 0 10px 30px;
}
.ghpg-regions {
  border-bottom: 3px solid lightgrey;
}
.hideIntCountries .ghpg-regions {
  border-bottom: 0px;
}
:not(.ghpg-teaser) .ghpg-region-wrapper:last-of-type,
.ghpg-region-header.simple-accordion_header {
  border-bottom: 0;
}
div.ghpg-region-wrapper:last-child .simple-accordion_header {
  border-bottom: solid 1px #e5e5e5;
}
.simple-accordion_expanded .simple-accordion_header,
div.ghpg-region-wrapper.simple-accordion_expanded:last-child .simple-accordion_header {
  border-bottom: 0px;
}
.mt_direction_right_to_left .ghpg-teaser .ghpg-region-wrapper {
  padding: 20px 10px 16px 0;
}
.ghpg-region-content {
  display: none;
  /* Region content is initially closed */
  margin-bottom: 15px;
  margin-left: 23px;
}
.show-row-countries {
  margin: 15px 0 10px 0px;
  padding: 2px 0 0 20px;
  cursor: pointer;
  position: relative;
}
.show-row-countries:before {
  content: '';
  background-position: -140px -383px;
  width: 17px;
  height: 17px;
  display: inline-block !important;
  position: absolute;
  left: 0px;
  top: 0px;
}
.row-country {
  display: none;
}
.active-and-row-label {
  display: none;
}
.ghpg-int-header {
  margin-top: 40px;
}
.ghpg-teaser .ghpg-countries {
  -webkit-column-count: auto;
  -moz-column-count: auto;
  column-count: auto;
}
.no-csscolumns .ghpg-box {
  display: inline-block;
}
.no-csscolumns div.global-home-country {
  float: left;
  width: 29%;
}
.cnty-mismatch-msg {
  padding: 0 0 6px 0px;
}
.cnty-mismatch-msg .ghpg-welcome-headline {
  margin: 0px 0 15px 0px;
}
.simple-accordion_header {
  font-weight: normal;
  color: #666;
  font-size: 14px;
  border-bottom: solid 1px #e5e5e5;
  padding: 1.25rem 0;
  margin: 0;
  cursor: pointer;
}
.simple-accordion_header:first-child {
  border-top: solid 1px #e5e5e5;
}
.simple-accordion_icon {
  border: solid #004494;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 3px;
  margin-right: .75rem;
}
.ghpg-region-button.simple-accordion_icon {
  float: right;
  margin: 8px 2px 0 0;
  padding: 3px;
}
.simple-accordion_icon-collapsed {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 3px;
}
.simple-accordion_icon-expanded {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-bottom: -2px;
}
.simple-accordion_header-large .simple-accordion_icon,
.ui-accordion .ui-accordion-header.simple-accordion_header-large .ui-accordion-header-icon {
  padding: 5px;
  margin-right: 1.75rem;
}
.mt_direction_right_to_left .simple-accordion_icon {
  margin-left: .75rem;
}
@media (max-width: 1009px) {
  .ghpg-body-wrapper {
    max-height: 50vh;
  }
}
@media (max-width: 930px) {
  .ghpg-wrapper {
    max-width: none !important;
    width: auto !important;
    padding: 20px;
  }
  .cs_wrapper .ghpg-wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 895px) {
  /*tablet view*/
  .MTMainNav__icons .meta_dropdown a {
    margin: 0 0 6px 0;
    white-space: normal;
  }
}
@media (max-width: 750px) {
  /*2 columns*/
  .ghpg-body-wrapper {
    max-height: 75vh;
  }
  .ghpg-section {
    width: 96%;
    padding: 0px 0px 4px 4%;
  }
  .ghpg-region-header {
    font-size: 1.2rem;
  }
  .ghpg-region-wrapper {
    width: 96%;
    padding-left: 4%;
  }
  .ghpg-box {
    width: 260px;
  }
  .ghpg-countries {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 585px) {
  .ghpg-countries {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .ghpg-welcome-headline {
    width: 100%;
    margin: 0px;
  }
  .cnty-mismatch-msg {
    min-width: 300px;
  }
  .ghpg-region-content {
    margin-left: 0px;
  }
  .global_country_languages {
    float: none;
    width: auto;
  }
  .ghpg-section,
  .ghpg-region-wrapper {
    padding-left: 3px;
    width: auto;
  }
  .show-row-countries {
    display: inline-block;
    margin: 0px 0 10px 0;
  }
  .ghpg-teaser {
    font-size: 1rem;
  }
  .ghpg-teaser .ghpg-region-wrapper {
    padding: 10px 0;
  }
  .ghpg-teaser .global-home-country a {
    margin-bottom: 0px;
  }
}
@media (max-width: 545px) {
  .MTMainNav__icons .meta_dropdown a {
    margin: 0 0 12px 0;
  }
}
/*End: Country Selelect */
