  .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;}
	 
	}	

/*commmunity map styles=======*/
    /*animations*/
[id^="showAnimation"]{line-height:2px;}
[id^="ani"]{display:none;height:auto;}
[id^="ani"].in-view{display:block;}    
    
[class^="showAnimation"]{line-height:2px;}
/*[class^="ani"]{display:none;height:auto;}*/
[class^="ani"].in-view{display:block;}

    .fadeInit{opacity:0!important;}   
.animate{
  animation-duration: 1s;
  animation-fill-mode: both;
  }
.animate0-5{animation-duration: 0.5s;animation-fill-mode: both;}
.animate1{animation-duration: 1s;animation-fill-mode: both;}
.animate1-5{animation-duration: 1.5s;animation-fill-mode: both;}
.animate2{animation-duration: 2s;animation-fill-mode: both;}
.animate2-5{animation-duration: 2.5s;animation-fill-mode: both;}
.animate3{animation-duration: 3s;animation-fill-mode: both;}
.animate3-5{animation-duration: 3.5s;animation-fill-mode: both;}
.animate4{animation-duration: 4s;animation-fill-mode: both;}
.animate4-5{animation-duration: 4.5s;animation-fill-mode: both;}
.animate5{animation-duration: 5s;animation-fill-mode: both;}

.delay0-5{animation-delay: 0.5s;}   
.delay1{animation-delay: 1s;}
.delay1-5{animation-delay: 1.5s;}
.delay2{animation-delay: 2s;}
.delay2-5{animation-delay: 2.5s;}
.delay3{animation-delay: 3s;}
.delay3-5{animation-delay: 3.5s;}
.delay4{animation-delay: 4s;}
.delay4-5{animation-delay: 4.5s;}
.delay5{animation-delay: 5s;}    
    

#trigger1{/*border:1px solid #c00;*/ height:10vh;}     
#trigger2{/*border:1px solid green;*/height:10vh}    
    
    .animate div h1{margin:0;}
    .animate div{
        background:#fff;
        margin:0 auto; 
        width:90%;
        padding:10px; 
        text-align:center;
		border-radius:8px;
    }
     .ani2{
         position:absolute; 
         top:10vh; 
         left:0; 
         right:0;
    
    }
.container.com-map{
        max-width: 100%;
        padding:0 24px;
    }  
    #maph{
        max-width:100%;
        margin:0 auto;
        background:#fff;
        position:relative;
       border-left: 2px solid var(--onn-border);
       border-right: 2px solid var(--onn-border);
    }  
    .is-fixed{position:sticky; top:0px;z-index:0}
    #mapC{width:100%; position:sticky; top:80px;z-index:0}
    #mapC img{display:block; width:100%;  height:auto; }
    #map-top{
          min-height: 1px;
         min-width: 1px;
        }
    
    #map{position:relative;overflow:hidden; background:#000;}
    
    #map img{height:calc(100vh - 80px); object-fit:cover;}
    #map img#community{opacity:0.6; position:absolute;top:0; left:0; transition: all 0.5s ease;}
    #map img#community-full{position:absolute; z-index:1;top:0; left:0;opacity:0; transition: all 0.5s ease;}
    
    #mapC img.f-imgs{
        position:absolute;
        z-index:1;
        top:60px;
        left:40px;
        width:50%;
        display:none;
    }
    #mapC img.f-imgs.showPic{
        display:block;
    }
    #mapB4, #mapAfter{
        position:fixed;
        background:#fff;
        width:100%;
        z-index:3;
        margin:0 2px;
        max-width:1288px;
        display:none
    }
    #mapB4{height:80px;top:0;}
    #mapAfter{display:none;}
    #scrollingContent{position:relative; z-index:1; }
    .clouds{
        position:absolute; 
        z-index:2; 
        background:url(https://theonn.ca/wp-content/uploads/2025/10/clouds.png);
        width:100%;
        background-repeat:no-repeat;
        height:100%;
        background-size:100%;
    }
    
    #clouds-top{
        top:0;
        right:-4px;
    }
    #clouds-bottom{
      transform:rotate(180Deg);
        width:60%;
        bottom:0;  
        left:-4px;
    }
   
    .communities {
        position: relative;
        z-index: 2;
        height: 150vh;
        justify-content: center;
        margin: 40vh 0;
       /* border: 2px solid green;*/
}
    
    #community-f1.communities{ margin: 25vh 0 25vh;}
    
    .communities > div {
            width: 90%;
            background: rgba(255, 255, 255, 0.8);
            height: auto;
            position: absolute;
            right:0;
            left:0;
            top:20%;
            margin:0 auto; 
            padding: 20px;
        font-size:16px!important;
        }
    .communities > div p{margin:0 0 12px;}
    .community-role{
        border-bottom:1px solid var(--onn-green);
        margin:0 0 15px;
        
    }
    .community-role img{width:140px; display:block;padding:0 0 12px ;margin:0 auto; vertical-align:top;}
    .community-role div{width:display:block;}
    .community-role strong{color:var(--onn-purple);}
