.d0whitebox {background-color:#fff; padding:15px; min-height:0px; margin-top: 1px; margin-bottom: 1px; border-radius: 30px; display:block;}
.d0lightbluebox {background-color:#ADE7EF; padding:15px; min-height:0px; margin-top: 1px; margin-bottom: 1px; border-radius: 30px; display:block;}
.d0bluebox {background-color: #47CADD; padding:15px; min-height:0px; margin-top: 1px; margin-bottom: 1px; border-radius: 30px; display:block;}

@media only screen and (min-width: 992px) {
    .d0insetright {
        background: #47CADD; 
        width: 100vw; 
        border-radius: 30px; 
        border: 5px solid #fff; 
        padding: 2em 0 2em 2em;
    }
    
    .d0insetleft {
        background: #47CADD; 
        width: 100vw; 
        border-radius: 30px; 
        border: 5px solid #fff; 
        padding: 2em 2em 2em 0;
        margin-left: calc(-100vw + 100%);
        margin-right: calc(-50vw + 50%);
    }
    
    .d0insetrightinner {
        background-color: #47CADD; 
        min-height: 0px; 
        width: 40vw;
        border-radius: 30px; 
        display: block;
    }
    
    .d0insetleftinner {
        background-color: #47CADD; 
        min-height: 0px; 
        width: 40vw;
        border-radius: 30px; 
        display: block; 
        margin-left: auto; 
        margin-right: 2em;
    }
}

@media only screen and (max-width: 991px) {
    .d0insetright {
        background: transparent; /* No background on outer container */
        width: auto; /* Reset width */
        border: none; /* No border */
        padding: 0; /* No padding */
        margin: 0; /* No margin */
    }
    
    .d0insetleft {
        background: transparent; /* No background on outer container */
        width: auto; /* Reset width */
        border: none; /* No border */
        padding: 0; /* No padding */
        margin: 0; /* No margin */
    }
    
    .d0insetrightinner {
        background-color: #47CADD; 
        border: 5px solid #fff; 
        min-height: 0px;  
        padding: 20px; 
        width: 75vw; 
        border-radius: 30px; 
        display: block;
        margin: 0 auto; /* Center the box */
    }
    
    .d0insetleftinner {
        background-color: #47CADD; 
        border: 5px solid #fff; 
        min-height: 0px;  
        padding: 20px; 
        width: 75vw; 
        border-radius: 30px; 
        display: block;
        margin: 0 auto; /* Center the box */
    }
}

.d0bronzebox {background: linear-gradient(45deg, rgb(40.4% 19.6% 3.14%), rgb(85.9% 42.4% 16.9%)); padding:15px; min-height:0px; margin-top: 1px; margin-bottom: 1px; border-radius: 30px; display:block;}
.d0silverbox {background: linear-gradient(45deg, #999 5%, #fff 10%, #ccc 30%, #ddd 50%, #ccc 70%, #fff 80%, #999 95%); padding:15px; min-height:0px; margin-top: 1px; margin-bottom: 1px; border-radius: 30px; display:block;}
.d0goldbox {background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%); padding:15px; min-height:0px; margin-top: 1px; margin-bottom: 1px; border-radius: 30px; display:block;}
.d0seabox {background: radial-gradient(120% 90% at 30% 20%, #42f2e5 0%, rgba(66, 242, 229, 0.6) 35%, rgba(66, 242, 229, 0) 60%), radial-gradient(140% 120% at 80% 40%, #1f6edc 0%, rgba(31, 110, 220, 0.7) 45%, rgba(31, 110, 220, 0) 70%), linear-gradient(135deg, #2aa7e8 0%, #1f5fd1 50%, #1b3fa8 100%); padding:15px; min-height:0px; margin-top: 1px; margin-bottom: 1px; border-radius: 30px; display:block;}

@media only screen and (min-width: 800px) {
.d0splashspace {background-color: transparent; padding: 0px; min-height: 780px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
}

#r8_content h3 {font-family: Gabarito, sans-serif;}

@media only screen and (min-width: 800px) {.d0fivecolumnwrapper {display: flex; overflow: hidden; width: 100%;}}
@media only screen and (max-width: 799px) {.d0fivecolumnwrapper {display: flex; flex-direction: column; overflow: hidden; width: 100%;}}
.d0fivecolumn {flex: 1 1 20%; box-sizing: border-box; padding: 0 5px;}

.ub2 {width: calc(100vw); position: relative; left: calc(-50vw + 50%); min-height: 50px; padding-top: 0px; padding-bottom: 0px;}
.parallax-overlay2 {width: calc(100vw); position: relative; left: calc(-50vw + 50%);  min-height: 200px; width: 100%; padding: 0px 0;}

.btn-compliment {color: #111;}
#r8_content .btn-hollow:hover {color: #13386F; border: 1px solid #13386F;}

#r8_content img {border-radius: 30px;}

.sf-menu li ul li a:hover {color: #fff;}

/* Table styling */
#r8_content table {
    border-collapse: collapse;
    width: 800px;
    margin: 0 auto;
}

/* Header row - dark blue */
#r8_content table tbody tr:first-child td {
    background-color: #13386f;
    color: #ffffff;
    font-weight: bold;
    padding: 12px 10px 12px 15px;
}

/* First header cell (empty) */
#r8_content table tbody tr:first-child td:first-child {
    background-color: #13386f;
}

/* Alternating row colors for data rows */
#r8_content table tbody tr:nth-child(2) td,
#r8_content table tbody tr:nth-child(4) td,
#r8_content table tbody tr:nth-child(6) td {
    background-color: #ffffff;
    padding: 10px 10px 10px 15px;
}

#r8_content table tbody tr:nth-child(3) td,
#r8_content table tbody tr:nth-child(5) td,
#r8_content table tbody tr:nth-child(7) td {
    background-color: #ADE7EF;
    padding: 10px 10px 10px 15px;
}

/* First column bold */
#r8_content table tbody tr td:first-child {
    font-weight: bold;
}

/* General cell styling */
#r8_content table td {
    border: 1px solid #ddd;
}

/* Paragraph margins inside cells */
#r8_content table td p {
    margin: 0;
}

#r8_content .opening-hours {
  width: 100%;
  max-width: 500px;
  border-collapse: collapse;
  font-family: inherit;
}

