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

.EzineCenter,
body #PageWrapper .Ezine2.EzineCenter,
html.mobile body #PageWrapper .Ezine2.EzineCenter {
    text-align: center;
}

.EzineRight,
body #PageWrapper .Ezine2.EzineRight,
html.mobile body #PageWrapper .Ezine2.EzineRight {
    text-align: right;
}

/* =ImageBlock - base */

a .Caption {
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#PageWrapper .noalignment {
    float: left;
}

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

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

/* =misc */

iframe {
    max-width: 100%;
}

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

hr {
    clear: both;
}

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

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

body {
    font-family: Verdana, Geneva, sans-serif;
    text-rendering: optimizeLegibility;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 0;
}

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

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

h1 {
    font-size: 200%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 133%;
}

h4 {
    font-size: 111%;
}

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

p {
    margin: 1em 0 0.5em;
}

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

body {
    margin: 0;
    padding: 0;
}

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

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

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

.Stripe2 {
    background: #e6e6e6;
}

.Stripe3 {
    background: #fbfbfb;
}

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

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

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

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

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

#ExtraWrapper {
    display: none;
}

/* =Header */

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

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

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

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

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

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

/* =ContentColumn */

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

/* =NavColumn */

#NavWrapper {
    display: none;
}

/* =Footer */

#FooterWrapper {
    clear: both;
}

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

/* =CalloutBox - custom */

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

/* =ReminderBox - custom */

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

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

/* =Navigation - custom */

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

/* =HorizontalNavBar - custom */

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

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

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

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

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

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

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

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

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

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

/* =ResponsiveNav - custom */

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

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

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

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

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

    .ResponsiveNavActive .ResponsiveNav {
        left: 0;
    }

    .ResponsiveNavActivated #PageWrapper {
        overflow: hidden;
    }

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

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

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

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

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

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

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

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

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

    }
}

/* =WhatsNew - custom */

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

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

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

.mobileOnly {
    display: none !important;
}

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

    .mobileOnly {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    #Header .Liner {
        padding-top: 1px;
    }
}
/* ============================== =stripe view switch ============================== */
.Stripe {
    position:relative;
}
.view-extended-block, .view-extended, .view-basic {
    display: none;
}

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

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

/* socialize it 3.0 */
.SocialDestinations span {
    display: none;
}
.SocialShare .socialIcon:hover {
    text-decoration: none;
}
.SocialShare .socialIcon {
    line-height: 2em;
    white-space: nowrap;
}
#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 */
.SocialShare.SocialShareSticky.SocialShareStickyRight.hidden,
.SocialShare.SocialShareSticky.SocialShareStickyRightNoTranslation.hidden {
      transform: translateY(-50%) translateX(100%);
}
.SocialShare.SocialShareSticky.SocialShareStickyLeft.hidden {
      transform: translateY(-50%) translateX(-100%);
}
.SocialShare.SocialShareSticky.SocialShareStickyTop.hidden {
      transform: translateY(-100%) translateX(-50%);
}
.SocialShare.SocialShareSticky.SocialShareStickyBottom.hidden {
      transform: translateY(100%) translateX(-50%);
}

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

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

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

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

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

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

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

