<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 {
    text-align: left;
}

.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 {
    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 &gt; .responsive-row &gt; .responsive_col-7 {
        clear: left;
    }

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

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

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

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

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

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

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

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

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

    .responsive_grid_block-4 &gt; .responsive-row &gt; .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 &gt; .responsive-row &gt; .responsive_col-5,
    .responsive_grid_block-12 &gt; .responsive-row &gt; .responsive_col-9 {
        clear: left;
    }

    .responsive_grid_block-12 &gt; .responsive-row &gt; .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 &gt; .responsive-row .responsive_col-3,
    .responsive_grid_block-8 &gt; .responsive-row .responsive_col-5,
    .responsive_grid_block-8 &gt; .responsive-row .responsive_col-7 {
        clear: left;
    }

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

    .responsive_grid_block-6 &gt; .responsive-row &gt; .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 &gt; li {
    z-index: 2;
}

html.touch #PageWrapper div.HorizontalNavBar ul.root &gt; 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 {
    text-rendering: optimizeLegibility;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.68;
    margin: 0;
    padding: 0;
    color: #534741;
    background: #fff;
}

a {
    color: #fd7903;
    text-decoration: underline;
}

a:visited {
    color: #534741;
}

a:hover {
    color: #1b0325;
}

a img {
    border: 0;
}

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

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 1em 0 0.25em;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-family: Raleway, Arial, Helvetica, sans-serif;
}

h1 {
    margin-top: 0.25em;
    font-size: 250%;
}

h2 {
    font-size: 200%;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 125%;
}

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

p {
    margin: 1em 0 0.5em;
}

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

#PageWrapper {
    overflow: hidden;
}

.Stripe1,
.Stripe2,
.Stripe3 {
    padding: 1px 0;
}

.Stripe1 {
    background: url("sd/image-files/header-bg.jpg")  50% 0% no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 250px;
}

.Stripe1 h1 {
    color: #fff;
}

.Stripe2 {
    background: #fd7903;
    color: #fff;
}

.Stripe2 a {
    color: #fff;
}

.Stripe2 a:hover {
    color: #000;
}

.Stripe3 {
    background: #fff;
}

.StripeLiner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1% 2%;
}

.Stripe:after,
.StripeLiner:after {
    content: '';
    display: table;
    clear: both;
}

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

#Header,
#Footer {
    padding: 0 2%;
}

#Header .Liner,
#Footer .Liner {
    padding: 1px 0;
    max-width: 1100px;
    margin: 0 auto;
}

#ExtraWrapper {
    display: none;
}

/* =Header */

#HeaderWrapper {
    background: #000 url('sd/image-files/header-bg.jpg') no-repeat center bottom;
    background-size: cover;
}

#Header {
    background: url('sd/image-files/header-bar.png') repeat-x;
}

#Header .Liner {
    position: relative;
    z-index: 2;
    min-height: 76px;
    box-sizing: border-box;
    padding-top: 1px;
}

#Header .WebsiteName {
    line-height: 1.1;
    text-transform: uppercase;
}

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

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

#Header .WebsiteName a:hover {
    text-decoration: underline;
}

#Header .Tagline {
    font-size: 12px;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    color: #fd7903;
    margin: -5px 0 0.5em;
    text-transform: uppercase;
}

/* =ContentColumn */

#ContentColumn .Liner {
    padding: 1px 0;
    margin: -1px 0;
}

/* =NavColumn */

#NavWrapper {
    display: none;
}

/* =Footer */

#FooterWrapper {
    clear: both;
    background: #000;
    color: #fff;
}

#Footer .Liner {
    padding-top: 2%;
    padding-bottom: 2%;
}

#Footer h1,
#Footer h2,
#Footer h3,
#Footer h4 {
    color: #fff;
}

#Footer p {
    font-size: 12px;
}

#Footer a {
    color: #fff;
    text-decoration: underline;
}

#Footer a:hover {
    text-decoration: none;
}

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

/* =CalloutBox - custom */

.CalloutBox {
    background: #efefef;
    color: #000;
    padding: 2% 5%;
}

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

#PageWrapper .CalloutBox a {
    color: #fd7903;
}

/* =ReminderBox - custom */

.ReminderBox {
    background: transparent;
    border-left: 3px solid #fd7903;
    width: 25%;
    min-width: 200px;
    padding-left: 2%;
    padding-right: 0;
}

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

#PageWrapper .ReminderBox p { /* SiteDesigner inheritance prevention */
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #8a8a8a;
}

/* =Navigation - custom */

#PageWrapper div.Navigation a,
.Navigation a,
#PageWrapper div.Navigation a:visited,
.Navigation a:visited {
    font-size: 18px;
    color: #fff;
    background: #fd7903;
    padding: 1% 2%;
    margin: 1% 0;;
    border-radius: 2px;
}

#PageWrapper div.Navigation a:hover,
.Navigation a:hover {
    background: #000;
}

/* =HorizontalNavBar - custom */

#Header .HorizontalNavBar {
    font-weight: normal;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    right: 0;
    width: 65%;
}

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

#PageWrapper div.HorizontalNavBar ul ul {
    background-color: #000;
    top: 46px;
    font-weight: normal;
}

#PageWrapper div.HorizontalNavBar ul ul ul {
    margin-left: 0;
}

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

#PageWrapper div.HorizontalNavBar span.navheader,
#PageWrapper div.HorizontalNavBar a {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

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

#PageWrapper div.HorizontalNavBar .hover &gt; span.navheader,
#PageWrapper div.HorizontalNavBar span.navheader:hover,
#PageWrapper div.HorizontalNavBar a:hover {
    color: #f87703;
    background: transparent;
}

#PageWrapper div.HorizontalNavBar span.navheader ins {
    margin-top: -2px;
    left: 2px;
    border: 4px solid transparent;
    border-top-color: #fff;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
    right: 2px;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left-color: #f4eede;
}

#PageWrapper div.HorizontalNavBar .hover &gt; span.navheader ins,
#PageWrapper div.HorizontalNavBar span.navheader:hover ins {
    border-top-color: #f87703;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader,
#PageWrapper div.HorizontalNavBar ul ul a {
    color: #f4eede;
    background: #000;
    padding: 8px 20px;
    font-size: 12px;
}

#PageWrapper div.HorizontalNavBar ul ul .hover &gt; span.navheader,
#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover,
#PageWrapper div.HorizontalNavBar ul ul a:hover {
    color: #f4eede;
    background: #fa7803;
}

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

#PageWrapper div.HorizontalNavBar ul ul .hover &gt; span.navheader ins,
#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins {
    border-color: transparent;
    border-left-color: #f4eede;
}

/* =ResponsiveNav - custom */

