/*Font Awesome */
@import url('font-awesome-4.3.0/css/font-awesome.css');

body {
    font-size: 11px;
    font-family: "Tahoma", "Calibri", "Verdana", "Arial", sans-serif;
}

/* global image margins set to push text/objects away from image automatically for members */
#main-content img {
    background-color: none;
    /*border: 0px;*/
    margin: 0px;
    padding: 5px;
}

#main-content .img-mcn {
    padding: 0px;
    margin: 0px;

}

#main-content .table-mcn {
    padding: 0px;
    margin: 0px;
}

/* global settings for date stamp on home page of member sites */
p#todays-date {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    margin: 10px 0px -25px 0px;
    text-align: right;
}

/* global p element margins set to zero so WYSIWYG editor functions more like word with carriage returns */
p {
    /*margin: 0px;*/
}

#client_area_container {
    padding: 20px;
}

form table th {
    text-align: right;
    padding-right: 8px;
    font-weight: normal;
    font-size: 12px;
    vertical-align: top;
}

table label.required {
    font-weight: bold;
}

#calendar {
    background: transparent url('../common_images/icon_calendar.png') no-repeat left top;
}

#client_area {
    background: transparent url('../common_images/icon_clientarea.png') no-repeat left top;
}

#calendar, #client_area {
    padding-left: 62px;
    padding-bottom: 5px;
    margin: 0 0 0px 9px;
    padding-top: 0px;
    min-height: 50px;
    position: relative;
}

#calendar h2, #client_area h2 {
    padding-top: 9px;
    margin-left: -11px;
    color: blue;
}

/* contact info map styling */

#map {
    width: 250px;
    height: 250px;
    float: right;
    border: 1px solid #ccc;
    margin-left: 10px;
}

#map_link {
    width: 250px;
    float: right;
    margin-left: 10px;
    clear: both;
    text-align: center;
}

/* contact info map for iframe map styling */

/* mapiframe is the style for the iframe */
#mapiframe {
    width: 260px;
    height: 280px;
    float: right;
    border: 0px;
    margin-left: 0px;
}

/* iframemap and iframemap_link is the style for the map within the iframe */
#iframemap {
    width: 250px;
    height: 250px;
    float: left;
    border: 1px solid #ccc;
    margin-left: 0px;
}

#iframemap_link {
    width: 250px;
    float: left;
    margin-left: 0px;
    clear: both;
    text-align: center;
}

/* Flash Messages for Member Public Site */

#success {
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    background-color: #48b65e;
    margin-left: 30px;
    padding: 5px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: solid 2px #288f3d;
}

#success img {
    margin-top: -20px;
    margin-left: -30px;

}

#error {
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    background-color: #e34d4d;
    margin-left: 30px;
    padding: 5px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: solid 2px #e31515;
}

#error img {
    margin-top: -20px;
    margin-left: -30px;
}

/* client area general styles */

.message {
    background-color: #DFD;
    border: 1px solid #0F0;
    padding: 10px;
    margin-bottom: 15px;
}

#area-secure {
    font-size: 11px;
    background: #ffffce url('../common_images/lock.png') no-repeat 4px 5px;
    margin-bottom: 8px;
    border: 1px solid #D5D500;
    padding: 8px;
    padding-left: 25px;
}

.datatable {
    border-collapse: collapse;
    font-size: 11px;
}

.datatable th, .datatable td {
    padding: .5em;
    border: 1px solid #ccc;
}

.datatable th {
    background-color: #555555;
    color: #fff;
    text-align: left;
}

.datatable th a {
    color: white;
}

.datatable th a:hover {
    color: #ccc;
}

.datatable .alt {
    background-color: #efefef;
}

.datatable tr.inactive td {
    color: #999;
}

/* client area navigation bar */

.nav-icon {
    width: 110px;
    text-align: center;
    float: left;
    margin-bottom: 12px;
    margin-top: 12px;
}

.nav-icon h2 {
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    border: 0;
    margin: 0;
    color: #333;
    padding: 8px 0 8px 0;
    border: 1px solid #FFFFFF;
}

.nav-current h2 {
    font-weight: bold;
    color: #C00002;
}

.nav-icon a:hover h2 {
    background: #DFD;
    border: 1px solid #0F0;
    cursor: pointer;
}

.nav-icon img {
    border: 0;
}

/* Flash Warnings and Messages */

#flash_err-container {
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    background-color: #e34d4d;
    margin-left: 30px;
    padding: 5px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: solid 2px #e31515;
}

