/******************************************************************
Site Name: OPW 2018
Stylesheet: Main Stylesheet
******************************************************************/
@import url(fontawesome-all.min.css);
@import url(bootstrap.min.css);
/******************************************************************
SCSS Variables
******************************************************************/
/**************************************
*
*  NEW DEFAULT DOCUMENT TABLE & LIST STYLES
*
**************************************/
/* Tables */
.rgMasterTable .sfdownloadLink {
  visibility: hidden;
  padding: 3px 0px 3px 0px !important;
  width: 13px;
  margin-left: 25px;
}

.rgMasterTable .sfdownloadLink:before {
  visibility: visible;
  content: "\f019";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

/* List */
.sfLargeIcns .sfdownloadTitle {
  font-weight: 700;
  border-bottom: 0px !important;
}

.sfLargeIcns .sfMetaInfo {
  font-size: 12px;
  padding-left: 22px;
}

.sfLargeIcns .sfdownloadList.sfListMode {
  list-style-type: none !important;
}

.sfLargeIcns .sfdownloadList .sfdownloadFile {
  background: none !important;
  padding-left: 0px !important;
  font-size: 16px;
}

.sfLargeIcns .sfdownloadList .sfdownloadFile:before {
  content: "\f15b";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.sfLargeIcns .sfdownloadList .sfdownloadFile.sfpdf:before {
  content: "\f1c1";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.sfLargeIcns .sfdownloadList .sfdownloadFile.sfdoc:before {
  content: "\f1c2";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.sfLargeIcns .sfdownloadList .sfdownloadFile.sfjpg:before,
.sfLargeIcns .sfdownloadList .sfdownloadFile.sfpng:before,
.sfLargeIcns .sfdownloadList .sfdownloadFile.sfgif:before {
  content: "\f1c5";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

/******************************************************************
Pretty Dropdown Styles
******************************************************************/
.prettydropdown {
  position: relative;
  min-width: 72px;
  /* 70px + borders */
  display: inline-block;
}

.prettydropdown.loading {
  min-width: 0;
}

.prettydropdown > ul {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #a9a9a9;
  box-sizing: content-box;
  color: #000;
  cursor: pointer;
  font: normal 18px Calibri, sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  z-index: 1;
}

.prettydropdown.loading > ul {
  visibility: hidden;
  white-space: nowrap;
}

.prettydropdown > ul:focus, .prettydropdown:not(.disabled) > ul:hover {
  border-color: #7f7f7f;
}

.prettydropdown:not(.disabled) > ul.active {
  width: auto;
  max-height: none !important;
  border-color: #1e90ff;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99;
}

.prettydropdown > ul.active:focus {
  outline: none;
}

.prettydropdown > ul.active.reverse {
  top: auto;
  bottom: 0;
}

.prettydropdown > ul > li {
  position: relative;
  min-width: 70px;
  height: 48px;
  /* 50px - borders */
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
  display: none;
  line-height: 46px;
  /* 48px - borders */
  margin: 0;
  padding-left: 0.8rem;
}

.prettydropdown.loading > ul > li {
  min-width: 0;
  display: block;
  padding-right: 0.8rem;
}

.prettydropdown > ul:not(.active) > li:not(.selected):first-child {
  visibility: hidden;
  /* Prevent FOUC */
}

.prettydropdown > ul > li:first-child, .prettydropdown > ul.active > li {
  display: block;
}

.prettydropdown > ul.active > li:not(.label):hover, .prettydropdown > ul.active > li.hover:not(.label), .prettydropdown > ul.active > li:first-child:hover:after {
  background: #1e90ff;
  color: #fff;
}

.prettydropdown > ul.active > li.nohover {
  background: inherit !important;
  color: inherit !important;
}

.prettydropdown > ul.active > li.hover:before, .prettydropdown > ul.active > li.nohover:after {
  border-top-color: #fff !important;
}

.prettydropdown > ul.active > li.hover:after, .prettydropdown > ul.active > li.nohover:before {
  border-top-color: #1e90ff !important;
}

.prettydropdown.arrow > ul > li.selected:before, .prettydropdown.arrow > ul > li.selected:after {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 8px;
  height: 16px;
  border: 8px solid transparent;
  /* Arrow size */
  box-sizing: border-box;
  content: '';
  display: block;
  margin: auto;
}

.prettydropdown.arrow.small > ul > li.selected:before, .prettydropdown.arrow.small > ul > li.selected:after {
  top: 4px;
  height: 8px;
  border-width: 4px;
}

.prettydropdown.arrow > ul > li.selected:before {
  border-top-color: #a9a9a9;
  /* Arrow color */
}

.prettydropdown.arrow > ul > li.selected:after {
  top: 4px;
  /* Chevron thickness */
  border-top-color: #fff;
  /* Match background colour */
}

.prettydropdown.arrow.small > ul > li.selected:after {
  top: 2px;
  /* Chevron thickness */
}

.prettydropdown.arrow.triangle > ul > li.selected:after {
  content: none;
}

.prettydropdown > ul:hover > li.selected:before {
  border-top-color: #7f7f7f;
}

.prettydropdown > ul.active > li.selected:before,
.prettydropdown > ul.active > li.selected:after {
  border: none;
}

.prettydropdown > ul:not(.active) > li > span.checked {
  display: none;
}

/* Multi-Select */
.prettydropdown.multiple > ul > li.selected {
  overflow: hidden;
  padding-right: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prettydropdown > ul > li > span.checked {
  clear: both;
  float: right;
  font-weight: bold;
  margin-right: 0.8rem;
}

/* Option Groups */
.prettydropdown > ul > li.label {
  cursor: default;
  font-weight: bold;
}

.prettydropdown > ul > li.label:first-child,
.prettydropdown.classic > ul > li.label ~ li.selected {
  border-top: none;
}

.prettydropdown > ul > li.label ~ li:not(.label):not(.selected),
.prettydropdown.classic > ul.active > li.label ~ li:not(.label) {
  padding-left: 1.6rem;
}

/* Classic Behavior */
.prettydropdown.classic > ul:not(.active) > li.selected:not(:first-child) {
  position: absolute;
  top: 0;
  display: block;
}

/* Disabled */
.prettydropdown.disabled, .prettydropdown > ul > li.disabled {
  opacity: 0.3;
}

.prettydropdown.disabled > ul > li, .prettydropdown > ul > li.disabled {
  cursor: not-allowed;
}

/* Divider Lines */
.prettydropdown.multiple > ul > li.selected + li, .prettydropdown.multiple > ul.reverse > li.selected,
.prettydropdown > ul > li.label, .prettydropdown > ul > li.label ~ li.selected {
  border-top-color: #dedede;
}

.prettydropdown.primary > ul {
  background-color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  border: solid 1px #dcdcdc;
}

.prettydropdown.primary > ul > li {
  width: 120px !important;
  font-size: 12px;
  color: #2c2c2c;
  padding-left: 15px;
  transition: color .24s ease-in-out, background-color .24s ease-in-out;
}

.prettydropdown.primary > ul > li span.checked {
  margin-right: 12px;
}

.prettydropdown.primary > ul > li.selected:after {
  content: '\f0d7';
  position: absolute;
  top: -1px;
  right: 5px;
  z-index: 1;
  width: 16px;
  height: 36px;
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  font-weight: 900;
  line-height: 36px;
  color: #2c2c2c;
}

.prettydropdown.primary > ul.active {
  border-color: #dcdcdc;
}

.prettydropdown.primary > ul.active > li.selected:after {
  display: none;
}

.prettydropdown.primary > ul.active > li.nohover {
  background: inherit !important;
  color: #2c2c2c !important;
}

.prettydropdown.primary > ul.active > li:not(.label):hover, .prettydropdown.primary > ul.active > li.hover:not(.label), .prettydropdown.primary > ul.active > li:first-child:hover:after {
  background-color: #f6f5f5;
  color: #006499;
}

/**************************************
*
*  FORM STYLES
*
**************************************/
.sfFormsEditor.sfTopLbls,
.content.sf_cols .sfregisterFormWrp,
.sfprofileEditFormWrp,
#university-form,
#ContentAreaCPh_C008_PasswordRecovery {
  /* Override Country select container size */
}

.sfFormsEditor.sfTopLbls label,
.content.sf_cols .sfregisterFormWrp label,
.sfprofileEditFormWrp label,
#university-form label,
#ContentAreaCPh_C008_PasswordRecovery label {
  width: 100%;
  max-width: 400px;
  margin-top: 15px;
}

.sfFormsEditor.sfTopLbls .sf_cols,
.content.sf_cols .sfregisterFormWrp .sf_cols,
.sfprofileEditFormWrp .sf_cols,
#university-form .sf_cols,
#ContentAreaCPh_C008_PasswordRecovery .sf_cols {
  width: auto !important;
}

.sfFormsEditor.sfTopLbls input[type=text], .sfFormsEditor.sfTopLbls input[type=password], .sfFormsEditor.sfTopLbls textarea, .sfFormsEditor.sfTopLbls select,
.content.sf_cols .sfregisterFormWrp input[type=text],
.content.sf_cols .sfregisterFormWrp input[type=password],
.content.sf_cols .sfregisterFormWrp textarea,
.content.sf_cols .sfregisterFormWrp select,
.sfprofileEditFormWrp input[type=text],
.sfprofileEditFormWrp input[type=password],
.sfprofileEditFormWrp textarea,
.sfprofileEditFormWrp select,
#university-form input[type=text],
#university-form input[type=password],
#university-form textarea,
#university-form select,
#ContentAreaCPh_C008_PasswordRecovery input[type=text],
#ContentAreaCPh_C008_PasswordRecovery input[type=password],
#ContentAreaCPh_C008_PasswordRecovery textarea,
#ContentAreaCPh_C008_PasswordRecovery select {
  display: block;
  width: 100%;
  max-width: 400px;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 5px;
}

.sfFormsEditor.sfTopLbls textarea,
.content.sf_cols .sfregisterFormWrp textarea,
.sfprofileEditFormWrp textarea,
#university-form textarea,
#ContentAreaCPh_C008_PasswordRecovery textarea {
  height: auto !important;
}

.sfFormsEditor.sfTopLbls table,
.content.sf_cols .sfregisterFormWrp table,
.sfprofileEditFormWrp table,
#university-form table,
#ContentAreaCPh_C008_PasswordRecovery table {
  width: 100% !important;
  max-width: 400px !important;
}

.sfFormsEditor.sfTopLbls table label,
.content.sf_cols .sfregisterFormWrp table label,
.sfprofileEditFormWrp table label,
#university-form table label,
#ContentAreaCPh_C008_PasswordRecovery table label {
  display: inline-block;
  width: auto;
  font-size: 16px;
  margin: 0px;
}

.sfFormsEditor.sfTopLbls table tr,
.content.sf_cols .sfregisterFormWrp table tr,
.sfprofileEditFormWrp table tr,
#university-form table tr,
#ContentAreaCPh_C008_PasswordRecovery table tr {
  background-color: transparent !important;
  border: none;
}

.sfFormsEditor.sfTopLbls table tr td,
.content.sf_cols .sfregisterFormWrp table tr td,
.sfprofileEditFormWrp table tr td,
#university-form table tr td,
#ContentAreaCPh_C008_PasswordRecovery table tr td {
  border: none !important;
}

.sfFormsEditor.sfTopLbls table input[type=checkbox], .sfFormsEditor.sfTopLbls table input[type=radio],
.content.sf_cols .sfregisterFormWrp table input[type=checkbox],
.content.sf_cols .sfregisterFormWrp table input[type=radio],
.sfprofileEditFormWrp table input[type=checkbox],
.sfprofileEditFormWrp table input[type=radio],
#university-form table input[type=checkbox],
#university-form table input[type=radio],
#ContentAreaCPh_C008_PasswordRecovery table input[type=checkbox],
#ContentAreaCPh_C008_PasswordRecovery table input[type=radio] {
  margin-right: 10px;
}

.sfFormsEditor.sfTopLbls .sfregisterTitle select,
.content.sf_cols .sfregisterFormWrp .sfregisterTitle select,
.sfprofileEditFormWrp .sfregisterTitle select,
#university-form .sfregisterTitle select,
#ContentAreaCPh_C008_PasswordRecovery .sfregisterTitle select {
  max-width: 100px;
}

.sfFormsEditor.sfTopLbls .RadComboBox.RadComboBox_Default.sfregisterField.sfregisterCountry,
.content.sf_cols .sfregisterFormWrp .RadComboBox.RadComboBox_Default.sfregisterField.sfregisterCountry,
.sfprofileEditFormWrp .RadComboBox.RadComboBox_Default.sfregisterField.sfregisterCountry,
#university-form .RadComboBox.RadComboBox_Default.sfregisterField.sfregisterCountry,
#ContentAreaCPh_C008_PasswordRecovery .RadComboBox.RadComboBox_Default.sfregisterField.sfregisterCountry {
  width: 100% !important;
}

#university-form p {
  margin-bottom: 0;
}

#university-form p strong {
  display: inline-block;
  margin-top: 25px;
}

#university-form hr {
  display: none;
}

#university-form br {
  display: none;
}

#university-form table {
  margin: 15px 0;
  max-width: 100% !important;
}

#university-form table thead tr td {
  width: 52% !important;
  font-size: 18px;
  padding: 15px;
  border-right: solid 1px #fff !important;
  vertical-align: middle;
}

#university-form table thead tr td strong {
  margin: 0;
}

#university-form table thead tr td:first-of-type {
  width: 48% !important;
}

#university-form #techform1 .remove {
  display: none;
}

#university-form .technicians tr {
  background-color: #fff !important;
}

#university-form .technicians tr td {
  padding: 15px;
  border-right: solid 1px #dcdcdc !important;
  border-bottom: solid 1px #dcdcdc !important;
  vertical-align: top;
}

#university-form .technicians tr td label {
  display: block;
  margin: 5px 0;
}

#university-form .technicians tr td label span {
  font-size: 14px;
}

#university-form .technicians tr td:first-of-type {
  width: 48% !important;
  border-left: solid 1px #dcdcdc !important;
}

#university-form .technicians tr td:first-of-type label span {
  display: block;
  font-weight: 500;
}

#university-form .technicians tr td:last-of-type {
  width: 25% !important;
}

#university-form .technicians tr.technician {
  background-color: #eae8e8 !important;
}

#university-form .technicians tr.technician td {
  width: auto !important;
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
}

#university-form .technicians tr.technician td.remove-btn {
  text-align: right;
}

#university-form a.blue-button.clone, #university-form a.remove {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-color: transparent;
  cursor: pointer;
}

#university-form a.blue-button.clone:before, #university-form a.remove:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

#university-form a.blue-button.clone {
  display: inline-block;
  margin-bottom: 25px;
}

#university-form a.remove:before {
  content: "\f068";
}

#ContentAreaCPh_C008_PasswordRecovery div {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

#ContentAreaCPh_C008_PasswordRecovery br {
  display: none;
}

.login-form #ContentAreaCPh_C019_Label2 {
  display: none;
}

.login-form input[type="checkbox"] {
  margin-right: 10px;
}

.login-form input[type="checkbox"] + label {
  font-size: 14px;
}

.login-form a#ContentAreaCPh_C019_LoginLink {
  display: inline-block;
  background-color: #006499;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1.5;
  margin: 15px 0;
  padding: 8px 30px;
  border: solid 1px transparent !important;
  border-radius: 30px;
  white-space: normal;
}

.login-form a#ContentAreaCPh_C019_LoginLink:hover, .login-form a#ContentAreaCPh_C019_LoginLink:active, .login-form a#ContentAreaCPh_C019_LoginLink:focus, .login-form a#ContentAreaCPh_C019_LoginLink:active:hover, .login-form a#ContentAreaCPh_C019_LoginLink:active:focus {
  background-color: #004366 !important;
  color: #fff !important;
  border-color: transparent !important;
}

#rma select {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#rma input[type=text] {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#rma textarea {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 5px;
}

#rma label {
  display: block;
}

#rma #defects {
  width: 100% !important;
}

#rma #defects label {
  display: inline-block;
}

#rma #defects input[type=checkbox] {
  margin-right: 5px;
}

#rma .col2 {
  height: auto !important;
  margin-bottom: 15px;
}

#rma input[type=button] {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 30px;
  border-radius: 30px;
  white-space: normal;
  background-color: #006499;
  color: #fff !important;
  border-color: transparent;
  transition: background-color .24s ease-in-out, color .24s ease-in-out, border-color .24s ease-in-out;
}

#rma input[type=button]:hover, #rma input[type=button]:focus, #rma input[type=button]:active {
  background-color: #004366;
}

.instructionalText {
  font-size: 14px;
  font-style: italic;
}

.supportal_formdiv > input[type=submit] {
  margin-top: 25px;
}

/* Add class to default input[type=submit] styling */
.oblue-button {
  background-color: #006499;
  color: #fff !important;
  border-color: transparent;
  transition: background-color .24s ease-in-out, color .24s ease-in-out, border-color .24s ease-in-out;
}

.oblue-button:hover, .oblue-button:active, .oblue-button:visited, .oblue-button:focus {
  color: #fff !important;
  background-color: #004366;
  border-color: transparent;
}

.sfTxtLbl {
  display: block;
}

.sfTxt, input.sfregisterField {
  display: block;
  width: 100%;
  max-width: 400px;
  height: calc(2.25rem + 2px);
  margin-bottom: 15px;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sfDropdownList select, select.primary, select.sflanguagesDropDown {
  display: block;
  width: 100%;
  max-width: 400px;
  height: calc(2.25rem + 2px);
  margin-bottom: 15px;
  padding: .375rem .75rem;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sfDropdownList select {
  font-weight: 500;
  text-transform: none;
}

select.sflanguagesDropDown {
  background-color: transparent;
  font-size: 12px;
  color: #fff;
  margin: 0;
  border-color: #64c2e3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.sflanguagesDropDown option {
  color: #2c2c2c;
}

select.primary {
  background-color: transparent;
  font-size: 12px;
  color: #fff;
  margin: 0;
  padding: 6px;
  border-color: #64c2e3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.primary option {
  color: #2c2c2c;
}

.sfCheckListBox {
  display: flex;
  margin: 15px 0;
}

.sfCheckListBox input[type="checkbox"] {
  margin: 5px 10px 0 0;
}

.sfCheckListBox label {
  margin: 0 !important;
}

.sfRadioList {
  display: block;
  margin: 15px 0;
}

.sfRadioList input[type="radio"] {
  float: left;
  margin: 14px 10px 0 0;
}

.sfRadioList input[type="radio"] + label {
  display: inline-block;
  width: calc(100% - 25px);
  max-width: 100%;
  font-size: 14px;
  margin: 10px 0 !important;
}

.sfFormInstructions p {
  margin-bottom: 20px !important;
}

.sfFormCaptcha > .sfFormCaptcha {
  width: 200px;
  text-align: center;
  margin: 15px 0;
}

.sfFormCaptcha > .sfFormCaptcha img {
  margin: 0 auto 10px;
}

.sfFormCaptcha > .sfFormCaptcha a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  border: none !important;
}

.sfFormCaptcha > .sfFormCaptcha p {
  font-size: 14px;
  margin: 0;
}

.sfFormCaptcha > .sfFormCaptcha p label {
  margin: 0 !important;
}

#search > div:first-of-type, .select-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#search > div:first-of-type:before, .select-wrap:before {
  content: "Filter by...";
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-right: 15px;
  white-space: nowrap;
}

#search > div:first-of-type:after, .select-wrap:after {
  content: '\f107';
  position: absolute;
  top: 0;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  line-height: 36px;
  color: #fff;
}

#search.static div:first-of-type:before, #search.static div:first-of-type:after {
  display: none;
}

.sfprofileCancelLnk {
  display: inline-block;
  background-color: #eae8e8;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #2c2c2c !important;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1.5;
  margin-left: 15px;
  padding: 8px 30px;
  border: solid 1px #dcdcdc !important;
  border-radius: 30px;
  white-space: normal;
}

.sfprofileCancelLnk:hover, .sfprofileCancelLnk:active, .sfprofileCancelLnk:focus, .sfprofileCancelLnk:active:hover, .sfprofileCancelLnk:active:focus {
  color: #006499 !important;
  border-color: #006499 !important;
}

/* Add additional margin to form submit buttons */
input[type="submit"] {
  margin-top: 15px;
}

.g-recaptcha {
  margin-top: 25px;
}

.infusion-submit {
  padding-top: 15px;
}

#rma table {
  width: 100% !important;
}

#rma table th {
  background: #006499;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 6px;
  border-color: #64c2e3;
  vertical-align: bottom;
}

#rma #ContentAreaCPh_C010_WarrantyLookupForm_RmaOnlyP input[type="radio"] {
  margin-right: 10px;
}

