  /********************
*********************

   RESET

*********************
********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* restore some content-friendly options */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, 
ul, ol, li, dl, dd, dt, address, hr {
    margin: 1em 0;
}

li, dd, blockquote {
    margin-left: 2em;
}

sub {
    font-size: .83em;
    vertical-align: sub;
}
sup {
    font-size: .83em;
    vertical-align: super;
}

/* set fonts */



input, select, textarea, button {

}

.sans {
   
}
.serif {
   
}




/******
Images/Media
******/

img,
object {
    display: block;
}
img.inline {
    display: inline;
}
.txt .caption {
    font-style:italic;
    font-size: .8em;
    line-height: 1.2em;
}
div.pic .txt p {
    margin: 0;
}

div.video,
div.audio,
div.flash {
    margin: 1em 0;
}
div.align-c {
    margin: 1em auto;
}
div.align-c img,
div.align-c .txt {
    margin: 0 auto;
}
div.align-r {
    float: right;
    margin: 0 0 1em 1em;
}
div.align-l {
    float: left;
    margin: 0 1em 1em 0;
}
div.align-f {
    margin: 0;
}
div.leftmargin{margin-left:-50px;} div.rightmargin{margin-right:-75px;}
div.border {
    border: 1px solid #000;
    padding: 2px;
}

/******
Tables
******/

td, th {
    padding: 2px 5px;
}
th {
    text-align: left;
}
th.right,
td.right {
    text-align: right;
}
tr, td, th {
    vertical-align: top;
}


/******
Utility Classes
******/

.clear {
    clear: both;
}
.odd {
    background: #ccc;
}
.even {
    background: #fff;
}
.padded {
    padding: 1px 10px;
}
.nomargin {
    margin: 0;
}
.fullmargin {
    margin: 1em 0;
}
.halfmargin {
    margin: .5em 0;
}
.margintop {
    margin-top: 1em;
}
.margintoponly {
    margin: 1em 0 0 0;
}
.marginbottom {
    margin-bottom: 1em;
}
.marginbottomonly {
    margin: 0 0 1em 0;
}
.noborder {
    border: none !important;
}
.amp {
    font-style: italic;
}
.comments {
    padding-left: 15px;
    background: url(/images/comment.gif) no-repeat;
}

.navlist {
    list-style: none;
    margin: 0;
    line-height: 1;
}
.navlist li {
    margin: 0;
    padding: 0 8px;
    border-right: 1px solid;
    float: left;
}
.navlist li.first {
    padding-left: 0;
}
.navlist li.last {
    padding-right: 0;
    border: none;
}
.navlist_inline li {
    display: inline;
    float: none;
}

/* Faux two-column "table" */

.leftcell {
    width: 47.9%;
    padding: 0 2% 0 0;
    float: left;
}
.rightcell {
    width: 47.9%;
    padding: 0 0 0 2%;
    float: left;
}

/* Faux three-column "table" */

.leftcell3,
.rightcell3 {
    width: 31.9%;
    float: left;
}
.middlecell3 {
    width: 32%;
    padding: 0 2%;
    float: left;
}

/* Technorati-style rounded-corner boxes and dividers. Fixes for IE6 are in /assets/ie6.css. */

.boxc {
    position: relative;
}
.boxc b.cn {
    height: 10px;
    width: 10px;
    position: absolute;
    background-image: url(/images/roundwhite.png);
}
.boxc5 b.cn {
    height: 5px;
    width: 5px;
    background-image: url(/images/round5white.png);
}
.boxc b.tl {
    top: -1px;
    left: -1px;
    background-position: left top;
}
.boxc b.tr {
    top: -1px;
    right: -1px;
    background-position: right top;
}
.boxc b.bl {
    bottom: -1px;
    left: -1px;
    background-position: left bottom;
}
.boxc b.br {
    bottom: -1px;
    right: -1px;
    background-position: right bottom;
}

/* use CSS3 instead for certain browsers 
   firefox2 technically supports, but doesn't render well */

