@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 > .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: Verdana, Geneva, sans-serif;
    text-rendering: optimizeLegibility;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 0;
}

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

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

h1 {
    font-size: 200%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 133%;
}

h4 {
    font-size: 111%;
}

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

p {
    margin: 1em 0 0.5em;
}

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

body {
    margin: 0;
    padding: 0;
}

#PageWrapper {
    background: #fff;
    overflow: hidden;
}

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

.Stripe,
.Stripe1 {
    background: #f6f6f6;
}

.Stripe2 {
    background: #e6e6e6;
}

.Stripe3 {
    background: #fbfbfb;
}

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

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

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

#Header,
#Footer {
    max-width: 980px;
    margin: 0 auto;
    padding: 5px 2%;
    box-sizing: border-box;
}

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

#ExtraWrapper {
    display: none;
}

/* =Header */

#Header .Liner {
    position: relative;
    z-index: 2;
    min-height: 140px;
    padding-top: 40px;
}

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

#Header .WebsiteName { /* SiteDesigner inheritance prevention */
    font-family: Verdana, Geneva, sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #000000;
    text-align: left;
    border: 0;
    margin: 30px 0px 7px 0px;
    padding: 0;
    background: none;
}

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

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

#Header .Tagline {
    margin: 1em 0 0.5em;
}

/* =ContentColumn */

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

/* =NavColumn */

#NavWrapper {
    display: none;
}

/* =Footer */

#FooterWrapper {
    clear: both;
}

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

/* =CalloutBox - custom */

#PageWrapper .CalloutBox p { /* SiteDesigner inheritance prevention */
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-variant: normal;
    color: #FFFFFF;
}

/* =ReminderBox - custom */

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

#PageWrapper .ReminderBox p { /* SiteDesigner inheritance prevention */
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-variant: normal;
    color: #FFFFFF;
}

/* =Navigation - custom */

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

/* =HorizontalNavBar - custom */

#Header .HorizontalNavBar {
    width: 100%;
    position: absolute;
    top: 0;
}

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

#PageWrapper div.HorizontalNavBar li li {
    background: transparent;
}

#PageWrapper div.HorizontalNavBar span.navheader,
#PageWrapper div.HorizontalNavBar a {
    color: #888;
}

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

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

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

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

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

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

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

    .ResponsiveNavReady .ResponsiveNavButton {
        position: absolute;
        top: 18px;
        right: 0;
        display: table;
        height: 45px;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        z-index: 1;
        padding: 0 0.5em;
        line-height: 1.4;
        color: #fff;
        background-color: #888;
        border: none;
    }

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

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

    .ResponsiveNavActive .ResponsiveNavButton {
        position: fixed !important;
        top: 23px;
        right: 2%;
        font-size: 18px;
        width: 45px;
        padding: 0;
        z-index: 3;

    }
}

/* =WhatsNew - custom */

#PageWrapper .WhatsNew h2 { /* SiteDesigner inheritance prevention */
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #000000;
    border: 0;
    background: #eee;
}

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

/* ============================== =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) {
    #Header .Liner {
        padding-top: 1px;
    }
}
/* ============================== =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: ">";
}
#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 */
/* 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 */
/***********************************************/
/* regular */body, html.mobile body {
	background-color : #edfbfc;
	background-image : none;
	background-position : 0% 0%;
	background-repeat : no-repeat;
	color : #444444;
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	color : #555555;
	line-height : 2;
	text-align : center;
}
body, html.mobile body {
	background-color : #edfbfc;
	background-image : none;
	background-position : 0% 0%;
	background-repeat : no-repeat;
	color : #444444;
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	color : #555555;
	line-height : 2;
	text-align : center;
}
#PageWrapper #Footer .Liner, html.mobile #PageWrapper #Footer .Liner {
	background-color : #edfbfc;
	background-image : none;
	border-bottom-width : 0;
	border-color : #bababa;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	margin-top : 0px;
	padding-bottom : 10px;
	padding-top : 20px;
}

