@charset "utf-8";

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background: #fff;
margin: 0;
padding: 0;
font-family: Verdana, Geneva, sans-serif;
color: #000;
font-size: 75%;
line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}

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

h1 {
font-size: 200%;
}

h2 {
font-size: 150%;
}

h3 {
font-size: 125%;
}

h4 {
font-size: 100%;
}

blockquote {
font-size: 115%;
font-style: italic;
margin: 12px 50px;
}

code {
color: navy;
}

img {
border: 0;
}

p {
margin: 1em 0;
}

/* -- General Link Styling -- */

/* default link colors (just in case) */

a {
color: #0000EE;
}

a:visited {
color: #55199A;
}

a:active {
color: #EE0000;
}
a img {
border: 0;
}

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

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 1000px;
margin: 0 auto;
}

#Header {
width: 1000px;
}

#Header .Liner {
padding: 1px 0;
position: relative;
min-height: 198px;
_height: 198px;
}

#ContentWrapper {
float: left;
width: 600px;
padding-left: 200px;
padding-right: 200px;
}

#ContentColumn {
width: 600px;
}

#NavColumn {
float: left;
width: 200px;
margin-left: -1000px;
}

#ExtraColumn {
float: left;
width: 200px;
margin-left: -200px;
}

#Footer {
clear: both;
width: 1000px;
}

.Liner {
padding: 10px;
*zoom: 1;
}

/* ------ Section 3 - Page Structure Details ------ */

#Header .Liner {
background: url(../image-files/header-image.gif) no-repeat;
}

#Footer .Liner {
text-align: center;
}

/* ------ Section 4 - Left Column Navigation ------ */

/* -- Nav Headers -- */
#PageWrapper .Navigation h3 { /* Nav Headers rules to prevent sitedesigner h3 inheritance */
font-family: Verdana, Geneva, sans-serif;
font-size: 15px;
font-weight: bold;
color: #000;
text-align: left;
background-color: transparent;
border: 0;
margin: 15px 0 7.5px;
}

/* -- Nav List -- */

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

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

#PageWrapper div.Navigation a,
.Navigation a {
text-decoration: none;
padding: 5px;
display: block;
_zoom: 1;
}

table#PageWrapper .Navigation {
min-width: 180px;
_width: 180px;
}

/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

/* -- Horizontal Text NavBar -- */

#Header .ExtraNav {
position: absolute;
top: 0;
right: 0;
text-align: right;
}

#Footer .ExtraNav {
margin: 12px auto;
}

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

.ExtraNav ul li {
display: inline;
}

/* ------ Section 6 - Boxes ------ */

/* -- Callout Box -- */

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

.CalloutBox {
background: #CCCCCC;
margin: 1em auto;
padding: 0.3em;
width: 85%;
}

.CalloutBox p {
font-size: 95%;
margin: 0;
padding: 0.5em;
}

/* -- Reminder Box -- */

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

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

.ReminderBox {
background: #ccc;
width: 35%;
margin: 1em 0 1em 1em;
padding: 0.3em;
float: right;
}

.ReminderBox h4 {
margin: 0;
padding: 0.5em;
text-align: center;
}

.ReminderBox p {
margin: 0;
padding: 0.5em;
}

/* -- AdSense Boxes -- */

.AdSenseBoxLeft {
margin: 0 18px 12px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px;
float: right;
}

.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: 0 auto 12px;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px;
clear: both;
}

/* -- Return To Nav Box -- */

.ReturnToNavBox {
margin: 40px auto 0;
padding: 0 2px;
}

/* -- FBI -- */

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

/* -- What's New Block -- */

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

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

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

#PageWrapper .WhatsNew img {
border: 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

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

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

#PageWrapper .WhatsNew ol {
margin: 0 10px;
overflow: hidden;
}

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

#PageWrapper .WhatsNew h3 {
font-size: 125%;
line-height: 1.2;
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;
_display: none;
}

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

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

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

.mobile #PageWrapper .WhatsNew h2 {
padding-right: 4px;
}

.mobile .WhatsNew-subscribe {
position: static;
}

.mobile .WhatsNew-icon {
display: none;
}

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

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

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

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

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

/* -- Blog -- */

.blogItItem {
margin: 18px 0;
border-bottom: 1px solid #ccc;
}

/* -- RSS Box -- */

.RSSbox {
padding: 0.2em 0 1em;
font-weight: bold;
text-align: center;
margin-top: 8px;
margin-bottom: 8px;
}

.RSSbox img {
padding: 1px 0;
}

.RSSbox ul,
.RSSbox ul li {
margin: 0;
padding: 0;
}

.RSSbox ul {
list-style-type: none;
clear: both;
}

.RSSbox ul li {
text-align: center;
}

.RSSbox ul li img {
border: 0;
padding: 1px 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 - MobilizeIt */
html.mobile #PageWrapper .text_image_floated.text_image_left .ImageBlock,
html.mobile #PageWrapper .text_image_floated.text_image_right .ImageBlock {
    float: none;
    margin: 0 0 15px 0;
}

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

/* -- Ezine2 Box -- */

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

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

/* -- Ezine Box -- */

.Ezine {
border: 1px solid #666;
background: #fff;
padding: 4px;
margin-top: 8px;
margin-bottom: 8px;
}

.Ezine table {
width: 100%;
}

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

.Ezine .EzineInputAbove {
width: 100%;
}

.EzineInput input {
width: 90%;
max-width: 350px;
}

td.EzineLabel {
text-align: right;
font-weight: bold;
}

td.EzineLabelAbove {
text-align: center;
}

.EzineDescription {
text-align: center;
}

.EzineDescription small {
font-size: 90%;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

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%;
font-weight: bold;
display: block;
margin-bottom: 10px;
}

/* -- floats -- */

hr {
    clear: both;
}

#PageWrapper .ImageBlockCenter {
margin: 1em 0;
}

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

/* -- ImageBlock -- */

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

.grid_block td {
    padding: 0;
}

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

/* none-JavaScript fix for too large images */
#PageWrapper .ImageBlock img,
#PageWrapper .ImageBlock .Caption {
    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;
}

#PageWrapper .ImageBlockLeft img,
#PageWrapper .ImageBlockLeft .Caption {
    margin-right: 5px;
}

#PageWrapper .ImageBlockRight {
    float: right;
    text-align: center;
}

#PageWrapper .ImageBlockRight img,
#PageWrapper .ImageBlockRight .Caption {
    margin-left: 5px;
}

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

#PageWrapper .ImageBlockCenter .Caption {
    margin-left: auto;
    margin-right: auto;
}

/* 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;
    max-width: 100%;
}

#PageWrapper .noalignment .Caption {
    margin: 0;
}

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

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

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

/* special classname for forms */
#PageWrapper .formbody td {
    padding: 2px;
}

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

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

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

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

/* ------ Section 8 - Table Layout Styles ----- */

table#PageWrapper {
border-collapse: collapse;
}

td#Header,
td#Footer,
td#NavColumn,
td#ContentWrapper,
td#ContentColumn,
td#ExtraColumn {
vertical-align: top;
}

td#ContentColumn,
td#ExtraColumn,
td#NavColumn {
float: none;
}

/* ======================================================================= */
/* Mobilize It! CSS */
@media only screen and (max-device-width: 480px) {
    html {
        -webkit-text-size-adjust: none; /* prevent iOS from scaling text */
    }
}

html.landscape #ContentColumn { /* landscape mode */
    font-size: 125%;
    line-height: 1.3;
}

html.mobile .desktopOnly {
    display: none !important;
}

.mobileOnly {
    display: none !important;
}

html.mobile .mobileOnly {
    display: block !important;
}

html.mobile form > table {
    max-width: 100% !important;
    width: auto !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html.mobile #edit textarea {
    width: 100% !important;
}

html.mobile .InvShelpbox {
    left: 0 !important;
    width: 100% !important;
}

html.mobile #NotifyDiv  input[type="text"],
html.mobile .formbody input[type="text"],
html.mobile .comments input[type="text"],
html.mobile #NotifyDiv  textarea,
html.mobile .formbody textarea,
html.mobile .comments textarea,
html.mobile #NotifyDiv  select,
html.mobile .formbody select,
html.mobile .comments select {
    width: 90% !important;
}

html.mobile #pendingSubmission table {
    width: 100%;
}

html.mobile #PageWrapper img {
    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html.mobile iframe {
    max-width: 100%;
}

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

#toolbar {
    display:none;
}

#toolbar {
    text-align: center;
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    padding: 4px 2px;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
}

html.mobile #toolbar {
    display: table;
    padding: 0;
}

html.mobile #toolbarInnerWrapper {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
}

html.mobile #toolbar button {
    width: 47.5%;
    font-size: 12px;
    padding: 0.3em;
}

html.android2 #toolbar button {
    background: #f7f7f7;
    border: 1px solid #2F4255;
    border-radius: 0.5em;
}

html.fullView #mobileBtn {
    width: 97%;
}

html.mobile #toTopBtn,
html.mobile #navBtn {
    width: 64.1%;
}

html.mobile #fullBtn {
    width: 31.1%;
    margin-right: 4px;
}

html.mobile #fullBtn,
html.mobile #navBtn {
    display: inline-block;
}

#fullBtn,
#navBtn,
#toTopBtn,
html.mobile #mobileBtn {
    display: none;
}

.iosbtnfix {
    height: 1000px;
    overflow: hidden;
}

.phantomHeaderImage {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

html.mobile,
html.mobile body {
    height: 100%;
}

html.mobile #PageWrapper {
    margin-top: 35px;
    text-align: center;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-size: 100%;
    -webkit-overflow-scrolling: touch;
}

html.fullView #PageWrapper {
    margin-top: 65px;
}

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

html.mobile #Header .Liner{
    background-size: 100%;
}

html.mobile #ContentWrapper {
    padding: 0;
    float: none;
    width: auto;
}

html.mobile #ContentColumn {
    width: auto;
}

html.mobile #ContentColumn,
html.mobile #NavColumn,
html.mobile #ExtraColumn {
    float: none;
    margin: 0;
}

html.mobile #NavColumn,
html.mobile #ExtraColumn {
    margin-top: 200px;
}

html.mobile #ContentColumn,
html.mobile #Header,
html.mobile #NavColumn,
html.mobile #ExtraColumn {
    text-align: left;
}

html.mobile #NavColumn,
html.mobile #ExtraColumn {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

html.mobile #Footer {
    position: absolute;
    top: 10000px;
    left: 0;
    overflow: hidden;
}

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

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

html.mobile blockquote {
    margin-left: 8%;
    margin-right: 8%;
}

/* hide elements in mobile view */
html.mobile .ExtraNav {
    display: none !important;
}

/* ======================================================================= */
/* design-specific modifications */

@media only screen and (max-width: 359px) { /* portrait mode => narrowed columns */
    html.mobile #NavColumn,
    html.mobile #ExtraColumn {
        width: 155px;
    }
}

@media only screen and (min-width: 360px) {
    html.mobile #NavColumn,
    html.mobile #ExtraColumn {
        width: 170px;
    }
}

