@charset "utf-8";

/* ============================== =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%;
}

@media only screen and (max-width: 447px) {
    .AdSenseResponsiveBox {
        margin: 0;
        float: none;
        width: 100%;
    }
}

.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 .formwrapper .formBuilderForm-Throbber {
    border: 0;
}
#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;
    box-sizing: border-box;
}

.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;
    width: 24px;
    height: 22px;
}

#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;
    width: 91px;
    height: 21px;
}

@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;
    text-align: center;
}

.RSSbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

/* BEGIN =Text\Image Block - base */
.text_image_block {
    margin: 0.5em 0 0 0;
}

.text_image_not_floated.text_image_left .ImageBlock img {
    float: left;
}

.text_image_not_floated.text_image_right .ImageBlock img {
    float: right;
}

.text_image_not_floated.text_image_center .ImageBlock {
    text-align: center;
}

#PageWrapper .text_image_floated .ImageBlock {
    margin: 0.3em 0 0 0;
}

#PageWrapper .text_image_floated.text_image_left .ImageBlock {
    float: left;
    margin-right: 10px;
}

#PageWrapper .text_image_floated.text_image_right .ImageBlock {
    float: right;
    margin-left: 10px;
}

.text_image_top_cleared,
.text_image_both_cleared {
    clear: both;
}

.text_image_bottom_cleared p:last-of-type:after,
.text_image_both_cleared p:last-of-type:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}
/* END =Text\Image Block - base */

/* BEGIN =Text\Image Block - responsive */
@media (max-width: 768px) {
    #PageWrapper .text_image_floated.text_image_left .ImageBlock,
    #PageWrapper .text_image_floated.text_image_right .ImageBlock {
        float: none;
        margin: 0 0 15px 0;
    }

    div#PageWrapper .text_image_floated .ImageBlock {
        max-width: 100%;
    }
}
/* END =Text\Image Block - responsive */

/* =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,
body #PageWrapper .Ezine2.EzineLeft,
html.mobile body #PageWrapper .Ezine2.EzineLeft,
body #PageWrapper .Ezine2.EzineLeft,
html.mobile body #PageWrapper .Ezine2.EzineLeft {
    text-align: left;
}
.EzineCenter,
body #PageWrapper .Ezine2.EzineCenter,
html.mobile body #PageWrapper .Ezine2.EzineCenter,
body #PageWrapper .Ezine2.EzineCenter,
html.mobile body #PageWrapper .Ezine2.EzineCenter {
    text-align: center;
}

.EzineRight,
body #PageWrapper .Ezine2.EzineRight,
html.mobile body #PageWrapper .Ezine2.EzineRight,
body #PageWrapper .Ezine2.EzineRight,
html.mobile body #PageWrapper .Ezine2.EzineRight {
    text-align: right;
}
/* =ImageBlock - base */

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;
}

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

/* 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;
}

/* BEGIN =Media Block */
#PageWrapper .MediaBlock {
    margin-top: 15px;
    margin-bottom: 15px;
}

#PageWrapper .MediaBlockLeft {
    float: left;
    margin-right: 15px;
}

#PageWrapper .MediaBlockRight {
    float: right;
    margin-left: 15px;
}

#PageWrapper .MediaBlockCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
/* END =Media Block */

/* BEGIN =GDPR consent cookie bar */
.eucookiebar button, .eucookiebar p{
    display:inline-block;
    margin:.25em .5em;
    font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

.eucookiebar{
    text-align:center;
    position:absolute;
    top:-250px;
    left:0;
    right:0;
    background:#fff;
    padding:.5% 2%;
    box-shadow:0 4px 10px 1px rgba(0,0,0,.2);
    z-index:9999;
    font-size:12px;
    font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
    color:#666;
    transition:top .5s ease,bottom .5s ease, opacity .5s ease
}
.eucookiebar a{
    color:#00f;
    font-weight:400;
    text-decoration:underline
}
.eucookiebar a:visited{
    color:#551A8B
}
.eucookiebar a:active{
    color:red
}
.eucookiebar button{
    background:#eee;
    border:1px solid #888;
    border-radius:4px;
    font-size:100%;
    font-weight:700;
    color:#666
}
.eucookiebar button:hover{
    background:#666;
    color:#fff
}
.eucookiebar.show{
    top:0;
    opacity:1;
}
.eucookiebar.hide{
    top:-250px;
    opacity:0;
    pointer-events:none;
}
.eucookiebar.bottom{
    top:auto;
    bottom:-250px;
    position:fixed;
}
.eucookiebar.bottom.show{
    bottom:0;
}
.eucookiebar.bottom.hide{
    bottom:-250px;
}
/* END =GDPR consent cookie bar */

#PageWrapper .noalignment {
    float: left;
}

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

/* -- Related Pages Block -- */
#PageWrapper .RelatedPagesBlock ul {
    padding:0;
    margin:0;
    list-style:none;
}
/* down with thumbnail */
#PageWrapper .RelatedPagesBlock ul.down .relatedPagesThumbnail {
    float:left;
    margin-right:10px;
 }
 #PageWrapper .RelatedPagesBlock ul.down .relatedPagesThumbnail a {
    display: block;
    width:50px;
    height:50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

 }
 #PageWrapper .RelatedPagesBlock ul.down h3 {
    margin-top:0;
    margin-bottom:0;
 }
 #PageWrapper .RelatedPagesBlock ul.down p {
    margin:0;
 }
 #PageWrapper .RelatedPagesBlock ul li {
    border:none !important;
    list-style-type: none!important;
 }
 #PageWrapper .RelatedPagesBlock ul.down  li {
    clear: both;
    overflow: hidden;
    padding-top:10px;
    padding-bottom:10px;
 }

/* 4 across */
#PageWrapper .RelatedPagesBlock ul.across {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}

#PageWrapper .RelatedPagesBlock ul.across .relatedPagesThumbnail a {
    display: block;
    width:100%;
    height:200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

 }

#PageWrapper .RelatedPagesBlock ul.across li {
    box-sizing: border-box;
    padding:10px 0;
    width: 200px;
}

/* text */
#PageWrapper .RelatedPagesBlock ul.text li {
    padding-top:10px;
    padding-bottom:10px;
}
#PageWrapper .RelatedPagesBlock ul.text li .relatedPagesThumbnail{
    display: none;
}
#PageWrapper .RelatedPagesBlock ul.text li p {
    margin:0;
}
#PageWrapper .RelatedPagesBlock .text h3 {
    margin-top:0;
}

/* =TOC - base */

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

/* =C2 - base */

table#comments {
    table-layout: fixed;
    max-width: 100%;
}

#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%;
    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;
    }
}

/* =misc */

iframe {
    max-width: 100%;
}

.fb-like iframe {
    max-width: none !important;
}