/* 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-image : none;
	background-position : 0% 0%;
	background-repeat : no-repeat;
	background-size : auto;
	min-height : 51px;
}
#PageWrapper #ContentColumn .Liner, html.mobile #PageWrapper #ContentColumn .Liner {
	margin-left : 9%;
	margin-right : 9%;
	padding-bottom : 0px;
	padding-left : 0%;
	padding-right : 0%;
	padding-top : 0px;
}
#PageWrapper #ContentColumn .Liner, html.mobile #PageWrapper #ContentColumn .Liner {
	background-color : transparent;
	background-image : none;
	border-bottom-width : 1px;
	border-color : #dedede;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : none;
	border-top-width : 1px;
}
#PageWrapper #ContentColumn , html.mobile #PageWrapper #ContentColumn  {
	color : #444444;
	text-align : left;
}
#PageWrapper, html.mobile #PageWrapper {
	background-color : #edfbfc;
	background-image : none;
	background-position : 0% 50%;
	background-repeat : no-repeat;
	border-bottom-width : 0;
	border-color : rgb(0, 0, 0);
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper h1, html.mobile #PageWrapper h1 {
	color : #0499d9;
	font-size : 36px;
	margin-top : 3%;
}
#PageWrapper .Stripe1 h1, html.mobile #PageWrapper .Stripe1 h1 {
	color : #0499d9;
	font-family : Arial, Helvetica;
	font-size : 38px;
	font-variant : normal;
	font-weight : bold;
	margin-bottom : 1%;
	margin-left : 0%;
	margin-top : 3%;
	text-transform : capitalize;
}
#PageWrapper .Stripe2 h1, html.mobile #PageWrapper .Stripe2 h1 {
	color : #0499d9;
	font-family : Arial, Helvetica;
	font-size : 38px;
	font-weight : bold;
	margin-bottom : 1%;
	margin-top : 3%;
	text-transform : capitalize;
}
#PageWrapper .Stripe3 h1, html.mobile #PageWrapper .Stripe3 h1 {
	background-color : transparent;
	color : #0499d9;
	font-family : Arial, Helvetica;
	font-size : 38px;
	font-weight : bold;
	margin-top : 3%;
	text-transform : capitalize;
}
#PageWrapper h2, html.mobile #PageWrapper h2 {
	color : #0499d9;
	font-family : Verdana, Geneva;
	font-size : 28px;
	margin-bottom : 10px;
}
#PageWrapper .Stripe1 h2, html.mobile #PageWrapper .Stripe1 h2 {
	color : #008fcf;
	font-family : Arial, Helvetica;
	font-size : 29px;
	font-weight : bold;
	margin-bottom : 10px;
	margin-top : 7%;
	text-transform : capitalize;
}
#PageWrapper .Stripe2 h2, html.mobile #PageWrapper .Stripe2 h2 {
	color : #0499d9;
	font-family : Arial, Helvetica;
	font-size : 29px;
	font-weight : bold;
	margin-top : 7%;
	text-transform : capitalize;
}
#PageWrapper .Stripe3 h2, html.mobile #PageWrapper .Stripe3 h2 {
	color : #0499d9;
	font-family : Arial, Helvetica;
	font-size : 29px;
	font-weight : bold;
	margin-bottom : 7px;
	margin-top : 5%;
	text-transform : capitalize;
}
#PageWrapper h3, html.mobile #PageWrapper h3 {
	color : #202326;
	font-size : 25px;
	margin-bottom : 10px;
	margin-top : 6%;
}
#PageWrapper .Stripe1 h3, html.mobile #PageWrapper .Stripe1 h3 {
	color : #333333;
	font-family : Arial, Helvetica;
	font-size : 26px;
	font-weight : bold;
	margin-bottom : 10px;
	margin-top : 6%;
	padding-top : 0px;
	text-transform : capitalize;
}
#PageWrapper .Stripe2 h3, html.mobile #PageWrapper .Stripe2 h3 {
	color : #333333;
	font-family : Arial, Helvetica;
	font-size : 25px;
	font-weight : bold;
	margin-top : 7%;
	text-transform : capitalize;
}
#PageWrapper .Stripe3 h3, html.mobile #PageWrapper .Stripe3 h3 {
	color : #333333;
	font-family : Arial, Helvetica;
	font-size : 25px;
	font-weight : bold;
	margin-top : 6%;
	text-transform : capitalize;
}
#PageWrapper h4, html.mobile #PageWrapper h4 {
	color : #1a1b1c;
	font-size : 23px;
	margin-top : 3%;
}
#PageWrapper .Stripe1 h4, html.mobile #PageWrapper .Stripe1 h4 {
	color : #222222;
	font-family : Arial, Helvetica;
	font-size : 22px;
	font-variant : normal;
	font-weight : bold;
	margin-bottom : 3px;
	margin-top : 4%;
	text-transform : capitalize;
}
#PageWrapper .Stripe2 h4, html.mobile #PageWrapper .Stripe2 h4 {
	color : #222222;
	font-family : Arial, Helvetica;
	font-size : 22px;
	font-weight : bold;
	margin-top : 4%;
	text-transform : capitalize;
}
#PageWrapper .Stripe3 h4, html.mobile #PageWrapper .Stripe3 h4 {
	color : #222222;
	font-family : Arial, Helvetica;
	font-size : 22px;
	font-weight : bold;
	margin-top : 5%;
	text-transform : capitalize;
}
#PageWrapper .Ezine, html.mobile #PageWrapper .Ezine {
	border-color : #EEEEEE;
}
#PageWrapper .Stripe1 .Ezine2, html.mobile #PageWrapper .Stripe1 .Ezine2 {
	background-color : #edfbfc;
	border-bottom-left-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-width : 1px;
	border-color : #03b1fc;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-top-width : 1px;
	padding-bottom : 15px;
	padding-top : 15px;
}
#PageWrapper .Stripe2 .Ezine2, html.mobile #PageWrapper .Stripe2 .Ezine2 {
	background-color : #defade;
	border-bottom-left-radius : 10px;
	border-bottom-right-radius : 10px;
	border-bottom-width : 1px;
	border-color : #555555;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 10px;
	border-top-right-radius : 10px;
	border-top-width : 1px;
	padding-bottom : 15px;
	padding-top : 15px;
}
#PageWrapper .Stripe3 .Ezine2, html.mobile #PageWrapper .Stripe3 .Ezine2 {
	background-color : #fcfce6;
	border-bottom-left-radius : 9px;
	border-bottom-right-radius : 9px;
	border-bottom-width : 2px;
	border-color : #fa8700;
	border-left-width : 2px;
	border-right-width : 2px;
	border-style : solid;
	border-top-left-radius : 9px;
	border-top-right-radius : 9px;
	border-top-width : 2px;
	font-size : 18px;
}
#PageWrapper #Header .HorizontalNavBar, html.mobile #PageWrapper #Header .HorizontalNavBar {
	background-color : #afeefa;
	background-position : 0% 0%;
	border-bottom-width : 1px;
	border-color : #bababa;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 1px;
}
#PageWrapper div.HorizontalNavBar .li1, html.mobile #PageWrapper div.HorizontalNavBar .li1 {
	border-bottom-width : 0;
	border-color : #bababa;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper div.HorizontalNavBar ul a, html.mobile #PageWrapper div.HorizontalNavBar ul a {
	font-size : 16px;
	font-variant : normal;
	font-weight : normal;
	line-height : 21px;
	padding-bottom : 8px;
	padding-top : 8px;
	text-transform : uppercase;
}
#PageWrapper div.HorizontalNavBar ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul a:link {
	background-color : #afeefa;
	color : #202326;
}
#PageWrapper div.HorizontalNavBar ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul a:visited {
	background-color : #afeefa;
	color : #202326;
}
#PageWrapper div.HorizontalNavBar ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul a:hover {
	background-color : #ffffc2;
	color : #000000;
}
#PageWrapper div.HorizontalNavBar ul span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader {
	background-color : #afeefa;
	color : #202326;
	font-size : 16px;
	font-variant : normal;
	font-weight : normal;
	letter-spacing : 1px;
	line-height : 21px;
	padding-bottom : 8px;
	padding-left : 18px;
	padding-right : 21px;
	padding-top : 8px;
	text-transform : uppercase;
	word-spacing : -3px;
}
#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 : #ffffc2;
	color : #000000;
}
#PageWrapper div.HorizontalNavBar ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader ins {
	border-bottom-color : #afeefa;
	border-left-color : #afeefa;
	border-right-color : #afeefa;
	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 : #ffffc2;
	border-left-color : #ffffc2;
	border-right-color : #ffffc2;
	border-top-color : #fcfc68;
}
#PageWrapper div.HorizontalNavBar ul.root, html.mobile #PageWrapper div.HorizontalNavBar ul.root {
	padding-left : 6px;
	padding-right : 8px;
}
#PageWrapper div.HorizontalNavBar .li1 .li2, html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2 {
	border-bottom-width : 0;
	border-color : #888888;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper div.HorizontalNavBar .li1 .li2 .li3, html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2 .li3 {
	border-bottom-width : 0;
	border-color : #888888;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper div.HorizontalNavBar ul ul, html.mobile #PageWrapper div.HorizontalNavBar ul ul {
	top : 36px;
}
#PageWrapper div.HorizontalNavBar ul ul a, html.mobile #PageWrapper div.HorizontalNavBar ul ul a {
	font-family : Verdana, Geneva;
	font-size : 16px;
	line-height : 22px;
	padding-bottom : 8px;
	padding-left : 7px;
	padding-right : 8px;
	padding-top : 6px;
	text-transform : uppercase;
}
#PageWrapper div.HorizontalNavBar ul ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:link {
	background-color : #afeefa;
	color : #202326;
}
#PageWrapper div.HorizontalNavBar ul ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:visited {
	background-color : #afeefa;
	color : #202326;
}
#PageWrapper div.HorizontalNavBar ul ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:hover {
	background-color : #ffffc2;
	color : #000000;
}
#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 : #afeefa;
	color : #202326;
	font-family : Verdana, Geneva;
	font-size : 16px;
	line-height : 22px;
	padding-bottom : 8px;
	padding-left : 7px;
	padding-right : 8px;
	padding-top : 6px;
	text-transform : uppercase;
}
#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 : #ffffc2;
	color : #000000;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
	border-bottom-color : #afeefa;
	border-left-color : #333333;
	border-right-color : #afeefa;
	border-top-color : #afeefa;
	margin-top : 0px;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins {
	border-bottom-color : #ffffc2;
	border-left-color : #017501;
	border-right-color : #ffffc2;
	border-top-color : #ffffc2;
}
#PageWrapper .ImageBlock img, html.mobile #PageWrapper .ImageBlock img {
	border-bottom-left-radius : 0;
	border-bottom-right-radius : 0;
	border-bottom-width : 1px;
	border-color : #555555;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 0;
	border-top-right-radius : 0;
	border-top-width : 1px;
}
#PageWrapper .Stripe1 .ImageBlock img, html.mobile #PageWrapper .Stripe1 .ImageBlock img {
	border-bottom-left-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-width : 1px;
	border-color : #555555;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-top-width : 1px;
}
#PageWrapper .Stripe1 .ImageBlock img, html.mobile #PageWrapper .Stripe1 .ImageBlock img {
	border-bottom-left-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-width : 1px;
	border-color : #555555;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-top-width : 1px;
}
#PageWrapper .Stripe1 .ImageBlock img, html.mobile #PageWrapper .Stripe1 .ImageBlock img {
	border-bottom-left-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-width : 1px;
	border-color : #555555;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-top-width : 1px;
}
#PageWrapper .ImageBlock, html.mobile #PageWrapper .ImageBlock {
	margin-top : 26px;
}
#PageWrapper .Stripe1 .ImageBlock, html.mobile #PageWrapper .Stripe1 .ImageBlock {
	margin-top : 30px;
}
#PageWrapper .Stripe2 .ImageBlock, html.mobile #PageWrapper .Stripe2 .ImageBlock {
	margin-bottom : 1%;
	margin-top : 30px;
}
#PageWrapper .Stripe3 .ImageBlock, html.mobile #PageWrapper .Stripe3 .ImageBlock {
	margin-top : 30px;
}
#ContentColumn ol li, html.mobile #ContentColumn ol li {
	line-height : 35px;
}
#ContentColumn .Stripe1 ol li, html.mobile #ContentColumn .Stripe1 ol li {
	color : #333333;
	line-height : 35px;
}
#ContentColumn .Stripe2 ol li, html.mobile #ContentColumn .Stripe2 ol li {
	list-style-type : decimal;
}
#ContentColumn .Stripe3 ol li, html.mobile #ContentColumn .Stripe3 ol li {
	color : #222222;
	line-height : 33px;
}
#ContentColumn ul li, html.mobile #ContentColumn ul li {
	color : #333333;
	line-height : 33px;
	word-spacing : 0px;
}
#ContentColumn .Stripe1 ul li, html.mobile #ContentColumn .Stripe1 ul li {
	color : #333333;
	line-height : 32px;
}
#ContentColumn .Stripe2 ul li, html.mobile #ContentColumn .Stripe2 ul li {
	line-height : 32px;
	list-style-type : disc;
}
#ContentColumn .Stripe3 ul li, html.mobile #ContentColumn .Stripe3 ul li {
	color : #222222;
	line-height : 34px;
}
#PageWrapper .Stripe1 .CalloutBox p, html.mobile #PageWrapper .Stripe1 .CalloutBox p {
	color : #222222;
	font-size : 20px;
	text-align : left;
}
#PageWrapper .Stripe2 .CalloutBox p, html.mobile #PageWrapper .Stripe2 .CalloutBox p {
	color : #222222;
	font-size : 19px;
}
#PageWrapper .Stripe3 .CalloutBox p, html.mobile #PageWrapper .Stripe3 .CalloutBox p {
	color : #222222;
	font-size : 19px;
}
#PageWrapper .CalloutBox, html.mobile #PageWrapper .CalloutBox {
	padding-bottom : 1%;
	padding-left : 5%;
	padding-right : 4%;
	padding-top : 1%;
}
#PageWrapper .Stripe1 .CalloutBox, html.mobile #PageWrapper .Stripe1 .CalloutBox {
	background-color : #f7ffff;
	border-bottom-left-radius : 11px;
	border-bottom-right-radius : 11px;
	border-bottom-width : 2px;
	border-color : #33d6d6;
	border-left-width : 2px;
	border-right-width : 2px;
	border-style : solid;
	border-top-left-radius : 11px;
	border-top-right-radius : 11px;
	border-top-width : 2px;
	margin-bottom : 35px;
	margin-top : 35px;
	padding-left : 3%;
	padding-right : 3%;
	padding-top : 15px;
	width : 98%;
}
#PageWrapper .Stripe2 .CalloutBox, html.mobile #PageWrapper .Stripe2 .CalloutBox {
	background-color : #f2faf2;
	border-bottom-left-radius : 11px;
	border-bottom-right-radius : 11px;
	border-bottom-width : 2px;
	border-color : #39ad39;
	border-left-width : 2px;
	border-right-width : 2px;
	border-style : solid;
	border-top-left-radius : 11px;
	border-top-right-radius : 11px;
	border-top-width : 2px;
	margin-bottom : 45px;
	margin-top : 45px;
	padding-bottom : 15px;
	padding-left : 5%;
	padding-right : 4%;
	padding-top : 15px;
	width : 95%;
}
#PageWrapper .Stripe3 .CalloutBox, html.mobile #PageWrapper .Stripe3 .CalloutBox {
	background-color : #fcfce8;
	border-bottom-left-radius : 9px;
	border-bottom-right-radius : 9px;
	border-bottom-width : 3px;
	border-color : #fa8700;
	border-left-width : 3px;
	border-right-width : 3px;
	border-style : solid;
	border-top-left-radius : 9px;
	border-top-right-radius : 9px;
	border-top-width : 3px;
	margin-bottom : 45px;
	margin-top : 45px;
	padding-left : 5%;
	padding-right : 4%;
	width : 95%;
}
#PageWrapper .ReminderBox, html.mobile #PageWrapper .ReminderBox {
	background-color : #888888;
}
#PageWrapper .Stripe1 .ReminderBox, html.mobile #PageWrapper .Stripe1 .ReminderBox {
	background-color : #fcffff;
	border-bottom-left-radius : 0;
	border-bottom-right-radius : 0;
	border-bottom-width : 0;
	border-color : #49c6fc;
	border-left-width : 2px;
	border-right-width : 0;
	border-style : solid;
	border-top-left-radius : 6px;
	border-top-right-radius : 0;
	border-top-width : 2px;
	box-shadow : 8px 8px 8px 0px #E3E3E3;
	margin-bottom : 35px;
	margin-left : 20px;
	margin-right : 20px;
	margin-top : 2%;
	padding-bottom : 15px;
	padding-top : 3%;
	width : 50%;
}
#PageWrapper .Stripe2 .ReminderBox, html.mobile #PageWrapper .Stripe2 .ReminderBox {
	background-color : #edfaed;
	border-bottom-left-radius : 0;
	border-bottom-right-radius : 0;
	border-bottom-width : 0;
	border-color : #39ad39;
	border-left-width : 2px;
	border-right-width : 0;
	border-style : solid;
	border-top-left-radius : 6px;
	border-top-right-radius : 0;
	border-top-width : 2px;
	box-shadow : 8px 8px 8px 0px #CCCCCC;
	margin-bottom : 35px;
	margin-top : 35px;
	padding-bottom : 10px;
	width : 50%;
}
#PageWrapper .Stripe3 .ReminderBox, html.mobile #PageWrapper .Stripe3 .ReminderBox {
	background-color : #fcfcf0;
	border-bottom-left-radius : 0;
	border-bottom-right-radius : 0;
	border-bottom-width : 0;
	border-color : #fa8700;
	border-left-width : 2px;
	border-right-width : 0;
	border-style : solid;
	border-top-left-radius : 6px;
	border-top-right-radius : 0;
	border-top-width : 2px;
	box-shadow : 8px 8px 8px 0px #E3E3E3;
	margin-bottom : 35px;
	margin-top : 35px;
	width : 50%;
}
#PageWrapper .Stripe1 .ReminderBox h4, html.mobile #PageWrapper .Stripe1 .ReminderBox h4 {
	background-color : transparent;
	color : #333333;
	font-size : 25px;
	margin-bottom : 0px;
	margin-top : 0%;
}
#PageWrapper .Stripe2 .ReminderBox h4, html.mobile #PageWrapper .Stripe2 .ReminderBox h4 {
	color : #333333;
	font-family : Arial, Helvetica;
	font-size : 25px;
	font-weight : bold;
	margin-top : 3%;
	padding-top : 3%;
}
#PageWrapper .Stripe3 .ReminderBox h4, html.mobile #PageWrapper .Stripe3 .ReminderBox h4 {
	color : #333333;
	font-family : Arial, Helvetica;
	font-size : 25px;
	margin-top : 3%;
	padding-top : 3%;
}
#PageWrapper .Stripe1 .ReminderBox ul, html.mobile #PageWrapper .Stripe1 .ReminderBox ul {
	color : #222222;
	font-size : 19px;
	margin-bottom : 15px;
	margin-top : 23px;
}
#PageWrapper .Stripe2 .ReminderBox ul, html.mobile #PageWrapper .Stripe2 .ReminderBox ul {
	color : #222222;
	font-size : 19px;
}
#PageWrapper .Stripe3 .ReminderBox ul, html.mobile #PageWrapper .Stripe3 .ReminderBox ul {
	color : #222222;
	font-size : 19px;
}
#PageWrapper .Stripe1 .ReminderBox ol, html.mobile #PageWrapper .Stripe1 .ReminderBox ol {
	color : #222222;
	font-size : 19px;
	margin-bottom : 15px;
	margin-top : 23px;
}
#PageWrapper .Stripe2 .ReminderBox ol, html.mobile #PageWrapper .Stripe2 .ReminderBox ol {
	color : #222222;
	font-size : 19px;
}
#PageWrapper .Stripe3 .ReminderBox ol, html.mobile #PageWrapper .Stripe3 .ReminderBox ol {
	color : #222222;
	font-size : 19px;
}
#PageWrapper .Stripe1 .ReminderBox p, html.mobile #PageWrapper .Stripe1 .ReminderBox p {
	color : #222222;
	font-size : 19px;
	margin-bottom : 15px;
	margin-top : 23px;
}
#PageWrapper .Stripe2 .ReminderBox p, html.mobile #PageWrapper .Stripe2 .ReminderBox p {
	color : #222222;
	font-size : 19px;
}
#PageWrapper .Stripe3 .ReminderBox p, html.mobile #PageWrapper .Stripe3 .ReminderBox p {
	color : #222222;
	font-size : 19px;
}
#ContentColumn .Stripe1 a:link, html.mobile #ContentColumn .Stripe1 a:link {
	font-weight : normal;
}
#ContentColumn .Stripe3 a:link, html.mobile #ContentColumn .Stripe3 a:link {
	text-decoration : underline;
}
#ContentColumn a:not([data-pin-href]):link, html.mobile #ContentColumn a:not([data-pin-href]):link {
	color : #0292e0;
}
#ContentColumn .Stripe1 a:not([data-pin-href]):link, html.mobile #ContentColumn .Stripe1 a:not([data-pin-href]):link {
	color : #0066cc;
}
#ContentColumn .Stripe2 a:not([data-pin-href]):link, html.mobile #ContentColumn .Stripe2 a:not([data-pin-href]):link {
	color : #0066cc;
}
#ContentColumn .Stripe3 a:not([data-pin-href]):link, html.mobile #ContentColumn .Stripe3 a:not([data-pin-href]):link {
	color : #2b60de;
}
#ContentColumn a:visited, html.mobile #ContentColumn a:visited {
	color : #0292e0;
}
#ContentColumn .Stripe1 a:visited, html.mobile #ContentColumn .Stripe1 a:visited {
	color : #0066cc;
}
#ContentColumn .Stripe2 a:visited, html.mobile #ContentColumn .Stripe2 a:visited {
	color : #0066cc;
}
#ContentColumn .Stripe3 a:visited, html.mobile #ContentColumn .Stripe3 a:visited {
	color : #2b60de;
}
#ContentColumn a:not([data-pin-href]):hover, html.mobile #ContentColumn a:not([data-pin-href]):hover {
	color : #0000ff;
}
#ContentColumn .Stripe1 a:not([data-pin-href]):hover, html.mobile #ContentColumn .Stripe1 a:not([data-pin-href]):hover {
	color : #0000ff;
}
#ContentColumn .Stripe2 a:not([data-pin-href]):hover, html.mobile #ContentColumn .Stripe2 a:not([data-pin-href]):hover {
	color : #0000ff;
}
#ContentColumn .Stripe3 a:not([data-pin-href]):hover, html.mobile #ContentColumn .Stripe3 a:not([data-pin-href]):hover {
	color : #0000ff;
}
#PageWrapper #Footer a:link, html.mobile #PageWrapper #Footer a:link {
	color : #0248d4;
}
#PageWrapper #Footer a:visited, html.mobile #PageWrapper #Footer a:visited {
	color : #0066cc;
}
#PageWrapper #Footer a:hover, html.mobile #PageWrapper #Footer a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe1 .ReminderBox a:link, html.mobile #PageWrapper .Stripe1 .ReminderBox a:link {
	color : #0066cc;
}
#PageWrapper .Stripe3 .ReminderBox a:link, html.mobile #PageWrapper .Stripe3 .ReminderBox a:link {
	color : #0066cc;
}
#PageWrapper .Stripe1 .ReminderBox a:visited, html.mobile #PageWrapper .Stripe1 .ReminderBox a:visited {
	color : #0066cc;
}
#PageWrapper .Stripe2 .ReminderBox a:visited, html.mobile #PageWrapper .Stripe2 .ReminderBox a:visited {
	color : #026ed4;
}
#PageWrapper .Stripe3 .ReminderBox a:visited, html.mobile #PageWrapper .Stripe3 .ReminderBox a:visited {
	color : #0066cc;
}
#PageWrapper .Stripe1 .ReminderBox a:hover, html.mobile #PageWrapper .Stripe1 .ReminderBox a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe2 .ReminderBox a:hover, html.mobile #PageWrapper .Stripe2 .ReminderBox a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe3 .ReminderBox a:hover, html.mobile #PageWrapper .Stripe3 .ReminderBox a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe1 .CalloutBox a:link, html.mobile #PageWrapper .Stripe1 .CalloutBox a:link {
	color : #026ed4;
}
#PageWrapper .Stripe2 .CalloutBox a:link, html.mobile #PageWrapper .Stripe2 .CalloutBox a:link {
	color : #026ed4;
}
#PageWrapper .Stripe3 .CalloutBox a:link, html.mobile #PageWrapper .Stripe3 .CalloutBox a:link {
	color : #0066cc;
}
#PageWrapper .Stripe1 .CalloutBox a:visited, html.mobile #PageWrapper .Stripe1 .CalloutBox a:visited {
	color : #026ed4;
}
#PageWrapper .Stripe2 .CalloutBox a:visited, html.mobile #PageWrapper .Stripe2 .CalloutBox a:visited {
	color : #026ed4;
}
#PageWrapper .Stripe3 .CalloutBox a:visited, html.mobile #PageWrapper .Stripe3 .CalloutBox a:visited {
	color : #0066cc;
}
#PageWrapper .Stripe1 .CalloutBox a:hover, html.mobile #PageWrapper .Stripe1 .CalloutBox a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe2 .CalloutBox a:hover, html.mobile #PageWrapper .Stripe2 .CalloutBox a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe3 .CalloutBox a:hover, html.mobile #PageWrapper .Stripe3 .CalloutBox a:hover {
	color : #0000ff;
}
hr, html.mobile hr {
	background-color : #888888;
	color : #888888;
	width : 75%;
}
#PageWrapper .WhatsNew, html.mobile #PageWrapper .WhatsNew {
	border-bottom-width : 2px;
	border-color : #39ad39;
	border-left-width : 2px;
	border-right-width : 2px;
	border-style : solid;
	border-top-width : 2px;
}
#PageWrapper .Stripe1 .WhatsNew, html.mobile #PageWrapper .Stripe1 .WhatsNew {
	background-color : #ffffff;
	border-bottom-left-radius : 5px;
	border-bottom-right-radius : 5px;
	border-bottom-width : 2px;
	border-color : #8ddbfc;
	border-left-width : 2px;
	border-right-width : 2px;
	border-style : solid;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	border-top-width : 2px;
	margin-bottom : 20px;
	margin-top : 20px;
	padding-bottom : 10px;
}
#PageWrapper .Stripe2 .WhatsNew, html.mobile #PageWrapper .Stripe2 .WhatsNew {
	background-color : #ffffff;
	border-bottom-left-radius : 7px;
	border-bottom-right-radius : 7px;
	border-bottom-width : 2px;
	border-color : #39ad39;
	border-left-width : 2px;
	border-right-width : 2px;
	border-style : solid;
	border-top-left-radius : 7px;
	border-top-right-radius : 7px;
	border-top-width : 2px;
	margin-bottom : 20px;
	margin-top : 20px;
	padding-bottom : 10px;
}
#PageWrapper .Stripe3 .WhatsNew, html.mobile #PageWrapper .Stripe3 .WhatsNew {
	background-color : #ffffff;
	border-bottom-left-radius : 5px;
	border-bottom-right-radius : 5px;
	border-bottom-width : 2px;
	border-color : #fa9a00;
	border-left-width : 2px;
	border-right-width : 2px;
	border-style : solid;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	border-top-width : 2px;
	padding-bottom : 10px;
}
#PageWrapper .WhatsNew h2, html.mobile #PageWrapper .WhatsNew h2 {
	background-color : #d3f0d3;
	color : #017501;
	padding-bottom : 14px;
}
#PageWrapper .Stripe1 .WhatsNew h2, html.mobile #PageWrapper .Stripe1 .WhatsNew h2 {
	background-color : #e0ffff;
	border-bottom-width : 2px;
	border-color : #8ddbfc;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #027ab0;
	font-size : 29px;
	margin-bottom : 0px;
	margin-top : 0%;
	padding-bottom : 15px;
	padding-left : 0px;
	padding-top : 15px;
}
#PageWrapper .Stripe2 .WhatsNew h2, html.mobile #PageWrapper .Stripe2 .WhatsNew h2 {
	background-color : #d3f0d3;
	border-bottom-width : 2px;
	border-color : #39ad39;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #017501;
	font-size : 29px;
	font-weight : bold;
	margin-bottom : 10px;
	margin-top : 0%;
	padding-bottom : 15px;
	padding-left : 0px;
	padding-top : 15px;
}
#PageWrapper .Stripe3 .WhatsNew h2, html.mobile #PageWrapper .Stripe3 .WhatsNew h2 {
	background-color : #fcfcd2;
	border-bottom-width : 2px;
	border-color : #fa9a00;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #db7804;
	font-size : 29px;
	margin-bottom : 10px;
	margin-top : 0%;
	padding-bottom : 15px;
	padding-left : 0px;
	padding-top : 15px;
}
#PageWrapper .WhatsNew .WhatsNew-time, html.mobile #PageWrapper .WhatsNew .WhatsNew-time {
	background-color : transparent;
	color : #555555;
}
#PageWrapper .Stripe3 .WhatsNew .WhatsNew-time, html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-time {
	margin-bottom : 7px;
	margin-top : 7px;
}
#PageWrapper .WhatsNew .WhatsNew-content, html.mobile #PageWrapper .WhatsNew .WhatsNew-content {
	font-family : Verdana, Geneva;
}
#PageWrapper .Stripe1 .WhatsNew .WhatsNew-content, html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-content {
	color : #333333;
	font-family : Verdana, Geneva;
	font-size : 16px;
	line-height : 28px;
}
#PageWrapper .Stripe2 .WhatsNew .WhatsNew-content, html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-content {
	color : #333333;
	font-size : 16px;
	line-height : 28px;
	margin-bottom : 8px;
	margin-top : 16px;
}
#PageWrapper .Stripe3 .WhatsNew .WhatsNew-content, html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-content {
	color : #222222;
	font-size : 16px;
	line-height : 26px;
	margin-bottom : 8px;
	margin-top : 16px;
}
#PageWrapper .WhatsNew h3 a, html.mobile #PageWrapper .WhatsNew h3 a {
	font-weight : bold;
}
#PageWrapper .Stripe1 .WhatsNew h3 a:link, html.mobile #PageWrapper .Stripe1 .WhatsNew h3 a:link {
	font-weight : normal;
}
#PageWrapper .Stripe2 .WhatsNew h3 a:link, html.mobile #PageWrapper .Stripe2 .WhatsNew h3 a:link {
	font-weight : normal;
}
#PageWrapper .Stripe3 .WhatsNew h3 a:link, html.mobile #PageWrapper .Stripe3 .WhatsNew h3 a:link {
	font-weight : bold;
}
#PageWrapper .Stripe1 .responsive-row div[class*="responsive_col-"], html.mobile #PageWrapper .Stripe1 .responsive-row div[class*="responsive_col-"] {
	padding-bottom : 10px;
	padding-left : 15px;
	padding-right : 15px;
}
#PageWrapper .Stripe2 .responsive-row div[class*="responsive_col-"], html.mobile #PageWrapper .Stripe2 .responsive-row div[class*="responsive_col-"] {
	padding-bottom : 10px;
	padding-left : 15px;
	padding-right : 15px;
}
#PageWrapper .Stripe3 .responsive-row div[class*="responsive_col-"], html.mobile #PageWrapper .Stripe3 .responsive-row div[class*="responsive_col-"] {
	padding-bottom : 10px;
	padding-left : 15px;
	padding-right : 15px;
}
#PageWrapper .WhatsNew h3 a:link, html.mobile #PageWrapper .WhatsNew h3 a:link {
	color : #068a06;
}
#PageWrapper .Stripe1 .WhatsNew h3 a:link, html.mobile #PageWrapper .Stripe1 .WhatsNew h3 a:link {
	color : #027ab0;
}
#PageWrapper .Stripe2 .WhatsNew h3 a:link, html.mobile #PageWrapper .Stripe2 .WhatsNew h3 a:link {
	color : #017501;
}
#PageWrapper .Stripe3 .WhatsNew h3 a:link, html.mobile #PageWrapper .Stripe3 .WhatsNew h3 a:link {
	color : #db7804;
}
#PageWrapper .WhatsNew h3 a:visited, html.mobile #PageWrapper .WhatsNew h3 a:visited {
	color : #068a06;
}
#PageWrapper .Stripe1 .WhatsNew h3 a:visited, html.mobile #PageWrapper .Stripe1 .WhatsNew h3 a:visited {
	color : #027ab0;
}
#PageWrapper .Stripe2 .WhatsNew h3 a:visited, html.mobile #PageWrapper .Stripe2 .WhatsNew h3 a:visited {
	color : #017501;
}
#PageWrapper .Stripe3 .WhatsNew h3 a:visited, html.mobile #PageWrapper .Stripe3 .WhatsNew h3 a:visited {
	color : #db7804;
}
#PageWrapper .WhatsNew h3 a:hover, html.mobile #PageWrapper .WhatsNew h3 a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe1 .WhatsNew h3 a:hover, html.mobile #PageWrapper .Stripe1 .WhatsNew h3 a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe2 .WhatsNew h3 a:hover, html.mobile #PageWrapper .Stripe2 .WhatsNew h3 a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe3 .WhatsNew h3 a:hover, html.mobile #PageWrapper .Stripe3 .WhatsNew h3 a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe1 .WhatsNew ol li, html.mobile #PageWrapper .Stripe1 .WhatsNew ol li {
	border-top-width : 5px;
	margin-top : -5px;
	padding-bottom : 5px;
}
#PageWrapper .Stripe3 .WhatsNew ol li, html.mobile #PageWrapper .Stripe3 .WhatsNew ol li {
	border-top-width : 1px;
	margin-top : -1px;
	padding-bottom : 1px;
}
#PageWrapper .Stripe1 .WhatsNew h3, html.mobile #PageWrapper .Stripe1 .WhatsNew h3 {
	font-family : Arial, Helvetica;
	font-size : 22px;
	margin-bottom : 20px;
	margin-top : 25px;
}
#PageWrapper .Stripe2 .WhatsNew h3, html.mobile #PageWrapper .Stripe2 .WhatsNew h3 {
	font-size : 22px;
	margin-bottom : 20px;
	margin-top : 20px;
}
#PageWrapper .Stripe3 .WhatsNew h3, html.mobile #PageWrapper .Stripe3 .WhatsNew h3 {
	font-size : 22px;
	margin-bottom : 20px;
	margin-top : 20px;
}
#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more, html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-more {
	font-size : 16px;
}
#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more, html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-more {
	font-size : 16px;
	margin-bottom : 16px;
	margin-top : 16px;
}
#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more, html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-more {
	font-size : 16px;
	margin-bottom : 16px;
	margin-top : 16px;
	padding-bottom : 0px;
}
#PageWrapper .WhatsNew .WhatsNew-more a, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a {
	color : #0066cc;
}
#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:link {
	color : #0066cc;
}
#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:link {
	color : #0000ee;
	text-decoration : underline;
}
#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:link {
	color : #0070e0;
	text-decoration : none;
}
#PageWrapper .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:link {
	color : #0066cc;
}
#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:link {
	color : #0066cc;
}
#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:link {
	color : #0000ee;
	text-decoration : underline;
}
#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:link {
	color : #0070e0;
	text-decoration : none;
}
#PageWrapper .WhatsNew .WhatsNew-more a:visited, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:visited {
	color : #0066cc;
}
#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:visited, html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:visited {
	color : #0066cc;
}
#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:visited, html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:visited {
	color : #0000ee;
}
#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:visited, html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:visited {
	color : #4285f4;
}
#PageWrapper .WhatsNew .WhatsNew-more a:hover, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:hover {
	color : #2b60de;
}
#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:hover, html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:hover, html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:hover {
	color : #0000ff;
	text-decoration : underline;
}
#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:hover, html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:hover {
	color : #0000ff;
	text-decoration : underline;
}
#PageWrapper .Stripe1 .WhatsNew h2 a:link, html.mobile #PageWrapper .Stripe1 .WhatsNew h2 a:link {
	font-weight : bold;
}
#PageWrapper .Stripe3 .WhatsNew h2 a:link, html.mobile #PageWrapper .Stripe3 .WhatsNew h2 a:link {
	font-weight : bold;
}
#PageWrapper .WhatsNew h2 a:link, html.mobile #PageWrapper .WhatsNew h2 a:link {
	color : #017501;
}
#PageWrapper .Stripe1 .WhatsNew h2 a:link, html.mobile #PageWrapper .Stripe1 .WhatsNew h2 a:link {
	color : #027ab0;
}
#PageWrapper .Stripe2 .WhatsNew h2 a:link, html.mobile #PageWrapper .Stripe2 .WhatsNew h2 a:link {
	color : #017501;
}
#PageWrapper .Stripe3 .WhatsNew h2 a:link, html.mobile #PageWrapper .Stripe3 .WhatsNew h2 a:link {
	color : #db7804;
}
#PageWrapper .WhatsNew h2 a:visited, html.mobile #PageWrapper .WhatsNew h2 a:visited {
	color : #017501;
}
#PageWrapper .Stripe1 .WhatsNew h2 a:visited, html.mobile #PageWrapper .Stripe1 .WhatsNew h2 a:visited {
	color : #027ab0;
}
#PageWrapper .Stripe2 .WhatsNew h2 a:visited, html.mobile #PageWrapper .Stripe2 .WhatsNew h2 a:visited {
	color : #017501;
}
#PageWrapper .Stripe3 .WhatsNew h2 a:visited, html.mobile #PageWrapper .Stripe3 .WhatsNew h2 a:visited {
	color : #db7804;
}
#PageWrapper .WhatsNew h2 a:hover, html.mobile #PageWrapper .WhatsNew h2 a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe1 .WhatsNew h2 a:hover, html.mobile #PageWrapper .Stripe1 .WhatsNew h2 a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe2 .WhatsNew h2 a:hover, html.mobile #PageWrapper .Stripe2 .WhatsNew h2 a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe3 .WhatsNew h2 a:hover, html.mobile #PageWrapper .Stripe3 .WhatsNew h2 a:hover {
	color : #0000ff;
}
#PageWrapper #HeaderWrapper, html.mobile #PageWrapper #HeaderWrapper {
	background-color : transparent;
	background-image : url("/sd/image-files/Art-by-Carol-May-header-300-1.jpg");
	background-position : 0% 100%;
	background-repeat : no-repeat;
	background-size : auto;
}
#PageWrapper #FooterWrapper, html.mobile #PageWrapper #FooterWrapper {
	background-color : #edfbfc;
	background-image : none;
}
#PageWrapper .Caption, html.mobile #PageWrapper .Caption {
	padding-bottom : 3px;
}
#PageWrapper .Stripe1 .Caption, html.mobile #PageWrapper .Stripe1 .Caption {
	color : #202326;
}
#PageWrapper .ImageBlock a:link span, html.mobile #PageWrapper .ImageBlock a:link span {
	color : #2b60de;
}
#PageWrapper .Stripe1 .ImageBlock a:link span, html.mobile #PageWrapper .Stripe1 .ImageBlock a:link span {
	color : #0066cc;
}
#PageWrapper .Stripe2 .ImageBlock a:link span, html.mobile #PageWrapper .Stripe2 .ImageBlock a:link span {
	color : #0070e0;
}
#PageWrapper .Stripe3 .ImageBlock a:link span, html.mobile #PageWrapper .Stripe3 .ImageBlock a:link span {
	color : #0070e0;
}
#PageWrapper .ImageBlock a:visited span, html.mobile #PageWrapper .ImageBlock a:visited span {
	color : #2b60de;
}
#PageWrapper .Stripe1 .ImageBlock a:visited span, html.mobile #PageWrapper .Stripe1 .ImageBlock a:visited span {
	color : #0066cc;
}
#PageWrapper .Stripe2 .ImageBlock a:visited span, html.mobile #PageWrapper .Stripe2 .ImageBlock a:visited span {
	color : #0070e0;
}
#PageWrapper .Stripe3 .ImageBlock a:visited span, html.mobile #PageWrapper .Stripe3 .ImageBlock a:visited span {
	color : #0070e0;
}
#PageWrapper .ImageBlock a:hover span, html.mobile #PageWrapper .ImageBlock a:hover span {
	color : #0000ff;
}
#PageWrapper .Stripe1 .ImageBlock a:hover span, html.mobile #PageWrapper .Stripe1 .ImageBlock a:hover span {
	color : #0000ff;
}
#PageWrapper .Stripe2 .ImageBlock a:hover span, html.mobile #PageWrapper .Stripe2 .ImageBlock a:hover span {
	color : #0000ff;
}
#PageWrapper .Stripe3 .ImageBlock a:hover span, html.mobile #PageWrapper .Stripe3 .ImageBlock a:hover span {
	color : #0000ff;
}
#PageWrapper #Header .WebsiteName, html.mobile #PageWrapper #Header .WebsiteName {
	font-family : Arial, Helvetica;
	font-size : 35px;
	margin-bottom : 2%;
	margin-top : 6%;
	text-align : center;
}
#PageWrapper #Header .Tagline, html.mobile #PageWrapper #Header .Tagline {
	color : #000000;
	font-family : Arial, Helvetica;
	font-size : 28px;
	font-style : italic;
	font-weight : normal;
	margin-bottom : 5%;
	margin-top : 20px;
	padding-bottom : 0%;
	text-align : center;
}
#PageWrapper #Header .WebsiteName a, html.mobile #PageWrapper #Header .WebsiteName a {
	color : #333333;
	font-style : italic;
	font-weight : bold;
}
#PageWrapper #Header .WebsiteName a:link, html.mobile #PageWrapper #Header .WebsiteName a:link {
	color : #333333;
	font-style : italic;
	font-weight : bold;
}
#PageWrapper #Header .WebsiteName a:visited, html.mobile #PageWrapper #Header .WebsiteName a:visited {
	color : #333333;
}
#PageWrapper #Header .WebsiteName a:hover, html.mobile #PageWrapper #Header .WebsiteName a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe1 .Ezine2, body #PageWrapper .Stripe1 .Ezine, html.mobile #PageWrapper .Stripe1 .Ezine2, body #PageWrapper .Stripe1 .Ezine {
	background-color : #edfbfc;
	border-bottom-left-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-width : 1px;
	border-color : #03b1fc;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-top-width : 1px;
	padding-bottom : 15px;
	padding-top : 15px;
}
#PageWrapper .Stripe2 .Ezine2, body #PageWrapper .Stripe2 .Ezine, html.mobile #PageWrapper .Stripe2 .Ezine2, body #PageWrapper .Stripe2 .Ezine {
	background-color : #defade;
	border-bottom-left-radius : 10px;
	border-bottom-right-radius : 10px;
	border-bottom-width : 1px;
	border-color : #555555;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 10px;
	border-top-right-radius : 10px;
	border-top-width : 1px;
	padding-bottom : 15px;
	padding-top : 15px;
}
#PageWrapper .Stripe3 .Ezine2, body #PageWrapper .Stripe3 .Ezine, html.mobile #PageWrapper .Stripe3 .Ezine2, body #PageWrapper .Stripe3 .Ezine {
	background-color : #fcfce6;
	border-bottom-left-radius : 9px;
	border-bottom-right-radius : 9px;
	border-bottom-width : 2px;
	border-color : #fa8700;
	border-left-width : 2px;
	border-right-width : 2px;
	border-style : solid;
	border-top-left-radius : 9px;
	border-top-right-radius : 9px;
	border-top-width : 2px;
	font-size : 18px;
}
#PageWrapper .Stripe1 .Ezine2 .EzineRow label, html.mobile #PageWrapper .Stripe1 .Ezine2 .EzineRow label {
	color : #202326;
}
#PageWrapper .Stripe3 .Ezine2 .EzineRow label, html.mobile #PageWrapper .Stripe3 .Ezine2 .EzineRow label {
	font-family : Verdana, Geneva;
}
#PageWrapper .Stripe1 .Ezine2 .EzineRow input[type=text], html.mobile #PageWrapper .Stripe1 .Ezine2 .EzineRow input[type=text] {
	font-family : Verdana, Geneva;
}
#PageWrapper .Stripe2 .Ezine2 .EzineRow input[type=text], html.mobile #PageWrapper .Stripe2 .Ezine2 .EzineRow input[type=text] {
	font-size : 18px;
}
#PageWrapper .Stripe3 .Ezine2 .EzineRow input[type=text], html.mobile #PageWrapper .Stripe3 .Ezine2 .EzineRow input[type=text] {
	font-family : Verdana, Geneva;
	font-size : 16px;
	width : 80%;
}
#PageWrapper .Stripe1 .Ezine2 .EzineRow input[type=email], html.mobile #PageWrapper .Stripe1 .Ezine2 .EzineRow input[type=email] {
	font-family : Verdana, Geneva;
}
#PageWrapper .Stripe2 .Ezine2 .EzineRow input[type=email], html.mobile #PageWrapper .Stripe2 .Ezine2 .EzineRow input[type=email] {
	font-size : 18px;
}
#PageWrapper .Stripe3 .Ezine2 .EzineRow input[type=email], html.mobile #PageWrapper .Stripe3 .Ezine2 .EzineRow input[type=email] {
	font-family : Verdana, Geneva;
	font-size : 16px;
	width : 80%;
}
#PageWrapper .Stripe1 .Ezine2 .EzineButton, html.mobile #PageWrapper .Stripe1 .Ezine2 .EzineButton {
	background-color : #8de6fc;
	border-bottom-left-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-width : 2px;
	border-color : #03b1fc;
	border-left-width : 2px;
	border-right-width : 2px;
	border-style : solid;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-top-width : 2px;
	font-size : 18px;
	line-height : 2;
	text-transform : uppercase;
	width : 130px;
}
#PageWrapper .Stripe2 .Ezine2 .EzineButton, html.mobile #PageWrapper .Stripe2 .Ezine2 .EzineButton {
	background-color : #017501;
	border-bottom-left-radius : 9px;
	border-bottom-right-radius : 9px;
	border-bottom-width : 2px;
	border-color : #202326;
	border-left-width : 2px;
	border-right-width : 2px;
	border-style : solid;
	border-top-left-radius : 9px;
	border-top-right-radius : 9px;
	border-top-width : 2px;
	color : #ffffff;
	font-size : 19px;
	text-transform : capitalize;
	width : 120px;
}
#PageWrapper .Stripe3 .Ezine2 .EzineButton, html.mobile #PageWrapper .Stripe3 .Ezine2 .EzineButton {
	background-color : #fa8700;
	border-bottom-left-radius : 7px;
	border-bottom-right-radius : 7px;
	border-bottom-width : 1px;
	border-color : #202326;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 7px;
	border-top-right-radius : 7px;
	border-top-width : 1px;
	color : #000000;
	font-size : 18px;
	padding-bottom : 5px;
	padding-left : 12px;
	padding-right : 12px;
	padding-top : 5px;
	text-transform : uppercase;
	width : 120px;
}
#PageWrapper .Stripe1 .Ezine2 a:link, html.mobile #PageWrapper .Stripe1 .Ezine2 a:link {
	color : #0066cc;
}
#PageWrapper .Stripe2 .Ezine2 a:link, html.mobile #PageWrapper .Stripe2 .Ezine2 a:link {
	color : #0066cc;
}
#PageWrapper .Stripe3 .Ezine2 a:link, html.mobile #PageWrapper .Stripe3 .Ezine2 a:link {
	color : #0000ee;
}
#PageWrapper .Stripe1 .Ezine2 a:visited, html.mobile #PageWrapper .Stripe1 .Ezine2 a:visited {
	color : #0066cc;
}
#PageWrapper .Stripe2 .Ezine2 a:visited, html.mobile #PageWrapper .Stripe2 .Ezine2 a:visited {
	color : #0066cc;
}
#PageWrapper .Stripe3 .Ezine2 a:visited, html.mobile #PageWrapper .Stripe3 .Ezine2 a:visited {
	color : #0000ee;
}
#PageWrapper .Stripe1 .Ezine2 a:hover, html.mobile #PageWrapper .Stripe1 .Ezine2 a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe2 .Ezine2 a:hover, html.mobile #PageWrapper .Stripe2 .Ezine2 a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe3 .Ezine2 a:hover, html.mobile #PageWrapper .Stripe3 .Ezine2 a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe1, html.mobile #PageWrapper .Stripe1 {
	background-color : #ffffff;
	background-image : none;
	background-position : 0% 50%;
	background-repeat : no-repeat;
	border-bottom-width : 0;
	border-color : #dedede;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #444444;
	font-size : 19px;
	letter-spacing : 1px;
	line-height : 30px;
	margin-top : -25px;
}
#PageWrapper .Stripe1 .StripeLiner, html.mobile #PageWrapper .Stripe1 .StripeLiner {
	padding-bottom : 2%;
	padding-left : 7%;
	padding-right : 7%;
	padding-top : 0px;
}
#PageWrapper .Stripe2, html.mobile #PageWrapper .Stripe2 {
	background-color : #ffffff;
	border-bottom-width : 0;
	border-color : #d1d1d1;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #444444;
	font-size : 19px;
	line-height : 30px;
}
#PageWrapper .Stripe2 .StripeLiner, html.mobile #PageWrapper .Stripe2 .StripeLiner {
	padding-bottom : 2%;
	padding-left : 7%;
	padding-right : 7%;
	padding-top : 0px;
}
#PageWrapper .Stripe3, html.mobile #PageWrapper .Stripe3 {
	background-color : #ffffff;
	background-image : none;
	background-position : 50% 0%;
	background-repeat : no-repeat;
	background-size : 100% auto;
	border-bottom-width : 0;
	border-color : #8ddbfc;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #444444;
	font-size : 20px;
	line-height : 31px;
}
#PageWrapper .Stripe3 .StripeLiner, html.mobile #PageWrapper .Stripe3 .StripeLiner {
	padding-bottom : 2%;
	padding-left : 7%;
	padding-right : 7%;
	padding-top : 0px;
}
body .eucookiebar, html.mobile body .eucookiebar {
	background-color : #e0ffff;
	border-bottom-width : 1px;
	border-color : #bababa;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-width : 1px;
}
body .eucookiebar p, html.mobile body .eucookiebar p {
	color : #444444;
	font-size : 15px;
}
body .eucookiebar button, html.mobile body .eucookiebar button {
	background-color : #7dfdfe;
	color : #333333;
	line-height : 19px;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before {
	content : "›";
	margin-right : 3px;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem {
	font-size : 16px;
	margin-bottom : 0%;
	padding-left : 2px;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a {
	color : #0066cc;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:link, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:link {
	color : #0066cc;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:hover, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:hover {
	color : #0000ff;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:visited, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:visited {
	color : #0066cc;
}
body #PageWrapper .SocialShareRegular, html.mobile body #PageWrapper .SocialShareRegular {
	padding-bottom : 2%;
}
body #PageWrapper .SocialShare.SocialShareMini, html.mobile body #PageWrapper .SocialShare.SocialShareMini {
	font-size : 20px;
	padding-bottom : 2%;
}
body #PageWrapper .SocialDestinations, html.mobile body #PageWrapper .SocialDestinations {
	font-size : 19px;
	margin-bottom : 1%;
	text-align : center;
}
body #PageWrapper .SocialDestinations a:link, html.mobile body #PageWrapper .SocialDestinations a:link {
	color : #028cc7;
}
body #PageWrapper .SocialDestinations a:visited, html.mobile body #PageWrapper .SocialDestinations a:visited {
	color : #028cc7;
}
body #PageWrapper .SocialDestinations a:hover, html.mobile body #PageWrapper .SocialDestinations a:hover {
	color : #028cc7;
}
#PageWrapper .FAQContainer, html.mobile #PageWrapper .FAQContainer {
	padding-bottom : 0px;
}
#PageWrapper .Stripe1 .FAQContainer .AccordionContainer summary, html.mobile #PageWrapper .Stripe1 .FAQContainer .AccordionContainer summary {
	color : #333333;
	font-family : Arial, Helvetica;
	font-size : 24px;
	font-weight : bold;
}
#PageWrapper .Stripe2 .FAQContainer .AccordionContainer summary, html.mobile #PageWrapper .Stripe2 .FAQContainer .AccordionContainer summary {
	color : #333333;
	font-family : Arial, Helvetica;
	font-size : 25px;
	font-weight : bold;
}
#PageWrapper .Stripe3 .FAQContainer .AccordionContainer summary, html.mobile #PageWrapper .Stripe3 .FAQContainer .AccordionContainer summary {
	color : #333333;
	font-family : Arial, Helvetica;
	font-size : 25px;
	font-weight : bold;
}
#PageWrapper .Stripe1 .FAQContainer .AccordionContainer .AccordionContent a:hover, html.mobile #PageWrapper .Stripe1 .FAQContainer .AccordionContainer .AccordionContent a:hover {
	color : #0000ff;
}

/* mobile */
/* media queries */@media (max-width:768px) {body {
	background-image : none;
	font-family : Verdana, Geneva;
}
body {
	background-image : none;
	font-family : Verdana, Geneva;
}
#PageWrapper #Header .Liner {
	background-image : none;
	background-position : 0% 50%;
	background-repeat : no-repeat;
	background-size : auto;
	height : 200px;
	min-height : 131px;
}
#PageWrapper #ContentColumn .Liner {
	padding-left : 0%;
	padding-right : 0%;
	padding-top : 0px;
}
#PageWrapper #ContentColumn  {
	color : #333333;
}
#PageWrapper {
	background-image : none;
	padding-left : 0px;
	padding-right : 0px;
}
#PageWrapper .Stripe1 h1 {
	color : #0499d9;
	font-size : 30px;
	margin-bottom : 1%;
	margin-top : 3%;
}
#PageWrapper .Stripe2 h1 {
	color : #028cc7;
	font-size : 30px;
	margin-top : 3%;
}
#PageWrapper .Stripe3 h1 {
	color : #028cc7;
	font-size : 30px;
	margin-top : 3%;
}
#PageWrapper .Stripe1 h2 {
	color : #0499d9;
	font-size : 28px;
	margin-top : 6%;
}
#PageWrapper .Stripe2 h2 {
	color : #0499d9;
	font-size : 28px;
	margin-top : 6%;
}
#PageWrapper .Stripe3 h2 {
	color : #028cc7;
	font-size : 28px;
}
#PageWrapper .Stripe1 h3 {
	margin-top : 6%;
}
#PageWrapper .Stripe2 h3 {
	margin-top : 6%;
}
#PageWrapper .Stripe1 h4 {
	margin-top : 5%;
}
#ContentColumn .Stripe1 ol li {
	color : #222222;
	line-height : 31px;
}
#ContentColumn .Stripe2 ol li {
	line-height : 30px;
}
#ContentColumn .Stripe3 ol li {
	line-height : 28px;
}
#ContentColumn .Stripe1 ul li {
	color : #222222;
}
#ContentColumn .Stripe2 ul li {
	color : #222222;
}
#ContentColumn .Stripe3 ul li {
	color : #222222;
}
#PageWrapper .Stripe1 .CalloutBox p {
	color : #202326;
}
#PageWrapper .Stripe2 .CalloutBox p {
	color : #202326;
}
#PageWrapper .Stripe1 .CalloutBox {
	width : 95%;
}
#PageWrapper .Stripe2 .CalloutBox {
	width : 95%;
}
#PageWrapper .Stripe3 .CalloutBox {
	width : 95%;
}
#PageWrapper .Stripe1 .ReminderBox {
	width : 50%;
}
#PageWrapper .Stripe1 .ReminderBox ul {
	color : #202326;
}
#PageWrapper .Stripe2 .ReminderBox ul {
	color : #202326;
}
#PageWrapper .Stripe1 .ReminderBox ol {
	color : #202326;
}
#PageWrapper .Stripe2 .ReminderBox ol {
	color : #202326;
}
#PageWrapper .Stripe1 .ReminderBox p {
	color : #202326;
}
#PageWrapper .Stripe2 .ReminderBox p {
	color : #202326;
}
#ContentColumn .Stripe1 a:not([data-pin-href]):link {
	color : #2b60de;
}
#ContentColumn .Stripe2 a:not([data-pin-href]):link {
	color : #2b60de;
}
#ContentColumn .Stripe3 a:not([data-pin-href]):link {
	color : #027dd4;
}
#ContentColumn .Stripe1 a:visited {
	color : #2b60de;
}
#ContentColumn .Stripe2 a:visited {
	color : #2b60de;
}
#ContentColumn .Stripe3 a:visited {
	color : #027dd4;
}
#PageWrapper #Footer a:link {
	color : #028be0;
}
#PageWrapper #Footer a:visited {
	color : #028be0;
}
#PageWrapper #Footer a:hover {
	color : #028be0;
}
#PageWrapper .ResponsiveNavButton {
	background-color : #7dfdfe;
	border-bottom-left-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-width : 1px;
	border-color : #555555;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-top-width : 1px;
	color : #000000;
	font-size : 16px;
}
#PageWrapper .ResponsiveNav a {
	font-size : 19px;
	text-transform : capitalize;
}
#PageWrapper .ResponsiveNav a:link {
	color : #0496c7;
}
#PageWrapper .ResponsiveNav a:visited {
	color : #0496c7;
}
#PageWrapper .ResponsiveNav a:hover {
	color : #fa8700;
}
#PageWrapper .ResponsiveNav span {
	font-family : Verdana, Geneva;
	font-size : 17px;
	font-variant : normal;
	font-weight : bold;
	line-height : 29px;
	text-transform : none;
}
#PageWrapper .Stripe2 .ReminderBox a:link {
	color : #2b60de;
}
#PageWrapper .Stripe2 .ReminderBox a:visited {
	color : #2b60de;
}
#PageWrapper .Stripe1 .WhatsNew {
	border-bottom-width : 2px;
	border-color : #0499d9;
	border-left-width : 2px;
	border-right-width : 2px;
	border-style : solid;
	border-top-width : 2px;
}
#PageWrapper .Stripe3 .WhatsNew {
	background-color : transparent;
}
#PageWrapper .Stripe1 .WhatsNew h2 {
	background-color : #d3f0d3;
	border-bottom-width : 0;
	border-color : rgb(4, 153, 217);
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	margin-bottom : 0px;
}
#PageWrapper .Stripe2 .WhatsNew h2 {
	color : #017501;
	margin-bottom : 0px;
}
#PageWrapper .Stripe3 .WhatsNew h2 {
	margin-bottom : 0px;
}
#PageWrapper .Stripe1 .WhatsNew .WhatsNew-content {
	color : #222222;
}
#PageWrapper .Stripe3 .WhatsNew .WhatsNew-content {
	color : #222222;
}
#PageWrapper .Stripe1 .WhatsNew h3 a:link {
	color : #2b60de;
}
#PageWrapper .Stripe1 .WhatsNew h3 a:visited {
	color : #2b60de;
}
#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:link {
	color : #2b60de;
}
#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:link {
	color : #2b60de;
}
#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:visited {
	color : #2b60de;
}
#PageWrapper #HeaderWrapper {
	background-image : url("/sd/image-files/Art-by-Carol-May-header-tablet.jpg");
	background-position : 0% 0%;
	background-repeat : no-repeat;
	background-size : auto;
}
#PageWrapper .Stripe1 .ImageBlock a:link span {
	color : #2b60de;
}
#PageWrapper .Stripe2 .ImageBlock a:link span {
	color : #2b60de;
}
#PageWrapper .Stripe3 .ImageBlock a:link span {
	color : #026ed4;
}
#PageWrapper .Stripe1 .ImageBlock a:visited span {
	color : #2b60de;
}
#PageWrapper .Stripe2 .ImageBlock a:visited span {
	color : #2b60de;
}
#PageWrapper .Stripe3 .ImageBlock a:visited span {
	color : #026ed4;
}
#PageWrapper #Header .WebsiteName {
	font-size : 30px;
	margin-bottom : 5px;
	margin-right : 0%;
	margin-top : 3%;
	text-align : center;
}
#PageWrapper #Header .Tagline {
	font-size : 21px;
	font-weight : normal;
	margin-bottom : 7%;
	margin-right : 0%;
	margin-top : 0%;
	padding-top : 0%;
	text-align : center;
}
#PageWrapper #Header .WebsiteName a {
	color : #000000;
	font-weight : normal;
}
#PageWrapper #Header .WebsiteName a:link {
	color : #000000;
	font-weight : normal;
}
#PageWrapper #Header .WebsiteName a:visited {
	color : #000000;
}
#PageWrapper .Stripe1 .Ezine2 a:visited {
	color : #2b60de;
}
#PageWrapper .Stripe1 {
	border-bottom-width : 0;
	border-color : rgb(186, 186, 186);
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #333333;
}
#PageWrapper .Stripe1 .StripeLiner {
	padding-bottom : 2%;
	padding-left : 7%;
	padding-right : 7%;
}
#PageWrapper .Stripe2 {
	color : #333333;
}
#PageWrapper .Stripe2 .StripeLiner {
	padding-bottom : 2%;
	padding-left : 7%;
	padding-right : 7%;
}
#PageWrapper .Stripe3 {
	background-color : #fafafa;
	color : #333333;
}
#PageWrapper .Stripe3 .StripeLiner {
	padding-bottom : 2%;
	padding-left : 3%;
	padding-right : 3%;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before {
	margin-left : 2px;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem {
	line-height : 26px;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a {
	color : #2b60de;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:link {
	color : #2b60de;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:hover {
	color : #2b60de;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:visited {
	color : #2b60de;
}
#PageWrapper .Stripe1 .FAQContainer .AccordionContainer .AccordionContent {
	color : #222222;
}
}@media (max-width:447px) {body {
	color : #333333;
	font-family : Verdana, Geneva;
}
body {
	color : #333333;
	font-family : Verdana, Geneva;
}
#PageWrapper #Footer .Liner {
	background-image : none;
}
#PageWrapper #Header .Liner {
	background-image : url("/sd/image-files/Art-by-Carol-May-mobile-100.jpg");
	background-position : 0% 0%;
	background-size : auto;
	min-height : 107px;
}
#PageWrapper #ContentColumn .Liner {
	margin-left : 0%;
	margin-right : 0%;
	padding-left : 0%;
	padding-right : 0%;
	padding-top : 0px;
}
#PageWrapper #ContentColumn  {
	color : #333333;
}
#PageWrapper {
	background-image : none;
}
#PageWrapper .Stripe1 h1 {
	color : #028cc7;
	font-size : 25px;
	margin-bottom : 1%;
	margin-top : 3%;
}
#PageWrapper .Stripe2 h1 {
	color : #028cc7;
	font-size : 25px;
	margin-bottom : 1%;
	margin-top : 3%;
}
#PageWrapper .Stripe3 h1 {
	color : #028cc7;
	font-size : 25px;
	margin-bottom : 1%;
	margin-top : 3%;
}
#PageWrapper h2 {
	font-size : 20px;
}
#PageWrapper .Stripe1 h2 {
	color : #028cc7;
	font-size : 23px;
	margin-bottom : 3%;
	margin-top : 8%;
}
#PageWrapper .Stripe2 h2 {
	color : #028cc7;
	font-size : 23px;
	margin-bottom : 3%;
	margin-top : 8%;
}
#PageWrapper .Stripe3 h2 {
	color : #028cc7;
	font-size : 23px;
	margin-bottom : 3%;
	margin-top : 8%;
}
#PageWrapper .Stripe1 h3 {
	font-size : 22px;
	margin-bottom : 3%;
	margin-top : 8%;
}
#PageWrapper .Stripe2 h3 {
	font-size : 21px;
	margin-bottom : 3%;
	margin-top : 8%;
}
#PageWrapper .Stripe3 h3 {
	font-size : 21px;
	margin-bottom : 3%;
	margin-top : 8%;
}
#PageWrapper .Stripe1 h4 {
	font-size : 20px;
	margin-bottom : 2%;
	margin-top : 7%;
}
#PageWrapper .Stripe2 h4 {
	font-size : 20px;
	margin-bottom : 2%;
	margin-top : 7%;
}
#PageWrapper .Stripe3 h4 {
	font-size : 20px;
	margin-bottom : 2%;
	margin-top : 7%;
}
#PageWrapper .Stripe1 .ImageBlock {
	margin-top : 20px;
}
#PageWrapper .Stripe2 .ImageBlock {
	margin-top : 20px;
}
#PageWrapper .Stripe3 .ImageBlock {
	margin-top : 20px;
}
#ContentColumn .Stripe1 ol li {
	color : #222222;
	line-height : 30px;
}
#ContentColumn .Stripe2 ol li {
	color : #222222;
	line-height : 31px;
}
#ContentColumn .Stripe3 ol li {
	line-height : 33px;
}
#ContentColumn .Stripe1 ul li {
	color : #222222;
	line-height : 33px;
}
#ContentColumn .Stripe2 ul li {
	color : #222222;
	line-height : 34px;
}
#ContentColumn .Stripe3 ul li {
	line-height : 37px;
}
#PageWrapper .Stripe1 .CalloutBox p {
	color : #111111;
	font-size : 18px;
}
#PageWrapper .Stripe2 .CalloutBox p {
	color : #222222;
	font-size : 18px;
}
#PageWrapper .Stripe3 .CalloutBox p {
	color : #202326;
	font-size : 18px;
}
#PageWrapper .Stripe1 .CalloutBox {
	border-bottom-width : 2px;
	border-color : #33d6d6;
	border-left-width : 2px;
	border-right-width : 2px;
	border-style : solid;
	border-top-width : 2px;
	padding-bottom : 3%;
	width : 100%;
}
#PageWrapper .Stripe2 .CalloutBox {
	background-color : #ebfaeb;
	border-bottom-width : 2px;
	border-color : #39ad39;
	border-left-width : 2px;
	border-right-width : 2px;
	border-style : solid;
	border-top-width : 2px;
	width : 100%;
}
#PageWrapper .Stripe3 .CalloutBox {
	border-bottom-width : 2px;
	border-color : #fa8700;
	border-left-width : 2px;
	border-right-width : 2px;
	border-style : solid;
	border-top-width : 2px;
	width : 100%;
}
#PageWrapper .Stripe1 .ReminderBox {
	margin-left : 1px;
	margin-right : 0px;
	margin-top : 2%;
	padding-left : 12px;
	padding-right : 12px;
	padding-top : 3%;
	width : 100%;
}
#PageWrapper .Stripe2 .ReminderBox {
	background-color : #ebfaeb;
	border-bottom-width : 0;
	border-color : #39ad39;
	border-left-width : 2px;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 2px;
	width : 100%;
}
#PageWrapper .Stripe3 .ReminderBox {
	background-color : #fcfcf0;
	border-bottom-width : 0;
	border-color : #fa8700;
	border-left-width : 3px;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 3px;
	width : 100%;
}
#PageWrapper .Stripe1 .ReminderBox h4 {
	color : #202326;
	font-size : 22px;
	margin-top : 12px;
	padding-top : 10px;
}
#PageWrapper .Stripe2 .ReminderBox h4 {
	border-bottom-width : 0;
	border-color : #000000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	font-size : 22px;
}
#PageWrapper .Stripe3 .ReminderBox h4 {
	font-size : 22px;
	font-weight : bold;
}
#PageWrapper .Stripe1 .ReminderBox ul {
	color : #111111;
	font-size : 18px;
}
#PageWrapper .Stripe2 .ReminderBox ul {
	color : #222222;
	font-size : 18px;
}
#PageWrapper .Stripe3 .ReminderBox ul {
	color : #222222;
	font-size : 18px;
}
#PageWrapper .Stripe1 .ReminderBox ol {
	color : #111111;
	font-size : 18px;
}
#PageWrapper .Stripe2 .ReminderBox ol {
	color : #222222;
	font-size : 18px;
}
#PageWrapper .Stripe3 .ReminderBox ol {
	color : #222222;
	font-size : 18px;
}
#PageWrapper .Stripe1 .ReminderBox p {
	color : #111111;
	font-size : 18px;
}
#PageWrapper .Stripe2 .ReminderBox p {
	color : #222222;
	font-size : 18px;
}
#PageWrapper .Stripe3 .ReminderBox p {
	color : #222222;
	font-size : 18px;
}
#ContentColumn a:not([data-pin-href]):link {
	color : #0292e0;
}
#ContentColumn .Stripe1 a:not([data-pin-href]):link {
	color : #2b60de;
}
#ContentColumn .Stripe2 a:not([data-pin-href]):link {
	color : #2b60de;
}
#ContentColumn .Stripe3 a:not([data-pin-href]):link {
	color : #2b60de;
}
#ContentColumn a:visited {
	color : #0292e0;
}
#ContentColumn .Stripe1 a:visited {
	color : #2b60de;
}
#ContentColumn .Stripe2 a:visited {
	color : #2b60de;
}
#ContentColumn .Stripe3 a:visited {
	color : #2b60de;
}
#ContentColumn .Stripe1 a:not([data-pin-href]):hover {
	color : #0000ff;
}
#ContentColumn .Stripe2 a:not([data-pin-href]):hover {
	color : #0000ff;
}
#ContentColumn .Stripe3 a:not([data-pin-href]):hover {
	color : #0000ff;
}
#PageWrapper #Footer a:link {
	color : #2b60de;
}
#PageWrapper #Footer a:visited {
	color : #2b60de;
}
#PageWrapper #Footer a:hover {
	color : #2b60de;
}
#PageWrapper .ResponsiveNavButton {
	background-color : #92e7f7;
	border-bottom-width : 1px;
	border-color : #555555;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-width : 1px;
	color : #000000;
	font-family : Arial, Helvetica;
	font-size : 15px;
	font-weight : bold;
}
#PageWrapper .ResponsiveNav a:link {
	color : #0496c7;
}
#PageWrapper .ResponsiveNav a:visited {
	color : #0496c7;
}
#PageWrapper .ResponsiveNav a:hover {
	color : #0000ff;
}
#PageWrapper .ResponsiveNav span {
	font-size : 19px;
	font-variant : small-caps;
	line-height : 34px;
	text-transform : capitalize;
}
#PageWrapper .Stripe2 .ReminderBox a:link {
	color : #2b60de;
}
#PageWrapper .Stripe3 .ReminderBox a:link {
	color : #2b60de;
}
#PageWrapper .Stripe2 .ReminderBox a:visited {
	color : #2b60de;
}
#PageWrapper .Stripe3 .ReminderBox a:visited {
	color : #2b60de;
}
#PageWrapper .Stripe2 .ReminderBox a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe3 .ReminderBox a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe1 .CalloutBox a:link {
	color : #2b60de;
}
#PageWrapper .Stripe2 .CalloutBox a:link {
	color : #2b60de;
}
#PageWrapper .Stripe3 .CalloutBox a:link {
	color : #2b60de;
}
#PageWrapper .Stripe1 .CalloutBox a:visited {
	color : #2b60de;
}
#PageWrapper .Stripe2 .CalloutBox a:visited {
	color : #2b60de;
}
#PageWrapper .Stripe3 .CalloutBox a:visited {
	color : #2b60de;
}
#PageWrapper .Stripe2 .CalloutBox a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe1 .WhatsNew {
	background-color : #ffffff;
	border-bottom-left-radius : 3px;
	border-bottom-right-radius : 3px;
	border-bottom-width : 1px;
	border-color : #0499d9;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 3px;
	border-top-right-radius : 3px;
	border-top-width : 1px;
}
#PageWrapper .Stripe2 .WhatsNew {
	background-color : #ffffff;
	border-bottom-width : 1px;
	border-color : #017501;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-width : 1px;
}
#PageWrapper .Stripe3 .WhatsNew {
	background-color : #ffffff;
	border-bottom-width : 1px;
	border-color : #fa8700;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-width : 1px;
}
#PageWrapper .Stripe1 .WhatsNew h2 {
	background-color : #e0ffff;
	border-bottom-width : 1px;
	border-color : #0499d9;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	font-size : 23px;
	margin-top : 0px;
}
#PageWrapper .Stripe2 .WhatsNew h2 {
	border-bottom-width : 1px;
	border-color : #017501;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #017501;
	font-size : 23px;
	margin-bottom : 0px;
}
#PageWrapper .Stripe3 .WhatsNew h2 {
	border-bottom-width : 1px;
	border-color : #fa8700;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	font-size : 23px;
}
#PageWrapper .Stripe1 .WhatsNew .WhatsNew-content {
	color : #222222;
	font-size : 16px;
}
#PageWrapper .Stripe2 .WhatsNew .WhatsNew-content {
	color : #222222;
	font-size : 16px;
}
#PageWrapper .Stripe3 .WhatsNew .WhatsNew-content {
	color : #222222;
	font-size : 16px;
}
#PageWrapper .Stripe1 .responsive-row div[class*="responsive_col-"] {
	padding-bottom : 5px;
}
#PageWrapper .Stripe2 .responsive-row div[class*="responsive_col-"] {
	padding-bottom : 5px;
	padding-left : 10px;
	padding-right : 10px;
}
#PageWrapper .Stripe3 .responsive-row div[class*="responsive_col-"] {
	padding-bottom : 5px;
	padding-left : 10px;
	padding-right : 10px;
}
#PageWrapper .Stripe1 .WhatsNew h3 a:link {
	color : #027ab0;
}
#PageWrapper .Stripe1 .WhatsNew h3 a:visited {
	color : #027ab0;
}
#PageWrapper .Stripe1 .WhatsNew h3 a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe1 .WhatsNew ol li {
	border-top-width : 4px;
	margin-top : -4px;
	padding-bottom : 4px;
}
#PageWrapper .Stripe1 .WhatsNew h3 {
	font-size : 21px;
}
#PageWrapper .Stripe3 .WhatsNew h3 {
	font-size : 21px;
}
#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more {
	font-size : 16px;
}
#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more {
	font-size : 16px;
}
#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more {
	font-size : 16px;
}
#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:link {
	color : #2b60de;
}
#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:link {
	color : #2b60de;
}
#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:visited {
	color : #2b60de;
}
#PageWrapper #HeaderWrapper {
	background-image : none;
	background-position : 0% 0%;
	background-size : auto;
}
#PageWrapper #FooterWrapper {
	background-image : none;
}
#PageWrapper .Stripe1 .ImageBlock a:link span {
	color : #2b60de;
}
#PageWrapper .Stripe2 .ImageBlock a:link span {
	color : #2b60de;
}
#PageWrapper .Stripe3 .ImageBlock a:link span {
	color : #026ed4;
}
#PageWrapper .Stripe1 .ImageBlock a:visited span {
	color : #2b60de;
}
#PageWrapper .Stripe2 .ImageBlock a:visited span {
	color : #2b60de;
}
#PageWrapper .Stripe3 .ImageBlock a:visited span {
	color : #026ed4;
}
#PageWrapper .Stripe1 .ImageBlock a:hover span {
	color : #0000ff;
}
#PageWrapper .Stripe2 .ImageBlock a:hover span {
	color : #0000ff;
}
#PageWrapper #Header .WebsiteName {
	font-size : 20px;
	margin-bottom : 7px;
	margin-left : 0%;
	margin-right : 0%;
	margin-top : 30px;
	padding-top : 0px;
	text-align : center;
	word-spacing : -3px;
}
#PageWrapper #Header .Tagline {
	font-size : 16px;
	font-weight : normal;
	margin-bottom : 5px;
	margin-left : 0%;
	margin-right : 0%;
	margin-top : 5px;
	padding-left : 0%;
	padding-top : 2px;
	word-spacing : -2px;
}
#PageWrapper #Header .WebsiteName a {
	color : #000000;
	font-weight : normal;
}
#PageWrapper #Header .WebsiteName a:link {
	color : #000000;
	font-weight : normal;
}
#PageWrapper #Header .WebsiteName a:visited {
	color : #000000;
}
#PageWrapper .Stripe2 .Ezine2 .EzineRow label {
	color : #000000;
}
#PageWrapper .Stripe1 .Ezine2 a:link {
	color : #2b60de;
}
#PageWrapper .Stripe2 .Ezine2 a:link {
	color : #2b60de;
}
#PageWrapper .Stripe3 .Ezine2 a:link {
	color : #2b60de;
}
#PageWrapper .Stripe1 .Ezine2 a:visited {
	color : #2b60de;
}
#PageWrapper .Stripe2 .Ezine2 a:visited {
	color : #2b60de;
}
#PageWrapper .Stripe3 .Ezine2 a:visited {
	color : #2b60de;
}
#PageWrapper .Stripe3 .Ezine2 a:hover {
	color : #0000ff;
}
#PageWrapper .Stripe1 {
	background-image : none;
	border-bottom-width : 0;
	border-color : rgb(186, 186, 186);
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #222222;
	font-size : 18px;
}
#PageWrapper .Stripe1 .StripeLiner {
	padding-bottom : 2%;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 0px;
}
#PageWrapper .Stripe2 {
	background-color : #ffffff;
	border-bottom-width : 1px;
	border-color : rgb(186, 186, 186);
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #222222;
	font-size : 18px;
}
#PageWrapper .Stripe2 .StripeLiner {
	padding-bottom : 2%;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 0%;
}
#PageWrapper .Stripe3 {
	background-color : #fafafa;
	color : #222222;
	font-size : 18px;
}
#PageWrapper .Stripe3 .StripeLiner {
	padding-bottom : 2%;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 0%;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem {
	font-size : 15px;
	line-height : 26px;
	padding-bottom : 1%;
	padding-left : 0px;
	padding-top : 1%;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a {
	color : #2b60de;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:link {
	color : #2b60de;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:visited {
	color : #2b60de;
}
body #PageWrapper .SocialShare.SocialShareMini {
	padding-bottom : 4%;
}
body #PageWrapper .SocialDestinations {
	font-size : 18px;
}
#PageWrapper .Stripe1 .FAQContainer .AccordionContainer summary {
	color : #000000;
	font-size : 20px;
}
#PageWrapper .Stripe2 .FAQContainer .AccordionContainer summary {
	font-size : 20px;
}
#PageWrapper .Stripe3 .FAQContainer .AccordionContainer summary {
	font-size : 20px;
}
#PageWrapper .Stripe2 .FAQContainer .AccordionContainer .AccordionContent {
	color : #222222;
}
#PageWrapper .Stripe1 .FAQContainer .AccordionContainer .AccordionContent a:link {
	color : #2b60de;
}
#PageWrapper .Stripe1 .FAQContainer .AccordionContainer .AccordionContent a:visited {
	color : #2b60de;
}
#PageWrapper .Stripe2 .FAQContainer .AccordionContainer .AccordionContent a:visited {
	color : #2b60de;
}
}.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{
}html.mobile .Navigation a{
}@media (max-width:768px) {.Navigation a{
}}@media (max-width:447px) {.Navigation a{
}}#PageWrapper div.Navigation a, html.mobile #PageWrapper div.Navigation a{
}html.mobile #PageWrapper div.Navigation a{
}@media (max-width:768px) {#PageWrapper div.Navigation a{
}}@media (max-width:447px) {#PageWrapper div.Navigation a{
}}.Navigation a,
#PageWrapper div.Navigation a {}
html.mobile .Navigation a,
html.mobile #PageWrapper div.Navigation a {}.Navigation a:link, html.mobile .Navigation a:link{
}html.mobile .Navigation a:link{
}@media (max-width:768px) {.Navigation a:link{
}}@media (max-width:447px) {.Navigation a:link{
}}#PageWrapper div.Navigation a:link, html.mobile #PageWrapper div.Navigation a:link{
}html.mobile #PageWrapper div.Navigation a:link{
}@media (max-width:768px) {#PageWrapper div.Navigation a:link{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:link{
}}.Navigation a:visited, html.mobile .Navigation a:visited{
}html.mobile .Navigation a:visited{
}@media (max-width:768px) {.Navigation a:visited{
}}@media (max-width:447px) {.Navigation a:visited{
}}#PageWrapper div.Navigation a:visited, html.mobile #PageWrapper div.Navigation a:visited{
}html.mobile #PageWrapper div.Navigation a:visited{
}@media (max-width:768px) {#PageWrapper div.Navigation a:visited{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:visited{
}}.Navigation a:hover, html.mobile .Navigation a:hover{
}html.mobile .Navigation a:hover{
}@media (max-width:768px) {.Navigation a:hover{
}}@media (max-width:447px) {.Navigation a:hover{
}}#PageWrapper div.Navigation a:hover, html.mobile #PageWrapper div.Navigation a:hover{
}html.mobile #PageWrapper div.Navigation a:hover{
}@media (max-width:768px) {#PageWrapper div.Navigation a:hover{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:hover{
}}
#PageWrapper .Ezine {
padding: 4px 0;
}
/* footer css *//* footer css */
/* Advanced CSS provided by user *//*#PageWrapper div.HorizontalNavBar{margin-top:0;bottom:auto;position:fixed}*/
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers {
    margin: 20px 0 0px
}

