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

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

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

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

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

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

    .WhatsNew-subscribe {
        position: static;
    }

    .WhatsNew-icon {
        display: none;
    }

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

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

/* =RSSbox - base */

.RSSbox {
    margin: 1em 0 2em;
    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 {
    text-align: left;
}

.EzineCenter {
    text-align: center;
}

.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;
    background-image: url(/ssimgs/image-placeholder.png);
 }
 #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;
 }
 #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;
    background-image: url(/ssimgs/image-placeholder.png);
 }

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

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

/* =misc */

iframe {
    max-width: 100%;
}

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

hr {
    clear: both;
}

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

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

body {
    margin: 0;
    color: #999;
    background: #ebebeb url('../image-files/body.png') repeat-y center;
    font-size: 16px;
    line-height: 1.5;
    font-family: Lato, Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
}

a {
    color: #aed0ed;
    text-decoration: none;
}

a:visited {
    color: #aed0ed;
}

a:focus {
    outline: 1px dotted;
}

a:active,
a:hover {
    color: #3498db;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

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

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    color: #333;
    margin: 1em 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 130%;
}

h3 {
    font-size: 110%;
}

h4 {
    font-size: 100%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 100%;
}

p {
    margin: 0.5em 0 1em;
}

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

#PageWrapper {
    overflow: hidden;
}

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

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

.legacy #ColumnsWrapper {
    min-width: 768px;
}

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

#ExtraWrapper {
    display: none;
}

/* =Header */

#HeaderWrapper {
    background: #4d4d4d;
}

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

#Header .Liner {
    min-height: 47px;
    padding: 25px 2%;
    position: relative;
    z-index: 2;
}

#Header .WebsiteName {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    max-width: 30%;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1px;
}

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

#Header .WebsiteName a {
    color: #fff;
}

#Header .Tagline {
    font-size: 13px;
    margin: 0;
    max-width: 30%;
}

/* =ContentColumn */

#ContentColumn {
    width: 70%;
    float: right;
}

#ContentColumn .Liner {
    padding: 61% 7% 7%;
    background: #fff url(../image-files/header.jpg) no-repeat;
    background-size: 100%;
    border-left: 50px solid #ebebeb;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

/* =NavColumn */

#NavColumn {
    width: 30%;
    float: left;
    font-size: 13px;
    color: #a9a9a9;
}

#NavColumn .Liner {
    padding: 10% 15%;
    background: #3498db;
}

#NavColumn h1,
#NavColumn h2,
#NavColumn h3,
#NavColumn h4,
#NavColumn h5,
#NavColumn h6 {
    color: #fff;
}

#NavColumn {
    color: #aed0ed;
}

/* =Footer */

#FooterWrapper {
    clear: both;
    background-color: #4d4d4d;
}

#Footer {
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
}

#Footer .Liner {
    padding: 5%;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

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

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

/* =CalloutBox - custom */

.CalloutBox {
    background: #ebebeb;
    color: #fff;
}

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

/* =ReminderBox - custom */

.ReminderBox {
    background: #F2F2F2;
    color: #999;
}

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

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

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

/* =Navigation - custom */

.Navigation {
    margin: 2em 0;
    padding: 1px 0;
}

#PageWrapper div.Navigation a,
.Navigation a,
#PageWrapper div.Navigation a:visited,
.Navigation a:visited {
    font-size: 100%;
    background: none;
    color: #aed0ed;
    padding: 2% 0;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

#PageWrapper div.Navigation a:hover,
.Navigation a:hover {
    background: transparent;
    color: #1c5275;
    text-decoration: underline;
}

.Navigation h3 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 120%;
}

/* =HorizontalNavBar - custom */

#Header .HorizontalNavBar {
    width: 70%;
        position: absolute;
        top: 25px;
        right: 0;
}

#PageWrapper div.HorizontalNavBar ul.root {
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 0 0 0;
}

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

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

#PageWrapper div.HorizontalNavBar span.navheader,
#PageWrapper div.HorizontalNavBar a {
    padding-left: 25px;
    padding-right: 25px;
    margin: 0;
    color: #909090;
    line-height: 30px;
    background: #4d4d4d;
}

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

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

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

#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: #333;
    padding-left: 8px;
    padding-right: 8px;
}

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

#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: #000;
        width: 100%;
        position: absolute;
        left: -100%;
        top: 0;
        z-index: 2;
        min-height: 100%;
        box-sizing: border-box;
    }

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

    .ResponsiveNavActive .ResponsiveNav {
        left: 0;
    }

    .ResponsiveNavActivated #PageWrapper {
        overflow: hidden;
    }

    .ResponsiveNavReady .ResponsiveNav ul {
        margin-bottom: 10px;
        padding-left: 30px;
        list-style: none;
    }

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

    .ResponsiveNavReady .ResponsiveNav .navheader {
        font-size: 16px;
        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;
    }

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

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

    .ResponsiveNavReady .ResponsiveNavButton:hover {
        color: #fff;
        background-color: #1c5275;
    }

    .ResponsiveNavActive .ResponsiveNavButton {
        position: fixed !important;
        font-size: 18px;
        width: 45px;
        padding: 0;
        z-index: 3;
        color: #fff;
        background-color: #1c5275;
    }
}

/* =FBI - custom */

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

input[type=text] {
    background-color: #f2f2f2;
}

/* =WhatsNew - custom */

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

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

#PageWrapper .WhatsNew a,
#PageWrapper .WhatsNew a:visited {
    color: #fff;
}

#PageWrapper .WhatsNew a:hover,
#PageWrapper .WhatsNew a:active {
    color: #1c5275;
}

.WhatsNew {
    border: none;
}

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

#PageWrapper .WhatsNew h2 {
    color: #fff;
    font-size: 120%;
    background: transparent;
    text-align: left;
    padding-left: 0;
}

#PageWrapper .WhatsNew ol {
    margin: 0;
}

#PageWrapper .WhatsNew h3 {
    font-size: 100%;
}

.WhatsNew-time {
    color: #aed0ed;
}

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

.questionMark {
    font-size: 120%;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

/* =Ezine - custom */

.Ezine {
    padding: 6%;
    background: #f2f2f2;
}

#NavColumn .Ezine {
    color: #fff;
    background: #3498db;
    border: 1px solid #aed0ed;
}

.EzineInput input {
    width: 67%;
    padding: 10px;
    border: 1px solid #d9d9d9;
}

#NavColumn .EzineInput input {
    padding: 5px;
    border: 1px solid #aed0ed;
    background: #3498db;
}

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

#NavColumn td.EzineLabel {
    color: #fff;
}

td.EzineLabelAbove {
    text-align: center;
}

.EzineDescription {
    text-align: center;
}

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

/* =Ezine2 - custom */

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

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

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

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

.EzineButton:hover {
    background-color: #1c5275;
}

#NavColumn .Ezine2 {
    color: #fff;
    background: #3498db;
    border: 1px solid #aed0ed;
}

#NavColumn .Ezine2 input[type=text],
#NavColumn .Ezine2 input[type=email] {
    padding: 5px;
    border: 1px solid #aed0ed;
    background: #3498db;
    color: #fff;
}

#NavColumn .Ezine2 label {
    color: #fff;
}

#NavColumn .EzineButton {
    background-color: #1c5275;
}

#NavColumn .EzineButton:hover {
    background-color: #aed0ed;
}

#NavColumn .Ezine2 input::-webkit-input-placeholder {
    color: #ccc;
}

#NavColumn .Ezine2 input::-moz-placeholder {
    color: #ccc;
}

#NavColumn .Ezine2 input:-ms-input-placeholder {
    color: #ccc;
}

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

.mobileOnly {
    display: none !important;
}

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

    .mobileOnly {
        display: block !important;
    }
}

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

    .modern #NavColumn .Liner {
        padding: 5%;
    }

    .modern #ContentColumn .Liner {
        border-left: none;
        padding-top: 66%;
    }

    .modern #Header,
    .modern #Footer {
        width: 100%;
    }

    .modern #Header .WebsiteName {
        max-width: 100%;
    }

    .modern #Header .Tagline {
        max-width: 100%;
    }

    .modern #Footer .Liner {
        padding: 5%;
    }
}

/* =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 {
    padding: 8px;
    color: black;
    content: ">";
}

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

/* BEGIN =Breadcrumbs Align */
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockRight .BreadcrumbTiers {
    text-align:right;
}
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockLeft .BreadcrumbTiers {
    text-align:left;
}
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockCenter .BreadcrumbTiers {
    text-align:center;
}
/* END =Breadcrumbs Align */      /* BEGIN =Breadcrumbs Align */
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockRight .BreadcrumbTiers {
    text-align:right;
}
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockLeft .BreadcrumbTiers {
    text-align:left;
}
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockCenter .BreadcrumbTiers {
    text-align:center;
}
/* END =Breadcrumbs Align */      /* BEGIN =socialize it! 3 */
.SocialDestinations span {
    display: none;
}
.SocialShare .socialIcon:hover {
    text-decoration: none;
}
.SocialShare .socialIcon {
    line-height: 2em;
    white-space: nowrap;
}
#PageWrapper .SocialShare .socialIcon.twitter {
    color: #28a9e0;
}
#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 */
/* END =socialize it! 3 */  /* BEGIN =socialize it! sticky/hidden - see #40701, #40916 and #41702 */
.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);
}
/* END =socialize it! sticky/hidden - see #40701, #40916 and #41702 */  /* BEGIN =socialize it! 3 (part 2) */
.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;
}
/* END =socialize it! 3 (part 2) */      
/* BEGIN =socialize it! mobile fix */
.SocialShare .socialIcon {
    display: inline-block;
}
/* END =socialize it! mobile fix */      /* BEGIN Related Pages - hide default image*/
#PageWrapper .RelatedPagesBlock ul.across .relatedPagesThumbnail a,
#PageWrapper .RelatedPagesBlock ul.down .relatedPagesThumbnail a { background-image: none; }
/* END Related Pages - hide default image*/      /* BEGIN =WhatsNew block fix of width and height */
.WhatsNew-icon {
    width: 24px;
    height: 22px;
}
#PageWrapper .WhatsNew-subscribe ul img {
    width: 91px;
    height: 21px;
}
/* END =WhatsNew block fix of width and height */      /* BEGIN = FAQ and Accordion Block */
.FAQContainer {
    padding: 20px 0;
}
.FAQContainer .AccordionContainer summary {
    font-size: 22px;
    margin-top: 0;
    padding: 10px 0;
}
.FAQContainer .AccordionContainer summary p {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.FAQContainer.disabled .AccordionContainer summary::marker {
    content: '';
    display: block;
}
.FAQContainer.disabled .AccordionContainer summary {
    pointer-events: none;
}
/* END = FAQ and Accordion Block */      /* BEGIN = submission block fix - #42174 */
@media (max-width: 768px) {
    .imagePreview img {
        height: auto;
    }
}
/* END = submission block fix - #42174 */      /* BEGIN = FAQ and Accordion Block fix - #42404 */
.FAQContainer .AccordionContainer summary {
    list-style: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader {
    cursor: pointer;
}
.FAQContainer .AccordionContainer summary::-webkit-details-marker {
    display: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader:before {
    content: "►";
    float: left;
    margin-right: 5px;
    font-size: 0.7em;
    line-height: 2em;
}
.FAQContainer .AccordionContainer[open] .AccordionHeader:before {
    content: "▼";
}
.FAQContainer.disabled .AccordionContainer summary .AccordionHeader:before {
    display: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader p {
    display: block;
    margin: 0;
    padding: 0;
}
/* END = FAQ and Accordion Block fix - #42404 *//* BEGIN = Replace twitter with X icon - #43214 */
#PageWrapper .SocialShare .socialIcon.twitter {
    color: #000000;
}
/* END = Replace twitter with X icon - #43214 *//* 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 */

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

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

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

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

/* font Lato bold-italic definition */
@font-face {
    font-family: Lato;
    font-display: fallback;
    src: url('/css_webfonts/lato-bold-italic-webfont.eot');
    src: url('/css_webfonts/lato-bold-italic-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/lato-bold-italic-webfont.woff') format('woff'),
         url('/css_webfonts/lato-bold-italic-webfont.ttf') format('truetype'),
         url('/css_webfonts/lato-bold-italic-webfont.svg#latobold_italic') format('svg');
    font-weight: bold;
        font-style: italic;
} 
body, html.mobile body{background-color:#ffffff;background-image:none;font-family:Lato, Arial, Helvetica, sans-serif;font-size:16px;color:#444444;
}html.mobile body{
}@media (max-width:768px) {body{
}}@media (max-width:447px) {body{
}}#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p{font-size:13px;color:#cccccc;letter-spacing:1px;text-transform:uppercase;
}html.mobile #PageWrapper #Footer .Liner p{
}@media (max-width:768px) {#PageWrapper #Footer .Liner p{
}}@media (max-width:447px) {#PageWrapper #Footer .Liner p{
}}#PageWrapper #Footer .Liner, html.mobile #PageWrapper #Footer .Liner{
}html.mobile #PageWrapper #Footer .Liner{
}@media (max-width:768px) {#PageWrapper #Footer .Liner{
}}@media (max-width:447px) {#PageWrapper #Footer .Liner{
}}#PageWrapper #HeaderWrapper, html.mobile #PageWrapper #HeaderWrapper{
}html.mobile #PageWrapper #HeaderWrapper{
}@media (max-width:768px) {#PageWrapper #HeaderWrapper{
}}@media (max-width:447px) {#PageWrapper #HeaderWrapper{
}}#PageWrapper #Header .Liner, html.mobile #PageWrapper #Header .Liner{background-image:none;
}html.mobile #PageWrapper #Header .Liner{
}@media (max-width:768px) {#PageWrapper #Header .Liner{
}}@media (max-width:447px) {#PageWrapper #Header .Liner{
}}#PageWrapper #ExtraColumn .Liner, html.mobile #PageWrapper #ExtraColumn .Liner{
}html.mobile #PageWrapper #ExtraColumn .Liner{
}@media (max-width:768px) {#PageWrapper #ExtraColumn .Liner{
}}@media (max-width:447px) {#PageWrapper #ExtraColumn .Liner{
}}#PageWrapper #ExtraColumn .Liner, html.mobile #PageWrapper #ExtraColumn .Liner{
}html.mobile #PageWrapper #ExtraColumn .Liner{
}@media (max-width:768px) {#PageWrapper #ExtraColumn .Liner{
}}@media (max-width:447px) {#PageWrapper #ExtraColumn .Liner{
}}#PageWrapper #NavColumn .Liner, html.mobile #PageWrapper #NavColumn .Liner{font-size:15px;color:#444444;background-color:transparent;
}html.mobile #PageWrapper #NavColumn .Liner{
}@media (max-width:768px) {#PageWrapper #NavColumn .Liner{
}}@media (max-width:447px) {#PageWrapper #NavColumn .Liner{
}}#PageWrapper #ContentColumn .Liner, html.mobile #PageWrapper #ContentColumn .Liner{
}html.mobile #PageWrapper #ContentColumn .Liner{
}@media (max-width:768px) {#PageWrapper #ContentColumn .Liner{
}}@media (max-width:447px) {#PageWrapper #ContentColumn .Liner{
}}#PageWrapper #ContentColumn .Liner, html.mobile #PageWrapper #ContentColumn .Liner{
}html.mobile #PageWrapper #ContentColumn .Liner{
}@media (max-width:768px) {#PageWrapper #ContentColumn .Liner{
}}@media (max-width:447px) {#PageWrapper #ContentColumn .Liner{
}}#PageWrapper #ContentColumn , html.mobile #PageWrapper #ContentColumn {
}html.mobile #PageWrapper #ContentColumn {
}@media (max-width:768px) {#PageWrapper #ContentColumn {
}}@media (max-width:447px) {#PageWrapper #ContentColumn {
}}#PageWrapper #ContentColumn p, html.mobile #PageWrapper #ContentColumn p{
}html.mobile #PageWrapper #ContentColumn p{
}@media (max-width:768px) {#PageWrapper #ContentColumn p{
}}@media (max-width:447px) {#PageWrapper #ContentColumn p{
}}body #PageWrapper, html.mobile body #PageWrapper{
}html.mobile body #PageWrapper{
}@media (max-width:768px) {body #PageWrapper{
}}@media (max-width:447px) {body #PageWrapper{
}}#PageWrapper, html.mobile #PageWrapper{background-image:none;
}html.mobile #PageWrapper{
}@media (max-width:768px) {#PageWrapper{
}}@media (max-width:447px) {#PageWrapper{
}}#PageWrapper h1, html.mobile #PageWrapper h1{font-size:36px;text-transform:none;
}html.mobile #PageWrapper h1{
}@media (max-width:768px) {#PageWrapper h1{
}}@media (max-width:447px) {#PageWrapper h1{
}}#PageWrapper .Stripe1 h1, html.mobile #PageWrapper .Stripe1 h1{
}html.mobile #PageWrapper .Stripe1 h1{
}@media (max-width:768px) {#PageWrapper .Stripe1 h1{
}}@media (max-width:447px) {#PageWrapper .Stripe1 h1{
}}#PageWrapper .Stripe2 h1, html.mobile #PageWrapper .Stripe2 h1{
}html.mobile #PageWrapper .Stripe2 h1{
}@media (max-width:768px) {#PageWrapper .Stripe2 h1{
}}@media (max-width:447px) {#PageWrapper .Stripe2 h1{
}}#PageWrapper .Stripe3 h1, html.mobile #PageWrapper .Stripe3 h1{
}html.mobile #PageWrapper .Stripe3 h1{
}@media (max-width:768px) {#PageWrapper .Stripe3 h1{
}}@media (max-width:447px) {#PageWrapper .Stripe3 h1{
}}#PageWrapper h2, html.mobile #PageWrapper h2{font-size:28px;text-transform:none;
}html.mobile #PageWrapper h2{
}@media (max-width:768px) {#PageWrapper h2{
}}@media (max-width:447px) {#PageWrapper h2{
}}#PageWrapper .Stripe1 h2, html.mobile #PageWrapper .Stripe1 h2{
}html.mobile #PageWrapper .Stripe1 h2{
}@media (max-width:768px) {#PageWrapper .Stripe1 h2{
}}@media (max-width:447px) {#PageWrapper .Stripe1 h2{
}}#PageWrapper .Stripe2 h2, html.mobile #PageWrapper .Stripe2 h2{
}html.mobile #PageWrapper .Stripe2 h2{
}@media (max-width:768px) {#PageWrapper .Stripe2 h2{
}}@media (max-width:447px) {#PageWrapper .Stripe2 h2{
}}#PageWrapper .Stripe3 h2, html.mobile #PageWrapper .Stripe3 h2{
}html.mobile #PageWrapper .Stripe3 h2{
}@media (max-width:768px) {#PageWrapper .Stripe3 h2{
}}@media (max-width:447px) {#PageWrapper .Stripe3 h2{
}}#PageWrapper h3, html.mobile #PageWrapper h3{font-size:23px;color:#333333;text-transform:none;
}html.mobile #PageWrapper h3{
}@media (max-width:768px) {#PageWrapper h3{
}}@media (max-width:447px) {#PageWrapper h3{
}}#PageWrapper .Stripe1 h3, html.mobile #PageWrapper .Stripe1 h3{
}html.mobile #PageWrapper .Stripe1 h3{
}@media (max-width:768px) {#PageWrapper .Stripe1 h3{
}}@media (max-width:447px) {#PageWrapper .Stripe1 h3{
}}#PageWrapper .Stripe2 h3, html.mobile #PageWrapper .Stripe2 h3{
}html.mobile #PageWrapper .Stripe2 h3{
}@media (max-width:768px) {#PageWrapper .Stripe2 h3{
}}@media (max-width:447px) {#PageWrapper .Stripe2 h3{
}}#PageWrapper .Stripe3 h3, html.mobile #PageWrapper .Stripe3 h3{
}html.mobile #PageWrapper .Stripe3 h3{
}@media (max-width:768px) {#PageWrapper .Stripe3 h3{
}}@media (max-width:447px) {#PageWrapper .Stripe3 h3{
}}#PageWrapper h4, html.mobile #PageWrapper h4{color:#333333;
}html.mobile #PageWrapper h4{
}@media (max-width:768px) {#PageWrapper h4{
}}@media (max-width:447px) {#PageWrapper h4{
}}#PageWrapper .Stripe1 h4, html.mobile #PageWrapper .Stripe1 h4{
}html.mobile #PageWrapper .Stripe1 h4{
}@media (max-width:768px) {#PageWrapper .Stripe1 h4{
}}@media (max-width:447px) {#PageWrapper .Stripe1 h4{
}}#PageWrapper .Stripe2 h4, html.mobile #PageWrapper .Stripe2 h4{
}html.mobile #PageWrapper .Stripe2 h4{
}@media (max-width:768px) {#PageWrapper .Stripe2 h4{
}}@media (max-width:447px) {#PageWrapper .Stripe2 h4{
}}#PageWrapper .Stripe3 h4, html.mobile #PageWrapper .Stripe3 h4{
}html.mobile #PageWrapper .Stripe3 h4{
}@media (max-width:768px) {#PageWrapper .Stripe3 h4{
}}@media (max-width:447px) {#PageWrapper .Stripe3 h4{
}}.Navigation h3, html.mobile .Navigation h3{font-size:18px;color:#044a83;
}html.mobile .Navigation h3{
}@media (max-width:768px) {.Navigation h3{
}}@media (max-width:447px) {.Navigation h3{
}}#PageWrapper .Navigation h3, html.mobile #PageWrapper .Navigation h3{font-size:18px;color:#044a83;
}html.mobile #PageWrapper .Navigation h3{
}@media (max-width:768px) {#PageWrapper .Navigation h3{
}}@media (max-width:447px) {#PageWrapper .Navigation h3{
}}body #PageWrapper div.Navigation h3, html.mobile body #PageWrapper div.Navigation h3{font-size:18px;color:#044a83;
}html.mobile body #PageWrapper div.Navigation h3{
}@media (max-width:768px) {body #PageWrapper div.Navigation h3{
}}@media (max-width:447px) {body #PageWrapper div.Navigation h3{
}}.Navigation a, html.mobile .Navigation a{text-transform:none;text-decoration:underline;padding-left:10px;
}html.mobile .Navigation a{
}@media (max-width:768px) {.Navigation a{
}}@media (max-width:447px) {.Navigation a{
}}#PageWrapper div.Navigation a, html.mobile #PageWrapper div.Navigation a{text-transform:none;text-decoration:underline;padding-left:10px;
}html.mobile #PageWrapper div.Navigation a{
}@media (max-width:768px) {#PageWrapper div.Navigation a{
}}@media (max-width:447px) {#PageWrapper div.Navigation a{
}}.Navigation a,
#PageWrapper div.Navigation a {}
html.mobile .Navigation a,
html.mobile #PageWrapper div.Navigation a {}.Navigation a:link, html.mobile .Navigation a:link{color:#0071b4;
}html.mobile .Navigation a:link{
}@media (max-width:768px) {.Navigation a:link{
}}@media (max-width:447px) {.Navigation a:link{
}}#PageWrapper div.Navigation a:link, html.mobile #PageWrapper div.Navigation a:link{color:#0071b4;
}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{color:#0071b4;
}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{color:#0071b4;
}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{color:#0085d0;
}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{color:#0085d0;
}html.mobile #PageWrapper div.Navigation a:hover{
}@media (max-width:768px) {#PageWrapper div.Navigation a:hover{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:hover{
}}#PageWrapper .TOC, html.mobile #PageWrapper .TOC{
}html.mobile #PageWrapper .TOC{
}@media (max-width:768px) {#PageWrapper .TOC{
}}@media (max-width:447px) {#PageWrapper .TOC{
}}#PageWrapper .Stripe1 .TOC, html.mobile #PageWrapper .Stripe1 .TOC{
}html.mobile #PageWrapper .Stripe1 .TOC{
}@media (max-width:768px) {#PageWrapper .Stripe1 .TOC{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .TOC{
}}#PageWrapper .Stripe2 .TOC, html.mobile #PageWrapper .Stripe2 .TOC{
}html.mobile #PageWrapper .Stripe2 .TOC{
}@media (max-width:768px) {#PageWrapper .Stripe2 .TOC{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .TOC{
}}#PageWrapper .Stripe3 .TOC, html.mobile #PageWrapper .Stripe3 .TOC{
}html.mobile #PageWrapper .Stripe3 .TOC{
}@media (max-width:768px) {#PageWrapper .Stripe3 .TOC{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .TOC{
}}#PageWrapper .Ezine, html.mobile #PageWrapper .Ezine{
}html.mobile #PageWrapper .Ezine{
}@media (max-width:768px) {#PageWrapper .Ezine{
}}@media (max-width:447px) {#PageWrapper .Ezine{
}}#PageWrapper .Stripe1 .Ezine2, html.mobile #PageWrapper .Stripe1 .Ezine2{
}html.mobile #PageWrapper .Stripe1 .Ezine2{
}@media (max-width:768px) {#PageWrapper .Stripe1 .Ezine2{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .Ezine2{
}}#PageWrapper .Stripe2 .Ezine2, html.mobile #PageWrapper .Stripe2 .Ezine2{
}html.mobile #PageWrapper .Stripe2 .Ezine2{
}@media (max-width:768px) {#PageWrapper .Stripe2 .Ezine2{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .Ezine2{
}}#PageWrapper .Stripe3 .Ezine2, html.mobile #PageWrapper .Stripe3 .Ezine2{
}html.mobile #PageWrapper .Stripe3 .Ezine2{
}@media (max-width:768px) {#PageWrapper .Stripe3 .Ezine2{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .Ezine2{
}}