hr {
    clear: both;
}

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

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

body {
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #545454;
    background: #fff;
    padding: 0;
    margin: 0;
    text-rendering: optimizeLegibility;
}

a {
    color: #3498db;
    text-decoration: none;
}

a:hover {
    color: #2980b9;
    text-decoration: underline;
}

a img {
    border: 0;
}

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

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin: 1.25em 0 0.75em 0;
    font-weight: bold;
    color: #656d78;
}

h1 {
    font-size: 222%;
    text-align: center;
}

h2 {
    color: #c0392b;
    font-size: 177%;
}

h3 {
    font-size: 144%;
}

h4 {
    font-size: 111%;
}

h5,
h6 {
    font-size: 100%;
}

p {
    margin: 1em 0 1.5em 0;
}

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

#PageWrapper {
    max-width: 1680px;
    margin: 0 auto;
    background: #fff url('../image-files/top-bg.png') repeat-x top center;
    overflow: hidden;
}

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

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

/* =Header */

#Header .Liner {
    position: relative;
    z-index: 2;
    min-height: 348px;
    background: #fff url('../image-files/header.jpg') no-repeat bottom center;
    background-size: cover;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 150px;
}

#Header .WebsiteName {
    font-size: 50px;
    line-height: 1.3;
}

#Header .WebsiteName { /* SiteDesigner inheritance prevention */
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #fff;
    text-align: center;
    border: 0;
    margin: -135px 0 0 0;
    padding: 0;
    background: none;
}

#Header .WebsiteName a {
    color: #fff;
    text-decoration: none;
}

#Header .WebsiteName a:hover {
    color: #434a54;
    text-decoration: none;
}

#Header .Tagline {
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin: 5em 0 0 0;
}

/* =ContentColumn */

#ContentWrapper {
    float: left;
    padding-left: 26%;
    padding-right: 26%;
    width: 48%;
}

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

td#ContentColumn {
    width: 48%;
    padding-left: 1%;
}

#ContentColumn .Liner {
    padding: 1px 5%;
}

/* =NavColumn */

#NavColumn {
    float: left;
    width: 25%;
    margin-left: -100%;
}

td#NavColumn {
    margin: 0;
}

#NavColumn .Liner {
    padding: 25px 5%;
}

/* =ExtraColumn */

#ExtraColumn {
    float: right;
    width: 25%;
    margin-left: -25%;
}

td#ExtraColumn {
    margin: 0;
}

#ExtraColumn .Liner {
    padding: 25px 5%;
}

#NavColumn h4,
#ExtraColumn h4 {
    color: #3498db;
}

#NavColumn p,
#ExtraColumn p {
    font-size: 15px;
}

/* =Footer */

#FooterWrapper {
    clear: both;
}

#Footer .Liner {
    padding: 5%;
    background: #333;
    text-align: center;    
}

#Footer .Liner p {
    color: #bfbfbf;
    text-align: center;
}

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

/* =CalloutBox - custom */

.CalloutBox {
    color: #545454;
    background-color: #f5fafd;
    margin: 5% 0;
    padding: 3% 6%;
}

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

/* =ReminderBox - custom */

.ReminderBox {
    color: #545454;
    background-color: #f2f2f2;
    padding: 3% 6%;
}

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

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

/* =Ezine - custom */

.Ezine {
    background: #f2f2f2;
    margin: 0 auto;
}

.EzineInput input {
    padding: 7px;
    margin: 10px;
    background: #f2f2f2;
    border: 1px solid #545454;
}

td.EzineLabel {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.EzineDescription {
    font-size: 18px;
}

/* =Ezine2 - custom */

.Ezine2 {
    padding: 4%;
    background: #f2f2f2;
    margin: 0 auto;
}

.Ezine2 label {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 5px;
}

.Ezine2 input[type=text],
.Ezine2 input[type=email] {
    padding: 7px;
    margin: 5px;
    background: #f2f2f2;
    border: 1px solid #545454;
}

.EzineButton {
    margin: 5px;
    border: 0;
    padding: 1em 0.5em;
    line-height: 1.1;
    background: #3498db;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.EzineButton:hover {
    background: #2980b9;
}

/* =ImageBlock - custom */

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

#PageWrapper .ImageBlockRight img,
#PageWrapper .ImageBlockRight .Caption {
    margin-left: 30px;
}

.Caption {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #333;
    text-align: center;
}

/* =Navigation - custom */

#PageWrapper .Navigation h3,
.Navigation h3 {
    font-size: 24px;
}

#PageWrapper div.Navigation a,
.Navigation a,
#PageWrapper div.Navigation a:visited,
.Navigation a:visited {
    padding: 3%;
    font-size: 16px;
    margin: 2% 0;
}

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

/* =HorizontalNavBar - custom */

#Header .HorizontalNavBar {
    width: 90%;
    position: absolute;
    top: -46px;
    margin: 0 auto;
}

#PageWrapper div.HorizontalNavBar ul.root {
    font-size: 17px;
}

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

#PageWrapper div.HorizontalNavBar li li {
    background: transparent;
    border: 1px solid #252a30;
}

#PageWrapper div.HorizontalNavBar span.navheader,
#PageWrapper div.HorizontalNavBar a {
    color: #fff;
    line-height: 2;
    padding: 3px 30px;
    background: #434A54;
}

#PageWrapper div.HorizontalNavBar .hover > span.navheader,
#PageWrapper div.HorizontalNavBar span.navheader:hover,
#PageWrapper div.HorizontalNavBar a:hover {
    color: #fff;
    background: #3498db;
}

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

#PageWrapper div.HorizontalNavBar ul ul span.navheader,
#PageWrapper div.HorizontalNavBar ul ul a {
    background: #252a30;
    padding-left: 15px;
}

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