#controls{border-top:1px solid #8BBB2A;border-bottom:1px solid #8BBB2A; position:relative;} 
    
#controls.is-fixed{position:sticky; top:80px;z-index:12}    
   .featureIn{display:block; width:300px;  height:100px;position:absolute; top:20%; }
    .featureOut{height:10px; display:block; width:100%; position:absolute; bottom:0}
    
    
.community-menu{position:absolute; z-index:3;top:0; right:0px; background:rgba(255,255,255,1); border-radius:0px;min-width:100%;box-shadow: none;}
#community-menu-a{
        display: block;
        color: var(--onn-purple);
        padding: 8px 0;
        margin: 0 auto;
        font-weight: bold;
        font-size: 16px;
        text-decoration: none;
        letter-spacing: 1px;
        text-align:center;
    }
#community-menu-a img{display:inline-block; margin:0 4px 0 0;}
.community-menu nav {
    display: none;
}
.community-menu nav ul {
    margin: 0;
    padding: 0;
} 
.community-menu nav li {
    list-style: none;
    border-top: 1px solid #ddd;
    margin: 0 !important;
}  
.community-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;
}
    .community-menu nav li a:hover{background:var(--onn-green);color:#fff;}    
.zoom-in-map{
     animation-name: zoom-in-map;
     animation-duration: 2s;
     animation-fill-mode: both;
}
.zoom-out-map{
     animation-name: zoom-out-map;
    animation-duration: 2s;
    animation-fill-mode: both;

}
 .zoom-in-com{
     animation-name: zoom-in-com;
    animation-duration: 2s;
    animation-fill-mode: both;

}
.zoom-out-com{
     animation-name: zoom-out-com;
    animation-duration: 2s;
    animation-fill-mode: both;

} 

    @keyframes zoom-in-map{
  0% {
      opacity:0;
     transform:scale(1);
  }
  100% {
       opacity:1;
    transform:scale(1.1);
  }
}
@keyframes zoom-out-map{
  0% {
        opacity:1;
    transform:scale(1.1);
  }
  100% {
        opacity:0;
    transform:scale(1);
  }
}
    
 @keyframes zoom-in-com{
  0% {
    transform:scale(1);
      opacity:1;
  }
  100% {
    transform:scale(1.1);
      opacity:1;
  }
}
@keyframes zoom-out-com{
  0% {
   transform:scale(1.1);
      opacity:1;
  }
  100% {
   transform:scale(1);
      opacity:0.6;
  }
}
/*com 1 functions*/   
#map img#community.f1-in-focus-map{
        animation-name: fade-in-map1;
        animation-duration: 1s;
         animation-fill-mode: both;
    }  
#map img#community-full.f1-in-focus-com{
       animation-name: fade-in-com1;
        animation-duration: 1s;
        animation-fill-mode: both;
    }
.initStateCom {
        animation-name: init-com;
        animation-duration: 2s;
        animation-fill-mode: both;   
    }   
 .initStateMap {
         animation-name: init-map;
        animation-duration: 2s;
        animation-fill-mode: both;     
    } 

