.training-info {
    background:#FFFFFF;
    margin-bottom: 10px;
    display: table;
    position: relative;
    width:100%;
}
.training-info .training-info-close {
	cursor: pointer;
}
/*
.training-info .training-info-close {
    position: absolute;
    top: 15px;
    right: 13px;
    background-image: url(../templateimages/sprite3.png);
    background-position: -290px -16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    line-height: 30px;
    text-align:center;
    color: #808080;
    text-decoration: none;
}
.training-info .training-info-close a {
    display: block;
    font-size: 0px;
    height: 16px;
}
*/
.training-info .training-info-left {
    display: table-cell;
    padding: 30px;
    border-right: 1px dotted #CCCCCC;
    font-size: 0.875em;
    line-height: 1em;
    font-weight: 000;
    width:400px;
}
.training-info .training-info-left p {
    margin-bottom: 1em;
}
.training-info .training-info-right {
    display: table-cell;
    padding: 0;
    font-size: 0.875em;
    line-height: 1em;
    font-weight: 000;
}
.training-info .training-info-right .top-wrapper {
    padding: 30px;
    border-bottom: 1px dotted #CCCCCC;
}
.training-info .training-info-right .bottom-wrapper {
    padding: 26px 30px;
    overflow: hidden;
    clear: both;
    display: table;
}
.training-info .training-info-right strong {
    color: #005480;
    font-weight: 500;
}
.training-info .training-info-right ul {
    list-style-type: none;
}
.training-info .training-info-right li {
    float:left;
    width: 50%;
    min-width: 70px;
    padding: 28px 30px 0 0px;
}
.training-info .training-info-right li:nth-child(2n+1) {clear:left;}
.training-info .training-info-right .icon-wrapper {
    float:left;
    position: relative;
    margin-right: 14px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    text-align:center;
    vertical-align:middle;
}
.training-info .training-info-right .icon-wrapper img {
    margin: auto;
    vertical-align: middle;
}
.training-info .training-info-right .icon-description {
    padding: 14px 0 0 0;
    font-size: 0.825em;
    line-height:1.25em;
}
.training-info .training-info-right .ff-icon {
    display: inline-block;
    height:30px;
    width: 30px;
    margin-right: 14px;
}
.training-info .training-info-right .ff-description {
    font-size: 0.875em;
    line-height: 1.25em;
    font-weight: 000;
    padding:0px;
    display: table-cell;
    vertical-align: middle;
}


@media (max-width: 1200px) {
    .training-info .training-info-right li {
        width: 100%;
        padding: 20px 0 0 0;
    }
}

@media (max-width: 900px) {
    .training-info .training-info-right .icon-wrapper {float:none;}
}

.tl-body h2 a,
.tl-body h3 a {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}

.center-image {
    display: block;
    text-align:center;
    margin: 0 auto;
}
/*Hover*/
.po-hover {
    position: absolute;
}
/*PopUp*/
.training .po-popup {
    width: auto;
    min-width: 320px;
}
/* Accordion */
.accordion {
    position: relative;
}
.accordion h2,
.accordion h3 {
    font-size: 1.125em;
    margin: 0;
    padding: 1em 0 1em 30px;
    position: relative;
}
.accordion h2.hasLink,
.accordion h3.hasLink {
    padding: 0;
}
.accordion h2 a,
.accordion h3 a {
    padding: 1em 0;
}
.accordion div.closed > .expandable {
    height: 0;
    overflow: hidden;
}
.accordion div.open > .expandable {
    height: auto;
}

/* Training */
.tl-body {
    background: #FFF;
    overflow: hidden;
}

.tl-body a {
    text-decoration: none;
    color: #26A9E0;
}
.tl-body > p {
    padding: 15px 30px;
    margin: 0px;
    font-size: 0.75em;
    color: #4D4D4D;
    font-weight: 300;
}
.tl-body h2 {
    background: #005480;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}
 
.tl-body h2:hover a:after,
.tl-body h2.clickable:hover:after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../templateimages/sprite3.png) -12px -10px no-repeat;
    right: 13px;
    top:18px;
    cursor:pointer;
}
.tl-body .always-open h2:hover a:after,
.tl-body .open h2:hover a:after,
.tl-body .open h2.clickable:hover:after{
    background-position: -30px -9px;
}
.tl-body h2.hasLink a {
    padding-left: 30px;
}
.tl-body h3 {
    background: #FFF;
    color: #005480;
}
.tl-body h3.hasLink a {
    padding-left: 30px;
}
.tl-body .category {
    margin-bottom: 2px;
}
.tl-body .always-open h3 {
    background: #26A9E0;
    color: #FFF;
    font-weight: 400;
    position: relative;
    cursor:pointer;
}
 
