@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('../png/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(../jpg/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;
    }
}
/* =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 */

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

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

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

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

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

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

/* font Lato definition */
@font-face {
    font-family: Lato;
    font-display: fallback;
    src: url('../eot/lato-webfont.eot');
    src: url('../eot/lato-webfont86d7.eot') format('eot'),
         url('../woff/lato-webfont.woff') format('woff'),
         url('../ttf/lato-webfont.ttf') format('truetype'),
         url('../svg/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('../eot/lato-bold-webfont.eot');
    src: url('../eot/lato-bold-webfont86d7.eot') format('eot'),
         url('../woff/lato-bold-webfont.woff') format('woff'),
         url('../ttf/lato-bold-webfont.ttf') format('truetype'),
         url('../svg/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('../eot/lato-italic-webfont.eot');
    src: url('../eot/lato-italic-webfont86d7.eot') format('eot'),
         url('../woff/lato-italic-webfont.woff') format('woff'),
         url('../ttf/lato-italic-webfont.ttf') format('truetype'),
         url('../svg/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('../eot/lato-bold-italic-webfont.eot');
    src: url('../eot/lato-bold-italic-webfont86d7.eot') format('eot'),
         url('../woff/lato-bold-italic-webfont.woff') format('woff'),
         url('../ttf/lato-bold-italic-webfont.ttf') format('truetype'),
         url('../svg/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('../eot/sourcesanspro-webfont.eot');
    src: url('../eot/sourcesanspro-webfont86d7.eot') format('eot'),
         url('../woff/sourcesanspro-webfont.woff') format('woff'),
         url('../ttf/sourcesanspro-webfont.ttf') format('truetype'),
         url('../svg/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('../eot/sourcesanspro-bold-webfont.eot');
    src: url('../eot/sourcesanspro-bold-webfont86d7.eot') format('eot'),
         url('../woff/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../ttf/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../svg/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('../eot/sourcesanspro-italic-webfont.eot');
    src: url('../eot/sourcesanspro-italic-webfont86d7.eot') format('eot'),
         url('../woff/sourcesanspro-italic-webfont.woff') format('woff'),
         url('../ttf/sourcesanspro-italic-webfont.ttf') format('truetype'),
         url('../svg/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('../eot/sourcesanspro-bold-italic-webfont.eot');
    src: url('../eot/sourcesanspro-bold-italic-webfont86d7.eot') format('eot'),
         url('../woff/sourcesanspro-bold-italic-webfont.woff') format('woff'),
         url('../ttf/sourcesanspro-bold-italic-webfont.ttf') format('truetype'),
         url('../svg/sourcesanspro-bold-italic-webfont.svg#SourceSansProBoldItalic') format('svg');
    font-weight: bold;
        font-style: italic;
} 
/* regular */body, html.mobile body {
	background-color : #ffffff;
	background-image : none;
	color : #000000;
	font-family : SourceSansPro, Arial, Helvetica, sans-serif;
	font-size : 20px;
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	color : #000000;
	font-family : SourceSansPro, Arial, Helvetica, sans-serif;
	font-size : 15px;
}
body, html.mobile body {
	background-color : #ffffff;
	background-image : none;
	color : #000000;
	font-family : SourceSansPro, Arial, Helvetica, sans-serif;
	font-size : 20px;
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	color : #000000;
	font-family : SourceSansPro, Arial, Helvetica, sans-serif;
	font-size : 15px;
}
#PageWrapper #NavColumn .Liner, html.mobile #PageWrapper #NavColumn .Liner {
	background-color : transparent;
	background-image : none;
	color : #000000;
	font-size : 15px;
}
#PageWrapper #ContentColumn , html.mobile #PageWrapper #ContentColumn  {
	font-size : 18px;
}
#PageWrapper h1, html.mobile #PageWrapper h1 {
	font-family : SourceSansProLight, Arial, Helvetica, sans-serif;
	font-size : 40px;
	letter-spacing : 0px;
	text-transform : none;
}
#PageWrapper h2, html.mobile #PageWrapper h2 {
	color : #000000;
	font-family : SourceSansProLight, Arial, Helvetica, sans-serif;
	font-size : 29px;
	letter-spacing : 0px;
	text-transform : none;
}
#PageWrapper h3, html.mobile #PageWrapper h3 {
	color : #000000;
	font-family : SourceSansProLight, Arial, Helvetica, sans-serif;
	font-size : 20px;
	letter-spacing : 0px;
	text-transform : none;
}
#PageWrapper h4, html.mobile #PageWrapper h4 {
	color : #000000;
	font-family : SourceSansProLight, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : normal;
}
#PageWrapper .RSSbox .questionMark, html.mobile #PageWrapper .RSSbox .questionMark {
	color : #000000;
}
#PageWrapper .CalloutBox p, html.mobile #PageWrapper .CalloutBox p {
	color : #000000;
	font-family : SourceSansProLight, Arial, Helvetica, sans-serif;
}
#PageWrapper .CalloutBox, html.mobile #PageWrapper .CalloutBox {
	background-color : #fcf6de;
	border-bottom-left-radius : 4px;
	border-bottom-right-radius : 4px;
	border-top-left-radius : 4px;
	border-top-right-radius : 4px;
	color : #000000;
	font-family : SourceSansProLight, Arial, Helvetica, sans-serif;
	padding-bottom : 15px;
	padding-left : 5%;
	padding-right : 5%;
	padding-top : 15px;
}
#PageWrapper .ReminderBox, html.mobile #PageWrapper .ReminderBox {
	background-color : #F2F2F2;
	border-bottom-left-radius : 4px;
	border-bottom-right-radius : 4px;
	border-top-left-radius : 4px;
	border-top-right-radius : 4px;
	width : 27%;
}
#PageWrapper .ReminderBox h4, html.mobile #PageWrapper .ReminderBox h4 {
	color : #111111;
	font-family : SourceSansProLight, Arial, Helvetica, sans-serif;
}
#PageWrapper .ReminderBox ul, html.mobile #PageWrapper .ReminderBox ul {
	color : #000000;
	font-family : SourceSansPro, Arial, Helvetica, sans-serif;
	font-size : 14px;
}
#PageWrapper .ReminderBox ol, html.mobile #PageWrapper .ReminderBox ol {
	color : #000000;
	font-family : SourceSansPro, Arial, Helvetica, sans-serif;
	font-size : 14px;
}
#PageWrapper .ReminderBox p, html.mobile #PageWrapper .ReminderBox p {
	color : #000000;
	font-family : SourceSansPro, Arial, Helvetica, sans-serif;
	font-size : 14px;
}
#ContentColumn a:not([data-pin-href]):link, html.mobile #ContentColumn a:not([data-pin-href]):link {
	color : #e78301;
}
#ContentColumn a:visited, html.mobile #ContentColumn a:visited {
	color : #dbbc93;
}
#ContentColumn a:not([data-pin-href]):hover, html.mobile #ContentColumn a:not([data-pin-href]):hover {
	color : #e78301;
}
#PageWrapper #Footer a:link, html.mobile #PageWrapper #Footer a:link {
	color : #e78301;
}
#PageWrapper #Footer a:visited, html.mobile #PageWrapper #Footer a:visited {
	color : #dbbc93;
}
#PageWrapper #Footer a:hover, html.mobile #PageWrapper #Footer a:hover {
	color : #e78301;
}
#NavColumn a:link, html.mobile #NavColumn a:link {
	color : #e78301;
}
#NavColumn a:visited, html.mobile #NavColumn a:visited {
	color : #dbbc93;
}
#NavColumn a:hover, html.mobile #NavColumn a:hover {
	color : #e78301;
}
hr, html.mobile hr {
	background-color : #d4d4d4;
	color : #d4d4d4;
}
#PageWrapper .WhatsNew h2, html.mobile #PageWrapper .WhatsNew h2 {
	color : #000000;
	font-family : SourceSansPro, Arial, Helvetica, sans-serif;
}
#PageWrapper .WhatsNew .WhatsNew-time, html.mobile #PageWrapper .WhatsNew .WhatsNew-time {
	color : #7a7a7a;
}
#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 : #e78301;
}
#PageWrapper .WhatsNew h3 a:visited, html.mobile #PageWrapper .WhatsNew h3 a:visited {
	color : #e78301;
}
#PageWrapper .WhatsNew h3 a:hover, html.mobile #PageWrapper .WhatsNew h3 a:hover {
	color : #e78301;
}
#PageWrapper .WhatsNew ol li, html.mobile #PageWrapper .WhatsNew ol li {
	border-top-color : #cfcfcf;
}
#PageWrapper .WhatsNew h3, html.mobile #PageWrapper .WhatsNew h3 {
	font-family : Lato, Arial, Helvetica, sans-serif;
}
#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 : #e78301;
	font-weight : bold;
}
#PageWrapper .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:link {
	color : #e78301;
	font-weight : bold;
}
#PageWrapper .WhatsNew .WhatsNew-more a:visited, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:visited {
	color : #dbbc93;
}
#PageWrapper .WhatsNew .WhatsNew-more a:hover, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:hover {
	color : #e78301;
}
#PageWrapper .WhatsNew h2 a:link, html.mobile #PageWrapper .WhatsNew h2 a:link {
	color : #e78301;
}
#PageWrapper .WhatsNew h2 a:visited, html.mobile #PageWrapper .WhatsNew h2 a:visited {
	color : #dbbc93;
}
#PageWrapper .WhatsNew h2 a:hover, html.mobile #PageWrapper .WhatsNew h2 a:hover {
	color : #e78301;
}
#PageWrapper #HeaderWrapper, html.mobile #PageWrapper #HeaderWrapper {
	background-color : transparent;
}
#PageWrapper #FooterWrapper, html.mobile #PageWrapper #FooterWrapper {
	background-color : #ffffff;
}

