@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 {
    font-family: Verdana, Geneva, sans-serif;
    text-rendering: optimizeLegibility;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 0;
}

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

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin: 1em 0 0.25em;
    font-weight: normal;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 133%;
}

h4 {
    font-size: 111%;
}

h5,
h6 {
    font-size: 100%;
}

p {
    margin: 1em 0 0.5em;
}

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

body {
    margin: 0;
    padding: 0;
}

#PageWrapper {
    background: #fff;
    overflow: hidden;
}

.Stripe,
.Stripe1,
.Stripe2,
.Stripe3 {
    padding: 1px 0;
}

.Stripe,
.Stripe1 {
    background: #f6f6f6;
}

.Stripe2 {
    background: #e6e6e6;
}

.Stripe3 {
    background: #fbfbfb;
}

.StripeLiner {
    max-width: 980px;
    margin: 0 auto;
    padding: 1% 2%;
}

.Stripe:after,
.Stripe1:after,
.Stripe2:after,
.Stripe3:after,
.StripeLiner:after {
    content: '';
    display: table;
    clear: both;
}

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

#Header,
#Footer {
    max-width: 980px;
    margin: 0 auto;
    padding: 5px 2%;
    box-sizing: border-box;
}

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

#ExtraWrapper {
    display: none;
}

/* =Header */

#Header .Liner {
    position: relative;
    z-index: 2;
    min-height: 140px;
    padding-top: 40px;
}

#Header .WebsiteName {
    font-size: 30px;
    line-height: 1.3;
}

#Header .WebsiteName { /* SiteDesigner inheritance prevention */
    font-family: Verdana, Geneva, sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #000000;
    text-align: left;
    border: 0;
    margin: 30px 0px 7px 0px;
    padding: 0;
    background: none;
}

#Header .WebsiteName a {
    text-decoration: none;
}

#Header .WebsiteName a:hover {
    text-decoration: underline;
}

#Header .Tagline {
    margin: 1em 0 0.5em;
}

/* =ContentColumn */

#ContentColumn .Liner {
    padding: 1px 0;
}

/* =NavColumn */

#NavWrapper {
    display: none;
}

/* =Footer */

#FooterWrapper {
    clear: both;
}

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

/* =CalloutBox - custom */

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

/* =ReminderBox - custom */

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

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

/* =Navigation - custom */

#PageWrapper div.Navigation a,
.Navigation a,
#PageWrapper div.Navigation a:visited,
.Navigation a:visited {
    padding: 1% 2%;
    font-size: 18px;
    margin: 1% 0;
}

/* =HorizontalNavBar - custom */

#Header .HorizontalNavBar {
    width: 100%;
    position: absolute;
    top: 0;
}

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

#PageWrapper div.HorizontalNavBar li li {
    background: transparent;
}

#PageWrapper div.HorizontalNavBar span.navheader,
#PageWrapper div.HorizontalNavBar a {
    color: #888;
}

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

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

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

#PageWrapper div.HorizontalNavBar ul ul span.navheader,
#PageWrapper div.HorizontalNavBar ul ul a {
    background: #eee;
}

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

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

/* =ResponsiveNav - custom */

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

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

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

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

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

    .ResponsiveNavActive .ResponsiveNav {
        left: 0;
    }

    .ResponsiveNavActivated #PageWrapper {
        overflow: hidden;
    }

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

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

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

    .ResponsiveNavReady .ResponsiveNav a {
        display: block;
        text-decoration: none;
        line-height: 1.5;
    }

    .ResponsiveNavReady .ResponsiveNav a:hover {
        text-decoration: underline;
    }

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

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

    .ResponsiveNavButton:hover{
        color: #fff;
        background-color: #aaa;
    }

    .ResponsiveNavActive .ResponsiveNavButton {
        position: fixed !important;
        top: 23px;
        right: 2%;
        font-size: 18px;
        width: 45px;
        padding: 0;
        z-index: 3;

    }
}

/* =WhatsNew - custom */

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

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

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

.mobileOnly {
    display: none !important;
}

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

    .mobileOnly {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    #Header .Liner {
        padding-top: 1px;
    }
}
/* ============================== =stripe view switch ============================== */
.Stripe {
    position:relative;
}
.view-extended-block, .view-extended, .view-basic {
    display: none;
}

body.extended1 .Stripe1 .view-extended,
body.extended2 .Stripe2 .view-extended,
body.extended3 .Stripe3 .view-extended
{
    display: inline-block;
}
body.extended1 .Stripe1 .view-extended-block,
body.extended2 .Stripe2 .view-extended-block,
body.extended3 .Stripe3 .view-extended-block
{
    display:block;
}
body.basic1 .Stripe1 .view-basic,
body.basic2 .Stripe2 .view-basic,
body.basic3 .Stripe3 .view-basic
{
    display: inline-block;
}
.switcher {
    cursor:pointer;
    background: rgba(159, 159, 159, 0.26);
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 100px;
    border-radius: 4px;
    border:1px solid #eee;
    padding:10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.otherText {
}

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

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

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

.blogItItem .blogItReadMore {
clear: both;
}

/* additional styles */

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

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

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

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

/* font Lato bold-italic definition */
@font-face {
    font-family: Lato;
    font-display: fallback;
    src: url('/css_webfonts/lato-bold-italic-webfont.eot');
    src: url('/css_webfonts/lato-bold-italic-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/lato-bold-italic-webfont.woff') format('woff'),
         url('/css_webfonts/lato-bold-italic-webfont.ttf') format('truetype'),
         url('/css_webfonts/lato-bold-italic-webfont.svg#latobold_italic') format('svg');
    font-weight: bold;
        font-style: italic;
} 
/* regular */body, html.mobile body {
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 17px;
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	color : #ffffff;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height : 15px;
	text-align : center;
}
body, html.mobile body {
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 17px;
}
#PageWrapper #Footer .Liner p, html.mobile #PageWrapper #Footer .Liner p {
	color : #ffffff;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height : 15px;
	text-align : center;
}
#PageWrapper #Footer .Liner, html.mobile #PageWrapper #Footer .Liner {
	background-color : #665c5c;
}

/* custom fix for footer transparency #PageWrapper #Footer .Liner, html.mobile #PageWrapper #Footer .Liner */ 
 #Footer {
 background: transparent; }
