<!doctype html>
<html lang="en-US">
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
	
		<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	
<script type="rocketlazyloadscript" src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-rocket-type="text/javascript" charset="UTF-8" data-domain-script="43c745be-bdd4-4a86-ac02-52154019e5e2" defer></script>
<script type="rocketlazyloadscript" src="https://cdn.cookielaw.org/opt-out/otCCPAiab.js" data-rocket-type="text/javascript" charset="UTF-8" ccpa-opt-out-ids="C0004,C0005,BG5" ccpa-opt-out-geo="ca" ccpa-opt-out-lspa="true" defer></script>

<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
function OptanonWrapper() { }
</script>

<script type="rocketlazyloadscript" async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script type="rocketlazyloadscript">
  !function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js");

  var privacyCookie = '1YNY';
  if (typeof usPrivacyCookie !== "undefined" && usPrivacyCookie.get() !== null) {
    privacyCookie = usPrivacyCookie.get();
  }

  apstag.init({
    pubID: '3214',
    adServer: 'googletag',
    simplerGPT: true,
    params: {
      us_privacy: privacyCookie
    }
  });

  window.googletag = window.googletag || {cmd: []};
  googletag.cmd.push(function() {
    headerSlots = [];

    
          // -- Anchor ad
      var anchorMapping = googletag.sizeMapping()
        .addSize([728, 0], [[728, 90]])
        .addSize([0, 0], [[320, 50]])
        .build();

      var anchorAdSlot = googletag
        .defineSlot(
          '/6747/n6747.sailingworld',
          [[320, 50], [728, 90]],
          'gpt-passback-anchor'
        )
        .setTargeting('pos', 'anchor')
        .addService(googletag.pubads())
        .defineSizeMapping(anchorMapping);

      headerSlots.push(anchorAdSlot);
    
    
    var outOfPageSlot = googletag
      .defineOutOfPageSlot('/6747/n6747.sailingworld', 'out-of-page-ad')
      .addService(googletag.pubads());

    headerSlots.push(outOfPageSlot);

    var queryString = window.location.search;
    var urlParams = new URLSearchParams(queryString);

    var pubAdsService = googletag.pubads()
      .setTargeting('category', ["Home"])
      .setTargeting('nid', '18161')
      .setTargeting('kw', []);

    function bonnierAddUtm(pubAdsService, param) {
      var paramValue = urlParams.get(param);
      if (paramValue) {
        pubAdsService.setTargeting(param, paramValue);
      }
    }

    bonnierAddUtm(pubAdsService, 'utm_campaign');
    bonnierAddUtm(pubAdsService, 'utm_medium');
    bonnierAddUtm(pubAdsService, 'utm_content');
    bonnierAddUtm(pubAdsService, 'utm_source');

    googletag.pubads().disableInitialLoad();
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();

    googletag.cmd.push(function() {
      var REFRESH_KEY = 'Refresh';
      var REFRESH_VALUE = 'True';
      var SECONDS_TO_WAIT_AFTER_VIEWABILITY = 30;

      googletag.pubads().addEventListener('impressionViewable', function(event) {
        var slot = event.slot;

        if (slot.getSlotElementId() != 'out-of-page-ad') {

          setTimeout(function() {
            slot.setTargeting(REFRESH_KEY, REFRESH_VALUE);

            // Below we're doing fetchBids as recommend by Amazon's docs:
            // https://ams.amazon.com/webpublisher/uam/docs/web-integration-documentation/best-practices.html
            apstag.fetchBids(
              { slots: [slot], timeout: 2000 }, 
              function(bids) {
                apstag.setDisplayBids(); 
                googletag.pubads().refresh([slot]);
              }
            );
          }, SECONDS_TO_WAIT_AFTER_VIEWABILITY * 1000);
        }
      });

    });

    apstag.fetchBids(
      { slots: headerSlots, timeout: 2000 }, 
      function(bids) {
        apstag.setDisplayBids(); 
        googletag.pubads().refresh(headerSlots);
      }
    );
  });

  googletag.cmd.push(function() {
    renderLazyAds(); // Initial check in case an ad is in the view port.

    function debounce(method, delay) {
      clearTimeout(method._tId);
      method._tId = setTimeout(function(){
        method();
      }, delay);
    }

    window.addEventListener('scroll', function (e) {
      debounce(renderLazyAds, 50);
    }, false);
  })

  lazyAds = [];
  var checkingLazyAds = false;
  function renderLazyAds() {
    if (checkingLazyAds) {
      return;
    }

    checkingLazyAds = true;

    var i = lazyAds.length;
    while (i--) {
      var currentScroll = document.scrollingElement.scrollTop;
      var element = document.getElementById(lazyAds[i].id);

      if ((currentScroll > element.getBoundingClientRect().top - 800)) {
        lazyAds[i].callback();
        lazyAds.splice(i, 1);
      }
    }

    checkingLazyAds = false;
  }
</script>
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO Premium plugin v20.1 (Yoast SEO v20.1) - https://yoast.com/wordpress/plugins/seo/ -->
	<title>All Things Sailing, Sail Racing, Sailboats and More | Sailing World</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPT%20Serif%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRaleway%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPT%20Serif%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRaleway%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPT%20Serif%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRaleway%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /></noscript>
	<meta name="description" content="Sailing World is your go-to site and magazine for the best sailboat reviews, sail racing news, regatta schedules, sailing gear reviews and more." />
	<link rel="canonical" href="https://www.sailingworld.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Homepage" />
	<meta property="og:description" content="Sailing World is your go-to site and magazine for the best sailboat reviews, sail racing news, regatta schedules, sailing gear reviews and more." />
	<meta property="og:url" content="https://www.sailingworld.com/" />
	<meta property="og:site_name" content="Sailing World" />
	<meta property="article:publisher" content="https://www.facebook.com/sailingworld/" />
	<meta property="article:modified_time" content="2022-12-08T14:31:10+00:00" />
	<meta property="og:image" content="https://www.sailingworld.com/wp-content/uploads/sites/18/2021/10/210402__NAUTICAL_IMAGES_0208_TODD.jpg" />
	<meta property="og:image:width" content="1200" />
	<meta property="og:image:height" content="800" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@SailingWorldMag" />
	<meta name="twitter:label1" content="Est. reading time" />
	<meta name="twitter:data1" content="11 minutes" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.sailingworld.com/","url":"https://www.sailingworld.com/","name":"All Things Sailing, Sail Racing, Sailboats and More | Sailing World","isPartOf":{"@id":"https://www.sailingworld.com/#website"},"about":{"@id":"https://www.sailingworld.com/#organization"},"primaryImageOfPage":{"@id":"https://www.sailingworld.com/#primaryimage"},"image":{"@id":"https://www.sailingworld.com/#primaryimage"},"thumbnailUrl":"https://www.sailingworld.com/wp-content/uploads/sites/18/2021/10/210402__NAUTICAL_IMAGES_0208_TODD.jpg","datePublished":"2021-09-08T15:49:34+00:00","dateModified":"2022-12-08T14:31:10+00:00","description":"Sailing World is your go-to site and magazine for the best sailboat reviews, sail racing news, regatta schedules, sailing gear reviews and more.","breadcrumb":{"@id":"https://www.sailingworld.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.sailingworld.com/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.sailingworld.com/#primaryimage","url":"https://www.sailingworld.com/wp-content/uploads/sites/18/2021/10/210402__NAUTICAL_IMAGES_0208_TODD.jpg","contentUrl":"https://www.sailingworld.com/wp-content/uploads/sites/18/2021/10/210402__NAUTICAL_IMAGES_0208_TODD.jpg","width":1200,"height":800,"caption":"2021 Helly Hansen NOOD Regatta St. Petersburg, Friday photos"},{"@type":"BreadcrumbList","@id":"https://www.sailingworld.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Homepage"}]},{"@type":"WebSite","@id":"https://www.sailingworld.com/#website","url":"https://www.sailingworld.com/","name":"Sailing World","description":"Sailing World is your go-to site and magazine for the best sailboat reviews, sail racing news, regatta schedules, sailing gear reviews and more.","publisher":{"@id":"https://www.sailingworld.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.sailingworld.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.sailingworld.com/#organization","name":"Sailing World","alternateName":"Sailing World Magazine","url":"https://www.sailingworld.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.sailingworld.com/#/schema/logo/image/","url":"https://www.sailingworld.com/wp-content/uploads/sites/18/2021/10/cropped-SLW-New-Logo.jpg","contentUrl":"https://www.sailingworld.com/wp-content/uploads/sites/18/2021/10/cropped-SLW-New-Logo.jpg","width":943,"height":410,"caption":"Sailing World"},"image":{"@id":"https://www.sailingworld.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/sailingworld/","https://twitter.com/SailingWorldMag","https://www.youtube.com/user/sailingworldmag","https://www.instagram.com/sailingworldmag/"]}]}</script>
	<meta name="google-site-verification" content="488lNhrrHnRJ98Hs6XHkl-PKNCDNx27aHz63s9Z4pow" />
	<!-- / Yoast SEO Premium plugin. -->


