@charset "utf-8";

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

/* =CalloutBox - base */

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

.CalloutBox p {
    margin: 1em 0;
}

/* =ReminderBox - base */

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

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

.ReminderBox p {
    margin: 1em 0;
}

/* =AdSense - base */

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

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

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

.AdSenseResponsiveBox {
    width: 50%;
}

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

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

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

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

/* =FBI - base */

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

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

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

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

/* =WhatsNew - base */

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

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

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

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

#PageWrapper .WhatsNew img {
    border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .WhatsNew-subscribe {
        position: static;
    }

    .WhatsNew-icon {
        display: none;
    }

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

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

/* =RSSbox - base */

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

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

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

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

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

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

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

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

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

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

.text_image_top_cleared,
.text_image_both_cleared {
    clear: both;
}

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

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

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

/* =Ezine - base */

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

.Ezine table {
    width: 100%;
}

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

.Ezine .EzineInputAbove {
    width: 100%;
}

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

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

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

td.EzineLabelAbove {
    text-align: center;
}

.EzineDescription {
    text-align: center;
}

/* =Ezine2 - base */

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

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

.EzineVertical label {
    display: block;
}

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

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

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

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

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

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

/* =ImageBlock - base */

a .Caption {
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#PageWrapper .noalignment {
    float: left;
}

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

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

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

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

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

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

 }

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

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

/* =TOC - base */

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

/* =C2 - base */

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

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

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

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

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

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

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

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

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

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

.othervisitors {
    clear: both;
}

.othervisitors img {
    border: 0;
}

/* -- Grid Block -- */

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

.grid_block td {
    padding: 0;
}

/* -- Responsive Grid Block -- */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive videos */

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

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

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

/* =Navigation - base */

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

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

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

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

/* =HorizontalNavBar - base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ResponsiveNavButton {
    display: none;
}

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

/* =SocializeIt - base */

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

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

/* =misc */

iframe {
    max-width: 100%;
}

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

hr {
    clear: both;
}

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

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

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

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

a:visited {
    color: #aed0ed;
}

a:focus {
    outline: 1px dotted;
}

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

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

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

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

h1 {
    font-size: 150%;
}

h2 {
    font-size: 130%;
}

h3 {
    font-size: 110%;
}

h4 {
    font-size: 100%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 100%;
}

p {
    margin: 0.5em 0 1em;
}

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

#PageWrapper {
    overflow: hidden;
}

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

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

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

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

#ExtraWrapper {
    display: none;
}

/* =Header */

#HeaderWrapper {
    background: #4d4d4d;
}

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

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

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

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

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

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

/* =ContentColumn */

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

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

/* =NavColumn */

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

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

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

#NavColumn {
    color: #aed0ed;
}

/* =Footer */

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

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

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

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

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

/* =CalloutBox - custom */

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

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

/* =ReminderBox - custom */

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

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

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

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

/* =Navigation - custom */

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

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

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

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

/* =HorizontalNavBar - custom */

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

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

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

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

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

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

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

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

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

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

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

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

/* =ResponsiveNav - custom */

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

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

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

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

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

    .ResponsiveNavActive .ResponsiveNav {
        left: 0;
    }

    .ResponsiveNavActivated #PageWrapper {
        overflow: hidden;
    }

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

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

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

    .ResponsiveNavReady .ResponsiveNav a {
        display: block;
    }

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

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

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

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

/* =FBI - custom */

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

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

/* =WhatsNew - custom */

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

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

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

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

.WhatsNew {
    border: none;
}

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

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

#PageWrapper .WhatsNew ol {
    margin: 0;
}

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

.WhatsNew-time {
    color: #aed0ed;
}

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

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

/* =Ezine - custom */

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

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

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

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

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

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

td.EzineLabelAbove {
    text-align: center;
}

.EzineDescription {
    text-align: center;
}

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

