<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
  overflow-x: hidden;
  font-family: "filson-pro", sans-serif;
}

/* Headings  */
h1,h2,h3,h4,h5,h6 {
  font-family: "filson-pro", sans-serif;
  font-weight:600;
}

/* Headings */
.row {
  max-width: 68rem;
}

/* Paragraphs , Lists , Strong etc */
p {
  color: #676666 !important;
}

ul {
  list-style: disc;
}

ul li {
  color: #676666;
}

table tbody tr:first-child {
  background-color: #031130;
}

table tbody tr:first-child td {
  color: #fff;
}

/* Paragraphs , Lists , Strong etc */
#tribe-events table tbody tr:first-child {
  background-color: #f9f9f9 !important;
}

/* Links and Hovers */
a {
  
  transition: all 300ms;
  -webkit-transition: all 300ms;
  cursor: pointer !important;
}


a:hover {
  color: #333333;
}

a:active {
  color: #333333;
}

.pagination a, .pagination button {
  display: inline-block;
}

/* Links and Hovers */
/* Buttons */
.button, .wp-block-button__link {
  border:2px solid #0DA3D6;
  color:#0DA3D6;
  background:transparent;
  border-radius:0px;
}

.button:hover {
  opacity: 0.8;
}

/* Buttons */
/* Images */
img {
  max-width: 100%;
}

/* Quotes */
blockquote {
  padding: 16px;
  background: ghostwhite;
  border-left: 16px solid #041600;
  border-right: 2px solid #041600;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* Quotes */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.wpcf7-submit {
  background: #031130 !important;
  border: 0px;
  padding: 10px !important;
  color: #fff;
}

/* =WordPress Core
-------------------------------------------------------------- */
/* Base (Keep top) */
/* Layout Styles */
.contact-bar {
  background-color: #317238;
}

.contact-bar a {
  color: #fff !important;
}

.contact-bar .request {
  background-color: #041600;
  color: #fff;
  padding: 0.6rem 1rem;
  float: right;
  display: block;
}

.contact-bar .request:hover {
  background-color: #136801;
  cursor: pointer;
}

.contact-bar .contact-details {
  margin-top: 0.6rem;
}

.contact-bar .contact-details a {
  margin-right: 10px;
}

.contact-bar .contact-details a .step {
  margin-right: 4px;
}

/* Variables */
/* Small Navigation */
.navigation-wrapper {
  padding: 1.4rem;
  border-bottom: 4px solid #136801;
}

.site-logo {
  width: 100%;
}

.top-bar {
  background: #fff;
  margin-top: 6px;
}

.top-bar ul {
  background: #fff;
}

.top-bar ul a {
  color: #676666;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  cursor: pointer;
}

.top-bar ul a:hover {
  color: #136801 !important;
}

.top-bar ul .dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after {
  display: none !important;
}

.top-bar .submenu {
  background-color: #136801;
  border: 0px;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.23);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.23);
}

.top-bar .submenu li a {
  color: #fff;
  line-height: 1.2rem;
}

.top-bar .submenu li a:hover {
  color: #fff !important;
  background-color: #041600;
  cursor: pointer;
}

.menu-icon::after {
  -webkit-box-shadow: 0 7px 0 #00abe3, 0 14px 0 #00abe3;
          box-shadow: 0 7px 0 #00abe3, 0 14px 0 #00abe3;
  background: #00abe3 !important;
}

.menu-icon:hover::after {
  -webkit-box-shadow: 0 7px 0 #66ccee, 0 14px 0 #66ccee;
          box-shadow: 0 7px 0 #66ccee, 0 14px 0 #66ccee;
  background: #66ccee !important;
}

.menu .active &gt; a {
  color: #66ccee;
  font-weight: bold;
  background-color: transparent;
}

.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after {
  display: none !important;
}

.off-canvas {
  background-color: #00abe3;
}

.off-canvas .close-button {
  position: relative;
  color: #fff !important;
  width: 100%;
  text-align: right;
  margin-bottom: 16px;
  font-size: 40px;
}

.off-canvas ul li a {
  color: #fff !important;
}

.off-canvas .menu .active &gt; a {
  border-bottom: 0px !important;
  background-color: transparent;
  color: #fff !important;
}

/* Centered Menu */
.footer {
  background-color: #0DA3D6;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer h3 {
  margin-bottom: 0px;
}