body.firefox3 .boxc,
body.chrome3 .boxc,
body.chrome4 .boxc,
body.chrome5 .boxc,
body.chrome6 .boxc,
body.safari3 .boxc,
body.safari4 .boxc,
body.safari5 .boxc,
body.border_radius .boxc,
html.borderradius .boxc {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: static;
}
body.firefox3 .boxc5,
body.chrome3 .boxc5,
body.chrome4 .boxc5,
body.chrome5 .boxc5,
body.chrome6 .boxc5,
body.safari3 .boxc5,
body.safari4 .boxc5,
body.safari5 .boxc5,
body.border_radius .boxc5,
html.borderradius .boxc5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
body.firefox3 .boxc b.cn,
body.chrome3 .boxc b.cn,
body.chrome4 .boxc b.cn,
body.chrome5 .boxc b.cn,
body.chrome6 .boxc b.cn,
body.safari3 .boxc b.cn,
body.safari4 .boxc b.cn,
body.safari5 .boxc b.cn,
body.border_radius .boxc b.cn,
html.borderradius .boxc b.cn {
    display: none;
}

/* specific looks */

.round_std {
    padding: 1px 20px;
    background: #ccc;
}

/* special classes for border-radius supporting browsers */

.rounded10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
body.firefox2 .rounded10 {
    -moz-border-radius: 0;
}
.rounded5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
body.firefox2 .rounded5 {
    -moz-border-radius: 0;
}

/* bookmarks */

.bookmark_list {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    float: left;
    list-style: none;
}

.bookmark_list li {
    margin: 0px;
    padding: 2px;
    width: 16px;
    height: 16px;
    float: left;
}
.bookmark_list li.share {
    width: auto;
    line-height: 20px;
}
.bookmark_list a {
    width: 100%;
}
.bookmark_list span {
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
}
.bookmark_list img {
    border: none;
}

.thankyoubookmarks {
    margin-top: 1.5em;
    padding-top: .5em;
    border-top: 1px solid;
}



/******
Hacks
******/

.clearfix:after,
.formrow:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ir {
    margin: 0;
    padding: 0;
    text-indent: -8888px; /* Phark image replacement */
}


/********************
*********************

   FORMS

*********************
********************/

/******
Containers and labels
******/

form div.formrow {
    margin: 6px 0;
}
form input,
form select,
form button {
    vertical-align: middle;
}
form span.req {
    font-weight: bold;
    color: red;
}

form label,
form label.left {
    display: block;
    width: 115px;
    padding-right: 5px; /* using margin causes the same value margins on left _and_ right of input in IE6 */
    display: block;
    float: left;
}
form label.inline {
    padding-right: 0;
    width: auto;
    display: inline;
    float: none;
}
body.toplabels form label,
form label.top,
form label.block {
    padding-right: 0;
    width: auto;
    float: none;
}

/* special treatment for checkboxes/radio buttons */

.formrow_checkbox,
.formrow_radio  {
    padding-left: 120px;
}
.formrow_checkbox input,
.formrow_radio input {
    margin: 0 0 0 4px;
    float: left;
}
.formrow_checkbox label,
.formrow_radio label {
    margin-left: 2em;
    padding-right: 0;
    width: auto;
    float: none;
}
body.explorer .formrow_checkbox label,
body.explorer .formrow_radio label {
    padding-top: 2px;
}
body.toplabels form .formrow_checkbox,
.formrow_checkbox_noindent,
.formrow_radio_noindent {
    padding-left: 0;
}

/* two and three column layouts */

form div.doublewide {
    float: left;
    width: 49.9%;
}
form div.triplewide {
    float: left;
    width: 33.3%;
}

/******
Inputs
******/

form .input {
    width: 200px;
}
form select.input {
    width: 206px;
}
form textarea {
    width: 200px;
    height: 125px;
}

/* exceptions */

form#radio_call_form_search .input {
    width: 100px;
}
form#lte_form_search .input {
    width: 100px;
}
form#profile_form_recurring .input {
    width: 100px;
}

/* deprecated */

form .input100 {
    width: 100px;
}
form .input125 {
    width: 125px;
}
form .input300 {
    width: 300px;
}

/******
Form error messages
******/

#messages {
    margin: 1em 0;
    padding: 10px 20px;
    background: #ffe66b;
    color: #000;
    border: 1px solid #000;
}
#messages li {
    margin: 0 0 0 1.5em;
    background: transparent;
}
form .err {
    background: #ffe66b !important;
}

/******
Extra declarations for various form types.
******/

/* Call Radio */

form#radio_call_form .shows label,
form#radio_call_form fieldset.status label {
    font-weight: normal;
}

/* Contact Elected Officials */

