:root {
  --brown: #6a3b29;
  --darkorange: #a34f2d;
  --orange: #d65e27;
  --yellow: #f3bc2f;
  --darkgreen: #414522;
  --green: #717c35;
  --greentint: #ededdc;
  --darkblue: #274968;
  --blue: #307aa5;
  --bluetint: #dce9eb;
}

body {
    font-family: 'Poppins', sans-serif;
    color:var(--brown);
}

.row {
    width: 98%;
}

.column, .columns {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.column-block {
    margin-bottom: 0.5rem;
}

html, p, li, body, label, h4 {
    font-size: 13px;
}

@media screen and (min-width: 700px) {
  html, p, li, body, label, h4 {
    font-size: calc(13px + 2 * ((100vw - 700px) / 500));
  }
}
@media screen and (min-width: 1200px) {
  html, p, li, body, label, h4 {
    font-size: 15px;
  }
}

a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color:var(--brown);
    text-decoration:underline;
}

a:hover {
    color:var(--orange);
}

ul {
    margin: 0 0 0 1rem;
    list-style-type: none;
}
ul > li {
    text-indent: -1rem;
}
ul > li:before {
    content: "-";
    margin-right:0.4rem;
}

h1 {
    font-family: 'Staatliches', cursive;
    font-size:5rem;
    line-height:0.92;
    color:var(--orange);
    margin-bottom:1.5rem;
}

.template2 h1, .template5 h1, .template6 h1, .template7 h1, .template8 h1, .template9 h1 {
    font-size: 4.125rem;
}

h1.small {
    font-size:4.4rem;
}

h1.cottages {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight:500;
    color:var(--bluetint);
    font-size:3.6rem;
    line-height: 1;
}

h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight:500;
    color:var(--darkorange);
    font-size:2.4rem;
    line-height: 1;
}

h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight:500;
    color:var(--darkorange);
    font-size:1.7rem;
    line-height: 1;
}

h4 {
    font-family: 'Poppins', sans-serif;
    color:var(--brown);
    font-weight:700;
    line-height:1.4;
}

p, li {
    font-family: 'Poppins', sans-serif;
    color:var(--brown);
    line-height:1.4;
    margin-bottom: 0.6rem;
}

p.large {
    font-size:1.6rem;
}

p.large a {
    text-decoration:none;
}

.button, button {
    font-weight:700;
    background-color:var(--yellow);
    color:var(--darkorange);
    font-size:0.85rem;
    line-height:1.1;
    padding: 0.6rem 2.7rem;
    border-radius: 0.7rem;
    text-decoration:none;
}

.button.white {
    background-color:white;
}

.button:hover, .button.white:hover, button:hover {
    background-color:var(--orange);
    color:white;
}

.yellow-banner-thick {
    background-image:url('../img/yellow-banner-thick-new.svg');
    background-size:100% 100%;
    background-position:center center;
    padding:3rem 0 1rem;
}

.yellow-banner-thick .button {
    margin-bottom:2rem;
}

.yellow-banner-footer {
    background-image:url('../img/yellow-banner-footer2.svg');
    background-size:100% 100%;
    background-position:center center;
    padding:2rem 0 2rem;   
}

.yellow-banner-thin {
    background-image:url('../img/yellow-banner-thin-new.svg');
    background-size:100% 100%;
    background-position:center center;
    padding: 3.5rem 0 2.25rem;
}

.intro-panel {
    padding-top:2.5rem;
    padding-bottom:2rem;
}

.intro-panel h2 {
    margin-bottom:1.5rem;
}

.three-images-text-panel {
    padding-top:2.5rem;
    padding-bottom:2rem;
}

.three-images-text-panel h2 {
    text-transform:uppercase;
    margin-bottom:1.5rem;
}

.three-images-text-panel .text-panel {
    padding:1rem;
}

.header {
    padding-top:2rem;
    padding-bottom:0.5rem;
}

.header-logo {
    width:13.5rem;
}

.footer-logo {
    width:7.5rem;
    margin-bottom:2rem;
    margin-top:1rem;
}

.header ul, .footer-nav ul {
    list-style-type: none;
    margin: 0 0 0.75rem;
}

.footer-nav ul {
    display:inline-block;
}

.header ul li, .footer-nav ul li {
    display:inline-block;
    margin:0 0.25rem;
    text-indent:0;
}

