
/* ====================================================================================

    MASTHEAD

=====================================================================================*/

#JobsbanksLanding #jumbo_container.industry_insight_hotel {
    background:url(../common/batch7d/images/wda_industryInsights_hotel_masthead.jpg) center bottom no-repeat;
    background-size:cover;
    height: 600px;
    padding: 0px;
    
}

.sectorialinsights_card.industryInsight_hotel {
    background:transparent;
    border: 0px;
    height: auto;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder { 
  padding-top: 50px;
  width: 50%;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder  {
    
}

.sectorialinsights_card .formbox {
    margin-bottom: 10px;
}

.sectorialinsights_card .formbox .input-group {
    border-radius: 3px;
    border: 1px solid #e68717;
    width: 100%;
    position: relative;
    font-size:32px;
    text-transform: uppercase;
}

.sectorialinsights_card .formbox .input-group .dropdown-menu {
    width:100%;
}

.sectorialinsights_card .formbox .input-group .form-control {
    font-size:32px;
    text-transform: uppercase; 
    color:#e68717;
    line-height:32px;
    text-align:left;
}

.sectorialinsights_card .formbox .input-group.dropdownmenu .form-control::after {
    font-family: 'FontAwesome';
    font-size: 16px;
    color:#e68717;
    content: "\f107";
    position: absolute;
    right: 10px;
}

.stats_bar.indusyInsight_hotel_stats {
   background-color:rgba(255,255,255,0.8); 
   width: 100%;
    padding:30px 30px;

    text-align: center;
}

.stats_bar .stats_item {
    padding:0px;
    display:inline-block;
    width:30%;
    vertical-align: top;
    text-align: left;
}

.stats_bar .stats_item .icon {
    padding:0 10px 0 0;
    display:inline-block;
    width:60px;
    text-align:left;
    float:left;
}

.stats_bar .stats_item .content {
    padding:0 10px 0 0;
    display:inline-block;
    width:120px;
    text-align:left;
}

.stats_bar .stats_item .content .figure {
    font-size:42px;
    line-height:38px;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight:300;
    color:#777;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

EMPLOYER ALERT SETTINGS 

*/


/* ====================================================================================

    GENERAL CSS

=====================================================================================*/
.masterlistingtemplatestyle .coursetitle.employerAlertSettings {
    text-transform:none;
    font-size:20px;
}

#JobAuditHistory #accordion_panel_container .itemrow .contentHolder .ctabox a.textlink{
    color:#8d4097;
    font-size: 13px;
    
}

#JobAuditHistory #accordion_panel_container .itemrow .contentHolder .fa_add::before {
    font-family: 'FontAwesome';
    font-size: 13px;
    font-weight: normal;
    color: #8c4198;
    content: '\f067';
    padding-right: 5px;
}

/* ====================================================================================

    ACCORDION AMENDMENTS 

=====================================================================================*/


#accordion_panel_container .panel .panel-title.noAccordion {
 padding: 19px;   
}

#JobAuditHistory #accordion_panel_container .panel-title .itemrow .panel_subtitle {
    font-size: 17px;
    font-weight: 600;
    color: #8d4097;
    text-transform: uppercase;
}

#JobAuditHistory #accordion_panel_container .panel-title .itemrow .panel_subtitle.noAccordion {
    width: 50%;
    display:inline-block;
}

#JobAuditHistory #accordion_panel_container .panel-title .itemrow .toggleSwitchHolder {
    width: 50%;
    display:inline-block;
    font-size: 17px;
    text-align:right;
}

#JobAuditHistory #accordion_panel_container .itemrow .contentHolder{
    font-size: 20px;
    
}


/* ====================================================================================

BASIC TABLE CSS AND MEDIA QUERY 

=====================================================================================*/

.responsiveTable {
    width: 100%;
    font-size:16px;
    text-align:center;
}

.responsiveTable th {
    color: #666666;
    text-transform: uppercase;
    font-weight:600;
}
 
.responsiveTable th.alignCenter {
    text-align:center;
}

.responsiveTable td {
    padding-bottom: 10px;

}

.responsiveTable td:first-child { text-align:left; }

.responsiveTable .bt-content .bt-content-title  {
    color: #8d4097;
    text-transform:uppercase;
    font-weight:600;
}

.responsiveTable .bt-content .bt-content-p  {
    color: #666666;
}

.responsiveTable .bt-content .input-group {
    width: 100%;
 
    margin-top: 10px;
}
 
table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  width: 40%;
}

.responsiveTable.jobPostingContactTable th {
    padding-bottom: 15px;
}

.responsiveTable.companyContactPersonTable {
    margin-top: 20px;
}

.responsiveTable.companyContactPersonTable thead th {
    padding-bottom: 15px;
}

.responsiveTable.companyContactPersonTable tbody td {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.responsiveTable.companyContactPersonTable tbody .greyBkg {
   background: #f1f1f1;
   
}
/*
.responsiveTable.companyContactPersonTable tbody tr:before{
 display: none;   
}

.responsiveTable.companyContactPersonTable tbody tr:after{
    font-family: 'FontAwesome';
    content:"\f00d";
    position: relative;
    top: 5px;
    right: 10px;
    float: right;
    
}

*/
@media(max-width:991px) {
.responsiveTable {
    text-align: left;
    font-size: 16px;
    color: #666666
}

.responsiveTable td:first-child { 
    text-align:left; 
    margin-bottom: 5px;
    color: #333333; 
    }
    .responsiveTable td:last-child { 
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
    }
  .responsiveTable thead {
      display: none;
  }

  .responsiveTable tbody td {
      border: none;
      display: block;
      vertical-align: top;
      padding-bottom: 10px;
  }

  .responsiveTable tbody td:before {
      content: attr(data-th) ": ";
      display: inline-block;
      font-weight: bold;
      width: 40%;
  }

  .responsiveTable tbody td.bt-hide {
      display: none;
  }
  
  .responsiveTable .bt-content {
      display: inline-block;
      vertical-align:top;
      width: 60%;
  }
  .responsiveTable .bt-content .input-group {
    width: 100%;
}

 /*
.responsiveTable.companyContactPersonTable tbody tr:after {
   display: none;
}
.responsiveTable.companyContactPersonTable tbody tr:before{
    display: block;
    float: right;
    font-family: 'FontAwesome';
    content:"\f00d";
    position: relative;
    top: 10px;
    right: 10px;
    color: #8d4097;
    
}
 */
}


/* ====================================================================================

   BOOTSTRAP SWITCH

=====================================================================================*/

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
 background-color: #e7892a;
 background-image: none;
 text-shadow:none;
 border: 1px solid #e7892a;
 border-color: #e7892a; 
}



.bootstrap-switch {
  background-color: #e7892a;
  border: 2px solid #e7892a;;
  border-radius: 50px;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary[disabled] {
background-color: #e7892a;
 background-image: none;
 text-shadow:none;
 border: 1px solid #e7892a;
 border-color: #e7892a; 
}

.bootstrap-switch .bootstrap-switch-label  {
    background: #ffffff;
    background-image:#ffffff;
    border: 2px solid #e7892a;
    border-color: #e7892a;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label  {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;

}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background-color: #ffffff;
    background-image:none;
    border:1px solid #ffffff;
    border-color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-label:hover,
.bootstrap-switch .bootstrap-switch-label:focus,
.bootstrap-switch .bootstrap-switch-label:active,
.bootstrap-switch .bootstrap-switch-label.active,
.bootstrap-switch .bootstrap-switch-label.disabled,
.bootstrap-switch .bootstrap-switch-label[disabled] {
  color: #ffffff;
  background-color: #ffffff;
   
}
.bootstrap-switch .bootstrap-switch-label:active,
.bootstrap-switch .bootstrap-switch-label.active {
  background-color: #ffffff ;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

INDUSTRY INSIGHTS HOTEL 

*/



/* ====================================================================================

   WDA INDUSTRY INSIGHTS MASTHEAD

=====================================================================================*/

#JobsbanksLanding #jumbo_container.industry_insight_hotel {
    background:url(../common/batch7d/images/wda_industryInsights_hotel_masthead.jpg) center bottom no-repeat;
    background-size:cover;
    height: auto;
    padding: 0px;
    
}

.sectorialinsights_card.industryInsight_hotel {
    background:transparent;
    border: 0px;
    height: auto;
    padding-top: 150px;
    margin-bottom: 50px;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder { 
  padding-top: 50px;
  width: 50%;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder  {
    
}

.sectorialinsights_card .formbox {
    margin-bottom: 10px;
}

.sectorialinsights_card .formbox .input-group {
    border-radius: 3px;
    border: 1px solid #e68717;
    width: 100%;
    position: relative;
    font-size:32px;
    text-transform: uppercase;
}

.sectorialinsights_card .formbox .input-group .dropdown-menu {
    width:100%;
}

.sectorialinsights_card .formbox .input-group .form-control {
    font-size:32px;
    text-transform: uppercase; 
    color:#e68717;
    line-height:32px;
    text-align:left;
}

.sectorialinsights_card .formbox .input-group.dropdownmenu .form-control::after {
    font-family: 'FontAwesome';
    font-size: 16px;
    color:#e68717;
    content: "\f107";
    position: absolute;
    right: 10px;
}

.stats_bar.indusyInsight_hotel_stats {
   background-color:rgba(255,255,255,0.8); 
   width: 100%;
    padding:30px 30px;

    text-align: center;
}
.stats_bar .stats_bar_wrapper {
    width: 80%;
    margin: 0 auto;
}

.stats_bar .stats_item {
    padding:0px;
    display:inline-block;  
    vertical-align: top;
    text-align: left;
}

 
.stats_bar .stats_item .icon {
    padding:0 10px 0 0;
    display:inline-block;
    width:60px;
    text-align:left;
    float:left;
}
 
.stats_bar .stats_item .content {
    padding:0 10px 0 0;
    display:inline-block;
    width:120px;
    text-align:left;
}

.stats_bar .stats_item .content .figure {
    font-size:42px;
    line-height:38px;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight:300;
    color:#777;
}


@media(min-width:320px) {
    
    #JobsbanksLanding #jumbo_container.industry_insight_hotel {
        height: auto;
    }
    
    .sectorialinsights_card .industryInsight_hotel{
        margin: 0px;
        padding:0px;
    }
    .sectorialinsights_card .industryInsight_hotel_contentHolder {
        width: 93%;
        margin: 0 auto;
        margin-top: 10px;
        text-align:center;
    }
    
    .stats_bar .indusyInsight_hotel_stats{
        padding: 0px;
        margin: 0px;
    }
    
    .stats_bar .stats_bar_wrapper {
        width: 100%;
        text-align:center;
        margin: 0 auto;
    }
    
    .stats_bar .stats_item {
        text-align:center;
        margin: 0 auto;
        width: 49%;
    }
    .stats_bar .stats_item .icon {
        text-align:center;
        margin: 0 auto;
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
    .stats_bar .stats_item .content {
        font-size: 13px;
        text-align:center;
    }
    
    #JobsbanksLanding .input-group .form-control {
        padding-left: 10px;
    }
    
}



@media(min-width:768px) {
    .sectorialinsights_card .industryInsight_hotel_contentHolder {
     width: 100%;   
     text-align: left;
     margin:0px;
    }
    
    .sectorialinsights_card.industryInsight_hotel {
    background:transparent;
    border: 0px;
    height: auto;
    padding-top: 150px;
    margin-bottom: 50px;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder { 
  padding-top: 50px;
  width: 50%;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder  {
    
}

.sectorialinsights_card .formbox {
    margin-bottom: 10px;
}

.sectorialinsights_card .formbox .input-group {
    border-radius: 3px;
    border: 1px solid #e68717;
    width: 100%;
    position: relative;
    font-size:32px;
    text-transform: uppercase;
}

.stats_bar.indusyInsight_hotel_stats {
   background-color:rgba(255,255,255,0.8); 
   width: 100%;
    padding:30px 30px;

    text-align: center;
}
.stats_bar .stats_bar_wrapper {
    width: 40%;
    margin: 0 auto;
    display: flex;
}

.stats_bar .stats_item {
    padding:0px;
    display:inline-block;  
    vertical-align: top;
    text-align: left;
    width: auto;
    
}

 
.stats_bar .stats_item .icon {
    padding:0 10px 0 0;
    display:inline-block;
    width:60px;
    text-align:left;
    float:left;
}
 
.stats_bar .stats_item .content {
    padding:0 10px 0 0;
    display:inline-block;
    width:120px;
    text-align:left;
}

.stats_bar .stats_item .content .figure {
    font-size:42px;
    line-height:38px;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight:300;
    color:#777;
}

}

@media(max-width:991px) {
    .sectorialinsights_card .formbox .input-group .form-control {
     font-size: 18px;   
    }
    
    
}



/* ====================================================================================

   WDA INDUSTRY INSIGHTS TABS 
   
   
    #029185; tiffany 

=====================================================================================*/

.industry_insights_occupational_insights {
 border-top: 1px solid #f1f1f1f1;
     
}

.industry_insights_backgroundTab_holder {
    
}

.industry_insights_backgroundTab_holder img {
    margin-top: 25px;
    width: 100%;
    height: auto;
}

.industry_insights_backgroundTab_holder p {
    line-height: 23px;
    margin-top: 25px;
}

.occupational_insights_tab_holder {
 
    
}


.occupational_insights_tab_holder .scrtabs-tabs-fixed-container {
    height: 60px;
}

.occupational_insights_tab_holder .scrtabs-tab-container .scrtabs-tab-scroll-arrow  {
  border: 1px solid #e68717;
  background-color:#e68717;
  border-radius: 50px;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  font-size: 15px;
  height: 25px;
  margin-top: 5px;
  margin-bottom: -1px;
  padding-left: 4px;
  padding-top: 2px;
  width: 25px;
}

.occupational_insights_tab_holder .scrtabs-tab-container .scrtabs-tab-scroll-arrow:hover {
  background-color: #e68717;
}


.sectioncontent .occupational_insights_tab_tablinks {
    display: flex;
    justify-content: space-between;
}

.sectioncontent .occupational_insights_tab_tablinks > li {
    margin: 0;
 
}

.sectioncontent .occupational_insights_tab_tablinks > li a {
    border:0;
}


.sectioncontent .occupational_insights_tab_tablinks a, .sectioncontent .nav-tabs.nav-justified a {
    font-size:16px;
    line-height: 16px;
    padding-bottom:20px;
   
}

.sectioncontent .occupational_insights_tab_tablinks>li.active>a, .occupational_insights_tab_tablinks>li.active>a:hover, .occupational_insights_tab_tablinks>li.active>a:focus {
    border: 0;
    font-weight: 600;
    color: #e68717;
}

.occupational_insights_tab_tablinks>li>a:hover {
    background: none;
    border: 0;
    color: #e68717;
 
}
.sectioncontent .occupational_insights_tab_tablinks> .active > a, 
.sectioncontent .occupational_insights_tab_tablinks > .active > a:hover, 
.sectioncontent .occupational_insights_tab_tablinks > .active > a:focus {
    color:#e88a2d;
    border: 0px;
    
}

.sectioncontent .occupational_insights_tab_tablinks > .active > a:after {
    content:url(../common/batch7d/images/tab_selected.png);
    position:absolute;
    bottom:-5px;
    left:50%;
}

.sectioncontent .nav-tabs.nav-justified > .active > a:after {
    content:url(../common/batch7d/images/tab_selected.png);
    position:absolute;
    bottom: -4px;
    left:50%;
}



/* ====================================================================================

   WDA INDUSTRY INSIGHTS CONTENT 
   
   
    #029185; tiffany Green 
    #e68717; Orange
=====================================================================================*/
.career_details_holder {
    margin-left: 30px;
    margin-top: 40px;
}

.career_details_holder h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
    color: #009185;
    text-transform: uppercase;
    margin-bottom:10px;
}
.career_details_holder ul {
    padding-left: 17px;
}
.career_details_holder p, 
.career_details_holder ul, 
.career_details_holder li {
    font-size: 16px;
    line-height: 19px;
    color: #666;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
 
}

.career_details_holder li {
    list-style-image: url(../common/batch7d/images/arrowright_tiffany.png);
}

.career_details_holder .lastUpdated {
    margin-top: 40px;
    color: #666666;
}
 
.career_pathway_holder {
    font-size: 15px;
    line-height:18px;
    padding-bottom: 1px;
}

.smallpanel .headerbar.tiffany {
    color: #029185; 
}

#CourseDetails .smallpanel.career_pathway_holder {
    padding-bottom:0px;
}


/* CAREER PATH TIMELINE CSS  ====================================== */

.career_pathway_holder .pathway-table-container {
    display:block;
    margin-top: 2px;
    margin-bottom: 20px;
}

.career_pathway_holder .pathway-table-container ul {
    list-style-type:none;
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
    margin-left: 10px;
    
}
 
.career_pathway_holder .pathway-table-container ul li {
    list-style-position: outside; 
    margin-bottom: 0px; 
    padding-bottom: 15px;
    color: #e68717;
}

.career_pathway_holder .pathway-table-container ul li a {
    color: #029185;
    text-transform: uppercase;
    font-size:12px;
    font-weight:600;
}

.career_pathway_holder .pathway-table-container ul li a.fa_up:after {
    position: relative;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f106";   
    padding-left: 3px;
}

.career_pathway_holder .pathway-table-container ul li a.fa_down:after {
    position: relative;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f107";   
    padding-left: 3px;
}

.career_pathway_holder .pathway-table-container ul li a:hover {
    text-decoration:none;
}

.career_pathway_holder .pathway-table-container ul li:before {
    border-left: 3px solid #e68717;
    position: relative;
    left: -20px;
    top: -4px;
    bottom: 0px;
    height: auto;
    content: "";
    padding-bottom: 15px;
}

.career_pathway_holder .pathway-table-container ul li span {
    background-color: #e68717;
    border-radius: 30px;
    padding-left: 27px;
    padding-top: 7px;
    padding-bottom: 8px;
    padding-right: 15px;
    position: relative;
    left: -35px;
    color: #ffffff;
}

.career_pathway_holder .pathway-table-container ul li span:before {
    position: relative;
    left: -16px;
    display: inline-block;
    content: "";
    background-color: #ffffff;
    border-radius: 30px;
    height: 8px;
    width: 8px;
     
}

.career_pathway_holder .pathway-table-container ul li:first-child {
    background-image:url(../common/batch7d/images/occupation_insights_pathway.png);
    background-repeat: no-repeat;
    background-color:transparent;
    padding-left: 29px;
    margin: 0;
    margin-left: -30px;
    padding-bottom: 10px;
    position: relative;
}
 
.career_pathway_holder .pathway-table-container ul li:first-child:before {
  border-left: 3px solid #e68717;
    position: absolute;
    left: 10px;
    top: 21px;
    bottom: 0px;
    height: auto;
    content: "";
    padding-bottom: 15px;
    
}
 
.career_pathway_holder .pathway-table-container ul li:last-child {
    background-image:url(../common/batch7d/images/occupation_insights_pathway_orange.png);
    background-repeat: no-repeat;
    background-color:transparent;
    padding-left: 30px;
    margin: 0;
    margin-left: -30px;
    margin-bottom: 0px;
    position: relative;
    z-index:10;
  
  
}

.career_pathway_holder .pathway-table-container ul li:last-child:before {
    border-left: 3px solid #e68717;
    position: absolute;
    left: 10px;
    top: -10px;
    height: 12px;
    content: "";
    
}

.career_pathway_holder .pathway-table-container ul li:before {
    
}

/* END CAREER PATH TIMELINE CSS ====================================== */

.related_courses_holder {
    
}

.related_courses_holder img {
    width: 100%;
    height: auto;

}

.related_courses_holder h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #e68717;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    font-weight: 600;
}

.related_courses_holder a {
    color: #029185;
    font-style:italic; 
}

.actionbutton a.textlink, .career_details_holder a.textlink {
    color: #e68717;
    font-size: 16px;
}


@media(max-width:767px){
    .pagebottomdragscroll.relatedcoursescontainer {height:auto;}
 
}


/* ====================================================================================

   WDA JOB LISTINGS
   
   
    #029185; tiffany Green 
    #e68717; Orange
=====================================================================================*/

.jobListings_masthead {
    background: url(../common/batch7d/images/joblistings_masthead.jpg) center bottom no-repeat;
    background-size: cover;
    height: 400px;
    padding-top: 170px;
    margin-top: -160px;
}


.jobListingsHolder {
    padding-right: 15px;
    padding-left: 15px;
}
 
 
.responsiveTable td:first-child { text-align:left; }

 
.jobListingTable .bt-content .bt-content-p  {
    color: #666666;
}
 
.jobListingTable  {
    border: 1px solid #029185;
    border-radius: 5px 5px 0px 0px;
    border-collapse:separate;
    width: 100%;
    font-size:16px;
    text-align:center;
}

.jobListingTable thead {
    background-color:#029185;

}

.jobListingTable th {
    padding: 20px;
    color: #ffffff;
    text-transform:uppercase;
 }
 
.jobListingTable td {
   text-align: left;
   padding: 20px;
   color: #666666;
 }
 
.jobListingTable tbody:nth-child(even) {
    background-color: #f1f1f1;
}

.jobListingsHolder .jobListingTable .bt-content-title {
    color: #333333;
    font-weight:600;
    text-transform:uppercase;
}

.sectorialinsights_card.joblisting_hotel {
    background:transparent;
    border: 0px;
    height: auto;
    padding-top: 0px;
    margin-bottom: 50px;
}

.sectorialinsights_card .joblisting_hotel_contentHolder { 
  padding-top: 0px;
  width: 50%;
}

.sectorialinsights_card .formbox .input-group.joblisting_dropdown {
    width: 50%;
}



@media(min-width:768px) {
    
    .jobListingTable {
    text-align: left;
    font-size: 16px;
}
    .jobListingTable td,
    .jobListingTable th {
        padding: 10px;
    }
    
}

@media(min-width:991px) {
     .jobListingTable th, .jobListingTable td {
        padding: 15px;
    }
     
}


@media(max-width:768px) {

   
.jobListingTable {
    text-align: left;
    font-size: 14px;
    color: #666666;
    border: 0;
    padding-right: 15px;
}
.jobListingTable th {
    background-color:#029185;
    color: #ffffff;
 
}

.jobListingTable td {
    text-align: left;
    padding: 0px;
}

.jobListingTable tr:after {
    content: "";
    display: block;
    border-bottom: 1px solid #ffffff;   
    
}

  .jobListingTable thead {
      display: none;
  }

  .jobListingTable tbody td {
      border: none;
      display: block;
      vertical-align: middle;
       
     
  }

  .jobListingTable tbody td:before {
      content: attr(data-th) ": ";
      display: inline-block;
      font-weight: bold;
      width: 40%;
      background: #029185;
      padding: 10px;
      color: #ffffff;
      
  }

  .jobListingTable tbody td.bt-hide {
      display: none;
  }
  
  .jobListingTable .bt-content {
      display: inline-block;
      vertical-align:top;
      width: 60%;
      padding-left: 10px;
      margin-top: 10px;
  }
  
  .jobListingTable .bt-content-title {
     color: #333333;
     font-weight: 600;   
  }
  
  
    .sectorialinsights_card.joblisting_hotel {
        background:transparent;
        border: 0px;
        height: auto;
        padding-top: 0px;
        margin: 0 auto;
        text-align:center;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .sectorialinsights_card .joblisting_hotel_contentHolder { 
      padding-top: 0px;
      width: 100%;
      text-align:center;
    }
    
    .sectorialinsights_card .formbox .input-group.joblisting_dropdown {
        width: 100%;
        
    }

    .sectorialinsights_card .formbox .input-group.joblisting_dropdown .form-control {
      font-size: 22px;
      line-height: 30px;
      padding-left: 10px;   
    }
}

.jobListingTable {
	padding-right:0;
}


/* ====================================================================================

   WDA JOB DETAILS
   
   
    #029185; tiffany Green 
    #e68717; Orange
=====================================================================================*/

#CourseDetails #jumbo_container.jobDetails_masthead {
    background-size: cover;
    height: 580px;
    padding-top: 170px;
  
}

#CourseDetails .detail_sectioncontent.block {
    border-top:1px solid #ebebeb;
    border-bottom: 0;
}
 
