/* General */
@font-face {
    font-family: Silk;
    src:  url('/assets/fonts/SilkSerif-Regular.woff2') format('woff2'),
    url('/assets/fonts/SilkSerif-Regular.woff') format('woff');
}

html, body {
    color:#000;
    margin:0;
    padding:0;
    width:100%;
    position:relative;
    line-height: 24px;
    font-size: 16px;
    font-family: "Georgia", serif;
}
html {
    background:rgb(7,46,31);
    min-height: 100vh;
}
body {
    background-color: rgb(255, 241, 229);
}
main p, main ul, main ol, main li, main span, main b, main a {
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    line-height: 28px;
}

h1, h1 span {
    font-size: 45px;
    margin-bottom: 15px;
    font-family: "Silk", serif;
    font-weight: 500;
}

h2, h2 span {
    font-family: "Silk", serif;
    color: #ff7b00;
    font-size:35px;
}

h2.smt {
    color:#000;
    margin:0 0 30px 0;
}

h3, h3 span {
    font-family: "Silk", serif;
    font-size: 35px;
    margin: 0 0 40px 0;
    font-weight: 500;
}

h4, h4 span {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    line-height: 28px;
    font-size: 1rem;
}

h5, h5 span {
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight:bold;
}

#header {
    padding:40px 0;
    position: absolute;
    width: 100%;
    z-index: 4;
}

main {
    background-image: url(/media/aws-secondary-black-corner.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: right 0 bottom 0;
    position:relative;
    padding-bottom: 330px;
}
main {
    padding-bottom:0;
    background:none;
}

main a {
    color:#ff7b00;
}

.container.slim {
    max-width: 990px;
    margin: 0 auto;
}
.container.xslim {
    max-width: 800px;
    margin: 0 auto;
}

.detail-page {
    padding: 320px 0 320px;
    text-align:center;
    z-index: 1;
}

.lipsum-row {
    padding: 0 0 36px 0;

}

.pad-left {
    padding-left: 7%;
}

.asc {
    align-self: center;
}

section.contact-header {
    padding: 200px 0 0 0;
}

section.listing-page {
    padding: 180px 0 60px 0;
}

/* Lightwidget and Footer Banner */
#footer-banner {
    width:100%;
    height: 0;
    padding-top: 20%;
    position: relative;
    overflow: hidden;
    background-position:50% 50%;
    background-size:cover;
    background-repeat:no-repeat
}
#footer-banner::before {
    content: '';
    position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    z-index: 1;
    background: rgba(130, 70, 20, 0.1)
}
#footer-banner::after {
    content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background-image: url(/media/aws-secondary-white-corner-op.png);
        background-repeat: no-repeat;
        background-size: 300px;
        background-position: right 0 bottom 0;
        padding-bottom: 330px;
        opacity: 1;
}
#lightwidget {
    width: 100%;
    border: 0px;
    overflow: hidden;
    display: block;
}

/* Hero */
#hero {
    position: relative;
    padding-top: 0;
    padding-bottom: 100vh;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    margin: 0;
    z-index: 1;
}

.home-page #hero {
    background:#000;
}
#hero .big-logo {
    opacity: 0.9;
    max-width: 25%;
    display: inline-block;
    transition: all 0.5s;
}
#hero-title-wrap {
    width:100%;
    text-align: center;
    height:100px;
}
h1#hero-title {
    transition: all 0.5s;
    color: #fff;
    opacity: 0.9;
    font-size:50px;
    margin:0;
    padding:0;
    line-height:100px;
    text-align: center;
    font-family: Silk;
}
.op-5 {
    opacity: 0.5 !important;
}

#hero .container, #hero .row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#hero h2 {
    font-size: 50px;
    font-weight: 600;
    color: #f9f8f5;
    line-height: 55px;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 50px 0 0 0;
    text-align: left;
}
#hero .block-2 {
    text-align: left;
    margin-bottom: 50px;
}
#hero .block-2 p {
    width: 100%;
    display: block;
    max-width: 460px;
    font-size: 19px;
    line-height: 32px;
    margin:0 0 30px 0;
}
#hero h2 {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    text-transform: inherit;
}
#hero .block-2 {
    text-align: center;
}

#hero.video {
    position: relative;
    overflow: hidden;
}
#hero.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#video-wrap {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
 }

#hero .overlay, #video-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 30, 0, 0.4);
    z-index: 2;
}

#video-wrap .overlay {
    z-index:1;
}

.section-a {
    position: relative;
    width: 100%;
    padding-top: 20%;
    overflow: hidden;
}

.scrolling-background-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.scrolling-background-wrapper .sliding-tiles-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.scrolling-background-wrapper .sliding-tiles {
    display: flex;
    align-items: stretch;
    height: 100%;
    box-sizing: border-box;
position: absolute;
    display: flex;
    top: 0;
    left: 0;
    height: 100%;
}


.scrolling-background-wrapper .sliding-tiles .tile {
    flex: 0 0 calc(30% - 20px);
    height: calc(100% - 20px);
    margin-right: 20px;
    border-radius: 0;
    padding:0;
}

.foreground-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.aws-circle-bg {
    position:relative;
}
.aws-circle-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/media/aws-secondary-black.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    opacity: 0.04;
}

.section-tm {
    transition: background-color 0.5s ease, padding 0.5s ease;
    padding:60px 0;
}

.section-tm i {
    transition: transform 0.3s ease, font-size 0.3s ease;
}
.section-tm p {
    display:none;
}
.section-tm p:first-of-type,.section-tm.selected p {
    display:block;
}
.section-tm .container {
    max-width:990px;
}
.section-tm.selected {
    padding: 120px 0;
    background:rgb(242 223 206);
}
.section-tm.selected .container {
    max-width:1200px;
}
section.white {
    background-color: #fff;
}
section.tinted {
    background-color: rgb(242 223 206);
}
section.tinted.dark {
    background-color:rgb(7,46,31);
    color:#fff;
}

#login_wrap {
    padding:200px 0 100px 0;
    margin:0 auto;
    width:100%;
    max-width:400px;
}
#login_wrap h2 {
    display: block;
    background: #f2dfce;
    color: #000000;
    height: 60px;
    line-height: 60px;
    margin: 0;
    border: 1px solid #000;
    border-bottom: none;
    font-size: 22px;
    font-weight: normal;
}
#login_wrap .inp-field {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #000;
    outline: none;
    margin: 10px 0;
}
#login_wrap .inp-field:focus {
    border-color: #ff7b00;
}
#login_wrap span.label {
    display:block; 
    margin:15px 0 5px 0;
}
#login_form {
    background: rgb(242 223 206);
    padding: 15px 30px 20px 30px;
    border: 1px solid #000;
}
#submit_form_button {
    margin:30px 0 10px 0;
}

#footer .gapped {
    gap: 80px;
}
#footer .logo img {
    transition: all 0.5s;
    max-height: 50px;
    width:auto;
}

#footer .footer-bottom {
    border-top: 1px solid #5b5e5f;
    padding-top: 25px;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer p, #footer a, #footer strong {
    font-family: "Quicksand", sans-serif;
}
#footer p {
    color:rgb(255 255 255 / 70%);
    margin:0;
}