@media only screen and (max-width: 389px) {
    /* resize squeezed side columns' content */
    html.mobile #NavColumn *,
    html.mobile #ExtraColumn * {
        max-width: 100%;
        background-size: 100%;
    }

    html.mobile #NavColumn .pinit > span,
    html.mobile #ExtraColumn .pinit > span {
        background-size: 14px 14px;
    }
}

@media only screen and (min-width: 390px) {
    html.mobile #NavColumn,
    html.mobile #ExtraColumn {
        width: 190px; /* original column width */
    }
}

html.mobile #ContentColumn .Liner {
    padding-left: 2%;
    padding-right: 2%;
}

html.mobile #NavColumn .Liner,
html.mobile #ExtraColumn .Liner {
    padding: 20px 5px;
}

html.mobile #Footer .Liner {
    padding: 2%;
}

html.mobile .CalloutBox {
    padding: 1%;
}

/* ======================================================================= */
/* horizontal nav - 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: 150px;
}

#PageWrapper div.HorizontalNavBar ul ul ul {
    top: 0;
    left: 150px;
    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 #fff;
    border-bottom: 0;
}

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

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

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

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

/* ======================================================================= */
/* horizontal nav - design */

#Header .Liner {
    position: relative;
}

#Header .HorizontalNavBar {
    width: 100%;
    position: absolute;
    bottom: 2px;
    left: 0;
}

html.mobile #Header .HorizontalNavBar {
    bottom: 2px;
}

#PageWrapper div.HorizontalNavBar ul.root {
    font-size: 13px;
    line-height: 16px;
}

#PageWrapper div.HorizontalNavBar ul ul {
    top: 25px;
}

#PageWrapper div.HorizontalNavBar li {
    background: transparent;
    border: 1px solid #000;
    margin-left: -1px;
}

#PageWrapper div.HorizontalNavBar li li {
    background: #fff;
    border-color: #000;
    margin-left: 0;
}

#PageWrapper div.HorizontalNavBar span.navheader,
#PageWrapper div.HorizontalNavBar a {
    background: #fff;
    color: #0000EE;
    font-weight: normal;
}

#PageWrapper div.HorizontalNavBar a:visited {
    color: #55199A;
}

#PageWrapper div.HorizontalNavBar .hover > span.navheader,
#PageWrapper div.HorizontalNavBar span.navheader:hover,
#PageWrapper div.HorizontalNavBar a:hover {
    background: #ccc;
    color: #0000EE;
}

#PageWrapper div.HorizontalNavBar ul ul {
    background: #fff;
    width: 180px;
    margin-left: -2px;
}

#PageWrapper div.HorizontalNavBar ul ul ul {
    left: 180px;
}

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

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

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

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

/* disable hover state on mobile */
html.mobile #PageWrapper div.HorizontalNavBar a:hover,
html.mobile #PageWrapper div.HorizontalNavBar .hover > span.navheader,
html.mobile #PageWrapper div.HorizontalNavBar span.navheader:hover {
    background: #fff;
    color: #0000EE;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.otherText {
}

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

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

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

.blogItItem .blogItReadMore {
clear: both;
}

/* additional styles */

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

/* font AvantGardeRegular definition */
@font-face {
    font-family: AvantGardeRegular;
    font-display: fallback;
    src: url('/css_webfonts/avantgarde-webfont.eot');
    src: url('/css_webfonts/avantgarde-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/avantgarde-webfont.woff') format('woff'),
         url('/css_webfonts/avantgarde-webfont.ttf') format('truetype'),
         url('/css_webfonts/avantgarde-webfont.svg#webfontILwWK1qr') format('svg');
    font-weight: normal;
    font-style: normal;
} 
/* regular */body, html.mobile body {
	background-color : #f0f0f0;
	background-image : url("/sd/image-files/body.png");
	background-repeat : repeat-x;
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	color : #444444;
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
}
body, html.mobile body {
	background-color : #f0f0f0;
	background-image : url("/sd/image-files/body.png");
	background-repeat : repeat-x;
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	color : #444444;
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
}
                #PageWrapper #Header .Liner, html.mobile #PageWrapper #Header .Liner {
	background-image : url("/sd/image-files/header.png");
	min-height : 174px;
}
#PageWrapper #ExtraColumn .Liner, html.mobile #PageWrapper #ExtraColumn .Liner {
	background-color : #ffffff;
	border-bottom-width : 0;
	border-color : #000000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}
#PageWrapper #NavColumn .Liner, html.mobile #PageWrapper #NavColumn .Liner {
	border-bottom-width : 0;
	border-color : #000000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	font-family : AvantGardeRegular;
}
#PageWrapper #ContentColumn .Liner, html.mobile #PageWrapper #ContentColumn .Liner {
	border-bottom-width : 0;
	border-color : #000000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper #ContentColumn , html.mobile #PageWrapper #ContentColumn  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}
#PageWrapper, html.mobile #PageWrapper {
	background-color : #ffffff;
}
#PageWrapper h1, html.mobile #PageWrapper h1 {
	border-bottom-width : 0;
	border-color : #000000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #444444;
	font-family : AvantGardeRegular;
	text-align : left;
}
#PageWrapper h2, html.mobile #PageWrapper h2 {
	color : #444444;
	font-family : AvantGardeRegular;
}
#PageWrapper h3, html.mobile #PageWrapper h3 {
	color : #444444;
}
#PageWrapper h4, html.mobile #PageWrapper h4 {
	color : #444444;
	font-family : AvantGardeRegular;
	font-size : 16px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
}
#PageWrapper .TOC, html.mobile #PageWrapper .TOC {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}
#PageWrapper .Ezine, html.mobile #PageWrapper .Ezine {
	border-color : #666666;
	font-family : Arial, Helvetica, sans-serif;
}
#PageWrapper .RSSbox, html.mobile #PageWrapper .RSSbox {
	border-bottom-width : 1px;
	border-color : #cc3300;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-width : 1px;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 4px;
	padding-left : 7px;
	padding-right : 7px;
	padding-top : 0px;
	width : 90%;
}
#PageWrapper .ImageBlock img, html.mobile #PageWrapper .ImageBlock img {
	border-bottom-width : 0;
	border-color : #000000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper .ImageBlock, html.mobile #PageWrapper .ImageBlock {
	margin-bottom : 9px;
	margin-top : 1px;
}
#PageWrapper .ImageBlockRight, html.mobile #PageWrapper .ImageBlockRight {
	margin-left : 10px;
}
#PageWrapper .ImageBlockLeft, html.mobile #PageWrapper .ImageBlockLeft {
	margin-right : 17px;
}
#ContentColumn ol li, html.mobile #ContentColumn ol li {
	line-height : 22px;
}
#ContentColumn ul, html.mobile #ContentColumn ul {
	list-style-type : none;
	padding-left : 2px;
}
#ContentColumn ul li, html.mobile #ContentColumn ul li {
	background-color : transparent;
	background-image : url("/sd/image-files/dot1.png");
	background-position : 0% 50%;
	background-repeat : no-repeat;
	letter-spacing : 0px;
	line-height : 26px;
	padding-left : 27px;
	word-spacing : 0px;
}
#PageWrapper .CalloutBox p, html.mobile #PageWrapper .CalloutBox p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}
#PageWrapper .CalloutBox, html.mobile #PageWrapper .CalloutBox {
	background-color : #f5f5f5;
	border-bottom-width : 0;
	border-color : #666666;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	width : 674px;
}
#PageWrapper .ReminderBox, html.mobile #PageWrapper .ReminderBox {
	background-color : #f5f5f5;
	border-bottom-width : 0;
	border-color : #d6d6d6;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	box-shadow : 3px 3px 3px 0px #ffffff;
	width : 258px;
}
#PageWrapper .ReminderBox h4, html.mobile #PageWrapper .ReminderBox h4 {
	background-color : #f5f5f5;
	border-bottom-width : 0;
	border-color : #000000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : normal;
}
#PageWrapper .ReminderBox ul, html.mobile #PageWrapper .ReminderBox ul {
	background-color : #f5f5f5;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-align : left;
}
#PageWrapper .ReminderBox ol, html.mobile #PageWrapper .ReminderBox ol {
	background-color : #f5f5f5;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-align : left;
}
#PageWrapper .ReminderBox p, html.mobile #PageWrapper .ReminderBox p {
	background-color : #f5f5f5;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-align : left;
}
#ContentColumn a:not([data-pin-href]):link, html.mobile #ContentColumn a:not([data-pin-href]):link {
	color : #f53236;
}
#ContentColumn a:visited, html.mobile #ContentColumn a:visited {
	color : #f53236;
}
#ContentColumn a:not([data-pin-href]):hover, html.mobile #ContentColumn a:not([data-pin-href]):hover {
	color : #f68303;
}
#ExtraColumn a:link, html.mobile #ExtraColumn a:link {
	color : #f53236;
}
#ExtraColumn a:visited, html.mobile #ExtraColumn a:visited {
	color : #f53236;
}
#ExtraColumn a:hover, html.mobile #ExtraColumn a:hover {
	color : #f53236;
}
#PageWrapper #Footer a:link, html.mobile #PageWrapper #Footer a:link {
	color : #444444;
}
#PageWrapper #Footer a:visited, html.mobile #PageWrapper #Footer a:visited {
	color : #444444;
}
#PageWrapper #Footer a:hover, html.mobile #PageWrapper #Footer a:hover {
	color : #f53236;
}
#PageWrapper .WhatsNew, html.mobile #PageWrapper .WhatsNew {
	border-bottom-width : 0;
	border-color : rgb(204, 204, 204);
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper .WhatsNew h2, html.mobile #PageWrapper .WhatsNew h2 {
	background-color : transparent;
}
#PageWrapper .responsive-row div[class*="responsive_col-"], html.mobile #PageWrapper .responsive-row div[class*="responsive_col-"] {
	box-sizing : border-box;
	padding-left : 1px;
	padding-right : 1px;
}

/* mobile */html.mobile body {
	background-image : none;
}
html.mobile body {
	background-image : none;
}
html.mobile #PageWrapper #Header .Liner {
	background-image : url("/sd/image-files/header-mobile.jpg");
}
html.mobile #PageWrapper h1 {
	text-align : center;
}
html.mobile #PageWrapper .CalloutBox {
	background-color : transparent;
}

