@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700&subset=latin-ext');

/* latin-ext */

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: local('Oswald Light'), local('Oswald-Light'), url(https://fonts.gstatic.com/s/oswald/v10/l1cOQ90roY9yC7voEhngDBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: local('Oswald Light'), local('Oswald-Light'), url(https://fonts.gstatic.com/s/oswald/v10/HqHm7BVC_nzzTui2lzQTDVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* latin-ext */

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v10/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v10/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* latin-ext */

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'), local('Oswald-Bold'), url(https://fonts.gstatic.com/s/oswald/v10/dI-qzxlKVQA6TUC5RKSb3xJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'), local('Oswald-Bold'), url(https://fonts.gstatic.com/s/oswald/v10/bH7276GfdCjMjApa_dkG6VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* Globals*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    -webkit-text-size-adjust: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    color: #404040;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    outline: none;
    position: relative;
}

h1,
h2 {
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 700;
}

h1 {
    color: #ed1a3a;
    font-family: "Oswald", sans-serif;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 35px;
    margin: 0;
    margin-bottom: 10px;
}

h2 {
    color: #ed1a3a;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 12px;
    text-transform: uppercase;
}

h3 {
    color: #ed1a3a;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.container {
    width: 940px;
    margin: 0 auto;
    position: relative;
}


/*.group{
    max-width: 1440px;
    margin: 0 auto;
}*/

a {
    text-decoration: none;
    outline: none;
    color: #00adee;
}

a img {
    border: none;
}

.LayoutHomePage .PaneContentInner {
    margin-bottom: 0;
}

.LayoutHomePageLayout h1 {
    font-size: 43px;
}

@media screen and (max-width: 940px) {
    .container {
        width: auto;
        padding: 0 15px;
    }
}

@media screen and (max-width: 640px) {
    h1 {
        font-size: 23px;
    }
}


/*Header*/

.ClientLogo {
    float: left;
    padding: 30px 0 0 0;
}

.HeaderContainer {
    padding-top: 72px;
}

.ModuleSearch {
    float: right;
    padding: 21px 0 0 0;
    width: 200px;
    margin-left: 110px;
}

.SearchInput {
    background-color: #acacac;
    padding: 0 5px;
    margin: 0;
    border: 0 none;
    color: #404040;
    font-size: 11px;
    line-height: 20px;
    height: 21px;
    width: 165px;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    float: left;
    border-radius: 0;
}

