@charset "utf-8";

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

/* =CalloutBox - base */

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

.CalloutBox p {
    margin: 1em 0;
}

/* =ReminderBox - base */

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

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

.ReminderBox p {
    margin: 1em 0;
}

/* =AdSense - base */

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

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

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

.AdSenseResponsiveBox {
    width: 50%;
}

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

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

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

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

/* =FBI - base */

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

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

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

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

/* =WhatsNew - base */

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

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

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

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

#PageWrapper .WhatsNew img {
    border: 0;
}

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

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

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

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

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

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

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

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

.WhatsNew-icon {
    padding: 4px 4px 2px;
    width: 24px;
    height: 22px;
}

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

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

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

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

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

    .WhatsNew-subscribe {
        position: static;
    }

    .WhatsNew-icon {
        display: none;
    }

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

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

/* =RSSbox - base */

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

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

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

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

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

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

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

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

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

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

.text_image_top_cleared,
.text_image_both_cleared {
    clear: both;
}

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

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

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

/* =Ezine - base */

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

.Ezine table {
    width: 100%;
}

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

.Ezine .EzineInputAbove {
    width: 100%;
}

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

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

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

td.EzineLabelAbove {
    text-align: center;
}

.EzineDescription {
    text-align: center;
}

/* =Ezine2 - base */

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

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

.EzineVertical label {
    display: block;
}

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

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

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

.EzineLeft,
body #PageWrapper .Ezine2.EzineLeft,
html.mobile body #PageWrapper .Ezine2.EzineLeft {
    text-align: left;
}

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

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

/* =ImageBlock - base */

a .Caption {
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#PageWrapper .noalignment {
    float: left;
}

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

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

 }
 #PageWrapper .RelatedPagesBlock ul.down h3 {
    margin-top:0;
    margin-bottom:0;
 }
 #PageWrapper .RelatedPagesBlock ul.down p {
    margin:0;
 }
 #PageWrapper .RelatedPagesBlock ul li {
    border:none !important;
    list-style-type: none!important;
 }
 #PageWrapper .RelatedPagesBlock ul.down  li {
    clear: both;
    overflow: hidden;
    padding-top:10px;
    padding-bottom:10px;
 }

/* 4 across */
#PageWrapper .RelatedPagesBlock ul.across {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}

#PageWrapper .RelatedPagesBlock ul.across .relatedPagesThumbnail a {
    display: block;
    width:100%;
    height:200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

 }

#PageWrapper .RelatedPagesBlock ul.across li {
    box-sizing: border-box;
    padding:10px 0;
    width: 200px;
}

/* text */
#PageWrapper .RelatedPagesBlock ul.text li {
    padding-top:10px;
    padding-bottom:10px;
}
#PageWrapper .RelatedPagesBlock ul.text li .relatedPagesThumbnail{
    display: none;
}
#PageWrapper .RelatedPagesBlock ul.text li p {
    margin:0;
}
#PageWrapper .RelatedPagesBlock .text h3 {
    margin-top:0;
}

/* =TOC - base */

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

/* =C2 - base */

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

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

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

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

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

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

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

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

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

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

.othervisitors {
    clear: both;
}

.othervisitors img {
    border: 0;
}

/* -- Grid Block -- */

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

.grid_block td {
    padding: 0;
}

/* -- Responsive Grid Block -- */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive videos */

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

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

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

/* =Navigation - base */

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

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

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

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

/* =HorizontalNavBar - base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ResponsiveNavButton {
    display: none;
}

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

/* =SocializeIt - base */

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

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

/* =misc */

iframe {
    max-width: 100%;
}

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

hr {
    clear: both;
}

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

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

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

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

a:visited {
    color: #aed0ed;
}

a:focus {
    outline: 1px dotted;
}

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

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

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

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

h1 {
    font-size: 150%;
}

h2 {
    font-size: 130%;
}

h3 {
    font-size: 110%;
}

h4 {
    font-size: 100%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 100%;
}

p {
    margin: 0.5em 0 1em;
}

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

#PageWrapper {
    overflow: hidden;
}

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

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

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

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

#ExtraWrapper {
    display: none;
}

/* =Header */

#HeaderWrapper {
    background: #4d4d4d;
}

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

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

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

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

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

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

/* =ContentColumn */

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

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

/* =NavColumn */

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

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

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

#NavColumn {
    color: #aed0ed;
}

/* =Footer */

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

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

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

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

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

/* =CalloutBox - custom */

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

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

/* =ReminderBox - custom */

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

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

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

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

/* =Navigation - custom */

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

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

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

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

/* =HorizontalNavBar - custom */

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

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

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

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

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

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

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

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

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

#PageWrapper div.HorizontalNavBar ul ul span.navheader,
#PageWrapper div.HorizontalNavBar ul ul a {
    background: #333;
    padding-left: 8px;
    padding-right: 8px;
}

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

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

/* =ResponsiveNav - custom */

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

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

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

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

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

    .ResponsiveNavActive .ResponsiveNav {
        left: 0;
    }

    .ResponsiveNavActivated #PageWrapper {
        overflow: hidden;
    }

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

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

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

    .ResponsiveNavReady .ResponsiveNav a {
        display: block;
    }

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

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

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

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

/* =FBI - custom */

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

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

/* =WhatsNew - custom */

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

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

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

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

.WhatsNew {
    border: none;
}

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

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

#PageWrapper .WhatsNew ol {
    margin: 0;
}

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

.WhatsNew-time {
    color: #aed0ed;
}

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

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

/* =Ezine - custom */

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

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

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

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

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

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

td.EzineLabelAbove {
    text-align: center;
}