#flash_err-container img {
    margin-top: -15px;
    margin-left: -30px;
}

#flash_ok {

    color: #fff;
    font-weight: bold;

}

#flash_ok-container {
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    background-color: #48b65e;
    margin-left: 30px;
    padding: 5px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: solid 2px #288f3d;
}

#flash_ok-container img {
    margin-top: -15px;
    margin-left: -30px;
}

#flash_warn {

    background: transparent url('../images/flash_msg_warn.png') no-repeat
}

/* Social Networking Template Items */

.facebook_link {
    background: transparent url(../common_images/FaceBook-icon.png) 0 center no-repeat scroll;
}

.twitter_link {
    background: transparent url(../common_images/Twitter-icon.png) 0 center no-repeat scroll;
}

li.social i{
    text-transform: none;
    margin-right: 0.375em;
    line-height: 0;
    font-size: 1.45em;
    vertical-align: middle;
}
.indent {
    padding-left: 15px;
}

/* News Digest Styles */

#digest-container {
    padding: 5px;
    max-width: 800px;
}

#digest-container h1 {
    font-size: 24px;

}

#digest-pubdate {
    float: right;
    font-size: 16px;
    color: #555;
    font-weight: normal;
    margin-top: 5px;

}

#digest-desc {
    padding-bottom: 15px;

}

#digest-category {
    background-color: #888;
    max-width: 800px;

}

#digest-categorytext {
    margin: 5px;
    padding: 5px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;

}

#feeditem-container {
    margin: 0 -5px 0 25px;
    padding: 5px;

}

#digest-feedname {
    font-size: 11px;
    font-style: italic;
    color: #777;
    float: right;
    margin: 10px 0 10px 0;

}

#digest-feedlink a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 0 0 10px;

}

#digest-feeddesc {
    font-size: 13px;
    padding: 10px;
}

#archive-container {
    padding-top: 15px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;

}

#archive-hd {
    font-size: 18px;
    color: #555;
    font-weight: bold;
    text-align: center;

}

#archive-subhd {
    font-size: 10px;
    color: #555;
    font-style: italic;
    text-align: center;
}


/*End Legacy Classes */


/* Newsletter Styles */

/* Newsletter introduction and dropcap */

.newsletter-intro {

}

.nl_initial_cap {
    font-size: 3em;
    color: #777777;
    font-weight: bold;
    padding-right: 0.15em;
    line-height: 1;
    float: left;
}

/* ol, ul responsive adjustment */

.newsletter-article ol, .newsletter-article ul, ul.nl_contents {
    list-style-position: inside;
    margin-left: 2em;
}

/* Newsletter title, subtitle, and contents */

ul.nl_contents {
    list-style-position: inside;
    margin-left: 1em;
}

.newsletter-article h2 {
    border-bottom: 1px solid #777777;
}

.newsletter-article {
    max-width: 70em;
    margin: 3em auto 1em auto;
    line-height: 1.3;
}

.newsletter-article td, table {
    line-height: 1.3;
    padding: 0.5em;
}

img.bullet-image {
    box-sizing: initial;
    max-width: none;
}

/* Newsletter archives */

#nl-archive-container ol, #nl-archive-container ul {
    list-style-type: none;
    margin: 0;
}

#nl-archive-itemdate {
    margin-top: -1.5em;
}

/* Newsletter archives */

#nl-archive-container {
    padding: 1em 0 1em 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin: 0 0 1em 0;
}

#nl-archive-container ul {
    margin: 0.5em 0 0.5em 0;
}

#nl-archive-container li {
    border-bottom: 1px dotted #ccc;
}

#nl-archive-hd {
    font-size: 1.2em;
    color: #555;
    font-weight: bold;
    text-align: center;
}

#nl-archive-subhd {
    font-size: 0.75em;
    color: #555;
    font-style: italic;
    text-align: center;
    margin: 0 0 1em 0;
}

#nl-archive-itemcontainer {
    margin: 5px;
    width: 100%;
}

#nl-archive-itemcontainer a:link {
    text-decoration: none;
}

#nl-archive-itemcontainer a:hover {
    text-decoration: underline;
}

#nl-archive-itemdate {
    font-size: 80%;
    float: right;
    margin: -1.5em 0 0 0;
    color: #999;
}

#nl-archive-itemtitle {
    font-size: 110%;
    font-weight: bold;

}

/* Begin Power Pages Styles */

/*AFSB PP Logo resizing */

