/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
*{
    margin: 0;
    padding: 0;
    
}

.menu { 
}
.menu img{
 
   
    cursor: pointer;
    
}
.colaps{
margin-top: 20px;
    
}
footer{
    position:relative;
}

#progress-indicator{
	padding:0px 5px;
	position: absolute;
	top:-55px;
	right:30px;
	width:200px;
	display:block;
	border: 1px solid #16316C;
	background-color:white;
	height:20px;
	color:black;
	text-align: left;
	
}

#progress-bar{
	white-space: nowrap;
	padding:0px 5px;
	display: block;
	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:20px;
	background-color:#16316C;
	overflow: hidden;

	color:white;
}

.sdfsddfsdf{
    background: red;
    overflow: hidden;
}
.sdfsddfsdf .logo{
  
}
.sdfsddfsdf .logo img{
  margin-top: 20px;
    margin-bottom: 20px;
}
.head_heading{
        margin-top: 100px;
    margin-bottom: 100px
}.head_heading h1{
    font-size: 48px;
    font-family: "HelveticaRounded-Bold";
    color: white;
   text-shadow: 4px 4px 8px black;

}
.sdfsddfsdf{
    background: url(../img/slide.jpg) 0px -28px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 400px;
}
.head_nav_bar{
  
    background: rgba(255, 255, 255, 0.88);

}
.nav_menus{
    width: 250px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 92px;
    background: #fff;
    padding: 25px;
transition: .5s;
    padding-left: 52px
    
}
.nav_menus ul{}
.nav_menus ul li{
    list-style: none;
    margin-bottom: 5px
}
.nav_menus ul li a{
    color: black;
    text-decoration: none;
}
.nav_menus ul li a:hover{
 color: #26A0DA;
}
.icon i{
    color: #2297D5;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.icon{
    
}
.clear {
    clear: both;
}
.bg_colr{
    background: #1F97D4;
    color: #fff;
     font-family: 'helvetica_roundedbold';
    height: 400px;
    margin-top:5px;
   
    
    
}
.bg_colr h3{
  margin-top: 80px;
  font-family: "HelveticaRounded-Bold";

    
}
.service{
    
}
.service img{
    margin-top: 20px
}

