
/* ============================== =blocks - base styles ============================== */

/* =CalloutBox - base */

.CalloutBox {
    color: #fff;
    background-color: #888;
    margin: 2em auto;
    padding: 1px 4%;
}

.CalloutBox p {
    margin: 1em 0;
}

/* =ReminderBox - base */

.ReminderBox {
    color: #fff;
    background-color: #888;
    width: 50%;
    float: right;
    padding: 1px 4%;
    margin: 1em 0 1em 2em;
}

.ReminderBox h4 {
    margin-top: 0.5em;
}

.ReminderBox p {
    margin: 1em 0;
}

/* =AdSense - base */

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
    padding: 1%;
}

.AdSenseBoxLeft {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.AdSenseBoxRight {
    float: right;
    margin-left: 2%;
    margin-bottom: 2%;
}

.AdSenseResponsiveBox {
    width: 50%;
}

.AdSenseBoxCenter {
    text-align: center;
    clear: both;
}

.AdSenseBoxCenter468 {
    width: 468px;
    margin: 2% auto;
    clear: both;
}

.AdSenseBoxExtraColumn {
    padding: 0;
    margin: 2% auto;
    clear: both;
}

/* =FBI - base */

.formBarGraphBar {
    border: 0;
    background-color: #eee;
}

#PageWrapper .FormBlockLeft .formwrapper {
    float: left;
    margin-right: 5px;
}

#PageWrapper .FormBlockRight .formwrapper {
    float: right;
    margin-left: 5px;
}

#PageWrapper .FormBlockCenter .formwrapper {
    margin-left: auto;
    margin-right: auto;
}

/* =WhatsNew - base */

.WhatsNew {
    border: 1px solid #eee;
    margin: 1em 0;
    position: relative;
}

.WhatsNewLeft {
    float: left;
    margin-right: 0.5em;
}

.WhatsNewRight {
    float: right;
    margin-left: 0.5em;
}

.WhatsNewCenter {
    margin-left: auto;
    margin-right: auto;
}

#PageWrapper .WhatsNew img {
    border: 0;
}

#PageWrapper .WhatsNew h2 {
    margin: 0;
    padding: 0.3em 24px 0.3em 4px;
    background: #eee;
    line-height: 1.2;
    font-size: 125%;
    text-align: center;
    color: #888;
}

#PageWrapper .WhatsNew ol,
#PageWrapper .WhatsNew ul,
#PageWrapper .WhatsNew li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
}

#PageWrapper .WhatsNew ol {
    margin: 0 4%;
    overflow: hidden;
}

#PageWrapper .WhatsNew ol li {
    display: block;
    padding-bottom: 1px;
    border-top: 1px solid #ECF0F1;
    margin-top: -1px;
}

#PageWrapper .WhatsNew h3 {
    font-size: 125%;
    line-height: 1.2;
    margin-top: 1em;
    margin-bottom: 0;
}

.WhatsNew-time {
    font-size: 75%;
    color: #888;
    margin-top: 0.5em;
}

.WhatsNew-more {
    text-align: right;
    margin: 1em 0;
}

.WhatsNew-subscribe {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    text-align: right;
}

.WhatsNew-icon {
    padding: 4px 4px 2px;
}

#PageWrapper .WhatsNew-subscribe ul {
    display: none;
    padding: 2px 4px;
    background: #eee;
}

#PageWrapper .WhatsNew-subscribe ul li {
    display: block;
    background-image: none;
}

#PageWrapper .WhatsNew-subscribe:hover ul {
    display: block;
}

#PageWrapper .WhatsNew-subscribe ul img {
    display: block;
    padding: 2px 0;
}

@media only screen and (max-width: 768px) {
    #PageWrapper .WhatsNew h2 {
        padding-right: 4px;
    }

    .WhatsNew-subscribe {
        position: static;
    }

    .WhatsNew-icon {
        display: none;
    }

    #PageWrapper .WhatsNew-subscribe ul {
        display: block;
        text-align: center;
    }

    #PageWrapper .WhatsNew-subscribe ul img {
        display: inline-block;
    }
}

/* =RSSbox - base */

.RSSbox {
    margin: 1em 0 2em;
}

.RSSbox ul {
    margin: 0;
    text-align: center;
    list-style: none;
}

.RSSbox li {
    background-image: none;
    padding: 0;
    margin: 0 0 5px 0;
}

/* =Ezine - base */

.Ezine {
    padding: 4%;
    margin-bottom: 2em;
    background: #eee;
}

.Ezine table {
    width: 100%;
}

.Ezine td {
    width: 50%;
    text-align: center;
    vertical-align: top;
}

.Ezine .EzineInputAbove {
    width: 100%;
}

.EzineInput input {
    width: 85%;
    max-width: 350px;
    padding: 5px;
}

.Ezine input:focus[type="text"] {
    background-color: #ffffcc;
}

td.EzineLabel {
    text-align: right;
    vertical-align: middle;
}

td.EzineLabelAbove {
    text-align: center;
}

.EzineDescription {
    text-align: center;
}

/* =Ezine2 - base */

.Ezine2 {
    margin: 1em 0;
    padding: 0.5em;
    border: 1px solid #eee;
}

.EzineRow {
    padding: 0.5em 0;
    max-width: 100%;
    box-sizing: border-box;
}

.EzineVertical label {
    display: block;
}

.EzineHorizontal .EzineRow,
.EzineHorizontal label {
    display: inline-block;
}

.Ezine2 label,
.Ezine2 input[type="text"],
.Ezine2 input[type="email"],
.EzineButton {
    vertical-align: middle;
    max-width: 100%;
    box-sizing: border-box;
}

.Ezine2 input:focus[type="text"],
.Ezine2 input:focus[type="email"] {
    background-color: #ffffcc;
}

.EzineLeft {
    text-align: left;
}

.EzineCenter {
    text-align: center;
}

.EzineRight {
    text-align: right;
}

/* =ImageBlock - base */

.ImageBlock {
    text-align: center;
}

a .Caption {
    color: inherit;
}

.CaptionLeft {
    text-align: left !important;
}

.CaptionCenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}

.CaptionRight {
    text-align: right !important;
}

.Caption {
    font-size: 85%;
    display: block;
}

/* overrides design CSS max-width: 100% for imgs */
div#PageWrapper img,
table#PageWrapper img {
    max-width: none;
}

/* none-JavaScript fix for too large images */
#PageWrapper .ImageBlock img {
    max-width: 100%;
}

/* IE9 and Chrome (~20) margin fix for block images with margin: auto */
.ImageBlock img {
    margin: 0;
}

#PageWrapper .ImageBlock {
    overflow: hidden;
    max-width: 100%;
}

#PageWrapper .ImageBlockLeft {
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

#PageWrapper .ImageBlockLeft img {
    margin-right: 15px;
}

#PageWrapper .ImageBlockRight {
    float: right;
    text-align: center;
    margin-bottom: 10px;
}

#PageWrapper .ImageBlockRight img {
    margin-left: 15px;
}

#PageWrapper .ImageBlockRight .Caption {
    margin-left: 15px;
}
#PageWrapper .ImageBlockCenter {
    margin: 15px 0;
    text-align: center;
}

#PageWrapper .noalignment {
    float: left;
}

#PageWrapper .pinit {
    text-align: center;
}

/* =TOC - base */

.TOC dt {
    font-weight: bold;
}
.TOC dd {
    margin-bottom: 20px;
}

/* =C2 - base */

#PageWrapper .formbody td {
    padding: 2px;
}

#NavColumn .formbody input[type="text"],
#NavColumn .formbody textarea,
#NavColumn .formbody img {
    box-sizing: border-box;
}

#NavColumn .formbody img.captcha_img {
    margin-bottom: 10px;
}

/* remove graphical bullets in the C2 Thank you notifications section */
#notificationOptions,
#notificationOptions li {
    list-style-type: none;
}

.socializeIt,
.formbody,
.c2_invitation {
    margin-top: 12px;
    margin-bottom: 12px;
}

.googlePlusOne {
    margin-top: 8px;
    margin-bottom: 8px;
}

.with_images .othervisitors p {
    margin-left:56px;
}

.thumb_container {
    float:left;
    width:50px;
    height:50px;
    overflow:hidden;
    margin-top:3px;
}

.with_images .othervisitors .submission_thumbnail {
    width:100%;
}

.othervisitors {
    clear: both;
}

.othervisitors img {
    border: 0;
}

/* -- Grid Block -- */

.grid_block {
    table-layout: fixed;
    border-collapse: collapse;
}

.grid_block td {
    padding: 0;
}

/* -- Responsive Grid Block -- */

.mobile .responsive-row img,
.bb1mobile .responsive-row img {
    max-width: 100% !important;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .responsive-row img {
        max-width: 100% !important;
        box-sizing: border-box;
    }
}

.responsive-row,
div[class*='responsive_grid_block-'] {
    overflow: hidden;
}