.blogItItem .blogItReadMore {
clear: both;
}

.blogItItem {
    margin: 40px 0;
    padding: 0px 25px 25px 25px;
    background: #fff;
    border: 2px solid #42BAE3;
    border-radius: 7px
}

.blogItItem h3 {
    margin-top: -4%
}

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

@media only screen and (max-width:768px) {
    .WhatsNew img {
        Float: center;
    }
}

#PageWrapper .RelatedPagesBlock ul.across .relatedPagesThumbnail {
    border: .3px solid #555;
    border-radius: 7px
}

#PageWrapper .RelatedPagesContainer h3 {
    font-size: 18px;
    line-height: 1.3
}

#PageWrapper .RelatedPagesBlock ul.across p {
    font-size: 16px;
    line-height: 1.5
}

#PageWrapper .RelatedPagesBlock ul.down .relatedPagesThumbnail a {
    display: block;
    width: 75px;
    height: 75px
}

#PageWrapper .RelatedPagesBlock ul.down h3 {
    padding-top: 0;
    margin-top: 0
}

#PageWrapper .RelatedPagesBlock ul.down p {
    font-size: 16px;
    line-height: 1.5
}

@media only screen and (max-width:447px) {
    #PageWrapper .RelatedPagesBlock ul.across {
        justify-content: center
    }
}