#footer, #footer li, #footer p {
    font-size: 17px;
}

#footer .footer-top .footer-info h3, #footer .footer-top .footer-info h3 a {
    font-size: 24px;
    font-family: "Silk", serif;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    color: #fff;
}

#footer .accreditations {
    margin:40px 0 30px 0;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul li {
    margin:0;
    padding:0;
    display: block;
    font-family: "Quicksand", sans-serif;
}

#footer .footer-info ul li {
    line-height: 37px;
    position: relative;
    transition: 0.3s;
}

#footer a {
    text-decoration: none;
    color:rgba(255,255,255,0.7);
}

#footer .footer-info ul li.active:hover {
    padding-left: 0;
}

#footer .footer-info ul li.active a, #footer a:hover, #footer .footer-top .footer-info h3 a:hover {
    color: #ff7b00;
}

.social-links a, .icon-links li i {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    margin-right: 8px;
    border-radius: 50%;
    text-align: center;
    width: 41px;
    height: 41px;
    line-height: 41px;
    transition: 0.3s;
    border: 1px solid #555;
}

.social-links {
    margin: 20px 0;
}

.social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display:flex;
    gap:10px;
}
.social-links ul li {
    display: inline-block;
}

main .social-links a {
    color:#000;
    margin:0;
}

#footer .spaced-hyphen {
    margin: 0 7px;
}

#footer .logo img {
    max-height: 40px;
    margin-bottom: 15px;
}

#footer img.trading-standards, #footer img.property-ombudsman { max-height:60px; width:auto; }

#footer .copyright {
    font-family: "Quicksand", sans-serif;
    color:rgb(255 255 255 / 70%);
    font-size:16px;
}


#logo img {
    display:block;
    height:60px;
    width:auto;
}

.sidebar-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: stretch;
    pointer-events: none;
    z-index: 1002;
}

.sidebar-menu.active {
    pointer-events: all;
}

/* Menu list */
.sidebar-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: stretch;
    pointer-events: none;
    z-index: 1002;
}

.sidebar-menu.active {
    pointer-events: all;
}

/* Menu List Container */
.menu-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 560px;
    padding: 50px 60px;
    background-color: rgb(7, 46, 31);
    background-image: url('/media/aws-secondary-white-corner.png');
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: bottom right;
    color: white;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 1001;
    overflow-y: auto;
}

.sidebar-menu.active .menu-list {
    transform: translateX(0);
}

/* General Link Styles */
.menu-list a,
.menu-list a:visited,
.menu-list a:active {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
}

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

/* Top-level menu items */
.menu-list ul > li {
    font-family: "Silk", serif;
    font-size: 30px;
    line-height: 30px;
    padding: 15px 0;
    cursor: pointer;
    transition: color 0.3s ease;
    color: white;
}

.menu-list ul > li:hover,
.menu-list ul > li.active {
    color: #ff7b00;
}

/* Submenu container */
ul.submenu {
    margin-left: 30px;
    margin-top: 20px;
}

/* Submenu items */
.menu-list ul li ul.submenu li {
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    line-height: 44px;
    font-weight: 100;
    padding: 0;
    color: white;
    transition: color 0.3s ease;
}

/* Submenu hover & active */
.menu-list ul li ul.submenu li:hover,
.menu-list ul li ul.submenu li.active {
    color: #ff7b00;
}

/* Menu toggle button */
#menu-toggle {
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 1003;
}

#menu-toggle:hover .btn-line, #menu-toggle.close:hover .btn-line {
    background: #ff7b00;
}
#menu-toggle.close .btn-line {
    background:#fff;
}

/* Styling the menu button */
.menu-btn {
    position: absolute;
    z-index: 3;
    right: 35px;
    top: 35px;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

/* Styling the hamburger lines */
.menu-btn .btn-line {
    border-radius: 2px;
    width: 28px;
    height: 3px;
    margin: 0 0 5px 0;
    background: black;
    transition: all 0.5s ease-out;
}

.menu-btn.show .btn-line, .menu-btn.wh .btn-line {
    background: white;
}

/* Adding transform to the X */
.menu-btn.close {
    transform: rotate(180deg);
}

/* Styling the three lines to make it an X */
.menu-btn.close .btn-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-btn.close .btn-line:nth-child(2) {
    opacity: 0;
}

.menu-btn.close .btn-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* menu overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 1000;
}

.sidebar-menu.active .menu-overlay {
    opacity: 1;
    visibility: visible;
}

.services-outline, .comparison-component {
    margin-top: 40px;
}

.comparison-component h5 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-size: 18px;
}

.tile-description {
    padding: 15px 0 30px 0;
}
.tile-description h4 {
    margin: 0 0 10px 0;
}
.tile-description p {
    margin: 25px 0 0 0;
}
.tile-description p:first-of-type {
    margin: 0 0 0 0;
}

#team-overview .tile-description h4 {
    text-align:center;
}

.section-title {
    margin:0 0 40px 0;
}

.tile {
    background-color: #fff;
    height:0;
    padding-top:70%;
    border-radius: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.tile.round {
    border-radius: 50%;
    padding-top: 100%;
    position:relative;
}
.tile.round::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(130, 70, 20, 0.1);
    opacity: 0.3;
}
#team-overview .tile.round {
    filter: grayscale(1);
    transition: filter 0.3s ease;
}
#team-overview .carded:hover .tile.round {
    filter: grayscale(0);
}

section.quote {
    background:rgb(242 223 206);
    background:rgb(7 46 31);
    padding: 120px 0;
}

section.quote img {
    height:17px;
    margin-top:30px;
}


.quote blockquote {
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    padding: 0;
    font-weight: 400;
    font-family: 'Silk';
    position: relative;
    display: block;
    border-radius: 0;
    text-align: center;
    max-width: 990px;
    margin: 0 auto;
}
.bt .quote blockquote {
    color:#000;
}
.quote blockquote::before {
    font-family: 'Georgia';
    content: '“';
    font-weight: 600;
    font-size: 150px;
    color: #ff7b00;
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 50px;
    margin-top: 20px;
}
.quote blockquote::after {
    content: ' ';
    display:block;
    margin:40px auto 20px;
    width:160px;
    height:2px;
    background: #ff7b00;
}

.quote img.affiliate-logo {
    display:block;
}
.quote-author {
    display: block;
    margin-top: 20px;
    font-family: 'Silk';
    font-size: 20px;
    font-weight: bold;
    text-align:center;
}

img.affiliate-logo {
    max-height: 25px;
    width: auto;
    margin: 0;
    display: inline-block;
}

/* Blog */
.pagination * {
    font-family: "Quicksand", sans-serif;
}
.pagination {
    justify-content: center;
    text-align: center;
    margin: 20px 0;
}