/* media queries */@media (max-width:768px) {}@media (max-width:447px) {}.Navigation h3, html.mobile .Navigation h3{border-color:#000000;border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:#ffffff;font-family:AvantGardeRegular;font-size:18px;letter-spacing:0px;font-variant:normal;font-weight:bold;
}html.mobile .Navigation h3{
}@media (max-width:768px) {.Navigation h3{
}}@media (max-width:447px) {.Navigation h3{
}}#PageWrapper .Navigation h3, html.mobile #PageWrapper .Navigation h3{border-color:#000000;border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:#ffffff;font-family:AvantGardeRegular;font-size:18px;letter-spacing:0px;font-variant:normal;font-weight:bold;
}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{border-color:#000000;border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:#ffffff;font-family:AvantGardeRegular;font-size:18px;letter-spacing:0px;font-variant:normal;font-weight:bold;
}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{font-weight:bold;font-size:15px;font-family:AvantGardeRegular;font-family:AvantGardeRegular;border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;margin-left:0px;margin-top:0px;margin-right:0px;padding-left:5px;
}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{font-weight:bold;font-size:15px;font-family:AvantGardeRegular;font-family:AvantGardeRegular;border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;margin-left:0px;margin-top:0px;margin-right:0px;padding-left:5px;
}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:#ffffff;background-color:#fa9020;border-color:#000000;
}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:#ffffff;background-color:#fa9020;border-color:#000000;
}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{border-color:#000000;background-color:#fa9020;color:#ffffff;
}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{border-color:#000000;background-color:#fa9020;color:#ffffff;
}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{border-color:#000000;background-color:#fa9020;color:#cc3300;
}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{border-color:#000000;background-color:#fa9020;color:#cc3300;
}html.mobile #PageWrapper div.Navigation a:hover{
}@media (max-width:768px) {#PageWrapper div.Navigation a:hover{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:hover{
}}
#PageWrapper .Ezine {
padding: 4px 0;
}
/* footer css */
/* font AvantGardeRegular definition */
@font-face {
    font-family: AvantGardeRegular;
    font-display: fallback;
    src: url('/css_webfonts/avantgarde-webfont.eot');
    src: url('/css_webfonts/avantgarde-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/avantgarde-webfont.woff') format('woff'),
         url('/css_webfonts/avantgarde-webfont.ttf') format('truetype'),
         url('/css_webfonts/avantgarde-webfont.svg#webfontILwWK1qr') format('svg');
    font-weight: normal;
    font-style: normal;
} 
.page_footer_container {
    width:100%; max-width: 500px;
    margin: 12px auto;
}

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

.page_footer_liner {
    padding: 12px;	
}

.page_footer_divider_above {
    margin: 0 auto;}

.page_footer_divider_below {
    margin: 0 auto;}

.page_footer_text,
.page_footer_text a {
    font-family:AvantGardeRegular;font-size:11px;color:#000000;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 */
/* ------ ADDING MARGIN TO TOP OF SITE FOR HELLO BAR ------ */
/*
html {
margin-top: 50px;
}
body {
margin-top: -50px;
}

html.mobile,
html.mobile body {
margin-top: 0px;
}

#hellobar_container {
z-index: 999 !important;
}

html.mobile #hellobar_container,
html.mobile #hellobar_pusher {
display: none !important;
height: 0 !important;
}

#PageWrapper {
margin: 1px auto 0;
}
*/

/* ------ TYPOGRAPHY ------ */

body,
#PageWrapper .CalloutBox p,
#PageWrapper .ReminderBox p,
html.mobile #PageWrapper .CalloutBox p,
html.mobile #PageWrapper .ReminderBox p {
font-family: 'Arial', sans-serif;
font-family: 'jubilat', Georgia, serif;
font-weight: 400;
}

h1, h2, h3, h4,
html.mobile h1,
html.mobile h2,
html.mobile h3,
html.mobile h4,
#PageWrapper h1,
#PageWrapper h2,
#PageWrapper h3,
#PageWrapper h4,
#PageWrapper .ReminderBox h4,
#PageWrapper .CalloutBox h4,
html.mobile #PageWrapper h1,
html.mobile #PageWrapper h2,
html.mobile #PageWrapper h3,
html.mobile #PageWrapper h4,
html.mobile #PageWrapper .ReminderBox h4,
html.mobile #PageWrapper .CalloutBox h4 {
font-family: 'jubilat', Georgia, serif;
font-weight: 400;
line-height: 1.2;
}

html.mobile #PageWrapper h1,
html.mobile #PageWrapper h2,
html.mobile #PageWrapper h3,
html.mobile #PageWrapper h4,
html.mobile #PageWrapper .ReminderBox h4,
html.mobile #PageWrapper .CalloutBox h4 {
text-align: left;
}

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

#ContentColumn h1 {
text-align: left !important;
}

#PageWrapper #ExtraColumn .Liner a:link,
#PageWrapper #ExtraColumn .Liner a:visited {
text-decoration: none;
font-weight: bold;
}

#PageWrapper #ExtraColumn .Liner a:hover {
text-decoration: underline;
font-weight: bold;
}

#ContentColumn ul li,
html.mobile #ContentColumn ul li {
background-position: 0% 12px;
line-height: 1.4;
padding-top: 7px;
padding-bottom: 7px;
}

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

#PageWrapper {
overflow: visible;
}

#Header {
padding: 0;
}

#Header, #PageWrapper, #Footer {
width: 1100px;
}

#PageWrapper #Header .Liner,
html.mobile #PageWrapper #Header .Liner {
padding: 0;
}

html.mobile #PageWrapper #Header .Liner {
background-position: -25px 56px;
padding-bottom: 45px;
background-size: 90%;
}

#ContentWrapper {
width: 750px;
padding-right: 350px;
padding-left: 0;
}

#ContentColumn {
width: 750px;
}

#ContentColumn .Liner {
padding: 10px 20px 30px 30px;
}

#ExtraColumn {
width: 350px;
margin-left: -350px;
}

#NavColumn {
display: none;
}

#Footer {
background: #7fc9a6;
padding: 0;
overflow: auto;
}

html.mobile #Footer {
background: #7fc9a6;
}

#Footer .Liner {
padding: 0;
margin: 0 auto;
}

html.mobile #Footer .Liner {
padding: 0 15px;
}

html.mobile #NavColumn .Liner,
html.mobile #ExtraColumn {
display: none;
width: 0;
float: none;
}

html.mobile #NavColumn {
margin-top: 0px !important;
}

/* ------ SLIDER ------ */

.MainSlider {
position: absolute;
top: 169px;
z-index: 50;
}

/* ------ TOP BAR & FLOATING BAR ------ */

.TopBar {
position: absolute;
top: 0;
width: 1000px;
background: transparent;
height: 20px;
z-index: 600;
}

html.mobile .TopBar {
position: initial;
width: auto;
background: transparent;
height: auto;
}

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

.TopLinks {
position: absolute;
top: 8px;
width: 300px;
margin-left: 800px;
font-family: 'jubilat', Arial, sans-serif;
text-transform: lowercase;
font-weight: 400;
}

#Header .Liner .TopLinks p {
margin: 0;
padding: 0;
text-align: right;
font-size: 15px;
margin-top: -2px;
color: #eee;
display: block;
float: right;
}

html.mobile .TopLinks {
display: none;
}

.TopLinks a {
padding: 7px;
position: relative;
text-align: right;
font-size: 19px;
}

.TopLinks a:link,
.TopLinks a:visited {
color: #d9d9d9;
text-decoration: none;
}

.TopLinks a:hover {
color: #ffffff;
text-decoration: none;
}

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

/*.FooterLeftContent {
float: left;
width: 390px;
text-align: left;
padding: 15px 0px 25px 0px;
}

.FooterMiddleContent {
float: left;
width: 390px;
margin-left: 20px;
text-align: left;
padding: 15px 0px 25px 0px;
}

.FooterRightContent {
float: left;
width: 180px;
margin-left: 20px;
text-align: left;
padding: 15px 0px 25px 0px;
}

.FooterLeftContent p,
.FooterMiddleContent p,
.FooterRightContent p,
html.mobile .FooterLeftContent p,
html.mobile .FooterRightContent p {
text-align: left;
}

.FooterLeftContent ul,
.FooterMiddleContent ul,
.FooterRightContent ul {
list-style-type: none;
padding: 0;
}

html.mobile .FooterLeftContent,
html.mobile .FooterMiddleContent,
html.mobile .FooterRightContent {
float: none;
text-align: left;
width: auto;
clear: both;
margin-left: auto;
}

#Footer .Liner .FooterBottomText p {
font-size: 12px;
color: #333;
}*/

.FooterLinks {
float: left;
width: 130px;
padding: 0px 20px 0 0;
color: #404040;
font-size: 16px;
line-height: 16px;
margin-top: 0;
}

html.mobile .FooterLinks {
clear: both;
float: none;
width: auto;
padding: 10px 0 0 0;
margin: 0;
}

.FooterLinks a {
    color: #404040;
    text-decoration: none;
}

.FooterLinks a:hover {
    color: #dc6801;
    text-decoration: none;
}

.FooterAbout {
float: left;
width: 470px;
padding: 10px 20px 0 20px;
border-right: 1px dotted #3e9c6f;
border-left: 1px dotted #3e9c6f;
margin-bottom: 20px;
}

html.mobile .FooterAbout {
clear: both;
float: none;
width: auto;
margin: 0;
padding: 10px 0px 0 0px;
border-right: 0px dotted #3e9c6f;
border-left: 0px dotted #3e9c6f;
}

.FooterEzine {
float: left;
width: 330px;
padding: 10px 0 0 20px;
}

html.mobile .FooterEzine {
clear: both;
float: none;
width: auto;
padding: 10px 0 20px 0;
}

#Footer {
    width: 100%;
    background-color: #7fc9a6;
}

#Footer .Liner {
    width: 1020px;
    margin: 0 auto;
    background-color: transparent;
    text-align: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

#Footer .Liner .ImageBlockLeft {
    float: left;
}

#Footer .Liner .column_2,
#Footer .Liner .column_5 {
    border-left: 1px dotted #888;
}

.FooterSocialIcons {
    height: 37px;
    width: 172px;
    margin: 10px 0 0 -10px;
}

.FooterSocialIcons .Icon a {
    float: left;
    width: 38px;
    height: 37px;
    margin-left: 0px;
}

.FooterSocialIcons .Icon a:hover {
opacity: 0.7;
filter:alpha(opacity=70);
}

html.mobile #Footer,
html.mobile #Footer .Liner {
width: auto;
}

html.mobile #Footer {
position: inherit;
}

.FooterLinks ul {
list-style-type: none;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}

.FooterLinks li {
margin: 1em 0px;
}

html.mobile .FooterLinks li {
margin: 1em 5px;
display: inline-block;
}

html.mobile #Footer .FooterSocialIcons {
margin-top: 20px;
}

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

.BelowFooter {
width: 1000px;
margin: 20px auto;
font-size: 10px;
font-family: 'Arial',sans-serif;
}

html.mobile .BelowFooter {
width: 80%;
padding: 0 5% 20px 5%;
}

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

.HeaderMenu {
position: absolute;
top: 42px;
width: 1100px;
z-index: 500;
}

html.mobile .HeaderMenu {
top: 0;
width: 100%;
}

/*
Item Name : FlexiNav - Flexible and Responsive Navigation
Item URI : http://codecanyon.net/item/flexinav-flexible-and-responsive-navigation/6528657
Author URI : http://codecanyon.net/user/Pixelworkshop
Version : 1.1
*/

