﻿.sideColumn {
    float: right;
    width: 18%;
    min-width: 177px;
}

.mainColumn {
    float: left;
    width: 78%;
}

.sidebox .head, .product .head {
    letter-spacing: 0.1px;
}

.loadMessage {
    display:none;
    margin-top: 50px;
}
.orderloader-head {
    font-family: 'Roboto Slab', serif;
    color: #555;
    font-weight: 700;
    text-align: center;
}
.orderloader-para {
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-weight: 100;
    line-height: 25pt;
    text-align: center;
}
.orderloader {
    width: 100%;
    height: 100%;
    margin-top: 7em;
    margin-bottom: 7em;
    text-align: center;
}

select {
    margin-bottom: 11px;
    border: 1px solid #b5b5b5;
    padding: 0.3em;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    background-color: #ffffff;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 0.9;
   background-color: #fff;
   z-index: 99;
   text-align: center;
}

#loading-image {
    position: absolute;
    width: 30%;
    height: 30%;
    top: 35%;
    left: 35%;
    z-index: 100;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------- EXTRAS COLUMN ------------------------------------------------------*/
/*1-5-16 show & edit License renewal date*/
#license_state{margin-bottom:0.3em}
#license_renewaldt{text-decoration:underline;cursor:pointer;}
.renewal form textarea{
  overflow:hidden ;
  resize:none;
}

.sidebox #company_specific_message a:link {
    font-size: 12px;
}


.sidebox .head {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    color: #474747;
    padding: 8px 0;
}

.sidebox .roadmapsHead{    font-weight: 400;
    font-size: 18px;}

.sidebox a:link {
    font-size: 14px;
    color: #000;
}

.sidebox a:visited {
    color: #777;
}

.sideboxBody {
    padding: 20px 6%;
    line-height: 25px;
    background: #fff;
    border: 1px solid #C1C1C1;
    margin-bottom:20px;
}

.guaranteeExams li {
    margin-bottom:1em;
    line-height:1em;
}

.roadmaps li {
    margin-bottom:1em;
    line-height:1em;
    /*list-style: disc;
    margin-left: 20px;*/
}
.referenceGuides li {
    margin-bottom: 1em;
    line-height: 1em;
    /*list-style: disc;
    margin-left: 20px;*/
}

/*----------------------------------------------- MY PRODUCTS ----------------------------------------------------------*/
/*--------------------------------------------------- MAIN COLUMN ------------------------------------------------------*/

.tabContainer {
    width:100%;
}

.tabContainer div {
    color:#616161;
    display:inline-block;
    padding:10px;
    margin-right:2%;
    max-width:30%;
    box-sizing:border-box;
    background:#ccc;
    background: #bfbfbf; /* Old browsers */
    background: -moz-linear-gradient(top,  #bfbfbf 0%, #a6a6a6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfbfbf), color-stop(100%,#a6a6a6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bfbfbf 0%,#a6a6a6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bfbfbf 0%,#a6a6a6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bfbfbf 0%,#a6a6a6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #bfbfbf 0%,#a6a6a6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#a6a6a6',GradientType=0 ); /* IE6-9 */
}

.tabContainer p {
    display:inline-block;
    line-height:1em;
    margin:0;
}

.tabContainer div:last-child {
    margin-right:0;
}

.tabContainer div.activeTab {
    background:#fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
}

.tabContainer div.activeTab .arrow {
    display:none;
}

.tabContainer div:hover {
    cursor:pointer;
}

.mainPage {
    background:#fff;
    padding:20px;
    margin-bottom:50px;
}

#ceproducts {
    padding: 0;
}

#ceproducts .productHead {
    padding: 20px 20px;
}

#ceproducts, .CEhours, #completedcrs {
    display:none;
}