.pagination ul {
    display: inline-flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagination ul li a {
    display: block;
    padding: 8px 14px;
    margin: 0 4px;
    text-decoration: none;
    color: #333;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: background-color 0.2s, color 0.2s;
}

.pagination ul li a:hover {
    background-color: #e2e2e2;
    color: #000;
}

.pagination ul li.prev a,
.pagination ul li.next a {
    font-weight: bold;
    background-color: #fff;
}

.pagination ul li.prev a:hover,
.pagination ul li.next a:hover {
    background-color: #ddd;
}

.pagination ul li a.active {
    background-color: #333;
    color: #fff;
    pointer-events: none;
}

#page-right {
    margin-top: 30px;
    width: 100%;
    text-align: right;
    font-size: 17px;
    line-height: 50px;
    font-weight: bold;
}
#page-right i {
    margin-left:10px;
}
#page-right a {
    font-family: "Quicksand", sans-serif;
    text-decoration:none;
    color:#000;    
}
#page-right a:hover {
    color:#ff7b00;
    text-decoration:underline
}

/* Why AWS */
.video-wrap {
    position:relative;
    height:0;
    padding-top:56%;
    overflow: hidden;
}
.video-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* Testimonials */

#testimonials .container {
    max-width: 990px;
}
#testimonials .tile {
    border-radius:50%;
    padding-top:100%;
}

.slider-wrapper {
    position: relative;
    max-width: 100%;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.slide {
    flex: 1 0 100%;
}

.slider-controls {
    text-align: center;
    margin-top: 15px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #f2dfce;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.tinted .dot {
    background-color: #fff1e5;
}

.dot.active {
    background-color: #ff7b00;
}
.flip-container {
    perspective: 1000px;
  }
  
  .flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
  }
  
  .flipper.flipped {
    transform: rotateX(180deg); /* vertical flip */
  }
  
  .flip-face {
    position: absolute;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
  }
  
  .front {
    z-index: 2;
  }
  
  .back {
    transform: rotateX(180deg); /* vertical flip */
  }

/* Blog */ 
.section-top .container, .section-body .container {
    max-width: 1100px;
}
.section-top .col-lg-3, .section-body .col-lg-3,
.section-top .col-lg-9, .section-body .col-lg-9 {
    padding: 60px 0;
}
.section-top .col-lg-3, .section-body .col-lg-3 {
    padding-left:60px;
}
.section-top .col-lg-9, .section-body .col-lg-9 {
    padding-right:60px;
    border-right: 1px solid #e5d8ce;
}
.section-top {
    padding: 180px 0 0 0;
}

.section-banner {
    padding:30px 0 20px 0;
} 
.section-banner .container {
    max-width: 1130px;
}
.section-banner .banner-wrapper {
    border: 10px solid #fff;
    border-radius: 0;
    overflow: hidden;
    /* clips child content to rounded corners */
}

.section-banner .banner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /* adjust based on your preference */
    text-align: center;
    height: 0;
    padding-top: 56%;
    border-radius: inherit;
    /* inherit from parent wrapper */
}
.section-body {
    padding: 0 0 80px 0;
}
.section-top h1 {
    font-size: 45px;
    margin-bottom: 15px;
    line-height: 50px;
}
.section-top h2 {
    font-size: 35px;
    margin: 0 0 30px 0;
    font-family: 'Silk';
    color: #ff7b00;
}
.section-top h3 {
    line-height: 30px;
    font-size: 23px;
    margin: 0 0 30px 0;
    font-family: 'Quicksand';
}
ul.blog-details {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.blog-details li {
    display: block;
    margin: 10px;
}
ul.blog-details li b, ul.blog-details li span {
    display:block;
    line-height: 26px;
    font-size: 20px;
}
ul.blog-details li span {
    margin: 0 0 20px 0;
    font-family: 'Quicksand';
    line-height: 32px;
}
ul.blog-details .social-links {
    margin:6px 0;
}

/* Gallery */
.gallery ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 20px 0 0 0;
    gap:20px;
    list-style: none;
    justify-content: center;
}

.gallery ul li {
    box-sizing: border-box;
    width: calc(20% - 16px);
    position: relative;
    overflow: hidden;
    border: 10px solid #fff;
    background-color: #fff;
    border-radius: 0;
}

.gallery ul li:hover, .gallery ul li.active {
    cursor: pointer;
    box-shadow: 0 0 15px rgb(167 144 125);
}

.gallery ul li .tile {
    background-color: #ccc;
    background-position: 50% 40%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 0;
    padding-top: 65%;
    border-radius: 0;
    display: block;
}

/* Shared */
.tile {position: relative;}
.insights-page .tile a, .case-studies-page .tile a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: inherit;
    position:absolute;
    top:0;bottom:0;left:0;right:0;
}
.case-studies-page .col-lg-9, .insights-page .col-lg-9 {
    width: 70%;
}
.case-studies-page .col-lg-3, .insights-page .col-lg-3 {
    width: 30%;
}

/* Grids */
.stat-wrap {
    margin: 20px 10px;
} 
.stat-number, .stat-symbol {
    font-family: 'Silk';
    font-size: 50px;
    line-height: 50px;
} 
.stat-description {
    font-family: 'Silk', sans-serif;
    font-size: 22px;
    line-height: 28px;
    margin: 15px 0 30px 0;
    color: #ff7b00;
}
.grid-wrap {
    width: 100%;
}

.grid-row {
    position: relative;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
    font-size: 18px;
    gap:20px;
    border-top: 1px solid #fff1e5;
}

.comparison-title {
    font-family: 'Silk';
    font-size: 38px;
    line-height: 70px;
    color: #ff7b00;
    text-align: left;
    padding: 30px 15px;
}

.comparison-attribute {
    font-family: 'Quicksand', sans-serif;
    padding:30px 15px;
}

/* .grid-row.alt .comparison-attribute {
    background: #fff1e5;
} */

.stickyrow {
    text-align: center;
    border-top:none;
}

.empty-space {
    grid-column: 1;
}

.membership-type {
    font-weight: bold;
    text-align: center;
}

.grid-section-title,
.membership-type-title {
    color: #000;
    padding: 10px;
    font-weight: bold;
    font-size: 19px;
}

.grid-section-title {
    margin: 10px 0 20px 0;
}

.feature-title {
    grid-column: 1;
    padding: 15px 20px;
    font-family: 'Quicksand';
    font-size: 18px;
    line-height: 26px;
}

.icon {
    text-align: center;
    padding: 10px;
    font-size: 26px;
}

.icon.inl {
    display: inline;
    padding: 0;
    margin: 0 5px;
}

i.i-yes, i.i-no {
    content: '';
    background-image: url(/media/tick.png);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    margin: 0 auto;
}
i.i-no {
    background-image: url(/media/cross.png);
}
/* 
i.i-yes::before {
    font-style: normal;
    font-family: "Font Awesome 6 Pro";
    content: "\f058";
    font-weight: 600;
    color:green
}

i.i-no::before {
    font-style: normal;
    font-family: "Font Awesome 6 Pro";
    content: "\f057";
    font-weight: 400;
    color: red;
} */


/* Styling the position of the menu icon */
.menu {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0.9;
    visibility: hidden;
}

.menu.show {
    visibility: visible;
}

/* Adding a transition delay
  to the 4 items in the
  navigation menu */