@keyframes fade-in-com1{
  0% {opacity: 1;left:0%;top:0%;transform:scale(1.1);}
 70%{ opacity: 0.7;   } 
  100% {opacity: 0; left:-18%;top:-50%;transform:scale(2);}
}    
@keyframes fade-in-map1{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.1);}
  100% { opacity:1;left:-18%;top:-50%;transform:scale(2); }
}   
      
@keyframes init-com{
    0% {left:-18%; top:-50%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.1);}  
}     
@keyframes init-map{
       0% {opacity: 1;left:-18%;top:-50%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.1);}           
}  
    
    
/*com 2 functions*/   
#map img#community.f2-in-focus-map{
        animation-name: fade-in-map2;
        animation-duration: 1s;
        animation-fill-mode: both;
    }  
#map img#community-full.f2-in-focus-com{
       animation-name: fade-in-com2;
    animation-duration: 1s;
    animation-fill-mode: both;
    }  
 .initStateCom2 {
        animation-name: init-com2;
        animation-duration: 2s;
        animation-fill-mode: both;   
    }   
 .initStateMap2 {
         animation-name: init-map2;
        animation-duration: 2s;
        animation-fill-mode: both;     
    }   
    
@keyframes fade-in-com2{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.1); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:-45%;top:0%;transform:scale(2);}
}    
@keyframes fade-in-map2{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.1);}
  100% { opacity:1;left:-45%;top:0%;transform:scale(2); }
}    
  @keyframes init-com2{
    0% {left:-45%; top:0%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.1);}  
}     
@keyframes init-map2{
       0% {opacity: 1;left:-45%;top:0%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.1);}           
}  
    
    
/*com 3 functions*/    
#map img#community.f3-in-focus-map{
        animation-name: fade-in-map3;
        animation-duration: 1s;
        animation-fill-mode: both;
    }  
#map img#community-full.f3-in-focus-com{
       animation-name: fade-in-com3;
    animation-duration: 1s;
    animation-fill-mode: both;
    }   
 .initStateCom3 {
        animation-name: init-com3;
        animation-duration: 2s;
        animation-fill-mode: both;   
    }   
 .initStateMap3 {
         animation-name: init-map3;
        animation-duration: 2s;
        animation-fill-mode: both;     
    } 
 @keyframes fade-in-com3{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.1); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:23%;top:42%;transform:scale(2);}
} 
@keyframes fade-in-map3{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.1);}
  100% { opacity:1;left:23%;top:42%;transform:scale(2); }
} 
  @keyframes init-com3{
    0% {left:23%; top:42%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.1);}  
}     
@keyframes init-map3{
       0% {opacity: 1;left:23%;top:42%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.1);}           
}   
   
/*com 4 functions*/
 #map img#community.f4-in-focus-map{
        animation-name: fade-in-map4;
        animation-duration: 1s;
        animation-fill-mode: both;
    }  
#map img#community-full.f4-in-focus-com{
       animation-name: fade-in-com4;
    animation-duration: 1s;
    animation-fill-mode: both;
    }    
.initStateCom4 {
        animation-name: init-com4;
        animation-duration: 2s;
        animation-fill-mode: both;   
    }   
.initStateMap4 {
         animation-name: init-map4;
        animation-duration: 2s;
        animation-fill-mode: both;     
    }      
@keyframes fade-in-com4{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.1); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:-50%;top:-45%;transform:scale(2);}
}    
@keyframes fade-in-map4{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.1);}
  100% { opacity:1;left:-50%;top:-45%;transform:scale(2); }
}    
  @keyframes init-com4{
    0% {left:-50%; top:-45%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.1);}  
}     
@keyframes init-map4{
       0% {opacity: 1;left:-50%;top:-45%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.1);}           
}
/*com 5 functions*/
 #map img#community.f5-in-focus-map{
        animation-name: fade-in-map5;
        animation-duration: 1s;
        animation-fill-mode: both;
    }  
#map img#community-full.f5-in-focus-com{
       animation-name: fade-in-com5;
    animation-duration: 1s;
    animation-fill-mode: both;
    }    
