

		/* Alerts Page */

		.wd_category_checkboxes > .wd_parent_category:first-of-type{
			background: red;
			display: none;
		}

		#wd_subcategories_2_all .wd_subcategories,
		#wd_subcategories_5_all .wd_subcategories{
			display: none;
		}


		#type_checkboxes .wd_category_checkbox{
			position: relative;
		}

		.wd_hit_area{
			width: 100%;
			height: 92%;
			background-color: #999;
			position: absolute;
			top: 0;
			left: 0;
			cursor: pointer;
			opacity: 0;
			max-width: 350px;
			transition: all 300ms ease-in-out;
			z-index: 5;
		}

		.wd_hit_area ~ label{
			position: relative;
			z-index: 0;
		}

		.wd_hit_area:hover{
			opacity: .3;
		}

		.wd_hit_area + input{
			
			display: none;
		}

		.wd_expand > label:after{
		    content: '';
			border-top: 4px solid #000;
			border-left: 4px solid transparent;
			border-right: 4px solid transparent;
			position: relative;
		    top: 10px;
    		margin-left: 7px;
			pointer-events: none;
		}


		.wd_expand.active > label:after{

			border-bottom: 4px solid #000;
			border-left: 4px solid transparent;
			border-right: 4px solid transparent;
			border-top: 0;
			top: -9px;
		}

		#wd_printable_content .wd_form_buttons input.wd_formbuilder_submit{
			font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
			font-size: 1.06rem;
			line-height: .6;
			color: #fff;
			background-color: #005ea2;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			border: 0;
			border-radius: .25rem;
			cursor: pointer;
			display: inline-block;
			font-weight: 700;
			margin-right: .5rem;
			padding: .75rem 1.25rem;
			text-align: center;
			text-decoration: none;
			margin-left: 0;
		}

		#wd_printable_content .wd_form_buttons input.wd_formbuilder_submit:hover{
			color: #fff;
			background-color: #1a4480;
			border-bottom: 0;
			text-decoration: none;
		}


		.wd_form_field .wd_form_field_label{
			float: none;
			width: auto;
			text-align: left;
			margin-left: 155px;
		}