#r8_content .opening-hours td {
  padding: 10px 8px 10px 16px; /* left padding added */
  font-size: 16px;
  white-space: nowrap; /* keeps cells narrow */
}

#r8_content .opening-hours tr:nth-child(even) {
  background-color: #46CBDE;
}

#r8_content .opening-hours tr:nth-child(odd) {
  background-color: #ffffff;
}

#r8_content .opening-hours td:last-child {
  text-align: right; /* times align nicely */
  padding-right: 16px;
}

#r8_content .ub-palette-light table tbody tr:first-child td {background-color: #ADE7EF;
    color: #222;
    font-weight: normal;
    padding: 12px 10px 12px 15px;
}

#r8_content .ub-palette-light table tbody tr:first-child td:first-child {
    font-weight: bold;}

@media only screen and (min-width: 800px) {.d0wavebottom {clip-path: polygon(46.4% 94.232%, 46.4% 94.232%, 48.556% 94.606%, 50.737% 95.017%, 52.968% 95.444%, 55.271% 95.863%, 57.672% 96.251%, 60.193% 96.584%, 62.859% 96.841%, 65.693% 96.997%, 68.721% 97.03%, 71.964% 96.917%, 71.964% 96.917%, 74.787% 96.7%, 77.607% 96.373%, 80.424% 95.938%, 83.236% 95.394%, 86.045% 94.741%, 88.848% 93.981%, 91.646% 93.111%, 94.438% 92.134%, 97.222% 91.049%, 100% 89.856%, 100% 0%, 0% 0%, 0% 100%, 0% 100%, 5.809% 97.922%, 11.367% 96.278%, 16.672% 95.029%, 21.718% 94.139%, 26.504% 93.57%, 31.026% 93.284%, 35.279% 93.245%, 39.262% 93.415%, 42.97% 93.756%, 46.4% 94.232%);}
.d0waveboth {clip-path: polygon(0% 6.5%, 0% 6.5%, 2.778% 5.735%, 5.562% 5.04%, 8.354% 4.414%, 11.152% 3.857%, 13.955% 3.369%, 16.764% 2.951%, 19.576% 2.603%, 22.393% 2.324%, 25.213% 2.115%, 28.036% 1.975%, 28.036% 1.975%, 31.279% 1.903%, 34.307% 1.924%, 37.141% 2.024%, 39.807% 2.189%, 42.328% 2.402%, 44.729% 2.651%, 47.032% 2.919%, 49.263% 3.193%, 51.444% 3.457%, 53.6% 3.696%, 53.6% 3.696%, 57.03% 4.001%, 60.738% 4.22%, 64.721% 4.328%, 68.974% 4.303%, 73.496% 4.12%, 78.282% 3.756%, 83.328% 3.185%, 88.633% 2.385%, 94.191% 1.331%, 100% 0%, 100% 93.5%, 100% 93.5%, 97.222% 94.265%, 94.438% 94.96%, 91.646% 95.586%, 88.848% 96.143%, 86.045% 96.631%, 83.236% 97.049%, 80.424% 97.397%, 77.607% 97.676%, 74.787% 97.885%, 71.964% 98.025%, 71.964% 98.025%, 68.721% 98.097%, 65.693% 98.076%, 62.859% 97.976%, 60.193% 97.811%, 57.672% 97.598%, 55.271% 97.349%, 52.968% 97.081%, 50.737% 96.807%, 48.556% 96.543%, 46.4% 96.304%, 46.4% 96.304%, 42.97% 95.999%, 39.262% 95.78%, 35.279% 95.672%, 31.026% 95.697%, 26.504% 95.88%, 21.718% 96.244%, 16.672% 96.815%, 11.367% 97.615%, 5.809% 98.669%, 0% 100%, 0% 6.5%);}
.d0wavetop {clip-path: polygon(53.6% 5.768%, 53.6% 5.768%, 51.444% 5.394%, 49.263% 4.983%, 47.032% 4.556%, 44.729% 4.137%, 42.328% 3.749%, 39.807% 3.416%, 37.141% 3.159%, 34.307% 3.003%, 31.279% 2.97%, 28.036% 3.083%, 28.036% 3.083%, 25.213% 3.3%, 22.393% 3.627%, 19.576% 4.062%, 16.764% 4.606%, 13.955% 5.259%, 11.152% 6.019%, 8.354% 6.889%, 5.562% 7.866%, 2.778% 8.951%, 0% 10.144%, 0% 100%, 100% 100%, 100% 0%, 100% 0%, 94.191% 2.078%, 88.633% 3.722%, 83.328% 4.971%, 78.282% 5.861%, 73.496% 6.43%, 68.974% 6.716%, 64.721% 6.755%, 60.738% 6.585%, 57.03% 6.244%, 53.6% 5.768%);}}