.initStateCom5 {
        animation-name: init-com5;
        animation-duration: 2s;
        animation-fill-mode: both;   
    }   
.initStateMap5 {
         animation-name: init-map5;
        animation-duration: 2s;
        animation-fill-mode: both;     
    }      
@keyframes fade-in-com5{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.1); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:-40%;top:0%;transform:scale(2);}
}    
@keyframes fade-in-map5{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.1);}
  100% { opacity:1;left:-40%;top:0%;transform:scale(2); }
}    
  @keyframes init-com5{
    0% {left:-40%; top:0%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.1);}  
}     
@keyframes init-map5{
       0% {opacity: 1;left:-40%;top:0%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.1);}           
}    
/*com 6 functions*/
 #map img#community.f6-in-focus-map{
        animation-name: fade-in-map6;
        animation-duration: 1s;
        animation-fill-mode: both;
    }  
#map img#community-full.f6-in-focus-com{
       animation-name: fade-in-com6;
    animation-duration: 1s;
    animation-fill-mode: both;
    }    
.initStateCom6 {
        animation-name: init-com6;
        animation-duration: 2s;
        animation-fill-mode: both;   
    }   
.initStateMap6 {
         animation-name: init-map6;
        animation-duration: 2s;
        animation-fill-mode: both;     
    }      
@keyframes fade-in-com6{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.1); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:-50%;top:40%;transform:scale(2);}
}    
@keyframes fade-in-map6{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.1);}
  100% { opacity:1;left:-50%;top:40%;transform:scale(2); }
}    
  @keyframes init-com6{
    0% {left:-50%; top:40%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.1);}  
}     
@keyframes init-map6{
       0% {opacity: 1;left:-50%;top:40%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.1);}           
} 
  
/*com 7 functions*/
 #map img#community.f7-in-focus-map{
        animation-name: fade-in-map7;
        animation-duration: 1s;
        animation-fill-mode: both;
    }  
#map img#community-full.f7-in-focus-com{
       animation-name: fade-in-com7;
    animation-duration: 1s;
    animation-fill-mode: both;
    }    
.initStateCom7 {
        animation-name: init-com7;
        animation-duration: 2s;
        animation-fill-mode: both;   
    }   
.initStateMap7 {
         animation-name: init-map7;
        animation-duration: 2s;
        animation-fill-mode: both;     
    }      
@keyframes fade-in-com7{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.1); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:-45%;top:-50%;transform:scale(2);}
}    
@keyframes fade-in-map7{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.1);}
  100% { opacity:1;left:-45%;top:-50%;transform:scale(2); }
}    
  @keyframes init-com7{
    0% {left:-45%; top:-50%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.1);}  
}     
@keyframes init-map7{
       0% {opacity: 1;left:-45%;top:-50%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.1);}           
} 
/*com 8 functions*/
 #map img#community.f8-in-focus-map{
        animation-name: fade-in-map8;
        animation-duration: 1s;
        animation-fill-mode: both;
    }  
#map img#community-full.f8-in-focus-com{
       animation-name: fade-in-com8;
    animation-duration: 1s;
    animation-fill-mode: both;
    }    
.initStateCom8 {
        animation-name: init-com8;
        animation-duration: 2s;
        animation-fill-mode: both;   
    }   
.initStateMap8 {
         animation-name: init-map8;
        animation-duration: 2s;
        animation-fill-mode: both;     
    }      
@keyframes fade-in-com8{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.1); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:-5%;top:-50%;transform:scale(2);}
}    
@keyframes fade-in-map8{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.1);}
  100% { opacity:1;left:-5%;top:-50%;transform:scale(2); }
}    
  @keyframes init-com8{
    0% {left:-5%; top:-50%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.1);}  
}     
@keyframes init-map8{
       0% {opacity: 1;left:-5%;top:-50%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.1);}           
}   
/*com 9functions*/
 #map img#community.f9-in-focus-map{
        animation-name: fade-in-map9;
        animation-duration: 1s;
        animation-fill-mode: both;
    }  
#map img#community-full.f9-in-focus-com{
       animation-name: fade-in-com9;
    animation-duration: 1s;
    animation-fill-mode: both;
    }    