.SearchButton {
    color: #999;
    font-family: "Arial";
    font-size: 11px;
    background-color: #404040;
    margin: 0;
    padding: 0;
    border: 0 none;
    width: 30px;
    height: 21px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.SearchTrigger {
    display: none;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    float: right;
    margin: 25px 20px 0 0;
}

.SearchTrigger.open {
    color: #dc163d;
}

.SearchTrigger .q4-icon-search {
    font-size: 16px;
    font-weight: 700;
}

.q4-icon-search {
    display: none;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ModuleSearch .q4-icon-search {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
}

.PaneHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    background-color: #000000;
}

.headerLinks {
    font-size: 12px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    float: right;
}

.headerLinks ul {
    list-style-type: none;
    margin: 21px 0;
}

.headerLinks li {
    display: inline-block;
}

.headerLinks a {
    margin-right: 25px;
    color: #999999;
}

.headerLinks .q4-square-linkedin:before {
    content: "\e63c";
    font-size: 21px;
    vertical-align: top;
    color: #fff;
    background: #007bb6;
    border: 2px solid #007bb6;
    border-radius: 3px;
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.headerLinks .q4-square-linkedin:hover:before {
    color: #fff;
    background: #b0afad;
    border: 2px solid #b0afad;
}


/*Nav*/

.mainNav {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 0 0px 0;
    display: block;
    float: right;
    margin-left: 54px;
}

.mainNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.PageHome .mainNav ul li:first-child a {
    color: #dc163d;
}

.mainNav a,
.mainNav .no-link span {
    color: #fff;
}

.mainNav li:hover>ul.level3,
.mainNav li:hover>ul.level4 {
    display: block;
}

.mobNavTrigger {
    color: #fff;
    font-family: "Oswald";
    font-weight: 700;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    display: none;
    margin-top: 25px;
    cursor: pointer;
}

.mobNavTrigger.open {
    color: #dc163d;
}

.mobNavTrigger.open .button span {
    background-color: #dc163d;
}

.mobNavTrigger .button {
    display: inline-block;
    margin-top: 1px;
    vertical-align: top;
    margin-left: 10px;
}

.mobNavTrigger .button span {
    width: 37px;
    height: 5px;
    background-color: #fff;
    display: block;
}

.mobNavTrigger .button span+span {
    margin-top: 3px;
}

.mobNav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #404040;
    display: none;
}

.mobNav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobNav.firstOpen:before {
    content: '';
    position: absolute;
    border-top: 26px solid #000000;
    border-left: 32px solid transparent;
    right: 30px;
    top: 0;
    z-index: 1;
}

.mobNav.firstOpen .level1 {
    display: block;
}

.mainNav .level1>li>a {
    display: inline-block;
}

.mainNav .level1>li>a:hover .level2 {
    display: block;
}

.mainNav .level1 a,
.mainNav .level1 .no-link span {
    padding-bottom: 28px;
}

.mainNav .level1>li {
    display: inline-block;
    margin-left: 25px;
}

.mainNav .level1>li:first-child {
    margin-left: 0px;
}

.mobNav .level1>li>a,
.mobNav .level1 .no-link span {
    color: #fff;
    font-family: "Oswald";
    font-size: 18px;
    font-weight: bold;
    padding: 18px 40px;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #fff;
    border-color: rgba(255, 255, 255, .38);
    position: relative;
}

.mobNav .level1 .no-link span {
    padding: 18px 16px;
    cursor: pointer;
}

.mobNav .level1 ul {
    display: none;
    background-color: #000;
    border-top: 1px solid #fff;
    padding: 5px 0;
}

.mobNav .level1>.has-children.open>a:before {
    border-top: 26px solid #404040;
    border-left: 32px solid transparent;
    content: "";
    position: absolute;
    right: 30px;
    top: 100%;
    z-index: 1;
}

.mainNav .level1 li:hover>.level2 {
    display: block;
}

.mainNav .level2 {
    display: none;
    position: absolute;
    background-color: #000;
    padding: 15px 20px;
    top: 100%;
    min-width: 200px;
    margin-left: -17px;
}

.mainNav .level2 a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.mainNav .level2 li {
    line-height: 24px;
}

.mainNav .level2 li:first-child {
    padding-top: 0;
}

.mobNav .level2>li>a {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    position: relative;
}

.mobNav>.level1>.expanded>a,
.mobNav>.selected>a,
.mobNav>.open>a,
.mobNav .level2>.selected>a,
.mobNav .level2>.expanded>a,
.mobNav .level2>.expanded>.level3>.selected a,
.TechMarketNav .level2>.expanded>a {
    color: #dc163d;
}

.mobNav .level1 .expanded>ul {
    display: block;
}

.mainNav .level3 li {
    line-height: 15px;
    margin-top: 10px;
}

.mainNav .level3 li:first-child {
    margin-top: 0;
}

@media screen and (max-width: 940px) {
    .PaneHeader {
        position: relative;
    }
    .PaneHeader .container {
        height: 75px;
    }
    .HeaderContainer {
        padding-top: 0;
    }
    .ClientLogo {
        padding-top: 20px;
    }
    .PaneHeaderInner {
        width: auto;
        padding: 0 40px;
        height: 75px;
    }
    .ModuleSearch {
        float: none;
        margin: 0 auto;
        padding: 25px 0 0;
    }
    .HeaderPaneDiv .headerLinks {
        display: none;
    }
    .mainNav {
        display: none;
    }
    .mobNavTrigger {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .ModuleSearch {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        width: auto;
        padding: 10px 15px;
        background-color: #404040;
    }
    .SearchTrigger {
        display: block;
    }
    .SearchTrigger .q4-icon-search {
        display: inline-block;
    }
    .SearchInput {
        width: 100%;
    }
    .SearchButton {
        display: none;
    }
    .SearchInput {
        width: 100%;
    }
    .ModuleSearch .ModuleContainerInnerTop {
        position: relative;
        padding-right: 30px;
    }
    .mobNav .level1>li>a,
    .mobNav .level2>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*Content*/

.introText:after {
    content: "";
    display: block;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 2px;
}

.introText {
    font-size: 16px;
    margin-top: 0;
}

.textLeft {
    width: 79%;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.rightImage {
    vertical-align: top;
    display: inline-block;
    width: 20%;
}

.pLbg {
    background: #fff;
}


/*Welcome container styles on homepage*/

.welcomeCont {
    padding: 35px;
}

.welcomeCont h2 {
    color: #595959;
    margin-bottom: 30px;
    font-size: 43px;
}

.welcomeCont p {
    color: #595959;
    font-size: 16px;
    /*padding: 0 60px;*/
}

.welcomeCont h2:before {
    content: "";
    display: block;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 20px;
    padding-bottom: 2px;
}

.prodS {
    text-align: center;
}

.prodS .box-emd,
.prodS .box-epd,
.prodS .box-aps {
    max-width: 940px;
    margin: 0 auto;
    margin-top: 45px;
}

.prodS h1 {
    color: #fff;
    padding: 30px 0 20px 0;
    background-color: #404040;
}

.prodS h1 .ModuleTitle a {
    color: #fff;
}

.lateNews h1 .ModuleTitle a {
    color: #404040;
}

.prodS h1 .ModuleTitle a:hover {
    color: #ed1a3a;
}

.prodEPD h1 {
    background-color: #6d6f71;
}

.prodAPS h1 {
    background-color: #a5a8ab;
}

.prodS .slick-slide {
    padding: 0 10px;
    outline: none;
}

.prodS .item a:hover .title {
    color: #ed1a3a;
}

.prodS .item-inner {
    position: relative;
}

.prodS .slick-next,
.prodS .slick-prev {
    position: absolute;
    top: 40%;
    border: 0;
    font-size: 28px;
    color: #00adee;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    height: 28px;
    margin-top: -14px;
    cursor: pointer;
    outline: none;
}

.prodS .slick-next {
    right: -50px;
}

.prodS .slick-prev {
    left: -50px;
}

.prodS .slick-slide .title {
    position: absolute;
    bottom: 0;
    background: #000000;
    background: rgba(12, 12, 12, 0.6);
    padding: 20px 5px;
    left: 0;
    right: 0;
    font-family: 'oswald';
    /*font-weight: 700;*/
    font-size: 12px;
    color: #fff;
    /*text-transform: uppercase;*/
}

.prodS .slick-slide a:hover .title {
    color: #ed1a3a;
}

.slick-slide img {
    width: 100%;
}

.prodS .slick-slide:after {
    content: '';
    display: block;
    height: 50px;
    background: rgba(0, 0, 0, 0.15);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

@media screen and (max-width: 1040px) {
    .prodS .slick-slider {
        padding: 0 50px;
    }
    .prodS .slick-next {
        right: 0;
    }
    .prodS .slick-prev {
        left: 0;
    }
}

@media screen and (max-width: 768px) {
    .prodS .slick-slide .title {
        font-size: 18px;
        padding-left: 15px;
    }
}


/*Content2*/

.pRbg {
    background: #a5a8ab;
    padding-top: 25px;
    padding-bottom: 30px;
    text-align: center;
}

.appLic h1 {
    color: #fff;
}

.appLic img {
    width: 100%;
    vertical-align: top;
}

.appLic .item-inner {
    position: relative;
}

.appLic .item {
    width: 25%;
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.appLic .item:first-child {
    padding-left: 10px;
}

.appLic .item .title {
    position: absolute;
    bottom: 0;
    background: #000000;
    background: rgba(12, 12, 12, 0.6);
    padding: 15px 0;
    left: 0;
    right: 0;
    font-family: 'oswald';
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.appLic .item a:hover .title {
    color: #ed1a3a;
}

@media screen and (max-width: 940px) {
    .appLic .item {
        width: 45%;
    }
}

@media screen and (max-width: 480px) {
    .aboutCont p {
        padding: 0 10px;
    }
    .textLeft {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .rightImage {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 420px) {
    .appLic .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .appLic .item:first-child {
        padding-left: 10px;
    }
}


/*Banner*/

.PaneNavigation {
    padding-top: 40px;
}

@media screen and (max-width: 940px) {
    .PaneNavigation {
        padding-top: 0;
    }
}

.PaneNavigation .container {
    width: auto;
}

.headerBanner {
    padding-top: 6%;
    padding-bottom: 6%;
    /*background: url('../images/bg.jpg');*/
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

.bannerBgHolder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bannerBg {
    max-width: 940px;
    position: absolute;
    top: 20%;
    left: 24%;
    z-index: 150;
}

.bannerBg h1 {
    color: #fff;
    font-size: 48px;
    margin: 0px;
    position: relative;
    z-index: 44;
}

.bannerBg h1:after {
    content: "";
    display: block;
    width: 330px;
    height: 117px;
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: -53px;
    left: -26px;
    z-index: -1;
}

.heightHolder {
    min-height: 230px;
}

.cycle-pager {
    position: absolute;
    top: 10%;
    z-index: 150;
    text-align: center;
    left: 24%;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

.cycle-pager .cycle-pager-active {
    color: #ed1a3a;
}

@media screen and (max-width: 1040px) {
    .bannerBg h1:after {
        width: 340px;
    }
    .bannerBg h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 940px) {
    .PaneNavigation .container {
        padding: 0;
    }
}

@media screen and (max-width: 780px) {
    .bannerBg h1 {
        font-size: 33px;
    }
}

@media screen and (max-width: 640px) {
    .bannerBg h1,
    .LayoutHomePageLayout h1 {
        font-size: 23px;
    }
    .LayoutHomePageLayout h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .heightHolder {
        min-height: 300px;
    }
}


/*Breadcrumb*/

.LayoutHomePage .PaneHeader2 .container {
    display: none;
}

.PaneNavigation .Breadcrumb a,
.PaneNavigation .Breadcrumb span {
    display: none;
}

.LayoutTwoColumn .PaneNavigation .container,
.LayoutThreeColumn .PaneNavigation .container {
    padding-top: 4.4%;
    padding-bottom: 6%;
    height: 250px;
    background: url('../images/Background.png');
    background-size: cover;
    background-position: center;
}

.PaneNavigation .Breadcrumb {
    background: #000000;
    background: rgba(12, 12, 12, 0.6);
    max-width: 940px;
    margin: 0 auto;
    padding: 50px 60px;
    color: #fff;
    font-size: 48px;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 700;
    line-height: 1em;
}

.PageINDALCapabilitiesModelingSimulationOfNavalHelicopterHandlingSystems .Breadcrumb {
    padding: 26px 60px !important;
}

@media screen and (max-width: 780px) {
    .PaneNavigation .Breadcrumb {
        font-size: 33px;
    }
}

@media screen and (max-width: 640px) {
    .PaneNavigation .Breadcrumb {
        font-size: 23px;
        padding: 20px 30px;
    }
    .LayoutTwoColumn .PaneNavigation .container,
    .LayoutThreeColumn .PaneNavigation .container {
        padding-top: 14.4%;
    }
}

.PaneHeader2>.container {
    width: auto;
    background-color: #ed1a3a;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadHead {
    max-width: 940px;
    margin: 0 auto;
    text-transform: uppercase;
}

.PaneHeader2 .Breadcrumb a {
    font-weight: normal;
    color: #fff;
}


/*RIght*/

.LayoutThreeColumn .PaneContent,
.LayoutTwoColumn .PaneContent {
    float: right;
    width: 72.5%;
    font-size: 14px;
}

.LayoutThreeColumn .PaneRight,
.LayoutTwoColumn .PaneRight {
    float: left;
    width: 25%;
}

.LayoutTwoColumn .alignRight img {
    display: block;
    margin-bottom: 20px;
}

@media screen and (max-width: 940px) {
    .LayoutTwoColumn .alignRight {
        float: none;
        margin-left: 0;
    }
}

.TechMarketNav .level1>li,
.TechMarketNav .level1>.selected.has-children>a,
.TechMarketNav .level1>.selected.has-children .level3,
.TechMarketNav .level1>.expanded.has-children>a,
.TechMarketNav .level1>.expanded.has-children>.level2>.has-children.selected>a,
.TechMarketNav .level1>.expanded.has-children>.level2>.has-children.expanded>a,
.TechMarketNav .level1>.expanded.has-children>.level2>li {
    display: none;
}

.TechMarketNav .level1>.selected.has-children,
.TechMarketNav .level1>.expanded.has-children,
.TechMarketNav .level1>.expanded.has-children>.level2>.selected.has-children,
.TechMarketNav .level1>.expanded.has-children>.level2>.expanded.has-children,
.TechMarketNav .level1>.expanded.has-children>.level2>li {
    display: block;
}

.TechMarketNav {
    display: block;
    background-color: #808184;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 30px;
}

.TechMarketNav:after {
    content: '';
    background: url(../images/know-box-bottom.jpg) no-repeat scroll right bottom #fff;
    height: 43px;
    display: block;
}

.TechMarketNav .level1 {
    font-size: 14px;
    line-height: 20px;
    padding: 11px 20px 25px;
}

.TechMarketNav ul li {
    margin-top: 14px;
}

.TechMarketNav a {
    color: #FFFFFF;
    display: block;
}

.TechMarketNav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.TechMarketNav ul.level2>li>a {
    font-weight: bold;
}

.RightPaneLinks {
    border-bottom: 2px solid #d9d9d9;
    margin: 0 0 60px 0;
}

.RightPaneLinks:before {
    content: "";
    display: block;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 2px;
}

.RightPaneLinks .ContentContainer {
    padding: 0 20px 0 40px;
}

.RightPaneLinks .ContentContainer p {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #404040 !important;
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
}

@media screen and (max-width: 940px) {
    .LayoutTwoColumn .PaneRight,
    .LayoutThreeColumn .PaneRight {
        float: none;
        width: auto;
    }
    .LayoutTwoColumn .PaneContent,
    .LayoutThreeColumn .PaneContent {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
}


/*News*/

.NewsContainer .NewsItemRow {
    border-bottom: 2px solid #D9D9D9;
    padding: 5px 0;
    vertical-align: top;
    font-size: 14px;
}

.NewsContainer .NewsItemRow .newsDate {
    float: left;
    display: block;
    width: 75px;
}

.divNews .ModuleItemRow .newsTitle {
    margin-left: 75px;
    display: block;
}

.RssIcon {
    display: none;
}

.q4-icon-rss:before {
    font-size: 11px;
    color: white;
    background: #ED1A3A;
    border-radius: 3px;
    border: 2px solid #ED1A3A;
    opacity: 0.8;
}

.NewsFilter .Label {
    margin: 0 10px 0 0;
    text-transform: uppercase;
    color: #595959;
    font-size: 14px;
}

.NewsListHeader {
    font-size: 18px;
    font-weight: bold;
    padding-top: 25px;
}

.NewsListHeader:before,
.NewsListHeader:after {
    content: "";
    display: block;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 2px;
}

.NewsListHeader:before {
    margin-top: 0;
}

#newsHeader {
    display: inline-block;
    width: 100%;
}

.NewsListContainer .NewsItemRow .newsDate,
.NewsListHeader .Date {
    display: block;
    float: left;
    width: 75px;
}

.NewsListContainer .NewsItemRow .cont,
.NewsListHeader .Title {
    display: block;
    margin-left: 75px;
}

@media screen and (max-width: 940px) {
    .PaneContentInner {
        width: auto;
    }
}


/*Location*/

.locSensor .CustomTable td {
    padding: 11px 0 11px 10px;
    border-bottom: 2px solid #D9D9D9;
    vertical-align: baseline;
}

.locSensor .CustomTable td:first-child {
    padding-left: 0px;
}

.locSensor .CustomTable tr {
    border-bottom: 1px solid #d9d9d9;
}

.locSensor .CustomTable tr:first-child {
    border-bottom: none;
    text-align: left;
}

.locSensor .CustomTable tr:first-child th {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: none;
}

.locSensor .CustomTable tr:first-child th:before {
    content: "";
    display: block;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 20px;
    padding-bottom: 2px;
    margin-right: -10px;
}

.locSensor .CustomTable tr:first-child th:after {
    content: "";
    display: block;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    margin-top: 20px;
    padding-bottom: 2px;
    margin-right: -10px;
}

.locSensor .CustomTable th {
    border-bottom: none;
}

.locSensor h3 {
    margin-bottom: 30px;
}

.CustomTable th {
    text-align: left;
    background-color: #ed1a3a;
    color: #fff;
    padding: 10px;
}

.CustomTable td {
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 940px) {
    .locSensor .CustomTable td {
        display: block;
        border-bottom: none;
        padding: 10px 0;
    }
    .locSensor .CustomTable td:first-child {
        padding-left: 0;
    }
    .locSensor .CustomTable td:first-child {
        font-weight: 700;
    }
    .locSensor .CustomTable tr {
        border-bottom: 2px solid #D9D9D9;
        ;
    }
    .locSensor .CustomTable tr:first-child {
        display: none;
    }
}


/*Press*/

.pressRel {
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;
}


/*FormBuilder*/

.FormBuilterContainer textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.FormBuilterContainer input[type="text"],
.FormBuilderContainer .FormDropdown {
    background-color: #bbbdbf;
    color: #FFFFFF;
    padding: 0 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 25px;
    height: 25px;
    margin: 0 0 2px 0;
    border: 0 none;
    width: 100%;
    border-radius: 0;
    max-width: 240px;
    display: inline-block;
    padding-right: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.FormBuilterContainer *[style="visibility:hidden;"] {
    display: none;
}

.FormBuilderContainer .FormTextArea {
    background-color: #bbbdbf;
    color: #FFFFFF;
    display: block;
    width: 100%;
    max-width: 240px;
    min-height: 150px;
    resize: vertical;
}

.FormBuilderContainer .RedStar {
    color: #ED1A3A;
}

.FormBuilderContainer .SubmitButton {
    background-color: transparent;
    border: 0 none;
    margin: 10px 0;
    padding: 0;
    font-size: 11px;
    line-height: 22px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #00adee;
    cursor: pointer;
}

.FormBuilderContainer .ItemClassName,
.FormBuilderContainer .Item {
    margin-bottom: 20px;
}

.FormBuilderContainer .ErrorMessage {
    color: #ED1A3A;
}


/*Search*/

.SearchResultsUrl {
    display: none;
}

.MessageSent {
    color: #008000;
}


/*White Papers*/

.ModuleDownloadListWithTags .ModuleHeadlineLink:before {
    content: "\e66b";
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ed1a3a;
    background-color: #fff;
    font-size: 27px;
}


/*Feedback*/

.exlar {
    font-size: 20px;
}

.bannerMap {
    max-width: 940px;
    margin: 0 auto;
}

a:hover,
.mainNav a:hover,
.headerLinks a:hover,
.selected>a,
.mainNav .no-link.has-children>span:hover,
.mainNav .expanded>a {
    color: #dc163d;
}

.mainNav .no-link.has-children>span {
    cursor: pointer;
}

.contactCust .PaneContent {
    float: none;
    width: 100%;
}

.PageProductsServices .PaneNavigation .container,
.Sectionproducts-and-services .PaneNavigation .container {
    background: #404040;
}

.cUSG {
    float: right;
    width: 72.5%;
    margin-bottom: 30px;
}

@media screen and (max-width: 940px) {
    .cUSG {
        float: none;
        width: auto;
    }
}

.contactCust .TechMarketNav {
    display: none;
}

.contactCust .coCo {
    display: block;
    background-color: #808184;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 30px;
    text-align: left;
}

.contactCust .coCo .ContentContainer {
    font-size: 14px;
    line-height: 20px;
    padding: 11px 20px 25px;
}

.contactCust .coCo:after {
    content: '';
    background: url(../images/know-box-bottom.jpg) no-repeat scroll right bottom #fff;
    height: 43px;
    display: block;
}

@media screen and (max-width: 680px) {
    .contactCust .PaneContent {
        float: none;
        width: 100%;
    }
    .contactCust .PaneRight {
        float: none;
        width: 100%;
    }
}

.contactCust .PaneContent {
    width: 65%;
    float: left;
    margin-right: 5%;
}

.contactCust .PaneRight {
    margin-top: 14px;
    float: right;
    width: 30%;
}

@media screen and (max-width: 680px) {
    .contactCust .PaneContent {
        float: none;
        width: 100%;
    }
    .contactCust .PaneRight {
        float: none;
        width: 100%;
    }
}


/*Banner Overlay*/

.bannerOver .copy-inner {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 20px 35px 20px 35px;
    position: absolute;
    color: #fff;
    width: 800px;
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
    margin: 0 auto;
}

.bannerOver .title {
    font-size: 20px;
}

.bannerOver .title:after {
    content: "";
    display: block;
    border-bottom: 1px solid #d1d3d8;
    margin: 20px 0;
}

.bannerOver .description {
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    .bannerOver .description {
        font-size: 12px;
        line-height: 18px;
    }
    .bannerOver .title {
        font-size: 15px;
        line-height: 22px;
    }
    .bannerOver .title:after {
        margin: 10px 0;
    }
}

@media screen and (max-width: 800px) {
    .bannerOver .copy-inner {
        width: initial;
    }
}

@media screen and (max-width: 767px) {
    .bannerOver .copy-inner {
        padding: 20px 15px;
    }
    .bannerBg h1:after {
        width: 250px;
        height: 104px;
        top: -49px;
    }
}

@media screen and (max-width: 680px) {
    .bannerOver .description {
        font-size: 10px;
        line-height: 18px;
    }
    .bannerOver .title {
        font-size: 12px;
        line-height: 22px;
    }
    .bannerOver .title:after {
        margin: 5px 0;
    }
    .bannerOver .copy-inner {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 640px) {
    .bannerBg h1:after {
        width: 195px;
        height: 95px;
        top: -47px;
    }
}


/*Search results*/

.PageSearchResults .PaneRight {
    display: none;
}

.PageSearchResults .PaneContent {
    width: 100%;
    float: none;
}

.noSearch {
    color: #dc163d;
}


/*PRINT BACK TO TOP*/

.goTop {
    margin-bottom: 10px;
    margin-top: 10px;
}

.PrintPage {
    display: inline-block;
    padding-right: 20px;
    border-right: 2px dotted #c0c0c0;
    height: 14px;
}

.backToTop {
    display: inline-block;
}

.backToTop a {
    color: #404040;
    font-size: 8px;
    vertical-align: super;
    margin-left: 25px;
    font-family: Arial;
    letter-spacing: 1px;
}

.backToTop a:hover {
    color: #ed1a3a;
}


/*SiteMap*/

.SiteMapContainer .SiteMapList li.SiteMap-Level2 {
    list-style: disc;
    margin-left: 30px;
}

.PageSiteMap .PaneContent {
    float: none;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level3 {
    list-style: square;
    margin-left: 60px;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level4 {
    margin-left: 90px;
    list-style: circle;
}

.SiteMapSection_emd,
.SiteMapSection_epd,
.SiteMapSection_aps {
    margin-left: 20px;
}

.SiteMapLink_epd,
.SiteMapLink_emd,
.SiteMapLink_aps {
    margin-left: 0px;
    list-style-type: none;
}

.PagePageNotFound .PaneRight {
    display: none;
}

.PagePageNotFound .LayoutThreeColumn .PaneContent,
.PagePageNotFound .LayoutTwoColumn .PaneContent {
    float: none;
    width: 100%;
}

.mainNav .level3,
.mainNav .level4,
.mainNav .level5 {
    background-color: #000;
    display: none;
    padding: 15px 0;
    position: absolute;
    left: 100%;
    top: -15px;
    min-width: 200px;
}

.mainNav .level2>li.has.children:hover>.level3 {
    display: block;
}

.mainNav .level2 li {
    position: relative;
    padding: 0 20px;
}

.mainNav .level2 {
    padding: 15px 0;
}

.mainNav {
    float: left;
    /*clear: both;*/
}

.mobNav .level3 {
    display: none;
}

.mobNav .level3 a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 10px 50px;
    position: relative;
    text-transform: uppercase;
}

.TechMarketNav .level3 {
    display: none;
    padding-left: 20px;
}

.TechMarketNav .level2>.expanded>a,
.TechMarketNav .level2>.selected>a {
    display: block !important;
}

.TechMarketNav .level2>.expanded>.level3,
.TechMarketNav .level2>.selected>.level3 {
    display: block;
}

.right {
    float: right;
    margin-left: 30px;
    max-width: 30%;
    padding-bottom: 10px;
    clear: both;
}

.TechMarketNav {
    clear: both;
}

.left {
    float: left;
    width: 65%;
    padding-bottom: 10px;
}

.left+.right+p {
    clear: both;
}

.defprod .left ul,
.defprod .right ul,
.defprod .center ul {
    margin: 0;
    padding: 0;
    padding-left: 17px;
}

.defprod .left ul li,
.defprod .right ul li,
.defprod .center ul li {
    line-height: 18px;
    margin-bottom: 10px;
}

.defprod .left h3,
.defprod .right h3,
.defprod .center h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.defprod .left,
.defprod .right,
.defprod .center {
    max-width: 31%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
    clear: none;
    text-align: left;
}

.defprod .left {
    margin-left: 0;
}

.center {
    text-align: center;
    clear: both;
}

.defprod h3 {
    clear: both;
}

.HtmlTextContainer.clearit {
    clear: both;
}

.FormBuilterContainer h3,
.FormBuilterContainer h4 {
    clear: both;
    padding-top: 20px;
    margin-bottom: 10px;
}

.FormBuilterContainer .FormTextBox,
.FormBuilterContainer .FormDropdown {
    background-color: #bbbdbf;
    color: #FFFFFF;
    padding: 0 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 25px;
    height: 25px;
    margin: 0 0 2px 0;
    border: 0 none;
}

.FormBuilterContainer .FormRadio {
    clear: both;
}

.FormBuilterContainer .FormRadio tr {
    display: inline-block;
}

.FormBuilterContainer .ItemClassBrand .orderRD,
.FormBuilterContainer .ItemClassAbout .orderRD {
    width: auto;
}

.FormBuilterContainer textarea {
    background-color: #bbbdbf;
    color: #FFFFFF;
    display: block;
    width: 100%;
    max-width: 250px;
    min-height: 150px;
    resize: vertical;
}

.FormBuilterContainer .ItemFirst h3 {
    margin-top: 0;
}

.FormBuilterContainer .CaptchaContainer b,
.FormBuilterContainer .RedStar,
.FormBuilterContainer .ErrorMessage,
.FormBuilterContainer h3,
.FormBuilterContainer h4,
.accHide {
    color: #ED1A3A;
}

.FormBuilterContainer .SubmitButton {
    background-color: transparent;
    border: 0 none;
    margin: 10px 0;
    padding: 0;
    font-size: 11px;
    line-height: 22px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    cursor: pointer;
}

.FormBuilterContainer .SubmitButton:hover {
    color: #ED1A3A;
}

.MessageSent {
    color: green;
}

.fixIt .right,
.fixIt .left {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.LayoutThreeColumnLayout h1 {
    margin: 0 0 12px;
}


/*.right img {
    float: right;
}
*/

.contact-left h1 {
    color: #ffffff;
    text-transform: left;
    font-size: 14px;
    padding: 10px 20px;
    margin: 0;
    text-transform: uppercase;
    background-color: #e5173f;
}

.contact-left {
    background: #e6e7e8;
    font-size: 14px;
    line-height: 24px;
}

.contact-left .ContentContainer {
    padding: 10px 20px;
}

.right p,
.left p,
p.left {
    padding: 0;
    clear: both;
    margin: 0;
}

.right span,
.left span,
.center span {
    clear: both;
    display: block;
    text-align: center;
    font-size: 12px;
}

.wrapperGal {
    clear: both;
}

.wrapperGal .right {
    max-width: 190px;
    float: right;
}

.epdBorder img {
    border: 1.5px solid #000;
}

.SectionEPDContactUs h3 {
    clear: both;
}

.smallImagesInline div {
    width: 24%;
    margin-right: 5px;
    float: left;
}

.smallImagesInline.two-of-two div {
    width: 48%;
}

.smallImagesInline div:last-child {
    margin-right: 0;
}

.imageWidth img {
    max-width: 87%;
}

@media all and (max-width: 768px) {
    .SectionEPDContactUs .right,
    .SectionEPDContactUs .left {
        width: 100%;
    }
    .wrapperGal .right {
        margin-left: 0;
    }
}

@media all and (max-width: 710px) {
    .wrapperGal .right,
    .wrapperGal .left {
        width: 100%;
        display: block;
        max-width: 100%;
    }
    .imageWidth img {
        max-width: 100;
    }
}

@media all and (max-width: 540px) {
    .smallImagesInline div {
        width: 49%;
        margin-right: 0;
        float: left;
        text-align: center;
    }
    .smallImagesInline div:nth-child(1),
    .smallImagesInline div:nth-child(3) {
        margin-right: 5px;
    }
}


/*.SectionEPDAboutusEPDProfile .right,
.SectionEPDAboutusEPDProfile .left,
.PageEPDAboutus .right,
.PageEPDAboutus .left {
    width: 49%;
}*/

.PageEPDCapabilitiesAdvancedTech .right img {
    width: 81%;
}

.reqInfo {
    text-align: left;
    margin-top: 50px;
    width: 72.25%;
    margin-left: 27.75%;
}

.mapDir {
    position: relative;
    padding-bottom: 50%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    width: 388px;
}

.epdContact .mapDir {
    padding-bottom: 0;
}

.mapDir iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.epdContact .ContentContainer>h3 {
    width: 388px;
    float: left;
    clear: none;
}

@media all and (max-width: 768px) {
    .mapDir {
        width: 100%;
    }
    .right {
        max-width: 100%;
        margin-left: 0;
        width: 60%;
        clear: both;
        float: none;
        margin: 0 auto;
    }
    .reqInfo {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

.images {
    text-align: center;
}

.images img {
    padding: 20px 0;
}

@media all and (max-width: 500px) {
    .defprod .left,
    .defprod .right,
    .defprod .center {
        max-width: 100%;
        margin-left: 0;
    }
    .left img,
    .right img,
    .center img {
        float: none;
        display: block;
        margin: 0 auto;
    }
}

.powerProd .right img {
    margin-bottom: 20px;
}

.powerProd ul li ul li {
    line-height: 18px;
    margin-top: 10px;
}

.fancybox-image {
    max-width: 900px;
}

.fancybox-opened {
    max-width: 930px;
}

.imagesInline div {
    width: 32%;
    float: left;
    text-align: center;
}

.imagesInline .middle {
    margin: 0 5px;
}

@media screen and (max-width: 670px) {
    .epdAbout h1 span.ModuleTitle {
        font-size: 26px;
    }
}

@media screen and (max-width: 400px) {
    .imagesInline div {
        width: 100%;
        float: none;
        text-align: center;
    }
    .imagesInline .middle {
        margin: 0;
    }
}


/*News*/

.lateNews .slick-initialized.slick-slider {
    max-width: 940px;
    margin: 45px auto;
}

.lateNews .slick-slide:after {
    background: none;
    height: 0;
}

.lateNews .ModulePDFDownload {
    display: none;
}

.lateNews .ModuleNotFound.slick-slide {
    display: none;
}

.lateNews .ModuleDate {
    display: block;
    font-weight: 700;
    font-size: 17px;
}

.lateNews .ModuleHeadline {
    font-weight: 700;
    font-size: 22px;
    color: #6D6F71;
}

.lateNews .ModuleHeadline:hover {
    color: #ed1a3a;
}

.lateNews .slick-slide {
    padding: 20px 10px;
    outline: none;
    background: #e6e6e6;
}

.lateNews .slick-next,
.lateNews .slick-prev {
    top: 50%;
}


/*@media all and (max-width: 480px){
    .lateNews .slick-next, .lateNews .slick-prev{
        top: 25%;
    }
}
*/

.Capabilities-content .right {
    clear: none;
}

.Capabilities-content .custom-position {
    width: 33.33%;
    display: inline-block;
    /*padding: 15px;*/
    margin-right: -3px;
    vertical-align: top;
}

.Capabilities-content .custom-position img {
    min-height: 165px;
}

.Capabilities-content .custom-position.first {
    width: 34%;
    padding-right: 15px;
}

.Capabilities-content .custom-position.second {
    width: 42%;
    padding-right: 15px;
}

.Capabilities-content .custom-position.third {
    width: 24%;
}

.Capabilities-content .custom-position p {
    margin: 0;
}

@media all and (max-width: 767px) {
    .Capabilities-content .custom-position.first,
    .Capabilities-content .custom-position.second,
    .Capabilities-content .custom-position.third {
        margin: 0;
        display: block;
        width: 100%;
        text-align: center;
    }
    .Capabilities-content .custom-position.first,
    .Capabilities-content .custom-position.second {
        padding-bottom: 15px;
    }
    .custom-position img {
        min-height: auto;
    }
}

@media all and (max-width: 480px) {
    .left {
        width: 100%;
    }
}


/*Press det*/

.PageNewsNewsDetails .PaneRight {
    display: none;
}

.PageNewsNewsDetails .PaneContent {
    float: none;
    width: 100%;
}

.PageNewsNewsDetails .ModulePressReleaseDetails {
    margin-top: 20px;
}

.Back:before {
    content: "<< ";
}

div .q4-preview-open {
    bottom: 70px !important;
}

.PageEPDAboutus .right,
.epdContact .right,
.PageEPDCapabilitiesTesting .right,
.PageEPDCapabilitiesManufacturing .right {
    clear: none;
}


/*Footer*/

.FooterNav ul.level1>li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.FooterNav ul.level1>li:first-child {
    margin-right: 0;
}

.FooterNav ul.level1>li>a {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.FooterNav ul.level2>li>a {
    font-size: 12px;
    font-weight: initial;
}

.FooterNav .level3,
.FooterNav .level1>li:first-child {
    display: none;
}

@media all and (max-width: 768px) {
    .FooterNav ul.level1>li {
        width: 23%;
    }
}

@media all and (max-width: 480px) {
    .FooterNav ul.level1>li {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
}

.powerProd .right {
    max-width: 41%;
}

.epd-main-page h4 {
    color: #ed1a3a;
    font-size: 17px;
    margin-bottom: 0;
}

.epd-main-page p {
    margin-top: 0;
}

span.redBold {
    font-weight: 600;
    color: #ff0000;
    font-size: 14px;
    display: inline;
    text-align: left;
}

.right-38 .right {
    max-width: 38%;
}

.epd-main-page .right {
    max-width: 31%;
}

@media all and (max-width: 480px) {
    .right-38 .right {
        max-width: 100%;
    }
    .epd-main-page .right {
        max-width: 100%;
    }
}

p.margin-bot-30 {
    margin-bottom: 30px;
}

.smallRow tr td:first-child {
    width: 33%;
}

.centerText {
    text-align: center;
}

.ModulePressReleaseDetails .logo-img img {
    float: none;
}

.lateNews .slick-initialized.slick-slider {
    max-width: auto;
    margin: auto;
}

.ModulePressRelease.lateNews.prodS {
    margin: 45px auto;
    max-width: 940px;
    text-align: left;
}

.ModulePressRelease.lateNews.prodS h1 {
    background-color: #E6E6E6;
    color: #6d6f71;
    margin: 0;
    padding-left: 40px;
    text-align: left;
    font-size: 24px;
}

.lateNews .slick-slide {
    padding: 0px 40px 10px 40px;
    min-height: 98px;
}

.ModulePressRelease.lateNews.prodS .slick-prev {
    z-index: 1;
    top: 15px;
}

.ModulePressRelease.lateNews.prodS .slick-next {
    z-index: 1;
    top: 15px;
}

.lateNews .ModuleHeadline {
    font-size: 16px;
    font-weight: normal;
}

.lateNews .ModuleDate {
    font-size: 14px;
}

.ModulePressRelease.lateNews.prodS .slick-dots {
    position: absolute;
    top: -40px;
    right: 20px;
    margin: 0;
}

.ModulePressRelease.lateNews.prodS .slick-dots>li {
    display: inline-block;
}

.ModulePressRelease.lateNews.prodS .slick-dots li button {
    border: none;
    color: #6D6F71;
    background: transparent;
    border: none;
    font-weight: bold;
    padding: 2px;
    font-size: 14px;
    cursor: pointer;
}

.ModulePressRelease.lateNews.prodS .slick-dots li.slick-active button {
    color: #ED1A3A;
}

@media screen and (max-width: 1040px) {
    .ModulePressRelease.lateNews.prodS {
        position: relative;
        max-width: 100%;
        background: #fff;
    }
    .ModulePressRelease.lateNews.prodS .ModuleContainerInnerTop {
        padding: 0 60px;
    }
    .ModulePressRelease.lateNews.prodS .slick-prev {
        /*left: -40px;*/
        top: 70px;
    }
    .ModulePressRelease.lateNews.prodS .slick-next {
        /*right: -40px;*/
        top: 70px;
    }
    .ModulePressRelease.lateNews.prodS .slick-slider {
        padding: 0;
        position: static;
    }
    .ModulePressRelease.lateNews.prodS .slick-dots {
        position: static;
        background: #E6E6E6;
        padding-bottom: 20px;
        padding-right: 40px;
        padding-left: 30px;
    }
    .ModulePressRelease.lateNews.prodS h1 {
        padding: 10px 30px 5px 30px;
        margin: 10px 60px 0 60px;
    }
    .lateNews .slick-slide {
        padding: 0px 30px 10px 30px;
    }
}

@media screen and (max-width: 560px) {
    .lateNews .slick-slide {
        padding: 0px 40px 10px 40px;
        min-height: 257px;
    }
}

.FormBuilderContainer .ItemClassCaptcha span {
    color: #ed1a3a;
}

.FormBuilderContainer .ItemClassCaptcha input[type="text"] {
    display: inline-block;
    margin-right: 5px;
}

.FormBuilderContainer .ItemClassAbout .content {
    display: inline;
}

.FormBuilderContainer .ModuleOuterContainer .ItemClassAbout .field-wrap {
    position: relative;
}

.FormBuilderContainer .ModuleOuterContainer .ItemClassAbout .RedStar {
    left: 245px;
    position: absolute;
}

.form--coppus {
    margin-top: 50px;
}


/*============================== SEARCH RESULTS  PAGE ================================================*/

.SearchResultsPaging a {
    font-weight: bold;
}

.SearchResultsPaging a:link {
    font-weight: inherit;
}

.SearchResultsContainer .TabTableItem,
.SearchResultsContainer .TabTableItemAlt {
    margin-bottom: 10px;
}

.SearchResultsContainer .TabTableItem br,
.SearchResultsContainer .TabTableItemAlt br {
    display: none;
}

.SearchResultsContainer span {
    display: block;
}

.SearchResultsContainer .TabTableItem>span:after,
.SearchResultsContainer .TabTableItemAlt>span:after {
    display: inline;
    content: "...";
}


/*============================ END SEARCH RESULTS  PAGE ==============================================*/

 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #404040;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #404040;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: #404040;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #404040;
}


/*=================================== NEWS  PAGE ====================================================*/

.newsPage .PaneContent {
    float: none;
    width: 100%;
}

.newsPage .ModulePressRelease {
    position: relative;
    margin-bottom: 45px;
}

.newsPage .RssLinkTopContainer {
    position: absolute;
    right: 0;
    top: 64px;
}

.newsPage .ModuleYearNavContainerInner {
    display: none;
}

.ModuleYearNavContainer {
    position: relative;
}

.ModuleYearNavContainer:after {
    content: "YEAR";
    left: 0;
    top: 0;
    position: absolute;
}

.ParentSection_underwater-sensor-handling .ModuleYearNavContainer,
.ParentSection_underwater-sensor-handling .ModuleHeader,
.ParentSection_helicopter-securing-and-traversing .ModuleYearNavContainer,
.ParentSection_helicopter-securing-and-traversing .ModuleHeader,
.PageINDALProductsSolutionsShipAviationSupportSystemsHorizonReferencePilotCues .ModuleYearNavContainer,
.PageINDALProductsSolutionsShipAviationSupportSystemsHorizonReferencePilotCues .ModuleHeader,
.PageINDALProductsSolutionsShipAviationSupportSystemsHelicopterTieDownFitting .ModuleYearNavContainer,
.PageINDALProductsSolutionsShipAviationSupportSystemsHelicopterTieDownFitting .ModuleHeader {
    display: none !important;
}

.newsPage select {
    margin-left: 50px;
}

.newsPage .Back {
    display: inline-block;
    margin-bottom: 40px;
}

.newsPage .ModuleHeader {
    padding: 25px 0;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin: 20px 0;
}

.newsPage .RssLinkTop:after {
    content: "\e642";
    color: red;
    font-family: 'Q4-Default-Icons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.newsPage .ModuleHeader:before {
    content: "";
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
    top: 0;
}

.newsPage .ModulePDFDownload {
    display: none;
}

.ModulePressReleaseDetails h1 {
    font-size: 17px;
}

.ModulePressReleaseDetails .ModuleLinks a[href$='.Pdf']:before,
.ModulePressReleaseDetails .ModuleLinks a[href$='.PDF']:before,
.ModulePressReleaseDetails .ModuleLinks a[href$='.pdf']:before {
    content: "\e62a";
    font-family: 'Q4-Default-Icons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: red;
}

.newsPage .ModuleItemRow {
    padding: 5px 0;
    border-bottom: 2px solid #D9D9D9;
}

.newsPage .ModuleHeader:after {
    content: "";
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
    bottom: 0;
}

.newsPage .ModuleHeaderText1,
.newsPage .ModuleDate {
    width: 14%;
    display: inline-block;
    float: left;
}

.newsPage .ModuleHeaderText2,
.newsPage .linkWrap {
    display: inline-block;
    width: 85%;
    float: right;
}

@media screen and (max-width: 940px) {
    .newsPage .RssLinkTopContainer {
        right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .newsPage .ModuleHeaderText1,
    .newsPage .ModuleDate {
        width: 20%;
    }
    .newsPage .ModuleHeaderText2,
    .newsPage .linkWrap {
        width: 79%;
    }
}

@media screen and (max-width: 480px) {
    .newsPage .ModuleHeaderText1,
    .newsPage .ModuleDate {
        width: 22%;
    }
    .newsPage .ModuleHeaderText2,
    .newsPage .linkWrap {
        width: 77%;
    }
}


/*================================END NEWS  PAGE ====================================================*/

.LayoutDefaultInner {
    overflow-x: hidden;
}

@media screen and (max-width: 480px) {
    .apsContactPage iframe {
        width: 290px;
        height: 300px;
    }
}


/*==================================
 ----------- TOAST GRID -----------
==================================*/

.grid {
    list-style: none;
    margin-left: -20px;
}

.grid_col--1-of-1,
.grid_col--2-of-2,
.grid_col--3-of-3,
.grid_col--4-of-4,
.grid_col--5-of-5,
.grid_col--6-of-6,
.grid_col--8-of-8,
.grid_col--12-of-12 {
    width: 100%;
}

.grid_col--1-of-2,
.grid_col--2-of-4,
.grid_col--3-of-6,
.grid_col--4-of-8,
.grid_col--6-of-12 {
    width: 50%;
}

.grid_col--1-of-3,
.grid_col--2-of-6,
.grid_col--4-of-12 {
    width: 33.33333%;
}

.grid_col--2-of-3,
.grid_col--4-of-6,
.grid_col--8-of-12 {
    width: 66.66667%;
}

.grid_col--1-of-4,
.grid_col--2-of-8,
.grid_col--3-of-12 {
    width: 25%;
}

.grid_col--3-of-4,
.grid_col--6-of-8,
.grid_col--9-of-12 {
    width: 75%;
}

.grid_col--push-1-of-1,
.grid_col--push-2-of-2,
.grid_col--push-3-of-3,
.grid_col--push-4-of-4,
.grid_col--push-5-of-5,
.grid_col--push-6-of-6,
.grid_col--push-8-of-8,
.grid_col--push-12-of-12 {
    margin-left: 100%;
}

.grid_col--push-1-of-2,
.grid_col--push-2-of-4,
.grid_col--push-3-of-6,
.grid_col--push-4-of-8,
.grid_col--push-6-of-12 {
    margin-left: 50%;
}

.grid_col--push-1-of-3,
.grid_col--push-2-of-6,
.grid_col--push-4-of-12 {
    margin-left: 33.33333%;
}

.grid_col--push-2-of-3,
.grid_col--push-4-of-6,
.grid_col--push-8-of-12 {
    margin-left: 66.66667%;
}

.grid_col--push-1-of-4,
.grid_col--push-2-of-8,
.grid_col--push-3-of-12 {
    margin-left: 25%;
}

.grid_col--push-3-of-4,
.grid_col--push-6-of-8,
.grid_col--push-9-of-12 {
    margin-left: 75%;
}

.grid_col--pull-1-of-1,
.grid_col--pull-2-of-2,
.grid_col--pull-3-of-3,
.grid_col--pull-4-of-4,
.grid_col--pull-5-of-5,
.grid_col--pull-6-of-6,
.grid_col--pull-8-of-8,
.grid_col--pull-12-of-12 {
    margin-left: -100%;
}

.grid_col--pull-1-of-2,
.grid_col--pull-2-of-4,
.grid_col--pull-3-of-6,
.grid_col--pull-4-of-8,
.grid_col--pull-6-of-12 {
    margin-left: -50%;
}

.grid_col--pull-1-of-3,
.grid_col--pull-2-of-6,
.grid_col--pull-4-of-12 {
    margin-left: -33.33333%;
}

.grid_col--pull-2-of-3,
.grid_col--pull-4-of-6,
.grid_col--pull-8-of-12 {
    margin-left: -66.66667%;
}

.grid_col--pull-1-of-4,
.grid_col--pull-2-of-8,
.grid_col--pull-3-of-12 {
    margin-left: -25%;
}

.grid_col--pull-3-of-4,
.grid_col--pull-6-of-8,
.grid_col--pull-9-of-12 {
    margin-left: -75%;
}

.grid_col--1-of-5 {
    width: 20%;
}

.grid_col--push-1-of-5 {
    margin-left: 20%;
}

.grid_col--pull-1-of-5 {
    margin-left: -20%;
}

.grid_col--2-of-5 {
    width: 40%;
}

.grid_col--push-2-of-5 {
    margin-left: 40%;
}

.grid_col--pull-2-of-5 {
    margin-left: -40%;
}

.grid_col--3-of-5 {
    width: 60%;
}

.grid_col--push-3-of-5 {
    margin-left: 60%;
}

.grid_col--pull-3-of-5 {
    margin-left: -60%;
}

.grid_col--4-of-5 {
    width: 80%;
}

.grid_col--push-4-of-5 {
    margin-left: 80%;
}

.grid_col--pull-4-of-5 {
    margin-left: -80%;
}

.grid_col--1-of-6 {
    width: 16.66667%;
}

.grid_col--push-1-of-6 {
    margin-left: 16.66667%;
}

.grid_col--pull-1-of-6 {
    margin-left: -16.66667%;
}

.grid_col--5-of-6 {
    width: 83.33333%;
}

.grid_col--push-5-of-6 {
    margin-left: 83.33333%;
}

.grid_col--pull-5-of-6 {
    margin-left: -83.33333%;
}

.grid_col--1-of-8 {
    width: 12.5%;
}

.grid_col--push-1-of-8 {
    margin-left: 12.5%;
}

.grid_col--pull-1-of-8 {
    margin-left: -12.5%;
}

.grid_col--3-of-8 {
    width: 37.5%;
}

.grid_col--push-3-of-8 {
    margin-left: 37.5%;
}

.grid_col--pull-3-of-8 {
    margin-left: -37.5%;
}

.grid_col--5-of-8 {
    width: 62.5%;
}

.grid_col--push-5-of-8 {
    margin-left: 62.5%;
}

.grid_col--pull-5-of-8 {
    margin-left: -62.5%;
}

.grid_col--7-of-8 {
    width: 87.5%;
}

.grid_col--push-7-of-8 {
    margin-left: 87.5%;
}

.grid_col--pull-7-of-8 {
    margin-left: -87.5%;
}

.grid_col--1-of-12 {
    width: 8.33333%;
}

.grid_col--push-1-of-12 {
    margin-left: 8.33333%;
}

.grid_col--pull-1-of-12 {
    margin-left: -8.33333%;
}

.grid_col--2-of-12 {
    width: 16.66667%;
}

.grid_col--push-2-of-12 {
    margin-left: 16.66667%;
}

.grid_col--pull-2-of-12 {
    margin-left: -16.66667%;
}

.grid_col--5-of-12 {
    width: 41.66667%;
}

.grid_col--push-5-of-12 {
    margin-left: 41.66667%;
}

.grid_col--pull-5-of-12 {
    margin-left: -41.66667%;
}

.grid_col--7-of-12 {
    width: 58.33333%;
}

.grid_col--push-7-of-12 {
    margin-left: 58.33333%;
}

.grid_col--pull-7-of-12 {
    margin-left: -58.33333%;
}

.grid_col--10-of-12 {
    width: 83.33333%;
}

.grid_col--push-10-of-12 {
    margin-left: 83.33333%;
}

.grid_col--pull-10-of-12 {
    margin-left: -83.33333%;
}

.grid_col--11-of-12 {
    width: 91.66667%;
}

.grid_col--push-11-of-12 {
    margin-left: 91.66667%;
}

.grid_col--pull-11-of-12 {
    margin-left: -91.66667%;
}

.grid_col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}
@media screen and (min-width: 481px) {
    .grid.grid_table {
        display: table;
        width: 100%;
    }
    .grid.grid_table > * {
        display: table-cell;
        vertical-align: middle;
    }
}
@media (max-width: 480px) {
    .grid_col,
    .grid_col.disp_cell {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .grid_col-custom-sm-1-of-2 {
        width: 50%;
        display: inline-block;
        margin-right: -.25em;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .grid_col[class*="grid_col--lg-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--lg-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--lg-1-of-2,
    .grid_col.grid_col--lg-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--lg-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--lg-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--lg-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--lg-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .grid_col[class*="grid_col--lc-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--lc-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--lc-1-of-2,
    .grid_col.grid_col--lc-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--lc-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--lc-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--lc-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--lc-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .grid_col[class*="grid_col--md-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--md-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--md-1-of-2,
    .grid_col.grid_col--md-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--md-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--md-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--md-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--md-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 480px) {
    .grid_col[class*="grid_col--sm-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--sm-1-of-2,
    .grid_col.grid_col--sm-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--sm-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--sm-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--sm-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--sm-3-of-4 {
        width: 75%;
    }
}

.grid_col--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid_col--d-first {
    float: left;
}

.grid_col--d-last {
    float: right;
}

.grid--no-gutter {
    margin-left: 0;
}

.grid--no-gutter .grid_col {
    padding-left: 0;
}

.grid--no-gutter .grid_col--span-all {
    margin-left: 0;
    width: 100%;
}

.grid--no-space .grid_col {
    margin-right: 0;
}

.grid_col--ab {
    vertical-align: bottom;
}

.grid_col--am {
    vertical-align: middle;
}

.TechMarketNav .level4 {
    padding-left: 20px;
}

.TechMarketNav .level5 {
    padding-left: 20px;
}

.TechMarketNav .level5 li {
    margin-top: 5px;
}

.js--hidden {
    display: none;
}

.rep-locator span {
    display: block;
}

.rep-locator label {
    width: 70px;
    display: inline-block;
}

.rep-locator select,
.rep-locator input {
    width: 150px;
}

.rep-locator_result-container {
    padding: 20px;
    border: 1px solid black;
}

.rep-locator_label span {
    font-weight: bold;
}

.rep-locator_info {
    margin-top: 10px;
}

.rep-locator h3 {
    border: 1px solid black;
    padding: 10px;
    text-align: center;
    margin: 0;
}

.rep-locator_country-container,
.rep-locator_zipcode-container {
    border-right: 1px solid black;
    border-left: 1px solid black;
    padding: 20px;
}

.rep-locator_zipcode-container {
    border-top: 1px solid black;
}

.rep-locator_result-item {
    margin-bottom: 20px;
}


/*Update related to ticket #183032*/

.aboutCont {
    padding-top: 50px;
    padding-bottom: 100px;
}

.aboutCont h2 {
    color: #595959;
    margin-bottom: 30px;
    font-size: 35px;
    margin-left: 20px;
}

.aboutCont p {
    color: #595959;
    font-size: 16px;
}


/* .aboutCont h2:before {
     content: "";
     display: block;
     border-top: 2px solid #d9d9d9;
     border-bottom: 2px solid #d9d9d9;
     margin-bottom: 20px;
     padding-bottom: 2px;
 }*/

.aboutCont li {
    padding-left: 20px;
    font-size: 16px;
    list-style: none;
}

.aboutCont li::before {
    content: "•";
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.aboutCont a {
    color: rgb(225, 23, 62);
}

.aboutCont .module_news-title a {
    color: #404040;
}

.aboutCont .inner-ul li {
    margin-left: 15px;
}

.aboutCont .TabTableTopSpacer {
    height: 50px;
    background-color: gray;
}

.aboutCont .PressReleaseContainer {
    border-top: 1px solid;
    margin-bottom: 5px;
}

.aboutCont .PressReleaseContainer:first-child {
    border-top: 0;
}

.aboutCont .module_title {
    font-size: 20px;
    margin: 10px;
    color: white;
    line-height: 50px;
}

.aboutCont .module_view-link {
    float: right;
    font-size: 8px;
    color: white;
    margin-right: 5px;
    line-height: 50px;
}

.aboutCont .module_view-link a:before {
    color: red;
    content: "+ ";
}

.aboutCont .module_view-link a {
    color: white;
}

.aboutCont .module_news-title {
    font-size: 12px;
    font-weight: bold;
    margin: 10px;
    display: block;
}

.aboutCont .module_news-date {
    margin-left: 10px;
    display: block;
}


/*.aboutCont .module_news-date:after {
     content: "";
     display: block;
     border-top: 2px solid #d9d9d9;
     margin-top: 5px;
}*/


/*End of update related to ticket #183032*/

@media screen and (min-width: 768px) {
    .form--coppus .ItemName,
    .form--coppus .ItemCompany {
        width: 49.66666666%;
        display: inline-block;
    }
    .form--coppus .Item:not(.ItemCaptcha) input {
        max-width: 95%;
    }
    .form--coppus .ItemName input,
    .form--coppus .ItemCompany input {
        max-width: 97% !important;
    }
    .form--coppus .ItemPhone,
    .form--coppus .ItemIndustry,
    .form--coppus .ItemEmail {
        display: inline-block;
        width: 32.899999%;
    }
    .form--coppus .Item {
        margin-bottom: 0;
    }
    .form--coppus .ItemQuestions .field-wrap {
        position: relative;
    }
    .form--coppus .ItemQuestions .RedStar {
        position: absolute;
        right: 2px;
    }
    .form--coppus .Item textarea.FormTextArea {
        max-width: 98%;
    }
    .form--coppus .ItemClassName {
        margin-bottom: 0;
    }
    .form--coppus {
        margin-top: 20px;
    }
}


/*===INDAL OVERVIEW PAGE===*/


/*===Global Settings===*/

*:focus {
    outline: none;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

.hidden:not([role=tabpanel]) {
    display: none !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.module--padding-top {
    padding-top: 30px;
    position: relative;
}

.module--padding-top:before {
    border-bottom: 2px solid #d9d9d9;
    border-top: 2px solid #d9d9d9;
    content: "";
    display: block;
    height: 6px;
    margin-bottom: 15px;
}

.module--padding-bottom {
    padding-bottom: 30px;
}

.PaneContent .button {
    border: 1px solid #ed1a3a;
    background: #ed1a3a;
    color: #fff;
    padding: 15px 18px;
    display: inline-block;
    min-width: 200px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    width: 270px;
    text-transform: uppercase;
}

.PaneContent .button:after {
    content: "»";
    color: #fff;
    margin-left: 5px;
}

.PaneContent .button:hover:after {
    color: rgb(0, 172, 235);
}

.PaneContent .button:hover {
    background: #e6e7e8;
    border: 1px solid #e6e7e8;
    color: #717275;
}

.PaneContent .button--inverted {
    background: #e6e7e8;
    border: 1px solid #e6e7e8;
    color: #717275;
}

.PaneContent .button--inverted:after {
    color: rgb(0, 172, 235);
}

.PaneContent .button--inverted:hover {
    border: 1px solid #ed1a3a;
    background: #ed1a3a;
    color: #fff;
}

.PaneContent .button--inverted:hover:after {
    color: #fff;
}

.table {
    width: 100%;
    margin: 16px auto;
    max-width: 1024px;
    table-layout: fixed;
}

.table thead {
    background-color: #ed1a3a;
}

.table thead th {
    text-align: left;
    padding: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.table tbody>tr {
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
}

.table td,
.table tr>.grid_col {
    margin: 0;
    padding: 10px;
    line-height: 1.2;
}

.table th {
    color: #fff;
}

.fancybox img {
    padding: 5px;
    border: 1px solid #e6e7e8;
}

.module-tabs-select {
    border-bottom: 0;
    display: table;
    padding-top: 20px;
    margin-bottom: 25px;
}

.module-tabs-select:before {
    border-bottom: 2px solid #d9d9d9;
    border-top: 2px solid #d9d9d9;
    content: "";
    display: block;
    height: 6px;
    margin-bottom: 15px;
}

.module-tabs-select:after {
    border-bottom: 2px solid #d9d9d9;
    border-top: 2px solid #d9d9d9;
    content: "";
    display: block;
    height: 6px;
    margin-top: 15px;
}

.module-tabs-select_button {
    display: inline-block;
    padding: 15px 18px;
    color: #717275;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    background: #e6e7e8;
    border: 1px solid #e6e7e8;
    width: 270px;
    margin-right: 2px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.module-tabs-select_button:hover,
.module-tabs-select_button:focus {
    color: #717275;
}

.module-tabs-select_button:after {
    content: "»";
    color: rgb(0, 172, 235);
    margin-left: 5px;
}

.module-tabs-select_button.js--active {
    border: 1px solid #ed1a3a;
    background: #ed1a3a;
    color: #fff;
}

.module-tabs-select_button.js--active:after {
    color: #fff;
}

.module-tabs-select_button:not(:first-child) {
    border-left: 0;
}

.module--no-border-top {
    border-top: 0;
}

.module--no-border-bottom {
    border-bottom: 0;
}

@media screen and (max-width: 480px) {
    table.table {
        display: block;
        overflow-x: auto;
    }
}

.module-download-buttons {
    padding-top: 20px;
    padding-bottom: 20px;
}

.module-download-buttons:before {
    border-bottom: 2px solid #d9d9d9;
    border-top: 2px solid #d9d9d9;
    content: "";
    display: block;
    height: 6px;
    margin-bottom: 15px;
}

.module-download-buttons:after {
    border-bottom: 2px solid #d9d9d9;
    border-top: 2px solid #d9d9d9;
    content: "";
    display: block;
    height: 6px;
    margin-top: 15px;
}

.module-overview_hidden {
    display: none;
}

.module-overview_hidden.js--revealed {
    display: block;
}

span.module-overview_hidden.js--revealed {
    display: inline;
}

span.module-overview_dots:after {
    content: '...';
}

span.module-overview_dots.js--hide:after {
    content: '';
}

.module-overview_button {
    color: #00adee;
    cursor: pointer;
}

.module-overview_button:hover,
.module-overview_button.js--active {
    color: #dc163d;
}

.module-overview_button.js--active:before {
    content: "Show Less";
}

.module-overview_button:before {
    content: "Read More";
}


/*===Module Product and Solution===*/

.module-product-and-solution .module_item {
    margin-bottom: 20px;
}

.module-product-and-solution .module_item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.module-product-and-solution .module_item img {
    vertical-align: top;
}

.module-product-and-solution .module_container {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 578px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px 20px;
}

.module-product-and-solution .module_body {
    height: 0;
    display: block;
    overflow: hidden;
    -webkit-transition: height .3s linear;
    -ms-transition: height .3s linear;
    transition: height .3s linear;
}

.module-product-and-solution a:hover .module_body {
    height: 80px;
}

.module-product-and-solution .module_container h3 {
    margin-top: 0;
}

.module-product-and-solution .module_more {
    color: #00adee;
}

.module-product-and-solution .module_more:hover {
    color: #dc163d;
}

@media screen and (max-width: 768px) {
    .module-product-and-solution .module_container {
        position: static;
        background: transparent;
        padding: 15px 0;
    }
    .module-product-and-solution .module_body {
        height: auto;
        color: initial;
    }
}


/*===Infocenter===*/

.module-infocenter .module_body>* {
    display: inline;
}


/*===Suggested Downloads===*/

.module-suggested-downloads .module_item {
    padding-right: 10px;
    background: #e6e7e8;
    padding: 20px 15px;
    margin-right: 10px;
    position: relative;
}

.module-suggested-downloads .module_thumbnail {
    display: inline-block;
    vertical-align: top;
    width: 120px;
}

.module-suggested-downloads .module_description {
    padding-left: 10px;
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: top;
    padding-bottom: 30px;
}

.module-suggested-downloads .module_description h4 {
    margin: 0;
    line-height: 1.2;
}

.module-suggested-downloads .module_item:focus {
    outline: none;
}

.module-suggested-downloads .module_download {
    position: absolute;
    bottom: 20px;
    left: 145px;
}

.module-suggested-downloads .slick-dots {
    padding: 0;
    list-style: none;
    text-align: center;
}

.module-suggested-downloads .slick-dots li {
    display: inline-block;
}

.module-suggested-downloads .slick-dots li button {
    border: 0;
    background: transparent;
    font-size: 0;
    padding: 0;
}

.module-suggested-downloads .slick-dots li button:focus {
    outline: none;
}

.module-suggested-downloads .slick-dots li button:before {
    content: "";
    background: #e51937;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.module-suggested-downloads .slick-dots li.slick-active button:before {
    background: #d2d1d2;
    cursor: default;
}

.module-suggested-downloads .slick-arrow {
    position: absolute;
    bottom: -10px;
    border: 0;
    font-size: 0;
    background: transparent;
    padding: 0;
}

.module-suggested-downloads .slick-arrow:focus {
    outline: none;
}

.module-suggested-downloads .slick-prev {
    left: 0;
}

.module-suggested-downloads .slick-next {
    right: 7px;
}

.module-suggested-downloads .slick-arrow:before {
    content: "";
    color: #fff;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
}

.module-suggested-downloads .slick-next:before,
.module-suggested-downloads .slick-prev:before {
    content: "";
    background: url('../design/carousel-arrrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.module-suggested-downloads .slick-prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
    .module-suggested-downloads .slick-arrow {
        display: none !important;
    }
}

div[class^="PageIndal"] .ModuleDownloadListWithTags .ModuleHeader,
div[class^="PageIndal"] .ModuleDownloadListWithTags .ModuleYearNavContainer {
    display: none;
}

div[class^="PageIndal"] .ModuleDownloadListWithTags .ModuleItemRow {
    margin-bottom: 10px;
}

.module-support .button {
    margin-bottom: 10px;
}

.MessageSent.module-tab:not(.js--hidden) {
    display: block;
}

@media screen and (max-width: 768px) {
    .module-tabs .module-tabs-select {
        display: block;
    }
}

.module-quicklinks-boxes:before {
    border-bottom: 2px solid #d9d9d9;
    border-top: 2px solid #d9d9d9;
    content: "";
    display: block;
    height: 6px;
    margin-bottom: 15px;
}

.module-quicklinks-boxes:after {
    border-bottom: 2px solid #d9d9d9;
    border-top: 2px solid #d9d9d9;
    content: "";
    display: block;
    height: 6px;
    margin-top: 15px;
}

.module-quicklinks-boxes .grid--no-gutter {
    display: flex;
    flex-wrap: wrap;
}

.module-quicklinks-boxes .grid_col {
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
}

.module-quicklinks-boxes .grid_col a {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

@media screen and (max-width: 480px) {
    .module-quicklinks-boxes .grid_col {
        padding-right: 0;
    }
    .module-quicklinks-boxes .grid_col~.grid_col {
        padding-top: 10px;
    }
}

div[class^="PageIndal"] .LayoutThreeColumn .PaneNavigation .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

div[class^="PageIndal"] .PaneNavigation .Breadcrumb {
    line-height: 1.2;
}

.module-contact-us iframe {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .module-contact-us iframe {
        height: 320px;
    }
}

.module-gallery .module_container--content {
    max-width: 300px;
}

.module-gallery .module_items-bottom {
    margin-top: 10px;
    padding: 10px 50px;
    background: #e6e7e8;
    position: relative;
}

.module-gallery .module_items-bottom .module_item {
    display: inline-block;
    padding: 0 3px;
}

.module-gallery .module_items-bottom .module_item > img {
    width: auto;
    height: 46px;
    cursor: pointer;
}

.module-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    border: 0;
    font-size: 0;
    background: transparent;
    padding: 0;
    transform: translateY(-50%);
}

.module-gallery .slick-prev {
    left: 10px;
}

.module-gallery .slick-next {
    right: 10px;
}

.module-gallery .slick-arrow:before {
    content: "";
    color: #fff;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
}

.module-gallery .slick-next:before,
.module-gallery .slick-prev:before {
    content: "";
    background: url('../design/carousel-arrrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.module-gallery .slick-prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.module-gallery .module_items-top .fancybox-gallery {
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
}

.module-gallery a.fancybox-video {
    position: relative;
}

.module-gallery a.fancybox-video:before {
    content: url(../images/play.png);
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.fancybox-type-iframe .fancybox-nav {
    width: 40px;
}

@media screen and (max-width: 480px) {
    .module-comp-analysis .grid_col.text-right {
        text-align: left;
    }
}

.module-supplier .ModuleInnerContainer > p ~ p {
    margin-top: 20px;
}
.module_organization .module_container--widget img {
    max-height: 200px;
    display: block;
    margin: 0 auto;
}

/* 213091 */

.PageProfessionalAssociations .group {
    max-width: 942px;
    margin: auto;
}

.module_organization.module_organization--dl-widget h4 > strong  {
    font-size: 19px;
    
}
.module_organization.module_organization--dl-widget h4  {
    margin-bottom: -10px;
}

.module-space {
        margin-bottom: -10px;
}

/* ticket 288704*/

.photo-grid {
  display: flex;
}
.photo-grid_col {
  flex-basis: 33.33%;
}
.grid-image-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}

.grid-image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/*img {
  max-width: 100%;
}*/

/* 00218820 */ 
.module_container--widget--future2023 .events-body, .module_container--widget--future2023 .events-spacing {
    margin: 0px;
}