.product {
    margin-bottom: 10px;
    font-size:14px;
}

    /*----------- PRODUCT HEAD -------------*/

    .product.inactive .head {
    }

    .product.inactive .title, .product.inactive .progressBar {
        opacity: 0.6;
    }

    .progressBar {
        display:none !important;
    }

    .productHead {
        width:100%;
        border-top: 1px solid #E7E7E7;
        padding: 15px 0;
        display:table;
    }

    .productHead div {
        display:table-cell;
        box-sizing:border-box;
    }
    .resourceTitle a{ color:#C18A8A; font-weight:700;}

    .productHead:first-child,.resourceHead {
        border:none;
        padding-bottom: 50px;
        padding-top: 5px;

    }

    .productHead .title {
        font-weight: 700;
        color: #3F3F3F;
        width:60%;
        font-size: 18px;
        vertical-align: middle;
    }

    .productName a, .pl2-link, .productHead .title a {
        color:#007a7f;
    }

        .productHead .title p {
            text-decoration: none;
        }

        .productHead .title a:visited {
            color: #007a7f;
        }

    .expiration ,.type{
        /*padding: 3px 15px 0 0;*/
        font-size: 0.9em;
        font-weight: 300;
        color: #3F3F3F;
    }
    .webclassEvents {
        padding-left:1em ;
    }
     .webclassTitle{
        font-weight: 600;
        color: #3F3F3F;
        width:100%;
        padding:1em 0em 0.4em 0em;
     }
    .webclassEventTitle{
        font-weight: 400;
        color: #3F3F3F;
        width:100%;
        padding-bottom:0.3em;
        font-size: 0.9em
     }
    .expiration span {
        text-align:right;
        padding-right:8px;
    }

    .btnContainer {
        padding-left:15px;
    }

    #ceproducts .state,#ceproducts .expiration,
    .btnContainer {
        text-align:right;
    }
    #ceproducts .type
    { text-align:left; }

    .actionButton {
        display:block;
        width:100%;
        box-sizing:border-box;
        padding: 3px 15px;   
    }

    #plproducts .title                     { width: 60%; } 
    #plproducts .productHead .state        { width: 11%; }
    #plproducts .expiration                { width: 15%; }
    #plproducts .btnContainer              { width: 24%; }
    #plproducts .btnContainer div.actionButton { width: 24%; min-width: 164px;}
    #plproducts .btnContainer a.actionButton { width: 24%; min-width: 96px;}    

    #ceproducts .title                     { width: 48%; }
    #ceproducts .productHead .state        { width: 6%; } /* Note: The CE side has 2 divs with this class for whatever reason, so factor in this width twice.*/
    #ceproducts .expiration                { width: 12%; }
    #ceproducts .btnContainer              { width: 13%; }
    #ceproducts .type                { width: 18%; }


    .productHead table {
        margin-top: 20px;
        color: #7F7F7F;
        line-height: 2em;
    }

        .productHead table a {
            text-decoration: underline;
            color: rgb(75, 104, 124);
        }

/*----------------------- PRODUCT BODY -----------------------*/

.productBody {
    padding-bottom:2em;
}

/*---- Physical Class Locations ----*/

.classLocation {
    width:100%;
    margin-bottom:2em;
}

.classLocation iframe {
    width:100%;
    height:300px;
}

div.review-box {
    display:none !important;
}

/*------------ All Class Dates (Classroom, Web Class, Webinar) --------------*/

.classDateandTime {
    color:#656565;
    display:table;
}

.timeLine {
    display:table-row;
}

.timeLine div {
    display: table-cell;
}

.classDateandTime p {
    font-weight:700;
    margin-bottom:1em;
}

.classType {
    text-align:left;
    margin-right:5%;
    font-weight:bold;
}

.classDate, .classTime {
    padding:0.5em 1em;
}

.classTime {
    text-align:right;
}

.webClassRecording {
     color: #007a7f;
     cursor: pointer;
     text-decoration: underline;
     font-size: 14px;
    }


#plproducts .state {
    padding:0;
    text-align:right;
    width:5%;
}

/*-------------- Franchisee Classroom Info Rows ---------------------*/

.class-info-div {
    width: 100%;
    height: 25px;
}

.left-class-info {
    float:left;
    width:110px;
    margin-left: 5px;
    font-weight: bold;
}

.middle-class-info {
    float:left;
    width: 155px;
}

.right-class-info {
    float:left;
}

/*----- Everything Else -----*/

.statsBar {
    width: 100%;
    text-align: center;
    background:#E5E5E5;
    display:table;
}

.stat {
    display:table-cell;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    min-width: 70px;
    padding:1em;
    display: inline-block;
    color: #565656;
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
}

.statType {
    line-height: 1em;
    margin-bottom: 5px;
}

.statNumber {
    background: #fff;
    padding: 6px;
}

.chapComplete .good {
    font-weight: bold;
    color: #007234;
}

