@import url("https://use.typekit.net/teg2oye.css");

html { overflow-y: scroll; } /* html { scrollbar-gutter: stable; } */

body {
    background-color: #fff;
    font-family: "myriad-pro",sans-serif;
    margin: 0px;
    font-size: 16px;;
}



h1.pageHeadingDark,
h2.pageHeadingDark,
h3.pageHeadingDark,
h4.pageHeadingDark,
h5.pageHeadingDark,
h6.pageHeadingDark {
  color: #444444;
}

h1.pageHeadingDarkWithBorder,
h2.pageHeadingDarkWithBorder,
h3.pageHeadingDarkWithBorder,
h4.pageHeadingDarkWithBorder,
h5.pageHeadingDarkWithBorder,
h6.pageHeadingDarkWithBorder {
  color: #444444;
  padding-bottom: 5px;
  border-bottom: 1px solid #EEEEEE;
}

h1.pageHeadingMoOrange,
h2.pageHeadingMoOrange,
h3.pageHeadingMoOrange,
h4.pageHeadingMoOrange,
h5.pageHeadingMoOrange,
h6.pageHeadingMoOrange {
  color: #fd9827;
}

h1.pageHeadingMoOrangeWithBorder,
h2.pageHeadingMoOrangeWithBorder,
h3.pageHeadingMoOrangeWithBorder,
h4.pageHeadingMoOrangeWithBorder,
h5.pageHeadingMoOrangeWithBorder,
h6.pageHeadingMoOrangeWithBorder {
  color: #fd9827;
  border-bottom: 1px solid #fd9827;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
  line-height: 0.25em;
}

ol li {
  margin-bottom: 5px;
}

ul li {
  margin-bottom: 5px;
}

ul li:last-child {
  margin-bottom: 10px;
}

table td {
vertical-align: top;
}

/* Header Styles -------------------------------------------------------------*/

header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: 100px;
    background-color: #fff;
}

        .headerLogo {
            text-align: left; 
            position: absolute; 
            left: 20%;
        }

        .headerNavigation {
            text-align: right; 
            position: absolute; 
            right: 20%; 
            color: #888888;

        }   
                .headerNavigationDivider {
                    color: #d2d2d2;
                    
                }

                .headerNavigation a {
                    color: #888888;
                    text-decoration: none;
                    text-align: inherit;
                    position: inherit;
                    right: inherit;

                    position: relative;
                    margin: 0 5px 0 5px;
                    padding-bottom: 2px;
               }

                        .headerNavigationActive {
                            color: #444444 !important;
                            padding-bottom: 2px;
                            border-bottom: 4px solid #fd9827;
                        }
                
                .headerNavigation a:hover {
                    color: #444444;
                    text-decoration: none;

                    padding-bottom: 2px;
                    /* border-bottom: 4px solid #fd9827; */

                }

                    .headerNavigation a::before {
                    content: "";
                    position: absolute;
                    display: block;
                    width: 100%;
                    height: 4px;
                    bottom: -4px;
                    left: 0;
                    background-color: #fd9827;
                    transform: scaleX(0);
                    transition: transform 0.25s ease;
                    }

                    .headerNavigation:hover::before {
                    transform: scaleX(1);
                    }

                    a.headerNavigationNonActive {
                    color: #EEE;
                    }

                    a.headerNavigationNonActive:hover {
                    color: #EEE;
                    cursor: default;
                    }


        .breadcrumbDIV {
            background-color: #444444;

            height: 40px;
            width: 100%;

            display: flex;
            align-items: center;
            padding-left: 20vw;
            box-sizing: border-box;

        }

                    .breadcrumbText {
                        color: white;
                        font-size: 14px;
                        font-weight: 700;

                    }

                    .breadcrumbPrevText {
                        color: #c2c2c2;
                        font-size: 14px;

                    }

                    .breadcrumbPrevText a {
                        color: #c2c2c2;
                        text-decoration: none;

                    }

                    .breadcrumbDivider {
                        color: #c2c2c2;
                        margin: 0px 10px 0px 10px;
                        font-size: 14px;

                    }

/* END: Header Styles -------------------------------------------------------------*/
/* Content Styles ------------------------------------------------------------*/

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.pageText,
p.pageText,
span.pageText {
  color: #515151;
}