.footer ul {
  list-style: none;
  margin: 0px;
  color: #fff;
}

.footer ul li {
  list-style: none;
}

.footer p {
  color: #fff !important;
  margin-bottom: 0px;
}

.footer a {
  color: #fff !important;
}

.footer-bottom {
  background-color: #031130;
  padding: 2rem 1rem;
}

.footer-bottom a {
  color: #fff !important;
}

.footer-bottom-links {
  display: none !important;
}

.accreditations {
  position: relative;
}

.accreditations hr {
  opacity: 0.6;
}

.accreds-slider {
  padding-top: 2rem;
}

.accreds-slider img {
  margin: 0 auto;
}

.hero-section {
  background-color: #676666;
  padding: 1rem;
  height: 80vh;
  position: relative;
}

.hero-section .callout {
  border: 0px;
  background-color: #136801;
  padding: 2rem;
  max-width: 400px;
  float: right;
  margin-top: calc(8vh - 70px/2);
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.23);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.23);
}

.hero-section .callout h3 {
  color: #fff;
  margin-bottom: 2.8rem;
}

.hero-section .callout .button {
  width: 100%;
  text-align: center;
  margin-top: 2.8rem;
  background-color: #041600;
  font-weight: bold;
}

.hero-section .callout p {
  max-width: 80%;
  margin: 0 auto;
}

.hero-section .top-wave {
  position: absolute;
  bottom: -4px;
  width: 100%;
  left: 0px;
}

.welcome {
  padding: 2rem 1rem;
  background-color:#031130;
}

.welcome h4 {
  color: #0d4901;
  margin-bottom: 0px !important;
}

.welcome h2 {
  margin-bottom:3rem;
  font-weight: bold;
  color: #fff;
}
.welcome p {
  color:#94C0CF !important;
}


.welcome img {
  max-width: 100% !important;
}

.welcome .service-box {
  padding:0;
  border-width:0;
  border-radius:20px;
  background:transparent !important;
}
.welcome .service-box h4 {
  border-radius: 30px 30px 0 0;
  background-color: #d4642a;
  padding:15px;
  color:#fff;
  font-size:1.2rem
}
.welcome .grid-x .large-4:nth-child(4) h4 {
  background-color: #00abe3;
}
.welcome .grid-x .large-4:nth-child(5) h4 {
  background-color: #963cbc;
}
.welcome .grid-x .large-4:nth-child(6) h4 {
  background-color: #3cbf87;
}
.welcome .grid-x .large-4:nth-child(7) h4 {
  background-color: #e53e3e;
}
.welcome .grid-x .large-4:nth-child(8) h4 {
  background-color: #e09b22;
}
.welcome .service-box h4 a {
  color:#fff;
}
.welcome .service-box h4 a:hover {
  color:#fff;
  opacity:0.7;
}
.welcome .service-box img {
  border-radius: 0 0 30px 30px;
}

.map-search {
  margin-bottom:2rem;
}
.map-search .text-center {
  background-color:#0DA3D6;
  padding:3rem 2rem;
}
.map-search .text-center h3, .map-search .text-center p {
  color:#fff !important;
}

.text-pic.light-blue img {
  width: 100%;
}

.text-pic.medium-blue img {
  width: 100%;
}

.text-pic.dark-blue img {
  width: 100%;
}

.light-blue {
  background-color: #136801;
}

.light-blue h2 {
  color: #fff;
}

.light-blue p {
  color: #fff !important;
}

.medium-blue {
  background-color: #0d4901;
}

.medium-blue h2 {
  color: #fff;
}

.medium-blue p {
  color: #fff !important;
}

.dark-blue {
  background-color: #0d4901;
}

.dark-blue h2 {
  color: #fff;
}

.dark-blue p {
  color: #fff !important;
}


/* Subheader */
.sub-header {
  background-color: #031130;
  position: relative;
  padding-top:2rem;
  padding-bottom:2rem;
}

.sub-header h1 {
  text-transform: uppercase;
  background-color: #0DA3D6;
  padding: 0.8rem;
  color: #fff;
  font-weight: bold;
  float: left;
  display: block;
  font-size: 2.4rem;
}

.sub-header .title-area {
  position: absolute;
  bottom: -4px;
  left: 0px;
  width: 100%;
}

/* Subheader */
/* Page */
.page-wrapper {
  padding: 4rem 0rem;
}

.page-content .has-tip {
  display: none;
}