.service h4{
    font-family: 'helvetica_roundedbold';
    color: #1F4E80;
    font-size: 20px;
    font-family: "HelveticaRounded-Bold";
}
.service p{
     font-family: "HelveticaNeueLTStd-Lt";
}
.service span{
    font-family: "HelveticaRounded-Bold";
}
.content_right{
    background: #E1E2E7;
}
.left_preview{
    background: #fff;
}
    
}
.left_preview .btn{
    background: #1F97D4;
    color: #fff;
    border-radius: 12px;
    margin-left: 5px;
    margin-right: 5px
   
}
.left_preview .btn:last-child{
   padding-left: 22px;
    padding-right: 22px
}
.bg_color_f{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_area{
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
      background: #16316C;
}
.contents_section{
    margin-top: -5px
}
/* style for template one*/
.header_area_one{
    
}
.header_area_one .logo img{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
    
}
.header_area_one .menu{
   
}
.body_images img{
    margin-top: 120px;
    margin-bottom: 50px;
}
.body_images h2{
   font-size: 40px;
     font-family: "HelveticaRounded-Bold";
    color: #113069;;
    margin-bottom: 130px;
}
.body_images button{
   width: 100px;
    border-radius: 8px;
    background: #1F97D5;
    color: #fff;
  
}
.next_previous{
    margin-bottom: 30px;
    font-family: "HelveticaNeueLTStd-Lt";
}
.nav_menus ul li a{
    color: #6AB8E4;
    font-family: "HelveticaNeueLTStd-Lt";
    font-weight: 600
}
.nav_menus{
    background: #fff;
    z-index: 999999;
}
.nav_menus ul li{
    position: relative;
    transition: 1s
}
.nav_menus ul li:before{
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    border-radius: 10px;
    border: 2px solid #6AB8E4;
    margin-left: -25px;
    margin-top: 4px;
}
.nav_menus ul li:hover:after{
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    border-radius: 10px;
    margin-left: -25px;
    margin-top: 4px;
    background: #6AB8E4;
    left: 0;
     transition: 1s
}
/*style for template two*/

*{}
.starter_area{
    background: #E2E3E8;
    margin-top: -6px;
    padding-top: 35px
}
.starter_area a{
    text-decoration: none;
    text-align: left;
  
}
.starter_area a,
.starter_area button{
    text-decoration: none;
    padding: 1px 10px;
    font-size: 30px;
    font-family: "HelveticaRounded-Bold";
    border-radius: 10px;
    background: #1F97D5;
    color: #214E7D; 
    border-width: 0px;  
}
.spone{
    padding: 5px 15px;
    margin-left: -60px;
    font-size: 30px;
       font-family: "HelveticaRounded-Bold";
    color: #fff;
    background: #1F97D5;
    border-radius: 13px;
    
}.spone{
    padding: 1px 12px;
    margin-left: -60px;
    font-size: 30px;
       font-family: "HelveticaRounded-Bold";
    color: #fff;
    background: #1F97D5;
    border-radius: 13px;
    font-family: "HelveticaNeueLTStd-Lt";
    position: relative
}
.starter_area>p{
   
}
.info_burron p{
    width: 250px;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    margin-top: -40px;
    position: relative;
    margin-left: 20px;
    font-family: "HelveticaNeueLTStd-Lt";
}

.info_burron p:before{
  position: absolute;
    height: 2px;
    width: 30px;
    border-top: 2px dotted green;
    content: '';
    display: block;
    left: 0;
    top: 0;
    margin-left: -35px;
    margin-top: 15px
    
}
.starter_area p{
    font-size: 12px;
    text-align: left;
    margin-top: 10px
   
}
.starter_area{
    padding-bottom: 220px
}
.bat{
    padding-top: 20px;
    padding-bottom: 30px;
    background: #fff;
}
.bat .btn{
    width: 100px;
    border-radius: 10px;
    background: #1F97D5;
     font-family: "HelveticaNeueLTStd-Lt";
    color: #fff;
   
}

.bat .stealth{
	visibility:hidden;
	position: absolute;

}
	
.info_burron p{
   
}
.spone:hover{
    cursor: help;
}
.spone:hover .info_burron p{
    display: block;
}
.info_burron .btn{
    color: #fff;
    padding: -5px 10px;
    margin-left: -20px;
}
/*style for template two form*/
.t2f_first{
    
}
.uniqueid{
    background: #E2E3E8;
    margin-top: -10px
    
}
.t2f_first input{
    height: 37px;
    width: 250px;
    border: 0;
    border-radius: 10px
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */

    padding-left: 10px;
    font-size: 20px;
    font-family: "HelveticaRounded-Bold";
    color: #1F97D5
}
::-moz-placeholder { /* Firefox 19+ */
  
    padding-left: 10px;
    font-size: 20px;
    font-family: "HelveticaRounded-Bold";
    color: #1F97D5
}
:-ms-input-placeholder { /* IE 10+ */
 
    padding-left: 10px;
    font-size: 20px;
    font-family: "HelveticaRounded-Bold";
    color: #1F97D5
}
:-moz-placeholder { /* Firefox 18- */
  
    padding-left: 10px;
    font-size: 20px;
    font-family: "HelveticaRounded-Bold";
    color: #1F97D5
}
.t2f_first button.btn{
	 background: #1F97D5;
    color: #fff;

}

.t2f_first a{
    background: #1F97D5;
    color: #fff;
    font-size: 20px;
    padding: 3px 12px;
    border-radius: 5px;
    margin-left: 20px;
    
}
.t2f_first{
    margin-top: 10px
}
.t2f_first h2{
      font-family: "HelveticaRounded-Bold";
    color: #1C4D83;
    margin-top: 30px;
}
.t2f_first p{
     margin-top: 20px;
     font-family: "HelveticaNeueLTStd-Lt";
}
.saaaa{
    
}

.saaaa label{
    font-size: 20px;
    font-family: "HelveticaRounded-Bold";
      color: #1C4D83;
}


.saaaa select,
.saaaa .select_skin{
  margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /*background: none;*/
    -webkit-appearance: none; 
    -moz-appearance: none;
        background: #fff url(/electromedia_bairport/images/forms/dropdown_arrow.png) right center no-repeat;
}	


.saaaa input,
.saaaa select,
.saaaa .select_skin{
	height: 40px;
    width: 250px;
    border: none;
    border-radius: 10px;
    margin-right: 0px;
    padding-left:10px;

 
}

.saaaa .select_skin_text { 
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
}

/*.saaaa .select_skin_text { margin-bottom: 0px; padding-right:20px; display: table-cell; vertical-align: middle;}*/
.saaaa .select_skin{ display: block; margin-bottom: 0px; width: 250px; }


.saaaa{
    margin-top: 20px
}

.saaaa span{
font-size: 20px;
    margin-left: 10px;
    padding: 7px 15px;
    background: #1F97D5;
    color: #fff;
    border-radius: 20px

}.saaaa span i{

    color: #fff;

}
.sdfisd{
    margin-bottom: 20px
}
.sdfisd p{
    margin-top: 10px
    
}

.template_two {
	
	

}
*{
    
}
/*style for template therr*/
.template_three {
	background: url(../img/slide.jpg) 0px -28px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 355px;
	overflow: hidden;
}

.mobility h3{
   font-family: "HelveticaRounded-Bold";
    color: #1C4D83;
}.mobility p{
   font-family: "HelveticaNeueLTStd-Lt";
}
.mobility h3:nth-child(1){
  margin-bottom: 40px;
    margin-top: 30px
}
.themplate_button .btn{
    width: 100px;
    border-radius: 10px;
    background: #1F97D5;
    color: #fff;
}
.themplate_button{
    padding-top: 20px;
    padding-bottom: 25px;

    background: #fff;
}
.mobility{
    background: #E2E3E8;
}
.right{
    margin-top: 22px
}
.right p{
    width: 250px;
    margin-top: 20px
}
*{}
.right img{
    border: 5px solid #fff;
    margin-top: 8px
}
*{}
.mobility {
	background: #E2E3E8;
	padding-top: -32px;
}
.template_three {
	background: url(../img/slide.jpg) 0px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 358px;
	overflow: hidden;
}
.template_three .logo {
	margin-top: 30px;
	margin-bottom: 20px;
}
.template_three .menu {

    
	
}
/*css for template four*/

.template_four {
	background: url(../img/slide.jpg) 0px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
/*	height: 358px;*/
	overflow: hidden;
}
.template_four .logo{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px
}
.template_four .menu{
    
}
.fire_doors h4{
    font-family: "HelveticaRounded-Bold";
    font-size: 20px;
    color: #254A74;
    
}
.fire_doors h4:nth-child(1){
    margin-top: 30px
}
.fire_doors h4:nth-child(1){
    margin-top: 40px
}
.fire_doors  ul{
    margin-left: 20px;
    font-family: "HelveticaNeueLTStd-Lt";
}
.t4_f_img{
    
}
.t4_f_video{
    margin-top: 40px
    
}
.fire_doors img{
    margin-top: 30px;
    
}
*{}
.link_hignt ul{
 margin-top: 20px
}
.link_hignt ul li{
 margin-top: 20px
}
.fire_doors{
    background: #E2E3E8;
    padding-bottom: 20px;
}
.te4_btn{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

.te4_btn .btn{
  width: 100px;
    border-radius: 10px;
    background: #1F97D5;
    color: #fff;
    
}
/*template six style*/

.template_six{

	position: relative;
	
    
}
.template_six .head_nav_bar{
  
   
}
.template_six .logo{
    
}
.offic_map img{
    margin-top: 30px
}
*{}
/*style for template seven*/
.themplat_seven{
    background: url(../img/slide.jpg) 0px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 358px;
	overflow: hidden;
}
.themplat_seven .logo{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 23px
}
.themplat_seven .menu{
    
}
.themplat_seven .menu img{
   
}
.te_secen_content{
    margin-top: -5px;
    background: #E2E3E8;
}
.templa_sec_con_left{
/*
    background: #1F97D5;
    color: #fff;
    height: 400px;
    margin-top: 30px;
    display: block
*/
}
.templa_sec_con_left {
  background: #1f97d5 none repeat scroll 0 0;
  color: #fff;
  min-height: 291px!important;
  margin-top: 37px!important;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 37px!important;  
  text-align: left!important;
}
.templa_sec_con_left h3{
    font-family: "HelveticaRounded-Bold";
}
.templa_sec_con_left p{
     font-family: "HelveticaNeueLTStd-Lt";
}

.te_sec_co_right h3{
    font-family: "HelveticaRounded-Bold";
    color: #214873;
    margin-top: 35px
}
.te_sec_co_right div span:nth-child(1){
    font-weight: bold;
      font-family: "HelveticaRounded-Bold";
    font-size: 18px;
    color: #214873;
}

.te_sec_co_right div span:nth-child(2){
    font-family: "HelveticaNeueLTStd-Lt";
    font-size:15px
}.te_sec_co_right div span:nth-child(5){
    
}
.s_in{
    margin-left: 25px
}
.s_in:nth-child(4){
    color: #D0221C;
}

.te_sec_co_right{
    padding-left: 80px;
    padding-bottom: 30px;
}
.ts_single{
    margin-top: 30px;
    position: relative;
}



.cor_ssi strong{
    color: #1F97D5;
}

.cor_ssi span{
    color: #1F97D5;
}

/*style for template eight*/
.certificate{
    
}
.certificate{
    background: #E2E3E8;
    margin-bottom: 20px
}
.certificate h1{
    font-size: 60px;
    font-family: "HelveticaRounded-Bold";;
    margin-bottom: 80px;
    color: #16316C;
}
.t_eight_bg{
    background: #fff;
    
}
.template_eignt_mar{
    background: #fff;
}

.certificate h3{
    font-family: "HelveticaRounded-Bold";;
    color: #16316C;
}
.certificate h2{
    font-family: "HelveticaRounded-Bold";;
    color: #1A93DF
    
}
.certificate h4{
    font-family: "HelveticaRounded-Bold";;
    margin-bottom: 50px;
    color: #16316C;
}

.certificate img{
  margin-bottom: 20px
}
.expairs h5{
    font-family: "HelveticaRounded-Bold";;
    color: #16316C;
}

.expairs{
    
}

.expairs p:nth-child(3){
    color: #A9A9A9
    
}

.colaps {
	margin-top: 20px;
    margin-right: 14px;
}


/*css for template nine*/

.template_nine {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
/*  height: 358px;*/
    overflow: hidden;
}
.template_nine .logo{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px
}
.template_nine .menu{
    
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
   
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #000;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
body{
    background: #E2E3E8;
}
.sdsddfdfsdfsdf{
    background: #fff;
    margin-bottom: 40px
}
.header_area_one{
   
}
.header_area_one .colaps{
    margin-top: 30px
}
*{}

.template_three .colaps{
    margin-top: 30px;
}
.template_three{}
.themplat_seven .colaps{}
.template_six .colaps{
    margin-top: 9px
}
.sdfsddfsdf{
    margin-bottom: 20px
}

.head_nav_bar img{
    height: 50px
}
.head_nav_bar span{
    height: 50px
}
.head_nav_bar{
    padding-top: 20px;
    padding-bottom: 20px
}
.sdsddfdfsdfsdf{
    margin-top: 30px
}
.t_eight_bg{
    margin-top: 20px
}
.ts_single input{
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -50px;
    margin-top: 0px
}
.s_in{
    display: none;
}
.template_five_btn {
    
}

.template_five_btn .btn{
    width: 100px;
    border-radius: 10px;
    background: #1F97D5;
    color: #fff;
}
.bg_color_f .btn{
   width: 100px;
    border-radius: 10px;
    background: #1F97D5;
    color: #fff;
}
.service:hover{  
	cursor:pointer;  
}
t4_f_video:hover{ cursor:pointer;
}
.content_right img{
    width: 149px;
    height: 83px
    
}

.sidenav a.unclickable{
	color:#ccc;
}	



*{margin: 0;padding:0;}
.table-white-padded{margin:30px;}

table{
    border-collapse: seperate;
    border-spacing: 2px;
    background-color: lightGrey;
}

td{
    background-color:white;
    border: 1px solid gray;
    padding: 6px;
}

@media print {

	header, section.te4_btn{
		display:none;
	}

}


@media screen and (max-width: 700px) {

	div#progress-indicator{
		top:-25px;
	}

}







.report{
	color:red!important;
}




#helpActive{
	display:none;
}

#helpTrigger{
	position:absolute;
	top:20px;
	left:50%;
	/*transform: translateX(-50%);*/
	padding:10px 20px;
	border: #113069 2px solid;
	cursor: pointer;
}


#helplb{	
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:rgba(0,0,0,0.5);
	cursor: pointer;
}

#helpContent{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	background-color: #fff;
	border: #113069 2px solid;
	padding:20px;
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;	
}


input#helpActive:not(:checked) + label,
input#helpActive:not(:checked) + label + label{
	display:none;
}











