.dxf-modal {
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	overflow: auto;
	box-sizing: border-box;
	position: fixed;
}

.dxf-modal.is-open {
  display: block;
}


.dxf-modal-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	top: 0;
	left: 0;
}

.dxf-modal-content {
	left: 50%;
	width: 300px;
	position: absolute;
	top: 50%;
	background: #fff;
	margin: auto;
	max-width: 100%;
	transform: translate(-50%, -50%);
	padding: 15px;
}

.M-Navigation__flyoutWrapper {
	z-index: 2;
}

.A-Icon:hover > image {
	filter: invert(0.4) sepia(1) saturate(100) hue-rotate(204deg) brightness(0.57);
}

.M-ProfileAccess .m-popover {
  top: 60px;
  right: 0%;
  z-index: 5;
  color: black;
  width: 300px;
}

@media all and (max-width: 767px) {
  .M-ProfileAccess .m-popover {
	width: 100%;
	max-width: 100%;
	margin: 0;
  }
    /*
  .m-popover.-right-top .a-box::before, .m-popover.-right-top .a-box::after {
	 right: 3.6rem !important;
  }
     */
}
/* Remove dropdown CSS
.m-popover {
  max-width: 24rem;
  display: none;
  position: absolute;
}
.m-popover__content {
  box-shadow: 0 0 0.5rem 0.1rem rgba(0,0,0,0.25);
  background-color: white;
  padding: 1rem;
  position: relative;
}
.m-popover__paragraph,
.m-popover .a-button {
  margin-bottom: 1rem;
}
.m-popover__head {
  display: flex;
  margin-top: -0.375rem;
  margin-bottom: 0.5rem;
  min-height: 1.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
}
.m-popover__head .a-button--integrated {
  position: absolute;
  top: 0;
  right: 0;
}
.m-popover :last-child {
  margin-bottom: 0;
}
.m-popover.-close-button .m-popover__head {
  padding-right: 2rem;
}
.m-popover .a-box {
  position: relative;
  box-shadow: none;
}
.m-popover .a-box::before, .m-popover .a-box::after {
  box-shadow: 0 0 0.5rem 0.1rem rgba(0,0,0,0.25);
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  height: 1.06rem;
  width: 1.06rem;
  transform: translateX(-.47rem) translateY(-.47rem) rotate(45deg);
  background-color: white;
}
.m-popover .a-box::before {
  background-color: transparent;
}
.m-popover .a-box::after {
  background-color: white;
  box-shadow: none;
}
.m-popover.-top-left .a-box::before, .m-popover.-top-left .a-box::after {
  left: 1.75rem;
}
.m-popover.-top-right .a-box::before, .m-popover.-top-right .a-box::after {
  left: auto;
  right: 1rem;
}
.m-popover.-left-center .a-box::before, .m-popover.-left-center .a-box::after {
  left: 0;
  top: 50%;
}
.m-popover.-left-top .a-box::before, .m-popover.-left-top .a-box::after {
  left: 0;
  top: 1.75rem;
}
.m-popover.-left-bottom .a-box::before, .m-popover.-left-bottom .a-box::after {
  left: 0;
  bottom: 1rem;
  top: auto;
}
.m-popover.-bottom-center .a-box::before, .m-popover.-bottom-center .a-box::after {
  left: 50%;
  bottom: -1rem;
  top: auto;
}
.m-popover.-bottom-left .a-box::before, .m-popover.-bottom-left .a-box::after {
  left: 1.75rem;
  top: auto;
  bottom: -1rem;
}
.m-popover.-bottom-right .a-box::before, .m-popover.-bottom-right .a-box::after {
  left: auto;
  right: 1rem;
  top: auto;
  bottom: -1rem;
}
.m-popover.-right-center .a-box::before, .m-popover.-right-center .a-box::after {
  left: auto;
  right: -1rem;
  top: 50%;
}
.m-popover.-right-top .a-box::before, .m-popover.-right-top .a-box::after {
  left: auto;
  right: 1rem;
  top: 0;
}
.m-popover.-right-bottom .a-box::before, .m-popover.-right-bottom .a-box::after {
  left: auto;
  right: -1rem;
  top: auto;
  bottom: 1rem;
}
.m-popover.-without-arrow .a-box {
  display: none;
}
.m-popover.-without-arrow .a-box::before, .m-popover.-without-arrow .a-box::after {
    content: none;
}

.m-popover.-detached {
    position: static;
}

.m-popover.-show {
    display: block;
}
*/
.M-ProfileAccess {
    display: block;
}

@media (min-width: 768px) {
    .M-ProfileAccess {
        position: relative;
        z-index: auto;
        text-align: left;
    }
}

.M-ProfileAccess__toggleLink {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}

.M-ProfileAccess__toggleLink:hover {
    text-decoration: none;
}

.M-ProfileAccess__toggleLink.is-active {
    color: #007bc0;
}

.M-ProfileAccess__toggleLink.is-active .A-Icon {
    fill: #007bc0;
}

.M-ProfileAccess__userNameButton {
    margin-right: 5px;
    font-size: .75rem;
}

.M-ProfileAccess__arrowContainer {
    position: absolute;
    bottom: -16px;
    background-color: #fff;
    z-index: 1;
    height: 15px;
    left: 0;
    display: none;
}

.M-ProfileAccess__arrowContainer .A-Icon {
    fill: #e0e2e5;
}

.M-ProfileAccess__arrowContainer .A-Icon:focus, .M-ProfileAccess__arrowContainer .A-Icon:hover, .M-ProfileAccess__arrowContainer html:not(.is-touch) .A-Icon:hover {
    fill: #e0e2e5 !important;
}