/* =Ezine2 - custom */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobileOnly {
    display: none !important;
}

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

    .mobileOnly {
        display: block !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.otherText {
}

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

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

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

.blogItItem .blogItReadMore {
clear: both;
}

/* additional styles */

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

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

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

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

/* font Lato bold-italic definition */
@font-face {
    font-family: Lato;
    font-display: fallback;
    src: url('css_webfonts/lato-bold-italic-webfont.eot');
    src: url('css_webfonts/lato-bold-italic-webfont.eot?iefix') format('eot'),
         url('css_webfonts/lato-bold-italic-webfont.woff') format('woff'),
         url('css_webfonts/lato-bold-italic-webfont.ttf') format('truetype'),
         url('css_webfonts/lato-bold-italic-webfont.svg#latobold_italic') format('svg');
    font-weight: bold;
        font-style: italic;
} 
/* regular */body, html.mobile body {
	background-color : #ffffff;
	background-image : none;
	color : #000000;
	font-family : Lato, Arial, Helvetica, sans-serif;
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	color : #ffffff;
	font-size : 11px;
	letter-spacing : 1px;
	text-transform : uppercase;
}
body, html.mobile body {
	background-color : #ffffff;
	background-image : none;
	color : #000000;
	font-family : Lato, Arial, Helvetica, sans-serif;
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	color : #ffffff;
	font-size : 11px;
	letter-spacing : 1px;
	text-transform : uppercase;
}
#PageWrapper #Header .Liner, html.mobile #PageWrapper #Header .Liner {
	background-color : transparent;
	background-image : none;
}
#PageWrapper #NavColumn .Liner, html.mobile #PageWrapper #NavColumn .Liner {
	background-color : transparent;
	color : #3b3b3b;
	font-size : 17px;
}
#PageWrapper #ContentColumn , html.mobile #PageWrapper #ContentColumn  {
	font-size : 19px;
}
#PageWrapper, html.mobile #PageWrapper {
	background-color : #ffffff;
	background-image : none;
	background-position : 0% 0%;
}
#PageWrapper h1, html.mobile #PageWrapper h1 {
	font-family : ubuntu;
	font-size : 35px;
	letter-spacing : 0px;
	text-align : left;
	text-transform : none;
}
#PageWrapper h2, html.mobile #PageWrapper h2 {
	color : #000000;
	font-family : ubuntu;
	font-size : 30px;
	letter-spacing : 0px;
	text-align : left;
	text-transform : none;
}
#PageWrapper h3, html.mobile #PageWrapper h3 {
	color : #333333;
	font-family : ubuntu;
	font-size : 26px;
	font-weight : bold;
	letter-spacing : 0px;
	text-align : left;
	text-transform : none;
}
#PageWrapper h4, html.mobile #PageWrapper h4 {
	border-bottom-width : 0;
	border-color : #808080;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	color : #3e414a;
	font-family : ubuntu;
	font-size : 22px;
	font-weight : bold;
	padding-bottom : 3px;
	text-align : left;
}
#PageWrapper div.HorizontalNavBar ul a, html.mobile #PageWrapper div.HorizontalNavBar ul a {
	font-family : Arial, Helvetica;
	font-size : 17px;
	font-weight : bold;
	padding-left : 15px;
	padding-right : 15px;
	text-transform : none;
}
#PageWrapper div.HorizontalNavBar ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul a:link {
	background-color : transparent;
	color : #364046;
}
#PageWrapper div.HorizontalNavBar ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul a:visited {
	color : #364046;
}
#PageWrapper div.HorizontalNavBar ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul a:hover {
	background-color : transparent;
	color : #0082c9;
}
#PageWrapper div.HorizontalNavBar ul span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader {
	background-color : transparent;
	color : #364046;
	font-family : Arial, Helvetica;
	font-size : 17px;
	font-weight : bold;
	letter-spacing : -1px;
	padding-left : 15px;
	padding-right : 15px;
	text-transform : none;
}
#PageWrapper div.HorizontalNavBar ul span.navheader:hover, #PageWrapper div.HorizontalNavBar li:hover > span.navheader, #PageWrapper div.HorizontalNavBar .hover > span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover, #PageWrapper div.HorizontalNavBar li:hover > span.navheader, #PageWrapper div.HorizontalNavBar .hover > span.navheader {
	background-color : transparent;
	color : #0082c9;
}
#PageWrapper div.HorizontalNavBar ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader ins {
	border-bottom-color : transparent;
	border-left-color : transparent;
	border-right-color : transparent;
	border-top-color : #ffffff;
}
#PageWrapper div.HorizontalNavBar ul span.navheader:hover ins, #PageWrapper div.HorizontalNavBar ul li:hover > span.navheader ins, #PageWrapper div.HorizontalNavBar ul .hover > span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover ins, #PageWrapper div.HorizontalNavBar ul li:hover > span.navheader ins, #PageWrapper div.HorizontalNavBar ul .hover > span.navheader ins {
	border-bottom-color : transparent;
	border-left-color : transparent;
	border-right-color : transparent;
	border-top-color : #3e414a;
}
#PageWrapper div.HorizontalNavBar .li1 .li2, html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2 {
	border-bottom-width : 0;
	border-color : rgb(51, 51, 51);
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper div.HorizontalNavBar .li1 .li2 .li3, html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2 .li3 {
	border-bottom-width : 0;
	border-color : rgb(51, 51, 51);
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper div.HorizontalNavBar ul ul a, html.mobile #PageWrapper div.HorizontalNavBar ul ul a {
	font-family : ubuntu;
	font-size : 16px;
	font-weight : normal;
	text-transform : none;
}
#PageWrapper div.HorizontalNavBar ul ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:link {
	background-color : transparent;
	color : #364046;
}
#PageWrapper div.HorizontalNavBar ul ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:visited {
	color : #364046;
}
#PageWrapper div.HorizontalNavBar ul ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:hover {
	background-color : transparent;
	color : #0082c9;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader, #PageWrapper div.HorizontalNavBar ul ul .hover > span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader, #PageWrapper div.HorizontalNavBar ul ul .hover > span.navheader {
	background-color : transparent;
	color : #364046;
	font-family : ubuntu;
	font-size : 16px;
	font-weight : normal;
	text-transform : none;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, #PageWrapper div.HorizontalNavBar ul ul li:hover > span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, #PageWrapper div.HorizontalNavBar ul ul li:hover > span.navheader {
	background-color : transparent;
	color : #0082c9;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
	border-bottom-color : transparent;
	border-left-color : #3e414a;
	border-right-color : transparent;
	border-top-color : transparent;
}
#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins {
	border-bottom-color : transparent;
	border-left-color : #dca403;
	border-right-color : transparent;
	border-top-color : transparent;
}
#PageWrapper .RSSbox .questionMark, html.mobile #PageWrapper .RSSbox .questionMark {
	color : #333333;
}
#PageWrapper .CalloutBox p, html.mobile #PageWrapper .CalloutBox p {
	color : #ffffff;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 19px;
	text-align : center;
}
#PageWrapper .CalloutBox, html.mobile #PageWrapper .CalloutBox {
	background-color : #069aeb;
	border-bottom-left-radius : 4px;
	border-bottom-right-radius : 4px;
	border-bottom-width : 5px;
	border-color : #035cbc;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-left-radius : 4px;
	border-top-right-radius : 4px;
	border-top-width : 0;
	color : #ffffff;
	font-size : 19px;
	margin-bottom : 35px;
	margin-top : 35px;
	padding-bottom : 10px;
	padding-left : 5%;
	padding-right : 5%;
	padding-top : 10px;
	text-align : center;
	width : 90%;
}
#PageWrapper .ReminderBox, html.mobile #PageWrapper .ReminderBox {
	background-color : #ffffff;
	border-bottom-width : 0;
	border-color : #00aa56;
	border-left-width : 4px;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	width : 40%;
}
#PageWrapper .ReminderBox h4, html.mobile #PageWrapper .ReminderBox h4 {
	color : #111111;
	font-family : ubuntu;
	font-size : 22px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : 1px;
}
#PageWrapper .ReminderBox ul, html.mobile #PageWrapper .ReminderBox ul {
	color : #00aa56;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : italic;
}
#PageWrapper .ReminderBox ol, html.mobile #PageWrapper .ReminderBox ol {
	color : #00aa56;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : italic;
}
#PageWrapper .ReminderBox p, html.mobile #PageWrapper .ReminderBox p {
	color : #00aa56;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : italic;
}
#ContentColumn a, html.mobile #ContentColumn a {
	font-weight : bold;
	text-decoration : underline;
}
#ContentColumn a:not([data-pin-href]):link, html.mobile #ContentColumn a:not([data-pin-href]):link {
	color : #0082c9;
}
#ContentColumn a:visited, html.mobile #ContentColumn a:visited {
	color : #0082c9;
}
#ContentColumn a:not([data-pin-href]):hover, html.mobile #ContentColumn a:not([data-pin-href]):hover {
	color : #141414;
	text-decoration : underline;
}
#PageWrapper #Footer a, html.mobile #PageWrapper #Footer a {
	font-weight : bold;
}
#PageWrapper #Footer a:link, html.mobile #PageWrapper #Footer a:link {
	color : #ffffff;
}
#PageWrapper #Footer a:visited, html.mobile #PageWrapper #Footer a:visited {
	color : #ffffff;
}
#PageWrapper #Footer a:hover, html.mobile #PageWrapper #Footer a:hover {
	color : #ffffff;
	text-decoration : underline;
}
#NavColumn a, html.mobile #NavColumn a {
	font-weight : bold;
	text-decoration : underline;
}
#NavColumn a:link, html.mobile #NavColumn a:link {
	color : #0082c9;
}
#NavColumn a:visited, html.mobile #NavColumn a:visited {
	color : #0082c9;
}
#NavColumn a:hover, html.mobile #NavColumn a:hover {
	color : #141414;
	font-weight : bold;
	text-decoration : underline;
}
#PageWrapper .CalloutBox a, html.mobile #PageWrapper .CalloutBox a {
	font-weight : bold;
	text-decoration : underline;
}
#PageWrapper .CalloutBox a:link, html.mobile #PageWrapper .CalloutBox a:link {
	color : #ffffff;
}
#PageWrapper .CalloutBox a:visited, html.mobile #PageWrapper .CalloutBox a:visited {
	color : #ffffff;
}
#PageWrapper .CalloutBox a:hover, html.mobile #PageWrapper .CalloutBox a:hover {
	color : #000000;
	font-weight : bold;
}
hr, html.mobile hr {
	background-color : #d9d9d9;
	color : #d9d9d9;
	width : 100%;
}
#PageWrapper .WhatsNew h2, html.mobile #PageWrapper .WhatsNew h2 {
	color : #333333;
	font-family : "Times New Roman", Times, serif;
	font-size : 21px;
}
#PageWrapper .WhatsNew .WhatsNew-time, html.mobile #PageWrapper .WhatsNew .WhatsNew-time {
	color : #8a8a8a;
}
#PageWrapper .WhatsNew .WhatsNew-content, html.mobile #PageWrapper .WhatsNew .WhatsNew-content {
	font-size : 16px;
	letter-spacing : 0px;
}
#PageWrapper .WhatsNew h3 a, html.mobile #PageWrapper .WhatsNew h3 a {
	font-weight : bold;
}
#PageWrapper .responsive-row div[class*="responsive_col-"], html.mobile #PageWrapper .responsive-row div[class*="responsive_col-"] {
	box-sizing : border-box;
	padding-bottom : 5px;
	padding-left : 2%;
	padding-right : 2%;
	padding-top : 5px;
}
#PageWrapper .WhatsNew h3 a:link, html.mobile #PageWrapper .WhatsNew h3 a:link {
	color : #0082c9;
}
#PageWrapper .WhatsNew h3 a:visited, html.mobile #PageWrapper .WhatsNew h3 a:visited {
	color : #0082c9;
}
#PageWrapper .WhatsNew h3 a:hover, html.mobile #PageWrapper .WhatsNew h3 a:hover {
	color : #141414;
}
#PageWrapper .WhatsNew ol li, html.mobile #PageWrapper .WhatsNew ol li {
	border-top-color : #d9d9d9;
}
#PageWrapper .WhatsNew h3, html.mobile #PageWrapper .WhatsNew h3 {
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 19px;
}
#PageWrapper .WhatsNew .WhatsNew-more, html.mobile #PageWrapper .WhatsNew .WhatsNew-more {
	font-family : ubuntu;
	font-size : 11px;
	letter-spacing : 0px;
	text-transform : uppercase;
}
#PageWrapper .WhatsNew .WhatsNew-more a, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a {
	color : #0082c9;
	font-weight : bold;
}
#PageWrapper .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:link {
	color : #0082c9;
	font-weight : bold;
}
#PageWrapper .WhatsNew .WhatsNew-more a:visited, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:visited {
	color : #0082c9;
}
#PageWrapper .WhatsNew .WhatsNew-more a:hover, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:hover {
	color : #141414;
}
#PageWrapper .WhatsNew h2 a, html.mobile #PageWrapper .WhatsNew h2 a {
	text-decoration : underline;
}
#PageWrapper .WhatsNew h2 a:link, html.mobile #PageWrapper .WhatsNew h2 a:link {
	color : #0082c9;
}
#PageWrapper .WhatsNew h2 a:visited, html.mobile #PageWrapper .WhatsNew h2 a:visited {
	color : #0082c9;
}
#PageWrapper .WhatsNew h2 a:hover, html.mobile #PageWrapper .WhatsNew h2 a:hover {
	color : #141414;
}
#PageWrapper #HeaderWrapper, html.mobile #PageWrapper #HeaderWrapper {
	background-color : #f3f3f3;
	background-image : none;
	background-position : 50% 0%;
	background-repeat : no-repeat;
	background-size : cover;
}
#PageWrapper #FooterWrapper, html.mobile #PageWrapper #FooterWrapper {
	background-color : #079aec;
}
#PageWrapper .Caption, html.mobile #PageWrapper .Caption {
	font-style : italic;
}
body #PageWrapper .Ezine2, body #PageWrapper .Ezine, html.mobile body #PageWrapper .Ezine2, body #PageWrapper .Ezine {
	background-color : #ffffff;
	border-bottom-left-radius : 2px;
	border-bottom-right-radius : 2px;
	border-bottom-width : 2px;
	border-color : #069aeb;
	border-left-width : 2px;
	border-right-width : 2px;
	border-style : solid;
	border-top-left-radius : 2px;
	border-top-right-radius : 2px;
	border-top-width : 2px;
}
body #PageWrapper .Ezine2 .EzineRow label, html.mobile body #PageWrapper .Ezine2 .EzineRow label {
	color : #7a7a7a;
	font-size : 13px;
	font-weight : bold;
	text-align : left;
}
body #PageWrapper .Ezine2 .EzineRow input[type=text], html.mobile body #PageWrapper .Ezine2 .EzineRow input[type=text] {
	background-color : #ffffff;
	border-bottom-left-radius : 2px;
	border-bottom-right-radius : 2px;
	border-bottom-width : 1px;
	border-color : #d9d9d9;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 2px;
	border-top-right-radius : 2px;
	border-top-width : 1px;
	color : #000000;
	font-size : 15px;
	margin-bottom : 6px;
	margin-left : 6px;
	margin-right : 6px;
	margin-top : 6px;
	padding-bottom : 11px;
	padding-left : 11px;
	padding-right : 11px;
	padding-top : 11px;
	text-align : left;
	width : 200px;
}
body #PageWrapper .Ezine2 .EzineRow input[type=email], html.mobile body #PageWrapper .Ezine2 .EzineRow input[type=email] {
	background-color : #ffffff;
	border-bottom-left-radius : 2px;
	border-bottom-right-radius : 2px;
	border-bottom-width : 1px;
	border-color : #d9d9d9;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 2px;
	border-top-right-radius : 2px;
	border-top-width : 1px;
	color : #000000;
	font-size : 15px;
	margin-bottom : 6px;
	margin-left : 6px;
	margin-right : 6px;
	margin-top : 6px;
	padding-bottom : 11px;
	padding-left : 11px;
	padding-right : 11px;
	padding-top : 11px;
	text-align : left;
	width : 200px;
}
#PageWrapper .Ezine2 .EzineButton, html.mobile #PageWrapper .Ezine2 .EzineButton {
	background-color : #069aeb;
	border-bottom-left-radius : 2px;
	border-bottom-right-radius : 2px;
	border-bottom-width : 1px;
	border-color : #069aeb;
	border-left-width : 1px;
	border-right-width : 1px;
	border-style : solid;
	border-top-left-radius : 2px;
	border-top-right-radius : 2px;
	border-top-width : 1px;
	font-family : ubuntu;
	font-size : 14px;
	font-weight : bold;
	letter-spacing : 1px;
	margin-bottom : 6px;
	margin-left : 6px;
	margin-right : 6px;
	margin-top : 6px;
	padding-bottom : 10px;
	padding-left : 26px;
	padding-right : 26px;
	padding-top : 10px;
}
body .eucookiebar p, html.mobile body .eucookiebar p {
	color : #e6e6e6;
}
body .eucookiebar a, html.mobile body .eucookiebar a {
	color : #8db9eb;
}
body .eucookiebar a:link, html.mobile body .eucookiebar a:link {
	color : #8db9eb;
}
body .eucookiebar a:visited, html.mobile body .eucookiebar a:visited {
	color : #069aeb;
}
body .eucookiebar a:hover, html.mobile body .eucookiebar a:hover {
	color : #9ad5f5;
}
body #PageWrapper .SocialShareRegular, html.mobile body #PageWrapper .SocialShareRegular {
	text-align : center;
}
body #PageWrapper .SocialShare.SocialShareMini, html.mobile body #PageWrapper .SocialShare.SocialShareMini {
	font-size : 19px;
	text-align : center;
}