.EzineDescription {
    text-align: center;
}

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

/* =Ezine2 - custom */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobileOnly {
    display: none !important;
}

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

    .mobileOnly {
        display: block !important;
    }
}

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

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

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

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

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

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

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

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

/* socialize it 3.0 */
.SocialDestinations span {
    display: none;
}
.SocialShare .socialIcon:hover {
    text-decoration: none;
}
.SocialShare .socialIcon {
    line-height: 2em;
    white-space: nowrap;
    display: inline-block;
}
#PageWrapper .SocialShare .socialIcon.twitter {
    color: #000000;
}
#PageWrapper .SocialShare .socialIcon.facebook {
    color: #3b579d;
}
#PageWrapper .SocialShare .socialIcon.pinterest {
    color: #CD1D1F;
}
#PageWrapper .SocialShare .socialIcon.tumblr {
    color: #35465c;
}
#PageWrapper .SocialShare .socialIcon.reddit {
    color: #ff4500;
}
#PageWrapper .SocialShare .socialIcon.whatsapp {
    color: #25D366;
}
#PageWrapper .SocialShare .socialIcon.messenger {
    color: #0078FF;
}
#PageWrapper .SocialShare .socialIcon.google-plus {
    color: #df4a32;
}

.SocialShare.SocialShareSticky.SocialShareStickyRightNoTranslation a, 
.SocialShare.SocialShareSticky.SocialShareStickyRight a, 
.SocialShare.SocialShareSticky.SocialShareStickyLeft a,
.SocialShare.SocialShareSticky label
{
    display: block;
}
.SocialShare.SocialShareSticky.SocialShareStickyTop a, 
.SocialShare.SocialShareSticky.SocialShareStickyBottom a,
.SocialShare.SocialShareSticky label
{
    display: inline-block;
    vertical-align: middle;
}
/* social sticky show/hide button */
.SocialShare.SocialShareSticky.SocialShareStickyRight.hidden,
.SocialShare.SocialShareSticky.SocialShareStickyRightNoTranslation.hidden {
      transform: translateY(-50%) translateX(100%);
}
.SocialShare.SocialShareSticky.SocialShareStickyLeft.hidden {
      transform: translateY(-50%) translateX(-100%);
}
.SocialShare.SocialShareSticky.SocialShareStickyTop.hidden {
      transform: translateY(-100%) translateX(-50%);
}
.SocialShare.SocialShareSticky.SocialShareStickyBottom.hidden {
      transform: translateY(100%) translateX(-50%);
}

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

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

/* FAQ and Accordion block */
.FAQContainer {
    padding: 20px 0;
}
.FAQContainer .AccordionContainer summary {
    font-size: 22px;
    margin-top: 0;
    padding: 10px 0;
    list-style: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader {
    cursor: pointer;
}
.FAQContainer .AccordionContainer summary::-webkit-details-marker {
    display: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader:before {
    content: "\25BA";
    float: left;
    margin-right: 5px;
    font-size: 0.7em;
    line-height: 2em;
}
.FAQContainer .AccordionContainer[open] .AccordionHeader:before {
    content: "\25BC";
}
.FAQContainer.disabled .AccordionContainer summary .AccordionHeader:before {
    display: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader p {
    display: block;
    margin: 0;
    padding: 0;
}

.FAQContainer.disabled .AccordionContainer summary::marker {
    content: '';
    display: block;
}
.FAQContainer.disabled .AccordionContainer summary {
    pointer-events: none;
}

/* submission block fix - #42174*/
@media (max-width: 768px) {
    .imagePreview img {
        height: auto;
    }
}

/* BEGIN = YT Facade - #43415 */
.YtFacade {
    position: relative;
}
.YtFacade iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.YtFacade img {
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
}
.YtFacade svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 48px;
    margin-top: -24px;
    margin-left: -34px;
    z-index: 3;
}
.YtFacadeButton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
}
/* END = YT Facade - #43415 */

/* BEGIN = WhatsNew layout fixes - #43571 */
#PageWrapper .WhatsNew-subscribe ul {
    padding: 4px;
}
#PageWrapper .WhatsNew-subscribe ul img {
    margin: 4px;
}
/* END = WhatsNew layout fixes - #43571 */

/* BEGIN = YT Facade mobile fix - #43731 */
.YtFacade {
    max-width: 100%;
}
@media (max-width: 768px) {
    .YtFacade {
        height: auto !important;
        aspect-ratio: 16 / 9;
    }
}
/* END = YT Facade mobile fix - #43731 */
/* =styles-combo.css temp= */

/***** C2 styles *****/
.c2Form {
padding:8px;
border:1px solid #ddd;
}

.c2Form input[type=text] {
max-width: 100%;
}

@media only screen and (max-width: 440px) {
.c2Form table,
.c2Form tr,
.c2Form tbody,
.c2Form td {
display: block;
}
.c2Form table p {
text-align: left !important;
}
.otherText {
display: block;
}
}

.InvShelp {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #ffc;
}

.InvShelpT {
background:#ddd;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin:0px;
padding:0px;
text-align:left;
}