div[class*='responsive_col-'] {
    float: left;
    min-height: 1px;
    box-sizing: border-box;
}

.responsive_grid_block-12 div[class*='responsive_col-'] {
    width: 8.333%;
}

.responsive_grid_block-11 div[class*='responsive_col-'] {
    width: 9.0909%;
}

.responsive_grid_block-10 div[class*='responsive_col-'] {
    width: 10%;
}

.responsive_grid_block-9 div[class*='responsive_col-'] {
    width: 11.111%;
}

.responsive_grid_block-8 div[class*='responsive_col-'] {
    width: 12.5%;
}

.responsive_grid_block-7 div[class*='responsive_col-'] {
    width: 14.285%;
}

.responsive_grid_block-6 div[class*='responsive_col-'] {
    width: 16.666%;
}

.responsive_grid_block-5 div[class*='responsive_col-'] {
    width: 20%;
}

.responsive_grid_block-4 div[class*='responsive_col-'] {
    width: 25%;
}

.responsive_grid_block-3 div[class*='responsive_col-'] {
    width: 33.333%;
}

.responsive_grid_block-2 div[class*='responsive_col-'] {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .responsive_grid_block-12 div[class*='responsive_col-'] {
        width: 16.666%;
    }

    .responsive_grid_block-12 > .responsive-row > .responsive_col-7 {
        clear: left;
    }

    .responsive_grid_block-10 div[class*='responsive_col-'] {
        width: 20%;
    }

    .responsive_grid_block-10 > .responsive-row > .responsive_col-6 {
        clear: left;
    }

    .responsive_grid_block-9 div[class*='responsive_col-'] {
        width: 33.333%;
    }

    .responsive_grid_block-9 > .responsive-row > .responsive_col-4,
    .responsive_grid_block-9 > .responsive-row > .responsive_col-7 {
        clear: left;
    }

    .responsive_grid_block-8 div[class*='responsive_col-'] {
        width: 25%;
    }

    .responsive_grid_block-8 > .responsive-row > .responsive_col-5 {
        clear: left;
    }

    .responsive_grid_block-6 div[class*='responsive_col-'] {
        width: 33.333%;
    }

    .responsive_grid_block-6 > .responsive-row > .responsive_col-4 {
        clear: left;
    }

    .responsive_grid_block-4 div[class*='responsive_col-'] {
        width: 50%;
    }

    .responsive_grid_block-4 > .responsive-row > .responsive_col-3 {
        clear: left;
    }
}

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

    .responsive_grid_block-12 div[class*='responsive_col-'] {
        width: 25%;
    }

    .responsive_grid_block-12 > .responsive-row > .responsive_col-5,
    .responsive_grid_block-12 > .responsive-row > .responsive_col-9 {
        clear: left;
    }

    .responsive_grid_block-12 > .responsive-row > .responsive_col-7 {
        clear: none;
    }

    .responsive_grid_block-8 div[class*='responsive_col-'],
    .responsive_grid_block-6 div[class*='responsive_col-'] {
        width: 50%;
    }

    .responsive_grid_block-8 > .responsive-row .responsive_col-3,
    .responsive_grid_block-8 > .responsive-row .responsive_col-5,
    .responsive_grid_block-8 > .responsive-row .responsive_col-7 {
        clear: left;
    }

    .responsive_grid_block-6 > .responsive-row > .responsive_col-3,
    .responsive_grid_block-6 > .responsive-row > .responsive_col-5 {
        clear: left;
    }

    .responsive_grid_block-6 > .responsive-row > .responsive_col-4 {
        clear: none;
    }

    .responsive_grid_block-11 div[class*='responsive_col-'],
    .responsive_grid_block-10 div[class*='responsive_col-'],
    .responsive_grid_block-7 div[class*='responsive_col-'],
    .responsive_grid_block-5 div[class*='responsive_col-'],
    .responsive_grid_block-4 div[class*='responsive_col-'],
    .responsive_grid_block-3 div[class*='responsive_col-'],
    .responsive_grid_block-2 div[class*='responsive_col-'] {
        width: 100%;
    }
}

/* Responsive videos */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* center Facebook like and comment widgets */
#PageWrapper .fb-like,
#PageWrapper .fb-comments {
    display: block;
    text-align:center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* =Navigation - base */

.Navigation ul {
    margin: 1em 0 2em;
    padding: 0;
    list-style: none;
}

.Navigation li {
    padding: 0;
    margin: 0;
}

#PageWrapper div.Navigation a,
.Navigation a,
#PageWrapper div.Navigation a:visited,
.Navigation a:visited {
    font-size: 20px;
    background: #eee;
    color: #888;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

#PageWrapper div.Navigation a:hover,
.Navigation a:hover {
    background: #888;
    color: #fff;
}

/* =HorizontalNavBar - base */

#PageWrapper div.HorizontalNavBar ul.root {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0;
    line-height: 18px;
    font-size: 16px;
}

#PageWrapper div.HorizontalNavBar ul ul {
    display: none;
    position: absolute;
    top: 27px;
    left: 1px;
    z-index: 2;
    margin: 0 0 0 -1px;
    padding: 0;
    *zoom: 1;
    background: #fff;
    width: 200px;
}

#PageWrapper div.HorizontalNavBar ul ul ul {
    top: 0;
    left: 200px;
    margin: 0 0 0 -2px;
    _top: 1px;
}

#PageWrapper div.HorizontalNavBar li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: left;
    white-space: nowrap;
    border: 0;
}

#PageWrapper div.HorizontalNavBar li.li1 {
    z-index: 1;
}

#PageWrapper div.HorizontalNavBar li.hover {
    z-index: 2;
}

#PageWrapper div.HorizontalNavBar li li {
    float: none;
    white-space: normal;
    border: 1px solid #fff;
    background: #fff;
    margin-top: -1px;
}

#PageWrapper div.HorizontalNavBar span.navheader,
#PageWrapper div.HorizontalNavBar a {
    display: block;
    padding: 4px 8px;
    text-decoration: none;
    _float: left;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader,
#PageWrapper div.HorizontalNavBar ul ul a {
    _float: none;
}

#PageWrapper div.HorizontalNavBar span.navheader {
    cursor: default;
    *zoom: 1;
    position: relative;
    padding-left: 18px;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader {
    padding-left: 8px;
    padding-right: 18px;
}

#PageWrapper div.HorizontalNavBar span.navheader ins {
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 2px;
    border: 6px solid transparent;
    border-top-color: #000;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
    left: auto;
    top: 50%;
    right: 2px;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left-color: #000;
}

#PageWrapper div.HorizontalNavBar li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li:hover ul {
    display: block;
}

#PageWrapper div.HorizontalNavBar li.hover li ul,
#PageWrapper div.HorizontalNavBarCSS li:hover li ul {
    display: none;
}

#PageWrapper div.HorizontalNavBar li li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li li:hover ul {
    display: block;
}

#PageWrapper div.HorizontalNavBar li li.hover li ul,
#PageWrapper div.HorizontalNavBarCSS li li:hover li ul {
    display: none;
}

#PageWrapper div.HorizontalNavBar li li li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li li li:hover ul {
    display: block;
}

#PageWrapper div.HorizontalNavBar li li li.hover li ul,
#PageWrapper div.HorizontalNavBarCSS li li li:hover li ul {
    display: none;
}

#PageWrapper div.HorizontalNavBar li li li li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li li li li:hover ul {
    display: block;
}

/* .wide */
#PageWrapper div.HorizontalNavBarWide ul.root {
    width: 100%;
    display: table;
}

#PageWrapper div.HorizontalNavBarWide li {
    display: table-cell;
    float: none;
    text-align: center;
}

#PageWrapper div.HorizontalNavBarWide li li {
    text-align: left;
    display: block;
}

/* alignment */
#PageWrapper div.HorizontalNavBarLeft,
#PageWrapper div.HorizontalNavBarLeft li {
    text-align: left;
}

#PageWrapper div.HorizontalNavBarCenter,
#PageWrapper div.HorizontalNavBarCenter li {
    text-align: center;
}

#PageWrapper div.HorizontalNavBarRight,
#PageWrapper div.HorizontalNavBarRight li {
    text-align: right;
}

#PageWrapper div.HorizontalNavBarCenter li li,
#PageWrapper div.HorizontalNavBarRight li li {
    text-align: left;
}

/* touch devices */
html.touch #PageWrapper div.HorizontalNavBar ul.root > li {
    z-index: 2;
}

html.touch #PageWrapper div.HorizontalNavBar ul.root > li.hover {
    z-index: 3;
}

.ResponsiveNavButton {
    display: none;
}

table#ColumnsWrapper,
table#ContentWrapper {
    border-collapse: collapse;
    width: 100%;
}

/* =SocializeIt - base */

@media only screen and (max-width: 550px) {
    .socializeIt,
    .socializeIt img,
    .socializeIt textarea {
        width: 100% !important;
    }

    .socializeIt td[rowspan="2"],
    .socializeIt td[rowspan="1"] {
        white-space: normal !important;
    }
}