.M-ProfileAccess__arrowContainer--open {
    display: block;
    -webkit-animation: drop-down-fade-in .5s;
    animation: drop-down-fade-in .5s;
}

.M-ProfileAccess__dropDownContainer {
    background-color: #fff;
    border: 1px solid #e0e2e5;
    padding: 15px 15px 0;
    margin-top: 15px;
    position: absolute;
    right: 0;
    width: 100vw;
    display: none;
}

.M-ProfileAccess__dropDownContainer--open {
    display: block;
    -webkit-animation: drop-down-fade-in .5s;
    animation: drop-down-fade-in .5s;
}

@media (min-width: 768px) {
    .M-ProfileAccess {
        position: relative;
        z-index: auto;
        text-align: left;
    }

    .M-ProfileAccess__dropDownContainer--logeddIn {
        width: 300px;
    }
}

.M-ProfileAccess__dropDownHeader {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.M-ProfileAccess__dropDownHeadline {
    font-size: 1.25rem;
    padding-top: 10px;
    white-space: nowrap;
}

.M-ProfileAccess__loginBtn {
    margin-bottom: 20px;
}

.M-ProfileAccess__loginBtn .A-Link__link:active, .M-ProfileAccess__loginBtn .A-Link__link:active:hover {
    color: #fff;
}

.M-ProfileAccess__linksContainer, .M-ProfileAccess__userInfoContainer {
    border-bottom: 1px solid #e0e2e5;
}

.M-ProfileAccess__userInfoContainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: .75rem;
    padding-bottom: 20px;
}

.M-ProfileAccess__userInfoContainer .A-Link--button {
    font-size: .75rem;
}

.M-ProfileAccess__dropDownCloseBtn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
}

.M-ProfileAccess__linksContainer {
    padding-top: 15px;
    padding-bottom: 15px;
}

.M-ProfileAccess__linksContainer .A-Link {
    font-size: .75rem;
    margin-bottom: 5px;
}

.M-ProfileAccess__userMonogram {
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    margin-right: 15px;
    background: #007bc0;
}

.M-ProfileAccess__userEmail {
    font-weight: 700;
    margin-bottom: 15px;
}

.M-ProfileAccess__appHeadline {
    margin-bottom: 10px;
    font-size: .75rem;
}

.M-ProfileAccess__logoutBtnContainer {
    margin: 15px 0 20px;
}

.M-ProfileAccess__logoutBtnContainer .A-Link {
    font-size: .75rem;
    margin-top: 15px;
}

.M-ProfileAccess__logoutBtnContainer .A-Link__link--secondary {
    color: #71767c;
}

.M-ProfileAccess__logoutBtnContainer .A-Icon {
    fill: #71767c;
}

.M-ProfileAccess__userNameButton {
    font-size: inherit;
    margin: 0 0 0 10px;
}

.M-ProfileAccess__dropDownCloseBtn {
    display: block !important;
}

.M-Modals-OverlayAlert__headline.h2 {
    font-size: 1.8em;
}

.M-Modals-OverlayAlert__bodytext, .M-Modals-OverlayAlert__headline {
    overflow-wrap: anywhere;
}

.dxf-modal-content > .M-Modals-OverlayAlert__icon {
    left: 37%;
}

.search-result-images {
    position: relative
}

@media (min-width: 993px) {
    .search-result-images {
        min-height:160px;
        cursor: pointer;
        padding: 30px
    }
}

@media (min-width: 1200px) {
    .search-result-images {
        width:1170px
    }
}

@media (max-width: 992px) {
    .search-result-images {
        margin-bottom:50px
    }
}

.search-result-images h3 {
    font-size: 28px;
    overflow-wrap: normal
}

.search-result-images h3 span {
    font-weight: 300
}

.search-result-images h3 span b {
    font-weight: 700
}

@media (min-width: 993px) {
    .search-result-images h3 {
        margin-bottom:15px;
        margin-top: -3px
    }
}

@media (max-width: 992px) {
    .search-result-images h3 {
        margin:16px 0
    }
}

@media (max-width: 767px) {
    .search-result-images h3 {
        font-size:24px
    }
}

.search-result-images h3 a.relatedLnk {
    display: table
}

.search-result-images .thumbnail {
    margin-right: 38px
}

@media (min-width: 993px) {
    .search-result-images .thumbnail {
        float:left;
        width: 180px;
        margin-bottom: 30px
    }
}

@media (max-width: 992px) {
    .search-result-images .thumbnail {
        width:100%
    }
}

.search-result-images .breadcrumb span {
    color: #a5a6a7;
    font-size: 12px
}

.search-result-images:after {
    margin-top: 43px
}

@media (min-width: 993px) {
    .search-result-images:hover {
        background-color:#ededed
    }
}

.search-result-images>p {
    word-break: break-word
}

@media (min-width: 993px) {
    .search-result-images>p {
        margin-bottom:6px
    }
}

@media (max-width: 992px) {
    .search-result-images>p {
        margin-bottom:0
    }
}

@media (max-width: 992px) and (min-width:993px) {
    .search-result-images>div>a>span {
        word-break:break-word
    }
}

@media (max-width: 992px) and (max-width:992px) {
    .search-result-images>div>a>span {
        word-break:break-all
    }
}

@media (min-width: 993px) {
    .search-result-images p {
        width:90%;
        margin: -2px 0 0
    }
}

.e-container {
    width: calc(100% - 2rem);
    max-width: 1120px;
    margin: 0 1rem;

> * {
    max-width: 1120px;
    margin: 0 auto;
    }
}

@media (min-width: 1152px) {
    .e-container {
        width: 100%;
        margin: 0 auto;
    }
}

.e-container.-full-width {
    width: 100%;
    max-width: unset;
    margin: 0;
    padding: 0 1rem;

> * {
    margin: 0 auto;
    }
}