﻿div.titleAndSubtitle *{
    max-width: 780px;
}
h1.pageTitle1
{
    margin-bottom: 0px;
    font-style: normal;
}
h1.pageTitle1+h2.pageTitle2
{
    margin-top: 0px;
    font-size: 1.3em;
    font-style: italic;
    /*margin-bottom: 0px;*/
}
div.marketingPageOverview p:first-of-type
{
    margin-top: 0px;
}
div.primaryRelated
{
    font-size: .85rem;
}
div.primaryRelated h3, div.primaryRelated h4
{
    margin-bottom: 0px;
}
div.primaryRelated div.tabTitle h3:last-child
{
    display: none;
}
div.primaryRelated h4
{
    margin-top: 0px;
}
div.primaryRelated div.tabInformation
{
    display: none;
}
div.primaryRelated div.tabInformation.expanded
{
    display: block;
}
div.primaryRelated div.tabInformation h4+p
{
    margin-top: 2px;
}
div.primaryRelated div.downloads div.tabInformation div
{
    /*-webkit-display: flex;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
div.primaryRelated div.downloads div.tabInformation div div
{
    margin-right: 5px;
}
div.primaryRelated div.downloads a:hover
{
    border-bottom-width: 0px;
}
div.primaryRelated div.downloads div.tabInformation img
{
    width: 95px;
    height: auto;
}
.rcPageInsert.textSingleColumn p
{
    width: auto;
}
/*div.primaryRelated h3.expanded + div.tabInformation
{
    display: block;
}*/
div.productChildContent table{
    width: 100%;
    max-width: 700px;
    margin-top: 20px;
}
div.productChildContent table td{
    padding: 5px;
}
div.productChildContent table tr:nth-child(even){
    background-color: #d9d5d2;
}
ul#relatedNews li:nth-child(even){
    margin-bottom: 8px;
}
header{
    /*height: 110px;*/
    height: 82px;
}
header.compact{
    /*height: 105px;*/
}
header.compact div#header_dashFormation{
    /*top: 78px;*/
}
header+div.bannerImageContainer,
header+div.marketingPage>div.mediaContainer,
header+div.platformGuide>div.mediaContainer{
    margin-top: 13px;
}
div.productRelatedContent p.viewAllRelatedProducts{
    margin-top: 35px;
}
div.flexContainer.insertsAndSubpages{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
div.flexContainer.insertsAndSubpages > div{
    width: 100%;
}
div.flexContainer.siteSection div.subpagesListing{
    -webkit-order: 2;
    order: 2;
}
div.flexContainer div.subpagesListing h2{
    margin-bottom: 0px;
}
div.flexContainer.siteSection div.pageInserts{
    -webkit-order: 1;
    order: 1;
}
div.subpagesGridContainer{
    margin-top: 35px;
}
div.mainContent > div.max1280 > div.contacts{
    display: none;
}
div.topContent div.primaryRelated div.downloads p.showMore{
    display: none;
}

/*p.contactExtendedData.extendedLabel{
    margin-bottom: 0px;
}
div.contactBasicData{
    margin-top: 0px;
}
p.contactExtendedData.extendedLabel{
    font-size: 1.05em;
}
/*span.contactExtendedData.extendedText{
    margin-top: -14px;
    display: block;
}*/
div.contactGroup{
    margin-bottom: 15px;
}
#cboxLoadedContent div.contacts{
    width: 90%;
    margin: auto;
    min-width: 350px;
}
@media screen and (min-width: 768px)
{

.mainContent
{
	/*padding-right: 40px;*/
}
h1.pageTitle
{
    /*max-width: 760px;*/
}
h1.pageTitle1+h2.pageTitle2
{
    /*font-size: 2em;*/
}
div.topContent
{
    /*-webkit-display: flex;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /*margin-top: 15px;*/
}
div.topContent div.titleAndOverview
{
    /*padding-right: 35px;*/
    width: 65%;
}
div.topContent div.titleAndOverview > div{
    max-width: 750px;
}
div.topContent div.titleAndOverview div.rcPageInsert.textSingleColumn{
    margin-top: -10px;
}
div.topContent div.primaryRelated{
    right: 0px;
    width: 200px;
    position: relative;
    margin-left: 45px;
}
div.topContent div.primaryRelated div.downloads p.showMore,
div.marketingPage div.topContent div.primaryRelated div.downloads p.showMore{
    display: none;
    content: "More";
    text-align: center;
    width: 99%;
    box-sizing: border-box;
    position: absolute;
    background: #ffffff;
    background: radial-gradient(circle farthest-side at 20% 45%, rgba(217,213,210,.45) 0%, rgba(189,182,176,0.85) 25%, rgba(189,182,176,1));
    margin-top: -30px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    font-size: 1.2em;
    letter-spacing: 0.2em;
}
div.marketingPage div.topContent div.primaryRelated div.downloads p.showMore.three,
div.marketingPage div.topContent div.primaryRelated div.downloads p.showMore.four{
    display: block;
}
div.marketingPage div.topContent div.primaryRelated.expanded div.downloads p.showMore{
    margin-top: 0px;
}
/*div.topContent div.primaryRelated.expanded div.downloads p.showMore{
    display: none;
}*/
div.topContent .max1280
{
    padding-left: 40px;
    padding-right: 40px;
}
div.primaryRelated > div > div.tabTitle{
    margin: 7px auto;
}
div.primaryRelated > div > div.tabTitle > h3:first-child
{
    display: none;
}
div.primaryRelated > div > div.tabTitle > h3:last-child
{
    display: block;
    margin-top: 0px;
}
div.primaryRelated > div > div.tabTitle > h3:last-child img{
    background-color: #d7451a;
    border-radius: 11px;
    object-fit: contain;
    padding: 3px;
    width: 16px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
div.primaryRelated > div > div.tabInformation
{
    display: block;
}
div.marketingPage div.primaryRelated div.downloads div.tabInformation{
    height: 160px;
    overflow: hidden;
}
div.marketingPage div.primaryRelated.expanded div.downloads div.tabInformation{
    height: auto;
}
/* primary related content (contacts, downloads, etc.) */

ul#relatedNews{
    /*-webkit-display: flex;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul#relatedNews li:nth-child(odd){
    width: 15%;
}
ul#relatedNews li:nth-child(even){
    width: 85%;
}
/* legacy product template (768) */
h2.productChildContentHeading:first-of-type{
    margin-top: 50px;
}
h2.productChildContentHeading span:first-child{
    display: block;
}
h2.productChildContentHeading span:last-child{
    display: none;
}
div.expandableContent{
    display: none;
}
h2.productChildContentHeading+div.expandableContent > h3{
    margin-bottom: -10px;
}
div.primaryRelated div.contacts div.tabInformation{
    display: none;
}
div.mainContent > div.max1280 > div.contacts{
    display: block;
}
#cboxLoadedContent div.contacts{
    max-width: 700px;
    min-width: 650px;
}
div.mainContent > div.max1280 > div.contacts div.tabTitle,
#cboxLoadedContent div.contacts div.tabTitle{
    width: 100%;
    background-color: #d7451a;
    color: #ffffff;
    text-align: center;
}
div.mainContent > div.max1280 > div.contacts div.tabTitle h3:first-child,
#cboxLoadedContent div.contacts div.tabTitle h3:first-child{
    display: none;
}
div.mainContent > div.max1280 > div.contacts div.tabTitle h3:last-child,
#cboxLoadedContent div.contacts div.tabTitle h3:last-child{
    font-size: 1.25em;
}
div.mainContent > div.max1280 > div.contacts div.tabTitle h3:last-child img,
#cboxLoadedContent div.contacts div.tabTitle h3:last-child img{
    position: relative;
    top: 4px;
    left: -10px;
    width: auto;
}
/*div.mainContent > div.max1280 > div.contacts div.tabInformation > div,
#cboxLoadedContent div.contacts div.tabInformation > div,*/
div.mainContent > div.max1280 > div.contacts div.tabInformation div.contactGroupContacts,
#cboxLoadedContent div.contacts div.tabInformation div.contactGroupContacts{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
div.mainContent > div.max1280 > div.contacts div.tabInformation > div div.contactGroup,
#cboxLoadedContent div.contacts div.tabInformation > div div.contactGroup{
    flex: 1 1 auto;
}
div.mainContent > div.max1280 > div.contacts div.tabInformation > div div.contactGroup:first-child,
#cboxLoadedContent div.contacts div.tabInformation > div div.contactGroup:first-child{
    margin-left: 0px;
}
div.mainContent > div.max1280 > div.contacts div.tabInformation > div div.contactGroup:last-child{
    /*margin-right: 25px;*/
}
div.mainContent > div.max1280 > div.contacts div.tabInformation > div div.contactGroup h4,
#cboxLoadedContent div.contacts div.tabInformation > div div.contactGroup h4{
    margin: 0px auto;
    background-color: #f4f3f2;
    padding: 3px 0px 3px 10px;
    font-size: 1.15em;
    min-height: 27px;
}
div.mainContent > div.max1280 > div.contacts div.tabInformation div.contactGroupContacts,
#cboxLoadedContent div.contacts div.tabInformation div.contactGroupContacts{
    padding: 10px;
}
div.mainContent > div.max1280 > div.contacts div.tabInformation div.contactGroupContacts p,
#cboxLoadedContent div.contacts div.tabInformation div.contactGroupContacts p,
div.mainContent > div.max1280 > div.contacts div.tabInformation div.contactGroupContacts div,
#cboxLoadedContent div.contacts div.tabInformation div.contactGroupContacts div{
    box-sizing: border-box;
}
div.mainContent > div.max1280 > div.contacts div.tabInformation div.contactGroup.twoColumn div.contactGroupContacts div,
#cboxLoadedContent div.contacts div.tabInformation div.contactGroup.twoColumn div.contactGroupContacts div{
    flex: 0 1 50%;
}
div.mainContent > div.max1280 > div.contacts div.tabInformation div.contactGroupContacts > div:nth-child(2n + 1),
#cboxLoadedContent div.contacts div.tabInformation div.contactGroupContacts > div:nth-child(2n + 1){
    padding-right: 25px;
}
div.mainContent > div.max1280 > div.contacts div.tabInformation div.contactGroupContacts > div:nth-child(n + 3),
#cboxLoadedContent div.contacts div.tabInformation div.contactGroupContacts > div:nth-child(n + 3){
    margin-top: 10px;
}
h5.contactName{
    margin-top: 0px;
}
/*div.mainContent > div.max1280 > div.contacts div.tabInformation div.contactGroupContacts span.contactExtendedData.extendedText:last-child,
#cboxLoadedContent div.contacts div.tabInformation div.contactGroupContacts span.contactExtendedData.extendedText:last-child{
    margin-bottom: 25px;
    display: block;
}*/
.marketingPage ul.subpagesListing{
    max-width: none;
    grid-template-columns: 34fr repeat(2, 33fr);
}
/*.marketingPage ul.subpagesListing p.subpageImage img{
    height: 124px;
    max-width: unset !important;
}*/

} /* @media screen and (min-width: 768px) */