#PageWrapper .Ezine {
    padding: 4px 0;
}
#PageWrapper #Header .HorizontalNavBar, html.mobile #PageWrapper #Header .HorizontalNavBar{
}html.mobile #PageWrapper #Header .HorizontalNavBar{
}@media (max-width:768px) {#PageWrapper #Header .HorizontalNavBar{
}}@media (max-width:447px) {#PageWrapper #Header .HorizontalNavBar{
}}#PageWrapper div.HorizontalNavBar .li1, html.mobile #PageWrapper div.HorizontalNavBar .li1{
}html.mobile #PageWrapper div.HorizontalNavBar .li1{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar .li1{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar .li1{
}}#PageWrapper div.HorizontalNavBar ul a, html.mobile #PageWrapper div.HorizontalNavBar ul a{font-size:18px;padding-top:14px;
}html.mobile #PageWrapper div.HorizontalNavBar ul a{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul a{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul a{
}}#PageWrapper div.HorizontalNavBar ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul a:link{background-color:transparent;color:#ffffff;
}html.mobile #PageWrapper div.HorizontalNavBar ul a:link{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul a:link{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul a:link{
}}#PageWrapper div.HorizontalNavBar ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul a:visited{color:#ffffff;
}html.mobile #PageWrapper div.HorizontalNavBar ul a:visited{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul a:visited{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul a:visited{
}}#PageWrapper div.HorizontalNavBar ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul a:hover{background-color:transparent;color:#9bd9fc;
}html.mobile #PageWrapper div.HorizontalNavBar ul a:hover{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul a:hover{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul a:hover{
}}#PageWrapper div.HorizontalNavBar ul span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader{background-color:transparent;font-size:18px;color:#ffffff;padding-top:14px;
}html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul span.navheader{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul span.navheader{
}}#PageWrapper div.HorizontalNavBar ul span.navheader:hover, #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:transparent;color:#9bd9fc;
}html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover, #PageWrapper div.HorizontalNavBar li:hover > span.navheader, #PageWrapper div.HorizontalNavBar .hover > span.navheader{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul span.navheader:hover, #PageWrapper div.HorizontalNavBar li:hover > span.navheader, #PageWrapper div.HorizontalNavBar .hover > span.navheader{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul span.navheader:hover, #PageWrapper div.HorizontalNavBar li:hover > span.navheader, #PageWrapper div.HorizontalNavBar .hover > span.navheader{
}}#PageWrapper div.HorizontalNavBar ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader ins{border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;
}html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader ins{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul span.navheader ins{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul span.navheader ins{
}}#PageWrapper div.HorizontalNavBar ul span.navheader:hover ins, #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-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;
}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{
}@media (max-width:768px) {#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{
}}@media (max-width:447px) {#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{
}}#PageWrapper div.HorizontalNavBar, html.mobile #PageWrapper div.HorizontalNavBar{
}html.mobile #PageWrapper div.HorizontalNavBar{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar{
}}#PageWrapper div.HorizontalNavBar ul.root, html.mobile #PageWrapper div.HorizontalNavBar ul.root{
}html.mobile #PageWrapper div.HorizontalNavBar ul.root{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul.root{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul.root{
}}#PageWrapper div.HorizontalNavBar .li1 .li2, html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2{
}html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar .li1 .li2{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar .li1 .li2{
}}#PageWrapper div.HorizontalNavBar .li1 .li2 .li3, html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2 .li3{
}html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2 .li3{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar .li1 .li2 .li3{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar .li1 .li2 .li3{
}}#PageWrapper div.HorizontalNavBar ul ul, html.mobile #PageWrapper div.HorizontalNavBar ul ul{top:57px;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul{
}}#PageWrapper div.HorizontalNavBar ul ul a, html.mobile #PageWrapper div.HorizontalNavBar ul ul a{font-size:16px;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul a{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul a{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul a{
}}#PageWrapper div.HorizontalNavBar ul ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:link{background-color:transparent;color:#333333;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul a:link{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul a:link{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul a:link{
}}#PageWrapper div.HorizontalNavBar ul ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:visited{color:#333333;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul a:visited{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul a:visited{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul a:visited{
}}#PageWrapper div.HorizontalNavBar ul ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:hover{background-color:transparent;color:#0085d0;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul a:hover{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul a:hover{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul a:hover{
}}#PageWrapper div.HorizontalNavBar ul ul span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader{background-color:transparent;font-size:16px;color:#333333;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader{
}}#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, #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:transparent;color:#0085d0;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, #PageWrapper div.HorizontalNavBar ul ul li:hover > span.navheader{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, #PageWrapper div.HorizontalNavBar ul ul li:hover > span.navheader{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, #PageWrapper div.HorizontalNavBar ul ul li:hover > span.navheader{
}}#PageWrapper div.HorizontalNavBar ul ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader ins{border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:#333333;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader ins{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader ins{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader ins{
}}#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins{border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins{
}}#PageWrapper .RSSbox, html.mobile #PageWrapper .RSSbox{
}html.mobile #PageWrapper .RSSbox{
}@media (max-width:768px) {#PageWrapper .RSSbox{
}}@media (max-width:447px) {#PageWrapper .RSSbox{
}}#PageWrapper .Stripe1 .RSSbox, html.mobile #PageWrapper .Stripe1 .RSSbox{
}html.mobile #PageWrapper .Stripe1 .RSSbox{
}@media (max-width:768px) {#PageWrapper .Stripe1 .RSSbox{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .RSSbox{
}}#PageWrapper .Stripe2 .RSSbox, html.mobile #PageWrapper .Stripe2 .RSSbox{
}html.mobile #PageWrapper .Stripe2 .RSSbox{
}@media (max-width:768px) {#PageWrapper .Stripe2 .RSSbox{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .RSSbox{
}}#PageWrapper .Stripe3 .RSSbox, html.mobile #PageWrapper .Stripe3 .RSSbox{
}html.mobile #PageWrapper .Stripe3 .RSSbox{
}@media (max-width:768px) {#PageWrapper .Stripe3 .RSSbox{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .RSSbox{
}}#PageWrapper .RSSbox .questionMark, html.mobile #PageWrapper .RSSbox .questionMark{
}html.mobile #PageWrapper .RSSbox .questionMark{
}@media (max-width:768px) {#PageWrapper .RSSbox .questionMark{
}}@media (max-width:447px) {#PageWrapper .RSSbox .questionMark{
}}#PageWrapper .Stripe1 .RSSbox .questionMark, html.mobile #PageWrapper .Stripe1 .RSSbox .questionMark{
}html.mobile #PageWrapper .Stripe1 .RSSbox .questionMark{
}@media (max-width:768px) {#PageWrapper .Stripe1 .RSSbox .questionMark{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .RSSbox .questionMark{
}}#PageWrapper .Stripe2 .RSSbox .questionMark, html.mobile #PageWrapper .Stripe2 .RSSbox .questionMark{
}html.mobile #PageWrapper .Stripe2 .RSSbox .questionMark{
}@media (max-width:768px) {#PageWrapper .Stripe2 .RSSbox .questionMark{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .RSSbox .questionMark{
}}#PageWrapper .Stripe3 .RSSbox .questionMark, html.mobile #PageWrapper .Stripe3 .RSSbox .questionMark{
}html.mobile #PageWrapper .Stripe3 .RSSbox .questionMark{
}@media (max-width:768px) {#PageWrapper .Stripe3 .RSSbox .questionMark{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .RSSbox .questionMark{
}}#PageWrapper .ImageBlock img, html.mobile #PageWrapper .ImageBlock img{
}html.mobile #PageWrapper .ImageBlock img{
}@media (max-width:768px) {#PageWrapper .ImageBlock img{
}}@media (max-width:447px) {#PageWrapper .ImageBlock img{
}}#PageWrapper .Stripe1 .ImageBlock img, html.mobile #PageWrapper .Stripe1 .ImageBlock img{
}html.mobile #PageWrapper .Stripe1 .ImageBlock img{
}@media (max-width:768px) {#PageWrapper .Stripe1 .ImageBlock img{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .ImageBlock img{
}}#PageWrapper .Stripe1 .ImageBlock img, html.mobile #PageWrapper .Stripe1 .ImageBlock img{
}html.mobile #PageWrapper .Stripe1 .ImageBlock img{
}@media (max-width:768px) {#PageWrapper .Stripe1 .ImageBlock img{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .ImageBlock img{
}}#PageWrapper .Stripe1 .ImageBlock img, html.mobile #PageWrapper .Stripe1 .ImageBlock img{
}html.mobile #PageWrapper .Stripe1 .ImageBlock img{
}@media (max-width:768px) {#PageWrapper .Stripe1 .ImageBlock img{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .ImageBlock img{
}}#PageWrapper .ImageBlock, html.mobile #PageWrapper .ImageBlock{margin-top:5px;margin-bottom:15px;
}html.mobile #PageWrapper .ImageBlock{
}@media (max-width:768px) {#PageWrapper .ImageBlock{
}}@media (max-width:447px) {#PageWrapper .ImageBlock{
}}#PageWrapper .Stripe1 .ImageBlock, html.mobile #PageWrapper .Stripe1 .ImageBlock{
}html.mobile #PageWrapper .Stripe1 .ImageBlock{
}@media (max-width:768px) {#PageWrapper .Stripe1 .ImageBlock{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .ImageBlock{
}}#PageWrapper .Stripe2 .ImageBlock, html.mobile #PageWrapper .Stripe2 .ImageBlock{
}html.mobile #PageWrapper .Stripe2 .ImageBlock{
}@media (max-width:768px) {#PageWrapper .Stripe2 .ImageBlock{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .ImageBlock{
}}#PageWrapper .Stripe3 .ImageBlock, html.mobile #PageWrapper .Stripe3 .ImageBlock{
}html.mobile #PageWrapper .Stripe3 .ImageBlock{
}@media (max-width:768px) {#PageWrapper .Stripe3 .ImageBlock{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .ImageBlock{
}}#PageWrapper .ImageBlockRight, html.mobile #PageWrapper .ImageBlockRight{margin-left:3px;
}html.mobile #PageWrapper .ImageBlockRight{
}@media (max-width:768px) {#PageWrapper .ImageBlockRight{
}}@media (max-width:447px) {#PageWrapper .ImageBlockRight{
}}#PageWrapper .ImageBlockLeft, html.mobile #PageWrapper .ImageBlockLeft{margin-right:3px;
}html.mobile #PageWrapper .ImageBlockLeft{
}@media (max-width:768px) {#PageWrapper .ImageBlockLeft{
}}@media (max-width:447px) {#PageWrapper .ImageBlockLeft{
}}#ContentColumn ol, html.mobile #ContentColumn ol{
}html.mobile #ContentColumn ol{
}@media (max-width:768px) {#ContentColumn ol{
}}@media (max-width:447px) {#ContentColumn ol{
}}#ContentColumn ol li, html.mobile #ContentColumn ol li{
}html.mobile #ContentColumn ol li{
}@media (max-width:768px) {#ContentColumn ol li{
}}@media (max-width:447px) {#ContentColumn ol li{
}}#ContentColumn .Stripe1 ol li, html.mobile #ContentColumn .Stripe1 ol li{
}html.mobile #ContentColumn .Stripe1 ol li{
}@media (max-width:768px) {#ContentColumn .Stripe1 ol li{
}}@media (max-width:447px) {#ContentColumn .Stripe1 ol li{
}}#ContentColumn .Stripe2 ol li, html.mobile #ContentColumn .Stripe2 ol li{
}html.mobile #ContentColumn .Stripe2 ol li{
}@media (max-width:768px) {#ContentColumn .Stripe2 ol li{
}}@media (max-width:447px) {#ContentColumn .Stripe2 ol li{
}}#ContentColumn .Stripe3 ol li, html.mobile #ContentColumn .Stripe3 ol li{
}html.mobile #ContentColumn .Stripe3 ol li{
}@media (max-width:768px) {#ContentColumn .Stripe3 ol li{
}}@media (max-width:447px) {#ContentColumn .Stripe3 ol li{
}}#ContentColumn ul, html.mobile #ContentColumn ul{
}html.mobile #ContentColumn ul{
}@media (max-width:768px) {#ContentColumn ul{
}}@media (max-width:447px) {#ContentColumn ul{
}}#ContentColumn .Stripe1 ul, html.mobile #ContentColumn .Stripe1 ul{
}html.mobile #ContentColumn .Stripe1 ul{
}@media (max-width:768px) {#ContentColumn .Stripe1 ul{
}}@media (max-width:447px) {#ContentColumn .Stripe1 ul{
}}#ContentColumn .Stripe2 ul, html.mobile #ContentColumn .Stripe2 ul{
}html.mobile #ContentColumn .Stripe2 ul{
}@media (max-width:768px) {#ContentColumn .Stripe2 ul{
}}@media (max-width:447px) {#ContentColumn .Stripe2 ul{
}}#ContentColumn .Stripe3 ul, html.mobile #ContentColumn .Stripe3 ul{
}html.mobile #ContentColumn .Stripe3 ul{
}@media (max-width:768px) {#ContentColumn .Stripe3 ul{
}}@media (max-width:447px) {#ContentColumn .Stripe3 ul{
}}#ContentColumn ul li, html.mobile #ContentColumn ul li{
}html.mobile #ContentColumn ul li{
}@media (max-width:768px) {#ContentColumn ul li{
}}@media (max-width:447px) {#ContentColumn ul li{
}}#ContentColumn .Stripe1 ul li, html.mobile #ContentColumn .Stripe1 ul li{
}html.mobile #ContentColumn .Stripe1 ul li{
}@media (max-width:768px) {#ContentColumn .Stripe1 ul li{
}}@media (max-width:447px) {#ContentColumn .Stripe1 ul li{
}}#ContentColumn .Stripe2 ul li, html.mobile #ContentColumn .Stripe2 ul li{
}html.mobile #ContentColumn .Stripe2 ul li{
}@media (max-width:768px) {#ContentColumn .Stripe2 ul li{
}}@media (max-width:447px) {#ContentColumn .Stripe2 ul li{
}}#ContentColumn .Stripe3 ul li, html.mobile #ContentColumn .Stripe3 ul li{
}html.mobile #ContentColumn .Stripe3 ul li{
}@media (max-width:768px) {#ContentColumn .Stripe3 ul li{
}}@media (max-width:447px) {#ContentColumn .Stripe3 ul li{
}}#PageWrapper .CalloutBox p, html.mobile #PageWrapper .CalloutBox p{font-family:Lato, Arial, Helvetica, sans-serif;text-align:center;color:#000000;
}html.mobile #PageWrapper .CalloutBox p{
}@media (max-width:768px) {#PageWrapper .CalloutBox p{
}}@media (max-width:447px) {#PageWrapper .CalloutBox p{
}}#PageWrapper .Stripe1 .CalloutBox p, html.mobile #PageWrapper .Stripe1 .CalloutBox p{
}html.mobile #PageWrapper .Stripe1 .CalloutBox p{
}@media (max-width:768px) {#PageWrapper .Stripe1 .CalloutBox p{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .CalloutBox p{
}}#PageWrapper .Stripe2 .CalloutBox p, html.mobile #PageWrapper .Stripe2 .CalloutBox p{
}html.mobile #PageWrapper .Stripe2 .CalloutBox p{
}@media (max-width:768px) {#PageWrapper .Stripe2 .CalloutBox p{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .CalloutBox p{
}}#PageWrapper .Stripe3 .CalloutBox p, html.mobile #PageWrapper .Stripe3 .CalloutBox p{
}html.mobile #PageWrapper .Stripe3 .CalloutBox p{
}@media (max-width:768px) {#PageWrapper .Stripe3 .CalloutBox p{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .CalloutBox p{
}}#PageWrapper .CalloutBox, html.mobile #PageWrapper .CalloutBox{border-color:#0071b4;border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:5px;border-left-width:0;background-color:#cfe4f0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;text-align:center;color:#000000;padding-left:5%;padding-right:5%;padding-top:12px;padding-bottom:12px;
overflow:hidden;}html.mobile #PageWrapper .CalloutBox{
}@media (max-width:768px) {#PageWrapper .CalloutBox{
}}@media (max-width:447px) {#PageWrapper .CalloutBox{
}}#PageWrapper .Stripe1 .CalloutBox, html.mobile #PageWrapper .Stripe1 .CalloutBox{
}html.mobile #PageWrapper .Stripe1 .CalloutBox{
}@media (max-width:768px) {#PageWrapper .Stripe1 .CalloutBox{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .CalloutBox{
}}#PageWrapper .Stripe2 .CalloutBox, html.mobile #PageWrapper .Stripe2 .CalloutBox{
}html.mobile #PageWrapper .Stripe2 .CalloutBox{
}@media (max-width:768px) {#PageWrapper .Stripe2 .CalloutBox{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .CalloutBox{
}}#PageWrapper .Stripe3 .CalloutBox, html.mobile #PageWrapper .Stripe3 .CalloutBox{
}html.mobile #PageWrapper .Stripe3 .CalloutBox{
}@media (max-width:768px) {#PageWrapper .Stripe3 .CalloutBox{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .CalloutBox{
}}#PageWrapper .ReminderBox, html.mobile #PageWrapper .ReminderBox{border-color:#0071b4;border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:5px;background-color:#ffffff;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;width:35%;padding-top:0px;padding-bottom:10px;
overflow:hidden;}html.mobile #PageWrapper .ReminderBox{
}@media (max-width:768px) {#PageWrapper .ReminderBox{
}}@media (max-width:447px) {#PageWrapper .ReminderBox{
}}#PageWrapper .Stripe1 .ReminderBox, html.mobile #PageWrapper .Stripe1 .ReminderBox{
}html.mobile #PageWrapper .Stripe1 .ReminderBox{
}@media (max-width:768px) {#PageWrapper .Stripe1 .ReminderBox{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .ReminderBox{
}}#PageWrapper .Stripe2 .ReminderBox, html.mobile #PageWrapper .Stripe2 .ReminderBox{
}html.mobile #PageWrapper .Stripe2 .ReminderBox{
}@media (max-width:768px) {#PageWrapper .Stripe2 .ReminderBox{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .ReminderBox{
}}#PageWrapper .Stripe3 .ReminderBox, html.mobile #PageWrapper .Stripe3 .ReminderBox{
}html.mobile #PageWrapper .Stripe3 .ReminderBox{
}@media (max-width:768px) {#PageWrapper .Stripe3 .ReminderBox{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .ReminderBox{
}}#PageWrapper .ReminderBox h4, html.mobile #PageWrapper .ReminderBox h4{font-family:Lato, Arial, Helvetica, sans-serif;font-size:15px;color:#111111;
}html.mobile #PageWrapper .ReminderBox h4{
}@media (max-width:768px) {#PageWrapper .ReminderBox h4{
}}@media (max-width:447px) {#PageWrapper .ReminderBox h4{
}}#PageWrapper .Stripe1 .ReminderBox h4, html.mobile #PageWrapper .Stripe1 .ReminderBox h4{
}html.mobile #PageWrapper .Stripe1 .ReminderBox h4{
}@media (max-width:768px) {#PageWrapper .Stripe1 .ReminderBox h4{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .ReminderBox h4{
}}#PageWrapper .Stripe2 .ReminderBox h4, html.mobile #PageWrapper .Stripe2 .ReminderBox h4{
}html.mobile #PageWrapper .Stripe2 .ReminderBox h4{
}@media (max-width:768px) {#PageWrapper .Stripe2 .ReminderBox h4{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .ReminderBox h4{
}}#PageWrapper .Stripe3 .ReminderBox h4, html.mobile #PageWrapper .Stripe3 .ReminderBox h4{
}html.mobile #PageWrapper .Stripe3 .ReminderBox h4{
}@media (max-width:768px) {#PageWrapper .Stripe3 .ReminderBox h4{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .ReminderBox h4{
}}#PageWrapper .ReminderBox p, html.mobile #PageWrapper .ReminderBox p{font-family:Lato, Arial, Helvetica, sans-serif;font-size:14px;color:#474747;font-style:normal;
}html.mobile #PageWrapper .ReminderBox p{
}@media (max-width:768px) {#PageWrapper .ReminderBox p{
}}@media (max-width:447px) {#PageWrapper .ReminderBox p{
}}#PageWrapper .Stripe1 .ReminderBox p, html.mobile #PageWrapper .Stripe1 .ReminderBox p{
}html.mobile #PageWrapper .Stripe1 .ReminderBox p{
}@media (max-width:768px) {#PageWrapper .Stripe1 .ReminderBox p{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .ReminderBox p{
}}#PageWrapper .Stripe2 .ReminderBox p, html.mobile #PageWrapper .Stripe2 .ReminderBox p{
}html.mobile #PageWrapper .Stripe2 .ReminderBox p{
}@media (max-width:768px) {#PageWrapper .Stripe2 .ReminderBox p{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .ReminderBox p{
}}#PageWrapper .Stripe3 .ReminderBox p, html.mobile #PageWrapper .Stripe3 .ReminderBox p{
}html.mobile #PageWrapper .Stripe3 .ReminderBox p{
}@media (max-width:768px) {#PageWrapper .Stripe3 .ReminderBox p{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .ReminderBox p{
}}#ContentColumn a, html.mobile #ContentColumn a{text-decoration:underline;
}html.mobile #ContentColumn a{
}@media (max-width:768px) {#ContentColumn a{
}}@media (max-width:447px) {#ContentColumn a{
}}#ContentColumn .Stripe1 a:link, html.mobile #ContentColumn .Stripe1 a:link{
}html.mobile #ContentColumn .Stripe1 a:link{
}@media (max-width:768px) {#ContentColumn .Stripe1 a:link{
}}@media (max-width:447px) {#ContentColumn .Stripe1 a:link{
}}#ContentColumn .Stripe2 a:link, html.mobile #ContentColumn .Stripe2 a:link{
}html.mobile #ContentColumn .Stripe2 a:link{
}@media (max-width:768px) {#ContentColumn .Stripe2 a:link{
}}@media (max-width:447px) {#ContentColumn .Stripe2 a:link{
}}#ContentColumn .Stripe3 a:link, html.mobile #ContentColumn .Stripe3 a:link{
}html.mobile #ContentColumn .Stripe3 a:link{
}@media (max-width:768px) {#ContentColumn .Stripe3 a:link{
}}@media (max-width:447px) {#ContentColumn .Stripe3 a:link{
}}#ContentColumn a:link, html.mobile #ContentColumn a:link{color:#0071b4;
}html.mobile #ContentColumn a:link{
}@media (max-width:768px) {#ContentColumn a:link{
}}@media (max-width:447px) {#ContentColumn a:link{
}}#ContentColumn .Stripe1 a:link, html.mobile #ContentColumn .Stripe1 a:link{
}html.mobile #ContentColumn .Stripe1 a:link{
}@media (max-width:768px) {#ContentColumn .Stripe1 a:link{
}}@media (max-width:447px) {#ContentColumn .Stripe1 a:link{
}}#ContentColumn .Stripe2 a:link, html.mobile #ContentColumn .Stripe2 a:link{
}html.mobile #ContentColumn .Stripe2 a:link{
}@media (max-width:768px) {#ContentColumn .Stripe2 a:link{
}}@media (max-width:447px) {#ContentColumn .Stripe2 a:link{
}}#ContentColumn .Stripe3 a:link, html.mobile #ContentColumn .Stripe3 a:link{
}html.mobile #ContentColumn .Stripe3 a:link{
}@media (max-width:768px) {#ContentColumn .Stripe3 a:link{
}}@media (max-width:447px) {#ContentColumn .Stripe3 a:link{
}}#ContentColumn a:visited, html.mobile #ContentColumn a:visited{color:#0071b4;
}html.mobile #ContentColumn a:visited{
}@media (max-width:768px) {#ContentColumn a:visited{
}}@media (max-width:447px) {#ContentColumn a:visited{
}}#ContentColumn .Stripe1 a:visited, html.mobile #ContentColumn .Stripe1 a:visited{
}html.mobile #ContentColumn .Stripe1 a:visited{
}@media (max-width:768px) {#ContentColumn .Stripe1 a:visited{
}}@media (max-width:447px) {#ContentColumn .Stripe1 a:visited{
}}#ContentColumn .Stripe2 a:visited, html.mobile #ContentColumn .Stripe2 a:visited{
}html.mobile #ContentColumn .Stripe2 a:visited{
}@media (max-width:768px) {#ContentColumn .Stripe2 a:visited{
}}@media (max-width:447px) {#ContentColumn .Stripe2 a:visited{
}}#ContentColumn .Stripe3 a:visited, html.mobile #ContentColumn .Stripe3 a:visited{
}html.mobile #ContentColumn .Stripe3 a:visited{
}@media (max-width:768px) {#ContentColumn .Stripe3 a:visited{
}}@media (max-width:447px) {#ContentColumn .Stripe3 a:visited{
}}#ContentColumn a:hover, html.mobile #ContentColumn a:hover{color:#0085d0;
}html.mobile #ContentColumn a:hover{
}@media (max-width:768px) {#ContentColumn a:hover{
}}@media (max-width:447px) {#ContentColumn a:hover{
}}#ContentColumn .Stripe1 a:hover, html.mobile #ContentColumn .Stripe1 a:hover{
}html.mobile #ContentColumn .Stripe1 a:hover{
}@media (max-width:768px) {#ContentColumn .Stripe1 a:hover{
}}@media (max-width:447px) {#ContentColumn .Stripe1 a:hover{
}}#ContentColumn .Stripe2 a:hover, html.mobile #ContentColumn .Stripe2 a:hover{
}html.mobile #ContentColumn .Stripe2 a:hover{
}@media (max-width:768px) {#ContentColumn .Stripe2 a:hover{
}}@media (max-width:447px) {#ContentColumn .Stripe2 a:hover{
}}#ContentColumn .Stripe3 a:hover, html.mobile #ContentColumn .Stripe3 a:hover{
}html.mobile #ContentColumn .Stripe3 a:hover{
}@media (max-width:768px) {#ContentColumn .Stripe3 a:hover{
}}@media (max-width:447px) {#ContentColumn .Stripe3 a:hover{
}}#ExtraColumn a, html.mobile #ExtraColumn a{
}html.mobile #ExtraColumn a{
}@media (max-width:768px) {#ExtraColumn a{
}}@media (max-width:447px) {#ExtraColumn a{
}}#ExtraColumn a:link, html.mobile #ExtraColumn a:link{
}html.mobile #ExtraColumn a:link{
}@media (max-width:768px) {#ExtraColumn a:link{
}}@media (max-width:447px) {#ExtraColumn a:link{
}}#ExtraColumn a:visited, html.mobile #ExtraColumn a:visited{
}html.mobile #ExtraColumn a:visited{
}@media (max-width:768px) {#ExtraColumn a:visited{
}}@media (max-width:447px) {#ExtraColumn a:visited{
}}#ExtraColumn a:hover, html.mobile #ExtraColumn a:hover{
}html.mobile #ExtraColumn a:hover{
}@media (max-width:768px) {#ExtraColumn a:hover{
}}@media (max-width:447px) {#ExtraColumn a:hover{
}}#PageWrapper #Footer a, html.mobile #PageWrapper #Footer a{font-weight:normal;text-decoration:none;
}html.mobile #PageWrapper #Footer a{
}@media (max-width:768px) {#PageWrapper #Footer a{
}}@media (max-width:447px) {#PageWrapper #Footer a{
}}#PageWrapper #Footer a:link, html.mobile #PageWrapper #Footer a:link{color:#eeeeee;
}html.mobile #PageWrapper #Footer a:link{
}@media (max-width:768px) {#PageWrapper #Footer a:link{
}}@media (max-width:447px) {#PageWrapper #Footer a:link{
}}#PageWrapper #Footer a:visited, html.mobile #PageWrapper #Footer a:visited{color:#eeeeee;
}html.mobile #PageWrapper #Footer a:visited{
}@media (max-width:768px) {#PageWrapper #Footer a:visited{
}}@media (max-width:447px) {#PageWrapper #Footer a:visited{
}}#PageWrapper #Footer a:hover, html.mobile #PageWrapper #Footer a:hover{color:#ffffff;font-weight:normal;text-decoration:underline;
}html.mobile #PageWrapper #Footer a:hover{
}@media (max-width:768px) {#PageWrapper #Footer a:hover{
}}@media (max-width:447px) {#PageWrapper #Footer a:hover{
}}#PageWrapper .ResponsiveNavButton, html.mobile #PageWrapper .ResponsiveNavButton{
}html.mobile #PageWrapper .ResponsiveNavButton{
}@media (max-width:768px) {#PageWrapper .ResponsiveNavButton{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNavButton{
}}#PageWrapper .ResponsiveNav, html.mobile #PageWrapper .ResponsiveNav{
}html.mobile #PageWrapper .ResponsiveNav{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav{
}}#PageWrapper .ResponsiveNav a, html.mobile #PageWrapper .ResponsiveNav a{
}html.mobile #PageWrapper .ResponsiveNav a{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav a{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav a{
}}#PageWrapper .ResponsiveNav a, html.mobile #PageWrapper .ResponsiveNav a{
}html.mobile #PageWrapper .ResponsiveNav a{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav a{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav a{
}}#PageWrapper .ResponsiveNav a:link, html.mobile #PageWrapper .ResponsiveNav a:link{
}html.mobile #PageWrapper .ResponsiveNav a:link{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav a:link{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav a:link{
}}#PageWrapper .ResponsiveNav a:visited, html.mobile #PageWrapper .ResponsiveNav a:visited{
}html.mobile #PageWrapper .ResponsiveNav a:visited{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav a:visited{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav a:visited{
}}#PageWrapper .ResponsiveNav a:hover, html.mobile #PageWrapper .ResponsiveNav a:hover{
}html.mobile #PageWrapper .ResponsiveNav a:hover{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav a:hover{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav a:hover{
}}#PageWrapper .ResponsiveNav span, html.mobile #PageWrapper .ResponsiveNav span{
}html.mobile #PageWrapper .ResponsiveNav span{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav span{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav span{
}}#NavColumn a, html.mobile #NavColumn a{text-decoration:underline;
}html.mobile #NavColumn a{
}@media (max-width:768px) {#NavColumn a{
}}@media (max-width:447px) {#NavColumn a{
}}#NavColumn a:link, html.mobile #NavColumn a:link{color:#0071b4;
}html.mobile #NavColumn a:link{
}@media (max-width:768px) {#NavColumn a:link{
}}@media (max-width:447px) {#NavColumn a:link{
}}#NavColumn a:visited, html.mobile #NavColumn a:visited{color:#0071b4;
}html.mobile #NavColumn a:visited{
}@media (max-width:768px) {#NavColumn a:visited{
}}@media (max-width:447px) {#NavColumn a:visited{
}}#NavColumn a:hover, html.mobile #NavColumn a:hover{color:#0085d0;text-decoration:underline;
}html.mobile #NavColumn a:hover{
}@media (max-width:768px) {#NavColumn a:hover{
}}@media (max-width:447px) {#NavColumn a:hover{
}}#PageWrapper .ReminderBox a, html.mobile #PageWrapper .ReminderBox a{
}html.mobile #PageWrapper .ReminderBox a{
}@media (max-width:768px) {#PageWrapper .ReminderBox a{
}}@media (max-width:447px) {#PageWrapper .ReminderBox a{
}}#PageWrapper .Stripe1 .ReminderBox a:link, html.mobile #PageWrapper .Stripe1 .ReminderBox a:link{
}html.mobile #PageWrapper .Stripe1 .ReminderBox a:link{
}@media (max-width:768px) {#PageWrapper .Stripe1 .ReminderBox a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .ReminderBox a:link{
}}#PageWrapper .Stripe2 .ReminderBox a:link, html.mobile #PageWrapper .Stripe2 .ReminderBox a:link{
}html.mobile #PageWrapper .Stripe2 .ReminderBox a:link{
}@media (max-width:768px) {#PageWrapper .Stripe2 .ReminderBox a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .ReminderBox a:link{
}}#PageWrapper .Stripe3 .ReminderBox a:link, html.mobile #PageWrapper .Stripe3 .ReminderBox a:link{
}html.mobile #PageWrapper .Stripe3 .ReminderBox a:link{
}@media (max-width:768px) {#PageWrapper .Stripe3 .ReminderBox a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .ReminderBox a:link{
}}#PageWrapper .ReminderBox a:link, html.mobile #PageWrapper .ReminderBox a:link{
}html.mobile #PageWrapper .ReminderBox a:link{
}@media (max-width:768px) {#PageWrapper .ReminderBox a:link{
}}@media (max-width:447px) {#PageWrapper .ReminderBox a:link{
}}#PageWrapper .Stripe1 .ReminderBox a:link, html.mobile #PageWrapper .Stripe1 .ReminderBox a:link{
}html.mobile #PageWrapper .Stripe1 .ReminderBox a:link{
}@media (max-width:768px) {#PageWrapper .Stripe1 .ReminderBox a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .ReminderBox a:link{
}}#PageWrapper .Stripe2 .ReminderBox a:link, html.mobile #PageWrapper .Stripe2 .ReminderBox a:link{
}html.mobile #PageWrapper .Stripe2 .ReminderBox a:link{
}@media (max-width:768px) {#PageWrapper .Stripe2 .ReminderBox a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .ReminderBox a:link{
}}#PageWrapper .Stripe3 .ReminderBox a:link, html.mobile #PageWrapper .Stripe3 .ReminderBox a:link{
}html.mobile #PageWrapper .Stripe3 .ReminderBox a:link{
}@media (max-width:768px) {#PageWrapper .Stripe3 .ReminderBox a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .ReminderBox a:link{
}}#PageWrapper .ReminderBox a:visited, html.mobile #PageWrapper .ReminderBox a:visited{
}html.mobile #PageWrapper .ReminderBox a:visited{
}@media (max-width:768px) {#PageWrapper .ReminderBox a:visited{
}}@media (max-width:447px) {#PageWrapper .ReminderBox a:visited{
}}#PageWrapper .Stripe1 .ReminderBox a:visited, html.mobile #PageWrapper .Stripe1 .ReminderBox a:visited{
}html.mobile #PageWrapper .Stripe1 .ReminderBox a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe1 .ReminderBox a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .ReminderBox a:visited{
}}#PageWrapper .Stripe2 .ReminderBox a:visited, html.mobile #PageWrapper .Stripe2 .ReminderBox a:visited{
}html.mobile #PageWrapper .Stripe2 .ReminderBox a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe2 .ReminderBox a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .ReminderBox a:visited{
}}#PageWrapper .Stripe3 .ReminderBox a:visited, html.mobile #PageWrapper .Stripe3 .ReminderBox a:visited{
}html.mobile #PageWrapper .Stripe3 .ReminderBox a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe3 .ReminderBox a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .ReminderBox a:visited{
}}#PageWrapper .ReminderBox a:hover, html.mobile #PageWrapper .ReminderBox a:hover{
}html.mobile #PageWrapper .ReminderBox a:hover{
}@media (max-width:768px) {#PageWrapper .ReminderBox a:hover{
}}@media (max-width:447px) {#PageWrapper .ReminderBox a:hover{
}}#PageWrapper .Stripe1 .ReminderBox a:hover, html.mobile #PageWrapper .Stripe1 .ReminderBox a:hover{
}html.mobile #PageWrapper .Stripe1 .ReminderBox a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe1 .ReminderBox a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .ReminderBox a:hover{
}}#PageWrapper .Stripe2 .ReminderBox a:hover, html.mobile #PageWrapper .Stripe2 .ReminderBox a:hover{
}html.mobile #PageWrapper .Stripe2 .ReminderBox a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe2 .ReminderBox a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .ReminderBox a:hover{
}}#PageWrapper .Stripe3 .ReminderBox a:hover, html.mobile #PageWrapper .Stripe3 .ReminderBox a:hover{
}html.mobile #PageWrapper .Stripe3 .ReminderBox a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe3 .ReminderBox a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .ReminderBox a:hover{
}}#PageWrapper .CalloutBox a, html.mobile #PageWrapper .CalloutBox a{
}html.mobile #PageWrapper .CalloutBox a{
}@media (max-width:768px) {#PageWrapper .CalloutBox a{
}}@media (max-width:447px) {#PageWrapper .CalloutBox a{
}}#PageWrapper .Stripe1 .CalloutBox a:link, html.mobile #PageWrapper .Stripe1 .CalloutBox a:link{
}html.mobile #PageWrapper .Stripe1 .CalloutBox a:link{
}@media (max-width:768px) {#PageWrapper .Stripe1 .CalloutBox a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .CalloutBox a:link{
}}#PageWrapper .Stripe2 .CalloutBox a:link, html.mobile #PageWrapper .Stripe2 .CalloutBox a:link{
}html.mobile #PageWrapper .Stripe2 .CalloutBox a:link{
}@media (max-width:768px) {#PageWrapper .Stripe2 .CalloutBox a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .CalloutBox a:link{
}}#PageWrapper .Stripe3 .CalloutBox a:link, html.mobile #PageWrapper .Stripe3 .CalloutBox a:link{
}html.mobile #PageWrapper .Stripe3 .CalloutBox a:link{
}@media (max-width:768px) {#PageWrapper .Stripe3 .CalloutBox a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .CalloutBox a:link{
}}#PageWrapper .CalloutBox a:link, html.mobile #PageWrapper .CalloutBox a:link{
}html.mobile #PageWrapper .CalloutBox a:link{
}@media (max-width:768px) {#PageWrapper .CalloutBox a:link{
}}@media (max-width:447px) {#PageWrapper .CalloutBox a:link{
}}#PageWrapper .Stripe1 .CalloutBox a:link, html.mobile #PageWrapper .Stripe1 .CalloutBox a:link{
}html.mobile #PageWrapper .Stripe1 .CalloutBox a:link{
}@media (max-width:768px) {#PageWrapper .Stripe1 .CalloutBox a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .CalloutBox a:link{
}}#PageWrapper .Stripe2 .CalloutBox a:link, html.mobile #PageWrapper .Stripe2 .CalloutBox a:link{
}html.mobile #PageWrapper .Stripe2 .CalloutBox a:link{
}@media (max-width:768px) {#PageWrapper .Stripe2 .CalloutBox a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .CalloutBox a:link{
}}#PageWrapper .Stripe3 .CalloutBox a:link, html.mobile #PageWrapper .Stripe3 .CalloutBox a:link{
}html.mobile #PageWrapper .Stripe3 .CalloutBox a:link{
}@media (max-width:768px) {#PageWrapper .Stripe3 .CalloutBox a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .CalloutBox a:link{
}}#PageWrapper .CalloutBox a:visited, html.mobile #PageWrapper .CalloutBox a:visited{
}html.mobile #PageWrapper .CalloutBox a:visited{
}@media (max-width:768px) {#PageWrapper .CalloutBox a:visited{
}}@media (max-width:447px) {#PageWrapper .CalloutBox a:visited{
}}#PageWrapper .Stripe1 .CalloutBox a:visited, html.mobile #PageWrapper .Stripe1 .CalloutBox a:visited{
}html.mobile #PageWrapper .Stripe1 .CalloutBox a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe1 .CalloutBox a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .CalloutBox a:visited{
}}#PageWrapper .Stripe2 .CalloutBox a:visited, html.mobile #PageWrapper .Stripe2 .CalloutBox a:visited{
}html.mobile #PageWrapper .Stripe2 .CalloutBox a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe2 .CalloutBox a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .CalloutBox a:visited{
}}#PageWrapper .Stripe3 .CalloutBox a:visited, html.mobile #PageWrapper .Stripe3 .CalloutBox a:visited{
}html.mobile #PageWrapper .Stripe3 .CalloutBox a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe3 .CalloutBox a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .CalloutBox a:visited{
}}#PageWrapper .CalloutBox a:hover, html.mobile #PageWrapper .CalloutBox a:hover{
}html.mobile #PageWrapper .CalloutBox a:hover{
}@media (max-width:768px) {#PageWrapper .CalloutBox a:hover{
}}@media (max-width:447px) {#PageWrapper .CalloutBox a:hover{
}}#PageWrapper .Stripe1 .CalloutBox a:hover, html.mobile #PageWrapper .Stripe1 .CalloutBox a:hover{
}html.mobile #PageWrapper .Stripe1 .CalloutBox a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe1 .CalloutBox a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .CalloutBox a:hover{
}}#PageWrapper .Stripe2 .CalloutBox a:hover, html.mobile #PageWrapper .Stripe2 .CalloutBox a:hover{
}html.mobile #PageWrapper .Stripe2 .CalloutBox a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe2 .CalloutBox a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .CalloutBox a:hover{
}}#PageWrapper .Stripe3 .CalloutBox a:hover, html.mobile #PageWrapper .Stripe3 .CalloutBox a:hover{
}html.mobile #PageWrapper .Stripe3 .CalloutBox a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe3 .CalloutBox a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .CalloutBox a:hover{
}}#toolbar, html.mobile #toolbar{
}html.mobile #toolbar{
}@media (max-width:768px) {#toolbar{
}}@media (max-width:447px) {#toolbar{
}}hr, html.mobile hr{background-color:#cfe4f0;color:#cfe4f0;
}html.mobile hr{
}@media (max-width:768px) {hr{
}}@media (max-width:447px) {hr{
}}.Stripe1 hr, html.mobile .Stripe1 hr{
}html.mobile .Stripe1 hr{
}@media (max-width:768px) {.Stripe1 hr{
}}@media (max-width:447px) {.Stripe1 hr{
}}.Stripe2 hr, html.mobile .Stripe2 hr{
}html.mobile .Stripe2 hr{
}@media (max-width:768px) {.Stripe2 hr{
}}@media (max-width:447px) {.Stripe2 hr{
}}.Stripe3 hr, html.mobile .Stripe3 hr{
}html.mobile .Stripe3 hr{
}@media (max-width:768px) {.Stripe3 hr{
}}@media (max-width:447px) {.Stripe3 hr{
}}#PageWrapper .WhatsNew, html.mobile #PageWrapper .WhatsNew{
}html.mobile #PageWrapper .WhatsNew{
}@media (max-width:768px) {#PageWrapper .WhatsNew{
}}@media (max-width:447px) {#PageWrapper .WhatsNew{
}}#PageWrapper .Stripe1 .WhatsNew, html.mobile #PageWrapper .Stripe1 .WhatsNew{
}html.mobile #PageWrapper .Stripe1 .WhatsNew{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew{
}}#PageWrapper .Stripe2 .WhatsNew, html.mobile #PageWrapper .Stripe2 .WhatsNew{
}html.mobile #PageWrapper .Stripe2 .WhatsNew{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew{
}}#PageWrapper .Stripe3 .WhatsNew, html.mobile #PageWrapper .Stripe3 .WhatsNew{
}html.mobile #PageWrapper .Stripe3 .WhatsNew{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew{
}}#PageWrapper .WhatsNew h2, html.mobile #PageWrapper .WhatsNew h2{color:#333333;
}html.mobile #PageWrapper .WhatsNew h2{
}@media (max-width:768px) {#PageWrapper .WhatsNew h2{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h2{
}}#PageWrapper .Stripe1 .WhatsNew h2, html.mobile #PageWrapper .Stripe1 .WhatsNew h2{
}html.mobile #PageWrapper .Stripe1 .WhatsNew h2{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew h2{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew h2{
}}#PageWrapper .Stripe2 .WhatsNew h2, html.mobile #PageWrapper .Stripe2 .WhatsNew h2{
}html.mobile #PageWrapper .Stripe2 .WhatsNew h2{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew h2{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew h2{
}}#PageWrapper .Stripe3 .WhatsNew h2, html.mobile #PageWrapper .Stripe3 .WhatsNew h2{
}html.mobile #PageWrapper .Stripe3 .WhatsNew h2{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew h2{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew h2{
}}#PageWrapper .WhatsNew .WhatsNew-time, html.mobile #PageWrapper .WhatsNew .WhatsNew-time{color:#949494;
}html.mobile #PageWrapper .WhatsNew .WhatsNew-time{
}@media (max-width:768px) {#PageWrapper .WhatsNew .WhatsNew-time{
}}@media (max-width:447px) {#PageWrapper .WhatsNew .WhatsNew-time{
}}#PageWrapper .Stripe1 .WhatsNew .WhatsNew-time, html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-time{
}html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-time{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew .WhatsNew-time{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew .WhatsNew-time{
}}#PageWrapper .Stripe2 .WhatsNew .WhatsNew-time, html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-time{
}html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-time{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew .WhatsNew-time{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew .WhatsNew-time{
}}#PageWrapper .Stripe3 .WhatsNew .WhatsNew-time, html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-time{
}html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-time{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew .WhatsNew-time{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew .WhatsNew-time{
}}#PageWrapper .WhatsNew .WhatsNew-content, html.mobile #PageWrapper .WhatsNew .WhatsNew-content{font-size:14px;
}html.mobile #PageWrapper .WhatsNew .WhatsNew-content{
}@media (max-width:768px) {#PageWrapper .WhatsNew .WhatsNew-content{
}}@media (max-width:447px) {#PageWrapper .WhatsNew .WhatsNew-content{
}}#PageWrapper .Stripe1 .WhatsNew .WhatsNew-content, html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-content{
}html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-content{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew .WhatsNew-content{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew .WhatsNew-content{
}}#PageWrapper .Stripe2 .WhatsNew .WhatsNew-content, html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-content{
}html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-content{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew .WhatsNew-content{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew .WhatsNew-content{
}}#PageWrapper .Stripe3 .WhatsNew .WhatsNew-content, html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-content{
}html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-content{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew .WhatsNew-content{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew .WhatsNew-content{
}}#PageWrapper .WhatsNew h3 a, html.mobile #PageWrapper .WhatsNew h3 a{
}html.mobile #PageWrapper .WhatsNew h3 a{
}@media (max-width:768px) {#PageWrapper .WhatsNew h3 a{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h3 a{
}}#PageWrapper .Stripe1 .WhatsNew h3 a:link, html.mobile #PageWrapper .Stripe1 .WhatsNew h3 a:link{
}html.mobile #PageWrapper .Stripe1 .WhatsNew h3 a:link{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew h3 a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew h3 a:link{
}}#PageWrapper .Stripe2 .WhatsNew h3 a:link, html.mobile #PageWrapper .Stripe2 .WhatsNew h3 a:link{
}html.mobile #PageWrapper .Stripe2 .WhatsNew h3 a:link{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew h3 a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew h3 a:link{
}}#PageWrapper .Stripe3 .WhatsNew h3 a:link, html.mobile #PageWrapper .Stripe3 .WhatsNew h3 a:link{
}html.mobile #PageWrapper .Stripe3 .WhatsNew h3 a:link{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew h3 a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew h3 a:link{
}}#PageWrapper .responsive-row div[class*="responsive_col-"], html.mobile #PageWrapper .responsive-row div[class*="responsive_col-"]{padding-top:5px;padding-bottom:5px;padding-left:2%;padding-right:2%;box-sizing:border-box;
}html.mobile #PageWrapper .responsive-row div[class*="responsive_col-"]{
}@media (max-width:768px) {#PageWrapper .responsive-row div[class*="responsive_col-"]{
}}@media (max-width:447px) {#PageWrapper .responsive-row div[class*="responsive_col-"]{
}}#PageWrapper .Stripe1 .responsive-row div[class*="responsive_col-"], html.mobile #PageWrapper .Stripe1 .responsive-row div[class*="responsive_col-"]{
}html.mobile #PageWrapper .Stripe1 .responsive-row div[class*="responsive_col-"]{
}@media (max-width:768px) {#PageWrapper .Stripe1 .responsive-row div[class*="responsive_col-"]{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .responsive-row div[class*="responsive_col-"]{
}}#PageWrapper .Stripe2 .responsive-row div[class*="responsive_col-"], html.mobile #PageWrapper .Stripe2 .responsive-row div[class*="responsive_col-"]{
}html.mobile #PageWrapper .Stripe2 .responsive-row div[class*="responsive_col-"]{
}@media (max-width:768px) {#PageWrapper .Stripe2 .responsive-row div[class*="responsive_col-"]{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .responsive-row div[class*="responsive_col-"]{
}}#PageWrapper .Stripe3 .responsive-row div[class*="responsive_col-"], html.mobile #PageWrapper .Stripe3 .responsive-row div[class*="responsive_col-"]{
}html.mobile #PageWrapper .Stripe3 .responsive-row div[class*="responsive_col-"]{
}@media (max-width:768px) {#PageWrapper .Stripe3 .responsive-row div[class*="responsive_col-"]{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .responsive-row div[class*="responsive_col-"]{
}}#PageWrapper .WhatsNew h3 a:link, html.mobile #PageWrapper .WhatsNew h3 a:link{color:#0071b4;
}html.mobile #PageWrapper .WhatsNew h3 a:link{
}@media (max-width:768px) {#PageWrapper .WhatsNew h3 a:link{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h3 a:link{
}}#PageWrapper .Stripe1 .WhatsNew h3 a:link, html.mobile #PageWrapper .Stripe1 .WhatsNew h3 a:link{
}html.mobile #PageWrapper .Stripe1 .WhatsNew h3 a:link{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew h3 a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew h3 a:link{
}}#PageWrapper .Stripe2 .WhatsNew h3 a:link, html.mobile #PageWrapper .Stripe2 .WhatsNew h3 a:link{
}html.mobile #PageWrapper .Stripe2 .WhatsNew h3 a:link{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew h3 a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew h3 a:link{
}}#PageWrapper .Stripe3 .WhatsNew h3 a:link, html.mobile #PageWrapper .Stripe3 .WhatsNew h3 a:link{
}html.mobile #PageWrapper .Stripe3 .WhatsNew h3 a:link{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew h3 a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew h3 a:link{
}}#PageWrapper .WhatsNew h3 a:visited, html.mobile #PageWrapper .WhatsNew h3 a:visited{color:#0071b4;
}html.mobile #PageWrapper .WhatsNew h3 a:visited{
}@media (max-width:768px) {#PageWrapper .WhatsNew h3 a:visited{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h3 a:visited{
}}#PageWrapper .Stripe1 .WhatsNew h3 a:visited, html.mobile #PageWrapper .Stripe1 .WhatsNew h3 a:visited{
}html.mobile #PageWrapper .Stripe1 .WhatsNew h3 a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew h3 a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew h3 a:visited{
}}#PageWrapper .Stripe2 .WhatsNew h3 a:visited, html.mobile #PageWrapper .Stripe2 .WhatsNew h3 a:visited{
}html.mobile #PageWrapper .Stripe2 .WhatsNew h3 a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew h3 a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew h3 a:visited{
}}#PageWrapper .Stripe3 .WhatsNew h3 a:visited, html.mobile #PageWrapper .Stripe3 .WhatsNew h3 a:visited{
}html.mobile #PageWrapper .Stripe3 .WhatsNew h3 a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew h3 a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew h3 a:visited{
}}#PageWrapper .WhatsNew h3 a:hover, html.mobile #PageWrapper .WhatsNew h3 a:hover{color:#0085d0;
}html.mobile #PageWrapper .WhatsNew h3 a:hover{
}@media (max-width:768px) {#PageWrapper .WhatsNew h3 a:hover{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h3 a:hover{
}}#PageWrapper .Stripe1 .WhatsNew h3 a:hover, html.mobile #PageWrapper .Stripe1 .WhatsNew h3 a:hover{
}html.mobile #PageWrapper .Stripe1 .WhatsNew h3 a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew h3 a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew h3 a:hover{
}}#PageWrapper .Stripe2 .WhatsNew h3 a:hover, html.mobile #PageWrapper .Stripe2 .WhatsNew h3 a:hover{
}html.mobile #PageWrapper .Stripe2 .WhatsNew h3 a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew h3 a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew h3 a:hover{
}}#PageWrapper .Stripe3 .WhatsNew h3 a:hover, html.mobile #PageWrapper .Stripe3 .WhatsNew h3 a:hover{
}html.mobile #PageWrapper .Stripe3 .WhatsNew h3 a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew h3 a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew h3 a:hover{
}}#PageWrapper .WhatsNew ol li, html.mobile #PageWrapper .WhatsNew ol li{
}html.mobile #PageWrapper .WhatsNew ol li{
}@media (max-width:768px) {#PageWrapper .WhatsNew ol li{
}}@media (max-width:447px) {#PageWrapper .WhatsNew ol li{
}}#PageWrapper .Stripe1 .WhatsNew ol li, html.mobile #PageWrapper .Stripe1 .WhatsNew ol li{
}html.mobile #PageWrapper .Stripe1 .WhatsNew ol li{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew ol li{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew ol li{
}}#PageWrapper .Stripe2 .WhatsNew ol li, html.mobile #PageWrapper .Stripe2 .WhatsNew ol li{
}html.mobile #PageWrapper .Stripe2 .WhatsNew ol li{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew ol li{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew ol li{
}}#PageWrapper .Stripe3 .WhatsNew ol li, html.mobile #PageWrapper .Stripe3 .WhatsNew ol li{
}html.mobile #PageWrapper .Stripe3 .WhatsNew ol li{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew ol li{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew ol li{
}}#PageWrapper .WhatsNew h3, html.mobile #PageWrapper .WhatsNew h3{font-family:Lato, Arial, Helvetica, sans-serif;font-size:16px;
}html.mobile #PageWrapper .WhatsNew h3{
}@media (max-width:768px) {#PageWrapper .WhatsNew h3{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h3{
}}#PageWrapper .Stripe1 .WhatsNew h3, html.mobile #PageWrapper .Stripe1 .WhatsNew h3{
}html.mobile #PageWrapper .Stripe1 .WhatsNew h3{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew h3{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew h3{
}}#PageWrapper .Stripe2 .WhatsNew h3, html.mobile #PageWrapper .Stripe2 .WhatsNew h3{
}html.mobile #PageWrapper .Stripe2 .WhatsNew h3{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew h3{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew h3{
}}#PageWrapper .Stripe3 .WhatsNew h3, html.mobile #PageWrapper .Stripe3 .WhatsNew h3{
}html.mobile #PageWrapper .Stripe3 .WhatsNew h3{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew h3{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew h3{
}}#PageWrapper .WhatsNew .WhatsNew-more, html.mobile #PageWrapper .WhatsNew .WhatsNew-more{font-size:12px;letter-spacing:1px;text-transform:uppercase;
}html.mobile #PageWrapper .WhatsNew .WhatsNew-more{
}@media (max-width:768px) {#PageWrapper .WhatsNew .WhatsNew-more{
}}@media (max-width:447px) {#PageWrapper .WhatsNew .WhatsNew-more{
}}#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more, html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-more{
}html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-more{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more{
}}#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more, html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-more{
}html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-more{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more{
}}#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more, html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-more{
}html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-more{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more{
}}#PageWrapper .WhatsNew .WhatsNew-more a, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a{color:#0071b4;
}html.mobile #PageWrapper .WhatsNew .WhatsNew-more a{
}@media (max-width:768px) {#PageWrapper .WhatsNew .WhatsNew-more a{
}}@media (max-width:447px) {#PageWrapper .WhatsNew .WhatsNew-more a{
}}#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:link{
}html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:link{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:link{
}}#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:link{
}html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:link{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:link{
}}#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:link{
}html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:link{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:link{
}}#PageWrapper .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:link{color:#0071b4;
}html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:link{
}@media (max-width:768px) {#PageWrapper .WhatsNew .WhatsNew-more a:link{
}}@media (max-width:447px) {#PageWrapper .WhatsNew .WhatsNew-more a:link{
}}#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:link{
}html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:link{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:link{
}}#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:link{
}html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:link{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:link{
}}#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:link{
}html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:link{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:link{
}}#PageWrapper .WhatsNew .WhatsNew-more a:visited, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:visited{color:#0071b4;
}html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:visited{
}@media (max-width:768px) {#PageWrapper .WhatsNew .WhatsNew-more a:visited{
}}@media (max-width:447px) {#PageWrapper .WhatsNew .WhatsNew-more a:visited{
}}#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:visited, html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:visited{
}html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:visited{
}}#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:visited, html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:visited{
}html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:visited{
}}#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:visited, html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:visited{
}html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:visited{
}}#PageWrapper .WhatsNew .WhatsNew-more a:hover, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:hover{color:#0085d0;
}html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:hover{
}@media (max-width:768px) {#PageWrapper .WhatsNew .WhatsNew-more a:hover{
}}@media (max-width:447px) {#PageWrapper .WhatsNew .WhatsNew-more a:hover{
}}#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:hover, html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:hover{
}html.mobile #PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew .WhatsNew-more a:hover{
}}#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:hover, html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:hover{
}html.mobile #PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew .WhatsNew-more a:hover{
}}#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:hover, html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:hover{
}html.mobile #PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew .WhatsNew-more a:hover{
}}#PageWrapper .WhatsNew h2 a, html.mobile #PageWrapper .WhatsNew h2 a{
}html.mobile #PageWrapper .WhatsNew h2 a{
}@media (max-width:768px) {#PageWrapper .WhatsNew h2 a{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h2 a{
}}#PageWrapper .Stripe1 .WhatsNew h2 a:link, html.mobile #PageWrapper .Stripe1 .WhatsNew h2 a:link{
}html.mobile #PageWrapper .Stripe1 .WhatsNew h2 a:link{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew h2 a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew h2 a:link{
}}#PageWrapper .Stripe2 .WhatsNew h2 a:link, html.mobile #PageWrapper .Stripe2 .WhatsNew h2 a:link{
}html.mobile #PageWrapper .Stripe2 .WhatsNew h2 a:link{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew h2 a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew h2 a:link{
}}#PageWrapper .Stripe3 .WhatsNew h2 a:link, html.mobile #PageWrapper .Stripe3 .WhatsNew h2 a:link{
}html.mobile #PageWrapper .Stripe3 .WhatsNew h2 a:link{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew h2 a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew h2 a:link{
}}#PageWrapper .WhatsNew h2 a:link, html.mobile #PageWrapper .WhatsNew h2 a:link{color:#0071b4;
}html.mobile #PageWrapper .WhatsNew h2 a:link{
}@media (max-width:768px) {#PageWrapper .WhatsNew h2 a:link{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h2 a:link{
}}#PageWrapper .Stripe1 .WhatsNew h2 a:link, html.mobile #PageWrapper .Stripe1 .WhatsNew h2 a:link{
}html.mobile #PageWrapper .Stripe1 .WhatsNew h2 a:link{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew h2 a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew h2 a:link{
}}#PageWrapper .Stripe2 .WhatsNew h2 a:link, html.mobile #PageWrapper .Stripe2 .WhatsNew h2 a:link{
}html.mobile #PageWrapper .Stripe2 .WhatsNew h2 a:link{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew h2 a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew h2 a:link{
}}#PageWrapper .Stripe3 .WhatsNew h2 a:link, html.mobile #PageWrapper .Stripe3 .WhatsNew h2 a:link{
}html.mobile #PageWrapper .Stripe3 .WhatsNew h2 a:link{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew h2 a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew h2 a:link{
}}#PageWrapper .WhatsNew h2 a:visited, html.mobile #PageWrapper .WhatsNew h2 a:visited{color:#0071b4;
}html.mobile #PageWrapper .WhatsNew h2 a:visited{
}@media (max-width:768px) {#PageWrapper .WhatsNew h2 a:visited{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h2 a:visited{
}}#PageWrapper .Stripe1 .WhatsNew h2 a:visited, html.mobile #PageWrapper .Stripe1 .WhatsNew h2 a:visited{
}html.mobile #PageWrapper .Stripe1 .WhatsNew h2 a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew h2 a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew h2 a:visited{
}}#PageWrapper .Stripe2 .WhatsNew h2 a:visited, html.mobile #PageWrapper .Stripe2 .WhatsNew h2 a:visited{
}html.mobile #PageWrapper .Stripe2 .WhatsNew h2 a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew h2 a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew h2 a:visited{
}}#PageWrapper .Stripe3 .WhatsNew h2 a:visited, html.mobile #PageWrapper .Stripe3 .WhatsNew h2 a:visited{
}html.mobile #PageWrapper .Stripe3 .WhatsNew h2 a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew h2 a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew h2 a:visited{
}}#PageWrapper .WhatsNew h2 a:hover, html.mobile #PageWrapper .WhatsNew h2 a:hover{color:#0085d0;
}html.mobile #PageWrapper .WhatsNew h2 a:hover{
}@media (max-width:768px) {#PageWrapper .WhatsNew h2 a:hover{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h2 a:hover{
}}#PageWrapper .Stripe1 .WhatsNew h2 a:hover, html.mobile #PageWrapper .Stripe1 .WhatsNew h2 a:hover{
}html.mobile #PageWrapper .Stripe1 .WhatsNew h2 a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe1 .WhatsNew h2 a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .WhatsNew h2 a:hover{
}}#PageWrapper .Stripe2 .WhatsNew h2 a:hover, html.mobile #PageWrapper .Stripe2 .WhatsNew h2 a:hover{
}html.mobile #PageWrapper .Stripe2 .WhatsNew h2 a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe2 .WhatsNew h2 a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .WhatsNew h2 a:hover{
}}#PageWrapper .Stripe3 .WhatsNew h2 a:hover, html.mobile #PageWrapper .Stripe3 .WhatsNew h2 a:hover{
}html.mobile #PageWrapper .Stripe3 .WhatsNew h2 a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe3 .WhatsNew h2 a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .WhatsNew h2 a:hover{
}}#PageWrapper #HeaderWrapper, html.mobile #PageWrapper #HeaderWrapper{background-color:#ffffff;background-image:none;
}html.mobile #PageWrapper #HeaderWrapper{
}@media (max-width:768px) {#PageWrapper #HeaderWrapper{
}}@media (max-width:447px) {#PageWrapper #HeaderWrapper{
}}#PageWrapper #FooterWrapper, html.mobile #PageWrapper #FooterWrapper{background-color:#0071b4;
}html.mobile #PageWrapper #FooterWrapper{
}@media (max-width:768px) {#PageWrapper #FooterWrapper{
}}@media (max-width:447px) {#PageWrapper #FooterWrapper{
}}#PageWrapper .Caption, html.mobile #PageWrapper .Caption{font-size:14px;font-style:italic;
}html.mobile #PageWrapper .Caption{
}@media (max-width:768px) {#PageWrapper .Caption{
}}@media (max-width:447px) {#PageWrapper .Caption{
}}#PageWrapper .ImageBlock a:link span, html.mobile #PageWrapper .ImageBlock a:link span{
}html.mobile #PageWrapper .ImageBlock a:link span{
}@media (max-width:768px) {#PageWrapper .ImageBlock a:link span{
}}@media (max-width:447px) {#PageWrapper .ImageBlock a:link span{
}}#PageWrapper .Stripe1 .ImageBlock a:link span, html.mobile #PageWrapper .Stripe1 .ImageBlock a:link span{
}html.mobile #PageWrapper .Stripe1 .ImageBlock a:link span{
}@media (max-width:768px) {#PageWrapper .Stripe1 .ImageBlock a:link span{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .ImageBlock a:link span{
}}#PageWrapper .Stripe2 .ImageBlock a:link span, html.mobile #PageWrapper .Stripe2 .ImageBlock a:link span{
}html.mobile #PageWrapper .Stripe2 .ImageBlock a:link span{
}@media (max-width:768px) {#PageWrapper .Stripe2 .ImageBlock a:link span{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .ImageBlock a:link span{
}}#PageWrapper .Stripe3 .ImageBlock a:link span, html.mobile #PageWrapper .Stripe3 .ImageBlock a:link span{
}html.mobile #PageWrapper .Stripe3 .ImageBlock a:link span{
}@media (max-width:768px) {#PageWrapper .Stripe3 .ImageBlock a:link span{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .ImageBlock a:link span{
}}#PageWrapper .ImageBlock a:visited span, html.mobile #PageWrapper .ImageBlock a:visited span{
}html.mobile #PageWrapper .ImageBlock a:visited span{
}@media (max-width:768px) {#PageWrapper .ImageBlock a:visited span{
}}@media (max-width:447px) {#PageWrapper .ImageBlock a:visited span{
}}#PageWrapper .Stripe1 .ImageBlock a:visited span, html.mobile #PageWrapper .Stripe1 .ImageBlock a:visited span{
}html.mobile #PageWrapper .Stripe1 .ImageBlock a:visited span{
}@media (max-width:768px) {#PageWrapper .Stripe1 .ImageBlock a:visited span{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .ImageBlock a:visited span{
}}#PageWrapper .Stripe2 .ImageBlock a:visited span, html.mobile #PageWrapper .Stripe2 .ImageBlock a:visited span{
}html.mobile #PageWrapper .Stripe2 .ImageBlock a:visited span{
}@media (max-width:768px) {#PageWrapper .Stripe2 .ImageBlock a:visited span{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .ImageBlock a:visited span{
}}#PageWrapper .Stripe3 .ImageBlock a:visited span, html.mobile #PageWrapper .Stripe3 .ImageBlock a:visited span{
}html.mobile #PageWrapper .Stripe3 .ImageBlock a:visited span{
}@media (max-width:768px) {#PageWrapper .Stripe3 .ImageBlock a:visited span{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .ImageBlock a:visited span{
}}#PageWrapper .ImageBlock a:hover span, html.mobile #PageWrapper .ImageBlock a:hover span{
}html.mobile #PageWrapper .ImageBlock a:hover span{
}@media (max-width:768px) {#PageWrapper .ImageBlock a:hover span{
}}@media (max-width:447px) {#PageWrapper .ImageBlock a:hover span{
}}#PageWrapper .Stripe1 .ImageBlock a:hover span, html.mobile #PageWrapper .Stripe1 .ImageBlock a:hover span{
}html.mobile #PageWrapper .Stripe1 .ImageBlock a:hover span{
}@media (max-width:768px) {#PageWrapper .Stripe1 .ImageBlock a:hover span{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .ImageBlock a:hover span{
}}#PageWrapper .Stripe2 .ImageBlock a:hover span, html.mobile #PageWrapper .Stripe2 .ImageBlock a:hover span{
}html.mobile #PageWrapper .Stripe2 .ImageBlock a:hover span{
}@media (max-width:768px) {#PageWrapper .Stripe2 .ImageBlock a:hover span{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .ImageBlock a:hover span{
}}#PageWrapper .Stripe3 .ImageBlock a:hover span, html.mobile #PageWrapper .Stripe3 .ImageBlock a:hover span{
}html.mobile #PageWrapper .Stripe3 .ImageBlock a:hover span{
}@media (max-width:768px) {#PageWrapper .Stripe3 .ImageBlock a:hover span{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .ImageBlock a:hover span{
}}#PageWrapper #Header .WebsiteName, html.mobile #PageWrapper #Header .WebsiteName{
}html.mobile #PageWrapper #Header .WebsiteName{
}@media (max-width:768px) {#PageWrapper #Header .WebsiteName{
}}@media (max-width:447px) {#PageWrapper #Header .WebsiteName{
}}#PageWrapper #Header .Tagline, html.mobile #PageWrapper #Header .Tagline{
}html.mobile #PageWrapper #Header .Tagline{
}@media (max-width:768px) {#PageWrapper #Header .Tagline{
}}@media (max-width:447px) {#PageWrapper #Header .Tagline{
}}#PageWrapper #Header .WebsiteName a, html.mobile #PageWrapper #Header .WebsiteName a{
}html.mobile #PageWrapper #Header .WebsiteName a{
}@media (max-width:768px) {#PageWrapper #Header .WebsiteName a{
}}@media (max-width:447px) {#PageWrapper #Header .WebsiteName a{
}}#PageWrapper #Header .WebsiteName a:link, html.mobile #PageWrapper #Header .WebsiteName a:link{
}html.mobile #PageWrapper #Header .WebsiteName a:link{
}@media (max-width:768px) {#PageWrapper #Header .WebsiteName a:link{
}}@media (max-width:447px) {#PageWrapper #Header .WebsiteName a:link{
}}#PageWrapper #Header .WebsiteName a:visited, html.mobile #PageWrapper #Header .WebsiteName a:visited{
}html.mobile #PageWrapper #Header .WebsiteName a:visited{
}@media (max-width:768px) {#PageWrapper #Header .WebsiteName a:visited{
}}@media (max-width:447px) {#PageWrapper #Header .WebsiteName a:visited{
}}#PageWrapper #Header .WebsiteName a:hover, html.mobile #PageWrapper #Header .WebsiteName a:hover{
}html.mobile #PageWrapper #Header .WebsiteName a:hover{
}@media (max-width:768px) {#PageWrapper #Header .WebsiteName a:hover{
}}@media (max-width:447px) {#PageWrapper #Header .WebsiteName a:hover{
}}body #PageWrapper .Ezine2, body #PageWrapper .Ezine, html.mobile body #PageWrapper .Ezine2, body #PageWrapper .Ezine{border-color:#000000;border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:#cfe4f0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;
overflow:hidden;}html.mobile body #PageWrapper .Ezine2, body #PageWrapper .Ezine{
}@media (max-width:768px) {body #PageWrapper .Ezine2, body #PageWrapper .Ezine{
}}@media (max-width:447px) {body #PageWrapper .Ezine2, body #PageWrapper .Ezine{
}}#PageWrapper .Stripe1 .Ezine2, body #PageWrapper .Stripe1 .Ezine, html.mobile #PageWrapper .Stripe1 .Ezine2, body #PageWrapper .Stripe1 .Ezine{
}html.mobile #PageWrapper .Stripe1 .Ezine2, body #PageWrapper .Stripe1 .Ezine{
}@media (max-width:768px) {#PageWrapper .Stripe1 .Ezine2, body #PageWrapper .Stripe1 .Ezine{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .Ezine2, body #PageWrapper .Stripe1 .Ezine{
}}#PageWrapper .Stripe2 .Ezine2, body #PageWrapper .Stripe2 .Ezine, html.mobile #PageWrapper .Stripe2 .Ezine2, body #PageWrapper .Stripe2 .Ezine{
}html.mobile #PageWrapper .Stripe2 .Ezine2, body #PageWrapper .Stripe2 .Ezine{
}@media (max-width:768px) {#PageWrapper .Stripe2 .Ezine2, body #PageWrapper .Stripe2 .Ezine{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .Ezine2, body #PageWrapper .Stripe2 .Ezine{
}}#PageWrapper .Stripe3 .Ezine2, body #PageWrapper .Stripe3 .Ezine, html.mobile #PageWrapper .Stripe3 .Ezine2, body #PageWrapper .Stripe3 .Ezine{
}html.mobile #PageWrapper .Stripe3 .Ezine2, body #PageWrapper .Stripe3 .Ezine{
}@media (max-width:768px) {#PageWrapper .Stripe3 .Ezine2, body #PageWrapper .Stripe3 .Ezine{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .Ezine2, body #PageWrapper .Stripe3 .Ezine{
}}body #PageWrapper .Ezine2 .EzineRow label, html.mobile body #PageWrapper .Ezine2 .EzineRow label{text-align:left;font-size:13px;color:#000000;text-transform:none;
}html.mobile body #PageWrapper .Ezine2 .EzineRow label{
}@media (max-width:768px) {body #PageWrapper .Ezine2 .EzineRow label{
}}@media (max-width:447px) {body #PageWrapper .Ezine2 .EzineRow label{
}}#PageWrapper .Stripe1 .Ezine2 .EzineRow label, html.mobile #PageWrapper .Stripe1 .Ezine2 .EzineRow label{
}html.mobile #PageWrapper .Stripe1 .Ezine2 .EzineRow label{
}@media (max-width:768px) {#PageWrapper .Stripe1 .Ezine2 .EzineRow label{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .Ezine2 .EzineRow label{
}}#PageWrapper .Stripe2 .Ezine2 .EzineRow label, html.mobile #PageWrapper .Stripe2 .Ezine2 .EzineRow label{
}html.mobile #PageWrapper .Stripe2 .Ezine2 .EzineRow label{
}@media (max-width:768px) {#PageWrapper .Stripe2 .Ezine2 .EzineRow label{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .Ezine2 .EzineRow label{
}}#PageWrapper .Stripe3 .Ezine2 .EzineRow label, html.mobile #PageWrapper .Stripe3 .Ezine2 .EzineRow label{
}html.mobile #PageWrapper .Stripe3 .Ezine2 .EzineRow label{
}@media (max-width:768px) {#PageWrapper .Stripe3 .Ezine2 .EzineRow label{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .Ezine2 .EzineRow label{
}}body #PageWrapper .Ezine2 .EzineRow input, html.mobile body #PageWrapper .Ezine2 .EzineRow input{border-color:rgb(217, 217, 217);border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:#ffffff;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;text-align:left;font-size:15px;color:#000000;font-weight:bold;margin-left:6px;margin-top:6px;margin-bottom:6px;margin-right:6px;padding-left:11px;padding-right:11px;padding-top:11px;padding-bottom:11px;
overflow:hidden;}html.mobile body #PageWrapper .Ezine2 .EzineRow input{
}@media (max-width:768px) {body #PageWrapper .Ezine2 .EzineRow input{
}}@media (max-width:447px) {body #PageWrapper .Ezine2 .EzineRow input{
}}#PageWrapper .Stripe1 .Ezine2 .EzineRow input[type=text], html.mobile #PageWrapper .Stripe1 .Ezine2 .EzineRow input[type=text]{
}html.mobile #PageWrapper .Stripe1 .Ezine2 .EzineRow input[type=text]{
}@media (max-width:768px) {#PageWrapper .Stripe1 .Ezine2 .EzineRow input[type=text]{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .Ezine2 .EzineRow input[type=text]{
}}#PageWrapper .Stripe2 .Ezine2 .EzineRow input[type=text], html.mobile #PageWrapper .Stripe2 .Ezine2 .EzineRow input[type=text]{
}html.mobile #PageWrapper .Stripe2 .Ezine2 .EzineRow input[type=text]{
}@media (max-width:768px) {#PageWrapper .Stripe2 .Ezine2 .EzineRow input[type=text]{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .Ezine2 .EzineRow input[type=text]{
}}#PageWrapper .Stripe3 .Ezine2 .EzineRow input[type=text], html.mobile #PageWrapper .Stripe3 .Ezine2 .EzineRow input[type=text]{
}html.mobile #PageWrapper .Stripe3 .Ezine2 .EzineRow input[type=text]{
}@media (max-width:768px) {#PageWrapper .Stripe3 .Ezine2 .EzineRow input[type=text]{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .Ezine2 .EzineRow input[type=text]{
}}#PageWrapper .Ezine2 .EzineButton, html.mobile #PageWrapper .Ezine2 .EzineButton{border-color:#ffffff;border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;background-color:#fed11d;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;font-size:14px;color:#000000;letter-spacing:1px;font-weight:bold;margin-left:6px;margin-top:6px;margin-bottom:6px;margin-right:6px;padding-left:22px;padding-right:22px;padding-top:10px;padding-bottom:10px;
overflow:hidden;}html.mobile #PageWrapper .Ezine2 .EzineButton{
}@media (max-width:768px) {#PageWrapper .Ezine2 .EzineButton{
}}@media (max-width:447px) {#PageWrapper .Ezine2 .EzineButton{
}}#PageWrapper .Stripe1 .Ezine2 .EzineButton, html.mobile #PageWrapper .Stripe1 .Ezine2 .EzineButton{
}html.mobile #PageWrapper .Stripe1 .Ezine2 .EzineButton{
}@media (max-width:768px) {#PageWrapper .Stripe1 .Ezine2 .EzineButton{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .Ezine2 .EzineButton{
}}#PageWrapper .Stripe2 .Ezine2 .EzineButton, html.mobile #PageWrapper .Stripe2 .Ezine2 .EzineButton{
}html.mobile #PageWrapper .Stripe2 .Ezine2 .EzineButton{
}@media (max-width:768px) {#PageWrapper .Stripe2 .Ezine2 .EzineButton{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .Ezine2 .EzineButton{
}}#PageWrapper .Stripe3 .Ezine2 .EzineButton, html.mobile #PageWrapper .Stripe3 .Ezine2 .EzineButton{
}html.mobile #PageWrapper .Stripe3 .Ezine2 .EzineButton{
}@media (max-width:768px) {#PageWrapper .Stripe3 .Ezine2 .EzineButton{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .Ezine2 .EzineButton{
}}#PageWrapper .Ezine2 a, html.mobile #PageWrapper .Ezine2 a{
}html.mobile #PageWrapper .Ezine2 a{
}@media (max-width:768px) {#PageWrapper .Ezine2 a{
}}@media (max-width:447px) {#PageWrapper .Ezine2 a{
}}#PageWrapper .Ezine2 a:link, html.mobile #PageWrapper .Ezine2 a:link{
}html.mobile #PageWrapper .Ezine2 a:link{
}@media (max-width:768px) {#PageWrapper .Ezine2 a:link{
}}@media (max-width:447px) {#PageWrapper .Ezine2 a:link{
}}#PageWrapper .Stripe1 .Ezine2 a:link, html.mobile #PageWrapper .Stripe1 .Ezine2 a:link{
}html.mobile #PageWrapper .Stripe1 .Ezine2 a:link{
}@media (max-width:768px) {#PageWrapper .Stripe1 .Ezine2 a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .Ezine2 a:link{
}}#PageWrapper .Stripe2 .Ezine2 a:link, html.mobile #PageWrapper .Stripe2 .Ezine2 a:link{
}html.mobile #PageWrapper .Stripe2 .Ezine2 a:link{
}@media (max-width:768px) {#PageWrapper .Stripe2 .Ezine2 a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .Ezine2 a:link{
}}#PageWrapper .Stripe3 .Ezine2 a:link, html.mobile #PageWrapper .Stripe3 .Ezine2 a:link{
}html.mobile #PageWrapper .Stripe3 .Ezine2 a:link{
}@media (max-width:768px) {#PageWrapper .Stripe3 .Ezine2 a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .Ezine2 a:link{
}}#PageWrapper .Ezine2 a:visited, html.mobile #PageWrapper .Ezine2 a:visited{
}html.mobile #PageWrapper .Ezine2 a:visited{
}@media (max-width:768px) {#PageWrapper .Ezine2 a:visited{
}}@media (max-width:447px) {#PageWrapper .Ezine2 a:visited{
}}#PageWrapper .Stripe1 .Ezine2 a:visited, html.mobile #PageWrapper .Stripe1 .Ezine2 a:visited{
}html.mobile #PageWrapper .Stripe1 .Ezine2 a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe1 .Ezine2 a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .Ezine2 a:visited{
}}#PageWrapper .Stripe2 .Ezine2 a:visited, html.mobile #PageWrapper .Stripe2 .Ezine2 a:visited{
}html.mobile #PageWrapper .Stripe2 .Ezine2 a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe2 .Ezine2 a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .Ezine2 a:visited{
}}#PageWrapper .Stripe3 .Ezine2 a:visited, html.mobile #PageWrapper .Stripe3 .Ezine2 a:visited{
}html.mobile #PageWrapper .Stripe3 .Ezine2 a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe3 .Ezine2 a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .Ezine2 a:visited{
}}#PageWrapper .Ezine2 a:hover, html.mobile #PageWrapper .Ezine2 a:hover{
}html.mobile #PageWrapper .Ezine2 a:hover{
}@media (max-width:768px) {#PageWrapper .Ezine2 a:hover{
}}@media (max-width:447px) {#PageWrapper .Ezine2 a:hover{
}}#PageWrapper .Stripe1 .Ezine2 a:hover, html.mobile #PageWrapper .Stripe1 .Ezine2 a:hover{
}html.mobile #PageWrapper .Stripe1 .Ezine2 a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe1 .Ezine2 a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .Ezine2 a:hover{
}}#PageWrapper .Stripe2 .Ezine2 a:hover, html.mobile #PageWrapper .Stripe2 .Ezine2 a:hover{
}html.mobile #PageWrapper .Stripe2 .Ezine2 a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe2 .Ezine2 a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .Ezine2 a:hover{
}}#PageWrapper .Stripe3 .Ezine2 a:hover, html.mobile #PageWrapper .Stripe3 .Ezine2 a:hover{
}html.mobile #PageWrapper .Stripe3 .Ezine2 a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe3 .Ezine2 a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .Ezine2 a:hover{
}}
#PageWrapper .Stripe1, html.mobile #PageWrapper .Stripe1{
}html.mobile #PageWrapper .Stripe1{
}@media (max-width:768px) {#PageWrapper .Stripe1{
}}@media (max-width:447px) {#PageWrapper .Stripe1{
}}#PageWrapper .Stripe1 .StripeLiner, html.mobile #PageWrapper .Stripe1 .StripeLiner{
}html.mobile #PageWrapper .Stripe1 .StripeLiner{
}@media (max-width:768px) {#PageWrapper .Stripe1 .StripeLiner{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .StripeLiner{
}}#PageWrapper .Stripe2, html.mobile #PageWrapper .Stripe2{
}html.mobile #PageWrapper .Stripe2{
}@media (max-width:768px) {#PageWrapper .Stripe2{
}}@media (max-width:447px) {#PageWrapper .Stripe2{
}}#PageWrapper .Stripe2 .StripeLiner, html.mobile #PageWrapper .Stripe2 .StripeLiner{
}html.mobile #PageWrapper .Stripe2 .StripeLiner{
}@media (max-width:768px) {#PageWrapper .Stripe2 .StripeLiner{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .StripeLiner{
}}#PageWrapper .Stripe3, html.mobile #PageWrapper .Stripe3{
}html.mobile #PageWrapper .Stripe3{
}@media (max-width:768px) {#PageWrapper .Stripe3{
}}@media (max-width:447px) {#PageWrapper .Stripe3{
}}#PageWrapper .Stripe3 .StripeLiner, html.mobile #PageWrapper .Stripe3 .StripeLiner{
}html.mobile #PageWrapper .Stripe3 .StripeLiner{
}@media (max-width:768px) {#PageWrapper .Stripe3 .StripeLiner{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .StripeLiner{
}}body .eucookiebar, html.mobile body .eucookiebar{background-color:#fed11d;
}html.mobile body .eucookiebar{
}@media (max-width:768px) {body .eucookiebar{
}}@media (max-width:447px) {body .eucookiebar{
}}body .eucookiebar p, html.mobile body .eucookiebar p{color:#000000;
}html.mobile body .eucookiebar p{
}@media (max-width:768px) {body .eucookiebar p{
}}@media (max-width:447px) {body .eucookiebar p{
}}body .eucookiebar button, html.mobile body .eucookiebar button{
}html.mobile body .eucookiebar button{
}@media (max-width:768px) {body .eucookiebar button{
}}@media (max-width:447px) {body .eucookiebar button{
}}body .eucookiebar button:hover, html.mobile body .eucookiebar button:hover{
}html.mobile body .eucookiebar button:hover{
}@media (max-width:768px) {body .eucookiebar button:hover{
}}@media (max-width:447px) {body .eucookiebar button:hover{
}}body .eucookiebar a, html.mobile body .eucookiebar a{color:#044a83;
}html.mobile body .eucookiebar a{
}@media (max-width:768px) {body .eucookiebar a{
}}@media (max-width:447px) {body .eucookiebar a{
}}body .eucookiebar a:link, html.mobile body .eucookiebar a:link{color:#044a83;
}html.mobile body .eucookiebar a:link{
}@media (max-width:768px) {body .eucookiebar a:link{
}}@media (max-width:447px) {body .eucookiebar a:link{
}}body .eucookiebar a:visited, html.mobile body .eucookiebar a:visited{color:#044a83;
}html.mobile body .eucookiebar a:visited{
}@media (max-width:768px) {body .eucookiebar a:visited{
}}@media (max-width:447px) {body .eucookiebar a:visited{
}}body .eucookiebar a:hover, html.mobile body .eucookiebar a:hover{color:#000000;
}html.mobile body .eucookiebar a:hover{
}@media (max-width:768px) {body .eucookiebar a:hover{
}}@media (max-width:447px) {body .eucookiebar a:hover{
}}#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before{
}html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before{
}@media (max-width:768px) {#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before{
}}@media (max-width:447px) {#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before{
}}#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem{
}html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem{
}@media (max-width:768px) {#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem{
}}@media (max-width:447px) {#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem{
}}#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a{
}html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a{
}@media (max-width:768px) {#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a{
}}@media (max-width:447px) {#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a{
}}#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:link, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:link{
}html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:link{
}@media (max-width:768px) {#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:link{
}}@media (max-width:447px) {#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:link{
}}#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:hover, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:hover{
}html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:hover{
}@media (max-width:768px) {#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:hover{
}}@media (max-width:447px) {#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:hover{
}}#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:visited, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:visited{
}html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:visited{
}@media (max-width:768px) {#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:visited{
}}@media (max-width:447px) {#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem a:visited{
}}/* footer css */
/* font AvantGardeRegular definition */
@font-face {
    font-family: AvantGardeRegular;
    font-display: fallback;
    src: url('/css_webfonts/avantgarde-webfont.eot');
    src: url('/css_webfonts/avantgarde-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/avantgarde-webfont.woff') format('woff'),
         url('/css_webfonts/avantgarde-webfont.ttf') format('truetype'),
         url('/css_webfonts/avantgarde-webfont.svg#webfontILwWK1qr') format('svg');
    font-weight: normal;
    font-style: normal;
} 
.page_footer_container {
    width:100%; max-width: 500px;
    margin: 12px auto;
}

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