/* mobile */
/* media queries */@media (max-width:768px) {}@media (max-width:447px) {}.Navigation h3, html.mobile .Navigation h3{
}html.mobile .Navigation h3{
}@media (max-width:768px) {.Navigation h3{
}}@media (max-width:447px) {.Navigation h3{
}}#PageWrapper .Navigation h3, html.mobile #PageWrapper .Navigation h3{
}html.mobile #PageWrapper .Navigation h3{
}@media (max-width:768px) {#PageWrapper .Navigation h3{
}}@media (max-width:447px) {#PageWrapper .Navigation h3{
}}body #PageWrapper div.Navigation h3, html.mobile body #PageWrapper div.Navigation h3{
}html.mobile body #PageWrapper div.Navigation h3{
}@media (max-width:768px) {body #PageWrapper div.Navigation h3{
}}@media (max-width:447px) {body #PageWrapper div.Navigation h3{
}}.Navigation a, html.mobile .Navigation a{text-transform:none;font-size:15px;
}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-size:15px;
}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:#e78301;
}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:#e78301;
}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:#dbbc93;
}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:#dbbc93;
}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:#e78301;
}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:#e78301;
}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 GazetteLHRomanRegular definition */
@font-face {
    font-family: GazetteLHRomanRegular;
    font-display: fallback;
    src: url('../eot/gazet3-webfont.eot');
    src: url('../eot/gazet3-webfont86d7.eot') format('eot'),
         url('../woff/gazet3-webfont.woff') format('woff'),
         url('../ttf/gazet3-webfont.ttf') format('truetype'),
         url('../svg/gazet3-webfont.svg#webfontFPSAPSRf') format('svg');
    font-weight: normal;
    font-style: normal;
} 
.page_footer_container {
    width:100%; max-width: 500px;
    margin: 12px auto;
}