/* mobile */
/* media queries */@media (max-width:768px) {hr {
	width : 100%;
}
}@media (max-width:447px) {#PageWrapper .CalloutBox {
	width : 90%;
}
hr {
	width : 100%;
}
}.Navigation h3, html.mobile .Navigation h3{text-align:left;color:#3b3b3b;
}html.mobile .Navigation h3{
}@media (max-width:768px) {.Navigation h3{
}}@media (max-width:447px) {.Navigation h3{
}}#PageWrapper .Navigation h3, html.mobile #PageWrapper .Navigation h3{text-align:left;color:#3b3b3b;
}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{text-align:left;color:#3b3b3b;
}html.mobile body #PageWrapper div.Navigation h3{
}@media (max-width:768px) {body #PageWrapper div.Navigation h3{
}}@media (max-width:447px) {body #PageWrapper div.Navigation h3{
}}.Navigation a, html.mobile .Navigation a{text-transform:none;text-align:left;font-weight:bold;font-family:ubuntu;font-family:ubuntu;
}html.mobile .Navigation a{
}@media (max-width:768px) {.Navigation a{
}}@media (max-width:447px) {.Navigation a{
}}#PageWrapper div.Navigation a, html.mobile #PageWrapper div.Navigation a{text-transform:none;text-align:left;font-weight:bold;font-family:ubuntu;font-family:ubuntu;
}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:#3e414a;
}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:#3e414a;
}html.mobile #PageWrapper div.Navigation a:link{
}@media (max-width:768px) {#PageWrapper div.Navigation a:link{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:link{
}}.Navigation a:visited, html.mobile .Navigation a:visited{color:#3e414a;
}html.mobile .Navigation a:visited{
}@media (max-width:768px) {.Navigation a:visited{
}}@media (max-width:447px) {.Navigation a:visited{
}}#PageWrapper div.Navigation a:visited, html.mobile #PageWrapper div.Navigation a:visited{color:#3e414a;
}html.mobile #PageWrapper div.Navigation a:visited{
}@media (max-width:768px) {#PageWrapper div.Navigation a:visited{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:visited{
}}.Navigation a:hover, html.mobile .Navigation a:hover{color:#069aeb;text-decoration:none;
}html.mobile .Navigation a:hover{
}@media (max-width:768px) {.Navigation a:hover{
}}@media (max-width:447px) {.Navigation a:hover{
}}#PageWrapper div.Navigation a:hover, html.mobile #PageWrapper div.Navigation a:hover{color:#069aeb;text-decoration:none;
}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 AgendaRegular definition */
@font-face {
    font-family: AgendaRegular;
    font-display: fallback;
    src: url('css_webfonts/agenda-webfont.eot');
    src: url('css_webfonts/agenda-webfont.eot?iefix') format('eot'),
         url('css_webfonts/agenda-webfont.woff') format('woff'),
         url('css_webfonts/agenda-webfont.ttf') format('truetype'),
         url('css_webfonts/agenda-webfont.svg#webfont6mJSzLPU') format('svg');
    font-weight: normal;
    font-style: normal;
} 
.page_footer_container {
    width:100%; max-width: 500px;
    margin: 12px auto;
}

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

.page_footer_liner {
    padding: 12px;	
}

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

.page_footer_divider_below {
    margin: 0 auto;}

.page_footer_text,
.page_footer_text a {
    font-family:AgendaRegular,'Lucida Sans Unicode', 'Lucida Grande', sans-serif;font-size:12px;color:#663300;text-align:center;padding: 12px 0;
}

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

body {
line-height: 1.7;
}

p,
body,
#PageWrapper h1,
#PageWrapper h2,
#PageWrapper h3,
#PageWrapper h4,
#PageWrapper .CalloutBox h3,
#PageWrapper .CalloutBox h4,
#PageWrapper .ReminderBox h3,
#PageWrapper .ReminderBox h4,
#PageWrapper .ReminderBox,
#PageWrapper .ReminderBox p,
#PageWrapper .CalloutBox,
#PageWrapper .CalloutBox p {
font-family: 'Georgia', Times, serif;
}

#PageWrapper h1 {
margin-top: .75em;
}

#PageWrapper h1,
#PageWrapper h2,
#PageWrapper h3 {
line-height: 1.4;
letter-spacing: -0.03em;
}

#PageWrapper h4  {
line-height: 1.4;
}

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

#PageWrapper #Footer .Liner p {
margin: 15px 0 10px;
text-align: center;
font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
#PageWrapper #Footer .Liner p,
#PageWrapper #Footer h3,
#PageWrapper #Footer h4 {
text-align: center;
}
#PageWrapper h1 {
font-size: 30px;
}
#PageWrapper h2 {
font-size: 26px;
}
#PageWrapper h3 {
font-size: 22px;
}
}

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

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

.SS_BB2 #PageWrapper {
padding-top: 180px;
}

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

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

#Header {
max-width: 100%;
}

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

#ColumnsWrapper {
max-width: 1200px;
}

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

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

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

#NavColumn {
margin-top: 30px;
}

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

#Footer {
text-align: center;
max-width: 100%;
padding-bottom: 30px;
}

#Footer .Liner {
padding: 30px 30px 0;
}

@media only screen and (max-width: 1023px) {
#ContentColumn {
max-width: 100%;
}
#NavWrapper {
float: left;
width: 100%;
}
#NavColumn {
width: 100%;
max-width: 360px;
float: none;
margin: 0 auto;
}
.modern #ContentColumn .Liner {
padding: 20px 30px 40px !important;
}
}

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

@media only screen and (max-width: 447px) {
.modern #ContentColumn .Liner,
#NavColumn .Liner {
padding: 0 10px 30px !important; 
}
}

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

.Tagline,
.WebsiteName {
display: none;
}

.Logo {
float: left;
margin: 0;
}

.Logo a {
display: block;
}

.Logo,
.Logo a {
height: 74px;
width: 208px;
max-width: 208px;
height: 63px;
width: 170px;
max-width: 170px;
}

.Logo a {
color: transparent;
display: block;
margin: 0px;
padding: 0px;
height: 63px;
width: 170px;
opacity: 1;
}

.Logo a:hover {
opacity: 0.8;
}

@media only screen and (max-width: 768px) {
.Logo {
margin: 5px 20px 5px 0;
position: relative;
z-index: 0;
}
.Logo,
.Logo a {
height: 67px;
width: 188px;
height: 70px;
width: 188px;
height: 63px;
width: 170px;
}
}

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

#PageWrapper #Header .HorizontalNavBar {
overflow: visible;
}

#PageWrapper div.HorizontalNavBar {
margin: 0px -2000px;
padding: 10px 2000px;
background: #fff;
}

#Header .HorizontalNavBar {
width: 100%;
max-width: 100%;
position: relative;
top: inherit;
right: inherit;
left: inherit;
float: left;
bottom: inherit;
clear: both;
letter-spacing: 0.01em !important;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
}

#PageWrapper div.HorizontalNavBar ul.root {
padding: 0;
}

#PageWrapper div.HorizontalNavBar ul span.navheader,
#PageWrapper div.HorizontalNavBar ul .li1 a {
letter-spacing: -0.02em;
padding: 5px 13px 5px;
font-family: Helvetica, Arial, sans-serif;
}

#PageWrapper div.HorizontalNavBar ul span.navheader {
padding: 5px 16px 5px 13px;
}

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

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

#PageWrapper div.HorizontalNavBar ul ul {
padding: 12px 15px 12px 15px;
width: 180px;
right: initial;
background: #fff;
left: 1px;
border-radius: 0 0 4px 4px;
top: 38px;
border: 1px solid #fff;
border-width-top: 4px;
box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}

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

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

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

#PageWrapper div.HorizontalNavBar ul .li2 span.navheader,
#PageWrapper div.HorizontalNavBar ul .li2 a {
font-family: Helvetica, Arial, sans-serif;
letter-spacing: 0;
opacity: 1;
text-transform: none;
line-height: 1.4;
}

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

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

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

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

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