#PageWrapper #Header .Liner, html.mobile #PageWrapper #Header .Liner {
	background-color : transparent;
}
#PageWrapper #ContentColumn .Liner, html.mobile #PageWrapper #ContentColumn .Liner {
	background-color : #ffffff;
	border-bottom-width : 0;
	border-color : #000000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper #ContentColumn , html.mobile #PageWrapper #ContentColumn  {
	color : #666666;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 19px;
}
#PageWrapper h1, html.mobile #PageWrapper h1 {
	color : #333333;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 32px;
	font-weight : bold;
	margin-bottom : 30px;
	margin-top : 40px;
	padding-top : 0px;
	text-align : center;
	text-transform : uppercase;
}
#PageWrapper .Stripe1 h1, html.mobile #PageWrapper .Stripe1 h1 {
	text-align : center;
}
#PageWrapper h2, html.mobile #PageWrapper h2 {
	color : #888888;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 36px;
	font-style : normal;
	font-weight : bold;
	margin-bottom : 20px;
	margin-right : 0px;
	margin-top : 20px;
	text-align : center;
}
#PageWrapper h3, html.mobile #PageWrapper h3 {
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 30px;
	font-style : normal;
	font-weight : bold;
	margin-bottom : 20px;
	margin-top : 20px;
	text-align : center;
}
#PageWrapper h4, html.mobile #PageWrapper h4 {
	color : #444444;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 23px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	margin-top : 20px;
	text-align : center;
	text-transform : capitalize;
}
#PageWrapper .Ezine, html.mobile #PageWrapper .Ezine {
	border-color : #EEEEEE;
}
#PageWrapper #Header .HorizontalNavBar, html.mobile #PageWrapper #Header .HorizontalNavBar {
	background-color : #f5f0f0;
	border-bottom-width : 0;
	border-color : #444444;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper div.HorizontalNavBar ul a, html.mobile #PageWrapper div.HorizontalNavBar ul a {
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : 1px;
	padding-bottom : 6px;
	padding-left : 16px;
	padding-right : 15px;
	padding-top : 8px;
	text-transform : uppercase;
}
#PageWrapper div.HorizontalNavBar ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul a:link {
	background-color : transparent;
	color : #444444;
}
#PageWrapper div.HorizontalNavBar ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul a:visited {
	color : #444444;
}
#PageWrapper div.HorizontalNavBar ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul a:hover {
	background-color : transparent;
	color : #f0c1af;
}
#PageWrapper div.HorizontalNavBar ul span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader {
	background-color : transparent;
	color : #444444;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : 1px;
	padding-bottom : 6px;
	padding-left : 16px;
	padding-right : 15px;
	padding-top : 8px;
	text-transform : uppercase;
}
#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 : #f0c1af;
}
#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 : #918d84;
	border-width : 4px;
	margin-top : -1px;
}
#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 : #e3ad85;
}
#PageWrapper div.HorizontalNavBar ul.root, html.mobile #PageWrapper div.HorizontalNavBar ul.root {
	padding-left : 0px;
}
#PageWrapper div.HorizontalNavBar .li1 .li2, html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2 {
	border-bottom-width : 0;
	border-color : rgb(255, 255, 255);
	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(255, 255, 255);
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper div.HorizontalNavBar ul ul, html.mobile #PageWrapper div.HorizontalNavBar ul ul {
	top : 30px;
}
#PageWrapper div.HorizontalNavBar ul ul a, html.mobile #PageWrapper div.HorizontalNavBar ul ul a {
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 19px;
	letter-spacing : 0px;
	padding-left : 8px;
	padding-right : 14px;
	text-transform : none;
}
#PageWrapper div.HorizontalNavBar ul ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:link {
	background-color : transparent;
	color : #292727;
}
#PageWrapper div.HorizontalNavBar ul ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:visited {
	color : #292727;
}
#PageWrapper div.HorizontalNavBar ul ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:hover {
	background-color : transparent;
	color : #f0c1af;
}
#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 : #292727;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 19px;
	letter-spacing : 0px;
	padding-left : 8px;
	padding-right : 14px;
	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 : #f0c1af;
}
#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 : #292727;
	border-right-color : transparent;
	border-top-color : transparent;
	border-width : 4px;
	margin-top : -4px;
}
#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 : #f0c1af;
	border-right-color : transparent;
	border-top-color : transparent;
}
#PageWrapper .Stripe1 .ImageBlock, html.mobile #PageWrapper .Stripe1 .ImageBlock {
	margin-bottom : 0px;
}
#ContentColumn ul, html.mobile #ContentColumn ul {
	list-style-type : disc;
}
#ContentColumn ul li, html.mobile #ContentColumn ul li {
	font-size : 19px;
}
#PageWrapper .CalloutBox p, html.mobile #PageWrapper .CalloutBox p {
	color : #ffffff;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 17px;
}
#PageWrapper .CalloutBox, html.mobile #PageWrapper .CalloutBox {
	background-color : #e3ad85;
	border-bottom-left-radius : 4px;
	border-bottom-right-radius : 4px;
	border-bottom-width : 0;
	border-color : #ffffff;
	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-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 17px;
	margin-bottom : 35px;
	margin-top : 35px;
	padding-bottom : 15px;
	padding-left : 5%;
	padding-right : 5%;
	padding-top : 15px;
}
#PageWrapper .ReminderBox, html.mobile #PageWrapper .ReminderBox {
	background-color : #665c5c;
	border-bottom-width : 0;
	border-color : #d4d4d4;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
	float : right;
	width : 35%;
}
#PageWrapper .ReminderBox h4, html.mobile #PageWrapper .ReminderBox h4 {
	color : #dc9d2b;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-style : italic;
	font-weight : bold;
}
#PageWrapper .ReminderBox ul, html.mobile #PageWrapper .ReminderBox ul {
	color : #ffffff;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
}
#PageWrapper .ReminderBox ol, html.mobile #PageWrapper .ReminderBox ol {
	color : #ffffff;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
}
#PageWrapper .ReminderBox p, html.mobile #PageWrapper .ReminderBox p {
	color : #ffffff;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
}
#ContentColumn a, html.mobile #ContentColumn a {
	font-weight : bold;
	text-decoration : none;
}
#ContentColumn .Stripe1 a:link, html.mobile #ContentColumn .Stripe1 a:link {
	text-decoration : none;
}
#ContentColumn .Stripe2 a:link, html.mobile #ContentColumn .Stripe2 a:link {
	text-decoration : none;
}
#ContentColumn a:not([data-pin-href]):link, html.mobile #ContentColumn a:not([data-pin-href]):link {
	color : #e3ad85;
}
#ContentColumn .Stripe1 a:not([data-pin-href]):link, html.mobile #ContentColumn .Stripe1 a:not([data-pin-href]):link {
	color : #f0c1af;
}
#ContentColumn .Stripe2 a:not([data-pin-href]):link, html.mobile #ContentColumn .Stripe2 a:not([data-pin-href]):link {
	color : #f0c1af;
}
#ContentColumn a:visited, html.mobile #ContentColumn a:visited {
	color : #e3ad85;
}
#ContentColumn .Stripe1 a:visited, html.mobile #ContentColumn .Stripe1 a:visited {
	color : #f0c1af;
}
#ContentColumn .Stripe2 a:visited, html.mobile #ContentColumn .Stripe2 a:visited {
	color : #f0c1af;
}
#ContentColumn a:not([data-pin-href]):hover, html.mobile #ContentColumn a:not([data-pin-href]):hover {
	color : #e3ad85;
	text-decoration : underline;
}
#ContentColumn .Stripe1 a:not([data-pin-href]):hover, html.mobile #ContentColumn .Stripe1 a:not([data-pin-href]):hover {
	text-decoration : none;
}
#ContentColumn .Stripe2 a:not([data-pin-href]):hover, html.mobile #ContentColumn .Stripe2 a:not([data-pin-href]):hover {
	text-decoration : underline;
}
#PageWrapper #Footer a, html.mobile #PageWrapper #Footer a {
	font-weight : normal;
	text-decoration : none;
}
#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 : none;
}
#PageWrapper .CalloutBox a, html.mobile #PageWrapper .CalloutBox a {
	text-decoration : none;
}
#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 : #ffffff;
	text-decoration : underline;
}
hr, html.mobile hr {
	background-color : #d1cbcb;
	color : #d1cbcb;
}
#PageWrapper .WhatsNew, html.mobile #PageWrapper .WhatsNew {
	border-bottom-width : 0;
	border-color : rgb(238, 238, 238);
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper .WhatsNew h2, html.mobile #PageWrapper .WhatsNew h2 {
	background-color : #665c5c;
	color : #ffffff;
}
#PageWrapper .WhatsNew .WhatsNew-time, html.mobile #PageWrapper .WhatsNew .WhatsNew-time {
	color : #665c5c;
}
#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 : 3%;
	padding-right : 3%;
	padding-top : 4px;
}
#PageWrapper #HeaderWrapper, html.mobile #PageWrapper #HeaderWrapper {
	background-color : transparent;
}
#PageWrapper #FooterWrapper, html.mobile #PageWrapper #FooterWrapper {
	background-color : #174141;
}
#PageWrapper .Stripe1 .Caption, html.mobile #PageWrapper .Stripe1 .Caption {
	color : #666666;
}
#PageWrapper .Stripe1 .ImageBlock a:link span, html.mobile #PageWrapper .Stripe1 .ImageBlock a:link span {
	color : #666666;
	font-weight : normal;
}
#PageWrapper .Stripe1 .ImageBlock a:visited span, html.mobile #PageWrapper .Stripe1 .ImageBlock a:visited span {
	color : #666666;
}
#PageWrapper .Stripe1 .ImageBlock a:hover span, html.mobile #PageWrapper .Stripe1 .ImageBlock a:hover span {
	color : #666666;
	font-style : normal;
	text-decoration : none;
}
#PageWrapper #Header .WebsiteName, html.mobile #PageWrapper #Header .WebsiteName {
	text-align : center;
}
body #PageWrapper .Ezine2, body #PageWrapper .Ezine, html.mobile body #PageWrapper .Ezine2, body #PageWrapper .Ezine {
	background-color : #bde0de;
	background-image : none;
	border-bottom-left-radius : 2px;
	border-bottom-right-radius : 2px;
	border-bottom-width : 0;
	border-color : #d18d11;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-left-radius : 2px;
	border-top-right-radius : 2px;
	border-top-width : 0;
	color : #e3ad85;
	font-size : 13px;
	padding-bottom : 15px;
	padding-left : 3%;
	padding-right : 3%;
	padding-top : 15px;
	text-align : center;
}
body #PageWrapper .Ezine2 .EzineRow label, html.mobile body #PageWrapper .Ezine2 .EzineRow label {
	color : #666666;
	font-size : 19px;
}
body #PageWrapper .Ezine2 .EzineRow input[type=text], html.mobile body #PageWrapper .Ezine2 .EzineRow input[type=text] {
	border-bottom-left-radius : 2px;
	border-bottom-right-radius : 2px;
	border-bottom-width : 1px;
	border-color : #eeeeee;
	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 : #665c5c;
	font-size : 14px;
	font-weight : normal;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 0px;
	padding-bottom : 8px;
	padding-left : 7px;
	padding-right : 7px;
	padding-top : 8px;
	width : 240px;
}
body #PageWrapper .Ezine2 .EzineRow input[type=email], html.mobile body #PageWrapper .Ezine2 .EzineRow input[type=email] {
	border-bottom-left-radius : 2px;
	border-bottom-right-radius : 2px;
	border-bottom-width : 1px;
	border-color : #eeeeee;
	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 : #665c5c;
	font-size : 14px;
	font-weight : normal;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 0px;
	padding-bottom : 8px;
	padding-left : 7px;
	padding-right : 7px;
	padding-top : 8px;
	width : 240px;
}
#PageWrapper .Ezine2 .EzineButton, html.mobile #PageWrapper .Ezine2 .EzineButton {
	background-color : #e3ad85;
	border-bottom-left-radius : 2px;
	border-bottom-right-radius : 2px;
	border-bottom-width : 2px;
	border-color : #e3ad85;
	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;
	color : #ffffff;
	font-family : Lato, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	letter-spacing : 1px;
	margin-top : 2px;
	padding-bottom : 7px;
	padding-left : 17%;
	padding-right : 17%;
	padding-top : 8px;
	text-transform : uppercase;
	width : 240px;
}
#PageWrapper .Ezine2 a, html.mobile #PageWrapper .Ezine2 a {
	background-color : transparent;
	color : #e3ad85;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
}
#PageWrapper .Ezine2 a:link, html.mobile #PageWrapper .Ezine2 a:link {
	background-color : transparent;
	color : #e3ad85;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
}
#PageWrapper .Ezine2 a:visited, html.mobile #PageWrapper .Ezine2 a:visited {
	background-color : #292727;
	color : #e3ad85;
}
#PageWrapper .Ezine2 a:hover, html.mobile #PageWrapper .Ezine2 a:hover {
	color : #e3ad85;
	text-decoration : underline;
}
#PageWrapper .Stripe1, html.mobile #PageWrapper .Stripe1 {
	background-color : #ffffff;
	background-position : 0% 0%;
}
#PageWrapper .Stripe1 .StripeLiner, html.mobile #PageWrapper .Stripe1 .StripeLiner {
	padding-left : 20px;
	padding-right : 20px;
}
#PageWrapper .Stripe2, html.mobile #PageWrapper .Stripe2 {
	background-color : #f5f0f0;
}
#PageWrapper .Stripe3, html.mobile #PageWrapper .Stripe3 {
	background-color : #dc9d2b;
}
#PageWrapper .Stripe3 .StripeLiner, html.mobile #PageWrapper .Stripe3 .StripeLiner {
	padding-bottom : 0px;
	padding-top : 0px;
}
body .eucookiebar, html.mobile body .eucookiebar {
	background-color : #ffffff;
}
body .eucookiebar button, html.mobile body .eucookiebar button {
	background-color : #eeeeee;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers {
	text-align : left;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before {
	color : #666666;
	content : "\00bb";
	margin-left : 0px;
	margin-right : 7px;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem {
	background-position : 100% 0%;
	font-size : 17px;
	margin-bottom : 10px;
	margin-top : 0px;
	padding-left : 6px;
}
body #PageWrapper .SocialShare.SocialShareMini, html.mobile body #PageWrapper .SocialShare.SocialShareMini {
	text-align : center;
}
body #PageWrapper .SocialDestinations, html.mobile body #PageWrapper .SocialDestinations {
	background-color : transparent;
}