@media only screen and (max-width: 450px) {
    .socializeIt .socialIcon {
        white-space: normal !important;
        text-align: center;
        display: block !important;
    }
    .socializeIt .socialIcon span {
        display: block !important;
    }
}

/* =misc */

iframe {
    max-width: 100%;
}

hr {
    clear: both;
}

/* ============================== =generic ============================== */

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: #aaa;
    background: #32373c;
    font-size: 16px;
    line-height: 1.5;
    font-family: Lato, Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
}

a {
    color: #1abc9c;
    text-decoration: none;
}

a:visited {
    color: #1abc9c;
}

a:focus {
    outline: 1px dotted;
}

a:active,
a:hover {
    color: #16a085;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

hr {
    border-style: solid;
    width: 75%;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin: 1em 0 0.25em;
    font-weight: normal;
}

h1 {
    font-size: 200%;
    color: #444;
}

h2 {
    font-size: 150%;
    color: #888;
}

h3 {
    font-size: 133%;
}

h4 {
    font-size: 111%;
    color: #444;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 100%;
}

p {
    margin: 0.5em 0 1em;
}

/* ============================== =layout ============================== */

#ColumnsWrapper {
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
    background: #fff;
}

#PageWrapper {
    margin: 0 auto;
}

#PageWrapper.legacy {
    min-width: 980px;
}

#Header .Liner,
#Footer .Liner {
    padding: 1px 0;
}

#ExtraWrapper {
    display: none;
}

/* =Header */

#HeaderWrapper {
    border-top: 50px solid #26282a;
}

#Header {
    max-width: 980px;
    margin: 0 auto;
}

#Header .Liner {
    position: relative;
    z-index: 2;
    min-height: 140px;
    background: #32373c url('../image-files/header.png') no-repeat;
    background-size: 100%;
}

#Header .WebsiteName {
    margin-top: 1em;
    margin-bottom: 0.25em;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
}

#Header .WebsiteName { /* SiteDesigner inheritance prevention */
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: #FFFFFF;
    text-align: left;
    border: 0;
    margin: 36px 0px 9px 0px;
    padding: 0;
    background: none;
}

#Header .Tagline {
    font-size: 14px;
    margin-top: 0;
    color: #ababab;
    margin: 0.5em 0 1em;
}

/* =ContentColumn */

#ContentColumn {
    width: 66%;
    float: left;
}

#ContentColumn .Liner {
    padding: 50px;
}

/* =NavColumn */

#NavColumn {
    width: 33%;
    float: right;
    background-color: #f2f2f2;
}

#NavColumn .Liner {
    padding: 50px;
}

#NavColumn h4 {
    text-transform: uppercase;
    color: #444;
    font-weight: normal;
    font-size: 100%;
}

#NavColumn p {
    font-size: 87.5%;
    padding-bottom: 25px;
}

/* =Footer */

#FooterWrapper {
    clear: both;
}

#Footer {
    text-align: center;
}

#Footer .Liner {
    padding: 1.5em 5%;
    background-color: #32373c;
}

#Footer p {
    font-size: 16px;
    color: #ababab;
}

/* ============================== =blocks - custom styles ============================== */

/* =CalloutBox - custom */

.CalloutBox {
    color: #444;
    background-color: #f2f2f2;
    font-size: 18px;
    font-style: italic;
}

#PageWrapper .CalloutBox p { /* SiteDesigner inheritance prevention */
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-variant: normal;
    color: #444444;
}

/* =ReminderBox - custom */

.ReminderBox {
    background-color: #EDEDED;
    color: #6A6A6A;
}

.ReminderBox h4 {
    margin-top: 1.5em;
}

#PageWrapper .ReminderBox h4 { /* SiteDesigner inheritance prevention */
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #444444;
    text-align: left;
    border: 0;
    margin: 26px 0px 4px 0px;
    background: none;
}

#PageWrapper .ReminderBox p { /* SiteDesigner inheritance prevention */
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-variant: normal;
    color: #6A6A6A;
}

/* =Navigation - custom */

#PageWrapper div.Navigation a,
.Navigation a,
#PageWrapper div.Navigation a:visited,
.Navigation a:visited {
    font-size: 14px;
    background: none;
    color: #1abc9c;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

#PageWrapper div.Navigation a:hover,
.Navigation a:hover {
    background: #e3e3e3;
    color: #0b4f41;
}

.Navigation h3 {
    text-transform: uppercase;
    color: #444;
    font-weight: normal;
    font-size: 100%;
}

/* =HorizontalNavBar - custom */

#Header .HorizontalNavBar {
    margin-top: -50px;
    width: 100%;
    position: absolute;
    top: 0;
}

#PageWrapper div.HorizontalNavBar ul.root {
    font-size: 18px;
    padding: 4px 0 0 0;
}

#PageWrapper div.HorizontalNavBar ul ul {
    top: 44px;
    left: -1px;
    background-color: transparent;
}

#PageWrapper div.HorizontalNavBar li li {
    border: 2px solid transparent;
    background: transparent;
    margin-top: -2px;
}

#PageWrapper div.HorizontalNavBar span.navheader,
#PageWrapper div.HorizontalNavBar a {
    margin: 2px 0 0 0;
    color: #868788;
    line-height: 30px;
}

#PageWrapper div.HorizontalNavBar span.navheader {
    padding-left: 25px;
}

#PageWrapper div.HorizontalNavBar span.navheader:hover,
#PageWrapper div.HorizontalNavBar a:hover {
    color: #fff;
    background: #5b5f63;
}

#PageWrapper div.HorizontalNavBar span.navheader ins {
    left: 9px;
    border-top-color: #868788;
    border-width: 4px;
}

#PageWrapper div.HorizontalNavBar span.navheader:hover ins {
    border-top-color: #fff;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader,
#PageWrapper div.HorizontalNavBar ul ul a {
    background: #e3e3e3;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
    border-color: transparent;
    border-left-color: #868788;
    border-width: 4px;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins {
    border-color: transparent;
    border-left-color: #fff;
}

/* =ResponsiveNav - custom */

@media only screen and (max-width: 768px) {
    body {
        border-top: none;
    }

    .ResponsiveNavWrapper {
        text-align: center;
    }

    .ResponsiveNavWrapper:after {
        content:'';
        display:block;
        clear: both;
    }

    .ResponsiveNav {
        display: none;
    }

    .ResponsiveNavActive .ResponsiveNav {
        display: block;
    }

    .ResponsiveNav ul {
        padding: 0;
        margin: 0;
    }

    .ResponsiveNav li {
        list-style: none;
        margin: 0.25em 0;
        padding: 0;
    }

    .ResponsiveNav .navheader {
        display: block;
        font-size: 14px;
        font-weight: bold;
        margin: 1em 0 0;
    }

    .ResponsiveNav a {
        display: block;
        color: #868788;
        text-decoration: underline;
        font-size: 12px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    .ResponsiveNav a:hover {
        color: #16a085;
    }

    .ResponsiveNavButton {
        display: inline-block;
        cursor: pointer;
        margin-bottom: 20px;
        padding: 8px 16px;
        font-size: 18px;
        line-height: 1.4;
        font-weight: normal;
        text-transform: uppercase;
        color: #fff;
        background: #1abc9c;
        border: none;
    }

    .ResponsiveNavButton:hover {
        color: #fff;
        background-color: #16a085;
    }

    .ResponsiveNavActive .ResponsiveNavButton {
        color: #fff;
        background-color: #1abc9c;
    }
}

/* =FBI - custom */

#NavColumn .formbody input[type="text"],
#NavColumn .formbody textarea,
#NavColumn .formbody img {
    max-width: 155px;
}

input[type=text] {
    border: 1px solid #808080;
}

/* =WhatsNew - custom */

#PageWrapper .WhatsNew h2 { /* SiteDesigner inheritance prevention */
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #9F9F9F;
    border: 0;
    background: none;
}

#PageWrapper .WhatsNew h3 { /* SiteDesigner inheritance prevention */
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-align: left;
    border: 0;
    margin: 20px 0 0 0;
    padding: 0;
    background: none;
}

.WhatsNew {
    border: none;
}

.WhatsNew,
#PageWrapper .WhatsNew ol li {
    border-color: #ddd;
}

#PageWrapper .WhatsNew h2 {
    color: #9F9F9F;
    background: transparent;
    text-align: left;
}

.WhatsNew-time {
    color: #9F9F9F;
}

#PageWrapper .WhatsNew-subscribe ul {
    background: #EDEDED;
}

/* =Ezine - custom */

.Ezine {
    padding: 6%;
    border: none;
    background: #32373c;
}

.EzineInput input {
    width: 67%;
    padding: 10px;
    color: #fff;
}

.Ezine input[type=text] {
    background-color: #32373c;
}

.Ezine input:focus[type="text"] {
    background-color: #464e54;
}

