@charset "utf-8";
:root body{
    --headerColor: var(--light-light);
    --red:var(--brand-2);
    --blogWidth: 880px;
}

.entry-header .subheader.alsoAvailableIn {
    padding: 15px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    background: var(--light-light);
    border-radius: 5px;
    letter-spacing: -.1px;
    line-height: 2em;
    width: calc(100% + 45px);
    margin-left: -17.5px
}

.entry-header h1 {
    text-align: left;
    width: 100%;
    max-width: var(--blogWidth);
    margin: 3rem auto;
}

.entry-header {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    padding-inline: 2rem;
}
.blogBodyContainer {
    width: 100%;
    display: flex;
    min-width: 100%;
    flex-direction: column;
}
article.post{
    display: flex;
    max-width: var(--blogWidth);
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
}
article.post.posts {
    margin-block: 3rem;padding: 1.5rem 2rem;
    border-radius: 1rem;
    outline: 4px solid #eee;
    outline-offset: 1rem;
}
article.post.posts h2 a {
    text-decoration: none;
}

.alsoAvailableIn a {
    display: inline-block
}

.alsoAvailableIn img.inlineFlag {
    width: 0;
    height: 16px;
    /* margin-left: 5px; */
    vertical-align: text-bottom;
    margin-left: -10px;
}

.alsoAvailableIn a:hover:after {
    text-decoration: underline
}

.alsoAvailableIn a:after {
    margin-left: 5px;
}
.spanLink{
    color: var(--brand-2-dark);
    text-decoration: underline;
	cursor:pointer;
}

@media only screen and (min-width: 64em) {
    .card-body h1 {
        width:calc(100% + 5em);
        margin-left: -2.5em;
        letter-spacing: .5px
    }

    .row.newHeader {
        --headerColor: #fff;
        background: var(--headerColor);
        margin-top: -3rem;
        padding-top: 3rem;
        box-shadow: 50rem 0 var(--headerColor),100rem 0 var(--headerColor),150rem 0 var(--headerColor),-50rem 0 var(--headerColor),-100rem 0 var(--headerColor),-150rem 0 var(--headerColor);
    }

    .search .row.newHeader {
        --headerColor: transparent
    }

    body.home.blog .row.newHeader {
        --headerColor: transparent;
        margin-inline: 1rem;
    }
}

.heroQuote.qqInSubPage {
    max-height: 0
}


.alsoAvailableIn a {
    display: inline-block;
    margin-left: 4px;
    margin-right: 0px;
}

.entry-header .subheader *{
/*     font-family:var(--special-font); */
    font-size: 16px;
}

.alsoAvailableIn img.inlineFlag {
	width: 0;
    /* height: 0; */
    margin-left: -10px;
/*     vertical-align: text-bottom; */
    /* visibility: hidden; */
}

.alsoAvailableIn a:hover:after {
    text-decoration: underline
}

.alsoAvailableIn a:after {
    margin-right: .2rem;
    margin-left: .5rem;
    cursor: pointer;
}

.alsoAvailableIn a[lang=en]:after {
    content: 'English'
}

.alsoAvailableIn a[lang=nl]:after {
    content: 'Nederlands'
}

.alsoAvailableIn a[lang=de]:after {
    content: 'Deutsch'
}

.alsoAvailableIn a[lang=fr]:after {
    content: 'Français'
}

.alsoAvailableIn a[lang=it]:after {
    content: 'Italiano'
}

.alsoAvailableIn a[lang=pl]:after {
    content: 'Polski'
}

.alsoAvailableIn a[lang=ru]:after {
    content: 'Русский'
}

.alsoAvailableIn a[lang=el]:after {
    content: 'Ελληνικά'
}

.alsoAvailableIn a[lang=cs]:after {
    content: 'Čeština'
}


/* .subheader:has('author'):before{ */

.heroQuote.qqInSubPage {
    max-height: 0
}

.qqScrolling .heroQuote.qqInSubPage {
    max-height: unset
}
.blogHero2025{
    width: 100%;
    max-width: var(--blogWidth);
    height: auto;
    aspect-ratio: 1332 / 750;
    margin-bottom: 3rem;
    border-radius: 5px;
    background: #eee;
}

@media only screen and (min-width: 1023px) {
	article.entry-content img{
		min-width:calc(100% + 8rem);
		margin-left:-4rem;
	}
}
@media only screen and (max-width: 880px) {
    .blogHero2025{
        /* border-radius: 0; */
        margin-bottom: 1rem;
    }
    article.post.posts{
        outline: none;
    }
}

@media only screen and (max-width: 767px) {
    body #topMenuContainer.active .langListHeader {
        margin-left: -5px
    }
    
    body .crunchify-social {
        margin-top: 6rem;
        margin-bottom: 0;
    }
}
body .blogHome {
    margin-left: auto;
    margin-right: auto;
}

.newHeader div {
    order: 1
}

.newHeader div.entry-header {
    order: -1
}

.centerCont {
	margin-left: auto!important;
    margin-right: auto!important;
}

.entry-content h1.entry-title {
    font-size: var(--blog-h1-size);
    color: var(--accent-2);
    line-height: 1.2;
    margin-top: 2rem;
}

h1, h2, h3, h4, h5, h6 {
    scroll-margin-top: 70px;
}
@media only screen and (max-width: 1023px) and (min-width: 767px) {
	.blogBodyContainer{
		/* padding-inline:2rem; */
	}
}

.subheader {
    font-size: 16px;
}

.subheader>b {
    font-weight: 500
}

.entry-content,.entry-content p {
    font-size: 16px;
    line-height: 32px
}

aside.widget {
    position: sticky;
    top: calc(50vh - 125px)
}

aside.widget img {
    box-shadow: none
}

div.breadcrumb ul>li:last-of-type {
    max-width: calc(100% - 160px);
    display: none
}

.leftSideBar .sidebarSticky form {
    background: #fff;
    padding: 10px;
    border-radius: 5px
}

.leftSideBar form {
    display: none
}