.sfFormRadiolist div.sfTxtLbl {
  font-weight: 700;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
  .sflanguagesDropDownList {
    width: 100px !important;
    height: 40px !important;
  }
  select.sflanguagesDropDown {
    height: 40px;
    background: transparent;
    font-size: 12px;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  #search > div:first-of-type, .select-wrap {
    position: relative;
    width: 120px;
    height: 36px;
    background-color: #fff;
    margin: 0;
    border-color: #39b1db;
  }
  #search > div:first-of-type:before, .select-wrap:before {
    display: none;
  }
  #search > div:first-of-type:after, .select-wrap:after {
    content: '\f107';
    position: absolute;
    top: 0;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    line-height: 36px;
    color: #006499;
  }
  #search.static {
    width: 280px;
    justify-content: flex-end;
  }
  select.primary {
    height: 36px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #006499;
    padding-right: 20px;
    padding-left: 12px;
    border-color: transparent;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .sfRadioList input[type="radio"] {
    margin: 12px 10px 0 0;
  }
  .sfRadioList input[type="radio"] + label {
    font-size: 15px;
  }
}

/**************************************
*
*  NEW DEFAULT TAB STYLES
*
**************************************/
.sf_colsOut.tabStripOuter {
  width: 100% !important;
  margin-bottom: 20px !important;
}

.sf_colsOut.tabChildOuter {
  width: 100% !important;
}

.tabStripOuter {
  width: 100% !important;
}

.sf_cols.tabContainer {
  margin: 0 !important;
}

.sf_cols.tabContainer > .sf_colsOut {
  margin-bottom: 0 !important;
}

.sf_cols.tabContainer .tab-page {
  margin: 0 !important;
}

.sf_cols.tabContainer .tab-page > .sf_colsOut {
  margin: 0 !important;
  padding: 0 !important;
}

.sf_cols.tabConfigurator {
  display: flex;
  justify-content: flex-start !important;
  width: auto !important;
}

.RadTabStripTop_Bootstrap .rtsLevel1 {
  padding-top: 25px !important;
}

.RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

.RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL .rtsLI {
  width: 100%;
  padding: 0;
}

.RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL .rtsLI a.rtsLink {
  position: relative;
  display: block;
  background-color: #eae8e8 !important;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  color: #006499 !important;
  padding: 15px 8px;
  border: none !important;
  border-radius: 0;
}

.RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL .rtsLI a.rtsLink .rtsTxt:after {
  content: "\f107" !important;
  position: absolute;
  right: 15px;
  top: 16px;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  color: #006499;
}

.RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL .rtsLI a.rtsLink.rtsSelected {
  background-color: #006499 !important;
  color: #fff !important;
}

.RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL .rtsLI a.rtsLink.rtsSelected .rtsTxt:after {
  content: "\f106" !important;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .sf_colsOut.tabChildOuter {
    padding: 0 !important;
  }
  .RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: solid 2px #006499 !important;
  }
  .RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL .rtsLI {
    width: auto;
    margin: 0;
  }
  .RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL .rtsLI a.rtsLink {
    background-color: transparent !important;
  }
  .RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL .rtsLI a.rtsLink .rtsTxt:after {
    display: none;
  }
  .RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL .rtsLI a.rtsLink:hover {
    background-color: #eae8e8 !important;
    color: #004366 !important;
  }
  .RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL .rtsLI a.rtsLink.rtsSelected:hover, .RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL .rtsLI a.rtsLink.rtsSelected:active, .RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL .rtsLI a.rtsLink.rtsSelected:focus, .RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL .rtsLI a.rtsLink.rtsSelected:active:hover, .RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL .rtsLI a.rtsLink.rtsSelected:active:focus {
    background-color: #006499 !important;
    color: #fff !important;
  }
}

/******************************************************************
Sitefinity Grid
******************************************************************/
#site-container .sf_cols:before, #site-container .sf_cols:after {
  display: inline !important;
}

#site-container .sf_1col_1_100 {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

#site-container .sf_1col_1in_100 {
  margin-right: -15px;
  margin-left: -15px;
}

#site-container .sf_1col_1in_100 .sf_cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: auto;
}

#site-container .sf_1col_1in_100 .sf_cols .sf_colsOut {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#site-container .sf_1col_1in_100 .sf_cols .sf_colsOut.hide {
  display: none;
}

#site-container .sf_1col_1in_100 .sf_cols .sf_colsOut .sf_colsIn {
  width: 100%;
  margin: 0;
}

#site-container .sf_1col_1in_100 .sf_cols .sf_colsOut .sf_colsOut {
  padding: 0;
}

@media only screen and (min-width: 576px) {
  #site-container .sf_1col_1_100 {
    max-width: 540px;
  }
  #site-container .sf_1col_1_100.full-width {
    max-width: 576px;
  }
}

@media only screen and (min-width: 768px) {
  #site-container .sf_1col_1_100 {
    max-width: 720px;
  }
  #site-container .sf_1col_1_100.full-width {
    max-width: 768px;
  }
}

@media only screen and (min-width: 992px) {
  #site-container .sf_1col_1_100 {
    max-width: 960px;
  }
  #site-container .sf_1col_1_100.full-width {
    max-width: 992px;
  }
  #site-container .sf_1col_1in_100 .sf_cols .sf_colsOut .sf_colsOut {
    padding-left: 15px;
    padding-right: 15px;
  }
  #site-container .sf_1col_1in_100 .sf_cols .sf_colsOut.sf_3cols_2_34 {
    width: 33% !important;
  }
  #site-container .sf_1col_1in_100 .sf_cols .sf_cols {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 1200px) {
  #site-container .sf_1col_1_100 {
    max-width: 1140px;
  }
  #site-container .sf_1col_1_100.full-width {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1440px) {
  #site-container .sf_1col_1_100 {
    max-width: 1380px;
  }
  #site-container .sf_1col_1_100.full-width {
    max-width: 1440px;
  }
}

/******************************************************************
Base Stylesheet
******************************************************************/
body {
  background-color: #006499;
  font-family: "proxima-nova", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 500;
  color: #2c2c2c;
  transition: background-color .24s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #006499;
  border-bottom: solid 1px transparent;
  transition: color .24s ease-in-out, border-color .24s ease-in-out;
}

h1 a:hover, h1 a:active, h1 a:focus, h1 a:active:hover, h1 a:active:focus, h2 a:hover, h2 a:active, h2 a:focus, h2 a:active:hover, h2 a:active:focus, h3 a:hover, h3 a:active, h3 a:focus, h3 a:active:hover, h3 a:active:focus, h4 a:hover, h4 a:active, h4 a:focus, h4 a:active:hover, h4 a:active:focus, h5 a:hover, h5 a:active, h5 a:focus, h5 a:active:hover, h5 a:active:focus, h6 a:hover, h6 a:active, h6 a:focus, h6 a:active:hover, h6 a:active:focus {
  text-decoration: none;
  color: #004366;
  border-color: #004366;
}

h1 a.modal-toggle.video, h2 a.modal-toggle.video, h3 a.modal-toggle.video, h4 a.modal-toggle.video, h5 a.modal-toggle.video, h6 a.modal-toggle.video {
  font-weight: 700;
  border: none;
  cursor: pointer;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h2.section-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: solid 3px #006499;
}

h2.section-title a.title-link {
  display: inline-block;
  font-size: 13px;
  padding-bottom: 4px;
  border: none;
}

h2.section-title a.title-link span {
  margin-left: 5px;
}

h2.slogan {
  text-transform: uppercase;
}

h2.slogan span {
  font-weight: 700;
}

h3 {
  font-size: 28px;
}

h3.product-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

h3.product-title a {
  border: none;
}

h3.product-title a:hover, h3.product-title a:active, h3.product-title a:focus, h3.product-title a:active:hover, h3.product-title a:active:focus {
  border: none;
}

h4 {
  font-size: 24px;
}

h4 a.modal-toggle.video {
  font-size: 16px;
  line-height: 1.4;
}

h6 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.vidwrap {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 20px;
  padding-top: 56.25%;
  overflow: hidden;
}

.vidwrap iframe, .vidwrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vidwrap.video {
  position: relative;
}

.vidwrap.video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.4);
  transition: background-color .24s ease-in-out, opacity .24s ease-in-out;
}

.vidwrap.video:hover:before, .vidwrap.video:active:before, .vidwrap.video:focus:before, .vidwrap.video:active:hover:before, .vidwrap.video:active:focus:before {
  background: #006499;
  /* The Fallback */
  background: rgba(0, 100, 153, 0.8);
}

.vidwrap.video:after {
  content: "\f167";
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  font-family: "Font Awesome 5 Brands";
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
  text-align: center;
  color: #fff;
}

.vidwrap + h4 {
  line-height: 0.8;
  text-align: center;
  margin-top: -10px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}

p, li {
  font-size: 16px;
  line-height: 1.6;
}

p a, li a {
  color: #006499;
  border-bottom: solid 1px transparent;
  transition: color .24s ease-in-out, border-color .24s ease-in-out;
}

p a:hover, p a:active, p a:focus, p a:active:hover, p a:active:focus, li a:hover, li a:active, li a:focus, li a:active:hover, li a:active:focus {
  color: #004366;
  text-decoration: none;
  border-color: #004366;
}

p a.text-link, li a.text-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none !important;
}

p a.text-link.icon-right span, li a.text-link.icon-right span {
  margin-left: 5px;
}

p a.url:before, li a.url:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  margin-right: 10px;
}

p a.news-link, li a.news-link {
  font-weight: 700;
  border: none;
}

p a.news-link:after, li a.news-link:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  content: "\f105";
  margin-left: 10px;
}

p a span.fas, li a span.fas {
  font-size: 14px;
}

p a span.fas.right, li a span.fas.right {
  margin-left: 5px;
}

p a span.fas.left, li a span.fas.left {
  margin-right: 5px;
}

p {
  margin-bottom: 30px;
}

p.lead {
  font-size: 18px;
  font-weight: 500;
}

p.lead.large {
  font-size: 20px;
}

p.caption {
  font-size: 14px;
  font-style: italic;
  margin-top: -20px;
}

p#pageDownload a {
  font-weight: 700;
  border: none;
}

p#pageDownload a:before {
  content: " \f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-right: 10px;
}

p#pageDownload:last-of-type {
  margin: 0;
}

strong, b {
  font-weight: 700;
}

.btn, input[type="submit"] {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 30px;
  border-radius: 30px;
  white-space: normal;
}

.btn.icon, input[type="submit"].icon {
  padding: 8px 20px;
}

.btn.icon.icon-right span, input[type="submit"].icon.icon-right span {
  margin-left: 10px;
}

.btn.icon.icon-left span, input[type="submit"].icon.icon-left span {
  margin-right: 10px;
}

.btn.bmargin, input[type="submit"].bmargin {
  margin-bottom: 30px;
}

.btn-default {
  background-color: #dcdcdc;
  color: #909fad !important;
  border: solid 2px #dcdcdc;
  transition: background-color .24s ease-in-out, color .24s ease-in-out, border-color .24s ease-in-out;
}

.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover, .btn-default:active:focus {
  background-color: #c3c3c3;
  color: #2c2c2c !important;
  border-color: #c3c3c3;
}

.btn-primary, input[type="submit"] {
  background-color: #006499;
  color: #fff !important;
  border-color: transparent;
  transition: background-color .24s ease-in-out, color .24s ease-in-out, border-color .24s ease-in-out;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover, .btn-primary:active:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus, input[type="submit"]:active:hover, input[type="submit"]:active:focus {
  color: #fff !important;
  background-color: #004366;
  border-color: transparent;
}

.btn-primary.gray, input[type="submit"].gray {
  background-color: #eae8e8;
  color: #2c2c2c !important;
  border-color: #dcdcdc !important;
  transition: background-color .24s ease-in-out, color .24s ease-in-out, border-color .24s ease-in-out;
}

.btn-primary.gray:hover, .btn-primary.gray:active, .btn-primary.gray:focus, .btn-primary.gray:active:hover, .btn-primary.gray:active:focus, input[type="submit"].gray:hover, input[type="submit"].gray:active, input[type="submit"].gray:focus, input[type="submit"].gray:active:hover, input[type="submit"].gray:active:focus {
  color: #006499 !important;
  background-color: #dedada;
  border-color: #dcdcdc !important;
}

.btn-clear {
  background-color: transparent;
  color: #fff;
  border: solid 2px #fff;
  transition: background-color .24s ease-in-out, color .24s ease-in-out, border-color .24s ease-in-out;
}

.btn-clear:hover, .btn-clear:active, .btn-clear:focus, .btn-clear:active:hover, .btn-clear:active:focus {
  background: #2c2c2c;
  /* The Fallback */
  background: rgba(44, 44, 44, 0.2);
  color: #fff;
}

.bgcolor-screen {
  background-color: #dcdcdc;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.centered {
  text-align: center;
  justify-content: center;
}

.sfContentBlock {
  width: 100%;
}

.form-control {
  max-width: 400px;
  border-radius: 0;
}

label {
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 5px;
}

.sfError {
  font-size: 14px;
  font-weight: 700;
  color: #c70e23;
}

#top-bar ul.secondary-nav li.has-children ul.nav-list {
  display: none;
  list-style: none;
  position: absolute;
  background-color: #f6f5f5;
  margin: 0;
  padding: 10px 0;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

#top-bar ul.secondary-nav li.has-children ul.nav-list li {
  display: block;
  margin: 0;
}

#top-bar ul.secondary-nav li.has-children ul.nav-list li a, #top-bar ul.secondary-nav li.has-children ul.nav-list li strong {
  display: block;
  font-size: 14px;
  color: #006499;
  font-weight: 700;
  padding: 8px 20px;
  border: none;
}

#top-bar ul.secondary-nav li.has-children ul.nav-list li strong {
  font-size: 16px;
  color: #2c2c2c;
  padding-top: 16px;
}

#top-bar ul.secondary-nav li.has-children ul.nav-list li a {
  background-color: transparent;
  transition: background-color .24s ease-in-out;
}

#top-bar ul.secondary-nav li.has-children ul.nav-list li a:hover, #top-bar ul.secondary-nav li.has-children ul.nav-list li a:active, #top-bar ul.secondary-nav li.has-children ul.nav-list li a:focus {
  background-color: #eae8e8;
}

#top-bar ul.secondary-nav li.has-children ul.nav-list li a:after {
  display: none;
}

.sfInlineEditingPageMenu {
  display: none;
}

.RadGrid_Default {
  border: none !important;
}

#videoModal .modal-dialog {
  max-width: 960px;
}

#videoModal .modal-content {
  border-radius: 0;
}

#videoModal .modal-content .vidwrap {
  margin: 0;
}

#videoModal .modal-body {
  padding: 0;
}

#site-wrap {
  position: relative;
  background-color: #fff;
  font-size: 16px;
  margin: 0 auto;
}

#menu {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 200;
  width: 64px;
  height: 64px;
  margin: -32px 0 0;
  cursor: pointer;
}

#menu .hamburger {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  width: 20px;
}

#menu .hamburger .bar {
  position: relative;
  width: 20px;
  height: 2px;
  margin-bottom: 4px;
  background: #fff;
  transition: all .24s ease-in-out;
  outline: 1px solid transparent;
}

#menu .hamburger .bar.top {
  top: 0;
}

#menu .hamburger .bar.mid {
  left: 0;
  opacity: 1;
}

#menu .hamburger .bar.bot {
  top: 0;
}

#menu.active .hamburger .bar.top {
  top: 8px;
  transform: rotate(-45deg);
}

#menu.active .hamburger .bar.mid {
  opacity: 0;
}

#menu.active .hamburger .bar.bot {
  top: -4px;
  transform: rotate(45deg);
}

#nav-container {
  position: absolute;
  right: 0;
  width: calc(100% - 64px);
  max-width: 310px;
  min-height: 100vh;
  background-color: #004366;
  color: #2c2c2c;
  padding: 40px 0;
  opacity: 0;
  transition: opacity .24s ease-in-out;
}

#nav-container.active {
  opacity: 1;
}

#main-nav .phone {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #006499;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

#main-nav .phone span, #main-nav .phone a {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  margin: 0 10px;
  border: none;
}

ul.primary-nav, ul.secondary-nav, ul.sub-menu {
  list-style: none;
  background-color: #005380;
  margin: 0 0 20px;
  padding: 0;
  border-top: solid 1px #004366;
  overflow: hidden;
}

ul.primary-nav li, ul.secondary-nav li, ul.sub-menu li {
  position: relative;
  margin: 0;
  padding: 0;
  transition: background-color .24s ease-in-out;
}

ul.primary-nav li a, ul.secondary-nav li a, ul.sub-menu li a {
  display: block;
  background-color: transparent;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  color: #8fd3eb;
  padding: 12px 68px 12px 20px;
  border-bottom: solid 1px #004366;
  transition: color .24s ease-in-out;
}

ul.primary-nav li a:hover, ul.primary-nav li a:active, ul.primary-nav li a:focus, ul.primary-nav li a:active:hover, ul.primary-nav li a:active:focus, ul.secondary-nav li a:hover, ul.secondary-nav li a:active, ul.secondary-nav li a:focus, ul.secondary-nav li a:active:hover, ul.secondary-nav li a:active:focus, ul.sub-menu li a:hover, ul.sub-menu li a:active, ul.sub-menu li a:focus, ul.sub-menu li a:active:hover, ul.sub-menu li a:active:focus {
  color: #8fd3eb;
  text-decoration: none;
}

ul.primary-nav li span, ul.secondary-nav li span, ul.sub-menu li span {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  color: #8fd3eb;
  border-left: solid 1px #004366;
  transition: color .24s ease-in-out, transform .24s ease-in-out;
}

ul.primary-nav li span:hover, ul.primary-nav li span:active, ul.primary-nav li span:focus, ul.primary-nav li span:active:hover, ul.primary-nav li span:active:focus, ul.secondary-nav li span:hover, ul.secondary-nav li span:active, ul.secondary-nav li span:focus, ul.secondary-nav li span:active:hover, ul.secondary-nav li span:active:focus, ul.sub-menu li span:hover, ul.sub-menu li span:active, ul.sub-menu li span:focus, ul.sub-menu li span:active:hover, ul.sub-menu li span:active:focus {
  color: #8fd3eb;
}

ul.primary-nav li span.open, ul.secondary-nav li span.open, ul.sub-menu li span.open {
  transform: scale(1, -1);
}

ul.primary-nav li span.fa-angle-right.open, ul.secondary-nav li span.fa-angle-right.open, ul.sub-menu li span.fa-angle-right.open {
  transform: rotate(90deg);
}

ul.primary-nav li.double span, ul.secondary-nav li.double span, ul.sub-menu li.double span {
  height: 66px;
  line-height: 66px;
}

ul.primary-nav li.active > a, ul.primary-nav li.active > span, ul.secondary-nav li.active > a, ul.secondary-nav li.active > span, ul.sub-menu li.active > a, ul.sub-menu li.active > span {
  background-color: #006499;
  color: #fff;
}

ul.primary-nav li.active > a > span, ul.primary-nav li.active > span > span, ul.secondary-nav li.active > a > span, ul.secondary-nav li.active > span > span, ul.sub-menu li.active > a > span, ul.sub-menu li.active > span > span {
  background-color: #006499;
  color: #fff;
}

ul.primary-nav.admin, ul.secondary-nav.admin, ul.sub-menu.admin {
  margin-bottom: 30px;
}

ul.primary-nav.admin li a, ul.secondary-nav.admin li a, ul.sub-menu.admin li a {
  font-size: 13px;
  color: #8fd3eb;
  padding: 10px 20px;
}

ul.sub-menu {
  display: none;
  background-color: #004970;
  margin: 0;
  padding: 0;
  border-top: none;
}

ul.sub-menu li a {
  font-size: 15px;
  text-transform: none;
  padding-left: 32px;
  border-color: #00324d;
}

ul.sub-menu li a:hover, ul.sub-menu li a:active, ul.sub-menu li a:focus, ul.sub-menu li a:active:hover, ul.sub-menu li a:active:focus {
  color: #fff;
}

ul.sub-menu li.has-children span {
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  border-color: #00324d;
}

ul.sub-menu li.active > a, ul.sub-menu li.active > span {
  background-color: transparent;
  color: #fff;
}

ul.sub-menu li.active > a > span, ul.sub-menu li.active > span > span {
  background-color: transparent;
  color: #fff;
}

ul.sub-menu ul.sub-menu {
  background-color: #003c5c;
}

ul.sub-menu ul.sub-menu li a {
  font-size: 14px;
  padding-left: 44px;
  border-color: #00324d;
}