/* mobile */
/* media queries */@media (max-width:768px) {}@media (max-width:447px) {}.Navigation h3, html.mobile .Navigation h3{
}html.mobile .Navigation h3{
}@media (max-width:768px) {.Navigation h3{
}}@media (max-width:447px) {.Navigation h3{
}}#PageWrapper .Navigation h3, html.mobile #PageWrapper .Navigation h3{
}html.mobile #PageWrapper .Navigation h3{
}@media (max-width:768px) {#PageWrapper .Navigation h3{
}}@media (max-width:447px) {#PageWrapper .Navigation h3{
}}body #PageWrapper div.Navigation h3, html.mobile body #PageWrapper div.Navigation h3{
}html.mobile body #PageWrapper div.Navigation h3{
}@media (max-width:768px) {body #PageWrapper div.Navigation h3{
}}@media (max-width:447px) {body #PageWrapper div.Navigation h3{
}}.Navigation a, html.mobile .Navigation a{
}html.mobile .Navigation a{
}@media (max-width:768px) {.Navigation a{
}}@media (max-width:447px) {.Navigation a{
}}#PageWrapper div.Navigation a, html.mobile #PageWrapper div.Navigation a{
}html.mobile #PageWrapper div.Navigation a{
}@media (max-width:768px) {#PageWrapper div.Navigation a{
}}@media (max-width:447px) {#PageWrapper div.Navigation a{
}}.Navigation a,
#PageWrapper div.Navigation a {}
html.mobile .Navigation a,
html.mobile #PageWrapper div.Navigation a {}.Navigation a:link, html.mobile .Navigation a:link{background-color:transparent;
}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{background-color:transparent;
}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{background-color:transparent;
}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{background-color:transparent;
}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{background-color:transparent;
}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{background-color:transparent;
}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 *//* footer css */
/* Advanced CSS provided by user *//* ------ TYPOGRAPHY ------ */

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