.chapComplete .bad {
    font-weight: bold;
    color: #A80000;
}

.extrasBar {
    width: 100%;
    clear: both;
}

.productExtrasRight {
    float: right;
    font-size: 14px;
    color: #7C7C7C;
    padding-bottom: 1em;
}

.productExtrasLeft {
    float: left;
}

.detailsButton {
    float: left;
    text-decoration: underline;
    /*color: #7C7C7C;*/
    font-size: 14px;
    margin:0 0 20px 0;
}

    .detailsButton div {
        position: relative;
        top: 3px;
        margin: 0 5px 0 0;
        float: left;
        width: 10px;
        height: 10px;
        background-image: url('../images/dashboard/dashboard.png');
    }

    .detailsButton.closed div {
        background-position: 0px 0px;
    }

    .detailsButton.open div {
        background-position: 0 -10px;
    }

    .detailsButton:hover {
        cursor: pointer;
        color: #333;
    }

.downloadsButton {
    font-size: 14px;
    color: #7C7C7C;
    float: right;
    text-decoration: underline;
    margin-right: 15px;
}

    .downloadsButton div {
        position: relative;
        top: 3px;
        margin-right: 10px;
        float: left;
        width: 7px;
        height: 10px;
        background-image: url('../images/dashboard/dashboard.png');
        background-position: -10px 0px;
    }

    .downloadsButton:hover {
        cursor: pointer;
        opacity: 0.8;
    }

.webClass a {
    color: #007a7f;
}

    .webClass a:visited {
        color: #007a7f;
    }

/*------ Exam Links --------*/

a.certLink {
    line-height:2em;
    color: #903A38;
    font-size:0.9em;
}

a.certLink:visited {
    color: #C18A8A;
}

/*----------- PRODUCT DETAILS LEVEL 1 // progress table ----------*/

.detailsLevel1 {
    clear: both;
}

.detailsLevel1 table {
    /*display:none;*/
    /*background: #BFBFBF;*/
    width: 100%;
    font-size: 13px;
    width: 100%;
    color: #7F7F7F;
}

.chapHead {
    color: #000;
}

.altRow {
    background: #fff;
}

.detailsLevel1 th {
    padding: 9px;
}

.detailsLevel1 td {
    padding: 9px;
    vertical-align:top;
}

.detailsLevel1 .check, .detailsLevel1 .number {
    width: 1px;
}

.detailsLevel1 .number {
    font-weight: 700;
    text-align: right;
    margin-right: 10px;
}

.detailsLevel1 .timeRead, .detailsLevel1 .timeTest, .detailsLevel1 .attempts, .detailsLevel1 .worst, .detailsLevel1 .best {
    text-align: right;
    min-width: 58px;
}

.detailsLevel1 .title {
    text-align: left;
}

.chapComplete .title, .chapIncomplete .title {
    font-weight:700;
    color: #007a7f;
    padding-top: 10px;
    font-size:14px;
}

.chapComplete .section, .chapIncomplete .section {
    font-style: italic;
    color:#000;
    line-height: 19px;
}

    .chapComplete, .chapIncomplete {
        color: #000;
    }

    .chapComplete .check div {
        margin: 0 auto 0 auto;
        width: 10px;
        height: 10px;
        background-image: url('../images/dashboard/dashboard.png');
        background-position: -17px 0px;
    }

.pl2-link {
    text-decoration: underline;
    cursor: pointer;
}

.noaction{width: 75px;float:right}

.completedRow a {
    color: #3F3F3F;
    font-weight:700;
}

.completedRow a:visited {
    color: #903A38;
}

.completedRow {
    display:table;
    width:100%;
    padding:2em 0;
    border-bottom: 1px solid #C4C4C4;
    box-sizing:border-box;
}

.completedRow:last-child {
    border:none;
}

.completedHead .completedRow {
    color:#ADADAD;
    font-weight:700;
    padding:1em 0;
}

.completedHead div {
    vertical-align:bottom;
    border-bottom:1px solid #C4BFBF;
}

.completedRow div {
    box-sizing:border-box;
    display:table-cell;
    line-height:1.3em;
    padding-right:1em;
}

.completedRow div:last-child {
    padding:0;
}

.completedMobileLabel {
    display:none;
}

.completedtitle {
    width:35%;
}

.completedstate {
    width:5%;
}

.completedDate {
    width:17%;
    text-align:right;
}