<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="Sailing World &raquo; Feed" href="https://www.sailingworld.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Sailing World &raquo; Comments Feed" href="https://www.sailingworld.com/comments/feed/" />
<style>
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='sbi_styles-css' href='https://www.sailingworld.com/wp-content/plugins/instagram-feed-pro/css/sbi-styles.min.css?ver=6.2' media='all' />
<link rel='stylesheet' id='sbsw_styles-css' href='https://www.sailingworld.com/wp-content/plugins/social-wall/css/social-wall.min.css?ver=1.0.10' media='all' />
<link rel='stylesheet' id='wp-block-library-css' href='https://www.sailingworld.com/wp-includes/css/dist/block-library/style.min.css?ver=6.1.1' media='all' />
<link rel='stylesheet' id='classic-theme-styles-css' href='https://www.sailingworld.com/wp-includes/css/classic-themes.min.css?ver=1' media='all' />
<style id='global-styles-inline-css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='bonnier-ads-style-css' href='https://www.sailingworld.com/wp-content/plugins/bonnier-ads/css/base.css?ver=1.0.7' media='all' />
<link rel='stylesheet' id='cff_carousel_css-css' href='https://www.sailingworld.com/wp-content/plugins/cff-extensions/cff-carousel/css/carousel.css?ver=1.2.3' media='all' />
<link rel='stylesheet' id='ctf_styles-css' href='https://www.sailingworld.com/wp-content/plugins/custom-twitter-feeds-pro/css/ctf-styles.min.css?ver=2.0.2' media='all' />
<style id='spai-fadein-inline-css'>
img[data-spai]{opacity: 0;} div.woocommerce-product-gallery img[data-spai]{opacity: 1;} img[data-spai-egr],img[data-spai-upd] {transition: opacity .5s linear .2s;-webkit-transition: opacity .5s linear .2s;-moz-transition: opacity .5s linear .2s;-o-transition: opacity .5s linear .2s; opacity: 1;}
</style>
<link rel='stylesheet' id='cff-css' href='https://www.sailingworld.com/wp-content/plugins/custom-facebook-feed-pro/assets/css/cff-style.min.css?ver=4.3.2' media='all' />
<link rel='stylesheet' id='hello-elementor-css' href='https://www.sailingworld.com/wp-content/themes/hello-elementor/style.min.css?ver=2.6.1' media='all' />
<link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://www.sailingworld.com/wp-content/themes/hello-elementor/theme.min.css?ver=2.6.1' media='all' />
<link rel='stylesheet' id='elementor-icons-css' href='https://www.sailingworld.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.18.0' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://www.sailingworld.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.11.1' media='all' />
<link rel='stylesheet' id='swiper-css' href='https://www.sailingworld.com/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6' media='all' />
<link rel='stylesheet' id='elementor-post-11-css' href='https://www.sailingworld.com/wp-content/uploads/sites/18/elementor/css/post-11.css?ver=1676924608' media='all' />
<link rel='stylesheet' id='cffstyles-css' href='https://www.sailingworld.com/wp-content/plugins/custom-facebook-feed-pro/assets/css/cff-style.min.css?ver=4.3.2' media='all' />
<link rel='stylesheet' id='elementor-pro-css' href='https://www.sailingworld.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.11.0' media='all' />
<link rel='stylesheet' id='sbistyles-css' href='https://www.sailingworld.com/wp-content/plugins/instagram-feed-pro/css/sbi-styles.min.css?ver=6.2' media='all' />
<link rel='stylesheet' id='elementor-global-css' href='https://www.sailingworld.com/wp-content/uploads/sites/18/elementor/css/global.css?ver=1676924609' media='all' />
<link rel='stylesheet' id='elementor-post-18161-css' href='https://www.sailingworld.com/wp-content/uploads/sites/18/elementor/css/post-18161.css?ver=1676924681' media='all' />
<link rel='stylesheet' id='elementor-post-74161-css' href='https://www.sailingworld.com/wp-content/uploads/sites/18/elementor/css/post-74161.css?ver=1676924610' media='all' />
<link rel='stylesheet' id='elementor-post-73078-css' href='https://www.sailingworld.com/wp-content/uploads/sites/18/elementor/css/post-73078.css?ver=1676924612' media='all' />
<link rel='stylesheet' id='chld_thm_cfg_child-css' href='https://www.sailingworld.com/wp-content/themes/hydra-child/style.css?ver=0.0.1.17' media='all' />

<link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://www.sailingworld.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://www.sailingworld.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://www.sailingworld.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' />
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src='https://www.sailingworld.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.1' id='jquery-core-js' defer></script>
<script src='https://www.sailingworld.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js' defer></script>
<link rel="https://api.w.org/" href="https://www.sailingworld.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.sailingworld.com/wp-json/wp/v2/pages/18161" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.sailingworld.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.sailingworld.com/wp-includes/wlwmanifest.xml" />
<link rel='shortlink' href='https://www.sailingworld.com/' />
<link rel="alternate" type="application/json+oembed" href="https://www.sailingworld.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.sailingworld.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.sailingworld.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.sailingworld.com%2F&#038;format=xml" />
<!-- Custom Facebook Feed JS vars -->
<script type="text/javascript">
var cffsiteurl = "https://www.sailingworld.com/wp-content/plugins";
var cffajaxurl = "https://www.sailingworld.com/wp-admin/admin-ajax.php";


var cfflinkhashtags = "false";
</script>
<meta name="generator" content="Elementor 3.11.1; features: e_dom_optimization, e_optimized_assets_loading, a11y_improvements; settings: css_print_method-external, google_font-enabled, font_display-auto">
<script type="rocketlazyloadscript" src="https://r143.sailingworld.com/script.js" async></script>
<!--Google Tag Manager -->
<script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!=='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W3FLWP');</script>
<!--End Google Tag Manager -->
<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
jQuery(document).ready(function( $ ) {
	$('#anchor-close').click(function(){
		$('#anchor-ad').remove();
	});
});
});</script>
<!--OpenWeb Conversation -->
<script type="rocketlazyloadscript" async src="https://launcher.spot.im/spot/sp_vLRgMLnR" data-spotim-module="spotim-launcher">
</script>
<!--End OpenWeb Conversation -->
<link rel="icon" href="https://cdn.shortpixel.ai/spai/q_lossy+ret_img+to_webp/https://www.sailingworld.com/wp-content/uploads/sites/18/2021/09/favicon-slw.png" data-spai-egr="1" sizes="32x32" />
<link rel="icon" href="https://cdn.shortpixel.ai/spai/q_lossy+ret_img+to_webp/https://www.sailingworld.com/wp-content/uploads/sites/18/2021/09/favicon-slw.png" data-spai-egr="1" sizes="192x192" />
<link rel="apple-touch-icon" href="https://cdn.shortpixel.ai/spai/q_lossy+ret_img+to_webp/https://www.sailingworld.com/wp-content/uploads/sites/18/2021/09/favicon-slw.png" data-spai-egr="1" />
<meta name="msapplication-TileImage" content="https://www.sailingworld.com/wp-content/uploads/sites/18/2021/09/favicon-slw.png" />
		<style id="wp-custom-css">
			.text-privacy-policy a {
	color: #d23826;
}

.featured-link-btn a {
	background: #d23826 !important;
}

.featured-btn-col .elementor-nav-menu--dropdown {
	margin-top: 0 !important
}		</style>
		<link href="https://cdn.shortpixel.ai" rel="preconnect" crossorigin></head>
<body class="home page-template page-template-elementor_header_footer page page-id-18161 wp-custom-logo elementor-default elementor-template-full-width elementor-kit-11 elementor-page elementor-page-18161 elementor-page-873">

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.498039215686" /><feFuncG type="table" tableValues="0 0.498039215686" /><feFuncB type="table" tableValues="0 0.498039215686" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.549019607843 0.988235294118" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.717647058824 0.254901960784" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.278431372549" /><feFuncB type="table" tableValues="0.592156862745 0.278431372549" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.647058823529" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.780392156863 1" /><feFuncG type="table" tableValues="0 0.949019607843" /><feFuncB type="table" tableValues="0.352941176471 0.470588235294" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.650980392157 0.403921568627" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.447058823529 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.0980392156863 1" /><feFuncG type="table" tableValues="0 0.662745098039" /><feFuncB type="table" tableValues="0.847058823529 0.419607843137" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><div id="out-of-page-ad">
  <script type="rocketlazyloadscript">
    googletag.cmd.push(function() {
      googletag.display('out-of-page-ad');
    });
  </script>
</div>

<a class="skip-link screen-reader-text" href="#content">
	Skip to content</a>

		<div data-elementor-type="header" data-elementor-id="74161" class="elementor elementor-74161 elementor-location-header">
								<header class="elementor-section elementor-top-section elementor-element elementor-element-47ec5168 elementor-section-content-middle elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="47ec5168" data-element_type="section" data-settings="{&quot;sticky&quot;:&quot;top&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-60c73682" data-id="60c73682" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-49b40c5e elementor-widget elementor-widget-ucaddon_ue_side_menu" data-id="49b40c5e" data-element_type="widget" data-widget_type="ucaddon_ue_side_menu.default">
				<div class="elementor-widget-container">
			<!-- start Side Menu -->
		<link id='font-awesome-css' href='https://www.sailingworld.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-all.min.css' type='text/css' rel='stylesheet' >
		<link id='font-awesome-4-shim-css' href='https://www.sailingworld.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome5/css/fontawesome-v4-shims.css' type='text/css' rel='stylesheet' >

			<style type="text/css">/* widget: Side Menu */

#uc_ue_side_menu_elementor17970 *
{
  box-sizing:border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body.uc-menu-push{
  	transition: padding-left 1s, padding-right 1s;
}

#uc_ue_side_menu_elementor17970 .uc-side-menu-wrapper
{
  position:relative;
}


#uc_ue_side_menu_elementor17970 .menu-right-open {
	width: 360px;
	top: 0;
	right: 0;
	margin-right: 0px;
	margin-left: 0px;
	transition: 1s;
	z-index: 999999;
	position: fixed;
}

#uc_ue_side_menu_elementor17970 .menu-right-close {
	width: 360px;
	top: 0;
	right: 0;
	margin-right: -360px;
	transition: 1s;
	z-index: 1;
	height: 100%;
	position: fixed;
}

#uc_ue_side_menu_elementor17970 .menu-left-open {
	width: 360px;
	top: 0;
	left: 0;
	margin-right: 0px;
	margin-left: 0px;
	transition: 1s;
	z-index: 999999;
	height: 100%;
	position: fixed;
}

#uc_ue_side_menu_elementor17970 .menu-left-close {
	width: 360px;
	top: 0;
	left: 0;
	margin-left: -360px;
	transition: 1s;
	z-index: 1;
	height: 100%;
	position: fixed;
}

	
#uc_ue_side_menu_elementor17970 .collapsed .uc-menu-item-pointer:after {
	content: "►";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    margin:0px 15px;
    vertical-align: middle;
    font-size:10px;
}

#uc_ue_side_menu_elementor17970 .expanded .uc-menu-item-pointer:after {
	content: "▼";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    margin:0px 15px;
    vertical-align: middle;
    font-size:10px;
}
 
	






#uc_ue_side_menu_elementor17970 .uc-side-menu-items
{
  position:relative;
  height:100vh;
  overflow-x: hidden;
  transition:1s;
}

#uc_ue_side_menu_elementor17970 .open_side_menu
{
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition: 0.4s ease;
  position: relative;
  	
}