ul.sub-menu ul.sub-menu li.has-children span {
  height: 43px;
  font-size: 14px;
  line-height: 43px;
  border-color: #00324d;
}

ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #00324d;
}

ul.sub-menu ul.sub-menu ul.sub-menu li a {
  padding-left: 56px;
}

.mega-menu-nav, .mega-overlay, .mega-wrap {
  display: none;
}

.k-animation-container {
  display: none !important;
}

#search, .search-banner {
  position: relative;
  margin: 0;
  padding: 0 20px;
}

#search .select-wrap, .search-banner .select-wrap {
  display: none;
}

#search .k-autocomplete, .search-banner .k-autocomplete {
  display: block;
  width: 100%;
}

#search > div, .search-banner > div {
  position: relative;
}

#search input[type="text"], .search-banner input[type="text"] {
  width: 100%;
  height: 38px;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 38px;
  color: #2c2c2c;
  width: 100%;
  padding: 0 48px 0 10px;
  border: solid 1px #dcdcdc;
}

#search input[type="submit"], .search-banner input[type="submit"] {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 10;
  width: 48px;
  height: 38px;
  background: transparent;
  text-indent: -9999px;
  padding: 0;
  border: none;
}

#search input[type="submit"].sfsearchSubmit, .search-banner input[type="submit"].sfsearchSubmit {
  right: 0;
  margin: 0;
  border-radius: 0;
}

#search span.fas, .search-banner span.fas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  color: #006499;
}

.search-banner {
  max-width: 300px;
  margin: 0 auto;
  padding: 0;
}

.search-banner input[type="text"] {
  height: 48px;
  padding: 0 48px 0 30px;
  border-radius: 24px;
}

.search-banner input[type="submit"] {
  right: 0;
  height: 48px;
}

.search-banner span.fas {
  height: 48px;
  line-height: 48px;
}

.lang-switch {
  position: absolute;
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.lang-switch > div {
  width: 100%;
}

.lang-switch:before {
  content: "\f1ab";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin-right: 15px;
}

.lang-switch:after {
  content: '\f107';
  position: absolute;
  top: 0;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  line-height: 36px;
  color: #fff;
}

#admin-menu {
  display: none;
}

#site-container {
  position: relative;
  right: 0;
  width: 100%;
  background-color: #fff;
}

#site-container.active {
  position: fixed;
}

#top-bar {
  width: 100%;
  height: 40px;
  background-color: #006499;
}

#top-bar ul.secondary-nav {
  background-color: transparent;
  position: relative;
  z-index: 1200;
  margin: 0;
  border: none;
  overflow: visible;
}

#top-bar ul.secondary-nav li {
  display: inline-block;
  margin-right: -4px;
}

#top-bar ul.secondary-nav li a {
  height: 40px;
  background-color: transparent;
  font-size: 12px;
  color: #fff;
  padding: 13px 15px;
  border: none;
  cursor: pointer;
  transition: color .24s ease-in-out, background-color .24s ease-in-out;
}

#top-bar ul.secondary-nav li a .icon {
  display: inline-block;
  height: 16px;
  margin-top: -3px;
  margin-right: 5px;
}

#top-bar ul.secondary-nav li:first-of-type a:after {
  content: '';
  position: absolute;
  top: 14px;
  right: 0;
  display: none;
  background-color: #fff;
  width: 1px;
  height: 12px;
}

#top-bar ul.secondary-nav li.has-children a {
  padding: 13px 30px 13px 15px;
  transition: color .24s ease-in-out, background-color .24s ease-in-out;
}

#top-bar ul.secondary-nav li.has-children a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  z-index: 110;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #005380;
  opacity: 0;
  transition: opacity .24s ease-in-out;
}

#top-bar ul.secondary-nav li.has-children span {
  width: 36px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  border: none;
  transition: color .24s ease-in-out, transform .24s ease-in-out;
}

#top-bar ul.secondary-nav li.has-children:hover span, #top-bar ul.secondary-nav li.has-children:active span, #top-bar ul.secondary-nav li.has-children:focus span, #top-bar ul.secondary-nav li.has-children:active:hover span, #top-bar ul.secondary-nav li.has-children:active:focus span {
  color: #fff;
}

#top-bar ul.secondary-nav li.has-children.active a {
  background-color: #005380;
  color: #fff;
  border: none;
}

#top-bar ul.secondary-nav li.has-children.active a:after {
  opacity: 1;
}

#top-bar ul.secondary-nav li.has-children.active span {
  background-color: transparent;
  color: #fff;
  border: none;
  transform: scale(1, -1);
}

#top-bar ul.secondary-nav li.has-children ul.nav-list {
  right: 0;
  width: 280px;
}

#top-bar ul.secondary-nav li.has-children ul.nav-list li a {
  height: auto;
  font-size: 14px;
  text-transform: none;
  padding: 10px 20px;
}

#top-bar ul.secondary-nav li.has-children ul.nav-list li.section-label a {
  padding: 0;
}

#top-bar ul.secondary-nav li.has-children ul.nav-list li.section-label a strong {
  color: #2c2c2c;
  transition: color .24s ease-in-out;
}

#top-bar ul.secondary-nav li.has-children ul.nav-list li.section-label a:hover, #top-bar ul.secondary-nav li.has-children ul.nav-list li.section-label a:active, #top-bar ul.secondary-nav li.has-children ul.nav-list li.section-label a:focus, #top-bar ul.secondary-nav li.has-children ul.nav-list li.section-label a:active:hover, #top-bar ul.secondary-nav li.has-children ul.nav-list li.section-label a:active:focus {
  background-color: transparent;
  color: #006499;
}

#top-bar ul.secondary-nav li.has-children ul.nav-list li.section-label a:hover strong, #top-bar ul.secondary-nav li.has-children ul.nav-list li.section-label a:active strong, #top-bar ul.secondary-nav li.has-children ul.nav-list li.section-label a:focus strong, #top-bar ul.secondary-nav li.has-children ul.nav-list li.section-label a:active:hover strong, #top-bar ul.secondary-nav li.has-children ul.nav-list li.section-label a:active:focus strong {
  color: #006499;
}

#top-bar ul.secondary-nav ul.sub-menu {
  position: absolute;
  z-index: 100;
  width: 100%;
}

#top-bar ul.secondary-nav.admin {
  display: none;
}

#header {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 80px;
}

.logo-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: calc(100% - 64px);
}

.slogan-blade {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 80px;
  background-color: #64c2e3;
  overflow: hidden;
}

.slogan-blade:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -48px;
  width: 70px;
  height: 120px;
  background-color: #fff;
  transform: rotate(18deg);
}

.slogan-wrap {
  display: none;
}

#corp-logo {
  width: 80%;
  max-width: 180px;
  margin: 0;
}

#corp-logo img {
  max-width: 180px;
  max-height: 70px;
}

#corp-logo img a {
  border: none;
}

.content.sf_cols {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content.sf_cols + .content.sf_cols {
  padding-top: 0;
}

.content.sf_cols + .content.sf_cols.sub-banner {
  padding-top: 40px;
}

.content.sf_cols .content.sf_cols {
  padding-top: 0;
}

.content.sf_cols.section {
  padding-top: 40px !important;
}

.content.sf_cols.section + .content.sf_cols {
  padding-top: 40px;
}

.content.sf_cols.blue {
  background: #64c2e3;
  /* The Fallback */
  background: rgba(100, 194, 227, 0.2);
}

.content.sf_cols.gray {
  background-color: #f6f5f5;
}

.content.sf_cols.form-wrap .infusion-field {
  margin-bottom: 15px;
}

.content.sf_cols.form-wrap .g-recaptcha, .content.sf_cols.form-wrap .infusion-submit {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.content.sf_cols a {
  color: #006499;
  border-bottom: solid 1px #006499;
  transition: background-color .24s ease-in-out, color .24s ease-in-out, border-color .24s ease-in-out;
}

.content.sf_cols a:hover, .content.sf_cols a:active, .content.sf_cols a:focus, .content.sf_cols a:active:hover, .content.sf_cols a:active:focus {
  color: #004366;
  text-decoration: none;
  border-color: #004366;
}

.content.sf_cols p a {
  border-color: #006499;
}

.content.sf_cols ul, .content.sf_cols ol {
  margin: 0 0 30px;
  padding: 0 0 0 20px;
}

.content.sf_cols ul li, .content.sf_cols ol li {
  margin: 5px 0;
}

.content.sf_cols ul.link-list, .content.sf_cols ol.link-list {
  list-style: none;
  padding-left: 0;
}

.content.sf_cols ul.link-list li, .content.sf_cols ol.link-list li {
  font-weight: 700;
}

.content.sf_cols ul.news-list, .content.sf_cols ol.news-list {
  list-style: none;
  height: 100%;
  margin: 0;
  padding: 0;
}

.content.sf_cols ul.news-list li, .content.sf_cols ol.news-list li {
  margin: 0 0 40px;
}

.content.sf_cols ul.news-list li h2.news-title, .content.sf_cols ol.news-list li h2.news-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 5px;
}

.content.sf_cols ul.news-list li h2.news-title a, .content.sf_cols ol.news-list li h2.news-title a {
  border: none;
}

.content.sf_cols ul.news-list li h4.news-title, .content.sf_cols ol.news-list li h4.news-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
}

.content.sf_cols ul.news-list li h4.news-title a, .content.sf_cols ol.news-list li h4.news-title a {
  border: none;
}

.content.sf_cols ul.news-list li .news-meta, .content.sf_cols ol.news-list li .news-meta {
  font-size: 13px;
  color: #555555;
  margin-bottom: 15px;
}

.content.sf_cols ul.news-list li .news-meta.event, .content.sf_cols ol.news-list li .news-meta.event {
  font-size: 16px;
}

.content.sf_cols ul.news-list li .news-meta.event br, .content.sf_cols ol.news-list li .news-meta.event br {
  display: none;
}

.content.sf_cols ul.news-list li .news-summary, .content.sf_cols ol.news-list li .news-summary {
  margin-bottom: 15px;
}

.content.sf_cols ul.news-list li a.full-story-link, .content.sf_cols ol.news-list li a.full-story-link {
  font-weight: 700;
  border: none;
}

.content.sf_cols ul.news-list li a.full-story-link:after, .content.sf_cols ol.news-list li a.full-story-link:after {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  content: "\f105";
  margin-left: 5px;
}

.content.sf_cols ul.news-list.sidebar li, .content.sf_cols ol.news-list.sidebar li {
  margin-bottom: 20px;
}

.content.sf_cols ul.news-list.sidebar li .news-meta.event, .content.sf_cols ol.news-list.sidebar li .news-meta.event {
  font-size: 13px;
}

.content.sf_cols ul.cat-list, .content.sf_cols ol.cat-list {
  margin: 0;
}

.content.sf_cols ul.cat-list li, .content.sf_cols ol.cat-list li {
  line-height: 1.2;
  margin: 0;
}

.content.sf_cols ul.cat-list li a, .content.sf_cols ol.cat-list li a {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  padding: 8px 0;
  border: none;
}

.content.sf_cols ul.cat-list li a:hover, .content.sf_cols ul.cat-list li a:active, .content.sf_cols ul.cat-list li a:focus, .content.sf_cols ul.cat-list li a:active:hover, .content.sf_cols ul.cat-list li a:active:focus, .content.sf_cols ol.cat-list li a:hover, .content.sf_cols ol.cat-list li a:active, .content.sf_cols ol.cat-list li a:focus, .content.sf_cols ol.cat-list li a:active:hover, .content.sf_cols ol.cat-list li a:active:focus {
  border: none;
}

.content.sf_cols ul.event-details, .content.sf_cols ol.event-details {
  list-style: none;
  padding: 0;
}

.content.sf_cols ul.nav-tabs, .content.sf_cols ol.nav-tabs {
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: solid 2px #006499;
}

.content.sf_cols ul.nav-tabs li.nav-item, .content.sf_cols ol.nav-tabs li.nav-item {
  margin: 0;
}

.content.sf_cols ul.nav-tabs li.nav-item a.nav-link, .content.sf_cols ol.nav-tabs li.nav-item a.nav-link {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 15px 20px;
  border: none;
  border-radius: 0;
  transition: color .24s ease-in-out, background-color .24s ease-in-out;
}

.content.sf_cols ul.nav-tabs li.nav-item a.nav-link:hover, .content.sf_cols ul.nav-tabs li.nav-item a.nav-link:active, .content.sf_cols ul.nav-tabs li.nav-item a.nav-link:focus, .content.sf_cols ul.nav-tabs li.nav-item a.nav-link:active:hover, .content.sf_cols ul.nav-tabs li.nav-item a.nav-link:active:focus, .content.sf_cols ol.nav-tabs li.nav-item a.nav-link:hover, .content.sf_cols ol.nav-tabs li.nav-item a.nav-link:active, .content.sf_cols ol.nav-tabs li.nav-item a.nav-link:focus, .content.sf_cols ol.nav-tabs li.nav-item a.nav-link:active:hover, .content.sf_cols ol.nav-tabs li.nav-item a.nav-link:active:focus {
  background-color: #eae8e8;
  color: #006499;
}

.content.sf_cols ul.nav-tabs li.nav-item a.nav-link.active, .content.sf_cols ol.nav-tabs li.nav-item a.nav-link.active {
  background-color: #006499;
  color: #fff;
}

.content.sf_cols ul.product-thumbs, .content.sf_cols ol.product-thumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 10px;
  padding: 0;
}

.content.sf_cols ul.product-thumbs li, .content.sf_cols ol.product-thumbs li {
  background-color: #eae8e8;
  width: 72px;
  margin: 5px;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.24s;
  transition-property: box-shadow;
}

.content.sf_cols ul.product-thumbs li:before, .content.sf_cols ol.product-thumbs li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #006499;
  height: 2px;
  transition-property: right;
  transition-duration: 0.24s;
  transition-timing-function: ease-out;
}

.content.sf_cols ul.product-thumbs li.active:before, .content.sf_cols ul.product-thumbs li:hover:before, .content.sf_cols ul.product-thumbs li:focus:before, .content.sf_cols ul.product-thumbs li:active:before, .content.sf_cols ol.product-thumbs li.active:before, .content.sf_cols ol.product-thumbs li:hover:before, .content.sf_cols ol.product-thumbs li:focus:before, .content.sf_cols ol.product-thumbs li:active:before {
  right: 0;
}

.content.sf_cols ul.product-thumbs li.active, .content.sf_cols ul.product-thumbs li:hover, .content.sf_cols ul.product-thumbs li:focus, .content.sf_cols ul.product-thumbs li:active, .content.sf_cols ol.product-thumbs li.active, .content.sf_cols ol.product-thumbs li:hover, .content.sf_cols ol.product-thumbs li:focus, .content.sf_cols ol.product-thumbs li:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.content.sf_cols ul.product-thumbs li a, .content.sf_cols ol.product-thumbs li a {
  display: block;
  padding: 10px;
  border: none;
}

.content.sf_cols ul.product-thumbs li img.product-image, .content.sf_cols ol.product-thumbs li img.product-image {
  margin: 0;
}

.content.sf_cols ul.thumbnail-gallery, .content.sf_cols ol.thumbnail-gallery {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
  padding: 0;
}

.content.sf_cols ul.thumbnail-gallery li.gallery-thumb, .content.sf_cols ol.thumbnail-gallery li.gallery-thumb {
  width: 50%;
  text-align: center;
}

.content.sf_cols ul.thumbnail-gallery li.gallery-thumb img, .content.sf_cols ol.thumbnail-gallery li.gallery-thumb img {
  margin: 0 auto 10px;
}

.content.sf_cols ul.thumbnail-gallery li.gallery-thumb h4, .content.sf_cols ol.thumbnail-gallery li.gallery-thumb h4 {
  font-size: 14px;
}

.content.sf_cols ul.thumbnail-gallery li.gallery-thumb h4 a, .content.sf_cols ol.thumbnail-gallery li.gallery-thumb h4 a {
  font-weight: 700;
  border: none;
}

.content.sf_cols ul.download-list, .content.sf_cols ol.download-list {
  list-style: none;
  padding: 0;
}

.content.sf_cols ul.download-list li, .content.sf_cols ol.download-list li {
  margin: 10px 0;
}

.content.sf_cols ul.download-list li a, .content.sf_cols ol.download-list li a {
  font-weight: 700;
  border: none;
}

.content.sf_cols ul.download-list li.pdf a:before, .content.sf_cols ol.download-list li.pdf a:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  margin-right: 10px;
}

.content.sf_cols ul.sfimagesTmbList, .content.sf_cols ol.sfimagesTmbList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 24px;
  padding: 0;
}

.content.sf_cols ul.sfimagesTmbList li.sfimagesTmb, .content.sf_cols ol.sfimagesTmbList li.sfimagesTmb {
  width: 100%;
  max-width: 320px;
  padding: 15px;
}

.content.sf_cols ul.sfimagesTmbList li.sfimagesTmb img, .content.sf_cols ol.sfimagesTmbList li.sfimagesTmb img {
  margin: 0 auto 12px;
}

.content.sf_cols ul.sfimagesTmbList li.sfimagesTmb .drc-title, .content.sf_cols ol.sfimagesTmbList li.sfimagesTmb .drc-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.content.sf_cols ul.sfimagesTmbList li.sfimagesTmb .drc-title a, .content.sf_cols ol.sfimagesTmbList li.sfimagesTmb .drc-title a {
  border: none;
}

.content.sf_cols div[class^="col-"].vert-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.content.sf_cols .feature-panel .feature-card {
  position: relative;
  margin-bottom: 30px;
}

.content.sf_cols .feature-panel .feature-card .text-wrap h4.feature-title {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.content.sf_cols .feature-panel .feature-card .text-wrap h4.feature-title a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #006499;
  /* The Fallback */
  background: rgba(0, 100, 153, 0.8);
  color: #fff;
  padding: 20px;
  border: none;
  transition: background-color .24s ease-in-out;
}

.content.sf_cols .feature-panel .feature-card .text-wrap h4.feature-title a:hover, .content.sf_cols .feature-panel .feature-card .text-wrap h4.feature-title a:active, .content.sf_cols .feature-panel .feature-card .text-wrap h4.feature-title a:focus, .content.sf_cols .feature-panel .feature-card .text-wrap h4.feature-title a:active:hover, .content.sf_cols .feature-panel .feature-card .text-wrap h4.feature-title a:active:focus {
  background: #006499;
  /* The Fallback */
  background: rgba(0, 100, 153, 0.9);
}

.content.sf_cols .feature-panel .feature-card .text-wrap p {
  display: none;
}

.content.sf_cols .icon-block {
  margin: 20px 0;
}

.content.sf_cols .icon-block h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  border: none;
}

.content.sf_cols .icon-block p {
  margin-bottom: 20px;
}

.content.sf_cols .icon-block a {
  border: none;
}

.content.sf_cols .icon-block img {
  display: inline-block;
  width: 100%;
  max-width: 96px;
}

.content.sf_cols .search-item h2.search-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 5px;
}

.content.sf_cols .search-item h2.search-title a {
  border: none;
}

.content.sf_cols .search-item .search-link {
  font-size: 13px;
  color: #555555;
  margin-bottom: 15px;
}

.content.sf_cols .search-item .search-snippet {
  margin-bottom: 15px;
}

.content.sf_cols .search-item .search-highlight {
  background-color: #f6f5f5;
  margin-bottom: 60px;
  padding: 15px;
  border: solid 1px #dcdcdc;
}

.content.sf_cols .sf_pagerNumeric {
  text-align: center;
  margin-bottom: 40px;
}

.content.sf_cols .sf_pagerNumeric > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #006499;
  padding: 10px 12px;
  border: none;
  transition: color .24s ease-in-out;
}

.content.sf_cols .sf_pagerNumeric > a:hover, .content.sf_cols .sf_pagerNumeric > a:active, .content.sf_cols .sf_pagerNumeric > a:focus, .content.sf_cols .sf_pagerNumeric > a:active:hover, .content.sf_cols .sf_pagerNumeric > a:active:focus {
  color: #004366;
}

.content.sf_cols .sf_pagerNumeric > a.sf_PagerCurrent {
  color: #2c2c2c;
  border-bottom: solid 2px #dcdcdc;
}

.content.sf_cols.panels.home .panel .content-card {
  width: 100%;
}

.content.sf_cols.panels.home .panel .content-card .title-wrap {
  background-color: #fff;
  transition: background-color .24s ease-in-out;
}

.content.sf_cols.panels.home .panel .content-card .title-wrap h3.panel-title {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 20px;
  transition: color .24s ease-in-out;
}

.content.sf_cols.panels.home .panel .content-card .title-wrap h3.panel-title a {
  display: block;
  border: none;
}