a:link.InvShelp {text-decoration:none; color:#000;}

.InvShelpbox {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #ffc;
padding: 2px;
border: 1px solid #666;
}

.InvSquestions {
font-weight:bold;
font-size:14px;
margin:0;
}

.titleInput {
width:80%;
padding-top:4px;
margin:0;
}

.storyInput {
width:98%;
padding-top:4px;
margin:0;
}

.otherText {
}

.dividerRule {
border-top:1px solid #ddd;
}

/***** Blog It! styles *****/

.blogItItem .blogItThumbnail {
float: left;
margin-right: 10px;
margin-bottom: 10px;
max-width: 150px;
}

.blogItItem .blogItReadMore {
clear: both;
}

/* additional styles */

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

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

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

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

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

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

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

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

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

/* font OpenSans definition */
@font-face {
    font-family: OpenSans;
    font-display: fallback;
    src: url('/css_webfonts/opensans-webfont.eot');
    src: url('/css_webfonts/opensans-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/opensans-webfont.woff') format('woff'),
         url('/css_webfonts/opensans-webfont.ttf') format('truetype'),
         url('/css_webfonts/opensans-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
} 
/* regular */body, html.mobile body {
	background-image : none;
	color : #302e2e;
	font-family : OpenSans, Arial, Helvetica, sans-serif;
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	color : #302e2e;
	font-size : 14px;
}
body, html.mobile body {
	background-image : none;
	color : #302e2e;
	font-family : OpenSans, Arial, Helvetica, sans-serif;
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	color : #302e2e;
	font-size : 14px;
}
#PageWrapper #NavColumn .Liner, html.mobile #PageWrapper #NavColumn .Liner {
	background-color : transparent;
	color : #302e2e;
	font-size : 14px;
}
#PageWrapper #ContentColumn , html.mobile #PageWrapper #ContentColumn  {
	color : #000000;
}
#PageWrapper h1, html.mobile #PageWrapper h1 {
	color : #ed784c;
	font-family : SourceSansPro, Arial, Helvetica, sans-serif;
	font-size : 38px;
	font-weight : bold;
	letter-spacing : 0px;
	text-align : center;
	text-transform : none;
}
#PageWrapper h2, html.mobile #PageWrapper h2 {
	color : #ed784c;
	font-family : SourceSansPro, Arial, Helvetica, sans-serif;
	font-size : 28px;
	letter-spacing : 0px;
	text-align : center;
	text-transform : none;
}
#PageWrapper h3, html.mobile #PageWrapper h3 {
	color : #ed784c;
	font-family : SourceSansPro, Arial, Helvetica, sans-serif;
	font-size : 25px;
	font-weight : normal;
	letter-spacing : 0px;
	text-align : center;
	text-transform : none;
}
#PageWrapper h4, html.mobile #PageWrapper h4 {
	color : #ed784c;
	font-family : SourceSansPro, Arial, Helvetica, sans-serif;
	font-weight : bold;
	letter-spacing : 1px;
	text-align : center;
}
#PageWrapper .RSSbox .questionMark, html.mobile #PageWrapper .RSSbox .questionMark {
	color : #302e2e;
}
#PageWrapper .CalloutBox p, html.mobile #PageWrapper .CalloutBox p {
	color : #0297a8;
	font-family : OpenSans, Arial, Helvetica, sans-serif;
	text-align : center;
}
#PageWrapper .CalloutBox, html.mobile #PageWrapper .CalloutBox {
	background-color : #ffffff;
	border-bottom-left-radius : 4px;
	border-bottom-right-radius : 4px;
	border-bottom-width : 3px;
	border-color : #32c2d3;
	border-left-width : 3px;
	border-right-width : 3px;
	border-style : solid;
	border-top-left-radius : 4px;
	border-top-right-radius : 4px;
	border-top-width : 3px;
	color : #0297a8;
	font-family : OpenSans, Arial, Helvetica, sans-serif;
	margin-bottom : 40px;
	margin-top : 40px;
	padding-bottom : 10px;
	padding-left : 5%;
	padding-right : 5%;
	padding-top : 10px;
	text-align : center;
}
#PageWrapper .ReminderBox, html.mobile #PageWrapper .ReminderBox {
	background-color : #d6f4f7;
	border-bottom-left-radius : 4px;
	border-bottom-right-radius : 4px;
	border-top-left-radius : 4px;
	border-top-right-radius : 4px;
	padding-bottom : 15px;
	padding-left : 5%;
	padding-right : 5%;
	padding-top : 15px;
	width : 35%;
}
#PageWrapper .ReminderBox h4, html.mobile #PageWrapper .ReminderBox h4 {
	color : #111111;
	font-family : OpenSans, Arial, Helvetica, sans-serif;
	font-size : 16px;
	letter-spacing : 2px;
}
#PageWrapper .ReminderBox ul, html.mobile #PageWrapper .ReminderBox ul {
	color : #302e2e;
	font-family : OpenSans, Arial, Helvetica, sans-serif;
	font-size : 14px;
}
#PageWrapper .ReminderBox ol, html.mobile #PageWrapper .ReminderBox ol {
	color : #302e2e;
	font-family : OpenSans, Arial, Helvetica, sans-serif;
	font-size : 14px;
}
#PageWrapper .ReminderBox p, html.mobile #PageWrapper .ReminderBox p {
	color : #302e2e;
	font-family : OpenSans, Arial, Helvetica, sans-serif;
	font-size : 14px;
}
#ContentColumn a, html.mobile #ContentColumn a {
	font-weight : bold;
	text-decoration : underline;
}
#ContentColumn a:not([data-pin-href]):link, html.mobile #ContentColumn a:not([data-pin-href]):link {
	color : #365899;
}
#ContentColumn a:visited, html.mobile #ContentColumn a:visited {
	color : #365899;
}
#ContentColumn a:not([data-pin-href]):hover, html.mobile #ContentColumn a:not([data-pin-href]):hover {
	color : #ed784c;
	text-decoration : underline;
}
#PageWrapper #Footer a, html.mobile #PageWrapper #Footer a {
	font-weight : bold;
	text-decoration : none;
}
#PageWrapper #Footer a:link, html.mobile #PageWrapper #Footer a:link {
	color : #000000;
}
#PageWrapper #Footer a:visited, html.mobile #PageWrapper #Footer a:visited {
	color : #000000;
}
#PageWrapper #Footer a:hover, html.mobile #PageWrapper #Footer a:hover {
	color : #ffffff;
}
#NavColumn a, html.mobile #NavColumn a {
	text-decoration : underline;
}
#NavColumn a:link, html.mobile #NavColumn a:link {
	color : #365899;
}
#NavColumn a:visited, html.mobile #NavColumn a:visited {
	color : #365899;
}
#NavColumn a:hover, html.mobile #NavColumn a:hover {
	color : #ed784c;
	text-decoration : underline;
}
#PageWrapper .CalloutBox a, html.mobile #PageWrapper .CalloutBox a {
	text-decoration : underline;
}
#PageWrapper .CalloutBox a:link, html.mobile #PageWrapper .CalloutBox a:link {
	color : #365899;
}
#PageWrapper .CalloutBox a:visited, html.mobile #PageWrapper .CalloutBox a:visited {
	color : #365899;
}
#PageWrapper .CalloutBox a:hover, html.mobile #PageWrapper .CalloutBox a:hover {
	color : #ed784c;
	text-decoration : underline;
}
hr, html.mobile hr {
	background-color : #dedede;
	color : #dedede;
}
#PageWrapper .WhatsNew h2, html.mobile #PageWrapper .WhatsNew h2 {
	color : #302e2e;
	font-family : SourceSansPro, Arial, Helvetica, sans-serif;
}
#PageWrapper .WhatsNew .WhatsNew-time, html.mobile #PageWrapper .WhatsNew .WhatsNew-time {
	color : #b0b0b0;
	font-family : OpenSans, Arial, Helvetica, sans-serif;
}
#PageWrapper .WhatsNew .WhatsNew-content, html.mobile #PageWrapper .WhatsNew .WhatsNew-content {
	font-family : OpenSans, Arial, Helvetica, sans-serif;
	font-size : 13px;
}
#PageWrapper .WhatsNew h3 a, html.mobile #PageWrapper .WhatsNew h3 a {
	text-decoration : underline;
}
#PageWrapper .responsive-row div[class*="responsive_col-"], html.mobile #PageWrapper .responsive-row div[class*="responsive_col-"] {
	box-sizing : border-box;
	padding-bottom : 5px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
}
#PageWrapper .WhatsNew h3 a:link, html.mobile #PageWrapper .WhatsNew h3 a:link {
	color : #365899;
}
#PageWrapper .WhatsNew h3 a:visited, html.mobile #PageWrapper .WhatsNew h3 a:visited {
	color : #365899;
}
#PageWrapper .WhatsNew h3 a:hover, html.mobile #PageWrapper .WhatsNew h3 a:hover {
	color : #ed784c;
	text-decoration : underline;
}
#PageWrapper .WhatsNew ol li, html.mobile #PageWrapper .WhatsNew ol li {
	border-top-color : #dedede;
}
#PageWrapper .WhatsNew h3, html.mobile #PageWrapper .WhatsNew h3 {
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 16px;
}
#PageWrapper .WhatsNew .WhatsNew-more, html.mobile #PageWrapper .WhatsNew .WhatsNew-more {
	font-size : 11px;
	text-transform : uppercase;
}
#PageWrapper .WhatsNew .WhatsNew-more a, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a {
	color : #365899;
	font-weight : bold;
	text-decoration : underline;
}
#PageWrapper .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:link {
	color : #365899;
	font-weight : bold;
	text-decoration : underline;
}
#PageWrapper .WhatsNew .WhatsNew-more a:visited, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:visited {
	color : #365899;
}
#PageWrapper .WhatsNew .WhatsNew-more a:hover, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:hover {
	color : #ed784c;
	text-decoration : underline;
}
#PageWrapper .WhatsNew h2 a:link, html.mobile #PageWrapper .WhatsNew h2 a:link {
	color : #365899;
}
#PageWrapper .WhatsNew h2 a:visited, html.mobile #PageWrapper .WhatsNew h2 a:visited {
	color : #365899;
}
#PageWrapper .WhatsNew h2 a:hover, html.mobile #PageWrapper .WhatsNew h2 a:hover {
	color : #ed784c;
	text-decoration : underline;
}
#PageWrapper #HeaderWrapper, html.mobile #PageWrapper #HeaderWrapper {
	background-color : #ffffff;
}
#PageWrapper #FooterWrapper, html.mobile #PageWrapper #FooterWrapper {
	background-color : #32c2d3;
}
body #PageWrapper .Ezine2, body #PageWrapper .Ezine, html.mobile body #PageWrapper .Ezine2, body #PageWrapper .Ezine {
	background-color : #d6f4f7;
	border-bottom-left-radius : 4px;
	border-bottom-right-radius : 4px;
	border-top-left-radius : 4px;
	border-top-right-radius : 4px;
	color : #302e2e;
	padding-left : 5%;
	padding-right : 5%;
}
body #PageWrapper .Ezine2 .EzineRow label, html.mobile body #PageWrapper .Ezine2 .EzineRow label {
	color : #302e2e;
	font-size : 12px;
	letter-spacing : 1px;
}
body #PageWrapper .Ezine2 .EzineRow input[type=text], html.mobile body #PageWrapper .Ezine2 .EzineRow input[type=text] {
	background-color : #ffffff;
	border-bottom-left-radius : 2px;
	border-bottom-right-radius : 2px;
	border-bottom-width : 1px;
	border-color : #ffffff;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 2px;
	border-top-right-radius : 2px;
	border-top-width : 1px;
	color : #302e2e;
	font-size : 14px;
	font-weight : normal;
	margin-bottom : 6px;
	margin-left : 6px;
	margin-right : 6px;
	margin-top : 6px;
	padding-bottom : 11px;
	padding-left : 11px;
	padding-right : 11px;
	padding-top : 11px;
}
body #PageWrapper .Ezine2 .EzineRow input[type=email], html.mobile body #PageWrapper .Ezine2 .EzineRow input[type=email] {
	background-color : #ffffff;
	border-bottom-left-radius : 2px;
	border-bottom-right-radius : 2px;
	border-bottom-width : 1px;
	border-color : #ffffff;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 2px;
	border-top-right-radius : 2px;
	border-top-width : 1px;
	color : #302e2e;
	font-size : 14px;
	font-weight : normal;
	margin-bottom : 6px;
	margin-left : 6px;
	margin-right : 6px;
	margin-top : 6px;
	padding-bottom : 11px;
	padding-left : 11px;
	padding-right : 11px;
	padding-top : 11px;
}
#PageWrapper .Ezine2 .EzineButton, html.mobile #PageWrapper .Ezine2 .EzineButton {
	background-color : #e75f2b;
	border-bottom-left-radius : 2px;
	border-bottom-right-radius : 2px;
	border-bottom-width : 1px;
	border-color : #ffffff;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 2px;
	border-top-right-radius : 2px;
	border-top-width : 1px;
	color : #ffffff;
	font-size : 14px;
	font-weight : bold;
	letter-spacing : 1px;
	margin-bottom : 6px;
	margin-left : 6px;
	margin-right : 6px;
	margin-top : 6px;
	padding-bottom : 10px;
	padding-left : 23px;
	padding-right : 23px;
	padding-top : 10px;
}