/*

TABLE OF CONTENTS

00 PAGE STYLING (not part of the menu)
01 MENU BAR
02 MENU TOGGLE BUTTON
03 DROP DOWN CONTAINERS
04 DROP DOWN COLUMNS
05 MULTILEVEL FLY-OUTS
06 TYPOGRAPHY & ELEMENTS
   1. Basic Typography
   2. Default Lists
   3. Icons Lists
   4. Videos & Images
   5. Misc
07 FORM ELEMENTS
08 MOBILE DEVICES
09 COLORS
   1. White

*/

/*  _______________________________________________

    01 MENU BAR
    _______________________________________________  */

/* 
   If you have several menus on a same page,
   assign a z-index to each one according to their position
*/

#flexinav1 {
    z-index: 9998;
}
#flexinav2 {
    z-index: 9997;
}
.flexinav *,
.flexinav *:before,
.flexinav *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.flexinav {
    position: relative;
    margin:0 auto 30px auto;
    float: left;
    padding: 0;
    width: 100%;
    z-index: 9990;
    font-family:'jubilat', 'Georgia', serif;
    font-size: 13px;
    line-height: 21px;
    background: #ffffff;
}
.flexinav_fixed {
    position: fixed;
    top:0;
    left:0;
    margin:0 0 30px 0;
}
    .flexinav .flexinav_wrapper {
        width:100%;
     /* max-width: 960px; */
        margin: 0 auto;
    }
    .flexinav .flexinav_wrapper .flexinav_menu {
        padding: 0;
        margin: 0 auto;
        list-style: none;
        float: left;
    }
        .flexinav .flexinav_wrapper .flexinav_menu_right {
            float: right;
        }
        .flexinav .flexinav_wrapper .flexinav_menu > li {
            float: left;
            padding: 0;
            margin: 0;
            line-height: 37px;
            font-size: 13px;
            position: relative;
            background: #ffffff;
            -webkit-transition: background 0.1s;
            -moz-transition: background 0.1s;
            -o-transition: background 0.1s;
            transition: background 0.1s;
        }
            .flexinav .flexinav_wrapper .flexinav_menu > li.flexnav_mega {
                position: static;
            }

            /* Hover and active states */

            .flexinav .flexinav_wrapper .flexinav_menu > li > a,
            .flexinav .flexinav_wrapper .flexinav_menu > li > span,
            .flexinav .flexinav_wrapper .flexinav_menu > li > span > a {
                color: #332f30; /* == HEADER COLOR == */
            }
            .flexinav .flexinav_wrapper .flexinav_menu > li:hover,
            .flexinav .flexinav_wrapper .flexinav_menu > li.active {
                background: #fefefe; /* == HEADER HOVER BACKGROUND == */
            }
                .flexinav .flexinav_wrapper .flexinav_menu > li:hover > a,
                .flexinav .flexinav_wrapper .flexinav_menu > li:hover > span,
                .flexinav .flexinav_wrapper .flexinav_menu > li:hover > span > a,
                .flexinav .flexinav_wrapper .flexinav_menu > li.active > a,
                .flexinav .flexinav_wrapper .flexinav_menu > li.active > span,
                .flexinav .flexinav_wrapper .flexinav_menu > li.active > span > a {
                    color: #f5841f; /* == HEADER HOVER TEXT == */
               }
            .flexinav .flexinav_wrapper .flexinav_menu > li.noactive {
                background: #332f30; /* ========= */
            }
                .flexinav .flexinav_wrapper .flexinav_menu > li.noactive > a,
                .flexinav .flexinav_wrapper .flexinav_menu > li.noactive > span,
                .flexinav .flexinav_wrapper .flexinav_menu > li.noactive > span > a,
                .flexinav .flexinav_wrapper .flexinav_menu > li.noactive:hover > a,
                .flexinav .flexinav_wrapper .flexinav_menu > li.noactive:hover > span,
                .flexinav .flexinav_wrapper .flexinav_menu > li.noactive:hover > span > a {
                    color: #666;
                }

            .flexinav .flexinav_wrapper .flexinav_menu > li > span,
            .flexinav .flexinav_wrapper .flexinav_menu > li > a {
                display: block; /* == HEADER BLOCKS == */
                line-height: 20px;
                padding: 37px 30px;
            }
            .flexinav .flexinav_wrapper .flexinav_menu_right > li > a,
            .flexinav .flexinav_wrapper .flexinav_menu_right > li > span,
            .flexinav .flexinav_wrapper .flexinav_menu_right > li > span > a {
                font-size: 18px;
                font-weight: 400;
                text-transform: uppercase;
                text-decoration: none;
                cursor: pointer;
                text-align: center;
                border-right: 1px dotted #aaa;
            }
            .flexinav .flexinav_wrapper .flexinav_menu_right li:first-child {
                border-left: 1px dotted #aaa;
            }
            .flexinav .flexinav_wrapper .flexinav_menu_right li li:first-child {
                border-left: 0;
            }

/* ===== */

            .flexinav .flexinav_wrapper .flexinav_menu > li > span > a {
                margin-left: 14px;
            }
            .flexinav .flexinav_wrapper .flexinav_menu > li > span + a i {
                margin-right: 0px;
            }
            .flexinav .flexinav_wrapper .flexinav_menu > li i {
                margin-right: 9px;
            }

    /* Logo */

    .flexinav .flexinav_wrapper .flexinav_menu > li.flexinav_logo {
        width: 410px;
        height: 114px;
        padding: 0;
        margin: 0;
        float: left;
    }
    .flexinav .flexinav_wrapper .flexinav_menu > li.flexinav_logo:hover {
        background: none;
    }
    .flexinav .flexinav_wrapper .flexinav_menu > li.flexinav_logo > a,
    .flexinav .flexinav_wrapper .flexinav_menu > li.flexinav_logo:hover > a {
        width: 100%;
        height: 114px;
        padding: 0;
        margin: 0;
        float: left;
        background: url('https://www.all-about-juicing.com/image-files/logo.png') no-repeat center center;
        background-size: auto 90%;
    }

/*  _______________________________________________

    03 DROP DOWN CONTAINERS
    _______________________________________________  */

.flexinav .flexinav_menu .flexinav_ddown {
    position: absolute;
    top:-9999em;
    z-index: 9999;
    background: #ffffff;
    padding: 30px 50px 10px 50px;
    border-top: 13px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 6px solid #ddd;
    margin: 0 auto;
    opacity: 0;
    display: block;
}
.flexinav .flexinav_menu .flexinav_ddown_scroll {
    padding: 30px 10px 30px 20px;
}
.flexinav .flexinav_menu .flexinav_ddown_fly_out {
    padding: 30px 0 8px 0;
}
.flexinav .flexinav_menu .flexinav_ddown:before,
.flexinav .flexinav_menu .flexinav_ddown:after {
    display: table;
    content: " ";
}
.flexinav .flexinav_menu .flexinav_ddown:after {
    clear: both;
}

/* Drop Down Sizes */

.flexinav .flexinav_menu .flexinav_ddown_mega {
    width: 1100px;
    left: 50%;
    margin-left: -550px;
}
.flexinav .flexinav_menu .flexinav_ddown_full {
    width: 100%;
    left: 0;
    margin-left: 0;
}
.flexinav .flexinav_menu .flexinav_ddown_960 {
    width:960px;
}
.flexinav .flexinav_menu .flexinav_ddown_880 {
    width:880px;
}
.flexinav .flexinav_menu .flexinav_ddown_800 {
    width:800px;
}
.flexinav .flexinav_menu .flexinav_ddown_720 {
    width:720px;
}
.flexinav .flexinav_menu .flexinav_ddown_640 {
    width:640px;
}
.flexinav .flexinav_menu .flexinav_ddown_560 {
    width:560px;
}
.flexinav .flexinav_menu .flexinav_ddown_480 {
    width:480px;
}
.flexinav .flexinav_menu .flexinav_ddown_400 {
    width:400px;
}
.flexinav .flexinav_menu .flexinav_ddown_320 {
    width:320px;
}
.flexinav .flexinav_menu .flexinav_ddown_240 {
    width:240px;
}
.flexinav .flexinav_menu .flexinav_ddown_160 {
    width:160px;
}
.flexinav .flexinav_menu .flexinav_ddown_80 {
    width:80px;
}
.flexinav .flexinav_menu .flexinav_ddown_960,
.flexinav .flexinav_menu .flexinav_ddown_880,
.flexinav .flexinav_menu .flexinav_ddown_800,
.flexinav .flexinav_menu .flexinav_ddown_720,
.flexinav .flexinav_menu .flexinav_ddown_640,
.flexinav .flexinav_menu .flexinav_ddown_560,
.flexinav .flexinav_menu .flexinav_ddown_480,
.flexinav .flexinav_menu .flexinav_ddown_400,
.flexinav .flexinav_menu .flexinav_ddown_320,
.flexinav .flexinav_menu .flexinav_ddown_240,
.flexinav .flexinav_menu .flexinav_ddown_160,
.flexinav .flexinav_menu .flexinav_ddown_80 {
    margin-left: 0;
}

.flexinav .flexinav_menu .flexinav_ddown_right {
    right:0;
}

/* Show Drop Downs on Mouse Hover */

.flexinav .flexinav_menu li:hover > .flexinav_ddown {
    opacity: 1;
    top: auto;
}

/*  _______________________________________________

    04 DROP DOWN COLUMNS
    _______________________________________________  */

.flexinav .colrow {
    margin-right: -2%;
    margin-left: -2%;
}
.flexinav .colrow:before,
.flexinav .colrow:after {
    display: table;
    content: " ";
}
.flexinav .colrow:after {
    clear: both;
}
.flexinav .col1,
.flexinav .col2,
.flexinav .col3,
.flexinav .col4,
.flexinav .col5,
.flexinav .col6,
.flexinav .col7,
.flexinav .col8,
.flexinav .col9,
.flexinav .col10,
.flexinav .col11,
.flexinav .col12 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 2%;
    padding-left: 2%;
}
.flexinav .col12 {
    width: 100%;
}
.flexinav .col11 {
    width: 91.66666666666666%;
}
.flexinav .col10 {
    width: 83.33333333333334%;
}
.flexinav .col9 {
    width: 75%;
}
.flexinav .col8 {
    width: 66.66666666666666%;
}
.flexinav .col7 {
    width: 58.333333333333336%;
}
.flexinav .col6 {
    width: 50%;
}
.flexinav .col5 {
    width: 41.66666666666667%;
}
.flexinav .col4 {
    width: 33.33333333333333%;
}
.flexinav .col3 {
    width: 25%;
}
.flexinav .col2 {
    width: 16.666666666666664%;
}
.flexinav .col1 {
    width: 8.333333333333332%;
}

/*  _______________________________________________

    05 MULTILEVEL FLY-OUTS
    _______________________________________________  */

.flexinav .dropdown_flyout, 
.flexinav .dropdown_flyout .dropdown_flyout_level {
    padding: 0;
    margin: 0;
    list-style: none;
}
.flexinav .dropdown_flyout li {
    float: left;
    width: 100%;
}
    .flexinav .dropdown_flyout li a,
    .flexinav .dropdown_flyout li span {
        float: left;
        width: 90%;
        padding: 6px 0 6px 10%;
        display: block;
        cursor:pointer;
    }