/* font SourceSansProLight bold-italic definition */
@font-face {
    font-family: SourceSansProLight;
    font-display: fallback;
    src: url('/css_webfonts/sourcesansprolight-bold-italic-webfont.eot');
    src: url('/css_webfonts/sourcesansprolight-bold-italic-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/sourcesansprolight-bold-italic-webfont.woff') format('woff'),
         url('/css_webfonts/sourcesansprolight-bold-italic-webfont.ttf') format('truetype'),
         url('/css_webfonts/sourcesansprolight-bold-italic-webfont.svg#source_sans_proSBdIt') format('svg');
    font-weight: bold;
        font-style: italic;
} 
body, html.mobile body{font-family:SourceSansProLight, Arial, Helvetica, sans-serif;font-size:19px;color:#404040;
}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:#c0d3e1;
}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{
}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{
}html.mobile #PageWrapper{
}@media (max-width:768px) {#PageWrapper{
}}@media (max-width:447px) {#PageWrapper{
}}#PageWrapper h1, html.mobile #PageWrapper h1{font-size:40px;line-height:50px;font-weight:bold;
}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-family:SourceSansProLight, Arial, Helvetica, sans-serif;font-weight:bold;font-style:italic;
}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-family:SourceSansProLight, Arial, Helvetica, sans-serif;font-size:26px;color:#404040;font-weight:bold;
}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{font-size:22px;font-weight:bold;
}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{
}html.mobile .Navigation h3{
}@media (max-width:768px) {.Navigation h3{
}}@media (max-width:447px) {.Navigation h3{
}}#PageWrapper .Navigation h3, html.mobile #PageWrapper .Navigation h3{
}html.mobile #PageWrapper .Navigation h3{
}@media (max-width:768px) {#PageWrapper .Navigation h3{
}}@media (max-width:447px) {#PageWrapper .Navigation h3{
}}body #PageWrapper div.Navigation h3, html.mobile body #PageWrapper div.Navigation h3{
}html.mobile body #PageWrapper div.Navigation h3{
}@media (max-width:768px) {body #PageWrapper div.Navigation h3{
}}@media (max-width:447px) {body #PageWrapper div.Navigation h3{
}}.Navigation a, html.mobile .Navigation a{
}html.mobile .Navigation a{
}@media (max-width:768px) {.Navigation a{
}}@media (max-width:447px) {.Navigation a{
}}#PageWrapper div.Navigation a, html.mobile #PageWrapper div.Navigation a{
}html.mobile #PageWrapper div.Navigation a{
}@media (max-width:768px) {#PageWrapper div.Navigation a{
}}@media (max-width:447px) {#PageWrapper div.Navigation a{
}}.Navigation a,
#PageWrapper div.Navigation a {}
html.mobile .Navigation a,
html.mobile #PageWrapper div.Navigation a {}.Navigation a:link, html.mobile .Navigation a:link{
}html.mobile .Navigation a:link{
}@media (max-width:768px) {.Navigation a:link{
}}@media (max-width:447px) {.Navigation a:link{
}}#PageWrapper div.Navigation a:link, html.mobile #PageWrapper div.Navigation a:link{
}html.mobile #PageWrapper div.Navigation a:link{
}@media (max-width:768px) {#PageWrapper div.Navigation a:link{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:link{
}}.Navigation a:visited, html.mobile .Navigation a:visited{
}html.mobile .Navigation a:visited{
}@media (max-width:768px) {.Navigation a:visited{
}}@media (max-width:447px) {.Navigation a:visited{
}}#PageWrapper div.Navigation a:visited, html.mobile #PageWrapper div.Navigation a:visited{
}html.mobile #PageWrapper div.Navigation a:visited{
}@media (max-width:768px) {#PageWrapper div.Navigation a:visited{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:visited{
}}.Navigation a:hover, html.mobile .Navigation a:hover{
}html.mobile .Navigation a:hover{
}@media (max-width:768px) {.Navigation a:hover{
}}@media (max-width:447px) {.Navigation a:hover{
}}#PageWrapper div.Navigation a:hover, html.mobile #PageWrapper div.Navigation a:hover{
}html.mobile #PageWrapper div.Navigation a:hover{
}@media (max-width:768px) {#PageWrapper div.Navigation a:hover{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:hover{
}}#PageWrapper .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{border-color:#EEEEEE;
}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{border-color:#ffffff;border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;
}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-family:SourceSansProLight, Arial, Helvetica, sans-serif;letter-spacing:0px;font-weight:bold;padding-left:22px;padding-right:22px;padding-top:11px;padding-bottom:10px;text-transform:uppercase;
}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:#ffffff;
}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-family:SourceSansProLight, Arial, Helvetica, sans-serif;color:#ffffff;letter-spacing:0px;font-weight:bold;padding-left:14px;padding-right:22px;padding-top:11px;padding-bottom:10px;text-transform:uppercase;
}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:#ffffff;
}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{margin-top:-1px;border-width:4px;border-top-color:#ffffff;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:40px;
}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:15px;letter-spacing:0px;font-weight:bold;padding-left:8px;padding-right:undefinedpx;
}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:#eeeeee;color:#404040;
}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{background-color:#eeeeee;color:#404040;
}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:#eeeeee;color:#0068b3;
}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:#eeeeee;font-size:15px;color:#404040;letter-spacing:0px;font-weight:bold;padding-left:8px;padding-right:undefinedpx;
}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:#eeeeee;color:#0068b3;
}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{margin-top:0px;border-width:0px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:#888888;
}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{
}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{
}html.mobile #PageWrapper .ImageBlockRight{
}@media (max-width:768px) {#PageWrapper .ImageBlockRight{
}}@media (max-width:447px) {#PageWrapper .ImageBlockRight{
}}#PageWrapper .ImageBlockLeft, html.mobile #PageWrapper .ImageBlockLeft{
}html.mobile #PageWrapper .ImageBlockLeft{
}@media (max-width:768px) {#PageWrapper .ImageBlockLeft{
}}@media (max-width:447px) {#PageWrapper .ImageBlockLeft{
}}#ContentColumn ol, html.mobile #ContentColumn ol{
}html.mobile #ContentColumn ol{
}@media (max-width:768px) {#ContentColumn ol{
}}@media (max-width:447px) {#ContentColumn ol{
}}#ContentColumn ol li, html.mobile #ContentColumn ol li{
}html.mobile #ContentColumn ol li{
}@media (max-width:768px) {#ContentColumn ol li{
}}@media (max-width:447px) {#ContentColumn ol li{
}}#ContentColumn .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{margin-left:0px;list-style-type:none;
}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{background-image:url("/sd/image-files/bullet-arrow.png");background-position:0% 50%;background-repeat:no-repeat;font-size:20px;padding-left:20px;
}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:SourceSansProLight, Arial, Helvetica, sans-serif;font-size:17px;
}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{background-color:#0068b3;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;font-family:SourceSansProLight, Arial, Helvetica, sans-serif;font-size:17px;
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{background-color:#6fb83a;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;
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:SourceSansProLight, Arial, Helvetica, sans-serif;text-align:center;font-weight:bold;
}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:SourceSansProLight, Arial, Helvetica, sans-serif;font-size:17px;
}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{font-weight:normal;
}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:#0068b3;
}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:#0068b3;
}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:#0068b3;font-weight:normal;text-decoration:none;
}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:bold;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:#c0d3e1;
}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:#c0d3e1;
}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;
}html.mobile #PageWrapper #Footer a:hover{
}@media (max-width:768px) {#PageWrapper #Footer a:hover{
}}@media (max-width:447px) {#PageWrapper #Footer a:hover{
}}#PageWrapper .ResponsiveNavButton, html.mobile #PageWrapper .ResponsiveNavButton{
}html.mobile #PageWrapper .ResponsiveNavButton{
}@media (max-width:768px) {#PageWrapper .ResponsiveNavButton{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNavButton{
}}#PageWrapper .ResponsiveNav, html.mobile #PageWrapper .ResponsiveNav{
}html.mobile #PageWrapper .ResponsiveNav{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav{
}}#PageWrapper .ResponsiveNav a, html.mobile #PageWrapper .ResponsiveNav a{
}html.mobile #PageWrapper .ResponsiveNav a{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav a{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav a{
}}#PageWrapper .ResponsiveNav a, html.mobile #PageWrapper .ResponsiveNav a{
}html.mobile #PageWrapper .ResponsiveNav a{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav a{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav a{
}}#PageWrapper .ResponsiveNav a:link, html.mobile #PageWrapper .ResponsiveNav a:link{
}html.mobile #PageWrapper .ResponsiveNav a:link{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav a:link{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav a:link{
}}#PageWrapper .ResponsiveNav a:visited, html.mobile #PageWrapper .ResponsiveNav a:visited{
}html.mobile #PageWrapper .ResponsiveNav a:visited{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav a:visited{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav a:visited{
}}#PageWrapper .ResponsiveNav a:hover, html.mobile #PageWrapper .ResponsiveNav a:hover{
}html.mobile #PageWrapper .ResponsiveNav a:hover{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav a:hover{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav a:hover{
}}#PageWrapper .ResponsiveNav span, html.mobile #PageWrapper .ResponsiveNav span{
}html.mobile #PageWrapper .ResponsiveNav span{
}@media (max-width:768px) {#PageWrapper .ResponsiveNav span{
}}@media (max-width:447px) {#PageWrapper .ResponsiveNav span{
}}#NavColumn a, html.mobile #NavColumn a{
}html.mobile #NavColumn a{
}@media (max-width:768px) {#NavColumn a{
}}@media (max-width:447px) {#NavColumn a{
}}#NavColumn a:link, html.mobile #NavColumn a:link{
}html.mobile #NavColumn a:link{
}@media (max-width:768px) {#NavColumn a:link{
}}@media (max-width:447px) {#NavColumn a:link{
}}#NavColumn a:visited, html.mobile #NavColumn a:visited{
}html.mobile #NavColumn a:visited{
}@media (max-width:768px) {#NavColumn a:visited{
}}@media (max-width:447px) {#NavColumn a:visited{
}}#NavColumn a:hover, html.mobile #NavColumn a:hover{
}html.mobile #NavColumn a:hover{
}@media (max-width:768px) {#NavColumn a:hover{
}}@media (max-width:447px) {#NavColumn a:hover{
}}#PageWrapper .ReminderBox a, html.mobile #PageWrapper .ReminderBox a{
}html.mobile #PageWrapper .ReminderBox a{
}@media (max-width:768px) {#PageWrapper .ReminderBox a{
}}@media (max-width:447px) {#PageWrapper .ReminderBox a{
}}#PageWrapper .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:#d1d1d1;color:#d1d1d1;
}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{
}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{
}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{
}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:1%;padding-bottom:1%;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{
}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{
}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{
}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{
}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{
}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{
}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{
}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{
}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{
}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{
}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{
}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{
}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:#0068b3;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:#002e50;
}html.mobile #PageWrapper #FooterWrapper{
}@media (max-width:768px) {#PageWrapper #FooterWrapper{
}}@media (max-width:447px) {#PageWrapper #FooterWrapper{
}}#PageWrapper .Caption, html.mobile #PageWrapper .Caption{
}html.mobile #PageWrapper .Caption{
}@media (max-width:768px) {#PageWrapper .Caption{
}}@media (max-width:447px) {#PageWrapper .Caption{
}}#PageWrapper .ImageBlock a:link span, html.mobile #PageWrapper .ImageBlock a:link span{
}html.mobile #PageWrapper .ImageBlock a:link span{
}@media (max-width:768px) {#PageWrapper .ImageBlock a:link span{
}}@media (max-width:447px) {#PageWrapper .ImageBlock a:link span{
}}#PageWrapper .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{background-color:transparent;
}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{
}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{
}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{
}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 .Stripe1 .Ezine2 .EzineRow input[type=email], html.mobile #PageWrapper .Stripe1 .Ezine2 .EzineRow input[type=email]{
}html.mobile #PageWrapper .Stripe1 .Ezine2 .EzineRow input[type=email]{
}@media (max-width:768px) {#PageWrapper .Stripe1 .Ezine2 .EzineRow input[type=email]{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .Ezine2 .EzineRow input[type=email]{
}}#PageWrapper .Stripe2 .Ezine2 .EzineRow input[type=email], html.mobile #PageWrapper .Stripe2 .Ezine2 .EzineRow input[type=email]{
}html.mobile #PageWrapper .Stripe2 .Ezine2 .EzineRow input[type=email]{
}@media (max-width:768px) {#PageWrapper .Stripe2 .Ezine2 .EzineRow input[type=email]{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .Ezine2 .EzineRow input[type=email]{
}}#PageWrapper .Stripe3 .Ezine2 .EzineRow input[type=email], html.mobile #PageWrapper .Stripe3 .Ezine2 .EzineRow input[type=email]{
}html.mobile #PageWrapper .Stripe3 .Ezine2 .EzineRow input[type=email]{
}@media (max-width:768px) {#PageWrapper .Stripe3 .Ezine2 .EzineRow input[type=email]{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .Ezine2 .EzineRow input[type=email]{
}}#PageWrapper .Ezine2 .EzineButton, html.mobile #PageWrapper .Ezine2 .EzineButton{
}html.mobile #PageWrapper .Ezine2 .EzineButton{
}@media (max-width:768px) {#PageWrapper .Ezine2 .EzineButton{
}}@media (max-width:447px) {#PageWrapper .Ezine2 .EzineButton{
}}#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{background-color:#ffffff;
}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{background-color:#004678;
}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{background-color:#0068b3;
}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{
}html.mobile body .eucookiebar{
}@media (max-width:768px) {body .eucookiebar{
}}@media (max-width:447px) {body .eucookiebar{
}}body .eucookiebar p, html.mobile body .eucookiebar p{
}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{
}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{
}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{
}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{
}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, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers{
}html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers{
}@media (max-width:768px) {#PageWrapper .BreadcrumbBlock .BreadcrumbTiers{
}}@media (max-width:447px) {#PageWrapper .BreadcrumbBlock .BreadcrumbTiers{
}}#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{
}}body #PageWrapper .SocialShareRegular, html.mobile body #PageWrapper .SocialShareRegular{
}html.mobile body #PageWrapper .SocialShareRegular{
}@media (max-width:768px) {body #PageWrapper .SocialShareRegular{
}}@media (max-width:447px) {body #PageWrapper .SocialShareRegular{
}}#PageWrapper .Stripe1 .SocialShareRegular, html.mobile #PageWrapper .Stripe1 .SocialShareRegular{
}html.mobile #PageWrapper .Stripe1 .SocialShareRegular{
}@media (max-width:768px) {#PageWrapper .Stripe1 .SocialShareRegular{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .SocialShareRegular{
}}#PageWrapper .Stripe2 .SocialShareRegular, html.mobile #PageWrapper .Stripe2 .SocialShareRegular{
}html.mobile #PageWrapper .Stripe2 .SocialShareRegular{
}@media (max-width:768px) {#PageWrapper .Stripe2 .SocialShareRegular{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .SocialShareRegular{
}}#PageWrapper .Stripe3 .SocialShareRegular, html.mobile #PageWrapper .Stripe3 .SocialShareRegular{
}html.mobile #PageWrapper .Stripe3 .SocialShareRegular{
}@media (max-width:768px) {#PageWrapper .Stripe3 .SocialShareRegular{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .SocialShareRegular{
}}body #PageWrapper .SocialShareRegular a:link, html.mobile body #PageWrapper .SocialShareRegular a:link{
}html.mobile body #PageWrapper .SocialShareRegular a:link{
}@media (max-width:768px) {body #PageWrapper .SocialShareRegular a:link{
}}@media (max-width:447px) {body #PageWrapper .SocialShareRegular a:link{
}}#PageWrapper .Stripe1 .SocialShareRegular a:link, html.mobile #PageWrapper .Stripe1 .SocialShareRegular a:link{
}html.mobile #PageWrapper .Stripe1 .SocialShareRegular a:link{
}@media (max-width:768px) {#PageWrapper .Stripe1 .SocialShareRegular a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .SocialShareRegular a:link{
}}#PageWrapper .Stripe2 .SocialShareRegular a:link, html.mobile #PageWrapper .Stripe2 .SocialShareRegular a:link{
}html.mobile #PageWrapper .Stripe2 .SocialShareRegular a:link{
}@media (max-width:768px) {#PageWrapper .Stripe2 .SocialShareRegular a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .SocialShareRegular a:link{
}}#PageWrapper .Stripe3 .SocialShareRegular a:link, html.mobile #PageWrapper .Stripe3 .SocialShareRegular a:link{
}html.mobile #PageWrapper .Stripe3 .SocialShareRegular a:link{
}@media (max-width:768px) {#PageWrapper .Stripe3 .SocialShareRegular a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .SocialShareRegular a:link{
}}body #PageWrapper .SocialShareRegular a span, html.mobile body #PageWrapper .SocialShareRegular a span{
}html.mobile body #PageWrapper .SocialShareRegular a span{
}@media (max-width:768px) {body #PageWrapper .SocialShareRegular a span{
}}@media (max-width:447px) {body #PageWrapper .SocialShareRegular a span{
}}#PageWrapper .Stripe1 .SocialShareRegular a span, html.mobile #PageWrapper .Stripe1 .SocialShareRegular a span{
}html.mobile #PageWrapper .Stripe1 .SocialShareRegular a span{
}@media (max-width:768px) {#PageWrapper .Stripe1 .SocialShareRegular a span{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .SocialShareRegular a span{
}}#PageWrapper .Stripe2 .SocialShareRegular a span, html.mobile #PageWrapper .Stripe2 .SocialShareRegular a span{
}html.mobile #PageWrapper .Stripe2 .SocialShareRegular a span{
}@media (max-width:768px) {#PageWrapper .Stripe2 .SocialShareRegular a span{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .SocialShareRegular a span{
}}#PageWrapper .Stripe3 .SocialShareRegular a span, html.mobile #PageWrapper .Stripe3 .SocialShareRegular a span{
}html.mobile #PageWrapper .Stripe3 .SocialShareRegular a span{
}@media (max-width:768px) {#PageWrapper .Stripe3 .SocialShareRegular a span{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .SocialShareRegular a span{
}}body #PageWrapper .SocialShareRegular a svg, html.mobile body #PageWrapper .SocialShareRegular a svg{
}html.mobile body #PageWrapper .SocialShareRegular a svg{
}@media (max-width:768px) {body #PageWrapper .SocialShareRegular a svg{
}}@media (max-width:447px) {body #PageWrapper .SocialShareRegular a svg{
}}#PageWrapper .Stripe1 .SocialShareRegular a svg, html.mobile #PageWrapper .Stripe1 .SocialShareRegular a svg{
}html.mobile #PageWrapper .Stripe1 .SocialShareRegular a svg{
}@media (max-width:768px) {#PageWrapper .Stripe1 .SocialShareRegular a svg{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .SocialShareRegular a svg{
}}#PageWrapper .Stripe2 .SocialShareRegular a svg, html.mobile #PageWrapper .Stripe2 .SocialShareRegular a svg{
}html.mobile #PageWrapper .Stripe2 .SocialShareRegular a svg{
}@media (max-width:768px) {#PageWrapper .Stripe2 .SocialShareRegular a svg{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .SocialShareRegular a svg{
}}#PageWrapper .Stripe3 .SocialShareRegular a svg, html.mobile #PageWrapper .Stripe3 .SocialShareRegular a svg{
}html.mobile #PageWrapper .Stripe3 .SocialShareRegular a svg{
}@media (max-width:768px) {#PageWrapper .Stripe3 .SocialShareRegular a svg{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .SocialShareRegular a svg{
}}        body #PageWrapper .SocialShare.SocialShareMini, html.mobile body #PageWrapper .SocialShare.SocialShareMini{
}html.mobile body #PageWrapper .SocialShare.SocialShareMini{
}@media (max-width:768px) {body #PageWrapper .SocialShare.SocialShareMini{
}}@media (max-width:447px) {body #PageWrapper .SocialShare.SocialShareMini{
}}#PageWrapper .Stripe1 .SocialShare.SocialShareMini, html.mobile #PageWrapper .Stripe1 .SocialShare.SocialShareMini{
}html.mobile #PageWrapper .Stripe1 .SocialShare.SocialShareMini{
}@media (max-width:768px) {#PageWrapper .Stripe1 .SocialShare.SocialShareMini{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .SocialShare.SocialShareMini{
}}#PageWrapper .Stripe2 .SocialShare.SocialShareMini, html.mobile #PageWrapper .Stripe2 .SocialShare.SocialShareMini{
}html.mobile #PageWrapper .Stripe2 .SocialShare.SocialShareMini{
}@media (max-width:768px) {#PageWrapper .Stripe2 .SocialShare.SocialShareMini{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .SocialShare.SocialShareMini{
}}#PageWrapper .Stripe3 .SocialShare.SocialShareMini, html.mobile #PageWrapper .Stripe3 .SocialShare.SocialShareMini{
}html.mobile #PageWrapper .Stripe3 .SocialShare.SocialShareMini{
}@media (max-width:768px) {#PageWrapper .Stripe3 .SocialShare.SocialShareMini{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .SocialShare.SocialShareMini{
}}body #PageWrapper .SocialShare.SocialShareMini a:link, html.mobile body #PageWrapper .SocialShare.SocialShareMini a:link{
}html.mobile body #PageWrapper .SocialShare.SocialShareMini a:link{
}@media (max-width:768px) {body #PageWrapper .SocialShare.SocialShareMini a:link{
}}@media (max-width:447px) {body #PageWrapper .SocialShare.SocialShareMini a:link{
}}#PageWrapper .Stripe1 .SocialShare.SocialShareMini a:link, html.mobile #PageWrapper .Stripe1 .SocialShare.SocialShareMini a:link{
}html.mobile #PageWrapper .Stripe1 .SocialShare.SocialShareMini a:link{
}@media (max-width:768px) {#PageWrapper .Stripe1 .SocialShare.SocialShareMini a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .SocialShare.SocialShareMini a:link{
}}#PageWrapper .Stripe2 .SocialShare.SocialShareMini a:link, html.mobile #PageWrapper .Stripe2 .SocialShare.SocialShareMini a:link{
}html.mobile #PageWrapper .Stripe2 .SocialShare.SocialShareMini a:link{
}@media (max-width:768px) {#PageWrapper .Stripe2 .SocialShare.SocialShareMini a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .SocialShare.SocialShareMini a:link{
}}#PageWrapper .Stripe3 .SocialShare.SocialShareMini a:link, html.mobile #PageWrapper .Stripe3 .SocialShare.SocialShareMini a:link{
}html.mobile #PageWrapper .Stripe3 .SocialShare.SocialShareMini a:link{
}@media (max-width:768px) {#PageWrapper .Stripe3 .SocialShare.SocialShareMini a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .SocialShare.SocialShareMini a:link{
}}body #PageWrapper .SocialShare.SocialShareSticky, html.mobile body #PageWrapper .SocialShare.SocialShareSticky{
}html.mobile body #PageWrapper .SocialShare.SocialShareSticky{
}@media (max-width:768px) {body #PageWrapper .SocialShare.SocialShareSticky{
}}@media (max-width:447px) {body #PageWrapper .SocialShare.SocialShareSticky{
}}#PageWrapper .Stripe1 .SocialShareSticky, html.mobile #PageWrapper .Stripe1 .SocialShareSticky{
}html.mobile #PageWrapper .Stripe1 .SocialShareSticky{
}@media (max-width:768px) {#PageWrapper .Stripe1 .SocialShareSticky{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .SocialShareSticky{
}}#PageWrapper .Stripe2 .SocialShareSticky, html.mobile #PageWrapper .Stripe2 .SocialShareSticky{
}html.mobile #PageWrapper .Stripe2 .SocialShareSticky{
}@media (max-width:768px) {#PageWrapper .Stripe2 .SocialShareSticky{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .SocialShareSticky{
}}#PageWrapper .Stripe3 .SocialShareSticky, html.mobile #PageWrapper .Stripe3 .SocialShareSticky{
}html.mobile #PageWrapper .Stripe3 .SocialShareSticky{
}@media (max-width:768px) {#PageWrapper .Stripe3 .SocialShareSticky{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .SocialShareSticky{
}}body #PageWrapper .SocialShare.SocialShareSticky a:link, html.mobile body #PageWrapper .SocialShare.SocialShareSticky a:link{
}html.mobile body #PageWrapper .SocialShare.SocialShareSticky a:link{
}@media (max-width:768px) {body #PageWrapper .SocialShare.SocialShareSticky a:link{
}}@media (max-width:447px) {body #PageWrapper .SocialShare.SocialShareSticky a:link{
}}#PageWrapper .Stripe1 .SocialShareSticky a:link, html.mobile #PageWrapper .Stripe1 .SocialShareSticky a:link{
}html.mobile #PageWrapper .Stripe1 .SocialShareSticky a:link{
}@media (max-width:768px) {#PageWrapper .Stripe1 .SocialShareSticky a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .SocialShareSticky a:link{
}}#PageWrapper .Stripe2 .SocialShareSticky a:link, html.mobile #PageWrapper .Stripe2 .SocialShareSticky a:link{
}html.mobile #PageWrapper .Stripe2 .SocialShareSticky a:link{
}@media (max-width:768px) {#PageWrapper .Stripe2 .SocialShareSticky a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .SocialShareSticky a:link{
}}#PageWrapper .Stripe3 .SocialShareSticky a:link, html.mobile #PageWrapper .Stripe3 .SocialShareSticky a:link{
}html.mobile #PageWrapper .Stripe3 .SocialShareSticky a:link{
}@media (max-width:768px) {#PageWrapper .Stripe3 .SocialShareSticky a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .SocialShareSticky a:link{
}}body #PageWrapper .SocialDestinations, html.mobile body #PageWrapper .SocialDestinations{
}html.mobile body #PageWrapper .SocialDestinations{
}@media (max-width:768px) {body #PageWrapper .SocialDestinations{
}}@media (max-width:447px) {body #PageWrapper .SocialDestinations{
}}#PageWrapper .Stripe1 .SocialDestinations, html.mobile #PageWrapper .Stripe1 .SocialDestinations{
}html.mobile #PageWrapper .Stripe1 .SocialDestinations{
}@media (max-width:768px) {#PageWrapper .Stripe1 .SocialDestinations{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .SocialDestinations{
}}#PageWrapper .Stripe2 .SocialDestinations, html.mobile #PageWrapper .Stripe2 .SocialDestinations{
}html.mobile #PageWrapper .Stripe2 .SocialDestinations{
}@media (max-width:768px) {#PageWrapper .Stripe2 .SocialDestinations{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .SocialDestinations{
}}#PageWrapper .Stripe3 .SocialDestinations, html.mobile #PageWrapper .Stripe3 .SocialDestinations{
}html.mobile #PageWrapper .Stripe3 .SocialDestinations{
}@media (max-width:768px) {#PageWrapper .Stripe3 .SocialDestinations{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .SocialDestinations{
}}body #PageWrapper .SocialDestinations a:link, html.mobile body #PageWrapper .SocialDestinations a:link{
}html.mobile body #PageWrapper .SocialDestinations a:link{
}@media (max-width:768px) {body #PageWrapper .SocialDestinations a:link{
}}@media (max-width:447px) {body #PageWrapper .SocialDestinations a:link{
}}#PageWrapper .Stripe1 .SocialDestinations a:link, html.mobile #PageWrapper .Stripe1 .SocialDestinations a:link{
}html.mobile #PageWrapper .Stripe1 .SocialDestinations a:link{
}@media (max-width:768px) {#PageWrapper .Stripe1 .SocialDestinations a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .SocialDestinations a:link{
}}#PageWrapper .Stripe2 .SocialDestinations a:link, html.mobile #PageWrapper .Stripe2 .SocialDestinations a:link{
}html.mobile #PageWrapper .Stripe2 .SocialDestinations a:link{
}@media (max-width:768px) {#PageWrapper .Stripe2 .SocialDestinations a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .SocialDestinations a:link{
}}#PageWrapper .Stripe3 .SocialDestinations a:link, html.mobile #PageWrapper .Stripe3 .SocialDestinations a:link{
}html.mobile #PageWrapper .Stripe3 .SocialDestinations a:link{
}@media (max-width:768px) {#PageWrapper .Stripe3 .SocialDestinations a:link{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .SocialDestinations a:link{
}}body #PageWrapper .SocialDestinations a:visited, html.mobile body #PageWrapper .SocialDestinations a:visited{
}html.mobile body #PageWrapper .SocialDestinations a:visited{
}@media (max-width:768px) {body #PageWrapper .SocialDestinations a:visited{
}}@media (max-width:447px) {body #PageWrapper .SocialDestinations a:visited{
}}#PageWrapper .Stripe1 .SocialDestinations a:visited, html.mobile #PageWrapper .Stripe1 .SocialDestinations a:visited{
}html.mobile #PageWrapper .Stripe1 .SocialDestinations a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe1 .SocialDestinations a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .SocialDestinations a:visited{
}}#PageWrapper .Stripe2 .SocialDestinations a:visited, html.mobile #PageWrapper .Stripe2 .SocialDestinations a:visited{
}html.mobile #PageWrapper .Stripe2 .SocialDestinations a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe2 .SocialDestinations a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .SocialDestinations a:visited{
}}#PageWrapper .Stripe3 .SocialDestinations a:visited, html.mobile #PageWrapper .Stripe3 .SocialDestinations a:visited{
}html.mobile #PageWrapper .Stripe3 .SocialDestinations a:visited{
}@media (max-width:768px) {#PageWrapper .Stripe3 .SocialDestinations a:visited{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .SocialDestinations a:visited{
}}body #PageWrapper .SocialDestinations a:hover, html.mobile body #PageWrapper .SocialDestinations a:hover{
}html.mobile body #PageWrapper .SocialDestinations a:hover{
}@media (max-width:768px) {body #PageWrapper .SocialDestinations a:hover{
}}@media (max-width:447px) {body #PageWrapper .SocialDestinations a:hover{
}}#PageWrapper .Stripe1 .SocialDestinations a:hover, html.mobile #PageWrapper .Stripe1 .SocialDestinations a:hover{
}html.mobile #PageWrapper .Stripe1 .SocialDestinations a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe1 .SocialDestinations a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe1 .SocialDestinations a:hover{
}}#PageWrapper .Stripe2 .SocialDestinations a:hover, html.mobile #PageWrapper .Stripe2 .SocialDestinations a:hover{
}html.mobile #PageWrapper .Stripe2 .SocialDestinations a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe2 .SocialDestinations a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe2 .SocialDestinations a:hover{
}}#PageWrapper .Stripe3 .SocialDestinations a:hover, html.mobile #PageWrapper .Stripe3 .SocialDestinations a:hover{
}html.mobile #PageWrapper .Stripe3 .SocialDestinations a:hover{
}@media (max-width:768px) {#PageWrapper .Stripe3 .SocialDestinations a:hover{
}}@media (max-width:447px) {#PageWrapper .Stripe3 .SocialDestinations a:hover{
}}
        /* footer css *//* footer css */