td.EzineLabel {
    font-size: 18px;
    color: #a8a8a8;
    text-transform: uppercase;
}

td.EzineLabelAbove {
    text-align: center;
}

.EzineDescription {
    text-align: center;
}

.TOC dt {
    font-size: 18px;
}

/* =Ezine2 - custom */

.Ezine2 {
    padding: 4%;
    border: 0;
    background: #32373c;
}

.Ezine2 label {
    font-size: 18px;
    color: #a8a8a8;
    text-transform: uppercase;
    margin: 5px;
}

.Ezine2 input[type=text],
.Ezine2 input[type=email] {
    background-color: #32373c;
    padding: 10px;
    color: #fff;
    border: 1px solid #808080;
    margin: 5px;
}

.Ezine2 input:focus[type=text],
.Ezine2 input:focus[type=email] {
    background-color: #464e54;
}

.EzineButton {
    margin: 5px;
    padding: 6px 16px;
    border: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    background: #1abc9c;
}

.EzineButton:hover {
    background: #1abc9c;
}

/* ============================== =responsive ============================== */

.mobileOnly {
    display: none;
}

@media only screen and (max-width: 447px) {
    .desktopOnly {
        display: none;
    }

    .mobileOnly {
        display: block;
    }
}

@media only screen and (max-width: 980px) {
    #PageWrapper.modern {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .modern #NavColumn,
    .modern #ContentColumn {
        float: none;
        width: 100%;
    }

    .modern #Header .Liner,
    .modern #Header .WebsiteName {
        text-align: center;
    }

    #PageWrapper .WhatsNew-subscribe ul {
        background: transparent;
    }
}/***** C2 styles *****/
.c2Form {
    padding:8px;
    border:1px solid #ddd;
}

.InvShelp {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffc;
}

.InvShelpT {
    background:#ddd;
    padding:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin:0px;
    padding:0px;
    text-align:left;
}

a:link.InvShelp {text-decoration:none; color:#000;}

.InvShelpbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffc;
    padding: 2px;
    border: 1px solid #666;
}

.InvSquestions {
    font-weight:bold;
    font-size:14px;
    margin:0;
}

.titleInput {
    width:80%;
    padding-top:4px;
    margin:0;
}

.storyInput {
    width:98%;
    padding-top:4px;
    margin:0;
}

.otherText {
}

.dividerRule {
    border-top:1px solid #ddd;
}

/***** Blog It! styles *****/

.blogItItem .blogItThumbnail {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 150px;
}

.blogItItem .blogItReadMore {
    clear: both;
}

  /* additional styles */
  /* Ezine2 - start */

.Ezine2 {
    margin: 1em 0;
    padding: 0.5em;
    border: 1px solid #eee;
}

.EzineRow {
    padding: 0.5em 0;
}

.EzineVertical label {
    display: block;
}

.EzineHorizontal .EzineRow,
.EzineHorizontal label {
    display: inline-block;
}

.Ezine2 label,
.Ezine2 input[type="text"],
.Ezine2 input[type="email"],
.EzineButton {
    vertical-align: middle;
}

.Ezine2 input:focus[type="text"],
.Ezine2 input:focus[type="email"] {
    background-color: #ffffcc;
}

.EzineLeft {
    text-align: left;
}

.EzineCenter {
    text-align: center;
}

.EzineRight {
    text-align: right;
}

.Ezine2 {
    padding: 4%;
    border: 0;
    background: #32373c;
}

.Ezine2 label {
    font-size: 18px;
    color: #a8a8a8;
    text-transform: uppercase;
    margin: 5px;
}

.Ezine2 input[type=text],
.Ezine2 input[type=email] {
    background-color: #32373c;
    padding: 10px;
    color: #fff;
    border: 1px solid #808080;
    margin: 5px;
}

.Ezine2 input:focus[type=text],
.Ezine2 input:focus[type=email] {
    background-color: #464e54;
}

.EzineButton {
    margin: 5px;
    padding: 6px 16px;
    border: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    background: #1abc9c;
}

.EzineButton:hover {
    background: #1abc9c;
}

/* Ezine2 - end *//* Ezine2 fixes - start */

.EzineRow {
    max-width: 100%;
    box-sizing: border-box;
}

.Ezine2 label,
.Ezine2 input[type="text"],
.Ezine2 input[type="email"],
.EzineButton {
    max-width: 100%;
    box-sizing: border-box;
}

/* Ezine2 fixes - end *//* HR fix - start */

hr {
    clear: both;
}

/* HR fix - end *//* Socialize It! update - start */

@media only screen and (max-width: 550px) {
    .socializeIt,
    .socializeIt img,
    .socializeIt textarea {
        width: 100% !important;
    }

    .socializeIt td[rowspan="2"],
    .socializeIt td[rowspan="1"] {
        white-space: normal !important;
    }
}

@media only screen and (max-width: 450px) {
    .socializeIt .socialIcon {
        white-space: normal !important;
        text-align: center;
        display: block !important;
    }
    .socializeIt .socialIcon span {
        display: block !important;
    }
}

/* Socialize It! update - end */

/***********************************************/
/* Customizations from SiteDesigner start here */
/***********************************************/