@media only screen and (max-width: 768px) {
    .ResponsiveNavReady .ResponsiveNavWrapper {
        text-align: right;
    }

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

    .ResponsiveNavReady .ResponsiveNav {
        text-align: left;
        padding-top: 40px;
        padding-bottom: 40px;
        background: #fff;
        width: 104%;
        position: absolute;
        left: -104%;
        margin: 0 -2%;
        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 {
        margin-bottom: 10px;
        padding-left: 30px;
        list-style: none;
    }

    .ResponsiveNavReady .ResponsiveNav ul ul {
        border-left: 1px solid #eee;
    }

    .ResponsiveNavReady .ResponsiveNav .navheader {
        font-size: 16px;
        line-height: 1.5;
        font-weight: normal;
        font-style: normal;
        text-align: left;
        text-transform: uppercase;
        background: transparent;
        margin: 10px 0;
        letter-spacing: 1px;
    }

    .ResponsiveNavReady .ResponsiveNav a {
        display: block;
        text-decoration: none;
        line-height: 1.5;
        color: #fd7903;
    }

    .ResponsiveNavReady .ResponsiveNav a:hover {
        text-decoration: underline;
    }

    .ResponsiveNavReady .ResponsiveNavButton {
        position: absolute;
        top: 14px;
        right: 0;
        display: table;
        height: 45px;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        z-index: 1;
        padding: 0 0.5em;
        line-height: 1.1;
        color: #fff;
        background-color: #000;
        border: 2px solid #fd7903;
        border-radius: 4px;
        font-family: Verdana, Geneva, sans-serif;
    }

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

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

    .ResponsiveNavActive .ResponsiveNavButton {
        position: fixed !important;
        top: 14px;
        right: 2%;
        font-size: 18px;
        width: 45px;
        padding: 0;
        z-index: 3;
        color: #000;
        background-color: transparent;
    }

    .ResponsiveNavActive .ResponsiveNavButton:hover {
        color: #fff;
        background-color: #fd7903;
    }
}

/* =WhatsNew - custom */

.WhatsNew {
    font-size: 14px;
    color: #000;
    background: #fff;
    overflow: hidden;
    border: 0;
}

#PageWrapper .WhatsNew h2 { /* SiteDesigner inheritance prevention */
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: #fd7903;
    border: 0;
    background: #fff;
    font-size: 32px;
}

.WhatsNew a {
    color: #fd7903;
    text-decoration: underline;
}

.WhatsNew a:hover {
    color: #000;
}

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

.WhatsNew-time {
    color: #555;
    font-size: 12px;
    margin-top: 0;
}

#PageWrapper .WhatsNew ol {
    margin: 0;
}

#PageWrapper .WhatsNew ol li {
    border-color: #fff;
    padding: 1px 4%;
}

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

/* =Ezine2 - custom */

.Ezine2 {
    margin: 1em auto;
    padding: 2% 4%;
    border: 0;
    background: #efefef;
    color: #000;
}

.Ezine2 label {
    font-size: 15px;
    text-transform: uppercase;
}

.Ezine2 input[type=text],
.Ezine2 input[type=email] {
    padding: 8px;
    margin: 5px;
    background: #fff;
    color: #555;
    border: 1px solid #f4f4f4;
    border-radius: 2px;
    font-size: 16px;
}

.EzineButton {
    margin: 5px;
    padding: 0.7em 2.5em;
    line-height: 1.1;
    background-color: #fd7903;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 2px;
    border: 0;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.EzineButton:hover {
    background: #000;
    color: #fff;
}

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

.mobileOnly {
    display: none !important;
}

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

    .mobileOnly {
        display: block !important;
    }
}
/* ============================== =stripe view switch ============================== */
.Stripe {
    position:relative;
}
.view-extended-block, .view-extended, .view-basic {
    display: none;
}

body.extended1 .Stripe1 .view-extended,
body.extended2 .Stripe2 .view-extended,
body.extended3 .Stripe3 .view-extended
{
    display: inline-block;
}
body.extended1 .Stripe1 .view-extended-block,
body.extended2 .Stripe2 .view-extended-block,
body.extended3 .Stripe3 .view-extended-block
{
    display:block;
}
body.basic1 .Stripe1 .view-basic,
body.basic2 .Stripe2 .view-basic,
body.basic3 .Stripe3 .view-basic
{
    display: inline-block;
}
.switcher {
    cursor:pointer;
    background: rgba(159, 159, 159, 0.26);
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 100px;
    border-radius: 4px;
    border:1px solid #eee;
    padding:10px;
}

/* =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: "&gt;";
}
#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;
}
.FAQContainer .AccordionContainer summary p {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.FAQContainer .AccordionContainer .AccordionContent p {
    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 */
/***********************************************/
/* regular */body, html.mobile body {
	background-color : #ffffff;
	background-image : url("sd/image-files/blue-spotlights-bg-1400x400.jpg");
	color : #000000;
	font-family : "Trebuchet MS";
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	font-family : "Trebuchet MS";
}
body, html.mobile body {
	background-color : #ffffff;
	background-image : url("sd/image-files/blue-spotlights-bg-1400x400.jpg");
	color : #000000;
	font-family : "Trebuchet MS";
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	font-family : "Trebuchet MS";
}
#PageWrapper #Footer .Liner, html.mobile #PageWrapper #Footer .Liner {
	background-color : transparent;
	background-image : url("sd/image-files/header-bar.png");
}