.page_footer_content {
    width: 100%;
    border:1pxsolid#663300;text-align:center;background-color:#FFCC00;}

.page_footer_liner {
    padding: 12px;	
}

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

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

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

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

body,
body p,
#PageWrapper .ReminderBox,
#PageWrapper .ReminderBox p,
#PageWrapper .CalloutBox {
font-family: 'HelveticaLTWXX-LightCond';
}

body b,
body strong,
body p b,
body p strong,
#PageWrapper .ReminderBox b,
#PageWrapper .ReminderBox strong,
#PageWrapper .CalloutBox b,
#PageWrapper .CalloutBox strong {
font-family: 'HelveticaLTWXX-BoldCond';
font-weight: normal;
}

#PageWrapper h1,
#PageWrapper h2,
#PageWrapper h3,
#PageWrapper .CalloutBox h2,
#PageWrapper .CalloutBox h3,
#PageWrapper .CalloutBox h4,
#PageWrapper .ReminderBox h2,
#PageWrapper .ReminderBox h3,
#PageWrapper .ReminderBox h4 {
line-height: 1.2;
margin: 0.5em 0;
font-weight: normal;
font-family: 'HelveticaLTWXX-BoldCond';
}

#PageWrapper h4 {
line-height: 1.4;
}

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

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

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

#PageWrapper #Footer .Liner p {
font-family: 'HelveticaLTWXX-LightCond';
font-weight: normal;
}

#PageWrapper #Footer .Liner p b,
#PageWrapper #Footer .Liner p strong {
font-family: 'HelveticaLTWXX-BoldCond';
font-weight: normal;
}

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

body {
}

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

#HeaderWrapper {
width: 100%;
float: left;
position: relative;
}

#PageWrapper #HeaderWrapper {
background-color: #f4f4f4;
}

#Header {
max-width: 100%;
}

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

.HeaderContainer {
max-width: 1200px;
margin: 0 auto;
position: relative;
}

.HeaderContainer.FullWidthOrange {
background: #f9971d;
max-width: 100%;
}

.HeaderContainerDivider {
width: 100%;
border-top: 1px solid rgba(255,255,255,0.5);
}

#ColumnsWrapper {
max-width: 1200px;
width: 100%;
}

#ContentColumn {
float: left;
width: 68%;
}

#NavColumn {
width: 32%;
}

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

#NavColumn {
margin-top: 15px;
}

#NavColumn .Liner {
padding: 10px 30px 10px 0;
}

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

#Footer .Liner {
padding: 0;
}

@media only screen and (max-width: 901px) {
#PageWrapper {
position: relative;
}
#PageWrapper #HeaderWrapper {
border-top: 40px solid #e98403;
}
}

@media only screen and (max-width: 768px) {
#PageWrapper {
margin-top: 0;
}
#HeaderWrapper {
position: relative;
}
#ColumnsWrapper {
float: left;
}
#PageWrapper #NavColumn .Liner {
border-radius: 0;
padding: 10px 30px 40px;
}
#Footer .Liner {
padding: 0;
}
}

.Tagline,
.WebsiteName {
display: none;
}

.SS_BB2 #PageWrapper #HeaderWrapper {
background: #eee;
}

@media only screen and (max-width: 768px) {
#PageWrapper #Header .Liner {
min-height: 60px;
}
}

/* ------ LOGO ------ */

a.WhiteLogo img {
height: 63px;
margin: 11px 30px 6px;
}

@media only screen and (max-width: 901px) {
a.WhiteLogo {
display: none;
}
.MobileLogo {
left: 20px;
}
}

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

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

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

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

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

a img:hover {
opacity: 0.8;
}

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

.GoogleSearchBox {
margin: 10px auto 35px;
width: 100%;
background: #fff;
}

.GoogleSearchBox form {
text-align: center;
}

input.GoogleSearchField {
width: 78%;
margin: 0px 2% 0px 0;
padding: 0px 10px 0 15px;
border-radius: 3px;
height: 45px;
-webkit-appearance: none;
font-size: 14px;
color: #302b25;
border: 0;
background: #eeeeed;
text-align: left;
box-sizing: border-box;
float: none;
}

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

input.GoogleSearchButton {
border-radius: 3px;
color: transparent;
background: url("../png/search.png") no-repeat center center #393939;
background-size: auto 100%;
font-size: 0px;
height: 44px;
width: 18%;
cursor: pointer;
-webkit-appearance: none;
border: 0px;
padding: 0;
float: right;
line-height: 0;
}

input.GoogleSearchButton:hover {
background: url("../png/search.png") no-repeat center center #dd0000;
background-size: auto 100%;
}

#ContentColumn .GoogleSearchBox {
position: relative;
right: unset;
display: none;
}

@media only screen and (max-width: 768px) {
#Header .GoogleSearchBox {
display: none;
}
#ContentColumn .GoogleSearchBox {
display: block;
margin: 10px auto;
position: relative;
width: 100%;
background: #fff;
right: inherit;
border: 1px solid #aaa;
bottom: inherit;
z-index: 1;
float: none;
}
}

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

.FooterLinks {
margin: 10px auto 0;
width: 100%;
/*max-width: 800px;*/
}

#PageWrapper #Footer .FooterLinks a {
font-size: 20px;
color: #fff;
}

#PageWrapper #Footer .FooterLinks a:hover {
text-decoration: underline;
}

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

/* ------ FREE SHIPPING GRAPHIC ------ */

.FreeShipping {
position: absolute;
margin-left: 580px;
width: 196px;
height: 102px;
top: 0;
}

html.mobile .FreeShipping {
display: none;
}