.header-right > h2:nth-child(1) > span:nth-child(1) > img:nth-child(1) {
    width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.power-page-container {
    width: 99%;
    padding: 0;
    float: left;
    margin-bottom: 2em;
}

.power-page-container hr {
    width: 100%;
    float: left;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.power-page-container .show-for-small {
    display: none;
}

.power-page-container fieldset {
    padding: 1em;
    margin-bottom: 2em;
}

.power-page-container button, .power-page-container input, .power-page-container select, .power-page-container textarea {
    line-height: 1.3;
    font-size: 1.2em;
    clear: both;
    padding: 1em;
}

.power-page-container img, .power-pages-container object,
.power-page-container embed {
    max-width: 100%;
    height: auto;
}

.power-page-container object,
.power-page-container embed {
    height: 100%;
}

.power-page-container img {
    -ms-interpolation-mode: bicubic;
}

.power-page-container img {
    display: inline-block;
    vertical-align: middle;
}

.power-pages-layout-container-select {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #aaa;
    padding: 1em 1em 2em 1em;
    border-radius: 1em;
    clear: both
}

.power-pages-layout-item img:hover {
    background-color: #c0f8c6;
    border-radius: 2em;
}

/* Video Links */

.power-page-container iframe {
    margin-bottom: 2em;
}

.show-for-small-video-link {
    margin: 1em;
    background-color: #8e3636;
    border: 1px solid #900;
    border-radius: 0.25em;
    padding: 0.5em;
}

.show-for-small-video-link a {
    color: #fafafa;
    text-shadow: 0.25em 0.25em 0.15em #500;
    text-decoration: none !important;
}

/* Quick Links */

.quicklinks-container {
    background-color: #f4f4f4;
    border: 1px solid #777;
    padding: 0 0.5em 0.5em 0.5em;
    border-radius: 1em;
}

.quicklinks-title {
    text-align: center;
    border-bottom: 1px dotted #333;
}

.quicklinks-item-title {
    margin: 0;
    padding: 0;
    color: #777;
    font-size: 0.8em;
}

.quicklinks-item {
    padding-left: 0.75em;
}

.quicklinks-item a {
    font-size: 1.1em;
    color: #036;
    text-decoration: none !important;
}

hr.quicklinks-divider {
    margin: 0.5em 0.25em 0.5em 0.25em !important;
}

/* Payroll buttons */

.payroll-green {
    display: block;
    border: 1px solid #060;
    border-radius: 0.25em;
    background-color: #52875d;
    padding: 0.5em;
    font-size: 1.2em;
    text-align: center;
    color: #fafafa !important;
    text-decoration: none !important;
    margin: 1em;
}

.payroll-blue {
    display: block;
    border: 1px solid #006;
    border-radius: 0.25em;
    background-color: #526b87;
    padding: 0.5em;
    font-size: 1.2em;
    text-align: center;
    color: #fafafa !important;
    text-decoration: none !important;
    margin: 1em;
}

.payroll-green:hover {
    background-color: #265830;
}

.payroll-blue:hover {
    background-color: #304965;
}

/* Firm Bios */

.firmbio-largefirm-container {
    border: 1px solid #999;
    background-color: #fefefe;
    margin: 0.25em 0 0.25em 0;
    padding-top: 0.25em;
    border-radius: 0.5em 0 0 0.5em;
}

.firmbio-image-container {
    background-color: #eaeaea;
    border: 1px solid #777;
    text-align: center;
    padding: 0.25em;
    box-shadow: 0.15em 0.15em 0.2em #cecece;
}

.firmbio-image-container img {
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #aaa;
}

.firmbio-name {
    font-size: 1.2em;
}

.firmbio-title {
    font-size: 0.9em;
}

.firmbio-contact {
    font-size: 0.8em;
}

.flat {
    margin: 0;
    padding: 0;
}

.flat-top {
    margin-top: 0;
    padding-top: 0;
}

.flat-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Payment Forms */

.power-pages-payment-step {
    margin: 0.4em;
    text-align: center;
    background-color: #777;
    border-radius: 2em;
    padding: 0.25em;
    font-size: 2em;
    font-weight: bold;
    width: 1.8em;
    height: auto;
    color: #fafafa;
}

input[type=text].power-pages-payment-input {
    padding: 0.5em;
    margin-bottom: 0.5em;
}

p.power-pages-payment-text-pad-top {
    padding-top: 1.3em;
}

/* Coupons and Specials */

.coupon-container-outer {
    margin: 0.5em;
    padding: 0.5em;
    border: 5px dashed #555;
    background-color: #f7f7f7;
}

.coupon-container-top-left {
    text-align: left;
    font-size: 2em;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: bold;
}

.coupon-container-top-middle {
    text-align: center;
    font-size: 1.6em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.coupon-container-top-right {
    text-align: right;
    font-size: 2em;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: bold;
}

.coupon-container-stage {
    text-align: center;
    font-size: 1.3em;
}

.coupon-container-disclaimer {
    font-size: 0.6em;
    color: #777;
    display: block;
    text-align: center;
}

.coupon-container-bottom-left {
    text-align: left;
    font-size: 2em;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: bold;
}

.coupon-container-bottom-middle {
    text-align: center;
    font-size: 1.4em;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.coupon-container-bottom-right {
    text-align: right;
    font-size: 2em;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: bold;
}

/* Grid HTML Classes */
.power-page-container .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 68.5em;
    *zoom: 1;
}

.power-page-container .row:before, .power-page-container .row:after {
    content: " ";
    display: table;
}

.power-page-container .row:after {
    clear: both;
}

.power-page-container .row.collapse .power-page-container .column,
.power-page-container .row.collapse .power-page-container .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}

.power-page-container .power-page-container .row .power-page-container .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
}

.power-page-container .power-page-container .row .power-page-container .row:before, .power-page-container .row .row:after {
    content: " ";
    display: table;
}

.power-page-container .power-page-container .row .power-page-container .row:after {
    clear: both;
}

.power-page-container .power-page-container .row .power-page-container .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
    *zoom: 1;
}