.RelatedPagesBlock ul li {
    list-style-type: none !important
}

#PageWrapper #HeaderWrapper {
    background-size: cover;
    background-position: center center;
}

#PageWrapper #Header {
    padding: 0;
    max-width: 100%;
    width: 100%;
    display: table;
}

#PageWrapper #Header .Liner {
    min-height: 50px;
    padding: 0px;
    width: 100%;
    display: table;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    #PageWrapper #Header .Liner {
        height: 100px;
        padding: 0px 20px;
    }
}

#PageWrapper #Header .WebsiteName, #PageWrapper #Header .Tagline {
    text-shadow: 0 0 5px #fff;
}

.ResponsiveNavWrapper {
    width: 100%;
}

#PageWrapper div.HorizontalNavBar {
    width: 100%;
    height: auto;
    position: top;
    float: none;
    margin: 0;
    padding: 0;
}

#PageWrapper div.HorizontalNavBar ul.root {
    padding: 7px 7px;
    width: 100%;
    box-sizing: border-box;
}

#PageWrapper div.HorizontalNavBar ul.root li {
    float: none;
    display: inline-block;
}

#PageWrapper div.HorizontalNavBar ul.root li li {
    display: block;
    background: none;
    transition: ease padding 200ms;
}

#PageWrapper div.HorizontalNavBar ul.root li li:hover {
    transition: ease padding 200ms;
    padding-left: 3px;
}