/* mobile */
/* media queries */@media (max-width:768px) {}@media (max-width:447px) {}.Navigation h3, html.mobile .Navigation h3{font-family:SourceSansPro, Arial, Helvetica, sans-serif;
}html.mobile .Navigation h3{
}@media (max-width:768px) {.Navigation h3{
}}@media (max-width:447px) {.Navigation h3{
}}#PageWrapper .Navigation h3, html.mobile #PageWrapper .Navigation h3{font-family:SourceSansPro, Arial, Helvetica, sans-serif;
}html.mobile #PageWrapper .Navigation h3{
}@media (max-width:768px) {#PageWrapper .Navigation h3{
}}@media (max-width:447px) {#PageWrapper .Navigation h3{
}}body #PageWrapper div.Navigation h3, html.mobile body #PageWrapper div.Navigation h3{font-family:SourceSansPro, Arial, Helvetica, sans-serif;
}html.mobile body #PageWrapper div.Navigation h3{
}@media (max-width:768px) {body #PageWrapper div.Navigation h3{
}}@media (max-width:447px) {body #PageWrapper div.Navigation h3{
}}.Navigation a, html.mobile .Navigation a{text-transform:none;font-weight:bold;text-decoration:none;
}html.mobile .Navigation a{
}@media (max-width:768px) {.Navigation a{
}}@media (max-width:447px) {.Navigation a{
}}#PageWrapper div.Navigation a, html.mobile #PageWrapper div.Navigation a{text-transform:none;font-weight:bold;text-decoration:none;
}html.mobile #PageWrapper div.Navigation a{
}@media (max-width:768px) {#PageWrapper div.Navigation a{
}}@media (max-width:447px) {#PageWrapper div.Navigation a{
}}.Navigation a,
#PageWrapper div.Navigation a {}
html.mobile .Navigation a,
html.mobile #PageWrapper div.Navigation a {}.Navigation a:link, html.mobile .Navigation a:link{color:#365899;
}html.mobile .Navigation a:link{
}@media (max-width:768px) {.Navigation a:link{
}}@media (max-width:447px) {.Navigation a:link{
}}#PageWrapper div.Navigation a:link, html.mobile #PageWrapper div.Navigation a:link{color:#365899;
}html.mobile #PageWrapper div.Navigation a:link{
}@media (max-width:768px) {#PageWrapper div.Navigation a:link{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:link{
}}.Navigation a:visited, html.mobile .Navigation a:visited{color:#365899;
}html.mobile .Navigation a:visited{
}@media (max-width:768px) {.Navigation a:visited{
}}@media (max-width:447px) {.Navigation a:visited{
}}#PageWrapper div.Navigation a:visited, html.mobile #PageWrapper div.Navigation a:visited{color:#365899;
}html.mobile #PageWrapper div.Navigation a:visited{
}@media (max-width:768px) {#PageWrapper div.Navigation a:visited{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:visited{
}}.Navigation a:hover, html.mobile .Navigation a:hover{color:#ed784c;text-decoration:underline;
}html.mobile .Navigation a:hover{
}@media (max-width:768px) {.Navigation a:hover{
}}@media (max-width:447px) {.Navigation a:hover{
}}#PageWrapper div.Navigation a:hover, html.mobile #PageWrapper div.Navigation a:hover{color:#ed784c;text-decoration:underline;
}html.mobile #PageWrapper div.Navigation a:hover{
}@media (max-width:768px) {#PageWrapper div.Navigation a:hover{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:hover{
}}
#PageWrapper .Ezine {
padding: 4px 0;
}
/* footer css */
/* font AvantGardeRegular definition */
@font-face {
    font-family: AvantGardeRegular;
    font-display: fallback;
    src: url('/css_webfonts/avantgarde-webfont.eot');
    src: url('/css_webfonts/avantgarde-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/avantgarde-webfont.woff') format('woff'),
         url('/css_webfonts/avantgarde-webfont.ttf') format('truetype'),
         url('/css_webfonts/avantgarde-webfont.svg#webfontILwWK1qr') format('svg');
    font-weight: normal;
    font-style: normal;
} 
.page_footer_container {
    width:100%; max-width: 500px;
    margin: 12px auto;
}

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