.page_footer_liner {
    padding: 12px;	
}

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

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

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

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

body,
p {
font-family: 'Montserrat', Helvetica, Arial, sans-serif;
line-height: 1.65;
}

#NavColumn .Liner,
#Footer .Liner p,
#PageWrapper .CalloutBox p,
#PageWrapper .ReminderBox p {
font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4,
#PageWrapper h1,
#PageWrapper h2,
#PageWrapper h3,
#PageWrapper h4,
#PageWrapper .CalloutBox h2,
#PageWrapper .CalloutBox h3,
#PageWrapper .CalloutBox h4,
#PageWrapper .ReminderBox h2,
#PageWrapper .ReminderBox h3,
#PageWrapper .ReminderBox h4,
#PageWrapper .WhatsNew h2,
#PageWrapper .WhatsNew h3 {
font-family: 'Montserrat', Helvetica, Arial, sans-serif;
font-weight: 700;
line-height: 1.3;
letter-spacing: 0em;
margin: 1.5em 0 0.75em;
}

h1,
#PageWrapper h1 {
margin-top: 1.5em;
}

#PageWrapper .CalloutBox h2,
#PageWrapper .CalloutBox h3,
#PageWrapper .CalloutBox h4 {
font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

h4,
#PageWrapper h4,
#PageWrapper .CalloutBox h4,
#PageWrapper .ReminderBox h4 {
font-family: 'Montserrat', Helvetica, Arial, sans-serif;
letter-spacing: 0.06em;
}