.header ul li:before, .footer-nav ul li:before {
    display:none;
}

.header ul li:after, .footer-nav ul li:after {
    content: "";
    margin-left: 0.75rem;
    height: 4px;
    width: 4px;
    background-color: var(--brown);
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.footer-subnav ul li:after {
    content:"";
    font-size:0.7rem;
    vertical-align: middle;
    height: 10px;
    width: 1px;
}

.header ul li.last:after, .footer-subnav ul.update-preferences li:after {
    display:none;
}

.header ul li a, .footer-nav ul li a {
    font-size:0.85rem;
    color:var(--brown);
    text-decoration:none;
}

.id9 .footer-nav ul li a, .template4 .footer-nav ul li a {
    color:white;
}

.id9 .footer-nav ul li a:hover, .template4 .footer-nav ul li a:hover {
    color:var(--yellow);
}

.id9 .footer-nav ul li:after, .template4 .footer-nav ul li:after {
    background-color:white;
}

.footer-subnav ul li a {
    font-size: 0.75rem;
}

.header ul li a:hover, .footer-nav ul li a:hover {
    color:var(--orange);
}

.header ul li.active a, .footer-nav ul li.active a {
    font-weight:600;
    text-decoration:underline;
}

.link-panel {
    display:block;
    position:relative;
}

.link-panel h2 {
    color:white;
    text-transform:uppercase;
    position:absolute;
    top:1.5rem;
    left:0;
    text-align:center;
    width:100%;
}

.link-panel .feature-overlay {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:var(--orange);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    opacity:0;
}

.link-panel:hover .feature-overlay {
    opacity:0.7;
}

.arrow-right {
    width:10px;
    margin-top: -6px;
    margin-left: 10px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.link-panel:hover .arrow-right {
    margin-left:15px;
    margin-right:-5px;
}

.text-and-image-panel {
    padding:3rem 0;
}

.text-and-image-panel h2 {
    text-transform:uppercase;
    margin-bottom:1.5rem;
}

.text-and-image-panel.yellow-banner-thick h2 {
    text-transform: initial;
    color: var(--orange);
}

.text-and-image-panel .text-panel {
    padding-right:2rem;
}

.text-and-image-panel .image-panel {
    padding-left:1rem;
    padding-right:1rem;
}

.text-and-image-panel .image-panel img {
    border:5px solid var(--yellow);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.yellow-banner-thick.text-and-image-panel .image-panel img {
    border: 5px solid #f0e6cd;
}

.text-and-image-panel .aos-animate .image-panel img {
    transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
}

.text-and-image-panel .button {
    margin-top:1rem;
}

.texture-panel {
    background-image:url('../img/texture-background-tile.jpg');
    background-position:top center;
    padding:3rem 0;
}

.texture-panel.footer-nav {
    background-position: center 25px;
    padding:0;
    background-repeat: repeat-x;
}

.texture-panel h2 {
    text-transform:uppercase;
}

.juicer-feed h1.referral a {
    display:none !important;
}

.j-message p {
    font-size: 12px !important;
}

.j-poster h3, .j-date {
    font-family: 'Poppins', sans-serif !important;
    color: var(--brown) !important;
    font-weight:normal !important;
    font-size: 12px !important;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.juicer-feed .j-instagram-text-hover:hover:before {
    color: var(--orange) !important;
}

.j-poster h3:hover, .j-date:hover {
    color: var(--orange) !important;
}

.juicer-feed .j-paginate {
    background-color: var(--yellow) !important;
    color: var(--darkorange) !important;
    font-size: 0.85rem !important;
    line-height: 1.1;
    padding: 0.8rem 2.8rem !important;
    border-radius: 0.7rem !important;
    border: 0 !important;
    width: auto !important;
    display: inline-block !important;
    text-transform:initial !important;
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
}

.j-read-more, .juicer-feed a {
    color:var(--brown) !important;
}

.j-read-more:hover, .juicer-feed a:hover {
    color:var(--orange) !important;
}

.juicer-feed .j-paginate:hover {
    background-color: var(--orange) !important;
    color: white !important;
}

.social-icons svg {
    height:18px;
    margin-left:0.2rem;
}

.social-icons a {
    text-decoration:none;
}

.social-icons .st0 {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.id9 .footer-nav .social-icons .st0, .template4 .footer-nav .social-icons .st0 {
    fill:var(--yellow);
}

.social-icons a:hover svg .st0 {
    fill:var(--orange);
}

.id9 .footer-nav .social-icons a:hover svg .st0, .template4 .footer-nav .social-icons a:hover svg .st0 {
    fill:white;
}

.footer-nav .social-icons {
    display:inline-block;
    margin-left: 1rem;
    vertical-align: sub;
}

.header-img-left1, .header-img-left2, .header-img-left3, .header-img-right1, .header-img-right2, .header-img-right3, .header-img-right4 {
    position:absolute;
    border: 3px solid #f0e6cd;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.header-img-left1 {
    left: 0;
    top: -13%;
    width: 18%;
}

.header-img-left2 {
    left: 7%;
    top: 38%;
    width: 18%;
}

.header-img-left3 {
    left: 17%;
    top: -5%;
    width: 14%;
}

.header-img-right1 {
    right: 17%;
    top: 44%;
    width: 16%;
}

.header-img-right2 {
    right: 17%;
    top: -11%;
    width: 10%;
}

.header-img-right3 {
    right: 8%;
    top: 43%;
    width: 10%;
}

.header-img-right4 {
    right: 0%;
    top: -1%;
    width: 17%;
}

.aos-animate .header-img-left1 {
    transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
}

.aos-animate .header-img-left2 {
    transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
}

.aos-animate .header-img-left3 {
    transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
}

.aos-animate .header-img-right1 {
    transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    -moz-transform: rotate(9deg);
}

.aos-animate .header-img-right2 {
    transform: rotate(-11deg);
    -webkit-transform: rotate(-11deg);
    -moz-transform: rotate(-11deg);
}

.aos-animate .header-img-right3 {
    transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
}

.aos-animate .header-img-right4 {
    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
}

.map-panel {
    padding-top:2rem;
    padding-bottom:2rem;
}

.map-panel h2 {
    text-transform:uppercase;
    margin-bottom:1.25rem;
}

.map-panel a {
    color:var(--brown);
    text-decoration:none;
}

.map-panel a:hover {
    color:var(--orange);
}

#map {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.footer-logos-etc {
    padding-bottom:1rem;
}

.footer-logos-etc p {
    font-size:0.85rem;
}

.footer-logos-etc p a {
    color:var(--brown);
    text-decoration:underline;
    font-weight:700;
}

.footer-logos-etc p a:hover {
    color:var(--orange);
}

.green-tint-panel {
    background-color:var(--greentint);
    padding:2.5rem 4rem 2rem;
    margin-bottom:1rem;
}

.green-tint-panel h2 {
    color:var(--green);
    text-transform:uppercase;
    margin-bottom:1.5rem;
}

.green-tint-panel h3 {
    color:var(--darkgreen);
    text-transform:uppercase;
    margin-bottom:0.75rem;
}

.green-tint-panel p, .green-tint-panel td, .green-tint-panel li {
    color:var(--darkgreen);
}

.blue-tint-panel {
    background-color:var(--bluetint);
    padding:2.5rem 4rem 2rem;
    margin-bottom:1rem;
}

.blue-tint-panel h2 {
    color:var(--blue);
    text-transform:uppercase;
    margin-bottom:1.5rem;
}

.blue-tint-panel p, .blue-tint-panel li {
    color:var(--darkblue);
}

.green-tint-carousel, .blue-tint-carousel {
    margin-bottom:2rem;
}

.slick-arrow-left svg, .slick-arrow-right svg {
    height:1rem;
}

.slick-arrow-left svg .st0, .slick-arrow-right svg .st0 {
    fill: white;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.slick-arrow-left {
    position: absolute;
    top: 43%;
    left: 3%;
    z-index: 9999;
}

.slick-arrow-right {
    position: absolute;
    top: 43%;
    right: 3%;
    z-index: 9999;
}

.slick-arrow-left:hover svg .st0, .slick-arrow-right:hover svg .st0 {
    fill: var(--orange);
}

.slick-dots {
    list-style-type: none;
    margin: 0;
}

.slick-dots li button {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    font-size:0;
    padding:0;
    opacity:0.3;
    margin:0.4rem 0.2rem;
}

.green-tint-carousel .slick-dots li button {
    background-color: var(--green);
}

.blue-tint-carousel .slick-dots li button {
    background-color: var(--blue);
}

.slick-dots li.slick-active button {
    opacity:1;
}

.slick-dots li {
    display:inline-block;
    text-indent:0;
}

.slick-dots li:before {
    display:none;
}

.prices-faqs {
    margin-top:0.5rem;
}

.prices-faqs .link-panel {
    margin-bottom:0.5rem;
}

.white-inner-panel {
    background-color:white;
    padding:1rem;
    margin-bottom:0.5rem;
}

.small-tint-panel {
    padding: 1.5rem 1rem 1rem;
}

table {
    margin-bottom: 0;
}

table tbody td, table tbody th {
    padding: 0.1rem 0;
}

table tbody tr:nth-child(even) {
    background-color: transparent;
}

.accordion {
    background: transparent;
    margin:0;
}

.accordion-item {
    background-color: white;
    margin-bottom: 0.2rem;
    text-indent:0;
}

.accordion-item:before {
    display:none;
}

.accordion-title {
    padding: 0.5rem 1.7rem 0.5rem 0.7rem;
    border: 0;
    font-size: 1rem;
    line-height: 1.4;
    color: var(--darkblue);
    text-align: left;
    text-decoration:none;
}

.accordion-title:before {
    display:none;
}

.accordion-content {
    padding: 0.5rem 0.7rem 1px;
    border: 0;
    border-bottom: 0;
    background-color: white;
    color: var(--darkblue);
    text-align: left;
}

.accordion-title:hover, .accordion-title:focus:hover {
    background-color: white;
    color: var(--blue);
}

.accordion-title:focus {
    background-color:white;
    color: var(--darkblue);
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 0;
}

:last-child>.accordion-content:last-child {
    border-bottom: 0;
}

.accordion-title svg {
    height: 1rem;
    position: absolute;
    top: 0.8rem;
    right: 0.7rem;
}

.accordion-arrow-right {
    fill:var(--blue);
}

.row-within-row {
    padding-left:0.7rem;
    padding-right:0.7rem;
}

.supporter-logos img {
    height: 100px;
    margin: 0.5rem;
    width:auto;
}

.fareharbor-calendar {
    padding-right:3rem;
}

.booking-panel .button {
    margin-top:1rem;
}

.booking-panel h2  {
    text-transform:uppercase;
}

.template4 .booking-panel h2, .template4 .booking-panel p {
    color:var(--darkblue);
}

.template4 .intro-panel h2, .template4 .intro-panel p, .template4 .intro-panel h3 {
    color:var(--darkblue);
    text-transform:initial;
}

.template4 .intro-panel.booking-panel h2 {
    text-transform:uppercase;
}

.template4 .intro-panel {
    margin-bottom:0.5rem;
}
 
.garden-cottage-expand, .tanker-cottage-expand {
    display:none;
}

.holiday-cottages-banner {
    background-image:url('../img/holiday-cottages-banner-new.svg');
    background-size:100% 100%;
    background-position:center center;
    padding:3rem 0 1rem;
}

.holiday-cottages-banner h1 {
    color: var(--bluetint);
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 4rem;
}

.holiday-cottages-banner img {
    border:5px solid white;
    margin-bottom: -0.75rem;
    width: 315px;
}

.holiday-cottages-banner .aos-animate img {
    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
}

.texture-behind-banner {
    background-image: url(../img/texture-background-tile.jpg);
    background-position: center 100px;
    background-repeat: repeat-x;
}

.lowercase h2 {
    text-transform:initial !important;
}

.carousel-panel h2, .texture-panel h2 {
    margin-bottom:2rem;
}

.carousel-panel .button {
    margin-top:1rem;
}

.carousel-panel .text-panel {
    padding-right:2rem;
}

.blue-tint-full-width {
    background-color: var(--bluetint);
    padding-top: 2.5rem;
    padding-bottom: 4rem;
    margin-top: 0.5rem;
    margin-bottom: -1.5rem;
}

.blue-tint-full-width h2 {
    color:var(--blue);
    text-transform:uppercase;
    text-align:center;
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}

.blue-tint-full-width p {
    color:var(--darkblue);
}

.blue-tint-full-width p a {
    color:var(--darkblue);
    font-weight:bold;
}

.blue-tint-full-width p a:hover {
    color:var(--blue);
}

.blue-tint-full-width-column {
    padding:0 1.5rem;
}

.id9 h1 {
    color:var(--yellow);
}

.id9 .yellow-banner-thin {
    background-image: url(../img/green-banner-thin-new.svg);
}

.id9 .text-and-image-panel h2 {
    color: var(--darkgreen);
}

.id9 .texture-panel h2 {
    color: var(--darkorange);
}

.id9 .yellow-banner-footer {
    background-image: url(../img/green-banner-footer2.svg);
}

.template4 .yellow-banner-footer {
    background-image: url(../img/blue-banner-footer2.svg);
}

.id5 .text-only-panel .large-5, .id5 .text-only-panel .medium-8 {
    width:100%;
}

form {
    background-color: var(--yellow);
    padding: 1rem;
    text-align: left;
    margin-top: 2rem;
}

label {
    color:var(--brown);
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    border: none;
    background-color: white;
    box-shadow: none;
    font-size: 1rem;
    font-weight: 400;
    color: var(--brown);
}

.form-error, .is-invalid-input:not(:focus)::placeholder, .is-invalid-label {
    color: var(--orange);
}

.is-invalid-input:not(:focus) {
    background-color: white;
    color: var(--orange);
}

#bank-transfer, #payment-by-card {
    accent-color:var(--orange);
}

form .button {
    background-color:white;
}

#popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display:none;
    position: fixed;
    height: 100%;
    overflow:scroll;
}

.popup-inner {
    background: #ededed;
    width: 80%;
    max-width: 820px;
    margin: 0 auto;
    padding: 3rem;
    position:relative;
    margin-top: 15%;
    text-align:center;
}

.popup-overlay {
    width: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
}

#popup-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor:pointer;
}

#popup-close img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#popup-close:hover img {
    opacity:0.5;
}









/* OVERLAY STUFF ======================================================================================== */


#trigger-overlay {
    width:24px;
    height:21px;
    float:right;
    background-color:transparent;
    margin-top: 8px;
    margin-right: 8px;
    padding:0;
}