#uc_ue_side_menu_elementor17970 .open_side_menu_toggle
{
  position: relative;
  -webkit-box-flex: 0;
  flex: none;
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
#uc_ue_side_menu_elementor17970 .open_side_menu_toggle:before,
#uc_ue_side_menu_elementor17970 .open_side_menu_toggle:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
}
	
#uc_ue_side_menu_elementor17970 .open_side_menu_toggle:after {
  top: 10px;
}

	

#uc_ue_side_menu_elementor17970 .open_side_menu.uc-close-action .open_side_menu_toggle
{
  -webkit-transform: rotate(90deg);
  transform: rotate(135deg);
}
#uc_ue_side_menu_elementor17970 .open_side_menu.uc-close-action .open_side_menu_toggle:before,
#uc_ue_side_menu_elementor17970 .open_side_menu.uc-close-action .open_side_menu_toggle:after
{
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#uc_ue_side_menu_elementor17970 .open_side_menu.uc-close-action .open_side_menu_toggle:after
{
 opacity: 0;
}
#uc_ue_side_menu_elementor17970 .open_side_menu.uc-close-action:hover .open_side_menu_toggle
{
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}


#uc_ue_side_menu_elementor17970 .uc-side-menu-title
{
  text-align:left;
}

.menu-left-open .uc-close-side-menu, .menu-right-open .uc-close-side-menu
{
  display:flex;
  opacity:1;
}

.menu-left-close .uc-close-side-menu, .menu-right-close .uc-close-side-menu
{
  display:none;
}

#uc_ue_side_menu_elementor17970 .menu-left-open .ue_side_menu_overlay, #uc_ue_side_menu_elementor17970 .menu-right-open .ue_side_menu_overlay
{
  display:block;
  opacity:1;
  transition:1s;
}

#uc_ue_side_menu_elementor17970 .menu-left-close .ue_side_menu_overlay, #uc_ue_side_menu_elementor17970 .menu-right-close .ue_side_menu_overlay
{
  display:none;
  opacity:0;
  transition:1s;
}

#uc_ue_side_menu_elementor17970 .uc-close-side-menu
{
  position:absolute;
  right:-50px;
  cursor:pointer;
  justify-content:center;
  align-items:center;
  z-index:1;
}


#uc_ue_side_menu_elementor17970 .uc-side-menu-items ul
{
  padding:0px;
  margin:0px;
  list-style:none;
}

#uc_ue_side_menu_elementor17970 .uc-side-menu-items ul a
{
  display:block;
  text-decoration:none;
  position:relative;
}


#uc_ue_side_menu_elementor17970 .sub-menu {
    overflow: hidden;
    list-style: none;
    height: auto;
    transition: 0.5s;
  	
}

#uc_ue_side_menu_elementor17970 .side-menu-search-holder
{
  display:flex;
  overflow:hidden;
}

#uc_ue_side_menu_elementor17970 .side-menu-search-holder input
{
  border:none;
  border-radius:0px;
  flex:1;
  min-width: 0;
  
}
#uc_ue_side_menu_elementor17970 .side-menu-search-holder button
{
  border:none;
  display:flex;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  border-radius:0px;
  flex-grow: 0;
  flex-shrink: 0;
}

#uc_ue_side_menu_elementor17970 .side-menu-buttons
{
  display:flex;
}

#uc_ue_side_menu_elementor17970 .side-menu-button
{
  flex:1;
  text-align:center;
  text-decoration:none;
}

.side-menu-button
{
  font-size:12px;
}


#uc_ue_side_menu_elementor17970  .ue_side_menu_overlay
{
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  transition:1s;
  opacity:0;
}



	

  








/* On screens that are 768px */
@media screen and (max-width: 768px) {
  
#uc_ue_side_menu_elementor17970 .menu-right-open {
	width: 300px;
}

#uc_ue_side_menu_elementor17970 .menu-right-close {
	width: 300px;
	margin-right: -300px;

}

#uc_ue_side_menu_elementor17970 .menu-left-open {
	width: 300px;
	
}

#uc_ue_side_menu_elementor17970 .menu-left-close {
	width: 300px;
	margin-left: -300px;

}

/* On screens that are 420px */
@media screen and (max-width: 420px) {
  
#uc_ue_side_menu_elementor17970 .menu-right-open {
	width: 300px;
}

#uc_ue_side_menu_elementor17970 .menu-right-close {
	width: 300px;
	margin-right: -300px;

}

#uc_ue_side_menu_elementor17970 .menu-left-open {
	width: 300px;
	
}

#uc_ue_side_menu_elementor17970 .menu-left-close {
	width: 300px;
	margin-left: -300px;
}
  
}

</style>

			<div id="uc_ue_side_menu_elementor17970" class="uc-side-menu-main-wrapper" data-closeonbody="true" data-push="false" data-push-mobile="false" data-expand="false" data-clickable="false">
     
      <div class="uc-menu-button-wrapper" style="display:flex; justify-content:flex-start;">
          
               <div class="open_side_menu">
                                    <i class='fas fa-bars'></i>
                         	   </div>
          
      </div>
	  
      <div class="uc-side-menu-wrapper menu-left-close">
        			                        <div class="ue_side_menu_overlay"></div>
        		            
                        <div class="uc-close-side-menu"><i class='fas fa-times'></i></div>
                    
          <div class="side-menu-holder">
              <div class="uc-side-menu-items">
                  <div class="uc-header">
                      
                                               <div class="uc-side-menu-title"></div> 
                                            
                  </div>
                
                                    <div class="side-menu-search">
                    <div class="side-menu-search-holder">
                      <input type="text" class="side-menu-search-input" placeholder="Search Sailing World" data-urlbase="https://www.sailingworld.com">
                      <button class="side-menu-search-button-search"><i class='fas fa-search'></i></button>
                    </div>
                  </div>
                                  
                                    <div class="side-menu-buttons">
                    <a href="https://www.facebook.com/sailingworld/" class="side-menu-button"  target='blank'>
  <div class="side-menu-button-icon">
  <i class='fab fa-facebook'></i>
  </div>
  
</a>
<a href="https://twitter.com/SailingWorldMag/" class="side-menu-button"  target='blank'>
  <div class="side-menu-button-icon">
  <i class='fab fa-twitter'></i>
  </div>
  
</a>
<a href="https://www.instagram.com/sailingworldmag/" class="side-menu-button"  target='blank'>
  <div class="side-menu-button-icon">
  <i class='fab fa-instagram'></i>
  </div>
  
</a>
<a href="https://www.youtube.com/user/sailingworldmag" class="side-menu-button"  target='blank'>
  <div class="side-menu-button-icon">
  <i class='fab fa-youtube'></i>
  </div>
  
</a>

                  </div>
                                    
                  <div></div>
                                    
                  <ul id="menu-hamburger-main" class="uc-list-menu"><li id="menu-item-74676" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-74676"><a href="/around-the-sailing-world/"><b>AROUND THE SAILING WORLD</b></a></li>
<li id="menu-item-74677" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-74677"><a href="/boat-of-the-year-2023/"><b>BOAT OF THE YEAR</b></a></li>
<li id="menu-item-73181" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73181"><a href="/subscribe-hamburger/">Subscribe</a></li>
<li id="menu-item-74271" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-74271"><a href="https://link.sailingworld.com/join/7fr/sailing-world-signup&#038;?loc=hamburger&#038;lnk=newsletter-sign-up">Email Newsletters</a></li>
<li id="menu-item-72990" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-72990"><a href="/tag/sailboats/">Sailboats</a></li>
<li id="menu-item-73062" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73062"><a href="/americas-cup/">America&#8217;s Cup</a></li>
<li id="menu-item-73063" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-73063"><a href="/regatta-series/">Regatta Series</a>
<ul class="sub-menu">
	<li id="menu-item-74875" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-74875"><a href="https://www.sailingworld.com/regatta-series-st-petersburg/">St. Petersburg</a></li>
	<li id="menu-item-74876" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-74876"><a href="https://www.sailingworld.com/regatta-series-san-diego/">San Diego</a></li>
	<li id="menu-item-74873" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-74873"><a href="https://www.sailingworld.com/regatta-series-annapolis/">Annapolis</a></li>
	<li id="menu-item-74874" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-74874"><a href="https://www.sailingworld.com/regatta-series-chicago/">Chicago</a></li>
	<li id="menu-item-74877" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-74877"><a href="https://www.sailingworld.com/regatta-series-marblehead/">Marblehead</a></li>
	<li id="menu-item-74878" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-74878"><a href="https://www.sailingworld.com/regatta-series-caribbean-championship/">Caribbean Championship</a></li>
</ul>
</li>
<li id="menu-item-73064" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73064"><a href="/one-design/">One Design</a></li>
<li id="menu-item-73065" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73065"><a href="/sailboat-racing/">Racing</a></li>
<li id="menu-item-73066" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73066"><a href="/sailing-how-to/">How To</a></li>
<li id="menu-item-73220" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73220"><a href="https://www.boatingsafetymag.com/">Boating Safety</a></li>
<li id="menu-item-73067" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-73067"><a href="/sailing-gear/">Gear</a>
<ul class="sub-menu">
	<li id="menu-item-73180" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73180"><a href="/sailing-gear/">Gear</a></li>
	<li id="menu-item-73068" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73068"><a href="/best-marine-electronics/">Best Marine Electronics &#038; Technology</a></li>
</ul>
</li>
<li id="menu-item-73182" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73182"><a href="https://www.bonniercorp.com/sailing-world/">Media Kit</a></li>
</ul>
                
                   <div></div>
                
                  		
                
              </div>
          </div>
      </div>
  