.nav-item:nth-child(1) {
    transition-delay: 0.1s;
}

.nav-item:nth-child(2) {
    transition-delay: 0.2s;
}

.nav-item:nth-child(3) {
    transition-delay: 0.3s;
}

.nav-item:nth-child(4) {
    transition-delay: 0.4s;
}

.menu-toggle.active .bars {
    transform: rotate(45deg);
}

.menu-toggle.active .bar:first-child {
    transform: translateY(6px) rotate(90deg);
}

.menu-toggle.active .bar:last-child {
    transform: translateY(-6px) rotate(90deg);
}

.sliding-patrons {
    width:100%;
    overflow: hidden;
    position: relative;
    padding:60px 0 10px;
    background:#f2dfce;
}
.sliding-patrons ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    padding: 0;
    list-style: none;
    max-width:990px; margin:0 auto;
}
.sliding-patrons ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
    border-radius: 0;
    padding: 0 10px;
    height: 180px;
}
.sliding-patrons ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.sliding-patrons ul li img.affiliate-logo {
    margin: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    padding: 0px 25px;
    transition: opacity 0.3s ease;
}

.sliding-patrons ul li a:hover img.affiliate-logo {
    opacity: 0.7;
}

.featured-in h3 {
    margin-bottom: 30px;
    border-bottom: 2px solid #e5d8ce;
    padding-bottom: 30px;
}
.featured-in .col-lg-4 {
    padding:30px;
    align-self: center;
}
.featured-in img.affiliate-logo {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 30px;
    margin: 0 auto;
    display: block;
}

.dice {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    background: none;
    padding: 10px;
    border-radius: 0;
}

.home-page .dice, .about-page .dice {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
}

.dice .carded:hover {
    padding:5px;
}

.d-tile {
    flex: 1 1 50%;
    position: relative;
}

.tile, .zoom-tile-wrap {
    position: relative;
    width: 100%;
    padding-top: 70%;
    background-color: #000;
    border-radius: 0;
    overflow: hidden;
}
.tile.ovv {
    overflow: visible;
    margin-bottom:35px;
}

.tile.ovv {
    position:relative;
    text-align: center;
}
.tile.ovv a {
    position:absolute;
    display:block;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 3;
}
.flow-tiles .inner-tile-wrap, .zoom-tile {
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    left: 0;
    right: 0;
}
.zoom-tile {
    background-size:cover;
    background-position:50% 50%;
    background-repeat:no-repeat;
    transition: all 0.5s ease;
}
.flow-tiles .inner-tile {
    transition: all 0.5s ease;
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.zoom-tile-wrap {
    background:none;
}
.zoom-tile-wrap.round {
    border-radius: 50%;
    padding-top:100%;    
}
.flow-tiles:hover .inner-tile, .carded:hover .zoom-tile {
    scale: 1.2;
}
.carded:hover .tile-description h4 {
    color:#ff7b00;
}
.flow-tiles h5 {
    text-transform: uppercase;
}
.flow-tiles h5 a {
    font-family:inherit;
    color: #000;
    text-decoration: none;
}
.flow-tiles h5 a:hover {
    color: #ff7b00;
}

.flow-tiles p {
    margin:0;
    margin-top:20px;
}
.flow-tiles p:first-of-type {
    margin-top:0;
}

.big-titles {
    font-family: 'Silk', serif;
    font-size: 5vw;
    color: #072e1f;
    letter-spacing: 1vw;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: normal;
    font-weight: normal;
}
.tinted .big-titles {
    color: #fff;
}

.tile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: start;
    align-items: start;
    /* background-color: rgba(130, 70, 20, 0.3); */
    background-color: rgb(142 100 65 / 15%);
    text-align: center;
    background-image: url(/media/aws-secondary-white-corner-st.png);
    background-repeat: no-repeat;
    background-size: 125px;
    background-position: right 0 bottom 0;
}
.active .tile-overlay {
    background-color: rgb(61 48 36 / 80%);
}
.active .tile-overlay h5 {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
}
.tile.ovv .tile-overlay {
    align-items: center;
    justify-content: center;
    background-image: none;
}

.tile-overlay h4 {
    font-size: 42px;
    color: #ffffff;
    padding: 0;
    border-radius: 0;
    width: 100%;
    line-height: 48px;
    font-family: 'Silk';
    align-self: center;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    z-index: 1;
    word-wrap: break-word;
}
.tile-overlay a {
    text-decoration: none;
    color:#fff;
    font-weight: normal;
    font-family: inherit;
}
.tile-overlay a:hover {
    color:#fff;
}

.section-1 {
    padding: 0;
    height: 900px;
    align-items: center;
    display: flex;
    overflow:hidden;
}
.section-1 .container {
    height:100%;
}
.section-1 .col-lg-7 {
    padding: 260px 40px 0 0;
    align-self: center;
}
.section-1 p, .section-a p {
    line-height: 28px;
    font-size:18px;
}
.sliding-tiles-wrapper {
    position: relative;
}

.sliding-tiles {
    position: absolute;
    width: 100%;
}

.slider-v {
    background: none;
    padding: 0 10px;
}

.sliding-tiles .tile {
    width: 100%;
    height: 120px;
    background-color: #000;
    margin-bottom: 20px;
    position: relative;
}
.tile::after, .zoom-tile::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(130, 70, 20, 0.1);
}
.tile.nbgb:after {
    background:none;
}
#map {
    height: 500px;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}
#map-wrap {
    border-radius: 0;
    border: none;
    background:#fff;
}
#contact-form-wrapper {
    position: relative;
    overflow: hidden;
    transition: all 1s ease;
}
#contact-form-wrapper.expanded {
    max-height: 1000px;
}

#contact-form-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255 241 229));
    pointer-events: none;
    transition: all 1s ease;
}

#contact-form-wrapper.expanded::after {
    opacity: 0;
}
#contact-form label {
    font-family: 'Quicksand';
    font-size: 21px;
    line-height: 30px;
    margin: 20px 0 10px 0;
    display: block;
}
#contact-form .form-group:first-of-type label {
    margin-top:0;
}
#contact-form input.form-control {
    font-family: 'Quicksand';
    font-size: 21px;
    line-height: 30px;
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
    border: none;
    border-radius: 0;
    background: none;
    outline: none;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
}
#contact-form textarea.form-control {
    font-family: 'Quicksand';
    font-size: 21px;
    line-height: 30px;
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
    border: none;
    border-radius: 0;
    background: rgb(255 241 229);
    min-height: 100px;
    outline: none;
    box-shadow: none;
    resize: none;
}
.btn {
    font-family: 'Quicksand';
    font-size: 19px;
    line-height: 30px;
    padding: 10px 20px;
    margin: 0 0 40px 0;
    border-radius: 0;
    background: none;
    color: #ff7b00;
    border: 1px solid #ff7b00;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
}
.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #ff7b00;
    transition: left 0.3s ease;
    z-index: -1;
}