/* Fly-Outs */

.flexinav .dropdown_flyout .dropdown_flyout_level {
    background: #ffffff;
    position: absolute;
    margin:-7px 0 0 0;
    padding:6px;
    left:100%;
    top:auto;
    display: none;
    zoom:1;
    float: left;
    border: 1px solid #dddddd;
}
    .flexinav .dropdown_flyout .dropdown_flyout_level_left {
        left:-102%;
        right:100%;
    }
    .flexinav .dropdown_flyout .dropdown_flyout_level li {
        width: 180px;
        padding: 0 10px 0 10px;
    }
    .flexinav .dropdown_flyout li.last {
        margin-bottom: 12px;
    }
    .flexinav .dropdown_flyout ul.flexinav_icons li {
        margin-left: -12px !important;
    }

.flexinav .dropdown_flyout .flyout_heading {
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #383838;
    font-size: 16px;
    width: 80%;
    padding-bottom: 9px;
    margin: 0 10% 9px 10%;
    border-bottom: 1px solid #eeeeee;
}

.flexinav .dropdown_flyout li:hover > .dropdown_flyout_level,
.flexinav .dropdown_flyout li:hover > .dropdown_flyout_level_left {
    display: block;
}

/* Parent Elements */

.flexinav .dropdown_flyout .dropdown_parent i {
    font-size:11px;
    line-height: 21px;
    margin-right:12px;
}
.flexinav .dropdown_parent > span:after {
    content: '\f105';
    font-family: FontAwesome;
    float: right;
    padding-top: 1px;
}
.flexinav .dropdown_parent_left > span:after {
    content: '\f104';
    font-family: FontAwesome;
    float: right;
    padding-top: 1px;
}

/*  _______________________________________________

    06 TYPOGRAPHY & ELEMENTS
    _______________________________________________  */

/* 1. Basic Typography */

.flexinav .flexinav_ddown p,
.flexinav .flexinav_ddown h1,
.flexinav .flexinav_ddown h2,
.flexinav .flexinav_ddown h3,
.flexinav .flexinav_ddown h4,
.flexinav .flexinav_ddown h5,
.flexinav .flexinav_ddown h6,
.flexinav .flexinav_ddown ul,
.flexinav .flexinav_ddown ol {
    margin:0;
    color:#262626;
}
.flexinav .flexinav_ddown p,
.flexinav .flexinav_ddown ul,
.flexinav .flexinav_ddown ol {
    font-size: 14px;
    margin: 0 0 21px 0;
    line-height: 21px;
}
.flexinav .flexinav_ddown h1,
.flexinav .flexinav_ddown h2,
.flexinav .flexinav_ddown h3,
.flexinav .flexinav_ddown h4,
.flexinav .flexinav_ddown h5,
.flexinav .flexinav_ddown h6 {
    font-weight: normal;
    font-family: Georgia, Times, "Times New Roman", serif;
}
.flexinav .flexinav_ddown h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 21px;
}
.flexinav .flexinav_ddown h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 21px;
}
#PageWrapper .flexinav .flexinav_ddown h3,
html.mobile #PageWrapper .flexinav .flexinav_ddown h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: 'jubilat', 'Georgia', serif;
    color: #171717;
    text-align: left !important;
}
.flexinav .flexinav_ddown h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom:14px;
}
.flexinav .flexinav_ddown h5 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom:14px;
}
.flexinav .flexinav_ddown h6 {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.flexinav .flexinav_ddown a,
.flexinav .dropdown_flyout li span {
    text-decoration: none;
    color: #999999;
    cursor: pointer;
    padding: 9px 0 6px 0;
    display: block;
/*    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;*/
}
    .flexinav .flexinav_ddown a:hover,
    .flexinav .dropdown_flyout li span:hover {
        color: #666666;
    }

/* 2. Default Lists */

.flexinav .flexinav_ddown .colrow ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 21px;
    margin-left: 0;
}
.flexinav .flexinav_ddown .colrow ol {
    padding-left: 16px;
    margin-bottom: 21px;
    margin-left: 0;
}
.flexinav .flexinav_ddown .colrow ul li,
.flexinav .flexinav_ddown .colrow ol li {
    line-height: 20px;
    padding: 0;
    margin: 0px;
    border-bottom: 1px solid #ddd;
}
.flexinav .flexinav_ddown .colrow ul li i,
.flexinav .flexinav_ddown .colrow ol li i {
    font-size:11px;
    line-height: 21px;
    margin-right:12px;
}

/*.firstline:after {
    content: '\A';
    white-space: pre;
}

.ie7 .firstline,
.ie8 .firstline {
display: block;
}*/

.firstline {
display: block;
}

/* 3. Icons Lists */

.flexinav .flexinav_ddown .colrow .flexinav_icons {
    list-style: none;
    padding: 0;
    margin-left: -20px;
}
.flexinav .flexinav_ddown .colrow .flexinav_icons > li {
    padding: 0 0 5px 20px;
    text-align: left;
}
.flexinav .flexinav_ddown .colrow .flexinav_icons i {
    font-size: 14px;
    width: 12px;
    float: left;
}

/* 4. Videos & Images */

.flexinav .flexinav_ddown .video_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 18px;
}
    .flexinav .flexinav_ddown .video_container iframe,  
    .flexinav .flexinav_ddown .video_container object,  
    .flexinav .flexinav_ddown .video_container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border:none;
        outline: none;
    }
.flexinav .flexinav_ddown iframe {
    border:0;
    outline: none;
    width: 100%;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    margin-bottom: 12px;
}
.flexinav .flexinav_ddown img {
    display: block;
    height: auto;
    max-width: 100% !important;
    margin-bottom: 0px;
}    

.flexinav .flexinav_ddown img:hover {
opacity: 0.8;
}  

/* 5. Misc */

.flexinav .flexinav_ddown .greybox {
    padding: 16px;
    background: #eeeeee;
    color:#aaaaaa;
}
.flexinav .flexinav_ddown .coldemo {
    padding: 4px 8px;
    background: #dddddd;
    color: #666666;
}

/*  _______________________________________________

    07 FORM ELEMENTS
    _______________________________________________  */

.flexinav .contact_form {
    display: block;
    margin:0 0 10px 0;
}
.flexinav .contact_form form {
    margin:0;
    padding: 0;
    line-height: 18px;
}
.flexinav .contact_form label {
    font-size: 12px;
    margin-bottom: 18px;
    float: left;
    width: 100%;
    font-family:'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.flexinav .contact_form .form_element {
    color: #000000; 
    background-color:#fbfbfb;
    border:1px solid #dddddd;
    font-family:'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size:12px;
    line-height: 10px;
    width: 100%;
    padding:9px 2% 9px 2%;
    margin:0 0 18px 0;
    float: left;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}   
    .flexinav .contact_form .form_element:hover{
        background-color:#fcfcfc;
    }
    .flexinav .contact_form .form_element:focus {
        background-color:#ffffff;
        outline:none;
    }

.flexinav .contact_form textarea {
    height:140px;
    resize:none;
}
.flexinav .contact_form .required {
    color:#C00;
}
.flexinav .contact_form .error, 
.flexinav .contact_form .success {
    font-family:'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size:12px;
    line-height: 12px;
    float: left;
    width: 100%;
    padding:9px 15px 9px 15px;
    margin: 0 0 18px 0;
    border:1px solid rgba(0,0,0,0.15);
}
    .flexinav .contact_form .error {
        background:#f7cac4; 
        color:#992213;
    }
    .flexinav .contact_form .success {
        background:#d8f6bc; 
        color:#2f530b;
        margin-bottom: 12px;
    }