#PageWrapper h4 {
    line-height: 1.4;
}

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

body {
    line-height: 1.5;
}

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

#PageWrapper #ContentColumn .Stripe3 a:link,
#PageWrapper #ContentColumn .Stripe3 a:visited {
    color: #fff !important;
    text-decoration: underline !important;
}

#PageWrapper #ContentColumn .Stripe3 a:hover {
    color: #000 !important;
    text-decoration: underline !important;
}

#PageWrapper #Footer h3 {
    color: #fff;
    font-weight: normal;
}

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

body {
}

#PageWrapper {
}

#HeaderWrapper,
#ContentWrapper,
#FooterWrapper {
    float: left;
    width: 100%;
    max-width: 100%;
}

#HeaderWrapper {
}

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

#PageWrapper #Header .Liner {
    min-height: 80px;
    padding-top: 0;
}

#ColumnsWrapper {
}

#ContentColumn {
}

/*
#FooterWrapper {
border-top: 2px solid #2d2d2d;
}
*/

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

#Footer .Liner {
    padding: 50px 3%;
}

#Header .Tagline {
    display: none;
}

#PageWrapper #Header .WebsiteName {
    font-size: 0;
    color: rgba(0,0,0,0);
    float: none;
    margin: 5px auto 8px auto !important;
    position: relative;
    z-index: 1;
}

#PageWrapper #Header .WebsiteName:hover {
    opacity: 0.8;
}

#PageWrapper #Header .WebsiteName a,
html.mobile #PageWrapper #Header .WebsiteName a {
    display: block;
}

#Header .WebsiteName,
#PageWrapper #Header .WebsiteName a {
    height: 108px;
    width: 460px;
    max-width: 460px;
}

.SS_BB2 #PageWrapper #Header .WebsiteName,
.SS_BB2  #PageWrapper #Header .WebsiteName a {
    width: 100%;
    float: none;
}

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

#PageWrapper #Header .WebsiteName a {
    color: transparent;
    display: block;
    margin: 0px;
    padding: 0px;
    background: url("https://www.iberian-escapes.com/image-files/logo-new-708x164.png") no-repeat top left;
    background-size: 100%;
    width: 460px;
    height: 108px;
    opacity: 1;
}

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

    #PageWrapper #Header .WebsiteName {
        margin: 15px 20px 51px 3.5% !important;
        position: relative;
        z-index: 0;
        height: 70px;
        width: 176px;
    }

    #PageWrapper #Header .WebsiteName a {
        background: url("https://www.iberian-escapes.com/image-files/logo-new-353x141.png") no-repeat top left;
        background-size: 176px 70px;
        height: 70px;
        width: 176px;
    }
}

.StripeLiner {
    max-width: 1400px;
    padding: 50px 2.5%;
}

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

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

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

#PageWrapper div.HorizontalNavBar {
    margin: 0px auto;
    padding: 7px 2.5%;
    background: #665C5C;
    width: 95%;
}

#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;
    z-index: 9999999;
}

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

#PageWrapper div.HorizontalNavBar ul ul {
    background: #fff;
    padding: 12px 15px 12px;
    border-radius: 0 0 2px 2px;
    border: 1px solid #fff;
    border-top: 0;
    top: 42px !important;
    box-shadow: 0 5px 7px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 7px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 7px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 7px rgba(0,0,0,0.2);
}

#PageWrapper div.HorizontalNavBar ul ul ul {
    top: -5px !important;
}

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

#PageWrapper div.HorizontalNavBar ul span.navheader,
#PageWrapper div.HorizontalNavBar ul a {
    padding-top: 10px;
    padding-bottom: 7px;
    letter-spacing: 0.1em;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader,
#PageWrapper div.HorizontalNavBar ul ul a {
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.04em;
}

#PageWrapper div.HorizontalNavBar span.navheader ins {
    left: auto;
    right: 4px;
    top: 52%;
}

#PageWrapper div.HorizontalNavBar .li1 span.navheader ins:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    margin-top: -8px;
    left: -6px;
    border: 6px solid transparent;
    border-top-color: #eee;
}

#PageWrapper div.HorizontalNavBar .li2 span.navheader ins:after {
    display: none;
}

.ResponsiveNavReady .ResponsiveNavButton span {
    color: rgba(0,0,0,0);
    font-size: 1px;
    background: url("/image-files/menu.png") no-repeat center center;
    background-size: 30px 25px;
    width: 34px;
}

.ResponsiveNavReady .ResponsiveNavButton {
    position: absolute;
    top: 10px;
    right: 3.5%;
    border-radius: 4px;
    border: 2px solid #f0c1af;
    background: #f0c1af;
}

.ResponsiveNavActive .ResponsiveNavButton {
    top: 26px;
    right: 4.5%;
}

.ResponsiveNavReady .ResponsiveNavButton:hover {
    background: #665C5C;
    border-color: #665C5C;
}

@media only screen and (max-width: 768px) {
    .ResponsiveNavReady .ResponsiveNav {
        background: #fff;
    }

    .ResponsiveNavReady .ResponsiveNav a {
        color: #f0c1af;
        font-weight: bold;
    }

    .ResponsiveNavReady .ResponsiveNav a:hover {
        color: #f0c1af;
    }
}

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

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

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

a img:hover {
    opacity: 0.8;
}

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

#PageWrapper .ReminderBox {
    border-color: rgba(0,0,0,0.1);
}

/* ------ RESPONSIVE GRIDS ------ */

#PageWrapper .responsive-row div[class*="responsive_col-"] {
    box-sizing: border-box;
    padding-top: 5px;
    padding-right: 3%;
    padding-bottom: 5px;
    padding-left: 3%;
}

a img {
    line-height: 1;
}

/* ------ CUSTOM CAPTIONS ------ */

#PageWrapper .CustomCaptions .responsive-row div[class*="responsive_col-"] {
    box-sizing: border-box;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border: 2px solid #fff;
}

#PageWrapper .CustomCaptions .responsive-row {
    border: 2px solid #fff;
    border-top: 0;
    border-bottom: 0;
}

#PageWrapper .CustomCaptions .ImageBlock {
    margin: 0;
}

#PageWrapper .CustomCaptions .ImageBlock {
    position: relative;
}

#PageWrapper .CustomCaptions .ImageBlock a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    line-height: 1;
    margin-bottom: -3px
}

#PageWrapper .CustomCaptions .ImageBlock img {
    opacity: 0.6;
}

#PageWrapper .CustomCaptions .ImageBlock a:hover img {
    opacity: 0.5;
}

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

span.Caption.CaptionCenter {
    max-width: 100% !important;
}

#PageWrapper .CustomCaptions a span.Caption {
    display: block;
    text-transform: none;
    line-height: 1.5;
    color: #fff !important;
    text-decoration: none !important;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    top: 50%;
    padding: 0px 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    font-size: 19px;
    letter-spacing: 0.02em;
    text-shadow: 0 0 20px #000;
}

