/* Page title area */
.title_wrapper {
  max-width: 70%;
}
#title {
  margin: 50px 0 0 0;
  font-size: 2.5rem;
}
/* Main content area */
.cc-wrapper,
.cc-info-text {
  min-height: 30px;
  font-size: 1.3rem;
  color: #666666;
  line-height: 2rem;
}
.contactus_style-2020 .cc-wrapper,
.contactus_style-2020 .cc-info-text {
  color: #333333;
}
.cc-info-text {
  min-height: 0;
}
.cc-wrapper {
  margin: 0 0 100px 0;
}
.mainContentTitleBar {
  font-size: inherit;
  border-bottom: 0px;
  padding: 0;
}
.contact-package-wrapper_contact {
  flex: 1 1 100%;
}
.contact-package-wrapper_additional_contacts {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #cccccc;
}
.contact-package-wrapper_main_rep {
  margin: 0 0 35px 0;
}
.contact-package-wrapper_main_rep_row {
  display: flex;
}
.contact-package-wrapper_main_rep_left,
.contact-package-wrapper_main_rep_right {
  flex: 1 1 50%;
}
.mapLinkContainer,
.mapLinkContainerCN {
  display: none;
}
.contactButton button.fb-button-p5a.blue {
  background: #3777bb;
  border-radius: 0px;
  border-width: 0px;
  box-shadow: none;
  font-size: inherit;
  font-weight: normal;
  margin: 25px 0 0 0;
  padding: 12px 20px;
}
.contactButton button.fb-button-p5a.green,
.cc_feedbackForm-triage-submit button,
.cc_feedbackForm-triage-submit button:hover,
.cc_feedbackForm-triage-submit button.btn-action,
[class*="contactFormDirectoryBtn"] button {
  margin: 0;
  width: 100%;
  text-align: center;
}
[class*="contactFormDirectoryBtn"] button.btn-action {
  margin: 20px 0 0 0;
}
.cc_feedbackForm-triage-submit button.invalid {
  opacity: .5;
}
.cc-wrapper_editMode .contactus.section {
  margin: 0 0 40px 0;
}
.cc_form-directory-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.contactus_style-2020 .cc-wrapper_contact-form,
.contactus_style-2020 .cc-wrapper_sales-service {
  flex: 1 1 50%;
  max-width: 50%;
}
.contactus_style-2020 .cc-wrapper_contact-form {
  padding: 0 20px 0 0;
  border-right: solid 1px #cccccc;
  background: white;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.cc-wrapper_sales-service {
  background: white;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.cc-wrapper_sales-service,
.cc-wrapper_sales-service.ui-helper-reset {
  padding: 0 0 0 20px;
}
.cc-wrapper_sales-service.ui-accordion .ui-accordion-header.ui-state-default {
  border-top: 0;
  border-bottom: 0;
  padding: 0 0 17px 0;
}
.cc_form-directory-wrap.ui-accordion .ui-accordion-header.ui-state-default,
.cc_form-directory-wrap h2 {
  border-top: 0;
  border-bottom: 0;
}
.cc-wrapper_sales-service-wrap,
.ui-accordion .cc-wrapper_sales-service-wrap.ui-accordion-content {
  padding: 0;
}
.cc-wrapper_sales-service .expanded + .cc-wrapper_sales-service-wrap {
  display: block !important;
}
.cc-wrapper_sales-service .cc-wrapper_sales-service-wrap {
  overflow: visible;
}
.cc-wrapper_sales-service .expanded .ui-icon-circle-plus {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 11px !important;
}
.ui-accordion-content .cc-wrapper_contact,
.ui-accordion-content .cc-wrapper_contact .contactWrapper,
.cc-wrapper_sales-service .cc-wrapper_sales-service-wrap {
  display: none;
}
.cc-wrapper_contact .contactWrapper {
  margin: 30px 0 0 0;
}
/* Custom jquery UI dropdown & 
 * Custom vanilla JS dropdown */
.cc-contact-form .ui-selectmenu-button.ui-button,
.select-selected {
  width: 100%;
  padding: 13px 10px;
  margin: 10px 0 0 0;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 0;
  background: white;
  font-size: inherit;
  color: #666666;
  cursor: pointer;
}
.select-selected {
  padding: 13px 20px 13px 10px;
}
.custom-select {
  position: relative;
  font-family: Arial;
}
.custom-select select {
  display: none;
  /*hide original SELECT element: */
}
/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 20px;
  border: solid #666666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 22px;
}
/* style the items (options), including the selected item: */
.select-items .option,
.select-items .same-as-selected {
  padding: 8px 10px;
  cursor: pointer;
  position: relative;
  color: #333333;
}
/* Style items (options): */
.select-items {
  position: absolute;
  background: #f5f5f9;
  max-height: 380px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  overflow-y: scroll;
  color: #666666;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
/* Hide the items when the select box is closed */
.select-hide {
  display: none;
}
.select-items .option:hover,
.same-as-selected {
  background: #e1e2ee;
  color: #333333;
}
.same-as-selected:after {
  content: '\2713';
  color: #3e479b;
  font-weight: bold;
  position: absolute;
  right: 10px;
  bottom: 8px;
}
.select-items .optGroupLabel {
  background: #efeff6;
  color: #666666;
  margin: 0;
  padding: 2px 10px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
.ui-selectmenu-button .ui-icon,
.ui-selectmenu-button :focus .ui-icon {
  background: transparent;
}
.ui-selectmenu-button .ui-button:active,
.ui-selectmenu-button .ui-button.ui-state-active:hover {
  color: #666666;
}
.ui-selectmenu-button .ui-icon-triangle-1-s {
  border: solid #666666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  width: 2px;
  height: 2px;
  margin: 0 10px;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.ui-selectmenu-menu ul.ui-menu {
  background: #f5f5f9;
  border-radius: 0;
  max-height: 380px;
  max-width: 100%;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  background: #efeff6;
  color: #666666;
  margin: 0;
  padding: 2px 10px;
}
.ui-selectmenu-menu .ui-menu-item {
  font-size: 1.3rem;
}
.ui-selectmenu-menu li:first-child {
  display: none;
}
.ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 10px 30px 10px 10px;
}
.ui-selectmenu-menu .ui-state-active,
.ui-selectmenu-menu .ui-widget-content .ui-state-active {
  background: #e1e2ee;
  border-width: 0;
  color: #333333;
  margin: 0;
}
.ui-selectmenu-menu .ui-state-active::after {
  content: '\2713';
  color: #3e479b;
  font-weight: bold;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.cc-productCat-errors {
  margin: 10px 0 0 0;
}
.ui-selectmenu-button.ui-button.field_error_border {
  border: solid 1px #cc0000;
}
.cc_feedbackForm-triage-productCat {
  margin: 20px 0 30px 0;
}
.cc_feedbackForm-triage-requestType p.cc-info-text {
  margin: 0 0 20px 0;
}
.cc_feedbackForm-triage-requestType label.radio-container {
  margin: 0;
}
.ui-accordion-content .cc-wrapper_contact .contactWrapper .contactButton {
  width: 100%;
}
.cc-wrapper_contact .contactPhone {
  display: flex;
}
.cc-wrapper_contact .contactPhone .phoneNumbers {
  margin: 0 40px 0 0;
}
.ui-accordion-content .cc-wrapper_contact .contactWrapper {
  min-height: 272px;
  position: relative;
}
.cn-cc-wrapper .ui-accordion-content .cc-wrapper_contact .contactWrapper {
  min-height: 285px;
}
.cc_feedbackForm-triage-requestType {
  min-height: 300px;
}
.cc_feedbackForm-triage-productCat {
  min-height: 80px;
}
/* Per MTCOM-11049, need to hide all buttons except default Request Quote or Info button under Sales & service side */
.form_new_triage_options .cc-wrapper_sales-service .btn-requestInfo,
.form_new_triage_options .cc-wrapper_sales-service .btn-getQuote {
  display: none;
}
.form_new_triage_options .cc-wrapper_sales-service .btn-defaultQuoteInfo {
  display: block;
}
/* MTCOM-11114: Displaying regional offices in new layout */
.cc-wrapper_sales-service-wrap_directory-type-select {
  margin: 0 0 30px 0;
}
.regional-offices-enabled #cc-sales-service-dropdown-wrap,
.regional-offices-enabled #cc-local-contacts-dropdown-wrap {
  display: none;
}
.cc-wrapper_editMode .content.cc-wrapper_contact .new.section {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 1009px) {
  #title,
  .cc-wrapper {
    padding: 0 20px;
  }
  .title_wrapper .cc-info-text {
    margin: 20px 20px 30px 20px;
  }
}
@media screen and (max-width: 750px) {
  .form_new_triage_options .form_requestTypeSelection .form_content-title strong {
    font-size: 1rem;
  }
  .contactUsPage__name {
    display: none;
  }
  #title {
    margin: 20px 0 0 0;
    font-size: 2rem;
  }
  .cc-wrapper,
  .cc-info-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .cc-wrapper {
    margin: 0 0 50px 0;
  }
  .contact-package-wrapper_main_rep {
    margin: 0;
  }
  .contact-package-wrapper_main_rep .contactus {
    margin: 10px 0 0 0;
  }
  .ui-accordion .cc-wrapper_sales-service-wrap.ui-accordion-content,
  .ui-accordion .cc-wrapper_contact-form-wrap.ui-accordion-content {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .custom-select,
  .cc-wrapper_contact .contactWrapper {
    margin: 0 0 40px 0;
  }
  .ui-selectmenu-open {
    left: 20px;
    right: 20px;
  }
  .contactus_style-2020 .cc-wrapper_contact-form {
    padding: 0;
    border: 0;
    z-index: 3;
  }
  .cc-wrapper_sales-service {
    padding: 0;
  }
  .ui-accordion .cc-wrapper_contact-form-wrap.ui-accordion-content {
    padding: 0 0 40px 0;
  }
  .ui-selectmenu-menu ul.ui-menu {
    border: 0;
  }
  .ui-accordion-content .cc-wrapper_contact .contactWrapper,
  .cc_feedbackForm-triage-requestType,
  .cc_feedbackForm-triage-productCat {
    min-height: 0;
  }
  .ui-selectmenu-text {
    width: auto;
  }
  .cc-wrapper_contact-form-wrap {
    margin: 0 0 40px 0;
  }
  .cc-wrapper_sales-service.ui-accordion .ui-accordion-header.ui-state-default {
    padding: 20px 0;
  }
  .cc-wrapper_contact .contactPhone {
    display: block;
  }
  .ui-accordion-content .cc-wrapper_contact .contactWrapper .contactButton {
    position: relative;
  }
  .contact-package-wrapper_main_rep_row {
    display: block;
    position: relative;
  }
  .cc-wrapper_cn .contact-package-wrapper_main_rep_right {
    position: absolute;
    bottom: -40px;
    right: 0;
    max-width: 50%;
  }
  .cn-contact-QR {
    width: 93px;
    height: auto;
  }
  .cc-wrapper_sales-service,
  .cc-wrapper_sales-service.ui-helper-reset {
    padding: 0;
  }
  .select-selected {
    padding-right: 30px;
  }
  .title_wrapper {
    max-width: none;
  }
  .title_wrapper .cc-info-text {
    font-size: 16px;
    line-height: 24px;
  }
  label.radio-container {
    line-height: 24px;
  }
  .cc-contact-form .form_contactPage .btn_requestTypeSelection_back {
    font-size: 1rem !important;
  }
}