.flexinav .contact_form .button {
    padding: 9px 14px;
    margin:9px 12px 0 0;
    white-space: nowrap;
    font-family:'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #222222;
    text-shadow: 0 1px 1px #000000;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
    .flexinav .contact_form .button:hover, 
    .flexinav .contact_form .button:focus {
        color: #ffffff;
        background-color: #1A1A1A;
    }

/*  _______________________________________________

    08 MOBILE DEVICES
    _______________________________________________  */

/* IE8 */

.flexinav .flexinav_wrapper .flexinav_menu > li.flexinav_collapse {
    display: none\0/;
}

/* Switch between the desktop and mobile versions */
@media only screen and (min-width: 768px) {

    .flexinav .flexinav_wrapper .flexinav_menu > li {
        display: block !important;
    }
    .flexinav .flexinav_wrapper .flexinav_menu > li.flexinav_collapse {
        display: none !important;
    }

}
/*
@media only screen and (max-width: 991px) {

    .flexinav .flexinav_wrapper {
        width:100%;
    }
        .flexinav .flexinav_wrapper .flexinav_menu > li {
            position: static;
        }
            .flexinav .flexinav_wrapper .flexinav_menu > li > span,
            .flexinav .flexinav_wrapper .flexinav_menu > li > a {
                padding:0 15px;
            }
    .flexinav .flexinav_wrapper .flexinav_menu .flexinav_ddown,
    .flexinav .flexinav_wrapper .flexinav_menu .flexinav_ddown_full {
        width: 100%;
        left:0;
        margin-left: 0;
    }

   */ /* Multilevel fly-outs *//*

    .flexinav .dropdown_flyout, 
    .flexinav .dropdown_flyout .dropdown_flyout_level,
    .flexinav .dropdown_flyout .dropdown_flyout_level_left {
        position: relative;
        left:auto;
        right:auto;
        top:auto;
        padding: 0 20px;
        width: 100%;
        margin: 0;
        border:none;
    }
    .flexinav .dropdown_flyout .dropdown_flyout_level {
        padding: 0 0 0 2%;
    }
    .flexinav .dropdown_flyout li,
    .flexinav .dropdown_flyout .dropdown_flyout_level li {
        width:100%;
        padding: 0;
    }
    .flexinav .dropdown_flyout li > a,
    .flexinav .dropdown_flyout li > span {
        width: 100%;
        padding: 6px 0;
    }
    .flexinav .dropdown_flyout .flyout_heading {
        width: 100%;
        margin-left: 0;
    }
    .flexinav .dropdown_flyout ul.flexinav_icons li {
        margin-left: 0 !important;
    }
    .flexinav ul.flexinav_icons > li > .dropdown_flyout_level > li {
        padding-left: 18px !important;
    }

    .flexinav .dropdown_parent > span:after,
    .flexinav .dropdown_parent_left > span:after,
    .flexinav .dropdown_parent.noactive > span:after,
    .flexinav .dropdown_parent_left.noactive > span:after {
        content: '\f107';
    }
    .flexinav .dropdown_parent.active > span:after,
    .flexinav .dropdown_parent_left.active > span:after {
        content: '\f106';
    }

}*/

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

.flexinav .flexinav_wrapper .flexinav_menu > li > span,
.flexinav .flexinav_wrapper .flexinav_menu > li > a {
display: block; /* == HEADER BLOCKS == */
line-height: 20px;
padding: 37px 25px;
}

/*
.flexinav .flexinav_wrapper .flexinav_menu_right > li > a,
.flexinav .flexinav_wrapper .flexinav_menu_right > li > span,
.flexinav .flexinav_wrapper .flexinav_menu_right > li > span > a {
border-right: none;
}

.flexinav .flexinav_wrapper .flexinav_menu_right li:first-child {
border-left: none;
}*/

#PageWrapper {
overflow: hidden;
}

}

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

    .flexinav_btn {
        display: none;
    }
    .flexinav_fixed {
        position: relative;
        top:auto;
        left:auto;
        margin:0 auto 30px auto;
    }
    .flexinav {
        height: auto;
    }
    .flexinav .flexinav_wrapper .flexinav_menu_right {
        float: left;
        width: 100%;
    }
    .flexinav .flexinav_wrapper .flexinav_menu {
        width: 100%;
    }
    .flexinav .flexinav_wrapper .flexinav_menu > li {
        width: 100%;
        display: none;
        float: left;
    }
    .flexinav .flexinav_wrapper .flexinav_menu > li.flexinav_collapse {
        width: 100%;
        display: block;
        float: left;
    }
    .flexinav .flexinav_wrapper .flexinav_menu > li.flexinav_collapse_active,
    .flexinav .flexinav_wrapper .flexinav_menu > li.flexinav_collapse_active:hover {
        background: #111111;
    }
    .flexinav .flexinav_wrapper .flexinav_menu > li.flexinav_collapse_noactive,
    .flexinav .flexinav_wrapper .flexinav_menu > li.flexinav_collapse_noactive:hover {
        background: #262626;
    }
    .flexinav .flexinav_wrapper .flexinav_menu > li.flexinav_collapse > span {
        color: #ffffff !important;
    }
    .flexinav .flexinav_wrapper .flexinav_menu > li:hover {
        box-shadow:none;
    }
        .flexinav .flexinav_wrapper .flexinav_menu > li:first-child {
            margin-left: 0;
        }
    .flexinav .flexinav_wrapper .flexinav_menu .flexinav_ddown {
        width: 100%;
        left:0;
        margin-left: 0;
    }
    .flexinav .flexinav_wrapper .flexinav_menu .flexinav_ddown .col1,
    .flexinav .flexinav_wrapper .flexinav_menu .flexinav_ddown .col2,
    .flexinav .flexinav_wrapper .flexinav_menu .flexinav_ddown .col3,
    .flexinav .flexinav_wrapper .flexinav_menu .flexinav_ddown .col4,
    .flexinav .flexinav_wrapper .flexinav_menu .flexinav_ddown .col5,
    .flexinav .flexinav_wrapper .flexinav_menu .flexinav_ddown .col6,
    .flexinav .flexinav_wrapper .flexinav_menu .flexinav_ddown .col7,
    .flexinav .flexinav_wrapper .flexinav_menu .flexinav_ddown .col8,
    .flexinav .flexinav_wrapper .flexinav_menu .flexinav_ddown .col9,
    .flexinav .flexinav_wrapper .flexinav_menu .flexinav_ddown .col10,
    .flexinav .flexinav_wrapper .flexinav_menu .flexinav_ddown .col11,
    .flexinav .flexinav_wrapper .flexinav_menu .flexinav_ddown .col12 {
        width: 100%;
    }

    .flexinav .flexinav_wrapper .flexinav_menu > li.flexinav_logo {
        width: 100%;
        height: 38px;
    }
    .flexinav .flexinav_wrapper .flexinav_menu > li.flexinav_logo > a,
    .flexinav .flexinav_wrapper .flexinav_menu > li.flexinav_logo:hover > a {
        width: 100%;
        height: 38px;
        background: transparent;
    }
    .flexinav .flexinav_wrapper .flexinav_menu > li.flexinav_logo > a:after {
        content: 'HOME';
        line-height: 38px;
        padding-left: 10px;

    }
    .firstline:after {
    content: ' ';
    }
    .firstline {
    display: inline;
    }

            .flexinav .flexinav_wrapper .flexinav_menu > li > span,
            .flexinav .flexinav_wrapper .flexinav_menu > li > a {
                display: block; /* == HEADER BLOCKS == */
                padding: 9px 0 9px 10px;
            }
            .flexinav .flexinav_wrapper .flexinav_menu > li > a,
            .flexinav .flexinav_wrapper .flexinav_menu > li > span,
            .flexinav .flexinav_wrapper .flexinav_menu > li > span > a {
                font-size: 18px;
                font-weight: 400;
                text-transform: uppercase;
                text-decoration: none;
                cursor: pointer;
                text-align: left;
                border-bottom: 1px solid #ccc;
                border-right: none;
            }

        .flexinav .flexinav_wrapper .flexinav_menu > li {
        float: left;
        padding: 0;
        margin: 0;
        line-height: 38px;
        font-size: 13px;
        }

        .flexinav .flexinav_wrapper .flexinav_menu li img {
        display: none;
        }

.flexinav .flexinav_menu .flexinav_ddown {
    padding: 15px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
}

/*  _______________________________________________

    09 COLORS
    _______________________________________________  */

/* White */

.flexinav_white,
.flexinav_white .flexinav_wrapper .flexinav_menu > li,
.flexinav_white .flexinav_wrapper .flexinav_menu > li.noactive,
.flexinav_white +  .flexinav_btn {
    background: #ffffff;
}
.flexinav_white .flexinav_ddown a,
.flexinav_white .dropdown_flyout li span {
    color: #666;
}
    .flexinav_white .flexinav_ddown a:hover,
    .flexinav_white .dropdown_flyout li span:hover {
        color: #F5841F;
    }    
    .flexinav_white .flexinav_wrapper .flexinav_menu > li.flexinav_collapse_active,
    .flexinav_white .flexinav_wrapper .flexinav_menu > li.flexinav_collapse_active:hover {
        background: #F5841F;
    }
    .flexinav_white .flexinav_wrapper .flexinav_menu > li.flexinav_collapse_noactive,
    .flexinav_white .flexinav_wrapper .flexinav_menu > li.flexinav_collapse_noactive:hover {
        background: #e4200c;
    }

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

.HeaderSocialIcons {
position: absolute;
top: 5px;
margin-left: 5px;
}

html.mobile .HeaderSocialIcons {
display: none;
}

/* ------ MOBILE TOOLBAR BUTTONS ------ */

html.mobile #toolbar button {
font-size: 14px;
}

html.mobile button#toTopBtn,
html.mobile button#mobileBtn,
html.mobile button#fullBtn, 
html.mobile button#navBtn {
background-color: #ddd;
color: #111;
border-radius: 5px;
border: 0;
padding: 0.2em;
}

html.mobile button#navBtn {
background-color: #ddd;
color: #111;
}

/* ------ HOMEPAGE OPT-IN FORM ------ */

.HomepageOptInForm {
background: url('https://www.all-about-juicing.com/image-files/opt-in-free-newsletter.png') no-repeat top left transparent;
position: absolute;
top: 651px;
width: 1240px;
margin: 0 -70px;
z-index: 100;
height: 234px;
}

.FooterOptInForm {
width: 310px;
position: relative;
margin-top: 20px;
}

#ContentColumn .FooterOptInForm {
background: #7fc9a6;
clear: both;
margin: 0.5em auto;
padding: 20px 20px 10px;
border-radius: 10px;
}

html.mobile .HomepageOptInForm {
display: none;
}

.HomepageOptInForm .af-element input,
.FooterOptInForm .af-element input,
.RighthandOptInForm .af-element input {
position: relative;
top: 93px;
left: 853px;
width: 190px;
height: 42px;
line-height: 42px;
padding: 0 40px 0 10px;
margin: 0px 0 10px 0;
border: 1px solid #ffffff;
background: transparent;
color: #ffffff;
font-family: 'jubilat', 'Georgia', serif;
font-size: 14px;
}

.RighthandOptInForm .af-element input {
position: relative;
top: 0;
left: 0px;
}

.ButtonHolder {
position: relative;
}

.FooterOptInForm .af-element input {
top: auto;
left: auto;
}

.HomepageOptInForm .buttonContainer input,
.FooterOptInForm .buttonContainer input,
.RighthandOptInForm .buttonContainer input {
width: 108px;
height: 108px;
background: url('https://www.all-about-juicing.com/image-files/get-it-now-button.png') no-repeat top left transparent;
position: absolute;
top: 89px;
left: 1043px;
z-index: 105;
display: block;
cursor: pointer;
border: 0;
-webkit-appearance: none;
}

.RighthandOptInForm .buttonContainer input {
top: -5px;
left: 175px;
}

.FooterOptInForm .buttonContainer input {
top: -6px;
left: 205px;
}

#ContentColumn .FooterOptInForm .buttonContainer input {
top: 16px;
left: 223px;
}

/* ------ DISCOVERED BY LOGOS ------ */

.DiscoveredByLogos {
position: absolute;
top: 870px;
width: 100%;
}

/* ------ HOMEPAGE GRID CONTENT ------ */

.HomepageGrid {
position: relative;
width: 100%;
border: 2px dotted #a4a4a4;
border-left: 0;
padding: 0;
margin: 20px 0 30px 0;
overflow: auto;
}

html.mobile .HomepageGrid {
border-size: 4px;
border-right: 0;
padding: 15px 0;
}

.StartNowCircle {
position: absolute;
top: 975px;
margin-left: -64px;
}

html.mobile .StartNowCircle {
display: none;
}

.HomepageLeftMessage {
float: left;
width: 290px;
padding: 10px;
}

html.mobile .HomepageLeftMessage {
float: none;
width: 90%;
margin: 0 auto;
}

#PageWrapper .HomepageLeftMessage h1 {
font-family: 'jubilat', Georgia, serif;
font-weight: 100;
font-size: 60px;
line-height: 60px;
color: #f53236;
margin: 5px 0 0 20px;
padding: 0;
}

html.mobile #PageWrapper .HomepageLeftMessage h1 {
margin: 0;
font-size: 40px;
line-height: 40px;
text-align: center !important;
}

#PageWrapper #ContentColumn .HomepageLeftMessage p {
font-family: 'jubilat', Georgia, serif;
font-size: 27px;
line-height: 36px;
color: #332f30;
margin: 10px 0 20px 20px;
padding: 0;
}

html.mobile #PageWrapper #ContentColumn .HomepageLeftMessage p {
text-align: center;
margin: 10px 0 15px 0;
}

.FeaturedGridItem {
width: 163px;
padding: 10px 10px 11px 10px;
float: left;
border-left: 2px dotted #a4a4a4;
}

html.mobile .FeaturedGridItem {
width: 50%;
padding: 0;
border: 0;
}

/* ------ SAMPLES CODE ------ */

.samples-caption {
    text-align: left;
    font-size: 95%;
    vertical-align: top;
    background-color: #FFFDE7;
    padding: 0px;
}

.samples-table {
    text-align: center;
    vertical-align: middle;
    width: 500px;
    border: 1px solid #EC5D59;
    margin-top: 6px;
    margin-right: auto;
    margin-bottom: 6px;
    margin-left: auto;
    clear: both;
    background-color: #FFFDE7;
}