div.official img {
    margin: 0 0 0 1em;
    float: right;
}
div.official label {
    font-weight: normal;
}

/* Community Contribution Editor */

form#community_contribution_editor_form div.amount {
    margin: 0 0 .5em 0;
    width: 100px;
    float: left;
}

/* Contribution and Membership */

form#contribution_form div.amount {
    margin: 0 0 .5em 0;
    width: 90px;
    float: left;
}
form#contribution_form div.otheramount {
    margin: 0 0 .5em 0;
    width: 160px;
    float: left;
}
form#contribution_form div.border {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border: none;
    border-bottom: 1px dotted #000;
}
form#contribution_form div.bordertop {
    padding-top: 1em;
    margin-top: 1em;
    border: none;
    border-top: 1px dotted #000;
}
form#contribution_form #dedicate_fields {
    display: none;
}

/* CF thermometer */

#cf_progress {
    position: relative;
    width: 235px;
    height: 315px;
    background: #fff url("/images/thermometer.gif") no-repeat;
    color: #69c;
    font: bold 1.1em/1.1 serif;
}
#cf_progress.goal_reached {
  background-image: url("/images/thermometer_goal_reached.gif");
}

#cf_progress.goal_exceeded {
  background-image: url("/images/thermometer_goal_exceeded.gif");
}
#cf_progress div {
  position: absolute;
  white-space: nowrap;
}
#cf_progress #scale {
    bottom: 92px;
    left: 64px;
    width: 32px;
    background-repeat: no-repeat;
}
#cf_progress #goal {
    top: 85px;
    left: 132px;
}
#cf_progress #raised {
    top: 127px;
    left: 132px;
}
#cf_progress #count {
    top: 169px;
    left: 132px;
}
#cf_progress #average {
    top: 211px;
    left: 142px;
}
#cf_progress #scaletxt {
    width: 47px;
    top: 238px;
    left: 59px;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
}

/* Itemized Contribution */

form#recipients .recipinfo {
    float: left;
    width: 50%;
    padding-right: 3%;
}
form#recipients .formrow_total_amount {
    padding-left: 53%;
}
form#recipients .recipinputs {
    float: left;
    width: 45%;
}
.extra_messages {
    padding: 1px 10px;
    background: #ffe66b;
}
body.pac_contribution_form form#contribution_form fieldset.amounts label {
    width: 200px;
    text-align: left;
}
body.pac_contribution_form form#contribution_form fieldset.amounts .amount {
    width: 50px;
}

/* Petition */

form#petition_form #petitiontext {
    height: 200px;
    overflow: auto;
}

form#petition_form #publish_fb_checkbox label {
    padding-left: 20px;
    background: url(/images/facebook_favicon.jpg) no-repeat;
}

/* Petition thermometer */

#p_progress {
    position: relative;
    width: 235px;
    height: 315px;
    background: #fff url("/images/p_thermometer.gif") no-repeat;
    color: #69c;
    font: bold 1.1em/1.1 serif;
}
#p_progress.goal_reached {
  background-image: url("/images/p_thermometer_goal_reached.gif");
}

#p_progress.goal_exceeded {
  background-image: url("/images/p_thermometer_goal_exceeded.gif");
}
#p_progress div {
  position: absolute;
  white-space: nowrap;
}
#p_progress #scale {
    bottom: 92px;
    left: 64px;
    width: 32px;
    background-repeat: no-repeat;
}
#p_progress #goal {
    top: 85px;
    left: 132px;
}
#p_progress #count {
    top: 127px;
    left: 132px;
}
#p_progress #scaletxt {
    width: 47px;
    top: 238px;
    left: 59px;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
}

/* Tell a Friend and Community Action */

form#community_action_form #taf_msg,
form#tell_a_friend_form #taf_msg {
    padding: 1px 10px;
    border: 1px solid #ccc;
    min-height: 200px;
}
form#community_action_form #taf_msg div.formrow,
form#tell_a_friend_form #taf_msg div.formrow {
    margin: 1em 0;
}
form#community_action_form #taf_msg textarea,
form#tell_a_friend_form #taf_msg textarea {
    width: 85%;
    height: 125px;
}
form#community_action_form #taf_msg label,
form#tell_a_friend_form #taf_msg label {
    padding-right: 0;
    width: auto;
    float: none;
}