#PageWrapper div.HorizontalNavBar ul ul .hover > span.navheader ins,
#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) {
    .ResponsiveNavWrapper .HorizontalNavBar {
        display: none !important;
    }

    .ResponsiveNavReady .ResponsiveNavWrapper {
        text-align: right;
    }

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

    .ResponsiveNavReady .ResponsiveNav {
        text-align: left;
        padding-top: 0;
        padding-bottom: 40px;
        background: #fff;
        width: 100%;
        position: absolute;
        left: -100%;
        top: 0;
        z-index: 2;
        min-height: 100%;
        box-sizing: border-box;
    }

    .ResponsiveNavReady .ResponsiveNav {
        transition: left 0.5s ease;
    }

    .ResponsiveNavActive .ResponsiveNav {
        left: 0;
    }

    .ResponsiveNavActivated #PageWrapper {
        overflow: hidden;
    }

    .ResponsiveNavReady .ResponsiveNav ul {
        border-left: 1px solid #ccc;
        margin-bottom: 10px;
        padding-left: 30px;
        list-style: none;
    }

    .ResponsiveNavReady .ResponsiveNav .navheader {
        font-size: 22px;
        color: #141412;
        font-weight: bold;
        font-style: normal;
        text-align: left;
        text-transform: uppercase;
        background: transparent;
        margin: 10px 0;
    }

    .ResponsiveNavReady .ResponsiveNav a {
        display: block;
    }

    .ResponsiveNavReady .ResponsiveNavButton {
        display: table;
        height: 45px;
        padding: 0 0.5em;
        line-height: 1.1;
        background: #3498db;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        position: absolute;
        top: 0;
        margin-top: 15px;
        right: 15px;
        z-index: 1;
    }

    .ResponsiveNavReady .ResponsiveNavButton span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .ResponsiveNavReady .ResponsiveNavButton:hover {
        background: #2980b9;
    }

    .ResponsiveNavReady .ResponsiveNavButton {
        position: absolute;
        top: -49px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 10%;
    }

    .ResponsiveNavActive .ResponsiveNavButton {
        font-size: 18px;
        width: 45px;
        padding: 0;
        position: fixed !important;
        top: 15px;
        right: 15px;
        left: auto;
        z-index: 3;
    }

    .ResponsiveNavActive .ResponsiveNav {
        margin-top: -150px;
    }
}

/* =WhatsNew - custom */

.WhatsNew {
    border: none;
    margin: 50px 0;
}

#PageWrapper .WhatsNew h2 { /* SiteDesigner inheritance prevention */
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-align: left;
    padding-left: 0;
    text-transform: none;
    color: #656d78;
    border: 0;
    background: none;
}

#PageWrapper .WhatsNew h2 a {
    color: #656d78;
}

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

#PageWrapper .WhatsNew ol li {
    border-top: 1px solid #eee;
}

.WhatsNew-subscribe {
    right: 5px;
    top: 5px;
}

.questionMark {
    font-size: 24px;
    font-weight: bold;
    color: #656d78;
}

.RSSbox ul {
    margin: 30px 0;
    padding: 0;
}

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

.mobileOnly {
    display: none !important;
}

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

    .mobileOnly {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    .modern #Header .Liner {
        padding-top: 1px;
        min-height: 200px;
    }

    .modern #Header .WebsiteName {
        margin-top: -130px;
        font-size: 40px;
    }

    .modern #Header .Tagline {
        margin-top: 3em;
        margin-bottom: 1em;
        line-height: 1.1;
    }

    .modern #ContentWrapper,
    .modern #ContentColumn,
    .modern #NavColumn,
    .modern #ExtraColumn {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

/* =Breadcrumbs */
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers {
    list-style: none;
    margin:30px 0 0;
    padding:0;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem { 
    display: inline-block;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before {
    color: black;
    content: ">";
}
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockRight .BreadcrumbTiers {
    text-align:right;
}
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockLeft .BreadcrumbTiers {
    text-align:left;
}
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockCenter .BreadcrumbTiers {
    text-align:center;
}

/* socialize it 3.0 */
.SocialDestinations span {
    display: none;
}
.SocialShare .socialIcon:hover {
    text-decoration: none;
}
.SocialShare .socialIcon {
    line-height: 2em;
    white-space: nowrap;
    display: inline-block;
}
#PageWrapper .SocialShare .socialIcon.twitter {
    color: #000000;
}
#PageWrapper .SocialShare .socialIcon.facebook {
    color: #3b579d;
}
#PageWrapper .SocialShare .socialIcon.pinterest {
    color: #CD1D1F;
}
#PageWrapper .SocialShare .socialIcon.tumblr {
    color: #35465c;
}
#PageWrapper .SocialShare .socialIcon.reddit {
    color: #ff4500;
}
#PageWrapper .SocialShare .socialIcon.whatsapp {
    color: #25D366;
}
#PageWrapper .SocialShare .socialIcon.messenger {
    color: #0078FF;
}
#PageWrapper .SocialShare .socialIcon.google-plus {
    color: #df4a32;
}

.SocialShare.SocialShareSticky.SocialShareStickyRightNoTranslation a, 
.SocialShare.SocialShareSticky.SocialShareStickyRight a, 
.SocialShare.SocialShareSticky.SocialShareStickyLeft a,
.SocialShare.SocialShareSticky label
{
    display: block;
}
.SocialShare.SocialShareSticky.SocialShareStickyTop a, 
.SocialShare.SocialShareSticky.SocialShareStickyBottom a,
.SocialShare.SocialShareSticky label
{
    display: inline-block;
    vertical-align: middle;
}
/* social sticky show/hide button */
.SocialShare.SocialShareSticky.SocialShareStickyRight.hidden,
.SocialShare.SocialShareSticky.SocialShareStickyRightNoTranslation.hidden {
      transform: translateY(-50%) translateX(100%);
}
.SocialShare.SocialShareSticky.SocialShareStickyLeft.hidden {
      transform: translateY(-50%) translateX(-100%);
}
.SocialShare.SocialShareSticky.SocialShareStickyTop.hidden {
      transform: translateY(-100%) translateX(-50%);
}
.SocialShare.SocialShareSticky.SocialShareStickyBottom.hidden {
      transform: translateY(100%) translateX(-50%);
}

.SocialShareSticky.SocialShareStickyRight.hidden .hideButton,
.SocialShareSticky.SocialShareStickyRightNoTranslation.hidden .hideButton 
{
    left: -35px;
    -ms-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
}