.sidebarQuoteTitle {
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
    font-weight: 700;
    font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    background: var(--brand-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none
}

.sidebarQuoteTitle b {
    background: #c42625;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.breadcrumb {
    position: relative
}

.breadcrumb .searchform {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 35px;
    max-width: 120px
}

.breadcrumb .searchform:after {
    position: absolute;
    font-family: fontAwesome;
    content: ' ';
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: #757575;
    background-size: 18px 18px;
    background-position: 50%;
    filter: invert(.7)
}

.breadcrumb input[type=search] {
    margin: 0;
    height: 36px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    border: 0;
    border-radius: 0;
    background: 0 0;
    font-weight: 700;
    padding-left: 35px;
    padding-right: 0px;
    font-family: var(--special-font-family);
}
@media only screen and (max-width: 600px) {
    .breadcrumb .searchform {
        max-width: 40px;
        height:100%;
        background: linear-gradient(90deg,rgb(238 238 238 / 10%) 0,#eee 100%);
    }

    .breadcrumb .searchform.active {
        max-width: 200px;
        background: var(--light-dark);
        box-shadow: inset 0 0 0 2px var(--brand-1-dark)
    }

    .breadcrumb .mobileSearchOverlay {
        display: block;
        position: absolute;
        right: 0;
        width: 100%;
        height: 36px;
        background: linear-gradient(90deg,rgb(238 238 238 / 10%) 0,#eee 100%);
        z-index: 1
    }
	
	.breadcrumb > a:first-child {
	    max-width: 30px!important;
	    min-width: auto!important;
	}

    .breadcrumb .searchform.active .mobileSearchOverlay {
        display: none
    }
    .searchform:has(#s:focus) ::placeholder{
        color:#9e9792;
    }
    .breadcrumb input[type=search]{
        padding-left:0;
        background-position: 50% 50%;
        background-size: 18px;
        background-repeat: no-repeat;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgY29udGVudFNjcmlwdFR5cGU9InRleHQvZWNtYXNjcmlwdCIgY29udGVudFN0eWxlVHlwZT0idGV4dC9jc3MiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwNDggMjA0OCIgaGVpZ2h0PSIyMDQ4cHgiIGlkPSJMYXllcl8xIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAuMCAwIDE2NjQuMCAyMDQ4IiB3aWR0aD0iMTY2NC4wcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHpvb21BbmRQYW49Im1hZ25pZnkiPjxwYXRoIGQ9Ik0xMTUyLDk2MGMwLTEyMy4zMzMtNDMuODMzLTIyOC44MzMtMTMxLjUtMzE2LjVTODI3LjMzMyw1MTIsNzA0LDUxMnMtMjI4LjgzMyw0My44MzMtMzE2LjUsMTMxLjVTMjU2LDgzNi42NjcsMjU2LDk2MCAgczQzLjgzMywyMjguODMzLDEzMS41LDMxNi41UzU4MC42NjcsMTQwOCw3MDQsMTQwOHMyMjguODMzLTQzLjgzMywzMTYuNS0xMzEuNVMxMTUyLDEwODMuMzMzLDExNTIsOTYweiBNMTY2NCwxNzkyICBjMCwzNC42NjctMTIuNjY3LDY0LjY2Ny0zOCw5MHMtNTUuMzMzLDM4LTkwLDM4Yy0zNiwwLTY2LTEyLjY2Ny05MC0zOGwtMzQzLTM0MmMtMTE5LjMzMyw4Mi42NjctMjUyLjMzMywxMjQtMzk5LDEyNCAgYy05NS4zMzMsMC0xODYuNS0xOC41LTI3My41LTU1LjVzLTE2Mi04Ny0yMjUtMTUwcy0xMTMtMTM4LTE1MC0yMjVTMCwxMDU1LjMzMywwLDk2MHMxOC41LTE4Ni41LDU1LjUtMjczLjVzODctMTYyLDE1MC0yMjUgIHMxMzgtMTEzLDIyNS0xNTBTNjA4LjY2NywyNTYsNzA0LDI1NnMxODYuNSwxOC41LDI3My41LDU1LjVzMTYyLDg3LDIyNSwxNTBzMTEzLDEzOCwxNTAsMjI1UzE0MDgsODY0LjY2NywxNDA4LDk2MCAgYzAsMTQ2LjY2Ny00MS4zMzMsMjc5LjY2Ny0xMjQsMzk5bDM0MywzNDNDMTY1MS42NjcsMTcyNi42NjcsMTY2NCwxNzU2LjY2NywxNjY0LDE3OTJ6Ii8+PC9zdmc+);
        opacity: .4;
        /* filter: var(--color-to-brand-2); */
        color: transparent;
        font-family: var(--special-font-family);
        font-size: 16px;
    }
    .searchform #s:focus{
        background-position: calc(100% - 10px) 50%;
        opacity: 1;
        filter: none;
        color:#726257;
    }
    .searchform:has(#s:focus){
        width: 100%;
        max-width: 100%;
        background-color:var(--light-light);
        box-shadow: -40px 0px 0 var(--light-light);
    }
    .searchform:has(#s:focus):before{
        content:' ';
        display:inline-block;
        position:absolute;
        top: 0;
        right: 0;
        width: 36px;
        height: 36px;
        background: var(--light-light);
        opacity: .6;
    }
    .breadcrumb input[type=search]::placeholder{
        color:transparent;
    }
    .breadcrumb .searchform:after{
        display:none;
    }
}




.breadcrubsContainer {
    max-width: var(--blogWidth);
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid var(--light-light);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}
.breadcrubsContainer {
    padding: 5px 1rem;
    background: 0 0;
    border-top: 1px solid var(--light);
    border-bottom: 1px solid var(--light)
}
.breadcrumb > a {
    font-size: 14px;
    padding-left: 10px;
    margin-right: 5px;
    color: #444;
    margin-left: 10px;
    margin-left: 0;
    font-size: 14px;
    padding-left: 5px;
    margin-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration:underline;
}
.breadcrumb > a:hover {
    color: #222;
}
.breadcrumb > a:first-of-type:before{
    content: ' ';
    transform: rotateZ(0);
    background: var(--home-icon);
    background-size: 16px 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 5px -1px -4px;
    width: 16px;
    height: 12px;
    opacity: .6
}

.breadcrumb > a:before {
    margin-right: 5px;
    content: ' ';
    display: inline-block;
    width: 9px;
    height: 10px;
    margin-left: -5px;
    margin-right: 4px;
    background: var(--angle-bottom);
    background-size: 14px 14px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: rotateZ(-90deg)
}

.breadcrumb > a:first-of-type,
.breadcrumb > a:nth-of-type(2),
.breadcrumb > a:nth-of-type(3) {
    min-width: fit-content;
}

.breadcrumb > a:last-of-type {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-right: 0
}

.entry-title a {
    text-decoration: none;
    color: #b91810;
    color: var(--red)
}

.entry-title a:hover {
    color: #222
}

.subheader>p {
    font-size: 16px;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px
}

.subheader>p>img {
    display: none
}

.blog.home .entry-title {
    font-size: 24px;
    font-size: clamp(3rem,3.5vw,4.2rem);
    margin-bottom: 10px
}

.page-numbers {
    display: inline-block;
    padding: 10px;
    border: 1px solid transparent;
    height: 42px;
    line-height: 32px;
    min-width: 42px;
    box-sizing: border-box;
    margin: 0;
    border-radius: 5px;
    background: var(--light-light);
    color: #222
}

.pgntn-page-pagination-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

.page-numbers.dots {
    border: 0;
    min-width: 50px;
    background: 0 0
}

.next.page-numbers,.prev.page-numbers {
    padding-left: 10px;
    padding-right: 10px
}

a.page-numbers:hover {
    border-color: #222;
    color: #222
}

span.page-numbers {
    background: #fff;
    border: 1px solid var(--light-light)
}

.pgntn-page-pagination-intro {
    flex: 1 1 100%
}

a.insuranceLinkBlog {
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%
}

a.insuranceLinkBlog:hover {
    border-radius: 10px;
    background: #f5f5f5
}

a.insuranceLinkBlog>img {
    max-width: 326px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.sidebarSticky {
    text-align: center
}

section.latestPosts {
    background: var(--light);
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 2rem;
    position: relative;
    width: 100%;
    max-width: var(--blogWidth);
    margin: 2rem auto 4rem auto;
}
section.latestPosts:before{
    content:attr(data-text);
    position:absolute;
    font-family:var(--special-font);
    font-weight:700;
    top:0;
    left:0;
    transform:translate( -8.5rem, 8rem) rotate(-90deg);
    color:var(--light-dark);
    font-size:2.5rem;
}
ul.latestPosts {
    padding: 2rem;
    margin: 0;
    background: #fff;
    border:2px solid var(--light-dark);
    border-radius: 1rem;
    list-style: none;
}
ul.latestPosts li{
    display: flex;
    align-items: center;
    margin-left:-1rem;
    margin-bottom:1.5rem;
}

ul.latestPosts li:last-of-type {
    margin-bottom: 0;
}

ul.latestPosts li:before{
    content:' ';
    background-image: var(--angle-bottom);
    background-position: 50% 50%;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    width: 24px;
    height: 24px;
    margin-right: .5rem;
    line-height: 1;
    border-radius: 4px;
    display: inline-block;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    filter: var(--color-to-brand-2);
}
ul.latestPosts > li > a:after {
    content: attr(data-date);
    text-decoration: none;
    font-size: 12px;
    margin-left: 1rem;
    background: var(--light-light);
    padding: 0rem 0.5rem;
    display: inline-block;
    border-radius: .5rem;
}

p.miniDescr {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 2rem 0 0 0!important;
}

p.miniDescr a {
    margin-top: 2rem;
}

.posts img{
    box-shadow: none!important;
}

/* p.miniDescr:after {
    position: absolute;
    content: " ";
    border-bottom: 4px solid var(--accent-2);
    display: block;
    width: 100%;
    bottom: 32px;
    z-index: -1;
    opacity: .1;
} */

@media only screen and (max-width: 48em) {
    .aspect-ratio-hero-image {
        /* display:none; */
    }

    div.row {
        margin: 0
    }

    div.entry-header {
        margin-bottom: 0
    }

    div#primary {
        margin-top: 0
    }

    div.snippet-label {
        width: 100%;
        text-align: left;
        padding: 0 2%
    }

    .blog.home .subheader br {
        display: none
    }

    .container-fluid.blogBodyContainer {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .breadcrubsContainer {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
}


@media only screen and (min-width: 1025px)  and (max-width: 1345px) {
    body .inlineCarQuoteWidget .carrentalframewidget{
        margin-left: auto;
        margin-right: 0;
    }
    body .inlineCarQuoteWidget img{
        /* margin-left: -25%; */
        /* bottom: 80px; */
    }
}

@media only screen and (min-width: 48em) {

    .newHeader div {
        order: 0
    }

    .blog-feature-image-container {
        order: 0;
        text-align: center;
        margin-bottom: 2rem;
    }

    .blog-feature-image-container img {
        max-width: 940px;
        width: 100%;
        border-radius: 5px
    }

    div.entry-header {
        padding: 0 20px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-bottom: 0;
    }

    a.readArticle {
        font-weight: 700;
        display: inline-block;
        text-decoration: none
    }

    .row {
        margin-right: -.5rem;
        margin-left: -.5rem
    }

    .sidebarSticky {
        position: sticky;
        top: calc(100vh - 720px);
        padding-left: 20px
    }

    .sidebarSticky.stickyMiddle {
        top: calc(50vh - 200px)
    }

    .leftSideBar .sidebarSticky {
        top: calc(100vh - 100px)
    }

    .sidebarQuoteTitle {
        text-align: right
    }

    .breadcrumb .searchform {
        max-width: 150px
    }

    .breadcrumb>ul {
        width: calc(100% - 150px)
    }
	.tnp-field.tnp-field-firstname,
	.tnp-field.tnp-field-email {
		max-width:50%;
		width:50%;
		display:inline-block;
		padding-right:2rem;
	}
	.tnp-field.tnp-field-email{
		padding-right:0rem;
	}
}

@media only screen and (min-width: 64em) {
    .entry-content,.entry-content p {
        font-size:18px;
        line-height: 36px;
    }

	.entry-content 	h1.entry-title{
        text-align: left;
        color: #b71c1c;
        color: var(--red);
        letter-spacing: .5px;
        color: var(--accent-2);
        background: #fff;
        font-size: var(--blog-h1-size);
        margin-left: -14rem;
        width: calc(100% + 28rem);
        text-align: center;
    }

    .blog.home .entry-title{
        font-size: var(--blog-h1-size);
        line-height: var(--h1-lh);
        font-family: var(--special-font-family);
        font-weight: bold;
        cursor: pointer;
    }
    
	div.subheader:before,
    div.subheader:after{
        position:absolute;
        left:0;
        top:calc(50% - 26px);
        width:52px;
        height:52px;
        content: ' ';
        border-radius: 50%;
        background-image:url('/blog/wp-content/uploads/2024/01/harry-anapliotis-logo-e1706003716375.jpg');
        background-size:cover;
        display: inline-block;
        box-shadow:0 0 3px 4px rgba(0,0,0,.1);
        outline:2px solid #fff;
    }
    div.subheader:before{
        left:32px;
        background-image:url('/images/rental-center-crete-logo-no-text-square.svg');
    }
    div.subheader{
        padding-left:100px;
    }
    .feature-image{
        min-width: var(--blogWidth);
        width: 100%;
        max-width: var(--blogWidth);
        border-radius: 10px;
    }
	picture.aspect-ratio-hero-image {
	    margin-left: -3rem;
	    width: calc(100% + 6rem);
	    border-radius: 0px;
	}
	
	picture.aspect-ratio-hero-image img {
	    border-radius: 0;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin-left:0;
	}
}

@media only screen and (min-width: 72em) {
    div#secondary {
        padding-left:20px
    }
}

.widget_categories ul,.widget_recent_entries ul,ol,ul {
    list-style: none
}

hr,img {
    border: 0
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

body {
    line-height: 1
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,td,th {
    font-weight: 400;
    text-align: left
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    clear: both
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: dotted thin
}

.aligncenter,.gallery-item a,article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block
}

audio,canvas,video {
    display: inline-block
}

audio:not([controls]) {
    display: none
}

del {
    color: #333
}

ins {
    background: #fff;
    text-decoration: none
}

hr {
    background-color: #ccc;
    height: 1px;
    margin: 24px 24px 1.714285714rem
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

small {
    font-size: smaller
}

img {
    -ms-interpolation-mode: bicubic
}

.clear:after,.format-status .entry-header:after,.wrapper:after {
    clear: both
}

.clear:after,.clear:before,.format-status .entry-header:after,.format-status .entry-header:before,.wrapper:after,.wrapper:before {
    content: ""
}

#iframerentalcarwidgetVertical {
    min-width: 260px!important;
    min-height: 320px!important
}

.widget-title {
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'Roboto Condensed',Roboto,Arial,sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: #b00;
    padding: 10px;
    background: #efefef;
    border-left: 20px solid #b00;
    margin: 0
}

button,input,select,textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    padding: .428571429rem
}

button,input {
    line-height: normal
}

textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top
}

.author-info,.site-content nav {
    overflow: hidden
}

input[type=checkbox],input[type=color],input[type=file],input[type=hidden],input[type=image],input[type=radio] {
    border: 0;
    border-radius: 0;
    padding: 0
}

.bypostauthor cite span,.menu-toggle,article.post-password-required input[type=submit],input[type=button],input[type=reset],input[type=submit] {
    padding: .428571429rem .714285714rem;
    font-size: 11px;
    font-size: .785714286rem;
    line-height: 1.428571429;
    font-weight: 400;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#f4f4f4,#e6e6e6);
    background-image: -ms-linear-gradient(top,#f4f4f4,#e6e6e6);
    background-image: -webkit-linear-gradient(top,#f4f4f4,#e6e6e6);
    background-image: -o-linear-gradient(top,#f4f4f4,#e6e6e6);
    background-image: linear-gradient(top,#f4f4f4,#e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64,64,64,.1)
}

.menu-toggle,button,input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer
}

button[disabled],input[disabled] {
    cursor: default
}

.menu-toggle:focus,.menu-toggle:hover,article.post-password-required input[type=submit]:hover,button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
    color: #5e5e5e;
    background-color: #ebebeb;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#f9f9f9,#ebebeb);
    background-image: -ms-linear-gradient(top,#f9f9f9,#ebebeb);
    background-image: -webkit-linear-gradient(top,#f9f9f9,#ebebeb);
    background-image: -o-linear-gradient(top,#f9f9f9,#ebebeb);
    background-image: linear-gradient(top,#f9f9f9,#ebebeb)
}

.menu-toggle.toggled-on,.menu-toggle:active,button:active,input[type=button]:active,input[type=reset]:active,input[type=submit]:active {
    color: #757575;
    background-color: #e1e1e1;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#ebebeb,#e1e1e1);
    background-image: -ms-linear-gradient(top,#ebebeb,#e1e1e1);
    background-image: -webkit-linear-gradient(top,#ebebeb,#e1e1e1);
    background-image: -o-linear-gradient(top,#ebebeb,#e1e1e1);
    background-image: linear-gradient(top,#ebebeb,#e1e1e1);
    /* box-shadow: inset 0 0 8px 2px #c6c6c6,0 1px 0 0 #f4f4f4; */
    border-color: transparent
}

.bypostauthor cite span {
    color: #fff;
    background-color: #21759b;
    background-image: none;
    border: 1px solid #1f6f93;
    border-radius: 2px;
    box-shadow: none;
    padding: 0
}

.comment-content img,.entry-content img,.widget img {
	width:100%;
    max-width: 100%;
    height: auto
}

img[class*=align],img[class*=attachment-],img[class*=wp-image-] {
    height: auto
}

img.header-image,img.size-full,img.size-large,img.wp-post-image {
    max-width: 100%;
    height: auto
}

embed,iframe,object,video {
    max-width: 100%
}

.entry-content .twitter-tweet-rendered {
    max-width: 100%!important
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

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

.author-avatar img,.comment-content img,.entry-content img,.widget img,img.header-image,img.wp-post-image {
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2)
}

.wp-caption {
    max-width: 100%;
    padding: 4px
}

.entry-caption,.gallery-caption,.wp-caption .wp-caption-text {
    font-style: italic;
    text-align: center;
    font-size: 12px;
    line-height: 2;
    color: #757575
}

.rsswidget img,img.wp-smiley {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.entry-content dl.gallery-item {
    margin: 0
}

.gallery-caption,.gallery-item a {
    width: 90%
}

.gallery-caption a {
    display: inline
}

.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto
}

.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%
}

.gallery-columns-1 .gallery-icon img {
    padding: 3%
}

#nav-above {
    padding: 1.714285714rem 0;
    display: none
}

.paged #nav-above {
    display: block;
    display: flex
}

.nav-next,.next-image {
    float: right;
    text-align: right;
    width: 50%
}

.image-attachment div.attachment,.image-attachment div.attachment p,.main-navigation,.site-header h1,.site-header h2 {
    text-align: center
}

#comment-nav-above,.nav-single+.comments-area {
    margin: 3.428571429rem 0
}

.author .archive-header {
    margin-bottom: 1.714285714rem
}

.author-info {
    border-top: 1px solid #ededed;
    margin: 1.714285714rem 0;
    padding-top: 1.714285714rem
}

.author-description p {
    color: #757575;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846
}

.author.archive .author-info {
    border-top: 0;
    margin: 0 0 3.428571429rem
}

.author.archive .author-avatar {
    margin-top: 0
}

html {
    font-size: 87.5%
}

body {
    font-size: 14px;
    font-size: 1rem;
    font-family: Helvetica,Arial,sans-serif;
    text-rendering: optimizeLegibility;
    color: #444
}

body.custom-font-enabled {
    font-family: "Open Sans",Helvetica,Arial,sans-serif
}

a {
    outline: 0;
    color: #21759b
}

a:hover {
    color: #0f3647
}

.assistive-text,.site .screen-reader-text {
    position: absolute!important;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
    width: 1px
}

.main-navigation .assistive-text:focus,.site .screen-reader-text:active,.site .screen-reader-text:focus,.site .screen-reader-text:hover {
    background: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    clip: auto!important;
    color: #000;
    display: block;
    font-size: 12px;
    height: auto;
    padding: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: auto;
    z-index: 100000
}

.site-header,footer[role=contentinfo] {
    padding: 1.714285714rem 0
}

.site-content,.widget-area {
    margin: 1.714285714rem 0 0
}

.header-image,.main-navigation,.main-navigation li {
    margin-top: 1.714285714rem
}

.site-header h1 a,.site-header h2 a {
    color: #515151;
    display: inline-block;
    text-decoration: none
}

.site-header h1 a:hover,.site-header h2 a:hover {
    color: #21759b
}

.site-header h1 {
    font-size: 24px;
    font-size: 1.714285714rem;
    line-height: 1.285714286;
    margin-bottom: 1rem
}

.widget-area .widget,section[role=banner] {
    margin-bottom: 3.428571429rem
}

.site-header h2 {
    font-weight: 400;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
    color: #757575
}

.main-navigation li {
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 1.42857143
}

.main-navigation a {
    color: #5e5e5e
}

.main-navigation a:focus,.main-navigation a:hover,.widget-area .widget a:hover,footer[role=contentinfo] a:hover {
    color: #21759b
}

.main-navigation div.nav-menu>ul,.main-navigation ul.nav-menu {
    display: none
}

.main-navigation ul.nav-menu.toggled-on,.menu-toggle {
    display: inline-block
}

.widget-area .widget {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word
}

.widget-area .widget p {
    margin-bottom: 1.714285714rem
}

.widget-area .textwidget ol,.widget-area .textwidget ul {
    list-style: disc;
    margin: 0 0 1.714285714rem
}

.widget-area .textwidget li>ol,.widget-area .textwidget li>ul {
    margin-bottom: 0
}

.widget-area .textwidget ol {
    list-style: decimal
}

.widget-area .textwidget li {
    margin-left: 2.571428571rem
}

.widget-area #s {
    width: calc(100% - 120px)
}

footer[role=contentinfo] {
    border-top: 1px solid #ededed;
    clear: both;
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 2;
    max-width: 960px;
    max-width: 68.571428571rem;
    margin-top: 1.714285714rem;
    margin-left: auto;
    margin-right: auto
}

footer[role=contentinfo] a {
    color: #686868
}

.entry-meta {
    clear: both
}

.entry-header,.entry-header img.wp-post-image {
    /* margin-bottom: 1.714285714rem */
}

.entry-title a {
    text-decoration: none
}

.entry-format {
    margin-top: 1.714285714rem;
    font-weight: 400
}

.comments-link {
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
    color: #757575
}

.comments-link a,.entry-meta a {
    color: #757575
}

.comments-link a:hover,.entry-meta a:hover {
    color: #21759b
}

.entry-meta a[rel="category tag"] {
    font-size: 13px;
    display: inline-block;
    border: 1px solid transparent;
    padding: 4px 8px;
    border-radius: 5px;
    background: var(--light-light)
}

.entry-meta a[rel="category tag"]:hover {
    color: #333;
    border-color: #333
}

article.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #757575;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 3.692307692;
    margin-bottom: 1.714285714rem;
    text-align: center
}

.entry-content,.entry-summary,.mu_register {
    line-height: 1.714285714
}

.comment-content h1,.entry-content h1 {
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.5;
}

.comment-content ol,.comment-content p,.comment-content ul,.entry-content ol,.entry-content p,.entry-content ul,.entry-summary p,.mu_register p,.mu_register ul {
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714
}

.entry-content .more-link {
    white-space: nowrap
}

.comment-content ol ol,.comment-content ol ul,.comment-content ul ol,.comment-content ul ul,.entry-content ol ol,.entry-content ol ul,.entry-content ul ol,.entry-content ul ul {
    margin-bottom: 0
}

.comment-content ul,.entry-content ul,.mu_register ul {
    list-style: disc
}

.comment-content ol,.entry-content ol {
    list-style: decimal
}

.comment-content li,.entry-content li,.mu_register li {
    margin: 0 0 0 2.571428571rem
}

.comment-content blockquote,.entry-content blockquote {
    margin-bottom: 1.714285714rem;
    padding: 1.714285714rem;
    font-style: italic
}

.comment-content blockquote p:last-child,.entry-content blockquote p:last-child {
    margin-bottom: 0
}

.comment-content code,.entry-content code {
    font-family: Consolas,Monaco,Lucida Console,monospace;
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 2
}

.comment-content pre,.entry-content pre {
    border: 1px solid #ededed;
    color: #666;
    font-family: Consolas,Monaco,Lucida Console,monospace;
    margin: 1.714285714rem 0;
    overflow: auto;
    padding: 1.714285714rem
}

.archive-meta,.mu_register h2,footer.entry-meta {
    color: #757575
}

.comment-content pre code,.entry-content pre code {
    display: block
}

.comment-content abbr,.comment-content acronym,.comment-content dfn,.entry-content abbr,.entry-content acronym,.entry-content dfn {
    border-bottom: 1px dotted #666;
    cursor: help
}

.comment-content address,.entry-content address {
    display: block;
    line-height: 1.714285714;
    margin: 0 0 1.714285714rem
}

.wp-caption.alignleft,img.alignleft {
    margin: .857142857rem 1.714285714rem .857142857rem 0
}

.wp-caption.alignright,img.alignright {
    margin: .857142857rem 0 .857142857rem 1.714285714rem
}

.wp-caption.aligncenter,img.aligncenter {
    clear: both;
    margin-top: .857142857rem;
    margin-bottom: .857142857rem
}

.entry-content embed,.entry-content iframe,.entry-content object,.entry-content video {
    margin-bottom: 1.714285714rem
}

.comment-content dl,.entry-content dl {
    margin: 0 1.714285714rem
}

.comment-content dt,.entry-content dt {
    font-weight: 700;
    line-height: 1.714285714
}

.mu_register h2,article.format-image footer a h2 {
    font-weight: 400
}

.comment-content dd,.entry-content dd {
    line-height: 1.714285714;
    margin-bottom: 1.714285714rem
}

.comment-content table,.entry-content table {
    border-bottom: 1px solid #ededed;
    color: #757575;
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 2;
    margin: 0 0 1.714285714rem;
    width: 100%
}

.comment-content table caption,.entry-content table caption {
    font-size: 16px;
    font-size: 1.142857143rem;
    margin: 1.714285714rem 0
}

.comment-content td,.entry-content td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0
}

.site-content article {
    border-bottom: 4px double #ededed;
    margin-bottom: 5.142857143rem;
    padding-bottom: 1.714285714rem;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.page-links {
    clear: both;
    line-height: 1.714285714
}

.single-author .entry-meta .by-author {
    display: none
}

.archive-header,.page-header {
    margin-bottom: 3.428571429rem;
    padding-bottom: 1.571428571rem;
    border-bottom: 1px solid #ededed
}

.archive-meta {
    font-size: 16px!important;
    line-height: 1.6em
}

.attachment .entry-content .mejs-audio {
    max-width: 400px
}

.attachment .entry-content .mejs-container {
    margin-bottom: 24px
}

.article.attachment {
    overflow: hidden
}

.image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%
}

.image-attachment .entry-caption {
    margin-top: .571428571rem
}

article.format-aside h1 {
    margin-bottom: 1.714285714rem
}

article.format-aside h1 a {
    text-decoration: none;
    color: #4d525a
}

article.format-aside h1 a:hover {
    color: #2e3542
}

article.format-aside .aside {
    padding: 1.714285714rem;
    background: #d2e0f9;
    border-left: 22px solid #a8bfe8
}

article.format-aside p {
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
    color: #4a5466
}

article.format-aside blockquote:last-child,article.format-aside p:last-child {
    margin-bottom: 0
}

article.format-image footer h1 {
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
    font-weight: 400
}

article.format-image footer h2 {
    font-size: 11px;
    font-size: .785714286rem;
    line-height: 2.181818182
}

article.format-link header {
    padding: 0 .714285714rem;
    float: right;
    font-size: 11px;
    font-size: .785714286rem;
    line-height: 2.181818182;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    color: #848484;
    background-color: #ebebeb;
    border-radius: 3px
}

article.format-link .entry-content {
    max-width: 80%;
    float: left
}

article.format-link .entry-content a {
    font-size: 22px;
    font-size: 1.571428571rem;
    line-height: 1.090909091;
    text-decoration: none
}

article.format-quote .entry-content p {
    margin: 0;
    padding-bottom: 1.714285714rem
}

article.format-quote .entry-content blockquote {
    display: block;
    padding: 1.714285714rem 1.714285714rem 0;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.6;
    font-style: normal;
    color: #6a6a6a;
    background: #efefef
}

.format-status .entry-header {
    margin-bottom: 1.714285714rem
}

.format-status .entry-header header {
    display: inline-block
}

.format-status .entry-header h1 {
    font-size: 15px;
    font-size: 1.071428571rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0
}

.format-status .entry-header h2 {
    font-size: 12px;
    font-size: .857142857rem;
    font-weight: 400;
    line-height: 2;
    margin: 0
}

.format-status .entry-header header a {
    color: #757575
}

.format-status .entry-header header a:hover {
    color: #21759b
}

.comments-area article header a,.comments-area article header time {
    color: #5e5e5e;
    text-decoration: none
}

.format-status .entry-header img {
    float: left;
    margin-right: 1.5rem
}

.comments-title {
    margin-bottom: 3.428571429rem;
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5;
    font-weight: 400
}

.comments-area article {
    margin: 1.714285714rem 0
}

.comments-area article header {
    margin: 0 0 3.428571429rem;
    overflow: hidden;
    position: relative
}

.comments-area article header img {
    float: left;
    padding: 0;
    line-height: 0
}

.comments-area article header cite,.comments-area article header time {
    display: block;
    margin-left: 6.071428571rem
}

.comments-area article header cite {
    font-style: normal;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.42857143
}

.comments-area cite b {
    font-weight: 400
}

.comments-area article header time {
    line-height: 1.714285714;
    font-size: 12px;
    font-size: .857142857rem
}

.comments-area article header a:hover {
    color: #21759b
}

.comments-area article header cite a {
    color: #444
}

.comments-area article header cite a:hover {
    text-decoration: underline
}

.comments-area article header h4 {
    position: absolute;
    top: 0;
    right: 0;
    padding: .428571429rem .857142857rem;
    font-size: 12px;
    font-size: .857142857rem;
    font-weight: 400;
    color: #fff;
    background-color: #0088d0;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#009cee,#0088d0);
    background-image: -ms-linear-gradient(top,#009cee,#0088d0);
    background-image: -webkit-linear-gradient(top,#009cee,#0088d0);
    background-image: -o-linear-gradient(top,#009cee,#0088d0);
    background-image: linear-gradient(top,#009cee,#0088d0);
    border-radius: 3px;
    border: 1px solid #007cbd
}

.comments-area .bypostauthor cite span {
    position: absolute;
    margin-left: .357142857rem;
    padding: .142857143rem .357142857rem;
    font-size: 10px;
    font-size: .714285714rem
}

.comments-area .bypostauthor cite b {
    font-weight: 700
}

a.comment-edit-link,a.comment-reply-link {
    color: #686868;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846
}

a.comment-edit-link:hover,a.comment-reply-link:hover {
    color: #21759b
}

.commentlist .pingback {
    line-height: 1.714285714;
    margin-bottom: 1.714285714rem
}

#respond {
    margin-top: 3.428571429rem
}

#respond h3#reply-title {
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5
}

#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: .714285714rem;
    font-weight: 400;
    font-size: 12px;
    font-size: .857142857rem
}

#respond form {
    margin: 1.714285714rem 0
}

#respond form p {
    margin: .785714286rem 0
}

#respond form p.logged-in-as {
    margin-bottom: 1.714285714rem
}

#respond form label {
    display: block;
    line-height: 1.714285714
}

#respond form input[type=text],#respond form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 1.714285714;
    padding: .714285714rem;
    width: 100%
}