.btn:hover::before,
.btn:focus::before,
.btn:active::before,
.btn.active::before {
    left: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
:not(.btn-check)+.btn:active,
.btn:focus-visible,
.btn:first-child:active {
    outline: none;
    background: none;
    color: #fff;
    border: 1px solid #ff7b00;
}

#extended-contact-form {
    display: none; /* Hidden by default */
    transition: all 0.4s ease-in-out;
}


.section-2 {
    padding: 120px 0;
}

.section-3 {
    padding: 120px 0;
}

.section-5 {
    padding:0;
}

.section-4 {
    padding: 80px 0;
    background: rgb(7,46,31);
    color: #fff;
}

#footer {
    background:rgb(7,46,31);
    color:#fff;
    padding:60px 0 30px 0;
}

/* Grids */ 
.insights-cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.insights-cases-grid.double-grid {
    grid-template-columns: repeat(2, 1fr);
}
.carded {
    margin: 10px;
    transition: all 0.2s ease;
    position:relative;
}
.carded a, #team-overview .carded a.abs {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: inherit;
    position:absolute;
    top:0;bottom:0;left:0;right:0;
    z-index: 2;
}
#team-overview .carded {
    padding:30px 0 0 0;
    max-width: 330px;
    margin: 0 auto;
}
@media (min-width:1200px) {
    #team-overview .carded {
        padding:30px 20px 0 20px;
    }
}
#team-overview .carded .social-links a {
    position: relative;
    z-index: initial;
    display: inline-block;
    text-align: center;
    width: 41px;
    height: 41px;
    line-height: 41px;
    padding: 0;
    margin: 0;
    top:initial;
    bottom:initial; 
    left:initial;
    right:initial;
    z-index: 3;
}
#team-overview .carded .social-links a:hover {
    color: #ff7b00;
    border-color: #ff7b00;
}
#team-overview .carded:hover {
    background:none;
    box-shadow:none;    
}
#team-overview .carded h4 {
    transition: color 0.3s ease;
}
#team-overview .carded:hover h4 {
    color:#ff7b00;
}
.carded:hover .d-tile {
    overflow:hidden;
}

/* Carousel */
.carousel-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}

.carousel-arrow {
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    z-index: 2;
}
.carousel-arrow:hover {
    color: #ff7b00;
    transition: color 0.3s ease;
}

.carousel-container {
    overflow: hidden;
    flex: 1;
}

.carousel-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% / 3);
    transition: transform 0.3s ease;
    scroll-behavior: smooth;
    overflow-x: auto;
    scrollbar-width: none;
}

.carousel-track::-webkit-scrollbar {
    display: none;
}

.carousel-container .item {
    padding:10px;
}

.carousel-arrow.inactive {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

/* Tiled Services */
.tiled-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
.tiled-services .carded:hover {
    padding:0;
}

/* messages */
#message-wrapper { position:relative; }
#system-message, .message { padding: 20px 0; position: absolute; top: 0; left: 0; right: 0; width: 100%; font-size: 16px; z-index: 3; border-radius:0 !important;color:#000;    box-shadow: 0 0 5px rgb(0 0 0 / 30%); }
#system-message.notice, .message.notice, .message-alt.notice { background: #fffaed; }
#system-message.alert, .message.alert { background: #eb2f2f; color: #fff;}

.message-alt { background:#fff6e9; padding:15px; border-radius:4px; margin:0 auto 15px auto;z-index: 1; }
.message-alt p { color:#151313; margin:10px 0 0 0; }
.message-alt p:first-of-type { margin-top:0; }
.message.error { border:1px solid #9d0000; background:#ffe1e1; }

.password-notice { background: #ffe193; color: #151313; padding: 20px; border-radius: 5px; margin-bottom: 20px; width:100%; text-align: center; }

.message { top:initial; left:initial; right:initial; position:relative; display:block; }
.message.mb { margin-bottom:20px; }

.message p:last-of-type { margin-bottom:0; }

.big-splitter { margin: 80px 0; }


/* Other */
.down-chev {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 26px;
    width: 100%;
    z-index: 10;
    height: 50px;
    line-height: 50px;
    animation: bounce 1.5s infinite;
}
.down-chev i:hover {
    cursor: pointer;
    color: #ff7b00;
}
/* Animation for the down arrow */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

#cta {
    margin:60px 0 60px 0;
    padding:30px 20px;
    background:rgb(242 223 206);
}

/* Utilities */
.spacer-30 {
    height: 30px;
    width: 100%;
    display: block;
}
ul.inll {
    list-style: none;
    padding: 0;
    margin: 50px 0 30px 0;;
}
#contact-form ul.inll {
    margin: 0;
    padding: 20px 0 20px 0;
}
ul.inll li {
    display: inline-block;
    margin: 0 10px;
}
#contact-form ul.inll li {
    margin: 0;
}
ul.inll li .btn {
    width:140px;
    margin:0;
}
ul.inll li .btn.w240 {
    width:240px;
}
h3.smt.ttn {
    text-transform: initial;
}

/* Anim */
.fadeup {
    transform: translateY(30px);
    opacity: 0;
    transition: 2s all;
}

.fadeup.visible {
    transform: translateY(0);
    opacity: 1;
}

/* Map */

#areas_overview {
    padding: 90px 0 60px 0;
}

#areas_overview .area-groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
#areas-list ul {
    list-style:none;
    display:block;
    margin:0 0 0 40px;
    padding:0;
}
#areas-list ul li {
    display: block;
    margin:0; 
    padding:0;
    line-height:30px;
    line-height: 50px;
}
#areas-list ul li a {
    text-transform: uppercase;
    
    font-family: "Silk", serif;
}

#areas-list {
    max-width: 840px;
    margin: 0 auto;
}
#areas-list a {
    display: inline-block;
    margin-left: 35px;
    font-size: 18px;
    text-decoration: none;
    line-height: 44px;
}
#areas-list a:first-of-type {
    margin-left:0;
} 

#areas-list a:hover, #areas-list a.active, #areas-list a.hover {
    color: #0a2e20;
}

#areas_map {
    padding-top:20px;
}

#areas-wrap svg {
    transition: max-width 2s ease;
    height: auto;
    display: block;
    margin: 0 auto;
}
#modal-close {
    margin:30px 0 0 0;
}
#modal-wrapper .row {
    height:100%;
}
#modal-wrapper .col-4 {
    background:#fff;
}
#modal-wrapper .col-4 .divider {
    margin-bottom:30px;
}
#areas_overview h4#close_area {
    margin-top:10px;
}
.modal-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#modal-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal {
    background: rgb(242 223 206);
    height: 80%;
    max-width: 80%;
    display: block;
    position: relative;   
    overflow-y: auto;
}
#modal-content {
    position: relative;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    line-height: 28px;
}

.modal .section-a {
    padding:30px;
}
.modal .section-a h3 {
    margin-bottom:30px;
}

#modal-image {
    background-size:cover;
    background-position:50% 50%;
    background-repeat:no-repeat;    
}

/* Responsive styles for mobile and smaller screens */
@media (max-width: 991px) {
    .modal {
        max-width: 100%;
        height: 100%;
        overflow-y: auto;
    }
    
    #modal-wrapper .col-6 {
        display: block;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    #modal-image {
        padding-top: 65%;
        position: relative;
    }
    
    .modal .section-a {
        padding: 20px;
    }
}