.SocialShareSticky.SocialShareStickyLeft.hidden .hideButton
{
    right: -35px;
    -ms-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
}
.SocialShareSticky.SocialShareStickyTop.hidden .hideButton
{
    top: 30px;
    -ms-transform: rotate(0.5turn);
    transform: rotate(0.5turn);
}
.SocialShareSticky.SocialShareStickyBottom.hidden .hideButton
{
    bottom: 30px;
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
}
.SocialShareSticky .hideButton {
    cursor: pointer; 
    border: 0; 
    position: absolute; 
    right: 0px;
    width: 51px; 
    height: 51px; 
    padding: 20px; 
}
.SocialShareStickyRight .hideButton,
.SocialShareStickyRightNoTranslation .hideButton {
    -ms-transform: rotate(0.25turn);
    transform: rotate(0.25turn);
}
.SocialShareStickyLeft .hideButton {
    -ms-transform: rotate(-0.25turn);
    transform: rotate(-0.25turn);
}
.SocialShareSticky.SocialShareStickyTop .hideButton {
    right:-47px;
    top:0;
}
.SocialShareSticky.SocialShareStickyBottom .hideButton {
    right:-47px;
    bottom:0;
    -ms-transform: rotate(0.50turn);
    transform: rotate(0.50turn);
}
.SocialShareSticky {
    position: fixed;
    right: 0;
    top: 50%;
    padding: 5px;
    z-index: 9999;
    background: #fff;
    text-align:center;
}
.SocialShare.SocialShareMini span, .SocialShare.SocialShareSticky span{
    display: none;
}
.SocialShareSticky.SocialShareStickyRightNoTranslation {
    right:0;
    left: auto;
    top: 25%;
    border-radius: 5px 0 0 5px;
    border-right: none !important;
}
.SocialShareSticky.SocialShareStickyRight {
    right:0;
    left: auto;
    border-radius: 5px 0 0 5px;
    transform: translateY(-50%);
    border-right: none !important;
}
.SocialShareSticky.SocialShareStickyTop {
    right:auto;
    left: 50%;
    top:0;
    border-radius: 0 0 5px 5px;
    transform: translateX(-50%);
    border-top: none !important;
}
.SocialShareSticky.SocialShareStickyBottom {
    right:auto;
    left: 50%;
    bottom:0;
    top: auto;
    border-radius: 5px 5px 0 0;
    transform: translateX(-50%);
    border-bottom: none !important;
}
.SocialShareSticky.SocialShareStickyLeft {
    left:0;
    right: auto;
    border-radius: 0 5px 5px 0;
    transform: translateY(-50%);
    border-left: none !important;
}
.socialize-pay-it-forward-wrapper {
    padding:0.5em;
    margin:2px;
}
.socialize-pay-it-forward-wrapper details {
    text-align:left;
}
.socialize-pay-it-forward-wrapper summary {
    cursor:pointer;
    text-align:center;
    outline:none;
    list-style:none;
    text-decoration: none;
}
.socialize-pay-it-forward-wrapper summary:hover {
    text-decoration: underline;
}
.socialize-pay-it-forward-wrapper summary::-webkit-details-marker {
    display:none;
}
.socialIcon svg {
    margin-left: 3px;
    margin-right: 3px;
    height: 2em;
    width: 2em;
    display: inline-block;
    vertical-align: middle;
}

/* FAQ and Accordion block */
.FAQContainer {
    padding: 20px 0;
}
.FAQContainer .AccordionContainer summary {
    font-size: 22px;
    margin-top: 0;
    padding: 10px 0;
    list-style: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader {
    cursor: pointer;
}
.FAQContainer .AccordionContainer summary::-webkit-details-marker {
    display: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader:before {
    content: "\25BA";
    float: left;
    margin-right: 5px;
    font-size: 0.7em;
    line-height: 2em;
}
.FAQContainer .AccordionContainer[open] .AccordionHeader:before {
    content: "\25BC";
}
.FAQContainer.disabled .AccordionContainer summary .AccordionHeader:before {
    display: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader p {
    display: block;
    margin: 0;
    padding: 0;
}

.FAQContainer.disabled .AccordionContainer summary::marker {
    content: '';
    display: block;
}
.FAQContainer.disabled .AccordionContainer summary {
    pointer-events: none;
}

/* submission block fix - #42174*/
@media (max-width: 768px) {
    .imagePreview img {
        height: auto;
    }
}

/* BEGIN = YT Facade - #43415 */
.YtFacade {
    position: relative;
}
.YtFacade iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.YtFacade img {
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
}
.YtFacade svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 48px;
    margin-top: -24px;
    margin-left: -34px;
    z-index: 3;
}
.YtFacadeButton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
}
/* END = YT Facade - #43415 */

/* BEGIN = WhatsNew layout fixes - #43571 */
#PageWrapper .WhatsNew-subscribe ul {
    padding: 4px;
}
#PageWrapper .WhatsNew-subscribe ul img {
    margin: 4px;
}
/* END = WhatsNew layout fixes - #43571 */

/* BEGIN = YT Facade mobile fix - #43731 */
.YtFacade {
    max-width: 100%;
}
@media (max-width: 768px) {
    .YtFacade {
        height: auto !important;
        aspect-ratio: 16 / 9;
    }
}
/* END = YT Facade mobile fix - #43731 */
/* =styles-combo.css temp= */

/***** C2 styles *****/
.c2Form {
padding:8px;
border:1px solid #ddd;
}

.c2Form input[type=text] {
max-width: 100%;
}

@media only screen and (max-width: 440px) {
.c2Form table,
.c2Form tr,
.c2Form tbody,
.c2Form td {
display: block;
}
.c2Form table p {
text-align: left !important;
}
.otherText {
display: block;
}
}

.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 */

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

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

/* font BreeSerif definition */
@font-face {
    font-family: BreeSerif;
    font-display: fallback;
    src: url('/css_webfonts/breeserif-webfont.eot');
    src: url('/css_webfonts/breeserif-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/breeserif-webfont.woff') format('woff'),
         url('/css_webfonts/breeserif-webfont.ttf') format('truetype'),
         url('/css_webfonts/breeserif-webfont.svg#BreeSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
} 
/* regular */body, html.mobile body {
	background-color : #abbacf;
	font-family : Raleway;
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	color : #BFBFBF;
}
body, html.mobile body {
	background-color : #abbacf;
	font-family : Raleway;
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	color : #BFBFBF;
}
#PageWrapper #Footer .Liner, html.mobile #PageWrapper #Footer .Liner {
	background-color : #333333;
}

