/*Created with Adobe RoboHelp 10.*/
body {
  font-family: Arial;
  background-color: #ffffff;
  line-height:1.5;
}
.NoteSection{
	max-width:80%;
	margin-left:auto;
  margin-right: auto; /*JEF CHanged 8/17/2022 from just margin:auto; was pushing it to the middle of a tall card*/
	padding:10px;
	/*border: 1px solid black;*/
}

/* added JEF 12/03/2024 for mobile */
@media screen and (max-width: 600px){
	.NoteSection{max-width:100%;}
}

.DescriptionSection{
	max-width:80%;
	margin:auto;
	padding:10px;
}

/*created 1/29/26 for the marketing resources page*/
.MarketingSection{
	
	margin:auto;
	padding:10px;
}

/* added JEF 12/03/2024 for mobile */
@media screen and (max-width: 600px){
	.DescriptionSection{max-width:100%;}
}


.FlowchartDescription{
/* created 1/10/2023 for flowchart paragraph page */
	max-width:80%;
	margin:auto;
	padding:10px;
}

/* added JEF 12/03/2024 for mobile */
@media screen and (max-width: 600px){
	.FlowchartDescription{max-width:100%;}
}


.FlowchartImageSection{
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	}

.FlowchartImageSection img{
/* created 1/10/2023 for flowchart image page */
	min-width:80%;
	margin:auto;
	padding:10px;
  display: block;
}
/* --------------------------------- link section ------------------------ */
/*modified by JEF 1/7/2026 to make <h2> "Links" more flexible to longer text*/
.LinkSection{
  /*updated 3/10/23 JEF to new style*/
  display: grid;
  grid-template-columns: 25% 75%;
  padding-right: 20%;
}

.LinkSection h2{
  /*added 3/10/23 JEF for new style*/
  text-align: right;
  padding-right: 0.5rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform 3s ease;
}