/* 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 : transparent;
	background-image : url("sd/image-files/bwt-logo-man-1100x110.png");
	background-position : 50% 100%;
	background-repeat : no-repeat;
	background-size : auto;
	min-height : 110px;
}
#PageWrapper #ContentColumn .Liner, html.mobile #PageWrapper #ContentColumn .Liner {
	padding-left : 0px;
}
#PageWrapper #ContentColumn , html.mobile #PageWrapper #ContentColumn  {
	font-size : 18px;
}
#PageWrapper, html.mobile #PageWrapper {
	background-color : #ffffff;
	background-image : none;
	border-bottom-width : 0;
	border-color : #000000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	margin-left : auto;
	margin-right : auto;
	padding-left : 0px;
}
#PageWrapper h1, html.mobile #PageWrapper h1 {
	margin-bottom : 0px;
	margin-top : 0px;
	text-align : center;
}
#PageWrapper .Stripe1 h1, html.mobile #PageWrapper .Stripe1 h1 {
	background-image : none;
	font-family : "Trebuchet MS";
}
#PageWrapper .Stripe2 h1, html.mobile #PageWrapper .Stripe2 h1 {
	font-family : "Trebuchet MS";
}
#PageWrapper .Stripe3 h1, html.mobile #PageWrapper .Stripe3 h1 {
	color : #990000;
	font-family : "Trebuchet MS";
}
#PageWrapper h2, html.mobile #PageWrapper h2 {
	margin-bottom : 10px;
	margin-top : 10px;
	text-align : center;
}
#PageWrapper .Stripe1 h2, html.mobile #PageWrapper .Stripe1 h2 {
	color : #ffffff;
	font-family : "Trebuchet MS";
	font-size : 40px;
}
#PageWrapper .Stripe2 h2, html.mobile #PageWrapper .Stripe2 h2 {
	font-family : "Trebuchet MS";
}
#PageWrapper .Stripe3 h2, html.mobile #PageWrapper .Stripe3 h2 {
	font-family : "Trebuchet MS";
}
#PageWrapper h3, html.mobile #PageWrapper h3 {
	text-align : center;
}
#PageWrapper .Stripe1 h3, html.mobile #PageWrapper .Stripe1 h3 {
	color : #ffffff;
	font-family : "Trebuchet MS";
}
#PageWrapper .Stripe2 h3, html.mobile #PageWrapper .Stripe2 h3 {
	font-family : "Trebuchet MS";
}
#PageWrapper .Stripe3 h3, html.mobile #PageWrapper .Stripe3 h3 {
	font-family : "Trebuchet MS";
}
#PageWrapper .Stripe2 h4, html.mobile #PageWrapper .Stripe2 h4 {
	font-family : "Trebuchet MS";
}
#PageWrapper .Stripe3 h4, html.mobile #PageWrapper .Stripe3 h4 {
	font-family : "Trebuchet MS";
}
#PageWrapper .TOC, html.mobile #PageWrapper .TOC {
	color : #534741;
}
#PageWrapper .Stripe2 .TOC, html.mobile #PageWrapper .Stripe2 .TOC {
	color : #ffffff;
}
#PageWrapper #Header .HorizontalNavBar, html.mobile #PageWrapper #Header .HorizontalNavBar {
	background-color : transparent;
	background-image : none;
	background-position : 100% 50%;
	border-bottom-width : 0;
	border-color : #000000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper div.HorizontalNavBar .li1, html.mobile #PageWrapper div.HorizontalNavBar .li1 {
	border-bottom-width : 1px;
	border-color : #f4eede;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-width : 1px;
}
#PageWrapper div.HorizontalNavBar ul a, html.mobile #PageWrapper div.HorizontalNavBar ul a {
	padding-bottom : 5px;
	padding-left : 7px;
	padding-right : 7px;
	padding-top : 6px;
}
#PageWrapper div.HorizontalNavBar ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul a:link {
	background-color : #8a8a8a;
	background-position : 50% 0%;
	color : #f4eede;
}
#PageWrapper div.HorizontalNavBar ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul a:visited {
	background-color : #8a8a8a;
	color : #f4eede;
}
#PageWrapper div.HorizontalNavBar ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul a:hover {
	background-color : transparent;
	color : #000000;
}
#PageWrapper div.HorizontalNavBar ul span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader {
	background-color : #8a8a8a;
	color : #f4eede;
	padding-bottom : 5px;
	padding-left : 7px;
	padding-right : 7px;
	padding-top : 6px;
}
#PageWrapper div.HorizontalNavBar ul span.navheader:hover, #PageWrapper div.HorizontalNavBar li:hover &gt; span.navheader, #PageWrapper div.HorizontalNavBar .hover &gt; span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover, #PageWrapper div.HorizontalNavBar li:hover &gt; span.navheader, #PageWrapper div.HorizontalNavBar .hover &gt; span.navheader {
	background-color : transparent;
	color : #000000;
}
#PageWrapper div.HorizontalNavBar ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader ins {
	border-bottom-color : #8a8a8a;
	border-left-color : #8a8a8a;
	border-right-color : #8a8a8a;
	border-width : 0px;
	margin-top : 0px;
}
#PageWrapper div.HorizontalNavBar ul span.navheader:hover ins, #PageWrapper div.HorizontalNavBar ul li:hover &gt; span.navheader ins, #PageWrapper div.HorizontalNavBar ul .hover &gt; span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover ins, #PageWrapper div.HorizontalNavBar ul li:hover &gt; span.navheader ins, #PageWrapper div.HorizontalNavBar ul .hover &gt; span.navheader ins {
	border-bottom-color : transparent;
	border-left-color : transparent;
	border-right-color : transparent;
}
#PageWrapper div.HorizontalNavBar, html.mobile #PageWrapper div.HorizontalNavBar {
	bottom : 20px;
	top : auto;
}
#PageWrapper div.HorizontalNavBar ul.root, html.mobile #PageWrapper div.HorizontalNavBar ul.root {
	padding-left : 0px;
	padding-right : 0px;
}
#PageWrapper div.HorizontalNavBar ul ul, html.mobile #PageWrapper div.HorizontalNavBar ul ul {
	top : 28px;
}
#PageWrapper div.HorizontalNavBar ul ul a, html.mobile #PageWrapper div.HorizontalNavBar ul ul a {
	padding-left : 8px;
	padding-right : 18px;
}
#PageWrapper div.HorizontalNavBar ul ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:link {
	background-color : #000000;
}
#PageWrapper div.HorizontalNavBar ul ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:visited {
	background-color : #000000;
}
#PageWrapper div.HorizontalNavBar ul ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:hover {
	background-color : #fa7803;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader, #PageWrapper div.HorizontalNavBar ul ul .hover &gt; span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader, #PageWrapper div.HorizontalNavBar ul ul .hover &gt; span.navheader {
	background-color : #000000;
	padding-left : 8px;
	padding-right : 18px;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, #PageWrapper div.HorizontalNavBar ul ul li:hover &gt; span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, #PageWrapper div.HorizontalNavBar ul ul li:hover &gt; span.navheader {
	background-color : #fa7803;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
	border-bottom-color : #000000;
	border-left-color : #F4EEDE;
	border-right-color : #000000;
	border-top-color : #000000;
	margin-top : -6px;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins {
	border-bottom-color : transparent;
	border-right-color : transparent;
	border-top-color : transparent;
}
#PageWrapper .RSSbox, html.mobile #PageWrapper .RSSbox {
	margin-left : 0;
	margin-right : 0;
}
#PageWrapper .RSSbox .questionMark, html.mobile #PageWrapper .RSSbox .questionMark {
	text-align : center;
}
#PageWrapper .ImageBlockRight, html.mobile #PageWrapper .ImageBlockRight {
	margin-left : 10px;
}
#PageWrapper .ImageBlockLeft, html.mobile #PageWrapper .ImageBlockLeft {
	margin-right : 10px;
}
#PageWrapper .CalloutBox p, html.mobile #PageWrapper .CalloutBox p {
	color : #000000;
}
#PageWrapper .Stripe2 .CalloutBox p, html.mobile #PageWrapper .Stripe2 .CalloutBox p {
	font-family : "Lucida Sans Unicode", "Lucida Grande";
}
#PageWrapper .CalloutBox, html.mobile #PageWrapper .CalloutBox {
	border-bottom-left-radius : 12px;
	border-bottom-right-radius : 12px;
	border-bottom-width : 1px;
	border-color : #8a8a8a;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 12px;
	border-top-right-radius : 12px;
	border-top-width : 1px;
	color : #000000;
	margin-bottom : 0px;
	margin-top : 0px;
	padding-bottom : 10px;
	padding-left : 30px;
	padding-right : 30px;
	padding-top : 10px;
}
#PageWrapper .ReminderBox, html.mobile #PageWrapper .ReminderBox {
	border-bottom-width : 0;
	border-color : rgb(253, 121, 3);
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper .ReminderBox ul, html.mobile #PageWrapper .ReminderBox ul {
	color : #8A8A8A;
}
#PageWrapper .Stripe2 .ReminderBox ul, html.mobile #PageWrapper .Stripe2 .ReminderBox ul {
	color : #ffffff;
	font-family : "Lucida Sans Unicode", "Lucida Grande";
}
#PageWrapper .ReminderBox ol, html.mobile #PageWrapper .ReminderBox ol {
	color : #8A8A8A;
}
#PageWrapper .Stripe2 .ReminderBox ol, html.mobile #PageWrapper .Stripe2 .ReminderBox ol {
	color : #ffffff;
	font-family : "Lucida Sans Unicode", "Lucida Grande";
}
#PageWrapper .ReminderBox p, html.mobile #PageWrapper .ReminderBox p {
	color : #8A8A8A;
}
#PageWrapper .Stripe2 .ReminderBox p, html.mobile #PageWrapper .Stripe2 .ReminderBox p {
	color : #ffffff;
	font-family : "Lucida Sans Unicode", "Lucida Grande";
}
#ContentColumn .Stripe2 a:not([data-pin-href]):link, html.mobile #ContentColumn .Stripe2 a:not([data-pin-href]):link {
	color : #000099;
}
#ContentColumn .Stripe3 a:not([data-pin-href]):link, html.mobile #ContentColumn .Stripe3 a:not([data-pin-href]):link {
	color : #000099;
}
#ContentColumn .Stripe1 a:visited, html.mobile #ContentColumn .Stripe1 a:visited {
	color : #fdc703;
}
#ContentColumn .Stripe2 a:visited, html.mobile #ContentColumn .Stripe2 a:visited {
	color : #09aaff;
}
#ContentColumn .Stripe3 a:visited, html.mobile #ContentColumn .Stripe3 a:visited {
	color : #000099;
}
#ContentColumn .Stripe1 a:not([data-pin-href]):hover, html.mobile #ContentColumn .Stripe1 a:not([data-pin-href]):hover {
	color : #ffff33;
}
#PageWrapper #Footer a:link, html.mobile #PageWrapper #Footer a:link {
	color : #000080;
}
#PageWrapper #Footer a:visited, html.mobile #PageWrapper #Footer a:visited {
	color : #000080;
}
#PageWrapper .CalloutBox a:hover, html.mobile #PageWrapper .CalloutBox a:hover {
	color : #ff0000;
}
hr, html.mobile hr {
	background-color : #000000;
	color : #000000;
}
#PageWrapper .WhatsNew h2, html.mobile #PageWrapper .WhatsNew h2 {
	color : #990000;
}
#PageWrapper .WhatsNew .WhatsNew-content, html.mobile #PageWrapper .WhatsNew .WhatsNew-content {
	background-position : 0% 0%;
	color : #000000;
	text-align : left;
}
#PageWrapper .WhatsNew h3 a:link, html.mobile #PageWrapper .WhatsNew h3 a:link {
	color : #0000ff;
}
#PageWrapper .WhatsNew h3 a:hover, html.mobile #PageWrapper .WhatsNew h3 a:hover {
	color : #ff0000;
}
#PageWrapper .Stripe2 .WhatsNew h3, html.mobile #PageWrapper .Stripe2 .WhatsNew h3 {
	font-family : "Lucida Sans Unicode", "Lucida Grande";
}
#PageWrapper .WhatsNew .WhatsNew-more a, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a {
	color : #0000ff;
}
#PageWrapper .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:link {
	color : #0000ff;
}
#PageWrapper .WhatsNew .WhatsNew-more a:hover, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:hover {
	color : #ff0000;
}
#PageWrapper .WhatsNew h2 a:link, html.mobile #PageWrapper .WhatsNew h2 a:link {
	color : #990000;
}
#PageWrapper #HeaderWrapper, html.mobile #PageWrapper #HeaderWrapper {
	background-color : #00a9ff;
	background-image : none;
	background-repeat : no-repeat;
}
#PageWrapper #FooterWrapper, html.mobile #PageWrapper #FooterWrapper {
	background-color : #09aaff;
	background-image : none;
}
#PageWrapper .Stripe1 .ImageBlock a:visited span, html.mobile #PageWrapper .Stripe1 .ImageBlock a:visited span {
	color : #fdc703;
}
#PageWrapper #Header .WebsiteName, html.mobile #PageWrapper #Header .WebsiteName {
	background-color : transparent;
	background-image : none;
	background-position : 50% 0%;
	background-repeat : no-repeat;
	margin-top : 0px;
	text-align : center;
}
#PageWrapper #Header .Tagline, html.mobile #PageWrapper #Header .Tagline {
	background-color : transparent;
	background-image : none;
	background-position : 0% 0%;
	border-bottom-left-radius : 0;
	border-bottom-right-radius : 0;
	border-top-left-radius : 0;
	border-top-right-radius : 0;
	color : #ffffff;
	font-variant : normal;
	line-height : 19px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 15px;
	margin-top : -3px;
	padding-bottom : 0px;
	padding-top : 45px;
	text-align : center;
	text-transform : none;
}
body #PageWrapper .Ezine2, body #PageWrapper .Ezine, html.mobile body #PageWrapper .Ezine2, body #PageWrapper .Ezine {
	background-color : #efefef;
}
#PageWrapper .Stripe1, html.mobile #PageWrapper .Stripe1 {
	background-color : #f2f2f2;
	background-image : url("sd/image-files/blue-spotlights-bg-1400x400.jpg");
	border-bottom-width : 1px;
	border-color : #000000;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-width : 1px;
	color : #ffffff;
	font-family : Verdana, Geneva;
	font-size : 20px;
	word-spacing : 0px;
}
#PageWrapper .Stripe1 .StripeLiner, html.mobile #PageWrapper .Stripe1 .StripeLiner {
	padding-left : 32px;
	padding-right : 32px;
}
#PageWrapper .Stripe2, html.mobile #PageWrapper .Stripe2 {
	font-family : Verdana, Geneva;
	font-size : 20px;
}
#PageWrapper .Stripe3, html.mobile #PageWrapper .Stripe3 {
	font-family : Verdana, Geneva;
	font-size : 20px;
	font-variant : normal;
	line-height : 34px;
	text-transform : none;
}
body .eucookiebar p, html.mobile body .eucookiebar p {
	font-family : "Trebuchet MS";
	font-size : 12px;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers {
	text-align : center;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before {
	content : "\00bb";
	margin-left : 0px;
	margin-right : 7px;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem {
	font-size : 16px;
	margin-left : 0px;
	margin-top : 0px;
}
body #PageWrapper .SocialShareRegular, html.mobile body #PageWrapper .SocialShareRegular {
	text-align : center;
}
body #PageWrapper .SocialShare.SocialShareMini, html.mobile body #PageWrapper .SocialShare.SocialShareMini {
	text-align : center;
}
body #PageWrapper .SocialDestinations, html.mobile body #PageWrapper .SocialDestinations {
	text-align : center;
}

/* mobile */
/* media queries */@media (max-width:768px) {}@media (max-width:447px) {#PageWrapper #Header .Liner {
	background-image : url("sd/image-files/bwt-header-logo-320x50.gif");
	background-size : auto;
	min-height : 50px;
}
#PageWrapper h1 {
	font-size : 25px;
	margin-right : 0px;
	padding-right : 0px;
	padding-top : 29px;
}
#PageWrapper .Stripe1 h1 {
	font-size : 26px;
}
#PageWrapper .Stripe2 h1 {
	font-size : 26px;
}
#PageWrapper .Stripe3 h1 {
	font-size : 26px;
}
#PageWrapper .Stripe1 h2 {
	color : #ffffff;
	font-size : 24px;
}
#PageWrapper .Stripe2 h2 {
	font-size : 24px;
}
#PageWrapper .Stripe3 h2 {
	font-size : 24px;
}
#PageWrapper .Stripe1 h3 {
	color : #ffffff;
	font-size : 22px;
}
#PageWrapper .Stripe2 h3 {
	font-size : 22px;
}
#PageWrapper .Stripe3 h3 {
	font-size : 22px;
}
#PageWrapper .Stripe2 h4 {
	font-size : 20px;
}
#PageWrapper .Stripe3 h4 {
	font-size : 20px;
}
#PageWrapper .Stripe1 {
	font-size : 18px;
}
body .eucookiebar {
	background-position : 0% 100%;
}
body .eucookiebar button {
	background-position : 0% 0%;
}
}.Navigation h3, html.mobile .Navigation h3{
}html.mobile .Navigation h3{
}@media (max-width:768px) {.Navigation h3{
}}@media (max-width:447px) {.Navigation h3{
}}#PageWrapper .Navigation h3, html.mobile #PageWrapper .Navigation h3{
}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{
}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{border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;
}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{border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;
}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{border-color:#f4eede;
}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{border-color:#f4eede;
}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 .Ezine {
padding: 4px 0;
}
/* footer css */
/* font BitsuRegular definition */
@font-face {
    font-family: BitsuRegular;
    font-display: fallback;
    src: url('css_webfonts/bitsu-webfont.eot');
    src: url('css_webfonts/bitsu-webfont.eot?iefix') format('eot'),
         url('css_webfonts/bitsu-webfont.woff') format('woff'),
         url('css_webfonts/bitsu-webfont.ttf') format('truetype'),
         url('css_webfonts/bitsu-webfont.svg#webfontoS9pxXL0') 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;}