.page_footer_liner {
    padding: 12px;	
}

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

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

.page_footer_text,
.page_footer_text a {
    font-family:AvantGardeRegular;font-size:12px;color:#330066;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,
#PageWrapper .ReminderBox,
#PageWrapper .ReminderBox p,
#PageWrapper .CalloutBox {
/*font-family: "Montserrat", Arial, serif;*/
}

#PageWrapper h1,
#PageWrapper h2,
#PageWrapper h3,
#PageWrapper h4 {
line-height: 1.2;
}

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

#PageWrapper #Footer h4 {
font-size: 13px;
color: #fff;
text-align: left;
margin: 1.5em 0 0.5em;
}

/*
@media only screen and (max-width: 768px) {
#PageWrapper h1 {
margin-top: 0;
}
}
*/

#PageWrapper #Footer .Liner p {
margin: 0.2em 0 0.35em;
}

#PageWrapper .FooterBottom p {
letter-spacing: 1px;
/*font-family: Montserrat, Arial, sans-serif;*/
font-size: 11px;
text-transform: uppercase;
margin-bottom: 30px;
}

#PageWrapper .CalloutBox {
word-break: break-all;
}

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

body {
}

#PageWrapper {
background-color: #fff;
background-image: none;
margin: 0 auto;
width: 100%;
}