/* ------ VIEW CART BUTTON ------ */

.ViewCartButton {
position: absolute;
width: 126px;
margin-left: 864px;
top: 64px;
}

html.mobile .ViewCartButton {
position: relative;
margin: 10px auto;
top: auto;
}

/* ------ MOBILIZE-SPECIFIC CODE ------ */

@media only screen and (max-width: 768px) {
#ju_bbox {
display: none !important;
}
#sthoverbuttons {
display: none;
}
}

/* ------ E-ZINE LANDING PAGE ------ */

.LandingPageEzineForm {
width: 95%;
margin: 20px auto 0;
padding: 5px 2% 15px;
border: 1px solid #e0e0e0;
background: none repeat scroll 0% 0% #eee;
border-radius: 3px;
float: none;
-moz-box-shadow: 0px 0px 200px #ddd inset;
-webkit-box-shadow: 0px 0px 200px #ddd inset;
box-shadow: 0px 0px 200px #ddd inset;
}

#PageWrapper .LandingPageEzineForm h1 {
color: #E68600;
margin: 5px 0 0 0;
font-weight: 700 !important;
font-weight: normal !important;
text-transform: none;
font-size: 90px;
letter-spacing: -2px;
font-family: 'Montserrat', 'SourceSansPro', Arial, sans-serif !important;
font-family: 'HelveticaLTWXX-BoldCond' !important;
}

@media only screen and (max-width: 768px) {
#PageWrapper .LandingPageEzineForm h1 {
font-size: 30px;
}
}

#PageWrapper .LandingPageEzineForm h2 {
color: #000;
margin-top: -10px;
margin-bottom: 20px;
padding: 3px 0px 0px;
font-weight: normal !important;
font-size: 37px;
letter-spacing: -1px;
line-height: 1.2;
font-family: 'Montserrat', 'SourceSansPro', Arial, sans-serif !important;
font-family: 'HelveticaLTWXX-BoldCond' !important;
}

@media only screen and (max-width: 768px) {
#PageWrapper .LandingPageEzineForm h2 {
font-size: 20px;
}
}

.HighlightContent {
border-radius: 3px;
margin: 14px 10px 15px;
padding: 20px 3% 5px;
background: none repeat scroll 0% 0% #fff;
border: 1px solid #eee;
width: auto;
}

#PageWrapper .LandingPageEzineForm h3 {
color: #555;
margin: 10px 20px;
text-shadow: 1px 1px #FFF;
font-weight: 400;
font-size: 22px;
letter-spacing: -1px;
line-height: 1.2;
}

#PageWrapper #ContentColumn .LandingPageEzineForm p {
margin: 10px 0;
text-shadow: none;
font-family: 'Montserrat', 'SourceSansPro', Arial, sans-serif !important;
font-family: 'HelveticaLTWXX-LightCond' !important;
}

#ContentColumn .LandingPageEzineForm ul {
margin: 0px 25px 15px;
padding: 0px 0px 0px 0px;
}

#ContentColumn .LandingPageEzineForm li {
font-family: 'Montserrat', 'SourceSansPro', Arial, sans-serif !important;
font-family: 'HelveticaLTWXX-LightCond' !important;
font-size: 27px;
/*
background-image: url('https://www.bee-pollen-buzz.com/image-files/check.png');
background-repeat: no-repeat;
background-position: 0px 6px;
padding-left: 27px;
*/
margin: 0px 0px 10px 5px;
color: #000;
letter-spacing: -1px;
line-height: 1.3;
}

@media only screen and (max-width: 768px) {
#ContentColumn .LandingPageEzineForm li {
font-size: 16px;
}
}

.LandingPageEzineField {
text-align: center;
}

.LandingPageEzineField input {
border: 2px solid #444;
border-radius: 4px;
padding: 17px 10% 16px;
font-size: 20px;
width: 30%;
font-weight: normal;
margin: 10px auto 20px;
text-align: center;
}

html.mobile .LandingPageEzineField input {
font-size: 15px;
}

.LandingPageEzineButton input {
color: #fff;
background: #E68600;
border: 7px solid #E68600;
padding: 22px 9% 22px;
border-radius: 32px;
font-size: 60px;
cursor: pointer;
font-weight: normal;
text-align: center;
width: auto !important;
min-width: 60%;
text-shadow: none;
margin: 0px 0px 15px 0px;
font-family: 'Montserrat', Arial, sans-serif !important;
font-family: 'HelveticaLTWXX-LightCond' !important;
}

@media only screen and (max-width: 768px) {
.LandingPageEzineButton input {
font-size: 25px;
}
}

.LandingPageEzineButton input:hover {
color: #E68600;
background: #ffffff;
}

.SecurityNote {
margin: 5px auto 0;
float: none;
width: 90%;
max-width: 420px;
}

#ContentColumn .LandingPageEzineForm .SecurityNote p {
background: url('../png/secure.png') no-repeat scroll left 0px transparent;
font-size: 11px;
line-height: 16px;
padding-left: 25px;
margin-top: 0px;
width: 90%;
max-width: 420px;
}

/* ------ COLUMN EZINE FORM ------ */

#ColumnEzineForm {
border-radius: 4px;
background: #ececeb;
min-width: 250px;
max-width: 250px;
max-height: 400px;
min-height: 400px;
overflow: hidden;
padding: 0 25px;
}

/* ------ LESS TOP SPACE FOR IMAGE ------ */

#PageWrapper .LessTopSpace .ImageBlockCenter,
#PageWrapper .LessTopSpace .ImageBlockLeft,
#PageWrapper .LessTopSpace .ImageBlockRight {
margin-top: -6px;
}

/* ------ REMOVE TOP MARGIN FOR AN IMAGE ------ */

#PageWrapper .NoTopMargin .ImageBlockCenter {
margin-top: 0;
}