.LinkSectionUL{
  /*updated 3/10/23 JEF to new style*/
	list-style-type: none;
  border-left: 2px solid;
  border-image: linear-gradient(to bottom, transparent 10%, #0E2563, transparent 90%) 10% 1;
}
.LinkSection li{
  /*updated 3/10/23 JEF to new style*/
  list-style-type: none;
	padding-left: 6px;
	margin-bottom: 4px;
}

.LinkSection li a{
  /*added 3/10/23 JEF for new style*/
  display: block;
	list-style-type: none;
	background-color: #f2f2f2;
	color: #0E2563;
	border-radius: 6px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	margin: 0.5rem;
	font-size:large;
	font-weight: 700;
	cursor: pointer;
  transition: box-shadow 250ms;
}
.LinkSection li a:hover{
  box-shadow: 3px 2px 12px rgb(0 0 0 / 40%);
}

/* changed max-width from 600px to 750px 1/7/26 JEF */
@media screen and (max-width: 750px){
  .LinkSection{
    /*added this to media query 11/27/2024 JEF to shrink "Links" text area*/
    /*changed grid-template-columns 1/7/26 JEF*/
    grid-template-columns: 95%;
    padding-right: 0%;
    transition: 3s ease;
  }
  
  .LinkSection h2{
    /*remove rotation 1/7/26 JEF*/
    /* transform: rotate(-90deg); */
    transition: transform 3s ease;
    /*added 1/7/26 JEF*/
    text-align: left;
    grid-row: 1 / 2;
    padding-left: 20px;
  }
  
  .LinkSectionUL{
    padding-left: 3px;
    /*added 1/7/26 JEF*/
    grid-row: 2 / 3;
  }
  }

.LocationList li{
	list-style-type: none;
}
.LocationList ul{
  padding-inline-start: 0px;
}

.LocationList li p{
	text-indent:-2.6em;
	padding-left: 0rem;
}

.LocationList li a:hover{
  box-shadow: 3px 2px 12px rgb(0 0 0 / 40%);
}

.LocationList li a{
  /*added 3/14/2023 JEF for Location links so they look good*/
  display: block;
	background-color: #f2f2f2;
	color: #0E2563;
	border-radius: 8px;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	padding-left: 4.1rem;
	padding-right: 1.5rem;
	margin: 0.5rem;
	cursor: pointer;
  transition: box-shadow 250ms;
}

.HighlightXthRow :nth-child(10n){
  /*added 3/14/2023 JEF to see if I can break up long lists*/
border-bottom: 1px solid #0E2563;
margin-bottom: 30px;
padding-bottom: 10px;
}

.ReturnToExplodedView{
  position: absolute;
  top: 50px;
  left: 10px;
  transition: text-shadow 250ms;
  font-size: smaller;
}
.ReturnToExplodedView a{
  color: #0E2563;
	cursor: pointer;
}

.ReturnToExplodedView a:hover{
  text-shadow: 0 0 2px #000000;
}

.ReturnToExplodedView::before{
  content: "⇦" ;
  font-size: larger;
  color: #0E2563;
}

.ExplodedView{
  text-align: center;
}
.LimitedWidthImage img{
  width: 900px;
}
.clickableListItem{
  cursor:pointer;
}
.WiringDiagramSection img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 80%;
}
.VideoWindow{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 480px;

}
.ExplodedViewImage{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

.imgLinkBulletIcon {
  height:50px !important;
  padding-top: 3px;
  padding-right: 3px;
  border-radius: 5px;
}

h1 {
  font-weight: bold;
  font-size: 16pt;
  color: #ffffff;
  font-family: Arial;
  border-width: 8px;
  border-color: transparent;
  border-left-width: 8px;
  border-top-width: 8px;
  border-right-width: 8px;
  border-bottom-width: 8px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right-color: transparent;
  border-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-top-color: transparent;
  border-left-style: solid;
  border-left-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  background-color: #0E2563;
  text-align: center;
  box-shadow: 3px 2px 12px rgb(0 0 0 / 40%);
  padding-right: 2rem;
  padding-left: 2rem;
}
li.h1 {
  font-weight: bold;
  font-size: 24.0pt;
  list-style: decimal;
}
h2 {
  font-weight: bold;
  font-size: 18.0pt;
  color: #0E2563;
  font-family: Arial;
}
li.h2 {
  font-weight: bold;
  font-size: 18.0pt;
}
h3 {
  font-weight: bold;
  font-size: 14.0pt;
  color: #0E2563;
  font-family: Arial;
}
li.h3 {
  font-weight: bold;
  font-size: 14.0pt;
}
h4 {
  font-weight: bold;
  font-size: 12pt;
  color: #0E2563;
  font-family: Arial;
}
li.h4 {
  font-weight: bold;
  font-size: 11pt;
  text-decoration: underline;
}
h5 {
  font-weight: bold;
  font-size: 10.0pt;
  font-family: Arial;
  color: #0E2563;
}
li.h5 {
  font-weight: bold;
  font-size: 10.0pt;
}
h6 {
  font-weight: bold;
  font-size: 8.0pt;
  color: #0E2563;
}
li.h6 {
  font-weight: bold;
  font-size: 8.0pt;
}

.FullWidthHorizontal{
  border:none;
 	width: 90%;
	height: 50px;
	margin-top: 0;
	border-bottom: 1px solid #0E2563;
	box-shadow: 0 10px 20px -20px #0E2563;
  margin: -50px auto 10px; 
  
}
.WarningText{
  /*used for header*/
  text-transform: uppercase;
  color: #000000;
  font-size: 2em;
  margin-top: .2em;
  margin-bottom: .2em;
}
.WarningBody{
  /*used for "HAZARDOUS VOLTAGE: Risk of electric... and others*/
  color: #000000;
  font-weight: 700;
}
p {
  font-size: 12.0pt;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Arial;
  color: #000000;
}
li.p {
  font-size: 12.0pt;
}
a {
  color: #0000ee;
  /* color: #ff1493; */
}
a.expandspot {
  color: #0000ee;
  cursor: hand;
  font-style: italic;
  text-decoration: none;
  font-family: Arial;
  font-size: 16px;
}
span.expandtext {
  font-style: italic;
  font-weight: normal;
  color: #ff0000;
  font-family: Arial;
  font-size: 16px;
}
a.dropspot {
  cursor: hand;
  color: #00539D;
  font-style: italic;
  text-decoration: none;
}
a.glossterm {
  color: #00539D;
  cursor: hand;
  font-style: italic;
  text-decoration: none;
}
span.glosstext {
  font-style: italic;
  font-weight: normal;
  color: #00539D;
  font-family: Arial;
  font-size: 16px;
}
ol,
ul {
  margin-top: 5px;
  margin-bottom: 0px;
  /*line-height: 1.5;*//*JEF removed 6/15/2022*/
  
}

ol.InstructionSubStep {
list-style: lower-alpha;
}
.SerenityFinalCheckOutUL li{
/*added JEF 03/08/23*/
margin: 0;
padding: 10px 0 10px 40px;
list-style: none;
background-image: url('FinalCheckOutBullet.jpg');
background-repeat: no-repeat;
background-position: left 4px top 26px;
background-size: 20px;
/* list-style-type: url('FinalCheckOutBullet.jpg'); */
}

/*added 9/21/23 JEF*/
.SerenityFinalCheckoutStepContainer{
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1150px){
.SerenityFinalCheckoutStep{
  /* outline: 1px solid blue; */
  max-width: calc(100% - 255px);
  padding-right: 10px;
}
}

.SerenityFinalCheckoutStepImage{
  /* border: 1px solid red; */
  width: 250px;
}

/*added JEF 10/7/21*/
.column {
  float: left;
  width: 40%;
  padding: 5px;
}
/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
/* Clearfix (clear floats) */
.Clearfix::after {
  content: "";
  clear: both;
  display: table;
}
a.expandspot:hover {
  color: #00AED8;
  font-family: Arial;
  font-size: 16px;
}
a.expandspot:active {
  color: #00539D;
  font-family: Arial;
}
a.expandspot:link {
  font-size: 16px;
  font-family: Arial;
  color: #0000ee;
}
a.expandspot:visited {
  font-family: Arial;
  font-size: 16px;
  text-decoration: underline;
  color: #00AED8;
}
a.dropspot:active {
  font-family: Arial;
  color: #00539D;
}
a.dropspot:visited {
  text-decoration: underline;
  font-family: Arial;
  font-size: 16px;
  color: #00AED8;
}
a.dropspot:link {
  color: #0E2563;
  font-size: 16px;
  font-family: Arial;
}
a.dropspot:hover {
  color: #00AED8;
  font-size: 16px;
  font-family: Arial;
}
a.glossterm:hover {
  color: #0E2563;
  font-size: 16px;
  font-family: Arial;
}
a.glossterm:link {
  color: #0E2563;
  font-family: Arial;
  font-size: 16px;
}
a.glossterm:active {
  color: #00539D;
  font-family: Arial;
  font-size: 16px;
}
a.glossterm:visited {
  color: #00AED8;
  text-decoration: underline;
  font-size: 16px;
  font-family: Arial;
}
.FactoryUseOnlyHeader {
  font-size: 16pt !important;
  color: #C00000 !important;
  margin-left: 1em !important;
  margin-top: 1em !important;
}
.FactoryUseOnlyText > p {
  margin-left: 1em;
  color: #C00000 !important;
}
span.FactoryUseOnlyText{
  text-decoration: underline dotted #C00000;
}
.InvisibleTable{
  padding: 0;
}

.BrochureBlueBackground{
  background-color: #0E2563;
  color: #ffffff;
  font-weight: 700;
  padding: 1px 8px;
  border-left: 2px solid #008aae;
  margin-top: 1px;
  margin-bottom: 1px;
} 

.BrochureBlueBackgroundRightBorder{
  background-color: #0E2563;
  color: #ffffff;
  font-weight: 700;
  font-size: larger;
  padding: 1px 8px;
  border-right: 2px solid #008aae;
  margin-top: 1px;
  margin-bottom: 1px;
} 
.GooglePlayGrid{
  display: grid;
	grid-template-columns: 35% auto;
}

.GooglePlayGrid a {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10%;
}

.BrochureBlueBackgroundRightBorder a{
  color: #ffffff;
  text-decoration: none;
}

.BrochureBlueBackgroundContainer{
  background-color: #0E2563;
  padding: 6px 20px;
} 

.LightBlueCaps{
  color: #00AED8;
  text-transform: uppercase;
  font-size: larger;
}
.DisclaimerSmallText{
  font-size: 0.7rem;
}

:root { /*rgb(14, 37, 99)*/ /*rgb(0, 83, 217)*/	/*rgb(0, 138, 174)*/ /*rgb(206, 211, 223)*/ /*	rgb(0, 174, 216)*/ /*rgb(242, 242, 242)*/ /*rgb(204, 204, 204)*/ /*white 	rgb(255, 255, 255)*/ /*black 	rgb(0, 0, 0)*/ /*white 	rgb(255, 255, 255)*/ /*rgb(14, 37, 99)*/
	}