#respond form p.form-allowed-tags {
    margin: 0;
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 2;
    color: #5e5e5e
}

.required {
    color: red
}

.entry-page-image {
    margin-bottom: 1rem
}

.template-front-page .site-content article {
    border: 0;
    margin-bottom: 0
}

.template-front-page .widget-area {
    clear: both;
    float: none;
    width: auto;
    padding-top: 1.714285714rem;
    border-top: 1px solid #ededed
}

.template-front-page .widget-area .widget li {
    margin: .571428571rem 0 0;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.714285714;
    list-style-type: square;
    list-style-position: inside
}

.template-front-page .widget-area .widget li a {
    color: #757575
}

.template-front-page .widget-area .widget li a:hover {
    color: #21759b
}

.template-front-page .widget-area .widget_text img {
    float: left;
    margin: .571428571rem 1.714285714rem .571428571rem 0
}

.widget_rss li {
    margin: .857142857rem 0
}

.widget_recent_entries .post-date,.widget_rss .rss-date {
    color: #aaa;
    font-size: 11px;
    font-size: .785714286rem;
    margin-left: .857142857rem
}

#wp-calendar {
    margin: 0;
    width: 100%;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
    color: #686868
}

#wp-calendar caption,#wp-calendar td,#wp-calendar th {
    text-align: left
}

