.bottom {
	position: absolute;
	bottom: 0;
}

#faqContainer ol {
    counter-reset: li;
    margin-left: 0.2em;
    padding-left: 0px;
    list-style: outside decimal;
}

#main #faqContainer ol > li {
    position: relative;
    margin: 0 0 6px 1.1em;
    padding: 4px 8px;
    list-style: none;
}

#main #faqContainer ol > li:before {
    content: counter(li)".";
    counter-increment: li;
    position: absolute;
    width: 2em;
    left: -2.2em;
    text-align: right;
}

#tut-wrapper {
  width: 1024px;
}

#tut-Container {
	margin: 0 0 0 18px;
	overflow: auto;
}

.tut-accordion-container {
	width: 623px;
	background-color: #FFFFFF;
	display: inline-block;
	border-bottom: 1px solid #E4E0D0;
    margin-right: 65px;
}

.tut-accordion-container p {
    width: 620px;
    height: 110px;
}

.tut-h1 {
	color: #9c1519;
	width: 100%;
	font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.5px;
	margin-bottom: 4px;
	padding-top: 20px;
}

.tut-accordion-header, .tut-dead-header {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	color: gray;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 17px;
	margin: 0;
	padding: 16px 36px 15px 16px;
	border-top: 1px solid #DFDFDF;
	border-left:  1px solid white;
	border-bottom:  1px solid white;
	cursor: pointer;
	text-transform: none;
	position: relative;
	line-height: 1.3em;
	transition: background-color .3s, border-color .3s;
}

.tut-dead-header {
    padding-bottom: 0;
    cursor: default;
}

.tut-accordion-header-so {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	color: gray;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 17px;
	margin: 0;
	padding: 16px 36px 15px 16px;
	border-top: 1px solid #DFDFDF;
	border-left:  1px solid white;
	border-bottom:  1px solid white;
	cursor: pointer;
	text-transform: none;
	position: relative;
	line-height: 1.3em;
	transition: background-color .3s, border-color .3s;
}

.cross {
	width: 22px;
	height: 22px;
	content: " ";
	position: absolute;
	right: 12px;
	background-image: url("../images/cross.png");
    background-image: url("../images/cross.svg"), none;
	top: 13px;
}

.tut-title {
  color: gray;
  font-size: 15px;
  padding: 8px 0px 8px 6px;
  float: left;
  clear: left;
}

.tut-title-wrapper {
	overflow: auto;
	cursor: pointer;
}


.tut-accordion-content {
	box-sizing: border-box;
	width: 100%;
	color: #706E6C;
	display: none;
	margin: 0;
	padding: 10px 32px 10px 30px;
	border-left:  1px solid white;
	/*border-top:  2px solid white;*/
	/*background-color: yellow;*/
	/*	transform: translate(0, -14px);*/
	border-left: 1px solid white;
	border-right: 1px solid white;
}	

.tut-accordion-content xmp {
    font-size: 14px;
    white-space: normal;
    display: inline;
}

.tut-open-content {
	background-color: #f9f8f5;
	/* overflow: auto; */
	box-sizing: border-box;
	border-right: 1px solid #E4E0D0;
	border-left: 1px solid #E4E0D0;
	/* background-color:  white; */
}

.tut-open-content:last-of-type {
	/* border-bottom: 1px solid #DFDFDF; */
}

.accordion-open > div {
    padding: 20px 32px 15px 26px;
}

.accordion-open .tut-open-content {
    background: none;
    border-left: none;
    border-top: 1px solid lightgray;
}

.tut-accordion-content a {
	font-weight: 600;
}

.tut-accordion-content p {
	margin: 10px 0;
	font-size: 14px;
	color: #706E6C;
}

.tut-accordion-content p:last-of-type {
    margin-bottom: 2.5em;
}

#main .tut-accordion-content .standard-list {
    margin: 0 0 1.5em 3px;
}

#main .tut-accordion-content .standard-list li {
    font-size: 14px;
}

.tut-accordion-content li:last-of-type {
	margin-bottom: 12px;
}

.tut-time {
	float: right;
	text-align: right;
	clear: right;
	font-size: 14px;
	margin-top: 2px;
}

.tabContent.palmsHelp {
    margin-bottom: 80px;
}	

h2.palmsHelp {
    font-size: 17px;
    font-weight: 400;
    color: #e84e0f;
    margin-top: -2px;
}

a.palmsHelpButton {
    position: absolute;
    color: #f66b32;
    font-weight: 600;
    top: 8px;
    right: 54px;
}

.linkIcon:after {
    background-image: url(../images/customleaficon.png);
    background-image: url(../images/customleaficon.svg), none;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 24px;
    height: 100%;
    right: -27px;
    top: 1px;
    content: ' ';
    position: absolute;
}

.tut-active-header {
	color: #E84D0E;
	background-color: hsla(48, 28%, 95%, 1);
	border: 1px solid #E4E0D0;
	/* border-bottom: 1px dashed #E4E0D0; */
}

