
/* ============================== =blocks - base styles ============================== */

/* =CalloutBox - base */

.CalloutBox {
    color: #fff;
    background-color: #888;
    margin: 2em auto;
    padding: 1px 4%;
}

.CalloutBox p {
    margin: 1em 0;
}

/* =ReminderBox - base */

.ReminderBox {
    color: #fff;
    background-color: #888;
    width: 50%;
    float: right;
    padding: 1px 4%;
    margin: 1em 0 1em 2em;
}

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

.ReminderBox p {
    margin: 1em 0;
}

/* =AdSense - base */

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
    padding: 1%;
}

.AdSenseBoxLeft {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.AdSenseBoxRight {
    float: right;
    margin-left: 2%;
    margin-bottom: 2%;
}

.AdSenseResponsiveBox {
    width: 50%;
}

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

.AdSenseBoxCenter {
    text-align: center;
    clear: both;
}

.AdSenseBoxCenter468 {
    width: 468px;
    margin: 2% auto;
    clear: both;
}

.AdSenseBoxExtraColumn {
    padding: 0;
    margin: 2% auto;
    clear: both;
}

/* =FBI - base */

.formBarGraphBar {
    border: 0;
    background-color: #eee;
}

#PageWrapper .formwrapper .formBuilderForm-Throbber {
    border: 0;
}
#PageWrapper .FormBlockLeft .formwrapper {
    float: left;
    margin-right: 5px;
}

#PageWrapper .FormBlockRight .formwrapper {
    float: right;
    margin-left: 5px;
}

#PageWrapper .FormBlockCenter .formwrapper {
    margin-left: auto;
    margin-right: auto;
}

/* =WhatsNew - base */

.WhatsNew {
    border: 1px solid #eee;
    margin: 1em 0;
    position: relative;
    box-sizing: border-box;
}

.WhatsNewLeft {
    float: left;
    margin-right: 0.5em;
}

.WhatsNewRight {
    float: right;
    margin-left: 0.5em;
}

.WhatsNewCenter {
    margin-left: auto;
    margin-right: auto;
}

#PageWrapper .WhatsNew img {
    border: 0;
}

#PageWrapper .WhatsNew h2 {
    margin: 0;
    padding: 0.3em 24px 0.3em 4px;
    background: #eee;
    line-height: 1.2;
    font-size: 125%;
    text-align: center;
    color: #888;
}

#PageWrapper .WhatsNew ol,
#PageWrapper .WhatsNew ul,
#PageWrapper .WhatsNew li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
}

#PageWrapper .WhatsNew ol {
    margin: 0 4%;
    overflow: hidden;
}

#PageWrapper .WhatsNew ol li {
    display: block;
    padding-bottom: 1px;
    border-top: 1px solid #ECF0F1;
    margin-top: -1px;
}

#PageWrapper .WhatsNew h3 {
    font-size: 125%;
    line-height: 1.2;
    margin-top: 1em;
    margin-bottom: 0;
}

.WhatsNew-time {
    font-size: 75%;
    color: #888;
    margin-top: 0.5em;
}

.WhatsNew-more {
    text-align: right;
    margin: 1em 0;
}

.WhatsNew-subscribe {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    text-align: right;
}

.WhatsNew-icon {
    padding: 4px 4px 2px;
}

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

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

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

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

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

    .WhatsNew-subscribe {
        position: static;
    }

    .WhatsNew-icon {
        display: none;
    }

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

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

/* =RSSbox - base */

.RSSbox {
    margin: 1em 0 2em;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.text_image_top_cleared,
.text_image_both_cleared {
    clear: both;
}

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

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

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

/* =Ezine - base */

.Ezine {
    padding: 4%;
    margin-bottom: 2em;
    background: #eee;
}

.Ezine table {
    width: 100%;
}

.Ezine td {
    width: 50%;
    text-align: center;
    vertical-align: top;
}

.Ezine .EzineInputAbove {
    width: 100%;
}

.EzineInput input {
    width: 85%;
    max-width: 350px;
    padding: 5px;
}

.Ezine input:focus[type="text"] {
    background-color: #ffffcc;
}

td.EzineLabel {
    text-align: right;
    vertical-align: middle;
}

td.EzineLabelAbove {
    text-align: center;
}

.EzineDescription {
    text-align: center;
}

/* =Ezine2 - base */

.Ezine2 {
    margin: 1em 0;
    padding: 0.5em;
    border: 1px solid #eee;
}

.EzineRow {
    padding: 0.5em 0;
    max-width: 100%;
    box-sizing: border-box;
}

.EzineVertical label {
    display: block;
}

.EzineHorizontal .EzineRow,
.EzineHorizontal label {
    display: inline-block;
}

.Ezine2 label,
.Ezine2 input[type="text"],
.Ezine2 input[type="email"],
.EzineButton {
    vertical-align: middle;
    max-width: 100%;
    box-sizing: border-box;
}

.Ezine2 input:focus[type="text"],
.Ezine2 input:focus[type="email"] {
    background-color: #ffffcc;
}

.EzineLeft {
    text-align: left;
}

.EzineCenter {
    text-align: center;
}

.EzineRight {
    text-align: right;
}

/* =ImageBlock - base */

a .Caption {
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#PageWrapper .noalignment {
    float: left;
}

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

/* =TOC - base */

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

/* =C2 - base */

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

#PageWrapper .formbody td {
    padding: 2px;
}

#NavColumn .formbody input[type="text"],
#NavColumn .formbody textarea,
#NavColumn .formbody img {
    box-sizing: border-box;
}

#NavColumn .formbody img.captcha_img {
    margin-bottom: 10px;
}

/* remove graphical bullets in the C2 Thank you notifications section */
#notificationOptions,
#notificationOptions li {
    list-style-type: none;
}

.socializeIt,
.formbody,
.c2_invitation {
    margin-top: 12px;
    margin-bottom: 12px;
}

.googlePlusOne {
    margin-top: 8px;
    margin-bottom: 8px;
}

.with_images .othervisitors p {
    margin-left:56px;
}

.thumb_container {
    float:left;
    width:50px;
    height:50px;
    overflow:hidden;
    margin-top:3px;
}

.with_images .othervisitors .submission_thumbnail {
    width:100%;
}

.othervisitors {
    clear: both;
}

.othervisitors img {
    border: 0;
}

/* -- Grid Block -- */

.grid_block {
    table-layout: fixed;
    border-collapse: collapse;
}

.grid_block td {
    padding: 0;
}

/* -- Responsive Grid Block -- */

.mobile .responsive-row img,
.bb1mobile .responsive-row img {
    max-width: 100% !important;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .responsive-row img {
        max-width: 100% !important;
        box-sizing: border-box;
    }
}

.responsive-row,
div[class*='responsive_grid_block-'] {
    overflow: hidden;
}

div[class*='responsive_col-'] {
    float: left;
    min-height: 1px;
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 768px) {
    .responsive_grid_block-12 div[class*='responsive_col-'] {
        width: 16.666%;
    }

    .responsive_grid_block-12 > .responsive-row > .responsive_col-7 {
        clear: left;
    }

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

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

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

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

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

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

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

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

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

    .responsive_grid_block-4 > .responsive-row > .responsive_col-3 {
        clear: left;
    }
}

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

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

    .responsive_grid_block-12 > .responsive-row > .responsive_col-5,
    .responsive_grid_block-12 > .responsive-row > .responsive_col-9 {
        clear: left;
    }

    .responsive_grid_block-12 > .responsive-row > .responsive_col-7 {
        clear: none;
    }

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

    .responsive_grid_block-8 > .responsive-row .responsive_col-3,
    .responsive_grid_block-8 > .responsive-row .responsive_col-5,
    .responsive_grid_block-8 > .responsive-row .responsive_col-7 {
        clear: left;
    }

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

    .responsive_grid_block-6 > .responsive-row > .responsive_col-4 {
        clear: none;
    }

    .responsive_grid_block-11 div[class*='responsive_col-'],
    .responsive_grid_block-10 div[class*='responsive_col-'],
    .responsive_grid_block-7 div[class*='responsive_col-'],
    .responsive_grid_block-5 div[class*='responsive_col-'],
    .responsive_grid_block-4 div[class*='responsive_col-'],
    .responsive_grid_block-3 div[class*='responsive_col-'],
    .responsive_grid_block-2 div[class*='responsive_col-'] {
        width: 100%;
    }
}

/* Responsive videos */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* center Facebook like and comment widgets */
#PageWrapper .fb-like,
#PageWrapper .fb-comments {
    display: block;
    text-align:center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* =Navigation - base */

.Navigation ul {
    margin: 1em 0 2em;
    padding: 0;
    list-style: none;
}

.Navigation li {
    padding: 0;
    margin: 0;
}

#PageWrapper div.Navigation a,
.Navigation a,
#PageWrapper div.Navigation a:visited,
.Navigation a:visited {
    font-size: 20px;
    background: #eee;
    color: #888;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

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

/* =HorizontalNavBar - base */

#PageWrapper div.HorizontalNavBar ul.root {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0;
    line-height: 18px;
    font-size: 16px;
}