.content.sf_cols.panels.home .panel .content-card .title-wrap .trigger span {
  background-color: transparent;
  transition: transform .24s ease-in-out, color .24s ease-in-out;
}

.content.sf_cols.panels.home .panel .content-card .title-wrap.text-after {
  display: block;
}

.content.sf_cols.panels.home .panel .content-card.active {
  position: relative;
}

.content.sf_cols.panels.home .panel .content-card.active .title-wrap {
  background-color: #006499;
}

.content.sf_cols.panels.home .panel .content-card.active .title-wrap .trigger span {
  color: #fff;
  transform: scale(1, -1);
}

.content.sf_cols.panels.home .panel .content-card.active h3.panel-title a {
  color: #fff;
}

.content.sf_cols.panels.home .collapse-panel {
  display: none;
}

.content.sf_cols.panels.home .collapse-panel .panel-wrap {
  padding: 0 15px;
}

.content.sf_cols.panels.home .collapse-panel .panel-row {
  background-color: #eae8e8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content.sf_cols.panels.home .collapse-panel .panel-row h2 {
  padding-top: 20px;
}

.content.sf_cols.panels.home .collapse-panel .panel-row .logo-row {
  align-items: flex-start;
  justify-content: center;
}

.content.sf_cols.panels.home .collapse-panel .panel-row .logo-row img {
  width: 100%;
  max-width: 200px;
  margin: 10px auto;
}

.content.sf_cols.panels.home .collapse-panel .panel-row .logo-row p {
  font-size: 14px;
  margin-bottom: 25px;
}

.content.sf_cols.panels.home .collapse-panel.active .panel-wrap {
  border: solid 1px #dcdcdc;
  border-top: solid 4px #006499;
}

.content.sf_cols.sub-banner .card-wrap {
  display: flex;
  padding: 20px 0;
}

.content.sf_cols.sub-banner .card-wrap .sf_cols {
  margin: 0 !important;
}

.content.sf_cols.sub-banner .card-wrap > div {
  display: flex;
}

.content.sf_cols.sub-banner .card-wrap .card {
  display: flex;
  height: 100%;
  background: #fff;
  padding: 20px 15px !important;
  border: none;
  border-radius: 0;
}

.content.sf_cols.sub-banner .card-wrap .card > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.content.sf_cols.sub-banner .card-wrap .card h2.card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.content.sf_cols .RadSocialShare.RadSocialShare_Default {
  display: block;
  background-color: transparent;
  margin: 0;
  padding: 15px 0;
  border: solid #dcdcdc;
  border-width: 2px 0 0;
  border-radius: 0;
}

.content.sf_cols .RadSocialShare.RadSocialShare_Default ul.sshContent {
  margin: 0;
  padding: 0;
}

.content.sf_cols .RadSocialShare.RadSocialShare_Default ul.sshContent:before {
  content: 'Share: ';
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
}

.content.sf_cols .RadSocialShare.RadSocialShare_Default ul.sshContent li.sshListItem {
  margin: -5px 10px 0;
  padding: 0;
}

.content.sf_cols .RadSocialShare.RadSocialShare_Default ul.sshContent li.sshListItem .sshLinkItem {
  border: none;
}

.content.sf_cols .RadSocialShare.RadSocialShare_Default ul.sshContent li.sshListItem .sshIcon {
  width: 16px;
  height: 16px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
}

.content.sf_cols .RadSocialShare.RadSocialShare_Default ul.sshContent li.sshListItem .sshIcon.sshShareOnFacebook {
  background: url("/assets/images/icons/icon_facebook.png") no-repeat center center;
  background-size: cover;
}

.content.sf_cols .RadSocialShare.RadSocialShare_Default ul.sshContent li.sshListItem .sshIcon.sshShareOnTwitter {
  background: url("/assets/images/icons/icon_twitter.png") no-repeat center center;
  background-size: cover;
}

.content.sf_cols .RadSocialShare.RadSocialShare_Default ul.sshContent li.sshListItem .sshIcon.sshLinkedIn {
  background: url("/assets/images/icons/icon_linkedin.png") no-repeat center center;
  background-size: cover;
}

.content.sf_cols .callout {
  background-color: #eae8e8;
  margin-bottom: 20px;
  padding: 15px;
}

.content.sf_cols table {
  width: 1005px !important;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 30px;
}

.content.sf_cols table tr:nth-of-type(odd) {
  background-color: #f6f5f5;
}

.content.sf_cols table td {
  width: auto !important;
  font-size: 14px;
  padding: 10px 6px;
  border: solid #dcdcdc !important;
  border-width: 0 1px 1px 0 !important;
}

.content.sf_cols table td:last-of-type {
  border-right: none !important;
}

.content.sf_cols table td input[type="submit"] {
  font-size: 12px !important;
  padding: 8px 15px !important;
  margin: 0 !important;
}

.content.sf_cols table thead td, .content.sf_cols table thead th {
  background: #006499;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 6px;
  border-color: #64c2e3;
  vertical-align: bottom;
}

.content.sf_cols table thead td a, .content.sf_cols table thead th a {
  color: #fff;
}

.content.sf_cols table thead td a:hover, .content.sf_cols table thead td a:active, .content.sf_cols table thead td a:focus, .content.sf_cols table thead td a:active:hover, .content.sf_cols table thead td a:active:focus, .content.sf_cols table thead th a:hover, .content.sf_cols table thead th a:active, .content.sf_cols table thead th a:focus, .content.sf_cols table thead th a:active:hover, .content.sf_cols table thead th a:active:focus {
  color: #fff;
}

.content.sf_cols table thead th {
  padding: 10px 6px;
}

.content.sf_cols table.small-table td {
  font-size: 13px;
}

.content.sf_cols .table-responsive {
  position: relative;
  width: 100% !important;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border: none;
}

.content.sf_cols .table-responsive table {
  margin: 0;
}

.content.sf_cols .table-responsive.sfdownloadTable {
  width: 100% !important;
  border: none !important;
}

.content.sf_cols .table-responsive.sfdownloadTable table {
  width: 100% !important;
  min-width: 480px;
}

.content.sf_cols .table-responsive.sfdownloadTable table td {
  font-size: 13px;
  color: #2c2c2c;
  vertical-align: middle;
}

.content.sf_cols .search-filter .btn {
  background-color: transparent;
  color: #2c2c2c;
  margin: 5px 10px;
  padding: 0;
  border-color: transparent;
  border-radius: 0;
}

.content.sf_cols .search-filter .btn:hover, .content.sf_cols .search-filter .btn:active, .content.sf_cols .search-filter .btn:focus, .content.sf_cols .search-filter .btn:active:hover, .content.sf_cols .search-filter .btn:active:focus {
  background-color: transparent;
  border-color: transparent;
  color: #006499;
}

.content.sf_cols .search-filter .btn.btn-primary {
  color: #006499 !important;
  border-bottom: solid 1px #006499;
}

.content.sf_cols .search-filter .btn.btn-primary:hover, .content.sf_cols .search-filter .btn.btn-primary:active, .content.sf_cols .search-filter .btn.btn-primary:focus, .content.sf_cols .search-filter .btn.btn-primary:active:hover, .content.sf_cols .search-filter .btn.btn-primary:active:focus {
  color: #004366 !important;
  border-bottom: solid 1px #004366 !important;
}

.content.sf_cols .search-filter:before {
  content: 'Filter by: ';
}

.content.sf_cols .sfdownloadFileWrp {
  margin: 15px 0;
}

.content.sf_cols .sfdownloadFileWrp a {
  display: flex;
  background: none;
  font-weight: 700;
  padding: 0;
  border: none;
}

.content.sf_cols .sfdownloadFileWrp a.sfpdf:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  margin-right: 10px;
}

.content.sf_cols .sfdownloadFileWrp:last-of-type {
  margin-bottom: 40px;
}

.content.sf_cols .banner-block {
  background-color: #fff;
  padding: 20px;
  border: solid 1px #dcdcdc;
  border-top: solid 4px #006499;
}

.content.sf_cols .banner-block .title-wrap {
  text-align: center;
}

.content.sf_cols .banner-block .cta-wrap {
  text-align: center;
}

.content.sf_cols .banner-block h2 {
  font-size: 24px;
}

.content.sf_cols .banner-block a {
  border: none;
}

.content.sf_cols .banner-block img {
  display: none;
  width: auto;
  max-width: 100%;
  margin: 0 auto 15px;
}

.product-tabs ul.nav-tabs {
  display: none;
}

.product-tabs .tab-pane .accordion-btn {
  padding: 5px 0;
}

.product-tabs .tab-pane .accordion-btn h5 {
  font-size: 16px;
  margin: 0;
}

.product-tabs .tab-pane .accordion-btn h5 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #006499;
  font-weight: 700;
  color: #fff;
  padding: 15px;
  border: none;
  transition: background-color .24s ease-in-out, color .24s ease-in-out;
}

.product-tabs .tab-pane .accordion-btn h5 a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  content: "\f107";
  margin-left: 10px;
  transform: scale(1, -1);
  transition: transform .24s ease-in-out;
}

.product-tabs .tab-pane .accordion-btn h5 a.collapsed {
  background-color: #eae8e8;
  color: #006499;
}

.product-tabs .tab-pane .accordion-btn h5 a.collapsed:after {
  transform: scale(1, 1);
}

.product-tabs .tab-pane .collapse, .product-tabs .tab-pane .collapsing {
  padding: 30px 15px;
}

.product-tabs .tab-pane .collapse br, .product-tabs .tab-pane .collapsing br {
  display: none;
}

.product-tabs .tab-pane .collapse .swivel-joint, .product-tabs .tab-pane .collapsing .swivel-joint {
  position: relative;
}

.product-tabs .tab-pane .collapse .swivel-joint .swivel-hover, .product-tabs .tab-pane .collapsing .swivel-joint .swivel-hover {
  display: none;
}

.product-tabs .tab-pane .collapse .swivel-joint img.swivel-overlay, .product-tabs .tab-pane .collapsing .swivel-joint img.swivel-overlay {
  position: absolute;
}

.product-tabs .tab-pane .downloads ul.file-list {
  list-style: none;
  padding: 0;
}

.product-tabs .tab-pane .downloads ul.file-list li .file-icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  content: "\f15b";
  margin-right: 5px;
}

.product-tabs .tab-pane .downloads ul.file-list li .file-icon.pdf:before {
  content: "\f1c1";
}

.product-tabs .tab-pane .downloads ul.file-list li a {
  font-weight: 700;
  border: none;
}

.product-tabs .tab-pane .gallery .img-wrap {
  padding: 15px;
}

.product-tabs .tab-pane .gallery .img-wrap img {
  margin: 0 auto;
}

.banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 180px;
  background: linear-gradient(to right, #dedada 0%, #dedada 50%, #c3c3c3 100%);
}

.banner .sf_1col_1_100.full-width {
  max-width: 100% !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 !important;
}

.banner .sf_1col_1_100.full-width:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  background: #006499;
  /* The Fallback */
  background: rgba(0, 100, 153, 0.6);
}

.banner .sf_1col_1_100.full-width.two-part:after {
  display: none;
}

.banner .sf_1col_1_100.full-width .sf_1col_1in_100 {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .sf_1col_1_100.full-width .sf_1col_1in_100 > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.banner .sf_1col_1_100.full-width img.banner-img {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 10;
  height: 180px;
  max-width: unset;
}

.banner .sf_1col_1_100.full-width h1 {
  position: relative;
  z-index: 20;
  font-size: 36px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.banner .sf_1col_1_100.full-width h3 {
  color: #fff;
}

.banner .sf_1col_1_100.full-width .img-wrap {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner .sf_1col_1_100.full-width img.full-banner {
  display: none;
}

.banner .sf_1col_1_100.full-width .video-banner {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.banner .sf_1col_1_100.full-width .video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

.banner .sf_1col_1_100.full-width .video-banner .page-title {
  position: relative;
  z-index: 20;
}

.banner .sf_1col_1_100.full-width .video-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 1;
}

.banner .sf_1col_1_100.full-width .banner-bg {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.banner .sf_1col_1_100.full-width .banner-bg h1.product-title {
  width: 100%;
}

.banner .banner-blade {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(100% - 168px);
  background: linear-gradient(to right, #006499 0%, #64c2e3 50%, #64c2e3 100%);
  background: url("../images/icons/icon_diamond-bg.svg") no-repeat -400px center, linear-gradient(to right, #006499 0%, #64c2e3 50%, #64c2e3 100%);
  background-size: auto 250px;
}

.banner .banner-blade:after {
  content: '';
  position: absolute;
  top: -20px;
  right: -28px;
  width: 70px;
  height: 220px;
  background-color: #64c2e3;
  border-right: solid 20px #fff;
  transform: rotate(18deg);
}

.banner.home {
  height: 500px;
}

.banner.home.brand {
  height: 350px;
}

.banner.home.corp h1, .banner.home.emea h1 {
  font-size: 36px;
  font-weight: 300px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.banner.slider {
  height: auto !important;
  margin-bottom: 30px;
  padding: 0;
}

.banner.slider .sf_1col_1_100.full-width > .sf_colsIn {
  overflow: visible;
}

.banner.slider .sf_1col_1_100.full-width > .sf_colsIn .sfContentBlock {
  max-width: 100%;
  flex-direction: column;
}

.banner.slider .sf_1col_1_100.full-width:after {
  display: none;
}

.banner .banner-wrap {
  position: relative;
  overflow: hidden;
}

.banner .banner-wrap .banner-blade {
  background: linear-gradient(to right, #006499 0%, #64c2e3 50%, #64c2e3 100%);
  opacity: 0.4;
}

.banner .banner-wrap .banner-blade:after {
  content: '';
  background-color: #64c2e3;
  border-right: solid 20px #64c2e3;
}

.banner-search {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  width: 300px;
  background-color: #fff;
  text-align: center;
  margin: -100px auto 0;
  padding: 5px 5px 5px 15px;
  border-radius: 50px;
}

.banner-search input[type="text"] {
  width: calc(100% - 48px);
  font-size: 24px;
  color: #555555;
  margin: 0;
  border-color: transparent;
}

.banner-search input[type="submit"] {
  position: relative;
  z-index: 100;
  width: 42px;
  height: 42px;
  background: transparent;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.banner-search input[type="submit"]:hover, .banner-search input[type="submit"]:active, .banner-search input[type="submit"]:focus, .banner-search input[type="submit"]:active:hover, .banner-search input[type="submit"]:active:focus {
  background: transparent;
}

.banner-search:after {
  position: absolute;
  top: calc(50% - 12px);
  right: 14px;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  color: #006499;
  content: "\f002";
}

.sfBreadcrumbWrp ul {
  list-style: none;
  margin: 15px 0 0 !important;
  padding: 0 5px !important;
}

.sfBreadcrumbWrp ul li {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  color: #555555;
}

.sfBreadcrumbWrp ul li a {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #006499 !important;
  padding: 4px 10px;
  border: none !important;
  border-radius: 0;
}

.sfBreadcrumbWrp ul li a:hover, .sfBreadcrumbWrp ul li a:active, .sfBreadcrumbWrp ul li a:focus, .sfBreadcrumbWrp ul li a:active:hover, .sfBreadcrumbWrp ul li a:active:focus {
  background: none !important;
  color: #004366 !important;
}

.sfBreadcrumbWrp ul li a.brand {
  display: none;
}

.sfBreadcrumbWrp ul li a.current {
  color: #555555 !important;
  cursor: default;
}

.sfBreadcrumbWrp ul li a.current:hover, .sfBreadcrumbWrp ul li a.current:active, .sfBreadcrumbWrp ul li a.current:focus, .sfBreadcrumbWrp ul li a.current:active:hover, .sfBreadcrumbWrp ul li a.current:active:focus {
  color: #555555 !important;
}

.sfBreadcrumbWrp ul li:first-of-type a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f015";
  margin-right: 10px;
}

.sfBreadcrumbWrp ul li.sfNoBreadcrumbNavigation a {
  color: #555555 !important;
  cursor: default;
}

.breadcrumb-plus .sfContentBlock {
  text-align: center;
}

.breadcrumb-plus .jump-btn {
  font-size: 12px;
  margin-top: 15px;
  padding: 5px 10px;
}

.news-article .news-meta {
  font-size: 14px;
  color: #909fad;
  margin-bottom: 20px;
}

.news-article .news-meta.event {
  font-size: 16px;
}

.news-article img.-align-left {
  float: left;
  margin: 0 30px 20px 0;
}

.news-article img.-align-right {
  float: right;
  margin: 0 0 20px 30px;
}

.main-right {
  order: 1;
  margin-bottom: 40px;
}

.main-right .sf_colsOut:first-of-type {
  margin-bottom: 40px;
}

.main-right .sf_colsOut:last-of-type {
  margin-bottom: 0;
}

.main-right .sf_2cols_2_25 h2 a, .main-right .sf_2cols_2_25 h3 a, .main-right .sf_2cols_2_25 h4 a, .main-right .sf_2cols_2_25 h5 a {
  font-weight: 700;
  border: none;
}

.main-right .sf_2cols_2_25 h2 a span, .main-right .sf_2cols_2_25 h3 a span, .main-right .sf_2cols_2_25 h4 a span, .main-right .sf_2cols_2_25 h5 a span {
  white-space: nowrap;
}

.sidebar-left {
  order: 2;
}

.sidebar-left ul.sidebar-nav, .sidebar-left ul.custom-nav, .sidebar-left ul.product-nav {
  list-style: none;
  margin: 0 0 30px !important;
  padding: 0 !important;
}

.sidebar-left ul.sidebar-nav li, .sidebar-left ul.custom-nav li, .sidebar-left ul.product-nav li {
  display: none;
  margin: 0 !important;
}

.sidebar-left ul.sidebar-nav li a, .sidebar-left ul.custom-nav li a, .sidebar-left ul.product-nav li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  padding: 8px 15px 8px 30px;
  border: none;
  transition: background-color .24s ease-in-out, color .24s ease-in-out;
}

.sidebar-left ul.sidebar-nav li a:hover, .sidebar-left ul.sidebar-nav li a:active, .sidebar-left ul.sidebar-nav li a:focus, .sidebar-left ul.sidebar-nav li a:active:hover, .sidebar-left ul.sidebar-nav li a:active:focus, .sidebar-left ul.custom-nav li a:hover, .sidebar-left ul.custom-nav li a:active, .sidebar-left ul.custom-nav li a:focus, .sidebar-left ul.custom-nav li a:active:hover, .sidebar-left ul.custom-nav li a:active:focus, .sidebar-left ul.product-nav li a:hover, .sidebar-left ul.product-nav li a:active, .sidebar-left ul.product-nav li a:focus, .sidebar-left ul.product-nav li a:active:hover, .sidebar-left ul.product-nav li a:active:focus {
  background-color: #eae8e8;
}

.sidebar-left ul.sidebar-nav li ul.sub-nav, .sidebar-left ul.custom-nav li ul.sub-nav, .sidebar-left ul.product-nav li ul.sub-nav {
  display: none;
  margin: 0;
  padding: 0;
}

.sidebar-left ul.sidebar-nav li ul.sub-nav li, .sidebar-left ul.custom-nav li ul.sub-nav li, .sidebar-left ul.product-nav li ul.sub-nav li {
  margin: 0;
}

.sidebar-left ul.sidebar-nav li ul.sub-nav li a, .sidebar-left ul.custom-nav li ul.sub-nav li a, .sidebar-left ul.product-nav li ul.sub-nav li a {
  background-color: transparent;
  margin: 0;
  padding-left: 30px;
  transition: background-color .24s ease-in-out, color .24s ease-in-out;
}

.sidebar-left ul.sidebar-nav li ul.sub-nav li a:hover, .sidebar-left ul.sidebar-nav li ul.sub-nav li a:active, .sidebar-left ul.sidebar-nav li ul.sub-nav li a:focus, .sidebar-left ul.sidebar-nav li ul.sub-nav li a:active:hover, .sidebar-left ul.sidebar-nav li ul.sub-nav li a:active:focus, .sidebar-left ul.custom-nav li ul.sub-nav li a:hover, .sidebar-left ul.custom-nav li ul.sub-nav li a:active, .sidebar-left ul.custom-nav li ul.sub-nav li a:focus, .sidebar-left ul.custom-nav li ul.sub-nav li a:active:hover, .sidebar-left ul.custom-nav li ul.sub-nav li a:active:focus, .sidebar-left ul.product-nav li ul.sub-nav li a:hover, .sidebar-left ul.product-nav li ul.sub-nav li a:active, .sidebar-left ul.product-nav li ul.sub-nav li a:focus, .sidebar-left ul.product-nav li ul.sub-nav li a:active:hover, .sidebar-left ul.product-nav li ul.sub-nav li a:active:focus {
  background-color: #eae8e8;
}

.sidebar-left ul.sidebar-nav li.root-category, .sidebar-left ul.custom-nav li.root-category, .sidebar-left ul.product-nav li.root-category {
  display: block;
}

.sidebar-left ul.sidebar-nav li.root-category a, .sidebar-left ul.custom-nav li.root-category a, .sidebar-left ul.product-nav li.root-category a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  padding: 10px 15px;
  border-bottom: solid 2px #006499;
}

.sidebar-left ul.sidebar-nav li.root-category ul.sub-nav, .sidebar-left ul.custom-nav li.root-category ul.sub-nav, .sidebar-left ul.product-nav li.root-category ul.sub-nav {
  display: block;
}

.sidebar-left ul.sidebar-nav li.root-category ul.sub-nav li, .sidebar-left ul.custom-nav li.root-category ul.sub-nav li, .sidebar-left ul.product-nav li.root-category ul.sub-nav li {
  display: block;
}

.sidebar-left ul.sidebar-nav li.root-category ul.sub-nav li a, .sidebar-left ul.custom-nav li.root-category ul.sub-nav li a, .sidebar-left ul.product-nav li.root-category ul.sub-nav li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  border: none;
  margin: 0;
  padding: 8px 15px 8px 30px;
}

.sidebar-left ul.sidebar-nav li.root-category ul.sub-nav li ul.sub-nav li a, .sidebar-left ul.custom-nav li.root-category ul.sub-nav li ul.sub-nav li a, .sidebar-left ul.product-nav li.root-category ul.sub-nav li ul.sub-nav li a {
  font-weight: 500 !important;
  padding-left: 45px;
}

.sidebar-left ul.sidebar-nav li.root-category ul.sub-nav li ul.sub-nav li.root-category, .sidebar-left ul.custom-nav li.root-category ul.sub-nav li ul.sub-nav li.root-category, .sidebar-left ul.product-nav li.root-category ul.sub-nav li ul.sub-nav li.root-category {
  position: relative;
}

.sidebar-left ul.sidebar-nav li.root-category ul.sub-nav li ul.sub-nav li.root-category a, .sidebar-left ul.custom-nav li.root-category ul.sub-nav li ul.sub-nav li.root-category a, .sidebar-left ul.product-nav li.root-category ul.sub-nav li ul.sub-nav li.root-category a {
  font-weight: 700 !important;
}

.sidebar-left ul.sidebar-nav li.root-category ul.sub-nav li ul.sub-nav li.root-category:before, .sidebar-left ul.custom-nav li.root-category ul.sub-nav li ul.sub-nav li.root-category:before, .sidebar-left ul.product-nav li.root-category ul.sub-nav li ul.sub-nav li.root-category:before {
  position: absolute;
  top: 8px;
  left: 30px;
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  font-weight: 900;
  content: "\f105";
}

.sidebar-left ul.sidebar-nav li.root-category ul.sub-nav li ul.sub-nav li.root-category a, .sidebar-left ul.custom-nav li.root-category ul.sub-nav li ul.sub-nav li.root-category a, .sidebar-left ul.product-nav li.root-category ul.sub-nav li ul.sub-nav li.root-category a {
  font-weight: 700;
  padding-left: 45px;
}

.sidebar-left ul.sidebar-nav li.root-category ul.sub-nav li ul.sub-nav li ul.sub-nav li a, .sidebar-left ul.custom-nav li.root-category ul.sub-nav li ul.sub-nav li ul.sub-nav li a, .sidebar-left ul.product-nav li.root-category ul.sub-nav li ul.sub-nav li ul.sub-nav li a {
  font-weight: 500 !important;
  padding-left: 60px;
}

.sidebar-left ul.sidebar-nav li.root-category ul.sub-nav li ul.sub-nav li ul.sub-nav li.root-category a, .sidebar-left ul.custom-nav li.root-category ul.sub-nav li ul.sub-nav li ul.sub-nav li.root-category a, .sidebar-left ul.product-nav li.root-category ul.sub-nav li ul.sub-nav li ul.sub-nav li.root-category a {
  font-weight: 700 !important;
}

.sidebar-left ul.sidebar-nav li.root-category ul.sub-nav li ul.sub-nav li ul.sub-nav li.root-category:before, .sidebar-left ul.custom-nav li.root-category ul.sub-nav li ul.sub-nav li ul.sub-nav li.root-category:before, .sidebar-left ul.product-nav li.root-category ul.sub-nav li ul.sub-nav li ul.sub-nav li.root-category:before {
  position: absolute;
  top: 8px;
  left: 45px;
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  font-weight: 900;
  content: "\f105";
}

.sidebar-left ul.sidebar-nav li.root-category ul.sub-nav li.root-category, .sidebar-left ul.custom-nav li.root-category ul.sub-nav li.root-category, .sidebar-left ul.product-nav li.root-category ul.sub-nav li.root-category {
  position: relative;
}

.sidebar-left ul.sidebar-nav li.root-category ul.sub-nav li.root-category:before, .sidebar-left ul.custom-nav li.root-category ul.sub-nav li.root-category:before, .sidebar-left ul.product-nav li.root-category ul.sub-nav li.root-category:before {
  position: absolute;
  top: 8px;
  left: 15px;
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  font-weight: 900;
  color: #006499;
  content: "\f105";
}

.sidebar-left ul.sidebar-nav li.root-category ul.sub-nav li.root-category a, .sidebar-left ul.custom-nav li.root-category ul.sub-nav li.root-category a, .sidebar-left ul.product-nav li.root-category ul.sub-nav li.root-category a {
  font-weight: 700;
  padding-left: 30px;
}

.sidebar-left ul.sidebar-nav.top-level li, .sidebar-left ul.custom-nav.top-level li, .sidebar-left ul.product-nav.top-level li {
  display: block;
}

.sidebar-left ul.sidebar-nav.hide, .sidebar-left ul.custom-nav.hide, .sidebar-left ul.product-nav.hide {
  display: none;
}

.sidebar-left .nav-title {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  padding: 10px 15px;
  border-bottom: solid 2px #006499;
}

.sidebar-left .nav-title a {
  border: none;
}

.sidebar-left .nav-title.hide {
  display: none;
}

.sidebar-left ul.custom-nav li, .sidebar-left ul.product-nav li {
  display: block;
}

.sidebar-left ul.custom-nav li a, .sidebar-left ul.product-nav li a {
  background-color: transparent;
  font-size: 15px;
  margin: 0;
  transition: background-color .24s ease-in-out, color .24s ease-in-out;
}

.sidebar-left ul.custom-nav li a:hover, .sidebar-left ul.custom-nav li a:active, .sidebar-left ul.custom-nav li a:focus, .sidebar-left ul.custom-nav li a:active:hover, .sidebar-left ul.custom-nav li a:active:focus, .sidebar-left ul.product-nav li a:hover, .sidebar-left ul.product-nav li a:active, .sidebar-left ul.product-nav li a:focus, .sidebar-left ul.product-nav li a:active:hover, .sidebar-left ul.product-nav li a:active:focus {
  background-color: #eae8e8;
}

.sidebar-left ul.product-nav li a {
  padding-left: 45px;
}

.sidebar-left ul.product-nav li ul.sub-nav {
  display: block;
}

.sidebar-left ul.product-nav li ul.sub-nav li a {
  font-size: 15px;
  padding-left: 60px;
}

.sidebar-left ul.product-nav li.root-category {
  position: relative;
}

.sidebar-left ul.product-nav li.root-category:before {
  position: absolute;
  top: 8px;
  left: 15px;
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  font-weight: 900;
  content: "\f105";
}

.sidebar-left ul.product-nav li.root-category a {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 8px 15px 8px 30px;
  border-bottom: none;
}

.sidebar-left #sidebar-nav-secondary ul.product-nav li a {
  font-size: 15px;
  padding-left: 30px;
}

.sidebar-left .sidebar-form {
  margin-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

.sidebar-left .sidebar-form label {
  font-size: 14px;
}

.sidebar-left .sidebar-form input, .sidebar-left .sidebar-form select, .sidebar-left .sidebar-form textarea {
  font-size: 14px;
}

.sidebar-left .sidebar-form.hide {
  display: none;
}

.sidebar-left .sidebar-form p {
  font-size: 14px;
}

.sidebar-left .sidebar-form p strong {
  white-space: nowrap;
}

.sidebar-left ul.sidebar-nav.russian > li.root-category > a {
  display: none;
}

.sidebar-left ul.sidebar-nav.emea-resources #ContentAreaCPh_T9501A2C3005_ctl00_ctl00_ctl00_ctl03_ctl02_ctl01_childNodesContainer {
  display: none;
}

#ZIPresult > div {
  background-color: #eae8e8;
  font-size: 14px !important;
  padding: 20px !important;
  margin: 20px 0 !important;
  border: none !important;
}

#ZIPresult > div > div {
  padding: 20px !important;
}

#ZIPresult > div > div br {
  display: inline;
}

#ZIPresult > div > div:first-of-type {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #006499 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 20px !important;
}