.riasecResultsHolder {
    width: 85%;
    display: inline-block;
}

.riasecProgressBarHolder {
    display: inline-block;
    width: 80%;
}
.riasecProgressBar {
    border-radius:10px;
    height: 7px;
    background-color:transparent;
    box-shadow:none;
    margin-bottom:5px;
}

.riasecProgressBarGreen  {
    border-radius:10px;
    background-color:#029185;
}

.riasecProgressBarOrange {
    border-radius:10px;
    background-color:#e68717;
}

.smallpanel .riasecTitleHolder {
    width: 5%;
    text-align:center;
    display:inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.riasecTitle {
    text-transform: uppercase;
    color: #666666;
    font-size: 21px;
    font-weight:600;
   
}

.riasecScoreHolder {
    width: 19%;
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    line-height: 10px;
}

.riasecScore {
    display: inline-block;
    font-size: 16px;
    text-align: right;
    font-weight: 600;
}

.riasecScore.green {
    color: #029185;
}

.riasecScore.orange {
    color: #e68717;
}

.careerAssessmentResultLegend {
    display:inline-block;
    width: 6%;
    margin-right: 7px;
    font-size: 15px;
}

.careerAssessmentResultLegend > .green  {
    height: 12px;
    width: 12px;
    background-color:#029185;
    text-align: center;
    margin: 0 auto;
    border-radius:3px;
}

.careerAssessmentResultLegend > .orange  {
    height: 12px;
    width: 12px;
    background-color:#e68717;
    text-align: center;
    margin: 0 auto;
    border-radius:3px;
}

.careerAssessmentResultHolder {
    display:inline-block;
    width: 87%;
    font-size: 15px;
}

.careerAssessmentResult > .green  {
    color: #029185;
}

.careerAssessmentResult > .orange  {
    color: #e68717;
}

.jobDetailsCarouselHolder {
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator {
    position: relative;
    left:50%;
    top: 10px;
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator li {
    border: 1px solid #029185;
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator .active  {
    background-color: #029185;
}

.jobDetailsCarouselHolder .item img {
    display:inline-block;
    width: 100%;
}

.jobDetailsCarouselHolder .jobDetailsCarouselCaption {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    font-size: 14px;
    position: relative;
    left: 0;
    top: 0px;
    text-shadow:none;
    color: #666666;
    text-align:center;
    padding-bottom: 0;
    padding-left: 0px;
}

@media(min-width:1200px) {
    
.jobDetailsCarouselHolder {
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator {
    position: relative;
    left:30%;
    top: 10px;
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator li {
    border: 1px solid #029185;
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator .active  {
    background-color: #029185;
}

.jobDetailsCarouselHolder .item img {
    display:inline-block;
    width: 58%;
}

.jobDetailsCarouselHolder .jobDetailsCarouselCaption {
    display: inline-block;
    vertical-align: bottom;
    width: 40%;
    font-size: 14px;
    position: relative;
    left: 0;
    top: 0px;
    text-shadow:none;
    color: #666666;
    text-align:left;
    padding-bottom: 0;
    padding-left: 20px;
}

}

.header_tags_container.skillsAndCompetencies > .keyword_tags {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
    background-color: rgba(0,145,133,1);
    padding: 8px 15px;
    border-radius: 17px;
    height: 31px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.detail_sectioncontent .lastUpdated {
    margin-top: 20px;
    color: #666666;
}

#CourseDetails .detail_sectioncontent h1.orange{
    color: #e68717;
}
.scrtabs-tab-container *{box-sizing:border-box}.scrtabs-tab-container{height:42px}.scrtabs-tab-container .tab-content{clear:left}.scrtabs-tabs-fixed-container{float:left;height:42px;overflow:hidden;width:100%}.scrtabs-tabs-movable-container{position:relative}.scrtabs-tabs-movable-container .tab-content{display:none}.scrtabs-tab-scroll-arrow{border:1px solid #ddd;border-top:0;color:#428bca;cursor:pointer;float:left;font-size:12px;height:42px;margin-bottom:-1px;padding-left:2px;padding-top:13px;width:20px}.scrtabs-tab-scroll-arrow:hover{background-color:#eee}.scrtabs-tab-scroll-arrow.scrtabs-disable{color:#ddd;cursor:default}.scrtabs-tabs-fixed-container ul.nav-tabs>li{white-space:nowrap}
.workforce_faq_video .contenttext li {
    list-style-image: url(../common/batch7d/images/arrowright_tiffany.png);
    font-size: 16px;
    line-height: 19px;
    color: #666;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.workforce_faq_video  .contenttext ul {
    font-size: 16px;
    line-height: 19px;
    color: #666;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-left: 17px;
}

.workforce_faq_video  .contenttext .nopadding {
    padding:0;
}

.workforce_faq_video :focus {
    outline: none;
}


.workforce_faq_video .info-card figure .image-wrap {
	width: 60%;
    height: 150px;
    position:relative
}

.workforce_faq_video .video-overlay {	
    width: 100%;
    height: 150px;
    float: left;
    position: absolute;
    cursor: pointer;
}

.modal-content.video-popup {
	background: transparent;
}

.workforce_faq_video .videoTitle{
	color: #3972d5;
	font-size: 16px;
	font-family:'WorkSans-Medium';
}
.workforce_faq_video .videoDescription{
	font-weight:bold;
    padding-bottom:15px;
}

.workforce_faq_page .columncontrol .col-xs-4 .workforce_faq_video .info-card figure .image-wrap,
.workforce_faq_page .columncontrol .col-sm-4 .workforce_faq_video .info-card figure .image-wrap,
.workforce_faq_page .columncontrol .col-md-4 .workforce_faq_video .info-card figure .image-wrap,
.workforce_faq_page .columncontrol .col-lg-4 .workforce_faq_video .info-card figure .image-wrap {
    width:100%;
}

.workforce_faq_page .modal-dialog {
    width: 80%;
    position: relative;
    margin: 30px auto;
}


@media (min-width: 769px) {
    .workforce_faq_page .modal-dialog {
        height: 80%;
    }
}
@media(min-width:501px) and (max-width:768px){
    .workforce_faq_page .modal-dialog {
        height: 60%;
    }
}
@media (max-width:500px){
    .workforce_faq_page .modal-dialog {
        height: 50%;
    }
}

@media (max-width: 768px) {
    .workforce_faq_page .modal-dialog {
        top:10%
    }
}

.workforce_faq_video .slick-dots {
    bottom: 0;
}

.modal-content.video-popup{
    height:100%;
}

/* ====================================================================================

    MASTHEAD

=====================================================================================*/

#JobsbanksLanding #jumbo_container.industry_insight_hotel {
    background:url(../common/batch7d/images/wda_industryInsights_hotel_masthead.jpg) center bottom no-repeat;
    background-size:cover;
    height: 600px;
    padding: 0px;
    
}

.sectorialinsights_card.industryInsight_hotel {
    background:transparent;
    border: 0px;
    height: auto;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder { 
  padding-top: 50px;
  width: 50%;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder  {
    
}

.sectorialinsights_card .formbox {
    margin-bottom: 10px;
}

.sectorialinsights_card .formbox .input-group {
    border-radius: 3px;
    border: 1px solid #e68717;
    width: 100%;
    position: relative;
    font-size:32px;
    text-transform: uppercase;
}

.sectorialinsights_card .formbox .input-group .dropdown-menu {
    width:100%;
}

.sectorialinsights_card .formbox .input-group .form-control {
    font-size:32px;
    text-transform: uppercase; 
    color:#e68717;
    line-height:32px;
    text-align:left;
}

.sectorialinsights_card .formbox .input-group.dropdownmenu .form-control::after {
    font-family: 'FontAwesome';
    font-size: 16px;
    color:#e68717;
    content: "\f107";
    position: absolute;
    right: 10px;
}

.stats_bar.indusyInsight_hotel_stats {
   background-color:rgba(255,255,255,0.8); 
   width: 100%;
    padding:30px 30px;

    text-align: center;
}

.stats_bar .stats_item {
    padding:0px;
    display:inline-block;
    width:30%;
    vertical-align: top;
    text-align: left;
}

.stats_bar .stats_item .icon {
    padding:0 10px 0 0;
    display:inline-block;
    width:60px;
    text-align:left;
    float:left;
}

.stats_bar .stats_item .content {
    padding:0 10px 0 0;
    display:inline-block;
    width:120px;
    text-align:left;
}

.stats_bar .stats_item .content .figure {
    font-size:42px;
    line-height:38px;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight:300;
    color:#777;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

EMPLOYER ALERT SETTINGS 

*/


/* ====================================================================================

    GENERAL CSS

=====================================================================================*/
.masterlistingtemplatestyle .coursetitle.employerAlertSettings {
    text-transform:none;
    font-size:20px;
}

#JobAuditHistory #accordion_panel_container .itemrow .contentHolder .ctabox a.textlink{
    color:#8d4097;
    font-size: 13px;
    
}

#JobAuditHistory #accordion_panel_container .itemrow .contentHolder .fa_add::before {
    font-family: 'FontAwesome';
    font-size: 13px;
    font-weight: normal;
    color: #8c4198;
    content: '\f067';
    padding-right: 5px;
}

/* ====================================================================================

    ACCORDION AMENDMENTS 

=====================================================================================*/


#accordion_panel_container .panel .panel-title.noAccordion {
 padding: 19px;   
}

#JobAuditHistory #accordion_panel_container .panel-title .itemrow .panel_subtitle {
    font-size: 17px;
    font-weight: 600;
    color: #8d4097;
    text-transform: uppercase;
}

#JobAuditHistory #accordion_panel_container .panel-title .itemrow .panel_subtitle.noAccordion {
    width: 50%;
    display:inline-block;
}

#JobAuditHistory #accordion_panel_container .panel-title .itemrow .toggleSwitchHolder {
    width: 50%;
    display:inline-block;
    font-size: 17px;
    text-align:right;
}

#JobAuditHistory #accordion_panel_container .itemrow .contentHolder{
    font-size: 20px;
    
}


/* ====================================================================================

BASIC TABLE CSS AND MEDIA QUERY 

=====================================================================================*/

.responsiveTable {
    width: 100%;
    font-size:16px;
    text-align:center;
}

.responsiveTable th {
    color: #666666;
    text-transform: uppercase;
    font-weight:600;
}
 
.responsiveTable th.alignCenter {
    text-align:center;
}

.responsiveTable td {
    padding-bottom: 10px;

}

.responsiveTable td:first-child { text-align:left; }

.responsiveTable .bt-content .bt-content-title  {
    color: #8d4097;
    text-transform:uppercase;
    font-weight:600;
}

.responsiveTable .bt-content .bt-content-p  {
    color: #666666;
}

.responsiveTable .bt-content .input-group {
    width: 100%;
 
    margin-top: 10px;
}
 
table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  width: 40%;
}

.responsiveTable.jobPostingContactTable th {
    padding-bottom: 15px;
}

.responsiveTable.companyContactPersonTable {
    margin-top: 20px;
}

.responsiveTable.companyContactPersonTable thead th {
    padding-bottom: 15px;
}

.responsiveTable.companyContactPersonTable tbody td {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.responsiveTable.companyContactPersonTable tbody .greyBkg {
   background: #f1f1f1;
   
}
/*
.responsiveTable.companyContactPersonTable tbody tr:before{
 display: none;   
}

.responsiveTable.companyContactPersonTable tbody tr:after{
    font-family: 'FontAwesome';
    content:"\f00d";
    position: relative;
    top: 5px;
    right: 10px;
    float: right;
    
}

*/
@media(max-width:991px) {
.responsiveTable {
    text-align: left;
    font-size: 16px;
    color: #666666
}

.responsiveTable td:first-child { 
    text-align:left; 
    margin-bottom: 5px;
    color: #333333; 
    }
    .responsiveTable td:last-child { 
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
    }
  .responsiveTable thead {
      display: none;
  }

  .responsiveTable tbody td {
      border: none;
      display: block;
      vertical-align: top;
      padding-bottom: 10px;
  }

  .responsiveTable tbody td:before {
      content: attr(data-th) ": ";
      display: inline-block;
      font-weight: bold;
      width: 40%;
  }

  .responsiveTable tbody td.bt-hide {
      display: none;
  }
  
  .responsiveTable .bt-content {
      display: inline-block;
      vertical-align:top;
      width: 60%;
  }
  .responsiveTable .bt-content .input-group {
    width: 100%;
}

 /*
.responsiveTable.companyContactPersonTable tbody tr:after {
   display: none;
}
.responsiveTable.companyContactPersonTable tbody tr:before{
    display: block;
    float: right;
    font-family: 'FontAwesome';
    content:"\f00d";
    position: relative;
    top: 10px;
    right: 10px;
    color: #8d4097;
    
}
 */
}


/* ====================================================================================

   BOOTSTRAP SWITCH

=====================================================================================*/

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
 background-color: #e7892a;
 background-image: none;
 text-shadow:none;
 border: 1px solid #e7892a;
 border-color: #e7892a; 
}



.bootstrap-switch {
  background-color: #e7892a;
  border: 2px solid #e7892a;;
  border-radius: 50px;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary[disabled] {
background-color: #e7892a;
 background-image: none;
 text-shadow:none;
 border: 1px solid #e7892a;
 border-color: #e7892a; 
}

.bootstrap-switch .bootstrap-switch-label  {
    background: #ffffff;
    background-image:#ffffff;
    border: 2px solid #e7892a;
    border-color: #e7892a;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label  {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;

}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background-color: #ffffff;
    background-image:none;
    border:1px solid #ffffff;
    border-color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-label:hover,
.bootstrap-switch .bootstrap-switch-label:focus,
.bootstrap-switch .bootstrap-switch-label:active,
.bootstrap-switch .bootstrap-switch-label.active,
.bootstrap-switch .bootstrap-switch-label.disabled,
.bootstrap-switch .bootstrap-switch-label[disabled] {
  color: #ffffff;
  background-color: #ffffff;
   
}
.bootstrap-switch .bootstrap-switch-label:active,
.bootstrap-switch .bootstrap-switch-label.active {
  background-color: #ffffff ;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

INDUSTRY INSIGHTS HOTEL 

*/



/* ====================================================================================

   WDA INDUSTRY INSIGHTS MASTHEAD

=====================================================================================*/

#JobsbanksLanding #jumbo_container.industry_insight_hotel {
    background:url(../common/batch7d/images/wda_industryInsights_hotel_masthead.jpg) center bottom no-repeat;
    background-size:cover;
    height: auto;
    padding: 0px;
    
}

.sectorialinsights_card.industryInsight_hotel {
    background:transparent;
    border: 0px;
    height: auto;
    padding-top: 150px;
    margin-bottom: 50px;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder { 
  padding-top: 50px;
  width: 50%;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder  {
    
}

.sectorialinsights_card .formbox {
    margin-bottom: 10px;
}

.sectorialinsights_card .formbox .input-group {
    border-radius: 3px;
    border: 1px solid #e68717;
    width: 100%;
    position: relative;
    font-size:32px;
    text-transform: uppercase;
}

.sectorialinsights_card .formbox .input-group .dropdown-menu {
    width:100%;
}

.sectorialinsights_card .formbox .input-group .form-control {
    font-size:32px;
    text-transform: uppercase; 
    color:#e68717;
    line-height:32px;
    text-align:left;
}

.sectorialinsights_card .formbox .input-group.dropdownmenu .form-control::after {
    font-family: 'FontAwesome';
    font-size: 16px;
    color:#e68717;
    content: "\f107";
    position: absolute;
    right: 10px;
}

.stats_bar.indusyInsight_hotel_stats {
   background-color:rgba(255,255,255,0.8); 
   width: 100%;
    padding:30px 30px;

    text-align: center;
}
.stats_bar .stats_bar_wrapper {
    width: 80%;
    margin: 0 auto;
}

.stats_bar .stats_item {
    padding:0px;
    display:inline-block;  
    vertical-align: top;
    text-align: left;
}

 
.stats_bar .stats_item .icon {
    padding:0 10px 0 0;
    display:inline-block;
    width:60px;
    text-align:left;
    float:left;
}
 
.stats_bar .stats_item .content {
    padding:0 10px 0 0;
    display:inline-block;
    width:120px;
    text-align:left;
}

.stats_bar .stats_item .content .figure {
    font-size:42px;
    line-height:38px;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight:300;
    color:#777;
}


@media(min-width:320px) {
    
    #JobsbanksLanding #jumbo_container.industry_insight_hotel {
        height: auto;
    }
    
    .sectorialinsights_card .industryInsight_hotel{
        margin: 0px;
        padding:0px;
    }
    .sectorialinsights_card .industryInsight_hotel_contentHolder {
        width: 93%;
        margin: 0 auto;
        margin-top: 10px;
        text-align:center;
    }
    
    .stats_bar .indusyInsight_hotel_stats{
        padding: 0px;
        margin: 0px;
    }
    
    .stats_bar .stats_bar_wrapper {
        width: 100%;
        text-align:center;
        margin: 0 auto;
    }
    
    .stats_bar .stats_item {
        text-align:center;
        margin: 0 auto;
        width: 49%;
    }
    .stats_bar .stats_item .icon {
        text-align:center;
        margin: 0 auto;
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
    .stats_bar .stats_item .content {
        font-size: 13px;
        text-align:center;
    }
    
    #JobsbanksLanding .input-group .form-control {
        padding-left: 10px;
    }
    
}



@media(min-width:768px) {
    .sectorialinsights_card .industryInsight_hotel_contentHolder {
     width: 100%;   
     text-align: left;
     margin:0px;
    }
    
    .sectorialinsights_card.industryInsight_hotel {
    background:transparent;
    border: 0px;
    height: auto;
    padding-top: 150px;
    margin-bottom: 50px;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder { 
  padding-top: 50px;
  width: 50%;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder  {
    
}

.sectorialinsights_card .formbox {
    margin-bottom: 10px;
}

.sectorialinsights_card .formbox .input-group {
    border-radius: 3px;
    border: 1px solid #e68717;
    width: 100%;
    position: relative;
    font-size:32px;
    text-transform: uppercase;
}

.stats_bar.indusyInsight_hotel_stats {
   background-color:rgba(255,255,255,0.8); 
   width: 100%;
    padding:30px 30px;

    text-align: center;
}
.stats_bar .stats_bar_wrapper {
    width: 40%;
    margin: 0 auto;
    display: flex;
}

.stats_bar .stats_item {
    padding:0px;
    display:inline-block;  
    vertical-align: top;
    text-align: left;
    width: auto;
    
}

 
.stats_bar .stats_item .icon {
    padding:0 10px 0 0;
    display:inline-block;
    width:60px;
    text-align:left;
    float:left;
}
 
.stats_bar .stats_item .content {
    padding:0 10px 0 0;
    display:inline-block;
    width:120px;
    text-align:left;
}

.stats_bar .stats_item .content .figure {
    font-size:42px;
    line-height:38px;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight:300;
    color:#777;
}

}

@media(max-width:991px) {
    .sectorialinsights_card .formbox .input-group .form-control {
     font-size: 18px;   
    }
    
    
}



/* ====================================================================================

   WDA INDUSTRY INSIGHTS TABS 
   
   
    #029185; tiffany 

=====================================================================================*/

.industry_insights_occupational_insights {
 border-top: 1px solid #f1f1f1f1;
     
}

.industry_insights_backgroundTab_holder {
    
}

.industry_insights_backgroundTab_holder img {
    margin-top: 25px;
    width: 100%;
    height: auto;
}

.industry_insights_backgroundTab_holder p {
    line-height: 23px;
    margin-top: 25px;
}

.occupational_insights_tab_holder {
 
    
}


.occupational_insights_tab_holder .scrtabs-tabs-fixed-container {
    height: 60px;
}

.occupational_insights_tab_holder .scrtabs-tab-container .scrtabs-tab-scroll-arrow  {
  border: 1px solid #e68717;
  background-color:#e68717;
  border-radius: 50px;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  font-size: 15px;
  height: 25px;
  margin-top: 5px;
  margin-bottom: -1px;
  padding-left: 4px;
  padding-top: 2px;
  width: 25px;
}

.occupational_insights_tab_holder .scrtabs-tab-container .scrtabs-tab-scroll-arrow:hover {
  background-color: #e68717;
}


.sectioncontent .occupational_insights_tab_tablinks {
    display: flex;
    justify-content: space-between;
}

.sectioncontent .occupational_insights_tab_tablinks > li {
    margin: 0;
 
}

.sectioncontent .occupational_insights_tab_tablinks > li a {
    border:0;
}


.sectioncontent .occupational_insights_tab_tablinks a, .sectioncontent .nav-tabs.nav-justified a {
    font-size:16px;
    line-height: 16px;
    padding-bottom:20px;
   
}

.sectioncontent .occupational_insights_tab_tablinks>li.active>a, .occupational_insights_tab_tablinks>li.active>a:hover, .occupational_insights_tab_tablinks>li.active>a:focus {
    border: 0;
    font-weight: 600;
    color: #e68717;
}

.occupational_insights_tab_tablinks>li>a:hover {
    background: none;
    border: 0;
    color: #e68717;
 
}
.sectioncontent .occupational_insights_tab_tablinks> .active > a, 
.sectioncontent .occupational_insights_tab_tablinks > .active > a:hover, 
.sectioncontent .occupational_insights_tab_tablinks > .active > a:focus {
    color:#e88a2d;
    border: 0px;
    
}

.sectioncontent .occupational_insights_tab_tablinks > .active > a:after {
    content:url(../common/batch7d/images/tab_selected.png);
    position:absolute;
    bottom:-5px;
    left:50%;
}

.sectioncontent .nav-tabs.nav-justified > .active > a:after {
    content:url(../common/batch7d/images/tab_selected.png);
    position:absolute;
    bottom: -4px;
    left:50%;
}



/* ====================================================================================

   WDA INDUSTRY INSIGHTS CONTENT 
   
   
    #029185; tiffany Green 
    #e68717; Orange
=====================================================================================*/
.career_details_holder {
    margin-left: 30px;
    margin-top: 40px;
}

.career_details_holder h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
    color: #009185;
    text-transform: uppercase;
    margin-bottom:10px;
}
.career_details_holder ul {
    padding-left: 17px;
}
.career_details_holder p, 
.career_details_holder ul, 
.career_details_holder li {
    font-size: 16px;
    line-height: 19px;
    color: #666;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
 
}

.career_details_holder li {
    list-style-image: url(../common/batch7d/images/arrowright_tiffany.png);
}

.career_details_holder .lastUpdated {
    margin-top: 40px;
    color: #666666;
}
 
.career_pathway_holder {
    font-size: 15px;
    line-height:18px;
    padding-bottom: 1px;
}

.smallpanel .headerbar.tiffany {
    color: #029185; 
}

#CourseDetails .smallpanel.career_pathway_holder {
    padding-bottom:0px;
}


/* CAREER PATH TIMELINE CSS  ====================================== */

.career_pathway_holder .pathway-table-container {
    display:block;
    margin-top: 2px;
    margin-bottom: 20px;
}

.career_pathway_holder .pathway-table-container ul {
    list-style-type:none;
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
    margin-left: 10px;
    
}
 
.career_pathway_holder .pathway-table-container ul li {
    list-style-position: outside; 
    margin-bottom: 0px; 
    padding-bottom: 15px;
    color: #e68717;
}

.career_pathway_holder .pathway-table-container ul li a {
    color: #029185;
    text-transform: uppercase;
    font-size:12px;
    font-weight:600;
}

.career_pathway_holder .pathway-table-container ul li a.fa_up:after {
    position: relative;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f106";   
    padding-left: 3px;
}

.career_pathway_holder .pathway-table-container ul li a.fa_down:after {
    position: relative;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f107";   
    padding-left: 3px;
}

.career_pathway_holder .pathway-table-container ul li a:hover {
    text-decoration:none;
}

.career_pathway_holder .pathway-table-container ul li:before {
    border-left: 3px solid #e68717;
    position: relative;
    left: -20px;
    top: -4px;
    bottom: 0px;
    height: auto;
    content: "";
    padding-bottom: 15px;
}

.career_pathway_holder .pathway-table-container ul li span {
    background-color: #e68717;
    border-radius: 30px;
    padding-left: 27px;
    padding-top: 7px;
    padding-bottom: 8px;
    padding-right: 15px;
    position: relative;
    left: -35px;
    color: #ffffff;
}

.career_pathway_holder .pathway-table-container ul li span:before {
    position: relative;
    left: -16px;
    display: inline-block;
    content: "";
    background-color: #ffffff;
    border-radius: 30px;
    height: 8px;
    width: 8px;
     
}

.career_pathway_holder .pathway-table-container ul li:first-child {
    background-image:url(../common/batch7d/images/occupation_insights_pathway.png);
    background-repeat: no-repeat;
    background-color:transparent;
    padding-left: 29px;
    margin: 0;
    margin-left: -30px;
    padding-bottom: 10px;
    position: relative;
}
 
.career_pathway_holder .pathway-table-container ul li:first-child:before {
  border-left: 3px solid #e68717;
    position: absolute;
    left: 10px;
    top: 21px;
    bottom: 0px;
    height: auto;
    content: "";
    padding-bottom: 15px;
    
}
 
.career_pathway_holder .pathway-table-container ul li:last-child {
    background-image:url(../common/batch7d/images/occupation_insights_pathway_orange.png);
    background-repeat: no-repeat;
    background-color:transparent;
    padding-left: 30px;
    margin: 0;
    margin-left: -30px;
    margin-bottom: 0px;
    position: relative;
    z-index:10;
  
  
}

.career_pathway_holder .pathway-table-container ul li:last-child:before {
    border-left: 3px solid #e68717;
    position: absolute;
    left: 10px;
    top: -10px;
    height: 12px;
    content: "";
    
}

.career_pathway_holder .pathway-table-container ul li:before {
    
}

/* END CAREER PATH TIMELINE CSS ====================================== */

.related_courses_holder {
    
}

.related_courses_holder img {
    width: 100%;
    height: auto;

}

.related_courses_holder h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #e68717;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    font-weight: 600;
}

.related_courses_holder a {
    color: #029185;
    font-style:italic; 
}

.actionbutton a.textlink, .career_details_holder a.textlink {
    color: #e68717;
    font-size: 16px;
}


@media(max-width:767px){
    .pagebottomdragscroll.relatedcoursescontainer {height:auto;}
 
}


/* ====================================================================================

   WDA JOB LISTINGS
   
   
    #029185; tiffany Green 
    #e68717; Orange
=====================================================================================*/

.jobListings_masthead {
    background: url(../common/batch7d/images/joblistings_masthead.jpg) center bottom no-repeat;
    background-size: cover;
    height: 400px;
    padding-top: 170px;
    margin-top: -160px;
}


.jobListingsHolder {
    padding-right: 15px;
    padding-left: 15px;
}
 
 
.responsiveTable td:first-child { text-align:left; }

 
.jobListingTable .bt-content .bt-content-p  {
    color: #666666;
}
 
.jobListingTable  {
    border: 1px solid #029185;
    border-radius: 5px 5px 0px 0px;
    border-collapse:separate;
    width: 100%;
    font-size:16px;
    text-align:center;
}

.jobListingTable thead {
    background-color:#029185;

}

.jobListingTable th {
    padding: 20px;
    color: #ffffff;
    text-transform:uppercase;
 }
 
.jobListingTable td {
   text-align: left;
   padding: 20px;
   color: #666666;
 }
 
.jobListingTable tbody:nth-child(even) {
    background-color: #f1f1f1;
}

.jobListingsHolder .jobListingTable .bt-content-title {
    color: #333333;
    font-weight:600;
    text-transform:uppercase;
}

.sectorialinsights_card.joblisting_hotel {
    background:transparent;
    border: 0px;
    height: auto;
    padding-top: 0px;
    margin-bottom: 50px;
}

.sectorialinsights_card .joblisting_hotel_contentHolder { 
  padding-top: 0px;
  width: 50%;
}

.sectorialinsights_card .formbox .input-group.joblisting_dropdown {
    width: 50%;
}



@media(min-width:768px) {
    
    .jobListingTable {
    text-align: left;
    font-size: 16px;
}
    .jobListingTable td,
    .jobListingTable th {
        padding: 10px;
    }
    
}

@media(min-width:991px) {
     .jobListingTable th, .jobListingTable td {
        padding: 15px;
    }
     
}


@media(max-width:768px) {

   
.jobListingTable {
    text-align: left;
    font-size: 14px;
    color: #666666;
    border: 0;
    padding-right: 15px;
}
.jobListingTable th {
    background-color:#029185;
    color: #ffffff;
 
}

.jobListingTable td {
    text-align: left;
    padding: 0px;
}

.jobListingTable tr:after {
    content: "";
    display: block;
    border-bottom: 1px solid #ffffff;   
    
}

  .jobListingTable thead {
      display: none;
  }

  .jobListingTable tbody td {
      border: none;
      display: block;
      vertical-align: middle;
       
     
  }

  .jobListingTable tbody td:before {
      content: attr(data-th) ": ";
      display: inline-block;
      font-weight: bold;
      width: 40%;
      background: #029185;
      padding: 10px;
      color: #ffffff;
      
  }

  .jobListingTable tbody td.bt-hide {
      display: none;
  }
  
  .jobListingTable .bt-content {
      display: inline-block;
      vertical-align:top;
      width: 60%;
      padding-left: 10px;
      margin-top: 10px;
  }
  
  .jobListingTable .bt-content-title {
     color: #333333;
     font-weight: 600;   
  }
  
  
    .sectorialinsights_card.joblisting_hotel {
        background:transparent;
        border: 0px;
        height: auto;
        padding-top: 0px;
        margin: 0 auto;
        text-align:center;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .sectorialinsights_card .joblisting_hotel_contentHolder { 
      padding-top: 0px;
      width: 100%;
      text-align:center;
    }
    
    .sectorialinsights_card .formbox .input-group.joblisting_dropdown {
        width: 100%;
        
    }

    .sectorialinsights_card .formbox .input-group.joblisting_dropdown .form-control {
      font-size: 22px;
      line-height: 30px;
      padding-left: 10px;   
    }
}

.jobListingTable {
	padding-right:0;
}


/* ====================================================================================

   WDA JOB DETAILS
   
   
    #029185; tiffany Green 
    #e68717; Orange
=====================================================================================*/

#CourseDetails #jumbo_container.jobDetails_masthead {
    background-size: cover;
    height: 580px;
    padding-top: 170px;
  
}

#CourseDetails .detail_sectioncontent.block {
    border-top:1px solid #ebebeb;
    border-bottom: 0;
}
 
.riasecResultsHolder {
    width: 85%;
    display: inline-block;
}

.riasecProgressBarHolder {
    display: inline-block;
    width: 80%;
}
.riasecProgressBar {
    border-radius:10px;
    height: 7px;
    background-color:transparent;
    box-shadow:none;
    margin-bottom:5px;
}

.riasecProgressBarGreen  {
    border-radius:10px;
    background-color:#029185;
}

.riasecProgressBarOrange {
    border-radius:10px;
    background-color:#e68717;
}

.smallpanel .riasecTitleHolder {
    width: 5%;
    text-align:center;
    display:inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.riasecTitle {
    text-transform: uppercase;
    color: #666666;
    font-size: 21px;
    font-weight:600;
   
}

.riasecScoreHolder {
    width: 19%;
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    line-height: 10px;
}

.riasecScore {
    display: inline-block;
    font-size: 16px;
    text-align: right;
    font-weight: 600;
}

.riasecScore.green {
    color: #029185;
}

.riasecScore.orange {
    color: #e68717;
}

.careerAssessmentResultLegend {
    display:inline-block;
    width: 6%;
    margin-right: 7px;
    font-size: 15px;
}

.careerAssessmentResultLegend > .green  {
    height: 12px;
    width: 12px;
    background-color:#029185;
    text-align: center;
    margin: 0 auto;
    border-radius:3px;
}

.careerAssessmentResultLegend > .orange  {
    height: 12px;
    width: 12px;
    background-color:#e68717;
    text-align: center;
    margin: 0 auto;
    border-radius:3px;
}

.careerAssessmentResultHolder {
    display:inline-block;
    width: 87%;
    font-size: 15px;
}

.careerAssessmentResult > .green  {
    color: #029185;
}

.careerAssessmentResult > .orange  {
    color: #e68717;
}

.jobDetailsCarouselHolder {
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator {
    position: relative;
    left:50%;
    top: 10px;
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator li {
    border: 1px solid #029185;
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator .active  {
    background-color: #029185;
}

.jobDetailsCarouselHolder .item img {
    display:inline-block;
    width: 100%;
}

.jobDetailsCarouselHolder .jobDetailsCarouselCaption {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    font-size: 14px;
    position: relative;
    left: 0;
    top: 0px;
    text-shadow:none;
    color: #666666;
    text-align:center;
    padding-bottom: 0;
    padding-left: 0px;
}

@media(min-width:1200px) {
    
.jobDetailsCarouselHolder {
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator {
    position: relative;
    left:30%;
    top: 10px;
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator li {
    border: 1px solid #029185;
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator .active  {
    background-color: #029185;
}

.jobDetailsCarouselHolder .item img {
    display:inline-block;
    width: 58%;
}

.jobDetailsCarouselHolder .jobDetailsCarouselCaption {
    display: inline-block;
    vertical-align: bottom;
    width: 40%;
    font-size: 14px;
    position: relative;
    left: 0;
    top: 0px;
    text-shadow:none;
    color: #666666;
    text-align:left;
    padding-bottom: 0;
    padding-left: 20px;
}

}

.header_tags_container.skillsAndCompetencies > .keyword_tags {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
    background-color: rgba(0,145,133,1);
    padding: 8px 15px;
    border-radius: 17px;
    height: 31px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.detail_sectioncontent .lastUpdated {
    margin-top: 20px;
    color: #666666;
}

#CourseDetails .detail_sectioncontent h1.orange{
    color: #e68717;
}
.scrtabs-tab-container *{box-sizing:border-box}.scrtabs-tab-container{height:42px}.scrtabs-tab-container .tab-content{clear:left}.scrtabs-tabs-fixed-container{float:left;height:42px;overflow:hidden;width:100%}.scrtabs-tabs-movable-container{position:relative}.scrtabs-tabs-movable-container .tab-content{display:none}.scrtabs-tab-scroll-arrow{border:1px solid #ddd;border-top:0;color:#428bca;cursor:pointer;float:left;font-size:12px;height:42px;margin-bottom:-1px;padding-left:2px;padding-top:13px;width:20px}.scrtabs-tab-scroll-arrow:hover{background-color:#eee}.scrtabs-tab-scroll-arrow.scrtabs-disable{color:#ddd;cursor:default}.scrtabs-tabs-fixed-container ul.nav-tabs>li{white-space:nowrap}
#JobsbanksLanding .sectioncontent .nav-tabs a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    outline: 0px;
}

div#s2id_faqselector {
	border: 1px solid #65b8fe;
}

.sectorialinsights_card .formbox .input-group .dropdown-menu {
    overflow-y: scroll;
    max-height: 300px;
}

main#JobsbanksLanding #jumbo_container.industry_insight_hotel {
    background: url(../core-base/Workforce/images/Help.jpg) center bottom / cover no-repeat;
    /* height: 460px; */
    height: 360px;
    padding: 0px;
}

main#JobsbanksLanding #jumbo_container.industry_insight_hotel.for-further-assistance {
    background: url(../core-base/Workforce/images/for-further-assistance.jpg) center bottom / cover no-repeat;
    /* height: 460px; */
    height: 360px;
    padding: 0px;
}

.sectorialinsights_card.industryInsight_hotel {
    padding-top: 30px !important;
}

.workforce_faq_page .sectioncontent h2 {
	    text-transform: none;
}

.workforce_faq_page .panel.detail_sectioncontent .panel-body h2 {
    color: #3972D5;
}

.workforce_faq_page .contentpanel.sectioncontent.accordion_component .panel.detail_sectioncontent .panel-body {
    padding-top: 30px;
    padding-left:0;
    padding-bottom:0;
    border-bottom: 1px solid #ebebeb;
}

span.select2-selection.select2-selection--single.insightContainer:focus {
	outline-color: #65b8fe;
}

.workforce_faq_page .tabbedcontent .contenttabs .text{
	font-size:16px;
	font-family: 'WorkSans-Semibold';
	text-transform: uppercase;
    font-weight:400;
}

.workforce_faq_page .slick-dots li.slick-active button:before {
    color: #3972D5;
    opacity: 1;
}

.workforce_faq_page .contenttext{
    padding-top:10px;
}


.workforce_faq_page  .sectorialinsights_card .formbox #faqselector.input-group  {
    font-family: 'WorkSans-Semibold';
    font-size: 22px;
    color: #3972D5;
    line-height: 22px;
    text-align: left;
    height:60px;
    padding: 18px 20px;
}

.workforce_faq_page ol.workforce-ordered-list {
    font-size: 16px;
    font-family: 'WorkSans-Semibold';
    font-weight: 400;
    text-transform: none;
    padding-bottom: 10px;
    color: #4a4a4a;
    margin: 0px;
    padding-left: 23px;
}

.workforce_faq_page ol.workforce-ordered-list .tab-content td p {
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    color: #666666;
    margin-left: 9px;
}

.workforce_faq_page ol.workforce-ordered-list .tab-content td p b {
    font-family: 'WorkSans-Semibold';
    color: #4a4a4a;
}

.workforce_faq_page ol.workforce-ordered-list .tab-content td p a {
    font-family: 'WorkSans-Medium';
}

.workforce_faq_page ol.workforce-ordered-list .tab-content h3 {
    font-family: 'WorkSans-Medium';
}

.workforce_faq_page ol.workforce-ordered-list .tab-content p {
    font-family: 'WorkSans-Regular';
    color: #666666;
    font-size: 16px;
}

.workforce_faq_page ol.workforce-ordered-list .tab-content p b {
    font-family: 'WorkSans-SemiBold';
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item h3{
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    color: #4a4a4a;
    margin: 0px;
    padding-left:10px;
    padding-bottom:15px;
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item p{
    font-size: 16px;
    font-family: 'WorkSans-Regular';
    font-weight: normal;
    color: #666;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
    padding: 0 0 10px 10px;
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item::after{
    content:" ";
    margin-bottom:20px;
    display:block;
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ol,
.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ul{
     font-size: 16px;
     font-family: 'Source Sans Pro', sans-serif;
     font-weight: normal;
     color: #606060;
     margin-top: 15px;
     margin-bottom: 15px;
     line-height: 18px;
 }

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span>ol,
.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span>ul{
    padding-left: 27px;
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ul li{
    padding-bottom:10px;
    padding-left:5px;
    padding-top:10px;
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ol li {
    padding-bottom:10px;
    padding-left:5px;
    padding-top:10px;
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item ul{
    list-style-type:disc;
}

.select2-container .select2-selection--single.insightContainer,
.select2-container--default .select2-selection--single.insightContainer .select2-selection__rendered
{
    font-family: 'WorkSans-Medium';
    font-size: 22px;
    text-transform: uppercase;
    color: #3972D5;
    line-height: 22px;
    text-align: left;
    height: 60px;
    background:transparent;
    position:relative;
    z-index:0;
}

.workforce_faq_page .select2-container .selection {
    position:relative;
}

.select2-container--default .select2-selection--single.insightContainer::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: -1;
    background: #ffffff;
}

.workforce_faq_page .select2-container{
    height:44px;
}

.select2-container .select2-selection--single.insightContainer .select2-selection__rendered {
    padding: 18px 20px;
    width:95%;
}

.insightDropdown.select2-dropdown{
    font-family: 'WorkSans-Regular';
    font-size:18px;
    color: #3972D5;
    top: 17px;
}

.insightDropdown.select2-dropdown .select2-search input{
    font-family: 'WorkSans-Regular';
    font-size:18px;
}

.select2-dropdown.insightDropdown .select2-results__option{
    padding-left: 15px;
}

.select2-dropdown.insightDropdown .select2-search__field{
    color: #333333;
    border-radius: 4px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single.insightContainer{
    border-radius: 3px;
    border: 1px solid #3972D5;
}

.select2-container--default .select2-selection--single.insightContainer::after {
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #3972D5;
    content: "\f107";
    position: absolute;
    right: 20px;
    top: 18px;
}

.select2-container--default .select2-selection--single.insightContainer .select2-selection__arrow {
    display: none;
}

.select2-container {
    width:auto;
}

.select2-container--default .insightDropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #3972D5;
    color: #ffffff;
}
.select2-container--default .insightDropdown .select2-results__option[aria-selected=true] {
    background-color: #ffffff;
    color: #3972D5;
}

.select2-container--default .insightDropdown .select2-results__option--highlighted[aria-selected=true] {
    background-color: #3972D5;
    color: #ffffff;
}

.insightDropdown .select2-search input{
    background:#ffffff;
}

.select2-container--default .insightDropdown .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    border-radius: 4px;
}

img.enlarge{
    vertical-align: bottom;
    cursor:pointer;
    right: 40px;
    bottom: 7px;
    position: relative;
}



a.fancybox {
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 1px;
    background-color: #fff;
    margin: 20px 0 5px;
    display: inline-block;
    position:relative;
}

a.fancybox::before {
    content: url(../common/batch8d/images/EnlargeIcon.png);
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 40px;
    width: 40px;
}

#JobsbanksLanding {
    margin-top: 150px;
}

#JobsbanksLanding .sectioncontent .nav-tabs a{
    padding-top: 20px;
}

.workforce_faq_page .sectioncontent h2 {
    margin-top: 10px;
    text-align: left;
}

.workforce_faq_page .sectioncontent .detail_sectioncontent h2 {
    font-size: 30px;
    color: #4a4a4a;
}

.workforce_faq_page .userguide h2,
.workforce_faq_page #workforce_faq_video_faqvideo h2,
.workforce_faq_page .workforce_faq_video h2{
    font-size: 30px;
    color: #4a4a4a;
}

.workforce_faq_video .slick-slider{
    margin-top: 15px;
}

.workforce_faq_page .sectioncontent .workforce_faq_listitem {
    padding-top: 20px;
}


.workforce_faq_page .contentpanel.sectioncontent.accordion_component{
    margin-bottom: 0;
}

.accordion_component > h2.accordion_title {
    padding-bottom: 20px !important;
}

.workforce_faq_page #jumbo_container .industryInsight_hotel_contentHolder .contenttext,
.workforce_faq_page #jumbo_container .industryInsight_hotel_contentHolder .contenttext p{
    text-align:left;
    font-size: 14px;
    line-height:18px;
    margin-top: 3px;
    margin-bottom: 0px;
}

.workforce_faq_page .sectorialinsights_card .industryInsight_hotel_contentHolder {
    padding-top:0;
}

.industryInsight_hotel_contentHolder .sectioncontent{
    margin-top: 20px !important;
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span>ol>li.HaveNext{

    padding-top:10px;
    padding-bottom:10px;
}


.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span>ol>li{
    font-weight: normal;
    padding-top:10px;
    padding-bottom:10px;
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span>ul>li{
    list-style-image: url("../common/batch7d/images/arrowright_tiffany.png");
    padding-top:10px;
    padding-bottom:10px;
}


.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ol li ol li,
.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ul li ol li{
    font-weight: normal;
    list-style-type: lower-alpha;
    list-style-image: none;
    padding-top:5px;
    padding-bottom:5px;
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ol li ol,
.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ol li ul,
.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ul li ol,
.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ul li ul{
    margin-left: -20px;
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ol li ol li:first-of-type,
.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ul li ol li:first-of-type{
	padding-top:10px
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ol li ul li,
.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ul li ul li{
    font-weight: normal;
    list-style-type: disc;
    list-style-image: none;
    padding-top:5px;
    padding-bottom:5px;
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ol li ul li:first-of-type,
.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ul li ul li:first-of-type{
	padding-top:15px
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ul li ol li ol li,
.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ul li ul li ol li{
    list-style-type: lower-roman;
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ul li ol li ul li,
.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ul li ul li ul li{
    list-style-type: circle;
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ol li ol li ol li,
.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ol li ul li ol li{
    list-style-type: lower-roman;
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ol li ol li ul li,
.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ol li ul li ul li{
    list-style-type: circle;
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ol,
.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span ul{
	margin:0px;
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span>ol>li:last-of-type,
.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span>ul>li:last-of-type{
    padding-bottom:10px;
}

.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span>ol>li:first-of-type,
.workforce_faq_page ol.workforce-ordered-list li.workforce-list-item span>ul>li:first-of-type{
    padding-top:0;
}

#workforce_faq_video_faqvideo .dragscroll-item h2{
	margin-bottom:20px;
}

.workforce_faq_page .contentpanel.sectioncontent.accordion_component .panel.detail_sectioncontent.block{
    border-bottom: none;
}
.workforce_faq_page .contentpanel.sectioncontent.accordion_component .panel.detail_sectioncontent.block .panel-heading.headerbar {
    border-bottom: 1px solid #ebebeb;
}

.workforce_faq_page .sectioncontent .nav-tabs.nav-justified > .active > a::after {
    bottom: -10px;
}

/* Extra Small */
@media(max-width:767px){
   	.workforce_faq_page .sectioncontent .tabbox {width: 100%; height:100%; overflow: hidden;}
	.workforce_faq_page .sectioncontent .tabbox .nav-tabs {width: 100%; height: 100%;overflow-y: hidden;overflow-x: scroll; text-align: center; vertical-align: top;}
	.workforce_faq_page .sectioncontent .nav-tabs a {padding: 0px 10px !important;border-radius: 4px 4px 0 0;height:40px !important; text-align:center !important;}
	.workforce_faq_page .sectioncontent .nav-tabs a .text{width:auto;min-width:200px;height:40px !important;}
	.workforce_faq_page .sectioncontent .nav-tabs.nav-justified li {display:table-cell; width:1%;}
    .sectorialinsights_card.industryInsight_hotel {padding-top: 30px !important;}
}

/* Small */
@media(min-width:768px) and (max-width:991px){
    .workforce_faq_page .sectioncontent .tabbox {width: 100% ; height:100%; overflow: hidden;}
	.workforce_faq_page .sectioncontent .tabbox .nav-tabs {width: 100%; height: 100%;overflow-y: hidden;overflow-x: scroll; text-align: center; vertical-align: top;}
	.workforce_faq_page .sectioncontent .nav-tabs a {padding: 0px 10px !important;border-radius: 4px 4px 0 0;height:40px !important; text-align:center !important;}
	.workforce_faq_page .sectioncontent .nav-tabs a .text{width:auto;min-width:200px;height:40px;}
	.workforce_faq_page .sectioncontent .nav-tabs.nav-justified li {display:table-cell; width:1%;}

}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
 	.workforce_faq_page .sectioncontent .tabbox {width: 100%; height:100%; overflow: hidden;}
 	.workforce_faq_page .sectioncontent .tabbox .nav-tabs {width: 100%; height: 100%;overflow-y: hidden;overflow-x: scroll; text-align: center; vertical-align: top;}
 	.workforce_faq_page .sectioncontent .nav-tabs a {padding: 0px 10px !important;border-radius: 4px 4px 0 0;height:40px !important; text-align:center !important;}
  	.workforce_faq_page .sectioncontent .nav-tabs.nav-justified li {display:table-cell; width:1%;}
}

/* Large */
@media(min-width:1200px){
	.workforce_faq_page .sectioncontent .nav-tabs a {height:50px;border-radius: 4px 4px 0 0; }
 	.workforce_faq_page .sectioncontent .nav-tabs.nav-justified li {display:table-cell;width:1%;}
}

.workforce_faq_page #tabbedcontent ul {
	padding-bottom: 17px !important;
    margin-bottom: -17px !important;
}

.workforce_faq_page .slick-dots{
    bottom: 10px;
}

#select2-faqselector-container {
    text-transform: capitalize !important;
}

.workforce_faq_page .panel.detail_sectioncontent .headerbar a h2{
    padding-top: 10px;
    font-size: 22px;
    margin-right: 10px;
    font-family: 'WorkSans-Medium';
}

.workforce_faq_page .faqselectorBox{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.workforce_faq_page .workforce_faq_multilistitem .workforce-list-item img {
    max-width: 100%;
}

.select2-container .select2-choice {
	height: 42px;
	border: none;
}

.select2-container .select2-choice .select2-arrow {
	border-left: none;
	background-clip: none;
	background: none;
	background-image: none;
	top:-5px;
	color: #3972D5;
	font-weight: 600;
}

.select2-container span.select2-chosen {
    margin-top: 10px;
    padding-left: 11px;
    font-size: 18px;
    font-family: 'WorkSans-Semibold';
    text-transform: capitalize;
    color: #3972D5;
}

.select2-results .select2-result-label {
    padding: 3px 24px 4px;
    font-size: 16px;
}

.select2-results li.select2-highlighted {
    background: #9b9b9b;
}

.workforce_faq_page #tabbedcontent ul {
    padding-bottom: 0px !important;
    margin-bottom: 10px !important;
}

#JobsbanksLanding .sectioncontent .nav-tabs a {
    padding-top: 14px;
}

.workforce_faq_page .tabbedcontent .contenttabs .text {
	font-size: 15px;
}

/* ====================================================================================

    MASTHEAD

=====================================================================================*/

#JobsbanksLanding #jumbo_container.industry_insight_hotel {
    background:url(../common/batch7d/images/wda_industryInsights_hotel_masthead.jpg) center bottom no-repeat;
    background-size:cover;
    height: 600px;
    padding: 0px;
    
}

.sectorialinsights_card.industryInsight_hotel {
    background:transparent;
    border: 0px;
    height: auto;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder { 
  padding-top: 50px;
  width: 50%;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder  {
    
}

.sectorialinsights_card .formbox {
    margin-bottom: 10px;
}

.sectorialinsights_card .formbox .input-group {
    border-radius: 3px;
    border: 1px solid #e68717;
    width: 100%;
    position: relative;
    font-size:32px;
    text-transform: uppercase;
}

.sectorialinsights_card .formbox .input-group .dropdown-menu {
    width:100%;
}

.sectorialinsights_card .formbox .input-group .form-control {
    font-size:32px;
    text-transform: uppercase; 
    color:#e68717;
    line-height:32px;
    text-align:left;
}

.sectorialinsights_card .formbox .input-group.dropdownmenu .form-control::after {
    font-family: 'FontAwesome';
    font-size: 16px;
    color:#e68717;
    content: "\f107";
    position: absolute;
    right: 10px;
}

.stats_bar.indusyInsight_hotel_stats {
   background-color:rgba(255,255,255,0.8); 
   width: 100%;
    padding:30px 30px;

    text-align: center;
}

.stats_bar .stats_item {
    padding:0px;
    display:inline-block;
    width:30%;
    vertical-align: top;
    text-align: left;
}

.stats_bar .stats_item .icon {
    padding:0 10px 0 0;
    display:inline-block;
    width:60px;
    text-align:left;
    float:left;
}

.stats_bar .stats_item .content {
    padding:0 10px 0 0;
    display:inline-block;
    width:120px;
    text-align:left;
}

.stats_bar .stats_item .content .figure {
    font-size:42px;
    line-height:38px;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight:300;
    color:#777;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

EMPLOYER ALERT SETTINGS 

*/


/* ====================================================================================

    GENERAL CSS

=====================================================================================*/
.masterlistingtemplatestyle .coursetitle.employerAlertSettings {
    text-transform:none;
    font-size:20px;
}

#JobAuditHistory #accordion_panel_container .itemrow .contentHolder .ctabox a.textlink{
    color:#8d4097;
    font-size: 13px;
    
}

#JobAuditHistory #accordion_panel_container .itemrow .contentHolder .fa_add::before {
    font-family: 'FontAwesome';
    font-size: 13px;
    font-weight: normal;
    color: #8c4198;
    content: '\f067';
    padding-right: 5px;
}

/* ====================================================================================

    ACCORDION AMENDMENTS 

=====================================================================================*/


#accordion_panel_container .panel .panel-title.noAccordion {
 padding: 19px;   
}

#JobAuditHistory #accordion_panel_container .panel-title .itemrow .panel_subtitle {
    font-size: 17px;
    font-weight: 600;
    color: #8d4097;
    text-transform: uppercase;
}

#JobAuditHistory #accordion_panel_container .panel-title .itemrow .panel_subtitle.noAccordion {
    width: 50%;
    display:inline-block;
}

#JobAuditHistory #accordion_panel_container .panel-title .itemrow .toggleSwitchHolder {
    width: 50%;
    display:inline-block;
    font-size: 17px;
    text-align:right;
}

#JobAuditHistory #accordion_panel_container .itemrow .contentHolder{
    font-size: 20px;
    
}


/* ====================================================================================

BASIC TABLE CSS AND MEDIA QUERY 

=====================================================================================*/

.responsiveTable {
    width: 100%;
    font-size:16px;
    text-align:center;
}

.responsiveTable th {
    color: #666666;
    text-transform: uppercase;
    font-weight:600;
}
 
.responsiveTable th.alignCenter {
    text-align:center;
}

.responsiveTable td {
    padding-bottom: 10px;

}

.responsiveTable td:first-child { text-align:left; }

.responsiveTable .bt-content .bt-content-title  {
    color: #8d4097;
    text-transform:uppercase;
    font-weight:600;
}

.responsiveTable .bt-content .bt-content-p  {
    color: #666666;
}

.responsiveTable .bt-content .input-group {
    width: 100%;
 
    margin-top: 10px;
}
 
table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  width: 40%;
}

.responsiveTable.jobPostingContactTable th {
    padding-bottom: 15px;
}

.responsiveTable.companyContactPersonTable {
    margin-top: 20px;
}

.responsiveTable.companyContactPersonTable thead th {
    padding-bottom: 15px;
}

.responsiveTable.companyContactPersonTable tbody td {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.responsiveTable.companyContactPersonTable tbody .greyBkg {
   background: #f1f1f1;
   
}
/*
.responsiveTable.companyContactPersonTable tbody tr:before{
 display: none;   
}

.responsiveTable.companyContactPersonTable tbody tr:after{
    font-family: 'FontAwesome';
    content:"\f00d";
    position: relative;
    top: 5px;
    right: 10px;
    float: right;
    
}

*/
@media(max-width:991px) {
.responsiveTable {
    text-align: left;
    font-size: 16px;
    color: #666666
}

.responsiveTable td:first-child { 
    text-align:left; 
    margin-bottom: 5px;
    color: #333333; 
    }
    .responsiveTable td:last-child { 
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
    }
  .responsiveTable thead {
      display: none;
  }

  .responsiveTable tbody td {
      border: none;
      display: block;
      vertical-align: top;
      padding-bottom: 10px;
  }

  .responsiveTable tbody td:before {
      content: attr(data-th) ": ";
      display: inline-block;
      font-weight: bold;
      width: 40%;
  }

  .responsiveTable tbody td.bt-hide {
      display: none;
  }
  
  .responsiveTable .bt-content {
      display: inline-block;
      vertical-align:top;
      width: 60%;
  }
  .responsiveTable .bt-content .input-group {
    width: 100%;
}

 /*
.responsiveTable.companyContactPersonTable tbody tr:after {
   display: none;
}
.responsiveTable.companyContactPersonTable tbody tr:before{
    display: block;
    float: right;
    font-family: 'FontAwesome';
    content:"\f00d";
    position: relative;
    top: 10px;
    right: 10px;
    color: #8d4097;
    
}
 */
}


/* ====================================================================================

   BOOTSTRAP SWITCH

=====================================================================================*/

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
 background-color: #e7892a;
 background-image: none;
 text-shadow:none;
 border: 1px solid #e7892a;
 border-color: #e7892a; 
}



.bootstrap-switch {
  background-color: #e7892a;
  border: 2px solid #e7892a;;
  border-radius: 50px;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary[disabled] {
background-color: #e7892a;
 background-image: none;
 text-shadow:none;
 border: 1px solid #e7892a;
 border-color: #e7892a; 
}

.bootstrap-switch .bootstrap-switch-label  {
    background: #ffffff;
    background-image:#ffffff;
    border: 2px solid #e7892a;
    border-color: #e7892a;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label  {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;

}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background-color: #ffffff;
    background-image:none;
    border:1px solid #ffffff;
    border-color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-label:hover,
.bootstrap-switch .bootstrap-switch-label:focus,
.bootstrap-switch .bootstrap-switch-label:active,
.bootstrap-switch .bootstrap-switch-label.active,
.bootstrap-switch .bootstrap-switch-label.disabled,
.bootstrap-switch .bootstrap-switch-label[disabled] {
  color: #ffffff;
  background-color: #ffffff;
   
}
.bootstrap-switch .bootstrap-switch-label:active,
.bootstrap-switch .bootstrap-switch-label.active {
  background-color: #ffffff ;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

INDUSTRY INSIGHTS HOTEL 

*/



/* ====================================================================================

   WDA INDUSTRY INSIGHTS MASTHEAD

=====================================================================================*/

#JobsbanksLanding #jumbo_container.industry_insight_hotel {
    background:url(../common/batch7d/images/wda_industryInsights_hotel_masthead.jpg) center bottom no-repeat;
    background-size:cover;
    height: auto;
    padding: 0px;
    
}

.sectorialinsights_card.industryInsight_hotel {
    background:transparent;
    border: 0px;
    height: auto;
    padding-top: 150px;
    margin-bottom: 50px;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder { 
  padding-top: 50px;
  width: 50%;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder  {
    
}

.sectorialinsights_card .formbox {
    margin-bottom: 10px;
}

.sectorialinsights_card .formbox .input-group {
    border-radius: 3px;
    border: 1px solid #e68717;
    width: 100%;
    position: relative;
    font-size:32px;
    text-transform: uppercase;
}

.sectorialinsights_card .formbox .input-group .dropdown-menu {
    width:100%;
}

.sectorialinsights_card .formbox .input-group .form-control {
    font-size:32px;
    text-transform: uppercase; 
    color:#e68717;
    line-height:32px;
    text-align:left;
}

.sectorialinsights_card .formbox .input-group.dropdownmenu .form-control::after {
    font-family: 'FontAwesome';
    font-size: 16px;
    color:#e68717;
    content: "\f107";
    position: absolute;
    right: 10px;
}

.stats_bar.indusyInsight_hotel_stats {
   background-color:rgba(255,255,255,0.8); 
   width: 100%;
    padding:30px 30px;

    text-align: center;
}
.stats_bar .stats_bar_wrapper {
    width: 80%;
    margin: 0 auto;
}

.stats_bar .stats_item {
    padding:0px;
    display:inline-block;  
    vertical-align: top;
    text-align: left;
}

 
.stats_bar .stats_item .icon {
    padding:0 10px 0 0;
    display:inline-block;
    width:60px;
    text-align:left;
    float:left;
}
 
.stats_bar .stats_item .content {
    padding:0 10px 0 0;
    display:inline-block;
    width:120px;
    text-align:left;
}

.stats_bar .stats_item .content .figure {
    font-size:42px;
    line-height:38px;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight:300;
    color:#777;
}


@media(min-width:320px) {
    
    #JobsbanksLanding #jumbo_container.industry_insight_hotel {
        height: auto;
    }
    
    .sectorialinsights_card .industryInsight_hotel{
        margin: 0px;
        padding:0px;
    }
    .sectorialinsights_card .industryInsight_hotel_contentHolder {
        width: 93%;
        margin: 0 auto;
        margin-top: 10px;
        text-align:center;
    }
    
    .stats_bar .indusyInsight_hotel_stats{
        padding: 0px;
        margin: 0px;
    }
    
    .stats_bar .stats_bar_wrapper {
        width: 100%;
        text-align:center;
        margin: 0 auto;
    }
    
    .stats_bar .stats_item {
        text-align:center;
        margin: 0 auto;
        width: 49%;
    }
    .stats_bar .stats_item .icon {
        text-align:center;
        margin: 0 auto;
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
    .stats_bar .stats_item .content {
        font-size: 13px;
        text-align:center;
    }
    
    #JobsbanksLanding .input-group .form-control {
        padding-left: 10px;
    }
    
}



@media(min-width:768px) {
    .sectorialinsights_card .industryInsight_hotel_contentHolder {
     width: 100%;   
     text-align: left;
     margin:0px;
    }
    
    .sectorialinsights_card.industryInsight_hotel {
    background:transparent;
    border: 0px;
    height: auto;
    padding-top: 150px;
    margin-bottom: 50px;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder { 
  padding-top: 50px;
  width: 50%;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder  {
    
}

.sectorialinsights_card .formbox {
    margin-bottom: 10px;
}

.sectorialinsights_card .formbox .input-group {
    border-radius: 3px;
    border: 1px solid #e68717;
    width: 100%;
    position: relative;
    font-size:32px;
    text-transform: uppercase;
}

.stats_bar.indusyInsight_hotel_stats {
   background-color:rgba(255,255,255,0.8); 
   width: 100%;
    padding:30px 30px;

    text-align: center;
}
.stats_bar .stats_bar_wrapper {
    width: 40%;
    margin: 0 auto;
    display: flex;
}

.stats_bar .stats_item {
    padding:0px;
    display:inline-block;  
    vertical-align: top;
    text-align: left;
    width: auto;
    
}

 
.stats_bar .stats_item .icon {
    padding:0 10px 0 0;
    display:inline-block;
    width:60px;
    text-align:left;
    float:left;
}
 
.stats_bar .stats_item .content {
    padding:0 10px 0 0;
    display:inline-block;
    width:120px;
    text-align:left;
}

.stats_bar .stats_item .content .figure {
    font-size:42px;
    line-height:38px;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight:300;
    color:#777;
}

}

@media(max-width:991px) {
    .sectorialinsights_card .formbox .input-group .form-control {
     font-size: 18px;   
    }
    
    
}



/* ====================================================================================

   WDA INDUSTRY INSIGHTS TABS 
   
   
    #029185; tiffany 

=====================================================================================*/

.industry_insights_occupational_insights {
 border-top: 1px solid #f1f1f1f1;
     
}

.industry_insights_backgroundTab_holder {
    
}

.industry_insights_backgroundTab_holder img {
    margin-top: 25px;
    width: 100%;
    height: auto;
}

.industry_insights_backgroundTab_holder p {
    line-height: 23px;
    margin-top: 25px;
}

.occupational_insights_tab_holder {
 
    
}


.occupational_insights_tab_holder .scrtabs-tabs-fixed-container {
    height: 60px;
}

.occupational_insights_tab_holder .scrtabs-tab-container .scrtabs-tab-scroll-arrow  {
  border: 1px solid #e68717;
  background-color:#e68717;
  border-radius: 50px;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  font-size: 15px;
  height: 25px;
  margin-top: 5px;
  margin-bottom: -1px;
  padding-left: 4px;
  padding-top: 2px;
  width: 25px;
}

.occupational_insights_tab_holder .scrtabs-tab-container .scrtabs-tab-scroll-arrow:hover {
  background-color: #e68717;
}


.sectioncontent .occupational_insights_tab_tablinks {
    display: flex;
    justify-content: space-between;
}

.sectioncontent .occupational_insights_tab_tablinks > li {
    margin: 0;
 
}

.sectioncontent .occupational_insights_tab_tablinks > li a {
    border:0;
}


.sectioncontent .occupational_insights_tab_tablinks a, .sectioncontent .nav-tabs.nav-justified a {
    font-size:16px;
    line-height: 16px;
    padding-bottom:20px;
   
}

.sectioncontent .occupational_insights_tab_tablinks>li.active>a, .occupational_insights_tab_tablinks>li.active>a:hover, .occupational_insights_tab_tablinks>li.active>a:focus {
    border: 0;
    font-weight: 600;
    color: #e68717;
}

.occupational_insights_tab_tablinks>li>a:hover {
    background: none;
    border: 0;
    color: #e68717;
 
}
.sectioncontent .occupational_insights_tab_tablinks> .active > a, 
.sectioncontent .occupational_insights_tab_tablinks > .active > a:hover, 
.sectioncontent .occupational_insights_tab_tablinks > .active > a:focus {
    color:#e88a2d;
    border: 0px;
    
}

.sectioncontent .occupational_insights_tab_tablinks > .active > a:after {
    content:url(../common/batch7d/images/tab_selected.png);
    position:absolute;
    bottom:-5px;
    left:50%;
}

.sectioncontent .nav-tabs.nav-justified > .active > a:after {
    content:url(../common/batch7d/images/tab_selected.png);
    position:absolute;
    bottom: -4px;
    left:50%;
}



/* ====================================================================================

   WDA INDUSTRY INSIGHTS CONTENT 
   
   
    #029185; tiffany Green 
    #e68717; Orange
=====================================================================================*/
.career_details_holder {
    margin-left: 30px;
    margin-top: 40px;
}

.career_details_holder h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
    color: #009185;
    text-transform: uppercase;
    margin-bottom:10px;
}
.career_details_holder ul {
    padding-left: 17px;
}
.career_details_holder p, 
.career_details_holder ul, 
.career_details_holder li {
    font-size: 16px;
    line-height: 19px;
    color: #666;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
 
}

.career_details_holder li {
    list-style-image: url(../common/batch7d/images/arrowright_tiffany.png);
}

.career_details_holder .lastUpdated {
    margin-top: 40px;
    color: #666666;
}
 
.career_pathway_holder {
    font-size: 15px;
    line-height:18px;
    padding-bottom: 1px;
}

.smallpanel .headerbar.tiffany {
    color: #029185; 
}

#CourseDetails .smallpanel.career_pathway_holder {
    padding-bottom:0px;
}


/* CAREER PATH TIMELINE CSS  ====================================== */

.career_pathway_holder .pathway-table-container {
    display:block;
    margin-top: 2px;
    margin-bottom: 20px;
}

.career_pathway_holder .pathway-table-container ul {
    list-style-type:none;
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
    margin-left: 10px;
    
}
 
.career_pathway_holder .pathway-table-container ul li {
    list-style-position: outside; 
    margin-bottom: 0px; 
    padding-bottom: 15px;
    color: #e68717;
}

.career_pathway_holder .pathway-table-container ul li a {
    color: #029185;
    text-transform: uppercase;
    font-size:12px;
    font-weight:600;
}

.career_pathway_holder .pathway-table-container ul li a.fa_up:after {
    position: relative;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f106";   
    padding-left: 3px;
}

.career_pathway_holder .pathway-table-container ul li a.fa_down:after {
    position: relative;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f107";   
    padding-left: 3px;
}

.career_pathway_holder .pathway-table-container ul li a:hover {
    text-decoration:none;
}

.career_pathway_holder .pathway-table-container ul li:before {
    border-left: 3px solid #e68717;
    position: relative;
    left: -20px;
    top: -4px;
    bottom: 0px;
    height: auto;
    content: "";
    padding-bottom: 15px;
}

.career_pathway_holder .pathway-table-container ul li span {
    background-color: #e68717;
    border-radius: 30px;
    padding-left: 27px;
    padding-top: 7px;
    padding-bottom: 8px;
    padding-right: 15px;
    position: relative;
    left: -35px;
    color: #ffffff;
}

.career_pathway_holder .pathway-table-container ul li span:before {
    position: relative;
    left: -16px;
    display: inline-block;
    content: "";
    background-color: #ffffff;
    border-radius: 30px;
    height: 8px;
    width: 8px;
     
}

.career_pathway_holder .pathway-table-container ul li:first-child {
    background-image:url(../common/batch7d/images/occupation_insights_pathway.png);
    background-repeat: no-repeat;
    background-color:transparent;
    padding-left: 29px;
    margin: 0;
    margin-left: -30px;
    padding-bottom: 10px;
    position: relative;
}
 
.career_pathway_holder .pathway-table-container ul li:first-child:before {
  border-left: 3px solid #e68717;
    position: absolute;
    left: 10px;
    top: 21px;
    bottom: 0px;
    height: auto;
    content: "";
    padding-bottom: 15px;
    
}
 
.career_pathway_holder .pathway-table-container ul li:last-child {
    background-image:url(../common/batch7d/images/occupation_insights_pathway_orange.png);
    background-repeat: no-repeat;
    background-color:transparent;
    padding-left: 30px;
    margin: 0;
    margin-left: -30px;
    margin-bottom: 0px;
    position: relative;
    z-index:10;
  
  
}

.career_pathway_holder .pathway-table-container ul li:last-child:before {
    border-left: 3px solid #e68717;
    position: absolute;
    left: 10px;
    top: -10px;
    height: 12px;
    content: "";
    
}

.career_pathway_holder .pathway-table-container ul li:before {
    
}

/* END CAREER PATH TIMELINE CSS ====================================== */

.related_courses_holder {
    
}

.related_courses_holder img {
    width: 100%;
    height: auto;

}

.related_courses_holder h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #e68717;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    font-weight: 600;
}

.related_courses_holder a {
    color: #029185;
    font-style:italic; 
}

.actionbutton a.textlink, .career_details_holder a.textlink {
    color: #e68717;
    font-size: 16px;
}


@media(max-width:767px){
    .pagebottomdragscroll.relatedcoursescontainer {height:auto;}
 
}


/* ====================================================================================

   WDA JOB LISTINGS
   
   
    #029185; tiffany Green 
    #e68717; Orange
=====================================================================================*/

.jobListings_masthead {
    background: url(../common/batch7d/images/joblistings_masthead.jpg) center bottom no-repeat;
    background-size: cover;
    height: 400px;
    padding-top: 170px;
    margin-top: -160px;
}


.jobListingsHolder {
    padding-right: 15px;
    padding-left: 15px;
}
 
 
.responsiveTable td:first-child { text-align:left; }

 
.jobListingTable .bt-content .bt-content-p  {
    color: #666666;
}
 
.jobListingTable  {
    border: 1px solid #029185;
    border-radius: 5px 5px 0px 0px;
    border-collapse:separate;
    width: 100%;
    font-size:16px;
    text-align:center;
}

.jobListingTable thead {
    background-color:#029185;

}

.jobListingTable th {
    padding: 20px;
    color: #ffffff;
    text-transform:uppercase;
 }
 
.jobListingTable td {
   text-align: left;
   padding: 20px;
   color: #666666;
 }
 
.jobListingTable tbody:nth-child(even) {
    background-color: #f1f1f1;
}

.jobListingsHolder .jobListingTable .bt-content-title {
    color: #333333;
    font-weight:600;
    text-transform:uppercase;
}

.sectorialinsights_card.joblisting_hotel {
    background:transparent;
    border: 0px;
    height: auto;
    padding-top: 0px;
    margin-bottom: 50px;
}

.sectorialinsights_card .joblisting_hotel_contentHolder { 
  padding-top: 0px;
  width: 50%;
}

.sectorialinsights_card .formbox .input-group.joblisting_dropdown {
    width: 50%;
}



@media(min-width:768px) {
    
    .jobListingTable {
    text-align: left;
    font-size: 16px;
}
    .jobListingTable td,
    .jobListingTable th {
        padding: 10px;
    }
    
}

@media(min-width:991px) {
     .jobListingTable th, .jobListingTable td {
        padding: 15px;
    }
     
}


@media(max-width:768px) {

   
.jobListingTable {
    text-align: left;
    font-size: 14px;
    color: #666666;
    border: 0;
    padding-right: 15px;
}
.jobListingTable th {
    background-color:#029185;
    color: #ffffff;
 
}

.jobListingTable td {
    text-align: left;
    padding: 0px;
}

.jobListingTable tr:after {
    content: "";
    display: block;
    border-bottom: 1px solid #ffffff;   
    
}

  .jobListingTable thead {
      display: none;
  }

  .jobListingTable tbody td {
      border: none;
      display: block;
      vertical-align: middle;
       
     
  }

  .jobListingTable tbody td:before {
      content: attr(data-th) ": ";
      display: inline-block;
      font-weight: bold;
      width: 40%;
      background: #029185;
      padding: 10px;
      color: #ffffff;
      
  }

  .jobListingTable tbody td.bt-hide {
      display: none;
  }
  
  .jobListingTable .bt-content {
      display: inline-block;
      vertical-align:top;
      width: 60%;
      padding-left: 10px;
      margin-top: 10px;
  }
  
  .jobListingTable .bt-content-title {
     color: #333333;
     font-weight: 600;   
  }
  
  
    .sectorialinsights_card.joblisting_hotel {
        background:transparent;
        border: 0px;
        height: auto;
        padding-top: 0px;
        margin: 0 auto;
        text-align:center;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .sectorialinsights_card .joblisting_hotel_contentHolder { 
      padding-top: 0px;
      width: 100%;
      text-align:center;
    }
    
    .sectorialinsights_card .formbox .input-group.joblisting_dropdown {
        width: 100%;
        
    }

    .sectorialinsights_card .formbox .input-group.joblisting_dropdown .form-control {
      font-size: 22px;
      line-height: 30px;
      padding-left: 10px;   
    }
}

.jobListingTable {
	padding-right:0;
}


/* ====================================================================================

   WDA JOB DETAILS
   
   
    #029185; tiffany Green 
    #e68717; Orange
=====================================================================================*/

#CourseDetails #jumbo_container.jobDetails_masthead {
    background-size: cover;
    height: 580px;
    padding-top: 170px;
  
}

#CourseDetails .detail_sectioncontent.block {
    border-top:1px solid #ebebeb;
    border-bottom: 0;
}
 
.riasecResultsHolder {
    width: 85%;
    display: inline-block;
}

.riasecProgressBarHolder {
    display: inline-block;
    width: 80%;
}
.riasecProgressBar {
    border-radius:10px;
    height: 7px;
    background-color:transparent;
    box-shadow:none;
    margin-bottom:5px;
}

.riasecProgressBarGreen  {
    border-radius:10px;
    background-color:#029185;
}

.riasecProgressBarOrange {
    border-radius:10px;
    background-color:#e68717;
}

.smallpanel .riasecTitleHolder {
    width: 5%;
    text-align:center;
    display:inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.riasecTitle {
    text-transform: uppercase;
    color: #666666;
    font-size: 21px;
    font-weight:600;
   
}

.riasecScoreHolder {
    width: 19%;
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    line-height: 10px;
}

.riasecScore {
    display: inline-block;
    font-size: 16px;
    text-align: right;
    font-weight: 600;
}

.riasecScore.green {
    color: #029185;
}

.riasecScore.orange {
    color: #e68717;
}

.careerAssessmentResultLegend {
    display:inline-block;
    width: 6%;
    margin-right: 7px;
    font-size: 15px;
}

.careerAssessmentResultLegend > .green  {
    height: 12px;
    width: 12px;
    background-color:#029185;
    text-align: center;
    margin: 0 auto;
    border-radius:3px;
}

.careerAssessmentResultLegend > .orange  {
    height: 12px;
    width: 12px;
    background-color:#e68717;
    text-align: center;
    margin: 0 auto;
    border-radius:3px;
}

.careerAssessmentResultHolder {
    display:inline-block;
    width: 87%;
    font-size: 15px;
}

.careerAssessmentResult > .green  {
    color: #029185;
}

.careerAssessmentResult > .orange  {
    color: #e68717;
}

.jobDetailsCarouselHolder {
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator {
    position: relative;
    left:50%;
    top: 10px;
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator li {
    border: 1px solid #029185;
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator .active  {
    background-color: #029185;
}

.jobDetailsCarouselHolder .item img {
    display:inline-block;
    width: 100%;
}

.jobDetailsCarouselHolder .jobDetailsCarouselCaption {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    font-size: 14px;
    position: relative;
    left: 0;
    top: 0px;
    text-shadow:none;
    color: #666666;
    text-align:center;
    padding-bottom: 0;
    padding-left: 0px;
}

@media(min-width:1200px) {
    
.jobDetailsCarouselHolder {
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator {
    position: relative;
    left:30%;
    top: 10px;
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator li {
    border: 1px solid #029185;
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator .active  {
    background-color: #029185;
}

.jobDetailsCarouselHolder .item img {
    display:inline-block;
    width: 58%;
}

.jobDetailsCarouselHolder .jobDetailsCarouselCaption {
    display: inline-block;
    vertical-align: bottom;
    width: 40%;
    font-size: 14px;
    position: relative;
    left: 0;
    top: 0px;
    text-shadow:none;
    color: #666666;
    text-align:left;
    padding-bottom: 0;
    padding-left: 20px;
}

}

.header_tags_container.skillsAndCompetencies > .keyword_tags {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
    background-color: rgba(0,145,133,1);
    padding: 8px 15px;
    border-radius: 17px;
    height: 31px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.detail_sectioncontent .lastUpdated {
    margin-top: 20px;
    color: #666666;
}

#CourseDetails .detail_sectioncontent h1.orange{
    color: #e68717;
}
.scrtabs-tab-container *{box-sizing:border-box}.scrtabs-tab-container{height:42px}.scrtabs-tab-container .tab-content{clear:left}.scrtabs-tabs-fixed-container{float:left;height:42px;overflow:hidden;width:100%}.scrtabs-tabs-movable-container{position:relative}.scrtabs-tabs-movable-container .tab-content{display:none}.scrtabs-tab-scroll-arrow{border:1px solid #ddd;border-top:0;color:#428bca;cursor:pointer;float:left;font-size:12px;height:42px;margin-bottom:-1px;padding-left:2px;padding-top:13px;width:20px}.scrtabs-tab-scroll-arrow:hover{background-color:#eee}.scrtabs-tab-scroll-arrow.scrtabs-disable{color:#ddd;cursor:default}.scrtabs-tabs-fixed-container ul.nav-tabs>li{white-space:nowrap}
.workforce_faq_guide .contenttext li {
    /* list-style-image: url(../common/batch7d/images/arrowright_tiffany.png); */
    font-size: 16px;
    line-height: 19px;
    color: #65b8fe;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.workforce_faq_guide .contenttext ul {
    font-size: 16px;
    line-height: 19px;
    color: #666;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-left: 17px;
}

.workforce_faq_guide .contenttext p {
	font-size: 16px;
	font-family: 'WorkSans-Medium';
}

.workforce_faq_guide .contenttext .nopadding {
    padding:0;
}

/* ====================================================================================

    MASTHEAD

=====================================================================================*/

#JobsbanksLanding #jumbo_container.industry_insight_hotel {
    background:url(../common/batch7d/images/wda_industryInsights_hotel_masthead.jpg) center bottom no-repeat;
    background-size:cover;
    height: 600px;
    padding: 0px;
    
}

.sectorialinsights_card.industryInsight_hotel {
    background:transparent;
    border: 0px;
    height: auto;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder { 
  padding-top: 50px;
  width: 50%;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder  {
    
}

.sectorialinsights_card .formbox {
    margin-bottom: 10px;
}

.sectorialinsights_card .formbox .input-group {
    border-radius: 3px;
    border: 1px solid #e68717;
    width: 100%;
    position: relative;
    font-size:32px;
    text-transform: uppercase;
}

.sectorialinsights_card .formbox .input-group .dropdown-menu {
    width:100%;
}

.sectorialinsights_card .formbox .input-group .form-control {
    font-size:32px;
    text-transform: uppercase; 
    color:#e68717;
    line-height:32px;
    text-align:left;
}

.sectorialinsights_card .formbox .input-group.dropdownmenu .form-control::after {
    font-family: 'FontAwesome';
    font-size: 16px;
    color:#e68717;
    content: "\f107";
    position: absolute;
    right: 10px;
}

.stats_bar.indusyInsight_hotel_stats {
   background-color:rgba(255,255,255,0.8); 
   width: 100%;
    padding:30px 30px;

    text-align: center;
}

.stats_bar .stats_item {
    padding:0px;
    display:inline-block;
    width:30%;
    vertical-align: top;
    text-align: left;
}

.stats_bar .stats_item .icon {
    padding:0 10px 0 0;
    display:inline-block;
    width:60px;
    text-align:left;
    float:left;
}

.stats_bar .stats_item .content {
    padding:0 10px 0 0;
    display:inline-block;
    width:120px;
    text-align:left;
}

.stats_bar .stats_item .content .figure {
    font-size:42px;
    line-height:38px;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight:300;
    color:#777;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

EMPLOYER ALERT SETTINGS 

*/


/* ====================================================================================

    GENERAL CSS

=====================================================================================*/
.masterlistingtemplatestyle .coursetitle.employerAlertSettings {
    text-transform:none;
    font-size:20px;
}

#JobAuditHistory #accordion_panel_container .itemrow .contentHolder .ctabox a.textlink{
    color:#8d4097;
    font-size: 13px;
    
}

#JobAuditHistory #accordion_panel_container .itemrow .contentHolder .fa_add::before {
    font-family: 'FontAwesome';
    font-size: 13px;
    font-weight: normal;
    color: #8c4198;
    content: '\f067';
    padding-right: 5px;
}

/* ====================================================================================

    ACCORDION AMENDMENTS 

=====================================================================================*/


#accordion_panel_container .panel .panel-title.noAccordion {
 padding: 19px;   
}

#JobAuditHistory #accordion_panel_container .panel-title .itemrow .panel_subtitle {
    font-size: 17px;
    font-weight: 600;
    color: #8d4097;
    text-transform: uppercase;
}

#JobAuditHistory #accordion_panel_container .panel-title .itemrow .panel_subtitle.noAccordion {
    width: 50%;
    display:inline-block;
}

#JobAuditHistory #accordion_panel_container .panel-title .itemrow .toggleSwitchHolder {
    width: 50%;
    display:inline-block;
    font-size: 17px;
    text-align:right;
}

#JobAuditHistory #accordion_panel_container .itemrow .contentHolder{
    font-size: 20px;
    
}


/* ====================================================================================

BASIC TABLE CSS AND MEDIA QUERY 

=====================================================================================*/

.responsiveTable {
    width: 100%;
    font-size:16px;
    text-align:center;
}

.responsiveTable th {
    color: #666666;
    text-transform: uppercase;
    font-weight:600;
}
 
.responsiveTable th.alignCenter {
    text-align:center;
}

.responsiveTable td {
    padding-bottom: 10px;

}

.responsiveTable td:first-child { text-align:left; }

.responsiveTable .bt-content .bt-content-title  {
    color: #8d4097;
    text-transform:uppercase;
    font-weight:600;
}

.responsiveTable .bt-content .bt-content-p  {
    color: #666666;
}

.responsiveTable .bt-content .input-group {
    width: 100%;
 
    margin-top: 10px;
}
 
table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  width: 40%;
}

.responsiveTable.jobPostingContactTable th {
    padding-bottom: 15px;
}

.responsiveTable.companyContactPersonTable {
    margin-top: 20px;
}

.responsiveTable.companyContactPersonTable thead th {
    padding-bottom: 15px;
}

.responsiveTable.companyContactPersonTable tbody td {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.responsiveTable.companyContactPersonTable tbody .greyBkg {
   background: #f1f1f1;
   
}
/*
.responsiveTable.companyContactPersonTable tbody tr:before{
 display: none;   
}

.responsiveTable.companyContactPersonTable tbody tr:after{
    font-family: 'FontAwesome';
    content:"\f00d";
    position: relative;
    top: 5px;
    right: 10px;
    float: right;
    
}

*/
@media(max-width:991px) {
.responsiveTable {
    text-align: left;
    font-size: 16px;
    color: #666666
}

.responsiveTable td:first-child { 
    text-align:left; 
    margin-bottom: 5px;
    color: #333333; 
    }
    .responsiveTable td:last-child { 
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
    }
  .responsiveTable thead {
      display: none;
  }

  .responsiveTable tbody td {
      border: none;
      display: block;
      vertical-align: top;
      padding-bottom: 10px;
  }

  .responsiveTable tbody td:before {
      content: attr(data-th) ": ";
      display: inline-block;
      font-weight: bold;
      width: 40%;
  }

  .responsiveTable tbody td.bt-hide {
      display: none;
  }
  
  .responsiveTable .bt-content {
      display: inline-block;
      vertical-align:top;
      width: 60%;
  }
  .responsiveTable .bt-content .input-group {
    width: 100%;
}

 /*
.responsiveTable.companyContactPersonTable tbody tr:after {
   display: none;
}
.responsiveTable.companyContactPersonTable tbody tr:before{
    display: block;
    float: right;
    font-family: 'FontAwesome';
    content:"\f00d";
    position: relative;
    top: 10px;
    right: 10px;
    color: #8d4097;
    
}
 */
}


/* ====================================================================================

   BOOTSTRAP SWITCH

=====================================================================================*/

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
 background-color: #e7892a;
 background-image: none;
 text-shadow:none;
 border: 1px solid #e7892a;
 border-color: #e7892a; 
}



.bootstrap-switch {
  background-color: #e7892a;
  border: 2px solid #e7892a;;
  border-radius: 50px;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary[disabled] {
background-color: #e7892a;
 background-image: none;
 text-shadow:none;
 border: 1px solid #e7892a;
 border-color: #e7892a; 
}

.bootstrap-switch .bootstrap-switch-label  {
    background: #ffffff;
    background-image:#ffffff;
    border: 2px solid #e7892a;
    border-color: #e7892a;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label  {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;

}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background-color: #ffffff;
    background-image:none;
    border:1px solid #ffffff;
    border-color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-label:hover,
.bootstrap-switch .bootstrap-switch-label:focus,
.bootstrap-switch .bootstrap-switch-label:active,
.bootstrap-switch .bootstrap-switch-label.active,
.bootstrap-switch .bootstrap-switch-label.disabled,
.bootstrap-switch .bootstrap-switch-label[disabled] {
  color: #ffffff;
  background-color: #ffffff;
   
}
.bootstrap-switch .bootstrap-switch-label:active,
.bootstrap-switch .bootstrap-switch-label.active {
  background-color: #ffffff ;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

INDUSTRY INSIGHTS HOTEL 

*/



/* ====================================================================================

   WDA INDUSTRY INSIGHTS MASTHEAD

=====================================================================================*/

#JobsbanksLanding #jumbo_container.industry_insight_hotel {
    background:url(../common/batch7d/images/wda_industryInsights_hotel_masthead.jpg) center bottom no-repeat;
    background-size:cover;
    height: auto;
    padding: 0px;
    
}

.sectorialinsights_card.industryInsight_hotel {
    background:transparent;
    border: 0px;
    height: auto;
    padding-top: 150px;
    margin-bottom: 50px;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder { 
  padding-top: 50px;
  width: 50%;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder  {
    
}

.sectorialinsights_card .formbox {
    margin-bottom: 10px;
}

.sectorialinsights_card .formbox .input-group {
    border-radius: 3px;
    border: 1px solid #e68717;
    width: 100%;
    position: relative;
    font-size:32px;
    text-transform: uppercase;
}

.sectorialinsights_card .formbox .input-group .dropdown-menu {
    width:100%;
}

.sectorialinsights_card .formbox .input-group .form-control {
    font-size:32px;
    text-transform: uppercase; 
    color:#e68717;
    line-height:32px;
    text-align:left;
}

.sectorialinsights_card .formbox .input-group.dropdownmenu .form-control::after {
    font-family: 'FontAwesome';
    font-size: 16px;
    color:#e68717;
    content: "\f107";
    position: absolute;
    right: 10px;
}

.stats_bar.indusyInsight_hotel_stats {
   background-color:rgba(255,255,255,0.8); 
   width: 100%;
    padding:30px 30px;

    text-align: center;
}
.stats_bar .stats_bar_wrapper {
    width: 80%;
    margin: 0 auto;
}

.stats_bar .stats_item {
    padding:0px;
    display:inline-block;  
    vertical-align: top;
    text-align: left;
}

 
.stats_bar .stats_item .icon {
    padding:0 10px 0 0;
    display:inline-block;
    width:60px;
    text-align:left;
    float:left;
}
 
.stats_bar .stats_item .content {
    padding:0 10px 0 0;
    display:inline-block;
    width:120px;
    text-align:left;
}

.stats_bar .stats_item .content .figure {
    font-size:42px;
    line-height:38px;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight:300;
    color:#777;
}


@media(min-width:320px) {
    
    #JobsbanksLanding #jumbo_container.industry_insight_hotel {
        height: auto;
    }
    
    .sectorialinsights_card .industryInsight_hotel{
        margin: 0px;
        padding:0px;
    }
    .sectorialinsights_card .industryInsight_hotel_contentHolder {
        width: 93%;
        margin: 0 auto;
        margin-top: 10px;
        text-align:center;
    }
    
    .stats_bar .indusyInsight_hotel_stats{
        padding: 0px;
        margin: 0px;
    }
    
    .stats_bar .stats_bar_wrapper {
        width: 100%;
        text-align:center;
        margin: 0 auto;
    }
    
    .stats_bar .stats_item {
        text-align:center;
        margin: 0 auto;
        width: 49%;
    }
    .stats_bar .stats_item .icon {
        text-align:center;
        margin: 0 auto;
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
    .stats_bar .stats_item .content {
        font-size: 13px;
        text-align:center;
    }
    
    #JobsbanksLanding .input-group .form-control {
        padding-left: 10px;
    }
    
}



@media(min-width:768px) {
    .sectorialinsights_card .industryInsight_hotel_contentHolder {
     width: 100%;   
     text-align: left;
     margin:0px;
    }
    
    .sectorialinsights_card.industryInsight_hotel {
    background:transparent;
    border: 0px;
    height: auto;
    padding-top: 150px;
    margin-bottom: 50px;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder { 
  padding-top: 50px;
  width: 50%;
}

.sectorialinsights_card .industryInsight_hotel_contentHolder  {
    
}

.sectorialinsights_card .formbox {
    margin-bottom: 10px;
}

.sectorialinsights_card .formbox .input-group {
    border-radius: 3px;
    border: 1px solid #e68717;
    width: 100%;
    position: relative;
    font-size:32px;
    text-transform: uppercase;
}

.stats_bar.indusyInsight_hotel_stats {
   background-color:rgba(255,255,255,0.8); 
   width: 100%;
    padding:30px 30px;

    text-align: center;
}
.stats_bar .stats_bar_wrapper {
    width: 40%;
    margin: 0 auto;
    display: flex;
}

.stats_bar .stats_item {
    padding:0px;
    display:inline-block;  
    vertical-align: top;
    text-align: left;
    width: auto;
    
}

 
.stats_bar .stats_item .icon {
    padding:0 10px 0 0;
    display:inline-block;
    width:60px;
    text-align:left;
    float:left;
}
 
.stats_bar .stats_item .content {
    padding:0 10px 0 0;
    display:inline-block;
    width:120px;
    text-align:left;
}

.stats_bar .stats_item .content .figure {
    font-size:42px;
    line-height:38px;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight:300;
    color:#777;
}

}

@media(max-width:991px) {
    .sectorialinsights_card .formbox .input-group .form-control {
     font-size: 18px;   
    }
    
    
}



/* ====================================================================================

   WDA INDUSTRY INSIGHTS TABS 
   
   
    #029185; tiffany 

=====================================================================================*/

.industry_insights_occupational_insights {
 border-top: 1px solid #f1f1f1f1;
     
}

.industry_insights_backgroundTab_holder {
    
}

.industry_insights_backgroundTab_holder img {
    margin-top: 25px;
    width: 100%;
    height: auto;
}

.industry_insights_backgroundTab_holder p {
    line-height: 23px;
    margin-top: 25px;
}

.occupational_insights_tab_holder {
 
    
}


.occupational_insights_tab_holder .scrtabs-tabs-fixed-container {
    height: 60px;
}

.occupational_insights_tab_holder .scrtabs-tab-container .scrtabs-tab-scroll-arrow  {
  border: 1px solid #e68717;
  background-color:#e68717;
  border-radius: 50px;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  font-size: 15px;
  height: 25px;
  margin-top: 5px;
  margin-bottom: -1px;
  padding-left: 4px;
  padding-top: 2px;
  width: 25px;
}

.occupational_insights_tab_holder .scrtabs-tab-container .scrtabs-tab-scroll-arrow:hover {
  background-color: #e68717;
}


.sectioncontent .occupational_insights_tab_tablinks {
    display: flex;
    justify-content: space-between;
}

.sectioncontent .occupational_insights_tab_tablinks > li {
    margin: 0;
 
}

.sectioncontent .occupational_insights_tab_tablinks > li a {
    border:0;
}


.sectioncontent .occupational_insights_tab_tablinks a, .sectioncontent .nav-tabs.nav-justified a {
    font-size:16px;
    line-height: 16px;
    padding-bottom:20px;
   
}

.sectioncontent .occupational_insights_tab_tablinks>li.active>a, .occupational_insights_tab_tablinks>li.active>a:hover, .occupational_insights_tab_tablinks>li.active>a:focus {
    border: 0;
    font-weight: 600;
    color: #e68717;
}

.occupational_insights_tab_tablinks>li>a:hover {
    background: none;
    border: 0;
    color: #e68717;
 
}
.sectioncontent .occupational_insights_tab_tablinks> .active > a, 
.sectioncontent .occupational_insights_tab_tablinks > .active > a:hover, 
.sectioncontent .occupational_insights_tab_tablinks > .active > a:focus {
    color:#e88a2d;
    border: 0px;
    
}

.sectioncontent .occupational_insights_tab_tablinks > .active > a:after {
    content:url(../common/batch7d/images/tab_selected.png);
    position:absolute;
    bottom:-5px;
    left:50%;
}

.sectioncontent .nav-tabs.nav-justified > .active > a:after {
    content:url(../common/batch7d/images/tab_selected.png);
    position:absolute;
    bottom: -4px;
    left:50%;
}



/* ====================================================================================

   WDA INDUSTRY INSIGHTS CONTENT 
   
   
    #029185; tiffany Green 
    #e68717; Orange
=====================================================================================*/
.career_details_holder {
    margin-left: 30px;
    margin-top: 40px;
}

.career_details_holder h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
    color: #009185;
    text-transform: uppercase;
    margin-bottom:10px;
}
.career_details_holder ul {
    padding-left: 17px;
}
.career_details_holder p, 
.career_details_holder ul, 
.career_details_holder li {
    font-size: 16px;
    line-height: 19px;
    color: #666;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
 
}

.career_details_holder li {
    list-style-image: url(../common/batch7d/images/arrowright_tiffany.png);
}

.career_details_holder .lastUpdated {
    margin-top: 40px;
    color: #666666;
}
 
.career_pathway_holder {
    font-size: 15px;
    line-height:18px;
    padding-bottom: 1px;
}

.smallpanel .headerbar.tiffany {
    color: #029185; 
}

#CourseDetails .smallpanel.career_pathway_holder {
    padding-bottom:0px;
}


/* CAREER PATH TIMELINE CSS  ====================================== */

.career_pathway_holder .pathway-table-container {
    display:block;
    margin-top: 2px;
    margin-bottom: 20px;
}

.career_pathway_holder .pathway-table-container ul {
    list-style-type:none;
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
    margin-left: 10px;
    
}
 
.career_pathway_holder .pathway-table-container ul li {
    list-style-position: outside; 
    margin-bottom: 0px; 
    padding-bottom: 15px;
    color: #e68717;
}

.career_pathway_holder .pathway-table-container ul li a {
    color: #029185;
    text-transform: uppercase;
    font-size:12px;
    font-weight:600;
}

.career_pathway_holder .pathway-table-container ul li a.fa_up:after {
    position: relative;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f106";   
    padding-left: 3px;
}

.career_pathway_holder .pathway-table-container ul li a.fa_down:after {
    position: relative;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f107";   
    padding-left: 3px;
}

.career_pathway_holder .pathway-table-container ul li a:hover {
    text-decoration:none;
}

.career_pathway_holder .pathway-table-container ul li:before {
    border-left: 3px solid #e68717;
    position: relative;
    left: -20px;
    top: -4px;
    bottom: 0px;
    height: auto;
    content: "";
    padding-bottom: 15px;
}

.career_pathway_holder .pathway-table-container ul li span {
    background-color: #e68717;
    border-radius: 30px;
    padding-left: 27px;
    padding-top: 7px;
    padding-bottom: 8px;
    padding-right: 15px;
    position: relative;
    left: -35px;
    color: #ffffff;
}

.career_pathway_holder .pathway-table-container ul li span:before {
    position: relative;
    left: -16px;
    display: inline-block;
    content: "";
    background-color: #ffffff;
    border-radius: 30px;
    height: 8px;
    width: 8px;
     
}

.career_pathway_holder .pathway-table-container ul li:first-child {
    background-image:url(../common/batch7d/images/occupation_insights_pathway.png);
    background-repeat: no-repeat;
    background-color:transparent;
    padding-left: 29px;
    margin: 0;
    margin-left: -30px;
    padding-bottom: 10px;
    position: relative;
}
 
.career_pathway_holder .pathway-table-container ul li:first-child:before {
  border-left: 3px solid #e68717;
    position: absolute;
    left: 10px;
    top: 21px;
    bottom: 0px;
    height: auto;
    content: "";
    padding-bottom: 15px;
    
}
 
.career_pathway_holder .pathway-table-container ul li:last-child {
    background-image:url(../common/batch7d/images/occupation_insights_pathway_orange.png);
    background-repeat: no-repeat;
    background-color:transparent;
    padding-left: 30px;
    margin: 0;
    margin-left: -30px;
    margin-bottom: 0px;
    position: relative;
    z-index:10;
  
  
}

.career_pathway_holder .pathway-table-container ul li:last-child:before {
    border-left: 3px solid #e68717;
    position: absolute;
    left: 10px;
    top: -10px;
    height: 12px;
    content: "";
    
}

.career_pathway_holder .pathway-table-container ul li:before {
    
}

/* END CAREER PATH TIMELINE CSS ====================================== */

.related_courses_holder {
    
}

.related_courses_holder img {
    width: 100%;
    height: auto;

}

.related_courses_holder h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #e68717;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    font-weight: 600;
}

.related_courses_holder a {
    color: #029185;
    font-style:italic; 
}

.actionbutton a.textlink, .career_details_holder a.textlink {
    color: #e68717;
    font-size: 16px;
}


@media(max-width:767px){
    .pagebottomdragscroll.relatedcoursescontainer {height:auto;}
 
}


/* ====================================================================================

   WDA JOB LISTINGS
   
   
    #029185; tiffany Green 
    #e68717; Orange
=====================================================================================*/

.jobListings_masthead {
    background: url(../common/batch7d/images/joblistings_masthead.jpg) center bottom no-repeat;
    background-size: cover;
    height: 400px;
    padding-top: 170px;
    margin-top: -160px;
}


.jobListingsHolder {
    padding-right: 15px;
    padding-left: 15px;
}
 
 
.responsiveTable td:first-child { text-align:left; }

 
.jobListingTable .bt-content .bt-content-p  {
    color: #666666;
}
 
.jobListingTable  {
    border: 1px solid #029185;
    border-radius: 5px 5px 0px 0px;
    border-collapse:separate;
    width: 100%;
    font-size:16px;
    text-align:center;
}

.jobListingTable thead {
    background-color:#029185;

}

.jobListingTable th {
    padding: 20px;
    color: #ffffff;
    text-transform:uppercase;
 }
 
.jobListingTable td {
   text-align: left;
   padding: 20px;
   color: #666666;
 }
 
.jobListingTable tbody:nth-child(even) {
    background-color: #f1f1f1;
}

.jobListingsHolder .jobListingTable .bt-content-title {
    color: #333333;
    font-weight:600;
    text-transform:uppercase;
}

.sectorialinsights_card.joblisting_hotel {
    background:transparent;
    border: 0px;
    height: auto;
    padding-top: 0px;
    margin-bottom: 50px;
}

.sectorialinsights_card .joblisting_hotel_contentHolder { 
  padding-top: 0px;
  width: 50%;
}

.sectorialinsights_card .formbox .input-group.joblisting_dropdown {
    width: 50%;
}



@media(min-width:768px) {
    
    .jobListingTable {
    text-align: left;
    font-size: 16px;
}
    .jobListingTable td,
    .jobListingTable th {
        padding: 10px;
    }
    
}

@media(min-width:991px) {
     .jobListingTable th, .jobListingTable td {
        padding: 15px;
    }
     
}


@media(max-width:768px) {

   
.jobListingTable {
    text-align: left;
    font-size: 14px;
    color: #666666;
    border: 0;
    padding-right: 15px;
}
.jobListingTable th {
    background-color:#029185;
    color: #ffffff;
 
}

.jobListingTable td {
    text-align: left;
    padding: 0px;
}

.jobListingTable tr:after {
    content: "";
    display: block;
    border-bottom: 1px solid #ffffff;   
    
}

  .jobListingTable thead {
      display: none;
  }

  .jobListingTable tbody td {
      border: none;
      display: block;
      vertical-align: middle;
       
     
  }

  .jobListingTable tbody td:before {
      content: attr(data-th) ": ";
      display: inline-block;
      font-weight: bold;
      width: 40%;
      background: #029185;
      padding: 10px;
      color: #ffffff;
      
  }

  .jobListingTable tbody td.bt-hide {
      display: none;
  }
  
  .jobListingTable .bt-content {
      display: inline-block;
      vertical-align:top;
      width: 60%;
      padding-left: 10px;
      margin-top: 10px;
  }
  
  .jobListingTable .bt-content-title {
     color: #333333;
     font-weight: 600;   
  }
  
  
    .sectorialinsights_card.joblisting_hotel {
        background:transparent;
        border: 0px;
        height: auto;
        padding-top: 0px;
        margin: 0 auto;
        text-align:center;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .sectorialinsights_card .joblisting_hotel_contentHolder { 
      padding-top: 0px;
      width: 100%;
      text-align:center;
    }
    
    .sectorialinsights_card .formbox .input-group.joblisting_dropdown {
        width: 100%;
        
    }

    .sectorialinsights_card .formbox .input-group.joblisting_dropdown .form-control {
      font-size: 22px;
      line-height: 30px;
      padding-left: 10px;   
    }
}

.jobListingTable {
	padding-right:0;
}


/* ====================================================================================

   WDA JOB DETAILS
   
   
    #029185; tiffany Green 
    #e68717; Orange
=====================================================================================*/

#CourseDetails #jumbo_container.jobDetails_masthead {
    background-size: cover;
    height: 580px;
    padding-top: 170px;
  
}

#CourseDetails .detail_sectioncontent.block {
    border-top:1px solid #ebebeb;
    border-bottom: 0;
}
 
.riasecResultsHolder {
    width: 85%;
    display: inline-block;
}

.riasecProgressBarHolder {
    display: inline-block;
    width: 80%;
}
.riasecProgressBar {
    border-radius:10px;
    height: 7px;
    background-color:transparent;
    box-shadow:none;
    margin-bottom:5px;
}

.riasecProgressBarGreen  {
    border-radius:10px;
    background-color:#029185;
}

.riasecProgressBarOrange {
    border-radius:10px;
    background-color:#e68717;
}

.smallpanel .riasecTitleHolder {
    width: 5%;
    text-align:center;
    display:inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.riasecTitle {
    text-transform: uppercase;
    color: #666666;
    font-size: 21px;
    font-weight:600;
   
}

.riasecScoreHolder {
    width: 19%;
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    line-height: 10px;
}

.riasecScore {
    display: inline-block;
    font-size: 16px;
    text-align: right;
    font-weight: 600;
}

.riasecScore.green {
    color: #029185;
}

.riasecScore.orange {
    color: #e68717;
}

.careerAssessmentResultLegend {
    display:inline-block;
    width: 6%;
    margin-right: 7px;
    font-size: 15px;
}

.careerAssessmentResultLegend > .green  {
    height: 12px;
    width: 12px;
    background-color:#029185;
    text-align: center;
    margin: 0 auto;
    border-radius:3px;
}

.careerAssessmentResultLegend > .orange  {
    height: 12px;
    width: 12px;
    background-color:#e68717;
    text-align: center;
    margin: 0 auto;
    border-radius:3px;
}

.careerAssessmentResultHolder {
    display:inline-block;
    width: 87%;
    font-size: 15px;
}

.careerAssessmentResult > .green  {
    color: #029185;
}

.careerAssessmentResult > .orange  {
    color: #e68717;
}

.jobDetailsCarouselHolder {
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator {
    position: relative;
    left:50%;
    top: 10px;
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator li {
    border: 1px solid #029185;
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator .active  {
    background-color: #029185;
}

.jobDetailsCarouselHolder .item img {
    display:inline-block;
    width: 100%;
}

.jobDetailsCarouselHolder .jobDetailsCarouselCaption {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    font-size: 14px;
    position: relative;
    left: 0;
    top: 0px;
    text-shadow:none;
    color: #666666;
    text-align:center;
    padding-bottom: 0;
    padding-left: 0px;
}

@media(min-width:1200px) {
    
.jobDetailsCarouselHolder {
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator {
    position: relative;
    left:30%;
    top: 10px;
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator li {
    border: 1px solid #029185;
}

.jobDetailsCarouselHolder .jobDetailsCarouselIndicator .active  {
    background-color: #029185;
}

.jobDetailsCarouselHolder .item img {
    display:inline-block;
    width: 58%;
}

.jobDetailsCarouselHolder .jobDetailsCarouselCaption {
    display: inline-block;
    vertical-align: bottom;
    width: 40%;
    font-size: 14px;
    position: relative;
    left: 0;
    top: 0px;
    text-shadow:none;
    color: #666666;
    text-align:left;
    padding-bottom: 0;
    padding-left: 20px;
}

}

.header_tags_container.skillsAndCompetencies > .keyword_tags {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
    background-color: rgba(0,145,133,1);
    padding: 8px 15px;
    border-radius: 17px;
    height: 31px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.detail_sectioncontent .lastUpdated {
    margin-top: 20px;
    color: #666666;
}

#CourseDetails .detail_sectioncontent h1.orange{
    color: #e68717;
}
.scrtabs-tab-container *{box-sizing:border-box}.scrtabs-tab-container{height:42px}.scrtabs-tab-container .tab-content{clear:left}.scrtabs-tabs-fixed-container{float:left;height:42px;overflow:hidden;width:100%}.scrtabs-tabs-movable-container{position:relative}.scrtabs-tabs-movable-container .tab-content{display:none}.scrtabs-tab-scroll-arrow{border:1px solid #ddd;border-top:0;color:#428bca;cursor:pointer;float:left;font-size:12px;height:42px;margin-bottom:-1px;padding-left:2px;padding-top:13px;width:20px}.scrtabs-tab-scroll-arrow:hover{background-color:#eee}.scrtabs-tab-scroll-arrow.scrtabs-disable{color:#ddd;cursor:default}.scrtabs-tabs-fixed-container ul.nav-tabs>li{white-space:nowrap}
.panel.detail_sectioncontent .panel-body h2 {
	color: #4a4a4a;
}

.panel.detail_sectioncontent .headerbar a h2 {
	padding: 10px 0;
}

.panel.detail_sectioncontent.block {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}

#CareerTips #tabbedcontent ul{
    padding: 0px !important;
}

#CareerTips #tabbedcontent #accordion_accordion .panel.detail_sectioncontent .headerbar a h2 {
    font-size: 22px;
    font-weight: 400;
    color: #009185;
}

#CareerTips #tabbedcontent #accordion_accordion .panel-body {
    padding: 15px;
}

#CareerTips #tabbedcontent #accordion_accordion,
#CareerTips #tabbedcontent .tab-content {
    padding: 0px;
    margin: 0px;
}

#CareerTips #tabbedcontent #accordion_accordion .detail_sectioncontent.block .content h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    padding-bottom: 10px;
    color: #009185;
    margin: 0px;
}

#CareerTips #tabbedcontent #accordion_accordion .panel-body p {
    margin: 20px 0px 0px;
}

#CareerTips #tabbedcontent .contentpanel.sectioncontent ul.nav-tabs {
    padding: 0px !important;
}

.panel.detail_sectioncontent.block {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}

#CareerTips #tabbedcontent #accordion_accordion .new.section {
    display: none;
}

#CareerTips #tabbedcontent a div.text {
    font-size: 16px;
    font-weight: 600;
}

#CareerTips .detail_sectioncontent.block .image img {
	max-height: 400px;
	max-width: 300px;
	padding: 0px;
}

#careerSupportProgramme .detail_sectioncontent.block p,
#careerSupportProgramme .detail_sectioncontent.block li,
#CareerTips .detail_sectioncontent.block p,
.sectorarticle .detail_sectioncontent.block p,
.sectorarticle .detail_sectioncontent.block li,
.sectorarticle #tabbedcontent .tab-content p,
.sectorarticle #tabbedcontent .tab-content li,
.detail_sectioncontent.block p i {
	word-break: break-word;
	line-height: 20px;
	color: #4a4a4a;
}

.sectorarticle .detail_sectioncontent.block li,
.sectorarticle #tabbedcontent .tab-content p,
.sectorarticle #tabbedcontent .tab-content li {
	color: #333333;
	font-size: 16px;
}

.sectorarticle .DetailsPageStyle
.detail_sectioncontent.block {
	border-bottom: 0px;
	margin: 0;
	padding: 10px 0;
}

.sectorarticle .DetailsPageStyle
.detail_sectioncontent .content {
	padding: 20px 0;
}

#CareerTips .detail_sectioncontent.block img,
.sectorarticle .detail_sectioncontent.block img,
#careerSupportProgramme .detail_sectioncontent.block img {
	max-height: 450px;
	max-width: 360px;
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
	vertical-align: middle;
	border: 0;
}
@media (max-device-width: 767px) {
    .DetailsPageStyle .detail_sectioncontent h1 {
	   	font-size: 40px;
	   	line-height: 44px;
    }

    .row.aroundmyskillsfuture_container {
        width: 600px;
    }
} 
@media (max-device-width: 450px) {
    .row.aroundmyskillsfuture_container {
        width: 340px;
    }
    
    .DetailsPageStyle .detail_sectioncontent h1 {
    	font-size: 30px;
    }
    
    #CareerTips .detail_sectioncontent.textimonialblock .message {
    	font-size: 20px;
    }
    
    .name {
    	width: 340px;
    }
    
    #CareerTips .detail_sectioncontent.block .image.right {
    	float: none !important;
    }
    
    .workforce_IndustryInsights_FeaturedTopic .article-card .contentblock .name,
	.workforce_IndustryInsights_FeaturedTopic .article-card .contentblock .description,
	.workforce_IndustryInsights_FeaturedTopic .article-card .contentblock .excerpt {
		width: 290px;
	}
}


@media (max-width: 768px) and (min-width: 700px){
    .row.aroundmyskillsfuture_container {
        width: 700px;
    }
    
    .DetailsPageStyle .detail_sectioncontent h1 {
    	font-size: 40px;
    	line-height: 44px;
    }
}

}

.landingpagestyle.CareerTipsArticle .DetailsPageStyle .detail_sectioncontent .content {
	padding-top: 0px;
}

#CareerTips .DetailsPageStyle .detail_sectioncontent.block,
.sectorarticle .DetailsPageStyle .detail_sectioncontent.block {
	display: table-row-group; 
}

/* start of page title & separator */

/* .page-header h1.article_title, h2 {
    color: #029185;
} */

.sectorarticle h2 {
    color: #ef4125;
}

#CareerTips{
	padding-top: 0px !important;
}