#PageWrapper div.HorizontalNavBar ul ul {
    display: none;
    position: absolute;
    top: 27px;
    left: 1px;
    z-index: 2;
    margin: 0 0 0 -1px;
    padding: 0;
    *zoom: 1;
    background: #fff;
    width: 200px;
}

#PageWrapper div.HorizontalNavBar ul ul ul {
    top: 0;
    left: 200px;
    margin: 0 0 0 -2px;
    _top: 1px;
}

#PageWrapper div.HorizontalNavBar li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: left;
    white-space: nowrap;
    border: 0;
}

#PageWrapper div.HorizontalNavBar li.li1 {
    z-index: 1;
}

#PageWrapper div.HorizontalNavBar li.hover {
    z-index: 2;
}

#PageWrapper div.HorizontalNavBar li li {
    float: none;
    white-space: normal;
    border: 1px solid #fff;
    background: #fff;
    margin-top: -1px;
}

#PageWrapper div.HorizontalNavBar span.navheader,
#PageWrapper div.HorizontalNavBar a {
    display: block;
    padding: 4px 8px;
    text-decoration: none;
    _float: left;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader,
#PageWrapper div.HorizontalNavBar ul ul a {
    _float: none;
}

#PageWrapper div.HorizontalNavBar span.navheader {
    cursor: default;
    *zoom: 1;
    position: relative;
    padding-left: 18px;
}

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

#PageWrapper div.HorizontalNavBar span.navheader ins {
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 2px;
    border: 6px solid transparent;
    border-top-color: #000;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
    left: auto;
    top: 50%;
    right: 2px;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left-color: #000;
}

#PageWrapper div.HorizontalNavBar li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li:hover ul {
    display: block;
}

#PageWrapper div.HorizontalNavBar li.hover li ul,
#PageWrapper div.HorizontalNavBarCSS li:hover li ul {
    display: none;
}

#PageWrapper div.HorizontalNavBar li li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li li:hover ul {
    display: block;
}

#PageWrapper div.HorizontalNavBar li li.hover li ul,
#PageWrapper div.HorizontalNavBarCSS li li:hover li ul {
    display: none;
}

#PageWrapper div.HorizontalNavBar li li li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li li li:hover ul {
    display: block;
}

#PageWrapper div.HorizontalNavBar li li li.hover li ul,
#PageWrapper div.HorizontalNavBarCSS li li li:hover li ul {
    display: none;
}

#PageWrapper div.HorizontalNavBar li li li li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li li li li:hover ul {
    display: block;
}

/* .wide */
#PageWrapper div.HorizontalNavBarWide ul.root {
    width: 100%;
    display: table;
}

#PageWrapper div.HorizontalNavBarWide li {
    display: table-cell;
    float: none;
    text-align: center;
}

#PageWrapper div.HorizontalNavBarWide li li {
    text-align: left;
    display: block;
}

/* alignment */
#PageWrapper div.HorizontalNavBarLeft,
#PageWrapper div.HorizontalNavBarLeft li {
    text-align: left;
}

#PageWrapper div.HorizontalNavBarCenter,
#PageWrapper div.HorizontalNavBarCenter li {
    text-align: center;
}

#PageWrapper div.HorizontalNavBarRight,
#PageWrapper div.HorizontalNavBarRight li {
    text-align: right;
}

#PageWrapper div.HorizontalNavBarCenter li li,
#PageWrapper div.HorizontalNavBarRight li li {
    text-align: left;
}

/* touch devices */
html.touch #PageWrapper div.HorizontalNavBar ul.root > li {
    z-index: 2;
}

html.touch #PageWrapper div.HorizontalNavBar ul.root > li.hover {
    z-index: 3;
}

.ResponsiveNavButton {
    display: none;
}

table#ColumnsWrapper,
table#ContentWrapper {
    border-collapse: collapse;
    width: 100%;
}

/* =SocializeIt - base */

@media only screen and (max-width: 550px) {
    .socializeIt,
    .socializeIt img,
    .socializeIt textarea {
        width: 100% !important;
    }

    .socializeIt td[rowspan="2"],
    .socializeIt td[rowspan="1"] {
        white-space: normal !important;
    }
}

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

/* =misc */

iframe {
    max-width: 100%;
}

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

hr {
    clear: both;
}

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

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

body {
    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%;
    box-sizing: border-box;
}

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