form#community_action_form #friend_email_list,
form#tell_a_friend_form #id_friend_email_list,
form#tell_a_friend_form #friend_email_list {
    width: 320px;
}

/******
Submit buttons
******/

form div.submit {
    margin-top: 1em !important;
    padding-left: 120px;
}
body.toplabels form div.submit {
    padding-left: 0;
}
form div.submit p {
    clear: both;
    margin: .5em 0;
    padding: .5em 0 0 0;
}
form div.indent {
    padding-left: 120px;
}
body.toplabels form div.indent,
form div.noindent  {
    padding-left: 0;
}

/* exceptions to our indented buttons */

form#community_action_form div.submit,
form#community_action_form_thank div.submit,
form#community_action_form_remind div.submit,
form#community_action_form_invite div.submit,
form#community_contribution_editor_form div.submit,
form#contribution_form div.submit,
form#journal_form div.submit,
form#lte_form_search div.submit,
form#lte_form_newspapers div.submit,
form#optout_form div.submit,
form#optout_form_subscriptions div.submit,
form#radio_call_form_search div.submit,
form#radio_call_form div.submit,
form#tell_a_friend_form div.submit,
form#volunteer_form div.submit {
    padding-left: 0;
}
form#recipients div.submit {
    padding-left: 53%;
}

/* same for facebook connect button/checkbox */

form div.fb_connect {
    margin: 1em 0;
    padding-left: 120px;
}
body.toplabels form div.fb_connect {
    padding-left: 0;
}
form#community_action_form div.fb_connect,
form#community_action_form_thank div.fb_connect,
form#community_action_form_remind div.fb_connect,
form#community_action_form_invite div.fb_connect,
form#community_contribution_editor_form div.fb_connect,
form#contribution_form div.fb_connect,
form#lte_form_search div.fb_connect,
form#lte_form_newspapers div.fb_connect,
form#radio_call_form_search div.fb_connect,
form#radio_call_form div.fb_connect,
form#tell_a_friend_form div.fb_connect,
form#volunteer_form div.fb_connect {
    padding-left: 0;
}

button {
    display: block; /* needed by IE6/7 to display background image, but to keep things consistent... */
    float: left; /* take back the display, in a way */
    margin-right: 10px; /* spacing for multiple buttons */
}

/******
FORM LAYOUT 2
******/

body.form_layout_2 #content .intro {
    width: 47.9%;
    padding: 0 2% 0 0;
    float: left;
}
body.form_layout_2 #content form {
    width: 47.9%;
    margin: 0 0 0 2%;
    float: left;
}
body.form_layout_2 #content form .leftcell,
body.form_layout_2 #content form .rightcell {
    width: auto;
    padding: 0;
    float: none;
}


/********************
*********************

   STORIES AND STORY ELEMENTS

*********************
********************/

/******
Photo galleries
*******/

.pgtop {
    margin: 1em auto 3em auto;
}
.pgrow {
    margin: 1em 0;
    vertical-align: middle;
}
.pgrow .pgthumb {
    float: left;
    padding: 0 10px;
}
.pgthumb img {
    border: 3px solid #fff;
    vertical-align: middle;
}
.pgthumb img.pgcurrent {
    border: 3px solid #666;
}

/******
News clippings
******/

div.news_source {
    margin: 1em 0;
}
div.news_source p {
    margin: 0;
}

/******
Pagination
******/