.page_footer_text,
.page_footer_text a {
    font-family:BitsuRegular;font-size:14px;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 */#Header {
    background: url('sd/image-files/header-bar-09aaff.png') repeat-x;
}

#PageWrapper #Header .Tagline {
position:absolute;
top:45px;
margin:-3px auto 0 auto!important;
padding-top:0px!important;
max-width:725px;
right:0px;
left:0px;
}

#PageWrapper #Header #menuNew {
margin-top:85px!important;
}

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

    .mobileOnly {
        display: block !important;
    }
}

#PageWrapper #Header .HorizontalNavBar {
width:100%;
}

/* 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;
}
#HeaderWrapper  {max-height: 110px !important}
#Header .Liner {max-height: 110px !important;}
a:link {color: #0000ff; text-decoration: none;}
a:visited {color: #0000ff;text-decoration: underline;}
a:hover {color: #0000ff; text-decoration: underline;}
.white {color:#fff;}
.red {color:#ff0000;}
.reddish {color: #990000;}
.blue {color:blue;}
.black {color:#000000;}
.grey {color: #c4c4c4;}
.bold {font-weight:bold;}
.outlink{background-image: url(image-files/linkout.png);
background-position:right;background-repeat: no-repeat;padding: 0 13px 0 0;}
.StripeLiner h1, StripeLiner h2, StripeLiner h3 {float:both; text-align:center;}
.col2 {column-count:2;}
.col3 {column-count:3;}
.col4 {column-count:4;}
h2.dynamic-heading {
    font-size: 22px;
}
/* Media query for screens with a minimum width of 768px (tablets) */
@media screen and (min-width: 768px) {
    h2.dynamic-heading {
        font-size: 32px;
    }
}
/* Media query for screens with a minimum width of 1024px (desktops) */
@media screen and (min-width: 1024px) {
    h2.dynamic-heading {
        font-size: 40px;
    }
}