#ZIPresult > div > div:first-of-type:after {
  content: "\f107";
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}

#ZIPresult > div img {
  display: none;
}

#ZIPresult > div:last-of-type div {
  width: calc(100% + 40px);
  margin: -64px -20px -20px -20px !important;
}

#ZIPresult > div:last-of-type div br {
  display: inline;
}

#ZIPresult > div:last-of-type div + div {
  margin-top: 20px !important;
}

.main {
  margin-bottom: 30px;
}

.main.category h1 {
  display: none;
}

.sidebar-block {
  padding: 0 15px;
}

.sidebar-block.contact {
  max-width: 720px;
}

.sidebar-block p {
  margin-bottom: 15px;
}

.sidebar-block input[type="text"], .sidebar-block select {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #2c2c2c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  margin-bottom: 10px;
  border: 1px solid #c3c3c3;
  border-radius: 0;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.sidebar-block select {
  height: calc(2.25rem + 2px);
}

.sidebar-block input[type="checkbox"], .sidebar-block input[type="radio"] {
  float: left;
  margin: 6px 5px 0 0;
}

.sidebar-block label {
  font-size: 12px;
  text-transform: uppercase;
  color: #555555;
}

.sidebar {
  margin-bottom: 30px;
}

.sidebar h2 {
  font-size: 24px;
}

.sidebar p.caption {
  font-size: 14px;
  text-align: center;
  color: #555555;
  margin-top: 0;
}

.sidebar img {
  width: 100%;
  max-width: 300px;
}

.sidebar img.product-image {
  width: 100%;
  max-width: 380px;
  margin: 0 auto 15px;
}

.sidebar.product p.caption {
  font-size: 14px;
  margin-top: 0;
}

.sidebar.product p.caption.thumbs {
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #555555;
  margin-bottom: 0;
}

.sidebar .card-block {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 20px;
  border: solid 1px #dcdcdc;
  border-top: solid 4px #006499;
}

.sidebar .card-block a {
  border: none;
}

.sidebar .card-block img {
  width: auto;
  max-width: 100%;
  margin: 0 auto 15px;
}

.card-wrap.product, .card-wrap.small {
  display: flex;
  justify-content: center;
}

.card-wrap.product .content-card .img-wrap, .card-wrap.small .content-card .img-wrap {
  padding: 20px;
}

.card-wrap.product .content-card .img-wrap img, .card-wrap.small .content-card .img-wrap img {
  width: 100% !important;
  height: auto !important;
}

.card-wrap.product .content-card .img-wrap.full, .card-wrap.small .content-card .img-wrap.full {
  padding: 0;
}

.card-wrap.product .content-card h4.product-title, .card-wrap.small .content-card h4.product-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}

.card-wrap.product .content-card h4.product-title a, .card-wrap.small .content-card h4.product-title a {
  border: none;
}

.card-wrap.product .content-card h4.product-title a:hover, .card-wrap.product .content-card h4.product-title a:active, .card-wrap.product .content-card h4.product-title a:focus, .card-wrap.product .content-card h4.product-title a:active:hover, .card-wrap.product .content-card h4.product-title a:active:focus, .card-wrap.small .content-card h4.product-title a:hover, .card-wrap.small .content-card h4.product-title a:active, .card-wrap.small .content-card h4.product-title a:focus, .card-wrap.small .content-card h4.product-title a:active:hover, .card-wrap.small .content-card h4.product-title a:active:focus {
  border: none;
}

.card-wrap.product.full-img .content-card .img-wrap, .card-wrap.small.full-img .content-card .img-wrap {
  padding: 0;
}

.content-card {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #dcdcdc;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 4px;
  border: solid 1px #dcdcdc;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.24s;
  transition-property: box-shadow;
}

.content-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #006499;
  height: 4px;
  transition-property: right;
  transition-duration: 0.24s;
  transition-timing-function: ease-out;
}

.content-card.active:before, .content-card:hover:before, .content-card:focus:before, .content-card:active:before {
  right: 0;
}

.content-card.active, .content-card:hover, .content-card:focus, .content-card:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.content-card .img-wrap {
  background-color: #dcdcdc;
}

.content-card .img-wrap img {
  width: 100%;
}

.content-card .text-wrap {
  background-color: #fff;
  height: 100%;
  padding: 20px;
}

.content-card .text-wrap h5 {
  margin-bottom: 5px;
}

.panel-control {
  text-align: right;
}

.panel-control a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none !important;
  cursor: pointer;
}

.panel-control a span {
  font-size: 12px;
  margin-right: 5px;
}

.card-wrap.top-category, .card-wrap.panel, .content-wrap.panel {
  max-width: 100%;
  justify-content: flex-start;
  margin: 0;
}

.card-wrap.top-category .content-card .img-wrap, .card-wrap.panel .content-card .img-wrap, .content-wrap.panel .content-card .img-wrap {
  padding: 0;
}

.card-wrap.top-category .content-card .text-wrap, .card-wrap.panel .content-card .text-wrap, .content-wrap.panel .content-card .text-wrap {
  padding: 0;
}

.card-wrap.top-category .content-card .title-wrap, .card-wrap.panel .content-card .title-wrap, .content-wrap.panel .content-card .title-wrap {
  display: flex;
  justify-content: space-between;
}

.card-wrap.top-category .content-card .title-wrap h3, .card-wrap.panel .content-card .title-wrap h3, .content-wrap.panel .content-card .title-wrap h3 {
  text-transform: none;
  margin: 0;
  padding: 20px;
}

.card-wrap.top-category .content-card .title-wrap h3 a, .card-wrap.panel .content-card .title-wrap h3 a, .content-wrap.panel .content-card .title-wrap h3 a {
  border: none;
}

.card-wrap.top-category .content-card .title-wrap .trigger, .card-wrap.panel .content-card .title-wrap .trigger, .content-wrap.panel .content-card .title-wrap .trigger {
  display: flex;
  align-items: center;
  text-align: center;
  color: #006499;
  transition: color .24s ease-in-out, background-color .24s ease-in-out;
  cursor: pointer;
}

.card-wrap.top-category .content-card .title-wrap .trigger:hover, .card-wrap.top-category .content-card .title-wrap .trigger:active, .card-wrap.top-category .content-card .title-wrap .trigger:focus, .card-wrap.top-category .content-card .title-wrap .trigger:active:hover, .card-wrap.top-category .content-card .title-wrap .trigger:active:focus, .card-wrap.panel .content-card .title-wrap .trigger:hover, .card-wrap.panel .content-card .title-wrap .trigger:active, .card-wrap.panel .content-card .title-wrap .trigger:focus, .card-wrap.panel .content-card .title-wrap .trigger:active:hover, .card-wrap.panel .content-card .title-wrap .trigger:active:focus, .content-wrap.panel .content-card .title-wrap .trigger:hover, .content-wrap.panel .content-card .title-wrap .trigger:active, .content-wrap.panel .content-card .title-wrap .trigger:focus, .content-wrap.panel .content-card .title-wrap .trigger:active:hover, .content-wrap.panel .content-card .title-wrap .trigger:active:focus {
  color: #004366;
}

.card-wrap.top-category .content-card .title-wrap .trigger span, .card-wrap.panel .content-card .title-wrap .trigger span, .content-wrap.panel .content-card .title-wrap .trigger span {
  width: 48px;
  background-color: #fff;
  line-height: 32px;
  text-align: center;
  transition: transform .24s ease-in-out;
}

.card-wrap.top-category .content-card .title-wrap .trigger.collapsed span, .card-wrap.panel .content-card .title-wrap .trigger.collapsed span, .content-wrap.panel .content-card .title-wrap .trigger.collapsed span {
  transform: scale(1, -1);
}

.card-wrap.top-category .content-card ul.cat-list, .card-wrap.panel .content-card ul.cat-list, .content-wrap.panel .content-card ul.cat-list {
  padding: 0 20px 20px;
}

.card-wrap.top-category .content-card ul.cat-list li.root-category, .card-wrap.panel .content-card ul.cat-list li.root-category, .content-wrap.panel .content-card ul.cat-list li.root-category {
  margin-left: -10px;
}

.card-wrap.top-category .content-card ul.cat-list li.root-category a, .card-wrap.panel .content-card ul.cat-list li.root-category a, .content-wrap.panel .content-card ul.cat-list li.root-category a {
  font-size: 18px;
}

.card-wrap.top-category .content-card ul.cat-list ul.sub-cat-list, .card-wrap.panel .content-card ul.cat-list ul.sub-cat-list, .content-wrap.panel .content-card ul.cat-list ul.sub-cat-list {
  list-style: none;
  margin-bottom: 15px;
}

.card-wrap.top-category .content-card ul.cat-list ul.sub-cat-list li, .card-wrap.panel .content-card ul.cat-list ul.sub-cat-list li, .content-wrap.panel .content-card ul.cat-list ul.sub-cat-list li {
  font-weight: 400;
}

.card-wrap.top-category .content-card ul.cat-list ul.sub-cat-list li a, .card-wrap.panel .content-card ul.cat-list ul.sub-cat-list li a, .content-wrap.panel .content-card ul.cat-list ul.sub-cat-list li a {
  font-size: 15px;
}

.card-wrap.panel > .sf_colsIn {
  display: flex;
  height: 100%;
}

.card-wrap.panel .content-card .title-wrap {
  height: 100%;
}

.card-wrap.panel .content-card .title-wrap.text-after {
  height: auto;
}

.card-wrap.panel .content-card .text-wrap {
  padding: 0 20px 20px;
}

.card-wrap.panel .content-card .text-wrap p:last-of-type {
  margin: 0;
}

.card-wrap.panel.trigger.home {
  cursor: pointer;
}

.card-wrap.panel.trigger.home .content-card .title-wrap h3.panel-title {
  color: #006499;
  transition: color .24s ease-in;
}

.card-wrap.panel.trigger.home .content-card.active .title-wrap h3.panel-title {
  color: #fff;
}

.carousel.brand-home {
  margin-bottom: 40px;
}

.carousel.brand-home ol.carousel-indicators {
  bottom: -20px;
  margin: 0 !important;
}

.carousel.brand-home ol.carousel-indicators li {
  background: #006499;
  /* The Fallback */
  background: rgba(0, 100, 153, 0.6);
  margin: 0 4px !important;
}

.carousel.brand-home ol.carousel-indicators li.active {
  background: #006499;
  /* The Fallback */
  background: #006499;
}

.carousel.brand-home .carousel-item .row {
  margin: 0;
}

.carousel.brand-home .carousel-item .slide-bg {
  height: 175px;
  background-color: #eae8e8 !important;
}

.carousel.brand-home .carousel-item .slide-text {
  padding: 20px;
}

.carousel.brand-home .carousel-control-prev, .carousel.brand-home .carousel-control-next {
  height: 175px;
  color: #2c2c2c;
  border: none;
  opacity: 0.8;
}

.carousel.brand-home .carousel-control-prev .carousel-control-prev-icon, .carousel.brand-home .carousel-control-prev .carousel-control-next-icon, .carousel.brand-home .carousel-control-next .carousel-control-prev-icon, .carousel.brand-home .carousel-control-next .carousel-control-next-icon {
  display: none;
  background: none;
}

.carousel.brand-home .carousel-control-prev:before, .carousel.brand-home .carousel-control-next:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: 900;
}

.carousel.brand-home .carousel-control-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: 900;
}

.carousel.main-banner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.carousel.main-banner ol.carousel-indicators {
  bottom: -20px;
  margin: 0 !important;
}

.carousel.main-banner ol.carousel-indicators li {
  background: #006499;
  /* The Fallback */
  background: rgba(0, 100, 153, 0.6);
  margin: 0 4px !important;
}

.carousel.main-banner ol.carousel-indicators li.active {
  background: #006499;
  /* The Fallback */
  background: #006499;
}