/* Advanced CSS provided by user */
/* ------ TYPOGRAPHY ------ */

body {
line-height: 1.5;
}

p {
margin: 0.5em 0 0.5em;
}

h1 + h2 {
margin-top: -10px;
}

#Footer .Liner p {
text-transform: uppercase;
}

#PageWrapper .Stripe2 p,
#PageWrapper .Stripe3 p,
#PageWrapper .Stripe2 ul,
#PageWrapper .Stripe3 ul {
color: #fff;
}

body,
#PageWrapper p,
#ContentColumn ul li,
#PageWrapper .CalloutBox p,
#PageWrapper .ReminderBox p {
font-family: 'Muli', sans-serif;
font-size: 18px;
}

body b,
#PageWrapper p b {
font-weight: 700;
}

#PageWrapper h1,
#PageWrapper h1 span {
font-weight: normal;
font-style: normal;
letter-spacing: -0.03em;
line-height: 1.25;
font-family: 'Averia Serif Libre', cursive;
}

#PageWrapper h2,
#PageWrapper h3,
#PageWrapper h4,
#PageWrapper h2 span,
#PageWrapper h3 span,
#PageWrapper h4 span,
#PageWrapper .Calloutbox h4,
#PageWrapper .ReminderBox h4 {
font-weight: bold;
font-style: normal;
letter-spacing: -0.03em;
color: #444;
line-height: 1.25;
font-family: 'Averia Serif Libre', cursive;
}

#PageWrapper h1,
#PageWrapper h1 span {
font-size: 48px;
}

#PageWrapper h2,
#PageWrapper h2 span {
font-size: 37px;
}

#PageWrapper h3,
#PageWrapper h3 span {
font-weight: 200 !important;
font-family: 'Muli', sans-serif;
font-size: 35px;
letter-spacing: -0.01em;
}

#PageWrapper h4,
#PageWrapper .ReminderBox h4 {
font-size: 24px;
}

#PageWrapper .Stripe2 h2,
#PageWrapper .Stripe2 h3,
#PageWrapper .Stripe2 h4,
#PageWrapper .Stripe2 h2 span,
#PageWrapper .Stripe2 h3 span,
#PageWrapper .Stripe2 h4 span,
#PageWrapper .Stripe3 h2,
#PageWrapper .Stripe3 h3,
#PageWrapper .Stripe3 h4,
#PageWrapper .Stripe3 h2 span,
#PageWrapper .Stripe3 h3 span,
#PageWrapper .Stripe3 h4 span {
color: #fff;
}

#PageWrapper .Stripe2 .ReminderBox h4,
#PageWrapper .Stripe2 .RemidnerBox h4 span,
#PageWrapper .Stripe3 .ReminderBox h4,
#PageWrapper .Stripe3 .ReminderBox h4 span {
color: #000;
}

/* ------ LINKS ------ */

a img:hover {
opacity: 0.8;
}

#ContentColumn a:link,
#ContentColumn a:visited,
#ContentColumn a:hover {
color: #0068b3;
text-decoration: none;
border-bottom: 0.08em solid #0068b3;
padding-bottom: 1px;
}

#ContentColumn a:hover {
color: #000;
border-color: #000;
}