h3.dynamic-heading {
    font-size: 18px;
}

/* Media query for screens with a minimum width of 768px (tablets) */
@media screen and (min-width: 768px) {
    h3.dynamic-heading {
        font-size: 22px;
    }
}

/* Media query for screens with a minimum width of 1024px (desktops) */
@media screen and (min-width: 1024px) {
    h3.dynamic-heading {
        font-size: 30px;
    }
}

.list0 li {list-style: none;}

.list1 li { list-style: none; background-image: url(images/tick.png);
background-repeat: no-repeat;
line-height: 26px;
    background-position: 0px 10px;
    background-size: 30px;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-top:2px;}
    
.list li {
  line-height: 24px;
  list-style: none;
  font-size: 24px;
  font-weight: 600;
  background-image: url(image-files/tick-orange.png);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  background-size: 23px;
  font-family: "Trebuchet MS", sans-serif;
  padding: 7px;
  padding-left: 30px;
  margin-top: 10px;
}
.list2 li {
  line-height: 24px;
  list-style: none;
  font-size: 24px;
  font-weight: 500;
  background-image: url(image-files/check-grn-209x210.png);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  background-size: 28px;
  font-family: "Trebuchet MS", sans-serif;
  padding: 7px;
  padding-left: 40px;
  margin-top: 0px;
}
.list3 li {
  line-height: 20px;
  list-style: none;
  font-size: 1.125em;
  font-weight: 600;
  background-image: url(image-files/tick-orange.png);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  background-size: 18px;
  font-family: "Trebuchet MS", sans-serif;
  padding: 7px;
  padding-left: 30px;
  margin-top: 10px;
}