h1 + h2,
h1 + h3,
h1 + h4 {
margin-top: -1em;
}

#PageWrapper h1 {
margin: 0.5em auto 1em;
}

#PageWrapper #Footer p {
margin: 10px 0;
}

ul li,
ol li {
margin-top: 10px;
margin-bottom: 10px;
}

a:hover img {
opacity: 0.75;
}

/* ------ SITE STRUCTURE ------ */

body {
padding: 0;
}

#PageWrapper {
max-width: 100%;
margin: 0 auto;
}

#HeaderWrapper {
width: 100%;
max-width: 100%;
float: left;
}

.SS_BB2 #PageWrapper {
padding-top: 0;
}
.SS_BB2 #HeaderWrapper {
float: initial;
position: relative;
top: initial;
z-index: initial;
}

#Header {
width: 100%;
max-width: 1160px;
margin: 0 auto;
}

#PageWrapper #Header .Liner {
padding: 37px 20px 0;
min-height: 100px;
box-sizing: border-box;
position: initial;
}

#ColumnsWrapper {
width: 100%;
max-width: 1160px;
margin: 0 auto;
}

#ContentColumn {
width: 100%;
max-width: calc(100% - 375px);
float: left;
}

.modern #ContentColumn .Liner {
background: none;
border: none;
}