.pagination {
    margin: 1em 0;
    border-top: 1px solid #000;
}
.pagination ul {
    margin: 0;
    list-style: none;
    line-height: 1;
}
.pagination li {
    margin: 3px;
    float: left;
}
.pagination a {
    display: block;
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}
.pagination li.pagenum a {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
.pagination li.pagenum a.current {
    background: transparent;
    color: #000;
    cursor: default;
}

/******
Leadins and story lists
******/

.archivebox,
.eventbox,
.rssbox,
.jsonbox {
    margin: 1em 0;
}

.listeditem {
    margin: 1em 0;
}
.listeditem .img {
    float: left;
    margin-right: 10px;
}
.listeditem h3.title,
.listeditem h3.date_title {
    margin: 0;
    font-size: 1.3em;
}
#sidebar .listeditem h3.title,
.listeditem h3.date_title {
    
    font-size: 1.5em;
}
.listeditem ul.related_stories,
.listeditem_wrapper ul.related_stories {
    margin: 0;
    list-style: none;
}
.listeditem p.teaser,
.listeditem p.date,
.listeditem p.readmore,
.listeditem ul.related_stories li,
.listeditem_wrapper ul.related_stories li,
.rssboxitem p.description {
    margin: 0;
}
.has_no_items {
    display: none;
}
.has_no_more_items .readmoreitem {
    display: none;
}

/* Support for other standard styles */

.twocol_left .img,
.titletop_left .img {
    margin: 0;
}
.twocol_left .txt,
.titletop_left .txt {
    padding-left: 10px;
}
.twocol_right .img,
.titletop_right .img {
    float: right;
    margin: 0;
}
.twocol_right .txt,
.titletop_right .txt {
    padding-right: 10px;
}

/******
Comments
******/

#comments {
    clear: both;
    margin-top: 1em;
    border-top: 1px solid #000;
}
.comment_indicator {
    min-height: 24px;
    background: url(/images/waiting_circle.gif) no-repeat;
}
#comment_captcha.comment_indicator {
    background-position: 100% 50%;
}
#comment_errors,
#comment_msgs {
    display: none;
    margin: 1em 0;
    padding: 10px 20px;
    background-color: #ffe66b;
    color: #000;
    border: 1px solid #000;
}
#comment_list {}
#comment_list .comment {
    padding: 5px 0;
    border: 1px solid #aaa;
    border-top: none;
    background-color: #eee;
}
#comment_list .first {
    border-top: 1px solid #aaa;
}
#comment_list .even {
    background-color: #ddd;
}
#comment_list .odd {}
#comment_list .meta {
    float: left;
    width: 80px;
    padding: 0 10px;
}
#comment_list .content {
    margin: 0 10px 0 100px;
}
#comment_list .title {
    font-weight: bold;
}
#comment_list blockquote,
#comment_list pre {
    border: 1px solid #aaa;
    background-color: #fff;
    overflow: auto;
}
#comment_count {
    margin: .25em 0;
    font-weight: bold;
}
#comment_pager_footer,
#comment_pager_header {
    margin: .25em 0;
}
#comment_formatting_help {
    margin: 1em 0;
    display: none;
}
#comment_formatting_help td,
#comment_formatting_help th {
    padding: 5px 10px;
    border: 1px solid #000;
}
#comment_formatting_help ul {
    margin: 0;
}
#comment_formatting_help li,
#comment_formatting_help blockquote {
    margin-top: 0px;
    margin-bottom: 0px;
}
#comment_preview,
#comment_title_preview {
    padding: 1px 10px;
    width: 320px;
    min-height: 100px;
    background-color: #eee;
}
#comment_title_preview {
    display: none;
    padding: 10px 10px 0 10px;
    min-height: 0;
    font-weight: bold;
}
#comment_captcha {
    display: none;
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    border-bottom: 1px solid #000;
}
#id_captcha_solution {
    width: 80px;
}
#comments .reply_link {
    float: right;
    font-weight: bold;
}
#comment_list .nested {
    background-image: url('/images/comment_indent.png');
    background-repeat: no-repeat;
}
#comment_list .level_1 {
    padding-left: 30px;
}
#comment_list .level_2 {
    padding-left: 60px;
    background-position: 30px 0px;
}
#comment_list .level_3 {
    padding-left: 90px;
    background-position: 60px 0px;
}
#comment_list .level_4 {
    padding-left: 120px;
    background-position: 90px 0px;
}
#comment_list .level_5 {
    padding-left: 150px;
    background-position: 120px 0px;
}
#comment_list .level_6 {
    padding-left: 180px;
    background-position: 150px 0px;
}
#comment_list .level_7 {
    padding-left: 210px;
    background-position: 180px 0px;
}
#comment_list .level_8 {
    padding-left: 240px;
    background-position: 210px 0px;
}
#comment_list .level_9 {
    padding-left: 270px;
    background-position: 240px 0px;
}
#comment_list .level_10 {
    padding-left: 300px;
    background-position: 270px 0px;
}
#comments .warn {
    color: red;
}

/******
Blog & Journal
******/

body.category_archive .extended_entry {
    display: none;
}
.blogitem {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}
.blogitem .blogcredit,
.blogitem .blogtags,
.blogitem .blogfooter {
    margin: 0;
}
.blogitem .blogfooter {
    clear: both;
}
.blogitem p.teaser {
    margin: 1em 0;
}