.list4 li {
    line-height: 24px;
    list-style: none;
    font-size: 24px;
    font-weight: 500;
    background-image: url(image-files/checkmark-red-242.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    background-size: 28px;
    font-family: "Trebuchet MS", sans-serif;
    padding: 7px;
    padding-left: 40px;
    margin-top: 0px;
  }

.center { margin:auto; clear:both; float:both;}
.center2  { margin:auto; float:both;}
.right{/*for adding some padding and a float to an image */
float:right;
padding:0 5px 0 5px;}

.left{/*for adding some padding and a float to an image */
float:left;padding:0 5px 0 5px;}

.ItemRight {float: right;margin: 2px 2px 4px 20px;text-align:center;}
.ItemCenter {display:block; text-align: center; margin:0 auto;}
.ItemLeft {float: left;margin: 2px 20px 4px 0;text-align: center;}

div.clear{clear:both;}div.clear10{clear:both;height:10px;}div.clear20{clear:both;height:20px;}div.clear30{clear:both;height:30px;}div.clear40{clear:both;height:40px;}div.clear50{clear:both;height:50px;}div.clear60{clear:both;height:60px;}div.clear70{clear:both;height:70px;}div.clear80{clear:both;height:80px;}div.clear90{clear:both;height:90px;}div.clear100{clear:both;height:100px;}

.buy-now-box {  display: block;
  background: #ffff99;
  padding: 10px 10px 2px 10px;
  width:auto;
  max-width: 90%;
  margin-top: 100px;
  color: #333;
  border-radius: 15px;
  float:both;
  margin:auto;
  text-align:center;
}
.buy-now-box p {text-align:center;}

.NewsletterBox {          
background-color: #f4f4f4;width:100%;max-width:950px;border: 1px solid #000;
margin: 0 5px 0px 5px;
padding:10px;
padding: 0 6px 2px 6px;color: #000;
border-radius: 10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
background: -webkit-linear-gradient(top,rgba(255, 255, 255, 1) 0%, rgba(255, 172, 0, 1) 100%);
text-align:left;
color:black;
}

.NewsletterBox h4 {
background-color: #000000;width: auto;padding-top: 0px;padding-bottom: 0px; margin-top:0px;
margin-bottom: 0px; padding-left:0px;color: #FFD800;font-family: Georgia, Arial, comic sans ms, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;text-align: center;}

.gen-btn {
font-weight :bold;
display: block;
width:auto;
max-width:1000px;
margin:3px auto 0px auto;
padding:5px 5px 2px 5px;
border: 2px solid rgba(127, 36, 0, 1);
border-radius: 10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
background-color:#f2f2f2;
background: -webkit-linear-gradient(top,rgba(255, 255, 255, 1) 0%, rgba(255, 172, 0, 1) 100%);
text-align: center;}
/*.gen-btn a:hover {display: block; font-size:1.025em;} */

.gen-btn3 {
font-weight :bold;
display: block;
width:auto;
max-width:1000px;
margin:3px auto 0px auto;
padding:5px 5px 5px 5px;
color:#990000;
text-align: center;}
.gen-btn3 a {display: block; box-sizing: border-box;
border: 2px solid rgba(127, 36, 0, 1);
border-radius: 10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
background-color:#f2f2f2;
background: -webkit-linear-gradient(top,rgba(255, 255, 255, 1) 0%, rgba(255, 172, 0, 1) 100%);}
.gen-btn3 a:hover { font-size:1.025em; color:#3333ff;
background-color : #ffff33;
background: -webkit-linear-gradient(top,rgba(255, 255, 51, 1) 0%, rgba(255, 255, 153, 1) 100%);
-webkit-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-moz-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-o-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-khtml-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	box-shadow: inset 2px 2px 2px #999, 0px 1px 0 #fff;
	border: 2px solid rgba(127, 36, 0, 1);
border-radius: 10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
text-decoration:underline;}

.gen-btn2 {display: block; box-sizing: border-box;
font-weight :700;
width:150px;
margin:3px auto 0px auto;
padding:5px 0px 2px 0px;
border: 2px solid rgba(127, 36, 0, 1);
border-radius: 10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
background-color:#ffac00;
background: -webkit-linear-gradient(top,rgba(255, 255, 255, 1) 0%, rgba(255, 172, 0, 1) 100%);
text-align: center;}

.gen-btn2 a {display: block; box-sizing: border-box;}
.gen-btn2 a:hover {display: block; box-sizing: border-box; font-size:1.025em;
}

.imgBorder { border:1px solid #000;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
}

.greybox { 
border: 1px solid #b4b4b4; padding:0px 15px 0px 10px; width:100%; margin:5px auto; float:both; 
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
box-shadow:5px 5px 3px #c4c4c4;
border-radius: 10px 10px 10px 10px;
/*overflow : auto ;*/
}

.greybox-img { 
border: 1px solid #b4b4b4;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
box-shadow:5px 5px 3px #c4c4c4;
border-radius: 10px 10px 10px 10px;
padding :0 ;
}

.whitebox {  box-sizing: border-box;
background-color:#ffffff;
color:#000000;
padding:2px;
border: 1px solid #333;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
padding :10px;
}

.yellowbox {  box-sizing: border-box;
    background-color: #ffff33;
    color:#333;
    padding:2px;
    margin:2%;
    border: 1px solid #000;
    -moz-border-radius:20px 20px 20px 20px;
    -webkit-border-radius:20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    }
    
.shell180{
width:315px;
margin:0 auto;

display:block;
background-color:#f2f2f2;
background: -webkit-linear-gradient(top,rgba(255, 255, 255, 1) 0%, rgba(200, 200, 200, 1) 100%);
border-radius: 12px 12px 12px 12px;
-moz-border-radius:12px 12px 12px 12px;
-webkit-border-radius:12px 12px 12px 12px;
}   

/*big-btn2 code*/
.big-btn2 {font-weight :700;/*make text bold*/
display: block; margin:auto; width:100%; box-sizing: border-box; padding:2px 0px 2px 0px; float:both;
border: 0px solid rgba(127, 127, 127, 1);
-moz-border-radius:20px 20px 20px 20px;
-webkit-border-radius:20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;
text-align: center;}

.big-btn2 a { display: block; box-sizing: border-box; margin:0 2px; padding:2px 10px 4px 10px; border: 1px solid rgba(127, 127, 127, 1);
background-color : #f4f4f4 ;
background: -webkit-linear-gradient(top,rgba(255, 255, 255, 1) 0%, rgba(200, 200, 200, 1) 100%);    
-moz-border-radius:20px 20px 20px 20px;
-webkit-border-radius:20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;
    -webkit-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-moz-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-o-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-khtml-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	box-shadow:2px 2px 2px #999, 0px 1px 0 #000;
text-align: center;
text-decoration:none;
color:#990000;}
.big-btn2 a:hover {display:block; box-sizing: border-box; color:blue; /*
font-size:1.025em; increase text size slightly larger*/
background-color : #ffff33;
background: -webkit-linear-gradient(top,rgba(255, 255, 51, 1) 0%, rgba(255, 255, 153, 1) 100%);
	-webkit-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-moz-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-o-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-khtml-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	box-shadow: inset 2px 2px 2px #999, 0px 1px 0 #fff;
text-decoration:underline;
}

i.em, i.em-svg {margin-top:-7px;}

.shell310 {
width:310px;
float:left;
margin:0 auto;
padding:auto;}

.sub-shell300{
width:300px;
float:left;
background-color:transparent;
margin-left:10px;
min-height:110px;
padding:0px 0;
}
.inner280{ display : block ; box-sizing: border-box;

width:280px;
margin:3px auto;
/* vertical-align : center ; */
text-align : center ;
text-decoration:none;
}

.inner280 h2, .inner280 h3 {
color:#666666;
}

.inner280 a {display: block; box-sizing: border-box; 
background-color:#f4f4f4;
background: -webkit-linear-gradient(top,rgba(255, 255, 255, 1) 0%, rgba(200, 200, 200, 1) 100%);
border :solid 2px #999;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-moz-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-o-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-khtml-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	box-shadow:2px 2px 2px #999, 0px 1px 0 #000;
padding:5px;  
text-decoration:none;
font-weight:700; 
}
.inner280 a:hover, .inner280 a:active {display: block; box-sizing: border-box;
color:#ff0000;
background-color : #ffff33;
background: -webkit-linear-gradient(top,rgba(255, 255, 51, 1) 0%, rgba(255, 255, 153, 1) 100%);
font-size:1.05em;
border :solid 2px #999;
border-radius: 10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
	-webkit-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-moz-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-o-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-khtml-box-shadow: inset 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	box-shadow: inset 2px 2px 2px #999, 0px 1px 0 #fff;
    text-decoration:underline;}

.sub-inner650 { width:100%; height:auto; border : 0px solid #000; margin: 10px 0px 20px 0px;}
.sub-shell215{  box-sizing: border-box;
width:33%;
min-width:300px;
/*height:100%;*/
float:left;
/*background-image:url(image-files/shellbox-bg.jpg);*/
background-repeat:repeat-x;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif arial, san-serif;
color:#333333;
background-color:white;
margin:0px 0px 0px 0px;
padding-top:5px;
border:1px solid #999;
border-radius: 20px 20px 20px 20px;
-moz-border-radius:20px 20px 20px 20px;
-webkit-border-radius:20px 20px 20px 20px;
	-webkit-box-shadow: 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-moz-box-shadow: 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-o-box-shadow: 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-khtml-box-shadow: 2px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	box-shadow: 2px 2px 14px #B2B3B5, 0px 1px 0 #fff;
}
.sub-inner205{
width:100%;
padding:0 10px;
background-color:white;
}
.sub-inner205 h3, .sub-inner205 h4{
color:#990000;
}
.calloutBox200 { color:#000; width:200px; box-sizing: border-box;  background-color:#f9f9f9; float:right; border:1px solid #000; margin:5px 10px; padding:5px 5px;
-moz-border-radius:6px 6px 6px 6px;
-webkit-border-radius:6px 6px 6px 6px;
border-radius: 6px 6px 6px 6px;
}

.calloutBox300 { color:#000; width:300px; box-sizing: border-box;  background-color:#f9f9f9; float:right; border:1px solid #000; margin:5px 10px; padding:5px 5px;
-moz-border-radius:6px 6px 6px 6px;
-webkit-border-radius:6px 6px 6px 6px;
border-radius: 6px 6px 6px 6px;
}

.boxes4 {
box-sizing: border-box;
width:19.5%;
min-width: 220px;
border: 1px solid rgba(127, 36, 0, 1);
border-radius: 10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
float:left;
text-align: center ;
}

.boxes4 h3 {
background-color:#ffac00;
font-family : Showcard Gothic ;
color: #000;
margin:auto;
border-radius: 10px 10px 0px 0px;
-moz-border-radius:10px 10px 0px 0px;
-webkit-border-radius:10px 10px 0px 0px;
}
.boxes4 ul {
list-style : none ;
text-align: center ;
margin:0;
padding:10px 0;
font-weight : 600 ;
line-height : 1.5 ;}
.boxes4Inner {
background-color : #f2f2f2 ;
color:#000;
line-height : 38px ;
border-radius: 0px 0px 10px 10px;
-moz-border-radius:0px 0px 10px 10px;
-webkit-border-radius:0px 0px 10px 10px;
}

.boxes4a {
box-sizing: border-box;
width:24.5%;
min-width: 220px;
border: 1px solid rgba(127, 36, 0, 1);
border-radius: 10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
float:left;
text-align: center ;
}
.boxes4a p {
text-align: left ;
padding:10px;}
.boxes4a h3 {
background-color:#ffac00;
font-family : Showcard Gothic ;
color: #000;
margin:auto;
line-height : 1.5 ;
border-radius: 10px 10px 0px 0px;
-moz-border-radius:10px 10px 0px 0px;
-webkit-border-radius:10px 10px 0px 0px;
}
.boxes4a h4 {padding:0 5px 0 5px;}

.shadow {
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, 0.69);
  box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, 0.69);
margin:5px;}
.orange-strip {
  display: block;
  background: url(image-files/orange-splash-1200x124.png) /*repeat 0 0 / cover*/;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5px 0;
}


div.accordion-btn h2, div.accordion-btn h3, div.accordion-btn h4 {color:#990000; margin:auto; display:block; padding:10px 0;}
div.accordion-box h2, div.accordion-box h3, div.accordion-box h4 {color:#990000; margin:auto; display:block; padding:10px 0;}
div.big-btn2 h2, div.big-btn2 h3, div.big-btn2 h4 {color:#990000; margin:auto; display:block; padding:10px 0;}

div.blogItItem h3 { text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 3px 5px 7px rgba(0,0,0,0.51);}

.Stripe1 a {color:#FD7903;}
.Stripe1 a:hover {color:#ffff33;}
.Stripe4 {
    background: #ffff99;
    color: #333;
    font-size: 1.125em;
    line-height: 1.68;
}

.Stripe4 a {
    color: #0000ff;
}

.Stripe4 a:hover {
    color: blue; text-decoration : underline ;
}



/*This is my flyout menu left*/
#menu {
width: 75%;
background: transparent;
margin: 0px;
font-size: 100%;
font: bold 14px/16px Georgia, verdana, arial, helvetica, sans-serif;
margin:auto;
}
 
#menu ul {
list-style: none;
padding: 0;
margin: 0;
z-index : 100 ;}
 
#menu a {
/*border:1px solid #FE9A02; display: block;*/
color: #fff;
border:1px solid #000; display: block;
margin: 0px;
background: #09aaff;
padding: 3px 3px 3px 5px;
border-radius: 6px 6px 6px 6px;
-moz-border-radius:6px 6px 6px 6px;
-webkit-border-radius:6px 6px 6px 6px;
text-decoration : none;
}

#menu h4 {
/*border:1px solid #FE9A02; display: block;*/
border:0px solid #000; display: block;
margin: 0px;
padding:10px 0px 10px 0px;
color: #000000;
background: transparent;
font-size: 130%;
/*text-transform: uppercase;*/
}

 
#menu a:hover {
color: #09aaff;
background: #fff;
text-decoration: underline;
font-size: 100%;}
 
#menu li {
position: relative;
text-align: left;
}
 
#menu ul ul ul {
position: absolute;
top: 0;
right: 100%;
width: 100%;
}
 