</div>
			<!-- end Side Menu -->		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-6cd4dbbd" data-id="6cd4dbbd" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-61dd59a5 elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="61dd59a5" data-element_type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
											<a href="https://www.sailingworld.com">
			<img width="768" height="334" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NDMgNDEwIiB3aWR0aD0iOTQzIiBoZWlnaHQ9IjQxMCIgZGF0YS11PSJodHRwcyUzQSUyRiUyRnd3dy5zYWlsaW5nd29ybGQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkZzaXRlcyUyRjE4JTJGMjAyMSUyRjEwJTJGY3JvcHBlZC1TTFctTmV3LUxvZ28uanBnIiBkYXRhLXc9Ijk0MyIgZGF0YS1oPSI0MTAiIGRhdGEtYmlwPSIiPjwvc3ZnPg==" data-spai="1" class="attachment-medium_large size-medium_large wp-image-73085" alt="Sailing World logo"   />				</a>
											</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-528e9032 elementor-hidden-tablet elementor-hidden-mobile" data-id="528e9032" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-159974d2 elementor-nav-menu__align-left elementor-hidden-phone elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="159974d2" data-element_type="widget"  data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-spai-egr="1" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade">
				<ul id="menu-1-159974d2" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-74885"><a href="https://www.sailingworld.com/boat-of-the-year-2023/" class="elementor-item">Boat of the Year</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-72991"><a href="/tag/sailboats/" class="elementor-item">Sailboats</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-72992"><a href="/americas-cup/" class="elementor-item">America&#8217;s Cup</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-72993"><a href="/regatta-series/" class="elementor-item">Regatta Series</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-72995"><a href="/sailboat-racing/" class="elementor-item">Racing</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73179"><a href="https://link.sailingworld.com/join/7fr/sailing-world-signup&#038;?loc=header&#038;lnk=em" class="elementor-item">Newsletters</a></li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
			<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i>			<span class="elementor-screen-only">Menu</span>
		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-159974d2" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-74885"><a href="https://www.sailingworld.com/boat-of-the-year-2023/" class="elementor-item" tabindex="-1">Boat of the Year</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-72991"><a href="/tag/sailboats/" class="elementor-item" tabindex="-1">Sailboats</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-72992"><a href="/americas-cup/" class="elementor-item" tabindex="-1">America&#8217;s Cup</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-72993"><a href="/regatta-series/" class="elementor-item" tabindex="-1">Regatta Series</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-72995"><a href="/sailboat-racing/" class="elementor-item" tabindex="-1">Racing</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73179"><a href="https://link.sailingworld.com/join/7fr/sailing-world-signup&#038;?loc=header&#038;lnk=em" class="elementor-item" tabindex="-1">Newsletters</a></li>
</ul>			</nav>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3733ce83 featured-btn-col" data-id="3733ce83" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3fc169aa elementor-nav-menu__align-center elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-tablet elementor-widget elementor-widget-nav-menu" data-id="3fc169aa" data-element_type="widget"  data-settings="{&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;\&quot;&gt;&lt;/i&gt;&quot;,&quot;library&quot;:&quot;&quot;},&quot;layout&quot;:&quot;horizontal&quot;}" data-spai-egr="1" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-3fc169aa" class="elementor-nav-menu"><li class="featured-link-btn menu-item menu-item-type-custom menu-item-object-custom menu-item-74160"><a href="/subscribe-nav/" class="elementor-item">SUBSCRIBE</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-3fc169aa" class="elementor-nav-menu"><li class="featured-link-btn menu-item menu-item-type-custom menu-item-object-custom menu-item-74160"><a href="/subscribe-nav/" class="elementor-item" tabindex="-1">SUBSCRIBE</a></li>
</ul>			</nav>
				</div>
				</div>
					</div>
		</div>
							</div>
		</header>
		<div class="dc-hide-wrapper" data-selector="#header-recirc"></div><!-- hidden section -->				</div>
				<div data-elementor-type="wp-page" data-elementor-id="18161" class="elementor elementor-18161">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-58b6669 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="58b6669" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1ec2de6" data-id="1ec2de6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-dafac84 elementor-grid-1 elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="dafac84" data-element_type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_columns_tablet&quot;:&quot;1&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
					<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-74928 post type-post status-publish format-standard has-post-thumbnail hentry category-how-to tag-boatspeed tag-how-to-2 tag-print-winter-2023 tag-tactics tag-technique">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/how-to/three-steps-to-becoming-a-great-crew/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="800" height="600" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDE1MDAiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjE1MDAiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMiUyRjIyMDcyOV9fTkFVVElDQUxfSU1BR0VTXzA0MDdfVE9ERC5qcGciIGRhdGEtdz0iMjAwMCIgZGF0YS1oPSIxNTAwIiBkYXRhLWJpcD0iIj48L3N2Zz4=" data-spai="1" class="attachment-large size-large wp-image-74929" alt="Boating crew during the 2022 Helly Hansen Sailing World Regatta Series"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/how-to/three-steps-to-becoming-a-great-crew/" >
				Three Steps to Becoming a Great Crew			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Want to be the best crew you can be? It’s easy and starts with a positive attitude and a commitment to improving.</p>
		</div>
				</div>
				</article>
				</div>
		
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e2428d4" data-id="e2428d4" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-5d31c94 elementor-grid-1 elementor-grid-tablet-1 elementor-posts--thumbnail-left elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="5d31c94" data-element_type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_columns_tablet&quot;:&quot;1&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
					<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-74926 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-maxi-racing tag-maxi-yachts tag-racing">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/racing/maxi-racing-to-the-max/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="300" height="225" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDE1MDAiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjE1MDAiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMiUyRkdNUl9WU1QyMl9EMTFfMDU4NF9lZGl0LmpwZyIgZGF0YS13PSIyMDAwIiBkYXRhLWg9IjE1MDAiIGRhdGEtYmlwPSIiPjwvc3ZnPg==" data-spai="1" class="attachment-medium size-medium wp-image-74927" alt="Maxi fleet race in St. Tropez"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/maxi-racing-to-the-max/" >
				Maxi Racing to the Max			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Maxi yacht racing has long been the realm of big hardware and big action, and over the past several years, the turnout has been getting bigger too.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74923 post type-post status-publish format-standard has-post-thumbnail hentry category-regatta-series tag-helly-hansen-sailing-world-regatta-series tag-helly-hansen-sailing-world-regatta-series-st-petersburg tag-regatta-series">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/regatta-series/one-for-the-books-in-st-petersburg/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="300" height="203" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTk2IDEwODAiIHdpZHRoPSIxNTk2IiBoZWlnaHQ9IjEwODAiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMiUyRmRldmlhdGlvbi5qcGciIGRhdGEtdz0iMTU5NiIgZGF0YS1oPSIxMDgwIiBkYXRhLWJpcD0iIj48L3N2Zz4=" data-spai="1" class="attachment-medium size-medium wp-image-74920" alt="two sailboats racing side by side in strong winds in florida"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/regatta-series/one-for-the-books-in-st-petersburg/" >
				One For the Books in St. Petersburg			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>A big turnout, lively parties and great racing. It&#8217;s what to expect at the Helly Hansen Sailing World Regatta Series in St. Petersburg.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74911 post type-post status-publish format-standard has-post-thumbnail hentry category-regatta-series tag-helly-hansen-sailing-world-regatta-series tag-helly-hansen-sailing-world-regatta-series-st-petersburg tag-photos tag-racing">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/regatta-series/st-petersburg-2023-photo-gallery/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="300" height="200" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAwIDgwMCIgd2lkdGg9IjEyMDAiIGhlaWdodD0iODAwIiBkYXRhLXU9Imh0dHBzJTNBJTJGJTJGd3d3LnNhaWxpbmd3b3JsZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRnNpdGVzJTJGMTglMkYyMDIzJTJGMDIlMkYyMjAyMThfX05BVVRJQ0FMX0lNQUdFU185NjdfVE9ERC5qcGciIGRhdGEtdz0iMTIwMCIgZGF0YS1oPSI4MDAiIGRhdGEtYmlwPSIiPjwvc3ZnPg==" data-spai="1" class="attachment-medium size-medium wp-image-74895" alt="L30 One-Designs"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/regatta-series/st-petersburg-2023-photo-gallery/" >
				Helly Hansen Sailing World Regatta Series St. Petersburg 2023 Gallery			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Select images from the Helly Hansen <i>Sailing World</i> Regatta Series weekend event in St. Petersburg, Florida.</p>
		</div>
				</div>
				</article>
				</div>
		
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-46ad81b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="46ad81b" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-92d1674" data-id="92d1674" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-307bf87 elementor-widget elementor-widget-spacer" data-id="307bf87" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-1b5ab99 elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="1b5ab99" data-element_type="widget" data-settings="{&quot;classic_columns&quot;:&quot;4&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
					<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-74907 post type-post status-publish format-standard has-post-thumbnail hentry category-how-to tag-boatspeed tag-how-to-2 tag-print-winter-2023 tag-tactics">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/how-to/how-to-find-your-speed-mode/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="300" height="225" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDE1MDAiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjE1MDAiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMiUyRjY4MkQwQjczLTg5NEMtNDQ1Ny1BMDk4LTNDOUUyMkU0RkUyQy5qcGciIGRhdGEtdz0iMjAwMCIgZGF0YS1oPSIxNTAwIiBkYXRhLWJpcD0iIj48L3N2Zz4=" data-spai="1" class="attachment-medium size-medium wp-image-74910" alt="the author takes a low and fast angle off the start line"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/how-to/how-to-find-your-speed-mode/" >
				How to Find Your Speed Mode			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>High mode, low mode or somewhere in between, there’s a faster way to get to the mark first. The key is shifting into the right mode at the right time.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74905 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-americas-cup tag-opinion tag-print-winter-2023 tag-professional-sailing tag-racing">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/racing/sailings-next-greatest-generation/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="300" height="225" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDE1MDAiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjE1MDAiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMiUyRkFDMjEwMTE0Y2JfMjMxNTcuanBnIiBkYXRhLXc9IjIwMDAiIGRhdGEtaD0iMTUwMCIgZGF0YS1iaXA9IiI+PC9zdmc+" data-spai="1" class="attachment-medium size-medium wp-image-74906" alt="photo of Terry Hutchinson"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/sailings-next-greatest-generation/" >
				Sailing&#8217;s Next Greatest Generation			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>The sailing greats of the past few decades have either been lost or overlooked, which begs the question of who will be hailed as our modern-day legends.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74900 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-the-ocean-race">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/racing/the-ocean-race-cape-town-finish/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="300" height="200" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDAgNDAwIiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjQwMCIgZGF0YS11PSJodHRwcyUzQSUyRiUyRnd3dy5zYWlsaW5nd29ybGQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkZzaXRlcyUyRjE4JTJGMjAyMyUyRjAyJTJGMTRfMDJfMjMwMjEyX1RPUl9KRVJfMTIyNDkuanBnIiBkYXRhLXc9IjYwMCIgZGF0YS1oPSI0MDAiIGRhdGEtYmlwPSIiPjwvc3ZnPg==" data-spai="1" class="attachment-medium size-medium wp-image-74901" alt="Team Holcim during The Ocean Race"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/the-ocean-race-cape-town-finish/" >
				The Ocean Race Cape Town Shuffle			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>After a leg of starts and restarts, Holcim-PRB bags the win in Cape Town for Leg 2.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74896 post type-post status-publish format-standard has-post-thumbnail hentry category-regatta-series tag-helly-hansen-sailing-world-regatta-series tag-helly-hansen-sailing-world-regatta-series-st-petersburg tag-racing tag-regatta-series tag-sailboat-racing">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/regatta-series/st-pete-sizzle/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="300" height="200" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAwIDgwMCIgd2lkdGg9IjEyMDAiIGhlaWdodD0iODAwIiBkYXRhLXU9Imh0dHBzJTNBJTJGJTJGd3d3LnNhaWxpbmd3b3JsZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRnNpdGVzJTJGMTglMkYyMDIzJTJGMDIlMkYyMjAyMTlfX05BVVRJQ0FMX0lNQUdFU185ODdfVE9ERC5qcGciIGRhdGEtdz0iMTIwMCIgZGF0YS1oPSI4MDAiIGRhdGEtYmlwPSIiPjwvc3ZnPg==" data-spai="1" class="attachment-medium size-medium wp-image-74892" alt=""   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/regatta-series/st-pete-sizzle/" >
				St. Pete is Going to Sizzle			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>All indications are the Helly Hansen Sailing World Regatta Series&#8217; kick off in St. Petersburg is going to be hot. And we&#8217;re not just talking about the weather. </p>
		</div>
				</div>
				</article>
				</div>
		
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-36e2ac3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="36e2ac3" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c6368b1" data-id="c6368b1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2e6fef1 elementor-widget elementor-widget-image" data-id="2e6fef1" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.sailingworld.com/regatta-series/">
							<img decoding="async" width="800" height="450" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDgxIDYwOCIgd2lkdGg9IjEwODEiIGhlaWdodD0iNjA4IiBkYXRhLXU9Imh0dHBzJTNBJTJGJTJGd3d3LnNhaWxpbmd3b3JsZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRnNpdGVzJTJGMTglMkYyMDIyJTJGMDElMkZOT09ELUxvZ29zLUZpbmFsX25vLWRhdGUtY3JvcC5qcGciIGRhdGEtdz0iMTA4MSIgZGF0YS1oPSI2MDgiIGRhdGEtYmlwPSIiPjwvc3ZnPg==" data-spai="1" class="attachment-large size-large wp-image-73380" alt="Regatta Series"   />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7b23b11" data-id="7b23b11" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3205092 elementor-widget elementor-widget-spacer" data-id="3205092" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-286e0d4 elementor-widget elementor-widget-text-editor" data-id="286e0d4" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<h3 class="name">Helly Hansen <em>Sailing World</em> Regatta Series</h3><p>Embracing popular fleets at each location, the Regatta Series features many different boat types: dinghies, multihulls, and keelboats that race under established handicap systems.</p><p><a href="https://www.sailingworld.com/regatta-series/">Learn More »</a></p>						</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-14bb9e7 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="14bb9e7" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-017f0e5" data-id="017f0e5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6ea4f37 elementor-widget elementor-widget-spacer" data-id="6ea4f37" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-948a4b2 elementor-widget elementor-widget-bonnier-ads-middle-ad" data-id="948a4b2" data-element_type="widget" data-widget_type="bonnier-ads-middle-ad.default">
				<div class="elementor-widget-container">
			