#ContentColumn .Stripe2 a:link,
#ContentColumn .Stripe2 a:visited,
#ContentColumn .Stripe2 a:hover,
#ContentColumn .Stripe3 a:link,
#ContentColumn .Stripe3 a:visited,
#ContentColumn .Stripe3 a:hover,
#ContentColumn .Stripe2 h2 a:link,
#ContentColumn .Stripe2 h2 a:visited,
#ContentColumn .Stripe2 h2 a:hover,
#ContentColumn .Stripe3 h2 a:link,
#ContentColumn .Stripe3 h2 a:visited,
#ContentColumn .Stripe3 h2 a:hover,
#ContentColumn .Stripe2 h3 a:link,
#ContentColumn .Stripe2 h3 a:visited,
#ContentColumn .Stripe2 h3 a:hover,
#ContentColumn .Stripe3 h3 a:link,
#ContentColumn .Stripe3 h3 a:visited,
#ContentColumn .Stripe3 h3 a:hover,
#ContentColumn .Stripe2 h4 a:link,
#ContentColumn .Stripe2 h4 a:visited,
#ContentColumn .Stripe2 h4 a:hover,
#ContentColumn .Stripe3 h4 a:link,
#ContentColumn .Stripe3 h4 a:visited,
#ContentColumn .Stripe3 h4 a:hover {
color: #fff;
border-bottom: 0.08em solid #fff;
}

#PageWrapper .ImageBlock a {
border-bottom: none !important;
}

#ContentColumn a.LargeButton {
border-bottom: inherit;
}

#ContentColumn .ImageBlock a .Caption {
color: #333;
}

#ContentColumn .ImageBlock a:hover .Caption,
#ContentColumn .ImageBlock:hover a .Caption {
color: #333;
text-decoration: underline;
}

#ContentColumn .Stripe2 .ImageBlock a .Caption,
#ContentColumn .Stripe3 .ImageBlock a .Caption {
color: #fff;
}

#ContentColumn .Stripe2 .ImageBlock a:hover .Caption,
#ContentColumn .Stripe3 .ImageBlock a:hover .Caption,
#ContentColumn .Stripe2 .ImageBlock:hover a .Caption,
#ContentColumn .Stripe3 .ImageBlock:hover a .Caption {
color: #fff;
text-decoration: underline;
}

#ContentColumn .ImageBlock:hover a .Caption {
color: #333;
}

#PageWrapper #ContentColumn .ImageBlock a .Caption h4,
#PageWrapper #ContentColumn .ImageBlock .Caption h4,
#PageWrapper #ContentColumn .ImageBlock a .Caption h5,
#PageWrapper #ContentColumn .ImageBlock .Caption h5 {
font-family: 'Muli', sans-serif;
color: #0068b3 !important;
font-size: 24px !important;
margin-top: 15px;
font-weight: 700 !important;
letter-spacing: 0.01em;
border-bottom: 0.08em solid #0068b3;
display: inline-block;
}

#PageWrapper #ContentColumn .ImageBlock a .Caption h5,
#PageWrapper #ContentColumn .ImageBlock .Caption h5 {
font-family: 'Muli', sans-serif;
font-size: 20px !important;
}

#PageWrapper #ContentColumn .ImageBlock:hover a .Caption h4,
#PageWrapper #ContentColumn .ImageBlock:hover a .Caption h5 {
color: #000 !important;
border-bottom: 0.08em solid #000;
}

#PageWrapper #ContentColumn .Stripe2 .ImageBlock a .Caption h4,
#PageWrapper #ContentColumn .Stripe2 .ImageBlock .Caption h4,
#PageWrapper #ContentColumn .Stripe2 .ImageBlock:hover a .Caption h4,
#PageWrapper #ContentColumn .Stripe3 .ImageBlock a .Caption h4,
#PageWrapper #ContentColumn .Stripe3 .ImageBlock .Caption h4,
#PageWrapper #ContentColumn .Stripe3 .ImageBlock:hover a .Caption h4,
#PageWrapper #ContentColumn .Stripe2 .ImageBlock a .Caption h5,
#PageWrapper #ContentColumn .Stripe2 .ImageBlock .Caption h5,
#PageWrapper #ContentColumn .Stripe2 .ImageBlock:hover a .Caption h5,
#PageWrapper #ContentColumn .Stripe3 .ImageBlock a .Caption h5,
#PageWrapper #ContentColumn .Stripe3 .ImageBlock .Caption h5,
#PageWrapper #ContentColumn .Stripe3 .ImageBlock:hover a .Caption h5 {
color: #fff !important;
}

#ContentColumn .Stripe2 a:link,
#ContentColumn .Stripe3 a:link,
#ContentColumn .Stripe2 a:visited,
#ContentColumn .Stripe3 a:visited,
#ContentColumn .Stripe2 a:hover,
#ContentColumn .Stripe3 a:hover {
text-decoration: none;
border-bottom: 0.08em solid #fff;
padding-bottom: 1px;
transition: 200ms ease-all;
}

#ContentColumn .Stripe2 a:hover,
#ContentColumn .Stripe3 a:hover {
text-decoration: none;
}

/* ------ LISTS ------ */

#ContentColumn ul li {
background-position: 0% 10px;
}

#ContentColumn ul li,
html.mobile #ContentColumn ul li {
margin: 8px auto;
line-height: 1.5;
}

#ContentColumn ul,
html.mobile #ContentColumn ul {
padding-left: 25px;
}

/* ------ IMAGES & CAPTIONS ------ */

.Stripe2 a img:hover,
.Stripe3 a img:hover {
opacity: 1;
}

#ContentColumn .Stripe2 .ImageBlock a .Caption,
#ContentColumn .Stripe3 .ImageBlock a .Caption {
color: #fff !important;
}

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

#PageWrapper #HeaderWrapper { 
position: relative;
background-repeat: no-repeat;
background-color: #0068b3;
background-position: bottom right;
background-size: cover;
}

#Header, #Footer {
max-width: 100%;
padding: 1px 4%;
}

#Header .Liner {
min-height: 120px;
padding-top: 0;
}

#PageWrapper #Footer .Liner {
padding: 50px 20px;
}

@media only screen and (max-width: 1100px) {
#PageWrapper #HeaderWrapper {
position: relative;
width: 100%;
}
#ContentWrapper {
margin-top: 0px;
}
#Header .Liner {
padding-bottom: 20px;
}
}

@media only screen and (max-width: 768px) {
#Header, #Footer {
padding: 1px 0;
}
#Header .Liner {
min-height: 115px;
padding: 1px 0 0;
}
#PageWrapper #HeaderWrapper {
border-bottom: 0;
}
}

/* ------ WEBSITE NAME, TAGLINE ------ */

.Tagline {
display: none !important;
}

#Header .WebsiteName {
float: left;
display: block;
width: 246px;
margin: 27px 0px 0px 0px;
}

@media only screen and (max-width: 1100px) {
#Header .WebsiteName {
float: none;
margin: 27px auto 0px auto;
}
}

.WebsiteName a {
max-width: 246px;
height: 62px;
display: block;
background: url("/image-files/logo-492x120.png") no-repeat transparent;
transition: all 200ms;
-webkit-transition: all 200ms;
background-size: 246px 60px;
}

.WebsiteName a:hover {
opacity: 0.8;
background-color: transparent;
}

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

#Header .HorizontalNavBar {
width: 70%;
position: relative;
top: 53px;
float: right;
}

@media only screen and (max-width: 1100px) {
#PageWrapper div.HorizontalNavBarRight,
#PageWrapper div.HorizontalNavBarRight li {
text-align: center;
}
#Header .HorizontalNavBar {
width: 100%;
top: 20px;
float: left;
}
}

#PageWrapper div.HorizontalNavBar ul span.navheader,
#PageWrapper div.HorizontalNavBar ul .li1 a {
font-family: 'Muli', Arial, Helvetica, sans-serif;
letter-spacing: 0.04em;
padding: 13px 10px 18px 10px;
font-size: 14px;
opacity: 1;
}

#PageWrapper div.HorizontalNavBar ul span.navheader {
padding: 13px 18px 18px 10px;
}

#PageWrapper div.HorizontalNavBar ul span.navheader:hover,
#PageWrapper div.HorizontalNavBar ul .li1 a:hover {
opacity: 0.8;
}

#PageWrapper div.HorizontalNavBar .li1 {
margin: 0 5px;
border-radius: 2px;
/*
transition: all 200ms;
-webkit-transition: all 200ms;
*/
border: none;
}

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

#PageWrapper div.HorizontalNavBar ul ul {
padding: 12px 15px 12px 15px;
width: 200px;
right: initial;
background: #eee;
left: 1px;
border-radius: 2px;
top: 44px;
}

#PageWrapper div.HorizontalNavBar ul ul a,
html.mobile #PageWrapper div.HorizontalNavBar ul ul a {
font-size: 14px;
padding-left: 20px;
padding-right: 20px;
}

#PageWrapper div.HorizontalNavBar ul ul a:hover,
html.mobile #PageWrapper div.HorizontalNavBar ul ul a:hover {
color: #0068b3;
}

#PageWrapper div.HorizontalNavBar .li1 .li2,
html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2 {
border: 0;
}

#PageWrapper div.HorizontalNavBar ul .li2 span.navheader,
#PageWrapper div.HorizontalNavBar ul .li2 a {
letter-spacing: 0.02em;
font-size: 14px;
opacity: 1;
text-transform: none;
}

@media only screen and (max-width: 768px) {
.ResponsiveNavReady .ResponsiveNavButton {
top: 16px;
right: 17px;
padding: 0 15px;
background-color: #333;
border: 1px solid #fff;
border-radius: 3px;
}
.ResponsiveNavActive .ResponsiveNavButton {
top: 16px;
right: 17px;
}
.ResponsiveNavReady .ResponsiveNavButton:hover,
.ResponsiveNavActive .ResponsiveNavButton:hover {
background: #fff;
color: #333;
}
}

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

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

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

.ResponsiveNavReady .ResponsiveNavButton span {
color: rgba(0,0,0,0);
font-size: 1px;
background: url("/image-files/menu-white.png") no-repeat center center;
background-size: 30px 25px;
width: 34px;
}

.ResponsiveNavReady .ResponsiveNavButton {
position: absolute;
top: 15px;
right: 15px;
border-radius: 4px;
border: 0px solid rgba(255,255,255,0.5);
background: #222;
padding: 0 10px;
}

.ResponsiveNavReady .ResponsiveNavButton,
.ResponsiveNavActivated .ResponsiveNavButton {
width: 34px;
}

.ResponsiveNavReady .ResponsiveNavButton:hover {
background: #ee820d;
border: 0px solid rgba(255,255,255,0.5);
}

@media only screen and (max-width: 768px) {
.ResponsiveNavReady .ResponsiveNav {
background: #fff;
}
.ResponsiveNavReady .ResponsiveNav a {
color: #0068b3;
font-weight: bold;
}
.ResponsiveNavReady .ResponsiveNav a:hover {
color: #0068b3;
}
}

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

#PageWrapper .CalloutBox,
html.mobile .CalloutBox {
width: 100%;
margin: 30px auto;
padding: 20px 5%;
}

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

#PageWrapper .ReminderBox {
width: 100%;
margin: 30px auto;
padding: 35px 8%;
float: none;
}

#PageWrapper .Stripe2 .ReminderBox,
#PageWrapper .Stripe3 .ReminderBox {
background: #f2f2f2;
}

#PageWrapper .Stripe2 .ReminderBox p,
#PageWrapper .Stripe2 .ReminderBox h2,
#PageWrapper .Stripe2 .ReminderBox h3,
#PageWrapper .Stripe2 .ReminderBox h4,
#PageWrapper .Stripe3 .ReminderBox p,
#PageWrapper .Stripe3 .ReminderBox h2,
#PageWrapper .Stripe3 .ReminderBox h3,
#PageWrapper .Stripe3 .ReminderBox h4{
color: #000;
}

/* ------ FOOTER, FOOTER LINKS, ADDRESS & COPYRIGHT LISTS ------ */

#PageWrapper #Footer .Liner p {
letter-spacing: 0.06em;
}

#PageWrapper #Footer .ImageBlock {
margin-top: 10px;
margin-bottom: 15px;
}

@media only screen and (max-width: 610px) {
#PageWrapper #Footer .responsive-row div[class*="responsive_col-"] {
width: 100%;
text-align: center !important;
}
#PageWrapper #Footer p {
text-align: center !important;
}
#PageWrapper .ImageBlockRight {
float: none;
margin-top: 30px;
}
}