.initStateCom9 {
        animation-name: init-com9;
        animation-duration: 2s;
        animation-fill-mode: both;   
    }   
.initStateMap9 {
         animation-name: init-map9;
        animation-duration: 2s;
        animation-fill-mode: both;     
    }      
@keyframes fade-in-com9{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.1); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:-10%;top:15%;transform:scale(2);}

}    
@keyframes fade-in-map9{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.1);}
  100% { opacity:1;left:-10%;top:15%;transform:scale(2); }
}    
  @keyframes init-com9{
    0% {left:-10%; top:15%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.1);}  
}     
@keyframes init-map9{
       0% {opacity: 1;left:-10%;top:15%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.1);}           
}   
/*com 10functions*/
 #map img#community.f10-in-focus-map{
        animation-name: fade-in-map10;
        animation-duration: 1s;
        animation-fill-mode: both;
    }  
#map img#community-full.f10-in-focus-com{
       animation-name: fade-in-com10;
    animation-duration: 1s;
    animation-fill-mode: both;
    }    
.initStateCom10 {
        animation-name: init-com10;
        animation-duration: 2s;
        animation-fill-mode: both;   
    }   
.initStateMap10 {
         animation-name: init-map10;
        animation-duration: 2s;
        animation-fill-mode: both;     
    }      
@keyframes fade-in-com10{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.1); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:-15%;top:35%;transform:scale(2);}

}    
@keyframes fade-in-map10{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.1);}
  100% { opacity:1;left:-15%;top:35%;transform:scale(2); }
}    
  @keyframes init-com10{
    0% {left:-15%; top:35%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.1);}  
}     
@keyframes init-map10{
       0% {opacity: 1;left:-15%;top:35%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.1);}           
}         

    
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}   
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
} 
.fadeInDown {animation-name: fadeInDown;}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -70%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
    
.mt3{margin-top:1rem;}   
.onn-content-community,.onn-content-community-bot {
       background:#fff;     
        border-top-right-radius: 16px;
       border-top-left-radius: 16px;
        background:#fff;
        border-left: 2px solid var(--onn-border);
       border-right: 2px solid var(--onn-border);
    }
    .onn-content-community-bot {
       border-bottom-right-radius: 16px;
       border-bottom-left-radius: 96px; 
         border-top-right-radius: 0;
       border-top-left-radius: 0;
     border-bottom: 2px solid var(--onn-border);
     }
    
.com-modal .modal-body aside{    
   display:none;
    } 
.com-modal .modal-body aside.sm{    
    float: none;
    display: block;
    margin: 0 0 12px;
    background: var(--onn-green);
    padding: 10px;
} 
    
  .com-modal .modal-body aside h6{font-size:20px;}
  
    .cta-com  {border:1px solid var(--onn-orange); padding:12px;margin:0 0 12px}  
    .cta-com img{width:100px; margin:0 auto 12px auto; vertical-align:top; display:block}
    .cta-com div{display:block; width:100%;}
    
@media screen and (max-width: 540px) {
    .container.com-map .px-4 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
}    
    
@media (min-width: 576px) {
    .com-modal .modal-dialog {
        max-width: 800px;
        width:95%;
        margin: 1.75rem auto;
    }
   .com-modal  .modal-body aside{    
        float: right;
        width: 40%;
        display: inline-block;
        margin: 0 0 12px 15px;
        background: var(--onn-green);
        padding: 10px;
    } 
   
    .cta-com img{width:100px; margin:0 15px 12px 0; vertical-align:top; display:inline-block}
    .cta-com div{display:inline-block; width:calc(100% - 120px )}
    
    
   .com-modal .modal-body aside.sm{display:none;}
 #controls{ position:relative;border-bottom:none;border-top:none} 
    
#controls.is-fixed{position:sticky; top:80px;z-index:12}    
    
.community-menu{position:absolute; z-index:3;top:12px; right:20px; background:#fff; border-radius:12px;min-width:220px;box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.53);}
#community-menu-a{
        display: inline-block;
        color: var(--onn-purple);
        padding: 8px 12px;
        margin: 0 auto;
        font-weight: bold;
        font-size: 18px;
        text-decoration: none;
        letter-spacing: 1px;
    }
#community-menu-a img{display:inline-block; margin:0 4px 0 0;} 
    
    
    .community-role img{width:140px; display:inline-block;padding:0 10px 0 0;vertical-align:top;}
    .community-role div{width:calc(100% - 160px); display:inline-block;}
    
}    
   