@media only screen and (max-width: 768px) {
#PageWrapper #Header div.HorizontalNavBar {
top: 1px;
}
#PageWrapper .ResponsiveNavWrapper {
background: none;
width: auto;
}
#PageWrapper div.HorizontalNavBar ul.root {
max-width: 100%;
padding: 0;
margin: auto;
display: initial;
}
.ResponsiveNavReady .ResponsiveNav ul {
width: 100%;
box-sizing: border-box;
padding-right: 20px;
}
.ResponsiveNavReady .ResponsiveNavButton {
position: absolute;
border: 1px solid #fff;
background: #364046;
padding: 0 10px;
}
.ResponsiveNavReady .ResponsiveNavButton,
.ResponsiveNavActive .ResponsiveNavButton {
top: 10px;
right: 25px;
}
.ResponsiveNavReady .ResponsiveNavButton span {
color: rgba(0,0,0,0);
font-size: 1px;
background-repeat: no-repeat;
padding: 0;
border-radius: 50%;
width: 40px;
height: 40px;
background-image: url(image-files/sprites-1.png);
background-size: 545px 60px;
background-position: -163px 10px;
display: block;
border: 10px #364046 solid;
box-sizing: content-box;
}
.ResponsiveNavActive .ResponsiveNavButton span {
background-repeat: no-repeat;
background-color: #069aeb;
border-radius: 50%;
width: 40px;
height: 40px;
background-image: url(image-files/sprites-1.png);
background-size: 545px 60px;
background-position: -201px 9px;
display: block;
border: 10px #0c9aea solid;
box-sizing: content-box;
}
.ResponsiveNavReady .ResponsiveNavButton,
.ResponsiveNavActivated .ResponsiveNavButton {
width: 60px;
padding: 0;
border-radius: 50%;
}
.ResponsiveNavReady .ResponsiveNavButton:hover {
background: #069aeb;
border: 1px solid #fff;
}
.ResponsiveNavReady .ResponsiveNav {
background: #fff;
}
.ResponsiveNavReady .ResponsiveNav a {
color: #364046;
font-weight: bold;
padding: 5px 0;
}
.ResponsiveNavReady .ResponsiveNav a:hover {
color: #069aeb;
}
}

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

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

@media only screen and (max-width: 768px) {
hr {
margin: 20px auto 20px;
}
}

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

a img:hover {
opacity: 0.8;
}

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

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

table.formwrapper label {
padding-top: 20px;
float: left;
}

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

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

table.formwrapper input[type="submit"] {
float: left;
padding: 10px 25px;
border: 2px solid #444;
border-radius: 3px;
background: #444;
color: #fff;
text-transform: uppercase;
font-size: 17px;
margin: 20px 0;
cursor: pointer;
-webkit-appearance: none;
}

table.formwrapper input[type="submit"]:hover {
background: #fff;
color: #444;
}

table.formwrapper textarea {
margin-left: -5px
}

/* ------ CUSTOM EZINE ------ */

.CustomEzine {
border-radius: 4px;
padding: 0px;
margin: 30px auto;
background: #262626;
}

#PageWrapper .CustomEzine .Ezine2 {
border-top: 0;
border-radius: 0 0 4px 4px;
}

#PageWrapper .CustomEzine .Ezine2 .EzineRow label {
text-align: center;
}

#PageWrapper #NavColumn .CustomEzine h4 {
font-size: 16px;
text-transform: none;
border: 0;
padding: 0 7%;
letter-spacing: 0;
color: #fff;
text-align: center;
margin: 17px auto 0px;
display: inline-block;
width: 100%;
font-weight: normal;
box-sizing: border-box
}

#PageWrapper #NavColumn .CustomEzine p {
color: #fecf48;
font-size: 15px;
text-align: center;
margin: 5px 7% 15px;
}

#PageWrapper .Ezine2 .EzineButton {
cursor: pointer;
}

#PageWrapper .Ezine2 .EzineButton:hover {
border-color: #333;
background: #333;
}

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

.GoogleSearchBox {
margin: 20px auto 0;
width: 100%;
max-width: 300px;
float: right;
}

.GoogleSearchBox form {
text-align: center;
background: #fff;
border-radius: 2px;
}

input.GoogleSearchField {
margin: 0;
width: calc(100% - 50px);
padding: 5px 17px 0;
border-radius: 2px;
height: 40px;
-webkit-appearance: none;
font-size: 14px;
color: #888;
border: 0;
background: #fff;
text-align: left;
box-sizing: border-box;
float: left;
}

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

input.GoogleSearchButton {
border-radius: 2px;
color: transparent;
background-repeat: no-repeat;
background-image: url("image-files/sprites-1.png");
background-size: 545px 60px;
background-position: -229px 8px;
background-color: #fff;
font-size: 0px;
height: 40px;
width: 48px;
cursor: pointer;
-webkit-appearance: none;
border: 0px;
padding: 0;
float: none;
margin: 0;
}

input.GoogleSearchButton:hover {
opacity: 0.8;
}

@media only screen and (max-width: 768px) {
.GoogleSearchBox {
margin: 30px auto 0;
max-width: 240px;
}
}

@media only screen and (max-width: 500px) {
.GoogleSearchBox {
margin: 0 0 10px;
width: 100%;
max-width: 100%;
clear: both;
float: none;
}
}

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

.FooterLinks {
box-sizing: border-box;
margin: -31px -30px 40px;
padding: 30px;
background: #035CBC;
background: #0088d5;
}

#PageWrapper #Footer .FooterLinks p {
font-family: Helvetica, Arial, sans-serif;
margin: 9px 0;
font-size: 14px;
text-transform: none;
letter-spacing: 0.02em;
color: #fff;
line-height: 1.25;
}

#PageWrapper #Footer .FooterLinks a:link,
#PageWrapper #Footer .FooterLinks a:visited, 
#PageWrapper #Footer .FooterLinks a:hover {
padding: 0;
color: #fff;
text-decoration: none;
display: inline-block;
font-weight: 300;
}

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

#PageWrapper #Footer h3 {
color: #fff;
font-size: 15px;
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0.02em;
margin: 0 0 10px;
}

/* ------ FIX FACEBOOK COMMENTING ------ */

.fb-comment {
text-align: center;
}

.fb-comments span, 
.fb_ltr {
width: 100% !important;
max-width: 650px;
}

.fb-comments iframe {
display: block;
margin: 0 auto;
}

#PageWrapper .fb-comment h3 {
text-align: center;
}

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

.SocialIcons {
float: none;
padding: 0;
width: 100%;
text-align: center;
margin: 50px auto 40px;
box-sizing: border-box;
}

.SocialIcons ul {
padding: 0;
margin: 0;
line-height: 0;
}

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

.SocialIcons ul li.SocialIconsText {
font-size: 10px;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: #fff;
letter-spacing: 0.03em;
text-align: center;
display: block;
margin: 0 auto 20px;
}

.SocialIcons ul li a {
display: block;
width: 40px;
height: 40px;
background-size: 26px !important;
background-position: center center;
background-repeat: no-repeat;
margin: 0;
border-radius: 50%;
background-color: #fff;
opacity: 1;
}

.SocialIcons ul li a.SocialIconFacebook,
.SocialIcons ul li a.SocialIconTwitter,
.SocialIcons ul li a.SocialIconInstagram,
.SocialIcons ul li a.SocialIconPinterest,
.SocialIcons ul li a.SocialIconYoutube,
.SocialIcons ul li a.SocialIconRSS {
background-image: url(image-files/sprites-1.png);
background-size: 545px 60px !important;
}

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

.SocialIcons ul li a.SocialIconFacebook {
background-position: -417px 7px;
}

.SocialIcons ul li a.SocialIconTwitter {
background-position: -307px 7px;
}

.SocialIcons ul li a.SocialIconInstagram {
background-position: -269px 7px;
}

.SocialIcons ul li a.SocialIconPinterest {
background-position: -342px 7px;
}

.SocialIcons ul li a.SocialIconYoutube {
background-position: -378px 7px;
}

.SocialIcons ul li a.SocialIconRSS {
background-position: -448px 7px;
}

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

.ss-ui-bootstrap .btn-primary {
color: #fff !important;
background-color: #008c93 !important;
border-color: #008c93 !important;
text-decoration: none !important;
padding: 11px 22px 10px !important;
border-radius: 4px !important;
font-weight: 700 !important;
font-size: 15px !important;
letter-spacing: .04em !important;
text-transform: uppercase;
}

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

/* ------ EU COOKIE BAR ------ */

body .eucookiebar {
background: #000c;
}

/* ------ HEADER BANNER - LOGO & SEARCH ------ */

.HeaderBannerLogoSearchWrapper {
width: 100%;
clear: both;
}

.HeaderBannerLogoSearch {
width: 100%;
max-width: 1300px;
padding: 90px 20px 25px;
margin: 0 auto;
}

@media only screen and (max-width: 768px) {
.HeaderBannerLogoSearch {
padding: 60px 20px 5px;
}
}

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

/* ------ BREADCRUMB & SOCIAL FOLLOW ICONS BAR ------ */

.BreadcrumbsSocialFollowWrapper {
clear: both;
background: none;
}

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

.BreadcrumbsSocialFollow .Breadcrumbs {
}

/* ------ NEWSLETTER SIGNUP BAR IN HEADER ------ */

.SignupBanner {
clear: both;
min-height: 60px;
background: url('image-files/bar-green-to-blue.png') no-repeat top left;
width: 100%;
padding: 20px 30px;
background-size: 100% 100%;
}

.SignupBanner p {
font-size: 16px;
color: #183b4e;
color: #000;
text-transform: uppercase;
letter-spacing: 0.01em;
margin: 5px 0;
line-height: 1.5;
text-align: center;
font-weight: normal;
font-family: Helvetica, Arial, sans-serif;
}

.SignupBanner p span {
color: #000;
}

.SignupBanner p a:link,
.SignupBanner p a:visited,
.SignupBanner p a:hover {
color: #fff;
text-decoration: underline;
font-weight: bold;
}

.SignupBanner p a:hover {
color: #fffd;
text-background: #fff;
text-decoration: none;
}

@media only screen and (max-width: 650px) {
.SignupBanner {
min-height: 30px;
padding: 10px 30px;
}
.SignupBanner p {
font-size: 14px;
color: #000;
}
}

@media only screen and (max-width: 450px) {
.SignupBanner p {
font-size: 13px;
}
}

/* ------ SOCIAL SHARING ICONS - TEXT ------ */

#PageWrapper #ContentColumn .SocialShareText p {
font-size: 9px;
font-family: Helvetica, Arial, sans-serif;
color: #888;
text-transform: uppercase;
margin: 0 0 5px 3px;
font-weight: bold;
letter-spacing: 0.02em;
}

.BottomSharingIcons {
text-align: center;
}

/* ------ FEATURE BANNER ------ */