div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}
 
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.date1 { font-size : 75% ; text-align : left; color: #008000;}

.Stripe1 { min-height: 50px; }

.inv {display:none;}
#passdiv1 {display:none;}
#passdiv {display:inline;}

.topnav-position{ /*this is to move the topnav from the bottom of the page, to below the header. Set the top value to suit. */
width:100%; max-width:1100px;
padding:0;
height:62px; 
position:absolute; 
top:5px;
right:30px;
/*background-image: url(image-files/navbg.jpg);*/
}

#nav {
width:100%; max-width:1100px;
position:relative;
z-index: 100; 
margin:2px 0 2px 0;
}

#PageWrapper #Header .Tagline {
position:absolute;
top:45px;
margin:-3px auto 0 auto!important;
padding-top:10px!important;
max-width:725px;
right:0px;
left:0px;
text-align:center;
line-height:.9;
}
/*
#PageWrapper #Header #menuNew {
margin-top:85px!important;
}

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

    .mobileOnly {
        display: block !important;
    }
}*/

.responsive_grid_block-219038334 div.responsive_col-1{width:20%}.responsive_grid_block-219038334 div.responsive_col-2{width:20%}.responsive_grid_block-219038334 div.responsive_col-3{width:20%}.responsive_grid_block-219038334 div.responsive_col-4{width:20%}.responsive_grid_block-219038334 div.responsive_col-5{width:20%}@media only screen and (max-width:768px){.responsive_grid_block-219038334 div.responsive_col-1{width:20%}.responsive_grid_block-219038334 div.responsive_col-2{width:20%}.responsive_grid_block-219038334 div.responsive_col-3{width:20%}.responsive_grid_block-219038334 div.responsive_col-4{width:20%}.responsive_grid_block-219038334 div.responsive_col-5{width:20%}}@media only screen and (max-width:447px){.responsive_grid_block-219038334 div.responsive_col-1{width:100%}.responsive_grid_block-219038334 div.responsive_col-2{width:100%}.responsive_grid_block-219038334 div.responsive_col-3{width:100%}.responsive_grid_block-219038334 div.responsive_col-4{width:100%}.responsive_grid_block-219038334 div.responsive_col-5{width:100%}}