#PageWrapper .NoTopMargin h1,
html.mobile #PageWrapper .NoTopMargin h1 {
margin-top: -10px;
}

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

.wf-menu-light {
    position: relative;
    z-index: 10;
    background: #fff;
    margin-bottom: 30px;
    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;
    font-family: 'HelveticaLTWXX-LightCond';
    line-height: 1.5em
}

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

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

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

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

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

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

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

.wf-menu-light .dmui_dropdown_block.half_width_left {
    width: 50%;
right: initial;
}

.wf-menu-light .dmui_dropdown_block.quarter_width {
width: 25%;
right: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wf-menu-light ul.dmui-submenu>li.has-dropdown>a:after {
    content: "\203A";
    position: absolute;
    font-family: Arial, sans-serif;
    font-family: 'HelveticaLTWXX-BoldCond';
    top: 8px;
    right: 10px;
    font-size: 20px;
    line-height: 16px;
    font-weight: normal;
    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;
    font-family: 'HelveticaLTWXX-LightCond';
    line-height: 18px;
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wf-menu-light>ul ul li {
list-style-type: none;
padding: 2px 0;
font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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;
    font-family: 'HelveticaLTWXX-LightCond';
}

.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;
    font-family: 'HelveticaLTWXX-LightCond';
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dmui_search_block input:focus {
    outline: none
}

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

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

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

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

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

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

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

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

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

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

h3.ColumnSpan {
margin-left: 15px;
}

#PageWrapper .wf-menu-light h3 {
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.06em;
color: #fff;
background: #f8981c;
margin-left: -10px;
margin-right: -10px;
font-size: 16px;
padding: 7px 12px 4px;
margin-top: 0px;
border-radius: 3px;
}

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

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

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

.MobileLogo {
display: none;
}

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

@media only screen and (max-width: 901px) {
.MobileLogo {
display: block;
position: absolute;
top: 10px;
left: 10px;
z-index: 999;
}
.MobileLogo img {
width: 154px;
}
.dmui-container ul {
list-style: none;
margin: 0;
padding: 0;
}
.dmui-container ul li {
padding-top: 4px;
padding-bottom: 4px;
}
.dmui-col .dmui-col .dmui-container {
padding-left: 0;
padding-right: 0;
margin-top: initial;
}
.wf-menu-light .dmui_dropdown_block.half_width,
.wf-menu-light .dmui_dropdown_block.half_width_left,
.wf-menu-light .dmui_dropdown_block.quarter_width {
width: 100%;
}
}

/* -------------------------------------- */
/* ------ MEGA MENU OCT 2017 EDITS ------ */
/* -------------------------------------- */

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

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

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

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

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

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

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

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

.wf-menu-light > ul > li > a {
padding: 10px 15px;
font-size: 20px;
text-transform: uppercase;
}

.wf-menu-light,
.dmui-btn,
.dmui-input {
font-family: "SourceSansPro", sans-serif;
font-family: 'HelveticaLTWXX-LightCond';
}

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

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

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

.mobile_collapser {
background: #f8981c;
height: 52px;
}

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

/* ------ BANNER EZINE FORM ------ */

.BannerEzineWrapper {
box-sizing: border-box;
display: inline-block;
background: #fff;
margin: 0px;
width: 100%;
}

#HeaderWrapper .BannerEzineWrapper {
margin: 0px 0 -2px;
padding: 25px 0 5px;
}

.BannerEzine {
box-sizing: border-box;
width: 100%;
max-width: 1200px;
padding: 5px 20px;
margin: 0 auto;
border: 1px solid #555;
border-radius: 4px;
}

.BannerEzine .responsive-row,
.BannerEzine div[class*='responsive_grid_block-'] {
overflow: visible;
display: table;
width: 100%;
display: flex;
width: 100%;
align-items: center
}

#PageWrapper .BannerEzine .EzineText p {
font-size: 20px !important;
font-weight: bold;
margin: 13px 0;
text-align: left !important;
}

.BannerEzineField {
width: 48%;
float: left;
margin-right: 2%;
}

.BannerEzineButton {
float: left;
width: 50%;
}

.BannerEzineField input {
width: 100%;
margin: 8px 0 0;
box-sizing: border-box;
-webkit-appearance: none;
background: #fff;
border: 1px solid #aaa;
border-radius: 3px;
padding: 9px 15px 8px;
font-size: 15px;
color: #555 !important;
}

.BannerEzineField input:focus,
.BannerEzineField input:active {
color: #000;
}

.BannerEzineButton input {
background: #000;
border: 2px solid #000;
border-radius: 3px;
padding: 10px 15px 9px;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.06em;
font-weight: bold;
color: #fff;
width: 100%;
margin: 8px 0 0;
box-sizing: border-box;
cursor: pointer;
-webkit-appearance: none;
}

.BannerEzineButton input:hover {
color: #fff;
background: #f8981c;
border-color: #fff;
}

@media only screen and (max-width: 820px) {
.BannerEzine div.responsive_col-1 {
width: 45% !important;
}
.BannerEzine div.responsive_col-2 {
width: 55% !important;
}
}

@media only screen and (max-width: 640px) {
.BannerEzine div.responsive_col-1 {
width: 100% !important;
}
.BannerEzine div.responsive_col-2 {
width: 100% !important;
}
#PageWrapper .BannerEzine .EzineText p {
margin: 13px 0 0;
text-align: center !important;
}
.BannerEzineField input,
.BannerEzineButton input {
margin-bottom: 13px;
}
.BannerEzine .responsive-row,
.BannerEzine div[class*='responsive_grid_block-'] {
display: inline-block;
}
}

.BannerEzineMobileButton {
display: none;
}

