/* Base & Images */
img {
  max-width: 100%;
  max-height: 100%;
}

/* Side Navigation */
.side-nav-header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  margin: 28pt 0 12pt;
}

.side-nav-header h1 {
  font-size: 22pt;
  font-weight: bold;
  color: var(--caddock-text-white);
  margin: 0 0 3pt;
}

.side-nav-header p {
  font-size: 9pt;
  color: var(--caddock-text-white);
  margin: 0;
  padding: 0;
}

.side-nav ul {
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-start;
}

/* Shared side-nav list item styles */
.side-nav li.page-marker,
.side-nav li.rollover {
  list-style: none;
  width: 162px;
  height: 54px;
  /*float: right;*/
  margin-bottom: 15px;
  font-size: 12px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top: 2px solid var(--caddock-text-white);
  border-right: 0;
  border-bottom: 2px solid var(--caddock-text-white);
  border-left: 2px solid var(--caddock-text-white);
  align-content: center;
}

.side-nav li.page-marker {
  padding: 10px;
  background-color: var(--caddock-text-white);
  color: #666;
}

.side-nav li.page-marker a {
  align-content: center;
  align-self: center;
}

.side-nav li.rollover {
  background-color: var(--caddock-nav-grey);
  color: var(--caddock-text-white);
  display: flex;
  vertical-align: middle;
}

.side-nav li.rollover a {
  display: block;
  width: 160px;
  height: 51px;
  padding: 10px;
  color: var(--caddock-text-white);
  text-decoration: none;
  align-content: center;
  align-self: center;
}

.side-nav li.rollover:hover {
  background-color: var(--caddock-tab-light-blue);
}

/* Layout & Content Containers */
#right_content {
  /*float: right;*/
  width: 752px;
  height: auto;
  color: #060;
  margin: 0;
  padding: 0;
}

#downloadPDF {
  position: relative;
}

#downloadPDF li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
}

#downloadPDF a,
#downloadPDF li {
  height: 34px;
  display: block;
}

#home {
  left: -8px;
  width: 190px;
  background: url("images/download.png") 0 0;
}

#home a:hover {
  background: url("images/download.png") -190px 0;
}

/* Products & Panels */
#products {
  width: 800px;
  /*float: right;*/
  vertical-align: top;
}

/* Shared Page Title Block styles */
.page-title-block,
#pageTitleBlock2,
#pageTitleBlock3,
#voltageDividerBlock {
  font-family: Arial, Helvetica, sans-serif, "Myriad Pro";
  background-color: var(--caddock-nav-grey);
  border: 3px solid #ccc;
  border-radius: 5px;
  text-align: center;
}

.page-title-block {
  color: var(--caddock-text-white);
  width: 766px;
  height: fit-content;
  /*float: left;*/
  padding: 12px;
}

#pageTitleBlock2,
#pageTitleBlock3 {
  color: #fff;
  width: 760px;
  /*float: right;*/
  margin: 10px 18px 0 0;
  padding-bottom: 10px;
}

#pageTitleBlock2 {
  height: 70px;
}

#voltageDividerBlock {
  color: #fff;
  background-color: #004cc3;
  width: 740px;
  height: 200px;
  /*float: right;*/
  margin: 10px 18px 0 20px;
  padding: 10px;
}

/* Typography */
.pageTitleSingle,
.pageTitle1 {
  font-size: 36px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.pageTitleSingle {
  line-height: 180%;
}

.pageTitle1 {
  line-height: 140%;
}

.pageTitle2 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

/* Columns Layout */
.columns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.column-span {
  background-color: #fff;
  margin-bottom: 15px;
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}

.column1 {
  background-color: #fff;
}

.column1 {
  min-height: max-content;
  min-width: 178px;
  background-color: var(--caddock-blue);
}

/* Product Cards & Details */
.productsh1,
.productsh2 {
  color: #114daa;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.productsh1 {
  font-size: 14px;
  line-height: 14px;
}

.productsh2 {
  font-size: 13px;
  line-height: 13px;
}

.product-details {
  color: black;
  font-size: 0.81rem;
  display: block;
  margin: 0;
  padding-left: 12px;
  text-wrap: pretty;
}

.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
}

.product-sub-heading {
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-wrap: pretty;
}

.product-layout {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  margin-right: 15px;
}

/* Shared Product Card styles */
.product-card-normal,
.product-card-medium,
.product-card-wide {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 0 15px 15px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.product-card-normal {
  width: 244px;
  max-width: 244px;
  flex: 1 1 auto;
}

.product-card-medium {
  width: 375px;
  max-width: 375px;
  margin-right: 0;
  flex: 1 1 auto;
}

.product-card-wide {
  width: 505px;
  max-width: 505px;
  margin-right: 0;
  flex: 2 1 auto;
}

.contactBox {
  font-size: 13px;
  margin: 0;
}

/* Panels */
.faultPanel {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.faultMain {
  /*width: 795px;*/
  background-color: white;
  /*float: left;*/
}

.faultPanel {
  width: 766px;
  height: fit-content;
  margin-left: 15px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* Buttons */
.button {
  padding: 3px;
  font-size: 11px;
  font-family: Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  font-style: italic;
}

.button {
  color: var(--caddock-text-red);
  text-wrap: nowrap;
}

.button:hover {
  background: #6598cb;
  color: white;
}

.button:active {
  background: #6598cb;
}

/* Other Utilities */
.side-nav-padding {
  background: var(--caddock-blue);
  width: 178px;
  height: 37px;
  z-index: 1;
  margin-top: -52px;
}

.column1 img {
  width: 165px;
  height: 160px;
  padding: 0 0 14pt;
}