#areas_overview .col-lg-4 {
    background: #fff;
    min-height: 100%;
}
#areas_overview h4 {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 40px;
}
.map-wrap {
    position:relative;
}
#areas_overview .divider {
    height: 1px;
    background-color: #888;
    opacity: .6;
    margin: 20px auto 15px;
    background-image: linear-gradient(left,white 2%,#E6E6E6 50%,white 98%);
    background-image: -o-linear-gradient(left,white 2%,#E6E6E6 50%,white 98%);
    background-image: -moz-linear-gradient(left,white 2%,#E6E6E6 50%,white 98%);
    background-image: -webkit-linear-gradient(left, white 2%, #E6E6E6 50%, white 98%);
    background-image: -ms-linear-gradient(left,white 2%,#E6E6E6 50%,white 98%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(.02, white), color-stop(.5, gray), color-stop(.98, white));
    display: block;
    width: 100%;
}
#areas_overview .col-lg-8 {
    background: rgb(242 223 206);
    padding-top:30px;
    padding-bottom:30px;
}
#areas_overview .col-lg-8 svg {
    display:block;
    margin: 0 auto;
    height:900px;
}
.map-list.list-group {
    /* justify-content: center; */
    height: 100%;
}
.list-group-item  {
    transition: background-color 0.3s;
    font-family: 'Georgia', serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
}
.list-group {
    border-radius:0;
}
.list-group-item {
    border-color: #fff;
    background:none;
    color: #ff7b00
}
.list-group-item-action:hover, .list-group-item-action.active, .list-group-item-action:focus, .list-group-item-action:focus-visible, .list-group-item-action:active {
    /* background: rgba(255, 123, 0, 0.1); */
    background:none;
    cursor: pointer;
    color: rgb(7,46,31);
    border: 1px solid #fff;
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width);
}
.list-group-item-action.first:hover, .list-group-item-action.active.first {
    margin-top: initial;
}
.svg-container svg * {
    transition: fill 0.3s;
}

.svg-container svg .image-1,
.svg-container svg .image-2 {
    transition: all 0.3s;
}

.svg-container svg .image-2 {
    opacity: 0;
}

.svg-container svg .hover .cls-12,
.svg-container svg .active .cls-12 {
    fill: #f3dccb;
}

.svg-container svg .hover text,
.svg-container svg .active text {
    fill: #ff7b00;
}


.svg-container svg .hover * {
    cursor: pointer;
}

.svg-container svg .hover .cls-7,
.svg-container svg .active .cls-7 {
    fill: #ff7b00;
}

.svg-container svg .hover .image-1,
.svg-container svg .active .image-1 {
    opacity: 1;
}

.svg-container svg .hover .image-2,
.svg-container svg .active .image-2 {
    opacity: 0;
}

.svg-container svg .hover .cls-5,
.svg-container svg .hover .cls-6,
.svg-container svg .active .cls-5,
.svg-container svg .active .cls-6 {
    stroke: #ff7b00;
    stroke-width: 1px;
}
.svg-container svg .cls-5,
.svg-container svg .cls-5 {
    fill: transparent;
}

.svg-container svg .hover .cls-5,
.svg-container svg .active .cls-5 {
    fill: rgba(255, 123, 0, 0.1);
    cursor: pointer;
}

.list-group {
    --bs-list-group-active-bg: #f8f9fa;
    --bs-list-group-active-border-color: #f8f9fa;
    --bs-list-group-active-color: #000;
}

#Hyde_Park:hover, #Hyde_Park.hover *, #St_James_x27_s_Park:hover, #St_James_x27_s_Park.hover *, #river:hover, #river.hover * {
    cursor:initial !important;
}

#Hyde_Park:hover text, #St_James_x27_s_Park:hover text, #St_James_x27_s_Park.hover text, #river:hover text, #svg_91, #svg_91, #regents_park_label, #svg_29, #svg_28, .cls-8  {
    fill:initial !important;
}

.cls-1 {
    fill: #dee8c3;
}

.cls-2 {
    font-family: 'Silk';
    font-size: 12px;
}

.cls-2, .cls-3 {
    fill: #ff7b00;
}

.cls-4 {
    stroke: #ff7b00;
}

.cls-4, .cls-5 {
    stroke-width: .25px;
}

.cls-4, .cls-5, .cls-6 {
    stroke-miterlimit: 10;
}

.cls-4, .cls-7, .cls-8, .cls-9 {
    fill: #0a2e20;
}

.cls-5 {
    stroke: #0a2e20;
}

.cls-5, .cls-6 {
    fill: none;
}

.cls-10 {
    letter-spacing: 0em;
}

.cls-11 {
    letter-spacing: 0em;
}

.cls-12 {
    fill: #f3dccb;
    opacity: .39;
}

.cls-13 {
    letter-spacing: 0em;
}

.cls-14 {
    letter-spacing: 0em;
}

.cls-15 {
    letter-spacing: 0em;
}

.cls-16 {
    letter-spacing: 0em;
}

.cls-17 {
    letter-spacing: 0em;
}

.cls-18 {
    letter-spacing: 0em;
}

.cls-19 {
    letter-spacing: 0em;
}

.cls-20 {
    letter-spacing: 0em;
}

.cls-21 {
    letter-spacing: 0em;
}

.cls-22 {
    letter-spacing: 0em;
}

.cls-23 {
    letter-spacing: 0em;
}

.cls-24 {
    letter-spacing: 0em;
}

.cls-25 {
    fill: #a6cdda;
}

.cls-6 {
    stroke: #ff7b00;
}

.cls-26 {
    fill: #ff7b00;
}

.cls-27, .cls-28 {
    fill: #ff7b00;
}

.cls-27, .cls-8 {
    font-size: 5px;
}

.cls-27, .cls-8, .cls-9 {
    font-family: "Silk", serif;
}

.cls-29 {
    letter-spacing: -.1em;
}

.cls-30 {
    letter-spacing: -.09em;
}

.cls-31 {
    letter-spacing: -.08em;
}

.cls-32 {
    letter-spacing: -.03em;
}

.cls-33 {
    letter-spacing: -.03em;
}

.cls-34 {
    letter-spacing: -.03em;
}

.cls-35 {
    letter-spacing: -.02em;
}

.cls-36 {
    letter-spacing: -.01em;
}

.cls-37 {
    letter-spacing: -.02em;
}

.cls-38 {
    letter-spacing: -.01em;
}

.cls-39 {
    letter-spacing: -.01em;
}

.cls-40 {
    letter-spacing: -.01em;
}

.cls-41 {
    letter-spacing: -.01em;
}

.cls-42 {
    letter-spacing: -.01em;
}

.cls-43 {
    letter-spacing: -.05em;
}

.cls-44 {
    letter-spacing: -.03em;
}

.cls-45 {
    letter-spacing: -.03em;
}

.cls-46 {
    letter-spacing: -.03em;
}

.cls-47 {
    letter-spacing: -.03em;
}

.cls-48 {
    letter-spacing: -.03em;
}