@media only screen and (max-width: 768px) {
#Header .BannerEzineWrapper {
background: none;
}
#Header .BannerEzine {
display: none;
}
#Header .BannerEzineMobileButton {
display: block;
}
#PageWrapper #Header .BannerEzineMobileButton p {
margin: 5px auto;
}
#PageWrapper #Header .BannerEzineMobileButton a {
display: inline-block;
width: 98%;
padding: 8px 15px 7px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
background: #f8981c;
color: #000;
border: 2px solid #f8981c;
letter-spacing: 0.03em;
text-align: center;
border-radius: 4px;
box-sizing: border-box;
}
#PageWrapper #Header .BannerEzineMobileButton a:hover {
border-color: #000;
text-decoration: none;
}
}

#PageWrapper .BannerEzine .EzineText p,
#PageWrapper #Footer .Liner .BannerEzine .EzineText p {
font-family: SourceSansProLight;
font-family: 'HelveticaLTWXX-BoldCond';
font-weight: normal;
font-size: 20px;
text-transform: uppercase;
}

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

#Footer .responsive-row {
margin: 0 -10px;
margin: 0;
}

#Footer {
max-width: 100%;
}

.FooterMargins {
max-width: 1200px;
padding: 0px 30px 0px;
margin: -25px auto -20px;
}

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

.FooterTopWrapper {
background: #f8981c;
width: 100%;
}

.FooterTop {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 35px 30px;
box-sizing: border-box;
}

.FooterTop p {
font-size: 16px;
}

.FooterTop a {
color: #fff;
text-decoration: none;
}

.FooterTop a:hover {
color: #000;
text-decoration: none;
}

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

#PageWrapper .FooterTop .FooterLinks h3 {
font-family: 'SourceSansPro', Arial, sans-serif;
font-family: 'HelveticaLTWXX-BoldCond';
font-size: 20px;
font-weight: normal;
color: #333;
margin-bottom: 10px;
text-align: left !important;
}

.FooterTop .FooterLinks p {
margin: 0.35em 0 0.35em;
text-align: left !important;
}

.FooterTop .FooterLinks a {
font-size: 22px;
text-align: left !important;
}

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

.FooterBottomWrapper {
width: 100%;
background: #333;
}

.FooterBottom {
width: 100%;
margin: 0 auto;
max-width: 1200px;
padding: 20px 30px;
box-sizing: border-box;
}

.FooterBottom p {
margin: 15px 0;
font-size: 13px;
color: rgba(255,255,255,0.5);
letter-spacing: 0.03em;
text-transform: uppercase;
}

.FooterBottom a {
color: rgba(255,255,255,0.75);
text-decoration: none;
font-weight: bold;
}

.FooterBottom a:hover {
color: #fff;
text-decoration: none;
}

/* ------ HOMEPAGE FEATURES ------ */

.HomepageFeatures div.responsive_col-1 {
padding-left: 0 !important;
padding-right: 5px !important;
}

.HomepageFeatures div.responsive_col-2 {
padding-right: 0 !important;
padding-left: 5px !important;
}

@media only screen and (max-width: 768px) {
.HomepageFeatures div.responsive_col-1,
.HomepageFeatures div.responsive_col-2 {
padding-right: 5px !important;
padding-left: 5px !important;
}
}

.TopProducts,
.PopularArticles {
background: #fff;
padding: 0 0 30px;
border-radius: 0px;
line-height: 1.4;
}

#PageWrapper #NavColumn .HomepageFeatures h4 {
font-weight: normal;
text-align: left;
margin: 10px auto 20px;
background: none;
padding: 0;
font-size: 25px;
text-transform: uppercase;
border-radius: 0;
letter-spacing: 0;
font-family: 'SourceSansPro', Arial, sans-serif;
font-family: 'HelveticaLTWXX-BoldCond';
color: #f8981c;
border-bottom: 1px solid #f8981c;
}

.TopProducts p,
.PopularArticles p {
margin: 0.75em 0 0.75em;
border-bottom: 1px solid #ddd;
padding-bottom: 0.75em;
}

.TopProducts p:last-child,
.PopularArticles p:last-child {
border: 0;
}

.HomepageFeatures .CaptionCenter {
margin-left: 0;
margin-right: 0;
text-align: left !important;
font-size: 14px;
}

#NavColumn .HomepageFeatures .ReadMore a {
text-transform: uppercase;
text-decoration: none;
background: #f8981c;
color: #fff;
margin: 10px 0px 0;
border-radius: 3px;
font-weight: normal;
display: inline-block;
font-size: 16px;
letter-spacing: 0.05em;
padding: 11px 20px 10px;
border: 2px solid #f8981c;
}

#NavColumn .HomepageFeatures .ReadMore a:hover {
color: #f8981c;
background: #fff;
text-decoration: none;
}

#NavColumn .HomepageFeatures .ReadMore p {
margin: 0;
}

#NavColumn .HomepageFeatures .ReadMore p br {
display: none;
}

#NavColumn .HomepageFeatures a {
color: #000;
font-size: 19px;
font-weight: normal;
font-family: SourceSansProLight, Arial, sans-serif;
font-family: 'HelveticaLTWXX-BoldCond';
}

#NavColumn .HomepageFeatures a:hover {
color: #000;
text-decoration: underline;
}

/* ------ STAY CONNECTED ------ */

.StayConnected {
max-width: 800px;
padding: 10px 30px 10px;
margin: 0 auto;
}

#PageWrapper .StayConnected .responsive-row div[class*="responsive_col-"] {
width: 50% !important;
}

#PageWrapper .StayConnectedButtons .responsive-row div[class*="responsive_col-"] {
width: 25% !important;
}

#PageWrapper #Footer .StayConnected p {
font-size: 40px;
text-align: left;
margin: 5px 0 0;
}

#PageWrapper .StayConnected .ImageBlockCenter {
margin: 6px 0 0 0;
}