.content {
  flex: 1;              /* pushes footer down */
  margin: 0 20% 0 20%;
}


  .indent20 {
      margin-left: 20px;
    }

    .indent40 {
      margin-left: 40px;
    } 

    .indent60 {
      margin-left: 60px;
    } 

    .indent80 {
      margin-left: 80px;
    }

    .indent100 {
      margin-left: 100px;
    }

    .pageHeader {

      color: #fd9827;

    }
/*
    .pageSubHeader {
      color: #fd9827;
      line-height: 0.5em;
    }

    .pageHeaderDetail {
      color: #78797c;
      line-height: 0.1em;
      margin-top: -5px;
      font-size: 14px;           
    }
*/
.header-title-content {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  
}

.header-title-content-right {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  /* border-bottom: 2px solid #444444; */
}

.subHeaderText2 {
  color: #fd9827;
}


.contentDivider {
  border-top: 3px solid #888888;
  position: absolute;
  left: 20%;
  right: 20%;
}

.sectionDivider {
  border-top: 2px solid #EEEEEE;
  margin: 20px 0px 50px 0px;
}

          .contentWrapper {
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap; /* keep wrap for the mobile media query */
            gap: 0;

            margin-left: 100px;
            margin-right: 100px;
          }

          .contentLeftColumn {
            box-sizing: border-box;      
            padding: 10px;
            min-width: 0;

            padding-top: 0px;

            box-shadow: 2px 2px 4px #0000001b;
          }


          .contentRightColumn {
            box-sizing: border-box;      

            min-width: 0;

          }

          .contentLeftCol { 

            background: #FFFFFF;

          }



          .leftColTOC {
            position: sticky;
            top: 0;
            z-index: 10;
            padding: 10px;

          }

          .tableOfContents {
            
            margin-top: 20px;

          }

          .tableOfContentsHeading4 {
            color: #3c3c3c;
            margin-left: 13px;
            margin-bottom: 27px;
            content: "";
          }

          .tableOfContents ol {
            margin-left: -10px;

            text-decoration: none;
          }

          .tableOfContentsList:any-link {
            color: #1a96d6;
            text-decoration: none;
          }

          .tableOfContents ul {
            margin-left: -22px;

            text-decoration: none;
            cursor: pointer;
            list-style-type: square;
          }

           .tableOfContents a {
            color: #1a96d6;

            text-decoration: none;
            cursor: pointer;
            
          }

          .tableOfContents li a {
            color: #1a96d6;

            text-decoration: none;
            cursor: pointer;
            
          }

          .tableOfContents li a:hover {
            color: #1a96d6;

            text-decoration: none;
            cursor: pointer;
            
          }


          a.backToTopLink {
            color: white;
            font-size: 10px;
            text-decoration: none;
            background-color: #1a96d6;
            padding: 4px 6px 4px 6px;

            border-radius: 20px;
            border-radius: 3px;

            transition: text-shadow 0.4s ease-in-out;

            right: 20%;
            position: absolute;
          }

          a.backToTopLink:hover {
            color: white;
            text-decoration: none;
            background-color: #1a96d6;
            padding: 4px 6px 4px 6px;
            border-radius: 3px;
            font-size: 10px;

            text-shadow: 1px 1px 0px #0d5376;
          }





      .contentRightCol { 
            width: 75%;
            
            box-sizing: border-box;

          }

          .contentRightColumn { 
            background: #ffffff;
            padding-top: 0px;
          }

          /* Stack below 768px */
          @media (max-width: 768px) {
            .contentLeftColumn,
            .contentRightColumn { flex: 0 0 100%; }
      }


      ul.custom-bullets li::marker {
          color: #444444;       /* Bullet color */

          }


      ol.custom-numbers li::marker {
          color: #444444;           /* Number color */

          }  


table.alertTable {
  width: 100%;
  min-width: 100%;
  
  border-collapse: collapse;
  border-spacing: 0;

}

td.alertTableInfoLeft {
  background-color: #0278d4;
  width: 50px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 10px 10px 10px;

  font-size: 40px;
}

div.alertIconInfo {
  color: #0278d4;
  background-color: white;
  border-radius: 80px;
  
}