/***********************************************/
/* Customizations from SiteDesigner start here */
/***********************************************/
body, html.mobile body{font-size:16px;
}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:12px;color:#d2cfcf;text-align:center;letter-spacing:1px;
}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{
}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-weight:bold;
}html.mobile #PageWrapper h1{
}@media (max-width:768px) {#PageWrapper h1{
}}@media (max-width:447px) {#PageWrapper h1{
}}#PageWrapper h2, html.mobile #PageWrapper h2{font-size:25px;
}html.mobile #PageWrapper h2{
}@media (max-width:768px) {#PageWrapper h2{
}}@media (max-width:447px) {#PageWrapper h2{
}}#PageWrapper h3, html.mobile #PageWrapper h3{
}html.mobile #PageWrapper h3{
}@media (max-width:768px) {#PageWrapper h3{
}}@media (max-width:447px) {#PageWrapper h3{
}}#PageWrapper h4, html.mobile #PageWrapper h4{
}html.mobile #PageWrapper h4{
}@media (max-width:768px) {#PageWrapper h4{
}}@media (max-width:447px) {#PageWrapper 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{
}}.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 .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 .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:#000000;border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;
}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{
}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:#dfeee9;
}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;color:#dfeee9;
}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{border-top-color:#dfeee9;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-top-color:#ffffff;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{border-color:#000000;border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;
}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{border-color:#000000;border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;
}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{
}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{
}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{color:#363636;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul a:link{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul a:link{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul a:link{
}}#PageWrapper div.HorizontalNavBar ul ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:visited{color:#363636;
}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{color:#00764c;
}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{color:#363636;
}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{color:#00764c;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, #PageWrapper div.HorizontalNavBar ul ul li:hover > span.navheader{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, #PageWrapper div.HorizontalNavBar ul ul li:hover > span.navheader{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, #PageWrapper div.HorizontalNavBar ul ul li:hover > span.navheader{
}}#PageWrapper div.HorizontalNavBar ul ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader ins{border-top-color:#FFFFFF;border-right-color:#FFFFFF;border-bottom-color:#FFFFFF;border-left-color:#FFFFFF;
}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 .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 .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 .ImageBlock, html.mobile #PageWrapper .ImageBlock{margin-top:1px;
}html.mobile #PageWrapper .ImageBlock{
}@media (max-width:768px) {#PageWrapper .ImageBlock{
}}@media (max-width:447px) {#PageWrapper .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{margin-right:10px;
}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 ul, html.mobile #ContentColumn ul{margin-left:8px;
}html.mobile #ContentColumn ul{
}@media (max-width:768px) {#ContentColumn ul{
}}@media (max-width:447px) {#ContentColumn ul{
}}#ContentColumn ul li, html.mobile #ContentColumn ul li{padding-left:0px;
}html.mobile #ContentColumn ul li{
}@media (max-width:768px) {#ContentColumn ul li{
}}@media (max-width:447px) {#ContentColumn ul li{
}}#PageWrapper .CalloutBox p, html.mobile #PageWrapper .CalloutBox p{font-size:17px;color:#000000;
}html.mobile #PageWrapper .CalloutBox p{
}@media (max-width:768px) {#PageWrapper .CalloutBox p{
}}@media (max-width:447px) {#PageWrapper .CalloutBox p{
}}#PageWrapper .CalloutBox, html.mobile #PageWrapper .CalloutBox{border-color:#00764c;border-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;background-color:#ffffff;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;font-size:17px;color:#000000;padding-right:45px;padding-top:12px;padding-bottom:20px;
overflow:hidden;}html.mobile #PageWrapper .CalloutBox{
}@media (max-width:768px) {#PageWrapper .CalloutBox{
}}@media (max-width:447px) {#PageWrapper .CalloutBox{
}}#PageWrapper .ReminderBox, html.mobile #PageWrapper .ReminderBox{border-color:#ffffff;border-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;background-color:#e8f1ee;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding-top:15px;padding-bottom:12px;
overflow:hidden;}html.mobile #PageWrapper .ReminderBox{
}@media (max-width:768px) {#PageWrapper .ReminderBox{
}}@media (max-width:447px) {#PageWrapper .ReminderBox{
}}#PageWrapper .ReminderBox h4, html.mobile #PageWrapper .ReminderBox h4{color:#00764c;
}html.mobile #PageWrapper .ReminderBox h4{
}@media (max-width:768px) {#PageWrapper .ReminderBox h4{
}}@media (max-width:447px) {#PageWrapper .ReminderBox h4{
}}#PageWrapper .ReminderBox p, html.mobile #PageWrapper .ReminderBox p{font-size:15px;color:#363636;
}html.mobile #PageWrapper .ReminderBox p{
}@media (max-width:768px) {#PageWrapper .ReminderBox p{
}}@media (max-width:447px) {#PageWrapper .ReminderBox p{
}}#ContentColumn a, html.mobile #ContentColumn a{
}html.mobile #ContentColumn a{
}@media (max-width:768px) {#ContentColumn a{
}}@media (max-width:447px) {#ContentColumn a{
}}#ContentColumn a:link, html.mobile #ContentColumn a:link{color:#3380ca;
}html.mobile #ContentColumn a:link{
}@media (max-width:768px) {#ContentColumn a:link{
}}@media (max-width:447px) {#ContentColumn a:link{
}}#ContentColumn a:visited, html.mobile #ContentColumn a:visited{color:#3380ca;
}html.mobile #ContentColumn a:visited{
}@media (max-width:768px) {#ContentColumn a:visited{
}}@media (max-width:447px) {#ContentColumn a:visited{
}}#ContentColumn a:hover, html.mobile #ContentColumn a:hover{
}html.mobile #ContentColumn a:hover{
}@media (max-width:768px) {#ContentColumn a:hover{
}}@media (max-width:447px) {#ContentColumn 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:#d2cfcf;
}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:#d2cfcf;
}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;text-decoration:none;
}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 .ReminderBox a:link, html.mobile #PageWrapper .ReminderBox a:link{color:#3380ca;
}html.mobile #PageWrapper .ReminderBox a:link{
}@media (max-width:768px) {#PageWrapper .ReminderBox a:link{
}}@media (max-width:447px) {#PageWrapper .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 .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 .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 .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 .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 .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{
}}#toolbar, html.mobile #toolbar{
}html.mobile #toolbar{
}@media (max-width:768px) {#toolbar{
}}@media (max-width:447px) {#toolbar{
}}hr, html.mobile hr{background-color:#c4c4c4;color:#c4c4c4;
}html.mobile hr{
}@media (max-width:768px) {hr{
}}@media (max-width:447px) {hr{
}}#PageWrapper .WhatsNew, html.mobile #PageWrapper .WhatsNew{
}html.mobile #PageWrapper .WhatsNew{
}@media (max-width:768px) {#PageWrapper .WhatsNew{
}}@media (max-width:447px) {#PageWrapper .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 .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 .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 .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 .responsive-row div[class*="responsive_col-"], html.mobile #PageWrapper .responsive-row div[class*="responsive_col-"]{padding-top:5px;padding-bottom:5px;padding-left:3%;padding-right:3%;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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 #HeaderWrapper, html.mobile #PageWrapper #HeaderWrapper{background-image:url("/sd/image-files/header-1.jpg");background-position:50% 50%;background-repeat:no-repeat;background-size:cover;
}html.mobile #PageWrapper #HeaderWrapper{
}@media (max-width:768px) {#PageWrapper #HeaderWrapper{
}}@media (max-width:447px) {#PageWrapper #HeaderWrapper{
}}#PageWrapper #FooterWrapper, html.mobile #PageWrapper #FooterWrapper{background-color:#015134;
}html.mobile #PageWrapper #FooterWrapper{
}@media (max-width:768px) {#PageWrapper #FooterWrapper{
}}@media (max-width:447px) {#PageWrapper #FooterWrapper{
}}#PageWrapper .Caption, html.mobile #PageWrapper .Caption{font-weight:bold;
}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 .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 .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 #Header .WebsiteName, html.mobile #PageWrapper #Header .WebsiteName{
}html.mobile #PageWrapper #Header .WebsiteName{
}@media (max-width:768px) {#PageWrapper #Header .WebsiteName{
}}@media (max-width:447px) {#PageWrapper #Header .WebsiteName{
}}#PageWrapper #Header .Tagline, html.mobile #PageWrapper #Header .Tagline{
}html.mobile #PageWrapper #Header .Tagline{
}@media (max-width:768px) {#PageWrapper #Header .Tagline{
}}@media (max-width:447px) {#PageWrapper #Header .Tagline{
}}#PageWrapper #Header .WebsiteName a, html.mobile #PageWrapper #Header .WebsiteName a{
}html.mobile #PageWrapper #Header .WebsiteName a{
}@media (max-width:768px) {#PageWrapper #Header .WebsiteName a{
}}@media (max-width:447px) {#PageWrapper #Header .WebsiteName a{
}}#PageWrapper #Header .WebsiteName a:link, html.mobile #PageWrapper #Header .WebsiteName a:link{
}html.mobile #PageWrapper #Header .WebsiteName a:link{
}@media (max-width:768px) {#PageWrapper #Header .WebsiteName a:link{
}}@media (max-width:447px) {#PageWrapper #Header .WebsiteName a:link{
}}#PageWrapper #Header .WebsiteName a:visited, html.mobile #PageWrapper #Header .WebsiteName a:visited{
}html.mobile #PageWrapper #Header .WebsiteName a:visited{
}@media (max-width:768px) {#PageWrapper #Header .WebsiteName a:visited{
}}@media (max-width:447px) {#PageWrapper #Header .WebsiteName a:visited{
}}#PageWrapper #Header .WebsiteName a:hover, html.mobile #PageWrapper #Header .WebsiteName a:hover{
}html.mobile #PageWrapper #Header .WebsiteName a:hover{
}@media (max-width:768px) {#PageWrapper #Header .WebsiteName a:hover{
}}@media (max-width:447px) {#PageWrapper #Header .WebsiteName a:hover{
}}#PageWrapper .Ezine2, #PageWrapper .Ezine, html.mobile #PageWrapper .Ezine2, #PageWrapper .Ezine{
}html.mobile #PageWrapper .Ezine2, #PageWrapper .Ezine{
}@media (max-width:768px) {#PageWrapper .Ezine2, #PageWrapper .Ezine{
}}@media (max-width:447px) {#PageWrapper .Ezine2, #PageWrapper .Ezine{
}}#PageWrapper .Ezine2 .EzineRow label, html.mobile #PageWrapper .Ezine2 .EzineRow label{
}html.mobile #PageWrapper .Ezine2 .EzineRow label{
}@media (max-width:768px) {#PageWrapper .Ezine2 .EzineRow label{
}}@media (max-width:447px) {#PageWrapper .Ezine2 .EzineRow label{
}}#PageWrapper .Ezine2 .EzineRow input, html.mobile #PageWrapper .Ezine2 .EzineRow input{
}html.mobile #PageWrapper .Ezine2 .EzineRow input{
}@media (max-width:768px) {#PageWrapper .Ezine2 .EzineRow input{
}}@media (max-width:447px) {#PageWrapper .Ezine2 .EzineRow input{
}}#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 .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 .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 .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, 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:#f0f0f0;
}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:#00764c;
}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{border-color:#ffffff;border-style:solid;border-top-width:1px;border-right-width:0;border-bottom-width:1px;border-left-width:0;background-color:#e8e8e8;
}html.mobile body .eucookiebar{
}@media (max-width:768px) {body .eucookiebar{
}}@media (max-width:447px) {body .eucookiebar{
}}body .eucookiebar p, html.mobile body .eucookiebar p{color:#000000;
}html.mobile body .eucookiebar p{
}@media (max-width:768px) {body .eucookiebar p{
}}@media (max-width:447px) {body .eucookiebar p{
}}body .eucookiebar button, html.mobile body .eucookiebar button{
}html.mobile body .eucookiebar button{
}@media (max-width:768px) {body .eucookiebar button{
}}@media (max-width:447px) {body .eucookiebar button{
}}body .eucookiebar button:hover, html.mobile body .eucookiebar button:hover{
}html.mobile body .eucookiebar button:hover{
}@media (max-width:768px) {body .eucookiebar button:hover{
}}@media (max-width:447px) {body .eucookiebar button:hover{
}}body .eucookiebar a, html.mobile body .eucookiebar a{color:#015134;
}html.mobile body .eucookiebar a{
}@media (max-width:768px) {body .eucookiebar a{
}}@media (max-width:447px) {body .eucookiebar a{
}}body .eucookiebar a:link, html.mobile body .eucookiebar a:link{color:#015134;
}html.mobile body .eucookiebar a:link{
}@media (max-width:768px) {body .eucookiebar a:link{
}}@media (max-width:447px) {body .eucookiebar a:link{
}}body .eucookiebar a:visited, html.mobile body .eucookiebar a:visited{color:#015134;
}html.mobile body .eucookiebar a:visited{
}@media (max-width:768px) {body .eucookiebar a:visited{
}}@media (max-width:447px) {body .eucookiebar a:visited{
}}body .eucookiebar a:hover, html.mobile body .eucookiebar a:hover{color:#000000;text-decoration:underline;
}html.mobile body .eucookiebar a:hover{
}@media (max-width:768px) {body .eucookiebar a:hover{
}}@media (max-width:447px) {body .eucookiebar a:hover{
}}/* footer css */
/* font AvantGardeRegular definition */
@font-face {
    font-family: AvantGardeRegular;
    src: url('/css_webfonts/avantgarde-webfont.eot');
    src: url('/css_webfonts/avantgarde-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/avantgarde-webfont.woff') format('woff'),
         url('/css_webfonts/avantgarde-webfont.ttf') format('truetype'),
         url('/css_webfonts/avantgarde-webfont.svg#webfontILwWK1qr') format('svg');
    font-weight: normal;
    font-style: normal;
} 
.page_footer_container {
    width:100%; max-width: 500px;
    margin: 12px auto;
}

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

.page_footer_liner {
    padding: 12px;	
}

.page_footer_divider_above {
    margin: 0 auto;}

.page_footer_divider_below {
    margin: 0 auto;}

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

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