.tut-inactive-header, .tut-dead-header {
	background-position: right 50%;
	
}

.tut-inactive-header:last-of-type {
	border-bottom: 1px solid #DFDFDF;
}

.tut-next-inactive-header {
	border-top: 1px solid #E4E0D0;
}



.tut-accordion-content:last-child {
	border-bottom: 1px solid #E4E0D0;
	/* background-color: blue; */
}

/*.tut-inactive-header:last-of-type {
	border-bottom:  1px solid #cdcdcd;
	background-color: blue;
}*/



.tut-introText {
  color: #575655;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin: 0 90px 24px 0;
}

.tut-linkImageTitleText {
  color: #565554;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  
}

.tut-helpTable {
	border-collapse: collapse;
	width: 900px;
	border: 0;
	cellspacing: 0;
	cellpadding: 0;
	padding: 0;
}

.tut-helpTable td {
/*	padding: 0px 70px 0 0;*/
	text-align: top;
	vertical-align: top;
	border: 0px solid black;
}

.tut-helpTable td:first-child {
	/*background-color: yellow;*/
	width: 50%;
}

.productsCoveredRight {
    width: 282px;
    position: absolute;
    vertical-align: top;
    left: 690px;
    top: 5px;
}

.productsCoveredBar {
    width: 281px;
    vertical-align: top;
}


.helpTable {
    width: 1045px;
    margin: 2px auto;
    /* height: 134px; */
    padding-bottom: 37px;
    position: relative;
    display: table;
}

.helpTable hr {
    border: none;
    background: hsla(0, 0%, 84%, 1);
    height: 1px;
}

.helpTableRow {
	display:table-row;
}

.tableCellLeftAlign {
    display: inline-block;
    text-align: left;
    width: 33%;
    padding-bottom: 36px;
    position: relative;
    vertical-align: top;
}

.helpTableRow:last-child .tableCellLeftAlign {
    /* padding-bottom: 0px; */
}

.atlasChoice .leftHalf {
   width: 282px;
   margin-left: 100px;
}

.atlasChoice .leftHalf:first-of-type {
   margin-left: 0;
}

.rightHalf {
	width: 45%;
	height: 100%;
	float: right;
	text-align: left;
}

.rtHomeCircle {
    width: 159px;
    height: 159px;
    border-width: 1px;
    border-style: solid;
    border-color: #E8B6A2;
    border-radius: 80px;
    /* margin: 15px auto; */
    position: relative;
    background-size: contain;
}

.handImage {
	background: #EAE6D7 url("../images/hand.png") no-repeat left top;
}

.footImage {
	background: #EAE6D7 url("../images/foot2.png") no-repeat left top;
}

.rtHomeTitle {
    font-size: 23px;
    font-weight: 300;
    letter-spacing: -0.04em;
    color: #E84E0F;
    margin: 0px auto 6px auto;
    line-height: .9em;
    /* border-bottom: 1px solid lightgray; */
    position: relative;
}

.rtHomeTitle h1 {
    font-size: inherit;
    padding: inherit;
    display: inline-block;
    position: relative;
}

.about h1 {
    padding-top: 14px;
    padding-bottom: 0px;
}

#Atlas-Home .rtHomeTitle, #HAP-Home .rtHomeTitle {
    margin-bottom: 16px;
}

.rtHomeInstructions {
	width: 297px;
	color: gray;
	font-size: 14px;
	font-weight: 400;
	padding: 0px;
	margin: 9px 0 14px 0;
}

.bottomBorder {
	border-bottom: 1px solid lightgray;
}

.noBottomBorder {
	border-bottom:none;
} 

.halfPage {
    display: inline-block;
    width: 48%;
    margin-right: 2%
}

.tut-active-header{
	color: white;
	background-color: rgba(99, 117, 152, 0.8);
	border: 1px solid rgba(123, 140, 175, 0.8);
	transition: background-color .3s, border-color .3s;
}


.cross {
    background-image: url("../images/crossLight.png");
    background-image: url("../images/crossLight.svg"), none;
    transform: rotate(deg);
}

.cross.rotateHidden {
    transform: rotate(0deg);
}

.cross.rotate2 {
    transform: rotate(45deg);
}

.tut-accordion-content {
    padding: 20px 32px 15px 26px;
}

#faqContainer p {
    margin-bottom: 1em;
}

#faqContainer p:first-child {
    margin-top: 0.4em;
}

#faqContainer h3 ~ p {
    margin-top: 0;
}

#faqContainer .standard-list {
    list-style: outside disc;
    margin: 0 0 1.5em 1.4em;
}

#faqContainer .standard-list li {
    margin-bottom: 0.5em;
    padding-left: 0;
    text-indent: 0;
    margin-left: 1em;
}

span.helpSliderLink {
    font-weight: 700;
    cursor: pointer;
}

span.helpSliderLink:hover {
    color: #e84e0f;
}