#Footer .FooterLinksList ul {
margin: 15px auto;
padding: 0;
list-style-type: none;
text-align: center;
}

#Footer .FooterLinksList ul li {
padding: 0;
margin: 0 10px;
font-weight: bold;
text-transform: uppercase;
display: inline-block;
}

#Footer .FooterLinksList ul li a {
font-size: 16px;
color: #fff;
text-decoration: none;
}

#Footer .CopyrightList ul {
margin: 0 auto;
padding: 0;
list-style-type: none;
text-align: center;
}

#Footer .CopyrightList ul li {
padding: 0;
margin: 0 10px;
font-size: 13px;
letter-spacing: 0.06em;
text-transform: uppercase;
display: inline-block;
color: #c0d3e1;
}

.FooterAddressMobile {
display: none;
}

@media only screen and (max-width: 500px) {
.FooterAddressDesktop {
display: none;
}
.FooterAddressMobile {
display: block;
}
}

/* ------ SMALL, MEDIUM & LARGE DIVIDERS ------ */

.SmallDivider,
.MediumDivider,
.LargeDivider {
clear: both;
float: none;
display: block;
content: " ";
width: 100%;
}

.SmallDivider {
height: 15px !important;
}

.MediumDivider {
height: 30px !important;
}

.LargeDivider {
height: 50px !important;
}

@media only screen and (max-width: 768px) {
.SmallDivider {
height: 12px !important;
}
.MediumDivider {
height: 22px !important;
}
.LargeDivider {
height: 35px !important;
}
}

@media only screen and (max-width: 600px) {
.SmallDivider {
height: 10px !important;
}
.MediumDivider {
height: 15px !important;
}
.LargeDivider {
height: 25px !important;
}
}

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

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

/* ------ STRIPES ------ */

.StripeLiner {
max-width: 1200px;
padding: 50px 2%;
}

#PageWrapper .Stripe1 .StripeLiner,
html.mobile #PageWrapper .Stripe1 .StripeLiner {

}

#PageWrapper .Stripe2 .StripeLiner,
html.mobile #PageWrapper .Stripe2 .StripeLiner {

}

#PageWrapper .Stripe3 .StripeLiner,
html.mobile #PageWrapper .Stripe3 .StripeLiner {

}

.Stripe1,
.Stripe2,
.Stripe3 {
background-size: cover;
background-position: center center;
}

@media only screen and (max-width: 768px) {
.StripeLiner {
padding: 20px 3%;
}
}

/* ------ LARGE BUTTON ------ */

a.LargeButton,
.LargeButton a,
#ContentColumn a.LargeButton,
#ContentColumn .LargeButton a {
display: inline-block;
float: none;
clear: both;
margin: 10px auto 20px;
padding: 11px 25px 10px;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
border-style: solid;
border-width: 2px;
border-radius: 3px;
text-decoration: none !important;
letter-spacing: 0.06em;
}

#Footer a.LargeButton {
background: #ee810d !important;
color: #fff !important;
border-color: #fff;
}

#Footer a.LargeButton:hover {
background: #fff !important;
border-color: #fff;
color: #ee810d !important;
}

#ContentColumn .SmallerButton p a {
background: transparent;
display: inline-block;
float: none;
clear: both;
margin: 10px auto 20px;
font-weight: bold;
text-transform: uppercase;
border-style: solid;
border-radius: 3px;
text-decoration: none !important;
font-size: 12px;
letter-spacing: 0.1em;
padding: 9px 20px !important;
border-width: 1px !important;
color: #333;
border-color: #333;
}

#ContentColumn .Stripe2 .SmallerButton p a:link,
#ContentColumn .Stripe2 .SmallerButton p a:visited,
#ContentColumn .Stripe3 .SmallerButton p a:link,
#ContentColumn .Stripe3 .SmallerButton p a:visited {
color: #fff !important;
border-color: #fff !important;
}

#ContentColumn .Stripe2 .SmallerButton p a:hover,
#ContentColumn .Stripe3 .SmallerButton p a:hover {
background: #fff !important;
color: #333 !important;
}

#ContentColumn .BlueButton p a {
background: #0068b3 !important;
display: inline-block;
float: none;
clear: both;
margin: 10px auto 20px;
font-weight: bold;
text-transform: uppercase;
border-style: solid;
border-radius: 3px;
text-decoration: none !important;
font-size: 15px;
letter-spacing: 0.06em;
padding: 11px 25px 10px !important;
border-width: 2px !important;
color: #fff !important;
border-color: #fff !important;
}

#ContentColumn .BlueButton p a:hover {
background: #fff !important;
color: #333 !important;
border-color: #fff !important;
}

#ContentColumn .OrangeButton p a:link,
#ContentColumn .OrangeButton p a:visited,
#ContentColumn .OrangeButton p a:hover,
#ContentColumn .WhiteButton p a:link,
#ContentColumn .WhiteButton p a:visited,
#ContentColumn .WhiteButton p a:hover {
display: inline-block;
float: none;
clear: both;
margin: 10px auto 20px;
padding: 11px 25px 10px;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
border: 2px solid #ee820d !important;
border-radius: 3px;
text-decoration: none !important;
background: #ee820d !important;
color: #fff !important;
letter-spacing: 0.06em;
}

#ContentColumn .OrangeButton p a:hover {
background: #fff !important;
color: #333 !important;
border: 2px solid #fff !important;
}

#ContentColumn .WhiteButton p a:link,
#ContentColumn .WhiteButton p a:visited,
#ContentColumn .WhiteButton p a:hover {
color: #333 !important;
background: #fff !important;
border-color: #fff !important;
}

#ContentColumn .WhiteButton p a:hover {
color: #fff !important;
background: transparent !important;
}

/* ------- CUSTOM FORM ------- */

.CustomFormContainer {
background: #024677;
width: 100%;
margin: 0 auto -1px;
overflow: auto;
}

.CustomForm {
width: 90%;
max-width: 1000px;
margin: 0 auto;
padding: 30px 5% 20px;
}

#PageWrapper .CustomForm h3 {
float: left;
width: 40%;
text-align: left;
color: #fff;
font-size: 30px;
line-height: 1.1;
margin: 40px auto 20px;
text-align: left !important;
}

#PageWrapper .CustomForm h3 span {
color: #fff;
font-size: 30px;
}

@media only screen and (max-width: 920px) {
#PageWrapper .CustomForm h3 {
margin: 20px auto;
}
}

#mainContent,
.CustomForm #mainContent {
float: left;
width: 60%;
margin-top: 20px;
}

#webformErrors {
}

.FormFieldContainer {
clear: both;
text-align: center;
width: 100%;
max-width: 550px;
padding: 5px 0;
float: right;
}

.FormLabel {
float: left;
width: 25%;
text-align: right;
color: #fff;
font-size: 15px;
height: 44px;
line-height: 44px;
}

.FormField,
.FormButton {
float: right;
width: 72%;
height: 44px;
line-height: 44px;
font-family: 'Muli', sans-serif;
font-weight: bold;
}

.FormField input {
padding: 5px 5% 4px;
width: 90%;
font-size: 16px;
border: 0;
border-radius: 2px;
color: #444;
height: 34px;
text-align: center;
}

.FormButton button {
padding: 6px 5% 5px;
width: 100%;
font-size: 16px;
border: 2px solid #ee820d;
border-radius: 3px;
color: #fff;
height: 43px;
background: #ee820d;
text-transform: uppercase;
letter-spacing: 0.05em;
cursor: pointer;
}

.FormButton button:hover {
background: #0068b3;
border-color: #0068b3;
border-radius: 3px;
opacity: 1;
}

#PageWrapper .CustomForm p {
text-align: right !important;
color: rgba(255,255,255,0.5);
}

@media only screen and (max-width: 560px) {
#PageWrapper .CustomForm h3 {
float: left;
width: 100%;
text-align: center !important;
color: rgb(255, 255, 255);
font-size: 30px;
line-height: 1.1;
margin: 20px auto 20px;
}
#mainContent {
float: left;
width: 95%;
margin-top: 20px;
margin-right: 5%;
}
}

/* ------ HEADER BANNER + TEXT ------ */

.HeaderText {
padding: 200px 50px 80px;
line-height: 1.3;
}

@media only screen and (max-width: 768px) {
.HeaderText {
padding: 70px 50px 50px;
}
}

@media only screen and (max-width: 525px) {
.HeaderText {
padding: 70px 5% 50px;
}
}

.HeaderText {
margin: 0 0 0 -2000px;
padding: 11px 40px 18px 2000px;
line-height: 1.3;
background: #0068b3;
border-radius: 0 4px 4px 0;
max-width: initial;
display: inline-block;
background: rgba(0,104,179,0.9);
}

#PageWrapper .HeaderText h2,
#PageWrapper .HeaderText h3 {
color: #fff !important;
text-shadow: none;
font-family: 'Averia Serif Libre', serif;
line-height: 1.25;
letter-spacing: -0.02em;
margin: 10px 0;
text-align: left !important;
}

#PageWrapper .HeaderText h2 {
font-size: 40px !important;
}

#PageWrapper .HeaderText h3 {
font-size: 26px !important;
}

@media only screen and (max-width: 768px) {
#PageWrapper #HeaderWrapper {
background-image: url('/image-files/banner-how-we-do-it.jpg');
background-size: cover;
}
.BelowHeader {
padding: 75px 0;
text-align: center;
}
.HeaderText {
padding: 9px 25px 12px 25px;
border-radius: 4px;
margin: 0 auto;
}
.HeaderText h2,
.HeaderText h3 {
text-align: center !important;
}
}

@media only screen and (max-width: 600px) {
.HeaderText {
margin: 0 15px;
box-sizing: border-box;
}
}

/* ------ HOME HEADER BANNER + TEXT ------ */

.HomeHeaderText {
line-height: 1;
padding: 300px 50px 130px;
text-align: left;
max-width: 1000px;
box-sizing: border-box;
margin: 0 auto;
}

#PageWrapper .HomeHeaderText h2, 
#PageWrapper .HomeHeaderText h3,
#PageWrapper .HomeHeaderText h4 {
color: #fff !important;
text-shadow: none;
font-family: 'Averia Serif Libre', serif;
line-height: 1.25;
letter-spacing: -0.02em;
margin: 10px 0;
font-weight: normal;
}

#PageWrapper .HomeHeaderText h2 {
font-size: 60px !important;
}

#PageWrapper .HomeHeaderText h3 {
font-size: 30px !important;
margin: 15px 0 5px;
}

#PageWrapper .HomeHeaderText h4 {
font-size: 26px !important;
}

@media only screen and (max-width: 768px) {
#PageWrapper .HomeHeaderText h2 {
font-size: 45px !important;
}
#PageWrapper .HomeHeaderText h3 {
font-size: 24px !important;
}
#PageWrapper .HomeHeaderText h4 {
font-size: 20px !important;
}
}

@media only screen and (max-width: 550px) {
#PageWrapper .HomeHeaderText h2 {
font-size: 30px !important;
}
#PageWrapper .HomeHeaderText h3 {
font-size: 20px !important;
}
#PageWrapper .HomeHeaderText h4 {
font-size: 16px !important;
}
}

#PageWrapper .HomeHeaderText p, 
#PageWrapper .HomeHeaderText p span {
color: fff;
}

.HomeHeaderText a.LargeButton:link,
.HomeHeaderText a.LargeButton:visited,
.HomeHeaderText a.LargeButton:hover {
float: none;
margin-top: 30px;
border-color: #ee820d;
background: #ee820d;
color: #fff;
padding: 16px 25px 15px;
}

#PageWrapper .HomeHeaderText a.LargeButton:hover {
background: #fff;
border-color: #fff;
color: #222;
}

@media only screen and (max-width: 1050px) {
.HomeHeaderText {
padding: 180px 5% 150px;
}
}

@media only screen and (max-width: 910px) {
.HomeHeaderText {
padding: 130px 5% 120px;
}
#PageWrapper #HeaderWrapper {
background-position: bottom right;
}
}

@media only screen and (max-width: 768px) {
.HomeHeaderText {
padding: 70px 50px 50px;
}
}

@media only screen and (max-width: 550px) {
.HomeHeaderText {
padding: 70px 5% 50px;
text-align: center;
}
#PageWrapper .HomeHeaderText p, 
#PageWrapper .HomeHeaderText p span {
text-align: center !important;
color: #fff !important;
line-height: 1.3;
}
.HomeHeaderText a.LargeButton:link,
.HomeHeaderText a.LargeButton:visited,
.HomeHeaderText a.LargeButton:hover {
float: none;
}
}