.completedhrs {
    width:9%;
    text-align:right;
}

/*------------------- CE Subscription Specific ------------------------*/

.moredesc {
    text-decoration:underline;
    cursor:pointer;
}

.CESubscriptionHint {
    color:#989797;
    font-size:0.9em;
}

.subscriptionHeading {
    font-weight: 600;
    color: #606060;
    font-size: 14pt;
}

.cesub-directions {
  font-size: 16px;
  font-weight: 600;
  padding-top: 1em;
  padding-bottom: 1em;
}

.cesub-table {
  color: #616161;
  border-collapse: separate;
  width: 100%;
  margin-top: .5em;
  margin-bottom: .5em;
}

.cesub-tablehead {
  background: #e8e8e8;
  padding: 1em;
  border: solid 1px #d6d6d6;
  font-size: 13px;
  font-weight: 600;
}

.cesub-tablehead-course {
  text-align: left;
}

.cesub-tablehead-hours {

}

.cesub-tablehead-type {

}

.standardRow {
  border: 1px solid #d6d6d6;
}

.standardRow td.cesub-tablecell {
  background: #f9f9f9;
  border-top: 1px solid #d6d6d6;
  position: relative;
  padding: 1em;
  line-height: 1.3em;
}

.standardRow.cesub-nodivider td.cesub-tablecell {
    border-top: none;
}

.cesub-coursename {

}

.cesub-coursehours {

}

.cesub-courseline {

}

.cesub-courseadd {

}

.double-line-btn {
    position: absolute;
    z-index: 2;
    bottom: -25%;
}

.wbn-title-col {
   width: 100px
}

.wbn-date-col {
   width: 125px
}
.wbn-time-col {
   width: 200px
}
.wbn-action-col {
   width: 100px
}

.cesub-btn {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 24px;
  border-radius: 3px;
  text-align: center;
  line-height: 1.4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.cesub-btn-primary {

}

.cesub-btn-trietary, input.cesub-btn-trietary.ui-widget {
  background: white;
  color: #606060;
  border: 1px solid #e8e8e8;
  font-size: 12px;
  opacity: .9;
  font-weight: 500;
}

.cesub-btn-trietary:hover {
  background: #eee;
}

.cesub-btnadd {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #cfcfcf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#cfcfcf));
  background: -webkit-linear-gradient(top, #fff 0%,#cfcfcf 100%);
  background: -o-linear-gradient(top, #fff 0%,#cfcfcf 100%);
  background: -ms-linear-gradient(top, #fff 0%,#cfcfcf 100%);
  background: linear-gradient(to bottom, #fff 0%,#cfcfcf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#{#fff}', endColorstr='#{#cfcfcf}',GradientType=0 );
  border: 1px solid #BABABA;
  padding: 4px 8px 4px 8px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 5px;
  color: #606060;
  cursor: pointer;
}

.cesub-btnadd:hover {
  opacity: .8;
}

#accordion {
    font-family: 'Open Sans', Arial, Verdana, sans-serif;
}

#accordion .ui-corner-all, #accordion .ui-corner-top, #accordion .ui-corner-left, #accordion .ui-corner-tl  {
    border-radius: 0px;
}

#accordion .ui-accordion-content {
    background-color: #fff;
    color: #606060;
    font-size: 14px;
    line-height: 1.5;
    padding: 1em 2em 2em 2em;
}

#accordion .ui-accordion-content > * {
    padding: 8px;
}

#accordion .ui-state-hover {
    background: #333333!important;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

#accordion .ui-accordion-header-active {
    background: #333333!important;
}

#accordion .ui-accordion-content a {
    color: blue;
}

#accordion .ui-accordion-header {
    background-color: #333333;
    color: white;
}

#accordion .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #848484;
    background: #606060;
    font-weight: normal;
    color: #fff;
    padding: .75em 0em .75em 2.5em;
    font-size: 16px;
}
.courseNameHead{border:none}

.resourceLinks, .brochure, .WAResourcelink {
    cursor: pointer;
    text-decoration: underline
}
.brochure, .WAResourcelink {
    color: #903A38;
}
/*------------------- PopUp Fancybox ------------------------*/
#roadmapsPopUp ul {
    list-style: disc;
    line-height: 2em;
    margin: 2em 2em 2em 4em;
}