.FeatureBanner {
box-sizing: border-box;
clear: both;
width: calc(100% + 60px);
margin: 100px -30px 100px;
background: url('image-files/bar-blue-to-green.png') no-repeat;
background-size: 100% 100%;
padding: 20px 30px;
display: inline-block;
border-radius: 4px;
}

#PageWrapper .FeatureBanner .ImageBlock {
margin: -60px 20px -60px 0;
}

#PageWrapper #ContentColumn .FeatureBanner p {
margin: 10px 0;
color: #fff;
}

#PageWrapper #ContentColumn .FeatureBanner a:link,
#PageWrapper #ContentColumn .FeatureBanner a:visited,
#PageWrapper #ContentColumn .FeatureBanner a:hover {
color: #fff;
}

@media only screen and (max-width: 768px) {
.FeatureBanner {
width: 100%;
margin: 100px 0 100px;
}
#PageWrapper .FeatureBanner .ImageBlock {
margin: -80px auto 0;
width: 120px;
float: none;
}
#PageWrapper #ContentColumn .FeatureBanner p {
text-align: center !important;
}
}

@media only screen and (max-width: 447px) {
.FeatureBanner {
width: 100%;
margin: 60px 0 30px;
padding-right: 10px;
padding-left: 10px;
}
}

/* ------ 2-COLUMN RESPONSIVE GRID ------ */

#ContentColumn .responsive_grid_block-2 div.responsive_col-1 {
padding-left: 0;
}

#ContentColumn .responsive_grid_block-2 div.responsive_col-2 {
padding-right: 0;
}

@media only screen and (max-width: 500px) {
#ContentColumn .responsive_grid_block-2 div[class*="responsive_col-"] {
padding-left: 2%;
padding-right: 2%;
width: 100%;
}
}

/* ------ 3-COLUMN RESPONSIVE GRID ------ */

#ContentColumn .responsive_grid_block-3 div.responsive_col-1 {
padding-left: 0;
}

#ContentColumn .responsive_grid_block-3 div.responsive_col-3 {
padding-right: 0;
}

@media only screen and (max-width: 447px) {
#ContentColumn .responsive_grid_block-3 div[class=".responsive_col-"] {
padding-left: 2%;
padding-right: 2%;
}
}

/* ------ 4-COLUMN RESPONSIVE GRID ------ */

#ContentColumn .responsive_grid_block-4 div.responsive_col-1 {
padding-left: 0;
}

#ContentColumn .responsive_grid_block-4 div.responsive_col-4 {
padding-right: 0;
}

@media only screen and (max-width: 768px) {
#ContentColumn .responsive_grid_block-4 div.responsive_col-2 {
padding-right: 0;
}
#ContentColumn .responsive_grid_block-4 div.responsive_col-3 {
padding-left: 0;
}
}

@media only screen and (max-width: 447px) {
#ContentColumn .responsive_grid_block-4 div[class=".responsive_col-"] {
padding-left: 2%;
padding-right: 2%;
}
}

/* ------ BOTTOM PHOTO ------ */

.BottomPhoto {
clear: both;
min-height: 400px;
position: relative;
}

.BottomPhoto p {
position: absolute;
font-size: 12px;
display: inline-block;
right: 0;
bottom: 50px;
border-radius: 2px 0 0 2px;
background: #fff;
font-family: Helvetica, Arial, sans-serif;
padding: 13px 17px 12px;
font-style: italic;
}

.BottomPhoto p a:link,
.BottomPhoto p a:visited {
color: #035CBC;
}

.BottomPhoto p a:hover {
color: #333;
}

@media only screen and (max-width: 768px) {
.BottomPhoto {
min-height: 300px;
}
.BottomPhoto p {
bottom: 20px;
}
}

/* ------ WHAT'S NEW ------ */

#PageWrapper .WhatsNew h2,
#PageWrapper .WhatsNew h3 {
font-family: Georgia, Times, serif;
font-weight: bold;
}

#PageWrapper .WhatsNew .WhatsNew-more {
font-family: Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 0.02em;
}

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

.BreadcrumbBlock {
padding: 3px 0 0 25px;
}

.FooterBreadcrumbsWrapper {
clear: both;
width: 100%;
background: #efefef;
}

.FooterBreadcrumbs,
#Footer .BreadcrumbBlock {
padding: 25px 30px;
width: 100%;
max-width: 1300px;
margin: 0 auto;
box-sizing: border-box;
}

.HeaderBreadcrumbs,
#Header .BreadcrumbBlock {
width: 100%;
max-width: calc(100% - 330px);
float: right;
padding: 4px 25px;
text-align: left;
box-sizing: border-box;
}

.FooterBreadcrumbs ol,
.HeaderBreadcrumbs ol,
.BreadcrumbBlock ol {
font-size: 13px;
color: #888;
text-transform: uppercase;
letter-spacing: 0.03em;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
margin: 0;
}

.FooterBreadcrumbs ol li,
.HeaderBreadcrumbs ol li,
.BreadcrumbBlock ol li {
padding: 5px;
padding: 0 5px;
margin: 0;
}

.FooterBreadcrumbs ol a:link,
.FooterBreadcrumbs ol a:visited,
.FooterBreadcrumbs ol a:hover,
.HeaderBreadcrumbs ol a:link,
.HeaderBreadcrumbs ol a:visited,
.HeaderBreadcrumbs ol a:hover,
.BreadcrumbBlock ol a:link,
.BreadcrumbBlock ol a:visited,
.BreadcrumbBlock ol a:hover {
color: #555;
text-decoration: none;
}

.FooterBreadcrumbs ol a:hover,
.HeaderBreadcrumbs ol a:hover,
.BreadcrumbBlock ol a:hover {
color: #069aeb;
}

#PageWrapper .BreadcrumbBlock .BreadcrumbTiers {
margin: 0;
}

#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before {
margin-right: 10px;
}

@media only screen and (max-width: 768px) {
.BreadcrumbBlock {
padding: 30px 0 0;
}
.HeaderBreadcrumbs {
max-width: 100%;
float: left;
padding: 10px 25px 0;
text-align: center;
}
#Header .BreadcrumbBlock,
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockLeft .BreadcrumbTiers {
max-width: 100%;
padding: 10px 0 5px;
text-align: center;
}
.FooterBreadcrumbs ol,
#Footer .BreadcrumbBlock ol {
text-align: center;
}
.FooterBreadcrumbs ol,
.HeaderBreadcrumbs ol,
.BreadcrumbBlock ol {
font-size: 11px;
margin: 0;
padding: 0;
}
.FooterBreadcrumbs ol li,
.HeaderBreadcrumbs ol li,
.BreadcrumbBlock ol li {
margin-left: 0 !important;
}
}

/* -- FOR NEW BREADCRUMB BLOCKS, THIS CODE HIDES THE 'OLD' HTML BREADCRUMBS -- */

.HeaderBreadcrumbs,
.FooterBreadcrumbsWrapper {
display: none;
}

/* ------ RETURN TO TOP ARROW ------ */

a.backtotop {
position: absolute;
top: 0;
opacity: 0;
}

a.TopArrow {
position: fixed;
display: block;
bottom: 100px;
right: 0;
z-index: 999999;
width: 58px;
height: 54px;
border-radius: 4px 0 0 4px;
background-color: #333d;
border: 2px solid #fff;
border-right: 0;
background-image: url(image-files/sprites-1.png);
background-size: 545px 60px;
background-position: -491px 2px;
background-repeat: no-repeat;
}

a.TopArrow:hover {
cursor: pointer;
background-color: #0088d5;
}

@media only screen and (min-width: 769px) {
a.TopArrow {
display: none;
}
}

/* ------ FOR DESKTOP ONLY ------ */

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

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

#at4-follow {
display: none !important;
}

#Footer .ezoic-ad {
padding-bottom: 50px;
}

#Footer .adsbygoogle {
padding-bottom: 62px;
}

/* css to make scrolling smooth when clicking on anchor links */
html
{
  scroll-behavior: smooth;
}

/* ------ HEADER BANNER - LOGO & SEARCH ------ */

.HeaderBannerWrapper {
width: 100%;
clear: both;
}

.HeaderBanner {
width: 100%;
padding: 200px 0 0;
}

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

@media only screen and (max-width: 500px) {
.HeaderBanner {
padding: 120px 0 0;
}
}

/* ------ HEADER UPDATE MARCH 2021 ------ */

.BelowHeaderWrapper {
clear: both;
width: 100%;
padding-top: 0;
}

.Logo {
float: left;
margin: 0;
padding: 10px 0 0;
}

.Logo a {
background-image: url("image-files/sprites-1.png");
background-size: 575px 64px;
background-position: 0 0;
}

#PageWrapper div.HorizontalNavBar {
margin: 5px 0 12px;
padding: 0;
background: none;
width: 100%;
max-width: 100%;
clear: none;
}

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

#Header {
max-width: 1300px;
width: 100%;
}

#PageWrapper #Header .Liner {
padding: 0px 15px;
}

.GoogleSearchBox {
margin: 23px auto 0;
}

.Logo,
.Logo a {
height: 63px;
width: 170px;
max-width: 170px;
}

@media only screen and (max-width: 900px) {
#PageWrapper div.HorizontalNavBar ul span.navheader,
#PageWrapper div.HorizontalNavBar ul a {
font-size: 15px;
}
#PageWrapper div.HorizontalNavBar ul .li1 a {
padding: 5px 9px 5px;
}
#PageWrapper div.HorizontalNavBar ul span.navheader {
padding: 5px 12px 5px 9px;
}
#PageWrapper div.HorizontalNavBar ul span.navheader ins,
#PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
height: 4px;
width: 4px;
right: 2px;
}
}

@media only screen and (max-width: 768px) {
#PageWrapper #Header .Liner {
min-height: 96px;
}
.ResponsiveNavReady .ResponsiveNavButton,
.ResponsiveNavActive .ResponsiveNavButton {
right: 10px;
}
.GoogleSearchBox {
margin: 28px 84px 0 0;
max-width: 192px;
}
.Logo {
padding: 13px 0 0 3px;
}
}

@media only screen and (max-width: 500px) {
.GoogleSearchBox {
width: 100%;
max-width: 100%;
clear: both;
float: left;
margin: 20px 0 10px;
}
}