#wp-calendar #next {
    padding-right: 1.714285714rem;
    text-align: right
}

.widget_search label {
    display: block;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846
}

.widget_twitter li {
    list-style-type: none
}

.widget_twitter .timesince {
    display: block;
    text-align: right
}

img#wpstats {
    display: block;
    margin: 0 auto 1.714285714rem
}

@-ms-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

@media screen and (min-width: 600px) {
    .author-avatar {
        float:left;
        margin-top: .571428571rem
    }

    .author-description {
        float: right;
        width: 80%
    }

    .site-content {
        float: left
    }

    body.attachment .site-content,body.full-width .site-content,body.template-front-page .site-content {
        width: 100%
    }

    .widget-area {
        float: right;
        width: 26.041666667%
    }

    .site-header h1,.site-header h2 {
        text-align: left
    }

    .site-header h1 {
        font-size: 26px;
        font-size: 1.857142857rem;
        line-height: 1.846153846;
        margin-bottom: 0
    }

    .main-navigation div.nav-menu>ul,.main-navigation ul.nav-menu {
        border-bottom: 1px solid #ededed;
        border-top: 1px solid #ededed;
        display: inline-block!important;
        text-align: left;
        width: 100%
    }

    .main-navigation ul {
        margin: 0;
        text-indent: 0
    }

    .main-navigation li,.main-navigation li a {
        display: inline-block;
        text-decoration: none
    }

    .main-navigation li a {
        border-bottom: 0;
        color: #6a6a6a;
        line-height: 3.692307692;
        text-transform: uppercase;
        white-space: nowrap
    }

    .main-navigation li a:focus,.main-navigation li a:hover {
        color: #000
    }

    .main-navigation li {
        margin: 0 2.857142857rem 0 0;
        position: relative
    }

    .main-navigation li ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px,1px,1px,1px)
    }

    .main-navigation li ul ul {
        top: 0;
        left: 100%
    }

    .main-navigation .focus>ul,.main-navigation ul li:focus>ul,.main-navigation ul li:hover>ul {
        border-left: 0;
        clip: inherit;
        overflow: inherit;
        height: inherit;
        width: inherit
    }

    .main-navigation li ul li a {
        background: #efefef;
        border-bottom: 1px solid #ededed;
        display: block;
        font-size: 11px;
        font-size: .785714286rem;
        line-height: 2.181818182;
        padding: .571428571rem .714285714rem;
        width: 180px;
        width: 12.85714286rem;
        white-space: normal
    }

    .main-navigation li ul li a:focus,.main-navigation li ul li a:hover {
        background: #e3e3e3;
        color: #444
    }

    .main-navigation .current-menu-ancestor>a,.main-navigation .current-menu-item>a,.main-navigation .current_page_ancestor>a,.main-navigation .current_page_item>a {
        color: #636363;
        font-weight: 700
    }

    .menu-toggle {
        display: none
    }

    #respond form input[type=text] {
        width: 46.333333333%
    }

    #respond form textarea.blog-textarea {
        width: 79.666666667%
    }

    .template-front-page .site-content,.template-front-page article {
        overflow: hidden
    }

    .template-front-page.has-post-thumbnail article {
        float: left;
        width: 47.916666667%
    }

    .entry-page-image {
        float: right;
        margin-bottom: 0;
        width: 47.916666667%
    }

    .template-front-page .widget-area .widget,.template-front-page.two-sidebars .widget-area .front-widgets {
        float: left;
        width: 51.875%;
        margin-bottom: 1.714285714rem
    }

    .template-front-page .widget-area .widget:nth-child(odd) {
        clear: right
    }

    .template-front-page .widget-area .widget:nth-child(even),.template-front-page.two-sidebars .widget-area .front-widgets+.front-widgets {
        float: right;
        width: 39.0625%;
        margin: 0 0 1.714285714rem
    }

    .template-front-page.two-sidebars .widget,.template-front-page.two-sidebars .widget:nth-child(even) {
        float: none;
        width: auto
    }

    .commentlist .children {
        margin-left: 3.428571429rem
    }
}

.crp_related ul,.crp_related ul li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none
}

.crp_related {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.crp_related .h5 {
    font-family: var(--special-font-family);
    color:var(--brand-1);
    font-size: var(--h4-size);
    font-family: var(--special-font-family);
    color: var(--accent-2-dark);
    margin-left: 2rem;
}

.crp_related ul li:before {
    content: " ";
    background-image: var(--angle-bottom);
    background-position: 50% 50%;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    width: 24px;
    height: 24px;
    margin-right: 0rem;
    line-height: 1;
    border-radius: 4px;
    display: inline-block;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    filter: var(--color-to-brand-2);
}

.crp_related ul li {
    padding: 2px 2px;
    margin-top: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
	display: flex;
    align-items: center;
}

.crp_related ul li a {
    font-size: 15px;
    margin-left: 6px;
    color: var(--brand-1);
    font-weight: 600;
    font-weight: 500;
    display: inline-block;
    width: calc(100% - 40px)
}

.crp_related ul li:hover,.crp_related ul li:hover a,.crp_related ul li:hover:before {
    color: var(--brand-2);
    transition-duration: 0s
}

.site-content nav {
    clear: both;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 25px;
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.nav-next,.nav-previous {
    flex: 1 1 calc(100% - 10px);
    margin: 5px;
    padding: 10px;
    align-self: center;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body nav .nav-next a {
    flex-direction: row-reverse
}

@media only screen and (min-width: 48em) {
    .site-content nav {
        flex-wrap:nowrap
    }

    .nav-next,.nav-previous {
        flex: 1 1 calc(50% - 10px)
    }
}

.site-content nav a {
    width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    color: #222;
    display: block;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-family: var(--special-font-family);
}

.site-content nav a:hover {
    color: #222
}

.site-content nav a:before {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    content: ' ';
    float: left;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    background-image: var(--angle-bottom);
    background-position: 50% 50%;
    background-size: cover;
    transform: rotate(90deg)
}

.site-content nav .nav-next a:before {
    content: " ";
    float: right;
    margin-right: 0;
    margin-left: 10px;
    transform: rotate(-90deg)
}

.nav-next:hover,.nav-previous:hover {
    color: var(--dark-1);
    background: var(--light);
}

.nav-next span,.nav-previous span {
    display: none
}

.snippet-title {
    background: var(--light-light)!important
}

@media screen and (min-width: 960px) {
    body {
        background-color: #fff;
    }

    body.custom-background-empty {
        background-color: #fff
    }

    body.custom-background-empty .site,body.custom-background-white .site {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        box-shadow: none
    }
}

@media print {
    .site-header h1 a,.site-header h2 a,body {
        color: #000
    }

    body {
        background: 0 0!important;
        font-size: 10pt
    }

    footer a[rel=bookmark]:link:after,footer a[rel=bookmark]:visited:after {
        content: " [" attr(href) "] "
    }

    a {
        text-decoration: none
    }

    .author-avatar img,.comment-content img,.entry-content img,img.wp-post-image {
        border-radius: 0;
        box-shadow: none
    }

    .site {
        clear: both!important;
        display: block!important;
        float: none!important;
        max-width: 100%;
        position: relative!important
    }

    .site-header {
        margin-bottom: 5.142857143rem;
        text-align: left
    }

    .site-header h1 {
        font-size: 21pt;
        line-height: 1;
        text-align: left
    }

    .site-header h2 {
        color: #000;
        font-size: 10pt;
        text-align: left
    }

    #colophon,#respond,.author-avatar,.commentlist .comment-edit-link,.commentlist .reply,.entry-header .comments-link,.entry-meta .edit-link a,.main-navigation,.page-link,.site-content nav,.widget-area,img.header-image {
        display: none
    }

    .wrapper {
        border-top: none;
        box-shadow: none
    }

    .site-content {
        margin: 0;
        width: auto
    }

    .entry-header .entry-title,.entry-title {
        font-size: 21pt
    }

    footer.entry-meta,footer.entry-meta a {
        color: #444;
        font-size: 10pt
    }

    .author-description {
        float: none;
        width: auto
    }

    .commentlist>li.comment {
        background: 0 0;
        position: relative;
        width: auto
    }

    .commentlist .avatar {
        height: 39px;
        left: 2.2em;
        top: 2.2em;
        width: 39px
    }

    .comments-area article header cite,.comments-area article header time {
        margin-left: 3.57142857rem
    }
}

.entry-header .entry-title a,.entry-title {
    text-decoration: none;
    color: #b71c1c;
    color: var(--red);--red: var(
    --brand-2);
}

.textwidget,.widget_categories>ul,.widget_recent_entries>ul,.widget_search>form {
    border: 2px solid var(--light-light);
    border-top: 0;
    padding: 20px;
    margin: 0
}

.widget_categories>ul,.widget_recent_entries>ul {
    padding: 0
}

.widget_categories>ul>li,.widget_recent_entries>ul>li {
    margin: 0;
    border-bottom: 1px solid var(--light-light)
}

.widget_recent_entries ul a {
    color: #b00!important;
    display: block;
    text-align: center;
    padding: 20px;
    transition: all .3s ease-in-out
}

.widget_recent_entries ul a:hover {
    color: #b00!important;
    background: var(--light-light)
}

.widget_categories>ul>li {
    padding: 20px
}

.widget_categories ul a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -.5px;
    color: #222
}

.widget_categories ul a:hover {
    color: #b00
}

ul ul.children {
    font-size: 100%;
    margin: 20px 0 0 20px
}

.textewidget {
    padding: 10px
}

.twoPics {
    width: 100%;
    float: left;
    padding: 10px 0
}

.twoPics img {
    width: 49%;
    float: right;
    padding: 0;
    margin: 0;
    display: inline-block;
    clear: none
}

.twoPics img:nth-of-type(1) {
    float: left
}

.entry-content blockquote {
    background: var(--light-light);
    border: 1px solid #ccc
}

div#iframerentalcarwidgetVertical {
    min-height: 350px!important;
    height: 350px!important
}

iframe.carrentalframewidget {
    height: 320px!important
}