#HeaderWrapper {
width: 100%;
float: left;
position: relative;
border-bottom: 3px solid #32c2d3;
}

#Header {
max-width: 1200px;
}

#PageWrapper #Header .Liner {
min-height: 60px;
padding: 0px;
position: relative;
}

#ColumnsWrapper {
max-width: 1200px;
}

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

#NavColumn {
width: 100%;
max-width: 340px;
}

.modern #ContentColumn .Liner {
padding: 10px 20px 40px !important;
background: none;
border: none;
}

#NavColumn {
margin-top: 20px;
}

#NavColumn .Liner {
padding: 15px 20px;
}

#Footer {
text-align: center;
max-width: 1200px;
}

#Footer .Liner {
}

@media only screen and (max-width: 1023px) {
#ContentColumn {
width: 100%;
}
#NavColumn {
margin: 20px auto;
float: none;
}
}

@media only screen and (max-width: 768px) {
#PageWrapper {
margin-top: 0;
}
#HeaderWrapper {
position: relative;
border: 0;
}
#ColumnsWrapper {
float: left;
}
.modern #ContentColumn .Liner {
padding-top: 0px;
}
}

@media only screen and (max-width: 447px) {
#PageWrapper #Footer .Liner p,
#PageWrapper .FotterBottom .Liner p {
text-align: center !important;
}
.modern #ContentColumn .Liner {
padding: 10px 10px 40px !important;
}
#NavColumn .Liner {
padding: 15px 10px;
}
}

Tagline,
.WebsiteName {
display: none;
}

.Logo {
float: left;
padding: 15px 20px;
width: 25%;
box-sizing: border-box;
}

#PageWrapper .Logo .ImageBlockCenter {
margin: 0;
}

@media only screen and (max-width: 768px) {
#PageWrapper #Header .Liner {
min-height: 80px;
}
.Logo {
float: left;
padding: 5px 25% 0;
width: 100%;
box-sizing: border-box;
}
}

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

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

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

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

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

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

.SocialIcons ul li a {
display: block;
width: 25px;
height: 25px;
background-size: 25px 50px !important;
}

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

.SocialIcons ul li a.SocialIconGooglePlus {
background: url('/image-files/social-icon-googleplus.png') no-repeat 0px top transparent;
}

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

.SocialIcons ul li a.SocialIconPinterest {
background: url('/image-files/social-icon-pinterest.png') no-repeat 0px top transparent;
}

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

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

.SocialIcons ul li a.SocialIconYouTube {
background: url('/image-files/social-icon-youtube.png') no-repeat 0px top transparent;
}

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

.SocialIcons ul li a.SocialIconEmail {
background: url('/image-files/social-icon-email.png') no-repeat 0px top transparent;
}

.SocialIcons ul li a.SocialIconFacebook:hover,
.SocialIcons ul li a.SocialIconGooglePlus:hover,
.SocialIcons ul li a.SocialIconTwitter:hover,
.SocialIcons ul li a.SocialIconPinterest:hover,
.SocialIcons ul li a.SocialIconInstagram:hover,
.SocialIcons ul li a.SocialIconLinkedIn:hover,
.SocialIcons ul li a.SocialIconYouTube:hover,
.SocialIcons ul li a.SocialIconRSS:hover,
.SocialIcons ul li a.SocialIconEmail:hover {
background-position: 0px bottom;
}

/* ------ LINKED IMAGE HOVER ------ */

a img:hover {
opacity: 0.8;
}

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

#PageWrapper .FooterBottom .ImageBlockCenter {
margin: -21px 0 15px 0;
}

.FooterBottom a:link,
.FooterBottom a:visited,
.FooterBottom a:hover {
color: #da0000;
text-decoration: none;
}

.FooterBottom a:hover {
text-decoration: underline;
}

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

.wf-menu-light {
    position: relative;
    z-index: 10;
    background: #fff;
    margin-bottom: 0px;
    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: 769px) {
.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
}

.wf-menu-light .dmui_dropdown_block a:hover {
    color: #777
}