body {
line-height: 1.75;
}

p {
margin: 0.5em 0 0.5em;
}

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

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

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

body,
#PageWrapper p,
#ContentColumn ul li,
#PageWrapper .CalloutBox p,
#PageWrapper .ReminderBox p {
font-family: 'Noto Sans', Arial, sans-serif;
}

/*
body b,
#PageWrapper p b,
#ContentColumn ul li b,
#PageWrapper .CalloutBox p b,
#PageWrapper .ReminderBox p b {
font-weight: 800;
}
*/

h1, h2, h3, h4, h5, h6 {
margin: 1em 0 0.75em;
}

#PageWrapper h1,
#PageWrapper h1 span {
font-weight: 700;
font-style: normal;
letter-spacing: -0.03em;
font-family: 'Noto Sans', Arial, sans-serif;
margin-top: 0.025em;
}

#PageWrapper h2,
#PageWrapper h3,
#PageWrapper h4,
#PageWrapper h2 span,
#PageWrapper h3 span,
#PageWrapper h4 span,
#PageWrapper .Calloutbox h4,
#PageWrapper .ReminderBox h4 {
font-weight: 700;
font-style: normal;
letter-spacing: -0.03em;
color: #ffb401;
font-family: 'Noto Sans', Arial, sans-serif;
}

#PageWrapper h1,
#PageWrapper h1 span {
}

#PageWrapper h2,
#PageWrapper h2 span {
}

#PageWrapper h3,
#PageWrapper h3 span {
}

#PageWrapper h4,
#PageWrapper .ReminderBox h4 {
}

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

#PageWrapper .Stripe3 .ReminderBox h4,
#PageWrapper .Stripe3 .ReminderBox h3,
#PageWrapper .Stripe3 .ReminderBox h2 {
color: #00764c;
}

#PageWrapper .Stripe3 .CalloutBox h2,
#PageWrapper .Stripe3 .CalloutBox h3,
#PageWrapper .Stripe3 .CalloutBox h4 {
color: #000;
}

#ContentColumn .Stripe3 .ReminderBox,
#ContentColumn .Stripe3 .ReminderBox p,
#ContentColumn .Stripe3 .CalloutBox,
#ContentColumn .Stripe3 .CalloutBox p {
color: #000;
}

@media only screen and (max-width: 768px) {
body {
font-size: 16px;
}
}

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

a img:hover {
opacity: 0.8;
}

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

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

#ContentColumn .Stripe3 a:link,
#ContentColumn .Stripe3 a:visited,
#ContentColumn .Stripe3 a:hover,
#ContentColumn .Stripe3 h2 a:link,
#ContentColumn .Stripe3 h2 a:visited,
#ContentColumn .Stripe3 h2 a:hover,
#ContentColumn .Stripe3 h3 a:link,
#ContentColumn .Stripe3 h3 a:visited,
#ContentColumn .Stripe3 h3 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;
}

#ContentColumn .Stripe3 .ReminderBox a:link,
#ContentColumn .Stripe3 .ReminderBox a:visited,
#ContentColumn .Stripe3 .CalloutBox a:link,
#ContentColumn .Stripe3 .CalloutBox a:visited {
color: #3380CA;
border-color: #3380CA;
}

#ContentColumn .Stripe3 .ReminderBox a:hover,
#ContentColumn .Stripe3 .CalloutBox a:hover {
color: #000;
border-color: #000;
}

#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 .Stripe3 .ImageBlock a .Caption {
color: #fff;
}

#ContentColumn .Stripe3 .ImageBlock a:hover .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 {
color: #3380ca !important;
font-size: 24px !important;
margin-top: 15px;
font-weight: 700 !important;
letter-spacing: 0.01em;
border-bottom: 0.08em solid #3380ca;
display: inline-block;
}

#PageWrapper #ContentColumn .ImageBlock a .Caption h5,
#PageWrapper #ContentColumn .ImageBlock .Caption h5 {
font-family: 'Noto Sans', 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 .Stripe3 .ImageBlock a .Caption h4,
#PageWrapper #ContentColumn .Stripe3 .ImageBlock .Caption h4,
#PageWrapper #ContentColumn .Stripe3 .ImageBlock:hover a .Caption h4 {
color: #fff !important;
}

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

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

.thumb_container a {
border: 0 !important;
}

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

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

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

#ContentColumn ul {
padding-left: 25px;
}

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

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

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

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

#PageWrapper #HeaderWrapper { 
position: relative;
}

#Header {
max-width: 100%;
padding: 1px 0 0;
}

#Footer {
max-width: 100%;
padding: 0 0 1px;
}

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

#FooterWrapper {
border-top: 10px solid #00764c;
}

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

@media only screen and (max-width: 1100px) {
#PageWrapper #HeaderWrapper {
}
}

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

@media only screen and (max-width: 640px) {
#PageWrapper #HeaderWrapper {
min-height: 114px;
}
}

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

.Tagline {
display: none !important;
}

#Header .WebsiteName {
font-size: 0;
color: rgba(0,0,0,0);
float: none;
display: block;
width: 180px;
margin: 0 0 30px 3%;
}

.WebsiteName a {
max-width: 180px;
height: 123px;
display: block;
background: url("https://www.dog-health-guide.org/image-files/logo-360x246.png") no-repeat transparent;
transition: all 200ms;
-webkit-transition: all 200ms;
background-size: 100%;
}

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

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

@media only screen and (max-width: 640px) {
#Header .WebsiteName {
width: 140px;
}
.WebsiteName a {
max-width: 140px;
height: 92px;
}
}

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

#PageWrapper .ResponsiveNavWrapper {
background: #00764c;
width: 100%;
}

#PageWrapper #Header div.HorizontalNavBar {
width: 100%;
position: relative;
top: 0;
float: none;
}

@media only screen and (max-width: 1100px) {
#PageWrapper div.HorizontalNavBarRight,
#PageWrapper div.HorizontalNavBarRight li {
text-align: center;
}
}

#PageWrapper div.HorizontalNavBar ul span.navheader,
#PageWrapper div.HorizontalNavBar ul .li1 a {
letter-spacing: -0.01em;
padding: 18px 10px;
opacity: 1;
font-size: 14px !important;
font-family: 'Noto Sans', Arial, sans-serif;
}

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

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

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

#PageWrapper div.HorizontalNavBar ul ul span.navheader,
#PageWrapper div.HorizontalNavBar ul .li2 a {
padding: 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: 50px;
}

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

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

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

#PageWrapper div.HorizontalNavBar ul .li2 span.navheader,
#PageWrapper div.HorizontalNavBar ul .li2 a {
letter-spacing: 0;
opacity: 1;
text-transform: none;
}

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

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

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

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

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

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

@media only screen and (max-width: 768px) {
.ResponsiveNavReady .ResponsiveNavButton {
position: absolute;
border-radius: 4px;
border: none;
background: #00764c;
padding: 0 10px;
}
.ResponsiveNavReady .ResponsiveNavButton,
.ResponsiveNavActive .ResponsiveNavButton {
top: 23px;
right: 20px;
}
.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;
}
.ResponsiveNavActive .ResponsiveNavButton span {
background: url("/image-files/menu-x.png") no-repeat center center;
background-size: 30px 25px;
}

.ResponsiveNavReady .ResponsiveNavButton,
.ResponsiveNavActivated .ResponsiveNavButton {
width: 34px;
}
.ResponsiveNavReady .ResponsiveNavButton:hover {
background: #000;
border: none;
}

.ResponsiveNavReady .ResponsiveNav {
background: #fff;
}
.ResponsiveNavReady .ResponsiveNav a {
color: #00764c;
font-weight: bold;
padding: 5px 0;
}
.ResponsiveNavReady .ResponsiveNav a:hover {
color: #00764c;
}
}

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

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

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

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

#PageWrapper .Stripe1 .StripeLiner {
}

#PageWrapper .Stripe2 .StripeLiner {
}

#PageWrapper .Stripe3 .StripeLiner {
}

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

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

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

/* ------ NO BOTTOM PADDING ------ */

.NoBottomPadding .StripeLiner {
padding-bottom: 0 !important;
}

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

#PageWrapper #ContentColumn .Breadcrumbs p,
#PageWrapper #ContentColumn .Breadcrumbs p span {
font-size: 12px;
text-transform: uppercase;
}

.Breadcrumbs a {
margin: 0 4px;
}

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

#PageWrapper .ReminderBox {
width: 30%;
}

@media only screen and (max-width: 600px) {
#PageWrapper .ReminderBox {
width: 60%;
margin: 20px auto;
float: none;
}
}

/* ------ BOTTOM IMAGE ------ */

#PageWrapper .BottomImage .ImageBlockCenter {
margin-bottom: -10px;
}

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

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

input[type="text"], textarea {
background-color: #FFF;
border-radius: 2px;
border: 1px solid rgba(0,0,0,0.3);
padding: 10px 2%;
line-height: 23px;
font-size: 17px;
width: 96%;
}

table.formwrapper label {
padding-top: 10px;
float: left;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.04em;
color: rgba(0,0,0,0.7);
}

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

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