.power-page-container .row .power-page-container .row.collapse:before, .power-page-container .row .power-page-container .row.collapse:after {
    content: " ";
    display: table;
}

.power-page-container .row .power-page-container .row.collapse:after {
    clear: both;
}

.power-page-container .column, .power-page-container .columns {
    position: relative;
    padding-left: 1.09375em;
    padding-right: 1.09375em;
    width: 100%;
    float: left;
}

.power-page-container *, .power-page-container *::before, .power-page-container *::after {
    box-sizing: border-box;
}

.power-page-container .large-1 {
    position: relative;
    width: 8.33333%;
}

.power-page-container .large-2 {
    position: relative;
    width: 16.66667%;
}

.power-page-container .large-3 {
    position: relative;
    width: 25%;
}

.power-page-container .large-4 {
    position: relative;
    width: 33.33333%;
}

.power-page-container .large-5 {
    position: relative;
    width: 41.66667%;
}

.power-page-container .large-6 {
    position: relative;
    width: 50%;
}

.power-page-container .large-7 {
    position: relative;
    width: 58.33333%;
}

.power-page-container .large-8 {
    position: relative;
    width: 66.66667%;
}

.power-page-container .large-9 {
    position: relative;
    width: 75%;
}

.power-page-container .large-10 {
    position: relative;
    width: 83.33333%;
}

.power-page-container .large-11 {
    position: relative;
    width: 91.66667%;
}

.power-page-container .large-12 {
    position: relative;
    width: 100%;
}

.power-pages-container .text-center {
    text-align: center;
}

.power-pages-panel {
    background-color: #f7f7f7;
    border: 1px solid #777;
    border-radius: 0.25em;
    padding: 0.7em;
}

.power-pages-clearfloat {
    clear: both;
    margin: 0;
    padding: 0;
}

/* Power Page Help */

.power-page-help-container {
    border: 1px solid #036;
    background-color: #e2f2fc;
    margin-bottom: 2em;
    font-size: 1em;
    color: #036;
    font-style: italic;
    width: 100%;
    padding: 0;
    position: relative;
    box-shadow: 0.25em 0.25em 0.2em #cecece;
}

.power-page-help-container-inner {
    padding: 0.5em;
}

.power-page-help-container-logo {
    margin: 0.5em;
    display: block;
    float: left;
}

.power-page-help-container-title {
    color: #036;
    padding: 0.15em 0.15em 0 0.15em;
    margin: 0;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.3em;
}

.power-page-help-container-text {
    font-size: 1.1em;
    margin-top: 0;
    padding-top: 0;
    line-height: 1.25em;
}

.power-page-help-container-bottom {
    background-color: #cee5f3;
    margin: 0;
    padding: 0;
    width: 100%;
}

.power-page-help-container-bottom-left {
    margin: 0.25em;
    padding: 0.28em;
    color: #777;
    font-style: italic;
    float: left;
    width: 100%;
}

.power-page-help-container-bottom-right {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.25em 0 0.25em 0.25em;
    margin-right: 0;
}

