/* This is a static un-compiled style sheet. Please consider running the build process. */
.italic {font-style:italic;}
.industry__overlay.softbackground {background-color: rgba(255, 255, 255,0.8);}

.link.wrapanywhere {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

div.contacts__contacts{
    max-width:420px;
}

div.application-notes__item{
    text-align: left;
}

.full-width{
    width:100%;
}

.form__textarea{
    height: 100px;
}

.previews__image { /* override */
    width:150px;
}

/* Document grid pages (e.g. brochures/datasheets, articles) */
div.grid.doc__grid {
    grid-template-columns: repeat(auto-fill, 150px);
}
div.doc__grid .previews__image { 
    max-height: 200px;
    min-width: 120px;
    max-width: 150px;
    box-shadow: 10px 10px 5px grey;
}

.footer__navigation{ /* override */
    columns: 1;
}

.shadow {
    box-shadow: 10px 10px 5px grey;
}

.search__input, .search__submit{ /* override */
    height: 40px; 
}

.search__submit { /* override */
    line-height: 0.8em;
}

.customers { /* override */
    top: 45px;
}

.link--green{
    color: forestgreen;
    font-size: smaller;
}

.megamenu{
    padding-bottom: 0; 
}

/* Trying to get nice underlining on Edge...
div.menu__item.menu__item--links{
    line-height: 2.0;

}
a.menu__link { 
    text-decoration: none;
    border-bottom: solid #fff 1px;
    text-shadow: 1px 1px #424F58, -1px 1px #424F58;
    line-height: 0.0;
    display: inline-block;
} 
...Edge underlining */ 

figure.radar{ /* Override to fix layering + pointer events on radar sweep image */
    z-index: 2; 
}

.table__link{ /* stop cursor changing on normal (i.e. non-customers') versions table */
    cursor: text;
}

.confirm__title{
    padding: 0; 
}

.contacts__item > a {
    top: -250px;
    display: block;
    position: relative; 
}

/* Fix overflowing megamenu... */
div.megamenu.grid.grid--mega{
    grid-template-columns: repeat(auto-fill, 270px);
}
/*
a.navigation__link.dropdown__link{
    width: 285px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.video_link_preview{
    margin-bottom:initial;
    width: 320px;
    margin-right: 2rem;
    box-sizing: border-box;
    vertical-align: baseline;
    position: relative;
}
.play_icon{
   top: 50px;
   left: 120px;
   position: absolute;
   opacity: 0.95;
}
.video_link_preview:hover .play_icon{
   opacity: 0.8;
}

.product_video, .product_video .training-material__preview{
    width: 320px;
}

/*.video_link_preview::before {
    position: relative;
    content:url('/Videos/play_icon.png');
    width: 75px;
    height: 75px;
    pointer-events: none;
    top: 50px;
    right: 100px;
}*/

.form--tab{
    padding-top:0; 
}

/* Home page special notice */
div.notice p{
    padding: 0px 10px 0px 10px;
    line-height: 1.5em;
    font-size: 12pt;
}
div.notice {
    position: absolute;
    padding-top: 10px;
    padding-bottom: 5px;
    z-index: 3;
    background-color: white;
    width: 100%
}

div.form__item input[type=radio]{
    display: inline-block;
    margin-left: 2.5em;
}



/* Menu behaviour override - so that search and contact scroll up */
/*
header.menu{
    position: absolute;
    top: 0;
}
div.menu__upper{
    position: fixed;
    top: 0;
    z-index: 1000;
}
div.menu__lower{
    position: relative;
    top: 90px;
    height: 80px;
}
@media screen and (max-width:1246px){
    div.menu__lower {
        top: 70px;
    }
}
*/
/* End of menu override */