#CareerTips .DetailsPageStyle .detail_sectioncontent.first.withseparator {
	margin-top: 0px;
}

#CareerTips.CareerTipsArticle .sub_header .headerbar h1,
#CareerTips.CareerTipsArticle .sub_header .headerbar h2,
#CareerTips.CareerTipsArticle .sub_header .headerbar h3,
#CareerTips.CareerTipsArticle .sub_header .headerbar h4 {
	color: #4a4a4a;
	font-family: WorkSans-SemiBold;
	text-transform: capitalize;
}

.detail_sectioncontent.msf_template_separator {
    margin-top: -50px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.page_title {
	padding-top: 50px;
}

/* end of page title */

/* start of last modified date */

.article_date_difference {
	color: #8d8d8d;	
	font-size: 15px;
}

.article_date_difference {
	float: right;	
}

/* end of last modified date */

/* start of video gallary */

.videophotograllery_container .videobox {
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
	position: relative;
	margin-top: 20px;
	overflow: hidden;
}

#CareerTips .detail_sectioncontent.videophotograllery_container {
	padding-bottom: 50px;
}
.detail_sectioncontent {
	word-break: break-word;;
}


#video-photo-gallery-container ul,
#video-photo-gallery-container ul li.slick-slide{
	padding-left: 0px !important;
}