@media only screen and (max-width: 1000px) {
#PageWrapper #Footer .StayConnected p {
font-size: 35px;
}
}

@media only screen and (max-width: 900px) {
#PageWrapper .StayConnected .responsive-row div[class*="responsive_col-"] {
width: 100% !important;
}
#PageWrapper .StayConnectedButtons .responsive-row div[class*="responsive_col-"] {
width: 25% !important;
}
#PageWrapper #Footer .StayConnected p {
text-align: center;
}
}

@media only screen and (max-width: 768px) {
#PageWrapper .StayConnected .responsive-row div[class*="responsive_col-"] {
width: 100% !important;
}
#PageWrapper .StayConnectedButtons .responsive-row div[class*="responsive_col-"] {
width: 25% !important;
}
.StayConnectedButtons .responsive_grid_block-4 > .responsive-row > .responsive_col-3 {
clear: none;
}
}

@media only screen and (max-width: 640px) {
#PageWrapper .StayConnectedButtons .responsive-row div[class*="responsive_col-"] {
width: 50% !important;
}
}

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

/* ------ FREE FIND SEARCH BOX ------ */

.FreeFindSearchBox {
margin: 0px 0 5px;
width: 100%;
background: #fff;
padding: 15px 0;
box-sizing: border-box;
}

.FreeFindSearchBox form {
text-align: left;
}

input.FreeFindSearchField {
text-align: left;
box-sizing: border-box;
line-height: 0;
margin: 0px 1% 0px 0;
padding: 0px 5px 0 12px;
background: #fff;
display: inline-block;
border-radius: 2px;
width: 83%;
height: 40px;
font-size: 17px;
color: #555;
border: 0px solid #bbb;
box-shadow: 0 0 1px #000 inset;
box-sizing: border-box;
font-family: 'HelveticaLTWXX-LightCond';
}

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

input.FreeFindSearchButton {
border-radius: 2px;
color: transparent;
background: url("../png/search.png") no-repeat center center #000;
background-size: auto 100%;
cursor: pointer;
-webkit-appearance: none;
border: 0px;
display: inline-block;
line-height: 1;
height: 40px;
width: 15%;
border-top: 1px solid #000;
box-sizing: border-box;
}

input.FreeFindSearchButton:hover {
background-color: #f8981c;
border-top: 1px solid #f8981c;
}

.search-results {
font-size: 16px;
}

.search-results a {
font-size: 16px;
}

.search-results i {
font-size: 13px;
font-style: normal;
color: #888;
}

.search-nav-form-table {
margin-bottom: 25px;
}

/* ------ FEATURED HEADLINE ------ */

#PageWrapper .FeatureHeadline h2 {
background: #5f3a17;
text-align: left;
color: #a142ad;
font-size: 32px;
letter-spacing: -0.01em;
text-transform: none;
padding: 10px 0 5px;
border-radius: 0px;
background: none;
border-bottom: 1px solid #a142ad;
margin-bottom: 30px;
}

#PageWrapper #Footer .FeatureHeadline H2 {
margin: 20px 0 10px;
}

/* ----- PURPLE BUTTONS ------ */

#ContentColumn .PurpleButton a {
text-transform: uppercase;
text-decoration: none;
background: #a142ad;
color: #fff;
margin: 0px 0px 0;
border-radius: 3px;
font-weight: normal;
display: inline-block;
font-size: 16px;
letter-spacing: 0.05em;
padding: 9px 20px 8px;
border: 2px solid #a142ad;
}

#ContentColumn .PurpleButton a:hover {
background: #fff;
color: #a142ad;
text-decoration: none;
}

/* ------ SMALLER MARGINS FOR IMAGES IN RESPONSIVE GRID ------ */

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

#PageWrapper .SmallMarginGrid .responsive-row div[class*="responsive_col-"] {
padding-left: 5px !important;
padding-right: 5px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
line-height: 1.3;
}

#PageWrapper .SmallMarginGrid .responsive-row {
margin: 0 -5px;
}

.SmallMarginGrid .responsive_grid_block-2 {
margin: -10px auto 0px;
}

#ContentColumn .SmallMarginGrid a:link .Caption,
#ContentColumn .SmallMarginGrid a:visited .Caption {
font-size: 24px;
text-align: left !important;
font-weight: normal;
font-family: SourceSansProLight;
font-family: 'HelveticaLTWXX-BoldCond';
line-height: 1.2;
color: #000;
margin-bottom: 10px;
}

#ContentColumn .SmallMarginGrid a:hover,
#ContentColumn .SmallMarginGrid a:hover .Caption {
text-decoration: none;
color: #a142ad;
}

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

.SocialIcons {
display: inline-block;
width: 100%;
padding: 0;
height: 34px;
margin-top: 1px;
margin-bottom: 25px;
}

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

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

.SocialIcons ul li a {
display: inline-block;
width: 30px;
height: 30px;
background-size: 30px 60px !important;
vertical-align: middle;
}

.SocialIcons ul li a.ContactUs,
#ContentColumn .SocialIcons ul li a.ContactUs {
width: auto;
line-height: 30px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.08em;
color: #000;
margin-top: 3px;
margin-left: 15px;
}

.SocialIcons ul li a.ContactUs:hover,
#ContentColumn .SocialIcons ul li a.ContactUs:hover {
color: #444;
text-decoration: none;
}

.SocialIcons ul li a.SocialIconFacebook {
background: url('../png/social-icon-facebook-new.png') no-repeat left bottom transparent;
}

.SocialIcons ul li a.SocialIconGooglePlus {
background: url('../social-icon-googleplus-new.html') no-repeat left bottom transparent;
}

.SocialIcons ul li a.SocialIconTwitter {
background: url('../png/social-icon-twitter-new.png') no-repeat left bottom transparent;
}