#PageWrapper #ContentColumn .CustomCaptions a span.Caption h4 {
    color: #fff;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 15px
}

@media only screen and (max-width: 768px) {
    #PageWrapper .CustomCaptions .ImageBlock img {
        opacity: 0.5 !important;
    }
}

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

.SocialIconsHeader {
    box-sizing: border-box;
    position: absolute;
    top: 48px;
    left: 3.5%;
    z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ------ HEADER INFO ------ */

.HeaderInfo {
    position: absolute;
    top: 14px;
    right: 2.5%;
    z-index: 100;
}

#PageWrapper .HeaderInfo .PhoneNumber {
    float: left;
    margin-right: 8px;
}

#PageWrapper .HeaderInfo .PhoneNumber a,
#PageWrapper .HeaderInfo .PhoneNumber a:link,
#PageWrapper .HeaderInfo .PhoneNumber a:visited,
#PageWrapper .HeaderInfo .PhoneNumber a:hover {
    font-size: 13px;
    letter-spacing: 0.1em;
    padding-right: 14px;
    border-right: 1px solid #ddd;
    color: #666;
    text-decoration: none;
}

#PageWrapper .HeaderInfo .PhoneNumber a:hover {
    color: #f0c1af;
}

.HeaderInfo .dropdown {
    position: relative !important;
    float: left;
    right: 0;
    top: -2px;
    display: inline-block;
    z-index: 999 !important;
}

@media only screen and (max-width: 1000px) {
    .HeaderInfo .dropdown {
        z-index: initial !important;
    }
}

.HeaderInfo .dropbtn {
    background-color: transparent;
    color: #666;
    padding: 7px 12px 7px 7px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
    min-width: 100px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.HeaderInfo .dropbtn:after {
    content: "V";
    font-size: 8px;
    color: #f0c1af;
    margin-left: 5px;
    font-weight: bold;
    font-family: 'Raleway', Arial, sans-serif;
    margin-top: 3px;
    display: block;
    float: right;
    margin-right: 3px;
}

#ContentColumn .dropdown:hover .dropbtn {
    background-color: transparent !important;
    color: #aaa !important;
}

#PageWrapper #ContentColumn .dropdown-content {
    font-size: 11px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    line-height: 1 !important;
    padding: 10px 3px !important;
}

#PageWrapper #ContentColumn .dropdown-content a {
    padding: 10px 16px !important;
    color: #333 !important;
}

#PageWrapper #ContentColumn .dropdown-content a:hover {
    background-color: transparent !important;
    color: #f0c1af !important;
    text-decoration: none !important;
}

/* ------ QUOTE BUTTON ------ */

.QuoteButton {
    position: absolute;
    box-sizing: border-box;
    top: 57px;
    right: 3.5%;
    z-index: 10;
}

#PageWrapper #ContentColumn .QuoteButton p {
    margin: 0;
}

#PageWrapper #ContentColumn .QuoteButton p a,
#PageWrapper #ContentColumn .QuoteButton p a:link,
#PageWrapper #ContentColumn .QuoteButton p a:visited,
#PageWrapper #ContentColumn .QuoteButton p a:hover {
    display: inline-block;
    padding: 7px 20px 6px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background: #f0c1af;
    border-radius: 2px;
    color: #fff;
    text-decoration: none !important;
    letter-spacing: 0.1em;
    margin: 0 !important;
}

#PageWrapper #ContentColumn .QuoteButton p a:hover {
    background: #665C5C;
}

@media only screen and (max-width: 1000px) {
    .QuoteButton {
        position: relative;
        top: 20px;
        right: 0;
        left: 0;
        text-align: center;
        z-index: 1;
    }
}

@media only screen and (max-width: 768px) {
    .HeaderInfo {
        top: 100px;
        right: 0;
        box-sizing: border-box;
        width: 100%;
        padding-right: 2.5%;
        background: #eee;
        height: 37px;
        text-align: right;
        padding-top: 4px;
        text-align: right;
        padding-top: 2px;
        z-index: 10;
    }

    #PageWrapper .HeaderInfo .PhoneNumber {
        float: none;
        display: inline-block;
    }

    .HeaderInfo .dropdown {
        float: none;
        top: 0px;
    }

    .ResponsiveNavActivated .HeaderInfo,
.ResponsiveNavActivated .QuoteButton {
        z-index: initial;
    }
}

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

.MainSlider {
    float: none;
    width: 100%;
    max-width: 100%;
    max-height: auto;
    margin: 0 auto 0;
    display: table;
    position: relative;
    z-index: 1;
}

.CaptionBox {
    position: absolute;
    text-align: right;
    width: 100%;
    top: initial;
    left: initial;
    right: initial;
    padding: 20px 5%;
    bottom: 0px;
    top: 55%;
    z-index: 9;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    text-align: center;
}

.theme-default .nivoSlider {
    max-height: 450px;
}

.nivo-caption {
    max-width: 100%;
}

#PageWrapper .nivo-caption h2 {
    font-size: 40px;
    color: #fff !important;
    text-shadow: 0 0 3px rgba(0,0,0,0.9);
    margin: 0 0 15px 0;
}

#PageWrapper .theme-default .nivo-caption a.SliderButton {
    border: 2px solid #fff;
    border-radius: 2px;
    padding: 12px 30px 11px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none !important;
    line-height: 1.3;
    background: #fff;
    width: auto;
    margin-top: 15px;
    display: inline-block !important;
}

#PageWrapper .theme-default .nivo-caption a.SliderButton:hover {
    background: #665C5C;
    color: #fff;
}

.theme-default .nivo-controlNav {
    text-align: center !important;
    margin-left: 0 !important;
}

.nivo-caption a {
    display: inline-block !important;
    border: 0 !important;
}

@media only screen and (max-width: 990px) {
    .CaptionBox {
        top: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .CaptionBox {
        transform: none;
        top: initial;
        background: rgba(102,92,92,0.85);
        padding: 20px 3.5% 20px;
    }

    #PageWrapper .nivo-caption h2 {
        font-size: 15px;
        margin: 0;
        font-weight: normal;
        text-transform: uppercase;
        font-family: 'Lato', Arial, sans-serif;
        letter-spacing: 0.03em;
        word-spacing: 2px;
    }

    #PageWrapper .theme-default .nivo-caption a.SliderButton {
        padding: 8px 18px 7px;
        font-size: 11px;
        letter-spacing: 0.05em;
        background: transparent;
        border: 1px solid #fff !important;
        color: #fff;
        margin: 12px 0 0 0;
    }
}

@media only screen and (max-width: 640px) {
    .CaptionBox {
        transform: none;
        top: initial;
        background: #665C5C;
        padding: 20px 3.5% 20px;
        position: relative;
        bottom: initial;
        float: left;
    }
}

/*
 * jQuery Nivo Slider v3.2
 * https://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * https://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

/* Caption styles */