#trigger-overlay svg {
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
}

#trigger-overlay svg {
    fill:var(--brown);
    height: 21px;
    width: 24px;
}

#trigger-overlay:hover svg {
    fill:var(--orange);
}

#trigger-overlay svg:focus, #trigger-overlay:focus {
    outline:none;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--yellow);
	z-index:9999;
	padding-top:20px;
	overflow:auto;
}

.overlay .overlay-close {
    float:right;
	overflow: hidden;
	border: none;
	outline: none;
	z-index: 100;
    margin-top: 8px;
    padding: 0;
    margin-right: 8px;
    background-color:transparent;
}

.overlay .overlay-close svg {
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    fill:var(--brown);
}

.overlay .overlay-close:hover svg {
    fill:var(--orange);
}

.overlay .overlay-close svg {
    width:20px;
    height:20px;
}

.overlay ul {
    margin:2rem 0 2rem 0;
    list-style-type:none;
}

.overlay ul li {
    margin-bottom:2vh;
    text-indent:0;
}

.overlay ul li:before {
    display:none;
}

.overlay ul li a {
    font-size:1.5rem;
    color:var(--brown);
    text-decoration:none;
}

.overlay ul li a:hover {
    color:var(--orange);
}

.overlay-nav-outer {
    height:80vh;
    width:100%;
    display:table;
}