.tl-body .always-open h3:hover a:after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../templateimages/sprite3.png) -30px -9px no-repeat;
    right: 13px;
    top:18px;
}
.tl-body h4 {
    border-bottom: 1px solid #CCC;
    padding: 0 0 1em 0;
    margin: 0;
}
.tl-body h4 a {
    display: none;
    font-size: 0.75em;
    text-decoration: none;
    color: #26A9E0;
}
.tl-body h4:hover a {
    display: inline;
}
.tl-body .pages {
    position: relative;
    width: 100%;
    height: auto;
}
.tl-body .pages .page {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0;
}
.tl-body .pages .page.off-screen-right {
    position: absolute;
    left: 130%;
    top: 0;
    width: 100%;
    height: auto;
}
.tl-body .pages .page div.pull-right {
    margin-left: 20px;
    clear: right;
}
.tl-body .pages .page div.pull-right span,
.tl-body .pages .page div.pull-right img{display:block;}
.tl-body .pages .page div.pull-left {
    min-width: 205px;
    clear: left;
}
.tl-body .pages .page div.pull-left span,
.tl-body .pages .page div.pull-left img{display:block;}
.tl-body .pages .page a.pull-left {
    margin-right: 20px;
}
.tl-body .pages .page .pull-left .pull-right,
.tl-body .pages .page .pull-right .pull-left{
	float:none !important;
}
.tl-body .pages .page ul {
	padding: 0 0 0 30px;
}
.tl-body .pages .page ul li {
	font-size: 0.87em;
    line-height: 1.5em;
    color: #4d4d4d;
    font-weight: 400;
    margin-bottom: 0.5em;
}
.training-wrapper {
    width: 100%;
    display: table;
}
.training-content {
    display: block;
}
.review-content {
    display: none;
    padding:10px 0px;
}
.review-content h5 {
    font-size: 1.125em;
    line-height: 2em;
    font-weight: 700;
    letter-spacing: 0;
    color: #29A9E0;
    margin: 0 0 1em 0;
}
.review-content h5 a {
    font-size: 0.75em;
    font-weight: 400;
}
.review-content .question {
    margin: 0 0 10px 0;
}
.review-content .check-answer-txt {
    display: none;
    font-weight: bold;
}
.review-content .correct .check-answer-txt {
    display: block;
    color: #006837;
}
.review-content .wrong .check-answer-txt {
    display: block;
    color: #c1272d;
}
.review-content .question-number {
    background: #F2F2F2;
    color: #4d4d4d;
    padding: 10px 10px 10px 15px;
    font-size: 1em;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    line-height: 1.5em;
}
.review-content .correct .question-number {
    background: #badd8c;
}
.review-content .wrong .question-number {
    background: #f3d4d5;
}
.review-content p,
.review-content label{
    font-size: 0.875em;
    line-height: 2em;
}
.review-content li {
    float: left;
    min-width: 300px;
    width: 50%;
    list-style-type: none;
    list-style-position: inside;
    font-weight: bold
}
.review-content li:nth-child(2n+1) {clear:left;}
.review-content .check-answers-btn {
    float:right;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
    text-align:center;
    background: #005480;
    border: 1px dotted #CCC;
}
.review-content .check-answers-btn a {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 40px;
    font-size: 1em;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
}

.review-content .review-again-btn {
    float:right;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
    text-align:center;
    background: #f7931e;
}
.review-content .review-again-btn a {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 40px;
    font-size: 1em;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
}
.review-content li label {
    font-weight: normal;
}
.review-content li label input {float:left;}
.training-left {
    display: table-cell;
    overflow: hidden;
    padding: 24px 30px;
    vertical-align: top;
}
.training-left .page p {
    margin: 1em 0;
    line-height: 1.5em;
}
.training-left .page > p:last-child {
    margin: 1em 0 0 0;
}
.training-left h6 {
    font-size: inherit;
    margin: 0;
    font-weight: 600;
    line-height: inherit;
    color:#000000;
}

.training-left p.description {
    padding: 0 0 24px 0;
    font-size: 0.875em;
    font-weight:100;
}
.training-left .training-modules .training-module {
    border-bottom: 1px dotted #C7B299;
    padding-bottom: 24px;
    margin-bottom: 24px;
    position: relative;
}
.training-left .training-modules .training-module a {
    display: block;
    font-size: 1.125em;
    color: #26A9E0;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 1em;
}
.training-left .training-modules .training-module a:hover {
    color: #005480;
}
.training-left .training-modules .training-module p {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 100;
}
.training-left .pagination {
    float:left;
    padding: 1em 0;
}
.training-left .paging-buttons {
    float:right;
    padding: 0.5em 0;
}
.training-left .paging-buttons > div {
    margin-left: 10px;
    color: #FFF;
    float:right;
}
.training-left .paging-buttons > div > a{
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100px;
    text-align:center;
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    font-weight: bold;
}
.training-left .paging-buttons > .next-btn {
    background: #f7931e;
}
.training-left .paging-buttons > .prev-btn {
    background: #cccccc;
}
.training-left .pagination a {
    display: block;
    float:left;
    text-align:center;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: transparent;
    margin-right: 5px;
    text-decoration: none;
    color: #808080;
}
.training-left .pagination a.active {
    background: #CCCCCC;
    color: #FFF;
}