/* font Lato definition */
@font-face {
    font-family: Lato;
    src: url('/css_webfonts/lato-webfont.eot');
    src: url('/css_webfonts/lato-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/lato-webfont.woff') format('woff'),
         url('/css_webfonts/lato-webfont.ttf') format('truetype'),
         url('/css_webfonts/lato-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
} 

/* font Lato bold definition */
@font-face {
    font-family: Lato;
    src: url('/css_webfonts/lato-bold-webfont.eot');
    src: url('/css_webfonts/lato-bold-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/lato-bold-webfont.woff') format('woff'),
         url('/css_webfonts/lato-bold-webfont.ttf') format('truetype'),
         url('/css_webfonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: bold;
        font-style: normal;
} 

/* font Lato italic definition */
@font-face {
    font-family: Lato;
    src: url('/css_webfonts/lato-italic-webfont.eot');
    src: url('/css_webfonts/lato-italic-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/lato-italic-webfont.woff') format('woff'),
         url('/css_webfonts/lato-italic-webfont.ttf') format('truetype'),
         url('/css_webfonts/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
        font-style: italic;
} 

/* font Lato bold-italic definition */
@font-face {
    font-family: Lato;
    src: url('/css_webfonts/lato-bold-italic-webfont.eot');
    src: url('/css_webfonts/lato-bold-italic-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/lato-bold-italic-webfont.woff') format('woff'),
         url('/css_webfonts/lato-bold-italic-webfont.ttf') format('truetype'),
         url('/css_webfonts/lato-bold-italic-webfont.svg#latobold_italic') format('svg');
    font-weight: bold;
        font-style: italic;
} 
body, html.mobile body{font-family:Lato, Arial, Helvetica, sans-serif;
}html.mobile body{
}@media (max-width:768px) {body{
}}@media (max-width:447px) {body{
}}#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p{color:#ABABAB;
}html.mobile #PageWrapper #Footer .Liner p{
}@media (max-width:768px) {#PageWrapper #Footer .Liner p{
}}@media (max-width:447px) {#PageWrapper #Footer .Liner p{
}}#PageWrapper #Footer .Liner, html.mobile #PageWrapper #Footer .Liner{background-color:#32373C;
}html.mobile #PageWrapper #Footer .Liner{
}@media (max-width:768px) {#PageWrapper #Footer .Liner{
}}@media (max-width:447px) {#PageWrapper #Footer .Liner{
}}#PageWrapper #HeaderWrapper, html.mobile #PageWrapper #HeaderWrapper{
}html.mobile #PageWrapper #HeaderWrapper{
}@media (max-width:768px) {#PageWrapper #HeaderWrapper{
}}@media (max-width:447px) {#PageWrapper #HeaderWrapper{
}}#PageWrapper #Header .Liner, html.mobile #PageWrapper #Header .Liner{
}html.mobile #PageWrapper #Header .Liner{
}@media (max-width:768px) {#PageWrapper #Header .Liner{
}}@media (max-width:447px) {#PageWrapper #Header .Liner{
}}#PageWrapper #ExtraColumn .Liner, html.mobile #PageWrapper #ExtraColumn .Liner{
}html.mobile #PageWrapper #ExtraColumn .Liner{
}@media (max-width:768px) {#PageWrapper #ExtraColumn .Liner{
}}@media (max-width:447px) {#PageWrapper #ExtraColumn .Liner{
}}#PageWrapper #NavColumn .Liner, html.mobile #PageWrapper #NavColumn .Liner{
}html.mobile #PageWrapper #NavColumn .Liner{
}@media (max-width:768px) {#PageWrapper #NavColumn .Liner{
}}@media (max-width:447px) {#PageWrapper #NavColumn .Liner{
}}#PageWrapper #ContentColumn .Liner, html.mobile #PageWrapper #ContentColumn .Liner{
}html.mobile #PageWrapper #ContentColumn .Liner{
}@media (max-width:768px) {#PageWrapper #ContentColumn .Liner{
}}@media (max-width:447px) {#PageWrapper #ContentColumn .Liner{
}}#PageWrapper #ContentColumn .Liner, html.mobile #PageWrapper #ContentColumn .Liner{
}html.mobile #PageWrapper #ContentColumn .Liner{
}@media (max-width:768px) {#PageWrapper #ContentColumn .Liner{
}}@media (max-width:447px) {#PageWrapper #ContentColumn .Liner{
}}#PageWrapper #ContentColumn , html.mobile #PageWrapper #ContentColumn {
}html.mobile #PageWrapper #ContentColumn {
}@media (max-width:768px) {#PageWrapper #ContentColumn {
}}@media (max-width:447px) {#PageWrapper #ContentColumn {
}}#PageWrapper #ContentColumn p, html.mobile #PageWrapper #ContentColumn p{
}html.mobile #PageWrapper #ContentColumn p{
}@media (max-width:768px) {#PageWrapper #ContentColumn p{
}}@media (max-width:447px) {#PageWrapper #ContentColumn p{
}}#PageWrapper, html.mobile #PageWrapper{
}html.mobile #PageWrapper{
}@media (max-width:768px) {#PageWrapper{
}}@media (max-width:447px) {#PageWrapper{
}}#PageWrapper h1, html.mobile #PageWrapper h1{
}html.mobile #PageWrapper h1{
}@media (max-width:768px) {#PageWrapper h1{
}}@media (max-width:447px) {#PageWrapper h1{
}}#PageWrapper h2, html.mobile #PageWrapper h2{
}html.mobile #PageWrapper h2{
}@media (max-width:768px) {#PageWrapper h2{
}}@media (max-width:447px) {#PageWrapper h2{
}}#PageWrapper h3, html.mobile #PageWrapper h3{
}html.mobile #PageWrapper h3{
}@media (max-width:768px) {#PageWrapper h3{
}}@media (max-width:447px) {#PageWrapper h3{
}}#PageWrapper h4, html.mobile #PageWrapper h4{
}html.mobile #PageWrapper h4{
}@media (max-width:768px) {#PageWrapper h4{
}}@media (max-width:447px) {#PageWrapper h4{
}}.Navigation h3, html.mobile .Navigation h3{color:#444444;
}html.mobile .Navigation h3{
}@media (max-width:768px) {.Navigation h3{
}}@media (max-width:447px) {.Navigation h3{
}}#PageWrapper .Navigation h3, html.mobile #PageWrapper .Navigation h3{color:#444444;
}html.mobile #PageWrapper .Navigation h3{
}@media (max-width:768px) {#PageWrapper .Navigation h3{
}}@media (max-width:447px) {#PageWrapper .Navigation h3{
}}.Navigation a, html.mobile .Navigation a{
}html.mobile .Navigation a{
}@media (max-width:768px) {.Navigation a{
}}@media (max-width:447px) {.Navigation a{
}}#PageWrapper div.Navigation a, html.mobile #PageWrapper div.Navigation a{
}html.mobile #PageWrapper div.Navigation a{
}@media (max-width:768px) {#PageWrapper div.Navigation a{
}}@media (max-width:447px) {#PageWrapper div.Navigation a{
}}.Navigation a,
#PageWrapper div.Navigation a {}
html.mobile .Navigation a,
html.mobile #PageWrapper div.Navigation a {}.Navigation a:link, html.mobile .Navigation a:link{
}html.mobile .Navigation a:link{
}@media (max-width:768px) {.Navigation a:link{
}}@media (max-width:447px) {.Navigation a:link{
}}#PageWrapper div.Navigation a:link, html.mobile #PageWrapper div.Navigation a:link{
}html.mobile #PageWrapper div.Navigation a:link{
}@media (max-width:768px) {#PageWrapper div.Navigation a:link{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:link{
}}.Navigation a:visited, html.mobile .Navigation a:visited{
}html.mobile .Navigation a:visited{
}@media (max-width:768px) {.Navigation a:visited{
}}@media (max-width:447px) {.Navigation a:visited{
}}#PageWrapper div.Navigation a:visited, html.mobile #PageWrapper div.Navigation a:visited{
}html.mobile #PageWrapper div.Navigation a:visited{
}@media (max-width:768px) {#PageWrapper div.Navigation a:visited{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:visited{
}}.Navigation a:hover, html.mobile .Navigation a:hover{
}html.mobile .Navigation a:hover{
}@media (max-width:768px) {.Navigation a:hover{
}}@media (max-width:447px) {.Navigation a:hover{
}}#PageWrapper div.Navigation a:hover, html.mobile #PageWrapper div.Navigation a:hover{
}html.mobile #PageWrapper div.Navigation a:hover{
}@media (max-width:768px) {#PageWrapper div.Navigation a:hover{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:hover{
}}#PageWrapper .TOC, html.mobile #PageWrapper .TOC{
}html.mobile #PageWrapper .TOC{
}@media (max-width:768px) {#PageWrapper .TOC{
}}@media (max-width:447px) {#PageWrapper .TOC{
}}#PageWrapper .Ezine, html.mobile #PageWrapper .Ezine{
}html.mobile #PageWrapper .Ezine{
}@media (max-width:768px) {#PageWrapper .Ezine{
}}@media (max-width:447px) {#PageWrapper .Ezine{
}}