#videoandphotogalleryContainer .slick-slider{
	margin-bottom: 0px;
}

.videophotograllery_container .slides-show{
	margin-bottom: -10px;
}

.video-on-slider-show,
#video-photo-gallery-container .slides-show iframe,
#video-photo-gallery-container .slides-show img
{
	width: 100%;
	max-height: 330px;
	min-height: 325px;
}

.article-main-slider-nav img,
.article-main-slider-nav iframe{
	width: 100%;
	height:auto;
	max-height: 79px;
	min-height: 79px;
}

#video-photo-gallery-container .slides .consolepanel .article-main-slider-nav{
	padding-top: 20px;
}
#video-photo-gallery-container .slides{
	margin-top: -15px;
}

@media (min-width: 1200px){
	.CareerTipsArticle  {
		width: 100%;
	}
}

.paneltable .contentrow td {
	border-right: 1px solid #e0e0e0;
}


/* end of video gallary */

/* workforce article page table same to design*/

/* start of workforce article page table*/
.CareerTipsArticle  table{
	border: 2px solid #005C54;
	font-size: 13px;
	line-height: 16px;
	color: #666;
	border-radius: 3px;
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.CareerTipsArticle  table tbody tr:first-child{
	padding: 0;
	font-weight: bold;
	color: #fff;
	background-color: #005C54;
	vertical-align: top;

}
.CareerTipsArticle  table tbody tr:first-child td{
	border: none;
}
.CareerTipsArticle  table tbody tr:first-child td p{
	font-weight: bold;
	color: #F2F2F2!important;
}
.CareerTipsArticle  table tbody tr:first-child td p:last-child{
	font-size: 12px;
	font-weight: normal;
}

.CareerTipsArticle  table tbody tr:not(:first-child) td{
	border: 1px solid #e0e0e0;
}

.CareerTipsArticle table tbody tr td{
	padding: 15px;
	text-align: left;
}

/* start of banner */
.article_300_x_250_banner {
	width: 300px;
	height: 250px;
}

#CareerTips.CareerTipsArticle #jumbo_container_article_banner {
    background-size: cover;
    height: 580px;
    padding-top: 200px;
}