#ContentColumn .Liner {
padding: 20px 25px 60px 50px;
}

#NavColumn {
width: 100%;
max-width: 375px;
float: right;
}

#NavColumn .Liner {
padding: 20px 50px 60px 25px;
}

#PageWrapper #FooterWrapper {
}

#Footer {
width: 100%;
max-width: 1160px;
margin: 0 auto;
}

#Footer .Liner {
padding: 30px 50px;
}

@media only screen and (max-width: 1023px) {
#PageWrapper #ContentColumn .Liner {
padding: 20px 30px 50px;
}
#ContentColumn {
float: left;
max-width: 100%;
}
#NavWrapper {
float: left;
width: 100%;
}
#NavColumn {
float: none;
margin: 0 auto;
}
}

@media only screen and (max-width: 768px) {
#PageWrapper.modern {
padding: 0;
}
#PageWrapper #HeaderWrapper {
border-bottom: 1px solid #ccc;
}
#Header .Liner {
min-height: 86px;
padding: 46px 15px 5px;
}
.modern #ContentColumn {
float: left;
}
#PageWrapper #ContentColumn .Liner {
padding: 20px 20px 50px;
}
#NavColumn .Liner {
padding: 20px 10px 30px;
}
.modern #NavColumn {
max-width: 320px;
float: none;
margin: 0 auto;
}
.modern #Footer .Liner {
padding: 20px 10px;
}
}