#PageWrapper div.HorizontalNavBar ul ul {
    top: 32px;
    line-height: 1.5;
    background: #AFEEFA;
    padding: 12px 15px 12px;
    border-radius: 8px;
    border: 1px solid #40BEDE;
}

#PageWrapper div.HorizontalNavBar ul ul ul {
    border-radius: 8px;
    padding: 12px 15px 12px;
    top: 0px;
    background: #AFEEFA;
    border: 1px solid #40BEDE;
}

#PageWrapper div.HorizontalNavBar ul .li1:last-child ul {
    left: auto;
    right: -15px;
}

.HorizontalNavBar a {
    border: 0;
}

#PageWrapper div.HorizontalNavBar ul span.navheader,
#PageWrapper div.HorizontalNavBar ul a {
    padding-top: 6px;
    padding-bottom: 6px;
}

#PageWrapper div.HorizontalNavBar ul a {
    padding-left: 12px;
    padding-right: 12px;
}

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

#PageWrapper div.HorizontalNavBar ul ul span.navheader, 
#PageWrapper div.HorizontalNavBar ul ul a {
    line-height: 1.3;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 400;
}

#PageWrapper div.HorizontalNavBar ul span.navheader ins,
#PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
    left: auto;
    content: " ";
    height: 4px;
    width: 4px;
    border: 1px solid #444;
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0px 0 5px 0px;
    top: 42%;
    right: 9px;
    opacity: 1;
}