/* end of banner */

#CareerTips .DetailsPageStyle .detail_sectioncontent ol li> ol li,
#careerSupportProgramme .DetailsPageStyle .detail_sectioncontent ol li> ol li {
    padding-left: 10px;
    font-weight: normal;
}

#CareerTips .DetailsPageStyle .detail_sectioncontent ol li,
#CareerTips .DetailsPageStyle .detail_sectioncontent ul li,
#careerSupportProgramme .DetailsPageStyle .detail_sectioncontent ol li,
#careerSupportProgramme .DetailsPageStyle .detail_sectioncontent ul li{
	font-size: 16px;
	padding: 3px 0px;
}

#CareerTips .DetailsPageStyle .detail_sectioncontent ul,
#careerSupportProgramme .contentpanel.sectioncontent ul {
	margin-top: 0px;
}

#CareerTips .contentpanel.sectioncontent ul li,
#CareerTips .DetailsPageStyle .detail_sectioncontent ol li,
#careerSupportProgramme .contentpanel.sectioncontent ul li {
	padding-left: 10px !important;
}

#CareerTips #tabbedcontent.contentpanel.sectioncontent .tabbox ul li {
	padding: 0px !important;
}

#CareerTips .DetailsPageStyle .detail_sectioncontent ol,
#CareerTips .DetailsPageStyle .detail_sectioncontent ol li,
#CareerTips .DetailsPageStyle .detail_sectioncontent ul,
#CareerTips .DetailsPageStyle .detail_sectioncontent ul li,
#careerSupportProgramme .DetailsPageStyle .detail_sectioncontent ol,
#careerSupportProgramme .DetailsPageStyle .detail_sectioncontent ol li,
.CareerTipsArticle .DetailsPageStyle .detail_sectioncontent p, .DetailsPageStyle
.CareerTipsArticle .detail_sectioncontent ul,
.CareerTipsArticle .DetailsPageStyle .detail_sectioncontent li,
#careerSupportProgramme .DetailsPageStyle .detail_sectioncontent p, .DetailsPageStyle
#careerSupportProgramme .detail_sectioncontent ul,
#careerSupportProgramme .DetailsPageStyle .detail_sectioncontent li,
#careerSupportProgramme .detail_sectioncontent.block a,
#careerSupportProgramme .DetailsPageStyle .sectioncontent li{
	font-size:16px;
	line-height:26px;
	font-weight: normal !important;
}