@media only screen and (max-width: 640px) {
#PageWrapper #ContentColumn .Liner {
}
#PageWrapper #Header .Liner {
padding: 37px 10px 0;
}
.modern #Footer .Liner {
padding: 15px 10px;
}
}

/* ------ WEBSITE NAME ------ */

#PageWrapper #Header .Tagline {
display: none;
}

#PageWrapper #Header .WebsiteName {
font-size: 0;
color: #0000;
width: 242px;
height: 147px;
display: block;
box-sizing: border-box;
text-align: center;
float: left;
margin: 20px;
}

#PageWrapper #Header .WebsiteName a {
display: inline-block;
width: 242px;
height: 147px;
max-width: 242px;
margin: 0;
}

#PageWrapper #Header .WebsiteName a:hover {
opacity: 0.8;
}

.SS_BB2 #PageWrapper #Header .WebsiteName,
.SS_BB2  #PageWrapper #Header .WebsiteName a,
.SS_BB2 #PageWrapper #Header .Tagline {
width: 100%;
float: none;
}
.SS_BB2 #PageWrapper #HeaderWrapper {
position: relative;
}

#PageWrapper #Header .WebsiteName a {
color: transparent;
padding: 0;
background: url("https://www.mybackyardicerink.com/image-files/logo-483x293.png") no-repeat top left;
background-size: 100%;
width: 242px;
height: 147px;
opacity: 1;
}