input[type="submit"] {
float: left;
padding: 12px 35px;
border: none;
border-radius: 3px;
background: #004a8c;
color: #fff;
text-transform: uppercase;
font-size: 15px;
font-weight: bold;
margin: 20px 0;
cursor: pointer;
-webkit-appearance: none;
}

input[type="submit"]:hover {
background: #222;
}

textarea {
margin-left: 0px
}

div#recaptcha_wrapper {
text-align: left;
}

/* BEGIN PAGE NAVIGATION
---------------------------------------------------------*/
.pagenav-container
{
    clear:both;
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid #d9d9d9;
}
.pagenav-container > div
{
    width:49%;
    float:left;
    position:relative;
    font-size:12px;
    line-height:12px;
    text-transform:uppercase;       
}
.pagenav-container > div:first-child
{
    margin-right:2%;
}
.pagenav-container > div.next-section
{
    text-align:right;
}
.pagenav-container > div .btn
{
    display:block;
    width:100%;
    font-size:14px;
    line-height:14px;
    padding:10px 0;
    margin-bottom:10px;
    background-color:#123a25;
    color:#fff;
    text-decoration:none;
    text-align:center;
}
.pagenav-container > div .btn:hover
{
    background-color:#20613f;
}

.pagenav-container > div.prev-section .btn:before
{
    content:"<< ";
}
.pagenav-container > div.next-section .btn:after
{
    content:" >>";
}
/* END PAGE NAVIGATION
---------------------------------------------------------*/

/* BEGIN INNER PAGE TWO COLUMN TABLE
---------------------------------------------------------*/
.two-column-table
{
	margin:10px 0;
	padding:0;
	border: 3px solid #D9DDDC;
	width:100%;
	background:#fff;
	float:left;
	position:relative;
	font-size:15px;
	clear:both;
	border-collapse:collapse;
}
.two-column-table tr
{
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.two-column-table td, 
.two-column-table th
{
	width: 46%;
	padding: 10px;
	border-right: 1px solid #EEE;
	vertical-align:top;
}
.two-column-table .content-title
{
	padding: 0;
	margin: 0;
	width: 100%;
}
.two-column-table h4
{
	font-size:15px;
	background: #317651;
	padding: 8px 5px;
	margin: 0;
	color: white;
	text-align: center;
	text-transform: uppercase;
}
.two-column-table thead
{
	background: #E0EBE5;
	font-weight: bold;
	width: 100%;
	border-right:1px solid #317651;
}
.two-column-table img 
{
	margin: 10px auto;
	border: 3px solid #EEE;
	display: block;
}
/* END INNER PAGE TWO COLUMN TABLE
---------------------------------------------------------*/

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

#PageWrapper .CalloutBox {
padding-right: 5%;
padding-left: 5%;
box-sizing: border-box;
}

/* ------ RESPONSIVE  MEGA MENU ------ */

.HeaderContainerWrapper {
background: #00764c;;
}

.HeaderContainer {
width: 100%;
max-width: 1300px;
margin: 0 auto;
float: none;
}

.wf-menu-light {
    position: relative;
    z-index: 10;
    background: #fff;
    margin-bottom: 0;
    clear: both;
    border-radius: 4px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
box-shadow: none;
    padding: 0px;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wf-menu-light>ul {
    background: inherit;
    list-style: none;
    margin: 0;
    padding: 0;
    float: none;
    position: relative;
    width: 100%;
    height: 0;
    transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    overflow: hidden;
    *zoom: 1
}

.wf-menu-light>ul:after {
    content: "";
    display: table;
    clear: both
}

.wf-menu-light>ul.collapsed {
    height: auto;
    min-height: 40px;
    max-height: 2999px
}

.wf-menu-light>ul>li {
    display: block;
    float: none;
    padding: 0;
    margin: 0
}

.wf-menu-light>ul>li>a {
    padding: 12px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -webkit-transition: background-color 200ms linear;
    transition: background-color 200ms linear
}

.wf-menu-light>ul>li:first-child>a {
    box-shadow: none
}

.wf-menu-light>ul>li:hover>a {
    background: rgba(0,0,0,0.25);
    box-shadow: 1px 0 0 rgba(0,0,0,0.2),inset 1px 0px 0px rgba(0,0,0,0.2);
box-shadow: none
}

.wf-menu-light>ul>li:last-child:hover>a {
    box-shadow: 1px 0 0 rgba(0,0,0,0.4),inset 1px 0px 0px rgba(0,0,0,0.2);
box-shadow: none
}

.wf-menu-light .dmui_dropdown_block {
    visibility: visible;
    position: relative;
    background: #fff;
    top: 100%;
    color: #575757;
    opacity: 0;
    transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    -webkit-transition: opacity 100ms linear;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 30;
    height: 0;
    overflow: hidden
}

.wf-menu-light>ul>li.right>.dmui_dropdown_block {
    right: 0
}

.wf-menu-light .dmui_dropdown_block p {
    padding: 5px 5px;
    margin-bottom: 10px;
    line-height: 1.7em
}

.wf-menu-light .dmui_dropdown_block p.small {
    font-size: 11px;
    color: #666
}

.wf-menu-light .dmui_dropdown_block p.text {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em
}

.wf-menu-light .dmui_dropdown_block p.links a {
    text-decoration: none
}

.wf-menu-light .dmui_dropdown_block p.links a:hover {
    text-decoration: underline
}

.wf-menu-light>ul>li:hover>.dmui_dropdown_block {
    height: auto;
    min-height: 40px;
    max-height: 3000px;
    visibility: visible;
    opacity: 1
}

/*
@media only screen and (min-width: 901px) {
.wf-menu-light>ul>li:hover>.dmui_dropdown_block {
    height: auto;
    min-height: 40px;
    max-height: 3000px;
    visibility: visible;
    opacity: 1
}
}

.wf-menu-light .dmui_dropdown_block .togglemenu {
    height: auto;
    min-height: 40px;
    max-height: 3000px;
    visibility: visible;
    opacity: 1
}
*/

.wf-menu-light .dmui_dropdown_block.full_width {
    left: 0px;
    width: 100%;
    margin-left: 0px
}

.wf-menu-light .dmui_dropdown_block.half_width {
    width: 50%
}

.wf-menu-light .dmui_dropdown_block .dmui-col {
    float: none;
    width: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.wf-menu-light .dmui_dropdown_block .dmui-col .content {
    padding: 10px 0px
}

.wf-menu-light .dmui_dropdown_block h1 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #333;
    border-bottom: 3px solid #ccc;
    padding: 5px 0 5px 10px;
    height: 7px;
    font-weight: 400;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.wf-menu-light .dmui_dropdown_block h1:before,.wf-menu-light .dmui_dropdown_block h1:after {
    display: inline-block;
    width: 10px;
    content: ' '
}

#PageWrapper .wf-menu-light .dmui_dropdown_block h2 {
    font-size: 12px;
    padding: 6px 0 6px 0;
    margin: 0 0 0 0;
    color: #aaa;
    font-weight: normal;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-align: left;
    letter-spacing: 0.08em;
    text-transform: uppercase
}

/*
.wf-menu-light .dmui_dropdown_block h2:before,.wf-menu-light .dmui_dropdown_block h2:after {
    display: inline-block;
    width: 6px;
    content: ' '
}
*/

.wf-menu-light .dmui_dropdown_block img.auto_width {
    width: auto;
    width: 100%
}

.wf-menu-light .dmui_dropdown_block a {
color: #000;
text-decoration: none;
display: block;
line-height: 1.4;
}

.wf-menu-light .dmui_dropdown_block a:hover {
color: #0b9444;
text-decoration: none;
}

.dmui-arrow:after {
content: " ";
height: 4px;
width: 4px;
border: 1px solid #000;
border-width: 0 1px 1px 0;
display: inline-block;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
margin: 0px 0 4px 6px;
}

.wf-menu-light>ul>li:hover>a:after {
border-color: #f8981c;
}

/*
.wf-menu-light .dmui_dropdown_block h1:first-line,.wf-menu-light .dmui_dropdown_block h2:first-line {
    background: #fff
}
*/

.wf-menu-light ul.dmui-simple-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0px
}

.wf-menu-light ul.dmui-simple-ul li {
    display: block
}

.wf-menu-light ul.dmui-simple-ul li a {
    display: block;
    padding: 4px 0;
    text-decoration: none;
    margin: 2px 0;
    font-size: 13px
}

/*
.wf-menu-light ul.dmui-simple-ul li a:before {
    display: inline-block;
    float: left;
    content: '\203A';
    font-size: 12px;
    margin-right: 6px;
    font-weight: bold;
    color: #aaa
}
*/

.wf-menu-light ul.dmui-simple-ul li a:hover {
    color: #00764c
}

.wf-menu-light ul.dmui-simple-ul li a:hover:before {
    color: inherit
}

.wf-menu-light .dmui_dropdown_block ul.dmui-simple-ul li a {
    color: #333
}

.wf-menu-light .dmui_dropdown_block ul.dmui-simple-ul li a:hover {
    color: #00764c
}

.dmui-container {
padding: 15px 20px;
text-align: left;
}

.dmui-container:after {
    content: ' ';
    display: block;
    clear: both
}

.wf-menu-light ul.dmui-submenu {
    background: #f3f3f3;
    list-style: none;
    padding: 0;
    margin: 0
}