.samples-title {
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background-color: #EC5D59;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
}

.samples-caption ul {
    padding-left: 23px;
}

/* ------ BLOG IT CODE ------ */

.blogItItem {
    margin: 18px 0;
    border-bottom: 1px solid #ccc;
}

.blogItItem .blogItReadMore {
    clear: both;
}

.blogItItem {
    margin: 18px 0;
    padding: 0 12px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 4px 4px 4px #ccc;
}

/* ------ FEATURED / TESTIMONIAL SCROLLER ------ */

#featured {
    width: auto;
    height: 210px;
}

html.mobile #featured {
height: auto;
}

#featured table {
width: 250px;
height: 160px;
padding: 0px;
margin-left: 60px;
background: #FFF;
}

html.mobile #featured table {
background-image: url();
background-color: #ffffff;
border-radius: 5px;
height: auto;
padding: 10px;
}

#featured .content {
    text-align: left;
    vertical-align: top;
}

html.mobile #featured .content {
vertical-align: top;
}

#featured .content p {
    color: #888888;
    text-transform: none;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
}

#featured .content p:last-child {
    text-transform: none;
    font-family: Arial,Helvetica,sans-serif;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: -10px;
    text-align: right;
}

.orbit > div {
background: url('/image-files/quotes-left-light.png') no-repeat left 15px #FFF;
}

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

#ExtraColumn .ReminderBox {
width: 100%;
box-shadow: none;
float: none;
margin: 0;
text-align: center;
}

/* ------ AWEBER EDITS ------ */

#af-form-322868057 .af-element {
    float: left;
}

#af-form-322868057 .af-clear {
    display: none;
}

#af-form-322868057 .af-body input.text {
    width: 180px!important;
    margin-right: -15px!important;
}

#af-form-322868057 .buttonContainer {
    margin-top: -6px!important;
}

#af-form-322868057 {
    padding-top: 15px;
}

PageWrapper .fb-like, #PageWrapper .fb-comments {
    text-align: left;
}

/* ------ FOR C2 SUBMISSION PAGES: ALIGN EVERYTHING TO THE LEFT ------ */

div[style="border:0px solid black;padding:5px;"] p {
    text-align: left !important;
}

#comments h3, #comments p {
    text-align: left !important;
}

#comments {
    max-width: 680px !important;
}

#comments td.date {
    float: left;
    float: none\9;
    margin-bottom: 10px;
}

#comments td[style="text-align:left;"] {
    float: right;
    float: none\9;
}

#comments div table {
    padding: 0px !important;
}

/* ------ RED BUTTON ------ */

.RedButton {
width: auto; 
font-size: 24px; 
text-align: center; 
border-radius: 12px; 
-moz-border-radius: 12px; 
-webkit-border-radius: 12px; 
background-color: #cc3300; 
margin: 15px auto; 
border: 3px solid #9b2700; 
padding: 15px 5px;
}

#ContentColumn .RedButton a:link,
#ContentColumn .RedButton a:visited,
#ContentColumn .RedButton a:hover {
color: #fff;
text-decoration: none;
padding: 20px 0px;
}

.RedButton:hover {
background-color: #444444;
border-color: #333333;
}

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

#PageWrapper .CalloutBox,
html.mobile #PageWrapper .CalloutBox {
width: auto;
background: url('https://www.all-about-juicing.com/image-files/quotes-right-light.png') no-repeat bottom right transparent;
min-height: 50px;
}

#PageWrapper .CalloutBox p {
padding: 0 70px;
}

html.mobile #PageWrapper .CalloutBox p {
padding: 0 15px;
}

#PageWrapper .CalloutBox p:first-child {
background:  url('https://www.all-about-juicing.com/image-files/quotes-left-light.png') no-repeat top left transparent;
min-height: 50px;
}

#PageWrapper .CalloutBox .ImageBlock {
background:  url('https://www.all-about-juicing.com/image-files/quotes-left-light.png')  no-repeat right top;
padding: 0 50px 0 0;
}

html.mobile #PageWrapper .CalloutBox .ImageBlock {
background:  url('https://www.all-about-juicing.com/image-files/quotes-left-light.png')  no-repeat right top;
padding: 0;
float: none;
margin: 10px auto 15px auto;
text-align: center;
}

/* ------ SINGLE COLUMN HEADER CODE ------ */

.SingleColumnLogo {
margin-top: 41px;
text-align: left;
}

html.mobile .SingleColumnLogo {
display: none;
}

/* ------ SALES PAGE SPECIFIC CODE ------ */

.sales-button {
width: 1100px;
margin: 20px -60px;
background: rgba(250,166,79,1);
text-align: center;
}

html.mobile .sales-button {
width: auto;
margin: 20px 0;
}

.sales-button:hover {
background: rgba(250,166,79,0.8);
}

.sales-button img {
margin: 20px auto;
}

html.mobile div#PageWrapper .sales-button img {
max-width: 100%;
}

.investment-buttons {
min-width: 1110px;
display: block;
margin-top: 30px;
}

html.mobile .investment-buttons {
min-width: 100%;
}

.investment-buttons a {
display: inline-block;
}

html.mobile .investment-buttons a {
display: block;
float: none;
}

html.mobile div#PageWrapper .investment-buttons img {
max-width: 100%;
}

.testimonial-left {
background: url('https://www.all-about-juicing.com/images/JuiceClub-salespage-quotes-right.png') no-repeat top left transparent;
padding-left: 80px;
margin: 25px 0;
}

.testimonial-right {
background: url('https://www.all-about-juicing.com/images/JuiceClub-salespage-quotes-left.png') no-repeat top right transparent;
padding-right: 80px;
margin: 25px 0;
}

.testimonial-right p {
text-align:right;
}

.list-beside-div {
margin-top: -10px;
display: inline-block;
width: 60%;
}

html.mobile .list-beside-div {
margin-top: 0;
display: block;
width: auto;
}

/* ------ FADE IMAGE ON HOVER ------ */

.FadeOnHover img:hover {
opacity: 0.8;
}

/* ------ HOMEPAGE AD STRIP ------ */

.HomepageAdStrip {
width: 1079px;
float: left;
margin: -26px 0px 21px -25px;
}

.HomepageAdStripLeft {
width: 515px;
float: left;
margin-left: 25px;
}

.HomepageAdStripRight {
width: 515px;
float: right;
}

html.mobile .HomepageAdStrip {
width: auto;
float: none;
margin: -20px 0px 20px 0;
}

html.mobile .HomepageAdStripLeft,
html.mobile .HomepageAdStripRight {
width: auto;
float: none;
margin-left: 0;
}

/* ------ UPDATED FORM ------ */

.UpdatedForm input[type="submit"] {
-webkit-appearance: none;
background: #f53236;
color: #fff;
border: 2px solid #fff;
padding: 7px 40px 5px;
font-size: 25px;
margin: 10px;
font-family: "Georgia", Times, serif;
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
}

.UpdatedForm input[type="submit"]:hover {
background: #fff;
color: #f53236;
border: 2px solid #f53236;
}

/* ------ HOMEPAGE MOST RECENT BLOG POSTS / WHAT'S NEW BOX ------ */

.HomepageBlogPosts {
overflow: auto;
margin-bottom: 30px;
}

.HomepageBlogPosts .WhatsNew > h2:nth-child(1),
#PageWrapper .WhatsNew h2 {
display: none;
}

#ContentColumn > div > div.HomepageBlogPosts > div > ol > li {
display: inline; 
float: left;
width: 45.9%;
padding: 0 2%;
}

html.mobile #ContentColumn > div > div.HomepageBlogPosts > div > ol > li {
display: block; 
float: none;
width: 90%;
margin: 10px auto;
padding: 0 2%;
}

.WhatsNew > ol:nth-child(2) > li:nth-child(1) {
border-right: 1px dotted #a4a4a4;
}

html.mobile .WhatsNew > ol:nth-child(2) > li:nth-child(1) {
border: none;
border-bottom: 1px dotted #a4a4a4;
}

#PageWrapper .WhatsNew ol {
overflow: auto;
}

#PageWrapper .WhatsNew ol li,
html.mobile #PageWrapper .WhatsNew ol li {
border-top: none;
}

#PageWrapper .WhatsNew h3, html.mobile #PageWrapper .WhatsNew h3 {
text-align: center !important;
font-family: 'jubilat', Georgia, serif;
font-weight: 400; 
font-size: 18px;
line-height: 24px;
color: #848484;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 3px solid #a6c03d;
text-transform: uppercase;
}

#PageWrapper .WhatsNew h3 a:link,
#PageWrapper .WhatsNew h3 a:visited,
html.mobile #PageWrapper .WhatsNew h3 a:link,
html.mobile #PageWrapper .WhatsNew h3 a:visited {
color: #848484;
text-decoration: none;
}

#PageWrapper .WhatsNew h3 a:hover,
html.mobile #PageWrapper .WhatsNew h3 a:hover {
color: #F53236;
text-decoration: underline;
}

#PageWrapper .WhatsNew p.WhatsNew-content,
html.mobile #PageWrapper .WhatsNew p.WhatsNew-content {
font-size: 15px;
color: #848484;
text-align: center;
}

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

.BasicCustomForm {
max-width: 620px;
margin: 30px auto;
width: 100%;
padding: 0 15px;
}

html.mobile .BasicCustomForm {
}

.BasicCustomForm input {
font-family: 'Georgia', Times, serif;
-webkit-appearance: none;
float: left;
}

.BasicCustomFormField input {
color: #686868;
background: #ffffff;
border: 1px solid #ddd;
width: 190px;
height: 42px;
padding: 0 15px;
text-align: left;
font-size: 14px;
margin-right: 10px;
}

.BasicCustomFormField input:hover {
border-color: #777;
}

.BasicCustomFormButton input {
color: #ffffff;
background: #F53236;
border: 2px solid #F53236;
width: 150px;
height: 44px;
line-height: 40px;
padding: 0 15px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 18px;
cursor: pointer;
}

.BasicCustomFormButton input:hover {
background: #ffffff;
color: #F53236;
border-color: #F53236;
}

html.mobile .BasicCustomForm input {
width: 90% !important;
margin: 0 0 10px 0;
}

/* ------ NEW RED BUTTON STYLE ------ */

/*span.NewRedButton {
float: left;
}*/

#ContentColumn span.NewRedButton p a:link,
#ContentColumn span.NewRedButton p a:visited,
html.mobile #ContentColumn span.NewRedButton p a:link,
html.mobile #ContentColumn span.NewRedButton p a:visited {
font-family: "Hind", Arial, sans-serif;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
color: #fff;
font-size: 16px;
line-height: 30px;
height: 26px;
padding: 5px 25px;
background: #f53236;
display: inline-block;
border: 2px solid #f53236;
cursor: pointer;
margin-right: 20px;
}

#ContentColumn span.NewRedButton p a:hover,
html.mobile #ContentColumn span.NewRedButton p a:hover {
background: #ffffff;
color: #f53236 !important;
}

/* ------ CUSTOM BUTTON ------ */