.carousel.main-banner .carousel-item img {
  margin: 0 auto;
  max-height: 350px;
}

.carousel.main-banner .carousel-item .text-slide .slide-text {
  width: 100%;
  background: #006499;
  /* The Fallback */
  background: rgba(0, 100, 153, 0.6);
  text-align: center;
  padding: 20px;
}

.carousel.main-banner .carousel-item .text-slide .slide-text h1.page-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.carousel.main-banner .carousel-item .text-slide .slide-text p.sub-title {
  display: none;
  text-align: center;
}

.carousel.main-banner .carousel-item .text-slide .slide-text p.sub-title.white {
  color: #fff;
}

.carousel.main-banner a.banner-link {
  display: none;
}

.carousel.main-banner#carousel-pdq {
  max-width: 1140px;
}

.carousel.main-banner.full {
  width: 100%;
  max-width: 100%;
}

.contents-nav.sticky {
  display: none;
}

#world-map {
  position: relative;
  width: 100%;
  height: 300px;
}

#map-navigation {
  text-align: center;
  padding-bottom: 10px;
}

#map-navigation a {
  display: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #006499;
  border: none;
  cursor: pointer;
}

#map-navigation a:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  margin-right: 5px;
}

.map-wrap {
  position: relative;
}

.locator-wrap #map-navigation {
  display: flex;
  height: 70px;
  flex-direction: column;
  justify-content: space-around;
}

.locator-wrap #map-navigation a {
  display: inline;
}

.map_popover_content h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px !important;
}

.map_popover_content p {
  font-size: 14px;
  margin-bottom: 15px;
}

.map_popover_content p.red {
  color: #c70e23;
}

.map_popover_content div {
  font-size: 13px !important;
  color: #2c2c2c !important;
}

.map_popover_content div b {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
}

.jvectormap-container {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow: hidden;
}

.jvectormap-container svg path {
  fill: #006499;
  transition: fill .24s ease-in-out;
}

.jvectormap-container svg path:hover, .jvectormap-container svg path:active, .jvectormap-container svg path:focus, .jvectormap-container svg path:active:hover, .jvectormap-container svg path:active:focus {
  fill: #004366;
}

.jvectormap-tip {
  position: absolute;
  display: none;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2c2c2c;
  padding: 4px 8px;
  border: solid 1px #dcdcdc;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  background: #eae8e8;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #eae8e8;
  padding: 0;
  border: solid 1px #dcdcdc;
  cursor: pointer;
  transition: background-color .24s ease-in-out;
}

.jvectormap-zoomin:hover, .jvectormap-zoomin:active, .jvectormap-zoomin:focus, .jvectormap-zoomin:active:hover, .jvectormap-zoomin:active:focus, .jvectormap-zoomout:hover, .jvectormap-zoomout:active, .jvectormap-zoomout:focus, .jvectormap-zoomout:active:hover, .jvectormap-zoomout:active:focus, .jvectormap-goback:hover, .jvectormap-goback:active, .jvectormap-goback:focus, .jvectormap-goback:active:hover, .jvectormap-goback:active:focus {
  background: #f6f5f5;
}

.jvectormap-zoomin {
  top: 0px;
  border-radius: 2px 2px 0 0;
}

.jvectormap-zoomin:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #006499;
  margin: 0 auto;
  content: "\f067";
}

.jvectormap-zoomout {
  top: 31px;
  border-radius: 0 0 2px 2px;
}

.jvectormap-zoomout:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #006499;
  margin: 0 auto;
  content: "\f068";
}

#results .RadGrid {
  border: none;
  outline: none;
}

#results table.locator-table th {
  background-color: #006499;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

#results table.locator-table.sales .col-photo {
  width: 96px;
}

#results table.locator-table.sales .col-name {
  width: 225px;
}

#results table.locator-table.distributors td:first-of-type {
  font-weight: 700;
}

#results table.locator-table.distributors .col-tel {
  width: 160px;
}

#results table.locator-table.personnel {
  margin-top: 30px;
}

#footer {
  position: relative;
  background-color: #006499;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer h4 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  /* The Fallback */
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

#footer p {
  font-size: 14px;
  text-align: center;
  color: #fff;
  /* The Fallback */
  color: rgba(255, 255, 255, 0.6);
}

#footer p a {
  color: #fff;
  /* The Fallback */
  color: rgba(255, 255, 255, 0.6);
  border-color: transparent;
}

#footer p.copyright {
  font-size: 14px;
  text-align: center;
  color: #fff;
  /* The Fallback */
  color: rgba(255, 255, 255, 0.6);
}

#footer p.copyright a {
  color: #fff;
  /* The Fallback */
  color: rgba(255, 255, 255, 0.6);
}

#footer p.copyright a:hover, #footer p.copyright a:active, #footer p.copyright a:focus, #footer p.copyright a:active:hover, #footer p.copyright a:active:focus {
  color: #fff;
  /* The Fallback */
  color: white;
  border-color: #fff;
}

#footer ul.social-list {
  list-style: none;
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}

#footer ul.social-list li {
  display: inline-block;
  margin: 10px 15px;
}

#footer ul.social-list li a {
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  opacity: 0.6;
  transition: opacity .24s ease-in-out;
}

#footer ul.social-list li a:hover, #footer ul.social-list li a:active, #footer ul.social-list li a:focus, #footer ul.social-list li a:active:hover, #footer ul.social-list li a:active:focus {
  opacity: 1;
}

#footer-nav ul.footer-links {
  list-style: none;
  text-align: center;
  margin: 0 0 30px;
  padding: 0;
  overflow: hidden;
}

#footer-nav ul.footer-links li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 -4px;
  padding: 0;
}

#footer-nav ul.footer-links li a {
  display: block;
  background-color: transparent;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  border: none;
  transition: color .24s ease-in-out;
}

#footer-nav ul.footer-links li a:hover, #footer-nav ul.footer-links li a:active, #footer-nav ul.footer-links li a:focus, #footer-nav ul.footer-links li a:active:hover, #footer-nav ul.footer-links li a:active:focus {
  color: #64c2e3;
  text-decoration: none;
}

#footer-logo {
  display: block;
  width: 200px;
  margin: 0 auto 15px;
}

#footer-logo a img {
  opacity: 0.6;
  transition: opacity .24s ease-in-out;
}

#footer-logo a:hover img, #footer-logo a:active img, #footer-logo a:focus img, #footer-logo a:active:hover img, #footer-logo a:active:focus img {
  opacity: 1;
}

#cookie-notice {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.9);
  padding: 30px 20px;
  z-index: 5000;
}

#cookie-notice p {
  color: #fff;
  margin-bottom: 20px;
}

#cookie-notice p a {
  color: #fff;
  border-color: #fff;
}

#ContentAreaCPh_C107_pnlIPHelper {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.ip-redirect {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 10000;
  width: calc(100% - 30px);
  max-width: 560px;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;
}

.ip-redirect h2, .ip-redirect p {
  text-align: center;
}

.ip-redirect h2 {
  font-size: 30px;
}

.ip-redirect p:last-of-type {
  margin: 0;
}

.ip-redirect p.notice-btns {
  text-align: center;
}

.ip-redirect p.notice-btns .btn {
  margin: 0 10px;
}

.notice-overlay {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.6);
}

/* Tooltips for the 8030 */
.gvm8030.ui-accordion > .table-responsive {
  padding-bottom: 25px !important;
}

.gvm8030.ui-accordion .prod-link:hover + .tooltip {
  opacity: 1;
}

.gvm8030.ui-accordion .tooltip {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  margin-left: -90px;
  margin-top: -36px;
}

.gvm8030.ui-accordion .tooltip p, .gvm8030.ui-accordion .tooltip h3, .gvm8030.ui-accordion .tooltip .rightcol {
  display: none;
}

.gvm8030.ui-accordion .tooltip .leftcol {
  width: 83px;
  height: 67px;
  background-color: #86b7d8;
}

/* PDQ Store - /pdq-vehicle-wash-systems/parts Styling */
/* Add badge to H2 */
.store-wrapper > .store-content h2 {
  background-image: url("/images/libraries/pdq/store/genuine-parts-decal.jpg");
  background-size: 100px;
  background-repeat: no-repeat;
  min-height: 100px;
  padding-left: 110px;
  padding-top: 30px;
  margin-bottom: 0px;
}

/* Removes Urgency column on tables, unbolds titles */
.table-no-bold .sfdownloadTitle strong {
  font-weight: 400;
}

.table-no-urgency .sfDownloadUrgency {
  display: none;
}

@media only screen and (min-width: 576px) {
  /******************************************************************
Mobile Landscape Stylesheet
******************************************************************/
  #inner-header {
    max-width: 100%;
  }
  #footer p.copyright br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /******************************************************************