/* ------ SOCIALIZE IT! SHARING ICONS ------ */

.SocialShareMini {
margin-bottom: 1.5em;
text-align: center;
}

.SocialShareMini::before {
content: "Share this page:";
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #777;
text-align: center;
display: block;
width: 100%;
clear: both;
margin: 5px auto 5px;
}

.SocialShareMini a span {
display: none;
}

.socialIcon svg {
border-radius: 4px;
width: 30px;
height: 30px;
color: #888;
background: #fff;
}

.socialIcon:hover svg {
background: #fff;
color: #333;
}

.SocialShare .socialIcon {
display: inline-block;
margin: 0 4px;
}

body #PageWrapper .SocialShareRegular a svg {
display: inline-block;
}

body #PageWrapper .SocialShareRegular a span {
clear: both;
display: block;
font-size: 12px;
font-family: Arial, sans-serif;
text-transform: uppercase;
letter-spacing: 0.05em;
}

/* ------ CREDIT / DATE ------ */

.CreditDate {
padding: 0 0 20px;
display: table;
width: 100%;
}

#PageWrapper .CreditDate .ImageBlock {
display: table-cell;
vertical-align: middle;
float: none;
line-height: 1;
width: 34px;
padding: 0 15px 0 0;
box-sizing: content-box;
}

#PageWrapper .CreditDate .ImageBlock img {
margin: 0 0 -1px 0;
width: 34px;
}

#ContentColumn .CreditDate p,
#ContentColumn .CreditDate ol li {
margin: 3px 8px 0 0;
float: left;
}

/* ------ BYLINE DATE ------ */

.BylineDate {
clear: both;
display: flex;
width: 100%;
margin: 10px 0;
align-items: center;
}

#PageWrapper .BylineDateImage .ImageBlockCenter {
text-align: left;
margin: 0 12px -10px 0;
float: left;
}

#ContentColumn .BylineDateText p {
margin: 0;
font-size: 14px;
font-style: italic;
}

.mc-modal {
    top: 20px;
    bottom: 0px;
    left: 20px;
}

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

table.formwrapper {
padding: 1px 6px 1px 12px;
}

table.formwrapper input[type="text"],
table.formwrapper textarea {
border-radius: 2px;
padding: 10px;
line-height: 23px;
font-size: 17px;
width: 100%;
box-sizing: border-box;
font-weight: bold;
background: #fff;
border: 0.1em solid #0004;
}

table.formwrapper textarea {
width: calc(100% - 6px);
}

table.formwrapper h2 {
text-align: left !important;
}

table.formwrapper label {
padding-top: 20px;
float: left;
font-size: 14px;
text-transform: none;
color: #444;
}

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

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

table.formwrapper input[type="submit"] {
float: left;
padding: 13px 25px 12px;
border-radius: 50px;
border: 2px solid #333;
background: none;
color: #333;
text-transform: uppercase;
font-weight: bold;
font-size: 15px;
letter-spacing: 0.07em;
margin: 20px 0;
cursor: pointer;
-webkit-appearance: none;
}

table.formwrapper input[type="submit"]:hover {
background: #333;
color: #fff;
}

/* ======================================== */
/* === NEW TEMPLATE UPDATE: JAN 25 2024 === */
/* ======================================== */

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

/* nunito-sans-regular - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
src: url('https://www.romewise.com/support-files/nunito-sans-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-italic - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Nunito Sans';
font-style: italic;
font-weight: 400;
src: url('https://www.romewise.com/support-files/nunito-sans-v15-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-700 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
src: url('https://www.romewise.com/support-files/nunito-sans-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-700italic - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Nunito Sans';
font-style: italic;
font-weight: 700;
src: url('https://www.romewise.com/support-files/nunito-sans-v15-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-800 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 800;
src: url('https://www.romewise.com/support-files/nunito-sans-v15-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-800italic - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Nunito Sans';
font-style: italic;
font-weight: 800;
src: url('https://www.romewise.com/support-files/nunito-sans-v15-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-900 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 900;
src: url('https://www.romewise.com/support-files/nunito-sans-v15-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-900italic - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Nunito Sans';
font-style: italic;
font-weight: 900;
src: url('https://www.romewise.com/support-files/nunito-sans-v15-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

p,
body,
#PageWrapper .ReminderBox,
#PageWrapper .ReminderBox p,
#PageWrapper .CalloutBox,
#PageWrapper .CalloutBox p {
font-family: 'Nunito Sans', Arial, sans-serif;
font-size: 20px;
line-height: 1.8;
letter-spacing: 0.02em;
word-spacing: 0.04em;
color: #222;
}

#PageWrapper .CalloutBox,
#PageWrapper .CalloutBox p,
#PageWrapper .CalloutBox b,
#PageWrapper .CalloutBox p b {
color: #fff;
}

p b,
body b,
#PageWrapper .ReminderBox b,
#PageWrapper .ReminderBox p b,
#PageWrapper .CalloutBox b,
#PageWrapper .CalloutBox p b {
font-weight: 800;
letter-spacing: -0.005em;
}

#PageWrapper div.HorizontalNavBar ul span.navheader,
#PageWrapper div.HorizontalNavBar ul .li1 a {
font-family: 'Nunito Sans', Arial, sans-serif;
}

h1, h2, h3, h4,
#PageWrapper h1,
#PageWrapper h2,
#PageWrapper h3,
#PageWrapper h4 {
font-family: 'Nunito Sans', Arial, sans-serif !important;
font-weight: 900 !important;
line-height: 1.2;
word-spacing: -0.1em;
}

h1, #PageWrapper h1 {
font-size: 40px !important;
}

h2, #PageWrapper h2 {
font-size: 34px !important;
}

#PageWrapper h1,
#PageWrapper h2, 
#PageWrapper h3 {
letter-spacing: -0.01em;
}

#PageWrapper .WhatsNew h3 {
line-height: 1.6;
}

.SignupBanner p,
.eucookiebar button,
.eucookiebar p {
font-family: 'Nunito Sans', Arial, sans-serif !important;
text-transform: none !important;
}

body .eucookiebar p {
font-size: 14px;
letter-spacing: -0.005em;
}

#ContentColumn a,
#NavColumn a {
font-weight: 700;
}

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

.SignupBanner {
border-top: 1px solid #0001;
background-position: 0 -10px;
background-size: 100% 130%;
}

.SignupBanner ul,
.SignupBanner ul li {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

.SignupBanner ul li:nth-child(2),
.SignupBanner ul li:nth-child(3) {
margin-left: 20px;
border-left: 1px solid #fff5;
padding-left: 25px;
}

.SignupBanner p,
.SignupBanner ul li {
font-size: 18px;
color: #fff;
text-shadow: 0 0 30px #0008;
letter-spacing: 0.02em;
margin: 0;
}

.SignupBanner ul li {
display: inline-block;
}

.SignupBanner p a:link,
.SignupBanner p a:visited,
.SignupBanner p a:hover,
.SignupBanner ul li a:link,
.SignupBanner ul li a:visited,
.SignupBanner ul li a:hover {
color: #000;
text-decoration: none;
font-weight: 700;
display: inline-block;
background: #ffd85b;
padding: 9px 23px 8px;
border-radius: 100px;
font-size: 14px;
margin: 8px 5px;
text-transform: uppercase;
letter-spacing: .06em;
text-shadow: none;
border: 1px solid #fff6;
transition: ease all 300ms;
}

.SignupBanner p a:hover,
.SignupBanner ul li a:hover {
background: #fff;
transition: ease all 200ms;
}

@media only screen and (max-width: 768px) {
.SignupBanner p a:link,
.SignupBanner p a:visited,
.SignupBanner p a:hover,
.SignupBanner ul li a:link,
.SignupBanner ul li a:visited,
.SignupBanner ul li a:hover {
padding: 5px 13px 4px;
margin: 2px 5px;
letter-spacing: 0;
}
.SignupBanner ul li {
display: block;
margin: 0 auto;
}
.SignupBanner ul li:nth-child(2),
.SignupBanner ul li:nth-child(3) {
margin-left: 0;
margin-top: 12px;
border-left: 0;
border-top: 1px solid #fff5;
padding-left: 0;
padding-top: 12px;
}
}

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

input.GoogleSearchField {
width: calc(100% - 48px);
border-radius: 100px 0 0 100px;
padding: 3px 17px 0;
letter-spacing: 0.01em;
}

input.GoogleSearchButton {
border-radius: 0 100px 100px 0;
background-position: -231px 8px;
float: right;
}

@media only screen and (min-width: 769px) {
.GoogleSearchBox {
max-width: 240px;
}
}

/* ------ PAGEWRAPPER ------ */

#PageWrapper {
background-color: #fff;
}

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

#ContentColumn a,
#NavColumn a,
#Footer a {
font-weight: 700;
text-underline-offset: 0.3rem;
text-decoration-thickness: 0.07em !important;
}

#ContentColumn .SocialShare a,
#NavColumn .SocialShare a,
#ContentColumn .blogItThumbnail a,
#NavColumn .blogItThumbnail a,
#PageWrapper .ImageBlock a,
#Footer .SocialDestinations a {
text-decoration: none;
}

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

#PageWrapper div.HorizontalNavBar {
margin: 10px 0 12px;
}

#PageWrapper div.HorizontalNavBar ul ul {
right: 1px;
left: initial;
border-radius: 5px;
box-shadow: 0 4px 5px #3334;
}

#PageWrapper div.HorizontalNavBar ul .li1:first-child ul,
#PageWrapper div.HorizontalNavBar ul .li1:nth-child(2) ul {
right: initial;
left: 1px;
}

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

#PageWrapper #NavColumn .Liner {
background-color: #f9f9f9;
border: 1px solid #f3f3f3;
border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
#NavColumn {
padding-bottom: 40px;
}
}

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

.SidebarLinks {
margin: 3em 0;
}

#PageWrapper .SidebarLinks .responsive-row {
display: flex;
flex-wrap: wrap;
column-gap: 20px;
row-gap: 20px;
margin: 20px 0;
align-items: stretch;
}

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