#PageWrapper div.HorizontalNavBar ul span.navheader ins {
    border-width: 0 2px 2px 0;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
    border-width: 2px 2px 0 0;
    border-color: #333;
    top: 37%;
}

#PageWrapper div.HorizontalNavBar ul li:hover > span.navheader ins,
#PageWrapper div.HorizontalNavBar ul .hover > span.navheader ins {
    border-color: #246E24;
}

#PageWrapper div.HorizontalNavBar ul ul li:hover > span.navheader ins,
#PageWrapper div.HorizontalNavBar ul ul .hover > span.navheader ins {
    border-color: #246E24;
    opacity: 1;
}

/*@media only screen and (min-width: 769px) {#PageWrapper div.HorizontalNavBar ul.root {max-width:980px;padding:10px 18%;box-sizing:content-box;width:auto;display:block;}}*/
@media only screen and (max-width: 768px) {
    .ResponsiveNavReady .ResponsiveNavButton {
        margin: 0;
    }

    .ResponsiveNavReady #Header .ResponsiveNavButton {
        top: 20px;
        right: 20px;
        bottom: 25px;
    }

    #PageWrapper .ResponsiveNav span {
        font-size: 18px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        font-weight: bold;
    }

    #PageWrapper .ResponsiveNav a {
        display: inline-block;
        text-decoration: none;
        border: none !important;
    }

    #PageWrapper .ResponsiveNav {
        background: #fff;
        margin-top: 0;
        padding: 5px 10px;
    }

    #PageWrapper .ResponsiveNav a {
        color: #246E24;
        font-weight: normal;
        background: none;
        font-size: 16px;
        letter-spacing: 0.02em;
        width: 100%;
        margin: 4px 0;
        box-sizing: border-box;
        text-decoration: none;
        font-size: 20px;
        padding: 0;
        margin: 4px 0;
        font-weight: bold;
    }

    #PageWrapper .ResponsiveNav a:hover {
        color: #444;
    }
}