div.fullWidthBnr {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.button.fwBtn {
    height: 100%;
    background-color: rgba(0,0,0,.5)!important
}

.fullWidthBnr+h3 {
    margin-top: 20px;
    float: left;
    width: 100%
}

.fullWidthBnr+p {
    margin-top: 10px;
    float: left;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .crunchify-whatsapp {
        display:none!important
    }

    .crunchify-social {
        /* position: absolute; */
        /* left: -70px; */
        display: flex;
        flex-direction: row;
        /* margin-top: 35px!important; */
    }

    .crunchify-social a,
    .crunchify-social button{
        margin-bottom: 0;
    }
}

.crunchify-link {
    padding: 2px 8px 2px!important;
    color: #fff;
    font-size: 22px;
    width: 42px;
    text-align: center;
    border-radius: 5px;
    margin-right: 15px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    display: inline-block;
    text-decoration: none
}

.crunchify-link:active,.crunchify-link:hover {
    opacity: 1
}

.crunchify-social {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    margin-top:1.5rem;
    position: relative;
}
.crunchify-social:before{
	content: 'Share this page';
	position: absolute;
	top: -4rem;
	font-size: 16px;
	line-height: 36px;
}

.crunchify-social>a,
.crunchify-social>button{
    /* border: 1px solid var(--accent-2); */
    border-radius: 50%;
    width: 42px;
    height: 41px;
    /* opacity: .5; */
    /* filter: grayscale(1); */
    background: var(--light);
    opacity: .6;
    min-height: fit-content;
    border: none;
    margin-bottom: 0;
}
.crunchify-social>a:active,
.crunchify-social>a:hover,
.crunchify-social>a:hover i,
.crunchify-social>button:active,
.crunchify-social>button:hover,
.crunchify-social>button:hover i{
    opacity: 1;
}
.crunchify-social>a:active,
.crunchify-social>a:hover,
.crunchify-social>button:active,
.crunchify-social>button:hover{
    background: #fff;
    box-shadow: 0 0 0 2px var(--brand-2);
}

.crunchify-social>a>i,
.crunchify-social>button>i{
    width: 24px;
    height: 24px;
    filter: var(--color-to-brand-2);
    /* opacity: .6; */
}
.crunchify-social>button:focus{
    background: var(--light-light);
    box-shadow: 0 0 0 2px var(--brand-2);
}
.crunchify-social i.fa0.fa0-twitter{
    width:18px;
    height:18px;
}

button.crunchify-copy.copied{
    opacity:1;
}
button.crunchify-copy.copied:after {
    content: 'Link Copied!';
    display: inline-block;
    margin-left: 2rem;
    color: var(--brand-2);
    font-size: 14px;
    line-height: 14px;
    text-transform:initial;
}
button.crunchify-copy.copied>i{
    margin-left:1px;
}
.fa0.fa0-copy{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jb3B5IiBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IGhlaWdodD0iMTMiIHJ4PSIyIiByeT0iMiIgd2lkdGg9IjEzIiB4PSI5IiB5PSI5Ii8+PHBhdGggZD0iTTUgMTVINGEyIDIgMCAwIDEtMi0yVjRhMiAyIDAgMCAxIDItMmg5YTIgMiAwIDAgMSAyIDJ2MSIvPjwvc3ZnPg==);
    background-size: 20px;
}

.example_responsive_withinPost {
    width: 100%;
    height: auto
}

@media(min-width: 767px) {
    .example_responsive_withinPost {
        width:735px;
        height: auto
    }
    .crunchify-social {
        margin-top: 5.5rem;
        margin-bottom:1.5rem;
    }
}
@media(min-width: 1023px) {
    .crunchify-social {
        margin-top: 5.5rem;
        margin-bottom:.5rem;
    }
	.crunchify-social:before{
		font-size: 18px;
	}
}

@media(min-width: 1200px) {
    .example_responsive_withinPost {
        width:750px;
        height: auto
    }
}

.withinPostShowroom {
    overflow: hidden;
    margin: 5px 0 15px 0
}

.pgntn-page-pagination {
    margin: 1em 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    clear: both;
    cursor: default
}

.pgntn-page-pagination .dots {
    display: inline-block;
    text-align: center;
    margin-bottom: .5em;
    margin-left: .5em;
    padding: .3em .5em
}

.pgntn-multipage .pgntn-elipses,.pgntn-multipage .pgntn-page-pagination-intro {
    display: inline-block;
    margin-right: 0;
    text-align: center
}

.pgntn-multipage .pgntn-page-pagination-block a:first-of-type {
    margin-left: 0
}

.pgntn-multipage .pgntn-page-pagination-block span:first-of-type~a {
    margin-left: .5em
}

.pgntn-page-pagination .current,.pgntn-page-pagination a,.pgntn-page-pagination-intro {
    display: inline-block;
    text-align: center;
    margin-left: .5rem;
    margin-bottom: .5rem;
    padding: .3rem .5rem
}

.pgntn-page-pagination a {
    box-shadow: none!important
}

div.rating-cancel,div.star-rating {
    float: left;
    width: 17px;
    height: 17px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: 0 0;
    overflow: hidden
}

div.rating-cancel,div.rating-cancel a {
    background: url(delete.gif) no-repeat 0 -16px
}

div.star-rating,div.star-rating a {
    background: url(star.png) no-repeat 0 0
}

div.rating-cancel a,div.star-rating a {
    display: block;
    width: 16px;
    height: 100%;
    background-position: 0 -38px;
    border: 0
}

div.star-rating-on a {
    background-position: 0 0!important
}

div.star-rating-hover a {
    background-position: 0 -18px
}

div.rating-cancel a:hover {
    background-position: 0 -16px
}

div.star-rating-readonly a {
    cursor: default!important
}

div.star-rating {
    background: 0 0!important;
    overflow: hidden!important
}

#tabs {
    width: 60%;
    float: left;
    margin-right: 10px
}

.pgntn-page-pagination {
    margin: 1em 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    clear: both;
    cursor: default
}

.pgntn-page-pagination .dots {
    display: inline-block;
    text-align: center;
    margin-bottom: .5em;
    margin-left: .5em;
    padding: .3em .5em
}

.pgntn-multipage .pgntn-elipses,.pgntn-multipage .pgntn-page-pagination-intro {
    display: inline-block;
    margin-right: 0;
    text-align: center
}

.pgntn-multipage .pgntn-page-pagination-block a:first-of-type {
    margin-left: 0
}

.pgntn-multipage .pgntn-page-pagination-block span:first-of-type~a {
    margin-left: .5em
}

.pgntn-page-pagination .current,.pgntn-page-pagination a,.pgntn-page-pagination-intro {
    display: inline-block;
    text-align: center;
    margin-left: .5rem;
    margin-bottom: .5rem;
    padding: .3rem .5rem
}

.pgntn-page-pagination a {
    box-shadow: none!important
}

.author-info {
    display: none!important
}

#snippet-box,.snippet-title {
    font-family: inherit;
    clear: both
}

table #tbl-rich-snippet {
    width: 100%
}

tr .tbl-bsf-tr {
    border: 1px dotted #ddd
}

td .tbl-bdf-td {
    padding: 5px
}

.tbl-img {
    width: 170px
}

.tbl-addrs-tr {
    border: 0
}

.rating-value {
    display: none
}

.rating-count {
    font-weight: 700
}

#snippet-box {
    border: 1px solid var(--light-light)!important;
    background: 0 0!important;
    font-size: 13px;
    padding: 0;
    margin: 0 0 15px;
    float: left;
    width: 100%;
    box-sizing: content-box;
    border-radius: 5px;
    overflow: hidden
}

.snippet-markup {
    float: left;
    clear: both;
    width: 100%
}

.snippet-title {
    background: var(--light-light)!important;
    border-bottom: 1px solid var(--light-light)!important;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-align: center
}

.snippet-label,.snippet-label-img {
    text-align: right;
    font-size: 13px;
    font-weight: 700
}

.snippet-data,.snippet-data-img,.snippet-label {
    padding: .4em 2%;
    float: left
}

.snippet-label {
    width: 25%;
    clear: both;
    margin: 0 2% 0 0
}

.snippet-data {
    width: 65%
}

.snippet-data-img {
    width: 56%
}

.snippet-image {
    float: left;
    min-height: 190px;
    width: 200px
}

.snippet-image img {
    border: 2px solid #fff;
    box-shadow: none;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    margin: 10px auto;
    display: block
}

.snippet-map {
    width: 100%;
    height: 320px;
    border: 1px solid #ccc
}

#snippet-box iframe {
    width: 90%;
    margin: 0 auto;
    display: block
}

.ratings {
    float: right;
    margin-right: 10px
}

.star-blocks {
    background: #fff
}

#dragContainer {
    top: 65px!important
}

.aio-star {
    float: left;
    clear: none;
    color: #ffd90d;
    text-shadow: 1px 1px 1px #8a7f40;
    letter-spacing: .2em
}

.star-rating-control {
    margin-top: .3em;
    float: left
}

.star-img img {
    box-shadow: none;
    margin: -2px 2px;
    border: none!important;
    padding: 0!important
}

.snippet-label-img {
    width: 37%;
    float: left;
    clear: right;
    margin: 0 1% 0 0;
    padding: .4em 1%
}

.aio-info {
    width: 400px;
    float: left
}

.snippet-clear {
    clear: both
}

@media (max-width: 855px) {
    .aio-info,.snippet-image {
        width:100%;
        float: left;
        clear: both
    }

    .snippet-image {
        min-height: 50px;
        margin: 0 0 15px
    }
}

.entry-content .button.button-large.button-red.button-block {
    white-space: normal;
    height: auto;
    line-height: 1.4em;
    padding: 15px 10px;
    background-color: #b00!important;
    border-color: #b00!important
}

.entry-content .button.button-large.button-red.button-block:hover {
    background-color: #900!important;
    border-color: #900!important
}

.entry-content .button.button-large.button-red.button-block:after {
    content: '\f053 \f053 \f053';
    font-family: fontAwesome;
    margin-left: 10px
}

.entry-content .button.button-large.button-red.button-block:before {
    content: '\f054 \f054 \f054';
    font-family: fontAwesome;
    margin-right: 10px
}