#careerSupportProgramme .DetailsPageStyle p.no-margin-bottom{
	margin-bottom: 0 !important;
}

#CareerTips .DetailsPageStyle .detail_sectioncontent ol li ol {
	list-style: lower-alpha;
}

#CareerTips .DetailsPageStyle .detail_sectioncontent ol li ol li ol {
	list-style: lower-roman;
}

#CareerTips .DetailsPageStyle .detail_sectioncontent ol,
#careerSupportProgramme .DetailsPageStyle .detail_sectioncontent ol{
	padding-left: 15px;
}

#CareerTips .listing_container .itemset .description,
#careerSupportProgramme .listing_container .itemset .description {
	line-height: 26px;
}

/* start of Share Article */

#share_article_social_media .icon.st_facebook_custom {
	background: url("http://w.sharethis.com/images/facebook_32.png") no-repeat scroll left top transparent;
    background-color: #3b5998;
    background-size: 30px;
    background-position: center;
}

#share_article_social_media .icon.st_twitter_custom {
	background: url("http://w.sharethis.com/images/twitter_32.png") no-repeat scroll left top transparent;
	background-color: #00a9f1;
    background-size: 35px;
    background-position: center;
}

#share_article_social_media .icon.st_email_custom {
	background: url(http://w.sharethis.com/images/email_32.png) no-repeat scroll left top transparent;
    background-color: #787878;
   	background-size: 20px 15px;
    background-position: center;
}