<div id="bonnier-ads-middle-1-ad" class="bonnier-ads-middle">
  <div class="ad-label">
  Advertisement
</div>  <div id="gpt-passback-middle1" class="bonnier-ad">
    <script type="rocketlazyloadscript">
      var lazyAdMiddle1 = {};
      lazyAdMiddle1.id = "gpt-passback-middle1";
      lazyAdMiddle1.callback = function () {
        googletag.cmd.push(function() {
          var bonnierAdMiddleSlot1 = googletag
            .defineSlot(
              '/6747/n6747.sailingworld',
              [[970, 250], [728, 90], [300, 250], [320, 50]],
              'gpt-passback-middle1'
            )
            .addService(googletag.pubads())
            .setTargeting('pos', 'middle1');

          var middleMapping = googletag.sizeMapping()
            .addSize([1615, 0], [[970, 250], [728, 90]])
            .addSize([1295, 0], [[728, 90]])
            .addSize([1010, 0], [[300, 250]])
            .addSize([780, 0], [[728, 90]])
            .addSize([0, 0], [[336, 280], [300, 250], [320, 50]])
            .build();

          bonnierAdMiddleSlot1.defineSizeMapping(middleMapping);

          apstag.fetchBids(
            { slots: [bonnierAdMiddleSlot1], timeout: 2000 }, 
            function(bids) {
              apstag.setDisplayBids(); 
              googletag.pubads().refresh([bonnierAdMiddleSlot1]);
            }
          );

          googletag.display('gpt-passback-middle1');
        });
      };

      lazyAds.push(lazyAdMiddle1);
    </script>
  </div>