.inlineCarQuoteWidget {
    --light: var(
    --light-light);
    /* --light: var(
    --headerColor); */
    background: var(--light);
    margin: 2rem 0 4rem 0;
    border: 0 solid var(--light);
    border-radius: 1rem;
    position: relative;
    padding-bottom: 5rem!important;
    padding-top: 5rem!important;
    box-shadow: -500px 0 var(--light),-1000px 0 var(--light),-1500px 0 var(--light),500px 0 var(--light),1000px 0 var(--light),1500px 0 var(--light);
    display: flex;
    z-index: 0;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.inlineCarQuoteWidget .sidebarQuoteTitle {
    max-width: 600px!important;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
    text-align: center;
    font-size: clamp(2.5rem,3vw,3rem);
    font-family: var(--special-font-family);
    /* color: var(--accent-2); */
    /* color: #fff!important; */
}

.inlineCarQuoteWidget .carrentalframewidget {
    width: 100%;
    border: none!important;
    max-width: 870px!important;
    margin-left: auto;
    margin-right: calc(30% - 150px);
    min-height: 360px;
    display: block;
    background-color: #ffff;
    border-radius: 1rem;
    padding: 10px 10px 0;
    background-image: url(/images/load_btn.gif);
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    /* border: 10px solid var(--accent-2)!important; */
    box-shadow: 0 10px 40px 10px rgb(85 34 0 / 11%);
    border: 10px solid var(--accent-2) !important;
}

body .inlineCarQuoteWidget img {
    box-shadow: none;
    width: 100%;
    height: auto;
    max-width: 426px!important;
    min-width: unset;
    position: relative;
    will-change: filter;
    /* bottom: 20px; */
    /* margin-left: calc(90px - 50%); */
    /* margin-top: -110px; */
    margin-bottom: 0px;
    /* opacity: .3; */
	order:9;
}
.inlineCarQuoteWidget img:last-of-type {
	display:none;
}
.blogHero2025picture.heroLoaded{
    filter: blur(0px);
    background-image: none !important;
}
@media only screen and (max-width: 470px) {
	.blogHero2025picture{
		/* aspect-ratio: 1 / 1; */
		margin-bottom: 1rem;
		background: transparent!important;
	}
	body img.blogHero2025{
		/* aspect-ratio: 1 / 1; */
		display: block;
		/* margin-left: 0; */
		/* width: 100%; */
		/* border-radius: .5rem; */
	}
	
	
    .entry-header :has(table) .blogHero2025picture{
        display: block;
        height: 100%;
        filter: blur(40px);
        margin:0;
        transition: filter 0.3s ease-in-out;
    }
    .entry-header :has(table) .blogHero2025picture.heroLoaded{
        filter: blur(0px);
        background-image: none !important;
    }
}

@media only screen and (max-width: 47.9em) {
    .inlineCarQuoteWidget {
        display:flex;
        flex-direction: column
    }

    .inlineCarQuoteWidget .carrentalframewidget {
        margin-right: auto;
    }

    .inlineCarQuoteWidget img {
        position: relative;
        order: 99;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -20px;
        padding: 20px;
        padding-bottom: 0;
        max-width: 100%;
        height: auto
    }
}

@media only screen and (max-width: 1024px) {
    .inlineCarQuoteWidget img {
        display:none;
        padding: 20px 30px 0 30px;
        margin-top: 0
    }

    .inlineCarQuoteWidget {
        box-shadow: -500px 0 var(--light),-1000px 0 var(--light),-1500px 0 var(--light),500px 0 var(--light),1000px 0 var(--light),1500px 0 var(--light);
    }

    .inlineCarQuoteWidget .carrentalframewidget {
        margin: 0 auto;
        max-width: 420px!important;
        border: 0!important;
    }
}

@media only screen and (max-width: 768px) {
    .inlineCarQuoteWidget {
        display:flex;
        flex-direction: column;
        width: calc(100% + 3rem);
        border-radius: 0;
        margin-left: -1.5rem;
        margin-right: 0
    }

    .inlineCarQuoteWidget img {
        display: block;
        position: relative;
        order: 99;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 30px 20px 30px;
        max-width: 472px;
    }
    body .inlineCarQuoteWidget img:last-of-type {
         display:none;
    }


	article.post,
	.authorBox,
	.entry-header{
		width: 100%;
		max-width: 100%;
		padding-inline: 2rem;
	}
	.blogHero2025{
		margin-left:-4rem;
		width: calc(100% + 8rem);
		border-radius: 0;
	}
}

.inlineCarQuoteWidget img {
    box-shadow: none!important;
}

.maincontent.secondMainContent {
    margin-right: 0;
    margin-left: 0
}

.mainsidebar {
    width: 100%;
    max-width: 0!important;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    transition: opacity .3s linear .3s;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000
}

.sidebarActive .mainsidebar {
    opacity: 1;
    max-width: 390px!important;
    overflow: visible;
    padding-left: 20px;
    transition: opacity .3s linear .3s
}

@media only screen and (max-width: 1024px) {
    .maincontent.secondMainContent {
        margin-right:auto;
        margin-left: auto
    }

    .sidebarActive .mainsidebar {
        margin-right: auto;
        margin-left: auto
    }
}

.irp-block {
    margin-top: 2em!important;
    margin-bottom: 2em!important
}

.irp-block>a {
    position: relative;
    padding: 0;
    margin: 0;
    padding-top: 1em!important;
    padding-bottom: 1em!important;
    width: 100%;
    display: block;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    background: var(--light-light);
    /* border-left: 1em solid var(--light-dark)!important; */
    /* border: 2px solid var(--brand-2)!important; */
    border-radius: 10px;
    padding: 1em!important;
    cursor:pointer;
    /* transition: all .3s linear */
    margin-top:60px;
    padding-left: 5rem!important;
}

.irp-block>a>div {
    padding-left: 0!important;
    padding-right: 0!important
}

.irp-block .ctaText {
    font-weight: 600;
    color: var(--brand-2)!important;
    text-decoration: none!important;
    font-size: 18px;
    /* text-transform: uppercase; */
    display: block;
    font-family: var(--special-font-family);
    margin-top: -50px;
    margin-bottom: 15px;
    margin-left: -40px;
}

.irp-block .postTitle {
    /* margin-left: -1rem; */
    color: var(--brand-2);
    font-family: var(--special-font-family);
    text-decoration: none;
    color: var(--brand-2-dark);
    font-family: var(--special-font);
    font-weight: 500;
    font-size: 18px;
}
.irp-block .postTitle:before{
    content:'› ';
    /* content: ' '; */
    /* content:'▸ '; */
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    left: 0px;
    color: var(--brand-2);
    top: calc(50% - 16px);
    /* border-top: 2px solid; */
    border-bottom: 2px solid;
    width: 40px;
    text-align: right;
}

.irp-block>a:hover {
    /* transition: all .3s linear; */
    /* box-shadow: 0 0 0 3px var(--brand-2); */
    /* border-color: var(--brand-2)!important; */
    text-decoration: none;
    /* background: var(--light); */
    /* color: var(--brand-1); */
}
.irp-block>a:hover{
    /* background: var(--light-dark); */
}
.irp-block>a:hover .postTitle{
    text-decoration: underline;
    color: var(--brand-2);
}
@media only screen and (max-width: 1023px) {
    .irp-block>a {
        /* border-top:0 solid #222!important; */
        /* border-bottom: 0 solid #222!important; */
        /* background: var(--light-light); */
        /* border-radius: 5px; */
    }

    .irp-block .ctaText {
        margin-left: -40px;
        font-size: 16px!important;
    }

    .irp-block .postTitle {
        margin-right: 0;
        margin-left: 0;
        margin-top: -3rem;
        line-height: 1.6em;
        font-size: 16px!important;
        display: block
    }

    .irp-block>a:before {
        left: calc(100% - 52px);
        top: 0;
        background-size: 32px 32px
    }
    .irp-block .postTitle:before{
        /* content: ' '; */
        top: 1rem;
        width: 3rem;
    }
}


p.hasAltCaption {
    position: relative;
    max-width: 100%
}

.hasAltCaption img {
    min-width: 100%
}

.hasAltCaption:before {
    font-size: 14px
}

.hasAltCaption:before {
    max-width: calc(100% - 2rem);
    min-width: auto;
    left: 1rem;
    bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem
}

.hasAltCaption:after {
    margin-left: calc(-1 * var(--altW));
    margin-left: auto;
    right: 0;
    left: auto;
    bottom: 8px;
    max-width: 100%;
    position: relative;
    content: attr(data-alt);
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    min-width: var(--altW);
    padding: .5rem 0;
    line-height: 1.8rem;
    border-radius: 0;
    font-family: var(--special-font-family);
    font-weight: 600;
    text-shadow: none;
    background: 0 0;
    color: var(--brand-1)
}

@media only screen and (max-width: 768px) {
    .hasAltCaption:after {
        font-size:14px
    }
}

a.readArticle {
    position: relative;
    background: var(--accent-2);
    border-color: var(--accent-2);
}
a.readArticle:hover{
    background: var(--accent-2-dark);
    border-color: var(--accent-2-dark);
}

@media only screen and (max-width: 768px) {
    .readmoreWrapper {
        position:relative;
        padding-right: 0;
        text-align: center
    }

    .alsoAvailableIn img.inlineFlag {
        margin-top: 0;
        margin-right: 5px
    }

    .alsoAvailableIn a:after {
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .entry-content>p:first-of-type br {
        display:none
    }

    .entry-content>p:first-of-type br:not(:first-child) {
        display: block
    }

    .entry-content p:first-of-type:empty {
        display: none
    }
    .dl-menuwrapper.dlactive {
        z-index: 999;
    }
}


html {
    scroll-behavior: smooth
}

@media screen and (min-width: 1439px) {
    .heroQuote.qqInSubPage.stickering .heroQuoteImg {
        display: none!important;
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 {
        padding: 0!important;
        margin-bottom: 0;
        margin-top: 0
    }

    body .heroQuote.qqInSubPage.stickering {
        position: fixed;
        top: 0;
        z-index: 1;
        /* background: var(--light)!important; */
        background-color: #444!important;
        opacity: 1;
        animation: fadeInFromNone .3s ease;
        max-height: fit-content;
        overflow: visible;
        width: 100%;
    }

    body .heroQuote.qqInSubPage .quickQuote {
        transition: height 0s
    }

    body .heroQuote.qqInSubPage.stickering .quickQuote {
        max-height: 70px
    }

    .heroQuote.qqInSubPage.stickering div.returnSameAsPickup {
        margin-top: 0;
        position: absolute!important;
        right: 5px;
        top: 11px;
        max-width: 120px;
        line-height: 1.3;
        margin-bottom: 0;
        padding: 5px;
        border-radius: 3px;
        text-align: center;
        width: auto;
        background: var(--light-light);
        letter-spacing: 0
    }

    .heroQuote.qqInSubPage.stickering .hasReturnLocation div.returnSameAsPickup {
        display: none
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 div {
        position: relative;
        padding-top: 5px;
        cursor: pointer
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 label {
        color: #222;
        font-size: 10px;
        position: absolute;
        left: 35px;
        top: 8px;
        opacity: .4
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 .flexDates>label:after,.heroQuote.qqInSubPage.stickering .qqContainer2019 label.pickupLabel:after,.heroQuote.qqInSubPage.stickering .qqContainer2019 label.returnLabel:after {
        left: -26px;
        top: 8px;
        opacity: 1
    }
    .heroQuote.qqInSubPage.stickering .qqContainer2019 label.timeLabels{
        left:auto;
        right:0;
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 input,.heroQuote.qqInSubPage.stickering .qqContainer2019 select {
        padding-top: 16px;
        padding-bottom: 8px;
        margin-bottom: 0
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 .returnSameAsPickup>label {
        position: relative;
        opacity: .9!important;
        top: 0;
        left: 0;
        margin: 0;
        display: block
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 .returnSameAsPickup>label b {
        filter: invert(1);
        opacity: .4;
        display: none
    }
    body .heroQuote.qqInSubPage.stickering .quickQuote {
        position:relative;
        overflow: visible;
        padding: 0;
        background: #444;
    }

    body .heroQuote.qqInSubPage.stickering .quickQuote:after,body .heroQuote.qqInSubPage.stickering .quickQuote:before {
        content: ' ';
        position: absolute;
        height: 126px;
        background-image: url(/images/qqQuote-bonus-qashqai.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        width: 201px;
        left: -240px;
        top: 0
    }

    body .heroQuote.qqInSubPage.stickering .quickQuote:after {
        background: 0 0;
        content: 'from\a 14,9€ / day';
        height: auto;
        line-height: 1.6rem;
        bottom: -85px;
        top: unset;
        white-space: pre;
        text-align: center;
        font-weight: 700;
        font-family: var(--special-font-family);
        color: var(--red);
        color: var(--accent-2);
    }

    body div#pud-red-shadow,body div#pup-shadow,body div#rep-shadow {
        box-shadow: none
    }
	
    body:has(.stickering) aside.sticky-CTA-link~h2,
	body:has(.stickering) aside.sticky-CTA-link~h3,
	body:has(.stickering) aside.sticky-CTA-link~h4,
	body:has(.stickering) aside.sticky-CTA-link~h5 {
        scroll-margin-top: 130px;
    }
}

html.qqScrolling .ipop.show {
    position: fixed;
    top: 0;
    margin-top: 13px
}

html.qqScrolling .ipopIsOn #pickupAdv.active,html.qqScrolling .ipopIsOn #returnAdv.active {
    position: unset
}

html.qqScrolling .cal2016#ui-datepicker-div {
    margin-top: 10px;
    position: fixed!important;
    top: 58px!important
}

html.qqScrolling body.calendarActive #calendarsContainer {
    position: fixed;
    top: 0
}

html.qqScrolling body.calendarActive #calendarsContainer .calendarWrapper {
    --calendarTop: 68px!important
}

html.qqScrolling .ipop.show:after {
    transform: none
}

html.qqScrolling div#pud-red-shadow {
    top: 11px!important;
    left: calc(50% - 95px)!important;
    max-width: 490px;
}

div#rep-shadow,html.qqScrolling div#pup-shadow {
    top: 10px!important;
    left: calc(50% - 525px)!important;
}

html.qqScrolling.hasReturnLocationBody div#pud-red-shadow {
    display: none
}

html.qqScrolling.hasReturnLocationBody div#pup-shadow,html.qqScrolling.hasReturnLocationBody div#rep-shadow {
    display: none
}

html.qqScrolling .qqContainer2019 .flexDates>select {
    background-position-y: calc(100% - 12px)
}



/* table of contents */
#ez-toc-container {
    margin-bottom: 20px;
    position: sticky;
    top: 3px;
    z-index: 1;
    background: #fff;
  
    /* layout & scrolling */
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 1rem;
    padding-inline: 0;
    border-block: 2px solid var(--light-light);
    /* max-height: 52px; */
    max-height: 64px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-gutter: stable both-edges;
    -ms-overflow-style: none;
    scrollbar-width: none;
    --light:#fff;
    box-shadow: 0 -5px var(--light), -500px 0 var(--light),-1000px 0 var(--light),-1500px 0 var(--light),500px 0 var(--light),1000px 0 var(--light),1500px 0 var(--light);
  }
  
  #ez-toc-container::-webkit-scrollbar {
    display: none;
  }
  
  #ez-toc-container p,
  #ez-toc-container label,
  #ez-toc-container input,
  #ez-toc-container .TocViewAll {
    display: none;
  }
  
  #ez-toc-container ul,
  #ez-toc-container .list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    gap: 2rem;
    padding-right: 20px;
  }
  
  #ez-toc-container ul li {
    margin: 0;
    padding: 0;
    display: contents;
    width: -moz-fit-content;
    width: fit-content;
  }
  
  #ez-toc-container a {
    min-width: fit-content;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 15px;

	/* dynamic */
    max-width: 200px;
    min-width: unset;
    width: max-content;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
    text-wrap: auto;
    line-height: 1.7rem;
    text-align: center;
    font-size: 14px;
    margin-top: -2px;
	text-decoration: none;
  }
  
  #ez-toc-container a:hover {
    text-decoration: underline;
    color: var(--brand-2-dark);
  }
  
  #ez-toc-container a::before {
    display: none;
    content: none;
  }
  
  /* scroller buttons */
  #ez-toc-container button.scroller {
    position: sticky;
    top: 0;
    min-width: 28px;
    /* height: 48px; */
    height: 60px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: transparent;
    border: none;
    transform: translateY(-10px);
    box-shadow: 0 0 10px 10px #fff;
    border-radius: 0;
    /* border-radius: .5rem; */
  }
  
  #ez-toc-container button.scroller::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    /* height: 48px; */
    height: 60px;
    background-image: var(--angle-bottom);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  
  #ez-toc-container button.scroller:is(:hover, :active) {
    background: var(--light-light);
  }
  
  #ez-toc-container .scroller.left {
    left: 0;
  }
  
  #ez-toc-container .scroller.left::before {
    transform: rotate(90deg);
  }
  
  #ez-toc-container .scroller.right {
    right: 0;
  }
  
  #ez-toc-container .scroller.right::before {
    transform: rotate(-90deg);
  }
  
  #ez-toc-container button.scroller.right--disabled,
  #ez-toc-container button.scroller.left:not(.left--enabled),
  #ez-toc-container button.scroller.left.left--disabled {
    opacity: 0;
    width: 0;
    min-width: 0;
    max-width: 0;
    pointer-events: none;
  }
  
  /* responsive tweaks */
  @media only screen and (max-width: 767px) {
    #ez-toc-container {
      min-width: calc(100% + 3rem);
      margin-left: -1.5rem;
    }
  
    #ez-toc-container a {
        font-size: 15px;
        text-align: left;
        max-width: 65vw;
        /* width: 65vw; */
    }
  
    #ez-toc-container a:first-of-type {
      padding-left: 2rem;
    }
  }

  @media only screen and (max-width: 1024px) {
	  body:has(nav#ez-toc-container) aside.sticky-CTA-link{
		top:65px  
	  }
  }
  @supports (animation-timeline: scroll(root block)) and (animation-range: 0% calc(100% - 500px)) {
    #ez-toc-container {
        top: 3px;
    }
    body:has(nav#ez-toc-container) aside.sticky-CTA-link{
		top:65px  
    }
  }
  @media not all and (min-resolution: 0.001dpcm) and (-webkit-appearance: none) {
    #ez-toc-container {
        top: 0;
    }
    body:has(nav#ez-toc-container) aside.sticky-CTA-link{
		top:50px  
    }
  }