.SocialIcons ul li a.SocialIconPinterest {
background: url('../png/social-icon-pinterest-new.png') no-repeat left bottom transparent;
}

.SocialIcons ul li a.SocialIconInstagram {
background: url('../social-icon-instagram-new.html') no-repeat left bottom transparent;
}

.SocialIcons ul li a.SocialIconYouTube {
background: url('../social-icon-youtube-new.html') no-repeat left bottom transparent;
}

.SocialIcons ul li a.SocialIconRSS {
background: url('../png/social-icon-rss-new.png') no-repeat left bottom 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.SocialIconYouTube:hover,
.SocialIcons ul li a.SocialIconRSS:hover {
background-position: left bottom;
}
*/

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

@media only screen and (max-width: 901px) {
.SocialIcons ul li a.SocialIconFacebook,
.SocialIcons ul li a.SocialIconGooglePlus,
.SocialIcons ul li a.SocialIconTwitter,
.SocialIcons ul li a.SocialIconPinterest,
.SocialIcons ul li a.SocialIconInstagram,
.SocialIcons ul li a.SocialIconYouTube,
.SocialIcons ul li a.SocialIconRSS{
background-position: left top;
}
.SocialIcons ul li a.ContactUs,
#ContentColumn .SocialIcons ul li a.ContactUs {
color: #fff;
}
}

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

/* ------ CONTACT US ------ */

.DesktopContactUs {
position: absolute;
right: 30px;
top: 28px;
}

.MobileContactUs {
position: absolute;
top: 2px;
right: 20px;
display: none;
}

.DesktopContactUs p,
.MobileContactUs p {
margin: 0;
}

.DesktopContactUs li.ContactUs a {
color: #fff;
font-weight: normal;
font-size: 14px;
text-align: right;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.08em;
}

.DesktopContactUs li.ContactUs a:hover {
color: #000;
}

#ContentColumn .MobileContactUs p a:link,
#ContentColumn .MobileContactUs p a:visited,
#ContentColumn .MobileContactUs p a:hover {
color: #fff;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
text-decoration: none;
letter-spacing: 0.04em;
}

#ContentColumn .MobileContactUs p a:hover {
color: #fff;
text-decoration: underline;
}

@media only screen and (max-width: 901px) {
.MobileContactUs {
display: block;
}
.DesktopContactUs {
display: none;
}
}

@media only screen and (max-width: 600px) {
.MobileContactUs {
right: 0;
left: 0;
width: 100%;
text-align: center;
}
}

/* ------ RELATED PAGES ------ */

#PageWrapper .RelatedPagesBlock ul.across .relatedPagesThumbnail a {
width: 200px;
height: 105px;
margin-bottom: 20px;
}

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

.ss-ui-bootstrap .btn-primary {
color: #fff !important;
background-color: #f8981c !important;
border-color: #f8981c !important;
text-decoration: none !important;
padding: 10px 18px 8px !important;
border-radius: 4px !important;
font-size: 13px !important;
letter-spacing: .04em !important;
text-transform: uppercase;
margin-top: 10px;
font-weight: normal !important;
font-family: 'HelveticaLTWXX-BoldCond';
}

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

/* ------ UPDATED HOMEPAGE AND TEMPLATE PAGE LAYOUT ------ */

#ColumnsWrapper {
max-width: 860px;
}

.FreeFindSearchBox {
margin: 25px 15px 0;
background: none;
padding: 0;
max-width: 250px;
float: right;
}

input.FreeFindSearchField {
line-height: 1;
width: 82%;
font-size: 13px;
border: 0;
box-shadow: none;
font-weight: bold;
}

input.FreeFindSearchButton {
border: 0;
}

.DesktopContactUs {
right: 293px;
}

#NavWrapper {
display: none;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
width: 100%;
max-width: 1100px;
margin: 0 auto;
float: none;
}

.FeaturedArticles {
margin-top: 20px;
}

#PageWrapper .FeaturedArticles h2 {
font-size: 28px;
text-transform: uppercase;
margin-bottom: 0px;
}

#PageWrapper .FeaturedArticles h2 a:link,
#PageWrapper .FeaturedArticles h2 a:visited {
color: #333;
text-decoration: none;
}

#PageWrapper .FeaturedArticles h2 a:hover {
color: #e78301;
text-decoration: none;
}

#ContentColumn .FreeFindSearchBox {
display: none;
}

#PageWrapper .FeaturedArticles .ImageBlockCenter {
margin: 15px 0 0;
}

.FeaturedArticles div.responsive_col-1 {
width: 35%;
}
.FeaturedArticles div.responsive_col-2 {
width: 65%;
}

.FeaturedArticles .ss-ui-bootstrap .btn-primary {
padding: 6px 13px 4px !important;
font-size: 12px !important;
margin-top: -5px;
float: left;
margin-bottom: 25px;
}

@media only screen and (max-width: 901px) {
.HeaderContainer .FreeFindSearchBox {
display: none;
}
#ContentColumn .FreeFindSearchBox {
margin: 15px auto 10px;
float: none;
display: block;
}
input.FreeFindSearchField {
border: 1px solid #ccc;
}
.FeaturedArticles {
margin-top: 0;
}
.FeaturedArticles div.responsive_col-1 {
width: 40% !important;
}
.FeaturedArticles div.responsive_col-2 {
width: 60% !important;
}
}

@media only screen and (max-width: 640px) {
.FeaturedArticles div.responsive_col-1,
.FeaturedArticles div.responsive_col-2 {
width: 100% !important;
}
.FeaturedArticles .responsive-row {
margin-bottom: 15px;
border-bottom: 0.1em solid #ccc;
}
.FeaturedArticles div:last-child .responsive-row {
border: 0;
}
}

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