@media screen and (min-width:1024px){
header{
    height: 91px;
}
header.withSiteSection{
    height: 114px;
}
header.withSiteSection.compact{
    height: 91px;
}
.marketingPage ul.subpagesListing > li,
.platformGuide ul.subpagesListing > li{
    /*width: 24%;*/
}
header+div.bannerImageContainer,
header+div.marketingPage>div.mediaContainer,
header+div.platformGuide>div.mediaContainer{
    margin-top: 0px;
}
header.withSiteSection+div.bannerImageContainer,
header.withSiteSection+div.marketingPage>div.mediaContainer,
header.withSiteSection+div.platformGuide>div.mediaContainer{
    margin-top: 24px;
}
div.topContent div.titleAndOverview
{
    width: 75%;
}
#cboxLoadedContent div.contacts{
    max-width: 966px;
}
div.topContent div.primaryRelated{
    margin-left: 40px;
}
div.mainContent > div.max1280 > div.contacts div.tabInformation div.contactGroup.twoColumn div.contactGroupContacts > div,
#cboxLoadedContent div.contacts div.tabInformation div.contactGroup.twoColumn div.contactGroupContacts > div{
    flex: 1 0 33%;
}
div.mainContent > div.max1280 > div.contacts div.tabInformation div.contactGroupContacts > div:nth-child(2n + 1),
#cboxLoadedContent div.contacts div.tabInformation div.contactGroupContacts > div:nth-child(2n + 1),
div.mainContent > div.max1280 > div.contacts div.tabInformation div.contactGroupContacts > div:nth-child(n + 3),
#cboxLoadedContent div.contacts div.tabInformation div.contactGroupContacts > div:nth-child(n + 3){
    margin: 0px;
    padding: 0px;
}
div.mainContent > div.max1280 > div.contacts div.tabInformation div.contactGroupContacts > div:nth-child(n + 4),
#cboxLoadedContent div.contacts div.tabInformation div.contactGroupContacts > div:nth-child(n + 4){
    margin-top: 10px;
}
div.mainContent > div.max1280 > div.contacts div.tabInformation div.contactGroupContacts > div:nth-child(3n + 1),
div.mainContent > div.max1280 > div.contacts div.tabInformation div.contactGroupContacts > div:nth-child(3n + 2),
#cboxLoadedContent div.contacts div.tabInformation div.contactGroupContacts > div:nth-child(3n + 1),
#cboxLoadedContent div.contacts div.tabInformation div.contactGroupContacts > div:nth-child(3n + 2){
    padding-right: 25px;
}
@supports (display: grid){

.marketingPage ul.subpagesListing{
    grid-template-columns: repeat(4, 25fr);
}

}

} /* END @media screen and (min-width:1024px) */


@media screen and (min-width:1280px) {

div.topContent div.primaryRelated{
    width: 300px;
}
div.mainContent > div.max1280 > div.contacts div.tabInformation > div div.contactGroup,
#cboxLoadedContent div.contacts div.tabInformation > div div.contactGroup{
    min-width: 230px;
}
div.marketingPage div.topContent div.primaryRelated div.downloads p.showMore.three{
    display: none;
}
div.topContent div.primaryRelated{
    margin-left: 0px;
}
@supports (display:grid){
    .marketingPage ul.subpagesListing{
        grid-template-columns: repeat(5, 20fr);
    }
}

} /* END @media screen and (min-width:1280px) */