#share_article_social_media {
	position: fixed;
    right: 0;
    top:30%;
}

/* end of Share Article */

/* start of Quote */

#CareerTips .detail_sectioncontent.textimonialblock .message::before, .sectorarticle .detail_sectioncontent.textimonialblock .message::before {
	line-height: 10px;
	content: '' !important;
}

#CareerTips .detail_sectioncontent.textimonialblock .message::after, .sectorarticle .detail_sectioncontent.textimonialblock .message::after {
	font-size: 32px;
	line-height: 10px;
	content: '';
}

.sectorarticle .detail_sectioncontent.textimonialblock .message {
	font-size: 32px;
	font-weight: 600;
	line-height: 36px;
	color: #666;
	padding: 0px 50px;
	width: 100% ! important;
}

.sectorarticle .detail_sectioncontent.textimonialblock {
	text-align: center;
}

.sectorarticle .detail_sectioncontent {
    word-break: break-word;
}

.sectorarticle .detail_sectioncontent.textimonialblock .name {
	font-size: 15px;
	font-weight: bold;
	color: #ef4125;
	padding-top: 10px;
	margin-top: 15px;
}

.sectorarticle .detail_sectioncontent.textimonialblock .name span {
	border-top: 2px solid #f1f1f1;
	padding-top: 5px;
}
/* end of Quote */

/* start of single youtube video */
#CareerTips .single_youtube_video,
.sectorarticle .single_youtube_video:not(.parbase) {
    position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
    padding-left:15%;
    padding-right:15%;
}

.sectorarticle .single_youtube_video.parbase > .single_youtube_video {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	padding-left:15%;
	padding-right:15%;
}

body.cq-wcm-edit .single_youtube_video.parbase {
	padding-bottom: 3rem;
}

#CareerTips .single_youtube_video iframe,
.sectorarticle .single_youtube_video iframe {
 position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

}


#CareerTips .detail_sectioncontent.block.single_youtube_video,
.sectorarticle .detail_sectioncontent.block.single_youtube_video {
	text-align: center;
	display: block;
}

/* end of single youtube video */



/* start of TabPanel for Sector Article */

/* Tabs */

.sectorarticle .contentpanel.sectioncontent ul.nav-tabs {
    padding: 0 34px;
}

.sectorarticle .contentpanel.sectioncontent ul.nav-tabs li {padding-left:0px;}

.sectorarticle .sectioncontent .nav-tabs a {
    font-family: 'Source Sans Pro';
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    padding: 15px 5px;
}

.sectioncontent .nav-tabs.nav-justified > .active > a::after {bottom: -8px;}

.sectorarticle .contentpanel.sectioncontent .tab-content {
    padding:10px 0;
    position:relative;
}

.sectorarticle .tabbox {
    position:relative;
}

.sectorarticle .tabbox .leftbuttonbox,
.sectorarticle .tabbox .rightbuttonbox {
    position:absolute;
    top:0px;
    z-index: 10;
    height:65px;
    padding-top:25px;
}

.sectorarticle .tabbox .leftbuttonbox {left:0px;}
.sectorarticle .tabbox .rightbuttonbox {right:0px;}


/* Extra Small */
@media(max-width:767px){
    .sectorarticle .tabbox .leftbuttonbox, .tabbox .rightbuttonbox {display:none;}
}

/* Small */
@media(min-width:768px) and (max-width:991px){
    .sectorarticle .sectioncontent .nav-tabs a { height:50px;}
    .sectorarticle .tabbox .leftbuttonbox, .tabbox .rightbuttonbox {height:65px;}
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
    .sectorarticle .sectioncontent .nav-tabs a { height:65px;}
    .sectorarticle .tabbox .leftbuttonbox, .tabbox .rightbuttonbox {height:80px;}
}

/* LArge */
@media(min-width:1200px){
    .sectorarticle .sectioncontent .nav-tabs a { height:50px;}
}

/* tabbox collapse */


.sectorarticle .contentpanel.sectioncontent .tabbox #Courses_Tab-accordion .panel-group .panel,
.sectorarticle .contentpanel.sectioncontent .tabbox #Categories_Tab-accordion .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.sectorarticle .contentpanel.sectioncontent .tabbox #Courses_Tab-accordion .panel-default,
.sectorarticle .contentpanel.sectioncontent .tabbox #Categories_Tab-accordion .panel-default
{
    border-color: transparent;
}

.sectorarticle .contentpanel.sectioncontent .tabbox #Courses_Tab-accordion .panel,
.sectorarticle .contentpanel.sectioncontent .tabbox #Categories_Tab-accordion .panel
{
    background-color: transparent;
    border: 0px solid transparent;
    box-shadow: 0 0px 0px rgba(0,0,0,0.05);
}

.sectorarticle .contentpanel.sectioncontent .tabbox #Courses_Tab-accordion .panel-heading,
.sectorarticle .contentpanel.sectioncontent .tabbox #Categories_Tab-accordion .panel-heading
{
    background-color: transparent;
    border-color: transparent;
    padding: 0px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.sectorarticle .contentpanel.sectioncontent .tabbox .panel-group .panel-heading + .panel-collapse > .panel-body,
.sectorarticle .contentpanel.sectioncontent .tabbox .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0px solid #ddd;
}

.sectorarticle .contentpanel.sectioncontent .tabbox .panel-body.js-tabcollapse-panel-body {
    padding: 20px 0px;
}

.sectorarticle .contentpanel.sectioncontent .tabbox .panel-group .panel-heading + .panel-collapse > .panel-body,
.sectorarticle .contentpanel.sectioncontent .tabbox .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0px solid #ddd;
}

.sectorarticle .contentpanel.sectioncontent .tabbox a.js-tabcollapse-panel-heading,
.sectorarticle .contentpanel.sectioncontent .tabbox a.js-tabcollapse-panel-heading:link,
.sectorarticle .contentpanel.sectioncontent .tabbox a.js-tabcollapse-panel-heading:visited
{
    color: #e88a2d;
    text-align: center;
    padding: 12px 0px 18px;
    background-color: transparent;
    display:block;
    border-bottom: 1px solid #e0e0e0;
    position:relative;
    text-transform: none;
    font-weight: bold;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    line-height: 16px;
}

.sectorarticle .contentpanel.sectioncontent .tabbox a.js-tabcollapse-panel-heading:hover,
.sectorarticle .contentpanel.sectioncontent .tabbox a.js-tabcollapse-panel-heading:focus
{
    color: #e88a2d;
    text-decoration: none;
}

.sectorarticle .contentpanel.sectioncontent .tabbox a.js-tabcollapse-panel-heading.collapsed,
.sectorarticle .contentpanel.sectioncontent .tabbox a.js-tabcollapse-panel-heading.collapsed:link,
.sectorarticle .contentpanel.sectioncontent .tabbox a.js-tabcollapse-panel-heading.collapsed:visited
{
    color: #666;
}

.sectorarticle .contentpanel.sectioncontent .tabbox a.js-tabcollapse-panel-heading::after,
.sectorarticle .contentpanel.sectioncontent .tabbox a.js-tabcollapse-panel-heading:link::after,
.sectorarticle .contentpanel.sectioncontent .tabbox a.js-tabcollapse-panel-heading:visited::after
{
    position: absolute;
    bottom: -7px;
    left: 50%;
}

.sectorarticle .contentpanel.sectioncontent .tabbox a.js-tabcollapse-panel-heading.collapsed::after,
.sectorarticle .contentpanel.sectioncontent .tabbox a.js-tabcollapse-panel-heading.collapsed:link::after,
.sectorarticle .contentpanel.sectioncontent .tabbox a.js-tabcollapse-panel-heading.collapsed:visited::after
{
    content:' ';
}

.sectorarticle .tabbedcontent .tab-content .tab-pane {
	padding: 20px 50px;
}

.sectorarticle .tabbedcontent .sector_article_divider {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

.sectorarticle .tabbedcontent .sector_article_divider::after {
    content: "...................................................";
	letter-spacing: 4px;
}

.sectorarticle .tabbedcontent a.btn-orange-light {
	background-color: #ef4125;
	border: 1px solid #ef4125 !important;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	padding: 5px;
}

.sectorarticle .tabbedcontent a {
	color: #606060;
}

.sectorarticle .tabbedcontent ul li.active a {
	color: #ef4125;
}

/* end of TabPanel for Sector Article */

/* start of custom date */

#CareerTips .DetailsPageStyle .detail_sectioncontent p.custom_date,
.sectorarticle .DetailsPageStyle .detail_sectioncontent p.custom_date {
	display: inline-block;
	color: #4a4a4a;
}

/* end of custom date */

#CareerTips.CareerTipsArticle .article_container .article-page-image {
	text-align: center;
}



