/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.banner{display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(90deg,#004aad,#0078ff);color:white;font-family:Arial,sans-serif;position:relative;overflow:hidden;}.arrow-container{display:flex;align-items:center;gap:10px;overflow:hidden;}.left-arrows{margin-right:20px;}.right-arrows{margin-left:20px;}.arrow{font-size:2rem;color:yellow;}.left-arrows .arrow{animation:move-right 1.5s infinite linear;}@keyframes move-right{0%{transform:translateX(0);}100%{transform:translateX(50px);}}.right-arrows .arrow{animation:move-left 1.5s infinite linear;}@keyframes move-left{0%{transform:translateX(0);}100%{transform:translateX(-50px);}}.banner-button{padding:10px 20px;font-size:1.2rem;font-weight:bold;background:yellow;color:black;text-decoration:none;border-radius:5px;box-shadow:0 4px 6px rgba(0,0,0,0.2);transition:background 0.3s ease;white-space:nowrap;}.banner-button:hover{background:orange;}
.webform-ui-element-row .tabledrag-handle,.webform-ui-element-row .handle{display:inline-block !important;visibility:visible !important;opacity:1 !important;}
#block-drupal8-w3css-theme-seabreeze{padding:20px;margin:20px auto;}#iframe-field_weather_source-7{height:500px;}#block-drupal8-w3css-theme-weatherzone{padding:20px;margin:20px auto;}#iframe-field_weather_source-6{height:500px;}#block-drupal8-w3css-theme-lakestclaire{padding:20px;margin:20px auto;}#iframe-field_weather_source-8{height:500px;}#block-drupal8-w3css-theme-berrigalairstripweatherstation{padding:20px;margin:20px auto;}#iframe-field_weather_source-10{height:500px;}#block-drupal8-w3css-theme-hooleydooley{padding:20px;margin:20px auto;}#iframe-field_weather_source-9{height:500px;}
.product-card{border:5px solid #064e3b;border-radius:8px;padding:15px;text-align:center;display:flex;flex-direction:column;justify-content:space-between;height:100%;background-color:#e6f4ff;transition:background-color 0.25s ease,box-shadow 0.25s ease;}.product-card:hover{background-color:#d6ecff;box-shadow:0 4px 10px rgba(0,0,0,0.15);}.product-card img{max-width:100%;aspect-ratio:1 / 1;object-fit:cover;}