/* ------ TESTIMONIALS ------ */

.Testimonials div[class*="responsive_col-"] {
}

.Testimonials div[class*="responsive_col-"]:hover {
}

#PageWrapper .Testimonials .responsive-row div[class*="responsive_col-"] {
padding: 5px 5%;
}

@media only screen and (max-width: 447px) {
#PageWrapper .Testimonials .responsive-row div[class*="responsive_col-"] {
padding: 20px 5%;
}
}

#PageWrapper .Testimonials h2 {
margin-bottom: 1em;
}

/* ------ BLUE CIRCLE ------ */

.BlueCircle {
display: table;
height: 140px;
width: 140px;
background: #0e76bc;
border-radius: 500px;
margin: 20px auto;
border: 2px solid #fff;
box-shadow: 0 0 0 2px #0e76bc;
}

#PageWrapper #ContentColumn .BlueCircle p {
color: #fff;
font-weight: bold;
font-size: 25px;
line-height: 1;
text-align: center;
vertical-align: middle;
display: table-cell;
}

/* ------ PADDED TWO COLUMN GRID ------ */

.PaddedTwoColumnGrid {
padding: 0 17%;
}

@media only screen and (max-width: 768px) {
.PaddedTwoColumnGrid {
padding: 0;
}
}

/* ------ EXTRA SIDE PADDING ------ */

.ExtraSidePadding {
padding: 15px 5%;
margin: 0 10%;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

.Stripe1 .ExtraSidePadding {
border: 0;
}

@media only screen and (max-width: 768px) {
.ExtraSidePadding {
padding: 15px 5%;
margin: 0 5%;
}
}

/* ------ CHECK MARK LIST ------ */

#ContentColumn .CheckMarkList ul {
padding-left: 15px;
}

#PageWrapper #ContentColumn .CheckMarkList ul li {
list-style-type: none;
background: transparent url("/image-files/checkmark.png") no-repeat scroll 0px 3px;
padding: 0px 0 0px 28px;
}

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

#PageWrapper #ContentColumn a.IconWrite,
#PageWrapper #ContentColumn a.IconBrand,
#PageWrapper #ContentColumn a.IconPublish,
#PageWrapper #ContentColumn a.IconBusiness,
#PageWrapper #ContentColumn a.IconRealEstate,
#PageWrapper #ContentColumn a.IconTech,
#PageWrapper #ContentColumn a.IconHealth,
#PageWrapper #ContentColumn a.IconOther,
#PageWrapper #ContentColumn a.IconGratitude,
#PageWrapper #ContentColumn a.IconIntegrity,
#PageWrapper #ContentColumn a.IconLaugh,
#PageWrapper #ContentColumn a.IconMissions,
#PageWrapper #ContentColumn a.IconPartners,
#PageWrapper #ContentColumn a.IconPossibility,
#PageWrapper #ContentColumn a.IconPurpose,
#PageWrapper #ContentColumn a.IconResource {
text-decoration: none !important;
width: 100px;
height: 100px;
display: block;
background-size: 100%;
margin: 0px auto;
padding: 0px;
background: url("/image-files/icon-write.png") no-repeat scroll 0% 0% / 100% auto;
}

#PageWrapper #ContentColumn a.IconGratitude,
#PageWrapper #ContentColumn a.IconIntegrity,
#PageWrapper #ContentColumn a.IconLaugh,
#PageWrapper #ContentColumn a.IconMissions,
#PageWrapper #ContentColumn a.IconPartners,
#PageWrapper #ContentColumn a.IconPossibility,
#PageWrapper #ContentColumn a.IconPurpose,
#PageWrapper #ContentColumn a.IconResource {
width: 70px;
height: 70px;
}

#PageWrapper #ContentColumn a.IconWrite {
background: url("/image-files/icon-write.png") no-repeat scroll 0% 0% / 100% auto;
}

#PageWrapper #ContentColumn a.IconBrand {
background: url("/image-files/icon-brand.png") no-repeat scroll 0% 0% / 100% auto;
}

#PageWrapper #ContentColumn a.IconPublish {
background: url("/image-files/icon-publish.png") no-repeat scroll 0% 0% / 100% auto;
}

#PageWrapper #ContentColumn a.IconBusiness {
background: url("/image-files/icon-business.png") no-repeat scroll 0% 0% / 100% auto;
}

#PageWrapper #ContentColumn a.IconRealEstate {
background: url("/image-files/icon-real-estate.png") no-repeat scroll 0% 0% / 100% auto;
}

#PageWrapper #ContentColumn a.IconTech {
background: url("/image-files/icon-tech.png") no-repeat scroll 0% 0% / 100% auto;
}

#PageWrapper #ContentColumn a.IconHealth {
background: url("/image-files/icon-health.png") no-repeat scroll 0% 0% / 100% auto;
}

#PageWrapper #ContentColumn a.IconOther {
background: url("/image-files/icon-other.png") no-repeat scroll 0% 0% / 100% auto;
}

#PageWrapper #ContentColumn a.IconGratitude {
background: url("/image-files/icon-gratitude.png") no-repeat scroll 0% 0% / 100% auto;
}

#PageWrapper #ContentColumn a.IconIntegrity {
background: url("/image-files/icon-integrity.png") no-repeat scroll 0% 0% / 100% auto;
}

#PageWrapper #ContentColumn a.IconLaugh {
background: url("/image-files/icon-laugh.png") no-repeat scroll 0% 0% / 100% auto;
}

#PageWrapper #ContentColumn a.IconMissions {
background: url("/image-files/icon-missions.png") no-repeat scroll 0% 0% / 100% auto;
}

#PageWrapper #ContentColumn a.IconPartners {
background: url("/image-files/icon-partners.png") no-repeat scroll 0% 0% / 100% auto;
}

#PageWrapper #ContentColumn a.IconPossibility {
background: url("/image-files/icon-possibility.png") no-repeat scroll 0% 0% / 100% auto;
}

#PageWrapper #ContentColumn a.IconPurpose {
background: url("/image-files/icon-purpose.png") no-repeat scroll 0% 0% / 100% auto;
}

#PageWrapper #ContentColumn a.IconResource {
background: url("/image-files/icon-resource.png") no-repeat scroll 0% 0% / 100% auto;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
#PageWrapper #ContentColumn a.IconWrite {
background-image: url("/image-files/icon-write-2x.png");
background-size: 100px 100px;
}
#PageWrapper #ContentColumn a.IconBrand {
background-image: url("/image-files/icon-brand-2x.png");
background-size: 100px 100px;
}
#PageWrapper #ContentColumn a.IconPublish {
background-image: url("/image-files/icon-publish-2x.png");
background-size: 100px 100px;
}
#PageWrapper #ContentColumn a.IconBusiness {
background-image: url("/image-files/icon-business-2x.png");
background-size: 100px 100px;
}
#PageWrapper #ContentColumn a.IconRealEstate {
background-image: url("/image-files/icon-real-estate-2x.png");
background-size: 100px 100px;
}
#PageWrapper #ContentColumn a.IconTech {
background-image: url("/image-files/icon-tech-2x.png");
background-size: 100px 100px;
}
#PageWrapper #ContentColumn a.IconHealth {
background-image: url("/image-files/icon-health-2x.png");
background-size: 100px 100px;
}
#PageWrapper #ContentColumn a.IconOther {
background-image: url("/image-files/icon-other-2x.png");
background-size: 100px 100px;
}
PageWrapper #ContentColumn a.IconGratitude {
background-image: url("/image-files/icon-gratitude-2x.png");
background-size: 70px 70px;
}
#PageWrapper #ContentColumn a.IconIntegrity {
background-image: url("/image-files/icon-integrity-2x.png");
background-size: 70px 70px;
}
#PageWrapper #ContentColumn a.IconLaugh {
background-image: url("/image-files/icon-laugh-2x.png");
background-size: 70px 70px;
}
#PageWrapper #ContentColumn a.IconMissions {
background-image: url("/image-files/icon-missions-2x.png");
background-size: 70px 70px;
}
#PageWrapper #ContentColumn a.IconPartners {
background-image: url("/image-files/icon-partners-2x.png");
background-size: 70px 70px;
}
#PageWrapper #ContentColumn a.IconPossibility {
background-image: url("/image-files/icon-possibility-2x.png");
background-size: 70px 70px;
}
#PageWrapper #ContentColumn a.IconPurpose {
background-image: url("/image-files/icon-purpose-2x.png");
background-size: 70px 70px;
}
#PageWrapper #ContentColumn a.IconResource {
background-image: url("/image-files/icon-resource-2x.png");
background-size: 70px 70px;
}
}

/* ------ BUTTON ARROWS ------ */

#PageWrapper .ApplyButton .LargeButton {
position: relative;
margin: 50px auto;
}

.ButtonArrows:before {
content: " ";
position: absolute;
left: 440px;
top: 30px;
height: 25px;
width: 72px;
background: url("/image-files/arrow-right.png") no-repeat center center;
background-size: 100%;
}

.ButtonArrows:after {
content: " ";
position: absolute;
right: 440px;
top: 30px;
height: 25px;
width: 72px;
background: url("/image-files/arrow-left.png") no-repeat center center;
background-size: 100%;
}

#PageWrapper .Stripe2 .ApplyButton a.LargeButton:link,
#PageWrapper .Stripe2 .ApplyButton a.LargeButton:visited {
background: #ee810d !important;
color: #fff;
font-size: 26px;
}
#PageWrapper .Stripe2 .ApplyButton a.LargeButton:hover {
border: 2px solid #fff;
background: #fff !important;
color: #ee810d !important;
font-size: 26px;
}

/* ------ CENTERED TEXT ------ */

.CenteredText {
text-align: center;
}

/* ------ AMAZON BUTTON LINK ------ */

#PageWrapper #ContentColumn a.AmazonLink {
display: inline-block;
float: none;
clear: both;
padding: 6px 15px 5px;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
border-style: solid;
border-width: 1px;
border-radius: 3px;
text-decoration: none !important;
text-align: center;
margin: 10px 0 40px 50%;
transform: translateX(-50%);
min-width: 70px;
}

#PageWrapper #ContentColumn a.AmazonLink:link,
#PageWrapper #ContentColumn a.AmazonLink:visited {
background: #fff !important;
color: #0068b3 !important;
border-color: #0068b3;
}

#PageWrapper #ContentColumn a.AmazonLink:hover {
background: #fff !important;
color: #ee810d !important;
border-color: #ee810d;
}

/* ------ ORANGE BUTTON ------ */

.Stripe2 a.OrangeButton:link,
.Stripe2 a.OrangeButton:visited,
.Stripe3 a.OrangeButton,
.Stripe3 a.OrangeButton:link,
.Stripe3 a.OrangeButton:visited {
background: #ee810d !important;
}

.Stripe2 a.OrangeButton:hover,
.Stripe3 a.OrangeButton:hover {
background: #fff !important;
color: #ee810d !important;
border-color: #ee820d !important;
}

/* ------ SMALL BUTTON ------ */

.SmallButton a,
#ContentColumn .SmallButton a {
display: inline-block;
float: none;
clear: both;
margin: 10px auto 20px;
padding: 6px 40px 5px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
border-style: solid;
border-width: 0.15em;
border-radius: 3px;
text-decoration: none !important;
}

#ContentColumn .SmallButton a:link,
#ContentColumn .SmallButton a:visited {
background: #fff;
color: #444;
border-color: #444;
}

#ContentColumn .SmallButton a:hover {
background: #fff;
border-color: #ee810d;
color: #ee810d;
}

a.LargeButton,
.LargeButton a {
letter-spacing: 0.05em;
}

#ContentColumn a.LargeButton:link,
#ContentColumn a.LargeButton:visited,
#ContentColumn a.LargeButton:hover,
#ContentColumn .LargeButton a:link,
#ContentColumn .LargeButton a:visited,
#ContentColumn .LargeButton a:hover {
padding: 11px 25px 10px;
border: 0.1em solid #000;
color: #000;
background: transparent;
}

#ContentColumn a.LargeButton:hover,
#ContentColumn .LargeButton a:hover {
background: #0068b3 !important;
border-color: #0068b3;
color: #fff;
}

