  .onn-content-main {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
/*padding and. margining classes=====================*/
.pt0{padding-top:0!important;}
.pt3{padding-top:3px!important;}
.pt6{padding-top:6px!important;}
.pt12{padding-top:12px!important;}
.pt18{padding-top:18px!important;}

.pb0{padding-bottom:0!important;}
.pb3{padding-bottom:3px!important;}
.pb6{padding-bottom:6px!important;}
.pb12{padding-bottom:12px!important;}
.pb18{padding-bottom:18px!important;}

.mt0{margin-top:0!important;}
.mt3{margin-top:3px!important;}
.mt6{margin-top:6px!important;}
.mt12{margin-top:12px!important;}
.mt18{margin-top:18px!important;}

.mb0{margin-bottom:0!important;}
.mb3{margin-bottom:3px!important;}
.mb6{margin-bottom:6px!important;}
.mb12{margin-bottom:12px!important;}
.mb18{margin-bottom:18px!important;}
.mb24{margin-bottom:24px!important;}
.mx-auto{margin:0 auto;}

.dw-menu{background:#f3f3f3; text-align:center}
#dw-menu-a{
    display:inline-block;
    color:var(--onn-dark-blue);
    padding: 12px;
    margin:0 auto;
    font-weight:bold;
    font-style:italic;
    font-size:21px;
    text-decoration:none;
    letter-spacing:1px;
    
}
#dw-menu-a span{padding:8px 14px;}
.dw-menu nav{display:none;}
.dw-menu nav ul{margin:0; padding:0;border-bottom:1px solid #ddd;}
.dw-menu nav li{list-style:none; border-top:1px solid #ddd;margin:0!important;}
.dw-menu nav li a{display:block; padding:8px; color:var(--onn-dark-blue);text-decoration:none; font-weight:normal;transition: all 0.2s ease-in;cursor:pointer; }

div[data-bs-toggle="modal"]{cursor:pointer;}


.dw-menu nav li a:hover{background:#fff;cursor:pointer}

#decent-work-paths{margin-bottom:40px;position:relative; background:var(--onn-green);}
#decent-work-paths #dw-banner h4{color:#fff; text-transform:uppercase; font-size:14px; letter-spacing:1px;line-height:1.1; margin:0;}
#decent-work-paths #dw-banner h1{color:#fff; font-size:28px;line-height:1.1; margin:0;} 
.path-header{max-width:1920px; margin:0 auto;}

/*main landing page*/
.page-id-26835 .dw-menu nav li a#path-intro{background:#fff;font-weight:bold}
/*land acknowledgement*/
.page-id-26846 .dw-menu nav li a#path-land{background:#fff;font-weight:bold}
/*about*/
.page-id-26911 .dw-menu nav li a#path-about{background:#fff;font-weight:bold}
/*charter*/
.page-id-27175 .dw-menu nav li a#path-charter{background:#fff;font-weight:bold}

/*path 1*/
.page-id-26850 .dw-menu nav li a#path1{background:#fff;font-weight:bold}
/*path 2*/
.page-id-26856 .dw-menu nav li a#path2{background:#fff;font-weight:bold}
/*path 3*/
.page-id-26864 .dw-menu nav li a#path3{background:#fff;font-weight:bold}
/*path 4*/
.page-id-26866 .dw-menu nav li a#path4{background:#fff;font-weight:bold}
/*path 5*/
.page-id-26868 .dw-menu nav li a#path5{background:#fff;font-weight:bold}
/*path 6*/
.page-id-26870 .dw-menu nav li a#path6{background:#fff;font-weight:bold}
/*path 7*/
.page-id-26877 .dw-menu nav li a#path7{background:#fff;font-weight:bold}
/*path 8*/
.page-id-27125 .dw-menu nav li a#path8{background:#fff;font-weight:bold}


.page-id-26911 #dw-banner h4{display:none}

.content-top-40{padding-top:40px;}
.content-top-30{padding-top:30px;}
.content-top-20{padding-top:20px;}

.content-bottom-40{padding-bottom:40px;}
.content-bottom-30{padding-bottom:30px;}
.content-bottom-20{padding-bottom:20px;}

  .path-header{
     height:200px;
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: cover;
   }   
 .page-id-26866 .path-header{background-position: 50%;}
 .page-id-26868 .path-header{background-position:  0%;}

   #decent-work-paths #dw-banner{
        position:static;
        background:rgba(0,68,100,1);
        padding:12px;
        max-width:100%;
        bottom:auto;
   } 
.dw-main img{   
    max-width: 100%;
    height: auto;
}

.dw-main .dw-tooltip {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #fff;
    text-align:left;
}

.dw-main .dw-tooltip .top {
    min-width:300px; 
    max-width:360px;
    top:-10px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:10px 20px;
    color:#ffffff;
    background-color:#004361;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.dw-main .dw-tooltip:hover .top {
    display:block;
}

.dw-main .dw-tooltip .top i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.dw-main .dw-tooltip .top i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#004361;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
.dw-main .dw-tooltip a{color:#fff; text-decoration:underline;}
.dw-main  .btn-white{
    background: #fff;
    color: var(--onn-dark-blue)!important;
    text-decoration: none!important;}


.dw-main  .btn-white:hover{
    background: #f6f6f6;
    color: var(--onn-dark-blue)!important;
    text-decoration: none!important;}
.dw-main [class*=col-]{padding:0 15px;}
.dw-main a{transition: all 0.2s ease-in;cursor:pointer;}
.dw-main h2.h1{color:var(--onn-dark-blue); font-size:36px;margin:0 0 30px 0;font-weight:600;}
span#whichP{
color: var(--onn-purple);
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin: 30px 0 0px;
}

.dw-main h3{color:var(--onn-grey); font-size:32px;margin-bottom:24px; font-weight:600;}
.dw-main h3.pink{color:var(--onn-pink); font-size:32px;margin-bottom:24px; font-weight:600;}
.dw-main h3.orange{color:var(--onn-orange); font-size:32px;margin-bottom:24px; font-weight:600;}
.orange{color:var(--onn-orange);}
    .dw-main h3.def-box{margin-bottom:18px;}
.dw-main h4{color:var(--onn-pink);}
.dw-main h4.grey{color:var(--onn-grey);}
.dw-main h4.h3{font-size:30px;}
.dw-main h4.header{color:var(--onn-grey); margin:24px 0;}
.dw-main h6{color:var(--onn-grey); font-size:21px;}
.dw-main hr{
    background-color:#fff;
    border: 0;
    opacity: 1;
    height: 30px!important;
    background: url(/wp-content/themes/onn/dw-assets/img/dw-horizontal-rule.gif);
    background-repeat: no-repeat;
    background-position: center;
    clear:both;
}
.dw-panel img.res-book {
    width: 240px;
    width: 240px;
}
/*==landscape styles=====*/
#dw-landscape{position:relative;}
#dw-landscape br{display:none;}
#dw-title{
    position: static;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding:0 15px;
    text-align: center;
    border:4px solid var(--onn-green);
}
#dw-title h2{color:var(--onn-dark-blue); text-transform:uppercase;font-size:21px; margin:12px 0; line-height:1.1;font-weight:900;}   
#dw-title h2 span{color:var(--onn-light-blue);display:block;}

.dw-target{position:static;background:var(--onn-green); border-bottom:1px dotted #fff; padding:8px; text-align:center}
.dw-target a{display:block; color:var(--onn-dark-blue); padding:0 5px; text-decoration:none; font-weight:500;}
.dw-target img{height:90px; width:67px;display:inline-block; margin:0 auto;position:relative;z-index:2;}
.dw-target span{
  vertical-align:middle;
    display:inline-block;
    width:100%;
    padding:0 5px;
}
.dw-target a:hover {background:#fff; text-decoration:none;}


#dw-charter{

}
#dw-well{

}
#dw-resources{

}
#dw-charter a, #dw-well a, #dw-resources a{display:block;  height:auto;}
/*==end landscape styles=====*/
.dw-main .full-video {
    height: 98%;
    margin: 0 auto 24px;
    width: 98%;
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}
.dw-main .full-video iframe, .dw-main .full-video object, .dw-main.full-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.dw-main .modal-dialog .modal-content {
    position: relative;
    padding: 50px 25px 10px;
    border: 0;
    margin: 24px;
}
.dw-main .close{position:relative}
.dw-main .modal-dialog .modal-content .btn--cancel {
    position: absolute;
    right: -10px;
    top: -36px;
    color: var(--onn-dark-blue);
    text-decoration: none;
    font-weight: normal;
}
.dw-main .modal-dialog .modal-content .btn--cancel svg, .dw-main .modal-dialog .modal-content .btn--cancel svg{
    
        font-size: 24px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    top: -2px;
}

    
blockquote.dw-quote{
    border-radius:0;
    font-style: italic;
    font-size: 1.2rem;
    font-weight: 400;
    margin:0 0 40px;
    border-left: 6px solid;
    border-color: var(--onn-pink);
}

blockquote.dw-quote:after, blockquote.dw-quote:before {
  color: var(--onn-pink);
    font-size: 90px;
    line-height: 0.8;
    font-family: georgia;
    font-weight: bold;
    display: block;
    width: 50px;
    padding: 0;
    margin:0 auto;
    vertical-align: top;
} 

blockquote.dw-quote:before {                                     
  content: open-quote;
  vertical-align: top;
}
blockquote.dw-quote:after {                                     
  content: close-quote;
font-size:0px!important;
}

blockquote.dw-quote p {
    display: inline-block;
    width:100%
}
blockquote.dw-quote p:nth-child(2) {
    width: 100%;
}
blockquote.dw-quote cite{display:block; font-size:90%; font-style:italic;padding:15px 0 0 0;}
/*blockquote.dw-quote cite:before{content:"-"}*/
.dw-panel{
    background:rgba(130,207,202,0.25);
    padding:20px;
   
}

.dw-panel.panel-blue, .dw-panel.panel-green{
    display: flex;
    flex-direction: column;
    height: 100%;
     margin:0 0 12px;
}
.dw-panel.panel-blue{background:var(--onn-dark-blue);}
.dw-main .dw-panel.panel-blue h5{color:var(--onn-green);font-size:24px;}
.dw-panel.panel-green{background:var(--onn-green);}
.dw-main .dw-panel.panel-green h5{color:var(--onn-dark-blue);font-size:24px;}
.dw-panel.panel-blue p,.dw-panel.panel-green p{color:#fff;}
.dw-panel.panel-blue a, .dw-panel.panel-green a{color:#fff; text-decoration:underline;}
.dw-panel.smaller-text p{font-size:90%;}
.dw-panel.dw-dyk{}
.dw-panel.dw-dyk header{padding:6px 12px; background:#aee8e4;margin:-20px -20px 18px;}
.dw-panel.dw-dyk header span{display:inline-block; width:calc(100% - 50px); font-size:21px; font-weight:bold;line-height:46px;color:var(--onn-dark-blue);}
.dw-panel.dw-dyk header img{width:44px;}

.panel.panel-def{
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 0 12px;
}

.dw-panel img{width:100%;}
.dw-main .dw-panel h4{
    background: var(--onn-dark-blue);
    color: #fff;
    text-align: center;
    padding: 6px;
    margin: 0 0 18px;
}
.dw-main .dw-panel h5{color:var(--onn-grey); font-size:18px; font-weight:600;}

.dw-main .dw-panel h5.bigger{ font-size:21px; }
.dw-main h5{font-size:21px;}
.dw-panel p{font-size:100%;}

td .dw-panel {margin:18px 0 0 ;}
td .dw-panel p {margin: 0 ;} 

.dw-panel hr{
    background: #fff;
    height: 2px!important;
}
.dw-main .panel ul{font-weight:bold; color:var(--onn-dark-blue);}

.dw-main img.align-left,.dw-main img.align-right,.dw-main img.align-center{
    float: none;
    display: block;
    padding: 12px;
    margin:0 auto;
}

.dw-main .line-block{border-bottom: 3px solid var(--onn-green);height: 3px;}
.dw-main .line-block-vert{
    width: 3px;
    height: 50px;
    border-right: 3px solid var(--onn-green);
    position: relative;
    left: 50%;
}

.dw-main ul li{margin:0 0 9px;}

img#panel-bot{
    position: relative;
    width: 100%;
    display:block;
    opacity: 0.22;
    margin:0 0 18px;
    }
.num-list{margin-bottom:9px;}
.num-list span{
    vertical-align:top;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100px;
    background: var(--onn-dark-blue);
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.num-list p{display:inline-block; width:calc(100% - 60px); padding:0 10px;}
.num-list ul{margin:0 0 18px 60px;}

.dw-sign-posts{
    padding: 8px;
    background: rgba(0,198,244,0.15);  
    margin:0 0 9px;
}
.dw-sign-posts span{display:inline-block; width:44px;vertical-align:top;}
.dw-sign-posts p{display:inline-block; width:calc(100% - 64px); padding:0 10px;margin:0;}

.tool-bar{
    padding:8px 15px;
    font-weight:bold;
    font-size:21px;
    background:var(--onn-green);
    color:#fff;
}
.tool-bar span{display:block; width:100%;text-align:center;}


a.print-tool{
     display: block;
     margin:0 auto;
    float: none;
    background: #fff;
    padding: 4px 10px;
    color: var(--onn-dark-blue);
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    vertical-align: top;
    font-weight: bold;   
    top:0px;
    width:156px;
    line-height:30px;
}
a.print-tool.print-charter{width:188px;}
a.print-tool img{display:inline-block; width:30px; vertical-align:top;margin:0 4px;}

a.print-tool:hover{background:var(--onn-dark-blue);color:#fff;}


.panel{background:var(--onn-background);padding:20px;margin:0 0 24px;}
.panel p{margin:0;}

table.dw-table{border:1px solid #ddd;}
table.dw-table th{text-align:center; font-weight:bold;}
table.dw-table th span{font-weight:normal;}
table.dw-table th,table.dw-table td{padding:8px 15px;border:1px solid #ddd;vertical-align:top;}
table.dw-table thead{background:var(--onn-dark-blue); color:#fff;}

.dw-checklist{margin-bottom:9px;}
.dw-checklist input{
    width: 20px;
    height: 20px;
    vertical-align: top;
    position: relative;
    top: 3px;
}
.dw-checklist p{
    display: inline-block;
    width: calc(100% - 30px);
    padding: 0 10px;
}
table.dw-wages tr{border-bottom:1px solid #ddd;}
table.dw-wages tr:last-child{border:none;}
table.dw-wages td{padding:4px; vertical-align:top; font-weight:normal;}
table.dw-wages span.legend{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #000;
    margin: 0 10px 0 0;  
    vertical-align:middle;
}
table.dw-wages span.legend1{background:#09679e}
table.dw-wages span.legend2{background:#6aad30}
table.dw-wages span.legend3{background:#f0a8ed}
table.dw-wages span.legend4{background:#873ff0}
table.dw-wages span.legend5{background:#f00908}
table.dw-wages span.legend6{background:#790869}
table.dw-wages span.legend7{background:#d1e04f}
table.dw-wages span.legend8{background:#2aeda9}
table.dw-wages span.legend9{background:#f0950d}
table.dw-wages span.legend10{background:#9ceef0}



  #arrowbox{
    width: 90%;
    height: 40px;
    background-color:var(--onn-green);
   margin:30px auto;
    position: relative;
    text-align:center;
    color:#fff;
    display: none;
  align-items: center;
  justify-content: center;
      font-size:16px;
      line-height:1.2;
}
#arrowbox span{display:none;}
 p.arrowbox{font-size:15px; color:var(--onn-green);}  
#arrowbox:after {
	left: 100%;
	top: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: var(--onn-green);
	border-width: 40px;
	margin-top: -20px;
}

#arrowbox:before {
	right: 100%;
	top: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color:var(--onn-green);
	border-width: 40px;
	margin-top: -20px;
}

 .video-launch{
        position:relative;  
        border:1px solid var(--onn-green);
    }
    
    .video-launch span{
        position:absolute;
        width:80px;
        top:calc(55% - 40px);
        left:calc(50% - 40px);
    }

 .tool-bar.number-list{
    padding:8px 15px;
    font-weight:bold;
    font-size:21px;
    background:var(--onn-green);
    color:#fff;
   text-align:center;
}

.tool-bar.number-list span{
    vertical-align: top;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100px;
    background: #fff;
    text-align: center;
    font-weight: bold;
    color: var(--onn-green);
     margin:0 auto 12px;
    }  

    
/*==540============================*/
@media screen and (max-width: 540px){
    .page-template-page-decent-work-pathways .px-4 {
        padding-right: 8px!important;
       padding-left: 8px!important;   
    } 
    #dw-menu-a{font-size:18px;}
    h1 {
        font-size: 2.0rem;
        line-height: 2.4rem;
        margin: 18px 0;
    }
}
/*==540============================*/
@media screen and (min-width: 540px){
    #dw-title h2{
        font-size:24px;
        margin:9px 0;
        line-height:1.1
    }
    #dw-title{
    position: absolute;
    top: 0;
        border:0;
    left: 0;
    right: 0;
    z-index: 1;
    padding:0 15px;
    text-align: center;
}
#dw-title h2{color:var(--onn-dark-blue); text-transform:uppercase;font-size:21px; margin:12px 0; line-height:1.1;font-weight:900;}   
#dw-title h2 span{color:var(--onn-light-blue);display:block;}

.dw-target{position:static;background:var(--onn-green); border-bottom:1px dotted #fff; padding:8px 15px; text-align:left;}
.dw-target a{display:block; color:var(--onn-dark-blue); padding:0 5px; text-decoration:none; font-weight:500;}
.dw-target img{height:90px; width:67px;display:inline-block; margin:0 auto;position:relative;z-index:2;}
.dw-target span{
  vertical-align:middle;
    display:inline-block;
    width:calc(100% - 80px);
    padding:0 5px;
}
.dw-target a:hover {background:#fff; text-decoration:none;}

    
}

/*==600============================*/
@media screen and (min-width: 600px){
   #decent-work-paths #dw-banner h4{ font-size:16px; }
  #decent-work-paths #dw-banner h1{color:#fff; font-size:32px;} 
    #dw-title h2{
        font-size:30px;
        margin:18px 0;
        line-height:1.1
    }
    .path-header{
     height:300px;
    background-position: 80%;
   }   
  #arrowbox{
    width: 80%;
    height: 90px;
    background-color:var(--onn-green);
   margin:30px auto;
    position: relative;
    text-align:center;
    color:#fff;
    display: flex;
  align-items: center;
  justify-content: center;
      font-size:16px;
      line-height:1.2;
}
#arrowbox span{display:inline-block; background:var(--onn-green);}
    p.arrowbox{display:none;}  
#arrowbox:after {
	left: 100%;
	top: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 128, 0, 0);
	border-left-color: var(--onn-green);
	border-width: 70px;
	margin-top: -25px;
}

#arrowbox:before {
	right: 100%;
	top: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 128, 0, 0);
	border-right-color:var(--onn-green);
	border-width: 70px;
	margin-top: -25px;
}
}
/*==768============================*/
@media (min-width: 768px){
    span#whichP{
    color: var(--onn-purple);
    font-weight: bold;
    font-size: 21px;
    display: block;
    margin: 40px 0 0px;     
    }
.dw-main h2.h1{color:var(--onn-dark-blue); font-size:44px;margin:0 0 40px 0;font-weight:600;}
.dw-main h3{color:var(--onn-grey); font-size:36px;margin-bottom:30px; font-weight:600;}

.dw-main h4{color:var(--onn-pink);}
.dw-main h4.header{color:var(--onn-grey); margin:24px 0;}
    
    #dw-title h2{
        font-size:36px;
        margin:24px  0 0;
        line-height:1.2
    }
 
  
    
    
blockquote.dw-quote{
    border-radius:0;
    font-style: italic;
    font-size: 1.2rem;
    font-weight: 400;
    margin:0 0 40px;
    border-left: 6px solid;
    border-color: var(--onn-pink);
}

blockquote.dw-quote:after, blockquote.dw-quote:before {
  color: var(--onn-pink);
    font-size: 90px;
    line-height: 0.8;
    font-family: georgia;
    font-weight: bold;
    display: inline-block;
    width: 70px;
    padding: 0 15px 0 0;
    vertical-align: top;
} 

blockquote.dw-quote:before {                                     
  content: open-quote;
  vertical-align: top;
}

blockquote.dw-quote p {
    display: inline-block;
    width: calc(100% - 80px);
}
blockquote.dw-quote p:nth-child(2) {
    padding-left: 70px;
    width: 100%;
}
    a.print-tool{
    display: inline-block;
    position: relative;
    float: right;
    background: #fff;
    padding: 4px 10px;
    color: var(--onn-dark-blue);
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    vertical-align: top;
    font-weight: bold;   
    top:-3px;
    line-height:30px;
}
.tool-bar span{display:inline-block; width:calc(100% - 200px);text-align:left;}
    

     
}
@media screen and (max-width: 600px){
    table.dw-table-resp th, 
    table.dw-table-resp td {
    padding: 8px 15px;
    border: 1px solid #ddd;
    vertical-align: top;
    display: block;
    width: 100%;
}
    table.dw-table-resp td[width="30%"]{background:#efefef;}
    table.dw-table th.hide-600-sm{display:none;}
}


/*==992==============================*/
@media screen and (max-width: 992px){
    #decent-work-paths .container { max-width:100%; padding:0; margin:0;}
    .container.dw-cont{max-width:100%; padding:0 24px; margin:0;}
}
/*==992 min=================*/
@media screen and (min-width: 992px){
 .path-header{
     height:320px;
    background-position: center;
   }   
 #decent-work-paths #dw-banner{
    position:absolute;
    background:rgba(0,68,100,0.85);
    padding:24px;
    max-width:460px;
    top: 50%;
     bottom:auto;
    transform: translateY(-50%);
   }  
#decent-work-paths.post-26835 #dw-banner{max-width:360px;}
   #decent-work-paths.post-26868 #dw-banner{right:20%;} 
    #decent-work-paths #dw-banner h4{ font-size:18px;margin:6px 0;}
    #decent-work-paths #dw-banner h1{ font-size:40px;margin:6px 0;} 
    
.dw-main img.align-left{
    float: left;
    display: inline-block;
    padding: 0 30px 12px 0;
}
.dw-main img.align-right{
    float: right;
    display: inline-block;
    padding: 0 0px 12px 30px;
}
.dw-main img.align-center{
    float: none;
    display: inline-block;
    padding: 0 15px 12px 15px;
}  
   
#dw-title h2{color:var(--onn-dark-blue); text-transform:uppercase;font-size:40px; font-weight:900; line-height:1.2; margin:36px 0 0;}    
.dw-target{position:absolute;top:0; background:none; border:none;}
.dw-target img{height:180px;width:134px;display:block; margin:0 auto;position:relative;z-index:2;}
.dw-target span{
    display:inline-block; 
    background:rgba(255,255,255,0.5);
    max-width:240px;
    color:#000; 
    font-weight:500; 
    border-radius:6px; 
    padding:8px;
    text-align:center; 
    line-height:1.3; 
    position:relative;
    top:-18px;
}
    
.dw-target a {
    display: block;
    color: inherit;
    padding: 0px;
    text-decoration: none;
    font-weight: 500;
}    
.dw-target a:hover{background:transparent;}
.dw-target a:hover span{background:#fff;}

#dw-charter{
    
    display: block;
    position: absolute;
    bottom: 17%;
    left: 3%;
    width: 220px;
    height: 3%;
}
#dw-well{
 
    display: block;
    position: absolute;
    bottom: 12.5%;
    left: 3%;
    width: 220px;
    height: 3%;
}
#dw-resources{

    display: block;
    position: absolute;
    bottom: 7.5%;
    left: 3%;
    width: 220px;
    height: 3%;
}
    
    
#arrowbox{
   width: 90%;
      font-size:18px;
      line-height:1.3;
}

    
 .panel-left-div{width:calc(100% - 200px); display:inline-block;}


    #dw-charter a, #dw-well a, #dw-resources a{display:block; height:55px;padding:8px; text-indent:-10000px;}
    
    
.dw-target1{
    top:16%;
    left:33%;
}
.dw-target2{
    top:23%;
    left:70%;
}
.dw-target3{
     top: 32%;
    left: 38%;
}
.dw-target4{
     top: 40%;
    left: 65%;
}

.dw-target5{
     top: 44%;
    left: 9%;
}    
.dw-target6{
     top: 55%;
    left: 35%;
}  
.dw-target7{
     top: 67%;
    left: 62%;
} 
.dw-target8{
     top: 80%;
    left: 37%;
} 

 .dw-target img{height:135px;width:100px;display:block; margin:0 auto;position:relative;z-index:2;}
.dw-target span{
    font-size:15px;
    width:220px;
}
    
    .tool-bar.number-list{
    padding:8px 15px;
    font-weight:bold;
    font-size:21px;
    background:var(--onn-green);
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tool-bar.number-list span{
    display: inline-block;
     margin:0 8px;
    
    }    
    
}

/*==1200================*/
@media screen and (min-width: 1200px){
    
#dw-title h2{color:var(--onn-dark-blue); text-transform:uppercase;font-size:48px; font-weight:900;}    
 .path-header{height:360px;}  
    
    
.dw-target img{height:180px;width:134px;display:block; margin:0 auto;position:relative;z-index:2;}
.dw-target span{
    font-size:16px; 
}    
    
.dw-target1{
    top:15%;
    left:36%;
}
.dw-target2{
    top:22%;
    left:73%;
}
.dw-target3{
     top: 32%;
    left: 44%;
}

.dw-target4{
     top: 40%;
    left: 68%;
}
.dw-target5{
     top: 45%;
    left: 9%;
}    
.dw-target6{
     top: 53%;
    left: 35%;
}  
.dw-target7{
     top: 65%;
    left: 65%;
} 
.dw-target8{
     top: 80%;
    left: 38%;
} 
#dw-charter{
    bottom: 16.5%;
    left: 3%;
    width: 300px;
    height: 3%;
}
#dw-well{
    bottom: 12%;
    left: 3%;
    width: 260px;
    height: 3%;
}
#dw-resources{
   
    bottom: 7%;
    left: 3%;
    width: 260px;
    height: 3%;
}    
  #dw-charter a, #dw-well a, #dw-resources a{display:block;padding:10px;}      
}
/*==1400===========================*/
@media screen and (min-width: 1400px){
    .path-header{ height: 400px;}

 .dw-target1{
    top:17%;
    left:38%;
}
.dw-target2{
    top:26%;
    left:72%;
}
.dw-target3{
     top: 33%;
    left: 43%;
}
.dw-target4{
     top: 41%;
    left: 70%;
}

.dw-target5{
     top: 47%;
    left: 11%;
}    
.dw-target6{
     top: 55%;
    left: 38%;
}  
.dw-target7{
     top: 65%;
    left: 65%;
} 
.dw-target8{
     top: 80%;
    left: 42%;
} 
}

@media screen and (min-width: 1600px){
.path-header{ height: 460px;}
   
}
@media screen and (min-width: 1920px){
    #decent-work-paths{padding:20px;}
}
/*quiz-css*/
	#quizTop{padding-top:20px;margin-bottom:40px;}
 .quiz-progress{background:#f2f2f2;}
  .quiz-progress ul{list-style:none;margin:0px auto;padding:30px 20px 0px; text-align:center;margin:0!important;}	
  .quiz-progress ul li{display:inline-block; background:none!important; padding:0 1px!important;}
	.quiz-progress ul li span{display:inline-block;width:12px; height:12px; border-radius:50px; background:#c0c0c0;}
	.quiz-progress ul li span.active{background:#E30B77;}
	.quiz-h{background:#f2f2f2;padding:10px 40px 20px;}
	.quiz-qs span.num{
		display:inline-block;
		border-radius:100px;
		background:#014361;
		width:36px;
		height:36px;
		font-size:21px;
		line-height:36px;
		text-align:center;
		color:#fff;
		font-family:'Roboto';
        font-weight:700;
		vertical-align:top;
	}
	.quiz-qs{display:none;}
	.quiz-qs.newq{display:block;}
	
	.quiz-q{
		font-family:'Roboto';
        font-weight:700;
		font-size:32px;
		color:#000;	
		display:inline-block;
		line-height:1.1;
		padding:0px 10px;
		max-width:calc(100% - 70px);
	}
  .quiz-buttons{margin:18px auto 18px;width:calc(100% - 70px);}
	.quiz-buttons button{
   		position:relative; 
   		display:block;
    	width:100%; 
		font-family:'Roboto', sans-serif;
		font-size:21px;
		color:#014361;
		border:2px solid #014361;
		background:#fff;
		margin:0 0px 9px;
		padding:10px 24px;
    	letter-spacing:0.5px; 
		cursor:pointer;
		-webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
	}
	.quiz-buttons button:hover,.quiz-buttons button.active {
		background:#014361;
		color:#fff;
	}
  .quiz-buttons button span{display:inline-block; width:calc(100% - 50px); padding:0 10px;}
  
	.quiz-buttons button[disabled=disabled] {
    	cursor: default;
    	color: #014361;
    	border: 2px solid #014361;
    	background: #fff;	
	}
  .quiz-buttons button.correct[disabled=disabled] {
 	background:#29C4F0;
    border-color:#29C4F0;
    color:#fff; 
  }
	
 .quiz-buttons button.correct2[disabled=disabled] {
 	-webkit-transition-property: all; /* Safari */
  -webkit-transition-duration: 0.4s; /* Safari */
  -webkit-transition-delay: 0.7s; /* Safari */
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0.7s;
	 background:#29C4F0;
	  border-color:#29C4F0;
    color:#fff; 
  }	
	h3.ctbs-result{color:#29C4F0;}	
.quiz-buttons button.wrong[disabled=disabled] {
 		background:#812D6F;
    	color:#fff; 
		 border-color:#812D6F;
  }	
	.correctA{
		width:calc(100% - 70px);
		padding:15px;
		background:#fff;
		margin:0 auto;
		display:none;
	}
	.correctA.onstate{}
	p.lead.true{font-family:'Roboto'; font-weight:700; font-size:24px; color:#29C4F0;}	
	p.lead.false{font-family:'Roboto'; font-weight:700; font-size:24px; color:#812D6F;}
	
  .quiz-buttons button svg, .quiz-buttons button em{color:#fff; visibility: hidden!important;position:absolute; right:20px;top:10px;font-style:normal;} 
  
  .quiz-buttons button.correct em.check{visibility:visible!important;display:inline-block;}
	.quiz-buttons button.correct2 em.check{visibility:visible!important;display:inline-block;}
	.quiz-buttons button.wrong em.times{visibility:visible!important;display:inline-block;}
	
	.quiz-next{
		display:none;
		color:#014361!important;
		font-size:26px;
		font-family:"Roboto";
        font-weight:700;
		text-align:center;
		text-decoration:none;
		margin:18px auto 0;
		width:200px;
	}
  
  .quiz-next:hover{
		color:#243C4B!important;
  } 
  
	.quiz-next.nextOn{
		display:block;
	}
	
.cm-quiz-arrow {
  display:inline-block;
  opacity:0.6;
}
  .g-score, .l-score{display:none;}
  h4.g-score, h4.l-score{color:#29C4F0!important;} 
 ;}
   
	.share-quiz{border-top:1px solid rgba(0,114,206,0.6);}
	a.button-ctbs-quiz{
		width:40px;
		height:40px;
		line-height:40px;
		text-align:center;
		color:#fff!important;	
		border-radius:100px;
		padding:0;
		margin:0 4px;
	}
	a.button-ctbs-quiz:hover{color:#014361!important;}
.up {
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
 
}
@-webkit-keyframes uparrow {
  0% { -webkit-transform: translateY(0); opacity: 0.4 }
  100% { -webkit-transform: translateX(10px); opacity: 0.9 }
}

.up {
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
}	 
  
  
 @media only screen and /*!YUI Compressor*/(max-width: 830px){ 	
	 .quiz-h{padding:10px 20px 20px;}
	 .quiz-q{font-size:26px;}
	 .quiz-buttons button span{width:100%}
	 .quiz-buttons button{font-size:18px;}
	}
  
 @media only screen and /*!YUI Compressor*/(max-width: 600px){ 	
	 .quiz-h{padding:10px 15px 20px;}
	 .quiz-q{font-size:22px; width:100%;max-width:100%;}
	 .quiz-buttons button{font-size:16px;}
	 .quiz-buttons,.correctA{width:100%;}
	 .quiz-next{font-size:24px;}
	 .quiz-qs span.num{display:block; margin:0 auto 18px;}
	 
	}	