@media only screen and (min-width: 1023px) {
    nav#ez-toc-container {
        width: var(--blogWidth);
        min-width: var(--blogWidth);
        margin-left: -75px;
        padding-left: 20px;
        padding-right: 20px;
        outline:4px solid #eee;
        border-color:#fff;
        border-radius: .5rem;
        box-shadow: none;
    }
    
    #ez-toc-container .scroller.right{
        /* left: calc(100% - 51px); */
        transform: translateY(-10px) translateX(18px);
		border-radius: .5rem;
    }
    #ez-toc-container .scroller.left{
        transform: translateY(-10px) translateX(-18px);
		border-radius: .5rem;
    }
    #ez-toc-container {
        top: 13px;
    }
}
@media only screen and (min-width: 1439px) {
	body:has(.stickering) nav#ez-toc-container{
        top: 85px;
        width: 1050px;
        min-width: 1050px;
        margin-left: -160px;
	}
}







@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1
    }
}

.takeout {
    position: relative;
    padding: 2rem;
    --color: var(--secondary);
    margin-top: 3rem;
    margin-bottom: 3rem;
    background: var(--light-light);
    background: var(--light)
}

h2.takeoutTitle {
    color: var(--color);
    text-transform: uppercase
}

.takeout:after,.takeout:before {
    content: '';
    z-index: 1;
    display: inline-block;
    height: 3.25rem;
    position: absolute
}

.takeout:before {
    width: 14rem;
    border-top: 2px solid var(--color);
    border-left: 2px solid var(--color);
    top: -1rem;
    left: -1rem
}

.takeout:after {
    width: 12rem;
    right: -1rem;
    bottom: -1rem;
    border-right: 2px solid var(--color);
    border-bottom: 2px solid var(--color)
}

.takeoutList {
    font-size: 90%
}

aside.sticky-CTA-link {
    display: none
}

aside.sticky-CTA-link {
    position: sticky;
    top: 0;
    z-index: 999;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: rgb(255 255 255 / 60%);
    margin-bottom: 3rem
}

aside.sticky-CTA-link>a {
    margin: 0;
    text-align: center;
    margin: 10px auto;
    min-width: 100%;
    max-width: 100%;
    white-space: pre-wrap;
    max-height: unset;
    min-height: unset;
    height: fit-content;
    display: inherit;
    font-size: 14px;
    text-wrap-style: balance;
    text-align: right;
    font-family: var(--special-font-family);
    padding-left: 30%;
    padding-right: 30px;
    background: var(--accent-2);
    border-color: var(--accent-2);
}
aside.sticky-CTA-link>a:is(:active,:hover,:focus){
	--accent-2: var(--accent-2-dark);
}

@media screen and (max-width: 1024px) {
    aside.sticky-CTA-link {
        display:flex
    }

    aside.sticky-CTA-link:before {
        content: ' ';
        position: absolute;
        height: 90px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        width: 140px;
        left: -20px;
        top: 0
    }

    aside.loadQashqai.sticky-CTA-link:before {
        background-image: url(/images/qqQuote-bonus-qashqai.png)
    }

    aside.sticky-CTA-link~h2,aside.sticky-CTA-link~h3,aside.sticky-CTA-link~h4,aside.sticky-CTA-link~h5 {
        margin-top: -90px;
        padding-top: 90px;
        scroll-margin-top: 50px;
    }
}

@media screen and (max-width: 450px) {
    aside.sticky-CTA-link>a {
        padding-left: 100px;
        padding-right: 20px
    }

    aside.sticky-CTA-link:before {
        left: -40px
    }
}

aside.authorBox {
    width: 100%;
    max-width: 730px;
    margin: 3rem auto 0 auto;
    padding-top: 5rem;
    margin-top: 3rem;
    border-top: 10px double var(--light-light);
}
.authorBox--author {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding: 1.5rem;
    background: var(--light-light);
    border-radius: 1.5rem;
    margin-bottom: 4rem;
    margin-top: -2rem;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.subheader author {
    font-weight: 600;
/*     font-family: var(--special-font); */
}

.authorImage {
    max-width: 80px;
    border-radius: 50%;
    margin-right: 2rem;
}

.authorBox--author-social {
    margin-left: auto;
    margin-right: 1rem;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding-left: 1rem;
}

.authorBox--author-name {
    font-weight: bold;
    font-family: var(--special-font-family);
    font-size: 1.8rem;
}

.authorBox--author-title {
    font-family: var(--special-font-family);
    font-weight: 500;
    font-size: 95%;
    color: var(--dark-1);
}

.authorBox--author-social .fa0 {
    width: 18px;
    height: 18px;
    display: inline-block;
    opacity: .6;
    margin-top: 1px;
}

a.author-link {
    display: flex;
    margin-left: 1rem;
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

a.author-link:hover > .fa {
    opacity: 1;
}

.authorBox--author-description {
    font-size: 1.3rem;
    line-height: 1.8rem;
    padding-top: .75rem;
    color: var(--dark-1);
}

.authorRCC {
    background-color: #fff;
    aspect-ratio: 1/1;
}

.authorBox--author-name > a {
    --brand-1: #6F4120;
    text-decoration: underline;
    position: relative;
    display: inline-block;
    color: var(--brand-1);
}

.authorBox--author-name > a:after {
    content: ' ↗';
}

@media only screen and (max-width: 768px) {
    .authorImage {
        margin:0;
    }

    .authorBox--author {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 2rem 1rem;
        text-align: center;
    }

    .authorBox--author-social {
        display: flex;
        padding: 1.5rem 0 0 0;
        margin: 0;
        border-top: 1px solid #ccc;
        min-width: 100%;
        justify-content: center;
        align-items: center;
    }
}

.ez-toc-cssicon {
    display: none!important
}

.fb_banner img {
    content-visibility: auto;
    max-width: 100%;
	width:100%;
    height: auto;
}
body.calendarActive .calendarsContainer.hoursOnly .datesWrapper{
    margin-top: -440px;
}



/* showing hero image on mobile */
@media only screen and (max-width: 767px) {
    .blog-feature-image-container {
        display: block;
        margin-top: 2rem;
        border-radius: 0;
        margin-left: -20px;
        width: calc(100% + 35px);
        height: fit-content;
        padding: 0;
    }
    img.feature-image.blog-feature-image.desktopOnly {
        display: block;
    }
}

@media only screen and (max-width: 1345px) {
    div#primary {
        margin-left: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1345px) {
    .newHeader{
        width: 100%;
        margin-left:auto;
        margin-right:auto;
    }
}

.introTable{
    padding: 0rem 2rem 1rem 2rem;
    border: 2px solid var(--light-dark);
    margin-bottom: 3rem;
    border-radius: 1rem;
}
.introTable table {
    font-size: 16px;
    margin: 0;
    border-bottom: 0;
}

.introTable table td,th {
    padding: 0;
}

.introTable table th {
    font-weight: bold;
    color: var(--accent-2-dark);
    border-color: var(--accent-2-dark);
    padding-left: 0;
}
.introTable table td{
    padding-bottom: .5rem;
    line-height: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.introTable table td:first-of-type {
    font-weight: bold;
    padding-right: 1rem;
    line-height: 2rem;
    min-width: 170px;
}
.introTable table tr:last-of-type td{
    border-bottom: 0;
}

@media only screen and (max-width: 500px) {
    
    .introTable:not(.respTable){
        padding-top:2rem;
    }
    .introTable:not(.respTable) table td:first-of-type {
        min-width: auto;
        border: 0;
        color: var(--accent-2);
        padding-top: 0;
        padding-bottom: 0;
    }
    .introTable:not(.respTable) table tr{
        display:flex;
        flex-direction: column;
    }
    .introTable:not(.respTable) table td, .introTable table th{
        min-width:100%;
        border: 0;
    }
    .introTable:not(.respTable) table thead{
        display:none;
    }
	.introTable.respTable{
		overflow-x:scroll;
		background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)),
				    linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%) 0 100%,
				    radial-gradient(
					      farthest-side at 0% 50%,
					      rgba(0, 0, 0, 0.2),
					      rgba(0, 0, 0, 0)
				   ),
		    radial-gradient(
	        farthest-side at 100% 50%,
	        rgba(0, 0, 0, 0.2),
	        rgba(0, 0, 0, 0)
	      ) 0 100%;
		
	  background-repeat: no-repeat;
	  background-color: #fff;
	  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
	  background-position: 0 0, 100%, 0 0, 100%;
	  background-attachment: local, local, scroll, scroll;
	}
	.introTable.respTable td,
	.introTable.respTable th{
		min-width: 100px!important;
		width: fit-content;
	}
}
.callout {
    margin-bottom: 3rem;
    background: var(--light-light);
    padding: 2rem;
    border-left: 1rem solid var(--accent-2);
    margin-left: -3rem;
    font-weight: 500;
    font-family: var(--special-font);
    border-radius: 1rem;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}
.aside_CTA{
    font-weight: 600;
    font-family: var(--special-font);
    margin-top: 1rem;
    font-size: inherit;
    text-decoration: none!important;
    border-bottom: 1px solid;
    line-height: 20px;
    color: var(--accent-2);
}
.aside_CTA:after{
    content:' ›';
    padding-left: 1rem;
}
@media only screen and (max-width: 1023px) {
    .callout {
        margin-left:0;
        border-radius: .5rem;
    }
}

.heroQuote.qqInSubPage:not(.stickering) {
    display: none;
}