/*
.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: #e75f2b
}

.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: #e75f2b
}

.dmui-container {
    padding: 15px 20px
}

.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: 600
}

.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: 16px;
    padding-bottom: 16px;
    line-height: 18px
}

.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- {
    width: auto;
    float: right
}

.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: 769px) {
    .mobile_collapser {
        display: none
    }

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

    .wf-menu-light>ul {
        background: none;
        height: inherit;
        overflow: visible
    }

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

    .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)
    }

    .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.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: 10px 11px;
        font-size: 15px
    }
}

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: #e75f2b;
background: none;
box-shadow: none;
}

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

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

.wf-menu-light .dmui_dropdown_block a {
font-weight: 600;
}

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

@media only screen and (max-width: 1150px) {
.HeaderMenu {
position: relative;
top: 0;
right: 0;
width: 100%;
margin-top: 0px;
}
.wf-menu-light {
background: #32c2d3;
border-radius: 0;
}
.mobile_collapser {
color: #fff;
}
.wf-menu-light.-fr- {
width: 100%;
float: left;
}
.wf-menu-light>ul>li:hover>a {
color: #fff;
}
}

@media only screen and (min-width: 769px) {
.HasDropDown::after {
content: " ";
height: 4px;
width: 4px;
border: 2px solid #555;
display: inline-block;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
margin: 0px 0 4px 5px;
opacity: 0.8;
border-width: 0 0.12em 0.12em 0;
}
}

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

.TopLinks {
position: relative;
float: left;
width: 75%;
margin-top: 55px;
right: 30px;
}

#PageWrapper .TopLinks p {
color: #d1d4d4;
font-size: 11px;
text-transform: uppercase;
text-align: right;
letter-spacing: 0.15em;
font-family: Open Sans, Arial, sans-serif;
font-weight: 600;
}

#PageWrapper .TopLinks p a:link,
#PageWrapper .TopLinks p a:visited,
#PageWrapper .TopLinks p a:hover {
font-weight: bold;
color: #0bb0c3;
text-decoration: none;
border: 0;
}

#PageWrapper .TopLinks p a:hover {
color: #e75f2b;
}

@media only screen and (max-width: 1024px) {
.TopLinks {
margin-top: 20px;
}
}

@media only screen and (max-width: 768px) {
.TopLinks {
width: 100%;
right: 1%;
margin-top: 0;
}
#PageWrapper .TopLinks p {
text-align: center;
}
}

/* ------ FACEBOOK ELEMENT ------ */

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

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

#PageWrapper #Footer .responsive-row div[class*="responsive_col-"] {
padding-left: 25px;
padding-right: 25px;
}

.FooterPhoto {
width: 145px;
float: right;
display: block;
padding: 0 0 0 20px;
}

.FooterPhoto img {
border: 2px solid #fff;
border-radius: 2px;
}

#PageWrapper #Footer h2 {
font-size: 20px;
color: #302e2e;
margin: 0 0 10px 0;
}

#PageWrapper .FooterPhoto .ImageBlockCenter {
margin: 0;
}

#PageWrapper #Footer h4 a:link,
#PageWrapper #Footer h4 a:visited,
#PageWrapper #Footer h4 a:hover {
margin-top: 10px;
border-bottom: 1px solid #444;
display: inline;
float: left;
}

#PageWrapper #Footer h4 a:hover {
border-color: #fff;
}

@media only screen and (max-width: 850px) {
#PageWrapper #Footer .responsive-row div[class*="responsive_col-"] {
padding: 25px;
width: 100% !important;
}
}

/* ------ CUSTOM ONTRAPORT FORMS ------ */

.moonray-form-input-type-text input,
.moonray-form-input-type-email input,
.moonray-form-input-type-submit input {
height: 40px;
}

.moonray-form-input-type-text input,
.moonray-form-input-type-email input {
border: 2px solid #eee;
border: none;
padding: 10px 3%;
width: 95%;
max-width: 400px;
margin: 0px auto 15px;
background: none repeat scroll 0% 0% #FFF;
color: #282828;
font-size: 15px;
text-align: center;
float: none !important;
-webkit-appearance: none;
border-radius: 4px;
box-sizing: border-box;
}

.moonray-form-input-type-submit input {
margin: 0px auto 20px !important;
background: none repeat scroll 0% 0% #ef784a !important;
border: 2px solid #fff !important;
padding: 8px 20% !important;
color: #FFF !important;
cursor: pointer !important;
text-transform: uppercase !important;
font-weight: 700 !important;
font-style: normal !important;
font-size: 14px !important;
min-width: 95% !important;
text-align: center !important;
float: none !important;
-webkit-appearance: none !important;
border-radius: 4px !important;
height: 44px !important;
letter-spacing: 0.04em !important;
box-sizing: border-box !important;
}

.moonray-form-input-type-submit input:hover {
border: 2px solid #fff !important;
background: #ffffff !important;
color: #ef784a !important;
}

.moonray-form {
width: 100% !important;
border: none !important;
background: none !important;
max-width: 400px;
margin: 0 auto;
}

.moonray-form-element-wrapper {
padding-top: 4px !important;
padding-bottom: 4px !important;
}

@media only screen and (max-width: 850px) {
.moonray-form-input-type-submit input {
min-width: auto !important;
max-width: 400px !important;
}
}

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

.BottomFooterWrapper {
width: 100%;
float: left;
background: #007280;
}

.BottomFooter {
margin: 0 auto;
max-width: 1200px;
width: 100%;
font-size: 11px;
color: #50b8c3;
letter-spacing: .08em;
text-transform: uppercase;
font-family: Open Sans, Arial, sans-serif;
font-weight: 600;
}