.wf-menu-light ul.dmui-submenu>li {
    display: block;
    position: relative
}

.wf-menu-light ul.dmui-submenu>li:hover>a {
    background: rgba(0,0,0,0.3);
    color: #fff
}

.wf-menu-light ul.dmui-submenu>li.has-dropdown>a:after {
    content: "\203A";
    position: absolute;
    font-family: Arial, sans-serif;
    top: 8px;
    right: 10px;
    font-size: 20px;
    line-height: 16px;
    font-weight: bold;
    opacity: 0.7
}

.wf-menu-light ul.dmui-submenu>li.has-dropdown:hover>a:after {
    opacity: 1
}

.wf-menu-light ul.dmui-submenu>li>a {
    display: block;
    padding: 9px 30px 9px 20px;
    text-decoration: none;
    margin: 0;
    font-family: Tahoma, Verdana, sans-serif;
    line-height: 18px;
    white-space: nowrap
}

.wf-menu-light ul.dmui-submenu>li>a .fa {
    font-size: 16px;
    margin-right: 6px
}

.wf-menu-light ul.dmui-submenu>li>.dmui-submenu {
    visibility: hidden;
    opacity: 0;
    position: relative;
    width: auto;
    text-align: left;
    min-width: 160px;
    top: 100%;
    height: 0;
    box-shadow: -4px 0 0 rgba(0,0,0,0.2)
}

.wf-menu-light ul.dmui-submenu>li.has-dropdown:hover>.dmui-submenu {
    visibility: visible;
    opacity: 1;
    height: auto;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms
}

.wf-menu-light ul.dmui-submenu>li>.dmui-submenu a {
    padding-left: 30px
}

.wf-menu-light ul.dmui-submenu>li>.dmui-submenu>li>.dmui-submenu a {
    padding-left: 40px
}

.wf-menu-light ul.dmui-submenu>li>.dmui-submenu>li>.dmui-submenu>li>.dmui-submenu a {
    padding-left: 50px
}

.wf-menu-light .dmui_dropdown_block>ul.dmui-submenu>li>ul.dmui-submenu {
    margin-left: 4px
}

.wf-menu-light .dmui_dropdown_block ul.dmui-submenu li a,.wf-menu-light .dmui_dropdown_block ul.dmui-submenu li a:hover {
    color: #fff
}

.wf-menu-light.-bold->ul>li>a,.wf-menu-light.-but->ul>li>a {
    font-weight: bold;
letter-spacing: -0.02em;
}

.wf-menu-light.-upper->ul>li>a,.wf-menu-light.-but->ul>li>a {
    text-transform: uppercase;
    font-size: 14px
}

.wf-menu-light.-thick->ul>li>a,.wf-menu-light.-but->ul>li>a {
/*padding-top: 34px;
padding-bottom: 24px;*/
line-height: 18px;
padding-top: 30px;
padding-bottom: 35px;
}

li.Logo>a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 0px !important
}

.wf-menu-light.-thick->ul>li>a .fa,.wf-menu-light.-but->ul>li>a .fa {
    font-size: 16px
}

.wf-menu-light.-thick- .dmui_search_block,.wf-menu-light.-but- .dmui_search_block {
    padding: 10px 12px
}

.wf-menu-light.-thick- .dmui_search_block input,.wf-menu-light.-but- .dmui_search_block input {
    padding: 6px 8px;
    max-height: 30px
}

.wf-menu-light.-fl- {
    width: auto;
    float: left
}

.wf-menu-light.-fr- {
/*float: right;*/
/*padding: 25px 0 0;*/
/*margin: 0 auto 30px;*/
width: 100%;
max-width: 1180px;
float: none;
padding: 20px 0 0;
margin: 0 auto 5px;
}

.wf-menu-light.-fixed- {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    border-radius: 0;
    z-index: 20
}

.wf-menu-light.-fixed-.-boxed->ul {
    float: none;
    margin: 0 auto;
    max-width: 1000px
}

.wf-menu-light.-centered->ul {
    font-size: 0;
    text-align: center
}

.wf-menu-light.-centered->ul>li {
    display: inline-block;
    font-size: 13px;
    float: none;
    text-align: left
}

.wf-menu-light.-centered->ul>li.right {
    float: none
}

.wf-menu-light.-liketable->ul {
    display: table
}

.wf-menu-light.-liketable->ul>li {
    display: table-cell;
    vertical-align: top;
    float: none
}

.wf-menu-light.-liketable->ul>li.right {
    float: none
}

.wf-menu-light.-liketable->ul>li>a {
    text-align: center
}

.wf-menu-light.-floating- {
    -moz-transition: top 300ms;
    -o-transition: top 300ms;
    -webkit-transition: top 300ms;
    transition: top 300ms
}

.wf-menu-light.-fixed-hidden- {
    top: -80px
}

