@font-face {
  font-family: 'Aeonik Regular';
  src: url('https://resources2.morganphilips.com/DNNWebsite/fonts/Aeonik-Regular.woff2') format('woff2'), url('https://resources2.morganphilips.com/DNNWebsite/fonts/Aeonik-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik Light';
  src: url('https://resources2.morganphilips.com/DNNWebsite/fonts/Aeonik-Light.woff2') format('woff2'), url('https://resources2.morganphilips.com/DNNWebsite/fonts/Aeonik-Light.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik Medium';
  src: url('https://resources2.morganphilips.com/DNNWebsite/fonts/Aeonik-Medium.woff2') format('woff2'), url('https://resources2.morganphilips.com/DNNWebsite/fonts/Aeonik-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik Bold';
  src: url('https://resources2.morganphilips.com/DNNWebsite/fonts/Aeonik-Bold.woff2') format('woff2'), url('https://resources2.morganphilips.com/DNNWebsite/fonts/Aeonik-Bold.ttf') format('truetype');
  font-display: swap;
}
/* 
	Custom site variables (not bootstrap!) 
*/
/*@body-min-width: 970px;*/
/*#8a6d3b; */
/* line 244, TopProfiles.less */
.multipleSelect {
  padding: 0;
}
/* line 248, TopProfiles.less */
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
/* line 254, TopProfiles.less */
.ms-choice {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: none;
  text-align: left;
  white-space: nowrap;
  line-height: 30px;
  color: #444;
  text-decoration: none;
  background-color: #fff;
}
/* line 270, TopProfiles.less */
.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
/* line 277, TopProfiles.less */
.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px;
}
/* line 289, TopProfiles.less */
.ms-choice > span.placeholder {
  color: black;
  background-color: white;
}
/* line 294, TopProfiles.less */
.ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 30px;
  background: url('Images/select-sprite.png') left center no-repeat;
}
/* line 303, TopProfiles.less */
.ms-choice > div.open {
  background: url('Images/select-sprite.png') right center no-repeat;
}
/* line 307, TopProfiles.less */
.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 4px;
}
/* line 323, TopProfiles.less */
.ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
/* line 330, TopProfiles.less */
.ms-drop.top {
  bottom: 100%;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
/* line 337, TopProfiles.less */
.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 32px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}
/* line 348, TopProfiles.less */
.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 32px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 366, TopProfiles.less */
.ms-search,
.ms-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 374, TopProfiles.less */
.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px;
}
/* line 380, TopProfiles.less */
.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
  margin-left: 20px !important;
  list-style-image: none !important;
}
/* line 389, TopProfiles.less */
.ms-drop ul > li .disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
/* line 394, TopProfiles.less */
.ms-drop ul > li.multiple {
  display: block;
  float: left;
}
/* line 399, TopProfiles.less */
.ms-drop ul > li.group,
.ms-drop ul > li.ms-select-all,
.ms-drop ul > li.no-grouped {
  margin-left: 0 !important;
  clear: both;
}
/* line 406, TopProfiles.less */
.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 414, TopProfiles.less */
.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap;
}
/* line 420, TopProfiles.less */
.ms-drop ul > li label.optgroup {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 425, TopProfiles.less */
.ms-drop input[type="checkbox"] {
  width: auto;
  margin-right: 3px;
}
/* line 430, TopProfiles.less */
.ms-drop .ms-no-results {
  display: none;
}
/* line 434, TopProfiles.less */
.dnnFormItem input[type="number"] {
  margin-bottom: 18px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 12px;
}
/* line 447, TopProfiles.less */
.dnnFormItem input[type="number"]:focus {
  background: #fff;
  border: 1px solid rgba(2, 139, 255, 0.5);
  /* blue */
  -webkit-box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
  box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
  color: #333;
}
/* line 455, TopProfiles.less */
.filter-results-show-more .slider-area {
  margin-right: 30px;
  margin-left: 15px;
}
/* line 462, TopProfiles.less */
.filter-results-show-more input {
  border: 1px solid #a8c9e9;
  font-size: 13px;
  border-radius: 10px;
  outline-offset: 0;
  padding: 2px 10px;
}
/* line 469, TopProfiles.less */
.filter-results-show-more input:focus-visible {
  outline: unset;
}
/* line 474, TopProfiles.less */
.filter-results-show-more .search-clear::after {
  font-size: 14px;
}
/* line 479, TopProfiles.less */
.locationFilterWrap .filter-results-show-more input {
  padding: 6px 10px;
  font-size: 14px;
}
/* line 484, TopProfiles.less */
.countryFilterWrap .filter-results-show-more select {
  padding: 6px 10px;
  font-size: 14px;
}
/* line 489, TopProfiles.less */
.searchGrid-left .class-h4 {
  font-family: 'Acronym Regular', Arial;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 16px;
}
/* line 496, TopProfiles.less */
.filter-results .no-bottom-margin {
  margin-bottom: 0px;
}
/* line 500, TopProfiles.less */
.searchGrid-left .list-group {
  padding-left: 0;
}
/* line 504, TopProfiles.less */
.searchGrid-left ul,
ol {
  margin-top: 0;
}
/* line 508, TopProfiles.less */
.list-group-item.active {
  background: rgba(168, 201, 233, 0.46);
  border-radius: 0;
  border: 0;
  color: #333;
}
/* line 516, TopProfiles.less */
.filter-results .list-group .list-group-item {
  padding: 0px 0px 0px 4px;
  background-color: #f0f0f0;
  border: 0px;
  margin-top: 3px;
}
/* line 523, TopProfiles.less */
.filter-results .list-group .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* line 529, TopProfiles.less */
.filter-results .list-group .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 534, TopProfiles.less */
.filter-results .list-group .list-group-item {
  position: relative;
  display: block;
}
/* line 538, TopProfiles.less */
.filter-results .list-group .list-group-item .search-clear {
  position: absolute;
  left: 165px;
  top: 7px;
  cursor: pointer;
  display: inline-block;
  font-family: consolas;
  font-weight: bold;
  color: transparent;
}
/* line 549, TopProfiles.less */
.filter-results .list-group .list-group-item .colored {
  color: #3815a3;
}
/* line 554, TopProfiles.less */
.filter-results .list-group .list-group-item a {
  white-space: nowrap;
  text-decoration: none;
}
/* line 559, TopProfiles.less */
.filter-results .list-group .filter-results a {
  text-decoration: none;
}
/* line 563, TopProfiles.less */
.filter-results .list-group .selectedFilter a {
  white-space: nowrap;
  text-decoration: none;
}
/* line 568, TopProfiles.less */
.filter-results .list-group a {
  color: #0067c6;
}
/* line 573, TopProfiles.less */
.virtual-checkbox {
  font-size: 21px;
}
/* line 576, TopProfiles.less */
.virtual-checkbox svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
/*ul.list-group-float li.list-item-float {
	display: inline;
	vertical-align: top;
	border: 1px solid @brand-mpg-darkgray;
	border-radius: 5px;
	padding: 5px 5px;
	margin: 12px 2px;
	line-height: 40px;
	text-wrap: nowrap;
}*/
/* line 594, TopProfiles.less */
ul.list-group-float li.list-item-float a:hover,
ul.list-group-float li.list-item-float a:active {
  text-decoration: none;
}
/* line 598, TopProfiles.less */
ul.list-group-float li.list-item-float.selected {
  background-color: #929291;
}
/* line 602, TopProfiles.less */
li.list-item-float > ul.list-group-float {
  display: inline-block;
}
/* line 606, TopProfiles.less */
li.list-item-float > ul.list-group-float li.list-item-float {
  display: block;
}
/* line 611, TopProfiles.less */
.dnnFormPopup.top-profile-modal,
.dnnFormPopup.dnnFormPopupMobileView.top-profile-modal {
  font-family: 'Aeonik Regular', Georgia;
}
/* line 614, TopProfiles.less */
.dnnFormPopup.top-profile-modal .ui-resizable-se,
.dnnFormPopup.dnnFormPopupMobileView.top-profile-modal .ui-resizable-se {
  display: none;
}
/* line 618, TopProfiles.less */
.dnnFormPopup.top-profile-modal .ui-dialog-titlebar,
.dnnFormPopup.dnnFormPopupMobileView.top-profile-modal .ui-dialog-titlebar {
  border: 0;
}
/* line 621, TopProfiles.less */
.dnnFormPopup.top-profile-modal .ui-dialog-titlebar .dnnModalCtrl,
.dnnFormPopup.dnnFormPopupMobileView.top-profile-modal .ui-dialog-titlebar .dnnModalCtrl {
  position: absolute;
  top: -15px;
  right: -10px;
  font-size: 40px;
  opacity: 0.4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 629, TopProfiles.less */
.dnnFormPopup.top-profile-modal .ui-dialog-titlebar .dnnModalCtrl .ui-dialog-titlebar-close,
.dnnFormPopup.dnnFormPopupMobileView.top-profile-modal .ui-dialog-titlebar .dnnModalCtrl .ui-dialog-titlebar-close {
  background: #ffffff url('https://resources2.morganphilips.com/DNNWebsite/img/mpg-2022/closeBtnInverted.png') no-repeat center center;
}
/* line 634, TopProfiles.less */
.dnnFormPopup.top-profile-modal .ui-dialog-titlebar .ui-dialog-titlebar-close,
.dnnFormPopup.dnnFormPopupMobileView.top-profile-modal .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: #ffffff url('https://resources2.morganphilips.com/DNNWebsite/img/mpg-2022/closeBtnInverted.png') no-repeat center center;
  display: block;
}
/* line 640, TopProfiles.less */
.dnnFormPopup.top-profile-modal .ui-dialog-titlebar .dnnToggleMax,
.dnnFormPopup.dnnFormPopupMobileView.top-profile-modal .ui-dialog-titlebar .dnnToggleMax,
.dnnFormPopup.top-profile-modal .ui-dialog-titlebar .ui-dialog-title,
.dnnFormPopup.dnnFormPopupMobileView.top-profile-modal .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
/* line 645, TopProfiles.less */
.dnnFormPopup.top-profile-modal iframe,
.dnnFormPopup.dnnFormPopupMobileView.top-profile-modal iframe {
  height: unset;
  min-height: unset;
  overflow: hidden;
}
/* line 651, TopProfiles.less */
.dnnFormPopup.top-profile-modal .top-profile-html,
.dnnFormPopup.dnnFormPopupMobileView.top-profile-modal .top-profile-html {
  display: none;
}
/* line 657, TopProfiles.less */
#btnCancel {
  display: none;
}
/* line 661, TopProfiles.less */
body {
  height: unset !important;
  min-height: unset !important;
}
/* line 666, TopProfiles.less */
.height-fix .layoutContainer .pane div {
  height: unset;
}
/* line 671, TopProfiles.less */
.dnnFormPopup.top-profile-modal {
  width: 80vw !important;
  max-width: 630px;
  margin: 0px auto;
  padding: 40px;
  left: 0 !important;
  right: 0 !important;
}
/* line 681, TopProfiles.less */
.search-box {
  border: 1px solid #a8c9e9;
  font-size: 14px;
  border-radius: 10px;
  outline-offset: 0;
  padding: 6px 10px;
  margin: 5px;
}