#PageWrapper .Ezine {
    padding: 4px 0;
}
#PageWrapper #Header .HorizontalNavBar, html.mobile #PageWrapper #Header .HorizontalNavBar{
}html.mobile #PageWrapper #Header .HorizontalNavBar{
}@media (max-width:768px) {#PageWrapper #Header .HorizontalNavBar{
}}@media (max-width:447px) {#PageWrapper #Header .HorizontalNavBar{
}}#PageWrapper div.HorizontalNavBar .li1, html.mobile #PageWrapper div.HorizontalNavBar .li1{
}html.mobile #PageWrapper div.HorizontalNavBar .li1{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar .li1{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar .li1{
}}#PageWrapper div.HorizontalNavBar ul a, html.mobile #PageWrapper div.HorizontalNavBar ul a{
}html.mobile #PageWrapper div.HorizontalNavBar ul a{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul a{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul a{
}}#PageWrapper div.HorizontalNavBar ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul a:link{
}html.mobile #PageWrapper div.HorizontalNavBar ul a:link{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul a:link{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul a:link{
}}#PageWrapper div.HorizontalNavBar ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul a:visited{
}html.mobile #PageWrapper div.HorizontalNavBar ul a:visited{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul a:visited{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul a:visited{
}}#PageWrapper div.HorizontalNavBar ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul a:hover{
}html.mobile #PageWrapper div.HorizontalNavBar ul a:hover{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul a:hover{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul a:hover{
}}#PageWrapper div.HorizontalNavBar ul span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader{
}html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul span.navheader{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul span.navheader{
}}#PageWrapper div.HorizontalNavBar ul span.navheader:hover, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover{
}html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul span.navheader:hover{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul span.navheader:hover{
}}#PageWrapper div.HorizontalNavBar ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader ins{
}html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader ins{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul span.navheader ins{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul span.navheader ins{
}}#PageWrapper div.HorizontalNavBar ul span.navheader:hover ins, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover ins{
}html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover ins{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul span.navheader:hover ins{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul span.navheader:hover ins{
}}#PageWrapper div.HorizontalNavBar, html.mobile #PageWrapper div.HorizontalNavBar{
}html.mobile #PageWrapper div.HorizontalNavBar{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar{
}}#PageWrapper div.HorizontalNavBar ul.root, html.mobile #PageWrapper div.HorizontalNavBar ul.root{
}html.mobile #PageWrapper div.HorizontalNavBar ul.root{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul.root{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul.root{
}}#PageWrapper div.HorizontalNavBar .li1 .li2, html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2{
}html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar .li1 .li2{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar .li1 .li2{
}}#PageWrapper div.HorizontalNavBar .li1 .li2 .li3, html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2 .li3{
}html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2 .li3{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar .li1 .li2 .li3{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar .li1 .li2 .li3{
}}#PageWrapper div.HorizontalNavBar ul ul, html.mobile #PageWrapper div.HorizontalNavBar ul ul{
}html.mobile #PageWrapper div.HorizontalNavBar ul ul{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul{
}}#PageWrapper div.HorizontalNavBar ul ul a, html.mobile #PageWrapper div.HorizontalNavBar ul ul a{
}html.mobile #PageWrapper div.HorizontalNavBar ul ul a{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul a{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul a{
}}#PageWrapper div.HorizontalNavBar ul ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:link{
}html.mobile #PageWrapper div.HorizontalNavBar ul ul a:link{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul a:link{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul a:link{
}}#PageWrapper div.HorizontalNavBar ul ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:visited{
}html.mobile #PageWrapper div.HorizontalNavBar ul ul a:visited{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul a:visited{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul a:visited{
}}#PageWrapper div.HorizontalNavBar ul ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:hover{
}html.mobile #PageWrapper div.HorizontalNavBar ul ul a:hover{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul a:hover{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul a:hover{
}}#PageWrapper div.HorizontalNavBar ul ul span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader{
}html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader{
}}#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover{
}html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover{
}}#PageWrapper div.HorizontalNavBar ul ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader ins{
}html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader ins{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader ins{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader ins{
}}#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins{
}html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins{
}}#PageWrapper .RSSbox, html.mobile #PageWrapper .RSSbox{
}html.mobile #PageWrapper .RSSbox{
}@media (max-width:768px) {#PageWrapper .RSSbox{
}}@media (max-width:447px) {#PageWrapper .RSSbox{
}}#PageWrapper .RSSbox .questionMark, html.mobile #PageWrapper .RSSbox .questionMark{
}html.mobile #PageWrapper .RSSbox .questionMark{
}@media (max-width:768px) {#PageWrapper .RSSbox .questionMark{
}}@media (max-width:447px) {#PageWrapper .RSSbox .questionMark{
}}#PageWrapper .ImageBlock img, html.mobile #PageWrapper .ImageBlock img{
}html.mobile #PageWrapper .ImageBlock img{
}@media (max-width:768px) {#PageWrapper .ImageBlock img{
}}@media (max-width:447px) {#PageWrapper .ImageBlock img{
}}#PageWrapper .ImageBlock, html.mobile #PageWrapper .ImageBlock{
}html.mobile #PageWrapper .ImageBlock{
}@media (max-width:768px) {#PageWrapper .ImageBlock{
}}@media (max-width:447px) {#PageWrapper .ImageBlock{
}}#PageWrapper .ImageBlockRight, html.mobile #PageWrapper .ImageBlockRight{
}html.mobile #PageWrapper .ImageBlockRight{
}@media (max-width:768px) {#PageWrapper .ImageBlockRight{
}}@media (max-width:447px) {#PageWrapper .ImageBlockRight{
}}#PageWrapper .ImageBlockLeft, html.mobile #PageWrapper .ImageBlockLeft{
}html.mobile #PageWrapper .ImageBlockLeft{
}@media (max-width:768px) {#PageWrapper .ImageBlockLeft{
}}@media (max-width:447px) {#PageWrapper .ImageBlockLeft{
}}#ContentColumn ol, html.mobile #ContentColumn ol{
}html.mobile #ContentColumn ol{
}@media (max-width:768px) {#ContentColumn ol{
}}@media (max-width:447px) {#ContentColumn ol{
}}#ContentColumn ol li, html.mobile #ContentColumn ol li{
}html.mobile #ContentColumn ol li{
}@media (max-width:768px) {#ContentColumn ol li{
}}@media (max-width:447px) {#ContentColumn ol li{
}}#ContentColumn ul, html.mobile #ContentColumn ul{
}html.mobile #ContentColumn ul{
}@media (max-width:768px) {#ContentColumn ul{
}}@media (max-width:447px) {#ContentColumn ul{
}}#ContentColumn ul li, html.mobile #ContentColumn ul li{
}html.mobile #ContentColumn ul li{
}@media (max-width:768px) {#ContentColumn ul li{
}}@media (max-width:447px) {#ContentColumn ul li{
}}#PageWrapper .CalloutBox p, html.mobile #PageWrapper .CalloutBox p{
}html.mobile #PageWrapper .CalloutBox p{
}@media (max-width:768px) {#PageWrapper .CalloutBox p{
}}@media (max-width:447px) {#PageWrapper .CalloutBox p{
}}#PageWrapper .CalloutBox, html.mobile #PageWrapper .CalloutBox{background-color:#F2F2F2;
}html.mobile #PageWrapper .CalloutBox{
}@media (max-width:768px) {#PageWrapper .CalloutBox{
}}@media (max-width:447px) {#PageWrapper .CalloutBox{
}}#PageWrapper .ReminderBox, html.mobile #PageWrapper .ReminderBox{background-color:#EDEDED;
}html.mobile #PageWrapper .ReminderBox{
}@media (max-width:768px) {#PageWrapper .ReminderBox{
}}@media (max-width:447px) {#PageWrapper .ReminderBox{
}}#PageWrapper .ReminderBox h4, html.mobile #PageWrapper .ReminderBox h4{
}html.mobile #PageWrapper .ReminderBox h4{
}@media (max-width:768px) {#PageWrapper .ReminderBox h4{
}}@media (max-width:447px) {#PageWrapper .ReminderBox h4{
}}#PageWrapper .ReminderBox p, html.mobile #PageWrapper .ReminderBox p{color:#6A6A6A;
}html.mobile #PageWrapper .ReminderBox p{
}@media (max-width:768px) {#PageWrapper .ReminderBox p{
}}@media (max-width:447px) {#PageWrapper .ReminderBox p{
}}#ContentColumn a, html.mobile #ContentColumn a{
}html.mobile #ContentColumn a{
}@media (max-width:768px) {#ContentColumn a{
}}@media (max-width:447px) {#ContentColumn a{
}}#ContentColumn a:link, html.mobile #ContentColumn a:link{
}html.mobile #ContentColumn a:link{
}@media (max-width:768px) {#ContentColumn a:link{
}}@media (max-width:447px) {#ContentColumn a:link{
}}#ContentColumn a:visited, html.mobile #ContentColumn a:visited{
}html.mobile #ContentColumn a:visited{
}@media (max-width:768px) {#ContentColumn a:visited{
}}@media (max-width:447px) {#ContentColumn a:visited{
}}#ContentColumn a:hover, html.mobile #ContentColumn a:hover{
}html.mobile #ContentColumn a:hover{
}@media (max-width:768px) {#ContentColumn a:hover{
}}@media (max-width:447px) {#ContentColumn a:hover{
}}#ExtraColumn a, html.mobile #ExtraColumn a{
}html.mobile #ExtraColumn a{
}@media (max-width:768px) {#ExtraColumn a{
}}@media (max-width:447px) {#ExtraColumn a{
}}#ExtraColumn a:link, html.mobile #ExtraColumn a:link{
}html.mobile #ExtraColumn a:link{
}@media (max-width:768px) {#ExtraColumn a:link{
}}@media (max-width:447px) {#ExtraColumn a:link{
}}#ExtraColumn a:visited, html.mobile #ExtraColumn a:visited{
}html.mobile #ExtraColumn a:visited{
}@media (max-width:768px) {#ExtraColumn a:visited{
}}@media (max-width:447px) {#ExtraColumn a:visited{
}}#ExtraColumn a:hover, html.mobile #ExtraColumn a:hover{
}html.mobile #ExtraColumn a:hover{
}@media (max-width:768px) {#ExtraColumn a:hover{
}}@media (max-width:447px) {#ExtraColumn a:hover{
}}#PageWrapper #Footer a, html.mobile #PageWrapper #Footer a{
}html.mobile #PageWrapper #Footer a{
}@media (max-width:768px) {#PageWrapper #Footer a{
}}@media (max-width:447px) {#PageWrapper #Footer a{
}}#PageWrapper #Footer a:link, html.mobile #PageWrapper #Footer a:link{
}html.mobile #PageWrapper #Footer a:link{
}@media (max-width:768px) {#PageWrapper #Footer a:link{
}}@media (max-width:447px) {#PageWrapper #Footer a:link{
}}#PageWrapper #Footer a:visited, html.mobile #PageWrapper #Footer a:visited{
}html.mobile #PageWrapper #Footer a:visited{
}@media (max-width:768px) {#PageWrapper #Footer a:visited{
}}@media (max-width:447px) {#PageWrapper #Footer a:visited{
}}#PageWrapper #Footer a:hover, html.mobile #PageWrapper #Footer a:hover{
}html.mobile #PageWrapper #Footer a:hover{
}@media (max-width:768px) {#PageWrapper #Footer a:hover{
}}@media (max-width:447px) {#PageWrapper #Footer a:hover{
}}#PageWrapper .ResponsiveNavButton, html.mobile #PageWrapper .ResponsiveNavButton{
}html.mobile #PageWrapper .ResponsiveNavButton{
}@media (max-width:768px) {#PageWrapper .ResponsiveNavButton{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNavButton{
}}#PageWrapper .ResponsiveNav, html.mobile #PageWrapper .ResponsiveNav{
}html.mobile #PageWrapper .ResponsiveNav{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav{
}}#PageWrapper .ResponsiveNav a, html.mobile #PageWrapper .ResponsiveNav a{
}html.mobile #PageWrapper .ResponsiveNav a{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav a{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav a{
}}#PageWrapper .ResponsiveNav a, html.mobile #PageWrapper .ResponsiveNav a{
}html.mobile #PageWrapper .ResponsiveNav a{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav a{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav a{
}}#PageWrapper .ResponsiveNav a:link, html.mobile #PageWrapper .ResponsiveNav a:link{
}html.mobile #PageWrapper .ResponsiveNav a:link{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav a:link{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav a:link{
}}#PageWrapper .ResponsiveNav a:visited, html.mobile #PageWrapper .ResponsiveNav a:visited{
}html.mobile #PageWrapper .ResponsiveNav a:visited{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav a:visited{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav a:visited{
}}#PageWrapper .ResponsiveNav a:hover, html.mobile #PageWrapper .ResponsiveNav a:hover{
}html.mobile #PageWrapper .ResponsiveNav a:hover{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav a:hover{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav a:hover{
}}#PageWrapper .ResponsiveNav span, html.mobile #PageWrapper .ResponsiveNav span{
}html.mobile #PageWrapper .ResponsiveNav span{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav span{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav span{
}}#NavColumn a, html.mobile #NavColumn a{
}html.mobile #NavColumn a{
}@media (max-width:768px) {#NavColumn a{
}}@media (max-width:447px) {#NavColumn a{
}}#NavColumn a:link, html.mobile #NavColumn a:link{
}html.mobile #NavColumn a:link{
}@media (max-width:768px) {#NavColumn a:link{
}}@media (max-width:447px) {#NavColumn a:link{
}}#NavColumn a:visited, html.mobile #NavColumn a:visited{
}html.mobile #NavColumn a:visited{
}@media (max-width:768px) {#NavColumn a:visited{
}}@media (max-width:447px) {#NavColumn a:visited{
}}#NavColumn a:hover, html.mobile #NavColumn a:hover{
}html.mobile #NavColumn a:hover{
}@media (max-width:768px) {#NavColumn a:hover{
}}@media (max-width:447px) {#NavColumn a:hover{
}}#PageWrapper .ReminderBox a, html.mobile #PageWrapper .ReminderBox a{
}html.mobile #PageWrapper .ReminderBox a{
}@media (max-width:768px) {#PageWrapper .ReminderBox a{
}}@media (max-width:447px) {#PageWrapper .ReminderBox a{
}}#PageWrapper .ReminderBox a:link, html.mobile #PageWrapper .ReminderBox a:link{
}html.mobile #PageWrapper .ReminderBox a:link{
}@media (max-width:768px) {#PageWrapper .ReminderBox a:link{
}}@media (max-width:447px) {#PageWrapper .ReminderBox a:link{
}}#PageWrapper .ReminderBox a:visited, html.mobile #PageWrapper .ReminderBox a:visited{
}html.mobile #PageWrapper .ReminderBox a:visited{
}@media (max-width:768px) {#PageWrapper .ReminderBox a:visited{
}}@media (max-width:447px) {#PageWrapper .ReminderBox a:visited{
}}#PageWrapper .ReminderBox a:hover, html.mobile #PageWrapper .ReminderBox a:hover{
}html.mobile #PageWrapper .ReminderBox a:hover{
}@media (max-width:768px) {#PageWrapper .ReminderBox a:hover{
}}@media (max-width:447px) {#PageWrapper .ReminderBox a:hover{
}}#PageWrapper .CalloutBox a, html.mobile #PageWrapper .CalloutBox a{
}html.mobile #PageWrapper .CalloutBox a{
}@media (max-width:768px) {#PageWrapper .CalloutBox a{
}}@media (max-width:447px) {#PageWrapper .CalloutBox a{
}}#PageWrapper .CalloutBox a:link, html.mobile #PageWrapper .CalloutBox a:link{
}html.mobile #PageWrapper .CalloutBox a:link{
}@media (max-width:768px) {#PageWrapper .CalloutBox a:link{
}}@media (max-width:447px) {#PageWrapper .CalloutBox a:link{
}}#PageWrapper .CalloutBox a:visited, html.mobile #PageWrapper .CalloutBox a:visited{
}html.mobile #PageWrapper .CalloutBox a:visited{
}@media (max-width:768px) {#PageWrapper .CalloutBox a:visited{
}}@media (max-width:447px) {#PageWrapper .CalloutBox a:visited{
}}#PageWrapper .CalloutBox a:hover, html.mobile #PageWrapper .CalloutBox a:hover{
}html.mobile #PageWrapper .CalloutBox a:hover{
}@media (max-width:768px) {#PageWrapper .CalloutBox a:hover{
}}@media (max-width:447px) {#PageWrapper .CalloutBox a:hover{
}}#toolbar, html.mobile #toolbar{
}html.mobile #toolbar{
}@media (max-width:768px) {#toolbar{
}}@media (max-width:447px) {#toolbar{
}}hr, html.mobile hr{
}html.mobile hr{
}@media (max-width:768px) {hr{
}}@media (max-width:447px) {hr{
}}#PageWrapper .WhatsNew, html.mobile #PageWrapper .WhatsNew{
}html.mobile #PageWrapper .WhatsNew{
}@media (max-width:768px) {#PageWrapper .WhatsNew{
}}@media (max-width:447px) {#PageWrapper .WhatsNew{
}}#PageWrapper .WhatsNew h2, html.mobile #PageWrapper .WhatsNew h2{
}html.mobile #PageWrapper .WhatsNew h2{
}@media (max-width:768px) {#PageWrapper .WhatsNew h2{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h2{
}}#PageWrapper .WhatsNew .WhatsNew-time, html.mobile #PageWrapper .WhatsNew .WhatsNew-time{
}html.mobile #PageWrapper .WhatsNew .WhatsNew-time{
}@media (max-width:768px) {#PageWrapper .WhatsNew .WhatsNew-time{
}}@media (max-width:447px) {#PageWrapper .WhatsNew .WhatsNew-time{
}}#PageWrapper .WhatsNew .WhatsNew-content, html.mobile #PageWrapper .WhatsNew .WhatsNew-content{
}html.mobile #PageWrapper .WhatsNew .WhatsNew-content{
}@media (max-width:768px) {#PageWrapper .WhatsNew .WhatsNew-content{
}}@media (max-width:447px) {#PageWrapper .WhatsNew .WhatsNew-content{
}}#PageWrapper .WhatsNew a, html.mobile #PageWrapper .WhatsNew a{
}html.mobile #PageWrapper .WhatsNew a{
}@media (max-width:768px) {#PageWrapper .WhatsNew a{
}}@media (max-width:447px) {#PageWrapper .WhatsNew a{
}}#PageWrapper .responsive-row div[class*="responsive_col-"], html.mobile #PageWrapper .responsive-row div[class*="responsive_col-"]{
}html.mobile #PageWrapper .responsive-row div[class*="responsive_col-"]{
}@media (max-width:768px) {#PageWrapper .responsive-row div[class*="responsive_col-"]{
}}@media (max-width:447px) {#PageWrapper .responsive-row div[class*="responsive_col-"]{
}}#PageWrapper .WhatsNew a:link, html.mobile #PageWrapper .WhatsNew a:link{
}html.mobile #PageWrapper .WhatsNew a:link{
}@media (max-width:768px) {#PageWrapper .WhatsNew a:link{
}}@media (max-width:447px) {#PageWrapper .WhatsNew a:link{
}}#PageWrapper .WhatsNew a:visited, html.mobile #PageWrapper .WhatsNew a:visited{
}html.mobile #PageWrapper .WhatsNew a:visited{
}@media (max-width:768px) {#PageWrapper .WhatsNew a:visited{
}}@media (max-width:447px) {#PageWrapper .WhatsNew a:visited{
}}#PageWrapper .WhatsNew a:hover, html.mobile #PageWrapper .WhatsNew a:hover{
}html.mobile #PageWrapper .WhatsNew a:hover{
}@media (max-width:768px) {#PageWrapper .WhatsNew a:hover{
}}@media (max-width:447px) {#PageWrapper .WhatsNew a:hover{
}}#PageWrapper .WhatsNew ol li, html.mobile #PageWrapper .WhatsNew ol li{
}html.mobile #PageWrapper .WhatsNew ol li{
}@media (max-width:768px) {#PageWrapper .WhatsNew ol li{
}}@media (max-width:447px) {#PageWrapper .WhatsNew ol li{
}}#PageWrapper .WhatsNew h3, html.mobile #PageWrapper .WhatsNew h3{
}html.mobile #PageWrapper .WhatsNew h3{
}@media (max-width:768px) {#PageWrapper .WhatsNew h3{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h3{
}}#PageWrapper .WhatsNew .WhatsNew-more, html.mobile #PageWrapper .WhatsNew .WhatsNew-more{
}html.mobile #PageWrapper .WhatsNew .WhatsNew-more{
}@media (max-width:768px) {#PageWrapper .WhatsNew .WhatsNew-more{
}}@media (max-width:447px) {#PageWrapper .WhatsNew .WhatsNew-more{
}}#PageWrapper .WhatsNew .WhatsNew-more a, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a{
}html.mobile #PageWrapper .WhatsNew .WhatsNew-more a{
}@media (max-width:768px) {#PageWrapper .WhatsNew .WhatsNew-more a{
}}@media (max-width:447px) {#PageWrapper .WhatsNew .WhatsNew-more a{
}}#PageWrapper .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:link{
}html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:link{
}@media (max-width:768px) {#PageWrapper .WhatsNew .WhatsNew-more a:link{
}}@media (max-width:447px) {#PageWrapper .WhatsNew .WhatsNew-more a:link{
}}#PageWrapper .WhatsNew .WhatsNew-more a:visited, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:visited{
}html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:visited{
}@media (max-width:768px) {#PageWrapper .WhatsNew .WhatsNew-more a:visited{
}}@media (max-width:447px) {#PageWrapper .WhatsNew .WhatsNew-more a:visited{
}}#PageWrapper .WhatsNew .WhatsNew-more a:hover, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:hover{
}html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:hover{
}@media (max-width:768px) {#PageWrapper .WhatsNew .WhatsNew-more a:hover{
}}@media (max-width:447px) {#PageWrapper .WhatsNew .WhatsNew-more a:hover{
}}#PageWrapper .WhatsNew h2 a, html.mobile #PageWrapper .WhatsNew h2 a{
}html.mobile #PageWrapper .WhatsNew h2 a{
}@media (max-width:768px) {#PageWrapper .WhatsNew h2 a{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h2 a{
}}#PageWrapper .WhatsNew h2 a:link, html.mobile #PageWrapper .WhatsNew h2 a:link{
}html.mobile #PageWrapper .WhatsNew h2 a:link{
}@media (max-width:768px) {#PageWrapper .WhatsNew h2 a:link{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h2 a:link{
}}#PageWrapper .WhatsNew h2 a:visited, html.mobile #PageWrapper .WhatsNew h2 a:visited{
}html.mobile #PageWrapper .WhatsNew h2 a:visited{
}@media (max-width:768px) {#PageWrapper .WhatsNew h2 a:visited{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h2 a:visited{
}}#PageWrapper .WhatsNew h2 a:hover, html.mobile #PageWrapper .WhatsNew h2 a:hover{
}html.mobile #PageWrapper .WhatsNew h2 a:hover{
}@media (max-width:768px) {#PageWrapper .WhatsNew h2 a:hover{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h2 a:hover{
}}#PageWrapper #HeaderWrapper, html.mobile #PageWrapper #HeaderWrapper{
}html.mobile #PageWrapper #HeaderWrapper{
}@media (max-width:768px) {#PageWrapper #HeaderWrapper{
}}@media (max-width:447px) {#PageWrapper #HeaderWrapper{
}}#PageWrapper #FooterWrapper, html.mobile #PageWrapper #FooterWrapper{
}html.mobile #PageWrapper #FooterWrapper{
}@media (max-width:768px) {#PageWrapper #FooterWrapper{
}}@media (max-width:447px) {#PageWrapper #FooterWrapper{
}}#PageWrapper .Caption, html.mobile #PageWrapper .Caption{
}html.mobile #PageWrapper .Caption{
}@media (max-width:768px) {#PageWrapper .Caption{
}}@media (max-width:447px) {#PageWrapper .Caption{
}}#PageWrapper .ImageBlock a:link span, html.mobile #PageWrapper .ImageBlock a:link span{
}html.mobile #PageWrapper .ImageBlock a:link span{
}@media (max-width:768px) {#PageWrapper .ImageBlock a:link span{
}}@media (max-width:447px) {#PageWrapper .ImageBlock a:link span{
}}#PageWrapper .ImageBlock a:visited span, html.mobile #PageWrapper .ImageBlock a:visited span{
}html.mobile #PageWrapper .ImageBlock a:visited span{
}@media (max-width:768px) {#PageWrapper .ImageBlock a:visited span{
}}@media (max-width:447px) {#PageWrapper .ImageBlock a:visited span{
}}#PageWrapper .ImageBlock a:hover span, html.mobile #PageWrapper .ImageBlock a:hover span{
}html.mobile #PageWrapper .ImageBlock a:hover span{
}@media (max-width:768px) {#PageWrapper .ImageBlock a:hover span{
}}@media (max-width:447px) {#PageWrapper .ImageBlock a:hover span{
}}#PageWrapper #Header .WebsiteName, html.mobile #PageWrapper #Header .WebsiteName{
}html.mobile #PageWrapper #Header .WebsiteName{
}@media (max-width:768px) {#PageWrapper #Header .WebsiteName{
}}@media (max-width:447px) {#PageWrapper #Header .WebsiteName{
}}#PageWrapper #Header .Tagline, html.mobile #PageWrapper #Header .Tagline{
}html.mobile #PageWrapper #Header .Tagline{
}@media (max-width:768px) {#PageWrapper #Header .Tagline{
}}@media (max-width:447px) {#PageWrapper #Header .Tagline{
}}#PageWrapper #Header .WebsiteName a, html.mobile #PageWrapper #Header .WebsiteName a{
}html.mobile #PageWrapper #Header .WebsiteName a{
}@media (max-width:768px) {#PageWrapper #Header .WebsiteName a{
}}@media (max-width:447px) {#PageWrapper #Header .WebsiteName a{
}}#PageWrapper #Header .WebsiteName a:link, html.mobile #PageWrapper #Header .WebsiteName a:link{
}html.mobile #PageWrapper #Header .WebsiteName a:link{
}@media (max-width:768px) {#PageWrapper #Header .WebsiteName a:link{
}}@media (max-width:447px) {#PageWrapper #Header .WebsiteName a:link{
}}#PageWrapper #Header .WebsiteName a:visited, html.mobile #PageWrapper #Header .WebsiteName a:visited{
}html.mobile #PageWrapper #Header .WebsiteName a:visited{
}@media (max-width:768px) {#PageWrapper #Header .WebsiteName a:visited{
}}@media (max-width:447px) {#PageWrapper #Header .WebsiteName a:visited{
}}#PageWrapper #Header .WebsiteName a:hover, html.mobile #PageWrapper #Header .WebsiteName a:hover{
}html.mobile #PageWrapper #Header .WebsiteName a:hover{
}@media (max-width:768px) {#PageWrapper #Header .WebsiteName a:hover{
}}@media (max-width:447px) {#PageWrapper #Header .WebsiteName a:hover{
}}#PageWrapper .Ezine2, html.mobile #PageWrapper .Ezine2{
}html.mobile #PageWrapper .Ezine2{
}@media (max-width:768px) {#PageWrapper .Ezine2{
}}@media (max-width:447px) {#PageWrapper .Ezine2{
}}#PageWrapper .Ezine2 .EzineRow label, html.mobile #PageWrapper .Ezine2 .EzineRow label{
}html.mobile #PageWrapper .Ezine2 .EzineRow label{
}@media (max-width:768px) {#PageWrapper .Ezine2 .EzineRow label{
}}@media (max-width:447px) {#PageWrapper .Ezine2 .EzineRow label{
}}#PageWrapper .Ezine2 .EzineRow input, html.mobile #PageWrapper .Ezine2 .EzineRow input{
}html.mobile #PageWrapper .Ezine2 .EzineRow input{
}@media (max-width:768px) {#PageWrapper .Ezine2 .EzineRow input{
}}@media (max-width:447px) {#PageWrapper .Ezine2 .EzineRow input{
}}#PageWrapper .Ezine2 .EzineButton, html.mobile #PageWrapper .Ezine2 .EzineButton{
}html.mobile #PageWrapper .Ezine2 .EzineButton{
}@media (max-width:768px) {#PageWrapper .Ezine2 .EzineButton{
}}@media (max-width:447px) {#PageWrapper .Ezine2 .EzineButton{
}}        /* footer css */
/* font AvantGardeRegular definition */
@font-face {
    font-family: AvantGardeRegular;
    src: url('/css_webfonts/avantgarde-webfont.eot');
    src: url('/css_webfonts/avantgarde-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/avantgarde-webfont.woff') format('woff'),
         url('/css_webfonts/avantgarde-webfont.ttf') format('truetype'),
         url('/css_webfonts/avantgarde-webfont.svg#webfontILwWK1qr') format('svg');
    font-weight: normal;
    font-style: normal;
} 
.page_footer_container {
    width:100%; max-width: 500px;
    margin: 12px auto;
}

.page_footer_content {
    width: 100%;
    text-align:center;background-color:transparent;}

.page_footer_liner {
    padding: 12px;	
}

.page_footer_divider_above {
    margin: 0 auto;width:100%;
        border: 0; 
        border-top:1pxsolid#000;}

.page_footer_divider_below {
    margin: 0 auto;width:100%;
        border: 0; 
        border-top:1pxsolid#000;}

.page_footer_text,
.page_footer_text a {
    font-family:AvantGardeRegular;font-size:12px;color:#000;text-align:center;padding: 12px 0;
}

.powered_by_sbi_banner{
    width:100%; 
    max-width: 500px;
    margin: 0 auto;
    text-align: center;	
}/* footer css */
/* Advanced CSS provided by user */