.training-right {
    display: table-cell;
    width: 190px;
    padding: 20px 0;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(179,179,179,0.75);
    -moz-box-shadow: 0px 5px 10px 0px rgba(179,179,179,0.75);
    box-shadow: 0px 5px 10px 0px rgba(179,179,179,0.75);
    vertical-align: top;
}
.training-right .review-btn > a{
    display: block;
    height: 40px;
    line-height: 40px;
    width: auto;
    margin: 1em 20px;
    text-align:center;
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    background: #f7931e;
    color: #FFF;
}
.training-right h4 {
    font-size: 0.875em;
    font-weight: 400;
    margin: 0 20px 1em 20px;
    padding: 0;
    border: none;
}
.training-right h4.addl-resources-heading {
    color: #ffbe18;
}
.training-right h4.review-heading {
    color: #26A9E0;
    padding-left: 50px;
    background: url(/templateimages/u307.png?v=1443199702424) top left no-repeat transparent;
    background-size: 40px 30px
}
.training-right h5 {
    color: #005480;
    font-size: 0.875em;
    font-weight: 400;
    margin: 1em 20px;
    padding: 0;
}
.training-right p {
    margin: 1em 20px;
    font-size: 0.875em;
}
.training-right p.small {
    margin: 0;
    font-size: 0.75em;
    color: #CCCCCC;
}
.training-right ul {
    list-style-type: none;
    margin: 0 20px 0 20px;
}
.training-right li {
    padding-left: 0;
    min-height: 30px;
    background: url(/templateimages/u44.png?v=1441706819) top left no-repeat transparent;
    margin: 0 0 0.5em 0;
}
.training-right li > a {
    min-height: 30px;
}
.training-right li > a,
.training-right li > p {
    display: block;
    padding-left: 35px;
}
.training-right a {
    font-size: 0.8125em;
    color: #808080;
}
.training-right hr {
    border: none;
    border-top:1px dotted #C7B299;
    background: transparent;
    height: 0px;
    width: 100%;
    margin: 1em 0;
}



.sub-category {

    border-bottom: dotted 1px #CCCCCC;
}
.open .sub-category:hover h3 a:after{
    background-image: url(../templateimages/sprite3.png);
    background-position: -125px -113px;
    background-repeat: no-repeat;
    content: "";
    width: 27px;
    height: 27px;
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 100;
}
.always-open .training-module:hover a:after{
    background-image: url(../templateimages/sprite3.png);
    background-position:-52px -9px;
    background-repeat: no-repeat;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.sub-category:last-child {
    border-bottom: none;
}
.tl-body .expandable h3.hasLink a{
    font-size: 18px;
    font-weight: 400;
    color: #26A9E0;
}
.tl-body h3.hasLink a:hover {
    color: #005480;
    text-decoration: underline;
}
.tl-body .always-open h3.hasLink a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/*Added new styles*/
.question-answers li label input[type="radio"] {
    position: absolute;
    left: 0px;
    margin-top: 2px;
}

.review-content li label {
    position: relative;
    padding-left: 51px;
    padding-right: 20px;
    line-height: 1.25em;
    margin-bottom: 15px;
}

.review-content li label b {
    position: absolute;
    left: 28px;
}
.review-content .question-answers > p {
	margin-bottom: 1em;
}

/*Traning module*/
.tr-img p {
    margin-top: 0px !important;
}

.tr-content {
    padding-top: 1px;
    margin-bottom: 20px;
}
.page > .tr-content:last-child,
.page > .tr-content > p:last-child {
	margin-bottom: 0;
}

.tr-content table td {
	font-size: 0.87em;
    line-height: 1.5em;
    color: #4D4D4D;
    font-weight: 400;
}

.training-content table.key {
	border: 1px solid #CCCCCC;
}
.training-content table.key td,
.training-content table.key th {
    line-height: 27px;
}
.training-content table.key thead th {
	font-family: 'Arial';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #05537E;
    text-align:left;
	border-bottom: 1px dotted #CCCCCC;
}
.training-content table.key tbody td a {
	display: block;
    text-decoration: none;
}
.training-content table.key tbody td a:hover {
    text-decoration: underline;
}
.training-content table.key tbody td a img{
	float:left;
    height: 27px;
    width: 27px;
    margin-right: 10px;
}
.training-modal h4 {
	font-family: 'Gotham Medium', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #08567e;
	margin-top: 0;
}
.training-modal p {
	font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height:  18px;
	margin-bottom: 0;
}