#CareerTips .DetailsPageStyle .detail_sectioncontent.first {
	margin-top: 0px ! important;
	padding-bottom:20px;
}

#CareerTips .detail_sectioncontent.block .bootstrap_modal_text,
#CareerTips .detail_sectioncontent.block .bootstrap_modal_text a,
#CareerTips .detail_sectioncontent.block .bootstrap_modal_text p,
#careerSupportProgramme .detail_sectioncontent.block .bootstrap_modal_text,
#careerSupportProgramme .detail_sectioncontent.block .bootstrap_modal_text a,
#careerSupportProgramme .detail_sectioncontent.block .bootstrap_modal_text p {
	display: inline;
}

#CareerTips .detail_sectioncontent.block .bootstrap_modal_text {
	margin-bottom: 20px;
}

#CareerTips .DetailsPageStyle .detail_sectioncontent h2,
#careerSupportProgramme .DetailsPageStyle .detail_sectioncontent h2 {
	text-transform: none;
	padding-bottom: 10px;
}

#CareerTips.CareerTipsArticle .sub_header .headerbar h1.california,
#CareerTips.CareerTipsArticle .sub_header .headerbar h2.california,
#CareerTips.CareerTipsArticle .sub_header .headerbar h3.california,
#CareerTips.CareerTipsArticle .sub_header .headerbar h4.california,
#CareerTips.CareerTipsArticle .textwrapimage .detail_sectioncontent.block .content.california h3 {
	color: #4a4a4a;
}

#CareerTips .sub_header .headerbar h1.cyan,
#CareerTips .sub_header .headerbar h2.cyan,
#CareerTips .sub_header .headerbar h3.cyan,
#CareerTips .sub_header .headerbar h4.cyan,
#CareerTips .textwrapimage .detail_sectioncontent.block .content.cyan h3 {
	color: #005C54;
}

#CareerTips.CareerTipsArticle .sub_header .headerbar h1 {
	font-size: 50px;
}

#CareerTips.CareerTipsArticle .sub_header .headerbar h3 {
	font-size: 18px !important;
	margin-bottom: 0px;
}

#CareerTips.CareerTipsArticle .sub_header .headerbar h4 {
	font-size: 16px !important;
}

#CareerTips .detail_sectioncontent.block .image.right {
	padding-left: 30px;
	float: right;
}

/* start of Iframe Component */
.iframe_component {
	width: 300px;
	height: 250px;
	overflow: hidden;
	border: 1px solid #ccc;    
    margin:-1px;
}

.iframeLink { position:relative; display:inline-block; }
.divLink { position:absolute; 	width: 100%;height: 100%; z-index:1;}
.iframeLink iframe { z-index: 2;}

/* end of Iframe Component */

/* latest featured article */

.latest_featured_article .articleborder{
	border: 1px solid #ccc;
    margin:-1px;
 }
 
/* twitterssg */
.twitterssg .followus_cta {
    font-size:12px;
    color:#666;
    text-transform: uppercase;
    display: block;
}

.twitterssg .followus_cta a .fa-facebook-square {font-size:20px;color:#46569c;}

.twitterssg .followus_cta a .fa-twitter-square {font-size:20px; color:#559ef7;}

.twitterssg .followus_cta .text{
	font-size:14px;
	line-height:17px;
	font-weight:400;
    color:#666;
    padding:15px 0;
    text-transform: uppercase;
    display: block;
}
.twitterssg .followus_cta .text,
.twitterssg .followus_cta .icon {
    display:inline-block;
    vertical-align: middle;
    width:auto;
}

#CareerTips .sub_header .detail_sectioncontent.block .headerbar,
#CareerTips.CareerTipsArticle .textwrapimage .headerbar {
	display: inline-block;
	padding-right: 10px !important;
}

#CareerTips .sub_header .detail_sectioncontent.block .fa-external-link:before,
#CareerTips .textwrapimage .content .fa-external-link:before{
	color: #e88a2d;
}

#CareerTips .panel.detail_sectioncontent .headerbar a h2::after {
	content: none;
}

#CareerTips .DetailsPageStyle .detail_sectioncontent .content {
    padding: 0px 0;
}

#CareerTips .DetailsPageStyle .aroundmyskillsfuture_container .detail_sectioncontent ol, 
#CareerTips .DetailsPageStyle .aroundmyskillsfuture_container .detail_sectioncontent ol li {
	font-size:16px;
	line-height:26px;
}

.RSI_container .result-box .progressbar .progression.low {
	background: #f1592c;
}

.RSI_container .result-box .progressbar .progression.medium {
	background: #65b8fe;
}

.RSI_container .result-box .progressbar .progression.high {
	background: #5b6bc7;
}

.RSI_container .result-box .number_box.low {
    color: #f1592c;
}

.RSI_container .result-box .number_box.medium {
    color: #65b8fe;
}

.RSI_container .result-box .number_box.high {
    color: #5b6bc7;
}

@media (min-width: 1200px){
    #SelfAssessmentTool_Landing .availableassessmentlist .bottomrow .subheadingtext {
        height: 120px;
    }
}
#assessmentListContainer .actionpanel .ctabox{
    text-align: center;
}

#assessmentListContainer .about-assessment{
    margin-left: -15px;
}

.about-assessment .midthreepanel {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.assessmentDesc ul {
    font-size: 16px;
    line-height: 19px;
    color: #666;
    padding-top: 30px !important;
    padding-bottom: 15px !important;
}

.about-assessment ul li{
    float: left !important;
}

.assessment-title {
    color: #3972d5 !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

@media only screen and (max-width : 480px) {
    .actionpanel .ctabox .btn{
        margin-bottom: 30px;
    }
}
#CareerTips.CareerTipsArticle .sub_header .headerbar h1 {
    position: absolute;
    margin-top: 300px;
    margin-left: 23%;
    margin-right: 23%;
}

#CareerTips.CareerTipsArticle .textwrapimage p b {
    text-transform: uppercase;
    font-size: 16px;
}

#CareerTips.CareerTipsArticle .DetailsPageStyle .detail_sectioncontent ul li {
    padding-top: 3px;
    font-size: 16px;
}

#CareerTips.CareerTipsArticle .textwrapimage .detail_sectioncontent ul li {
    padding: 3px 0px 3px 10px;
    margin-left: 18px;
}

#CareerTips .contentpanel.sectioncontent .generic-text ul li {
    padding: 3px 0px 3px 10px !important;
    margin-left: 18px !important;
}

#CareerTips.CareerTipsArticle .textwrapimage .detail_sectioncontent.block h2 {
/*     color: #009185; */
/*     font-family: GothamRounded-Medium; */
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    /*margin-top: 30px;*/
    padding:0px 0px;
}

#CareerTips.CareerTipsArticle .textwrapimage .detail_sectioncontent.block h3 {
    color: #4a4a4a!important;
    /*font-family:"Source Sans Pro", sans-serif;*/
/*     font-family: 'GothamRounded-Medium'; */
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom:10px;
}

.container .row .col-sm-12 .image.parbase {
    width: 100%;
}

#CareerTips .detail_sectioncontent.block .article-page-image img {
    max-height: 100%;
    max-width: 100%;
    width:auto;
    height:auto;
    margin: auto;
    display: block;
    float: none;
}

#CareerTips.CareerTipsArticle #header_container{
    margin-top:-300px;
    text-align: left;
}

#CareerTips.CareerTipsArticle #header_container .container {
    position: relative;
    height:300px;
    margin-left: auto ;
    margin-right: auto ;
}


#CareerTips.CareerTipsArticle #header_container h1 {
    font-size:50px;
    letter-spacing: -0.03em;
    line-height: 0.85em;
    font-weight:normal;
/*     color:#e68717; */
    text-align: center;
    text-transform: uppercase;
}


#CareerTips.CareerTipsArticle #header_container p {
    font-size:17px;
    line-height: 21px;
    color:#666;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
}

/* Extra Small */
@media(max-width:767px){
    #CareerTips.CareerTipsArticle #header_container p {padding: 0 0px;}

    #CareerTips .sectioncontent .tabbox {width: 100%; height:100%; overflow: hidden;}
    #CareerTips .sectioncontent .tabbox .nav-tabs {width: 100%; height: 100%;overflow-y: hidden;overflow-x: scroll; text-align: center; vertical-align: top;}
    #CareerTips .sectioncontent .nav-tabs a {padding: 0px 10px !important;border-radius: 4px 4px 0 0;height:50px !important; text-align:center !important;}
    #CareerTips .sectioncontent .nav-tabs a .text{width:200px !important;height:50px !important;}
    #CareerTips .sectioncontent .nav-tabs.nav-justified li {display:table-cell; width:1%;}
}

/* Small */
@media(min-width:768px) and (max-width:991px){
    #CareerTips.CareerTipsArticle #header_container p {padding: 0 20px;}

    #CareerTips .sectioncontent .tabbox {width: 100% ; height:100%; overflow: hidden;}
    #CareerTips .sectioncontent .tabbox .nav-tabs {width: 100%; height: 100%;overflow-y: hidden;overflow-x: scroll; text-align: center; vertical-align: top;}
    #CareerTips .sectioncontent .nav-tabs a {padding: 0px 10px !important;border-radius: 4px 4px 0 0;height:50px !important; text-align:center !important;}
    #CareerTips .sectioncontent .nav-tabs a .text{width:200px;height:50px;}
    #CareerTips .sectioncontent .nav-tabs.nav-justified li {display:table-cell; width:1%;}

}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
    #CareerTips.CareerTipsArticle #header_container p {padding: 0 130px;}

    #CareerTips .sectioncontent .tabbox {width: 100%; height:100%; overflow: hidden;}
    #CareerTips .sectioncontent .tabbox .nav-tabs {width: 100%; height: 100%;overflow-y: hidden;overflow-x: scroll; text-align: center; vertical-align: top;}
    #CareerTips .sectioncontent .nav-tabs a {padding: 0px 10px !important;border-radius: 4px 4px 0 0;height:50px !important; text-align:center !important;}
    #CareerTips .sectioncontent .nav-tabs.nav-justified li {display:table-cell; width:1%;}
}

/* Large */
@media(min-width:1200px){
    #CareerTips.CareerTipsArticle #header_container p{padding: 0 238px;}
    #CareerTips .sectioncontent .nav-tabs a {height:65px;border-radius: 4px 4px 0 0; }
    #CareerTips .sectioncontent .nav-tabs.nav-justified li {display:table-cell;width:1%;}
    #CareerTips #tabbedcontent.sectioncontent .nav-tabs a {height:65px;}
}

#CareerTips #tabbedcontent.sectioncontent .nav-tabs a {
    line-height:18px;
}

#CareerTips .sectioncontent .nav-tabs a div.text {
    line-height:18px;
}

#CareerTips .detail_sectioncontent.block.single_youtube_video{
    margin:-10px;
    padding:0px;
}

#CareerTips .contentpanel.sectioncontent .tab-content::after {
    display: none !important;
}

#CareerTips .panel.detail_sectioncontent.block {
    border:none !important;
}

#CareerTips .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
}

#CareerTips .columncontrol .title-image-desc-button-title{
    color: #e88a2d;
    font-family:"Source Sans Pro", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom:20px;
}

#CareerTips .panel-body{
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid #ebebeb;
}

#CareerTips .panel.detail_sectioncontent .content {
    padding:0px !important;
    border-bottom: 0 !important;
}

#assessmentListContainer .about-assessment .actionpanel .assessmentDesc {
    font-size: 16px;
    color: #606060;
}

@media(min-width: 992px){
    #assessmentListContainer .about-assessment .actionpanel .assessmentDesc {
        padding-top: 20px !important;
        height: 60px;
    }
}

#CareerTips #tabbedcontent ul {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    /* margin-top: 30px; */
}

div.col-sm-12 #tabbedcontent {
    margin-top: 30px;
}

#CareerTips.CareerTipsArticle #jumbo_container_article_banner{
    height:580px;
    padding-top: 250px;
    margin-top: -165px;
}

#CareerTips .sub_header .detail_sectioncontent.block .headerbar a:hover{
    color: #009185;
}

#CareerTips .textwrapimage .detail_sectioncontent.block .california a:hover{
    color: #3972d5;
}

#CareerTips .detail_sectioncontent.block img{
    width: auto;
    height : auto;
    max-height: 100%;
    max-width: 100%;
}

#CareerTips .title-image-desc-button-left{
    padding-top:20px;
}

#CareerTips .title-image-desc-button-left img{
    padding-right:10px !important;
    padding-bottom:5px !important;
}

#CareerTips .title-image-desc-button-left P{
    text-align:justify;
    padding-right:30px;
    display:inline-block;
}

@media (min-width:441px) and (max-width:514px){
    #CareerTips.CareerTipsArticle #header_container h1 {font-size:42px;}
}

@media(min-width:401px) and (max-width:440px){
    #CareerTips.CareerTipsArticle #header_container h1 {font-size:37px;}
}

@media(min-width:351px) and (max-width:400px){
    #CareerTips.CareerTipsArticle #header_container h1 {font-size:32px;}
}

@media(min-width:301px) and (max-width:350px){
    #CareerTips.CareerTipsArticle #header_container h1 {font-size:27px;}
}

@media(max-width:300px){
    #CareerTips.CareerTipsArticle #header_container h1 {font-size:25px;}
}

#CareerTips .detail_sectioncontent.block .image{
    padding-bottom:10px !important;
}

#CareerTips .detail_sectioncontent.block .image img{
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
}

#CareerTips .detail_sectioncontent.block .image{
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
}

#CareerTips.CareerTipsArticle .textwrapimage .detail_sectioncontent.block h3{
    display:inline-block;
}

#CareerTips  .textwrapimage {
    margin-top:30px;
}

#CareerTips .detail_sectioncontent.block .left ul {
    margin-left:-30px;
}

#CareerTips .detail_sectioncontent.block .left ul li{
    position: relative;
    left: 2em;
    padding-right: 1em;
}

#CareerTips #tabbedcontent a div.text {
    font-size: 16px;
    font-weight: 400;
/*     font-family: GothamRounded-Medium; */
}


#CareerTips.CareerTipsArticle #tab1 .textwrapimage {
    display:inline-block;
}

@media(max-width:1200px){
    #CareerTips.CareerTipsArticle #tab3 .textwrapimage .detail_sectioncontent.block .content div:last-child p{display:table-cell;}
}

#CareerTips .panel.detail_sectioncontent .headerbar a h2,
#CareerTips.CareerTipsArticle .sub_header .headerbar h2.california{
    font-size: 22px !important;
    padding-top: 0px !important;
    padding-bottom: 25px;
}
#CareerTips .panel.detail_sectioncontent .headerbar a h2 b{
    font-weight: 600;
}

#CareerTips .columngrid .row  .generic-text P {
    width:240px;
    margin:auto;
    line-height:21px;
    display:inline-block;
    margin-top:0px !important;
}

#CareerTips .columngrid .row .detail_sectioncontent .content{
    text-align:center;
}

#CareerTips .accordion_component .panel.detail_sectioncontent .headerbar a h2::after {
    content: '\f106';
}

#CareerTips .accordion_component .panel.detail_sectioncontent .headerbar a.collapsed h2::after {
    content: '\f107';
}

#CareerTips .accordion_component .textwrapimage .detail_sectioncontent .headerbar a h2::after {
    content: none !important;
}

#CareerTips .panel.detail_sectioncontent .headerbar h2 {
    margin-top: 0px !important;
}

#CareerTips .detail_sectioncontent .block h3.cyan{
    color: #009185 !important;
    font-size: 18px !important;
}

.accordion .detail_sectioncontent.block:first:child{
    padding-top: 0px;
}

#tabbedcontent #tab1 .headerbar > h2.california,
#tabbedcontent #tab2 .headerbar > h2.california,
#tabbedcontent #tab3 .headerbar > h2.california,
#tabbedcontent #tab4 .headerbar > h2.california{
    font-size: 28px !important;
}

@media(max-width: 1200px) {
    .tab-content #tab1 .headerbar > h2.california,
    .tab-content #tab2 .headerbar > h2.california,
    .tab-content #tab3 .headerbar > h2.california,
    .tab-content #tab4 .headerbar > h2.california {
        margin-top: 30px !important; /*updated*/
    }
}

@media(min-width: 1201px) {
    .tab-content #tab1 .headerbar > h2.california,
    .tab-content #tab2 .headerbar > h2.california,
    .tab-content #tab3 .headerbar > h2.california,
    .tab-content #tab4 .headerbar > h2.california {
        margin-top: 47px !important; /*updated*/
    }
}

#CareerTips .contentpanel.sectioncontent div.list ul.default li{
    padding: 15px 15px 0;

}

#CareerTips .contentpanel.sectioncontent div.list ul.default li p{
    margin-top: 0;
    margin-bottom:0;
}

/* Work around, Fix the tabbed content component to add tabs dynamically from the author instance */
#accordion_073741290_accordion .panel.detail_sectioncontent.block.accordion3{
    margin-top: -20px;
}

#CareerTips .col-md-2 .sub_header .headerbar h4,
#CareerTips .col-sm-3 .sub_header .headerbar h4 {
    text-transform: none;
    margin-top: 0px;
}

#CareerTips .col-md-2 .detail_sectioncontent.block p,
#CareerTips .col-sm-3 .detail_sectioncontent.block p {
    line-height: 20px;
}

#CareerTips .columncontrol .col-md-2 .article-page-image img,
#CareerTips .columncontrol .col-sm-3 .article-page-image img {
    width: 80px;
}

#CareerTips .columncontrol .col-md-2 .article-page-image,
#CareerTips .columncontrol .col-sm-3 .article-page-image {
    margin-bottom: 0px;
}

#CareerTips #tab1 .col-md-2 .image,
#CareerTips .col-sm-3 .image {
    float: left;
    display: inline;
    width: auto;
    padding-right: 20px;
}

@media(min-width: 320px) {
    #CareerTips #tab1 .col-md-2 .image,
    #CareerTips .col-sm-3 .image {
        padding-right: 10px;
    }
    #CareerTips .textwrapimage h3 {
        padding-top: 20px;
    }
    #CareerTips .panel.detail_sectioncontent .headerbar a h2 {
        padding-right: 12px;
    }

}

@media(max-width: 375px) {
    #CareerTips .col-md-2 .sub_header .headerbar h4, #CareerTips .col-sm-3 .sub_header .headerbar h4 {
        margin-top: 0px;
        position: absolute;
        top: 11px;
    }
    #CareerTips .panel.detail_sectioncontent .headerbar a h2 {
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    #CareerTips .col-md-2 .generic-text .content, #CareerTips .col-sm-3 .generic-text .content {
        padding: 0px 30px;
    }
}

@media (min-width: 992px) {
    /** for textwrapimages in tab1 only **/
    #tab1 .textwrapimage .left {
        float: right;
    }
    #CareerTips .article-page-image {
        margin: 30px 0px 10px 0px;
    }
}

@media (max-width: 991px) {
    #CareerTips .columncontrol .col-md-2,
    #CareerTips .columncontrol .col-sm-3 {
        padding: 7px;
    }

    #assessmentListContainer .about-assessment .actionpanel .assessmentDesc div {
        padding: 10px;
    }
}

@media (min-width: 768px) {
    #CareerTips .columncontrol .col-md-2 {
        width: 20% !important;
        float: left;
    }
    #CareerTips .columncontrol .col-md-2,
    #CareerTips .columncontrol .col-sm-3 {
        text-align: center;
        padding-bottom: 10px;
    }
    #CareerTips #tab1 .col-md-2 .image,
    #CareerTips .col-sm-3 .image {
        float: none;
    }
    #assessmentListContainer .actionpanel .ctabox {
        padding: 20px 0px;
    }
}

@media (min-width: 320px) and (max-width: 560px) {
    #CareerTips .columncontrol .col-md-2,
    #CareerTips .columncontrol .col-sm-3 {
        height: 144px;
    }
    
    #CareerTips .columncontrol .col-md-2 .content{
		display: inline-block;
		max-width: 210px;
    }
}


@media (max-width: 767px) {
    #CareerTips .col-md-2,
    #CareerTips .col-sm-3 {
        clear: both;
        padding: 20px;
    }
}

@media (max-width: 530px) {
    #CareerTips .textwrapimage .detail_sectioncontent.block .content div {
        clear: both;
    }
    #CareerTips .textwrapimage .detail_sectioncontent.block .content div {
        float: none;
        padding-left: 0px;
    }
}

#CareerTips .about-assessment .midthreepanel .actionpanel img {
    max-height: none;
    max-width: none;
    float: none;
    padding: 0px;
    border: 1px solid #fff;
    width: 100%;
}

#CareerTips .about-assessment .midthreepanel .actionpanel .picture {
    border: 1px solid #ccc;
    display: block;
    overflow: auto;
}

#CareerTips .about-assessment .midthreepanel {
    padding-top: 30px;
}

#CareerTips .new {
    display: none;
}

#CareerTips #WorkforceAbout .new {
    display: block;
}

#CareerTips .accordion .panel.detail_sectioncontent .headerbar {
    padding: 15px 0px 10px!important;
}

#CareerTips.CareerTipsArticle .sub_header .headerbar h3 {
    margin-bottom: 10px;
    margin-top: 0px;
}

#CareerTips #tabbedcontent .nav-tabs a div.text {
    padding: 5px 0px !important;
}