@media only screen and (max-width: 768px) {
    ul.latestPosts{
        padding:20px 10px 20px 0px;
    }
    ul.latestPosts li{
        margin-left: 10px;
        display: flex;
        align-items: flex-start;
        margin-bottom: 2.5rem;
        margin-top: 1rem;
        border-bottom: 1px solid var(--light-light);
        padding-bottom: .75rem;
    }
    ul.latestPosts li:last-of-type{
        border-bottom: none;
        padding-bottom:0;
    }
    ul.latestPosts li:before{
        margin-left:-13px;
        padding-right:30px;
        background-position: 50% 50%;
        display: none;
    }
    ul.latestPosts > li > a{
        text-decoration: none;
        position: relative;
        text-underline-offset: 4px;
        line-height: 1.8;
        letter-spacing: -.2px;
    }
    ul.latestPosts > li > a:after{
        margin-left: 0;
        padding: .5rem .5rem .5rem 0!important;
        position: absolute;
        top: -20px;
        left: 0;
        background: none;
        margin-top: 0;
        font-size: 11px;
        padding-left: 0;
        color: var(--brand-1-dark);
        text-transform: capitalize;
        letter-spacing: 0;
    }
}


.tnp-subscription-posts {
    background: var(--light-light);
    border-radius: 1rem;
    /* border: 2px solid var(--brand-2); */
    padding: 2rem;
    position: relative;
    margin-top: 8rem;
    margin-bottom: 1rem;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.tnp-subscription-posts:before {
    font-weight: bold;
    content: 'Newsletter';
    font-size: var(--h4-size);
    font-family: var(--special-font-family);
    position: absolute;
    top: -4rem;
    color: var(--accent-2-dark);
}

.tnp-subscription-posts form {
    margin-bottom: 0;
}

.tnp-subscription-posts .tnp-submit {
    margin-bottom: 0;
    background: var(--accent-2);
    text-transform: capitalize;
    font-size: 16px;
    height: auto;
    border-color: transparent;
    margin-top: 1rem;
    font-family: var(--special-font-family);
}

.tnp-subscription-posts .tnp-submit:hover,
.tnp-subscription-posts .tnp-submit:active{
    background: var(--accent-2-dark);
    border-color: transparent;
}

.tnp-subscription-posts .tnp-name, .tnp-subscription-posts .tnp-email {
    background: #fff;
    font-size: 16px;
    border-color: #fff;
    border-width: 2px;
    padding: 2.2rem 1rem;
}
.tnp-subscription-posts .tnp-name:focus, .tnp-subscription-posts .tnp-email:focus{
    border-color:var(--brand-1-light)
}

.tnp-field.tnp-field-button {
    text-align: right!important;
}
.tnp-subscription .tnp-privacy-field label{
    position:relative;
}
.tnp-subscription .tnp-privacy-field label:active{
    outline: 1px solid var(--accent-2-dark);
    border-radius: .5rem;
}
.tnp-subscription .tnp-privacy-field label:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    content: ' ';
    text-align: center;
    border: 2px solid var(--brand-2);
    border-radius: 5px;
    margin-right: 1rem;
    margin-bottom: -4px;
    margin-left: 5px;
}
.tnp-subscription .tnp-privacy-field input{
    display:none;
}
.tnp-subscription .tnp-privacy-field:has(:checked) label:after {
    position: absolute;
    content: ' ';
    background-image: var(--check);
    background-position: 50% 50%;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    left:5px;
    top:5px;
    filter: var(--color-to-brand-1);
}
@media(min-width: 1024px) {
    .tnp-subscription .tnp-privacy-field:has(:checked) label:after {
        top:5px;
    }
}

.crp_aside {
    width:100%;
    max-width: var(--blogWidth);
    margin-left: auto;
    margin-right: auto;
}





.logged-in aside.crunchify-social:has(+h1){
    width: auto;
    position: absolute;
    top: 100vh;
    margin-top: -400px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-left: -8rem;
    background: transparent;
}
.logged-in aside.crunchify-social:has(+h1):before{
	display:none;
}
body:not(.logged-in) aside.crunchify-social:has(+h1){
	display:none;
}

#progress {
  display: none;
}

@supports (animation-timeline: scroll(root block)) and (animation-range: 0% calc(100% - 500px)) {
  #progress {
    background-color: var(--accent-2);
    display: inline-block;
    height: 5px;
    position: fixed;
    top: 0;
    left: 0;
    transform-origin: left center;
    width: 100%;
    z-index: 9999;
    animation: progressBar linear;
    animation-timeline: scroll(root block);
    animation-range: 0% calc(100% - 500px);
  }
@media screen and (min-width: 1439px) {
	body:has(.stickering) #progress{
		top:70px;
		z-index: 0;
	}
}

  @keyframes progressBar {
    from { transform: scaleX(0); }
  }
}
@media not all and (min-resolution: 0.001dpcm) and (-webkit-appearance: none) {
  #progress {
    display: none;
  }
}



/* Expand Beaches Table */

.introTable:has(button) button {
    position: absolute;
    top: .5rem;
    right: 0;
    font-size: 12px;
    border-radius: .75rem;
    max-height: fit-content;
    border: 0;
    display:flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    color: #000;
    transition:none;
    background: #fff;
}
.introTable:has(button) button>span{
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase!;
    /* display: none; */
    position: absolute;
    top: 0rem;
    right: .5rem;
    text-align: center;
    width: 100%;
    /* display: block; */
    transform: translate(5px, 0);
}
.introTable:has(button) button:after{
    display:inline-block;
    width: 16px;
    height: 16px;
    min-width:18px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIyMCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBpZD0ibGF5ZXIxIj48cGF0aCBkPSJNIDEgMSBMIDEgNS41MzUxNTYyIEwgMi4wNjA1NDY5IDYuNTk1NzAzMSBMIDIuMDYwNTQ2OSAyLjc2NzU3ODEgTCA3Ljg3ODkwNjIgOC41ODU5Mzc1IEwgOC41ODU5Mzc1IDcuODc4OTA2MiBMIDIuNzY3NTc4MSAyLjA2MDU0NjkgTCA2LjU5NTcwMzEgMi4wNjA1NDY5IEwgNS41MzUxNTYyIDEgTCAxIDEgeiBNIDE0LjQ2NDg0NCAxIEwgMTMuNDA0Mjk3IDIuMDYwNTQ2OSBMIDE3LjIzMjQyMiAyLjA2MDU0NjkgTCAxMS40MTQwNjIgNy44Nzg5MDYyIEwgMTIuMTIxMDk0IDguNTg1OTM3NSBMIDE3LjkzOTQ1MyAyLjc2NzU3ODEgTCAxNy45Mzk0NTMgNi41OTU3MDMxIEwgMTkgNS41MzUxNTYyIEwgMTkgMSBMIDE0LjQ2NDg0NCAxIHogTSA3Ljg3ODkwNjIgMTEuNDE0MDYyIEwgMi4wNjA1NDY5IDE3LjIzMjQyMiBMIDIuMDYwNTQ2OSAxMy40MDQyOTcgTCAxIDE0LjQ2NDg0NCBMIDEgMTkgTCA1LjUzNTE1NjIgMTkgTCA2LjU5NTcwMzEgMTcuOTM5NDUzIEwgMi43Njc1NzgxIDE3LjkzOTQ1MyBMIDguNTg1OTM3NSAxMi4xMjEwOTQgTCA3Ljg3ODkwNjIgMTEuNDE0MDYyIHogTSAxMi4xMjEwOTQgMTEuNDE0MDYyIEwgMTEuNDE0MDYyIDEyLjEyMTA5NCBMIDE3LjIzMjQyMiAxNy45Mzk0NTMgTCAxMy40MDQyOTcgMTcuOTM5NDUzIEwgMTQuNDY0ODQ0IDE5IEwgMTkgMTkgTCAxOSAxNC40NjQ4NDQgTCAxNy45Mzk0NTMgMTMuNDA0Mjk3IEwgMTcuOTM5NDUzIDE3LjIzMjQyMiBMIDEyLjEyMTA5NCAxMS40MTQwNjIgeiAgIiBzdHlsZT0iZmlsbDojMjIyMjIyOyBmaWxsLW9wYWNpdHk6MTsgc3Ryb2tlOm5vbmU7IHN0cm9rZS13aWR0aDowcHg7Ii8+PC9nPjwvc3ZnPg==');
    content:'';
    /* margin-left: 1rem; */
    /* background: var(--angle-bottom); */
    background-size: 16px 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    filter: var(--color-to-accent-2-dark);
}
.introTable:has(button) {
    position: relative;
    max-height: 310px;
    overflow: auto;
    /* overflow: auto; */
    overflow-y: scroll;
    overflow-x: hidden!important;
    --g: radial-gradient(55% 20px, #00000036, #0000);
    background: linear-gradient(#fff 10px, #0000 40px calc(100% - -60px),#fff calc(100% - 10px)) local, 
        var(--g) top   /100% 200%,    
        var(--g) bottom/100% 200%!important;
}

.introTable:has(button) button:hover:after {
    filter: none;
}
.introTable.opened:has(button){
    max-height: fit-content;
    background:#fff!important;
    overflow-y: hidden!important;
}
.introTable.opened:has(button) button:after{
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIyMCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBpZD0ibGF5ZXIxIj48cGF0aCBkPSJNIDEuNzA3MDMxMiAxIEwgMSAxLjcwNzAzMTIgTCA2LjIzMjQyMTkgNi45Mzk0NTMxIEwgMi40MDQyOTY5IDYuOTM5NDUzMSBMIDMuNDY0ODQzOCA4IEwgOCA4IEwgOCAzLjQ2NDg0MzggTCA2LjkzOTQ1MzEgMi40MDQyOTY5IEwgNi45Mzk0NTMxIDYuMjMyNDIxOSBMIDEuNzA3MDMxMiAxIHogTSAxOC4yOTI5NjkgMSBMIDEzLjA2MDU0NyA2LjIzMjQyMTkgTCAxMy4wNjA1NDcgMi40MDQyOTY5IEwgMTIgMy40NjQ4NDM4IEwgMTIgOCBMIDE2LjUzNTE1NiA4IEwgMTcuNTk1NzAzIDYuOTM5NDUzMSBMIDEzLjc2NzU3OCA2LjkzOTQ1MzEgTCAxOSAxLjcwNzAzMTIgTCAxOC4yOTI5NjkgMSB6IE0gMy40NjQ4NDM4IDEyIEwgMi40MDQyOTY5IDEzLjA2MDU0NyBMIDYuMjMyNDIxOSAxMy4wNjA1NDcgTCAxIDE4LjI5Mjk2OSBMIDEuNzA3MDMxMiAxOSBMIDYuOTM5NDUzMSAxMy43Njc1NzggTCA2LjkzOTQ1MzEgMTcuNTk1NzAzIEwgOCAxNi41MzUxNTYgTCA4IDEyIEwgMy40NjQ4NDM4IDEyIHogTSAxMiAxMiBMIDEyIDE2LjUzNTE1NiBMIDEzLjA2MDU0NyAxNy41OTU3MDMgTCAxMy4wNjA1NDcgMTMuNzY3NTc4IEwgMTguMjkyOTY5IDE5IEwgMTkgMTguMjkyOTY5IEwgMTMuNzY3NTc4IDEzLjA2MDU0NyBMIDE3LjU5NTcwMyAxMy4wNjA1NDcgTCAxNi41MzUxNTYgMTIgTCAxMiAxMiB6ICIgc3R5bGU9ImZpbGw6IzIyMjIyMjsgZmlsbC1vcGFjaXR5OjE7IHN0cm9rZTpub25lOyBzdHJva2Utd2lkdGg6MHB4OyIvPjwvZz48L3N2Zz4=');

}

.introTable.opened:has(button) button:after{
    transform: rotate(180deg);
}


.introTable:has(button)::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.introTable:has(button)::-webkit-scrollbar-track {
    background: #fff;
}

.introTable:has(button)::-webkit-scrollbar-thumb {
    background: var(--light-dark);
    border-radius: 5px;
}

.introTable:has(button)::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.introTable:has(button) {
    scrollbar-color: var(--light-dark) #f8f4ee;
    scrollbar-width: thin;
}

@media only screen and (max-width: 450px) {
    .introTable:has(button) button>span{
        display:none;
    }
}


figure.bannerImage {
    margin: 4rem 0;
    text-align: center!important;
    font-family: var(--special-font-family);
    font-weight: 600;
	font-size:15px;
    color: var(--brand-1);
}
.dl-menuwrapper{
    z-index: 2;
}