.nivo-caption {
    position: absolute;
    width: 100%;
    bottom: unset;
    font-size: 18px;
    z-index: 8;
    overflow: visible;
    display: none;
    box-sizing: border-box;
    background: none;
    height: 100%;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.nivo-caption p {
    padding: 0;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
    position: absolute;
    top: 57%;
    z-index: 9;
    cursor: pointer;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .nivoSlider {
        overflow: visible;
    }
}

@media only screen and (max-width: 640px) {
    .nivo-caption {
        position: relative;
        float: left;
    }
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: https://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: https://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
    position: relative;
    background: #fff url('/image-files/loading.gif') no-repeat 50% 50%;
    margin-bottom: 0px;
    border-radius: 0px;
}

.theme-default .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.theme-default .nivoSlider a {
    border: 0;
    display: block;
}

.theme-default .nivo-controlNav {
    text-align: left;
    position: relative;
    z-index: 34;
    margin-top: -26px;
    margin-left: 10px;
    padding: 0;
    top: -10px;
}

.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    text-indent: -9999px;
    border: 0;
    margin: 0 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.theme-default .nivo-controlNav a.active {
    background: #665C5C;
    box-shadow: 0 0 5px rgba(255,255,255,0.5);
}

.theme-default .nivo-directionNav a {
    display: block;
    width: 25px;
    height: 35px;
    background: url('/image-files/arrows-white.png') no-repeat;
    text-indent: 9999px;
    border: 0;
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}

.theme-default a.nivo-nextNav {
    background-position: -35px 0;
    right: 15px;
}

.theme-default a.nivo-prevNav {
    left: 15px;
}

.theme-default .nivo-caption a {
    color: #000;
    border-bottom: 1px dotted #000;
    text-decoration: none;
}

.theme-default .nivo-caption a:hover {
    color: rgb(189,41,5);
    border-bottom: 1px dotted rgb(189,41,5);
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .theme-default .nivo-directionNav a {
        display: block;
        width: 25px;
        height: 25px;
        background: url('/image-files/arrows-black.png') no-repeat;
        text-indent: 9999px;
        border: 0;
        opacity: 1;
        background-size: auto 100%;
        z-index: 999;
    }

    .nivo-directionNav a {
        top: initial;
        transform: none;
        bottom: -35px;
    }

    .theme-default .nivo-controlNav {
        position: absolute;
        z-index: 34;
        margin-top: 0;
        margin-left: 10px;
        padding: 0;
        left: 0;
        right: 0;
        bottom: 10px;
        height: 15px;
        top: initial;
    }

    .theme-default .nivo-controlNav a {
        display: inline-block;
        height: 15px;
        background: #fff;
        margin: 0 5px;
        border: none;
        width: 15px;
        box-shadow: 0 0 0 1px rgba(0,0,0,0.5) inset;
    }

    .theme-default .nivo-controlNav a.active {
        box-shadow: 0 0 0 1px rgba(0,0,0,0.5) inset;
    }

    .nivo-directionNav {
        float: left;
        width: 100%;
        height: 40px;
    }

    .theme-default a.nivo-nextNav {
        background-position: -20px 0;
        right: 15px;
        float: right;
        margin-top: -25px;
    }
}

@media only screen and (max-width: 640px) {
    .nivo-directionNav a {
        bottom: initial;
        margin-top: 8px;
    }

    .theme-default a.nivo-nextNav {
        margin-top: 8px;
    }

    .CaptionBox {
        transform: none;
        top: initial;
        background: #665C5C;
        padding: 20px 3.5% 20px;
        position: relative;
        bottom: initial;
        float: left;
    }

    .nivo-caption {
        position: relative;
        float: left;
    }
}

/* ------ FORM SUBMIT BUTTON ------ */

table.formbody input.EzineButton {
    padding: 11px 25px 11px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: normal;
    background: #f0c1af;
    border-radius: 2px;
    color: #fff;
    text-decoration: none !important;
    letter-spacing: 0.1em;
    margin: 10px auto;
    border: 0;
    font-family: 'Lato', Arial, sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
}

table.formbody input.EzineButton:hover {
    background: #665C5C;
}

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

.bigger_button:hover {
    background: #665C5C;
}

.bigger_button {
    font-size: 17px;
    padding: 8px 20px 8px;
    text-transform: uppercase;
    font-weight: bold;
    background: #f0c1af;
    border-radius: 2px;
    color: #fff;
    text-decoration: none !important;
    letter-spacing: 0.05em;
    margin: 10px auto;
    border: 0;
    font-family: 'Lato', Arial, sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
}

@media only screen and (max-width: 447px) {
    .bigger_button {
        padding: 8px 20px 8px;
    }
}

/*Additional code - Ezine pop up: center the nesletter icon, image*/

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*Ezine pop up: Remove space between checkbox and text*/

input.chk {
    width: 10px !important;
    margin: 5px !important;
    margin-left: 30px !important;
    display: inline-block !important;
    font-size: 10px !important;
    text-align: left !important;
}

/*Ezine: resize text and adjust left*/  

label.chk1 {
    font-size: 14px !important;
    text-align: left !important;
}

.button:hover {
    background: #665C5C;
}

/*Newsletter button in the footer*/

.new_button {
    font-size: 17px;
    padding: 8px 8px 8px;
    text-transform: uppercase;
    font-weight: bold;
    background: #665C5C;
    border-radius: 2px;
    color: #ffffff;
    text-decoration: none !important;
    letter-spacing: 0.05em;
    margin: 10px auto;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    font-family: 'Lato', Arial, sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
}

@media only screen and (max-width: 447px) {
    .new_button {
        padding: 8px 8px 8px;
    }
}	

/*Modal - change of cursor to link pointer on hover*/

.myBtn_multi:hover {
    cursor: pointer;
}

/* The Modal (background) */ 

.modal-backdrop {
    z-index: 100000 !important;
}

.modal {
    z-index: 100001 !important;
}

.modal {
    display: none;
/* Hidden by default */
    position: fixed;
/* Stay in place */
    z-index: 1;
/* Sit on top */
    padding-top: 0px;
/* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
/* Full width */
    height: 100%;
/* Full height */
    overflow: auto;
/* Enable scroll if needed */
    background-color: rgb(0,0,0);
/* Fallback color */
    background-color: rgba(0,0,0,0.6);
/* Black w/ opacity */
}

        /* Modal Content for Ezine */
.modal-content1 {
    background-color: #bde0de;
    margin: auto;
    padding: 0px;
    border: 1px solid #666666;
    width: 300px;
}

        /* The Close Button for Ezine*/
.close1 {
    color: #666666;
    float: left;
    font-size: 30px;
    font-weight: bold;
    margin-top: -13px !important;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close1:hover,
.close1:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

/*Modal Dialog Box verticaly in the middle of the screen*/
.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

@media(max-width: 447px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}

/*Overwrite for styling Ezine pop up on exit*/

.ss-ui-bootstrap .modal-header {
    padding: 0 !important;
    border-bottom: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.ss-ui-bootstrap .modal-content {
    background-color: #BDE0DE !important;
    border: 0px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0 !important;
}

/* ------ CUSTOM CAPTIONS1 ------ */

#PageWrapper .CustomCaptions1 .responsive-row div[class*="responsive_col-"] {
    box-sizing: border-box;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border: 10px solid #fff;
}

#PageWrapper .CustomCaptions1 .responsive-row {
    border: 10px solid #fff;
    border-top: 0;
    border-bottom: 0;
}

#PageWrapper .CustomCaptions1 .ImageBlock {
    margin: 0;
}

#PageWrapper .CustomCaptions1 .ImageBlock {
    position: relative;
}

#PageWrapper .CustomCaptions1 .ImageBlock a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    line-height: 1;
    margin-bottom: 15px
}

#PageWrapper .CustomCaptions1 .ImageBlock img {
    opacity: 1;
}

#PageWrapper .CustomCaptions1 .ImageBlock  a:hover {
    text-decoration: none !important;
    opacity: 0.8!important;
}

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

span.Caption.CaptionCenter {
    max-width: 100% !important;
}