#ContentColumn .Stripe2 a.LargeButton:link,
#ContentColumn .Stripe2 a.LargeButton:visited,
#ContentColumn .Stripe2 a.LargeButton:hover,
#ContentColumn .Stripe3 a.LargeButton:link,
#ContentColumn .Stripe3 a.LargeButton:visited,
#ContentColumn .Stripe3 a.LargeButton:hover
#ContentColumn .Stripe2 .LargeButton a:link,
#ContentColumn .Stripe2 .LargeButton a:visited,
#ContentColumn .Stripe2 .LargeButton a:hover,
#ContentColumn .Stripe3 .LargeButton a:link,
#ContentColumn .Stripe3 .LargeButton a:visited,
#ContentColumn .Stripe3 .LargeButton a:hover {
padding: 11px 40px 10px;
border: 0.1em solid #fff;
}

#ContentColumn .Stripe2 a.LargeButton:hover,
#ContentColumn .Stripe3 a.LargeButton:hover b,
#ContentColumn .Stripe2 .LargeButton a:hover,
#ContentColumn .Stripe3 .LargeButton a:hover b {
border: 0.1em solid #fff !important;
background: #fff !important;
color: #333 !important;
}

#Footer a.LargeButton {
background: #0068b3 !important;
}

#Footer a.LargeButton:hover {
background: #fff !important;
color: #333 !important;
}

/* ------ ABOUT BOX ------ */

body .AboutBox {
line-height: 1.2;
}

/* ------ BREADCRUMBS ------ */

#PageWrapper #ContentColumn .Breadcrumbs {
font-size: 14px;
}

/* ------ CENTERED IMAGES ------ */

.CenteredImages {
text-align: center;
}

.CenteredImages .ImageBlockCenter {
display: inline-block;
}

#PageWrapper .CenteredImages .ImageBlockCenter {
margin: 0px 0;
}

/* ------ EVENT HEADER IMAGES ------ */

@media only screen and (max-width: 937px) {
.EventHeader {
margin-top: -26px;
}
}

/* ------ VIDEO TESTIMONIALS ------ */

#PageWrapper .VideoTestimonials .responsive-row div[class*="responsive_col-"] {
padding: 1% 2%;
}

@media only screen and (max-width: 447px) {
#PageWrapper .VideoTestimonials .responsive-row div[class*="responsive_col-"] {
padding: 10px 5%;
}
}

#PageWrapper .VideoTestimonials .responsive-row {
padding: 0 5px;
}

.VideoTestimonials center {
border-radius: 2px;
}

.VideoTestimonials .StripeLiner {
max-width: 1200px;
}

/* ------ NO GRID PADDING ------ */

#PageWrapper .NoGridPadding .responsive-row div[class*="responsive_col-"] {
padding: 0px;
}

@media only screen and (max-width: 447px) {
#PageWrapper .NoGridPadding .responsive-row div[class*="responsive_col-"] {
padding: 0px 0%;
}
}

#PageWrapper .NoGridPadding .responsive-row {
padding: 0 0px;
}

/* ------ AUTHOR PROMO ------ */

@media only screen and (max-width: 447px) {
#PageWrapper div.AuthorPromo {
background-image: url() !important;
}
#PageWrapper div.AuthorPromo p {
text-align: center !important;
}
}

/* ------ AUTHOR PROMO CAPTION ------ */

#PageWrapper .AuthorPromoCaption p {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.06em;
}

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

/* ------ SHOP PAGE STYLES ------ */

.Grid-25-75 {
margin: 50px auto 10px;
}

.Grid-25-75 div.responsive_col-1 {
width: 25%;
}
.Grid-25-75 div.responsive_col-2 {
width: 75%;
}

@media only screen and (max-width: 768px) {
.Grid-25-75 div.responsive_col-1 {
width: 40%;
}
.Grid-25-75 div.responsive_col-2 {
width: 60%;
}
}

@media only screen and (max-width: 450px) {
.Grid-25-75 div.responsive_col-1 {
width: 100%;
}
.Grid-25-75 div.responsive_col-2 {
width: 100%;
}
}

.Grid-25-75 h1, 
.Grid-25-75 h2, 
.Grid-25-75 h3, 
.Grid-25-75 h4 {
line-height: 1.2;
}

#PageWrapper .LeftBorder h3 u {
text-decoration: none;
color: #0068b3;
display: inline-block;
}

.LeftBorder h3 u:before {
content: "$";
font-size: 15px;
bottom: 3px;
vertical-align: 6px;
margin-right: 1px;
}

.LeftBorder {
padding-left: 5%;
border-left: 3px solid #666;
padding: 20px 0 15px 5%;
}

.BlueButton a {
display: inline-block;
float: none;
clear: both;
margin: 10px auto 20px;
padding: 8px 25px 7px;
font-size: 17px;
font-weight: bold;
text-transform: uppercase;
border-style: solid;
border-width: 2px;
border-radius: 3px;
text-decoration: none !important;
}

#ContentColumn .BlueButton a:link,
#ContentColumn .BlueButton a:visited {
background: #fff;
color: #0068b3;
border-color: #0068b3;
}

#ContentColumn .BlueButton a:hover {
background: #0068b3 !important;
color: #fff;
}

/* ------ AMAZON BESTSELLER ------ */

.AmazonBestseller .ImageBlock {
position: relative;
}

.AmazonBestseller .ImageBlock img {
width: 105px !important;
}

.AmazonBestseller .ImageBlock:after {
content: " ";
width: 50px;
height: 50px;
background: url('/image-files/amazon-bestseller-badge.png') no-repeat top left transparent;
background-size: 100%;
position: absolute;
bottom: 0;
right: calc(50% - 80px);
}

/*
@media only screen and (max-width: 768px) {
.AmazonBestseller .ImageBlock:after {
right: 25%;
}
}
@media only screen and (max-width: 447px) {
.AmazonBestseller .ImageBlock:after {
right: 30%;
}
}
*/

/* ------ MORE GRID PADDING ------ */

#PageWrapper .MoreGridPadding .responsive-row div[class*="responsive_col-"] {
padding-left: 5%;
padding-right: 5%;
}

/* ------ WHITE CARD LIST ------ */

#ContentColumn .WhiteCardList ul {
padding-left: 0;
}

#ContentColumn .WhiteCardList ul li {
display: inline-block;
padding: 8px 18px 10px;
list-style-type: none;
background: rgba(255,255,255,0.9);
color: #333;
border-radius: 3px;
font-size: 20px;
}

/* ------ NO MARGIN IMAGE BLOCK ------ */

.NoMarginImageBlock {
background-color: #222;
}

#PageWrapper .NoMarginImageBlock .ImageBlockCenter {
margin: 0 0 -7px 0;
}

/* ------ BLACK SHADOW TEXT ------ */

.BlackShadowText {
text-shadow: 0 0 20px #000;
}

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

.TopSocialIcons {
position: absolute;
right: 10px;
top: 26px;
}

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

.SocialIcons {
display: inline-block;
width: 100%;
padding: 0;
height: 20px;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

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

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

.SocialIcons ul li a {
display: block;
width: 22px;
height: 22px;
background-size: auto 100% !important;
opacity: 0.75;
}

#Header .SocialIcons ul li a {
opacity: 1;
}

.SocialIcons ul li a.SocialIconFacebook { 
background: url('/image-files/social-icon-facebook-white.png') no-repeat center center transparent; 
}

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

.SocialIcons ul li a.SocialIconLinkedIn { 
background: url('/image-files/social-icon-linkedin-white.png') no-repeat center center transparent; 
}

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

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

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

#Header .SocialIcons ul li a:hover {
opacity: 0.8;
}

/* ------ FULL WIDTH IMAGE ------ */

.FullWidthImage .ImageBlock img {
width: 100%;
}

/* ------ CENTERED / LOGO IMAGES ------ */

#PageWrapper .CenteredImages .ImageBlockCenter {
margin: 0px 0.5%;
opacity: 0.8;
}

#PageWrapper .CenteredImages .ImageBlockCenter:hover {
opacity: 1;
}

/* ------ FEATURE GRID ------ */

.FeatureGrid {
}

#PageWrapper .FeatureGrid .responsive-row div[class*="responsive_col-"] {
padding: 0;
}

#PageWrapper .FeatureGrid .responsive-row div div {
height: 450px;
background-size: cover;
background-position: center center;
padding: 20%;
position: relative;
}

#ContentColumn .FeatureGrid p {
color: #fff;
font-size: 22px;
font-weight: 300;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

/* ------ RESPONSIVE GRIDS ------ */

@media only screen and (max-width: 640px) {
.responsive_grid_block-3 .responsive-row div[class*="responsive_col-"] {
width: 50%;
}
.responsive_grid_block-3 .responsive-row div.responsive_col-3 {
width: 100%;
padding-left: 25%;
padding-right: 25%;
}
}

@media only screen and (max-width: 640px) {
.responsive_grid_block-5 .responsive-row div[class*="responsive_col-"] {
width: 50%;
}
.responsive_grid_block-5 .responsive-row div.responsive_col-5 {
width: 100%;
padding-left: 25%;
padding-right: 25%;
}
}

@media only screen and (max-width: 450px) {
.responsive_grid_block-3 .responsive-row div[class*="responsive_col-"],
.responsive_grid_block-5 .responsive-row div[class*="responsive_col-"] {
width: 100%;
}
}

/* ------ NO TOP BOTTOM MARGINS ------ */

.NoTopBottomPadding .StripeLiner {
padding-top: 0;
padding-bottom: 0;
}

/* ------ FEATURED CASE STUDY ------ */

.FeaturedCaseStudy {
}

@media only screen and (max-width: 800px) {
.FeaturedCaseStudy {
background: transparent !important;
}
.FeaturedCaseStudy .responsive-row div[class*="responsive_col-"] {
width: 100%;
}
}

/* ------ CASE STUDY THUMBS & NEW AUTHOR PAGES SECTION ------ */

.CaseStudyThumbs {
text-align: center;
}

.CaseStudyThumbs .ImageBlock a img {
border-radius: 2px;
border: 2px solid transparent;
transition: border 200ms ease;
}

.CaseStudyThumbs .ImageBlock a:hover img {
border-color: #fff;
transition: border 400ms ease;
}

#PageWrapper .CaseStudyThumbs .Caption {
margin-top: 5px;
margin-left: auto;
margin-right: auto;
font-weight: normal;
line-height: 1.4;
font-size: 14px;
text-shadow: 0 0 20px #000;
opacity: 1;
}

#PageWrapper .CaseStudyThumbs .ImageBlock:hover .Caption {
opacity: 1;
}

#PageWrapper .CaseStudyThumbs .Caption i {
font-size: 13px;
}

.CaseStudyThumbs .StripeLiner {
padding: 30px 5% 0px;
}

#PageWrapper .CaseStudyThumbs a.youtube .ImageBlock {
margin-bottom: 25px;
}

#PageWrapper .CaseStudyThumbs .MoreButton img,
#PageWrapper .CaseStudyThumbs a.youtube img {
position: relative;
box-sizing: border-box;
}

#PageWrapper .CaseStudyThumbs a.youtube:hover img,
#PageWrapper .CaseStudyThumbs .MoreButton:hover img {
}

#PageWrapper .CaseStudyThumbs .ImageBlock {
position: relative;
display: block;
line-height: 1;
}

#PageWrapper .CaseStudyThumbs span.Caption.CaptionCenter {
max-width: 100% !important;
}

#PageWrapper .CaseStudyThumbs span.Caption {
display: block;
line-height: 1.2;
color: #fff !important;
text-decoration: none !important;
position: absolute;
width: 100%;
box-sizing: border-box;
height: 100%;
top: 80%;
transform: translateY(-50%);
text-align: center;
padding-top: 100px;
font-size: 18px;
font-weight: bold;
}

#PageWrapper .CaseStudyThumbs span.Caption i {
font-size: 12px;
font-weight: bold;
font-style: normal;
text-transform: uppercase;
letter-spacing: 0.1em;
}

#PageWrapper .CaseStudyThumbs .Caption:before {
position: absolute;
content: " ";
height: 80px;
width: 100%;
background: url('/image-files/play-arrow.png') no-repeat top center transparent;
background-size: 80px auto;
top: 0px;
left: 0;
right: 0;
}

#PageWrapper .CaseStudyThumbs a.youtube :hover .Caption:before {
background-position: bottom center;
}

@media only screen and (max-width: 930px) {
#PageWrapper .CaseStudyThumbs span.Caption {
top: 60%;
font-size: 15px;
padding-top: 60px;
}
#PageWrapper .CaseStudyThumbs span.Caption i {
font-size: 14px;
}
#PageWrapper .CaseStudyThumbs .Caption:before {
height: 50px;
background-size: 50px auto;
}
}

