/*updated 7.11.13 - Responsive CSS for Mobile - AEL*/
/*theme overrides here will be included in base CSS */
div.fnc {
 width:70%; 
}
h3.category {
 font-size:1em;
}
.button_panel input[type="submit"] {
  /* min-width: 30%; */
}
#tabs {
  border-bottom: 2px solid #c6c6c6;
  overflow:visible;
}
#tabs li {
  margin-right:3px;
}
#tabs li:last-of-type {
  margin-right:0;
}

#quick_subscribe_confirmation div.button_panel {
  margin-top: 15px;
}
button.treeExpand {
  margin-left:0px;
}

@media only screen and (min-width: 768px) {
  div.featured_network input {
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
  } 
}
body, #page_margins, .class, ol, li, #col3, #quick_subscribe_account_salutation, #quick_subscribe_preferences_instructions, #subscription_success_body, h1, h2, h3, h4, p, label, input, .form_button, .form_button cancel_button, #quick_subscribe_topic_unsubscribe, #quick_subscribe_email_instructions  {font-family:Helvetica, Arial, sans-serif !important}

#col3 {font-family:Helvetica, Arial, sans-serif !important}

/* Custom Per HT 10-25-17 */

body#sub, body#sub * {box-sizing:border-box;}
body#sub {font-size:15px;}

body#sub #page_margins { margin:0 auto; padding:0 20px; background:#fff url(https://content.govdelivery.com/attachments/fancy_images/UKCQC/2017/10/1615720/body-bg_original.jpg) repeat-x; }

body#sub #page_margins #page { background:#fff;}

body#sub #page_margins #page #col3 { padding:30px; margin:0;}

body#sub .button_panel input { margin: 0 10px 20px 0; padding: 8px 10px; width: auto; height: auto; color: #ffffff; font-size: 20px; line-height: 1.0; text-align: center; background: #900b90 none; border: 2px solid #900b90; border-radius: 3px; cursor: pointer; color:#FFF; text-shadow:none; }

body#sub .button_panel input.cancel_button { background: #fff none; border: 2px solid #ccc; color:#666; }

body#sub h1, body#sub h2, body#sub h3, body#sub h4 {color:#6c276a; font-weight: normal;}

body#sub div#footer {background:#fff;}

body#sub div#footer p {margin:0;}

body#sub #page .qs_banner a img {width:100%; max-width:421px; height:auto;}

body#sub #page .qs_banner {background:#870b87 url(https://content.govdelivery.com/attachments/fancy_images/UKCQC/2017/10/1615956/banx_original.png) no-repeat center top; padding:29px 20px 11px 20px; }

@media only screen and (max-width: 480px) {
#page_margins { padding:0 !important; width:100% !important; }
}