/* custom fix for footer transparency #PageWrapper #Footer .Liner, html.mobile #PageWrapper #Footer .Liner */ 
 #Footer {
 background: transparent; }
                #PageWrapper #Header .Liner, html.mobile #PageWrapper #Header .Liner {
	background-color : #adbad0;
	background-image : none;
	background-position : 50% 0%;
	background-repeat : no-repeat;
	background-size : auto;
	min-height : 69px;
}
#PageWrapper #ExtraColumn .Liner, html.mobile #PageWrapper #ExtraColumn .Liner {
	background-color : #aebacf;
	background-image : none;
	background-position : 0% 0%;
	background-repeat : repeat-y;
	border-bottom-width : 0;
	border-color : #000000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #ffffff;
	font-size : 22px;
	font-variant : normal;
	letter-spacing : 1px;
	line-height : 34px;
	text-transform : none;
	word-spacing : 0px;
}
#PageWrapper #ExtraColumn .Liner, html.mobile #PageWrapper #ExtraColumn .Liner {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 45px;
	padding-bottom : 26px;
	padding-left : 10px;
	padding-right : 21px;
	padding-top : 23px;
}
#PageWrapper #NavColumn .Liner, html.mobile #PageWrapper #NavColumn .Liner {
	background-color : #aebacf;
	background-image : none;
	background-position : 50% 0%;
	background-repeat : repeat-y;
	color : #ffffff;
	font-size : 22px;
	line-height : 34px;
	margin-left : 119px;
	margin-right : 0px;
	margin-top : 45px;
	padding-bottom : 24px;
	padding-left : 21px;
	padding-right : 24px;
	padding-top : 1px;
	text-transform : none;
}
#PageWrapper #ContentColumn .Liner, html.mobile #PageWrapper #ContentColumn .Liner {
	margin-bottom : 1px;
	margin-left : 5px;
	margin-right : 3px;
	margin-top : 0px;
	padding-bottom : 1px;
	padding-left : 40px;
	padding-right : 42px;
	padding-top : 0px;
}
#PageWrapper #ContentColumn .Liner, html.mobile #PageWrapper #ContentColumn .Liner {
	background-color : #ffffff;
	background-image : none;
	background-position : 0% 50%;
	border-bottom-width : 0;
	border-color : #28446b;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper #ContentColumn , html.mobile #PageWrapper #ContentColumn  {
	color : #000000;
	font-size : 22px;
	letter-spacing : 0px;
	line-height : 48px;
	text-align : left;
	word-spacing : 0px;
}
#PageWrapper #ContentColumn p, html.mobile #PageWrapper #ContentColumn p {
	text-indent : 0px;
}
#PageWrapper, html.mobile #PageWrapper {
	background-color : #abbacf;
	background-image : none;
}
#PageWrapper h1, html.mobile #PageWrapper h1 {
	color : #000000;
	font-family : BreeSerif, Georgia, Times, serif;
	font-size : 36px;
	margin-bottom : 26px;
	margin-left : 0px;
	margin-top : 43px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}
#PageWrapper h2, html.mobile #PageWrapper h2 {
	background-color : transparent;
	color : #28446b;
	font-size : 30px;
	text-align : center;
}
#PageWrapper h3, html.mobile #PageWrapper h3 {
	color : #000000;
	font-size : 26px;
	text-align : left;
}
#PageWrapper h4, html.mobile #PageWrapper h4 {
	color : #6b6b6b;
	font-size : 23px;
	margin-left : 7px;
	margin-right : 74px;
	margin-top : 17px;
	padding-right : 31px;
	text-align : left;
}
#PageWrapper .TOC, html.mobile #PageWrapper .TOC {
	color : #545454;
}
#PageWrapper #Header .HorizontalNavBar, html.mobile #PageWrapper #Header .HorizontalNavBar {
	background-color : #28446b;
	background-image : none;
	background-position : 0% 100%;
}
#PageWrapper div.HorizontalNavBar ul a, html.mobile #PageWrapper div.HorizontalNavBar ul a {
	font-size : 17px;
	font-weight : bold;
	padding-bottom : 4px;
	padding-left : 17px;
	padding-top : 4px;
	word-spacing : 2px;
}
#PageWrapper div.HorizontalNavBar ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul a:link {
	background-color : #28446b;
	color : #ffffff;
}
#PageWrapper div.HorizontalNavBar ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul a:visited {
	background-color : #28446b;
	color : #ffffff;
}
#PageWrapper div.HorizontalNavBar ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul a:hover {
	background-color : #3498db;
	color : #ffffff;
}
#PageWrapper div.HorizontalNavBar ul span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader {
	background-color : #28446b;
	color : #ffffff;
	font-size : 17px;
	font-weight : bold;
	padding-bottom : 4px;
	padding-left : 17px;
	padding-right : 46px;
	padding-top : 4px;
	word-spacing : 2px;
}
#PageWrapper div.HorizontalNavBar ul span.navheader:hover, #PageWrapper div.HorizontalNavBar li:hover > span.navheader, #PageWrapper div.HorizontalNavBar .hover > span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover, #PageWrapper div.HorizontalNavBar li:hover > span.navheader, #PageWrapper div.HorizontalNavBar .hover > span.navheader {
	background-color : #3498db;
	color : #ffffff;
}
#PageWrapper div.HorizontalNavBar ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader ins {
	border-bottom-color : #28446b;
	border-left-color : #28446b;
	border-right-color : #28446b;
	border-top-color : #ffffff;
	border-width : 6px;
	margin-top : -2px;
}
#PageWrapper div.HorizontalNavBar ul span.navheader:hover ins, #PageWrapper div.HorizontalNavBar ul li:hover > span.navheader ins, #PageWrapper div.HorizontalNavBar ul .hover > span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover ins, #PageWrapper div.HorizontalNavBar ul li:hover > span.navheader ins, #PageWrapper div.HorizontalNavBar ul .hover > span.navheader ins {
	border-bottom-color : #3498db;
	border-left-color : #3498db;
	border-right-color : #3498db;
	border-top-color : #ffffff;
}
#PageWrapper div.HorizontalNavBar ul ul, html.mobile #PageWrapper div.HorizontalNavBar ul ul {
	top : 41px;
}
#PageWrapper div.HorizontalNavBar ul ul a, html.mobile #PageWrapper div.HorizontalNavBar ul ul a {
	padding-left : 8px;
	padding-right : 20px;
}
#PageWrapper div.HorizontalNavBar ul ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:link {
	background-color : #ededed;
	color : #28446b;
}
#PageWrapper div.HorizontalNavBar ul ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:visited {
	background-color : #ededed;
	color : #28446b;
}
#PageWrapper div.HorizontalNavBar ul ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:hover {
	background-color : #3498db;
	color : #ffffff;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader, #PageWrapper div.HorizontalNavBar ul ul .hover > span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader, #PageWrapper div.HorizontalNavBar ul ul .hover > span.navheader {
	background-color : #ededed;
	color : #28446b;
	padding-left : 8px;
	padding-right : 20px;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, #PageWrapper div.HorizontalNavBar ul ul li:hover > span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, #PageWrapper div.HorizontalNavBar ul ul li:hover > span.navheader {
	background-color : #3498db;
	color : #ffffff;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
	border-bottom-color : #ededed;
	border-left-color : #28446b;
	border-right-color : #ededed;
	border-top-color : #ededed;
	margin-top : -8px;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins {
	border-bottom-color : #3498db;
	border-left-color : #ffffff;
	border-right-color : #3498db;
	border-top-color : #3498db;
}
#PageWrapper .ImageBlock img, html.mobile #PageWrapper .ImageBlock img {
	border-bottom-width : 0;
	border-color : #000000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper .ImageBlock, html.mobile #PageWrapper .ImageBlock {
	margin-bottom : 50px;
	margin-top : 50px;
}
#PageWrapper .CalloutBox, html.mobile #PageWrapper .CalloutBox {
	background-color : #F5FAFD;
}
#PageWrapper .ReminderBox, html.mobile #PageWrapper .ReminderBox {
	background-color : #F2F2F2;
}
#PageWrapper .ReminderBox h4, html.mobile #PageWrapper .ReminderBox h4 {
	color : #C0392B;
}
#PageWrapper .ReminderBox ul, html.mobile #PageWrapper .ReminderBox ul {
	color : #666666;
}
#PageWrapper .ReminderBox ol, html.mobile #PageWrapper .ReminderBox ol {
	color : #666666;
}
#PageWrapper .ReminderBox p, html.mobile #PageWrapper .ReminderBox p {
	color : #666666;
}
#ContentColumn a, html.mobile #ContentColumn a {
	text-decoration : underline;
}
#ContentColumn a:not([data-pin-href]):link, html.mobile #ContentColumn a:not([data-pin-href]):link {
	color : #0000ff;
}
#ContentColumn a:visited, html.mobile #ContentColumn a:visited {
	color : #6b249e;
}
#ExtraColumn a, html.mobile #ExtraColumn a {
	text-decoration : underline;
}
#ExtraColumn a:link, html.mobile #ExtraColumn a:link {
	color : #ffffff;
}
#ExtraColumn a:visited, html.mobile #ExtraColumn a:visited {
	color : #28446b;
}
#ExtraColumn a:hover, html.mobile #ExtraColumn a:hover {
	font-weight : bold;
	text-decoration : underline;
}
#PageWrapper #Footer a, html.mobile #PageWrapper #Footer a {
	font-weight : normal;
	text-decoration : underline;
}
#PageWrapper #Footer a:link, html.mobile #PageWrapper #Footer a:link {
	color : #ffffff;
}
#PageWrapper #Footer a:visited, html.mobile #PageWrapper #Footer a:visited {
	color : #ffffff;
}
#PageWrapper #Footer a:hover, html.mobile #PageWrapper #Footer a:hover {
	text-decoration : none;
}
#NavColumn a, html.mobile #NavColumn a {
	text-decoration : underline;
}
#NavColumn a:link, html.mobile #NavColumn a:link {
	color : #4fb8ff;
}
#NavColumn a:visited, html.mobile #NavColumn a:visited {
	color : #4fb8ff;
}
#PageWrapper .WhatsNew h2, html.mobile #PageWrapper .WhatsNew h2 {
	color : #ffffff;
	text-align : center;
}
#PageWrapper .WhatsNew .WhatsNew-time, html.mobile #PageWrapper .WhatsNew .WhatsNew-time {
	text-align : center;
}
#PageWrapper .WhatsNew .WhatsNew-content, html.mobile #PageWrapper .WhatsNew .WhatsNew-content {
	font-size : 11px;
	margin-left : 40px;
	margin-right : 40px;
	padding-left : 0px;
	text-align : center;
}
#PageWrapper .responsive-row div[class*="responsive_col-"], html.mobile #PageWrapper .responsive-row div[class*="responsive_col-"] {
	box-sizing : border-box;
	padding-right : 0px;
}
#PageWrapper .WhatsNew h3, html.mobile #PageWrapper .WhatsNew h3 {
	text-align : center;
}
#PageWrapper .WhatsNew .WhatsNew-more, html.mobile #PageWrapper .WhatsNew .WhatsNew-more {
	text-align : center;
}
#PageWrapper .WhatsNew h2 a:link, html.mobile #PageWrapper .WhatsNew h2 a:link {
	color : #ffffff;
}
#PageWrapper #HeaderWrapper, html.mobile #PageWrapper #HeaderWrapper {
	background-color : transparent;
	background-image : none;
}
#PageWrapper .ImageBlock a:link span, html.mobile #PageWrapper .ImageBlock a:link span {
	color : #0000ff;
	text-decoration : underline;
}
#PageWrapper .ImageBlock a:visited span, html.mobile #PageWrapper .ImageBlock a:visited span {
	color : #6b249e;
}
#PageWrapper .ImageBlock a:hover span, html.mobile #PageWrapper .ImageBlock a:hover span {
	text-decoration : underline;
}
#PageWrapper #Header .WebsiteName, html.mobile #PageWrapper #Header .WebsiteName {
	background-image : none;
	font-family : TrajanRegular;
	font-size : 34px;
	padding-top : 3px;
	text-align : left;
}
#PageWrapper #Header .WebsiteName a, html.mobile #PageWrapper #Header .WebsiteName a {
	color : #ffffff;
	font-style : italic;
}
#PageWrapper #Header .WebsiteName a:link, html.mobile #PageWrapper #Header .WebsiteName a:link {
	color : #ffffff;
	font-style : italic;
}
#PageWrapper #Header .WebsiteName a:hover, html.mobile #PageWrapper #Header .WebsiteName a:hover {
	color : #abbacf;
}
body #PageWrapper .Ezine2, body #PageWrapper .Ezine, html.mobile body #PageWrapper .Ezine2, body #PageWrapper .Ezine {
	margin-left : 50px;
	margin-right : 45px;
	padding-right : 21px;
}