.cls-49 {
    letter-spacing: -.03em;
}

.cls-50 {
    letter-spacing: -.03em;
}

.cls-51 {
    letter-spacing: -.03em;
}

.cls-52 {
    letter-spacing: 0em;
}

.cls-53 {
    letter-spacing: 0em;
}

.cls-54 {
    letter-spacing: 0em;
}

.cls-55 {
    letter-spacing: 0em;
}

.cls-56 {
    letter-spacing: 0em;
}

.cls-57 {
    letter-spacing: 0em;
}

.cls-58 {
    letter-spacing: 0em;
}

.cls-59 {
    letter-spacing: 0em;
}

.cls-60 {
    letter-spacing: 0em;
}

.cls-61 {
    letter-spacing: 0em;
}

.cls-62 {
    letter-spacing: -.01em;
}

.cls-63 {
    letter-spacing: -.01em;
}

.cls-64 {
    letter-spacing: 0em;
}

.cls-65 {
    letter-spacing: -.01em;
}

.cls-66 {
    letter-spacing: -.01em;
}

.cls-67 {
    letter-spacing: -.01em;
}

.cls-68 {
    letter-spacing: 0em;
}

.cls-69 {
    letter-spacing: 0em;
}

.cls-70 {
    letter-spacing: 0em;
}

.cls-71 {
    letter-spacing: 0em;
}

.cls-72 {
    letter-spacing: 0em;
}

.cls-73 {
    letter-spacing: 0em;
}

.cls-74 {
    letter-spacing: 0em;
}

.cls-75 {
    letter-spacing: 0em;
}

.cls-76 {
    letter-spacing: 0em;
}

.cls-77 {
    letter-spacing: 0em;
}

.cls-78 {
    letter-spacing: 0em;
}

.cls-79 {
    letter-spacing: 0em;
}

.cls-80 {
    letter-spacing: 0em;
}

.cls-81 {
    letter-spacing: 0em;
}

.cls-82 {
    letter-spacing: 0em;
}

.cls-83 {
    letter-spacing: 0em;
}

.cls-84 {
    letter-spacing: 0em;
}

.cls-85 {
    letter-spacing: 0em;
}

.cls-86 {
    letter-spacing: 0em;
}

.cls-87 {
    letter-spacing: 0em;
}

.cls-88 {
    letter-spacing: 0em;
}

.cls-89 {
    letter-spacing: 0em;
}

.cls-90 {
    letter-spacing: 0em;
}

.cls-91 {
    letter-spacing: .06em;
}

.cls-92 {
    letter-spacing: .05em;
}

.cls-93 {
    letter-spacing: .06em;
}

.cls-94 {
    letter-spacing: 0em;
}

.cls-95 {
    letter-spacing: 0em;
}

.cls-96 {
    letter-spacing: .03em;
}

.cls-97 {
    letter-spacing: .02em;
}

.cls-98 {
    letter-spacing: .02em;
}

.cls-99 {
    letter-spacing: .02em;
}

.cls-100 {
    letter-spacing: .02em;
}

.cls-101 {
    letter-spacing: .02em;
}

.cls-102 {
    letter-spacing: .02em;
}

.cls-103 {
    letter-spacing: .02em;
}

.cls-104 {
    letter-spacing: .02em;
}

.cls-105 {
    letter-spacing: .02em;
}

.cls-106 {
    letter-spacing: .02em;
}

.cls-9 {
    font-size: 7.53px;
}

.cls-107 {
    letter-spacing: .04em;
}

.cls-108 {
    letter-spacing: .04em;
}

.cls-109 {
    letter-spacing: .04em;
}

.cls-110 {
    letter-spacing: .04em;
}

.cls-111 {
    letter-spacing: .04em;
}

.cls-112 {
    letter-spacing: .05em;
}

.cls-113 {
    letter-spacing: .04em;
}

.cls-114 {
    letter-spacing: .04em;
}

.cls-115 {
    letter-spacing: .04em;
}

.cls-116 {
    letter-spacing: .04em;
}

.cls-117 {
    letter-spacing: .03em;
}

.cls-118 {
    letter-spacing: .03em;
}

.cls-119 {
    letter-spacing: .04em;
}

.cls-120 {
    letter-spacing: .03em;
}

.cls-121 {
    letter-spacing: .03em;
}

.cls-122 {
    letter-spacing: .03em;
}

.cls-123 {
    letter-spacing: 0em;
}

.cls-124 {
    letter-spacing: 0em;
}

.cls-125 {
    letter-spacing: 0em;
}

.cls-126 {
    letter-spacing: 0em;
}

.cls-127 {
    letter-spacing: 0em;
}

.cls-128 {
    letter-spacing: 0em;
}

.cls-129 {
    letter-spacing: 0em;
}

.cls-130 {
    letter-spacing: 0em;
}

.cls-131 {
    letter-spacing: 0em;
}

.cls-132 {
    letter-spacing: 0em;
}

.cls-133 {
    letter-spacing: 0em;
}

.cls-134 {
    letter-spacing: .01em;
}

.cls-135 {
    letter-spacing: .01em;
}

.cls-136 {
    letter-spacing: .01em;
}

.cls-137 {
    letter-spacing: .01em;
}

.cls-138 {
    letter-spacing: .01em;
}

.cls-139 {
    letter-spacing: .01em;
}

.cls-140 {
    letter-spacing: 0em;
}

.cls-141 {
    letter-spacing: 0em;
}

.cls-142 {
    letter-spacing: .01em;
}

.cls-143 {
    letter-spacing: .01em;
}

.cls-144 {
    letter-spacing: .01em;
}

.cls-145 {
    letter-spacing: .01em;
}

.cls-146 {
    letter-spacing: .01em;
}

.cls-147 {
    letter-spacing: .01em;
}

.cls-148 {
    letter-spacing: 0em;
}

.cls-149 {
    letter-spacing: 0em;
}

.cls-150 {
    letter-spacing: 0em;
}

.cls-151 {
    letter-spacing: 0em;
}

.cls-152 {
    letter-spacing: 0em;
}

.cls-153 {
    letter-spacing: 0em;
}

.cls-154 {
    letter-spacing: 0em;
}

.cls-155 {
    letter-spacing: 0em;
}

.cls-156 {
    letter-spacing: 0em;
}

/* Border control classes */
.nbl { border-left: none !important; }
.nbt { border-top: none !important; }
.nbb { border-bottom: none !important; }
.nbr { border-right: none !important; }

/* Hover effect for demonstration */
.ag-cell:hover {
    background: #e0e0e0;
}

/* Plyr customizations */
.plyr__control--overlaid, .plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background:#ff7b00;
}

.plyr--full-ui input[type=range] {
    accent-color: #ff7b00;
    color:#ff7b00;
}

/* Gallery dot navigation */
.gallery-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    padding: 15px 0;
}

.gallery-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.gallery-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f2dfce;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.gallery-dot:hover {
    background-color: rgb(255 123 0 / 30%);
    transform: scale(1.1);
}

.gallery-dot.active {
    background-color: #ff7b00;
    border-color: #ff7b00;
    box-shadow: 0 0 10px rgba(255, 123, 0, 0.3);
}