.page-content h1 {
  color: #0DA3D6;
  margin-bottom: 20px;
}

.page-content h2 {
  color: #031130;
}

.page-content h3 {
  color: #031130;
}

.page-content h4 {
  color: #031130;
}

.page-content h5 {
  color: #031130;
}

.page-content ul li {
  line-height: 1.8rem !important;
}

/* Page End */
/* Sidebar */
.sidebar .button {
  width: 100%;
  font-weight: bold !important;
}

.sidebar .sub-boat-hire {
  background-color: #0d4901;
  padding: 1.6rem;
}

.sidebar .sub-boat-hire h3 {
  color: #fff;
}

.sidebar .sub-boat-hire p {
  color: #fff !important;
}

.sidebar .sub-boat-hire .button {
  margin-top: 1.6rem;
  font-weight: bold;
}

.sidebar .latest-news {
  padding: 1.6rem !important;
  background-color: #041600 !important;
  border: 0px !important;
}

.sidebar .latest-news h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.4rem;
}

.sidebar .latest-news h4 {
  color: #fff !important;
}

.sidebar .latest-news p {
  color: #fff !important;
}

.sidebar .latest-news a {
  color: #fff !important;
}

/* Sidebar End */
@media screen and (max-width: 1280px) {
  .text-pic h2 {
    font-size: 2rem !important;
  }
  .text-pic h4 {
    font-size: 1.4rem !important;
  }
  .text-pic p {
    font-size: 1rem !important;
    line-height: 2rem !important;
  }
  .hero-section .callout h3 {
    margin-bottom: 2rem !important;
  }
  .welcome {
    padding: 4rem 1rem;
  }
  .text-pic.light-blue {
    background-position: bottom -160px right;
  }
  .text-pic.medium-blue {
    background-position: bottom -280px left;
  }
  .text-pic.dark-blue {
    background-position: bottom -160px right;
  }
  .sub-header h1 {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1150px) {
  .top-bar ul a {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 1040px) {
  .title-bar .button {
    margin: 0rem !important;
    margin-right: 8px !important;
  }
  .site-logo {
    max-width: 260px !important;
    padding: 0.4rem;
  }
  .welcome {
    padding: 2rem 1rem !important;
  }
  .hero-section .callout {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .footer {
    background-size: 160% 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sidebar .sub-boat-hire h3 {
    font-size: 1.6rem;
  }
  .sidebar .latest-news h3 {
    font-size: 1.6rem;
  }
  .hero-section {
    height: 64vh;
  }
  .top-bar {
    margin-top: 0px !important;
  }
  .top-bar ul li a {
    font-size: 0.8rem;
  }
  .hero-section .callout h3 {
    margin-bottom: 1.4rem !important;
    font-size: 1.6rem !important;
  }
  .text-pic h2 {
    font-size: 1.8rem !important;
  }
  .title-bar {
    background-color: #031130;
  }
}

@media screen and (max-width: 960px) {
  .hero-section {
    height: 54vh;
  }
  .light-blue h2 {
    margin-bottom: 0rem !important;
  }
  .light-blue p {
    display: none;
  }
  .light-blue .button {
    margin-top: 1rem !important;
    width: auto !important;
  }
  .medium-blue h2 {
    margin-bottom: 0rem !important;
  }
  .medium-blue p {
    display: none;
  }
  .medium-blue .button {
    margin-top: 1rem !important;
    width: auto !important;
  }
  .dark-blue h2 {
    margin-bottom: 0rem !important;
  }
  .dark-blue p {
    display: none;
  }
  .dark-blue .button {
    margin-top: 1rem !important;
    width: auto !important;
  }
}

@media screen and (max-width: 660px) {
  .footer {
    background-size: 240% 100%;
  }
  .accreds-slider img {
    max-width: 80%;
  }
  .contact-bar .grid-container {
    padding: 0rem !important;
  }
  .contact-bar .grid-container .step {
    margin-left: 8px;
  }
  .text-pic {
    background-image: none !important;
  }
  .text-pic h2 {
    margin-bottom: 1rem !important;
  }
  .text-pic p {
    display: block !important;
    max-width: 100%;
  }
  .text-pic .button {
    margin-top: 1.4rem !important;
  }
  .sub-header h1 {
    font-size: 1.4rem;
  }
}

/* Layout Styles */
/*# sourceMappingURL=itchyrobot.css.map */</pre></body></html>