.StickyNav {
    display: none;
}

@media only screen and (min-width: 769px) {
    .StickyNav {
        display: block;
        position: fixed;
        top: -120px;
        transition: ease all 400ms;
        width: 100%;
        z-index: 999999;
    }

    .StickyNav.BecomeSticky {
        top: 0px;
    }
}

#ContentColumn .formbody {
    color: #333333;
}

table.formwrapper {
    margin: 0;
    padding: 1px 6px 1px 1px;
}

table.formwrapper h2 {
    padding-top: 0px;
}

table.formwrapper input[type="submit"] {
    float: left;
    margin: 0;
    padding: 13px 25px 12px;
    border-radius: 50px;
    border: 2px solid #017501;
    background: #E6FAE6;
    color: #017501;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.07em;
    cursor: pointer;
    -webkit-appearance: none;
}

table.formwrapper input[type="submit"] {
    border: 2px solid #027DD4;
    background: #E3FCFC;
    color: #0066CC;
}

table.formwrapper input[type="submit"]:hover {
    background: #027DD4;
    color: #fff;
}

/* Color for Reminders (list #s) */.ReminderBox {
    color: #333 !important
}
/* Color for Callouts (list #s) */.CalloutBox {
    color: #333 !important
}

/*-----Start of Add Space to Lists--------*/
#PageWrapper ul li {
    margin-bottom: 10px;
}

#PageWrapper ul li {
    margin-bottom: 10px;
}
/*-----End of Add Space to Lists----------*/

@media only screen and (min-width: 769px) {
    .Stripe1, .Stripe2, .Stripe3 {
        border: 1px solid #03B1FC;
        border-radius: 7px;
        margin-top: -25px;
    }
}

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