.ss-ui-bootstrap .btn {
font-family: "Hind", Arial, sans-serif;
font-weight: 700;
text-transform: uppercase;
color: #fff;
font-size: 16px;
border-radius: 2px !important;
padding: 12px 25px 8px !important;
text-decoration: none !important;
padding: 10px 25px;
margin: 15px auto;
letter-spacing: 0.06em;
}

.ss-ui-bootstrap .btn-primary {
background-color: #f53236 !important;
border: 2px solid #f53236 !important;
color: #fff !important;
}

.ss-ui-bootstrap .btn-primary:hover {
background-color: #fff !important;
border: 2px solid #f53236 !important;
color: #f53236 !important;
}

/* ------ POPULAR RECIPES FOR HOMEPAGE ------ */

.PopularRecipesBox {
width: 240px;
float: left;
margin: 15px 22px 20px 0;
}

div.PopularRecipesRow:nth-child(12) > div:nth-child(1) {
margin: 15px 22px 20px 10px;
}

div.PopularRecipesRow:nth-child(13) > div:nth-child(2) {
margin: 15px 0 20px 0;
}

.PopularRecipesBox img:hover {
opacity: 0.8;
}

html.mobile .PopularRecipesRow {
clear: both;
margin: 0 auto;
width: 90%;
}

html.mobile .PopularRecipesBox {
width: 48%;
}

html.mobile .PopularRecipesRow > div:nth-child(1) {
margin: 5px 2% 0 0;
}

html.mobile .PopularRecipesRow > div:nth-child(2) {
margin: 5px 0 0 2%;
}

#ContentColumn .PopularRecipesBox p,
html.mobile #ContentColumn .PopularRecipesBox p,
html.mobile #ContentColumn .PopularRecipesBox p a {
text-align: center;
margin-top: 0;
text-transform: uppercase;
font-family: "jubilat",Georgia,serif;
font-weight: 400;
font-size: 18px;
line-height: 24px;
}

#ContentColumn .PopularRecipesBox p a:link,
#ContentColumn .PopularRecipesBox p a:visited,
html.mobile #ContentColumn .PopularRecipesBox p a:link,
html.mobile #ContentColumn .PopularRecipesBox p a:visited {
color: #848484;
text-decoration: none;
}

#ContentColumn .PopularRecipesBox p a:hover,
html.mobile #ContentColumn .PopularRecipesBox p a:hover {
color: #F53236;
text-decoration: underline;
}

/* ------ PRODUCT PAGE STYLES ------ */

.ProductPageContent {
overflow: auto;
clear: both;
}

#PageWrapper #ContentColumn .ProductPageContent h2,
html.mobile #PageWrapper #ContentColumn .ProductPageContent h2 {
font-size: 45px;
margin: 15px auto 15px auto;
padding: 25px 0 0 0;
color: #a6bf47;
text-transform: none;
text-align: center;
}

.ProductPageBox {
width: auto;
min-height: 330px;
border: 1px dashed #b3b3b3;
padding: 15px 20px 10px 20px;
overflow: auto;
margin: 10px 0;
}

#PageWrapper #ContentColumn .ProductPageBox p,
html.mobile #PageWrapper #ContentColumn .ProductPageBox p {
font-size: 14px;
color: #666;
margin: 0px 0 10px 0;
line-height: 1.25;
}

#PageWrapper #ContentColumn .ProductPageBox h3,
html.mobile #PageWrapper #ContentColumn .ProductPageBox h3 {
color: #666666;
font-size: 24px;
text-transform: none;
text-align: center;
margin: 0;
}

#PageWrapper #ContentColumn .ProductPageBox h4,
html.mobile #PageWrapper #ContentColumn .ProductPageBox h4 {
font-size: 15px;
text-transform: uppercase;
text-align: center;
color: #666666;
margin: 10px 0;
}

#PageWrapper .ProductPageBox hr {
border: 0;
border-top: 3px solid #a6bf47;
width: 70%;
display: block;
margin: 17px auto 20px;
}

.ProductButton {
}

#PageWrapper #ContentColumn .ProductPageBox .ProductButton p {
margin: 0;
}

#PageWrapper .ProductButton p a:link,
#PageWrapper .ProductButton p a:visited,
#PageWrapper .ProductButton p a:hover,
html.mobile #PageWrapper .ProductButton p a:link,
html.mobile #PageWrapper .ProductButton p a:visited,
html.mobile #PageWrapper .ProductButton p a:hover {
font-family: "Hind", Arial, sans-serif;
font-weight: 700;
font-size: 16px;
height: 42px;
line-height: 46px;
padding: 0;
text-align: center;
color: #fff;
background: #f2353d;
border: 2px solid #f2353d;
font-size: 16px;
text-transform: uppercase;
text-decoration: none;
display: block;
cursor: pointer;
}

#PageWrapper .ProductButton p a:hover,
html.mobile #PageWrapper .ProductButton p a:hover {
background: #fff;
color: #f2353d;
}

#PageWrapper .ProductButton p a {
width: 100%;
float: left;
margin: 0 0 10px 0;
}

/* WHEN LESS THAN 1000px WIDE */
/*
@media screen and (max-width: 1000px) {
#PageWrapper .ProductButton p a {
width: 100%;
float: none;
clear: both;
}
}
*/

/* ------ CONTENT BOXES ------ */

.ContentLeftHalf {
clear: both;
float: left;
width: 49%;
}

.ContentRightHalf {
float: right;
width: 49%;
}

.ContentFullWidth {
clear: both;
float: none;
width: 58%;
margin: 20px auto;
}

html.mobile .ContentLeftHalf,
html.mobile .ContentRightHalf,
html.mobile .ContentFullWidth {
float: left;
width: 100%;
clear: both;
}

/* WHEN LESS THAN 1000px WIDE */
@media screen and (max-width: 1000px) {
.ContentLeftHalf,
.ContentRightHalf,
.ContentFullWidth {
float: left;
width: 100%;
clear: both;
}
}

/* ------ BIG VIDEO ------ */

.BigVideo {
width: 100%;
height: 530px;
float: left;
margin: 0 auto 50px;
}

@media only screen and (max-width: 768px) {
.BigVideo {
height: 315px;
}
}

/* ------ EU WIDGET ------ */

/*
.eucookiebar {
bottom: 0;
position: fixed !important;
top: auto !important;
}
*/

.eucookiebar {
   top: auto !important;
   bottom: -100px;
   position: fixed !important;
}

.eucookiebar.show {
   bottom: 0;
}

.eucookiebar.hide {
   bottom: -100px;
}

/* ------ PRODUCT GRID ------ */

#PageWrapper #ContentColumn .ProductGrid .ReminderBox {
border-radius: 5px;
background: none;
width: auto;
margin: 7px;
padding: 15px 10px 3px;
float: none;
border: 4px solid rgb(238, 238, 238);
}

#PageWrapper #ContentColumn .ProductGrid .ReminderBox p {
font-size: unset;
font-family: unset;
margin: 1em 0px;
background: none;
color: #777;
padding: 0px 5px;
}

#PageWrapper #ContentColumn .ProductGrid .ReminderBox p:last-child {
text-align: center;
color: #333;
}

#PageWrapper #ContentColumn .ProductGrid .ReminderBox h2 {
font-size: 14px;
text-align: center;
color: #EC861D;
font-family: Arial,sans-serif;
font-weight: bold;
}

/* ------ MEGA MENU BUTTON IN DROP-DOWN SECTION ------ */

a.MegaButton {
display: inline-block !important;
padding: 5px 15px  !important;
border: 2px solid #F5841F;
border-radius: 3px;
margin: 22px 0 0;
text-transform: uppercase;
color: #fff !important;
background: #F5841F;
}

a.MegaButton:hover {
background: #444;
border-color: #444;
}

/* ------ SOCIAL ICONS TEXT LINK IN TOP BAR ------ */

#PageWrapper #Header a.SocialIconTextLink {
color: #D9D9D9;
text-decoration: none;
font-size: 19px;
padding-left: 15px;
float: right;
padding-top: 1px;
margin-right: 10px;
}

#PageWrapper #Header a.SocialIconTextLink:hover {
color: #fff;
text-decoration: none;
}

/* ------ RESPONSIVE GRID SPACING ------ */

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

.responsive-row {
margin: 0 -2%;
}
*/

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

/*
.responsive-row {
margin: 0 -1% -1.5%;
}
*/

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

.CenteredImages { 
text-align: center;
}

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

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

a.CustomSearchIcon:link,
a.CustomSearchIcon:visited,
a.CustomSearchIcon:hover,
a.MobileCustomSearchIcon:link,
a.MobileCustomSearchIcon:visited,
a.MobileCustomSearchIcon:hover {
text-decoration: none;
font-size: 0;
color: transparent;
width: 35px;
height: 35px;
background: url("/image-files/icon-search-80x71.png") no-repeat center center transparent;
background-size: 40px 35px;
border-radius: 50%;
display: inline-block;
padding: 0;
text-align: initial;
line-height: 1;
margin-top: -4px;
}

a.CustomSearchIcon:hover {
background-color: #333;
}

a.MobileCustomSearchIcon {
display: none;
}

html.mobile a.MobileCustomSearchIcon:link,
html.mobile a.MobileCustomSearchIcon:visited,
html.mobile a.MobileCustomSearchIcon:hover {
position: absolute;
width: 45px;
height: 45px;
border-radius: 4px 0 0 4px;
margin-top: 0;
background-color: #7fc9a6;
top: 72px;
right: 0;
background-size: 50px 44px;
}

html.mobile a.MobileCustomSearchIcon:hover {
background-color: #42ae7b;
}

.CustomSearch {
padding: 40px 0;
margin: 40px auto 22px;
width: 100%;
float: none;
box-sizing: border-box;
background: #eee;
}

html.mobile .CustomSearch {
margin-bottom: -10px;
}

.CustomSearchBox {
margin: 0 auto;
position: relative;
width: 300px;
height: auto;
float: none;
}

.CustomSearchBox form {
text-align: center;
border: 0.1em solid #eee;
display: table;
border-radius: 4px;
width: 100%;
background: #fff;
}

.CustomSearchBox input.CustomSearchInput {
margin: 0;
width: calc(100% - 46px);
padding: 8px 12px 6px 17px;
border-radius: 4px 0 0 4px;
height: 42px;
-webkit-appearance: none;
font-size: 13px;
color: #333;
border: 0;
background: none;
text-align: left;
line-height: 42px;
float: left;
box-sizing: border-box;
}

.CustomSearchBox input.CustomSearchButton {
color: transparent;
background: url("/image-files/icon-search-80x71.png") no-repeat center center #333;
font-size: 0;
height: 42px;
width: 44px;
cursor: pointer;
-webkit-appearance: none;
border: 0;
padding: 0;
border-radius: 0 4px 4px 0;
background-size: 50px;
background-position: center center;
margin: 0;
float: right;
opacity: 1;
}

.CustomSearchBox:hover input.CustomSearchInput {
color: #000;
}

.CustomSearchBox input.CustomSearchButton:hover {
background-color: #ff7d00;
}

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