.gallery-arrow {
    background-color: #f2dfce;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 12px;
}

.gallery-arrow:hover:not(.disabled) {
    background-color: #e66d00;
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(255, 123, 0, 0.3);
}

.gallery-arrow.disabled {
    background-color: #f2dfce;
    color: #ffffff;
    cursor: not-allowed;
    opacity: 0.5;
}

.section-banner .banner {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
}

.section-banner .banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--next-image);
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    pointer-events: none;
}

.section-banner .banner.transitioning::before {
    opacity: 1;
}

.map-label-stroke {
  text-shadow: 
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff,
    -2px  0   0 #fff,
     2px  0   0 #fff,
     0  -2px  0 #fff,
     0   2px  0 #fff !important;
}

.case-studies-page #cta h2 {
    font-size:32px;
}
.case-studies-page #cta p {
    font-size:16px;
}

.case-studies-page .section-body h2 {
    color:#000;
    margin: 25px 0 10px 0;
}

.wider-container {
    max-width: 1320px;
    margin:0 auto;
}

.detail-page h1 {
    margin:0;
}

.detail-page h2 {
    font-size: 35px;
    line-height: 40px;
    margin:10px 0 15px;
}

.home-page .logo-main {
    height: 60px;
    width: auto;
}

.map-wrap .section-2.tinted .container {
    background:#fff;
    padding: 40px;
}

@media (max-width:1200px) {
    .container, .section-top .container {
        max-width:990px;
        padding: 20px 40px;
    }
    .detail-page {
        padding: 170px 0 120px;
    }
    .carousel-track {
        grid-auto-columns: calc(100% / 2);
    }
    .tiled-services {
        grid-template-columns: repeat(2, 1fr);
    }
    .insights-cases-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:990px) {
    .sliding-tiles-wrapper {
        display:none;
    }
    .modal .section-a {
        padding: 15px;
        padding-bottom: 50px;
    }
    .home-page .container {
        padding: 0 7px;
    }
    .section-2 {
        padding:60px 0;
    }
    .detail-page h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .detail-page h3, .detail-page h3 span {
        font-size: 24px;
        line-height: 30px;
    }
    #header .container {
        max-width:720px;
    }
    .section-top {
        padding: 90px 0 0 0;
    }
    .home-page .col-sm-6 {
        width:100%;
        margin:0 auto;
    }
    .detail-page {
        padding: 140px 0 90px;
    }
    .section-1 .col-lg-7 {
        padding: 110px 0px 80px 0px;
    }
    .home-page .section-1 .col-lg-7 {
        padding: 80px 20px 80px 20px;
    }
    .section-1 {
        height:auto;
    }
    .section-1 .slider-wrapper {
        display: none;
    }
    .tile-overlay h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .section-3 {
        padding: 80px 0;
    }
    .testimonial-content {
        padding:0 20px;
    }
    .quote blockquote {
        font-size:24px;
        line-height:30px;
    }
    .sliding-patrons {
        padding:60px 40px 60px 40px;
    }
    .sliding-patrons ul {
        max-width:400px;
    }
    .sliding-patrons ul li {
        height: 90px;
        padding: 0 5px;
    }
    .sliding-patrons ul li img.affiliate-logo,
    .sliding-patrons ul li a img.affiliate-logo {
        padding: 0 15px;
        max-height: 80px;
    }
    .carousel-track {
        grid-auto-columns: calc(100% / 2);
    }
    .section-tm .col-lg-4 {
            max-width: 340px;
    margin: 0 auto;
    }
    .map-wrap .section-2.tinted {
        padding:0;
    }
    .map-wrap .section-2.tinted .container {
        background-color: rgb(242 223 206);
        padding: 50px 20px;
    }
    .map-wrap .section-2.tinted .container ul {
        margin:0;
    }
    .map-wrap .col-8 {
        display:none;
    }
    .map-wrap .col-4 {
        width:100%;
        max-width:100%;
    }
    .flow-tiles .big-titles {
        display: none;
    }
    .services-page .col-6.d-flex.align-items-center.justify-content-center {
        display: none !important;
    }
    .insights-cases-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    #contact-form .col-lg-4, #contact-form .col-lg-5{
        margin: 0 auto;
        max-width:400px;
    }

    .section-top .row,
    .section-body .row {
        display: flex;
        flex-direction: column;
    }
    
    .section-top .col-lg-9,
    .section-top .col-lg-3,
    .section-body .col-lg-9,
    .section-body .col-lg-3 {
        width: 100%;
        max-width: 100%;
        padding: 0;
        border:none;
    }

    .section-banner {
        padding:0;
    }
    
    /* Make the sidebar (col-lg-3) appear first */
    .section-top .col-lg-3,
    .section-body .col-lg-3 {
        order: 2;
        margin-top: 20px;
    }
    
    .section-top .col-lg-9,
    .section-body .col-lg-9 {
        order: 1;
    }

    .insights-cases-grid.double-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    ul.inll li {
        max-width:100%;
    }

    ul.inll li .btn.w240 {
        font-size: 14px;
        max-width: 100%;
        margin: 10px 0;
    }
}

@media (max-width:740px) {
    .detail-page {
        padding: 130px 0 40px;
        text-align: left;
    }
    .detail-page * {
        text-align: left !important;
    }
    .home-page .dice, .about-page .dice {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .carousel-track {
        grid-auto-columns: calc(100% / 1);
    }
    .tiled-services {
        grid-template-columns: repeat(1, 1fr);
    }
    #hero .big-logo {
        max-width: 60%;
    }
}


/* Responsive layout for small screens */
@media (max-width: 600px) {

    .section-top h1 {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 46px;
    }

    .section-top h2 {
        font-size: 30px;
    }

    h1, h1 span {
        font-size: 34px;
        line-height: 38px;
    }

    section.contact-header {
    padding: 80px 0 0 0;
}

    .container {
        padding: 0 30px;
    }

    .modal.container {
        padding:0 0 50px 0;;
    }
    
    .modal.container .row {
        --bs-gutter-x: 0;
    }

    #footer .d-flex.gapped {
        flex-direction: column;
        gap: 30px;
    }

    #header {
    padding: 25px 15px;
    }
    #header .logo img {
        height: 35px;
        margin-top: 4px;
    }

    .menu-list {
        width:100%;
    }

    #menu-toggle
 {
    position: fixed;
    top: 33px;
    right: 22px;
    z-index: 1003;
}

.menu-btn .btn-line {
    border-radius: 1px;
    width: 20px;
    height: 2px;
    margin: 0 0 6px 0;
    background: black;
    transition: all 0.5s ease-out;
}

    .home-page .section-1 .col-lg-7 {
        padding: 30px 20px 80px 20px
    }

    .home-page .logo-main {
        height: 35px;
        margin-top:-1px;
    }

    .empty-space {
        display: none;
    }

    .grid-row {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .stickyrow {
        position: sticky;
        background: #151313;
        top: 0;
    }

    .feature-title {
        grid-area: span 1 / span 3 / span 1 / span 3;
    }

}