#roadmapsPopUp li {
    list-style:disc;
}

.moodle {
    cursor: pointer;
    color: #903A38;
    text-decoration: underline;
}

.moodlepopup {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    vertical-align: middle;

}

.moodle-popup-textbox {
    width: 100%;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    
    color: #777777;
    display: block;
    margin-bottom: 9px;
    vertical-align: middle;
    line-height: 34px;  
}

.moodle-popup-head {
    font-size: 30px;
    line-height: 27px;
    margin-bottom: 22px;
    letter-spacing: -0.15px;
    font-weight: 700;
}

.moodle-popup-copy {
    font-size: 17px;
    display: block;
    vertical-align: middle;
    margin-bottom: 15px;
}

.moodle-thanks {
    font-weight: 700;
    margin-top: 19px;
}

.moodle-popup-logo {
    text-align: left;
    display: block;
    vertical-align: middle;
    width: 50%;
    margin-top: 29px;
}


/*----------------------------- MY STUDENTS -- MANAGERS ONLY -----------------------------*/

.managerDashLink a {
    display:none;
}

.myStudents {
    display:none;
}

.myStudents .mainColumn {
    width:100%;
    float:none;
    clear:both;
}

.myStudents .sideColumn {
    display:none;
}

.myStudents .actionButton {
    float:left;
    margin-left:auto;
    margin-right:auto;
    padding:5px 10px;
    display:block;
    width:auto;
}

.myStudents .mainPage p {
    margin-bottom:20px;
}

/*-------------------- EMAIL SETTINGS POPUP ONLY   --------------------------*/

#emailPopup .btnContainer {
    margin:0;
    text-align:center;
}

#emailPopup .actionButton {
    width:auto;
    display:inline-block;
    font-size:1.1em;
}

#emailPopup p {
    margin:1em 0;
    max-width:80%;
}

#emailPopup a {
    margin:1em 0;
}

#emailPopup .checkbox {
    margin: 1em 1em 2em 0;
}

.renewalPrompt {
    font-size:0.9em;
    /*color:#7F7F7F;*/
}
#subscriptionTable {

}
#subscriptionTable td{ }

/*-------------------------  RESPONSIVE TRIGGERS   -----------------------------*/

@media screen and (max-width: 1200px) {

    .statType {
        height:30px;
    }

    .completedRow div {
        padding:0 1em 0 0;
        text-align:left;
    }

    .completedRow div:last-child {
        padding:0;
        text-align:right;
    }


}

@media screen and (max-width: 920px) {
    .statsBar {
        display:inherit;
    }

    .statType {
        height:auto;
    }
}

@media screen and (max-width: 850px) {

    .sideColumn, .mainColumn {
        float: none;
        clear:both;
        width: 100%;
    }

}


@media screen and (max-width: 670px) {

    .product {
        margin: 10px;
    }

    .stat {
        width: 25%;
    }

    .expiration {
        float: none;
        clear: both;
        font-size: 15px;
        padding: 0 0 3px 7px;
    }

    .classDateandTime td {
        padding:10px;
    }
}