#PageWrapper #Header .WebsiteName a:link {
background-color: transparent;
}

@media only screen and (max-width: 768px) {
#PageWrapper #Header .WebsiteName {
margin: 10px 0;
}
#PageWrapper #Header .WebsiteName,
#PageWrapper #Header .WebsiteName a {
width: 194px;
height: 118px;
}
}

@media only screen and (max-width: 447px) {
#PageWrapper #Header .WebsiteName {
margin: 5px 0;
}
#PageWrapper #Header .WebsiteName,
#PageWrapper #Header .WebsiteName a {
width: 174px;
height: 107px;
margin-left: -3px;
}
}

/* ------ NAVIGATION ------ */

#PageWrapper .ResponsiveNavWrapper {
}

#PageWrapper #Header div.HorizontalNavBar {
width: 100%;
position: relative;
padding: 24px 2000px 22px;
margin: 0 -2000px;
background: #0085d0;
top: initial;
right: initial;
clear: both;
}

.SS_BB2 #PageWrapper #Header div.HorizontalNavBar {
padding: 0;
margin: 0;
}

#PageWrapper div.HorizontalNavBar ul.root {
font-size: 15px;
max-width: 100%;
padding: 0;
margin: 0 auto;
display: block;
box-sizing: border-box;
font-family: 'Abel', Helvetica, Arial, sans-serif;
font-weight: 400;
letter-spacing: 0.02em;
}