.mobile_collapser {
    display: block;
    height: 22px;
    padding: 12px 25px;
    color: #222;
/*    text-shadow: 0px 1px 2px rgba(0,0,0,0.25);*/
    font-size: 16px;
    line-height: 22px;
    background: rgba(255,255,255,0.1);
/*    box-shadow: inset 0 -2px 0px rgba(0,0,0,0.15);*/
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

/*
.mobile_collapser:before {
    content: '\2261';
    display: block;
    float: left;
    margin: -1px 8px 0 0;
    font-size: 30px
}
*/

@media only screen and (min-width: 901px) {
    .mobile_collapser {
        display: none
    }

    .wf-menu-light {
        padding-left: 10px;
        padding-right: 10px
    }

    .wf-menu-light>ul {
        background: none;
        height: inherit;
        overflow: visible;
/*padding: 0 20px 0 15px;*/
padding: 0 15px 0 6px;
    box-sizing: border-box;
    }

.wf-menu-light>ul {
text-align: right;
}

.wf-menu-light>ul>li {
float: left;
float: none;
display: inline-block;
background: inherit
}

.wf-menu-light > ul ul {
text-align: left;
padding: 0;
margin: 0;
}

.wf-menu-light > ul ul li {
list-style-type: none;
padding: 2px 0 7px;
font-size: 14px;
letter-spacing: 0.02em;

}

.wf-menu-light>ul>li>ul>li {
float: left;
}

    .wf-menu-light>ul>li>a {
        box-shadow: inset 1px 0px 0px rgba(0,0,0,0.2);
        box-shadow: none;
        padding: 12px 15px;
        font-size: 13px
    }

    .wf-menu-light .dmui_dropdown_block {
        visibility: hidden;
        position: absolute;
        height: 0;
        box-shadow: inset -2px 0 0 -1px rgba(0,0,0,0.15),-2px 2px 0 rgba(0,0,0,0.1);
    border-radius: 0;
    box-shadow: 0 8px 10px rgba(0,0,0,0.5);
border-radius: 4px;
box-shadow: 0 8px 10px rgba(0,0,0,0.5);
border-top: 5px solid #eee;
    }

    .wf-menu-light>ul>li:hover>.dmui_dropdown_block {
        overflow: visible;
        visibility: visible;
        opacity: 1
    }

    .wf-menu-light>ul>li.right {
        float: right
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col {
        float: left
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col .dmui-container {
        padding: 10px 20px;
    padding: 5px 15px;
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.spanauto {
        width: auto
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.span1 {
        width: 100%
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.span2 {
        width: 50%
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.span3 {
        width: 33%
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.span4 {
        width: 25%
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.span5 {
        width: 20%
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.span6 {
        width: 16%
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.span10per {
        width: 10%
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.span20per {
        width: 20%
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.span30per {
        width: 30%
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.span40per {
        width: 40%
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.span50per {
        width: 50%
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.span60per {
        width: 60%
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.span70per {
        width: 70%
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.span75per {
        width: 75%
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.span80per {
        width: 80%
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.span90per {
        width: 90%
    }

    .wf-menu-light .dmui_dropdown_block .dmui-col.bordered {
        border-right: 1px solid #ddd
    }

    .wf-menu-light ul.dmui-submenu>li>.dmui-submenu {
        position: absolute;
        top: 0;
        height: auto;
        min-width: 160px;
        left: 100%;
        box-shadow: -2px 2px 0 rgba(0,0,0,0.1)
    }

    .wf-menu-light .dmui_dropdown_block>ul.dmui-submenu>li>ul.dmui-submenu {
        margin-left: 0
    }

    .wf-menu-light ul.dmui-submenu>li>.dmui-submenu a {
        padding-left: 20px !important
    }

    .wf-menu-light ul.dmui-submenu.right-align li a {
        text-align: right
    }

    .wf-menu-light ul.dmui-submenu.right-align li.has-dropdown>a:after {
        content: '\2039';
        right: auto;
        left: 10px
    }

    .wf-menu-light ul.dmui-submenu.right-align li a .fa {
        margin-right: 0;
        margin-left: 6px
    }

    .wf-menu-light ul.dmui-submenu.right-align>li .dmui-submenu {
        left: auto;
        right: 100%;
        box-shadow: 2px 2px 0 rgba(0,0,0,0.1)
    }
}

@media only screen and (min-width: 1024px) {
.wf-menu-light>ul>li>a {
padding: 12px 12px;
font-size: 18px;
}
}

@media only screen and (max-width: 1140px) {
.wf-menu-light>ul>li>a {
padding: 0 9px 0 9px;
font-size: 16px;
}
.dmui-arrow:after {
margin: 0px 0 4px 8px;
}
}

@media only screen and (max-width: 1024px) {
.wf-menu-light>ul>li>a {
padding: 0 5px 0 5px;
font-size: 13px;
}
.dmui-arrow:after {
width: 4px;
height: 4px;
margin: 0px 0 3px 5px;
}
}

ul.dmui-contacts-info {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fefefe;
    border-radius: 4px;
    box-shadow: 0 1px 0 1px rgba(0,0,0,0.1),0 -1px 0 0 rgba(0,0,0,0.1);
    font-family: Arial, Helvetica, sans-serif
}

ul.dmui-contacts-info li {
    display: block;
    padding: 8px 15px;
    border-top: 1px solid #e3e3e3
}

ul.dmui-contacts-info li:first-child {
    border-top: none
}

ul.dmui-contacts-info li .fa {
    float: left;
    font-size: 16px;
    margin-top: 2px
}

ul.dmui-contacts-info li>span {
    display: block;
    margin-left: 25px;
    line-height: 1.5em
}

ul.dmui-contacts-info a {
    color: #555
}

.dmui-input,input.dmui-input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    padding: 7px 8px 6px;
    line-height: 18px;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    border-bottom-width: 2px;
    background: #f7f7f7;
    background-color: #f7f7f7;
    margin-bottom: 8px
}

textarea.dmui-input {
    resize: none;
    min-height: 80px
}

.wf-menu-light .dmui_dropdown_block .dmui-btn,.wf-menu-light .dmui_dropdown_block a.dmui-btn {
    display: inline-block;
    border: none;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    padding: 8px 24px 9px;
    margin: 0;
    line-height: 18px !important;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    text-decoration: none;
    background: #f9f9f9;
    -moz-transition: background 200ms;
    -o-transition: background 200ms;
    -webkit-transition: background 200ms;
    transition: background 200ms
}

.wf-menu-light .dmui_dropdown_block .dmui-btn:hover,.wf-menu-light .dmui_dropdown_block a.dmui-btn:hover {
    background: #f3f3f3
}

.wf-menu-light .dmui_dropdown_block a.dmui-btn:hover {
    color: #fff
}

.dmui_dropdown_block .dmui-blog-item {
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 2px solid #eee
}

.dmui_dropdown_block .dmui-blog-item:first-child {
    padding-top: 0;
    border-top: none
}

.dmui_dropdown_block .dmui-blog-item p {
    padding: 5px 0;
    margin-bottom: 0
}

.dmui_dropdown_block .dmui-blog-item h3 {
    line-height: 1.3em;
    margin-bottom: 5px;
    font-weight: 600;
    color: #555
}

.dmui_dropdown_block .dmui-blog-item .date {
    float: right;
    font-size: 11px;
    font-style: italic;
    line-height: 20px;
    font-weight: bold
}

.wf-menu-light .dmui_dropdown_block a.dmui-btn-mini {
    display: inline-block;
    color: #fff;
    background: #bbb;
    padding: 2px 8px 3px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
    -moz-transition: background 200ms;
    -o-transition: background 200ms;
    -webkit-transition: background 200ms;
    transition: background 200ms
}

.wf-menu-light .dmui_dropdown_block a.dmui-btn-mini:hover {
    color: #fff;
    background: #f9f9f9
}

.wf-menu-light,.dmui-btn,.dmui-input {
    font-family: "Open Sans", sans-serif
}

.overflow-hidden {
    overflow: hidden
}

.dmui_search_block {
    padding: 8px 12px
}

.dmui_search_block input {
    border: none;
    line-height: 1.4em;
    padding: 4px 8px;
    margin: 0;
    border-radius: 2px;
    box-shadow: 0 1px 0 1px rgba(0,0,0,0.12);
    width: 100%;
    font-size: 13px;
    height: auto;
    max-height: 26px;
    font-family: "Open Sans", sans-serif;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dmui_search_block input:focus {
    outline: none
}

.wf-menu-light>ul>li>a {
    color: #555;
color: #000
}

.wf-menu-light>ul>li:hover>a {
    background: rgba(0,0,0,0.1);
    box-shadow: inset 1px 0px 0px rgba(0,0,0,0.1);
    color: #f8981c;
  background: none;
  box-shadow: none;
color: #f8981c;
background: #eee;
border-radius: 4px 4px 0 0;
}

.wf-menu-light>ul>li.Logo:hover>a {
background: #fff;
}

.wf-menu-light ul.dmui-submenu {
    background: #fff
}

.wf-menu-light ul.dmui-submenu li a {
    color: #555 !important
}

.HeaderMenu {
position: relative;
margin-top: 0px;
width: 75%;
float: left;
}

@media only screen and (max-width: 901px) {
.HeaderMenu {
position: relative;
top: 0;
right: 0;
width: 100%;
}
.wf-menu-light {
background: #00764c;
border-radius: 0;
}
.mobile_collapser {
color: #fff;
}
.wf-menu-light.-fr- {
width: 100%;
float: left;
max-width: 1180px;
float: none;
margin: 0 auto 30px;
padding: 0;
}
.wf-menu-light>ul>li:hover>a {
color: #f8981c;
}
}

.wf-menu-light li.Logo {
float: left;
}

.wf-menu-light li.Logo img {
width: auto;
max-width: 282px;
}

.wf-menu-light li.Logo a {
font-size: 0;
color: transparent;
}

#PageWrapper .wf-menu-light h3 {
text-transform: uppercase;
font-weight: normal;
letter-spacing: 0.06em;
color: #1f936a;
background: none;
font-size: 12px;
padding: 0 0 4px;
margin: 5px 0px 5px;
letter-spacing: 0.08em;
border-bottom: 1px solid #92c0b0;
}

#PageWrapper .wf-menu-light h3.ColumnSpan {
margin-bottom: 15px;
}

@media only screen and (max-width: 901px) {
.wf-menu-light.-fr- {
padding: 0;
margin-bottom: 0;
}
h3.ColumnSpan {
margin-left: 0px;
}
.wf-menu-light li.Logo img {
display: none;
}
.wf-menu-light.-thick->ul>li>a {
padding-top: 12px;
padding-bottom: 12px;
line-height: 15px;
display: block;
clear: both;
width: 100%;
}
.wf-menu-light li {
width: 100%;
}
.wf-menu-light li.Logo a {
font-size: initial;
color: initial;
}
li.Logo>a {
padding-top: 12px !important;
padding-bottom: 12px !important;
line-height: 15px !important
}
.wf-menu-light.-thick->ul.collapsed {
padding-top: 12px;
padding-bottom: 12px;
}
}

@media only screen and (min-width: 1023px) {
.mobile_collapser {
display: none;
}
}

.mobile_collapser {
background: #fff;
cursor: pointer;
height: 30px;
}

.mobile_collapser img {
height: 30px;
float: right;
margin-top: 1px;
}

.MobileLogo {
display: none;
}

.dmui-col .dmui-col .dmui-container {
padding-top: 0 !important;
padding-left: 0 !important;
margin-top: -10px;
}

@media only screen and (max-width: 901px) {
.MobileLogo {
display: block;
position: absolute;
top: 10px;
left: 10px;
z-index: 999;
}
.MobileLogo img {
width: 220px;
}
.dmui-container ul {
list-style: none;
margin: 0;
padding: 0;
}
.dmui-container ul li {
padding-top: 4px;
padding-bottom: 4px;
}
.dmui-col .dmui-col .dmui-container {
padding-left: 0;
padding-right: 0;
margin-top: initial;
}
}

/* -------------------------------------- */
/* ------ MEGA MENU EDITS ------ */
/* -------------------------------------- */

.wf-menu-light.-fr- {
padding: 0;
margin: 0;
max-width: 1200px;
}

.wf-menu-light {
background: #00764c;
border-radius: 0px;
}

@media only screen and (max-width: 1140px) {
.dmui-arrow::after {
margin: 0px 0 4px 7px;
}
}

@media only screen and (min-width: 901px) {
.wf-menu-light > ul {
text-align: right;
padding: 0 15px 0 15px;
}
.wf-menu-light .dmui_dropdown_block {
border-radius: 0 0 4px 4px;
border-top: 2px solid #1f936a;
box-shadow: 0px 1000px 0 1000px rgba(0,0,0,0.5);
box-shadow: none;
}
.wf-menu-light li .dmui_dropdown_block {
box-shadow: 0px 1000px 0 1000px rgba(0,0,0,0) !important;
transition: visibility 350ms;
-webkit-transition: visibility 350ms;
-moz-transition: visibility 350ms;
}
.wf-menu-light li:hover .dmui_dropdown_block {
box-shadow: 0px 1000px 0 1000px rgba(0,0,0,0.5) !important;
transition: box-shadow 350ms;
-webkit-transition: box-shadow 350ms;
-moz-transition: box-shadow 350ms;
}
}

.dmui-arrow::after {
border: 1px solid #fff;
border-width: 0 1px 1px 0;
}

.wf-menu-light > ul > li > a {
color: #fff;
}

.wf-menu-light.-bold- > ul > li > a,
.wf-menu-light.-but- > ul > li > a {
letter-spacing: 0;
}

.wf-menu-light.-thick- > ul > li > a,
.wf-menu-light.-but- > ul > li > a {
padding-top: 17px;
padding-bottom: 16px;
}

.wf-menu-light > ul > li > a {
padding: 10px 12px;
font-size: 14px;
text-transform: none;
}

.wf-menu-light,
.dmui-btn,
.dmui-input {
font-family: "Noto Sans", sans-serif;
}

.wf-menu-light > ul > li:hover > a {
color: #fff;
background: #1f936a;
border-radius: 0;
}

.wf-menu-light > ul > li:hover > a::after {
border-color: #fff;
}

.dmui-container {
width: 100%;
box-sizing: border-box;
}

@media only screen and (min-width: 1024px) {
.mobile_collapser {
display: none !important;
}
}

.mobile_collapser {
background: #00764c;
height: 50px;
box-sizing: border-box;
padding: 10px 12px;
border-radius: 4px;
display: inline-block;
width: 60px;
position: absolute;
top: -104px;
right: 22px;
}

@media only screen and (max-width: 1056px) {
.wf-menu-light > ul > li > a {
padding: 10px 10px;
font-size: 14px;
}
}

@media only screen and (max-width: 640px) {
.mobile_collapser {
top: -84px;
right: 12px;
}
}

/* ------ TOP BAR ------ */

.TopBarWrapper {
clear: both;
background: #dfeee9;
display: inline-block;
width: 100%;
}

.TopBar {
width: 100%;
margin: 0 auto;
}

.TopBar div[class*="responsive_grid_block-"],
.TopBar .responsive-row {
overflow: visible;
}

.TopBar .NewsletterButton p {
margin: 0;
font-size: 14px;
color: #000;
}

.TopBar a.NewsletterButton {
margin: 3px 0 0;
font-weight: bold;
position: relative;
}

.TopBar a.NewsletterButton:after {
position: absolute;
content: " ";
display: block;
height: 25px;
width: 22px;
background: url("/image-files/newsletter-button-arrow.png") no-repeat center center transparent;
bottom: -15px;
right: 10px;
background-size: 100%;
}

.TopBar a.NewsletterButton:link,
.TopBar a.NewsletterButton:visited,
.TopBar a.NewsletterButton:hover {
background: #ffb200;
padding: 6px 15px 5px;
border-radius: 4px;
display: inline-block;
border: 2px solid #fff;
text-decoration: none;
}

.TopBar a.NewsletterButton:hover {
background: #ffce5e;
}

.TopBar a.NewsletterButton u {
text-decoration: underline;
}

@media only screen and (max-width: 447px) {
.TopBar {
width: 100%;
padding: 4px 20px;
text-align: center;
box-sizing: border-box;
}
.TopBar a.NewsletterButton {
width: 100%;
box-sizing: border-box;
}
}

/* ------ GOOGLE SEARCH BOX ------ */

.GoogleSearchBox {
margin: 6px 0 5px 0;
position: relative;
width: 100%;
max-width: 280px;
float: right;
}

.GoogleSearchBox form {
text-align: center;
}

input.GoogleSearchField {
margin: 0px 5px 0px 0px;
width: calc(100% - 50px);
padding: 0 10px;
border-radius: 2px;
height: 35px;
-webkit-appearance: none;
font-size: 13px;
color: #777;
border: 1px solid #fff;
background: #fff;
text-align: left;
line-height: 28px;
float: left;
}

input.GoogleSearchField:hover,
input.GoogleSearchField:focus {
color: #222;
}

input.GoogleSearchButton {
color: transparent;
background: url("/image-files/search-icon.png") no-repeat #00764c;
font-size: 12px;
height: 35px;
width: 42px;
cursor: pointer;
-webkit-appearance: none;
border: 0px solid #00764c;
padding: 0;
margin-bottom: 0px;
margin-right: 0px;
border-radius: 3px;
background-size: 32px;
background-position: center center;
}

.GoogleSearchBox input[type="submit"] {
margin: 0;
float: left;
}

input.GoogleSearchButton:hover {
background: url("/image-files/search-icon.png") no-repeat #014e33;
background-size: 32px;
background-position: center center;
border-color: #014e33;
}

@media only screen and (max-width: 447px) {
.GoogleSearchBox {
max-width: 100%;
margin: 8px 0 10px 0;
position: relative;
width: 100%;
float: right;
}
}

.gsc-result .gs-title {
height: 1.5em !important;
}

/* ------ CUSTOM NEWSLETTER ------ */

/*
.CustomNewsletter {
background: #ffb200;
border-radius: 8px;
margin: 50px 0 0;
}

.NewsletterLogo {
display: inline-block;
background: url("/image-files/newsletter-logo.png") no-repeat center center #00764c;
background-size: 170px 80px;
height: 80px;
width: 100%;
border-radius: 8px 8px 0 0;
margin-bottom: 25px;
}
*/

.CustomNewsletter {
background: #fff;
border-radius: 8px;
margin: 50px 0 0;
border: 3px solid #ffb200;
padding-top: 30px;
}

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

#FooterWrapper {
margin-top: 120px;
text-align: center;
position: relative;
}

.bulldog {
background: url("/image-files/newsite-footer-bulldog.png") no-repeat 50% top;
margin-top: -142px;
width: 100%;
height: 129px;
margin-bottom: 0;
background-size: 240px;
}

/* ------ TABLE OF CONTENTS BOX ------ */

#PageWrapper .TableOfContentBox {
background: #e8f1ee !important;
width: 100%;
padding: 10px 30px 20px;
border: none !important;
position: relative;
margin: 15px 0;
box-sizing: border-box;
}

#PageWrapper .TableOfContentBox:after {
position: absolute;
content: " ";
width: 58px;
height: 32px;
background: url("/image-files/toc-arrow.png") no-repeat center center transparent;
display: block;
top: 0;
right: 5%;
}

#PageWrapper .TableOfContentBox h3 {
text-align: left !important;
color: #222;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.02em;
margin: 10px 0 0;
}

#PageWrapper .TableOfContentBox p {
margin: 6px 0 0;
text-align: left !important;
font-size: 14px;
}

#PageWrapper .TableOfContentBox a {
padding: 3px 3px 3px 0;
border: 0;
}

#PageWrapper .TableOfContentBox a:hover {
color: #000 !important;
}

/* ------ SUMMARY BOX ------ */

#PageWrapper .SummaryBox {
background: #dfeee9 !important;
width: 100% !important;
border: 0 !important;
padding: 10px 30px;
}

#PageWrapper .SummaryBox h3 {
font-size: 18px;
margin: 10px 0;
color: #000;
}

#PageWrapper .SummaryBox,
#PageWrapper .SummaryBox p {
font-size: 15px;
font-style: italic;
color: #000;
}

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

.breadcrumb-container {
margin: 0 0 12px -5px;
}

.breadcrumb-container a {
font-size: 13px;
border: 0 !important;
text-transform: uppercase;
padding: 2px 5px;
}

/* ------ CUSTOM C2 ------ */

.CustomC2 {
background: #f2f2f2 !important;
padding: 1px 30px 15px;
border-radius: 6px;
}

.CustomC2 .c2Form {
border: none;
margin: 20px 0;
padding: 3px 0 10px 0;
}

.CustomC2 .c2Form .dividerRule {
border-top: 5px solid transparent;
}

/* ------ PREV/NEXT BUTTONS ------ */

.PrevNext {
margin-top: 55px;
}

.PrevButton button,
.NextButton button {
width: 48%;
}

.PrevButton button {
float: left;
}

.NextButton button {
float: right;
}

#ContentColumn .PrevNext p {
font-size: 12px;
text-transform: uppercase;
border: 0;
}

.PrevButton p {
text-align: left;
}

.NextButton p {
text-align: right;
}

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

.PrevNext .ss-ui-bootstrap .btn-primary {
color: #fff !important;
background-color: #015134 !important;
border-color: #015134 !important;
color: #fff !important;
padding: 11px 5% 10px;
height: 50px;
box-sizing: border-box;
border-radius: 4px;
margin-bottom: 5px;
margin-top: 20px;
}

.PrevNext .ss-ui-bootstrap .btn-primary:hover {
color: #fff !important;
background-color: #00764c !important;
border-color: #00764c !important;
}

/* ----- PET COACH AD ------ */

a.PetCoachAd {
border: none !important;
display: inline-block;
margin: 20px 0 20px 20px;
}

/* ------ CUSTOM GRID ------ */

.CustomGrid {
overflow-x: auto;
clear: both;
}

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

#btnTop{
display: none;
position: fixed;
bottom: 50px;
right: 0;
z-index: 99999;
border: none;
outline: none;
background-color: rgba(0,118,76,0.75);
opacity: 1;
color: transparent;
cursor: pointer;
padding: 10px;
border-radius: 4px 0 0 4px;
font-size: 0;
height: 39px;
width: 41px;
}

#btnTop:hover{
background-color: rgba(0,118,76,1);
}

#btnTop:after {
content: " ";
position: absolute;
top: 17px;
left: 14px;
height: 12px;
width: 12px;
border: 2px solid #fff;
border-width: 2px 0px 0px 2px;
display: inline-block;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
margin: 0;
}