.BottomFooter .Liner {
padding: 20px 3%;
}

.BottomFooter p {
margin: 1em 0;
text-align: center;
}

#PageWrapper .BottomFooter a:link,
#PageWrapper .BottomFooter a:visited,
#PageWrapper .BottomFooter a:hover {
color: #50b8c3;
text-decoration: none;
font-weight: 600;
}

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

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

.BelowHeaderWrapper {
float: left;
width: 100%;
display: block;
margin: 0 auto;
background: url("/image-files/homepage-header-back-2.jpg") no-repeat center center transparent;
background-size: cover;
clear: both;
}

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

.BelowHeader .Liner {
padding: 15px 0 25px;
}

#PageWrapper .BelowHeader h1,
#PageWrapper .BelowHeader h2,
#PageWrapper .BelowHeader h3,
#PageWrapper .BelowHeader h4 {
color: #333;
}

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

#PageWrapper .BelowHeader ul {
padding-left: 20px;
}

.BelowHeader .ussr {
margin: 20px auto;
}

.BelowHeader .moonray-form-input-type-text input,
.BelowHeader .moonray-form-input-type-email input {
float: left !important;
width: 100%;
padding: 10px 15px;
text-align: left;
}

.BelowHeader .moonray-form .moonray-form-element-wrapper {
width: 33.3%;
padding: 0 1.5%;
box-sizing: border-box;
}

.BelowHeader .moonray-form-input-type-submit input {
height: 41px !important;
}

@media only screen and (max-width: 768px) {
.BelowHeaderWrapper {
background: #b4f3fa;
}
#PageWrapper .BelowHeader .responsive-row div[class*="responsive_col-"] {
width: 100%;
}
}

@media only screen and (max-width: 530px) {
.BelowHeader .moonray-form .moonray-form-element-wrapper {
width: 100%;
}
}

/* ------ CONTENT BOX ------ */

.ContentBox,
.ContentBoxBlue {
margin: 30px auto;
width: 100%;
padding: 30px 15%;
border-radius: 4px;
}

@media only screen and (max-width: 768px) {
.ContentBox,
.ContentBoxBlue {
margin: 20px auto;
padding: 20px 5%;
border-radius: 0px;
}
}

.ContentBoxBlue {
background: #d6f4f7;
}

/* ------ 75% WIDTH CONTENT BOX ------ */

.ThreeQuarterWidth {
width: 75%;
margin: 0 auto;
}

@media only screen and (max-width: 768px) {
.ThreeQuarterWidth {
width: 100%;
}
}

/* ------ SIGNUP BANNER ------ */

.SignupBanner {
margin: 30px auto;
background: #ef784a;
position: relative;
box-sizing: border-box;
padding: 20px 60px;
}

.SignupBanner:before,
.SignupBanner:after {
position: absolute;
top: 0;
height: 100%;
content: ' ';
width: 40px;
background-size: 100% 100% !important;
}

.SignupBanner:before {
left: 0px;
background: url("/image-files/banner-left.png") no-repeat center center;
}

.SignupBanner:after {
right: 0px;
background: url("/image-files/banner-right.png") no-repeat center center;
}

#PageWrapper .SignupBanner h2,
#PageWrapper .SignupBanner h3,
#PageWrapper .SignupBanner p {
color: #fff;
}

.SignupBanner .ussr {
margin: 20px auto;
}

.SignupBanner .moonray-form-input-type-text input,
.SignupBanner .moonray-form-input-type-email input {
float: left !important;
width: 100%;
padding: 10px 15px;
text-align: left;
}

.SignupBanner .moonray-form .moonray-form-element-wrapper {
width: 33.3%;
padding: 0 1.5%;
box-sizing: border-box;
}

.SignupBanner .moonray-form-input-type-submit input {
height: 41px !important;
}

.SignupBanner .moonray-form-input-type-submit input {
background: #32c2d3 !important;
}

.SignupBanner .moonray-form-input-type-submit input:hover {
background: #fff !important;
color: #32c2d3 !important;
}

@media only screen and (max-width: 530px) {
.SignupBanner .moonray-form .moonray-form-element-wrapper {
width: 100%;
}
}

/* --------------------------- */
/* ------ FEATURED LINK ------ */
/* --------------------------- */

a.FeatureLink {
background: #33e3ff !important;
color: #000 !important;
border-radius: 4px;
margin-right: 4px;
padding: 6px 10px 8px 12px !important;
top: 9px !important;
position: relative;
}

@media only screen and (max-width: 768px) {
a.FeatureLink {
display: inline-block !important;
margin: 10px 0 20px 10px;
}
}

/* ------ MEDIAVINE UPDATE ------ */

@media only screen and (max-width: 359px) {
.modern #ContentColumn .Liner {
width: 90% !important;
}
}

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

/* Layout *//* Full size col content */
.variantFullSizeContentColumn #ContentWrapper {
    padding-left:0;
    padding-right:0;
    width: 100%;
}
.variantFullSizeContentColumn #PageWrapper #ContentColumn { 
    width: 100%; 
    float: none; 
}
.variantFullSizeContentColumn #NavWrapper {
    display: none;
}
.variantFullSizeContentColumn #ExtraWrapper {
    display:none;
}

/* hidden header */
.variantNoHeader #HeaderWrapper {
    display: none;
}

/* hidden footer */
.variantNoFooter #FooterWrapper {
    display:none;
}

/* hide extra column */
.variantNoExtraColumn #ExtraWrapper {
    display:none;
}

/* hide navigation column */
.variantNoNavColumn #NavWrapper {
    display: none;
}