@media only screen and (max-width: 450px) {
#PageWrapper .CaseStudyThumbs span.Caption {
top: 80%;
font-size: 18px;
padding-top: 100px;
}
#PageWrapper .CaseStudyThumbs span.Caption i {
font-size: 16px;
}
#PageWrapper .CaseStudyThumbs .Caption:before {
height: 80px;
background-size: 80px auto;
}
}

#PageWrapper .CaseStudyThumbs span.Caption {
display: block;
line-height: 1.2;
color: #fff !important;
text-decoration: none !important;
position: absolute;
width: 100%;
box-sizing: border-box;
height: 100%;
top: 75%;
transform: translateY(-50%);
text-align: center;
padding-top: 80px;
font-size: 15px;
font-weight: bold;
padding-left: 5%;
padding-right: 5%;
}

#PageWrapper .CaseStudyThumbs span.Caption i {
font-size: 10px;
font-weight: normal;
font-style: normal;
text-transform: uppercase;
letter-spacing: 0.1em;
}

#PageWrapper .CaseStudyThumbs .Caption:before {
position: absolute;
content: " ";
height: 60px;
width: 100%;
background: url('/image-files/play-arrow.png') no-repeat top center transparent;
background-size: 60px auto;
top: 0px;
left: 0;
right: 0;
}

/* ------ HIGHLIGHT TEXT ------ */

#PageWrapper .HighlightText p {
font-weight: 200;
text-size: 21px;
}

/* ------ YOUTUBE BUTTON ------ */

#PlayButton:after {
content: " ";
}

/* ------ MINI TEXT ------ */

#PageWrapper #ContentColumn .MiniText p,
#PageWrapper #ContentColumn .MiniTextTight p {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.3em;
line-height: 1.5;
padding: 5px 0 0;
}

#PageWrapper #ContentColumn .MiniTextTight p {
letter-spacing: 0.13em;
}

#PageWrapper #ContentColumn .SmallGrid .MiniTextTight p {
font-size: 9px;
}

/* ------ TIGHTER DIVIDER ------ */

.TighterDivider hr {
margin: 30px auto;
}

/* ------ ROUND PHOTO ------ */

.RoundPhoto img {
border-radius: 50%;
}

/* ------ EXTRA GRID SPACING ------ */

#PageWrapper .ExtraGridSpacing .responsive-row div[class*="responsive_col-"] {
padding-left: 4%;
padding-right: 4%;
}

/* ------ SMALL & SMALLER GRIDS ------ */

#PageWrapper .SmallerGrid h4,
#PageWrapper .SmallerGrid h4 span {
font-size: 20px !important;
}

#PageWrapper .SmallGrid h4,
#PageWrapper .SmallGrid h4 span {
font-size: 18px !important;
}

#PageWrapper .SmallerGrid p {
font-size: 16px;
}

#PageWrapper .SmallGrid p {
font-size: 14px;
}

#PageWrapper .ExtraGridSpacing.SmallGrid .responsive-row div[class*="responsive_col-"] {
padding-left: 2%;
padding-right: 2%;
}

/* ------ SHORT DIVIDER ------ */

.ShortDivider {
clear: both;
border-top: 1px solid #fff;
border-width: 1px 0 0 0 !important;
width: 100%;
margin: 20px 0 20px;
height: 1px;
}

/* ------ KICKOUTS ------ */

.Kickouts .responsive-row, 
.Kickouts div[class*='responsive_grid_block-'],
#PageWrapper .Kickouts .responsive-row div[class*="responsive_col-"] {
overflow: visible;
}

.KickoutRight,
.KickoutLeft {
box-sizing: border-box;
margin-top: 50px;
margin-bottom: 50px;
background: #444;
}

.KickoutRight {
margin-right: -2000px;
padding: 20px 2000px 25px 8%;
}

.KickoutLeft {
margin-left: -2000px;
padding: 20px 8% 25px 2000px;
}

.KickoutLeft.KickoutPhoto {
margin-left: -1000px;
padding-left: 1000px;
background-size: 80% auto !important;
background-position: right center !important;
}

.KickoutRight.KickoutPhoto {
margin-right: -1000px;
padding-right: 1000px;
background-size: 80% auto !important;
background-position: left center !important;
}

/* ------ NO SIDE PADDING GRID ------ */

#PageWrapper .NoSidePaddingGrid .responsive_grid_block-2 div.responsive_col-1,
#PageWrapper .NoSidePaddingGrid .responsive_grid_block-3 div.responsive_col-1,
#PageWrapper .NoSidePaddingGrid .responsive_grid_block-4 div.responsive_col-1 {
padding-left: 0 !important;
}

#PageWrapper .NoSidePaddingGrid .responsive_grid_block-2 div.responsive_col-2,
#PageWrapper .NoSidePaddingGrid .responsive_grid_block-3 div.responsive_col-3,
#PageWrapper .NoSidePaddingGrid .responsive_grid_block-4 div.responsive_col-4 {
padding-right: 0 !important;
}

@media only screen and (max-width: 447px) {
#PageWrapper .NoSidePaddingGrid .responsive_grid_block-2 div.responsive_col-1,
#PageWrapper .NoSidePaddingGrid .responsive_grid_block-2 div.responsive_col-2,
#PageWrapper .NoSidePaddingGrid .responsive_grid_block-3 div.responsive_col-1,
#PageWrapper .NoSidePaddingGrid .responsive_grid_block-3 div.responsive_col-2,
#PageWrapper .NoSidePaddingGrid .responsive_grid_block-3 div.responsive_col-3,
#PageWrapper .NoSidePaddingGrid .responsive_grid_block-4 div.responsive_col-1,
#PageWrapper .NoSidePaddingGrid .responsive_grid_block-4 div.responsive_col-2,
#PageWrapper .NoSidePaddingGrid .responsive_grid_block-4 div.responsive_col-3,
#PageWrapper .NoSidePaddingGrid .responsive_grid_block-4 div.responsive_col-4 {
padding-right: 0 !important;
padding-left: 0 !important;
}
}

/* ------ LARGE NUMBERED BULLETS ------ */

.LargeNumberedBullets ol {
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}

.Stripe2 .LargeNumberedBullets ol li,
.Stripe3 .LargeNumberedBullets ol li {
color: #fff;
}

.LargeNumberedBullets ol li:before {
content: " ";
font-size: 20px;
display: inline-block;
border-radius: 50%;
color: #fff;
font-weight: normal;
padding: 10px;
clear: both;
width: 53px;
margin: 35px calc(50% - 26px) 12px;
box-sizing: border-box;
border: 1px solid #fff;
transition: all ease 200ms;
-moz-transition: all ease 200ms;
-ms-transition: all ease 200ms;
-o-transition: all ease 200ms;
}

.LargeNumberedBullets ol li:hover:before {
color: #0068b3;
background: #fff;
-moz-transition: all ease 200ms;
-ms-transition: all ease 200ms;
-o-transition: all ease 200ms;
}

.LargeNumberedBullets ol li:nth-child(1):before {
content: "1";
}

.LargeNumberedBullets ol li:nth-child(2):before {
content: "2";
}

.LargeNumberedBullets ol li:nth-child(3):before {
content: "3";
}

.LargeNumberedBullets ol li:nth-child(4):before {
content: "4";
}

.LargeNumberedBullets ol li:nth-child(5):before {
content: "5";
}

.LargeNumberedBullets ol li:nth-child(6):before {
content: "6";
}

.LargeNumberedBullets ol li:nth-child(7):before {
content: "7";
}

/* ------ BIG H2 HEADLINE ------ */

#PageWrapper .BigH2 h2 {
font-size: 40px !important;
}

/* ------ CENTER CONTENT ON MOBILE SCREENS ------ */

@media only screen and (max-width: 447px) {
#PageWrapper #ContentColumn .CenterContentForMobile h2,
#PageWrapper #ContentColumn .CenterContentForMobile h3,
#PageWrapper #ContentColumn .CenterContentForMobile h4,
#PageWrapper #ContentColumn .CenterContentForMobile p {
text-align: center !important;
}
}

/* ------ FULL WIDTH GRID ------ */

#PageWrapper .FullWidthGrid .responsive-row div[class*="responsive_col-"] {
padding: 0;
}

#PageWrapper .FullWidthGrid .responsive-row div div {
height: auto;
background-size: cover;
background-position: center center;
padding: 10% 20%;
position: relative;
}

@media only screen and (max-width: 1000px) {
#PageWrapper .FullWidthGrid .responsive-row div div {
padding: 10% 10%;
}
}

@media only screen and (max-width: 840px) {
#PageWrapper .FullWidthGrid .responsive-row div div {
padding: 10% 5%;
}
}

@media only screen and (max-width: 640px) {
#PageWrapper .FullWidthGrid .responsive-row div div {
padding: 10% 20%;
}
}

#ContentColumn .FullWidthGrid p,
#ContentColumn .FullWidthGrid ul li {
color: #000;
}

#ContentColumn .FullWidthGrid ul {
margin-left: 0;
}

#ContentColumn .FullWidthGrid ul li {
padding-bottom: 10px;
font-size: 20px;
}

/* ------ EQUAL HEIGHT COLUMNS ------ */

@media only screen and (min-width: 641px) {
.EqualHeightColumns div[class*="responsive_grid_block-"] {
display: table;
}
.EqualHeightColumns div[class*="responsive_col-"] {
display: table-cell !important;
vertical-align: top;
float: initial !important;
height: 100% !important;
}
/*
.FeatureGrid .EqualHeightColumns div[class*="responsive_col-"] {
vertical-align: middle;
}
*/
.EqualHeightColumns div[class*="responsive_col-"] div {
display: table !important;
height: 100% !important;
width: 100%;
margin-bottom: -2000px;
padding-bottom: calc(2000px + 10%) !important;
}
.FeatureGrid .EqualHeightColumns div[class*="responsive_col-"] div {
padding-bottom: calc(2000px + 20%) !important;
}
}

@media only screen and (max-width: 640px) {
.EqualHeightColumns div[class*="responsive_col-"] {
width: 100% !important;
}
}

#ContentColumn .FeatureGrid .EqualHeightColumns p {
position: initial;
top: initial;
-webkit-transform: none;
-ms-transform: none;
transform: none;
vertical-align: middle;
display: table-cell;
}

/* ------ PAGE ANCHOR LINKS ------ */

#ContentColumn .PageAnchorLinks p {
color: #aaa;
font-size: 13px;
letter-spacing: 0.1em;
text-transform: uppercase;
margin: 8px 0;
}

.PageAnchorLinks {
padding: 5px 0;
background: #eee;
margin: 40px 0 60px;
border-radius: 3px;
}

.Stripe2 .PageAnchorLinks,
.Stripe3 .PageAnchorLinks {
background: #004678;
}

/* ------ EVENT ANNOUNCEMENT BANNER ------ */

.EventAnnouncement {
clear: both;
width: 100%;
padding: 10px 5% 1px;
background: #ffd700;
margin: -11px 0 0 0;
}

#PageWrapper #ContentColumn .EventAnnouncement p {
margin: 10px 0 9px;
color: #000;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 0.08em;
font-size: 14px;
}

#ContentColumn .EventAnnouncement a:link,
#ContentColumn .EventAnnouncement a:visited,
#ContentColumn .EventAnnouncement a:hover {
color: #000;
text-decoration: underline;
border: none;
padding: 0;
font-weight: bold;
}

#ContentColumn .EventAnnouncement a:hover {
text-decoration: none;
}

#ContentColumn .EventAnnouncement a:hover {
color: #000;
}

/* ------ CUSTOM CONTACT FORMS ------ */

.CustomContactForm {
margin: 20px auto 75px;
}

.CustomContactForm .infusion-field label {
display: none;
}

.CustomContactForm .infusion-field input,
.CustomContactForm .infusion-field textarea {
width: 100%;
padding: 10px 12px;
font-size: 17px;
margin: 10px auto;
border: 0.1em solid #ccc;
color: #222;
font-family: 'Muli', sans-serif;
box-sizing: border-box;
}

.CustomContactForm .infusion-submit button {
padding: 11px 25px 10px;
border: 0.1em solid #000;
color: #000;
background: transparent;
display: inline-block;
float: none;
clear: both;
margin: 0 auto 20px;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
border-style: solid;
border-width: 2px;
border-radius: 3px;
text-decoration: none !important;
letter-spacing: 0.06em;
cursor: pointer;
}

.CustomContactForm .infusion-submit button:hover {
background: #0068b3 !important;
border-color: #0068b3;
color: #fff;
}

/* ------ FIX LOGO FOR BLOCKBUILDER ------*/

.SS_BB2 #Header .WebsiteName {
width: 100%;
}

/* ------ ADDITIONAL CODE ------ */

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