Smaller than Tablet Stylesheet
******************************************************************/
  .product-tabs ul.nav-tabs {
    display: none;
  }
  .product-tabs .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) {
  /******************************************************************
Tablet Stylesheet
******************************************************************/
  h2.section-title a.title-link {
    font-size: 16px;
  }
  #top-bar > div {
    display: flex;
    justify-content: space-between;
  }
  #top-bar .top-right {
    display: block;
  }
  .slogan-blade {
    right: calc(50% + 30px);
  }
  .slogan-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(40% - 10px);
    display: flex;
    align-items: center;
    background: #64c2e3;
  }
  .slogan-wrap p.slogan {
    width: calc(100% - 84px);
    font-size: 20px;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin: 0;
  }
  .slogan-wrap p.slogan span {
    display: block;
  }
  .banner .sf_1col_1_100.full-width:after {
    display: none;
  }
  .banner .sf_1col_1_100.full-width .sf_1col_1in_100 > div {
    justify-content: flex-end;
    max-width: 720px;
    margin: 0 auto;
  }
  .banner .sf_1col_1_100.full-width .sf_1col_1in_100 > div.img-wrap {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
  }
  .banner .sf_1col_1_100.full-width .sf_1col_1in_100 > div.img-wrap.full {
    width: 100%;
    max-width: 100%;
  }
  .banner .sf_1col_1_100.full-width img.banner-img {
    right: auto;
    left: -120px;
    -webkit-animation: bannerFade 1.5s ease-in-out;
            animation: bannerFade 1.5s ease-in-out;
  }
  @-webkit-keyframes bannerFade {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes bannerFade {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .banner .sf_1col_1_100.full-width h1 {
    line-height: 1;
    color: #2c2c2c;
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner .sf_1col_1_100.full-width h1.product-title {
    width: calc(100% - 400px);
    font-size: 42px;
    text-align: left;
    -webkit-animation: bannerFade 1.5s ease-in-out;
            animation: bannerFade 1.5s ease-in-out;
  }
  .banner .sf_1col_1_100.full-width h1.page-title {
    align-self: flex-end;
    width: calc(50% + 174px);
    font-size: 32px;
    text-align: left;
    margin-bottom: 20px;
    -webkit-animation: titleFade 1s ease-in-out;
            animation: titleFade 1s ease-in-out;
  }
  @-webkit-keyframes titleFade {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes titleFade {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .banner .sf_1col_1_100.full-width h1.white {
    color: #fff;
  }
  .banner .sf_1col_1_100.full-width .video-banner .overlay {
    opacity: 0.5;
  }
  .banner .sf_1col_1_100.full-width .banner-bg {
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
  .banner .sf_1col_1_100.full-width .banner-bg .banner-img {
    left: 80px;
  }
  .banner .sf_1col_1_100.full-width .banner-bg h1.product-title {
    width: calc(100% - 300px);
  }
  .banner .banner-blade {
    left: 0;
    width: calc(50% - 198px);
    -webkit-animation: bladeSlide .75s ease-in-out;
            animation: bladeSlide .75s ease-in-out;
  }
  @-webkit-keyframes bladeSlide {
    0% {
      left: -40%;
    }
    100% {
      left: 0;
    }
  }
  @keyframes bladeSlide {
    0% {
      left: -40%;
    }
    100% {
      left: 0;
    }
  }
  .banner .title-blade {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(50% + 174px);
    height: 72px;
    background-color: #006499;
    opacity: 0.8;
    -webkit-animation: titleSlide .5s ease-in-out;
            animation: titleSlide .5s ease-in-out;
  }
  @-webkit-keyframes titleSlide {
    0% {
      right: -70%;
    }
    100% {
      right: 0;
    }
  }
  @keyframes titleSlide {
    0% {
      right: -70%;
    }
    100% {
      right: 0;
    }
  }
  .banner .title-blade:after {
    content: '';
    position: absolute;
    top: 6px;
    left: -36px;
    width: 70px;
    height: 220px;
    background-color: #006499;
    transform: rotate(18deg);
  }
  .banner.home .sf_1col_1_100.full-width h1.page-title {
    width: 100%;
    font-size: 48px;
    text-align: center;
    margin-bottom: 60px;
    padding: 0 60px;
  }
  .banner.home.corp .sf_1col_1_100.full-width h1.page-title, .banner.home.emea .sf_1col_1_100.full-width h1.page-title {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 140px;
  }
  .banner.home.emea {
    position: relative;
  }
  .banner.home.emea:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    /* The Fallback */
    background: rgba(0, 0, 0, 0.4);
  }
  .banner.home.emea-rf .sf_1col_1_100.full-width h1.page-title {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 20px;
  }
  .banner.home.emea-rf .sf_1col_1_100.full-width .sf_1col_1in_100 > div.img-wrap {
    padding-bottom: 30px;
  }
  .banner.slider .sf_1col_1_100.full-width .sf_1col_1in_100 > div.img-wrap {
    overflow: visible;
  }
  .breadcrumb-plus .sf_colsIn {
    display: flex;
  }
  .breadcrumb-plus .sf_colsIn > div:first-of-type {
    width: calc(100% - 150px);
  }
  .breadcrumb-plus .sfContentBlock {
    width: 150px;
    text-align: right;
  }
  .content.sf_cols ul.thumbnail-gallery li.gallery-thumb {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .content.sf_cols ul.sfimagesTmbList li.sfimagesTmb {
    width: 33%;
    padding: 15px;
  }
  .content.sf_cols.form-wrap .infusion-field {
    padding: 0 15px;
  }
  .content.sf_cols.form-wrap #captchaError {
    text-align: center;
  }
  .content.sf_cols.panels.home #chemicalCard {
    order: 1;
  }
  .content.sf_cols.panels.home #transportationCard {
    order: 2;
  }
  .content.sf_cols.panels.home #retailCard {
    order: 5;
  }
  .content.sf_cols.panels.home #cleanCard {
    order: 6;
  }
  .content.sf_cols.panels.home #vehicleCard {
    order: 9;
  }
  .content.sf_cols.panels.home #chemicalPanel {
    order: 3;
  }
  .content.sf_cols.panels.home #transportationPanel {
    order: 4;
  }
  .content.sf_cols.panels.home #retailPanel {
    order: 7;
  }
  .content.sf_cols.panels.home #cleanPanel {
    order: 8;
  }
  .content.sf_cols.panels.home #vehiclePanel {
    order: 10;
  }
  .content.sf_cols .banner-block {
    position: relative;
    margin-bottom: 40px;
    padding: 0;
  }
  .content.sf_cols .banner-block .banner-wrap {
    position: relative;
    display: flex;
    flex-wrap: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }
  .content.sf_cols .banner-block .title-wrap {
    text-align: left;
    padding: 20px;
  }
  .content.sf_cols .banner-block .cta-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    background-color: #dcdcdc;
    height: 96px;
    padding: 20px;
  }
  .content.sf_cols .banner-block .cta-wrap:before {
    content: '';
    position: absolute;
    top: -6px;
    left: -48px;
    width: 70px;
    height: 120px;
    background-color: #dcdcdc;
    transform: rotate(18deg);
  }
  .content.sf_cols .banner-block h2 {
    margin: 0;
  }
  .content.sf_cols .banner-block img {
    position: absolute;
    top: -30px;
    left: 50%;
    z-index: 10;
    display: block;
    margin: 0;
  }
  .main-right {
    width: 100% !important;
  }
  .sidebar-left {
    width: 100% !important;
  }
  .product-tabs ul.nav-tabs {
    display: flex;
  }
  .product-tabs .tab-pane .accordion-btn {
    display: none;
  }
  .product-tabs .tab-pane .collapse, .product-tabs .tab-pane .collapsing {
    display: block;
    padding: 30px 0;
  }
  .product-tabs .tab-pane .collapse .swivel-joint .swivel-hover, .product-tabs .tab-pane .collapsing .swivel-joint .swivel-hover {
    display: block;
  }
  .product-tabs .tab-pane .collapse .swivel-joint img.swivel-overlay, .product-tabs .tab-pane .collapse .swivel-joint ol.swivel-overlay, .product-tabs .tab-pane .collapsing .swivel-joint img.swivel-overlay, .product-tabs .tab-pane .collapsing .swivel-joint ol.swivel-overlay {
    display: none;
  }
  .product-tabs .tab-pane .collapse .swivel-joint .map-btn, .product-tabs .tab-pane .collapsing .swivel-joint .map-btn {
    position: absolute;
    width: 36px;
    height: 36px;
    background-color: #e5591b;
    border-radius: 100px;
    cursor: pointer;
  }
  .product-tabs .tab-pane .collapse .swivel-joint .map-btn span.caret, .product-tabs .tab-pane .collapsing .swivel-joint .map-btn span.caret {
    display: none;
    position: absolute;
    bottom: -4px;
    left: 6px;
    z-index: 20;
    width: 24px;
    height: 24px;
    border-right: solid 12px transparent;
    border-bottom: solid 12px #fff;
    border-left: solid 12px transparent;
  }
  .product-tabs .tab-pane .collapse .swivel-joint .map-btn .map-tooltip, .product-tabs .tab-pane .collapsing .swivel-joint .map-btn .map-tooltip {
    display: none;
    position: absolute;
    top: 40px;
    left: -85px;
    z-index: 10;
    width: 210px;
    background: #fff;
    font-size: 0.9em;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }
  .product-tabs .tab-pane .collapse .swivel-joint .map-btn .map-tooltip strong, .product-tabs .tab-pane .collapsing .swivel-joint .map-btn .map-tooltip strong {
    display: block;
  }
  .product-tabs .tab-pane .collapse .swivel-joint .map-btn#map-1, .product-tabs .tab-pane .collapsing .swivel-joint .map-btn#map-1 {
    top: 260px;
    left: 79px;
  }
  .product-tabs .tab-pane .collapse .swivel-joint .map-btn#map-2, .product-tabs .tab-pane .collapsing .swivel-joint .map-btn#map-2 {
    top: 410px;
    left: 168px;
  }
  .product-tabs .tab-pane .collapse .swivel-joint .map-btn#map-3, .product-tabs .tab-pane .collapsing .swivel-joint .map-btn#map-3 {
    top: 56px;
    left: 208px;
  }
  .product-tabs .tab-pane .collapse .swivel-joint .map-btn#map-4, .product-tabs .tab-pane .collapsing .swivel-joint .map-btn#map-4 {
    top: 48px;
    left: 319px;
  }
  .product-tabs .tab-pane .collapse .swivel-joint .map-btn#map-5, .product-tabs .tab-pane .collapsing .swivel-joint .map-btn#map-5 {
    top: 373px;
    left: 319px;
  }
  .product-tabs .tab-pane .collapse .swivel-joint .map-btn#map-6, .product-tabs .tab-pane .collapsing .swivel-joint .map-btn#map-6 {
    top: 472px;
    left: 405px;
  }
  .product-tabs .tab-pane .collapse .swivel-joint .map-btn#map-7, .product-tabs .tab-pane .collapsing .swivel-joint .map-btn#map-7 {
    top: 164px;
    left: 435px;
  }
  .product-tabs .tab-pane .collapse .swivel-joint .map-btn#map-8, .product-tabs .tab-pane .collapsing .swivel-joint .map-btn#map-8 {
    top: 300px;
    left: 513px;
  }
  .product-tabs .tab-pane .collapse .swivel-joint .map-btn#map-9, .product-tabs .tab-pane .collapsing .swivel-joint .map-btn#map-9 {
    top: 187px;
    left: 543px;
  }
  .card-wrap.sub-category {
    max-width: 100%;
    margin: 0;
  }
  .card-wrap.small {
    margin-left: -15px;
    margin-right: -15px;
  }
  .card-wrap.small .content-card {
    width: 100%;
    margin: 0;
  }
  .card-wrap.small > .sf_colsOut {
    display: flex;
  }
  .card-wrap.small > .sf_colsOut:first-of-type {
    margin: 0;
  }
  .card-wrap.small > .sf_colsOut > .sf_colsIn {
    display: flex;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .card-wrap.small > .sf_colsOut > .sf_colsIn .sfContentBlock {
    display: flex;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .card-wrap.small > .sf_colsOut.sf_5cols_5_20 {
    width: 50% !important;
  }
  .card-wrap.panel .sfContentBlock, .content-wrap.panel .sfContentBlock {
    display: flex;
    align-items: stretch;
  }
  .card-wrap.panel.trigger, .content-wrap.panel.trigger {
    display: flex;
    align-items: stretch;
  }
  .carousel.main-banner .carousel-item .text-slide .slide-text h1.page-title {
    width: 100%;
    max-width: 540px;
    text-align: center;
    margin: 0 auto 20px;
  }
  .carousel.brand-home .carousel-item .slide-bg {
    height: 315px;
  }
  .carousel.brand-home .carousel-control-prev, .carousel.brand-home .carousel-control-next {
    height: 315px;
  }
  #world-map {
    height: 500px;
  }
  .locator-wrap #map-navigation {
    height: auto;
    flex-direction: row;
  }
  #footer p.copyright {
    text-align: left;
  }
  #footer ul.social-list {
    text-align: right;
  }
  #footer-logo {
    margin: 0 0 15px;
  }
  #cookie-notice {
    padding: 40px 25px;
  }
  #cookie-notice .btn-wrap {
    text-align: right;
  }
  #cookie-notice p {
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  /******************************************************************
Bootstrap Medium Stylesheet
******************************************************************/
  .lang-switch {
    position: absolute !important;
    top: -60px;
    left: 15px;
    margin: 0;
  }
  .lang-switch.ru {
    left: -100px;
  }
  .lang-switch:before {
    font-size: 16px;
    margin-right: 0;
  }
  .lang-switch:after {
    display: none;
  }
  #nav-container {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 165px;
    min-height: 1px;
    width: 100%;
    max-width: 100%;
    background: transparent;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    opacity: 1;
    transition: transform .24s ease-in-out;
  }
  #main-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1000;
    background-color: transparent;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    transition: transform .24s ease-in-out;
  }
  #main-nav .phone {
    background: none;
    top: -125px;
  }
  ul.primary-nav {
    background-color: transparent;
    width: auto;
    text-align: right;
    margin: 0;
    padding: 0;
    border: none;
    overflow: visible;
  }
  ul.primary-nav li {
    position: relative;
    width: auto;
    display: inline-block;
    margin-left: -4px;
  }
  ul.primary-nav li a {
    background-color: transparent;
    position: relative;
    font-size: 14px;
    color: #2c2c2c;
    padding: 16px 10px 14px 10px;
    border: none;
  }
  ul.primary-nav li a:hover, ul.primary-nav li a:active, ul.primary-nav li a:focus, ul.primary-nav li a:active:hover, ul.primary-nav li a:active:focus {
    background-color: transparent;
    color: #006499;
  }
  ul.primary-nav li span {
    color: #2c2c2c;
  }
  ul.primary-nav li span:hover, ul.primary-nav li span:active, ul.primary-nav li span:focus, ul.primary-nav li span:active:hover, ul.primary-nav li span:active:focus {
    color: #006499;
  }
  ul.primary-nav li.active > a, ul.primary-nav li.active > span {
    background-color: transparent;
    color: #006499;
  }
  ul.primary-nav li.active > a > span, ul.primary-nav li.active > span > span {
    color: #006499;
  }
  ul.primary-nav li.has-children a {
    padding: 16px 24px 14px 10px;
  }
  ul.primary-nav li.has-children span {
    top: 0;
    right: 4px;
    width: 20px;
    height: 48px;
    font-size: 12px;
    line-height: 48px;
  }
  ul.primary-nav li.has-children.active span {
    transform: none;
  }
  ul.primary-nav.mobile {
    display: none;
  }
  #top-bar ul.secondary-nav.admin {
    display: block;
    padding-right: 15px;
  }
  #top-bar ul.secondary-nav.admin li.has-children a {
    display: block;
    position: relative;
  }
  #top-bar ul.secondary-nav.admin li.has-children a span {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: 110;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #005380;
    opacity: 0;
    transform: none !important;
    transition: opacity .24s ease-in-out;
  }
  #top-bar ul.secondary-nav.admin li.has-children.callout > a {
    background-color: #fff;
    color: #006499;
  }
  #top-bar ul.secondary-nav.admin li.has-children.callout span {
    color: #006499;
  }
  #top-bar ul.secondary-nav.admin li.has-children.active.callout > a {
    background-color: #005380;
    color: #fff;
  }
  #top-bar ul.secondary-nav.admin li.has-children.active.callout > a span {
    opacity: 1;
  }
  #top-bar ul.secondary-nav.admin li.has-children.active.callout span {
    color: #fff;
  }
  #top-bar ul.secondary-nav.admin ul#smartlink-list {
    right: -84px;
  }
  ul.secondary-nav.admin {
    display: none;
  }
  ul.sub-menu {
    position: absolute;
    background-color: #fff;
    width: 280px;
    padding: 10px 0;
    border: solid 1px #f6f5f5;
    border-top: solid 2px #006499;
    overflow: visible;
  }
  ul.sub-menu li {
    display: block;
    text-align: left;
    margin: 0;
  }
  ul.sub-menu li a {
    background-color: transparent;
    font-size: 14px;
    padding: 16px 16px 14px 16px;
    border: none;
    transition: background-color .24s ease-in-out, color .24s ease-in-out, padding .24s ease-in-out;
  }
  ul.sub-menu li a:hover, ul.sub-menu li a:active, ul.sub-menu li a:focus, ul.sub-menu li a:active:hover, ul.sub-menu li a:active:focus {
    background-color: #f6f5f5;
    text-decoration: none;
    padding-left: 26px;
    padding-right: 6px;
  }
  ul.sub-menu li.has-children span {
    transform: rotate(-90deg) !important;
  }
  ul.sub-menu ul.sub-menu {
    top: -11px;
    left: 279px;
    background-color: #f6f5f5;
    border-top: solid 1px #f6f5f5;
  }
  ul.sub-menu ul.sub-menu li a {
    padding-left: 16px;
  }
  ul.sub-menu ul.sub-menu li a:hover, ul.sub-menu ul.sub-menu li a:active, ul.sub-menu ul.sub-menu li a:focus, ul.sub-menu ul.sub-menu li a:active:hover, ul.sub-menu ul.sub-menu li a:active:focus {
    padding-left: 26px;
    padding-right: 6px;
  }
  .mega-menu-nav {
    display: block;
    position: absolute;
    top: 119px;
    left: auto;
    right: 0;
    z-index: 1000;
    background-color: transparent;
    padding: 0 15px;
  }
  .mega-menu-nav ul.primary-nav {
    background-color: transparent;
    border: none;
  }
  .mega-menu-nav ul.primary-nav li a {
    border: none;
  }
  .mega-menu-nav ul.primary-nav li.active a {
    background-color: transparent;
  }
  .mega-menu-nav ul.primary-nav li.has-children a {
    background-color: transparent;
    color: #2c2c2c;
    border: none;
  }
  .mega-menu-nav ul.primary-nav li.has-children a:hover {
    color: #006499;
  }
  .mega-menu-nav ul.primary-nav li.has-children a span {
    background-color: none;
    border: none;
  }
  .mega-menu-nav ul.primary-nav li.has-children:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: border-color .2s ease-in-out;
  }
  .mega-menu-nav ul.primary-nav li.has-children.open a, .mega-menu-nav ul.primary-nav li.has-children.open span {
    color: #006499;
  }
  .mega-menu-nav ul.primary-nav li.has-children.open:after {
    border-bottom: 10px solid #fff;
  }
  .mega-menu-nav ul.primary-nav li.has-children.active span {
    background-color: transparent;
  }
  .mega-menu-nav ul.primary-nav.ru li a {
    font-size: 12px;
    padding: 18px 8px 14px 8px;
  }
  .mega-menu-nav ul.primary-nav.ru li.home-link {
    display: none;
  }
  .mega-menu-nav ul.primary-nav.ru li.has-children a {
    padding: 18px 22px 14px 8px;
  }
  .mega-menu-nav ul.primary-nav.ru li.has-children span {
    top: 2px;
    right: 2px;
  }
  .mega-overlay {
    display: none;
    position: absolute;
    top: 165px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #000;
    /* The Fallback */
    background: rgba(0, 0, 0, 0.6);
  }
  .mega-wrap {
    display: none;
    position: absolute;
    top: 185px;
    left: 0;
    right: 0;
    z-index: 1000;
    width: calc(100% - 30px);
    max-width: 1380px;
    background-color: #fff;
    margin: 0 auto;
    padding: 25px;
  }
  .mega-wrap.no-sub-menu {
    left: 300px;
    max-width: 650px;
  }
  .mega-wrap.no-sub-menu.large {
    left: 200px;
    max-width: 750px;
  }
  .mega-wrap.no-sub-menu.largest {
    left: 150px;
    max-width: 800px;
  }
  .mega-wrap.small, .mega-wrap.medium {
    left: 420px;
    max-width: 540px;
  }
  .mega-wrap.small .link-col, .mega-wrap.medium .link-col {
    display: flex;
  }
  .mega-wrap.small .link-col a.panel-btn:last-of-type, .mega-wrap.medium .link-col a.panel-btn:last-of-type {
    margin-bottom: 0;
  }
  .mega-wrap.medium {
    left: 320px;
    max-width: 640px;
  }
  .mega-wrap .row.full-width {
    width: 100%;
    margin: 0 15px;
  }
  .mega-wrap h2.mega-nav-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
  .mega-wrap h3.mega-nav-subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 40px;
  }
  .mega-wrap h5.mega-nav-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 25px;
    margin-bottom: 0;
  }
  .mega-wrap ul.mega-sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .mega-wrap ul.mega-sub-menu li {
    display: block;
    background-color: transparent;
    text-align: left;
    margin: 0;
    border: solid 1px transparent;
    transition: border-color .24s ease-in-out;
  }
  .mega-wrap ul.mega-sub-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    font-size: 15px;
    font-weight: 700;
    color: #2c2c2c;
    padding: 8px 10px;
    border: none;
    transition: background-color .24s ease-in-out, color .24s ease-in-out;
  }
  .mega-wrap ul.mega-sub-menu li a:hover {
    background-color: #eae8e8;
    color: #006499;
    text-decoration: none;
  }
  .mega-wrap ul.mega-sub-menu li a span {
    font-size: 14px;
  }
  .mega-wrap ul.mega-sub-menu li.open {
    border-color: #006499;
  }
  .mega-wrap ul.mega-sub-menu li.open a {
    color: #006499;
  }
  .mega-wrap .mega-products {
    display: none;
  }
  .mega-wrap .gray-block {
    background-color: #eae8e8;
    margin-bottom: 0;
    padding: 20px;
  }
  .mega-wrap .gray-block h2.section-title {
    font-size: 24px;
    flex-wrap: wrap;
    line-height: 1.2;
  }
  .mega-wrap .gray-block h2.section-title .title-link {
    width: 100%;
    font-size: 14px;
    padding: 10px 10px 0;
  }
  .mega-wrap .gray-block h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .mega-wrap .gray-block h4 a {
    font-size: 18px;
    color: #2c2c2c;
  }
  .mega-wrap .gray-block h4 a:hover, .mega-wrap .gray-block h4 a:active, .mega-wrap .gray-block h4 a:focus, .mega-wrap .gray-block h4 a:active:hover, .mega-wrap .gray-block h4 a:active:focus {
    color: #006499;
    border-color: #006499;
  }
  .mega-wrap .gray-block p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .mega-wrap .gray-block p a {
    font-size: 16px;
    font-weight: 700;
  }
  .mega-wrap .gray-block p a span {
    font-size: 14px;
    margin-left: 5px;
  }
  .mega-wrap .gray-block p:last-of-type {
    margin: 0;
  }
  .mega-wrap .gray-block ul.mega-product-nav {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mega-wrap .gray-block ul.mega-product-nav.split {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .mega-wrap .gray-block ul.mega-product-nav li {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  .mega-wrap .gray-block ul.mega-product-nav li a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 10px;
    border: none;
    transition: background-color .24s ease-in-out;
  }
  .mega-wrap .gray-block ul.mega-product-nav li a:hover, .mega-wrap .gray-block ul.mega-product-nav li a:active, .mega-wrap .gray-block ul.mega-product-nav li a:focus, .mega-wrap .gray-block ul.mega-product-nav li a:active:hover, .mega-wrap .gray-block ul.mega-product-nav li a:active:focus {
    background-color: #dedada;
    color: #006499;
  }
  .mega-wrap .gray-block ul.mega-product-nav li ul.sub-nav {
    list-style: none;
    margin: 10px 0 0 25px;
    padding: 0;
  }
  .mega-wrap .gray-block ul.mega-product-nav.clean li {
    width: 48%;
  }
  .mega-wrap .gray-block ul.mega-product-nav.clean li img {
    margin: 0 auto;
  }
  .mega-wrap .link-col {
    display: flex;
    flex-wrap: wrap;
  }
  .mega-wrap .link-col h4 {
    width: 100%;
    margin: 25px 0 -15px;
    padding: 0 20px;
  }
  .mega-wrap .link-col h4 a {
    font-size: 18px;
    font-weight: 700;
  }
  .mega-wrap .link-col h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
  }
  .mega-wrap .link-col a.panel-btn {
    display: flex;
    align-items: center;
    width: 200px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #006499;
    margin: 25px 25px 0 0;
    padding: 12px 15px;
    border: solid 1px #dcdcdc;
    transition: border-color .24s ease-in-out, color .24s ease-in-out;
  }
  .mega-wrap .link-col a.panel-btn:hover, .mega-wrap .link-col a.panel-btn:active, .mega-wrap .link-col a.panel-btn:focus, .mega-wrap .link-col a.panel-btn:active:hover, .mega-wrap .link-col a.panel-btn:active:focus {
    color: #004366;
    border-color: #004366;
  }
  .mega-wrap .link-col a.panel-btn span {
    font-size: 14px;
    margin-left: 10px;
  }
  .mega-wrap .link-col a.panel-btn span.icon {
    float: none;
    font-size: 16px;
    margin-left: 0;
    margin-right: 10px;
  }
  .mega-wrap .callout {
    position: relative;
    height: 210px;
    margin-top: 25px;
  }
  .mega-wrap .callout a.full-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .mega-wrap .callout h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }
  .mega-wrap .callout h4 a {
    color: #fff;
  }
  .mega-wrap .callout h4 a:hover, .mega-wrap .callout h4 a:active, .mega-wrap .callout h4 a:focus, .mega-wrap .callout h4 a:active:hover, .mega-wrap .callout h4 a:active:focus {
    color: #fff;
    border-color: #fff;
  }
  .mega-wrap .callout p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
  }
  .mega-wrap .callout p a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-right: 25px;
  }
  .mega-wrap .callout p a:hover, .mega-wrap .callout p a:active, .mega-wrap .callout p a:focus, .mega-wrap .callout p a:active:hover, .mega-wrap .callout p a:active:focus {
    border-color: #fff;
  }
  .mega-wrap .callout p a span {
    font-size: 14px;
    margin-left: 5px;
  }
  .mega-wrap .callout p:last-of-type {
    margin: 0;
  }
  .mega-wrap .callout .row {
    position: relative;
    z-index: 10;
    height: 100%;
    align-items: stretch;
  }
  .mega-wrap .callout .row .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mega-wrap .callout .row .img-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #006499;
    /* The Fallback */
    background: rgba(0, 100, 153, 0.8);
  }
  .mega-wrap .callout .row .text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #search {
    position: absolute;
    top: 60px;
    right: 15px;
    z-index: 1100;
    display: flex;
    align-items: center;
    width: 320px;
    margin: 0;
    padding: 0;
    transition: transform .24s ease-in-out;
  }
  #search .select-wrap {
    display: inline-block;
    width: 120px;
  }
  #search .select-wrap .prettydropdown.primary > ul {
    border-color: #39b1db;
  }
  #search .search-wrap {
    display: inline-block;
    width: 200px;
  }
  #search input[type="text"] {
    display: inline-block;
    border-color: #39b1db;
  }
  #search input[type="submit"] {
    right: 0;
  }
  #top-bar > .sfContentBlock {
    position: relative;
    max-width: 1380px;
    margin: 0 auto;
  }
  #header {
    align-items: flex-start;
    height: 125px;
    padding: 0;
  }
  #inner-header {
    max-width: 960px;
  }
  .logo-wrap {
    height: 80px;
  }
  #corp-logo {
    max-width: 260px;
  }
  #corp-logo img {
    max-width: 220px;
    max-height: 70px;
  }
  .slogan-blade {
    right: calc(50% + 80px);
    height: 79px;
  }
  .slogan-wrap {
    left: calc(50% - 140px);
    height: 79px;
  }
  .slogan-wrap p.slogan {
    width: calc(100% - 350px);
  }
  .slogan-wrap p.slogan.opw-es {
    width: calc(100% - 330px);
    margin-top: 15px;
    margin-left: -15px;
  }
  #menu {
    display: none;
  }
  .banner .sf_1col_1_100.full-width img.banner-img {
    left: calc(50% - 520px);
  }
  .banner .sf_1col_1_100.full-width h1.product-title {
    width: calc(100% - 490px);
  }
  .banner .sf_1col_1_100.full-width h1.page-title {
    width: calc(50% + 239px);
  }
  .banner .sf_1col_1_100.full-width .sf_1col_1in_100 > div {
    max-width: 960px;
  }
  .banner .sf_1col_1_100.full-width .banner-bg .banner-img {
    left: 140px;
  }
  .banner .sf_1col_1_100.full-width .banner-bg h1.product-title {
    width: calc(100% - 400px);
    max-width: 100%;
  }
  .banner .banner-blade {
    width: calc(50% - 262px);
  }
  .banner .title-blade {
    width: calc(50% + 239px);
  }
  .content.sf_cols.form-wrap .infusion-field {
    padding: 0;
  }
  .content.sf_cols.form-wrap .infusion-field .sfError {
    width: 100%;
  }
  .content.sf_cols.form-wrap .sf_4cols_1in_25 .infusion-field, .content.sf_cols.form-wrap .sf_4cols_3in_25 .infusion-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .content.sf_cols.form-wrap .sf_4cols_1in_25 .infusion-field .sfError, .content.sf_cols.form-wrap .sf_4cols_3in_25 .infusion-field .sfError {
    text-align: right;
  }
  .content.sf_cols.form-wrap .sf_4cols_2in_25 .infusion-field, .content.sf_cols.form-wrap .sf_4cols_4in_25 .infusion-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .content.sf_cols.form-wrap .g-recaptcha {
    justify-content: flex-end;
  }
  .content.sf_cols.form-wrap #captchaError {
    text-align: right;
  }
  .content.sf_cols.form-wrap .infusion-submit {
    justify-content: flex-start;
    padding-top: 15px;
  }
  .content.sf_cols ul.thumbnail-gallery li.gallery-thumb {
    width: 33%;
  }
  .content.sf_cols .table-responsive {
    padding: 0;
  }
  .content.sf_cols .feature-panel .feature-card .text-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #006499;
    /* The Fallback */
    background: rgba(0, 100, 153, 0.8);
    transition: background-color .24s ease-in-out;
  }
  .content.sf_cols .feature-panel .feature-card .text-wrap h4.feature-title {
    text-align: left;
    margin: 0;
  }
  .content.sf_cols .feature-panel .feature-card .text-wrap h4.feature-title a {
    position: relative;
    display: block;
    background: none;
    padding: 20px;
    border: none;
    transition: border-color .24s ease-in-out;
  }
  .content.sf_cols .feature-panel .feature-card .text-wrap h4.feature-title a:hover, .content.sf_cols .feature-panel .feature-card .text-wrap h4.feature-title a:active, .content.sf_cols .feature-panel .feature-card .text-wrap h4.feature-title a:focus, .content.sf_cols .feature-panel .feature-card .text-wrap h4.feature-title a:active:hover, .content.sf_cols .feature-panel .feature-card .text-wrap h4.feature-title a:active:focus {
    background: none;
  }
  .content.sf_cols .feature-panel .feature-card .text-wrap p {
    display: block;
    width: 100%;
    max-height: 0;
    color: #fff;
    margin: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
  }
  .content.sf_cols .feature-panel .feature-card .text-wrap p a {
    display: block;
    color: #fff;
    padding: 0 20px 20px;
    border: none;
  }
  .content.sf_cols .feature-panel .feature-card .text-wrap.active {
    background: #006499;
    /* The Fallback */
    background: rgba(0, 100, 153, 0.9);
  }
  .content.sf_cols .feature-panel .feature-card .text-wrap.active p {
    display: block;
    height: auto;
    max-height: 680px;
  }
  .content.sf_cols .banner-block.short {
    width: calc(100% - 60px);
  }
  .content.sf_cols .banner-block img {
    margin-left: -30px;
  }
  .main-right {
    order: 2;
    width: 75% !important;
    margin-bottom: 0;
  }
  .main-right .sf_colsOut:first-of-type {
    margin-bottom: 0;
  }
  .sidebar-left {
    order: 1;
    width: 25% !important;
  }
  .sidebar-left .sidebar-form {
    padding: 0;
  }
  .sidebar-block label {
    width: calc(100% - 20px);
  }
  .sidebar-block input[type="checkbox"], .sidebar-block input[type="radio"] {
    margin-top: 5px;
    width: 14px;
    height: 14px;
  }
  .carousel.brand-home {
    width: 880px;
    margin: 0 auto 40px;
  }
  .carousel.brand-home .carousel-item .slide-bg {
    height: auto;
    min-height: 260px;
  }
  .carousel.brand-home .carousel-item .slide-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .carousel.brand-home .carousel-item .slide-text a.btn {
    width: 160px;
  }
  .carousel.brand-home .carousel-control-prev, .carousel.brand-home .carousel-control-next {
    width: 64px;
    height: auto;
  }
  .carousel.brand-home .carousel-control-next {
    right: 33%;
  }
  .carousel.main-banner .carousel-item .text-slide {
    position: relative;
  }
  .carousel.main-banner .carousel-item .text-slide .slide-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 820px;
    background: none;
    margin: 0 auto;
    z-index: 10;
  }
  .carousel.main-banner .carousel-item .text-slide .slide-text p.sub-title {
    display: block;
  }
  .carousel.main-banner .carousel-item .text-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    /* The Fallback */
    background: rgba(0, 0, 0, 0.6);
  }
  .carousel.main-banner#carousel-pdq {
    max-width: 1140px;
  }
  .carousel.main-banner.full {
    height: 350px !important;
  }
  .carousel.main-banner.full .carousel-item {
    height: 350px !important;
  }
  .carousel.main-banner.full .carousel-item .row {
    height: 100%;
  }
  .contents-nav.sticky {
    display: block;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 30px;
  }
  .sticky li.active {
    font-weight: bold;
  }
  .sticky li.active:before {
    position: absolute;
    margin-top: 3px;
    left: 30px;
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 900;
    color: #006499;
    content: "\f105";
  }
  #footer p, #footer h4 {
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  /******************************************************************
Bootstrap Large Stylesheet
******************************************************************/
  #main-nav {
    min-width: 760px;
  }
  #main-nav .phone {
    top: -165px;
    margin-left: -135px;
  }
  #main-nav .phone span, #main-nav .phone a {
    font-size: 18px;
  }
  .mega-menu-nav ul.primary-nav.ru li.home-link {
    display: inline-block;
  }
  .mega-wrap.no-sub-menu {
    left: 290px;
    max-width: 880px;
  }
  .mega-wrap.no-sub-menu.large {
    left: 290px;
    max-width: 880px;
  }
  .mega-wrap.small {
    left: 520px;
    max-width: 650px;
  }
  .mega-wrap .link-col {
    display: flex;
    flex-direction: column;
  }
  .mega-wrap .link-col h4 {
    margin: 10px 0;
    padding: 0;
  }
  .mega-wrap .link-col a.panel-btn {
    width: auto;
    margin: 10px 0;
  }
  .mega-wrap .link-col a.panel-btn:last-of-type {
    margin-bottom: 0;
  }
  .mega-wrap .gray-block {
    height: 100%;
    margin-bottom: 0;
  }
  .mega-wrap .gray-block h2.section-title {
    flex-wrap: nowrap;
  }
  .mega-wrap .gray-block h2.section-title .title-link {
    width: auto;
    padding: 0;
  }
  .mega-wrap .callout .row .img-wrap {
    position: relative;
    background-position: bottom right !important;
    background-size: auto 100% !important;
  }
  .mega-wrap .callout .row .img-wrap:after {
    display: none;
  }
  .mega-wrap .callout .row .img-wrap.logo {
    background-position: center center !important;
  }
  .mega-wrap .callout .row .text-wrap {
    padding-left: 25px;
  }
  #search {
    width: 340px;
  }
  #search .search-wrap {
    width: 220px;
  }
  #inner-header {
    max-width: 1140px;
  }
  .logo-wrap {
    height: 100px;
  }
  #corp-logo {
    max-width: 280px;
  }
  #corp-logo img {
    max-width: 260px;
    max-height: 80px;
  }
  .slogan-wrap p.slogan {
    width: calc(100% - 370px);
  }
  .banner {
    height: 300px;
  }
  .banner .sf_1col_1_100.full-width img.banner-img {
    left: calc(50% - 720px);
    height: 300px;
  }
  .banner .sf_1col_1_100.full-width h1 {
    font-size: 48px;
  }
  .banner .sf_1col_1_100.full-width h1.product-title {
    width: calc(100% - 600px);
    max-width: 50%;
  }
  .banner .sf_1col_1_100.full-width h1.page-title {
    width: calc(50% + 276px);
    font-size: 36px;
  }
  .banner .sf_1col_1_100.full-width .sf_1col_1in_100 > div {
    max-width: 1140px;
  }
  .banner .sf_1col_1_100.full-width .banner-bg h1.product-title {
    width: calc(100% - 500px);
  }
  .banner.product {
    height: 250px;
  }
  .banner.product .sf_1col_1_100.full-width img.banner-img {
    height: 250px;
  }
  .banner .banner-blade {
    width: calc(50% - 292px);
    background: linear-gradient(to right, #006499 0%, #64c2e3 50%, #64c2e3 100%);
    background: url("../images/icons/icon_diamond-bg.svg") no-repeat -300px center, linear-gradient(to right, #006499 0%, #64c2e3 50%, #64c2e3 100%);
    background-size: auto 300px;
  }
  .banner .banner-blade:after {
    top: -30px;
    right: -48px;
    width: 90px;
    height: 300px;
  }
  .banner .title-blade {
    width: calc(50% + 276px);
    height: 80px;
  }
  .banner .banner-wrap {
    position: relative;
    overflow: hidden;
  }
  .banner .banner-wrap .banner-blade {
    width: calc(50% - 322px);
  }
  .banner .banner-wrap .banner-blade:after {
    top: -30px;
    right: -68px;
    width: 120px;
    height: 360px;
  }
  .slogan-wrap p.slogan.opw-es {
    width: calc(100% - 370px);
    margin-top: 0;
    margin-left: 0;
  }
  .content.sf_cols.form-wrap .infusion-field .sfError {
    text-align: center !important;
  }
  .content.sf_cols .table-responsive table {
    width: 100% !important;
    overflow-x: hidden;
  }
  .content.sf_cols.panels.home #chemicalCard {
    order: 1;
  }
  .content.sf_cols.panels.home #transportationCard {
    order: 2;
  }
  .content.sf_cols.panels.home #retailCard {
    order: 3;
  }
  .content.sf_cols.panels.home #cleanCard {
    order: 7;
  }
  .content.sf_cols.panels.home #vehicleCard {
    order: 8;
  }
  .content.sf_cols.panels.home #chemicalPanel {
    order: 4;
  }
  .content.sf_cols.panels.home #transportationPanel {
    order: 5;
  }
  .content.sf_cols.panels.home #retailPanel {
    order: 6;
  }
  .content.sf_cols.panels.home #cleanPanel {
    order: 9;
  }
  .content.sf_cols.panels.home #vehiclePanel {
    order: 10;
  }
  .content.sf_cols .feature-panel .feature-card .text-wrap h4.feature-title {
    font-size: 18px;
  }
  .content.sf_cols .feature-panel .feature-card .text-wrap p {
    font-size: 14px;
  }
  .content.sf_cols .feature-panel .feature-card .text-wrap.active {
    background: #006499;
    /* The Fallback */
    background: rgba(0, 100, 153, 0.8);
  }
  .content.sf_cols .feature-panel .feature-card .text-wrap.active p {
    display: block;
    height: auto;
    max-height: 680px;
  }
  .content.sf_cols .banner-block .title-wrap {
    padding-left: 45px;
  }
  .content.sf_cols .banner-block img {
    left: 52%;
    margin-left: 0;
  }
  .card-wrap.small {
    margin-left: 0;
    margin-right: 0;
  }
  .card-wrap.small > .sf_colsOut > .sf_colsIn {
    padding-left: 0;
    padding-right: 0;
  }
  .card-wrap.small > .sf_colsOut.sf_5cols_5_20 {
    width: 20% !important;
  }
  .carousel.main-banner .carousel-item .text-slide .slide-text {
    max-width: 960px;
  }
  .carousel.main-banner .carousel-item .text-slide .slide-text h1.page-title {
    max-width: 960px;
  }
  .carousel.main-banner a.banner-link {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    border-radius: 0;
  }
  #results table {
    width: 100% !important;
  }
  .sfPageEditor {
    background-color: #fff !important;
  }
  .sfPageEditor .zeControlDock {
    margin: 0 !important;
    padding: 0 !important;
  }
  .sfPageEditor #main-nav {
    display: none;
  }
  .sfPageEditor #search {
    display: none;
  }
  .sfPageEditor #top-bar {
    display: none;
  }
  .sfPageEditor #header {
    height: 80px;
  }
  .sfPageEditor #header .logo-wrap {
    height: 80px;
  }
  .sfPageEditor .slogan-blade {
    height: 80px;
  }
  .sfPageEditor .slogan-wrap {
    height: 80px;
  }
  .sfPageEditor .slogan-wrap p.slogan {
    margin: 0;
  }
  .sfPageEditor .sf_1col_1_100 {
    margin-right: auto;
    margin-left: auto;
  }
  .sfPageEditor .banner .sf_1col_1_100.full-width .img-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 215px;
    overflow: hidden;
  }
  .sfPageEditor .banner .sf_1col_1_100.full-width img.banner-img {
    top: -60px;
  }
  .sfPageEditor .banner .banner-blade {
    height: 250px;
    margin-top: -60px;
  }
  .sfPageEditor .mega-menu-nav {
    display: none;
  }
  .sfPageContainer .RadDock .rdCenter .rdCommands li {
    display: block;
  }
  .sfPageContainer .RadDock .rdTable {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1440px) {
  /******************************************************************
Bootstrap X-Large Stylesheet
******************************************************************/
  #nav-container {
    max-width: 1380px;
  }
  #main-nav {
    min-width: 860px;
  }
  ul.primary-nav li a {
    font-size: 15px;
    padding: 16px 14px 14px 14px;
  }
  ul.primary-nav li.has-children a {
    padding: 16px 26px 14px 14px;
  }
  ul.primary-nav li.has-children span {
    right: 10px;
    width: 12px;
    line-height: 50px;
  }
  ul.sub-menu li a {
    font-size: 16px;
    padding: 16px 16px 14px 16px;
  }
  ul.sub-menu li a:hover, ul.sub-menu li a:active, ul.sub-menu li a:focus, ul.sub-menu li a:active:hover, ul.sub-menu li a:active:focus {
    padding-left: 26px;
    padding-right: 6px;
  }
  .mega-menu-nav {
    top: 117px;
    right: 0;
    left: 320px;
    width: 1060px;
    margin: 0 auto;
  }
  .mega-menu-nav.emea-ru {
    width: 1140px;
    left: 220px;
  }
  .mega-menu-nav ul.primary-nav.ru li a {
    padding: 18px 8px 16px 8px;
  }
  .mega-menu-nav ul.primary-nav.ru li.has-children a {
    padding: 18px 22px 16px 8px;
  }
  .mega-menu-nav ul.primary-nav.ru li.has-children span {
    top: 0;
  }
  .mega-wrap.no-sub-menu {
    left: 340px;
    max-width: 1040px;
  }
  .mega-wrap.no-sub-menu.large {
    left: 340px;
    max-width: 1040px;
  }
  .mega-wrap.small {
    left: 730px;
  }
  #search {
    width: 360px;
  }
  #search .search-wrap {
    width: 240px;
  }
  .slogan-blade {
    height: 77px;
  }
  .slogan-wrap {
    height: 77px;
  }
  .slogan-wrap p.slogan {
    width: calc(100% - 390px);
  }
  .slogan-wrap p.slogan.opw-es {
    width: calc(100% - 390px);
  }
  #top-bar:after {
    content: '';
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 10;
    display: block;
    width: 50%;
    height: 77px;
    background-color: #64c2e3;
  }
  #inner-header {
    align-items: center;
    max-width: 1380px;
    height: 100%;
  }
  #inner-header .row {
    position: relative;
    height: 100%;
  }
  .banner .sf_1col_1_100.full-width .img-wrap {
    max-width: 1440px;
    margin: 0 auto;
  }
  .banner .sf_1col_1_100.full-width .img-wrap.full {
    max-width: 100%;
  }
  .banner .sf_1col_1_100.full-width h1.product-title {
    position: absolute;
    left: 50%;
    width: 720px;
  }
  .banner .sf_1col_1_100.full-width .sf_1col_1in_100 > div {
    max-width: 1380px;
  }
  .banner .sf_1col_1_100.full-width .banner-bg .banner-img {
    left: 220px;
  }
  .banner .sf_1col_1_100.full-width .banner-bg h1.product-title {
    width: calc(100% - 600px);
    left: auto;
  }
  .banner .banner-blade {
    background: linear-gradient(to right, #006499 0%, #64c2e3 50%, #64c2e3 100%);
    background: url("../images/icons/icon_diamond-bg.svg") no-repeat -200px center, linear-gradient(to right, #006499 0%, #64c2e3 50%, #64c2e3 100%);
    background-size: auto 250px;
  }
  .content.sf_cols.panels.home .col-xl-4 {
    flex: 0 0 20%;
  }
  .content.sf_cols.panels.home #chemicalCard {
    order: 1;
  }
  .content.sf_cols.panels.home #transportationCard {
    order: 2;
  }
  .content.sf_cols.panels.home #retailCard {
    order: 3;
  }
  .content.sf_cols.panels.home #cleanCard {
    order: 4;
  }
  .content.sf_cols.panels.home #vehicleCard {
    order: 5;
  }
  .content.sf_cols.panels.home #chemicalPanel {
    order: 6;
  }
  .content.sf_cols.panels.home #transportationPanel {
    order: 7;
  }
  .content.sf_cols.panels.home #retailPanel {
    order: 8;
  }
  .content.sf_cols.panels.home #cleanPanel {
    order: 9;
  }
  .content.sf_cols.panels.home #vehiclePanel {
    order: 10;
  }
  .content.sf_cols.panels.home .panel .content-card .title-wrap h3.panel-title {
    font-size: 18px;
    padding: 20px 10px;
  }
  .content.sf_cols ul.thumbnail-gallery li.gallery-thumb {
    width: 25%;
  }
  .content.sf_cols .feature-panel h2.feature-title {
    font-size: 18px;
  }
  .content.sf_cols .banner-block .title-wrap {
    width: 320px;
    padding-left: 60px;
  }
  .content.sf_cols .banner-block .cta-wrap {
    width: 41%;
  }
  .content.sf_cols .banner-block .cta-wrap:before {
    content: '';
    position: absolute;
    top: -6px;
    left: -48px;
    width: 70px;
    height: 120px;
    background-color: #dcdcdc;
    transform: rotate(18deg);
  }
  .content.sf_cols .banner-block img {
    left: 50%;
    margin-left: 100px;
  }
  .sidebar-left .sidebar-form {
    padding: 0 30px;
  }
  .carousel.main-banner .carousel-item .text-slide .slide-text h1.page-title {
    font-size: 36px;
  }
  .carousel.main-banner#carousel-pdq {
    max-width: 1140px;
  }
  .carousel.brand-home {
    width: 100%;
  }
  .carousel.brand-home .carousel-item .slide-bg {
    min-height: 340px;
  }
  #inner-footer {
    max-width: 1380px;
  }
}