#PageWrapper .CustomCaptions1 a span.Caption {
    font-size: 19px;
}

#PageWrapper #ContentColumn .CustomCaptions1 a span.Caption h4 {
    font-family: 'Lora', Arial, sans-serif;
    font-size: 23px;
    text-transform: capitalize;
    letter-spacing: 0.06em;
    margin-bottom: 15px
}

@media only screen and (max-width: 768px) {
    #PageWrapper .CustomCaptions1 .ImageBlock img {
        opacity: 1 !important;
    }
}

/*----------Create Sticky Nav Meny - Top Bar----------- */

.header {
    background-color: #ff0000;
    padding: 30px;
    text-align: center;
}

#navbar {
    overflow: hidden;
    background-color: #333;
}

.content {
    padding: 0px;
}

.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
}

.sticky + .content {
    padding-top: 20px;
}

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

    .sticky + .content {
        padding-top: 0px;
    }
}

/* -----------Create a Parallax Effect ----------*/
.parallax-1, .parallax-2, .parallax-3 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ----------First image (LOOKING FOR AN ALGARVE HOLIDAY?) ------------*/
.parallax-1 {
    background-image: url("https://www.iberian-escapes.com/images/venice-p.jpg");
    min-height: 400px;
}

/* Second image (holiday rentals) */
.parallax-2 {
    background-image: url("https://www.iberian-escapes.com/images/holiday-homes-p.jpg");
    min-height: 400px;
    color: white;
}

/* Third image (wedding) */
.parallax-3 {
    background-image: url("https://www.iberian-escapes.com/images/algarve-wedding-sl.jpg");
    min-height: 400px;
    color: white;
}

.w3-wide {
    letter-spacing: 10px;
}

.w3-hover-opacity {
    cursor: pointer;
}

/* ----------Turn off parallax scrolling for tablets and phones -----------*/
@media only screen and (max-device-width: 1600px) {
    .parallax-1, .parallax-2, .parallax-3 {
        background-attachment: scroll;
        min-height: 400px;
    }
}

.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

.w3-display-container:hover .w3-display-hover {
    display: block
}

.w3-display-container:hover span.w3-display-hover {
    display: inline-block
}

.w3-display-hover {
    display: none
}

.w3-display-container {
    position: relative
}

.w3-opacity-min {
    opacity: 1
}

.w3-xxlarge {
    font-size: 30px!important;
    font-weight: bold;
}

.w3-wide {
    font-size: 40px;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-transform: none;
    font-family: 'Lora', Arial, sans-serif;
    letter-spacing: 4px;
    word-spacing: initial;
    text-shadow: 0 0 3px #000000e6;
}

.w3-text-white,.w3-hover-text-white:hover {
    color: #fff!important
}

/*---------Packages button for the Paralax area--------*/

a.PackagesButton {
    border: 2px solid #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px #000000e6;
    ;
    padding: 12px 30px 11px !important;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold !important;
    color: #ffffff !important;
    text-decoration: none !important;
    line-height: 1.3;
    background: #fff;
    width: auto;
    margin-top: 15px;
    display: inline-block !important;
    text-shadow: 0 0 3px #000000e6;
}

a.PackagesButton:hover {
    background: #ffffff;
    color: #665C5C !important;
    text-shadow: none;
}

a.PackagesButton {
    padding: 8px 18px 7px;
    font-size: 17px;
    letter-spacing: 0.05em;
    background: transparent;
    border: 2px solid #fff !important;
    color: #fff;
    font-weight: bold !important;
    margin: 12px 0 0 0;
}

/*-- TESTING STYLE CHANGES for SLIDER --*/

#PageWrapper .theme-default .nivo-caption a.SliderButton {
    background: transparent;
    color: #fff;
    border: 2px solid #fff !important;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: bold !important;
    letter-spacing: 0.07em;
    box-shadow: none;
}

.nivo-caption {
    background: rgba(0,0,0,0.3);
}

.theme-default .nivo-controlNav {
    position: absolute;
    margin-top: 0;
    padding: 0;
    top: initial;
    bottom: 22px;
    right: 26px;
    z-index: 1000;
}

.theme-default .nivo-controlNav a {
    display: block;
    width: 5px;
    height: 5px;
    margin: 6px 0 0;
    border-radius: 50%;
    background: transparent;
    border: 0.07em solid #fff;
    box-shadow: none;
}

.theme-default .nivo-controlNav a:hover {
    background: rgba(255,255,255,0.5);
}

.theme-default .nivo-controlNav a.active {
    background: #fff;
    box-shadow: none;
}

.theme-default .nivoSlider {
    max-height: 650px;
}

.CaptionBox {
    top: calc(55% - 40px);
}

#PageWrapper .nivo-caption h2 {
    text-shadow: none;
}

@media only screen and (max-width: 768px) {
    .theme-default .nivo-directionNav,
.theme-default .nivo-controlNav,
.theme-default a.nivo-nextNav {
        display: none;
    }

    .nivo-caption {
        position: absolute;
        float: none;
    }

    .CaptionBox {
        transform: none;
        background: transparent;
        position: absolute;
        float: none;
        top: calc(55% - 60px);
    }

    #PageWrapper .nivo-caption h2 {
        font-size: 30px;
        margin: 0 0 10px 0;
        font-weight: bold;
        text-transform: none;
        font-family: 'Lora', Arial, sans-serif;
        letter-spacing: 0;
        word-spacing: initial;
        text-shadow: 0 0 3px #000000e6;
    }
}

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

/* ------ ICONS ROW ------ */

.IconsRow div {
    overflow: hidden !important;
}

#PageWrapper .IconsRow .ImageBlockCenter {
    margin: 0 0 -7px 0;
}

.IconsRow .grid_block td {
    padding: 0 20px;
    box-sizing: border-box;
    border-left: 1px solid rgba(255,255,255,0.5);
}

.IconsRow .grid_block td:first-child {
    border: 0;
}

#PageWrapper .IconsRow .ImageBlock img {
    max-width: 100%;
    margin-left: 0;
}

@media only screen and (max-width: 768px) {
    .IconsRow .grid_block td {
        padding: 0;
        border: 0;
    }
}

@media only screen and (min-width: 769px) {
    .IconsRow {
        background: transparent !important;
        position: absolute;
        bottom: 20px;
        width: 90%;
        text-align: center;
        z-index: 999;
        margin: 0px 5%;
    }

    .IconsRow table {
        max-width: 1100px;
        display: inline-block;
    }

    .IconsRow a {
        line-height: 1.5;
        text-decoration: none;
    }

    .IconsRow a:hover {
        opacity: 0.8;
    }
}

@media only screen and (max-width: 950px) {
    #PageWrapper .IconsRow .ImageBlock img {
        max-width: 110%;
        margin-left: -5%;
    }
}

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

#PageWrapper .theme-default .nivo-caption a.SliderButton:hover {
    background: #fff;
    color: #665C5C;
}

/*-----Create Opacity Change of Icons for the slider, to slow the preload down-----*/

.w3-animate-opacity {
    -webkit-animation: opac 4s;
    animation: opac 4s
}

@-webkit-keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/*---------Lora font overwrite---------*/
#PageWrapper h1, html.mobile #PageWrapper h1 {
    font-family: Lora, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
}

html.mobile #PageWrapper h1 {
}

@media (max-width:768px) {
    #PageWrapper h1 {
    }
}

@media (max-width:447px) {
    #PageWrapper h1 {
    }
}