td.alertTableInfoRight {
  background-color: #e5f1fb;
  padding-left: 20px;
  color: black;
}




  .codeBox {
    display: flex;
    align-items: center; /* vertically center them (optional) */
    gap: 0px; /* space between the two divs (optional) */
    }

      .codeBoxLeft {
        padding: 10px;
        background-color: #838383;
        color: black;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;

        font-size: 30px;
      }

      .codeBoxRight {
        padding: 10px;
        background-color: #f0f0f0;
        color: black;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
      }

  code {
    font-family: Consolas, monospace;
    font-size: 12px;
  }

.sectionSpacer {
  margin-top: 70px;
  margin-bottom: 70px;
}

.darkCodeSample {
  color: limegreen;
   background-color: #454545;
   padding: 4px; border-radius: 3px;

   font-family: monospace;
}

.lightCodeHighlight {
  background-color: #ffffff;
  padding: 2px;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
}

.mediumCodeHighlight {
  background-color: #f0f0f0;
  padding: 2px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.yellowCodeHighlight {
  background-color: lightyellow;
  padding: 2px;
  border-top: 2px solid yellow;
  border-bottom: 2px solid yellow;
}



.subMenuButton {
  background-color: #709AAE;
  color: white;

  border-radius: 10px;
  text-decoration: none;
  color: white;
  padding: 10px;
  font-size: 14px;
  
  cursor: pointer;
}

.subMenuButton:hover {
  background-color: #3F6D84;

  cursor: pointer;
}

.subMenuButtonActive {
  background-color: #444444;
  color: white;

  border-radius: 10px;
  text-decoration: none;
  color: white;
  padding: 10px;
  font-size: 14px;

  cursor: pointer;
}

.categoryNavigation .crownProducts {
  display: flex;
  flex-wrap: wrap;     /* allows wrapping if screen gets narrow */
  gap: 2px;           /* spacing between buttons */
  align-items: center;
}


.faqAnswer {
    color: #515151;
}


/* Only affects this section, keeps crownProducts reusable everywhere */
.productGrid .crownProducts {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

/* Defensive overrides in case something is forcing full-width cards */
.productGrid .crownProducts > .crownProductContainer {
  width: auto;
  margin: 0;
  max-width: none;
}

.productGrid .crownProducts > .productCategoryHeading {
  grid-column: 1 / -1;

  margin-bottom: -20px;
  color: #515151;
}

.productCategoryHeading h3 {
  color: white;
  text-shadow: 1px 1px 0px #000000;

  background-color: #709AAE;

  padding: 4px 12px;
  border-radius: 10px;
}

.productGrid .crownProducts > .productCategoryHeadingBasic {
  grid-column: 1 / -1;

  margin-bottom: -20px;
  color: #515151;
}

.productCategoryHeadingBasic h3 {
  color: #fd9827;
  padding: 4px 12px;
  
}


/* END: Content Styles ------------------------------------------------------------*/

/* Badge Styles ------------------------------------------------------------*/

.tagFixed {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  background-color: #caebcd;
  padding: 2px 4px 2px 4px;
  border-radius: 4px;
  letter-spacing: 0.25px;
  font-family: ui-monospace, sans-serif;
  box-shadow: 1px 1px 0px #b2cf98;
}

.tagAdded {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  background-color: #c3e6f2;
  padding: 2px 4px 2px 4px;
  border-radius: 4px;
  letter-spacing: 0.25px;
  font-family: ui-monospace, sans-serif;
  box-shadow: 1px 1px 0px #aac9d4;
}

.tagChange {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  background-color: #fff3af;
  padding: 2px 4px 2px 4px;
  border-radius: 4px;
  font-family: ui-monospace, sans-serif;
  box-shadow: 1px 1px 0px #e5da9c;
}

.tagSecurity {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  background-color: #ffc9c9;
  padding: 2px 4px 2px 4px;
  border-radius: 4px;
  letter-spacing: 0.25px;
  font-family: ui-monospace, sans-serif;
  box-shadow: 1px 1px 0px #e1b1b1;
}

.tagRemoved {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  background-color: #d5d7d8;
  padding: 2px 4px 2px 4px;
  border-radius: 4px;
  letter-spacing: 0.25px;
  font-family: ui-monospace, sans-serif;
  box-shadow: 1px 1px 0px #b9bbbc;
}

.tagDeprecated {
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  background-color: #fff3af;
  padding: 2px 4px 2px 4px;
  border-radius: 4px;
  letter-spacing: 0.25px;
  font-family: ui-monospace, sans-serif;
  box-shadow: 1px 1px 0px #e5da9c;
}

/* END: Badge Styles ------------------------------------------------------------*/


/* Vertical Example Styling ------------------------------------------------------------*/

.exampleProductCardVertImg {

    max-width: 348px;
    padding: 10px;

    border-image: linear-gradient(to bottom, #c4c4c4 0%, #FFF 100%) 1;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    
}

    .image  {
      overflow: clip;
    }
      .image img {
        width: 340px;
        height: auto;
      }
    .heading  {}
      .heading h4 {
        margin: 0px 0 10px 0;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      } 

    .series {
      margin: 0px 0 10px 0;
    }
    .loadCapacity {
      margin: 0px 0 10px 0;
    }
    .liftHeight {
      margin: 0px 0 10px 0;
    }
    .applications {
      margin: 0px 0 20px 0;
    }

      .ctaButton {
        background-color: #fd9827; 
        color: white;
        border: none;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        border-radius: 20px;
        cursor: pointer;
        margin: 0px 0 20px 0;
      }

    .linkSpecs  {
      margin: 0px 0 10px 0;
    }

    .linkBrochure {
      margin: 0px 0 10px 0;
    }

/* END: Vertical Example Styling ------------------------------------------------------------*/

/* Horizontal Example Styling ------------------------------------------------------------*/

.tableDIV {
  display: grid;
  grid-template-columns: 250px 500px;
  grid-template-rows: repeat(7, 1fr);
  width: 750px;
  height: 275px;
      border-image: linear-gradient(to bottom, #c4c4c4 0%, #FFF 100%) 1;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    vertical-align: middle;

}

.col-a {
  grid-column: 1;
  grid-row: 1 / span 7;

  /* border-right: 1px solid #c4c4c4; */
  padding: 10px;
  box-sizing: border-box;
  
}

.col-b {
  grid-column: 2;
  /* border-bottom: 1px solid #c4c4c4; */
  
  box-sizing: border-box;
}

/* Two fixed columns (not newspaper flow) */
.twoCol{
  display: grid;
  grid-template-columns: 1fr 1fr;  /* same general “two equal columns” feel */
  gap: 36px;                       /* your current gutter */
  align-items: start;
}

/* Make the image behave nicely in the right column */
.twoColRight img{
  display: block;
  width: 100%;
  height: auto;
}

/* Responsive: stack to 1 column on smaller screens */
@media (max-width: 900px){
  .twoCol{
    grid-template-columns: 1fr;
  }
}




.fontSize16 {
  font-size: 16px;
}

.col-b .bold16 {
  font-weight: bold;
  font-size: 16px;
}

.col-b .bold18 {
  font-weight: bold;
  font-size: 18px;
}

.col-b .bold24 {
  font-weight: bold;
  font-size: 24px;
}

/* END: Horizontal Example Styling ------------------------------------------------------------*/

/* Sample Code Section Styling (based on Prism.js) */
		.sample-section,
		.sample-section pre,
		.sample-section code {
			font-size: 10px !important;
		}

    .copy-to-clipboard-button {
      --button-background-color: #fd9827;
      --button-text-color: white;
      --button-border-radius: 5px;
      --button-font-size: 12px;
      --button-padding: 5px 10px;
    }


div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span {
    font-size: 20px !important;
    padding: 10px !important;
    background-color: #fd9827 !important;
    color: white !important;
    border-radius: 5px !important;
}


div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span {
    font-size: 20px !important;
    padding: 10px !important;
    background-color: #fd9827 !important;
    color: white !important;
    border-radius: 5px !important;
    cursor: pointer;
}

.darkHeading {
  /* color: #1a96d6; */
  color: #444444;
}

p.updateReleaseDate {
  font-size: 12px;
  margin-top: -20px;
  float: right;
  color: #333333;
}

/* END Sample Code Section Styling (based on Prism.js) */



/* Footer Styles -------------------------------------------------------------*/

.footer {
  height: 100px;
  background: #444;
  color: #fff;

  text-align: center;
  font-size: 12px;

}

.footerDivider {
  color: #858585;
}

.footer p {
  padding-top: 25px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