/******************************************************************
IE11 Stylesheet
******************************************************************/
.k-ie11, .t-ie11 {
  /* Content card height issue */
  /* Rotating banner centering issue */
}

.k-ie11 #top-bar ul.secondary-nav, .t-ie11 #top-bar ul.secondary-nav {
  width: 320px;
}

.k-ie11 #top-bar ul.secondary-nav li.home-link, .t-ie11 #top-bar ul.secondary-nav li.home-link {
  width: 100%;
  max-width: 135px;
}

.k-ie11 #top-bar ul.secondary-nav.admin, .t-ie11 #top-bar ul.secondary-nav.admin {
  width: calc(100% - 320px);
  text-align: right;
  z-index: 2000;
}

.k-ie11 #top-bar ul.secondary-nav.admin ul.nav-list, .t-ie11 #top-bar ul.secondary-nav.admin ul.nav-list {
  text-align: left;
}

.k-ie11 #top-bar ul.secondary-nav.ru, .t-ie11 #top-bar ul.secondary-nav.ru {
  width: 440px;
}

.k-ie11 #top-bar ul.secondary-nav.ru li.home-link, .t-ie11 #top-bar ul.secondary-nav.ru li.home-link {
  max-width: 230px;
}

.k-ie11 #top-bar ul.secondary-nav.ru.admin, .t-ie11 #top-bar ul.secondary-nav.ru.admin {
  width: calc(100% - 440px);
}

.k-ie11 #search, .t-ie11 #search {
  z-index: 2000;
}

.k-ie11 .content-card, .t-ie11 .content-card {
  display: block !important;
}

.k-ie11 .card-wrap.panel .content-card .img-wrap, .t-ie11 .card-wrap.panel .content-card .img-wrap {
  min-height: 120px;
}

.k-ie11 #site-container .sf_1col_1in_100 .sf_cols, .t-ie11 #site-container .sf_1col_1in_100 .sf_cols {
  justify-content: flex-start !important;
}

.k-ie11 select::-ms-expand, .t-ie11 select::-ms-expand {
  display: none;
}

.k-ie11 .sf_cols select, .t-ie11 .sf_cols select {
  background: #fff url("../images/icons/icon-select-down.png") no-repeat center right;
}

.k-ie11 .rgMasterTable .sfdownloadLink, .t-ie11 .rgMasterTable .sfdownloadLink {
  visibility: visible;
  width: auto;
  margin-left: 0;
}

.k-ie11 .sfdownloadTable.sfHasIcons .sfdownloadLink, .t-ie11 .sfdownloadTable.sfHasIcons .sfdownloadLink {
  background: none !important;
}

.k-ie11 select.sflanguagesDropDown, .t-ie11 select.sflanguagesDropDown {
  /* Fix for dropdown arrow in search bar */
}

.k-ie11 select.sflanguagesDropDown option, .t-ie11 select.sflanguagesDropDown option {
  color: #2c2c2c;
}

.k-ie11 select.sflanguagesDropDown::-ms-expand, .t-ie11 select.sflanguagesDropDown::-ms-expand {
  display: none;
}

@media only screen and (min-width: 768px) {
  .k-ie11, .t-ie11 {
    /* Content card height issue */
  }
  .k-ie11 .card-wrap.panel.trigger, .k-ie11 .content-wrap.panel.trigger, .t-ie11 .card-wrap.panel.trigger, .t-ie11 .content-wrap.panel.trigger {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  .k-ie11, .t-ie11 {
    /* Product map circle issues */
  }
  .k-ie11 .sf_cols .map-indicator, .t-ie11 .sf_cols .map-indicator {
    width: 26px;
    height: 26px;
    padding-top: 2px;
  }
  .k-ie11 .sf_cols ol.map-list li a, .t-ie11 .sf_cols ol.map-list li a {
    padding-left: 30px;
  }
  .k-ie11 .sf_cols ol.map-list li:before, .t-ie11 .sf_cols ol.map-list li:before {
    width: 24px;
    height: 24px;
    padding-top: 2px;
  }
}

@media only screen and (min-width: 1200px) {
  .k-ie11, .t-ie11 {
    /* Product map circle issues */
  }
  .k-ie11 .sf_cols .map-indicator, .t-ie11 .sf_cols .map-indicator {
    width: 30px;
    height: 30px;
    padding-top: 3px;
  }
  .k-ie11 .sf_cols ol.map-list li a, .t-ie11 .sf_cols ol.map-list li a {
    padding-left: 30px;
  }
  .k-ie11 .sf_cols ol.map-list li li:before, .t-ie11 .sf_cols ol.map-list li li:before {
    width: 26px;
    height: 26px;
    padding-top: 2px;
  }
}

@media all and (min-width: 1200px) {
  .k-ie11, .t-ie11 {
    /* Content card 4-items on row */
  }
  .k-ie11 .col-xl-3.card-wrap, .t-ie11 .col-xl-3.card-wrap {
    flex: 0 0 22%;
  }
}
/*# sourceMappingURL=main.css.map */