#PageWrapper .SidebarLinks .responsive-row div[class*="responsive_col-"] {
padding: 0;
width: calc(50% - 10px);
}

#PageWrapper #ContentColumn .SidebarLinks .responsive-row div[class*="responsive_col-"] {
padding: 0;
width: calc(25% - 15px);
}

#PageWrapper .SidebarLinks .responsive-row .ImageBlockCenter,
#PageWrapper .SidebarLinks .responsive-row .ImageBlockRight,
#PageWrapper .SidebarLinks .responsive-row .ImageBlockLeft {
margin: 0;
background: #ddd;
border-radius: 10px;
height: 100%;
transition: ease all 200ms;
}

#PageWrapper .SidebarLinks .responsive-row .ImageBlockCenter:hover,
#PageWrapper .SidebarLinks .responsive-row .ImageBlockRight:hover,
#PageWrapper .SidebarLinks .responsive-row .ImageBlockLeft:hover {
box-shadow: 0 0 10px #0007;
transition: ease all 200ms;
}

#PageWrapper .SidebarLinks .ImageBlock img {
border-radius: 10px 10px 0 0;
transition: ease all 200ms;
}

.SidebarLinks a img:hover {
opacity: 1;
filter: contrast(1.1);
transition: ease all 200ms;
}

#PageWrapper .SidebarLinks .Caption {
font-style: normal;
font-size: 11px;
font-weight: 400 !important;
color: #000;
line-height: 1.4;
background: #ddd;
padding: 10px 15px;
border-radius: 0 0 10px 10px;
margin-top: -12px;
text-align: left !important;
}

#PageWrapper #ContentColumn .SidebarLinks .Caption {
margin-top: -13px;
}

@media only screen and (max-width: 640px) {
#PageWrapper #ContentColumn .SidebarLinks .responsive-row div[class*="responsive_col-"] {
padding: 0;
width: calc(50% - 10px);
}
}

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

.ss-ui-bootstrap .btn-primary,
#ContentColumn .ss-ui-bootstrap .btn-primary {
color: #fff !important;
background-color: #0093e4 !important;
text-decoration: none !important;
padding: 11px 20px 10px !important;
border-radius: 2px !important;
border: 2px solid #0093e4 !important;
font-weight: bold !important;
font-size: 15px !important;
letter-spacing: .03em !important;
text-transform: uppercase;
letter-spacing: 0.06em !important;
font-family: 'Nunito Sans', Arial, Helvetica, sans-serif !important;
margin: 1em auto !important;
}

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

/* ------ CUSTOM WHAT'S NEW ------ */

#PageWrapper .CustomWhatsNew h2 {
line-height: 1.4;
font-size: 18px !important;
padding-bottom: 3px;
letter-spacing: 1px;
text-transform: uppercase;
}

#PageWrapper .CustomWhatsNew .WhatsNew ol li {
border: 0;
padding: 0 0 5px 20px;
background: initial;
position: relative;
}

#PageWrapper .CustomWhatsNew .WhatsNew ol li:before {
content: "•";
position: absolute;
top: 0;
left: 0;
}

#PageWrapper .CustomWhatsNew .WhatsNew ol {
padding-bottom: 20px;
}

/* ------ TOO LONG DIDN'T READ - TLDR ------ */

.tldr {
display: table;
clear: both;
width: 100%;
background: #f3f3f3;
border-radius: 2px;
border: 1px solid #ccc;
padding: 15px 5%;
margin: 2.5em 0 2em
}

#PageWrapper .tldr h3 {
display: table;
padding: 5px 12px 3px;
margin: -32px 0 2em -10px;
text-transform: uppercase;
letter-spacing: 0.02em;
font-size: 16px;
border: 1px solid #444;
color: #444;
background: #fff;
border-radius: 2px;
z-index: 1;
position: relative;
}

/* ------ FEATURE BOXES ------ */

.FeaturedBox {
clear: both;
position: relative;
width: 100%;
display: table;
margin: 3em auto;
background: #f3f3f3;
border-radius: 2px;
padding: 20px 20px 16px;
max-width: 700px;
border: 1px solid #aaa2;
box-shadow: 0 0 30px #0007;
transition: ease all 300ms;
border: 1px solid #fffa;
}

.Liner .FeaturedBox:first-child {
background: #ffe9be;
background: #caf4df;
background: #ddd;
}

.LittleTab {
position: absolute;
top: -20px;
left: 20px;
display: table;
padding: 8px 15px;
border-radius: 2px;
background: #df2233;
background: #ffa700;
color: #fff;
}

.Liner .FeaturedBox:first-child .LittleTab {
background: #ffa700;
background: #00a753;
}

.Liner .FeaturedBox:nth-child(2) .LittleTab {
background: #7394a1;
background: #ffa700;
}

.Liner .FeaturedBox:nth-child(3) .LittleTab {
background: #d5720d;
background: #ffa700;
}

#PageWrapper .FeaturedBox .responsive-row {
overflow: hidden;
display: flex;
align-items: center;
justify-content: space-between;
min-height: 180px;
}

#PageWrapper .FeaturedBox .ImageBlock {
margin: 0;
line-height: 1;
}

#PageWrapper .FeaturedBox .ImageBlock,
#PageWrapper .FeaturedBox .ImageBlock img {
border-radius: 0 5px 5px;
border-radius: 0 2px 2px;
}

#ContentColumn .FeaturedBox .responsive-row h4 {
margin: 10px 0;
font-size: 19px;
font-weight: bold;
text-align: center;
color: #000;
line-height: 1.15;
}

#PageWrapper .FeaturedBox .LittleTab h4 {
font-size: 16px;
text-transform: uppercase;
margin: 0;
color: #fff;
padding: 5px 10px 3px 8px;
}

#ContentColumn .FeaturedBox p {
line-height: 1.3;
margin: 0 0 5px;
text-align: center;
font-size: 16px;
color: #333;
font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
}

.FeaturedBox .ss-ui-bootstrap .btn{
width: 100%;
box-sizing: border-box;
}

#PageWrapper .FeaturedBox .responsive-row div.responsive_col-1 {
padding: 0;
width: 220px;
}
#PageWrapper .FeaturedBox .responsive-row div.responsive_col-2 {
width: auto;
padding: 5px 15px;
}
#PageWrapper .FeaturedBox .responsive-row div.responsive_col-2 .ImageBlock {
max-width: 120px;
margin: 0 auto;
}
#PageWrapper .FeaturedBox .responsive-row div.responsive_col-3 {
padding: 0;
width: 140px;
}

.OneColumn {
display: flex;
column-gap: 5%;
margin: 0 auto;
width: 100%;
max-width: 380px;
}

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

.OneRow .FeaturedBoxes {
display: flex;
}

.OneRow .FeaturedBox {
width: 30%;
float: left;
}

#PageWrapper .OneColumn .FeaturedBox .responsive-row,
#PageWrapper .OneRow .FeaturedBox .responsive-row {
display:block
}
#PageWrapper .OneColumn .FeaturedBox .responsive-row div[class*="responsive_col-"],
#PageWrapper .OneRow .FeaturedBox .responsive-row div[class*="responsive_col-"] {
width: 100% !important;
padding: 0 !important;
}
#PageWrapper .OneColumn .FeaturedBox .responsive-row div.responsive_col-2,
#PageWrapper .OneRow .FeaturedBox .responsive-row div.responsive_col-2 {
padding: 20px 0 12px !important;
}
.OneColumn .LittleTab,
.OneRow .LittleTab {
top: -26px;
left: 20px;
}
.OneColumn .FeaturedBox.ss-ui-bootstrap .btn,
.OneRow .FeaturedBox.ss-ui-bootstrap .btn {
width: auto;
}

@media only screen and (max-width:640px) {
.OneColumn,
.OneRow {
display: block;
}
.FeaturedBox,
.OneColumn .FeaturedBox,
.OneRow .FeaturedBox {
max-width: 300px;
padding: 20px 20px;
}
.OneRow .FeaturedBoxes {
display: table;
width: 100%;
}
.OneRow .FeaturedBox {
width: initial;
float: none;
}
#PageWrapper .FeaturedBox .responsive-row {
display: block;
}
#PageWrapper .FeaturedBox .responsive-row div[class*="responsive_col-"] {
width: 100% !important;
padding: 0 !important;
}
#PageWrapper .FeaturedBox .responsive-row div.responsive_col-2 {
padding: 20px 0 12px !important
}
.LittleTab {
top: -28px;
left: 20px;
}
.FeaturedBox .ss-ui-bootstrap .btn {
width: auto;
}
}

/* ------ EU COOKIE BAR BUTTON ------ */

.eucookiebar button {
border: 0;
border-radius: 50px;
font-size: 11px;
color: #333;
padding: 7px 15px 6px 15px;
text-transform: uppercase !important;
letter-spacing: 0.04em;
}

/* ------ RESOURCES BLOCK ------ */

.ResourcesBlock {
margin: 3em auto;
}

#PageWrapper .ResourcesBlock h3 {
background: #deedf5;
padding: 18px 22px 17px;
border-radius: 9px;
text-align: center;
font-weight: 700 !important;
letter-spacing: 0;
font-size: 25px;
margin: 0 auto 5px;
}

#PageWrapper .ResourcesBlock h4 {
background: #cee2ed;
color: #000;
padding: 18px 15px 16px 15px;
border-radius: 9px 9px 0 0;
text-align: center;
margin: 0 -20px 15px;
font-weight: 700 !important;
font-size: 17px;
width: calc(100% + 40px);
box-sizing: border-box;
background: #cee2ed;
text-transform: none;
letter-spacing: 0.02em;
word-spacing: 0.015em;
}

#ContentColumn .ResourcesBlock p {
font-size: 17px;
line-height: 1.55;
text-align: left;
margin: 0px 0 17px;
flex: 1 1 auto;;
}

#ContentColumn .ResourcesBlock p,
#ContentColumn .ResourcesBlock ul,
#ContentColumn .ResourcesBlock ul li,
#ContentColumn .ResourcesBlock ol,
#ContentColumn .ResourcesBlock ol li {
font-size: 17px;
line-height: 1.55;
}