@media screen and (max-width: 766px) {
   .communities {
    height: 2000px;
    margin: 340px 0 0;

 }
	.communities > div {top: 10%;}
	.featureIn { top: 2%;}
}      


@media (min-width: 767px) {  
    
    
#trigger1{/*border:1px solid #c00;/ height:10vh;}     
#trigger2{/*border:1px solid green;*/height:10vh}    
 #trigger3{height:10vh; margin-bottom:80vh}       
    
}    
    
    
 @media (min-width: 1024px) {
     
     .mt3{margin-top:3rem;}      
      .communities > div {
        width: 50%;
        background: rgba(255, 255, 255, 0.8);
        height: auto;
        position: absolute;
        right: 40px;
        left:auto;
        top: 20%;
    }  
      #mapAfter{height:40px; bottom:0;display:block;}
      #map img{height:calc(100vh - 120px);}
  
     
    #trigger1{height:20vh;}     
    #trigger2{height:10vh; margin-top:10vh;}      
     
      .animate div{
        background:#fff;
        margin:0 auto; 
        width:700px;
        padding:10px; 
        text-align:center;
		  border-radius:8px;
    }
     .ani2{
         position:absolute; 
         top:5vh; 
         left:0; right:0;
    
    }
     
     
     
@keyframes zoom-in-map{
  0% {
      opacity:0;
     transform:scale(1);
  }
  100% {
       opacity:1;
    transform:scale(1.25);
  }
}
@keyframes zoom-out-map{
  0% {
        opacity:1;
    transform:scale(1.25);
  }
  100% {
        opacity:0;
    transform:scale(1);
  }
}
    
 @keyframes zoom-in-com{
  0% {
    transform:scale(1);
      opacity:1;
  }
  100% {
    transform:scale(1.25);
      opacity:1;
  }
}
@keyframes zoom-out-com{
  0% {
   transform:scale(1.25);
      
  }
  100% {
   transform:scale(1);
     
  }
}  
/*init1*/
@keyframes fade-in-com1{
  0% {opacity: 1;left:0%;top:0%;transform:scale(1.25);}
 70%{ opacity: 0.7;   } 
  100% {opacity: 0; left:-15%;top:-35%;transform:scale(2);}
}    
@keyframes fade-in-map1{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.25);}
  100% { opacity:1;left:-15%;top:-35%;transform:scale(2); }
}   
      
@keyframes init-com{
    0% {left:-15%; top:-35%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.25);}  
}     
@keyframes init-map{
       0% {opacity: 1;left:-15%;top:-35%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.25);}           
} 
  /*init2*/   
@keyframes fade-in-com2{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.25); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:-45%;top:0%;transform:scale(2);}
}    
@keyframes fade-in-map2{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.25);}
  100% { opacity:1;left:-45%;top:0%;transform:scale(2); }
}    
  @keyframes init-com2{
    0% {left:-45%; top:0%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.25);}  
}     
@keyframes init-map2{
       0% {opacity: 1;left:-45%;top:0%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.25);}           
} 
     