.power-page-help-container-bottom-button {
    padding: 0.5em;
    margin: 0 0 -4px 0;
    background-color: #777;
    border: 1px solid #444;
    border-radius: 0.25em 0 0 0;
    background-color: #369;
    color: #fefefe !important;
    text-decoration: none;
    font-size: 0.9em;
    float: right;
}

a.power-page-help-container-bottom-button {
    color: #fff;
    text-decoration: none !important;
}

a.power-page-help-container-bottom-button:hover {
    background-color: #060 !important;
}

/*Adjustments for older templates */
#footer, #footer_area {
    clear: both;
}

.logo-alignment {
    width: 600px;
}
/* Standard AFSB Colors */

.std-color-blue {
    color: #006fc0;
}

.std-bgcolor-blue {
    color: #a1c7e2;
}

.std-color-brown {
    color: #884703;
}

.std-bgcolor-brown {
    color: #d2b18f;
}

.std-color-burgundy {
    color: #8e403c;
}

.std-bgcolor-burgundy {
    color: #c79d9b;
}

.std-color-grey {
    color: #545454;
}

.std-bgcolor-grey {
    color: #d6d6d6;
}

.std-color-green {
    color: #316c3e;
}

.std-bgcolor-green {
    color: #b5d3bc;
}

.std-color-purple {
    color: #605580;
}

.std-bgcolor-purple {
    color: #c7c0dd;
}



/* Digital Brochures Page Styles */

.digbro-menu {
    text-align: center;
}

.digbro-menu-item {
    display: inline;
    cursor: pointer;
}

.digbro-submenu {
    margin-top: 10px;
}

.digbro-submenu-item {
    display: inline;
    cursor: pointer;

}

.digbro-hide-default {
    display: none;
}

h2.digbro-sectionheader {
    text-align: center;
    background-color: #ccc;
    padding: 5px;
}

.digbro-callout-panel {
    background-color: #ccc;
    padding: 10px;
    border-color: darkgray;
    border-style: solid;
    border-width: 1px;
}

.digbro-callout-panel > ul {
    margin-left: 35px;
}

.digbro-inner-callout {
    background-color: #EEEEEE;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

.digbro-callout-bordered {
    padding: 10px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
}

.digbro-menu-item {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.digbro-menu-item:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
    background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
    background-color: #f6f6f6;
}

.digbro-menu-item:active {
    position: relative;
    top: 1px;
}

.digbro-submenu-item {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #bdbdbd));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #bdbdbd 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #bdbdbd 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #bdbdbd 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #bdbdbd 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #bdbdbd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#bdbdbd', GradientType=0);
    background-color: #f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 8px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.digbro-submenu-item:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #f9f9f9));
    background: -moz-linear-gradient(top, #bdbdbd 5%, #f9f9f9 100%);
    background: -webkit-linear-gradient(top, #bdbdbd 5%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #bdbdbd 5%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #bdbdbd 5%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #bdbdbd 5%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#f9f9f9', GradientType=0);
    background-color: #bdbdbd;
}

.digbro-submenu-item:active {
    position: relative;
    top: 1px;
}

p.digbro-footnote {
    font-size: 11px;
    color: darkgray;
    border-width: 1px;
    border-color: darkgray;
    border-style: solid;
    padding: 20px;
}

.digbro-brochure-bullets > li {
    list-style-image: url('public/assets/printtodigital/digital_brochure_assets/images/ul_box_gray.gif');
}

table.digbro {
    border-collapse: collapse;
}

.ruled tr, .ruled td, .ruled th {
    border: solid 1px #003366;
    padding: 4px;
}

ul.digbro-brochure-bullets, ol.digbro-brochure-bullets {
    margin-left: 35px;
}

.digbro-ruled-bottom tr {
    border-bottom: solid 1px #003366;
    padding: 4px;
}

.digbro-ts-checkmark2 {
    list-style: url('public/assets/printtodigital/digital_brochure_assets/images/ts-checkmark.png');
    margin-left: 35px;
}

.digbro-ts-bullet {
    margin-left: 35px;
}


#signup-header-bar {
    color: white;
}

/* FIX FOR MOBILE TEXT AREA WIDTH */
@media only screen and (max-width: 500px) {
    #contact-form textarea {
        width: 212px;
    }

    /* FIX FOR MOBILE form spacing */
    form table th, form table td {
        display: block;
        clear: right;
        text-align: left;
        width: 78%;
    }

    input, select, textarea {
        width: 100%;
    }

    input[type=radio] {
        width: 30px;
    }
}