/* mobile */
/* media queries */@media (max-width:768px) {body {
	background-color : #ffffff;
}
body {
	background-color : #ffffff;
}
#PageWrapper #Header .Liner {
	background-color : #ffffff;
	background-image : none;
	height : 8px;
	min-height : 150px;
}
#PageWrapper #ContentColumn .Liner {
	padding-top : 1px;
}
#PageWrapper #ContentColumn  {
	line-height : 36px;
}
#PageWrapper {
	background-color : #ffffff;
	margin-left : auto;
	margin-right : auto;
	padding-top : 3px;
}
#PageWrapper .ResponsiveNavButton {
	background-color : #ffffff;
	background-image : none;
	border-bottom-width : 0;
	border-color : #ffffff;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #28446b;
	font-size : 21px;
	font-weight : normal;
}
#PageWrapper .ResponsiveNav a {
	text-decoration : underline;
}
#PageWrapper .ResponsiveNav a:link {
	color : #0000ff;
}
#PageWrapper .ResponsiveNav a:hover {
	color : #3498db;
	font-weight : normal;
	text-decoration : underline;
}
#PageWrapper #Header .WebsiteName {
	text-align : center;
}
}@media (max-width:447px) {#PageWrapper #Header .Liner {
	background-image : none;
	height : 0px;
	min-height : 2px;
}
#PageWrapper #ContentColumn .Liner {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 1px;
}
#PageWrapper #ContentColumn .Liner {
	border-bottom-width : 0;
	border-color : rgb(40, 68, 107);
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper #ContentColumn  {
	line-height : 37px;
	word-spacing : 1px;
}
#PageWrapper {
	background-color : transparent;
	background-image : url("/sd/image-files/9999.jpg");
	background-position : 50% 0%;
	background-repeat : no-repeat;
	border-bottom-left-radius : 0;
	border-bottom-right-radius : 0;
	border-bottom-width : 1px;
	border-color : #000000;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : none;
	border-top-left-radius : 0;
	border-top-right-radius : 0;
	border-top-width : 1px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : auto;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
}
#PageWrapper h1 {
	margin-bottom : 22px;
	margin-top : 0px;
}
#ContentColumn a {
	text-decoration : underline;
}
#ContentColumn a:not([data-pin-href]):link {
	color : #0000ff;
}
#ContentColumn a:visited {
	color : #6b249e;
}
#PageWrapper .ResponsiveNavButton {
	background-color : #28446b;
	border-bottom-width : 0;
	border-color : #0000ff;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #ffffff;
	font-size : 21px;
	font-weight : normal;
	letter-spacing : 0px;
	line-height : 20px;
	word-spacing : 0px;
}
#PageWrapper .ResponsiveNav {
	background-position : 0% 50%;
}
#PageWrapper .ResponsiveNav a:link {
	color : #0000ff;
}
#PageWrapper .ResponsiveNav a:visited {
	color : #6b249e;
}
#PageWrapper #HeaderWrapper {
	background-image : none;
}
#PageWrapper #Header .WebsiteName {
	background-image : none;
	font-size : 20px;
	margin-bottom : 0px;
	margin-top : -130px;
	padding-bottom : 0px;
	padding-top : 0px;
	text-align : center;
}
#PageWrapper #Header .WebsiteName a {
	color : #ffffff;
	font-weight : bold;
}
#PageWrapper #Header .WebsiteName a:link {
	color : #ffffff;
	font-weight : bold;
}
body .eucookiebar {
	background-image : none;
}
}.Navigation h3, html.mobile .Navigation h3{font-family:TrajanRegular;text-align:left;color:#ffffff;font-weight:normal;margin-left:0px;margin-top:31px;padding-left:7px;
}html.mobile .Navigation h3{
}@media (max-width:768px) {.Navigation h3{
}}@media (max-width:447px) {.Navigation h3{
}}#PageWrapper .Navigation h3, html.mobile #PageWrapper .Navigation h3{font-family:TrajanRegular;text-align:left;color:#ffffff;font-weight:normal;margin-left:0px;margin-top:31px;padding-left:7px;
}html.mobile #PageWrapper .Navigation h3{
}@media (max-width:768px) {#PageWrapper .Navigation h3{
}}@media (max-width:447px) {#PageWrapper .Navigation h3{
}}body #PageWrapper div.Navigation h3, html.mobile body #PageWrapper div.Navigation h3{font-family:TrajanRegular;text-align:left;color:#ffffff;font-weight:normal;margin-left:0px;margin-top:31px;padding-left:7px;
}html.mobile body #PageWrapper div.Navigation h3{
}@media (max-width:768px) {body #PageWrapper div.Navigation h3{
}}@media (max-width:447px) {body #PageWrapper div.Navigation h3{
}}.Navigation a, html.mobile .Navigation a{text-align:center;font-weight:normal;text-decoration:underline;font-size:23px;background-image:none;margin-left:2px;margin-top:8px;margin-right:0px;padding-left:12px;padding-top:11px;padding-right:10px;
}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{text-align:center;font-weight:normal;text-decoration:underline;font-size:23px;background-image:none;margin-left:2px;margin-top:8px;margin-right:0px;padding-left:12px;padding-top:11px;padding-right:10px;
}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 {    line-height:32px;}
html.mobile .Navigation a,
html.mobile #PageWrapper div.Navigation a {}.Navigation a:link, html.mobile .Navigation a:link{color:#0000ff;background-color:#ffffff;
}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{color:#0000ff;background-color:#ffffff;
}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{background-color:#ffffff;color:#0000ff;
}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{background-color:#ffffff;color:#0000ff;
}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{background-color:#3498db;color:#ffffff;
}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{background-color:#3498db;color:#ffffff;
}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 .Ezine {
padding: 4px 0;
}
/* footer css */.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;}