.ResourcesBlock div[class*='responsive_col-'] {
background: #deedf5;
padding: 0 20px 20px !important;
border-radius: 9px;
text-align: center;
margin: 5px 0;
width: calc(33% - 5px);
display: flex;
flex-direction: column;
}

.ResourcesBlock .responsive-row {
display: flex;
}

.ResourcesBlock div.responsive_col-1 {
margin-right: 5px;
}

.ResourcesBlock div.responsive_col-2 {
margin-left: 5px;
margin-right: 5px;
}

.ResourcesBlock div.responsive_col-3 {
margin-left: 5px;
}

.ResourcesBlock .ss-ui-bootstrap .btn-primary,
#ContentColumn .ResourcesBlock .ss-ui-bootstrap .btn-primary {
box-sizing: border-box;
margin: 0 !important;
border-radius: 6px !important;
width: 100% !important;
max-width: 100% !important;
}

#PageWrapper .ResourcesBlock .ImageBlockCenter {
margin: 0 0 20px;
}

#PageWrapper .ResourcesBlock .ImageBlock img {
border-radius: 5px;
border: 1px solid #fffa;
}

@media only screen and (max-width: 600px) {
.ResourcesBlock .responsive-row {
display: block;
}
.ResourcesBlock div[class*='responsive_col-'] {
width: 100% !important;
display: block;
margin: 5px 0 !important;
}
#PageWrapper .ResourcesBlock h4 {
text-align: left;
padding: 18px 20px 16px;
}
.ResourcesBlock .ss-ui-bootstrap .btn-primary,
#ContentColumn .ResourcesBlock .ss-ui-bootstrap .btn-primary {
width: auto !important;
max-width: auto !important;
float: left;
}
#ContentColumn .ResourcesBlock p {
margin: 0px 0 12px;
}
}

/* ------ TOP RESOURCES BLOCK ------ */

.TopResourcesBlock {
margin: 3em auto;
}

.TopResourcesBlock .Box {
background: #deedf5;
padding: 5%;
border-radius: 9px;
margin: 5px auto;
box-sizing: border-box;
}

.TopResourcesBlock .Box:first-child {
background: #059aeb;
background: #204254;
border-radius: 9px 9px 0 0;
}

.TopResourcesBlock .Box:nth-child(2) {
border-radius: 0 0 9px 9px;
}

#PageWrapper .TopResourcesBlock h3 {
text-align: center;
margin: 0 0 5px;
text-shadow: 1px 1px 0px #fffa;
}

#PageWrapper .TopResourcesBlock .Box:first-child h3 {
color: #fffb;
text-shadow: none;
}

#ContentColumn .TopResourcesBlock .Box:first-child p {
color: #fffe;
margin-bottom: 0;
font-size: 16px;
line-height: 1.5;
}

#PageWrapper .TopResourcesBlock .Box h4 {
margin: 0 0 15px calc(-5% - 4px);
display: inline-block;
background: #204254;
color: #fff;
padding: 9px 15px 7px 15px;
font-size: 17px;
border-radius: 0 7px 7px 0;
}

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

.AmazonLinks,
.AmazonLinksWhite {
display: block;
width: 100%;
margin: 3em auto;
border: 1px solid #333;
border-radius: 10px;
padding: 10px 5%;
box-sizing: border-box;
max-width: 600px;
}

.AmazonLinks {
border: 0;
background: #deedf5;
}

#ContentColumn .AmazonLinks p,
#ContentColumn .AmazonLinks p span,
#ContentColumn .AmazonLinksWhite p,
#ContentColumn .AmazonLinksWhite p span {
color: #333 !important;
margin: 1em 0 1.5em;
font-weight: 800;
}

#PageWrapper .AmazonLinks .responsive-row div[class*="responsive_col-"],
#PageWrapper .AmazonLinksWhite .responsive-row div[class*="responsive_col-"] {
display: flex;
justify-content: center;
}

#ContentColumn .AmazonLinks p:last-child,
#ContentColumn .AmazonLinksWhite p:last-child {
background: #eee;
border-radius: 3px;
padding: 10px 15px 8px;
line-height: 1.4;
margin: 2em 0 4%;
}

#ContentColumn .AmazonLinks p:last-child {
background: #cee2ed;
}

#ContentColumn .AmazonLinks p:last-child,
#ContentColumn .AmazonLinks p:last-child span,
#ContentColumn .AmazonLinksWhite p:last-child,
#ContentColumn .AmazonLinksWhite p:last-child span {
font-size: 14px !important;
font-style: normal;
font-weight: 400 !important;
}

.AmazonLinks .paapi5-pa-product-image,
.AmazonLinksWhite .paapi5-pa-product-image {
background: #fff !important;
padding: 10px 20px !important;
border-radius: 7px !important;
}

@media only screen and (max-width: 650px) {
#ContentColumn .AmazonLinks p:last-child,
#ContentColumn .AmazonLinksWhite p:last-child {
margin-bottom: 2%;
}
}

/* 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;
}
/* ubuntu-cyrillic-ext-400-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('fonts/ubuntu/files/ubuntu-cyrillic-ext-400-normal.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-400-normal.woff') format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
/* ubuntu-cyrillic-400-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('fonts/ubuntu/files/ubuntu-cyrillic-400-normal.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-400-normal.woff') format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
/* ubuntu-greek-ext-400-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('fonts/ubuntu/files/ubuntu-greek-ext-400-normal.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-400-normal.woff') format('woff');
  unicode-range: U+1F00-1FFF;
}
/* ubuntu-greek-400-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('fonts/ubuntu/files/ubuntu-greek-400-normal.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-400-normal.woff') format('woff');
  unicode-range: U+0370-03FF;
}
/* ubuntu-latin-ext-400-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('fonts/ubuntu/files/ubuntu-latin-ext-400-normal.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-400-normal.woff') format('woff');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* ubuntu-latin-400-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('fonts/ubuntu/files/ubuntu-latin-400-normal.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-400-normal.woff') format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* ubuntu-cyrillic-ext-400-italic*/
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url('fonts/ubuntu/files/ubuntu-cyrillic-ext-400-italic.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-400-italic.woff') format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
/* ubuntu-cyrillic-400-italic*/
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url('fonts/ubuntu/files/ubuntu-cyrillic-400-italic.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-400-italic.woff') format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
/* ubuntu-greek-ext-400-italic*/
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url('fonts/ubuntu/files/ubuntu-greek-ext-400-italic.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-400-italic.woff') format('woff');
  unicode-range: U+1F00-1FFF;
}
/* ubuntu-greek-400-italic*/
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url('fonts/ubuntu/files/ubuntu-greek-400-italic.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-400-italic.woff') format('woff');
  unicode-range: U+0370-03FF;
}
/* ubuntu-latin-ext-400-italic*/
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url('fonts/ubuntu/files/ubuntu-latin-ext-400-italic.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-400-italic.woff') format('woff');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* ubuntu-latin-400-italic*/
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url('fonts/ubuntu/files/ubuntu-latin-400-italic.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-400-italic.woff') format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* ubuntu-cyrillic-ext-700-italic*/
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url('fonts/ubuntu/files/ubuntu-cyrillic-ext-700-italic.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-700-italic.woff') format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
/* ubuntu-cyrillic-700-italic*/
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url('fonts/ubuntu/files/ubuntu-cyrillic-700-italic.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-700-italic.woff') format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
/* ubuntu-greek-ext-700-italic*/
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url('fonts/ubuntu/files/ubuntu-greek-ext-700-italic.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-700-italic.woff') format('woff');
  unicode-range: U+1F00-1FFF;
}
/* ubuntu-greek-700-italic*/
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url('fonts/ubuntu/files/ubuntu-greek-700-italic.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-700-italic.woff') format('woff');
  unicode-range: U+0370-03FF;
}
/* ubuntu-latin-ext-700-italic*/
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url('fonts/ubuntu/files/ubuntu-latin-ext-700-italic.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-700-italic.woff') format('woff');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* ubuntu-latin-700-italic*/
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url('fonts/ubuntu/files/ubuntu-latin-700-italic.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-700-italic.woff') format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* ubuntu-cyrillic-ext-700-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('fonts/ubuntu/files/ubuntu-cyrillic-ext-700-normal.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-700-normal.woff') format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
/* ubuntu-cyrillic-700-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('fonts/ubuntu/files/ubuntu-cyrillic-700-normal.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-700-normal.woff') format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
/* ubuntu-greek-ext-700-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('fonts/ubuntu/files/ubuntu-greek-ext-700-normal.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-700-normal.woff') format('woff');
  unicode-range: U+1F00-1FFF;
}
/* ubuntu-greek-700-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('fonts/ubuntu/files/ubuntu-greek-700-normal.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-700-normal.woff') format('woff');
  unicode-range: U+0370-03FF;
}
/* ubuntu-latin-ext-700-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('fonts/ubuntu/files/ubuntu-latin-ext-700-normal.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-700-normal.woff') format('woff');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* ubuntu-latin-700-normal*/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('fonts/ubuntu/files/ubuntu-latin-700-normal.woff2') format('woff2'), url('fonts/ubuntu/files/ubuntu-all-700-normal.woff') format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* abeezee-latin-ext-400-normal*/
@font-face {
  font-family: 'ABeeZee';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('fonts/abeezee/files/abeezee-latin-ext-400-normal.woff2') format('woff2'), url('fonts/abeezee/files/abeezee-all-400-normal.woff') format('woff');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* abeezee-latin-400-normal*/
@font-face {
  font-family: 'ABeeZee';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('fonts/abeezee/files/abeezee-latin-400-normal.woff2') format('woff2'), url('fonts/abeezee/files/abeezee-all-400-normal.woff') format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* abeezee-latin-ext-400-italic*/
@font-face {
  font-family: 'ABeeZee';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url('fonts/abeezee/files/abeezee-latin-ext-400-italic.woff2') format('woff2'), url('fonts/abeezee/files/abeezee-all-400-italic.woff') format('woff');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* abeezee-latin-400-italic*/
@font-face {
  font-family: 'ABeeZee';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url('fonts/abeezee/files/abeezee-latin-400-italic.woff2') format('woff2'), url('fonts/abeezee/files/abeezee-all-400-italic.woff') format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