/******
Twitter
******/

ul.twitter_list {
    margin: 0;
    list-style: none;
}
.twitter_friends {
    line-height: 1.5;
    padding: 5px 10px 5px 0;
}
ul.twitter_list li {
    margin: 1em 0;
}
ul.twitter_list li .img,
.twitter_friends .img {
    float: left;
}
ul.twitter_list li .txt,
.twitter_friends .txt {
    margin: 0 0 0 58px;
}
ul.twitter_list li span.footer,
.twitter_friends span.footer,
.twitter_feed span.footer {
    font-size: 11px;
}
ul.twitter_list li a.screename,
.twitter_friends a.screenname {
    font-weight: bold;
}
ul.twitter_list li span.date,
.twitter_friends span.date,
.twitter_feed span.date {
    color: #999;
}

/******
Simple Tabs (same-screen and links)
******/

ul.tabs,
ul.link-tabs {
    margin: 0;
    list-style: none;
}
ul.tabs li,
ul.link-tabs li {
    margin: 0 0 0 10px;
    float: left;
    position: relative;
    bottom: -1px;
    border: 1px solid #ccc;
}
ul.tabs li.active,
ul.link-tabs li.active {
    border-bottom: 1px solid #fff;
}
ul.tabs li a,
ul.link-tabs li a {
    padding: 5px 10px;
    display: block;
    border: 1px solid #fff;
    background: #eee;
}
ul.tabs li a:hover,
ul.link-tabs li a:hover {
    background: #ddd;
}
ul.tabs li.active a,
ul.link-tabs li.active a {
    background: #fff;
    cursor: default;
}
ul.tabs li.active a:hover,
ul.link-tabs li.active a:hover {
    background: #fff;
}
.tab-container {
    padding: 1px 10px;
    border: 1px solid #ccc;
}
.tabs-border {
    border-bottom: 1px solid #ccc;
}

/********************
*********************

   DEPRECATED STYLES

*********************
********************/

/* boolean form rows; replace by formrow_boolean, formrow_checkbox, etc. */

.boolean {
    padding-left: 4px;
}
.boolean input {
    margin: 0;
    float: left;
}
.boolean label {
    margin-left: 2em;
    padding-right: 0;
    width: auto;
    float: none;
}
body.msie .boolean label {
    padding-top: 2px;
}

form .custom_boolean {
    padding-left: 124px;
}
body.toplabels form .custom_boolean {
    padding-left: 4px;
}

/* Tabbed help box used on contact_official, lte, and radio_call forms. */

#helptabs {
    width: 95%;
    position: relative;
}
#helptabs h3.tab_header {
    width: 50%;
    height: 26px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    line-height: 26px;
    white-space: nowrap;
}
#helptabs h3#tab-tp {
    left: 0;
}
#helptabs h3#tab-wt {
    left: 50%;
}
#helptabs h3.tab_header a {
    margin: 0;
    padding: 0 1em;
    display: block;
    background: #ccf;
    border-top: 1px solid #ccf;
    text-decoration: none;
}
#helptabs h3.show.tab_header a {
    background: #fff;
    border: 1px solid #ccf;
    border-bottom: none;
}
#helptabs h3#tab-tp a {
    border-right: none;
}
#helptabs h3#tab-wt a {
    border-left: none;
    text-align: right;
}
#helptabs div#text-tp,
#helptabs div#text-wt {
    padding: 26px 10px 10px 10px;
    display: none;
    border: 1px solid #ccf;
}
#helptabs div#text-tp.show,
#helptabs div#text-wt.show {
    display: block;
}


   FANCYBOX
   =============================================== */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(/images/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/images/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(/images/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(/images/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url(/images/fancybox_buttons.png);
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
}

/* ===============================================
   MAGNIFIC
   =============================================== */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/********************
*********************

   TYPOGRAPHY AND LAYOUT BASICS

*********************
********************/

h1 {
    margin: 0 0 .5em 0;
    font-size: 2.2em;
line-height: 1.9em;
}
h2 {
    margin: .67em 0;
    font-size: 1.7em;
line-height: 1.1em;
}
h3 {
    margin: .83em 0 .67em 0;
    font-size: 1.4em;
line-height: 1.4em;
}
hr {
    border: none;
    color: #000;
    background: #000;
    height: 1px;
}