.mabBanner {font-weight :700; display: block;
padding:0 10px 0 10px;
width:80%;
min-height:150px;
list-style : none ;
margin:3px auto 0px auto;
padding:5px 0px 2px 0px;
border: 2px solid rgba(127, 36, 0, 1);
border-radius: 10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
background: -webkit-linear-gradient(top,rgba(255, 255, 255, 1) 0%, rgba(255, 172, 0, 1) 100%);
text-align: center;
}
.mabBanner a:link {display: block;
}
	
.ebpromo { display:block; width:90%; float:both; margin:auto;
border: 1px solid #b4b4b4; padding:0px 10px 0px 10px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
box-shadow:5px 5px 3px #c4c4c4;
border-radius: 10px 10px 10px 10px;
overflow : auto ;

text-align : center ;}

.colorchart { width:150px; height:50px; padding:3px; float:left; margin-bottom:2px; padding:0 6px;font-size: 16px;text-align: center;

border-radius: 10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;} 

.sidebar {
margin: 3px 10px 3px 10px;
padding: 2px 10px;
border : solid;
border-width: 1px;
border-color: #aaaaaa;
border-collapse: collapse;
border-radius: 6px 6px 6px 6px;
-moz-border-radius:6px 6px 6px 6px;
-webkit-border-radius:6px 6px 6px 6px;
background-color: #f4f4f4;
text-align: left;
color: #333;
max-width: 1100px; 
font-size:.75em;
float:both;
}

.theme-default #slider {
    margin:20px auto 0 auto;
    width:800px; /* Make sure all your images are the same height as each other */
    height:300px; 
}

#slideshow {
    position:relative;
    height:1024px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.video-bg {background-image:url(image-files/smartphone-bg-302x570.png);
    float:left; width:302px; height:570px; margin-right:20px;
}
.video-viewer {position: relative; /* needed for IE7 */
    top:100px;
    overflow: hidden;
    height:406px;
    left:25px;
}

.3coltable { color:#c4c5c6; border: 10px solid #663300; width: 90%; float: both; 
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
box-shadow:5px 5px 3px #c4c4c4;
border-radius: 10px 10px 10px 10px;
overflow : auto;
}
.feature-title {font-size:1.5em; }
.th1 { background-color:#ffff33; color:#333333; font-size:1.5em;}
.td1 { color:#333333; border:1px solid white; border-color:#663300; border-collapse:collapse; 
background: -webkit-linear-gradient(top,rgba(255, 255, 255, 1) 0%, rgba(255, 172, 0, 1) 100%);background-color : #f2f2f2 ; padding-left:10px; font-size : 1.125em ;}
.highlighted {float:right; color:#663300; background-color : #ffff33 ; padding:10px;}

.text-shadow {
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 3px 5px 7px rgba(0,0,0,0.51);
}

.desktop-only {display:inline;}
.mobile-only {display: none;}

.menu-on {display:none;}	

#dropcontentsubject{
width: 150px;
font-weight: bold;
color: #000;
}

.dropcontent{
width: 150px;
height: 200px;
border: 0px dotted black;
background-color: transparent;
padding: 3px;
display:block;
text-align:center;
}

@media screen and (max-width: 480px)
{	
.desktop-only {
	display:none;
	}	
.mobile-only {
display: inline;}
	}
	@media screen and (max-width: 768px)
{	
	
.menu-on {
display: inline;}
	}
</pre></body></html>