@media screen and (max-width: 550px) {

	/* Force table to not be like tables anymore */
	/*table, thead, tbody, th, td, tr {
		display: block;
	}*/

    /*.detailsLevel1 table, .detailsLevel1 thead, .detailsLevel1 tbody, .detailsLevel1 th, .detailsLevel1 td, .detailsLevel1 tr {
        display:block;
    }*/

    .stat {
        width:50%;
    }

    .detailsLevel1 table, .detailsLevel1 thead, .detailsLevel1 tbody, .detailsLevel1 th, .timeRead, .timeTest, .attempts, .worst, .best {
        display:block;
    }
    .chapComplete .best, .chapIncomplete .best {
        min-width:58px;
    }

    .check, .number, .title {
        display: inline-block;
    }

	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	td {
		/* Behave  like a "row" */
		border: none;
		position: relative;
		/*padding-left: 50%;*/
	}

	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
	/*Label the data*/
    /*td:nth-of-type(1):before { content: " "; }
	td:nth-of-type(2):before { content: " "; }
    td:nth-of-type(3):before { content: " "; }
	td:nth-of-type(4):before { content: "Reading"; }
	td:nth-of-type(5):before { content: "Testing"; }
	td:nth-of-type(6):before { content: "Attempts"; }
	td:nth-of-type(7):before { content: "Worst"; }
	td:nth-of-type(8):before { content: "Best"; }*/

    .completedHead {
        display:none;
    }

    .completedRow div {
        width:100%;
        display:block;
        text-align:right;
        margin-bottom:1em;
        padding:0;
    }

    .completedRow div:first-child {
        text-align:left;
        font-weight:700;
    }

    .completedMobileLabel {
        text-align:left;
        float:left;
        display:block;
    }

    .productHead div {
        display:block;
        width:100%;
        text-align:left;
        padding:0;
        margin-bottom:1em;
    }

    #plproducts .btnContainer {
        width:auto;
        float:left;
    }

    #plproducts .expiration,
    #plproducts .state,
    #ceproducts .title,
    #ceproducts .expiration,
    #ceproducts .productHead .state,
    #completedcrs .completedRow div.completedCertLink {
        width:100%;
        padding-left:0;
        text-align:left;
    }

     #plproducts .number {
         text-align:left;
         padding-left:0;
     }

     #plproducts .title {
         display:block;
         width:auto;
     }

    .check {
        display:none;
    }

    .secondaryNav div {
        display:block;
        width:100%;
        text-align:center;
    }

    .detailsLevel1 .number,
    .detailsLevel1 .title {
        display:table-cell;
        padding-right:0;
    }

}

@media screen and (max-width: 400px) {

    .tabContainer div {
        display:none;
        max-width:none;
        width:100%;
        background:#D8D8D8;
        padding:0;
    }

    .tabContainer p {
        padding:10px;
    }

    .tabContainer div.activeTab {
        background:#fff;
    }

    .tabContainer div {
        border-bottom:1px solid #E0E0E0;
    }

    .tabContainer span {
        float:right;
        top:15px;
        right:15px;
    }

    .activeTab span {
        display:inline-block;
        border-style: solid;
        position:relative;
        margin-left:15px;
        background:#fff;
    }

    .arrowOpen:active, .arrowClosed:active {
         opacity:0.8;
    }

    .arrowClosed  {
        border-width: 0 7px 10px 7px;
        border-color: transparent transparent #00869F transparent;
    }

    .arrowOpen  {
        border-width: 10px 7px 0 7px;
        border-color: #00869F transparent transparent transparent;

    }

    .productHead div {
        display:inline-block;
        width:100%;
    }

    .productHead .title {
        margin-bottom:1em;
    }

    .expiration {
        font-weight:500;
        padding:0;
        font-size:1em;
    }

    .actionButton {
        padding:5px 10px;
        float:none;
        clear:both;
    }


    .classDateandTime, .timeLine, .timeLine div {
        display:block;
        text-align:left;
        padding:0;
        margin-bottom:1em;
    }
  
    .state {
        float:none;
        clear:both;
        width:100%;
        font-weight:500;
        font-size:1em;
    }

    #plproducts .productHead .state {
        width:100%;
        text-align:left;
    }

    #plproducts .btnContainer,
    #ceproducts .btnContainer {
        width:auto;
    }

}

.truncate  {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 95%;*/
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}


.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

-insights-head span {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: .025em
}

.pr-insights {
    margin-bottom: 2em;
    max-width: 800px;
}

.pr-insights-head {
    margin-bottom: 1em;
}

.pr-insights-head i {
    vertical-align: middle;
    font-size: 22px;
    color: #007A7F;
}

.pr-insights-head span {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: .025em;
}

.pr-insights-row {
    display: table;
    width: 100%;
    vertical-align: middle
}

.pr-insights-metric {
    width: 360px
}

.pr-insights-performance {
    width: 45px;
    color: #606060
}

.t2 {
    font-size: 13px
}

.t2.alternating > div:nth-child(even) {
    background: #eee
}

.t2.alternating > div:nth-child(odd) {
    background: #fff
}

.t2 .t2-header {
    color: #606060;
    font-weight: 600
}

.t2 > div {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.t2 > div > div {
    display: table-cell;
    padding: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle
}

.no-course-details {
    background: #eee;
    font-size: 14px;
    font-weight: 500;
    color: #606060;
    padding: 1.25em;
    display: none
}


/*----------------------- TROUBLESHOOTING/BUG FIXING ----------------------------*/

/*.secondaryNav, .sidebox, .sideColumn, .mainContent, #body {
    display:none !important;
}*/