/*init3*/
@keyframes fade-in-com3{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.25); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:23%;top:42%;transform:scale(2);}
} 
@keyframes fade-in-map3{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.25);}
  100% { opacity:1;left:23%;top:42%;transform:scale(2); }
} 
  @keyframes init-com3{
    0% {left:23%; top:42%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.25);}  
}     
@keyframes init-map3{
       0% {opacity: 1;left:23%;top:42%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.25);}           
}        
/*init4*/
  @keyframes fade-in-com4{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.25); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:-50%;top:-50%;transform:scale(2);}
}    
@keyframes fade-in-map4{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.25);}
  100% { opacity:1;left:-50%;top:-50%;transform:scale(2); }
}    
  @keyframes init-com4{
    0% {left:-50%; top:-50%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.25);}  
}     
@keyframes init-map4{
       0% {opacity: 1;left:-50%;top:-50%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.25);}           
}   
/*init5*/
 @keyframes fade-in-com5{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.25); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:-25%;top:0%;transform:scale(2);}
}    
@keyframes fade-in-map5{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.25);}
  100% { opacity:1;left:-25%;top:0%;transform:scale(2); }
}    
  @keyframes init-com5{
    0% {left:-25%; top:0%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.25);}  
}     
@keyframes init-map5{
       0% {opacity: 1;left:-25%;top:0%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.25);}           
}     
/*init6*/
@keyframes fade-in-com6{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.25); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:-40%;top:40%;transform:scale(2);}
}    
@keyframes fade-in-map6{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.25);}
  100% { opacity:1;left:-40%;top:40%;transform:scale(2); }
}    
  @keyframes init-com6{
    0% {left:-40%; top:40%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.25);}  
}     
@keyframes init-map6{
       0% {opacity: 1;left:-40%;top:40%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.25);}           
}      
/*init7*/
@keyframes fade-in-com7{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.25); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:-45%;top:-50%;transform:scale(2);}
}    
@keyframes fade-in-map7{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.25);}
  100% { opacity:1;left:-45%;top:-50%;transform:scale(2); }
}    
  @keyframes init-com7{
    0% {left:-45%; top:-50%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.25);}  
}     
@keyframes init-map7{
       0% {opacity: 1;left:-45%;top:-50%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.25);}           
}      
/*init8*/
   @keyframes fade-in-com8{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.25); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:-5%;top:-50%;transform:scale(2);}
}    
@keyframes fade-in-map8{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.25);}
  100% { opacity:1;left:-5%;top:-50%;transform:scale(2); }
}    
  @keyframes init-com8{
    0% {left:-5%; top:-50%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.25);}  
}     
@keyframes init-map8{
       0% {opacity: 1;left:-5%;top:-50%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.25);}           
}    
/*init9*/
 @keyframes fade-in-com9{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.25); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:-10%;top:35%;transform:scale(2);}

}    
@keyframes fade-in-map9{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.25);}
  100% { opacity:1;left:-10%;top:35%;transform:scale(2); }
}    
  @keyframes init-com9{
    0% {left:-10%; top:35%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.25);}  
}     
@keyframes init-map9{
       0% {opacity: 1;left:-10%;top:35%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.25);}           
}      
/*init10*/
@keyframes fade-in-com10{
  0% {opacity: 1; left:0%;top:0%;transform:scale(1.25); }
 70%{ opacity: 0.7;   } 
  100% {opacity: 0;left:-10%;top:15%;transform:scale(2);}

}    
@keyframes fade-in-map10{
  0% {opacity:1;left:0%;top:0%;transform:scale(1.25);}
  100% { opacity:1;left:-10%;top:15%;transform:scale(2); }
}    
  @keyframes init-com10{
    0% {left:-10%; top:15%;opacity: 1;transform:scale(2);} 
  100% {opacity: 1; left:0%;top:0%;transform:scale(1.25);}  
}     
@keyframes init-map10{
       0% {opacity: 1;left:-10%;top:15%; transform:scale(2);}
      100% {opacity: 1;left:0%;top:0%;transform:scale(1.25);}           
}    
     
}
@media (min-width: 1200px) {
     #mapC img.f-imgs{
        width:40%;
    }  
    .communities{   
        position: relative;
        z-index: 2;
        height: 150vh;
        justify-content: center;
        margin:25vh 0;
		
    } 
    #community-f1.communities{ margin: 10vh 0 25vh;}
}
@media (min-width: 1400px) {
    .container.com-map {
        max-width: 1320px;
        padding:0 12px;
    }
    #maph{
        max-width:1296px; 
        margin:0 auto;
    }  
    .featureIn{top:30%;}
    .featureOut{bottom:0}
}