#PageWrapper h2, html.mobile #PageWrapper h2 {
    font-family: Lora, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 36px;
    color: #888888;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 4px;
}

html.mobile #PageWrapper h2 {
}

@media (max-width:768px) {
    #PageWrapper h2 {
    }
}

@media (max-width:447px) {
    #PageWrapper h2 {
    }
}

#PageWrapper h3, html.mobile #PageWrapper h3 {
    font-family: Lora, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 4px;
}

html.mobile #PageWrapper h3 {
}

@media (max-width:768px) {
    #PageWrapper h3 {
    }
}

@media (max-width:447px) {
    #PageWrapper h3 {
    }
}

#PageWrapper h4, html.mobile #PageWrapper h4 {
    font-family: Lora, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 23px;
    color: #444444;
    font-variant: normal;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 4px;
    text-transform: capitalize;
}

/* ------ CUSTOM CAPTIONS2 ------ */

#PageWrapper .CustomCaptions2 .responsive-row div[class*="responsive_col-"] {
    box-sizing: border-box;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border: 2px solid #fff;
}

#PageWrapper .CustomCaptions2 .responsive-row {
    border: 2px solid #fff;
    border-top: 0;
    border-bottom: 0;
}

#PageWrapper .CustomCaptions2 .ImageBlock {
    margin: 0;
}

#PageWrapper .CustomCaptions2 .ImageBlock {
    position: relative;
}

#PageWrapper .CustomCaptions2 .ImageBlock a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    line-height: 1;
    margin-bottom: -2px
}

#PageWrapper .CustomCaptions2 .ImageBlock img {
    opacity: 1;
}

#PageWrapper .CustomCaptions2 .ImageBlock  a:hover {
    text-decoration: none !important;
    opacity: 0.8!important;
}

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

span.Caption.CaptionCenter {
    max-width: 100% !important;
}

#PageWrapper .CustomCaptions2 a span.Caption {
    font-size: 19px;
}

#PageWrapper #ContentColumn .CustomCaptions2 a span.Caption h4 {
    font-family: 'Lora', Arial, sans-serif;
    font-size: 23px;
    text-transform: capitalize;
    letter-spacing: 0.06em;
    margin-bottom: 15px
}

@media only screen and (max-width: 768px) {
    #PageWrapper .CustomCaptions2 .ImageBlock img {
        opacity: 1 !important;
    }
}

/* -- EDIT PHONE NUMBER DROP-DOWN IN HEADER -- */

.PhoneNumbers button.dropbtn {
    position: relative;
    width: 150px;
}

.PhoneNumbers button.dropbtn::before {
    content: "Call now";
    font-size: 12px;
    opacity: 1;
    position: absolute;
    right: 26px;
    background: #fff;
    width: calc(100% - 26px);
    text-align: right;
    height: 17px;
}

@media only screen and (max-width: 768px) {
    .PhoneNumbers button.dropbtn::before {
        background: #eee !important;
    }
}

/* ------ ABTOT Membeship picture ------ */

.image1 {
    display: block;
    position: absolute;
    top: -40px;
    width: 250px;
}

/* ------ Centers the text verticaly in the middle of the Slider ------ */

.CaptionBox1 {
    position: absolute;
    text-align: right;
    width: 100%;
    top: initial;
    left: initial;
    right: initial;
    padding: 20px 5%;
    bottom: 0px;
    top: 55%;
    z-index: 9;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    text-align: center;
}

/* ------ Style caption text for package icons only ------ */

/* Style the Caption box only inside .content2  */
.content2 .Caption {
    font-family: 'Lora', serif;
 /* Use a professional serif font */
    background: rgba(255, 255, 255, 0.9);
 /* Light background for better readability */
    color: #333;
 /* Darker text for contrast */
    padding: 10px 10px !important;
 /* Reduced padding to decrease gap */
    box-sizing: border-box;
    text-align: left !important;
 /* Align all text to the left */
}

/* Style the title inside the Caption only inside .content2 */
.content2 .Caption h4 {
    font-size: 20px;
 /* Larger font for title */
    font-weight: 700;
 /* Bold for emphasis */
    margin: 5px 0px !important;
 /* Reduce the margin to decrease gap */
    color: #4a90e2;
 /* Highlighted colour for the title */
    text-align: left !important;
 /* Align all text to the left */
}

/* Style the additional details (duration and price) only inside .content2 */
.content2 .Caption b {
    font-size: 16px;
 /* Standard font size for details */
    font-weight: 400;
 /* Regular weight for details */
    color: #555;
 /* Subtle grey for details */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .content2 .Caption {
        padding: 8px 5%;
 /* Adjust padding for smaller screens */
        text-align: center !important;
 /* Center-align text for better readability */
    }

    .content2 .Caption h4 {
        font-size: 18px;
 /* Slightly smaller font size for the title */
        margin: 5px 0px !important;
 /* Maintain small gaps */
    }

    .content2 .Caption b {
        font-size: 14px;
 /* Smaller font size for additional details */
    }
}

.Caption.CaptionCenter {
    font-size: 14px !important;
 /* Font size for the specific text below the title */
    font-weight: normal !important;
 /* Ensures the text is not bold */
}

@media (max-width: 768px) {
 /* Target smaller screens and mobile devices */
    .Caption.CaptionCenter {
        text-align: left !important;
 /* Aligns text to the left */
    }
}

/* ------ changing link (return to..) colour at the bottom of every page ------ */

p[style="text-align: center;"] > a {
    color: #F0C1AF !important;
 /* Change to your desired text colour */
}

/* ------ H3 in slider section ------ */

@media only screen and (max-width: 768px) {
    .CaptionBox {
        transform: none !important;
        top: initial !important;
        background: rgba(102,92,92,0.85) !important;
        padding: 20px 3.5% 20px !important;
    }

    #PageWrapper .nivo-caption h3 {
        font-size: 15px !important;
        margin: 0 !important;
        font-weight: normal !important;
        text-transform: uppercase !important;
        font-family: 'Lato', Arial, sans-serif !important;
        letter-spacing: 0.03em !important;
        word-spacing: 2px !important;
    }
}

.CaptionBox1 h3 {
    color: #FFFFFF !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

body h1 {
    color: #333333 !important;
 /* Replace with your desired colour */
}

body h2 {
    color: #888888 !important;
}

/* -- Move LOGO to the Left -- */

#PageWrapper #Header .WebsiteName {
    margin-left: 10% !important;
 /* Responsive margin using percentage */
    margin-right: 10% !important;
 /* Optional for symmetry */
    position: relative !important;
    z-index: 1 !important;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
 /* Adjust the max-width value as needed for your mobile breakpoint */
    #PageWrapper #Header .WebsiteName {
        margin-left: 0% !important;
 /* Set left margin to 0% for mobile */
        margin-right: 0% !important;
 /* Set right margin to 0% for mobile */
    }
}

/* -- SWAP LOGO WITH +ABTOT FOR MOBILE -- */

@media only screen and (max-width: 1000px) {
    #PageWrapper #Header .WebsiteName {
        width: 235px !important;
    }

    #PageWrapper #Header .WebsiteName a {
        background: url("/image-files/logo-new-470x141.jpg") no-repeat top left !important;
        background-size: 235px 70px !important;
        height: 70px !important;
        width: 235px !important;
    }
}

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

/* -- remove underline in the text in link in pop up window -- */
.no-deco {
    color: #F0C1AF !important;
    text-decoration: none !important;
  }
  .no-deco:hover {
    text-decoration: none !important;
  }

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