.page_footer_text,
.page_footer_text a {
    font-family:'Times New Roman', Times, serif;font-size:12px;color:#000000;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 */

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #000000;
  cursor: pointer;
  padding: 21px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 21px;
}

.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 15px;
  color: white;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

body {
line-height: 1.6
}

@media screen and (max-width: 768px) {
    #NavColumn,
    #ExtraColumn {
        display: none !important;
    }
}

@media (min-width: 1025px) {
  /* Guest: button above Mediavine ad on desktop */
  body:not(.memberspace-logged-in) .MemberSpaceWidgetInternal__MemberButton__pJfJ0__button {
      position: fixed !important;
      bottom: 120px !important;  /* Adjust to your ad height */
      left: 20px !important;
      z-index: 2147483647 !important;
  }

  /* Logged-in member: button at bottom left on desktop */
  body.memberspace-logged-in .MemberSpaceWidgetInternal__MemberButton__pJfJ0__button {
      position: fixed !important;
      bottom: 20px !important;
      left: 20px !important;
      z-index: 2147483647 !important;
  }
}

/* Default: allow the button to render */
#toc-toggle-btn{ display:inline-block; }

/* Hide the mobile UI on true desktop-style pointers OR wide viewports */
@media (any-hover: hover) and (pointer: fine){
  #toc-toggle-btn, #toc-drawer, #toc-backdrop { display: none !important; }
}
@media (min-width: 1025px){
  #toc-toggle-btn, #toc-drawer, #toc-backdrop { display: none !important; }
}

/* Enable drawer/backdrop only after JS marks mobile-ready */
#toc-drawer, #toc-backdrop { display:none; visibility:hidden; }
html.toc-mobile-ready #toc-drawer,
html.toc-mobile-ready #toc-backdrop { display:block; visibility:visible; }

/* Keep drawer parked off-screen by default */
#toc-drawer { bottom:-200vh; }

/* Hover highlight */
#NavColumn #table-of-contents li:hover > a {
  background: #e9f2ff;   /* gentle blue */
  border-radius: 4px;
}

/* Keep spacing comfortable so the highlight looks nice */
#NavColumn #table-of-contents a {
  display: inline-block;
  padding: 2px 4px;
}

/* Sticky header base */
#HeaderBar {
  position: fixed;   /* fixed for full compatibility */
  top: 0; left: 0; right: 0;
  z-index: 4000;     /* above content; below modal overlays */
  background: #fff;
  transition: box-shadow .2s ease, transform .2s ease, height .2s ease;
  will-change: transform;
}

/* Inner layout */
#HeaderBar .HeaderInner {
  max-width: 1200px;        /* match your site width */
  margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px;       /* base header height driver */
  gap: 16px;
}

/* A subtle shadow appears after scrolling a bit */
#HeaderBar.is-scrolled {
  box-shadow: 0 4px 18px rgba(0,0,0,.08);
}