</div>
		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5bf06c8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5bf06c8" data-element_type="section" data-settings="{&quot;shape_divider_top&quot;:&quot;arrow&quot;}">
					<div class="elementor-shape elementor-shape-top" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 700 10" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M350,10L340,0h20L350,10z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6e7025b" data-id="6e7025b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-e20b9da elementor-widget elementor-widget-spacer" data-id="e20b9da" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-eed8e2f elementor-widget elementor-widget-text-editor" data-id="eed8e2f" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<h2 style="text-align: center;">Latest News</h2>						</div>
				</div>
				<div class="elementor-element elementor-element-e893c3b elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="e893c3b" data-element_type="widget" data-settings="{&quot;classic_columns&quot;:&quot;3&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
					<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-74865 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-olympic-sailing tag-racing tag-us-sailing tag-us-sailing-team">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/racing/us-sailing-team-clearwater-performances/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="768" height="445" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDExNTgiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjExNTgiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMiUyRjIzMDIwNV9DbGVhcndhdGVyVVNPcGVuX0NoZW5hcmQtODcuanBnIiBkYXRhLXc9IjIwMDAiIGRhdGEtaD0iMTE1OCIgZGF0YS1iaXA9IiI+PC9zdmc+" data-spai="1" class="attachment-medium_large size-medium_large wp-image-74866" alt="Olympic class 49er sailboats on the starting line of a regatta in Florida"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/us-sailing-team-clearwater-performances/" >
				US Sailing Team Athletes Put In Strong Results in Clearwater			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>With the conclusion of the US Open Series in Clearwater, several athletes punch their tickets to the PanAm Games and Olympic Test Event.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74857 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-americas-cup">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/racing/french-americas-cup-challenger-orient-express/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="768" height="432" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDExMjUiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjExMjUiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMiUyRm9yaWVudC1leHByZXMuanBnIiBkYXRhLXc9IjIwMDAiIGRhdGEtaD0iMTEyNSIgZGF0YS1iaXA9IiI+PC9zdmc+" data-spai="1" class="attachment-medium_large size-medium_large wp-image-74856" alt="Rendition of the Orient Express Team&#039;s AC75"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/french-americas-cup-challenger-orient-express/" >
				French Challenger To Fast Track to Cup with Team New Zealand Technology			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>The late French challenger for the 37th America&#8217;s Cup announces Orient Express as title sponsor and reveals its management team.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74858 post type-post status-publish format-standard has-post-thumbnail hentry category-how-to tag-how-to-2 tag-print-winter-2023 tag-sailing-tactics tag-strategy">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/how-to/guide-to-tactical-gate-roundings/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="768" height="576" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDE1MDAiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjE1MDAiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMiUyRlNjcmVlbnNob3QtMjAyMy0wMi0wNy1hdC0xMC40Ny41OC1BTS5qcGciIGRhdGEtdz0iMjAwMCIgZGF0YS1oPSIxNTAwIiBkYXRhLWJpcD0iIj48L3N2Zz4=" data-spai="1" class="attachment-medium_large size-medium_large wp-image-74859" alt="Gate rounding illustration"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/how-to/guide-to-tactical-gate-roundings/" >
				Guide to Tactical Gate Roundings			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>A leeward gate rounding, especially a crowded one, provides opportunities to pass boats and set up for the next leg.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74851 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-bahamas tag-charter tag-print-winter-2023 tag-professional-sailing tag-racing">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/racing/shifting-gears-in-the-abacos/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="768" height="576" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDE1MDAiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjE1MDAiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMiUyRklNR182MzExX2VkaXQuanBnIiBkYXRhLXc9IjIwMDAiIGRhdGEtaD0iMTUwMCIgZGF0YS1iaXA9IiI+PC9zdmc+" data-spai="1" class="attachment-medium_large size-medium_large wp-image-74852" alt="Paul Campbell-James with caught fish"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/shifting-gears-in-the-abacos/" >
				Shifting Gears in the Abacos			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Professional sailor Paul Campbell-James leaves the SailGP racecoures behind and escapes to the Bahamas for some bareboat R&#038;R.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74846 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-one-design tag-print-winter-2023 tag-racing tag-tasar">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/racing/a-plan-for-regatta-simplification/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="768" height="576" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDE1MDAiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjE1MDAiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMSUyRjIwMjIxMTE4XzEwNDkwNy5qcGciIGRhdGEtdz0iMjAwMCIgZGF0YS1oPSIxNTAwIiBkYXRhLWJpcD0iIj48L3N2Zz4=" data-spai="1" class="attachment-medium_large size-medium_large wp-image-74847" alt="Salish Cup whiteboard"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/a-plan-for-regatta-simplification/" >
				A Plan For Regatta Simplification			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>If the goal is to simplify the experience for competitors and take away organizational barriers, strip your regatta plan to the bare essentials.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74841 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-americas-cup tag-print-winter-2023 tag-racing">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/racing/development-platforms-for-the-37th-americas-cup/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="768" height="576" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDE1MDAiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjE1MDAiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMSUyRjIyMTEzMF9MUlBQX0xFUTEyX0QxMV8yMDhfZWRpdC5qcGciIGRhdGEtdz0iMjAwMCIgZGF0YS1oPSIxNTAwIiBkYXRhLWJpcD0iIj48L3N2Zz4=" data-spai="1" class="attachment-medium_large size-medium_large wp-image-74842" alt="LEQ12"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/development-platforms-for-the-37th-americas-cup/" >
				Development Platforms for the 37th America&#8217;s Cup			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Each of the 37th America&#8217;s Cup challengers have taken a unique path toward developing their next AC75.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74840 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-69f tag-americas-cup tag-racing tag-youth-americas-cup">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/racing/69f-select-series-event-number-one/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="768" height="450" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNzY3IDEwMzYiIHdpZHRoPSIxNzY3IiBoZWlnaHQ9IjEwMzYiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMSUyRjY5RjIuanBnIiBkYXRhLXc9IjE3NjciIGRhdGEtaD0iMTAzNiIgZGF0YS1iaXA9IiI+PC9zdmc+" data-spai="1" class="attachment-medium_large size-medium_large wp-image-74838" alt="69F Select Series"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/69f-select-series-event-number-one/" >
				American 69F Squad Leads Miami Series			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>A winter worth of training in South Florida is serving the New York YC&#8217;s Youth America&#8217;s Cup team prospects well. </p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74831 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-racing tag-the-ocean-race">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/racing/the-ocean-race-leg-2-start/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="768" height="513" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTAwIDEwMDIiIHdpZHRoPSIxNTAwIiBoZWlnaHQ9IjEwMDIiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMSUyRjgwXzE0XzAxXzIzMDEyMF9BTVJfMTFIUlRfMDA3Mi5qcGciIGRhdGEtdz0iMTUwMCIgZGF0YS1oPSIxMDAyIiBkYXRhLWJpcD0iIj48L3N2Zz4=" data-spai="1" class="attachment-medium_large size-medium_large wp-image-74833" alt="Charlie Enright"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/the-ocean-race-leg-2-start/" >
				Next Stop, Cape Town For the Ocean Race			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>After a fast and furious Leg 1 of the Ocean Race, Leg 2 will get underway late and light on January 25. </p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74827 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-circumnavigation tag-offshore tag-offshore-racing tag-print-winter-2023 tag-racing tag-vendee-globe">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/racing/simpson-spreads-sparrows-wings/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="768" height="576" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDE1MDAiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjE1MDAiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMSUyRndhdmUtbWFpbi5qcGciIGRhdGEtdz0iMjAwMCIgZGF0YS1oPSIxNTAwIiBkYXRhLWJpcD0iIj48L3N2Zz4=" data-spai="1" class="attachment-medium_large size-medium_large wp-image-74828" alt="Ronnie Simpson"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/simpson-spreads-sparrows-wings/" >
				Simpson Spreads Sparrow&#8217;s Wings			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Determined American sailor Ronnie Simpson has his heart and mind set on a Vendee Globe lap and is ready for the long haul.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74822 post type-post status-publish format-standard has-post-thumbnail hentry category-regatta-series tag-helly-hansen-sailing-world-regatta-series tag-racing tag-regatta-series">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/regatta-series/quantum-sails-partners-with-helly-hansen-sailing-world-regatta-series/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="768" height="589" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDE1MzQiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjE1MzQiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMSUyRjIyMDIxOV9fTkFVVElDQUxfSU1BR0VTXzEwMTBfVE9ERC5qcGciIGRhdGEtdz0iMjAwMCIgZGF0YS1oPSIxNTM0IiBkYXRhLWJpcD0iIj48L3N2Zz4=" data-spai="1" class="attachment-medium_large size-medium_large wp-image-74824" alt="Quantum Sails"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/regatta-series/quantum-sails-partners-with-helly-hansen-sailing-world-regatta-series/" >
				Quantum Sails Partners with Helly Hansen Sailing World Regatta Series			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>As Official Sailmaker, Quantum Sails aims to provide regatta support to competitors for the 2023 regatta season.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74801 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-one-design tag-print-winter-2023 tag-racing">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/racing/acclimating-to-union/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="768" height="576" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDE1MDAiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjE1MDAiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMSUyRlNhaWxpbmctV29ybGRfVVNDX0VsbGlvdC1XaGl0ZWhlYWRfMTFfZWRpdC5qcGciIGRhdGEtdz0iMjAwMCIgZGF0YS1oPSIxNTAwIiBkYXRhLWJpcD0iIj48L3N2Zz4=" data-spai="1" class="attachment-medium_large size-medium_large wp-image-74802" alt="Snipe race"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/acclimating-to-union/" >
				Acclimating To Union			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>The sailors of Colorado&#8217;s Union Sailing Club make the most of their brief sailing season with a packed race calendar.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74799 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-americas-cup tag-racing tag-team-new-zealand">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/racing/team-new-zealand-ac-recon-report/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="768" height="513" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDEzMzUiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjEzMzUiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMSUyRjIzMDExN19FVE5aX0xFUTEyX0Q4XzE1OS5qcGciIGRhdGEtdz0iMjAwMCIgZGF0YS1oPSIxMzM1IiBkYXRhLWJpcD0iIj48L3N2Zz4=" data-spai="1" class="attachment-medium_large size-medium_large wp-image-74800" alt="Team New Zealand"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/team-new-zealand-ac-recon-report/" >
				Team New Zealand Shifts Focus To Prototype and Match Racing			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Team New Zealand starts off the new year with a session on its AC40 LEQ12 and looks to get into match-racing practice soon with its other AC40.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74796 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-racing tag-sailgp">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/racing/sailgp-singapore-recap/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="768" height="503" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAwIDc4NiIgd2lkdGg9IjEyMDAiIGhlaWdodD0iNzg2IiBkYXRhLXU9Imh0dHBzJTNBJTJGJTJGd3d3LnNhaWxpbmd3b3JsZC5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRnNpdGVzJTJGMTglMkYyMDIzJTJGMDElMkZFUzkwODIyNS5qcGciIGRhdGEtdz0iMTIwMCIgZGF0YS1oPSI3ODYiIGRhdGEtYmlwPSIiPjwvc3ZnPg==" data-spai="1" class="attachment-medium_large size-medium_large wp-image-74798" alt="New Zealand SailGP"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/sailgp-singapore-recap/" >
				Kiwis Continue SailGP Winning Streak			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>SailGP New Zealand are on form, winning the Singapore stop as they inch toward dethroning their Australian rivals.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74789 post type-post status-publish format-standard has-post-thumbnail hentry category-how-to tag-how-to-2 tag-mike-ingham tag-sailboat-racing-tips">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/how-to/managing-wind-shadows-downwind/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="768" height="485" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDEyNjQiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjEyNjQiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMSUyRlNjcmVlbi1TaG90LTIwMjMtMDEtMTItYXQtMTEuNTEuMjctQU0uanBnIiBkYXRhLXc9IjIwMDAiIGRhdGEtaD0iMTI2NCIgZGF0YS1iaXA9IiI+PC9zdmc+" data-spai="1" class="attachment-medium_large size-medium_large wp-image-74788" alt="Mike Ingham"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/how-to/managing-wind-shadows-downwind/" >
				Sailboat Racing Tips: Downwind Wind Shadows Explained			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Avoiding wind shadows is an important part of your downwind strategy. Where are the shadows and how do you avoid them? Mike Ingham explains the essentials of avoiding bad air downwind.</p>
		</div>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74780 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-champion-of-champions-regatta tag-racing tag-remote-controlled-sailing">
				<a class="elementor-post__thumbnail__link" href="https://www.sailingworld.com/racing/king-of-the-remote-control-mountain/" >
			<div class="elementor-post__thumbnail"><img decoding="async" width="768" height="576" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDE1MDAiIHdpZHRoPSIyMDAwIiBoZWlnaHQ9IjE1MDAiIGRhdGEtdT0iaHR0cHMlM0ElMkYlMkZ3d3cuc2FpbGluZ3dvcmxkLmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGc2l0ZXMlMkYxOCUyRjIwMjMlMkYwMSUyRkRTQzAwMDkwLmpwZyIgZGF0YS13PSIyMDAwIiBkYXRhLWg9IjE1MDAiIGRhdGEtYmlwPSIiPjwvc3ZnPg==" data-spai="1" class="attachment-medium_large size-medium_large wp-image-74784" alt="Chuck Millican and Ed Baird"   /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/king-of-the-remote-control-mountain/" >
				King of the Remote Control Mountain			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>The American Model Yacht Association gathered top remote control sailors in Texas last November to crown a king, and after three days and dozens of races, one was finally crowned.</p>
		</div>
				</div>
				</article>
				</div>
		
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-eda5f4c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="eda5f4c" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-265d5eb" data-id="265d5eb" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-c6d0fc1 elementor-widget elementor-widget-bonnier-ads-middle-ad" data-id="c6d0fc1" data-element_type="widget" data-widget_type="bonnier-ads-middle-ad.default">
				<div class="elementor-widget-container">
			
<div id="bonnier-ads-middle-2-ad" class="bonnier-ads-middle">
  <div class="ad-label">
  Advertisement
</div>  <div id="gpt-passback-middle2" class="bonnier-ad">
    <script type="rocketlazyloadscript">
      var lazyAdMiddle2 = {};
      lazyAdMiddle2.id = "gpt-passback-middle2";
      lazyAdMiddle2.callback = function () {
        googletag.cmd.push(function() {
          var bonnierAdMiddleSlot2 = googletag
            .defineSlot(
              '/6747/n6747.sailingworld',
              [[970, 250], [728, 90], [300, 250], [320, 50]],
              'gpt-passback-middle2'
            )
            .addService(googletag.pubads())
            .setTargeting('pos', 'middle2');

          var middleMapping = googletag.sizeMapping()
            .addSize([1615, 0], [[970, 250], [728, 90]])
            .addSize([1295, 0], [[728, 90]])
            .addSize([1010, 0], [[300, 250]])
            .addSize([780, 0], [[728, 90]])
            .addSize([0, 0], [[336, 280], [300, 250], [320, 50]])
            .build();

          bonnierAdMiddleSlot2.defineSizeMapping(middleMapping);

          apstag.fetchBids(
            { slots: [bonnierAdMiddleSlot2], timeout: 2000 }, 
            function(bids) {
              apstag.setDisplayBids(); 
              googletag.pubads().refresh([bonnierAdMiddleSlot2]);
            }
          );

          googletag.display('gpt-passback-middle2');
        });
      };

      lazyAds.push(lazyAdMiddle2);
    </script>
  </div>
</div>
		</div>
				</div>
				<div class="elementor-element elementor-element-03d697c elementor-widget elementor-widget-spacer" data-id="03d697c" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-705c0fa elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="705c0fa" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-58bb172" data-id="58bb172" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-cc7b800 elementor-widget elementor-widget-text-editor" data-id="cc7b800" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<h2 class="iblock">Racing</h2>						</div>
				</div>
				<div class="elementor-element elementor-element-a13670d elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="a13670d" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-77bda1f elementor-grid-1 elementor-posts--thumbnail-none elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="77bda1f" data-element_type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
					<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-74926 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-maxi-racing tag-maxi-yachts tag-racing">
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/maxi-racing-to-the-max/" >
				Maxi Racing to the Max			</a>
		</h3>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74911 post type-post status-publish format-standard has-post-thumbnail hentry category-regatta-series tag-helly-hansen-sailing-world-regatta-series tag-helly-hansen-sailing-world-regatta-series-st-petersburg tag-photos tag-racing">
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/regatta-series/st-petersburg-2023-photo-gallery/" >
				Helly Hansen Sailing World Regatta Series St. Petersburg 2023 Gallery			</a>
		</h3>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74905 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-americas-cup tag-opinion tag-print-winter-2023 tag-professional-sailing tag-racing">
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/sailings-next-greatest-generation/" >
				Sailing&#8217;s Next Greatest Generation			</a>
		</h3>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74896 post type-post status-publish format-standard has-post-thumbnail hentry category-regatta-series tag-helly-hansen-sailing-world-regatta-series tag-helly-hansen-sailing-world-regatta-series-st-petersburg tag-racing tag-regatta-series tag-sailboat-racing">
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/regatta-series/st-pete-sizzle/" >
				St. Pete is Going to Sizzle			</a>
		</h3>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74865 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-olympic-sailing tag-racing tag-us-sailing tag-us-sailing-team">
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/us-sailing-team-clearwater-performances/" >
				US Sailing Team Athletes Put In Strong Results in Clearwater			</a>
		</h3>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74851 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-bahamas tag-charter tag-print-winter-2023 tag-professional-sailing tag-racing">
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/shifting-gears-in-the-abacos/" >
				Shifting Gears in the Abacos			</a>
		</h3>
				</div>
				</article>
				</div>
		
				</div>
				</div>
				<div class="elementor-element elementor-element-47516e4 elementor-widget elementor-widget-text-editor" data-id="47516e4" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p style="text-align: right;"><a href="/sailboat-racing/">See More Racing</a></p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0107565" data-id="0107565" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-f374675" data-id="f374675" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-52dde70 elementor-widget elementor-widget-text-editor" data-id="52dde70" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<h2 class="iblock" style="text-align: center;">More Stories</h2>						</div>
				</div>
				<div class="elementor-element elementor-element-78305ac elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="78305ac" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-e83067d elementor-grid-1 elementor-posts--thumbnail-none elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="e83067d" data-element_type="widget" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
					<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-74779 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-racing tag-team-malizia tag-the-ocean-race">
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/ocean-race-alicante-in-port-race/" >
				In-Port Opener Puts Team Malizia Atop Standings Ahead of Ocean Race Start			</a>
		</h3>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74770 post type-post status-publish format-standard has-post-thumbnail hentry category-regatta-series tag-helly-hansen-sailing-world-regatta-series tag-helly-hansen-sailing-world-regatta-series-st-petersburg">
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/regatta-series/helly-hansen-sailing-world-regatta-distance-race/" >
				Two Days of Distance Races on Tap For St. Pete			</a>
		</h3>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74766 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-sydney-hobart-race">
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/celestial-wins-2022-sydney-hobart-race/" >
				Celestial Tops Hobart Classic			</a>
		</h3>
				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-74764 post type-post status-publish format-standard has-post-thumbnail hentry category-racing tag-americas-cup tag-american-magic tag-racing">
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://www.sailingworld.com/racing/french-americas-challenge-emerges/" >
				French Cup Challenge Comes to Light			</a>
		</h3>
				</div>
				</article>
				</div>
		
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
				<div data-elementor-type="footer" data-elementor-id="73078" class="elementor elementor-73078 elementor-location-footer">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-2ce4844f elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="2ce4844f" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7f390aef" data-id="7f390aef" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-1f7b9722 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="1f7b9722" data-element_type="section">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-1b24bbf0" data-id="1b24bbf0" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-32b098b4 elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="32b098b4" data-element_type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
											<a href="https://www.sailingworld.com">
			<img width="943" height="410" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NDMgNDEwIiB3aWR0aD0iOTQzIiBoZWlnaHQ9IjQxMCIgZGF0YS11PSJodHRwcyUzQSUyRiUyRnd3dy5zYWlsaW5nd29ybGQuY29tJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkZzaXRlcyUyRjE4JTJGMjAyMSUyRjEwJTJGY3JvcHBlZC1TTFctTmV3LUxvZ28uanBnIiBkYXRhLXc9Ijk0MyIgZGF0YS1oPSI0MTAiIGRhdGEtYmlwPSIiPjwvc3ZnPg==" data-spai="1" class="attachment-full size-full wp-image-73085" alt="Sailing World logo"   />				</a>
											</div>
				</div>
				<div class="elementor-element elementor-element-64f3b966 elementor-widget elementor-widget-html" data-id="64f3b966" data-element_type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
			<!-- OneTrust Cookies Settings button start -->
<button id="ot-sdk-btn" class="ot-sdk-show-settings">Cookie Settings</button>
<!-- OneTrust Cookies Settings button end -->		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-5b0a7238" data-id="5b0a7238" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-1d249132" data-id="1d249132" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-51de38be elementor-widget elementor-widget-heading" data-id="51de38be" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">SUBSCRIPTIONS</div>		</div>
				</div>
				<div class="elementor-element elementor-element-79e2df8d elementor-widget elementor-widget-wp-widget-nav_menu" data-id="79e2df8d" data-element_type="widget" data-widget_type="wp-widget-nav_menu.default">
				<div class="elementor-widget-container">
			<div class="menu-footer-subscriptions-container"><ul id="menu-footer-subscriptions" class="menu"><li id="menu-item-73079" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73079"><a href="/subscribe-footer/">Subscribe</a></li>
<li id="menu-item-73080" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73080"><a href="/subscribe-renew/">Renew</a></li>
<li id="menu-item-73081" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73081"><a href="/subscribe-digital/">Digital Edition</a></li>
<li id="menu-item-73083" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73083"><a href="/subscribe-cs/">Customer Service</a></li>
</ul></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-4aa509ed" data-id="4aa509ed" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3f2c76fe elementor-widget elementor-widget-heading" data-id="3f2c76fe" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">ABOUT US</div>		</div>
				</div>
				<div class="elementor-element elementor-element-2877252b elementor-widget elementor-widget-wp-widget-nav_menu" data-id="2877252b" data-element_type="widget" data-widget_type="wp-widget-nav_menu.default">
				<div class="elementor-widget-container">
			<div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="menu"><li id="menu-item-74086" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-74086"><a href="https://www.bonniercorp.com/privacy-policy/">Privacy Policy</a></li>
<li id="menu-item-74087" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-74087"><a href="https://www.bonniercorp.com/terms-conditions/">Terms of Use</a></li>
<li id="menu-item-74088" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-74088"><a href="https://www.bonniercorp.com/abuse/">Abuse</a></li>
<li id="menu-item-766" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-766"><a href="https://www.sailingworld.com/contact-us/">Contact Us</a></li>
<li id="menu-item-74320" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-74320"><a href="https://phh.tbe.taleo.net/phh03/ats//careers/jobSearch.jsp?org=WORLDPUB&#038;cws=1">Careers</a></li>
</ul></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-6fc251dc" data-id="6fc251dc" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-23513938 elementor-widget elementor-widget-heading" data-id="23513938" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">FOLLOW US</div>		</div>
				</div>
				<div class="elementor-element elementor-element-4089f484 elementor-widget elementor-widget-wp-widget-nav_menu" data-id="4089f484" data-element_type="widget" data-widget_type="wp-widget-nav_menu.default">
				<div class="elementor-widget-container">
			<div class="menu-footer-follow-us-container"><ul id="menu-footer-follow-us" class="menu"><li id="menu-item-73175" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-73175"><a href="https://link.sailingworld.com/join/7fr/sailing-world-signup&#038;?loc=footer&#038;lnk=em">Email Newsletters</a></li>
<li id="menu-item-12937" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12937"><a target="_blank" rel="noopener" href="https://www.facebook.com/sailingworld/">Facebook</a></li>
<li id="menu-item-12938" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12938"><a target="_blank" rel="noopener" href="https://twitter.com/SailingWorldMag/">Twitter</a></li>
<li id="menu-item-12939" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12939"><a target="_blank" rel="noopener" href="https://www.instagram.com/sailingworldmag/">Instagram</a></li>
<li id="menu-item-72938" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-72938"><a href="https://www.youtube.com/user/sailingworldmag/">YouTube</a></li>
</ul></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-27b356ac" data-id="27b356ac" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-347e8311 elementor-widget elementor-widget-heading" data-id="347e8311" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">BONNIER BRANDS</div>		</div>
				</div>
				<div class="elementor-element elementor-element-7e475c83 elementor-widget elementor-widget-wp-widget-nav_menu" data-id="7e475c83" data-element_type="widget" data-widget_type="wp-widget-nav_menu.default">
				<div class="elementor-widget-container">
			<div class="menu-footer-brands-container"><ul id="menu-footer-brands" class="menu"><li id="menu-item-12940" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12940"><a target="_blank" rel="noopener" href="https://www.boatingmag.com">Boating</a></li>
<li id="menu-item-12941" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12941"><a target="_blank" rel="noopener" href="https://www.cruisingworld.com">Cruising World</a></li>
<li id="menu-item-12942" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12942"><a target="_blank" rel="noopener" href="https://www.floridatravellife.com/">Florida Travel + Life</a></li>
<li id="menu-item-12948" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12948"><a target="_blank" rel="noopener" href="https://www.islands.com">Islands</a></li>
<li id="menu-item-12947" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12947"><a target="_blank" rel="noopener" href="https://www.marlinmag.com">Marlin</a></li>
<li id="menu-item-72989" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-72989"><a href="https://www.sailingworld.com" aria-current="page">Sailing World</a></li>
<li id="menu-item-12945" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12945"><a target="_blank" rel="noopener" href="https://www.saltwatersportsman.com">Salt Water Sportsman</a></li>
<li id="menu-item-12946" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12946"><a target="_blank" rel="noopener" href="https://www.sportfishingmag.com">Sport Fishing</a></li>
<li id="menu-item-12944" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12944"><a target="_blank" rel="noopener" href="https://www.wakeboardingmag.com">Wakeboarding</a></li>
<li id="menu-item-12943" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12943"><a target="_blank" rel="noopener" href="https://www.yachtingmagazine.com/">Yachting</a></li>
</ul></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-7fd4c067 elementor-widget elementor-widget-text-editor" data-id="7fd4c067" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Many products featured on this site were editorially chosen. Sailing World may receive financial compensation for products purchased through this site.</p><p>Copyright © 2023 Sailing World. A <a href="https://www.bonniercorp.com/">Bonnier LLC Company</a>. All rights reserved. Reproduction in whole or in part without permission is prohibited.						</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-334584ae elementor-section-full_width elementor-section-stretched dc-has-condition dc-condition-empty elementor-section-height-default elementor-section-height-default" data-id="334584ae" data-element_type="section" id="anchor-ad" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7ec8d1c6" data-id="7ec8d1c6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-7485a58c elementor-view-default elementor-widget elementor-widget-icon" data-id="7485a58c" data-element_type="widget" id="anchor-close" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<i aria-hidden="true" class="fas fa-times-circle"></i>			</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-5c946959 elementor-widget elementor-widget-bonnier-ads-anchor" data-id="5c946959" data-element_type="widget" data-widget_type="bonnier-ads-anchor.default">
				<div class="elementor-widget-container">
			<div id="bonnier-ads-anchor-ad">
  <div id="gpt-passback-anchor" class="bonnier-ad">
    <script type="rocketlazyloadscript">
      googletag.cmd.push(function() {
        googletag.display('gpt-passback-anchor');
      });
    </script>
  </div>
</div>

		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
		
<!-- Custom Feeds for Instagram JS -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
var sbiajaxurl = "https://www.sailingworld.com/wp-admin/admin-ajax.php";

</script>
<!-- Social Wall JS -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">

</script>
<!-- YouTube Feed JS -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">

</script>
<script src='https://www.sailingworld.com/wp-content/plugins/cff-extensions/cff-carousel/js/carousel.js?ver=1.2.3' id='cff_carousel_js-js' defer></script>
<script src='https://www.sailingworld.com/wp-content/plugins/dynamicconditions/Public/js/dynamic-conditions-public.js?ver=1.6.0' id='dynamic-conditions-js' defer></script>
<script id='spai-scripts-js-extra'>
var spai_settings = {"api_domain":"cdn.shortpixel.ai","api_url":"https:\/\/cdn.shortpixel.ai\/spai\/w_%WIDTH%+q_lossy+ret_img","api_short_url":"https:\/\/cdn.shortpixel.ai\/spai\/ret_img","method":"src","crop":"","size_breakpoints":{"on":true,"base":150,"rate":10},"lqip":"","lazy_threshold":"500","hover_handling":"","native_lazy":"","serve_svg":"1","debug":"","site_url":"https:\/\/www.sailingworld.com","plugin_url":"https:\/\/www.sailingworld.com\/wp-content\/plugins\/shortpixel-adaptive-images","version":"3.6.3","excluded_selectors":[],"eager_selectors":["disable-lazyload"],"noresize_selectors":[],"alter2wh":"","use_first_sizes":[],"lazy_bg_style":"","active_integrations":{"nextgen":false,"modula":false,"elementor":true,"elementor-addons":false,"viba-portfolio":false,"envira":false,"everest":false,"wp-bakery":false,"woocommerce":false,"wpc-variations":false,"foo":false,"global-gallery":false,"essential-grid":false,"oxygen":false,"slider-revolution":false,"custom-facebook-feed":true,"smart-slider":false,"real3d-flipbook":false,"wp-grid-builder":false,"beaver-builder":false,"the-grid":false,"social-pug":false,"instagram-feed":false,"insta-gallery":false,"content-views":false,"acf":true,"soliloquy":false,"jetpack":false,"wp-rocket":{"lazyload":false,"css-filter":true,"minify-css":false,"defer-all-js":false,"video-placeholder":false},"perfmatters":false,"swift-performance":false,"imagify":{"active":true,"has_conflict":false},"wp-fastest-cache":false,"litespeed-cache":false,"w3-total-cache":false,"wp-super-cache":false,"wp-optimize":{"active":false,"enable_css":false,"enable_merging_of_css":false},"breeze":false,"smart-cookie-kit":false,"wpzoom-theme":false,"avia-gallery-module":false,"theme":"Hydra"},"parse_css_files":"","backgrounds_max_width":"1920","sep":"+","webp":"1","avif":"","webp_detect":"","extensions_to_nextgenimg":{"png":true,"jpg":true,"gif":true},"sniper":"https:\/\/www.sailingworld.com\/wp-content\/plugins\/shortpixel-adaptive-images\/assets\/img\/target.cur","affected_tags":"{\"figure\":2,\"link\":1}","ajax_url":"https:\/\/www.sailingworld.com\/wp-admin\/admin-ajax.php","excluded_paths":["cmVnZXg6L1wvXC8oW15cL10qXC58KWdyYXZhdGFyLmNvbVwvLw==","cGF0aDovY3VzdG9tLWZhY2Vib29rLWZlZWQtcHJvL2ltZy9wbGFjZWhvbGRlci5wbmc="]};
</script>
<script data-cfasync="false" src='https://www.sailingworld.com/wp-content/plugins/shortpixel-adaptive-images/assets/js/ai-2.0.min.js' id='spai-scripts-js' defer></script>
<script id='cffscripts-js-extra'>
var cffOptions = {"placeholder":"https:\/\/www.sailingworld.com\/wp-content\/plugins\/custom-facebook-feed-pro\/assets\/img\/placeholder.png","resized_url":"https:\/\/www.sailingworld.com\/wp-content\/uploads\/sites\/18\/sb-facebook-feed-images\/"};
var cffOptions = {"placeholder":"https:\/\/www.sailingworld.com\/wp-content\/plugins\/custom-facebook-feed-pro\/assets\/img\/placeholder.png","resized_url":"https:\/\/www.sailingworld.com\/wp-content\/uploads\/sites\/18\/sb-facebook-feed-images\/","nonce":"8db80e8d54"};
</script>
<script src='https://www.sailingworld.com/wp-content/plugins/custom-facebook-feed-pro/assets/js/cff-scripts.js?ver=4.3.2' id='cffscripts-js' defer></script>
<script id='rocket-browser-checker-js-after'>
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script id='rocket-preload-links-js-extra'>
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.sailingworld.com","onHoverDelay":"100","rateThrottle":"3"};
</script>
<script id='rocket-preload-links-js-after'>
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script src='https://www.sailingworld.com/wp-content/uploads/sites/18/ac_assets/ue-side-menu/menu.js?ver=1.4.98' id='uc_ac_assets_file_menu_js_9422-js' defer></script>
<script src='https://www.sailingworld.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1' id='smartmenus-js' defer></script>
<script src='https://www.sailingworld.com/wp-includes/js/imagesloaded.min.js?ver=4.1.4' id='imagesloaded-js' defer></script>
<script src='https://www.sailingworld.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.11.0' id='elementor-pro-webpack-runtime-js' defer></script>
<script src='https://www.sailingworld.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.11.1' id='elementor-webpack-runtime-js' defer></script>
<script src='https://www.sailingworld.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.11.1' id='elementor-frontend-modules-js' defer></script>
<script src='https://www.sailingworld.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9' id='regenerator-runtime-js' defer></script>
<script src='https://www.sailingworld.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script>
<script src='https://www.sailingworld.com/wp-includes/js/dist/hooks.min.js?ver=4169d3cf8e8d95a3d6d5' id='wp-hooks-js'></script>
<script src='https://www.sailingworld.com/wp-includes/js/dist/i18n.min.js?ver=9e794f35a71bb98672ae' id='wp-i18n-js'></script>
<script id='wp-i18n-js-after'>
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script id='elementor-pro-frontend-js-before'>
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.sailingworld.com\/wp-admin\/admin-ajax.php","nonce":"56c4e26869","urls":{"assets":"https:\/\/www.sailingworld.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.sailingworld.com\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},
"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.sailingworld.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script src='https://www.sailingworld.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.11.0' id='elementor-pro-frontend-js' defer></script>
<script src='https://www.sailingworld.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2' id='elementor-waypoints-js' defer></script>
<script src='https://www.sailingworld.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2' id='jquery-ui-core-js' defer></script>
<script id='elementor-frontend-js-before'>
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Extra","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Extra","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},
"version":"3.11.1","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"a11y_improvements":true,"theme_builder_v2":true,"landing-pages":true,"kit-elements-defaults":true,"page-transitions":true,"notes":true,"loop":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/www.sailingworld.com\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":18161,"title":"All%20Things%20Sailing%2C%20Sail%20Racing%2C%20Sailboats%20and%20More%20%7C%20Sailing%20World","excerpt":"","featuredImage":"https:\/\/www.sailingworld.com\/wp-content\/uploads\/sites\/18\/2021\/10\/210402__NAUTICAL_IMAGES_0208_TODD-1024x683.jpg"}};
</script>
<script src='https://www.sailingworld.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.11.1' id='elementor-frontend-js' defer></script>
<script src='https://www.sailingworld.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.11.0' id='pro-elements-handlers-js' defer></script>
<script src='https://www.sailingworld.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.11.0' id='e-sticky-js' defer></script>

<!--   Unlimited Elements Scripts  --> 
<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>window.addEventListener('DOMContentLoaded', function() {
// Side Menu scripts: 
jQuery(document).ready(function(){
	UCSideMenu("uc_ue_side_menu_elementor17970");  
});
});</script>

<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>

<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->