#PageWrapper div.HorizontalNavBar ul span.navheader,
#PageWrapper div.HorizontalNavBar ul .li1 a {
letter-spacing: -0.01em;
padding: 6px 12px 6px;
opacity: 1;
}

#PageWrapper div.HorizontalNavBar ul span.navheader {
padding: 6px 17px 6px 17px;
}

#PageWrapper div.HorizontalNavBar .li1 {
display: inline-block;
float: none;
margin: 0;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader,
#PageWrapper div.HorizontalNavBar ul .li2 a {
padding: 5px 10px 5px 10px;
}

#PageWrapper div.HorizontalNavBar ul ul {
padding: 12px 15px 12px 15px;
width: 180px;
right: initial;
background: #f4f4f4;
left: 1px;
border-radius: 2px 2px 4px 4px;
top: 40px;
}

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

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

#PageWrapper div.HorizontalNavBar .li1 .li2 {
border: 0;
display: block;
}

#PageWrapper div.HorizontalNavBar ul .li2 span.navheader,
#PageWrapper div.HorizontalNavBar ul .li2 a {
opacity: 1;
text-transform: none;
line-height: 1.4;
}

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

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

#PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
border-width: 0.1em 0.1em 0 0;
border-color: #333;
}

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

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

@media only screen and (max-width: 768px) {
.ResponsiveNavReady .ResponsiveNav {
background: #fff;
}
.ResponsiveNavActive .ResponsiveNav {
padding: 17px 10px 15px;
}
#PageWrapper #Header div.HorizontalNavBar {
top: 1px;
}
#PageWrapper .ResponsiveNavWrapper {
background: none;
width: auto;
}
#PageWrapper div.HorizontalNavBar ul.root {
max-width: 100%;
padding: 0;
margin: auto;
display: initial;
}
.ResponsiveNav ul {
width: 100%;
box-sizing: border-box;
padding-right: 20px;
}
.ResponsiveNavButton {
position: absolute;
border: 0 solid #fff;
background: #0085d0;
padding: 0 10px;
}
.ResponsiveNavReady .ResponsiveNavButton,
.ResponsiveNavActive .ResponsiveNavButton {
width: 56px;
top: 46px;
right: 16px;
padding: 0 2px;
}
.ResponsiveNavButton span {
display: block;
color: rgba(0,0,0,0);
font-size: 1px;
background: url("https://www.mybackyardicerink.com/image-files/menu-white.png") no-repeat center center;
background-size: 30px 25px;
width: 56px;
height: 50px;
box-sizing: border-box;
padding: 0;
border-radius: 4px;
}
.ResponsiveNavActive .ResponsiveNavButton span {
background: url("https://www.mybackyardicerink.com/image-files/menu-x.png") no-repeat center center #222;
background-size: 30px 25px;
width: 56px;
height: 50px;
border-radius: 4px;
}
.ResponsiveNavButton {
width: 56px;
padding: 0;
border-radius: 4px;
}
.ResponsiveNavButton:hover {
background: #0071b4;
border: 0 solid #fff;
}
.ResponsiveNavActive .ResponsiveNav {
display: block;
float: left;
padding: 5px 10px 15px;
width: 100%;
}
.ResponsiveNav a {
color: #0071b4;
font-weight: bold;
padding: 4px 0;
background: none;
}
.ResponsiveNav a:hover {
color: #0085d0;
background: none;
}
}

@media only screen and (max-width: 640px) {
.ResponsiveNavReady .ResponsiveNavButton,
.ResponsiveNavActive .ResponsiveNavButton {
right: 6px;
}
}

/* ------ BUTTON ELEMENTS ------ */

.ss-ui-bootstrap .btn-primary {
color: #fff !important;
background-color: #343434 !important;
border-color: #fff !important;
text-decoration: none !important;
padding: 16px 27px 15px !important;
border-radius: 4px !important;
font-weight: 700 !important;
font-size: 15px !important;
letter-spacing: .08em !important;
text-transform: uppercase;
margin-top: 10px;
}

.ss-ui-bootstrap .btn-primary:hover {
background: #0085d0 !important;
color: #fff !important;
}

.ss-ui-bootstrap .btn {
white-space: initial !important;
}

/* ------ HORIZONTAL LINE - DIVIDER ------ */

hr {
border-style: solid;
width: 100%;
border-width: 1px 0 0 0;
margin: 35px auto 35px;
}

@media only screen and (max-width: 768px) {
hr {
margin: 20px auto 20px;
}
}

/* ------ FACEBOOK COMMENTS ------ */

.fb-like,
.fb-like span,
.fb-like span iframe,
.fb-comment,
.fb-comments,
.fb-comments span,
.fb-comments span iframe {
width: 100% !important;
}

/* ------ FORMS ------ */

#PageWrapper .Ezine2 .EzineButton {
cursor: pointer;
}

table.formwrapper input[type="text"],
table.formwrapper textarea {
background-color: #FFF;
border-radius: 2px;
border: 0.1em solid #aaa;
padding: 10px 2%;
line-height: 23px;
font-size: 17px;
width: 96%;
}

table.formwrapper h2 {
text-align: left !important;
}

table.formwrapper label {
padding-top: 20px;
float: left;
}

table.formwrapper p input {
min-width: 250px;
clear: both;
float: left;
width: 250px;
}

table.formwrapper p a {
float: left;
clear: both;
display: block;
}

table.formwrapper input[type="submit"] {
float: left;
padding: 10px 25px;
border: 2px solid #fff;
border-radius: 3px;
background: #343434;
color: #fff;
text-transform: uppercase;
font-size: 17px;
margin: 20px 0;
cursor: pointer;
-webkit-appearance: none;
}

table.formwrapper input[type="submit"]:hover {
background: #0085d0;
}

table.formwrapper textarea {
margin-left: -5px
}

/* ------ REMINDER BOX ------ */

@media only screen and (max-width: 600px) {
#PageWrapper .ReminderBox {
width: 50%;
}
}

/* ------ BELOW FOOTER ------ */

.BottomFooterWrapper {
clear: both;
float: left;
width: 100%;
background: #0085d0;
}

.BottomFooter {
width: 100%;
max-width: 1050px;
margin: 0 auto;
}

.BottomFooter .Liner {
padding: 30px 5% 30px;
}

.BottomFooter p {
font-size: 15px;
color: #ddd;
text-align: center;
margin: 10px 0;
}

.BottomFooter a:link,
.BottomFooter a:visited,
.BottomFooter a:hover {
font-weight: bold;
text-decoration: none;
color: #eee;
}

.BottomFooter a:hover {
color: #fff;
}

/* ------ BELOW HEADER ------ */

.BelowHeaderBanner {
width: 100%;
margin: 0 auto;
padding: 0;
clear: both;
}

#PageWrapper .BelowHeaderBanner .ImageBlock {
margin: 0;
}

/* ------ CONTACT BAR ------ */

.ContactBar {
position: fixed;
top: 0;
right: 0;
left: 0;
width: 100%;
background: #eaeaea;
z-index: 9999;
}

.ContactBar p,
.ContactBar ul li {
font-family: 'Abel', Helvetica, Arial, sans-serif;
font-size: 14px;
color: #000;
font-weight: 400;
text-transform: uppercase;
margin: 5px 0;
}

.ContactBar a:link,
.ContactBar a:visited,
.ContactBar a:hover {
text-decoration: underline;
color: #000;
}

.ContactBar a:hover {
color: #0085d0;
}

.ContactBar ul {
margin: 0 auto;
padding: 1px 0 5px;
width: 100%;
text-align: center;
}

.ContactBar ul li {
list-style-type: none;
padding: 7px 0 5px;
display: inline-block;
margin: 0 15px;
}

.ContactBar ul li:first-child {
padding-left: 27px;
background: url("/image-files/icon-phone-44x40.png") no-repeat left 8px transparent;
background-size: auto 65%;
}

.ContactBar ul li:last-child {
padding-left: 33px;
background: url("/image-files/icon-contact-56x40.png") no-repeat left 8px transparent;
background-size: auto 65%;
}

.ContactBar .MobileText {
display: none;
}

@media only screen and (max-width: 768px) {
.ContactBar .MobileText {
display: block;
}
.ContactBar .DesktopText {
display: none;
}
}

/* ------ SHOP HEADER ------ */

.ShopHeader {
float: right;
max-width: 200px;
margin: 21px 20px 0 0;
}

.ShopHeader p {
margin: 10px 0 0;
font-size: 14px;
line-height: 1.5;
}

@media only screen and (max-width: 768px) {
.ShopHeader {
margin: 57px 2px 8px 0;
}
.ShopHeader p {
display: none;
}
.ShopHeader .ss-ui-bootstrap .btn-primary {
padding: 16px 17px 15px !important;
}
}

/* ----- SOCIALIZE IT SHARING ICONS ------ */

.CustomSharing {
width: 100%;
clear: both;
margin: 50px auto 20px;
}

.socializeIt-responsive .shareHeader {
width: 100% !important;
text-align: center;
margin-bottom: 5px;
}

.CustomSharing .socializeIt {
border: 0 !important;
max-width: none !important;
padding: 0 !important;
display: block;
margin: 30px auto 0;
}

.CustomSharing .socializeIt ul.socialMedia {
display: table;
width: 100%;
margin: 0 auto;
text-align: center;
}

.CustomSharing .socialMedia li {
display: inline-block !important;
}

.CustomSharing .socializeIt ul li {
display: inline;
width: 42px;
padding: 2px 4px;
}

.socializeIt-responsive.narrow .socialIcon span,
.CustomSharing .socializeIt li a span {
display: none !important;
}

.CustomSharing .socializeIt i {
width: 34px;
height: 34px;
}

.CustomSharing .socializeIt i:hover {
color: #333 !important;
}

/* ------ CUSTOM SEARCH ------ */

.CustomSearch {
padding: 10px 15px;
max-width: 100%;
margin: 18px auto;
min-width: 270px;
box-sizing: border-box;
float: none;
}

.CustomSearchBox {
margin: 0;
position: relative;
width: 100%;
height: auto;
float: none;
}

.CustomSearchBox form {
text-align: center;
border: 1px solid #bbb;
display: table;
border-radius: 4px;
width: 100%;
}

.CustomSearchBox input[type="text"] {
margin: 0;
width: calc(100% - 46px);
padding: 11px 12px 9px 17px;
border-radius: 4px 0 0 4px;
height: 48px;
-webkit-appearance: none;
font-size: 13px;
color: #333;
border: 0;
background: #fff;
text-align: left;
line-height: 48px;
float: left;
box-sizing: border-box;
}

.CustomSearchBox input[type="submit"] {
color: transparent;
background: url("/image-files/icon-search-48x48.png") no-repeat #fff;
font-size: 12px;
height: 48px;
width: 46px;
cursor: pointer;
-webkit-appearance: none;
border: 0;
padding: 0;
margin-bottom: 0px;
margin-right: 0px;
border-radius: 0 4px 4px 0;
background-size: 25px;
background-position: center center;
margin: 0;
float: left;
opacity: 0.7;
}

.CustomSearchBox:hover input[type="text"] {
color: #000;
}

.CustomSearchBox input[type="submit"]:hover {
opacity: 1;
}

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

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

/* ------ SOCIAL ICONS ------ */

.SocialIcons {
padding: 0;
margin: 15px auto 30px;
box-sizing: border-box;
width: 100%;
}

.SocialIcons ul {
padding: 0;
margin: 0;
line-height: 0;
text-align: center;
}

.SocialIcons ul li {
padding: 0;
margin: 0;
display: inline-block;
background: none;
}

.SocialIcons ul li.SocialIconsText {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
color: #444;
letter-spacing: 0.1em;
vertical-align: top;
margin: 15px 0;
display: inline-block;
width: 100%;
box-sizing: border-box;
}

.SocialIcons ul li a {
display: block;
width: 26px;
height: 29px;
background-size: 25px !important;
background-position: center center;
background-repeat: no-repeat;
margin: 0;
border-radius: 50%;
background-color: transparent;
opacity: 1;
}

.SocialIcons ul li a:hover {
opacity: 0.5;
}

.SocialIcons ul li a.SocialIconFacebook {
background-image: url('/image-files/social-icon-faceboook.png');
}

.SocialIcons ul li a.SocialIconPinterest {
background-image: url('/image-files/social-icon-pinterest.png');
}

.SocialIcons ul li a.SocialIconTwitter {
background-image: url('/image-files/social-icon-twitter.png');
}

.SocialIcons ul li a.SocialIconInstagram {
background-image: url('/image-files/social-icon-instagram.png');
}

.SocialIcons ul li a.SocialIconYoutube {
background-image: url('/image-files/social-icon-youtube.png');
}

.SocialIcons ul li a.SocialIconRSS {
background-image: url('/image-files/social-icon-rss.png');
}

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

/* ------ BACK TO TOP ------ */

.backtotop {
position: absolute;
top: 0;
}

#PageWrapper #Footer a#btnTop {
display: none;
position: fixed;
bottom: 80px;
right: 0;
z-index: 99999;
border: none;
outline: none;
background-color: #777c;
opacity: 1;
cursor: pointer;
padding: 10px 10px 10px 15px;
border-radius: 6px 0 0 6px;
border: 2px solid #fff;
border-right: 0;
font-size: 11px;
max-width: 44px;
line-height: 1.4;
color: #ddd;
text-decoration: none;
text-align: left;
transition: ease all 0.2s;
}

#PageWrapper #Footer a#btnTop:hover {
color: #fff;
background-color: #222;
}

/* ------ TESTIMONIAL CALLOUT BOX ------ */

#PageWrapper .CalloutBox.Testimonial {
position: relative;
overflow: visible;
padding: 30px 30px 50px;
margin: 60px 0;
border: 0;
}

.Testimonial:before,
.Testimonial:after {
content: "";
width: 44px;
height: 44px;
display: block;
position: absolute;
left: calc(50% - 22px);
top: -25px;
background: url("/image-files/quotes-open-120x120.png") no-repeat center center transparent;
background-size: 100%;
}

.Testimonial:after {
top: initial;
bottom: -25px;
background: url("/image-files/quotes-closed-120x120.png") no-repeat center center transparent;
background-size: 100%;
}

#PageWrapper .CalloutBox.Testimonial p {
text-align: left;
}

/* ------ HOMEPAGE HERO ------ */

.HomepageHero {
position: absolute;
width: 100%;
top: 0;
right: 0;
left: 0;
height: 100vh;
padding: 7.5vw 7.5vh;
overflow: hidden;
}

.HomepageHeroLiner {
position: relative;
height: 100%;
}

/*@media only screen and (max-width: 900px) and (max-height: 580px) {*/
@media only screen and (max-height: 600px) {
.HomepageHero {
min-height: 600px;
}
}

/* ------ HOMEPAGE HERO LOGO ------ */

.HomepageLogo {
width: 242px;
height: 147px;
display: block;
box-sizing: border-box;
text-align: center;
float: none;
margin: 20px auto 10vh;
}

.HomepageLogo a {
display: inline-block;
width: 242px;
height: 147px;
max-width: 242px;
}

.HomepageLogo a:hover {
opacity: 0.8;
}

.HomepageLogo a {
background: url("https://www.mybackyardicerink.com/image-files/logo-483x293.png") no-repeat top left;
background-size: 100%;
width: 242px;
height: 147px;
}

@media only screen and (max-width: 768px) {
.HomepageLogo {
margin: 52px auto 7.5vh;
}
.HomepageLogo,
.HomepageLogo a {
width: 194px;
height: 118px;
}
}

@media only screen and (max-width: 447px) {
.HomepageLogo {
margin: 45px auto 5vh;
}
.HomepageLogo,
.HomepageLogo a {
width: 174px;
height: 107px;
}
}

/* ------ HOME ANCHOR ------ */

.HomeTop {
display: block;
padding-top: 41px;
}

@media only screen and (max-width: 768px) {
.HomeTop {
padding-top: 41px;
margin-top: -45px;
}
}

/* ------ HOMEPAGE HERO CONTENT ------ */

.HomepageHeroContent {
width: 100%;
max-width: 750px;
margin: 0 auto;
}

.HomepageHeroContent p {
font-size: 22px;
line-height: 1.5;
margin-top: 4vh;
}

@media only screen and (max-width: 768px) {
.HomepageHeroContent p {
font-size: 18px;
margin-top: 20px;
}
}

/* ------ HOMEPAGE HERO ARROW ------ */

.HomepageHeroArrow {
position: absolute;
left: 0;
right: 0;
bottom: 50px;
width: 100%;
clear: both;
text-align: center;
}

.HomepageHeroArrow a {
display: inline-block;
height: 25px;
width: 30px;
background: url("/image-files/arrow-101x72.png") no-repeat center center transparent;
background-size: 100%;
}

@media only screen and (max-width: 768px) {
.HomepageHeroArrow {
bottom: 20px;
}
}

#Signature {
font-family:"Brush Script Std Medium";font-size:36px;color:#69c;font-style:italic; text-align:center;
}

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