/* Optional: condense slightly after scroll for more content space */
#HeaderBar.is-condensed .HeaderInner {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Desktop nav layout example (adjust to your theme) */
#SiteNav a { text-decoration: none; color: #333; padding: 8px 10px; }
#SiteNav a:hover { background: #f2f2f2; border-radius: 4px; }

/* Mobile: hide desktop nav, show toggle */
@media (max-width: 900px) {
  #SiteNav { display: none; }
  #NavToggle { display: inline-block; }
}

/* Mobile drawer styles */
#MobileNav {
  background: #fff;
  border-top: 1px solid #eee;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}
#MobileNav a { display: block; padding: 12px 16px; color: #333; text-decoration: none; }
#MobileNav a:hover { background: #f7f7f7; }

/* Make heading anchors account for the fixed header height */
#ContentColumn h1, 
#ContentColumn h2, 
#ContentColumn h3, 
#ContentColumn h4 {
  scroll-margin-top: var(--header-offset, 80px);
}

.toc-float-wrap{
  position:absolute;
  z-index:3900;
  pointer-events:none;
}
.toc-float{
  position:sticky;
  top:calc(var(--header-offset,80px) + 20px);
  max-height:calc(100vh - var(--header-offset,80px) - 40px);
  overflow:auto;
  pointer-events:auto;
}
@media (max-width:1100px){
  .toc-float-wrap{ display:none; }
}

/* ===== Header height lock ===== */
#HeaderBar { height: 92px; }
body { padding-top: 92px; }

/* ===== Article images: safe defaults (no aspect-ratio) ===== */
#ContentColumn img,
#MainColumn img,
.ArticleBody img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ===== Embeds keep size ===== */
.embed { position: relative; width: 100%; }
.embed > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ===== Mobile drawer animation ===== */
#MobileNav { transform: translateX(100%); transition: transform 0.2s; }
.nav-open #MobileNav { transform: translateX(0); }

body[data-template="article"] .ArticleBody img{ /* … */ }

/* Cookie bar: overlay so it doesn't push content (prevents CLS) */
.eucookiebar {
  position: fixed;
  left: 0; right: 0; top: 0;
  z-index: 9999;
  transform: translateY(-100%); /* hidden state (no layout impact) */
  transition: transform .2s ease;
}
.eucookiebar.show { transform: translateY(0); }

.breadcrumbs { list-style:none; padding:0; margin:.5rem 0; }
.breadcrumbs li { display:inline; }
.breadcrumbs li + li::before { content:"›"; padding:0 .4em; }

/* Global CSS: hide injected Pinterest UI */
[class^="PIN_"], [class*=" PIN_"] { display: none !important; }

/* Only the first image block in Main Column (typical hero position) */
#MainColumn .ImageBlock:first-of-type > a > img {
  width:100%;
  height:auto;
  aspect-ratio:2000 / 320; /* use your banner’s true ratio */
  display:block;
}

.BrandLogo { aspect-ratio: 59 / 45; height: auto; }

/* Make huge pages cheaper to render on mobile */
#MainColumn { content-visibility: auto; contain-intrinsic-size: 1px 3000px; }

/* Keep images fluid */
#MainColumn img { max-width:100%; height:auto; display:block; }

/* ==== Mobile-only TOC button + drawer (does not touch desktop TOC) ==== */
#toc-fab{
  display:none; position:fixed; right:16px; bottom:16px;
  z-index:2147483600; background:#2f446a; color:#fff;
  border:0; border-radius:9999px; padding:12px 16px;
  font:600 14px/1.1 Arial, sans-serif; box-shadow:0 8px 20px rgba(0,0,0,.25);
  cursor:pointer;
}
#toc-fab.hidden{ opacity:0; pointer-events:none; }

#toc-mobile-drawer{
  display:none; position:fixed; left:0; right:0; bottom:0;
  z-index:2147483599; background:#fff; box-shadow:0 -18px 40px rgba(0,0,0,.22);
  border-top-left-radius:14px; border-top-right-radius:14px;
  max-height:560px; transform:translateY(100%); transition:transform .25s ease;
}
#toc-mobile-drawer.open{ transform:translateY(0); }
#toc-mobile-drawer .drawer-header{ padding:12px 14px; border-bottom:1px solid #eee; overflow:hidden; }
#toc-mobile-drawer .drawer-title{ font:700 16px/1.2 Arial, sans-serif; color:#2f446a; float:left; }
#toc-mobile-drawer .drawer-close{ float:right; border:0; background:transparent; font-size:20px; line-height:1; cursor:pointer; color:#555; }
#toc-mobile-drawer .drawer-body{ overflow:auto; padding:10px 12px 14px 12px; max-height:480px; }

/* Style only the cloned mobile TOC so desktop stays untouched */
#toc-mobile { width:auto; max-width:none; border:0; background:transparent; padding:0; box-shadow:none; max-height:none; }
#toc-mobile ul{ padding-left:16px; }

/* Safety restore for desktop look/scroll just in case something overrode it */
#NavColumn #table-of-contents{ overflow:auto; }
#NavColumn #table-of-contents a{ color:#2f446a; }

/* --- Mobile TOC drawer safety overrides --- */
#toc-mobile-drawer{
  display:block;              /* always present */
  visibility:hidden;          /* hidden until opened */
  pointer-events:none;        /* ignore taps until open */
}

#toc-mobile-drawer.open{
  visibility:visible;
  pointer-events:auto;
}

/* Backdrop behind the mobile TOC drawer */
#toc-backdrop{
  display:block;
  visibility:hidden;
  pointer-events:none;
  position:fixed; left:0; right:0; top:0; bottom:0;
  background: rgba(0,0,0,.35); /* dim page */
  z-index:2147483595;         /* below drawer (3599), above page */
}
#toc-backdrop.open{
  visibility:visible;
  pointer-events:auto;
}

html[data-member-status="paid"] .adthrive-ad,
html[data-member-status="paid"] [id^="adthrive-"],
html[data-member-status="paid"] [class*="adthrive"]{
  display:none!important; visibility:hidden!important;
}

/* Layout *//* Full size col content */
.variantFullSizeContentColumn #ContentWrapper {
    padding-left:0;
    padding-right:0;
    width: 100%;
}
.variantFullSizeContentColumn #PageWrapper #ContentColumn { 
    width: 100%; 
    float: none; 
}
.variantFullSizeContentColumn #NavWrapper {
    display: none;
}
.variantFullSizeContentColumn #ExtraWrapper {
    display:none;
}

/* hidden header */
.variantNoHeader #HeaderWrapper {
    display: none;
}

/* hidden footer */
.variantNoFooter #FooterWrapper {
    display:none;
}

/* hide extra column */
.variantNoExtraColumn #ExtraWrapper {
    display:none;
}

/* hide navigation column */
.variantNoNavColumn #NavWrapper {
    display: none;
}
