.uxArticle.uxArticle-fullwidth {margin: 30px 5%;}
@media screen and (max-width: 700px){.uxArticle, .uxArticle.uxArticle-fullwidth {margin:20px 10px;}}

.tabs {width: auto;}

[role="tablist"] {min-width: 100%;}

[role="tab"], [role="tab"]:focus, [role="tab"]:hover {
  display: inline-block;
  position: relative;
  z-index: 2;
  top: 2px;
  margin: 0;
  margin-top: 4px;
  padding: 3px 3px 4px;
  border: 1px solid hsl(219deg 1% 72%);
  border-bottom: 2px solid hsl(219deg 1% 72%);
  border-radius: 5px 5px 0 0;
  background: hsl(220deg 20% 94%);
  outline: none;
  font-weight: bold;
  max-width: 40%; /*37%;*/
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}
[role="tab"][aria-selected="true"] {
  padding: 5px;
  margin-top: 0;
  border-width: 2px;
  border-top-width: 6px;
  border-top-color: #33508A;
  border-bottom-color: hsl(220deg 43% 99%);
  background: hsl(220deg 43% 99%);
}
[role="tab"][aria-selected="false"] {vertical-align: bottom;}
[role="tab"] span.focus {
  display: inline-block;
  margin: 2px;
  padding: 4px 6px;
  vertical-align: super;
}
[role="tab"]:hover span.focus {
  border: 2px solid hsl(220deg 43% 99%);
  border-radius: 3px;
}
[role="tab"]:hover span.focus, [role="tab"]:focus span.focus, [role="tab"]:active span.focus {
  padding: 2px 4px;
  border: 2px solid #182746;
  border-radius: 3px;
}

[role="tabpanel"] {
  padding: 20px;
  border: 2px solid #A7AFB5;
  border-radius: 0 5px 5px;
  background: hsl(220deg 43% 99%);
  min-height: 10em;
  width: auto;
  overflow: auto;
}
[role="tabpanel"].is-hidden {display: none;}

.tabs_buttons_button > span {font-weight: 400;}

/*tab panel content*/
.tabs_panel > h3 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tabs_panel > h3:first-child {padding-top: 0;}

.tabs_panel > p,  .tabs_panel > ol > li, .tabs_panel > ul > li {
    font-size: 22px;
    font-weight: 200;
}
.tabs_panel > p,  .tabs_panel > ol, .tabs_panel > ul {padding-bottom: 15px;}
.tabs_panel > p > strong, .tabs_panel > ol > li > strong, .tabs_panel > ul > li > strong {font-weight: 400;}
.tabs_panel > ol > li, .tabs_panel > ul > li {padding-bottom: 10px;}
.tabs_panel > p:last-child, .tabs_panel > ol > li:last-child, .tabs_panel > ul > li:last-child {padding-bottom: 0;}

.tabs_panel > ul, .tabs_panel > ol {margin-left: 20px;}

.tabs_panel > h2 {
	font-size: 33px;
	font-weight: 400;
	line-height: 40px;
	color: #182745;
	padding-bottom: 20px;
}
.tabs_panel > h3 {
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;	
	color: #182745;
	padding-bottom: 20px;
}
.tabs_panel > h4 {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;	
	color: #182745;
	padding-bottom: 20px;
}

img.accordion-title-preicon {
    display: inline-block;
    width: 30px;
    height: 30px;
}

/*mobile accordion content*/
.tab-container-mobile {display: none;}

@media screen and (min-width: 700px) and (max-width: 1024px){
    .tabs_panel > h2 {
		font-size: 30px;
		line-height: 37px;
	}
    .tabs_panel > h3 {
		font-size: 24px;
		line-height: 29px;
	}
    .tabs_panel > h4 {
		font-size: 18px;
		line-height: 29px;
	}
    .tabs_panel > p,  .tabs_panel > ol > li, .tabs_panel > ul > li {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (min-width: 700px) and (max-width: 765px){
	[role="tab"][aria-selected="true"] {padding: 4px;}
  	[role="tab"] span, [role="tab"] span.focus {margin: 0;}
  	
  	img.accordion-title-preicon {
        width: 25px;
        height: 25px;
    }
  
    .tabs_buttons_button > .h3 {
    	font-size: 22px;
        line-height: 25px;
    }
}

@media screen and (max-width: 700px){
  	.tabs {display: none;}
  
   	img.accordion-title-preicon {
      	padding-right: 4px;
        display: inline-block;
        width: 25px;
        height: 25px;
    }
  
    span.accordion-title {
    	padding-bottom: 0;
    	display: inline-block;
      	vertical-align: super;
    }
   
    .tabs_panel > h2 {
		font-size: 24px;
		line-height: 29px;
	}
    .tabs_panel > h3 {
		font-size: 20px;
		line-height: 25px;	
	}
    .tabs_panel > h4 {
		font-size: 16px;
		line-height: 25px;	
	}

    .tabs_panel > p,  .tabs_panel > ol > li, .tabs_panel > ul > li {
        font-size: 16px;
        line-height: 18px;
    }
  
    div.tab-container-mobile {
        width: auto;
      	margin-top: 20px;
    	margin-left: 10px;
    	margin-right: 10px;
      	display: block;
    }
}

/*button border issue test code*/
[role="tab"][aria-selected="true"] {height: 54px;}

.h2-hide {display: none;}