.overlay-nav-inner {
    display:table-cell;
    vertical-align:middle;
}



/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
	transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}













/* Cookie policy
========================================================================== */

.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 1.5rem;
    background-color: white;
    border-top: 3px solid var(--yellow);
    border-left: 3px solid var(--yellow);
}
.freeprivacypolicy-com---palette-light .cc-nb-text {
    font-size: 13px;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    color: var(--brown);
}
.freeprivacypolicy-com---palette-light .cc-nb-title {
    color: var(--brown);
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    margin-bottom: 0;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree, .freeprivacypolicy-com---palette-light .cc-nb-reject, .freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Poppins', sans-serif;
    outline: none !important;
    width:auto;
    font-weight: 700;
    background-color: var(--yellow);
    color: var(--darkorange);
    font-size: 0.85rem;
    line-height: 1.1;
    padding: 0.6rem 1rem;
    border-radius: 0.7rem;
    text-decoration: none;
    border:1px solid var(--yellow);
}

.freeprivacypolicy-com---palette-light .cc-nb-changep {
    background-color: white;
    color: var(--darkorange);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Poppins', sans-serif;
    outline: none !important;
    border-radius:0;
    width:auto;
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 1.1;
    padding: 0.6rem 1rem;
    border-radius: 0.7rem;
    border:1px solid var(--yellow);
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:focus, .freeprivacypolicy-com---palette-light .cc-nb-reject:focus, .freeprivacypolicy-com---palette-light .cc-nb-changep:focus, .freeprivacypolicy-com---palette-light .cc-cp-foot-save:focus {
    box-shadow: none;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover, .freeprivacypolicy-com---palette-light .cc-nb-reject:hover, .freeprivacypolicy-com---palette-light .cc-nb-changep:hover, .freeprivacypolicy-com---palette-light .cc-cp-foot-save:hover {
    background-color: var(--orange);
    border-color: var(--orange);
    color: white;
}

.freeprivacypolicy-com---palette-light .cc-pc-container {
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 480px) {
    .freeprivacypolicy-com---palette-light .cc-nb-text, .freeprivacypolicy-com---palette-light .cc-nb-title {
        font-size: 11px;
    }
    .freeprivacypolicy-com---nb .cc-nb-okagree, .freeprivacypolicy-com---nb .cc-nb-reject, .freeprivacypolicy-com---nb .cc-nb-changep {
        display: inline-block;
    }
}





/* Media Queries
========================================================================== */

/* Small only */
@media screen and (max-width: 39.9375em) {
    #cookieNoshow {
        margin-top: 1rem;
    }
    .row {
        max-width:92%;
    }
    .text-and-image-panel .image-panel {
        margin-top:2rem;
    }
    h1 {
        font-size:4rem;
    }
    .template2 h1, .template5 h1, .template6 h1, .template7 h1, .template8 h1, .template9 h1 {
        font-size: 3rem;
    }
    .green-tint-panel, .blue-tint-panel {
        padding:2rem;
    }
    .small-tint-panel {
        padding: 1.5rem 1rem 1rem;
        margin-bottom:0.5rem;
    }
    .row-within-row {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }
    .supporter-logos img {
        height: 42px;
    }
    .header {
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }
    .holiday-cottages-banner {
        background-image:url('../img/holiday-cottages-banner-mobile.svg');
    }
    .yellow-banner-footer {
        background-image: url(../img/yellow-banner-footer-mobile-new.svg);
    }
    .id9 .yellow-banner-footer {
        background-image: url(../img/green-banner-footer-mobile-new.svg);
    }
    .template4 .yellow-banner-footer {
        background-image: url(../img/blue-banner-footer-mobile-new.svg);
    }
    .prices-faqs .row-within-row {
        margin-left: -0.25rem;
        width: auto;
        padding: 0;
        margin-right: -0.25rem;
        max-width: calc(100% + 0.5rem);
    }
    p.large {
        font-size:1.1rem;
    }
    .fareharbor-calendar {
        padding-right: 0;
    }
    .carousel-panel .text-panel, .text-and-image-panel .text-panel {
        margin-bottom:1.5rem;
        padding-right:0;
    }
    .three-images-text-panel .text-panel {
        padding: 1rem 0;
    }
    #map {
        margin-top:1rem;
    }
    .blue-tint-full-width-column {
        padding: 0;
        margin-bottom: 2rem;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .row {
        max-width:92%;
    }
    h1 {
        font-size: 3rem;
    }
    .template2 h1, .template5 h1, .template6 h1, .template7 h1, .template8 h1, .template9 h1 {
        font-size: 3rem;
    }
    .green-tint-panel, .blue-tint-panel {
        padding:2rem;
    }
    .small-tint-panel {
        padding: 1.5rem 1rem 1rem;
        margin-bottom:0.5rem;
    }
    .supporter-logos img {
        height: 48px;
    }
    .header {
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }
    .prices-faqs .row-within-row {
        margin-left: -0.25rem;
        width: auto;
        padding: 0;
        margin-right: -0.25rem;
        max-width: calc(100% + 0.5rem);
    }
    .link-panel h2 {
        top: 1rem;
        font-size:1.8rem;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
}